Commit 17ad517d authored by Jeff VanOss's avatar Jeff VanOss Committed by Wenzel Jakob
Browse files

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.
parent ed0a72eb
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment