help-gplusplus
[Top][All Lists]
Advanced

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

2.95.3 vs 3.3.2 - Help


From: Prasad
Subject: 2.95.3 vs 3.3.2 - Help
Date: 20 Sep 2006 08:30:23 -0700
User-agent: G2/1.0

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.

I am using Solaris 9 / g++ 3.3.2 version.

The error I get is mostly related to the STL. I know you guys have the
answer. Thanks in advance.

Error:

It complains with the below line

typedef multimap < long, unsigned int, less<long> > TimeoutHandlerMap;

syntax error before `;' token

This complains clean with 2.95.3



reply via email to

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