coroutine.hpp 463 B

12345678910111213141516
  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_COROUTINE_H
  6. #define BOOST_COROUTINES_COROUTINE_H
  7. #ifdef BOOST_COROUTINES_UNIDIRECT
  8. #include <boost/coroutine/v2/coroutine.hpp>
  9. #else
  10. #include <boost/coroutine/v1/coroutine.hpp>
  11. #endif
  12. #endif // BOOST_COROUTINES_COROUTINE_H