]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/boost/coroutine/coroutine.hpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / boost / coroutine / coroutine.hpp
1
2 // Copyright Oliver Kowalke 2009.
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_COROUTINES_COROUTINE_H
8 #define BOOST_COROUTINES_COROUTINE_H
9
10 #include <boost/coroutine/asymmetric_coroutine.hpp>
11 #include <boost/coroutine/symmetric_coroutine.hpp>
12
13 #endif // BOOST_COROUTINES_COROUTINE_H