Doh! Changes to code should actually compile!

A fix for the last change.

[SVN r44145]
This commit is contained in:
John Maddock
2008-04-10 12:46:41 +00:00
parent e5bc36d7c9
commit 6e9b9a7995

View File

@ -383,7 +383,7 @@ struct BaseRegexConcept
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_iter_type, BidiIterator>::value));
b = m_sub.matched;
bool b = m_sub.matched;
ignore_unused_variable_warning(b);
BidiIterator bi = m_sub.first;
ignore_unused_variable_warning(bi);