Received: from sog-mx-1.v43.ch3.sourceforge.com ([172.29.43.191] helo=mx.sourceforge.net) by sfs-ml-4.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1RICgH-00083U-6P for bitcoin-development@lists.sourceforge.net; Mon, 24 Oct 2011 05:02:37 +0000 Received-SPF: pass (sog-mx-1.v43.ch3.sourceforge.com: domain of gmail.com designates 209.85.213.175 as permitted sender) client-ip=209.85.213.175; envelope-from=witchspace81@gmail.com; helo=mail-yx0-f175.google.com; Received: from mail-yx0-f175.google.com ([209.85.213.175]) by sog-mx-1.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-MD5:128) (Exim 4.76) id 1RICgF-0007uK-Ur for bitcoin-development@lists.sourceforge.net; Mon, 24 Oct 2011 05:02:37 +0000 Received: by yxi13 with SMTP id 13so1222959yxi.34 for ; Sun, 23 Oct 2011 22:02:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.77.164 with SMTP id t4mr2930763obw.9.1319432550559; Sun, 23 Oct 2011 22:02:30 -0700 (PDT) Received: by 10.182.34.226 with HTTP; Sun, 23 Oct 2011 22:02:30 -0700 (PDT) In-Reply-To: <1319403109.18333.140660989434537@webmail.messagingengine.com> References: <1319403109.18333.140660989434537@webmail.messagingengine.com> Date: Mon, 24 Oct 2011 07:02:30 +0200 Message-ID: From: John Smith To: theymos Content-Type: multipart/alternative; boundary=f46d044401627b310b04b0045487 X-Spam-Score: -0.5 (/) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for sender-domain 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (witchspace81[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 0.1 FREEMAIL_ENVFROM_END_DIGIT Envelope-from freemail username ends in digit (witchspace81[at]gmail.com) 1.0 HTML_MESSAGE BODY: HTML included in message -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature X-Headers-End: 1RICgF-0007uK-Ur Cc: bitcoin-development@lists.sourceforge.net Subject: Re: [Bitcoin-development] Fwd: bitcoin scope issue in main.cpp X-BeenThere: bitcoin-development@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2011 05:02:37 -0000 --f46d044401627b310b04b0045487 Content-Type: text/plain; charset=ISO-8859-1 Yes, I know that. It compiles. If we pulled all the 'This is legal in C++' tricks in the bitcoin source it would be even less maintainable and readable than now. But whatever... JS On Sun, Oct 23, 2011 at 10:51 PM, theymos wrote: > It's legal for a scope to define variables with names that conflict with > the names of variables in higher-level scopes. > > > ------------------------------------------------------------------------------ > The demand for IT networking professionals continues to grow, and the > demand for specialized networking skills is growing even more rapidly. > Take a complimentary Learning@Cisco Self-Assessment and learn > about Cisco certifications, training, and career opportunities. > http://p.sf.net/sfu/cisco-dev2dev > _______________________________________________ > Bitcoin-development mailing list > Bitcoin-development@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bitcoin-development > --f46d044401627b310b04b0045487 Content-Type: text/html; charset=ISO-8859-1
Yes, I know that. It compiles.

If we pulled all the 'This is legal in C++' tricks in the bitcoin source it would be even less maintainable and readable than now. But whatever...

JS

On Sun, Oct 23, 2011 at 10:51 PM, theymos <theymos@mm.st> wrote:
It's legal for a scope to define variables with names that conflict with
the names of variables in higher-level scopes.

------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn
about Cisco certifications, training, and career opportunities.
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Bitcoin-development mailing list
Bitcoin-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bitcoin-development

--f46d044401627b310b04b0045487--