help-gplusplus
[Top][All Lists]
Advanced

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

how to resolve this one


From: address@hidden
Subject: how to resolve this one
Date: 17 May 2005 21:53:55 -0700
User-agent: G2/0.2

 are porting an application from Windows to Linux. The native code is
in VC++.
We're getting the following error in g++ for the code given below...

the code in vc++ is :

#include <list>

146     map<int,int> op;
147     op.insert(pair<int,int<(CNodeTransformer::OPTIMIZATION_TYPE,
optType));

we are getting error in gc++ :

CMapperFlow.cpp: In member function `int
   CMapperFlow::mainMapper(CFlowEntities&)':
CMapperFlow.cpp:147: parse error before `<' token
CMapperFlow.cpp:147: parse error before `)' token

Has anyone got a soln for it...



reply via email to

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