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]

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


Author: paolo
Date: Fri Jan 14 01:21:51 2011
New Revision: 168773

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168773
Log:
2011-01-13  Paolo Carlini  <paolo.carlini@oracle.com>

	* testsuite/25_algorithms/is_permutation/check_type.cc: New.
	* testsuite/25_algorithms/is_permutation/requirements/
	explicit_instantiation/2.cc: Likewise.
	* testsuite/25_algorithms/is_permutation/requirements/
	explicit_instantiation/pod.cc: Likewise.
	* testsuite/25_algorithms/is_permutation/1.cc: Likewise.

2011-01-13  John Lakos  <jlakos@bloomberg.net>
	    Pablo Halpern  <phalpern@halpernwightsoftware.com>
	    Paolo Carlini  <paolo.carlini@oracle.com>

	* include/bits/stl_algo.h (is_permutation): Add, per N3068.
	* include/bits/algorithmfwd.h: Add.

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


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