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
This commit is contained in:
Jeff Law 1998-10-08 12:21:50 -06:00
parent ba0dcc87be
commit 96fc0606e3

View file

@ -10,5 +10,5 @@ template<template<class> class D,class E> class C
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
}