Posted by
Luigi Ballabio on
Mar 04, 2013; 9:38am
URL: http://quantlib.414.s1.nabble.com/BOOST-MESSAGE-undefined-tp14086p14087.html
Hello,
I'll copy the answer that I just gave you on Stack Overflow:
I'm afraid you gave us more credit than we deserved :)
We haven't compiled QuantLib against Boost svn yet. The latest I've
tried is Boost 1.53 (the latest released version) in which
BOOST_MESSAGE was still available.
Thanks for the heads-up, though. I'll patch the library so that it's
ready for next version. As mentioned in the comments, it should be as
simple as adding
#if BOOST_VERSION > 105300
#define BOOST_MESSAGE(msg) BOOST_TEST_MESSAGE(msg)
#endif
to test-suite/utilities.hpp.
Luigi
On Mon, Mar 4, 2013 at 10:23 AM, cf16-2 <
[hidden email]> wrote:
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb_______________________________________________
QuantLib-dev mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-dev