Thread overview
C++ auto_ptr equivilant (Reddit)
Jul 24, 2009
Jesse Phillips
Jul 27, 2009
Kagamin
Jul 27, 2009
Kagamin
July 24, 2009
On the "Reddit: Why no one uses D" post someone seems to be genuinely interested in D's abilities and requested information on equivalents to std::map and std::auto_ptr

I've done the best I can to point him in the correct directions. In any case here is the link.

http://www.reddit.com/r/programming/comments/93jh5/ask_proggit_the_d_programming_language_looks/c0bd2m1
July 27, 2009
Jesse Phillips Wrote:

> On the "Reddit: Why no one uses D" post someone seems to be genuinely interested in D's abilities and requested information on equivalents to std::map and std::auto_ptr
> 
std.contracts.Unique, I think. That module has interesting stuff.
July 27, 2009
uh, std.typecons.Unique