pybind11/include
Jeff VanOss 17ad517d61 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.
2018-02-07 10:54:31 +01:00
..
pybind11 fix return from std::map bindings to __delitem__ (#1229) 2018-02-07 10:54:31 +01:00