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. - Jonathan M Davis