This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ 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]

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


Author: paolo
Date: Sat Jun 28 22:39:59 2008
New Revision: 137237

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

	* include/bits/stl_algo.h (partition_point): Add in C++0x mode.
	* include/bits/algorithmfwd.h: Add.
	* testsuite/25_algorithms/headers/algorithm/synopsis.cc: Update.
	* testsuite/25_algorithms/partition_point/1.cc: New.
	* testsuite/25_algorithms/partition_point/check_type.cc: Likewise.
	* testsuite/25_algorithms/partition_point/requirements/
	explicit_instantiation/2.cc: Likewise.
	* testsuite/25_algorithms/partition_point/requirements/
	explicit_instantiation/pod.cc: Likewise.

Added:
    trunk/libstdc++-v3/testsuite/25_algorithms/partition_point/
    trunk/libstdc++-v3/testsuite/25_algorithms/partition_point/1.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/partition_point/check_type.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/partition_point/requirements/
    trunk/libstdc++-v3/testsuite/25_algorithms/partition_point/requirements/explicit_instantiation/
    trunk/libstdc++-v3/testsuite/25_algorithms/partition_point/requirements/explicit_instantiation/2.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/partition_point/requirements/explicit_instantiation/pod.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/algorithmfwd.h
    trunk/libstdc++-v3/include/bits/stl_algo.h
    trunk/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/synopsis.cc


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