mirror of
https://github.com/pybind/pybind11.git
synced 2026-06-07 00:04:42 +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.