[Bug libstdc++/67566] <string> std::move is in global scope g++ 5.1 -std=c++14
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Sep 13 23:35:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67566
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
std::move is declared in namespace std as required by the C++ standard. It is
found by ADL. This is not a bug.
More information about the Gcc-bugs
mailing list