mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +01:00
ircd::net::wait: Simplify ctor stack for noexcept suggestion.
This commit is contained in:
parent
0b4ec3873c
commit
7d1da07894
1 changed files with 1 additions and 2 deletions
|
@ -59,8 +59,7 @@ struct ircd::net::wait_opts
|
||||||
};
|
};
|
||||||
|
|
||||||
wait_opts(const ready &, const milliseconds &timeout) noexcept;
|
wait_opts(const ready &, const milliseconds &timeout) noexcept;
|
||||||
wait_opts(const ready &) noexcept;
|
wait_opts(const ready & = ready::ANY) noexcept;
|
||||||
wait_opts() = default;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
inline
|
inline
|
||||||
|
|
Loading…
Reference in a new issue