libpmemobj-cpp
libpmemobj-cpp copied to clipboard
Add information about available features
Currently only way to check if some feature (for example hashmap) is present is to try to compile some example code. We could put:
#define FEATURE_NAME_PRESENT 1
in version.hpp file.