Smart pointers instead of GC?

Thiez thiezz at gmail.com
Wed Jan 2 09:18:51 PST 2013


On Wednesday, 2 January 2013 at 12:32:01 UTC, deadalnix wrote:
> Most GC language lack proper memory management, and sometime 
> have design choice that are a nightmare for the GC (java have 
> no value type for instance).

Surely Java's primitive types (byte, short, int, long, float, 
double, boolean, and char) count as value types?


More information about the Digitalmars-d mailing list