0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-02 18:18:56 +02:00

ircd: Minor section markings in exception.cc.

This commit is contained in:
Jason Volk 2018-11-08 17:10:56 -08:00
parent a7e4acc519
commit 86ab32e664

View file

@ -153,6 +153,10 @@ ircd::make_error_code(const std::error_code &ec)
return ec;
}
//
// exception
//
ssize_t
ircd::exception::generate(const char *const &fmt,
const va_rtti &ap)
@ -177,6 +181,10 @@ noexcept
return size;
}
//
// assertion
//
ircd::assertion::assertion()
noexcept(RB_DEBUG_LEVEL)
:assertion
@ -232,6 +240,10 @@ noexcept(RB_DEBUG_LEVEL)
#endif
}
//
// terminate
//
ircd::terminate::terminate()
noexcept
:terminate