https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110343
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jason at gcc dot gnu.org --- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> --- (In reply to Ed Smith-Rowland from comment #3) > Created attachment 57018 [details] > Get the raw string literal to compile. > > I just added the new characters to lex_raw_string and got > > const char *p = R"abc`@$(foobar)abc`@$"; > > to go. Shouldn't those be added conditionally on whether it is -std=c++26 compilation or not?