Intel 8 is OK with std::locale code.

[SVN r22543]
This commit is contained in:
John Maddock
2004-03-22 12:58:55 +00:00
parent acfe67a2ed
commit 97285e8f89

View File

@@ -78,7 +78,7 @@
# define BOOST_NO_STD_ITERATOR_TRAITS # define BOOST_NO_STD_ITERATOR_TRAITS
#endif #endif
#if defined(__ICL) && defined(_CPPLIB_VER) && (_CPPLIB_VER <= 310) #if defined(__ICL) && (__ICL < 800) && defined(_CPPLIB_VER) && (_CPPLIB_VER <= 310)
// Intel C++ chokes over any non-trivial use of <locale> // Intel C++ chokes over any non-trivial use of <locale>
// this may be an overly restrictive define, but regex fails without it: // this may be an overly restrictive define, but regex fails without it:
# define BOOST_NO_STD_LOCALE # define BOOST_NO_STD_LOCALE
@@ -103,3 +103,4 @@