mirror of
https://github.com/pybind/pybind11.git
synced 2026-07-11 09:38:05 +00:00
Nearly every call site of cast_op<T> uses an r-value reference. Except stl.h variant_caster::load_alternative for handling std::variant. Fix that.