[PATCH] D17444: PR26672: [MSVC] Clang does not recognize "static_assert" keyword in C mode

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 19 13:14:14 PST 2016


rsmith added a subscriber: rsmith.
rsmith added a comment.

Do they treat this as a keyword or as a predefined macro? (Does `#ifdef` think `static_assert` is defined?)


http://reviews.llvm.org/D17444





More information about the cfe-commits mailing list