Merge pull request #103 from timothy-king/uniq-ptr
authorTim King <taking@cs.nyu.edu>
Thu, 10 Nov 2016 01:04:02 +0000 (17:04 -0800)
committerGitHub <noreply@github.com>
Thu, 10 Nov 2016 01:04:02 +0000 (17:04 -0800)
commitfd24718e1d1127e648f789920fb413da3118d998
tree3cef485dbe92e5b0d200d314e844545de1714692
parent9db0ef7df43a067a0063a3652f0acd54e982ba13
parent831f2b7176bc3db49e2fb354918a71df896ad63a
Merge pull request #103 from timothy-king/uniq-ptr

Adds a C++05 version of unique_ptr. Used this to solve a garbage coll…