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]

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


Author: paolo
Date: Sun Jun 29 11:08:26 2008
New Revision: 137251

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

	* include/bits/stl_algo.h (copy_n): Add in C++0x mode.
	* include/bits/algorithmfwd.h: Add.
	* include/bits/stl_uninitialized.h (uninitialized_copy_n): Add
	in C++0x mode.
	* testsuite/20_util/specialized_algorithms/uninitialized_copy_n/
	move_iterators/1.cc: New
	* testsuite/25_algorithms/headers/algorithm/synopsis.cc: Update.
	* testsuite/25_algorithms/copy_n/1.cc: New.
	* testsuite/25_algorithms/copy_n/2.cc: Likewise.
	* testsuite/25_algorithms/copy_n/3.cc: Likewise.
	* testsuite/25_algorithms/copy_n/4.cc: Likewise.
	* testsuite/25_algorithms/copy_n/move_iterators/1.cc: Likewise.
	* testsuite/25_algorithms/copy_n/requirements/
	explicit_instantiation/2.cc: Likewise.
	* testsuite/25_algorithms/partition_point/requirements/
	explicit_instantiation/pod.cc: Likewise.

Added:
    trunk/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy_n/
    trunk/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy_n/move_iterators/
    trunk/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy_n/move_iterators/1.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/copy_n/
    trunk/libstdc++-v3/testsuite/25_algorithms/copy_n/1.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/copy_n/2.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/copy_n/3.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/copy_n/4.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/copy_n/move_iterators/
    trunk/libstdc++-v3/testsuite/25_algorithms/copy_n/move_iterators/1.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/copy_n/requirements/
    trunk/libstdc++-v3/testsuite/25_algorithms/copy_n/requirements/explicit_instantiation/
    trunk/libstdc++-v3/testsuite/25_algorithms/copy_n/requirements/explicit_instantiation/2.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/copy_n/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/include/bits/stl_uninitialized.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]