Add a test for ref and owned in std::vector.
[zcpointer.git] / test.cc
2016-10-09 Robert SesekAdd a test for ref and owned in std::vector.
2016-10-09 Robert Sesekref<T>::ref() now initializes to nullptr. Improve boole...
2016-10-09 Robert SesekIntroduce a basic EXPECT() and EXPECT_UAF() to test.cc.
2016-10-08 Robert SesekThrow a custom exception type and attempt to catch...
2016-10-08 Robert SesekFix ref::operator= for non-const lvalue binding to...
2016-10-08 Robert SesekAdd a Makefile.
2016-10-08 Robert SesekInitial implementation of zero-cost unique_ptr with...