Replace boost::scoped_ptr with std::unique_ptr. master
authorMichael Vrable <vrable@cs.hmc.edu>
Sat, 24 Nov 2018 20:55:34 +0000 (12:55 -0800)
committerMichael Vrable <vrable@cs.hmc.edu>
Sat, 24 Nov 2018 20:55:34 +0000 (12:55 -0800)
commitb7d480835838f86a3509e8beab9192dcc003853c
treeb898f3365a5f8824ef623a64f2833253730bcc6a
parent5a6aa5c252a70554a6987bfbb721ef7d722e1e20
Replace boost::scoped_ptr with std::unique_ptr.

This is a direct replacement, skipping over the chance to clean up APIs at
this point.  It does allow us to drop the compile-time dependency on boost,
however.
README
cumulus.h [deleted file]
main.cc
store.h