0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-30 04:38:52 +02:00

ircd::buffer: Use __builtin_unreachable() for clang.

This commit is contained in:
Jason Volk 2019-06-21 04:07:33 -06:00
parent a5a267dcd5
commit 95e0ff3bbc

View file

@ -74,4 +74,5 @@ ircd::buffer::const_buffer::insert(const char *const &,
const char &)
{
assert(0);
__builtin_unreachable();
}