From 2a2f3111f782428b71f15bc1093ee576779f83d1 Mon Sep 17 00:00:00 2001 From: paolo Date: Wed, 5 Oct 2005 15:49:39 +0000 Subject: 2005-10-05 Paolo Carlini PR libstdc++/11729 (DR 280, [Ready]) * include/bits/stl_iterator.h: Add reverse_iterator global functions with two template parameters (operator==, !=, <, >, <=, >=, -). * testsuite/24_iterators/reverse_iterator/11729.cc: New. * docs/html/ext/howto.html: Add an entry for issue 280. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105000 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/docs/html/ext/howto.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libstdc++-v3/docs') diff --git a/libstdc++-v3/docs/html/ext/howto.html b/libstdc++-v3/docs/html/ext/howto.html index 85161964e5f..b22b56e0622 100644 --- a/libstdc++-v3/docs/html/ext/howto.html +++ b/libstdc++-v3/docs/html/ext/howto.html @@ -453,6 +453,13 @@
Similar to 118.
+
280: + Comparison of reverse_iterator to const reverse_iterator +
+
Add global functions with two template parameters. + (NB: not added for now a templated assignment operator) +
+
292: Effects of a.copyfmt (a)
-- cgit v1.2.1