DIP9 -- Redo toString API
Jonathan M Davis
jmdavisProg at gmx.com
Thu Nov 18 17:18:19 PST 2010
On Thursday, November 18, 2010 14:21:20 Steven Schveighoffer wrote:
> I just created a new D Improvement Proposal to fix the toString problem I
> brought up several posts ago.
>
> See: http://prowiki.org/wiki4d/wiki.cgi?LanguageDevel/DIPs/DIP9
Looks good overall, but I would point out that the text claims that sink is
const scope - i.e. in - but the signature that's given is only scope. I assume
that you intended to make the signature use in (or an explicit const scope)
instead?
- Jonathan M Davis
More information about the Digitalmars-d
mailing list