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.

_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to