regex: added some missing std:: prefixes, updated Be compiler status page.

[SVN r8354]
This commit is contained in:
John Maddock
2000-11-29 12:48:20 +00:00
parent 2c085b3dc4
commit 91953b9cf2
8 changed files with 28 additions and 26 deletions

View File

@ -56,7 +56,7 @@ regbase::flag_type f = regbase::escape_in_lists | regbase::char_classes | regbas
| regbase::extended | regbase::normal | regbase::emacs | regbase::awk | regbase::grep | regbase::egrep | regbase::sed;
template class reg_expression<test_char_type>;
template class sub_match<ra_it>;
template struct sub_match<ra_it>;
template class match_results<ra_it>;
template bool regex_match(ra_it,

View File

@ -52,7 +52,7 @@ regbase::flag_type f = regbase::escape_in_lists | regbase::char_classes | regbas
| regbase::extended | regbase::normal | regbase::emacs | regbase::awk | regbase::grep | regbase::egrep | regbase::sed;
template class reg_expression<char_type>;
template class sub_match<ra_it>;
template struct sub_match<ra_it>;
template class match_results<ra_it>;
template bool regex_match(ra_it,