K 10 svn:author V 2 ed K 8 svn:date V 27 2017-09-27T11:31:11.583190Z K 7 svn:log V 325 MFC r322965: Make _Static_assert() work with GCC in older C++ standards. GCC only activates C11 keywords in C mode, not C++ mode. This means that when targeting an older C++ standard, we cannot fall back to using _Static_assert(). In this case, do define _Static_assert() as a macro that uses a typedef'ed array. END