conflicts: definition of wchar_t string in C++ standard and Windows implementation?
问题 From c++2003 2.13 A wide string literal has type “ array of n const wchar_t ” and has static storage duration, where n is the size of the string as defined below The size of a wide string literal is the total number of escape sequences, universal-character-names, and other characters, plus one for the terminating L’\0’. From c++0x 2.14.5 A wide string literal has type “ array of n const wchar_t ”, where n is the size of the string as defined below The size of a char32_t or wide string literal