This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/64608] Raw string delimiter fails to allow @ or $
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 15 Jan 2015 01:11:09 +0000
- Subject: [Bug c++/64608] Raw string delimiter fails to allow @ or $
- Auto-submitted: auto-generated
- References: <bug-64608-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64608
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
But @ and $ aren't part of the basic source character set. See 2.3
[lex.charset].