all.hpp 778 B

123456789101112131415161718192021
  1. // Copyright Oliver Kowalke 2009.
  2. // Distributed under the Boost Software License, Version 1.0.
  3. // (See accompanying file LICENSE_1_0.txt or copy at
  4. // http://www.boost.org/LICENSE_1_0.txt)
  5. #ifndef BOOST_COROUTINES_ALL_H
  6. #define BOOST_COROUTINES_ALL_H
  7. #include <boost/coroutine/attributes.hpp>
  8. #include <boost/coroutine/coroutine.hpp>
  9. #include <boost/coroutine/exceptions.hpp>
  10. #include <boost/coroutine/flags.hpp>
  11. #include <boost/coroutine/protected_stack_allocator.hpp>
  12. #include <boost/coroutine/segmented_stack_allocator.hpp>
  13. #include <boost/coroutine/stack_allocator.hpp>
  14. #include <boost/coroutine/stack_context.hpp>
  15. #include <boost/coroutine/stack_traits.hpp>
  16. #include <boost/coroutine/standard_stack_allocator.hpp>
  17. #endif // BOOST_COROUTINES_ALL_H