Reference counted containers prototype

Froglegs lugtug at gmail.com
Tue Dec 27 04:15:59 PST 2011


When I go to that link it just says

Unknown Paste ID!

Don't see any code anywhere.. hum




  What is wrong with value containers?  They work great in C++, a 
container is such a basic thing that ref counting and whatnot is 
rarely if ever needed, and in the unlikely event you need to 
share a container, wrapping it with a smart pointer of some sort 
is easy enough in C++, let alone D with its better support for 
type aliasing.




More information about the Digitalmars-d mailing list