std.format.format() ... ??!!

H. S. Teoh hsteoh at quickfur.ath.cx
Wed Nov 27 07:14:25 PST 2013


On Wed, Nov 27, 2013 at 03:30:51AM -0800, Jonathan M Davis wrote:
> On Wednesday, November 27, 2013 11:39:48 Joseph Rushton Wakeling wrote:
> > Hello all,
> > 
> > I'm currently messing around in the internals of std.complex (cf.
> > discussion on main mailing list:-).  In Complex.toString there is a
> > deprecation message asking the user to "use std.format.format()".
> > 
> > However, so far as I can tell both via docs and browsing
> > std/format.d there _is_ no std.format.format() -- there's only
> > std.string.format().
> > 
> > So, what gives? :-)
> 
> I think that it's pretty clear that the deprecation message is wrong.
[...]

And that would be my fault. I believe it was one of my pulls that
contained that wrong doc. Anybody care to submit a pull to fix that? :-)


T

-- 
My program has no bugs! Only undocumented features...


More information about the Digitalmars-d-learn mailing list