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: red floyd
Subject: Re: 2.95.3 vs 3.3.2 - Help
Date: Wed, 20 Sep 2006 15:33:26 GMT
User-agent: Thunderbird 1.5.0.7 (Windows/20060909)

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]