]> git.ipfire.org Git - thirdparty/gcc.git/commit
stl_algo.h (partition_point): Add in C++0x mode.
authorPaolo Carlini <paolo.carlini@oracle.com>
Sat, 28 Jun 2008 22:39:59 +0000 (22:39 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Sat, 28 Jun 2008 22:39:59 +0000 (22:39 +0000)
commitd9be9bb3c62116967a4d4739e476cc7777ea4525
treec3bd64949409c4bfe8c140dfae3f83c8f33bd5ab
parent7b063fdc13690972046aa3e7920402fbb5b6f7a7
stl_algo.h (partition_point): Add in C++0x mode.

2008-06-28  Paolo Carlini  <paolo.carlini@oracle.com>

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

From-SVN: r137237
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/algorithmfwd.h
libstdc++-v3/include/bits/stl_algo.h
libstdc++-v3/testsuite/25_algorithms/headers/algorithm/synopsis.cc
libstdc++-v3/testsuite/25_algorithms/partition_point/1.cc [new file with mode: 0644]
libstdc++-v3/testsuite/25_algorithms/partition_point/check_type.cc [new file with mode: 0644]
libstdc++-v3/testsuite/25_algorithms/partition_point/requirements/explicit_instantiation/2.cc [new file with mode: 0644]
libstdc++-v3/testsuite/25_algorithms/partition_point/requirements/explicit_instantiation/pod.cc [new file with mode: 0644]