[PATCH] Remove redundant std::move in std::for_each

Daniel Krügler daniel.kruegler@gmail.com
Fri Jul 15 19:54:00 GMT 2016


2016-07-15 21:53 GMT+02:00 Jonathan Wakely <jwakely@redhat.com>:
> Returning a parameter will try to move anyway, so using std::move here
> is redundant (and clang even warns about it being redundant).
>
>         * include/bits/stl_algo.h (for_each): Remove redundant _GLIBCXX_MOVE
>         and adjust comment.

Actually I think this should also be reported as an LWG issue.

- Daniel



More information about the Gcc-patches mailing list