Skip to content

Commit

Permalink
Splitting out detail/type_caster_base.h from cast.h, with iwyu cleanu…
Browse files Browse the repository at this point in the history
…p. (#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.
  • Loading branch information
Ralf W. Grosse-Kunstleve authored Feb 23, 2021
1 parent 98f9a33 commit 0c42250
Show file tree
Hide file tree
Showing 4 changed files with 958 additions and 916 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ set(PYBIND11_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
include/pybind11/attr.h
include/pybind11/buffer_info.h
Expand Down
Loading

0 comments on commit 0c42250

Please sign in to comment.