The use of an rvalue reference here was using reference lifetime extension needlessly - the code is simpler and more efficient without it.
18 KiB
18 KiB
The use of an rvalue reference here was using reference lifetime extension needlessly - the code is simpler and more efficient without it.