On Fri, Feb 17, 2012 at 05:17:00PM +1100, Daniel Murphy wrote: > I had a look at moving them from deprecated to error, but druntime > uses them extensively in the os headers. I think we need a better > solution than a template in the standard library - you shouldn't need > a dependency on phobos to use them, and the compiler shouldn't > directly reference anything in the standard library.
So why not make the octal template part of druntime? --T > "Walter Bright" <[email protected]> wrote in message > news:[email protected]... > > On 2/11/2012 10:43 AM, Andrej Mitrovic wrote: > >> $ dmd test.d > >> $ test.d(5): octal literals 0744 are deprecated, use std.conv.octal!744 > >> instead > > > > I was inordinately proud of that error message :-)
