DMD 0.148 release

Deewiant deewiant.doesnotlike.spam at gmail.com
Tue Feb 28 11:19:43 PST 2006


Sean Kelly wrote:
> It perhaps sidesteps the issue, but I use "for(;;)" in these cases,
> mostly because it avoids a constant conditional warning in VC++ :-p
> "while(true)" is probably a bit more meaningful however as it's not a
> counting loop.

I use that as well. It even defeats the "while (1) is shorter" argument by being
one character shorter. <g>



More information about the Digitalmars-d-announce mailing list