-
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
7 files
+12 −3 | include/pybind11/cast.h | |
+11 −8 | include/pybind11/detail/common.h | |
+15 −5 | include/pybind11/pytypes.h | |
+16 −0 | tests/test_class.cpp | |
+1 −1 | tests/test_exceptions.py | |
+12 −0 | tests/test_pytypes.cpp | |
+5 −0 | tests/test_pytypes.py |