cereal
A C++11 library for serialization
|
Macros to detect cereal version. More...
Go to the source code of this file.
Macros | |
#define | CEREAL_VERSION_MAJOR 1 |
The major version. | |
#define | CEREAL_VERSION_MINOR 3 |
The minor version. | |
#define | CEREAL_VERSION_PATCH 2 |
The patch version. | |
#define | CEREAL_VERSION |
The full version as a single number. More... | |
Macros to detect cereal version.
These macros can assist in determining the version of cereal. Be warned that cereal is not guaranteed to be compatible across different versions. For more information on releases of cereal, see https://github.com/USCiLab/cereal/releases.
#define CEREAL_VERSION |
The full version as a single number.