v_static_assert vs. stdc
C11 has _Static_assert and static_assert via assert.h, which we can not include. C23 has static_assert and deprecated _Static_assert
Showing
Please register or sign in to comment
C11 has _Static_assert and static_assert via assert.h, which we can not include. C23 has static_assert and deprecated _Static_assert