Skip to content

Commit 28e6d79

Browse files
committed
Splitting out detail/type_caster_base.h from cast.h (NO other changes).
1 parent fe84587 commit 28e6d79

File tree

4 files changed

+957
-937
lines changed

4 files changed

+957
-937
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)