|
From: SourceForge.net <no...@so...> - 2012-07-11 02:46:45
|
Patches item #3542397, was opened at 2012-07-10 19:46 Message generated for change (Tracker Item Submitted) made by piterdias You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=312740&aid=3542397&group_id=12740 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Piter Dias (piterdias) Assigned to: Nobody/Anonymous (nobody) Summary: Define boost::assertion_failed_msg due to changes on boost Initial Comment: boost/array.hpp is now using BOOST_ASSERT_MSG instead of BOOST_ASSERT. When BOOST_ENABLE_ASSERT_HANDLER is defined, like in qldefines.hpp, BOOST_ASSERT_MSG requires user defined function boost::assertion_failed_msg, but boost/array.hpp doesn't define it. QuantLibXL fails due use of boost/array.hpp on sabrvolsurface.hpp. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=312740&aid=3542397&group_id=12740 |