https://issues.dlang.org/show_bug.cgi?id=16224

Steven Schveighoffer <schvei...@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schvei...@yahoo.com

--- Comment #4 from Steven Schveighoffer <schvei...@yahoo.com> ---
I don't see why while(true) is any worse.

Essentially:

while(true)
{
...
break;
}

Is the same as the do...while(0)

--

Reply via email to