verus/Verus/src/D/AssertionCompileTime.h

4 lines
77 B
C

#pragma once
#define VERUS_CT_ASSERT(x) static_assert(x, "VERUS_CT_ASSERT")