This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH libstdc++ v5] - Add xmethods for std::vector and std::unique_ptr
- From: Siva Chandra <sivachandra at google dot com>
- To: Jonathan Wakely <jwakely at redhat dot com>
- Cc: Jonathan Wakely <jwakely dot gcc at gmail dot com>, gcc-patches <gcc-patches at gcc dot gnu dot org>, "libstdc++" <libstdc++ at gcc dot gnu dot org>, Doug Evans <dje at google dot com>
- Date: Wed, 10 Sep 2014 06:44:35 -0700
- Subject: Re: [PATCH libstdc++ v5] - Add xmethods for std::vector and std::unique_ptr
- Authentication-results: sourceware.org; auth=none
- References: <CAGyQ6gxAYwoi3gLkH-Ut_qRfHpTbV0Dke+bd9BRk_e7cWj4nOA at mail dot gmail dot com> <CAH6eHdQ11T1fvW5hNTL9NMYaKBkCzu2_7=gv1qVvRswwZVh+YQ at mail dot gmail dot com> <CAGyQ6gwFrbVc6w=y6jo9HtRjLw7aV04eLg9Mp7Qp_ps5YqD1VA at mail dot gmail dot com> <CAH6eHdSGpuRtLNphS-sJ-u6m2phMJ5Rh=SCqty1=VCKvnGehDA at mail dot gmail dot com> <CAGyQ6gxB-Xc7t7ZhSh-s9aGQ3P-V+=LZJ+2_pVE4-6i1yRFGKQ at mail dot gmail dot com> <20140903223442 dot GV22778 at redhat dot com> <CAGyQ6gw=vV8uSrd3U+OR-c7pxcEPVTWFY2KoA9cgU6zp3JVG2w at mail dot gmail dot com> <CAGyQ6gzi124Fg5cs=m9opZJQJTWhDGphwcx4hHZpQMJCottUqA at mail dot gmail dot com> <20140910131823 dot GJ22778 at redhat dot com>
On Wed, Sep 10, 2014 at 6:18 AM, Jonathan Wakely <jwakely@redhat.com> wrote:
> I've committed the v5 patch to trunk now.
Thanks a lot.
> It would be nice to address Tom's comment at some future time, so we
> only have one entry point in the hook.in file.
I will do it before I add more xmethods.
Thanks,
Siva Chandra