On Sunday 06 March 2011 05:39:14 Magnus Lie Hetland wrote: > It seems std.gc is no longer available -- or, rather, that it is now > core.memory? Is there a reason why this page exists, and has a link in > the sidebar? > > http://www.digitalmars.com/d/2.0/phobos/std_gc.html > > (Yes, the documentation is for core.memory, but the page name/link name > is std.gc. Also, there's no core.memory link in the sidebar...)
The site probably just needs to be adjusted. You can open a bug report on it: http://d.puremagic.com/issues/enter_bug.cgi There are several modules which used to be in Phobos (std) which were moved to druntime (core), and the online docs have not been quick to change. - Jonathan M Davis