At minimum the Fiber build file should avoid building on platforms it doesn't support. It does that for the tests with the following:[ requires cxx11_auto_declarationscxx11_constexprcxx11_defaulted_functionscxx11_finalcxx11_hdr_tuplecxx11_lambdascxx11_noexceptcxx11_nullptrcxx11_rvalue_referencescxx11_template_aliasescxx11_variadic_templates ]But doesn't do the same for the libs/fiber/build/jamfile.v2. Oliver you should add that requires to the "boost_fiber" lib target.