freebsd / atf

Libraries to write tests in C, C++ and shell
Other
127 stars 44 forks source link

Replace auto_ptr with unique_ptr #53

Closed fel1x-developer closed 4 months ago

fel1x-developer commented 5 months ago

auto_ptr is remove in C++17 and later