NetBSD/external/bsd/kyua-cli
lukem 46b85cbbd3 kyua-cli: convert auto_ptr to unique_ptr
Update kyua-cli to C++11 and use unique_ptr instead of auto_ptr,
(with std::move() where appropriate), to avoid deprecated warning by g++ 8.

(I didn't change some of the code that could arguably be refactored
to use unique_ptr or shared_ptr instead of raw pointers
and therefore remove the special case destructor handling).
2020-07-02 14:04:00 +00:00
..
dist kyua-cli: convert auto_ptr to unique_ptr 2020-07-02 14:04:00 +00:00
etc
lib
share
tests
usr.bin
Makefile
Makefile.inc kyua-cli: convert auto_ptr to unique_ptr 2020-07-02 14:04:00 +00:00
config.h
prepare-import.sh