From e8602a5b8658a88bca4621ffa0e0cbf10175602a Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Mon, 26 Jan 2004 13:14:05 +0000 Subject: [PATCH] Fix a typo [SVN r21968] --- 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 1f4f14c2..18ad1875 100644 --- a/include/boost/config/compiler/intel.hpp +++ b/include/boost/config/compiler/intel.hpp @@ -73,7 +73,7 @@ // or not. // Under UNIX, the situation is exactly the same, but the macro _WCHAR_T // is used instead. -# if ((_WCHAR_T_DEFINED + 0) == 0)) && ((_WCHAR_T + 0) == 0) +# if ((_WCHAR_T_DEFINED + 0) == 0) && ((_WCHAR_T + 0) == 0) # define BOOST_NO_INTRINSIC_WCHAR_T # endif #endif