[ https://issues.apache.org/jira/browse/THRIFT-3329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14903345#comment-14903345 ]
ASF GitHub Bot commented on THRIFT-3329: ---------------------------------------- GitHub user jeking3 opened a pull request: https://github.com/apache/thrift/pull/620 THRIFT-3329: fix test incompatibility with boost-1.59 You can merge this pull request into a Git repository by running: $ git pull https://github.com/jeking3/thrift bugfix/THRIFT-3329 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/thrift/pull/620.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #620 ---- commit b2fe68ee92e485178fae100c0812b07473aec8d7 Author: James E. King, III <jim.k...@simplivity.com> Date: 2015-09-22T19:51:48Z THRIFT-3329: fix test incompatibility with boost-1.59 ---- > C++ library unit tests don't compile against the new boost-1.59 unit test > framework > ----------------------------------------------------------------------------------- > > Key: THRIFT-3329 > URL: https://issues.apache.org/jira/browse/THRIFT-3329 > Project: Thrift > Issue Type: Bug > Components: C++ - Library > Affects Versions: 0.9.3 > Reporter: James E. King, III > Assignee: James E. King, III > Priority: Critical > > BOOST_MESSAGE was deprecated in the past and has finally been removed (tried > boost-1.59, possibly removed in an earlier release, but it all works in > boost-1.54). Some of the C++ library unit test code uses BOOST_MESSAGE so it > won't compile any more. In addition, the method to make a test has changed > slightly and needs version specific code to handle both old and new. -- This message was sent by Atlassian JIRA (v6.3.4#6332)