[ 
https://issues.apache.org/jira/browse/QPID-6774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Ross closed QPID-6774.
-----------------------------
    Resolution: Cannot Reproduce
      Assignee: Justin Ross

I found no instance of BOOST_MESSAGE in the source tree.  There was one 
instance of BOOST_TEST_MESSAGE (in exception_test.cpp), so it looks like this 
has been addressed another way.

> Can't compile unit_test with boost 1.59.0
> -----------------------------------------
>
>                 Key: QPID-6774
>                 URL: https://issues.apache.org/jira/browse/QPID-6774
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: qpid-cpp-0.34
>         Environment: Windows xp sp3, VC2008 no sp,boost 1.59.0
>            Reporter: sxf
>            Assignee: Justin Ross
>            Priority: Major
>             Fix For: qpid-cpp-1.38.0
>
>
> QPID-6771:
> 3)..\..\..\src\tests\exception_test.cpp(66) : error C3861: "BOOST_MESSAGE": 
> 找不到标识符
> BOOST_MESSAGE was removed from boost 1.59.0, we should add it.
>  
> from:
> namespace tests {
> QPID_AUTO_TEST_SUITE(exception_test)
> to:
> namespace tests {
> #ifndef BOOST_MESSAGE
> #define BOOST_MESSAGE( M )                  BOOST_TEST_MESSAGE( M )
> #endif
> QPID_AUTO_TEST_SUITE(exception_test)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to