-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule pybind11
updated
6 files
+7 −10 | include/pybind11/detail/class.h | |
+1 −8 | include/pybind11/detail/type_caster_base.h | |
+11 −4 | include/pybind11/pybind11.h | |
+5 −0 | tests/pybind11_tests.cpp | |
+21 −0 | tests/pybind11_tests.h | |
+29 −0 | tests/test_class.py |