forked from boostorg/regex
Another attempt to fix the WinXP character class problems
[SVN r11216]
This commit is contained in:
@ -184,5 +184,12 @@ template test_string_type regex_merge(const test_string_type&,
|
||||
#include "parse.cpp"
|
||||
#include "regress.cpp"
|
||||
|
||||
//
|
||||
// Como goes into an infinite loop trying to link this,
|
||||
// just have it fail for now:
|
||||
//
|
||||
#if defined(__COMO__) && defined(_MSC_VER)
|
||||
#error "Comeau in VC6 mode goes into an infinite loop trying to link this program!!!"
|
||||
#endif
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user