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

ircd: Tentative fix assert macro missing on clang.

This commit is contained in:
Jason Volk 2019-06-23 01:09:48 -06:00
parent 805f2c1184
commit f85398392f

View file

@ -106,6 +106,11 @@ extern "C"
#undef stdout
#undef stderr
// Trouble. clang++-8
#ifndef assert
#define assert(expr) (static_cast<void>(0))
#endif
//////////////////////////////////////////////////////////////////////////////>
//
// Pollution