Commit 05d379a9 authored by Jeff VanOss's avatar Jeff VanOss Committed by Jason Rhinelander
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 28cb6764
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