public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libstdc++/14410] Bug with implementation of set for const iterators in g++ ...
Date: Thu, 04 Mar 2004 00:45:00 -0000	[thread overview]
Message-ID: <20040304004522.24019.qmail@sources.redhat.com> (raw)
In-Reply-To: <20040303161106.14410.areza123@yahoo.com>


------- Additional Comments From reichelt at gcc dot gnu dot org  2004-03-04 00:45 -------
Confirmed. Even in mainline's bits/stl_set.h we have

      typedef typename _Rep_type::const_iterator iterator;
      typedef typename _Rep_type::const_iterator const_iterator;
      typedef typename _Rep_type::const_reverse_iterator reverse_iterator;
      typedef typename _Rep_type::const_reverse_iterator const_reverse_iterator;

which doesn't look right :-(
BTW, the same lines are in bits/stl_multiset.h.

If no-one beats me, I'll prepare a patch tomorrow.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-03-04 00:45:21
               date|                            |


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


  parent reply	other threads:[~2004-03-04  0:45 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-03 16:11 [Bug c++/14410] New: " areza123 at yahoo dot com
2004-03-03 16:20 ` [Bug libstdc++/14410] " bangerth at dealii dot org
2004-03-04  0:45 ` reichelt at gcc dot gnu dot org [this message]
2004-03-04  1:12 ` pcarlini at suse dot de
2004-03-05  8:51 ` reichelt at igpm dot rwth-aachen dot de
2004-03-05  9:04 ` pcarlini at suse dot de
2004-03-20 21:58 ` reichelt at gcc dot gnu dot org
2005-01-17 12:07 ` pcarlini at suse dot de
     [not found] <bug-14410-8041@http.gcc.gnu.org/bugzilla/>
2008-08-20  9:55 ` paolo dot carlini at oracle dot com
2008-11-28 15:13 ` paolo dot carlini at oracle dot com
2008-11-28 15:19 ` sleary at vavi dot co dot uk
2008-11-28 15:23 ` paolo dot carlini at oracle dot com
2009-10-22 23:22 ` paolo dot carlini at oracle dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040304004522.24019.qmail@sources.redhat.com \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).