OSDN Git Service

2008-06-28 Paolo Carlini <paolo.carlini@oracle.com>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 28 Jun 2008 22:39:59 +0000 (22:39 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 28 Jun 2008 22:39:59 +0000 (22:39 +0000)
commit6ec90292b4788024b986dc53dfa1920e09218e56
treec3bd64949409c4bfe8c140dfae3f83c8f33bd5ab
parent6790a1646ce452a19a093d1d6729e5cd530a1754
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@137237 138bc75d-0d04-0410-961f-82ee72b054a4
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]