[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
Sun Apr 27 16:33:00 GMT 2014


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60497

--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Author: redi
Date: Sun Apr 27 16:32:55 2014
New Revision: 209839

URL: http://gcc.gnu.org/viewcvs?rev=209839&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:
    branches/gcc-4_9-branch/libstdc++-v3/testsuite/20_util/tuple/60497.cc
Modified:
    branches/gcc-4_9-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_9-branch/libstdc++-v3/include/std/tuple



More information about the Gcc-bugs mailing list