mirror of
https://github.com/boostorg/regex.git
synced 2025-07-12 20:06:38 +02:00
Another attempt to fix the WinXP character class problems
[SVN r11216]
This commit is contained in:
@ -192,5 +192,11 @@ 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