Re: [C++ Patch] PR 51397
OK. Jason
[C++ Patch] PR 51397
Hi, this issue, reported by Dave (and Jon), is about the error message printed for a static_assert like: static_assert('X' != '\130', "'X' has the wrong value"); where, due to the use of %E, we go through pp_c_string_literal and thus pp_c_char, and we escape the single quotes around X. D