It should be possible to disable specific library features using preprocessor defines.
ie if you want to provide your own variant-like reflection or simply don't want that feature you should be able to get rid of the builtin librepr::Reflect specialization by setting #define REPR_REFLECT_VARIANT OFF.
It should be possible to disable specific library features using preprocessor defines.
ie if you want to provide your own variant-like reflection or simply don't want that feature you should be able to get rid of the builtin
librepr::Reflectspecialization by setting#define REPR_REFLECT_VARIANT OFF.