digitalmars.D.learn - std.gc doc page
- Magnus Lie Hetland (9/9) Mar 06 2011 It seems std.gc is no longer available -- or, rather, that it is now
- Jonathan M Davis (6/14) Mar 06 2011 The site probably just needs to be adjusted. You can open a bug report o...
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...) -- Magnus Lie Hetland http://hetland.org
Mar 06 2011
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
Mar 06 2011