This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r162948 - in /trunk/libstdc++-v3: ChangeLog inc...


Author: paolo
Date: Fri Aug  6 14:46:08 2010
New Revision: 162948

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=162948
Log:
2010-08-06  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/std/tuple (pack_arguments): Rename to forward_as_tuple
	and simplify, per US 98 and US 99.
	* testsuite/20_util/tuple/creation_functions/pack_arguments.cc:
	Rename to...
	* testsuite/20_util/tuple/creation_functions/forward_as_tuple.cc:
	... this, adjust.
	* testsuite/20_util/pair/piecewise.cc: Adjust.

Added:
    trunk/libstdc++-v3/testsuite/20_util/tuple/creation_functions/forward_as_tuple.cc
      - copied, changed from r162940, trunk/libstdc++-v3/testsuite/20_util/tuple/creation_functions/pack_arguments.cc
Removed:
    trunk/libstdc++-v3/testsuite/20_util/tuple/creation_functions/pack_arguments.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/std/tuple
    trunk/libstdc++-v3/testsuite/20_util/pair/piecewise.cc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]