mirror of
https://github.com/matrix-construct/construct
synced 2024-11-17 07:20:55 +01:00
ircd:Ⓜ️:event::fetch: Relax object semantics.
This commit is contained in:
parent
32bd8a8031
commit
10b8e1d08b
1 changed files with 0 additions and 4 deletions
|
@ -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 &);
|
||||
|
|
Loading…
Reference in a new issue