public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/57808] New: operators == and != for regex_token_iterator need to be const
@ 2013-07-03 18:12 chasonr at newsguy dot com
  2013-07-03 18:34 ` [Bug libstdc++/57808] " paolo.carlini at oracle dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: chasonr at newsguy dot com @ 2013-07-03 18:12 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 57808
           Summary: operators == and != for regex_token_iterator need to
                    be const
           Product: gcc
           Version: 4.8.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: chasonr at newsguy dot com

In libstdc++-v3/include/bits/regex.h, the methods operator== and operator!= for
regex_token_iterator are not declared const.  This is not consistent with the
C++11 standard, section 28.12.2, which specifies these operators to be declared
const.


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

end of thread, other threads:[~2023-07-20 11:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-03 18:12 [Bug libstdc++/57808] New: operators == and != for regex_token_iterator need to be const chasonr at newsguy dot com
2013-07-03 18:34 ` [Bug libstdc++/57808] " paolo.carlini at oracle dot com
2013-07-04  8:24 ` paolo.carlini at oracle dot com
2023-07-20 11:38 ` 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).