forked from boostorg/regex
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user