mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +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
|
#endif
|
||||||
|
|
||||||
assert(0);
|
throw assertive
|
||||||
return defaults.StartThread(f, a);
|
{
|
||||||
|
"Independent (non-pool) context spawning not yet implemented"
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue