0
0
Fork 0
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:
Jason Volk 2021-04-15 14:10:36 -07:00
parent bc98835b3c
commit 4ed6582472

View file

@ -180,6 +180,9 @@ struct ircd::cl::exec
// Execute a barrier.
exec(const opts &);
// No-op
exec() = default;
};
/// Options for an exec.