Minor fix in lexical_cast_stream_traits_test.cpp

[SVN r81745]
This commit is contained in:
Antony Polukhin
2012-12-06 17:20:28 +00:00
parent e15f179bfc
commit 2333ee53f8

View File

@@ -97,7 +97,10 @@ void test_metafunctions()
test_optimized_types_to_string<__int64>(); test_optimized_types_to_string<__int64>();
#endif #endif
#if !defined(BOOST_NO_SWPRINTF) && !defined(__MINGW32__)
test_optimized_types_to_string<float>(); test_optimized_types_to_string<float>();
#endif
test_optimized_types_to_string<std::string>(); test_optimized_types_to_string<std::string>();
test_optimized_types_to_string<char*>(); test_optimized_types_to_string<char*>();
//test_optimized_types_to_string<char[5]>(); //test_optimized_types_to_string<char[5]>();