Skip to content

Commit 0c42250

Browse files
authored
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.
1 parent 98f9a33 commit 0c42250

File tree

4 files changed

+958
-916
lines changed

4 files changed

+958
-916
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ set(PYBIND11_HEADERS
105105
include/pybind11/detail/descr.h
106106
include/pybind11/detail/init.h
107107
include/pybind11/detail/internals.h
108+
include/pybind11/detail/type_caster_base.h
108109
include/pybind11/detail/typeid.h
109110
include/pybind11/attr.h
110111
include/pybind11/buffer_info.h

0 commit comments

Comments
 (0)