c++: fix C++11 compatibility
authorMichael Wallner <mike@php.net>
Mon, 6 Jan 2020 11:17:34 +0000 (12:17 +0100)
committerMichael Wallner <mike@php.net>
Mon, 6 Jan 2020 11:17:34 +0000 (12:17 +0100)
commit74d60e0cbacf53e996e9a72b644e30ed7efa3835
tree9684b95c8b0829175283f98ce294053ebb407d7f
parent7fc1ce1d52601c1ba1d8e7ff0035a7243eaf14c3
c++: fix C++11 compatibility

- auto_ptr has been deprecated
- destructors are noexcept by default
libtest/main.cc
libtest/thread.hpp