Commit 96fc0606 by Jeff Law

From Brendan:

date: 1998/07/15 18:18:49;  author: brendan;  state: Exp;  lines: +2 -2
dd expected warning, remove first error loc (now only on line 13)

From-SVN: r22932
parent ba0dcc87
...@@ -10,5 +10,5 @@ template<template<class> class D,class E> class C ...@@ -10,5 +10,5 @@ template<template<class> class D,class E> class C
int main() int main()
{ {
C<D,int> c; // ERROR - param list not match C<D,int> c; // ERROR - param list not match// WARNING - sees it as not having a type
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment