diff --git a/test/placement_new.cpp b/test/placement_new.cpp index 4179d771..6e07d46c 100644 --- a/test/placement_new.cpp +++ b/test/placement_new.cpp @@ -22,7 +22,7 @@ public: } ~udt () {} // required for GCC prior to 3.4 to generate cookie - static udt* base_pointer; + static udt* base_pointer; }; udt* udt::base_pointer; diff --git a/test/test11.cpp b/test/test11.cpp index 4bbad7fb..ff852edf 100644 --- a/test/test11.cpp +++ b/test/test11.cpp @@ -34,7 +34,7 @@ struct test_my_vector { template void test_expression_with (VP &v1, VP &v2, VP &v3) const { - // Expression type tests + // Expression type tests value_type t; size_type i; real_type n;