Remove type_caster_odr_guard feature. (The feature will continue to live in the pybind11k repo.) (#5255)

This rolls back https://github.com/pybind/pybind11/pull/4022 (including follow-on tweaks in other PRs).
This commit is contained in:
Ralf W. Grosse-Kunstleve
2024-07-20 13:55:22 +07:00
committed by GitHub
parent 8fd495afcf
commit 800e5e1df3
12 changed files with 30 additions and 745 deletions

View File

@@ -63,7 +63,6 @@ detail_headers = {
"include/pybind11/detail/smart_holder_sfinae_hooks_only.h",
"include/pybind11/detail/smart_holder_type_casters.h",
"include/pybind11/detail/type_caster_base.h",
"include/pybind11/detail/type_caster_odr_guard.h",
"include/pybind11/detail/typeid.h",
"include/pybind11/detail/value_and_holder.h",
}