Commit 7dd9b46d by Jonathan Wakely Committed by Jonathan Wakely

regex.h (regex_token_iterator::_M_end_of_seq): Add const qualifier.

	* include/bits/regex.h (regex_token_iterator::_M_end_of_seq): Add
	const qualifier.

From-SVN: r215995
parent cf5986df
2014-10-08 Jonathan Wakely <jwakely@redhat.com>
* include/bits/regex.h (regex_token_iterator::_M_end_of_seq): Add
const qualifier.
2014-10-07 François Dumont <fdumont@gcc.gnu.org>
* testsuite/util/testsuite_counter_type.h
......
......@@ -2689,7 +2689,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
}
constexpr bool
_M_end_of_seq()
_M_end_of_seq() const
{ return _M_result == nullptr; }
_Position _M_position;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment