"example/example-smart-ptr.py" did not exist on "2ca07de83c3cc6a2cb285eb82d4dc9c3ed4fe8a0"
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.
Showing
Please register or sign in to comment