mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 10:12:39 +01:00
ircd:🆑 Allow no-op exec construction.
This commit is contained in:
parent
bc98835b3c
commit
4ed6582472
1 changed files with 3 additions and 0 deletions
|
@ -180,6 +180,9 @@ struct ircd::cl::exec
|
|||
|
||||
// Execute a barrier.
|
||||
exec(const opts &);
|
||||
|
||||
// No-op
|
||||
exec() = default;
|
||||
};
|
||||
|
||||
/// Options for an exec.
|
||||
|
|
Loading…
Reference in a new issue