Topic: shorter syntax fro raw string literals (why can't we


Author: Idan Bismut <idanbismut@gmail.com>
Date: Mon, 25 Nov 2013 09:40:04 -0800 (PST)
Raw View
------=_Part_2002_14952300.1385401204053
Content-Type: text/plain; charset=ISO-8859-1

I'm really happy the C++ community is live & kicking & keeps evolving
towards better language & optimizations.
In recent changes made to c++11, the "raw string literals" were added,
and it really made we wonder why this can't be simpler than R("xxxxxxx").
Is there any reason we couldn't "steal" c sharp idea & use the "@" sign ??
Is @ reserved for anything in C++ ??

I was just wondering, cause @"unescaped string" (for all cases) is much
nicer & cleaner than raw literals currently in use (that has even delimiter
syntx in case we want to have () in our text).


--

---
You received this message because you are subscribed to the Google Groups "ISO C++ Standard - Future Proposals" group.
To unsubscribe from this group and stop receiving emails from it, send an email to std-proposals+unsubscribe@isocpp.org.
To post to this group, send email to std-proposals@isocpp.org.
Visit this group at http://groups.google.com/a/isocpp.org/group/std-proposals/.

------=_Part_2002_14952300.1385401204053
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">I'm really happy the C++ community is live &amp; kicking &=
amp; keeps evolving towards better language &amp; optimizations.<br>In rece=
nt changes made to c++11, the "raw string literals" were added,<br>and it r=
eally made we wonder why this can't be simpler than R("xxxxxxx").<br>Is the=
re any reason we couldn't "steal" c sharp idea &amp; use the "@" sign ?? Is=
 @ reserved for anything in C++ ??<br><br>I was just wondering, cause @"une=
scaped string" (for all cases) is much nicer &amp; cleaner than raw literal=
s currently in use (that has even delimiter syntx in case we want to have (=
) in our text).<br><br><br></div>

<p></p>

-- <br />
&nbsp;<br />
--- <br />
You received this message because you are subscribed to the Google Groups &=
quot;ISO C++ Standard - Future Proposals&quot; group.<br />
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to std-proposals+unsubscribe@isocpp.org.<br />
To post to this group, send email to std-proposals@isocpp.org.<br />
Visit this group at <a href=3D"http://groups.google.com/a/isocpp.org/group/=
std-proposals/">http://groups.google.com/a/isocpp.org/group/std-proposals/<=
/a>.<br />

------=_Part_2002_14952300.1385401204053--

.