Tsche/repr

optionalize library features

Opened this issue · 0 comments

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.