Boost logo

Boost :

Subject: Re: [boost] [release] please add fiber to master
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2016-07-02 13:45:02


016-07-02 18:15 GMT+02:00 Rene Rivera <grafikrobot_at_[hidden]>:

> Quick question.. Is it expected that the tests only pass/run for GCC and
> msvc14?
>

yes - I'm using the feature-check-macros in the unit-tests

mscv: versions prior to msvc-14 seam not to support all required C++
features

clang: on my Linux system clang 3.7 works, but for some installations the
linker reports 'undefined reference to `__cxa_thread_atexit'' -> related to
libc++
(see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192320)

intel: same issue as for clang

darwin: the people from Apple have removed the support for keyword
thread_local, so code using thread_local will not compile on Mac OS X.

> Otherwise the tests look ok to add it a release. I can probably get to add
> it in the next 4 days unless someone else doesn't do it.
>

would be nice

Oliver


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