On Friday, November 19, 2010 05:54:15 Steven Schveighoffer wrote: > On Thu, 18 Nov 2010 17:21:20 -0500, Steven Schveighoffer > > <[email protected]> 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 > > I've made suggested changes, please review again. > > Thanks
The difference between the text and the function signature still exists (the text says that sink is const scope whereas the signature just says scope), though now the example (which I don't think was there before) is another place where just scope is used, so if the text is right and the actual function signature is wrong (as opposed to the other way around), then there are two places that need to be fixed. - Jonathan M Davis
