Timon Gehr:

On 03/27/2012 01:37 PM, bearophile wrote:
See:
http://gcc.gnu.org/onlinedocs/gcc-3.2/gcc/Labels-as-Values.html
(I'd like to know why GCC uses&&Label instead of&Label).


Because labels reside in their own namespace.

I see. That's probably true in D too.
But if possible I think the syntax with a single & will be
enough/better in D.

Bye,
bearophile

Reply via email to