220 2805 <51e602ef-ae6c-4321-b4ea-f5da89dcfc78@isocpp.org> article
Path: news.gmane.org!not-for-mail
From: DeadMG <wolfeinstein@gmail.com>
Newsgroups: gmane.comp.lang.c++.isocpp.proposals
Subject: Re: Improvements for string literals
Date: Mon, 11 Feb 2013 01:44:52 -0800 (PST)
Lines: 47
Approved: news@gmane.org
Message-ID: <51e602ef-ae6c-4321-b4ea-f5da89dcfc78@isocpp.org>
References: <913f9603-aff2-4abf-a330-d4d0f8a2d1e0@isocpp.org>
Reply-To: std-proposals@isocpp.org
NNTP-Posting-Host: plane.gmane.org
Mime-Version: 1.0
Content-Type: multipart/alternative; 
	boundary="----=_Part_168_32446896.1360575892843"
X-Trace: ger.gmane.org 1360575892 16868 80.91.229.3 (11 Feb 2013 09:44:52 GMT)
X-Complaints-To: usenet@ger.gmane.org
NNTP-Posting-Date: Mon, 11 Feb 2013 09:44:52 +0000 (UTC)
To: std-proposals@isocpp.org
Original-X-From: std-proposals+bncBDFMT44JSEMBBFP34KEAKGQEGCNS2QI@isocpp.org Mon Feb 11 10:45:14 2013
Return-path: <std-proposals+bncBDFMT44JSEMBBFP34KEAKGQEGCNS2QI@isocpp.org>
Envelope-to: gclcip-std-proposals@m.gmane.org
Original-Received: from mail-yh0-f69.google.com ([209.85.213.69])
	by plane.gmane.org with esmtp (Exim 4.69)
	(envelope-from <std-proposals+bncBDFMT44JSEMBBFP34KEAKGQEGCNS2QI@isocpp.org>)
	id 1U4pwn-0001vf-Hb
	for gclcip-std-proposals@m.gmane.org; Mon, 11 Feb 2013 10:45:13 +0100
Original-Received: by mail-yh0-f69.google.com with SMTP id w68sf4604014yhw.0
        for <gclcip-std-proposals@m.gmane.org>; Mon, 11 Feb 2013 01:44:53 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=x-received:x-beenthere:x-received:date:from:to:message-id
         :in-reply-to:references:subject:mime-version:x-original-sender
         :reply-to:precedence:mailing-list:list-id:x-google-group-id
         :list-post:list-help:list-archive:list-subscribe:list-unsubscribe
         :content-type;
        bh=T4ossO9Q/qBU2I1Aa/PoD3LK9GD/xE9A16GDDoYC3w8=;
        b=m+7QQv94SeylWUUNsd4v7olgRsDPba7/61bxAFUDV85mQImWcZrTW9FftZuj35xaAL
         YNAElxbea1GdEsMKEx+gJ2v+fj07zO4urP1luOJdt20tnZSVWyvsLk2oCr6EVLBtGeX4
         24wzChBkBAnsu5Ule2lVDi0kTd1XrsTNl2G8EYSYZreFM53ZkIp4UqTY/QIzugx42n9I
         1WnJrvFt8KMvvl2tDXBaIMZ9aTkhPpvLc+qqGjGmDFV9DluuDNsO2tkxyOdzGJsGcTRW
         CFomxn1/Vs9A6Y5eEzboJv3ZOevlphj1v8FTRPPiWFNuPXLR4GIDndBH+R+yYxPltK7K
         W7KQ==
X-Received: by 10.224.189.78 with SMTP id dd14mr8906953qab.0.1360575893511;
        Mon, 11 Feb 2013 01:44:53 -0800 (PST)
X-BeenThere: std-proposals@isocpp.org
Original-Received: by 10.49.87.135 with SMTP id ay7ls1562306qeb.8.gmail; Mon, 11 Feb
 2013 01:44:53 -0800 (PST)
X-Received: by 10.49.1.43 with SMTP id 11mr872314qej.29.1360575893082;
        Mon, 11 Feb 2013 01:44:53 -0800 (PST)
In-Reply-To: <913f9603-aff2-4abf-a330-d4d0f8a2d1e0@isocpp.org>
X-Original-Sender: wolfeinstein@gmail.com
Precedence: list
Mailing-list: list std-proposals@isocpp.org; contact std-proposals+owners@isocpp.org
List-ID: <std-proposals.isocpp.org>
X-Google-Group-Id: 399137483710
List-Post: <http://groups.google.com/a/isocpp.org/group/std-proposals/post?hl=en>,
 <mailto:std-proposals@isocpp.org>
List-Help: <http://support.google.com/a/isocpp.org/bin/topic.py?hl=en&topic=25838>,
 <mailto:std-proposals+help@isocpp.org>
List-Archive: <http://groups.google.com/a/isocpp.org/group/std-proposals/?hl=en>
List-Subscribe: <http://groups.google.com/a/isocpp.org/group/std-proposals/subscribe?hl=en>,
 <mailto:std-proposals+subscribe@isocpp.org>
List-Unsubscribe: <http://groups.google.com/a/isocpp.org/group/std-proposals/subscribe?hl=en>,
 <mailto:googlegroups-manage+399137483710+unsubscribe@googlegroups.com>
Xref: news.gmane.org gmane.comp.lang.c++.isocpp.proposals:2805
Archived-At: <http://permalink.gmane.org/gmane.comp.lang.c++.isocpp.proposals/2805>

------=_Part_168_32446896.1360575892843
Content-Type: text/plain; charset=ISO-8859-1

You're still breaking template specializations- for example, std::begin(). 
Also, your operator should be for a const char[N], not const char*.

Finally, it seems to me that you really need this<https://groups.google.com/a/isocpp.org/forum/?fromgroups=#!topic/std-proposals/fgCw1xFGZLM>
 proposal.

-- 

--- 
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/?hl=en.



------=_Part_168_32446896.1360575892843
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

You're still breaking template specializations- for example, std::begin(). =
Also, your operator should be for a const char[N], not const char*.<div><br=
></div><div>Finally, it seems to me that you really need&nbsp;<a href=3D"ht=
tps://groups.google.com/a/isocpp.org/forum/?fromgroups=3D#!topic/std-propos=
als/fgCw1xFGZLM">this</a>&nbsp;proposal.</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/?hl=3Den">http://groups.google.com/a/isocpp.org/group/std-pro=
posals/?hl=3Den</a>.<br />
&nbsp;<br />
&nbsp;<br />

------=_Part_168_32446896.1360575892843--

.
