mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 00:32:35 +01:00
ircd::ctx: Ensure no rethrow from destructor.
This commit is contained in:
parent
a9d8af1bf1
commit
5be75970e0
1 changed files with 1 additions and 0 deletions
|
@ -2052,6 +2052,7 @@ noexcept try
|
|||
catch(const std::exception &e)
|
||||
{
|
||||
set_exception(std::current_exception());
|
||||
return;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue