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

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

Reply via email to