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)
- auto_ptr has been deprecated
- destructors are noexcept by default


No differences found