test_issues.cpp
15.4 KB
-
Fixed stl casters to use the appropriate type_caster cast_op_type (#529) · f2004937
stl casters were using a value cast to (Value) or (Key), but that isn't always appropriate. This changes it to use the appropriate value converter's cast_op_type.
Jason Rhinelander committed