]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/ChangeLog
re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though it...
authorJonathan Wakely <jwakely@redhat.com>
Mon, 14 Apr 2014 15:32:58 +0000 (16:32 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 14 Apr 2014 15:32:58 +0000 (16:32 +0100)
commit39e6a690ec42088bcb7488f9c8e322ee3a1907cd
tree13d3f808e898b886eca42252ff208b45b7b4bcf5
parente364673d87f7409f9014d25989293f6a80c9508c
re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though it's not required to be a complete type)

PR libstdc++/60497
* include/std/tuple (get): Qualify calls to prevent ADL.
* testsuite/20_util/tuple/60497.cc: New.

From-SVN: r209381
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/tuple
libstdc++-v3/testsuite/20_util/tuple/60497.cc [new file with mode: 0644]