diff options
| author | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-10-08 09:06:46 +0000 |
|---|---|---|
| committer | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-10-08 09:06:46 +0000 |
| commit | 0e81838b26eda898ce85af9d55baea2e30089719 (patch) | |
| tree | d98e882374a9d054ac6e95e313ae596e74c05ca4 /libstdc++-v3/include | |
| parent | b5ac435c43c69333cd2903671f541acca36ead64 (diff) | |
| download | ppe42-gcc-0e81838b26eda898ce85af9d55baea2e30089719.tar.gz ppe42-gcc-0e81838b26eda898ce85af9d55baea2e30089719.zip | |
* include/bits/regex.h (regex_token_iterator::_M_end_of_seq): Add
const qualifier.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_9-branch@215996 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include')
| -rw-r--r-- | libstdc++-v3/include/bits/regex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/regex.h b/libstdc++-v3/include/bits/regex.h index 772a209f2bd..fe10ceb96d3 100644 --- a/libstdc++-v3/include/bits/regex.h +++ b/libstdc++-v3/include/bits/regex.h @@ -2703,7 +2703,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION } constexpr bool - _M_end_of_seq() + _M_end_of_seq() const { return _M_result == nullptr; } _Position _M_position; |

