forked from boostorg/regex
Suppress external templates with Mingw32 - it seems to cause issues with dll's.
Fix match_results.swap. Add missing namespace qualifiers to ICU code: fixes #3631. [SVN r57739]
This commit is contained in:
@ -564,7 +564,7 @@ void test_icu(const wchar_t&, const test_regex_replace_tag&)
|
||||
//
|
||||
// Now with UnicodeString:
|
||||
//
|
||||
UnicodeString expression16u, text16u, format16u, result16u, found16u;
|
||||
U_NAMESPACE_QUALIFIER UnicodeString expression16u, text16u, format16u, result16u, found16u;
|
||||
if(expression16.size())
|
||||
expression16u.setTo(&*expression16.begin(), expression16.size());
|
||||
if(text16.size())
|
||||
|
Reference in New Issue
Block a user