ccpp
ccpp copied to clipboard
Assignable values to defines
For example:
#if VERSION_MAJOR >= 2 && VERSION_MINOR < 4
// ...
#endif