Repository URL to install this package:
|
Version:
1.59.0-ubuntu14 ▾
|
// Copyright Oliver Kowalke 2014.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#if defined(BOOST_USE_WINFIBERS)
#include <boost/context/execution_context_winfib.ipp>
#else
#include <boost/context/execution_context.ipp>
#endif