Removed external templates for unknown compilers.

Fixed std conformance bugs in v4 code (shown up by metrowerks compiler).


[SVN r18467]
This commit is contained in:
John Maddock
2003-05-20 11:28:47 +00:00
parent 8bb6861595
commit 31d1dc1182
3 changed files with 12 additions and 29 deletions

View File

@ -123,6 +123,7 @@ using regex_constants::match_nosubs;
using regex_constants::format_all;
using regex_constants::format_sed;
using regex_constants::format_perl;
using regex_constants::format_default;
using regex_constants::format_no_copy;
using regex_constants::format_first_only;
//using regex_constants::format_is_if;