From 545687e22b2d56cc6bd1df3e8800968554594f19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Terje=20Sletteb=C3=B8?= Date: Sun, 30 Mar 2003 23:21:17 +0000 Subject: [PATCH] Removed test for MSVC, restored test for BOOST_NO_INTRINSIC_WCHAR_T [SVN r18140] --- lexical_cast_test.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lexical_cast_test.cpp b/lexical_cast_test.cpp index 523d5fe..12f1618 100644 --- a/lexical_cast_test.cpp +++ b/lexical_cast_test.cpp @@ -25,8 +25,7 @@ #if defined(BOOST_NO_STRINGSTREAM) || \ defined(BOOST_NO_STD_WSTRING) || \ defined(BOOST_NO_STD_LOCALE) || \ - defined(BOOST_NO_CWCHAR) || \ - defined(BOOST_MSVC) && (BOOST_MSVC <= 1200) + defined(BOOST_NO_INTRINSIC_WCHAR_T) #define DISABLE_WIDE_CHAR_SUPPORT #endif