Matt Sicker wrote: > For instance, clang > supports both C and C++ static asserts, yet gnulib doesn't use them when > compiling with clang.
How is code supposed to decide whether the current clang supports _Static_assert? The documentation isn't clear.
