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();