help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 2.95.3 vs 3.3.2 - Help


From: Prasad
Subject: Re: 2.95.3 vs 3.3.2 - Help
Date: 20 Sep 2006 09:50:59 -0700
User-agent: G2/1.0

Hi Floyd,

Thanks a bunch. I know you guys here are experienced proffessionals.

Will come back with more if needed.  :)

Thanks,
Prasad

red floyd wrote:
> Prasad wrote:
> > Hi There,
> >
> > I am trying to compile a piece of code which is compiling fine in g++
> > 2.95.3 version but it doesnt in 3.3.2.
> >
> [redacted]
> >
> > typedef multimap < long, unsigned int, less<long> > TimeoutHandlerMap;
>
> typedef std::multimap < long, unsigned int, less<long> > TimeoutHandlerMap'
>
>
> > syntax error before `;' token
> >
> > This complains clean with 2.95.3
> > 
> 
> 2.95.3 is pre-Standard, 3.3.2 is ISO Standard compliant.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]