Hacker News new | ask | show | jobs
by Rusky 2446 days ago
It would still not work. All std::move does is cast to T&&, enabling overload resolution to pick a function with T&& as its parameter type.
1 comments

Thanks for explaining!