all.hpp 564 B

12345678910111213141516
  1. // Copyright Oliver Kowalke 2014.
  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_COROUTINES2_ALL_H
  6. #define BOOST_COROUTINES2_ALL_H
  7. #include <boost/coroutine2/coroutine.hpp>
  8. #include <boost/coroutine2/fixedsize_stack.hpp>
  9. #include <boost/coroutine2/pooled_fixedsize_stack.hpp>
  10. #include <boost/coroutine2/protected_fixedsize_stack.hpp>
  11. #include <boost/coroutine2/segmented_stack.hpp>
  12. #endif // BOOST_COROUTINES2_ALL_H