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]

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


Author: paolo
Date: Wed Jun 25 16:39:15 2008
New Revision: 137118

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

	* include/bits/stl_algo.h (__find_if_not, find_if_not, all_of,
	any_of, none_of): Add in C++0x, per N2666.
	* include/bits/algorithmfwd.h: Update.
	* testsuite/25_algorithms/headers/algorithm/synopsis.cc: Likewise.
	* testsuite/25_algorithms/all_of/check_type.cc: New.
	* testsuite/25_algorithms/all_of/1.cc: Likewise.
	* testsuite/25_algorithms/all_of/requirements/explicit_instantiation/
	2.cc: Likewise.
	* testsuite/25_algorithms/all_of/requirements/explicit_instantiation/
	pod.cc: Likewise.
	* testsuite/25_algorithms/any_of/check_type.cc: Likewise.
	* testsuite/25_algorithms/any_of/1.cc: Likewise.
	* testsuite/25_algorithms/any_of/requirements/explicit_instantiation/
	2.cc: Likewise.
	* testsuite/25_algorithms/any_of/requirements/explicit_instantiation/
	pod.cc: Likewise.
	* testsuite/25_algorithms/none_of/check_type.cc: Likewise.
	* testsuite/25_algorithms/none_of/1.cc: Likewise.
	* testsuite/25_algorithms/none_of/requirements/explicit_instantiation/
	2.cc: Likewise.
	* testsuite/25_algorithms/none_of/requirements/explicit_instantiation/
	pod.cc: Likewise.
	* testsuite/25_algorithms/find_if_not/check_type.cc: Likewise.
	* testsuite/25_algorithms/find_if_not/1.cc: Likewise.
	* testsuite/25_algorithms/find_if_not/requirements/
	explicit_instantiation/2.cc: Likewise.
	* testsuite/25_algorithms/find_if_not/requirements/
	explicit_instantiation/pod.cc: Likewise.
	* testsuite/25_algorithms/copy_if/check_type.cc: Likewise.
	* testsuite/25_algorithms/remove_copy_if/check_type.cc: Likewise.
	* testsuite/25_algorithms/find_if/1.cc: Minor tweaks.



Added:
    trunk/libstdc++-v3/testsuite/25_algorithms/all_of/
    trunk/libstdc++-v3/testsuite/25_algorithms/all_of/1.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/all_of/check_type.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/all_of/requirements/
    trunk/libstdc++-v3/testsuite/25_algorithms/all_of/requirements/explicit_instantiation/
    trunk/libstdc++-v3/testsuite/25_algorithms/all_of/requirements/explicit_instantiation/2.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/all_of/requirements/explicit_instantiation/pod.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/any_of/
    trunk/libstdc++-v3/testsuite/25_algorithms/any_of/1.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/any_of/check_type.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/any_of/requirements/
    trunk/libstdc++-v3/testsuite/25_algorithms/any_of/requirements/explicit_instantiation/
    trunk/libstdc++-v3/testsuite/25_algorithms/any_of/requirements/explicit_instantiation/2.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/any_of/requirements/explicit_instantiation/pod.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/copy_if/check_type.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/find_if_not/
    trunk/libstdc++-v3/testsuite/25_algorithms/find_if_not/1.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/find_if_not/check_type.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/find_if_not/requirements/
    trunk/libstdc++-v3/testsuite/25_algorithms/find_if_not/requirements/explicit_instantiation/
    trunk/libstdc++-v3/testsuite/25_algorithms/find_if_not/requirements/explicit_instantiation/2.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/find_if_not/requirements/explicit_instantiation/pod.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/none_of/
    trunk/libstdc++-v3/testsuite/25_algorithms/none_of/1.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/none_of/check_type.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/none_of/requirements/
    trunk/libstdc++-v3/testsuite/25_algorithms/none_of/requirements/explicit_instantiation/
    trunk/libstdc++-v3/testsuite/25_algorithms/none_of/requirements/explicit_instantiation/2.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/none_of/requirements/explicit_instantiation/pod.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/remove_copy_if/check_type.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/find_if/1.cc
    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]