File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ if (BOOST_REDIS_MAIN_PROJECT)
38
38
align
39
39
context
40
40
core
41
- coroutine
42
41
static_assert
43
42
pool
44
43
date_time
Original file line number Diff line number Diff line change 9
9
#include < boost/system/errc.hpp>
10
10
#include < boost/asio/detached.hpp>
11
11
#include < boost/asio/co_spawn.hpp>
12
- #include < boost/asio/experimental/ as_tuple.hpp>
12
+ #include < boost/asio/as_tuple.hpp>
13
13
#define BOOST_TEST_MODULE conn-push
14
14
#include < boost/test/included/unit_test.hpp>
15
15
#include < iostream>
@@ -21,7 +21,7 @@ namespace redis = boost::redis;
21
21
using boost::redis::operation;
22
22
using connection = boost::redis::connection;
23
23
using error_code = boost::system::error_code;
24
- using net::experimental:: as_tuple;
24
+ using net::as_tuple;
25
25
using boost::redis::request;
26
26
using boost::redis::response;
27
27
using boost::redis::ignore;
Original file line number Diff line number Diff line change 15
15
16
16
#ifdef BOOST_ASIO_HAS_CO_AWAIT
17
17
#include < boost/asio/experimental/awaitable_operators.hpp>
18
- #include < boost/asio/experimental/ as_tuple.hpp>
18
+ #include < boost/asio/as_tuple.hpp>
19
19
20
20
namespace net = boost::asio;
21
21
22
22
using boost::redis::operation;
23
23
using boost::redis::connection;
24
24
using boost::system::error_code;
25
- using net::experimental:: as_tuple;
25
+ using net::as_tuple;
26
26
using boost::redis::request;
27
27
using boost::redis::response;
28
28
using boost::redis::ignore;
You can’t perform that action at this time.
0 commit comments