On Thu, 09 Apr 2015 11:04:47 -0400 Steven Schveighoffer via Digitalmars-d-learn <[email protected]> wrote: > > Note that the "bad" behavior (which was just fixed BTW) is > if(somearr), which used to mean if(somearr.ptr), and now it's a > compiler error. > > -Steve
Yeah, because of this I must change almost 1k lines in my codebase
