Another attempt to fix the WinXP character class problems

[SVN r11216]
This commit is contained in:
John Maddock
2001-09-23 12:02:28 +00:00
parent 0cef054b31
commit 3fb0375da4
4 changed files with 49 additions and 17 deletions

View File

@ -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