[Bug libstdc++/60497] unique_ptr<T> tries to complete its type T even though it's not required to be a complete type
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Apr 14 15:33:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60497
--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Author: redi
Date: Mon Apr 14 15:32:58 2014
New Revision: 209381
URL: http://gcc.gnu.org/viewcvs?rev=209381&root=gcc&view=rev
Log:
PR libstdc++/60497
* include/std/tuple (get): Qualify calls to prevent ADL.
* testsuite/20_util/tuple/60497.cc: New.
Added:
trunk/libstdc++-v3/testsuite/20_util/tuple/60497.cc
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/std/tuple
More information about the Gcc-bugs
mailing list