0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-26 05:48:20 +02:00

ircd::ctx: Relax assertion.

This commit is contained in:
Jason Volk 2018-12-04 15:19:56 -08:00
parent 10b8db0bb3
commit 0c4e39b023

View file

@ -51,7 +51,7 @@ inline
ircd::ctx::latch::~latch()
noexcept
{
assert(is_ready());
assert(d.empty());
}
inline void