This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [libstdc++] Add xmethods for array, deque, forward_list, list and vector.
- From: Siva Chandra <sivachandra at google dot com>
- To: Jonathan Wakely <jwakely at redhat dot com>
- Cc: 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: Mon, 13 Oct 2014 05:17:10 -0700
- Subject: Re: [libstdc++] Add xmethods for array, deque, forward_list, list and vector.
- Authentication-results: sourceware.org; auth=none
- References: <CAGyQ6gx36TNrWDj=f6N9FqjXwk5Oc4CDry+xfAEwL+8DTMRXiw at mail dot gmail dot com> <20141013112331 dot GL4197 at redhat dot com>
On Mon, Oct 13, 2014 at 4:23 AM, Jonathan Wakely <jwakely@redhat.com> wrote:
> On 12/10/14 06:49 -0700, Siva Chandra wrote:
>>
>> Hello,
>>
>> Attached is a patch which adds xmethods for std::array, std::deque,
>> std::forward_list, std::list and std::vector. There were already
>> couple of xmethods existing for std::vector, but this patch adds more
>> over them.
>
> Committed - thanks!
That was fast. Thanks a lot!
- Siva Chandra