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]

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


Author: paolo
Date: Fri Jun 27 17:42:18 2008
New Revision: 137196

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

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

Added:
    trunk/libstdc++-v3/testsuite/25_algorithms/is_partitioned/
    trunk/libstdc++-v3/testsuite/25_algorithms/is_partitioned/1.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/is_partitioned/check_type.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/is_partitioned/requirements/
    trunk/libstdc++-v3/testsuite/25_algorithms/is_partitioned/requirements/explicit_instantiation/
    trunk/libstdc++-v3/testsuite/25_algorithms/is_partitioned/requirements/explicit_instantiation/2.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/is_partitioned/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]