Make use of extensions more explicit in libstdc++ tests
[gcc.git] / libstdc++-v3 / testsuite / 20_util / specialized_algorithms / uninitialized_fill / 32158.cc
index 821d0122009de75c0322995c606f82f2dfbaad2f..fc0542680a65859e33053db9d96574b4a88f3dcc 100644 (file)
@@ -31,4 +31,4 @@ Alpha(MyPair* start, MyPair* end)
 {
   MyPair my_pair(1, 2);
   std::uninitialized_fill(start, end, my_pair);
-};
+}