fatal template bug

Mumit Khan khan@xraylith.wisc.edu
Fri Apr 30 23:15:00 GMT 1999


On 6 Apr 1999, Alexandre Oliva wrote:

> On Apr  5, 1999, Mumit Khan <khan@xraylith.wisc.edu> wrote:
> 
> > template<class I, class T> class table: public map<I, T, less<I> > {
> [snip]
> >     typedef  map<I, T, less<I> > base;
> >     typedef base::const_iterator const_iterator;
>              ^ typename is missing here  

Ooops. Thanks for the correction.

Mumit





More information about the Gcc-bugs mailing list