K 10 svn:author V 2 ed K 8 svn:date V 27 2011-12-13T19:37:27.234890Z K 7 svn:log V 263 Make support for C1X keywords more complete. - _Alignof(), which returns the aligment of a certain type. - _Static_assert(), which can be used to check compile-time assertions. - _Thread_local, which uses TLS on a variable. MFC after: 3 months Reviewed by: mdf END