forked from cda-tum/mqt-qcec
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
0c611fd
commit 62a0ca4
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pybind11
updated
15 files
+3 −3 | .github/workflows/ci.yml | |
+2 −2 | .github/workflows/pip.yml | |
+2 −2 | .pre-commit-config.yaml | |
+2 −2 | docs/advanced/cast/custom.rst | |
+3 −3 | docs/advanced/cast/stl.rst | |
+2 −2 | docs/advanced/classes.rst | |
+2 −2 | docs/advanced/pycpp/numpy.rst | |
+1 −1 | docs/advanced/smart_ptrs.rst | |
+5 −0 | include/pybind11/eigen.h | |
+1 −1 | include/pybind11/pybind11.h | |
+7 −2 | tests/test_builtin_casters.cpp | |
+7 −7 | tests/test_custom_type_casters.cpp | |
+2 −2 | tests/test_smart_ptr.cpp | |
+14 −8 | tests/test_stl.cpp | |
+2 −2 | tests/test_tagbased_polymorphic.cpp |