P4021R0 — compile_assert - an assert that evaluates at compile time
Jonathan Grant
EWGI
Revisions R2Apr 2026R1Apr 2026R0Feb 2026
```cpp main4.c:15:9: note: in expansion of macro ‘compile_assert’ 15 | compile_assert(i < buf_size, "check buf index within buffer bounds"); error ```