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_WINDOWS)
0010 # include <boost/context/windows/protected_fixedsize_stack.hpp>
0011 #else
0012 # include <boost/context/posix/protected_fixedsize_stack.hpp>
0013 #endif