Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/external/bsd/kyua-cli
In article <20200621142616.60471FB29%cvs.NetBSD.org@localhost>,
Luke Mewburn <source-changes-d%NetBSD.org@localhost> wrote:
>-=-=-=-=-=-
>
>Module Name: src
>Committed By: lukem
>Date: Sun Jun 21 14:26:16 UTC 2020
>
>Modified Files:
> src/external/bsd/kyua-cli: Makefile.inc
>
>Log Message:
>kyua-cli: avoid warning about deprecated auto_ptr
Can you sed -ie s/auto_ptr/unique_ptr/g instead?
You'll need to do this for c++-17 anyway.
christos
Home |
Main Index |
Thread Index |
Old Index