Fixing the issue with "Statement unreachable"

drug drug2004 at bk.ru
Mon Apr 27 04:27:46 UTC 2020


Not fix, just an other way - instead of final `return false;` (not tested):

static if(!condA || !condB || !NEW_CONDITION) return false;


More information about the Digitalmars-d mailing list