Skip to content

Commit

Permalink
[MISC] Upgrade range-v3 submodule to 0.10.0 and increase supported ve…
Browse files Browse the repository at this point in the history
…rsion of ranges library to >=0.10.0 and < 0.11.0
  • Loading branch information
marehr committed Jan 17, 2020
1 parent bf7f6ba commit ed4f841
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions include/seqan3/core/platform.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@

// Ranges [required]
#if __has_include(<range/v3/version.hpp>)
# define RANGE_V3_MINVERSION 900
# define RANGE_V3_MAXVERSION 999
# define RANGE_V3_MINVERSION 1000
# define RANGE_V3_MAXVERSION 1099
// TODO the following doesn't actually show the current version, only its formula. How'd you do it?
# define MSG "Your version: " STR(RANGE_V3_VERSION) \
"; minimum version: " STR(RANGE_V3_MINVERSION) \
Expand Down
2 changes: 1 addition & 1 deletion submodules/range-v3
Submodule range-v3 updated 308 files

0 comments on commit ed4f841

Please sign in to comment.