Рабочая Группа 21 С++
Предложения: Treat the latest use of automatic storage duration variables as xvalue expressions
Предложения: Treat the latest use of automatic storage duration variables as xvalue expressions
stdcpp.ru
Treat the latest use of automatic storage duration variables as xvalue expressions
The main, semantically lacking, boilerplate in the usage of the `std::move` today is for the sinking of variables that we no longer need, especially locally. It's not like the `std::move` for a transfer of ownership, but a suggestion to make an optimized…