0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-27 19:28:52 +02:00

ircd::db: Use an ircd::assertive so failure happens in optimized mode here.

This commit is contained in:
Jason Volk 2018-08-23 02:19:28 -07:00
parent 824e3305a4
commit 671170afb4

View file

@ -2394,8 +2394,10 @@ noexcept
};
#endif
assert(0);
return defaults.StartThread(f, a);
throw assertive
{
"Independent (non-pool) context spawning not yet implemented"
};
}
void