Decrease indent of #if and #endif lines and test string<->integral conversons when BOOST_NO_INTRINSIC_WCHAR_T is defined.

[SVN r56232]
This commit is contained in:
Alexander Nasonov
2009-09-15 23:56:39 +00:00
parent 79a141ce9d
commit f5d825e77f

View File

@@ -599,7 +599,7 @@ void test_conversion_from_to_integral_for_locale()
test_conversion_from_integral_to_integral<T>(); test_conversion_from_integral_to_integral<T>();
test_conversion_from_integral_to_string<T>('0'); test_conversion_from_integral_to_string<T>('0');
test_conversion_from_string_to_integral<T>('0'); test_conversion_from_string_to_integral<T>('0');
#if !defined(BOOST_LCAST_NO_WCHAR_T) && !defined(BOOST_NO_INTRINSIC_WCHAR_T) #if !defined(BOOST_LCAST_NO_WCHAR_T)
test_conversion_from_integral_to_string<T>(L'0'); test_conversion_from_integral_to_string<T>(L'0');
test_conversion_from_string_to_integral<T>(L'0'); test_conversion_from_string_to_integral<T>(L'0');
#endif #endif