From 2e64903b0ff70c4b6d34422a0cdea93beeaa179c Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 20 May 2004 10:13:31 +0000 Subject: [PATCH] Added fix for Intel C++ 6 and the /Zc:wchar_t option. [SVN r22875] --- include/boost/config/compiler/intel.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/compiler/intel.hpp b/include/boost/config/compiler/intel.hpp index eeceab17..e36632a8 100644 --- a/include/boost/config/compiler/intel.hpp +++ b/include/boost/config/compiler/intel.hpp @@ -62,7 +62,7 @@ #endif // See http://aspn.activestate.com/ASPN/Mail/Message/boost/1614864 -#if BOOST_INTEL_CXX_VERSION < 700 +#if BOOST_INTEL_CXX_VERSION < 600 # define BOOST_NO_INTRINSIC_WCHAR_T #else // We should test the macro _WCHAR_T_DEFINED to check if the compiler