"tests/test_numpy_array.py" did not exist on "720136bfa7bba696feb2e56a24a34ff09b9322c3"
fix return from std::map bindings to __delitem__ (#1229)
Fix return from `std::map` bindings to `__delitem__`: we should be returning `void`, not an iterator. Also adds a test for map item deletion.
Showing
Please register or sign in to comment