BOOST_MESSAGE undefined
Posted by
Piotr Gregor on
Mar 04, 2013; 9:23am
URL: http://quantlib.414.s1.nabble.com/BOOST-MESSAGE-undefined-tp14086.html
I have just installed boost_1_54 by checkout from svn and then
bootstrap
.\b2
it compiles well all but one project: test-suite which uses BOOST_MESSAGE. this is undefined. I see that there is no BOOST_MESSAGE in my version of boost. is this QuantLib incompatibility or I've missed something? on my linux boost version the same thing applies to BOOST_MESSAGE - it is undefined
I have seen that this is now deprecated
http://www.boost.org/doc/libs/1_34_0/libs/test/doc/components/test_tools/reference/deprecated.htmlshouldn't we do #define BOOST_MESSAGE(msg) BOOST_TEST_MESSAGE(msg)
or have I just missed something?
the same with BOOST_ERROR
regards,
cf16
why always me?