mirror of
https://github.com/pybind/pybind11.git
synced 2026-06-08 15:29:45 +00:00
boost::apply_visitor accepts its arguments by non-const lvalue reference, which fails to bind to an rvalue reference. Change the example to remove the argument forwarding.