On 8/24/23 09:58, Jakub Jelinek wrote:
Hi!
The following patch implements C++26 unevaluated-string.
As it seems to me just extra pedanticity, it is implemented only for
-std=c++26 or -std=gnu++26 and later and only if -pedantic/-pedantic-errors.
Hmm, I assumed it was accepted as a DR, but apparently not. In addition
to making things ill-formed, it clarifies that these strings are never
converted to the execution character set. Do we support
cross-compilation to EBCDIC, which was the motivating context?
Jason