Strange "Statement is not reachable"

Orgoton orgoton at mindless.com
Fri Mar 23 05:52:14 PDT 2007


Fergot to post:

    public this(in float x, in float y)
    {
        coord.x=x; coord.y=y;
        this();
    }

on the Actor class... Whether or not this functions has a "return;" at the end, the problem occurs.



More information about the Digitalmars-d mailing list