From 2333ee53f82b4b889d746fdad875f046be743db5 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Thu, 6 Dec 2012 17:20:28 +0000 Subject: [PATCH] Minor fix in lexical_cast_stream_traits_test.cpp [SVN r81745] --- test/lexical_cast_stream_traits_test.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/lexical_cast_stream_traits_test.cpp b/test/lexical_cast_stream_traits_test.cpp index 8198ae8..a005d7f 100644 --- a/test/lexical_cast_stream_traits_test.cpp +++ b/test/lexical_cast_stream_traits_test.cpp @@ -97,7 +97,10 @@ void test_metafunctions() test_optimized_types_to_string<__int64>(); #endif +#if !defined(BOOST_NO_SWPRINTF) && !defined(__MINGW32__) test_optimized_types_to_string(); +#endif + test_optimized_types_to_string(); test_optimized_types_to_string(); //test_optimized_types_to_string();