Pointer problems, changing for no reasons

cy via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Jun 9 12:00:42 PDT 2016


I can't help but notice that loadModel is not a static member 
function, yet you don't seem to call it with a Model object in 
your "get" function.

Also have a look at std.typecons.RefCounted if you want reference 
counted data..


More information about the Digitalmars-d-learn mailing list