diff --git a/include/pybind11/detail/smart_holder_sfinae_hooks_only.h b/include/pybind11/detail/smart_holder_sfinae_hooks_only.h index f3248547511..507fa9cc8ea 100644 --- a/include/pybind11/detail/smart_holder_sfinae_hooks_only.h +++ b/include/pybind11/detail/smart_holder_sfinae_hooks_only.h @@ -9,7 +9,7 @@ #include #ifndef PYBIND11_USE_SMART_HOLDER_AS_DEFAULT -// #define PYBIND11_USE_SMART_HOLDER_AS_DEFAULT +#define PYBIND11_USE_SMART_HOLDER_AS_DEFAULT // Currently the main purpose of this switch is to enable non-intrusive comprehensive testing. If // and when `smart_holder` will actually become the released default is currently open. In the // meantime, the full functionality is easily available by using `py::classh`, which is just a