Details
-
Improvement
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
Fully Compatible
-
Query 2018-09-24
Description
Doing so would allow a 'std::move' to actually do a move instead of a copy - since a std::move on a const reference compiles but does not actually allow a move. Theoretically this will speed things up, but there weren't any reliable results in some performance tests I ran.