[Bug libstdc++/57808] operators == and != for regex_token_iterator need to be const

2023-07-20 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57808

Jonathan Wakely  changed:

   What|Removed |Added

 CC||kai.un...@l-3com.com

--- Comment #3 from Jonathan Wakely  ---
*** Bug 58376 has been marked as a duplicate of this bug. ***

[Bug libstdc++/57808] operators == and != for regex_token_iterator need to be const

2013-07-04 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57808

Paolo Carlini  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Target Milestone|--- |4.9.0

--- Comment #2 from Paolo Carlini  ---
Done.


[Bug libstdc++/57808] operators == and != for regex_token_iterator need to be const

2013-07-03 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57808

Paolo Carlini  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Last reconfirmed||2013-07-03
 Ever confirmed|0   |1

--- Comment #1 from Paolo Carlini  ---
operator* and operator-> too. Let's do the change, certainly cannot hurt, but a
lot more is still needed.