http://d.puremagic.com/issues/show_bug.cgi?id=5906
--- Comment #6 from [email protected] 2013-02-27 15:56:31 PST --- (In reply to comment #4) > But if I write code like this: > > void main(string[] args) { > byte x = args.length; > } > > > It does not perform that test at compile-time, because it can't, the value is > known only at run-time. That code too is statically refused because a size_t is out of bounds of a byte. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
