Subject: [Boost-users] Source incompatible changes in Boost.Test
From: Dominique Devienne (ddevienne_at_[hidden])
Date: 2017-06-02 11:42:57


What's the point of changing a public symbol's case like this,
leading to a hard build error? Seems a bit gratuitous, no?
And not up to Boost's standards I might add. --DD

if (BOOST_VERSION < 106000)
       boost::unit_test::tut_suite
#else
        boost::unit_test::TUT_SUITE
#endif