0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-29 12:18:54 +02:00

ircd:Ⓜ️:event::fetch: Relax object semantics.

This commit is contained in:
Jason Volk 2019-04-26 05:27:17 -07:00
parent 32bd8a8031
commit 10b8e1d08b

View file

@ -57,10 +57,6 @@ struct ircd::m::event::fetch
fetch(const id &, const opts & = default_opts);
fetch(const idx &, const opts & = default_opts);
fetch(const opts & = default_opts);
fetch(fetch &&) = delete;
fetch(const fetch &) = delete;
fetch &operator=(fetch &&) = delete;
fetch &operator=(const fetch &) = delete;
static bool event_id(const idx &, std::nothrow_t, const id::closure &);
static void event_id(const idx &, const id::closure &);