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:
parent
a9d8af1bf1
commit
5be75970e0
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue