libpmemobj-cpp icon indicating copy to clipboard operation
libpmemobj-cpp copied to clipboard

Add information about available features

Open igchor opened this issue 6 years ago • 0 comments

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.

igchor avatar Jul 01 '19 09:07 igchor