We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8186380 commit 6dba6e0Copy full SHA for 6dba6e0
include/pybind11/detail/smart_holder_sfinae_hooks_only.h
@@ -9,7 +9,7 @@
9
#include <type_traits>
10
11
#ifndef PYBIND11_USE_SMART_HOLDER_AS_DEFAULT
12
-// #define PYBIND11_USE_SMART_HOLDER_AS_DEFAULT
+#define PYBIND11_USE_SMART_HOLDER_AS_DEFAULT
13
// Currently the main purpose of this switch is to enable non-intrusive comprehensive testing. If
14
// and when `smart_holder` will actually become the released default is currently open. In the
15
// meantime, the full functionality is easily available by using `py::classh`, which is just a
0 commit comments