[ox/std] Sort of fix custom assert
This commit is contained in:
parent
79b42e1df7
commit
3ff91af86b
2
deps/ox/src/ox/std/realstd.hpp
vendored
2
deps/ox/src/ox/std/realstd.hpp
vendored
@ -11,5 +11,5 @@
|
|||||||
#if __has_include(<cassert>)
|
#if __has_include(<cassert>)
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#else
|
#else
|
||||||
#define assert(e) while (1);
|
#define assert(e) while (!(e));
|
||||||
#endif
|
#endif
|
Loading…
Reference in New Issue
Block a user