diff --git a/test3/test31.cpp b/test3/test31.cpp index c3b31444..80115221 100644 --- a/test3/test31.cpp +++ b/test3/test31.cpp @@ -182,23 +182,23 @@ void test_vector () { #ifdef USE_STD_MAP #ifdef USE_FLOAT std::cout << "float, std::map" << std::endl; - test_my_vector >, 3 > () (); + test_my_vector >, 3 > () (); #endif #ifdef USE_DOUBLE std::cout << "double, std::map" << std::endl; - test_my_vector >, 3 > () (); + test_my_vector >, 3 > () (); #endif #ifdef USE_STD_COMPLEX #ifdef USE_FLOAT std::cout << "std::complex, std::map" << std::endl; - test_my_vector, std::map > >, 3 > () (); + test_my_vector, std::map > >, 3 > () (); #endif #ifdef USE_DOUBLE std::cout << "std::complex, std::map" << std::endl; - test_my_vector, std::map > > , 3 > () (); + test_my_vector, std::map > > , 3 > () (); #endif #endif #endif