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]

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


Author: paolo
Date: Tue Jun 24 18:02:36 2008
New Revision: 137080

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

	* include/bits/stl_algo.h (remove_if): Cast __pred result to bool.
	(copy_if): Add, per N2666.
	* testsuite/25_algorithms/copy_if/requirements/explicit_instantiation/
	2.cc: New.
	* testsuite/25_algorithms/copy_if/requirements/explicit_instantiation/
	pod.cc: Likewise.
	* testsuite/25_algorithms/headers/algorithm/synopsis.cc: Update.


Added:
    trunk/libstdc++-v3/testsuite/25_algorithms/copy_if/
    trunk/libstdc++-v3/testsuite/25_algorithms/copy_if/requirements/
    trunk/libstdc++-v3/testsuite/25_algorithms/copy_if/requirements/explicit_instantiation/
    trunk/libstdc++-v3/testsuite/25_algorithms/copy_if/requirements/explicit_instantiation/2.cc
    trunk/libstdc++-v3/testsuite/25_algorithms/copy_if/requirements/explicit_instantiation/pod.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    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]