|
|
back to boardCommon BoardStrange compilation error Hi all I would be very gratefull if someone could clarify me how to solve this compilation error: d996e7cc-46a9-40b3-9e95-0df28c461d76(31): error: expected a ">" template<class ElemType, class Comparator = _lessThenComp<ElemType>> i compile same file vith MSVC++2008 with no errors or warrnings but when i upload it i get this compilation err(followed by lot more lines, but i think this is source of all others) Thank You in advance Re: Strange compilation error I'm not sure. but may be u use something like map<int,vector<int>> m; but u should to write map<int,vector<int> > m; (one more space) |
|
|