0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-04-09 03:13:11 +02:00

ircd::ctx: Ensure no rethrow from destructor.

This commit is contained in:
Jason Volk 2019-03-17 15:35:19 -07:00
parent a9d8af1bf1
commit 5be75970e0

View file

@ -2052,6 +2052,7 @@ noexcept try
catch(const std::exception &e) catch(const std::exception &e)
{ {
set_exception(std::current_exception()); set_exception(std::current_exception());
return;
} }
void void