mirror of
https://github.com/pybind/pybind11.git
synced 2026-06-06 07:51:47 +00:00
fix issues with std::vector<bool> overload in STL (fixes #216)
This commit is contained in:
@@ -8,3 +8,4 @@ VectorInt[3, 0, 99, 2, 3]
|
||||
VectorInt[0, 99, 2, 3]
|
||||
VectorEl[El{1}, El{2}]
|
||||
VectorEl[El{1}, El{2}]
|
||||
VectorBool[1, 0, 1, 0, 1, 0, 1, 0, 1, 0]
|
||||
|
||||
Reference in New Issue
Block a user