|
stlab 2.3.0
Modern, modular C++ algorithms, data structures, and concurrency primitives
|
Library version number macros.
Macros | |
| #define | STLAB_VERSION |
| #define | STLAB_LIB_VERSION |
| #define STLAB_LIB_VERSION |
STLAB_LIB_VERSION is a string in the form "x_y[_z]" where x is the major version number, y is the minor version number, and z is the patch level if not 0.
| #define STLAB_VERSION |
STLAB_VERSION % 100 is the patch level STLAB_VERSION / 100 % 1000 is the minor version STLAB_VERSION / 100000 is the major version