forked from boostorg/conversion
Comment out some minor unrequired tests
[SVN r81486]
This commit is contained in:
@@ -100,14 +100,14 @@ void test_metafunctions()
|
||||
test_optimized_types_to_string<float>();
|
||||
test_optimized_types_to_string<std::string>();
|
||||
test_optimized_types_to_string<char*>();
|
||||
test_optimized_types_to_string<char[5]>();
|
||||
test_optimized_types_to_string<char[1]>();
|
||||
//test_optimized_types_to_string<char[5]>();
|
||||
//test_optimized_types_to_string<char[1]>();
|
||||
test_optimized_types_to_string<unsigned char*>();
|
||||
test_optimized_types_to_string<unsigned char[5]>();
|
||||
test_optimized_types_to_string<unsigned char[1]>();
|
||||
//test_optimized_types_to_string<unsigned char[5]>();
|
||||
//test_optimized_types_to_string<unsigned char[1]>();
|
||||
test_optimized_types_to_string<signed char*>();
|
||||
test_optimized_types_to_string<signed char[5]>();
|
||||
test_optimized_types_to_string<signed char[1]>();
|
||||
//test_optimized_types_to_string<signed char[5]>();
|
||||
//test_optimized_types_to_string<signed char[1]>();
|
||||
test_optimized_types_to_string<boost::array<char, 1> >();
|
||||
test_optimized_types_to_string<boost::array<char, 5> >();
|
||||
test_optimized_types_to_string<boost::array<unsigned char, 1> >();
|
||||
|
Reference in New Issue
Block a user