test_stl_binders.py
4.83 KB
-
fix return from std::map bindings to __delitem__ (#1229) · 17ad517d
Fix return from `std::map` bindings to `__delitem__`: we should be returning `void`, not an iterator. Also adds a test for map item deletion.
Jeff VanOss committed