auto storage class - infer or RAII?

Bill Baxter dnewsgroup at billbaxter.com
Tue Nov 14 15:45:12 PST 2006


Tomas Lindquist Olsen wrote:
> 
> The main problem I have with the D spec is that a lot of stuff is very 
> spread out, and finding the place where the detail you're looking for 
> is, is often pretty hard.

Agreed.  I recommend using the comment page [click the button on the 
upper right of the spec page] to add cross references to things, and 
other findings about things that aren't clearly documented.

For instance on the operator overload page it doesn't mention opApply, 
which I think is the natural place you'd go to look for it.  But I added 
a link to where it can be found (statements, under 'foreach') on the 
comment page.

In general I think people should make more use of those comment pages. 
It's a very nice thing that Walter has added those links to every page 
of the spec.

--bb



More information about the Digitalmars-d mailing list