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