Dixon, Scott 4750a50099 Issue #100 remove auto_ptr and c++03 support.
Problem:
auto_ptr is deprecated.

Solution:
use unique_ptr which is only available in c++11 and newer.
Also fix how unit tests are run as part of the build to keep them from being
deleted when they fail.

Testing:
Unit tests on linux run.
2018-06-26 20:56:53 -07:00
..
2018-01-02 11:32:35 +02:00
2015-03-12 00:54:09 +03:00
2014-08-03 14:10:58 +04:00
2017-11-29 16:56:02 +00:00