add optional 'limit' argument to read
[senf.git] / Utils / TypeInfo.test.cc
index 74218af..ac73a7e 100644 (file)
@@ -40,7 +40,7 @@ namespace test {
         virtual ~Base() {}
     };
 
-    template <class C, unsigned N>
+    template <class C, int N>
     struct Foo : public Base
     {};