0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-29 04:08:54 +02:00

ircd::server: Minor assertions.

This commit is contained in:
Jason Volk 2019-04-18 01:19:02 -07:00
parent 2726c67ecc
commit 477090ff52

View file

@ -3742,6 +3742,7 @@ ircd::server::tag::set_value(args&&... a)
}
p.set_value(code);
assert(abandoned());
}
template<class E,
@ -3770,6 +3771,7 @@ ircd::server::tag::set_exception(std::exception_ptr eptr)
return;
p.set_exception(std::move(eptr));
assert(abandoned());
}
bool