Skip to content

Commit bafffb8

Browse files
committed
Update pybind11
1 parent a19fdf7 commit bafffb8

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

robotpy_build/autowrap/header.cpp.j2

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@
4242
using namespace {{ ns }};
4343
{% endfor %}
4444

45-
{% for cls in classes if cls.nodelete %}
46-
PYBIND11_TYPE_CASTER_BASE_HOLDER(typename {{ cls.full_cpp_name }}, std::unique_ptr<typename {{ cls.full_cpp_name }}, py::nodelete>);
47-
{% endfor %}
48-
4945

5046
struct rpybuild_{{ hname }}_initializer {
5147

robotpy_build/pybind11

Submodule pybind11 updated 270 files

0 commit comments

Comments
 (0)