Closed bencsikandrei closed 3 years ago
Hello,
Certain places had rvalues that were used with forward<...>(..)/ The code did the right thing, but the intent was not clear, at least to me.
Replaced with std::move where that was all that's needed/
std::move
Please, let me know if I missed something!
Hello,
Certain places had rvalues that were used with forward<...>(..)/ The code did the right thing, but the intent was not clear, at least to me.
Replaced with
std::move
where that was all that's needed/Please, let me know if I missed something!