Go to the documentation of this file.
14 #ifndef RANGES_V3_VERSION_HPP
15 #define RANGES_V3_VERSION_HPP
17 #define RANGE_V3_MAJOR 0
18 #define RANGE_V3_MINOR 12
19 #define RANGE_V3_PATCHLEVEL 0
21 #define RANGE_V3_VERSION \
22 (RANGE_V3_MAJOR * 10000 + RANGE_V3_MINOR * 100 + RANGE_V3_PATCHLEVEL)