|
||||
File indexing completed on 2025-01-30 09:35:08
0001 0002 // Copyright Oliver Kowalke 2017. 0003 // Distributed under the Boost Software License, Version 1.0. 0004 // (See accompanying file LICENSE_1_0.txt or copy at 0005 // http://www.boost.org/LICENSE_1_0.txt) 0006 0007 #if defined(BOOST_USE_UCONTEXT) 0008 #include <boost/context/continuation_ucontext.hpp> 0009 #elif defined(BOOST_USE_WINFIB) 0010 #include <boost/context/continuation_winfib.hpp> 0011 #else 0012 #include <boost/context/continuation_fcontext.hpp> 0013 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |