wlav / CPyCppyy

Other
23 stars 20 forks source link

Make `CppyyLegacy` namespace in CPyCppyy optional #18

Closed guitargeek closed 6 months ago

guitargeek commented 6 months ago

By default, the ExceptionContext_t class is expected in the namespace CppyyLegacy, If it is expected in no namespace, one can explicitly define NO_CPPYY_LEGACY_NAMESPACE at build time (e.g. if one wants to use ROOT as a backend).