public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/60278] New: string::erase() (and other containers) does not take const_iterators
@ 2014-02-19 23:38 rscrihf at gmail dot com
  2014-02-19 23:54 ` [Bug libstdc++/60278] " redi at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: rscrihf at gmail dot com @ 2014-02-19 23:38 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 60278
           Summary: string::erase() (and other containers) does not take
                    const_iterators
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: rscrihf at gmail dot com

As of C++11, std::string::erase takes const_iterators in its signature. As of
4.8.2, this isn't the case. 

I see other bugs referencing similar issues - for instance,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54577 is marked as FIXED, but I see
the signature of deque::erase is still wrong.


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

* [Bug libstdc++/60278] string::erase() (and other containers) does not take const_iterators
  2014-02-19 23:38 [Bug libstdc++/60278] New: string::erase() (and other containers) does not take const_iterators rscrihf at gmail dot com
@ 2014-02-19 23:54 ` redi at gcc dot gnu.org
  2014-09-19 11:13 ` redi at gcc dot gnu.org
  2014-12-22 13:50 ` redi at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: redi at gcc dot gnu.org @ 2014-02-19 23:54 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
deque::erase() is fixed for 4.9, string will be fixed after 4.9


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

* [Bug libstdc++/60278] string::erase() (and other containers) does not take const_iterators
  2014-02-19 23:38 [Bug libstdc++/60278] New: string::erase() (and other containers) does not take const_iterators rscrihf at gmail dot com
  2014-02-19 23:54 ` [Bug libstdc++/60278] " redi at gcc dot gnu.org
@ 2014-09-19 11:13 ` redi at gcc dot gnu.org
  2014-12-22 13:50 ` redi at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: redi at gcc dot gnu.org @ 2014-09-19 11:13 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60278

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2014-09-19
           Assignee|unassigned at gcc dot gnu.org      |redi at gcc dot gnu.org
   Target Milestone|---                         |5.0
     Ever confirmed|0                           |1


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

* [Bug libstdc++/60278] string::erase() (and other containers) does not take const_iterators
  2014-02-19 23:38 [Bug libstdc++/60278] New: string::erase() (and other containers) does not take const_iterators rscrihf at gmail dot com
  2014-02-19 23:54 ` [Bug libstdc++/60278] " redi at gcc dot gnu.org
  2014-09-19 11:13 ` redi at gcc dot gnu.org
@ 2014-12-22 13:50 ` redi at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: redi at gcc dot gnu.org @ 2014-12-22 13:50 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60278

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Fixed for GCC 5 (when using the new string ABI)


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

end of thread, other threads:[~2014-12-22 13:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-19 23:38 [Bug libstdc++/60278] New: string::erase() (and other containers) does not take const_iterators rscrihf at gmail dot com
2014-02-19 23:54 ` [Bug libstdc++/60278] " redi at gcc dot gnu.org
2014-09-19 11:13 ` redi at gcc dot gnu.org
2014-12-22 13:50 ` redi at gcc dot gnu.org

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).