find . -name '*.h' -o -name '*.cpp' -o -name '*.py' | xargs -n 1 -- sed -i 's/PYBIND11_HAVE_/PYBIND11_HAS_/g' (#5286)

This commit is contained in:
Ralf W. Grosse-Kunstleve
2024-08-04 23:16:44 +07:00
committed by GitHub
parent 48f25275c4
commit 7c6fe49106
49 changed files with 116 additions and 116 deletions

View File

@@ -11,7 +11,7 @@
#else
# include <pybind11/pybind11.h>
PYBIND11_NAMESPACE_BEGIN(PYBIND11_NAMESPACE)
# ifndef PYBIND11_HAVE_INTERNALS_WITH_SMART_HOLDER_SUPPORT
# ifndef PYBIND11_HAS_INTERNALS_WITH_SMART_HOLDER_SUPPORT
template <typename type_, typename... options>
using classh = class_<type_, options...>;
# endif