This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r218453 - in /branches/gcc-4_8-branch/libstdc++...
- From: redi at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Sat, 06 Dec 2014 20:38:02 -0000
- Subject: r218453 - in /branches/gcc-4_8-branch/libstdc++...
Author: redi
Date: Sat Dec 6 20:38:01 2014
New Revision: 218453
URL: https://gcc.gnu.org/viewcvs?rev=218453&root=gcc&view=rev
Log:
PR libstdc++/61947
* include/std/tuple (_Head_base): Use allocator_arg_t parameters to
disambiguate unary constructors.
(_Tuple_impl): Pass allocator_arg_t arguments.
* testsuite/20_util/tuple/61947.cc: New.
* testsuite/20_util/uses_allocator/cons_neg.cc: Adjust dg-error line.
Added:
branches/gcc-4_8-branch/libstdc++-v3/testsuite/20_util/tuple/61947.cc
- copied, changed from r218452, branches/gcc-4_8-branch/libstdc++-v3/testsuite/20_util/uses_allocator/cons_neg.cc
Modified:
branches/gcc-4_8-branch/libstdc++-v3/ChangeLog
branches/gcc-4_8-branch/libstdc++-v3/include/std/tuple
branches/gcc-4_8-branch/libstdc++-v3/testsuite/20_util/uses_allocator/cons_neg.cc