|
From: Francois B. <ig...@gm...> - 2014-05-14 15:25:35
|
Hi all, I'm trying to compile QuantLibXL from the git source. I'm doing a full build, which includes the gensrc parts. The compilation fails with the following error: error C2664: 'QuantLib::CmsMarket::CmsMarket(const std::vector<_Ty> &,const std::vector<boost::shared_ptr<T>> &,const boost::shared_ptr<QuantLib::IborIndex> &,const std::vector<std::vector<QuantLib::Handle<QuantLib::Quote>>> &,const std::vector<boost::shared_ptr<QuantLib::CmsCouponPricer>> &,const QuantLib::Handle<QuantLib::YieldTermStructure> &)' : cannot convert parameter 5 from 'std::vector<_Ty>' to 'const std::vector<_Ty> &' C:\dev\quantlib\QuantLibAddin\qlo\cmsmarket.cpp Is this a known issue or how do I resolve this? thanks Francois Botha |