Topic: extended characters in raw string literals


Author: David Krauss<potswa@gmail.com>
Date: Wed, 12 Oct 2011 09:34:06 -0700 (PDT)
Raw View
Writing up the last post helped me to see that the second,
"extrapolated" alternative is the only way to go. Maybe there's still
some interesting discussion to be had, but on second thought I don't
think there's any ambiguity. Raw literals cannot be a mechanism for
binary data or introduce a special 1-to-1 correspondence of bytes;
they do not alter the encoding of the resulting string, they only
neutralize the backslash and question mark.


--
[ comp.std.c++ is moderated.  To submit articles, try posting with your ]
[ newsreader.  If that fails, use mailto:std-cpp-submit@vandevoorde.com ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html                      ]