K 10 svn:author V 3 dim K 8 svn:date V 27 2016-06-12T11:45:45.516936Z K 7 svn:log V 348 MFC r300967: Stop exposing the C11 _Atomic() macro in , when compiling for C++. It clashes with the one in libc++'s header. (Previously, the _Atomic() macro was defined in , which is only for use with C11, but for various reasons it was moved to its current location in r251804.) Discussed with: bdrewery, ed END