forked from boostorg/conversion
Minor fix in lexical_cast_stream_traits_test.cpp
[SVN r81745]
This commit is contained in:
@@ -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]>();
|
||||||
|
Reference in New Issue
Block a user