http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58376
Bug ID: 58376 Summary: regex_iterator::operator== and operator!= not const Product: gcc Version: 4.6.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: kai.un...@l-3com.com Comparison operators implemented as members of regex_iterator need to be const (required by the C++ standard).