#include "config_public.h"
#include <string>
Go to the source code of this file.
#define YAT_VERSION_AT_LEAST |
( |
|
major, |
|
|
|
minor, |
|
|
|
patch |
|
) |
| |
Value:
#define YAT_PATCH_VERSION
Third digit in VERSION triplet or zero if VERSION is MAJOR.MINOR.
Definition: config_public.h:72
#define YAT_MINOR_VERSION
Second digit in VERSION triplet.
Definition: config_public.h:70
#define YAT_MAJOR_VERSION
First digit in VERSION triplet.
Definition: config_public.h:68
Check at compile time if the version of yat is at least a certain level.
- Parameters
-
major | The major version component of the version checked for (e.g., the "0" of "0.5.1"). |
minor | The minor version component of the version checked for (e.g., the "5" of "0.5.1"). |
patch | The patch level component of the version checked for (e.g., the "1" of "0.5.1"). |
- Since
- New in yat 0.5