Issue with Boost.Fiber:
"./boost/fiber/detail/spinlock_ttas.hpp", line 73: Error: Could not find
a match for std::chrono::duration<long, std::ratio<1,
1000000>>::duration({initializer list}) needed in
boost::fibers::detail::spinlock_ttas::lock().
"./boost/fiber/detail/spinlock_ttas.hpp", line 73: Error: Initializer for
constexpr variable us0 must be a constant expression.
"./boost/fiber/detail/spinlock_ttas_adaptive.hpp", line 77: Error: Could
not find a match for std::chrono::duration<long, std::ratio<1,
1000000>>::duration({initializer list}) needed in
boost::fibers::detail::spinlock_ttas_adaptive::lock().
"./boost/fiber/detail/spinlock_ttas_adaptive.hpp", line 77: Error:
Initializer for constexpr variable us0 must be a constant expression.
"./boost/fiber/context.hpp", line 341: Error: A declaration does not
specify a tag or an identifier.
"./boost/fiber/context.hpp", line 341: Error: Only non-static data
members may be mutable.
"./boost/fiber/context.hpp", line 341: Error: Use ";" to terminate
declarations.
"./boost/fiber/context.hpp", line 341: Error: "}" expected instead of
"noexcept".
"./boost/fiber/context.hpp", line 341: Error: Use ";" to terminate
declarations.
"./boost/fiber/context.hpp", line 341: Error: A declaration was expected
instead of "noexcept".
"./boost/fiber/context.hpp", line 342: Error: run_ is not defined.
"./boost/fiber/context.hpp", line 342: Error: A template name was
expected instead of 'forward'.
"./boost/fiber/context.hpp", line 342: Error: ctx is not defined.
"./boost/fiber/context.hpp", line 342: Error: Unexpected ")" -- Check for
matching parenthesis.
"./boost/fiber/context.hpp", line 342: Error: Operand expected instead of
",".
"./boost/fiber/context.hpp", line 342: Error: The function
"std::forward()" cannot be defined in the current scope.
"./boost/fiber/context.hpp", line 343: Error: A declaration was expected
instead of ",".
"./boost/fiber/context.hpp", line 344: Error: Fn is not defined.
"./boost/fiber/context.hpp", line 344: Error: A template name was
expected instead of 'forward'.
"./boost/fiber/context.hpp", line 344: Error: fn is not defined.
"./boost/fiber/context.hpp", line 345: Error: Unexpected ")" -- Check for
matching parenthesis.
"./boost/fiber/context.hpp", line 345: Error: Operand expected instead of
"}".
"./boost/fiber/context.hpp", line 345: Error: The function
"std::forward()" cannot be defined in the current scope.
"./boost/fiber/context.hpp", line 355: Error: A declaration was expected
instead of "{".
"./boost/fiber/context.hpp", line 357: Error: No direct declarator
preceding "(".