2016-09-03 22:11 GMT+02:00 Tom Kent <lists@teeks99.com>:
They seem to all be around the fiber library, for example:
compile-c-c++ bin.v2\libs\fiber\build\msvc-8.0\release\address-model-64\link-static\threading-multi\algo\algorithm.obj
algorithm.cpp
.\boost/fiber/algo/algorithm.hpp(10) : fatal error C1083: Cannot open include file: 'chrono': No such file or directory

algortihm.hpp(10) == #include <chrono>

header chrono is part of C++11 and should be found by MSVC
maybe a broken MSVC installation?

unit-tests succeed on ' teeks99-08l-win2012R2-64on64' (msvc-14) but fail on 'teeks99-09l-win2012R2-64on64' (msvc-14 too)