Files
clang-p2996/libc/include/assert.h.def
Petr Hosek d386a5582b [libc] Make static_assert available even if NDEBUG is set (#99742)
This addresses an issue introduced in #98826 where static_assert was
made defined only when NDEBUG is not set which is different from all
other C libraries and breaks any code that uses static_assert and
doesn't guard it with NDEBUG.
2024-07-20 00:56:52 -07:00

952 B