On Mon, Sep 26, 2016 at 7:36 AM, Rene Rivera <grafikrobot@gmail.com> wrote:
The release candidates for the 1.62.0 release are now available at:

I built the libraries (on Mac OS 10.11; 64 bit) in the following configurations:
* Apple LLVM version 8.0.0 (clang-800.0.38)
    *  -std=c++03  - compiled w/o error
    *  -std=c++11  - compiled w/o error
    *  -std=c++14  - compiled w/o error
    *  -std=c++1z  - compiled w/o error

* clang ToT built this morning  [ clang version 4.0.0 (trunk 282329) ]
    *  -std=c++03  - compiled w/o error
    *  -std=c++11  - compiled w/o error
    *  -std=c++14  - compiled w/o error
    *  -std=c++1z - Boost.Fiber failed to compile

...failed clang-darwin.compile.c++ bin.v2/libs/fiber/build/clang-darwin-tot1z/release/link-static/threading-multi/context.o...
...failed clang-darwin.compile.c++ bin.v2/libs/fiber/build/clang-darwin-tot1z/release/threading-multi/context.o...

Now to run some tests....

-- Marshall