Make Fibers library conditional on working Boost.Context fcontext_t
Summary: Boost 1.61 removes the `boost::context::fcontext_t` type which Folly Fibers depends on. This makes the Fibers library conditional on a working `fcontext_t`, so Folly will build (just without Fibers) if it's not present. Depends On D3419638 Fixes https://github.com/facebook/folly/issues/413 Reviewed By: Orvid Differential Revision: D3420097 fbshipit-source-id: 876f8f76a2d0dda4ce5085c27875ab6aaa7b86c0
Showing
Please register or sign in to comment