Avi Kivity
257c17a87a
Merge "Don't depend on seastar::make_(lw_)?shared idiosyncrasies" from Rafael
...
"
While working on another patch I was getting odd compiler errors
saying that a call to ::make_shared was ambiguous. The reason was that
seastar has both:
template <typename T, typename... A>
shared_ptr<T> make_shared(A&&... a);
template <typename T>
shared_ptr<T> make_shared(T&& a);
The second variant doesn't exist in std::make_shared.
This series drops the dependency in scylla, so that a future change
can make seastar::make_shared a bit more like std::make_shared.
"
* 'espindola/make_shared' of https://github.com/espindola/scylla :
Everywhere: Explicitly instantiate make_lw_shared
Everywhere: Add a make_shared_schema helper
Everywhere: Explicitly instantiate make_shared
cql3: Add a create_multi_column_relation helper
main: Return a shared_ptr from defer_verbose_shutdown
2020-08-02 19:51:24 +03:00
..
2020-06-06 21:04:06 +03:00
2020-03-10 13:13:48 -07:00
2020-02-24 11:17:19 +03:00
2020-03-23 23:19:21 +03:00
2020-07-07 09:32:33 +02:00
2020-02-24 11:17:19 +03:00
2020-03-10 13:13:48 -07:00
2020-02-24 11:17:19 +03:00
2020-03-10 13:13:48 -07:00
2020-02-24 11:17:19 +03:00
2020-03-23 23:19:21 +03:00
2020-03-23 23:19:21 +03:00
2020-03-23 23:19:21 +03:00
2020-03-23 23:19:21 +03:00
2020-08-02 19:51:24 +03:00
2020-02-24 11:17:47 +03:00
2016-04-08 08:12:47 +03:00
2020-07-28 18:00:29 +03:00
2020-07-28 18:00:29 +03:00
2020-05-06 18:38:37 +02:00
2020-05-06 18:38:37 +02:00
2020-03-23 09:29:45 +02:00
2020-02-28 08:36:27 -08:00
2020-02-12 16:44:43 +03:00
2020-02-12 16:44:43 +03:00
2020-03-10 13:13:48 -07:00
2020-02-24 11:17:19 +03:00
2020-03-10 13:13:48 -07:00
2020-02-24 11:17:19 +03:00
2020-03-23 23:19:21 +03:00
2020-04-19 16:19:17 +03:00
2020-03-04 15:20:24 +01:00
2020-03-10 13:13:48 -07:00
2020-02-24 11:17:19 +03:00
2020-03-19 15:46:14 +02:00
2020-02-24 11:17:19 +03:00
2020-07-27 09:19:37 +02:00
2019-11-26 14:18:17 +03:00
2020-02-12 16:44:43 +03:00
2020-02-12 16:44:43 +03:00
2020-03-10 13:13:48 -07:00
2020-02-24 11:17:47 +03:00
2020-03-10 13:13:48 -07:00
2020-02-24 11:17:19 +03:00
2020-03-23 23:19:21 +03:00
2020-03-10 13:13:48 -07:00
2020-02-24 11:17:19 +03:00
2020-03-10 13:13:48 -07:00
2020-02-24 11:17:19 +03:00
2020-03-10 13:13:48 -07:00
2020-02-24 11:17:19 +03:00
2020-02-24 11:17:47 +03:00
2020-02-24 11:17:19 +03:00
2020-03-23 23:19:21 +03:00
2020-03-23 23:19:21 +03:00
2020-03-23 23:19:21 +03:00
2018-12-11 23:33:02 +00:00
2019-01-08 13:16:36 +02:00
2020-02-20 18:14:49 +02:00
2020-02-20 18:14:49 +02:00
2019-09-15 10:38:09 +03:00
2019-09-15 10:38:09 +03:00
2020-04-27 12:47:42 +03:00
2020-03-23 23:19:21 +03:00
2020-03-23 23:19:21 +03:00
2020-06-23 19:40:18 +03:00
2020-03-23 23:19:21 +03:00
2020-07-28 18:00:29 +03:00
2020-07-28 18:00:29 +03:00
2020-02-24 11:17:47 +03:00
2020-02-24 11:17:19 +03:00
2020-04-27 12:47:42 +03:00
2020-05-06 18:38:04 +02:00
2020-05-06 18:38:04 +02:00
2020-03-23 09:29:45 +02:00
2020-03-23 23:19:21 +03:00
2020-03-23 23:19:21 +03:00
2020-03-23 23:19:21 +03:00
2020-06-23 19:40:18 +03:00
2020-07-07 09:32:33 +02:00
2019-11-26 14:18:17 +03:00
2020-07-28 18:00:29 +03:00
2020-07-28 18:00:29 +03:00
2019-11-14 13:14:39 +01:00
2020-03-23 23:19:21 +03:00
2020-03-23 23:19:21 +03:00
2020-07-21 10:33:49 -07:00
2019-11-28 15:48:54 +02:00
2020-03-10 13:13:48 -07:00
2020-02-24 11:17:19 +03:00