diff options
| author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-02-08 21:51:55 +0000 |
|---|---|---|
| committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-02-08 21:51:55 +0000 |
| commit | 82c8c45d9047fefe89cfc4e594bd62f30ea60dc7 (patch) | |
| tree | afc9e7468effc2459be7ba1df3d25e2c9349c86f /libstdc++-v3/docs/html | |
| parent | 7833ddd7f2851ef118671abc07af7cedfd7fe1ed (diff) | |
| download | ppe42-gcc-82c8c45d9047fefe89cfc4e594bd62f30ea60dc7.tar.gz ppe42-gcc-82c8c45d9047fefe89cfc4e594bd62f30ea60dc7.zip | |
2006-02-08 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/26133 (DR 241, [WP])
* include/bits/stl_algo.h (__unique_copy(,,, forward_iterator_tag,
output_iterator_tag), __unique_copy(,,, input_iterator_tag,
output_iterator_tag), __unique_copy(,,, input_iterator_tag,
forward_iterator_tag), and predicated counterparts): Add.
(__unique_copy(,,, output_iterator_tag), __unique_copy(,,,
forward_iterator_tag), and predicated counterparts): Remove.
(unique_copy): Adjust, dispatch to the three helpers above.
* testsuite/25_algorithms/unique_copy/2.cc: New.
* testsuite/25_algorithms/unique_copy/26133.cc: Likewise.
* testsuite/25_algorithms/unique_copy/3.cc: Likewise.
* docs/html/ext/howto.html: Add an entry for DR 241.
* testsuite/25_algorithms/unique_copy/1.cc: Minor cosmetic changes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110772 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/docs/html')
| -rw-r--r-- | libstdc++-v3/docs/html/ext/howto.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libstdc++-v3/docs/html/ext/howto.html b/libstdc++-v3/docs/html/ext/howto.html index bc0b358b9f3..6aaf994ae50 100644 --- a/libstdc++-v3/docs/html/ext/howto.html +++ b/libstdc++-v3/docs/html/ext/howto.html @@ -413,6 +413,13 @@ However, no specification is given what this constructor should do. </dd> + <dt><a href="lwg-defects.html#241">241</a>: + <em>Does unique_copy() require CopyConstructible and Assignable?</em> + </dt> + <dd>Add an helper for forward_iterator/output_iterator, fix the existing + one for input_iterator/output_iterator not to rely on Assignability. + </dd> + <dt><a href="lwg-defects.html#243">243</a>: <em>get and getline when sentry reports failure</em> </dt> |

