Splitting out detail/type_caster_base.h from cast.h, with iwyu cleanup. (#2841)

* Splitting out detail/type_caster_base.h from cast.h.
* Include cleanup guided by include-what-you-use 0.12 based on clang version 9.0.1-11.
This commit is contained in:
Ralf W. Grosse-Kunstleve
2021-02-22 18:38:18 -08:00
committed by GitHub
parent 98f9a33c62
commit 0c42250a4e
4 changed files with 958 additions and 916 deletions

View File

@@ -41,6 +41,7 @@ detail_headers = {
"include/pybind11/detail/descr.h",
"include/pybind11/detail/init.h",
"include/pybind11/detail/internals.h",
"include/pybind11/detail/type_caster_base.h",
"include/pybind11/detail/typeid.h",
}