Apply updated patches from #8476.

Fixes #8476.

[SVN r84052]
This commit is contained in:
John Maddock
2013-04-26 10:33:22 +00:00
parent eed2a486c4
commit 8a16bff57a
3 changed files with 5 additions and 17 deletions

View File

@ -283,7 +283,7 @@ void basic_regex_formatter<OutputIterator, Results, traits, ForwardIter>::format
format_perl();
break;
}
// fall through, not a special character:
// not a special character:
BOOST_FALLTHROUGH;
default:
put(*m_position);
@ -355,7 +355,6 @@ void basic_regex_formatter<OutputIterator, Results, traits, ForwardIter>::format
case '{':
have_brace = true;
++m_position;
// fall through....
BOOST_FALLTHROUGH;
default:
// see if we have a number: