Boost logo

Boost Users :

Subject: [Boost-users] boost multiprecision & STL map
From: tridiak_at_[hidden]
Date: 2014-01-18 23:29:55


  

I have a boost/C++ error which I am having a difficult time
figuring out.

Compiler error : Call to member function
'__construct_node' is ambiguous

Where StellarID()==0) {return
errInvalidID;}

 if (stellarObjects.find(obj->StellarID())!=
stellarObjects.end()) {

  return errStellarObjectIDClash;

 }

stellarObjects[obj->StellarID()]=obj;



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net