[Boost-bugs] [Boost C++ Libraries] #11863: Compilation failure when trying to use Boost Test

Subject: [Boost-bugs] [Boost C++ Libraries] #11863: Compilation failure when trying to use Boost Test
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-12-23 01:21:59


#11863: Compilation failure when trying to use Boost Test
---------------------------------+-------------------------
 Reporter: gordon@… | Owner: rogeeff
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: test
  Version: Boost 1.60.0 | Severity: Showstopper
 Keywords: compilation failure |
---------------------------------+-------------------------
 I have a program that uses Boost Test. It works under Boost 1.59.0. Under
 Boost 1.60.0 and Mac OS X I get compilation errors in mp_defer.hpp, which
 is ultimately included from boost/test/unit_test.hpp.

 The first compilation error is in line 28 of mp_defer.hpp

 static boost::true_type check(int);

 The error caret is at the start of "check" and the message is:[[BR]]

 Expected member name or ';' after declaration specifiers.

 The compiler is Apple LLVM 7.0 and the C++ dialect is C++14.

 I have not submitted a ticket to Boost before - apologies if I have missed
 something obvious.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/11863>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:19 UTC