GitHub user Romain-Geissler-1A opened a pull request:

    https://github.com/apache/avro/pull/51

    [AVRO-1719] Fix test when using Boost >= 1.59.

    JIRA reference: AVRO-1719 https://issues.apache.org/jira/browse/AVRO-1719
    
    Hi
    
    BOOST_CHECKPOINT and BOOST_MESSAGE have been deprecated for years, and have 
been removed in Boost 1.59. BOOST_TEST_CHECKPOINT and BOOST_TEST_MESSAGE should 
be used instead.
    
    I used branch 1.7 as the merge branch since that's branch we are using in 
my company, but seeing your history you are about to release 1.8.0. This patch 
applies fine on this branch as well.
    
    Ok for merge ?
    
    Cheers,
    Romain

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Romain-Geissler-1A/avro bugfix/boost-test-1.59

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/avro/pull/51.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 #51
    
----
commit 640321ff3f19a8b2f42c55606d7c9d84c948c241
Author: Romain Geissler <[email protected]>
Date:   2015-08-31T20:27:17Z

    [AVRO-1719] Fix test when using Boost >= 1.59.
    
    BOOST_CHECKPOINT and BOOST_MESSAGE have been deprecated for years,
    BOOST_TEST_CHECKPOINT and BOOST_TEST_MESSAGE should be used instead.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to