Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:30:25

0001 
0002 //          Copyright Oliver Kowalke 2014.
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 #include <boost/config.hpp>
0008 
0009 #if defined(BOOST_USE_SEGMENTED_STACKS)
0010 # if ! defined(BOOST_WINDOWS)
0011 #  include <boost/context/posix/segmented_stack.hpp>
0012 # endif
0013 #endif