pybind11/include
Laramie Leavitt b3a43d137c
Use rvalue reference for std::variant cast_op<T> (#3811)
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.
2022-03-18 11:10:31 -07:00
..
pybind11 Use rvalue reference for std::variant cast_op<T> (#3811) 2022-03-18 11:10:31 -07:00