mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
Merge pull request #26502 from tchaikov/wip-common-coroutine-ifdef
common: define BOOST_COROUTINES_NO_DEPRECATION_WARNING if not yet Reviewed-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
commit
708165c754
@ -26,8 +26,9 @@ struct yield_context;
|
||||
}
|
||||
|
||||
#else // HAVE_BOOST_CONTEXT
|
||||
|
||||
#ifndef BOOST_COROUTINES_NO_DEPRECATION_WARNING
|
||||
#define BOOST_COROUTINES_NO_DEPRECATION_WARNING
|
||||
#endif
|
||||
#include <boost/asio/spawn.hpp>
|
||||
|
||||
#endif // HAVE_BOOST_CONTEXT
|
||||
|
Loading…
Reference in New Issue
Block a user