From 3a1146ef37f235e2fdfca9f979221122e689f4c4 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 19 Feb 2001 12:50:27 +0000 Subject: [PATCH] added BOOST_NO_INTRINSIC_WCHAR_T for ICL [SVN r9269] --- include/boost/config.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/config.hpp b/include/boost/config.hpp index 4e6c6223..3a04033d 100644 --- a/include/boost/config.hpp +++ b/include/boost/config.hpp @@ -328,6 +328,7 @@ # define BOOST_NO_STD_ALLOCATOR # define BOOST_NO_STD_MIN_MAX # endif +# define BOOST_NO_INTRINSIC_WCHAR_T // tentative addition - required for VC6 compatibility? (added by JM 19 Feb 2001) // Metrowerks CodeWarrior --------------------------------------------------//