forked from boostorg/regex
Doh! Changes to code should actually compile!
A fix for the last change. [SVN r44145]
This commit is contained in:
@ -383,7 +383,7 @@ struct BaseRegexConcept
|
|||||||
typedef typename sub_match_type::iterator sub_iter_type;
|
typedef typename sub_match_type::iterator sub_iter_type;
|
||||||
BOOST_STATIC_ASSERT((::boost::is_same<sub_value_type, value_type>::value));
|
BOOST_STATIC_ASSERT((::boost::is_same<sub_value_type, value_type>::value));
|
||||||
BOOST_STATIC_ASSERT((::boost::is_same<sub_iter_type, BidiIterator>::value));
|
BOOST_STATIC_ASSERT((::boost::is_same<sub_iter_type, BidiIterator>::value));
|
||||||
b = m_sub.matched;
|
bool b = m_sub.matched;
|
||||||
ignore_unused_variable_warning(b);
|
ignore_unused_variable_warning(b);
|
||||||
BidiIterator bi = m_sub.first;
|
BidiIterator bi = m_sub.first;
|
||||||
ignore_unused_variable_warning(bi);
|
ignore_unused_variable_warning(bi);
|
||||||
|
Reference in New Issue
Block a user