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.
"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 :-)
