30-seconds-of-cpp icon indicating copy to clipboard operation
30-seconds-of-cpp copied to clipboard

Suggestion: rewrite examples for std::move

Open yoiyang opened this issue 4 years ago • 0 comments

In the move article, the example does not seem to comply with the function signature of std::move in I found online: https://en.cppreference.com/w/cpp/algorithm/move

yoiyang avatar Nov 16 '20 08:11 yoiyang