Yes, this can be achieved! Instead of new use ```make_unique``` or ```make_shared```. Since we are using smart pointers we will not need ```delete```, or ```delete[]```. This ties in with: https://github.com/splinter-build/splinter/issues/22
Yes, this can be achieved!
Instead of new use
make_uniqueormake_shared.Since we are using smart pointers we will not need
delete, ordelete[].This ties in with: #22