This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] [libstdc++] Add operator-> xmethod to std::unique_ptr
- From: Jonathan Wakely <jwakely at redhat dot com>
- To: Doug Evans <dje at google dot com>
- Cc: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Thu, 30 Apr 2015 20:09:30 +0100
- Subject: Re: [PATCH] [libstdc++] Add operator-> xmethod to std::unique_ptr
- Authentication-results: sourceware.org; auth=none
- References: <yjt2egn15vjc dot fsf at ruffy dot mtv dot corp dot google dot com>
On 30/04/15 11:19 -0700, Doug Evans wrote:
Hi.
This patch adds operator-> xmethod support for std::unique_ptr.
Regression tested on amd64-linux.
Ok to commit?
OK, thanks.