mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 16:13:53 +00:00
SH, fix use of PYBIND11_TYPE_CASTER_BASE_HOLDER
This commit is contained in:
parent
ee53a45ffd
commit
0337ed944d
@ -26,7 +26,7 @@ using FooSmHld = Foo<1>;
|
|||||||
} // namespace
|
} // namespace
|
||||||
} // namespace pybind11_tests
|
} // namespace pybind11_tests
|
||||||
|
|
||||||
PYBIND11_TYPE_CASTER_BASE_HOLDER(pybind11_tests::FooShPtr)
|
PYBIND11_TYPE_CASTER_BASE_HOLDER(pybind11_tests::FooShPtr, std::shared_ptr<pybind11_tests::FooShPtr>)
|
||||||
PYBIND11_SMART_HOLDER_TYPE_CASTERS(pybind11_tests::FooSmHld)
|
PYBIND11_SMART_HOLDER_TYPE_CASTERS(pybind11_tests::FooSmHld)
|
||||||
|
|
||||||
namespace pybind11_tests {
|
namespace pybind11_tests {
|
||||||
|
Loading…
Reference in New Issue
Block a user