freebsd / kyua

Port/Package build and test system
https://github.com/freebsd/kyua/wiki
BSD 3-Clause "New" or "Revised" License
149 stars 42 forks source link

Remove compatibility header for `std::shared_ptr`, `utils/shared_ptr.hpp` #196

Closed ngie-eign closed 5 years ago

ngie-eign commented 5 years ago

This compatibility header is not required with C++11 and newer. C++11 is now required after bf8eb104de96a1d80569b3d9ff3f2633c026c4f5.

This completes #152.

Signed-off-by: Enji Cooper yaneurabeya@gmail.com

ngie-eign commented 5 years ago

@jmmv: ping?

jmmv commented 5 years ago

Sorry for the delay. Please keep pinging when necessary. And thanks for doing this!