Range-v3
Range algorithms, views, and actions for the Standard Library
version.hpp File Reference

Macros

#define RANGE_V3_MAJOR   0
 
#define RANGE_V3_MINOR   3
 
#define RANGE_V3_PATCHLEVEL   0
 
#define RANGE_V3_VERSION
 

Macro Definition Documentation

◆ RANGE_V3_VERSION

#define RANGE_V3_VERSION
Value:
(RANGE_V3_MAJOR * 10000 \
+ RANGE_V3_MINOR * 100 \
+ RANGE_V3_PATCHLEVEL)