re PR libstdc++/57808 (operators == and != for regex_token_iterator need to be const)
authorRay Chason <chasonr@newsguy.com>
Thu, 4 Jul 2013 08:23:44 +0000 (08:23 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Thu, 4 Jul 2013 08:23:44 +0000 (08:23 +0000)
commitb727d9c4be45f0c0c405e41681632ea6badfe338
treeaabe538f98d7a8665885613c46afaabe70ad089d
parent033d86cc455992f9c72457614cb6d4475dcc3a82
re PR libstdc++/57808 (operators == and != for regex_token_iterator need to be const)

2013-07-04  Ray Chason  <chasonr@newsguy.com>
    Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/57808
* include/bits/regex.h (regex_token_iterator<>::operator==,
regex_token_iterator<>::operator!=, regex_token_iterator<>::operator*,
regex_token_iterator<>::operator->): Declare const.

Co-Authored-By: Paolo Carlini <paolo.carlini@oracle.com>
From-SVN: r200662
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/regex.h