Skip to content

Commit 6dba6e0

Browse files
committed
define PYBIND11_USE_SMART_HOLDER_AS_DEFAULT
1 parent 8186380 commit 6dba6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pybind11/detail/smart_holder_sfinae_hooks_only.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include <type_traits>
1010

1111
#ifndef PYBIND11_USE_SMART_HOLDER_AS_DEFAULT
12-
// #define PYBIND11_USE_SMART_HOLDER_AS_DEFAULT
12+
#define PYBIND11_USE_SMART_HOLDER_AS_DEFAULT
1313
// Currently the main purpose of this switch is to enable non-intrusive comprehensive testing. If
1414
// and when `smart_holder` will actually become the released default is currently open. In the
1515
// meantime, the full functionality is easily available by using `py::classh`, which is just a

0 commit comments

Comments
 (0)