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;