regex fixes for updated Dinkum library

[SVN r8161]
This commit is contained in:
John Maddock
2000-11-09 13:03:41 +00:00
parent 4378b06e43
commit 8700307cf5
3 changed files with 10 additions and 5 deletions

View File

@ -1240,7 +1240,8 @@ unsigned int BOOST_RE_CALL reg_expression<charT, traits, Allocator>::set_express
register traits_size_type c;
register re_detail::re_syntax_base* dat;
unsigned rep_min, rep_max;
unsigned rep_min = 0;
unsigned rep_max = 0;
//
// set up header: