1 2 // Copyright Oliver Kowalke 2014. 3 // Distributed under the Boost Software License, Version 1.0. 4 // (See accompanying file LICENSE_1_0.txt or copy at 5 // http://www.boost.org/LICENSE_1_0.txt) 6 7 #ifndef BOOST_COROUTINES2_ALL_H 8 #define BOOST_COROUTINES2_ALL_H 9 10 #include <boost/coroutine2/coroutine.hpp> 11 #include <boost/coroutine2/fixedsize_stack.hpp> 12 #include <boost/coroutine2/pooled_fixedsize_stack.hpp> 13 #include <boost/coroutine2/protected_fixedsize_stack.hpp> 14 #include <boost/coroutine2/segmented_stack.hpp> 15 16 #endif // BOOST_COROUTINES2_ALL_H 17