0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-11 06:28:55 +02:00

ircd::net::wait: Simplify ctor stack for noexcept suggestion.

This commit is contained in:
Jason Volk 2019-09-26 14:02:41 -07:00
parent 0b4ec3873c
commit 7d1da07894

View file

@ -59,8 +59,7 @@ struct ircd::net::wait_opts
};
wait_opts(const ready &, const milliseconds &timeout) noexcept;
wait_opts(const ready &) noexcept;
wait_opts() = default;
wait_opts(const ready & = ready::ANY) noexcept;
};
inline