|
From: cf16-2 <cf1...@gm...> - 2013-03-04 09:23:43
|
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.html shouldn't we do #define BOOST_MESSAGE(msg) BOOST_TEST_MESSAGE(msg) or have I just missed something? the same with BOOST_ERROR regards, cf16 -- View this message in context: http://quantlib.10058.n7.nabble.com/BOOST-MESSAGE-undefined-tp14086.html Sent from the quantlib-dev mailing list archive at Nabble.com. |