From fb63ebd4cd32b1d2de78e727d24d244d8bd6a52b Mon Sep 17 00:00:00 2001 From: Alexander Nasonov Date: Fri, 27 Oct 2006 21:28:33 +0000 Subject: [PATCH] The test passed on VC6 [SVN r35755] --- lexical_cast_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lexical_cast_test.cpp b/lexical_cast_test.cpp index b8b4658..2f3dd45 100644 --- a/lexical_cast_test.cpp +++ b/lexical_cast_test.cpp @@ -518,7 +518,7 @@ void test_conversion_from_integral() test_conversion_from_integral_to_char(zero); test_conversion_from_integral_to_char(szero); test_conversion_from_integral_to_char(uzero); -#ifndef DISABLE_WIDE_CHAR_SUPPORT +#if !defined(DISABLE_WIDE_CHAR_SUPPORT) && !defined(BOOST_NO_INTRINSIC_WCHAR_T) wchar_t const wzero = L'0'; test_conversion_from_integral_to_char(wzero); #endif