Fix ref<T>::~ref to not try to RemoveRef if already deleted.
[zcpointer.git] / zcpointer.h
2016-10-08 Robert SesekFix ref<T>::~ref to not try to RemoveRef if already...
2016-10-08 Robert SesekRemove unnecessary owned<T>::GetRawPointer().
2016-10-08 Robert SesekReduce the size of ref<T> to a single pointer.
2016-10-08 Robert SesekFix ref::operator= for non-const lvalue binding to...
2016-10-08 Robert SesekMove exception raising into a .cc file so that -fno...
2016-10-08 Robert SesekMake ref(owned<T>) explicit.
2016-10-08 Robert SesekInitial implementation of zero-cost unique_ptr with...