index
:
libbu++.git
bigchange
main
myriad
System level, general purpose C++ library.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tests
/
sptr.cpp
(
follow
)
Age
Commit message (
Collapse
)
Author
2006-11-24
Added a simple smart-pointer. It deletes what's in it automatically and does
Mike Buland
ref-counting. You just have to be careful to not hand it an array...