mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-12 09:17:42 +00:00
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.