]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though it...
authorJonathan Wakely <jwakely@redhat.com>
Tue, 13 May 2014 11:18:01 +0000 (12:18 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 13 May 2014 11:18:01 +0000 (12:18 +0100)
commit75e75a087d4aca27ced05a540a858358301eee92
treebc29694690e0bf0551f94ff7a9cb3edbb5500ee1
parent6b77934ee0a2d22031db48fe6ce0f42154ac21dc
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, __tuple_compare): Qualify more calls to
prevent ADL. Cast comparison results to bool.
* testsuite/20_util/tuple/60497.cc: Test accessing rvalues.
* testsuite/20_util/tuple/comparison_operators/overloaded.cc: New.

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