aboutsummaryrefslogtreecommitdiff
path: root/src/sptr.cpp (follow)
AgeCommit message (Collapse)Author
2006-11-24Added a simple smart-pointer. It deletes what's in it automatically and doesMike Buland
ref-counting. You just have to be careful to not hand it an array...