When did C++ compilers start considering more than two hex digits in string literal character escapes?

GCC is only following the standard. #877: “Each […] hexadecimal escape sequence is the longest sequence of characters that can constitute the escape sequence.”

Leave a Comment