220 150 <50A33629.8030500@wanadoo.fr> article
Path: news.gmane.org!not-for-mail
From: "Vicente J. Botet Escriba" <vicente.botet@wanadoo.fr>
Newsgroups: gmane.comp.lang.c++.isocpp.proposals
Subject: Re: Anonymous or unnamed variables
Date: Wed, 14 Nov 2012 07:11:53 +0100
Lines: 102
Approved: news@gmane.org
Message-ID: <50A33629.8030500@wanadoo.fr>
References: <50A2BFD2.8040007@wanadoo.fr> <CAGg_6+Ncm_JFWJBpcQorr9gJi8FGdAvrumzGo3NBXaztadnBsA@mail.gmail.com>
Reply-To: std-proposals@isocpp.org
NNTP-Posting-Host: plane.gmane.org
Mime-Version: 1.0
Content-Type: multipart/alternative;
 boundary="------------080305000109020300090307"
X-Trace: ger.gmane.org 1352873516 14774 80.91.229.3 (14 Nov 2012 06:11:56 GMT)
X-Complaints-To: usenet@ger.gmane.org
NNTP-Posting-Date: Wed, 14 Nov 2012 06:11:56 +0000 (UTC)
To: std-proposals@isocpp.org
Original-X-From: std-proposals+bncBDH67CONY4PBBLHMRSCQKGQEOUMFXUA@isocpp.org Wed Nov 14 07:12:07 2012
Return-path: <std-proposals+bncBDH67CONY4PBBLHMRSCQKGQEOUMFXUA@isocpp.org>
Envelope-to: gclcip-std-proposals@m.gmane.org
Original-Received: from mail-ea0-f198.google.com ([209.85.215.198])
	by plane.gmane.org with esmtp (Exim 4.69)
	(envelope-from <std-proposals+bncBDH67CONY4PBBLHMRSCQKGQEOUMFXUA@isocpp.org>)
	id 1TYWCk-0007Nw-9f
	for gclcip-std-proposals@m.gmane.org; Wed, 14 Nov 2012 07:12:06 +0100
Original-Received: by mail-ea0-f198.google.com with SMTP id c11sf56585eaa.9
        for <gclcip-std-proposals@m.gmane.org>; Tue, 13 Nov 2012 22:11:56 -0800 (PST)
Original-Received: by 10.204.130.141 with SMTP id t13mr1098344bks.3.1352873516400;
        Tue, 13 Nov 2012 22:11:56 -0800 (PST)
X-BeenThere: std-proposals@isocpp.org
Original-Received: by 10.204.6.71 with SMTP id 7ls46387bky.0.gmail; Tue, 13 Nov 2012
 22:11:54 -0800 (PST)
Original-Received: by 10.204.4.133 with SMTP id 5mr191448bkr.21.1352873514731;
        Tue, 13 Nov 2012 22:11:54 -0800 (PST)
Original-Received: by 10.204.4.133 with SMTP id 5mr191447bkr.21.1352873514670;
        Tue, 13 Nov 2012 22:11:54 -0800 (PST)
Original-Received: from smtp.smtpout.orange.fr (smtp02.smtpout.orange.fr. [80.12.242.124])
        by mx.google.com with ESMTP id 16si19510676bka.28.2012.11.13.22.11.54;
        Tue, 13 Nov 2012 22:11:54 -0800 (PST)
Received-SPF: neutral (google.com: 80.12.242.124 is neither permitted nor denied by best guess record for domain of vicente.botet@wanadoo.fr) client-ip=80.12.242.124;
Original-Received: from iMac-de-Vicente-Botet-Escriba.local ([2.11.183.176])
	by mwinf5d37 with ME
	id PJBt1k00G3olrei03JBt7B; Wed, 14 Nov 2012 07:11:54 +0100
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:16.0) Gecko/20121026 Thunderbird/16.0.2
In-Reply-To: <CAGg_6+Ncm_JFWJBpcQorr9gJi8FGdAvrumzGo3NBXaztadnBsA@mail.gmail.com>
X-Original-Sender: vicente.botet@wanadoo.fr
X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com:
 80.12.242.124 is neither permitted nor denied by best guess record for domain
 of vicente.botet@wanadoo.fr) smtp.mail=vicente.botet@wanadoo.fr
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:150
Archived-At: <http://permalink.gmane.org/gmane.comp.lang.c++.isocpp.proposals/150>

This is a multi-part message in MIME format.
--------------080305000109020300090307
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: quoted-printable

Le 13/11/12 23:25, Nevin Liber a =E9crit :
> On 13 November 2012 15:46, Vicente J. Botet Escriba=20
> <vicente.botet@wanadoo.fr <mailto:vicente.botet@wanadoo.fr>> wrote:
>
>
>     One of the features of these unnamed variables could be that we
>     can not do anything with, so maybe the compiler could take
>     advantage in order to optimize the code.
>
>
> I can't imagine how.  Do you have a scenario in mind?
No, As I said I'm not a compiler writer :(
>
>     I recognize that the added value is minor, but I'm sure that you
>     have already desired to not name these variables.
>
>
> Given the cost to adding language features, I just don't see a=20
> compelling case.
>
I just wanted to share a minor need that 'don't name what you don't=20
need' ;-).
I understand that we can concentrate in more important features.

Vicente

--=20




--------------080305000109020300090307
Content-Type: text/html; charset=ISO-8859-1

<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Le 13/11/12 23:25, Nevin Liber a
      &eacute;crit&nbsp;:<br>
    </div>
    <blockquote
cite="mid:CAGg_6+Ncm_JFWJBpcQorr9gJi8FGdAvrumzGo3NBXaztadnBsA@mail.gmail.com"
      type="cite">On 13 November 2012 15:46, Vicente J. Botet Escriba <span
        dir="ltr">&lt;<a moz-do-not-send="true"
          href="mailto:vicente.botet@wanadoo.fr" target="_blank">vicente.botet@wanadoo.fr</a>&gt;</span>
      wrote:<br>
      <div class="gmail_quote">
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex"> <br>
          One of the features of these unnamed variables could be that
          we can not do anything with, so maybe the compiler could take
          advantage in order to optimize the code.<br>
        </blockquote>
        <div><br>
          I can't imagine how.&nbsp; Do you have a scenario in mind?<br>
        </div>
      </div>
    </blockquote>
    No, As I said I'm not a compiler writer :(<br>
    <blockquote
cite="mid:CAGg_6+Ncm_JFWJBpcQorr9gJi8FGdAvrumzGo3NBXaztadnBsA@mail.gmail.com"
      type="cite">
      <div class="gmail_quote">
        <div> &nbsp;</div>
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex"> I recognize
          that the added value is minor, but I'm sure that you have
          already desired to not name these variables.<br>
        </blockquote>
        <div><br>
          Given the cost to adding language features, I just don't see a
          compelling case.<br>
        </div>
      </div>
      <br>
    </blockquote>
    I just wanted to share a minor need that 'don't name what you don't
    need' ;-). <br>
    I understand that we can concentrate in more important features.<br>
    <br>
    Vicente<br>
    <br>
  </body>
</html>

<p></p>

-- <br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />

--------------080305000109020300090307--

.
