OSDN Git Service

compiler: Prohibit comparisons of funcs, maps, and slices to non-nil.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.bob / template3.C
index 7aca6ed..c440f47 100644 (file)
@@ -1,4 +1,4 @@
-// Build don't link: 
+// { dg-do assemble  }
 // prms-id: 9979
 
 template < class Referencee >
@@ -38,7 +38,7 @@ public:
 class ObjectExchange
 {
 public:
-    ObjectExchange() {};
+    ObjectExchange() {}
 
     ExchangeableList   i_theWatchList; // Instruments being monitored
 };