This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] PR77990 refactor unique_ptr to encapsulate tuple
- From: Pedro Alves <pedro at palves dot net>
- To: Jonathan Wakely <jwakely at redhat dot com>, libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Tue, 18 Oct 2016 17:13:19 +0100
- Subject: Re: [PATCH] PR77990 refactor unique_ptr to encapsulate tuple
- Authentication-results: sourceware.org; auth=none
- References: <20161017133759.GL2922@redhat.com> <20161018115458.GS2922@redhat.com>
On 10/18/2016 12:54 PM, Jonathan Wakely wrote:
> I'll wait a bit longer for any objections, as the refactoring could be
> seen as unnecessary churn, but I think it's valuable housekeeping.
Having stared at std::unique_ptr a lot recently, I like this, FWIW.
Thanks,
Pedro Alves