mirror of
https://github.com/matrix-construct/construct
synced 2024-11-15 22:41:12 +01:00
ircd::db: Use an ircd::assertive so failure happens in optimized mode here.
This commit is contained in:
parent
824e3305a4
commit
671170afb4
1 changed files with 4 additions and 2 deletions
|
@ -2394,8 +2394,10 @@ noexcept
|
|||
};
|
||||
#endif
|
||||
|
||||
assert(0);
|
||||
return defaults.StartThread(f, a);
|
||||
throw assertive
|
||||
{
|
||||
"Independent (non-pool) context spawning not yet implemented"
|
||||
};
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue