Comment out MyInt test, because MyInt is not TriviallyCopyable under C++03

This commit is contained in:
Peter Dimov
2019-03-13 01:45:16 +02:00
parent de33887009
commit 5623e48fb5

View File

@@ -732,6 +732,8 @@ namespace
} // check_representation_and_range } // check_representation_and_range
/*
class MyInt class MyInt
{ {
int32_t mx; int32_t mx;
@@ -780,6 +782,8 @@ namespace
// cout << "v+v is " << +(v+v) << endl; // cout << "v+v is " << +(v+v) << endl;
} }
*/
long iterations = 10000; long iterations = 10000;
template< class Endian > template< class Endian >
@@ -819,8 +823,8 @@ int cpp_main( int argc, char * argv[] )
check_alignment(); check_alignment();
check_representation_and_range_and_ops(); check_representation_and_range_and_ops();
check_data(); check_data();
check_udt(); //check_udt();
check_udt_le(); //check_udt_le();
//timing_test<big_int32_t> ( "big_int32_t" ); //timing_test<big_int32_t> ( "big_int32_t" );
//timing_test<big_int32_at>( "big_int32_at" ); //timing_test<big_int32_at>( "big_int32_at" );