Boost logo

Boost :

Subject: Re: [boost] [release] Boost 1.69.0 Beta 1 Release Candidate 1
From: Marshall Clow (mclow.lists_at_[hidden])
Date: 2018-11-12 20:17:42


On Mon, Nov 12, 2018 at 7:36 AM Marshall Clow <mclow.lists_at_[hidden]> wrote:

> The release candidates for the first 1.69.0 beta release are now available
> at:
>
> <https://dl.bintray.com/boostorg/beta/1.69.0.beta.1.rc1/source/>
>
> As always, the release managers would appreciate it if you download
> the candidate of your choice and give building it a try. Please report
> both success and failure, and anything else that is noteworthy.
>

I have built the RC on Mac OS X 10.13 using a recent trunk build of clang
(version 8.0.0 (trunk 346609))
successfully while specifying c++03/11/14,

but failed when specifying c++17/2a, because the Python 2.7 headers shipped
with Mac OS 10.13 use the "register" keyword:

In file included from
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/Python.h:85:
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/unicodeobject.h:534:5:
error: ISO C++17 does not allow 'register' storage class specifier
[-Wregister]
    register PyObject *obj, /* Object */
    ^~~~~~~~~

(same results as with Apple's clang)
-- Marshall


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk