The test passed on VC6

[SVN r35755]
This commit is contained in:
Alexander Nasonov
2006-10-27 21:28:33 +00:00
parent 0f46451c1d
commit fb63ebd4cd

View File

@@ -518,7 +518,7 @@ void test_conversion_from_integral()
test_conversion_from_integral_to_char<T>(zero);
test_conversion_from_integral_to_char<T>(szero);
test_conversion_from_integral_to_char<T>(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<T>(wzero);
#endif