|
From: Peter C. <pca...@gm...> - 2014-11-19 09:38:41
|
deleting the body, which grew over 50kb ... ---------- Forwarded message ---------- From: Peter Caspers <pca...@gm...> Date: 19 November 2014 10:36 Subject: Re: [Quantlib-dev] FW: SABR regression To: Luigi Ballabio <lui...@gm...> Cc: "Ferdinando M. Ametrano" <na...@am...>, "maz...@li..." < maz...@li...>, maddalena zanzi <mad...@gm...>, QuantLib Mailing Lists <qua...@li...> ah sorry, I am so bad at this. I guess it is only important, that std::size_t and long have the same size (actually both seem to be 4 bytes under VC10 whilst 8 under gcc, maybe this is in addtion dependent on whether -m64 is used ?). Replacing std::size_t by long in L329 should do the trick, I think ? I don't have VC9, so I can not try ... Peter |