X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FTypeInfo.test.cc;h=ac73a7eb942a2bc2134a9f8eedc359dc1a5016b7;hb=839fb5fb28aa2f5fde157ace7790edfaa6e00de6;hp=74218af39467e58a65e6f9796b10afb51c921200;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Utils/TypeInfo.test.cc b/Utils/TypeInfo.test.cc index 74218af..ac73a7e 100644 --- a/Utils/TypeInfo.test.cc +++ b/Utils/TypeInfo.test.cc @@ -40,7 +40,7 @@ namespace test { virtual ~Base() {} }; - template + template struct Foo : public Base {};