Should unreachable code be considered an error?
Walter Bright
newshound2 at digitalmars.com
Mon Aug 22 11:04:34 PDT 2011
On 8/19/2011 8:30 AM, maarten van damme wrote:
> any released executable should not contain unreachable code.
Statically unreachable code is removed by the optimizer.
More information about the Digitalmars-d
mailing list