220 3602 <199aad3f-d30d-468c-91c2-983f1a3e358c@isocpp.org> article
Path: news.gmane.org!not-for-mail
From: temptony@freemail.hu
Newsgroups: gmane.comp.lang.c++.isocpp.proposals
Subject: Re: "break break ;" etc. to break out of nested loops
Date: Sat, 6 Apr 2013 12:37:56 -0700 (PDT)
Lines: 70
Approved: news@gmane.org
Message-ID: <199aad3f-d30d-468c-91c2-983f1a3e358c@isocpp.org>
References: <1f964e4b-2762-43b8-85e5-41392926b07a@isocpp.org>
 <CAOHCbiuv0zLyEu-7RJR9rLzs-zwQRrxbkYjfO3jHTJj2GrGgYQ@mail.gmail.com>
 <CAOfiQqkj3LEQD3dViCyWk57T8-VpUArvM13-duMbmb6GCL7ovA@mail.gmail.com>
Reply-To: std-proposals@isocpp.org
NNTP-Posting-Host: plane.gmane.org
Mime-Version: 1.0
Content-Type: multipart/alternative; 
	boundary="----=_Part_347_22799174.1365277076340"
X-Trace: ger.gmane.org 1365277080 12420 80.91.229.3 (6 Apr 2013 19:38:00 GMT)
X-Complaints-To: usenet@ger.gmane.org
NNTP-Posting-Date: Sat, 6 Apr 2013 19:38:00 +0000 (UTC)
To: std-proposals@isocpp.org
Original-X-From: std-proposals+bncBCF55ZN354IBBFXTQGFQKGQECI75OPA@isocpp.org Sat Apr 06 21:38:03 2013
Return-path: <std-proposals+bncBCF55ZN354IBBFXTQGFQKGQECI75OPA@isocpp.org>
Envelope-to: gclcip-std-proposals@m.gmane.org
Original-Received: from mail-gg0-f199.google.com ([209.85.161.199])
	by plane.gmane.org with esmtp (Exim 4.69)
	(envelope-from <std-proposals+bncBCF55ZN354IBBFXTQGFQKGQECI75OPA@isocpp.org>)
	id 1UOYw4-0003sa-3O
	for gclcip-std-proposals@m.gmane.org; Sat, 06 Apr 2013 21:38:00 +0200
Original-Received: by mail-gg0-f199.google.com with SMTP id v2sf6209815ggc.2
        for <gclcip-std-proposals@m.gmane.org>; Sat, 06 Apr 2013 12:37:59 -0700 (PDT)
X-Received: by 10.224.58.77 with SMTP id f13mr1906386qah.7.1365277078952;
        Sat, 06 Apr 2013 12:37:58 -0700 (PDT)
X-BeenThere: std-proposals@isocpp.org
Original-Received: by 10.49.25.103 with SMTP id b7ls2375608qeg.96.gmail; Sat, 06 Apr
 2013 12:37:56 -0700 (PDT)
X-Received: by 10.49.41.65 with SMTP id d1mr1286250qel.11.1365277076871;
        Sat, 06 Apr 2013 12:37:56 -0700 (PDT)
In-Reply-To: <CAOfiQqkj3LEQD3dViCyWk57T8-VpUArvM13-duMbmb6GCL7ovA@mail.gmail.com>
X-Original-Sender: temptony@freemail.hu
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:3602
Archived-At: <http://permalink.gmane.org/gmane.comp.lang.c++.isocpp.proposals/3602>

------=_Part_347_22799174.1365277076340
Content-Type: text/plain; charset=ISO-8859-1

On Saturday, April 6, 2013 9:32:05 PM UTC+2, Richard Smith wrote:

I think I would prefer
>
> for outer (...) {
>   for (...) {
>     if (...)
>       break outer;
>   }
> }
>
> Using a label to refer to its labeled statement feels like an abuse of the 
> facility to me.
>
 
Please, can we leave labels and other identifiers out of this? You don't 
have to support my proposal, but I wish you wouldn't all try to distort it 
like this. You can submit your own proposals, after all.

-- 

--- 
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_347_22799174.1365277076340
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

<div>On Saturday, April 6, 2013 9:32:05 PM UTC+2, Richard Smith wrote:<br><=
/div><div><br></div><blockquote class=3D"gmail_quote" style=3D"margin: 0;ma=
rgin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><p dir=3D"=
ltr">I think I would prefer<br></p>
<p dir=3D"ltr">for outer (...) {<br>
&nbsp; for (...) {<br>
&nbsp;&nbsp;&nbsp; if (...)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; break outer;<br>
&nbsp; }<br>
}</p>
<p dir=3D"ltr">Using a label to refer to its labeled statement feels like a=
n abuse of the facility to me.</p></blockquote><div>&nbsp;</div><div>Please=
, can we leave labels and other identifiers out of this? You don't have to =
support my proposal, but I wish you wouldn't all try to distort it like thi=
s. You can submit your own proposals, after all.</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_347_22799174.1365277076340--

.
