public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/11729] [DR280] no operator!= for const_reverse_iterator
       [not found] <bug-11729-1335@http.gcc.gnu.org/bugzilla/>
@ 2005-10-04 15:44 ` pcarlini at suse dot de
  2005-10-05 15:49 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: pcarlini at suse dot de @ 2005-10-04 15:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from pcarlini at suse dot de  2005-10-04 15:44 -------
The DR is now [Ready] and we can implement its straightforward resolution.


-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pcarlini at suse dot de
                   |dot org                     |
             Status|SUSPENDED                   |ASSIGNED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11729


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libstdc++/11729] [DR280] no operator!= for const_reverse_iterator
       [not found] <bug-11729-1335@http.gcc.gnu.org/bugzilla/>
  2005-10-04 15:44 ` [Bug libstdc++/11729] [DR280] no operator!= for const_reverse_iterator pcarlini at suse dot de
@ 2005-10-05 15:49 ` cvs-commit at gcc dot gnu dot org
  2005-10-05 15:50 ` pcarlini at suse dot de
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-10-05 15:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from cvs-commit at gcc dot gnu dot org  2005-10-05 15:49 -------
Subject: Bug 11729

CVSROOT:        /cvs/gcc
Module name:    gcc
Changes by:     paolo@gcc.gnu.org       2005-10-05 15:49:39

Modified files:
        libstdc++-v3   : ChangeLog 
        libstdc++-v3/include/bits: stl_iterator.h 
        libstdc++-v3/docs/html/ext: howto.html 
Added files:
        libstdc++-v3/testsuite/24_iterators/reverse_iterator: 11729.cc 

Log message:
        2005-10-05  Paolo Carlini  <pcarlini@suse.de>

        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.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.3120&r2=1.3121
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_iterator.h.diff?cvsroot=gcc&r1=1.29&r2=1.30
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/docs/html/ext/howto.html.diff?cvsroot=gcc&r1=1.57&r2=1.58
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/24_iterators/reverse_iterator/11729.cc.diff?cvsroot=gcc&r1=NONE&r2=1.1


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11729


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libstdc++/11729] [DR280] no operator!= for const_reverse_iterator
       [not found] <bug-11729-1335@http.gcc.gnu.org/bugzilla/>
  2005-10-04 15:44 ` [Bug libstdc++/11729] [DR280] no operator!= for const_reverse_iterator pcarlini at suse dot de
  2005-10-05 15:49 ` cvs-commit at gcc dot gnu dot org
@ 2005-10-05 15:50 ` pcarlini at suse dot de
  2005-10-08 14:57 ` pcarlini at suse dot de
  2006-03-27 17:28 ` pcarlini at suse dot de
  4 siblings, 0 replies; 8+ messages in thread
From: pcarlini at suse dot de @ 2005-10-05 15:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from pcarlini at suse dot de  2005-10-05 15:50 -------
Fixed for 4.1.


-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11729


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libstdc++/11729] [DR280] no operator!= for const_reverse_iterator
       [not found] <bug-11729-1335@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2005-10-05 15:50 ` pcarlini at suse dot de
@ 2005-10-08 14:57 ` pcarlini at suse dot de
  2006-03-27 17:28 ` pcarlini at suse dot de
  4 siblings, 0 replies; 8+ messages in thread
From: pcarlini at suse dot de @ 2005-10-08 14:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from pcarlini at suse dot de  2005-10-08 14:57 -------
*** Bug 24274 has been marked as a duplicate of this bug. ***


-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |shawn dot yarbrough at gmail
                   |                            |dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11729


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libstdc++/11729] [DR280] no operator!= for const_reverse_iterator
       [not found] <bug-11729-1335@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2005-10-08 14:57 ` pcarlini at suse dot de
@ 2006-03-27 17:28 ` pcarlini at suse dot de
  4 siblings, 0 replies; 8+ messages in thread
From: pcarlini at suse dot de @ 2006-03-27 17:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from pcarlini at suse dot de  2006-03-27 17:28 -------
*** Bug 26887 has been marked as a duplicate of this bug. ***


-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schaudhu at blackrock dot
                   |                            |com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11729


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libstdc++/11729] [DR280] no operator!= for const_reverse_iterator
  2003-07-30 17:56 [Bug c++/11729] New: " relf at os2 dot ru
  2004-03-22  6:57 ` [Bug libstdc++/11729] [DR280] " kenta at mit dot edu
  2004-03-22  8:08 ` kenta at mit dot edu
@ 2005-01-21 11:34 ` pcarlini at suse dot de
  2 siblings, 0 replies; 8+ messages in thread
From: pcarlini at suse dot de @ 2005-01-21 11:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pcarlini at suse dot de  2005-01-21 11:34 -------
*** Bug 19562 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kunert at physik dot tu-
                   |                            |dresden dot de


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11729


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libstdc++/11729] [DR280] no operator!= for const_reverse_iterator
  2003-07-30 17:56 [Bug c++/11729] New: " relf at os2 dot ru
  2004-03-22  6:57 ` [Bug libstdc++/11729] [DR280] " kenta at mit dot edu
@ 2004-03-22  8:08 ` kenta at mit dot edu
  2005-01-21 11:34 ` pcarlini at suse dot de
  2 siblings, 0 replies; 8+ messages in thread
From: kenta at mit dot edu @ 2004-03-22  8:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kenta at mit dot edu  2004-03-22 08:08 -------
Oops, DR279 is irrelevant.  I had read 279 instead of 179.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11729


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libstdc++/11729] [DR280] no operator!= for const_reverse_iterator
  2003-07-30 17:56 [Bug c++/11729] New: " relf at os2 dot ru
@ 2004-03-22  6:57 ` kenta at mit dot edu
  2004-03-22  8:08 ` kenta at mit dot edu
  2005-01-21 11:34 ` pcarlini at suse dot de
  2 siblings, 0 replies; 8+ messages in thread
From: kenta at mit dot edu @ 2004-03-22  6:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kenta at mit dot edu  2004-03-22 06:56 -------
DR279 is a "Closed Issue" now, according to 
http://anubis.dkuug.dk/jtc1/sc22/wg21/docs/lwg-closed.html#279

DR280 is still active, but "implementation experience" is sought:

http://anubis.dkuug.dk/jtc1/sc22/wg21/docs/lwg-active.html#280

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11729


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-03-27 17:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-11729-1335@http.gcc.gnu.org/bugzilla/>
2005-10-04 15:44 ` [Bug libstdc++/11729] [DR280] no operator!= for const_reverse_iterator pcarlini at suse dot de
2005-10-05 15:49 ` cvs-commit at gcc dot gnu dot org
2005-10-05 15:50 ` pcarlini at suse dot de
2005-10-08 14:57 ` pcarlini at suse dot de
2006-03-27 17:28 ` pcarlini at suse dot de
2003-07-30 17:56 [Bug c++/11729] New: " relf at os2 dot ru
2004-03-22  6:57 ` [Bug libstdc++/11729] [DR280] " kenta at mit dot edu
2004-03-22  8:08 ` kenta at mit dot edu
2005-01-21 11:34 ` pcarlini at suse dot de

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).