This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] libstdc++ - Add xmethods for associative containers (ordered and unordered)
- 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>
- Date: Tue, 11 Nov 2014 05:04:29 -0800
- Subject: Re: [PATCH] libstdc++ - Add xmethods for associative containers (ordered and unordered)
- Authentication-results: sourceware.org; auth=none
- References: <CAGyQ6gwF9eh0Jg=JH0MUKsw0pY1-JcBBPnvAxGMEmOHMnJ2b+Q at mail dot gmail dot com> <20141110214931 dot GG5191 at redhat dot com> <20141111113835 dot GM5191 at redhat dot com> <CAGyQ6gyTy7mRbWBj3YPEBhA57icqvKkzJ-00DM8T-SOrky9BAg at mail dot gmail dot com>
On Tue, Nov 11, 2014 at 5:03 AM, Siva Chandra <sivachandra@google.com> wrote:
> On Tue, Nov 11, 2014 at 3:38 AM, Jonathan Wakely <jwakely@redhat.com> wrote:
>> On 10/11/14 21:49 +0000, Jonathan Wakely wrote:
>>>
>>> On 09/11/14 16:00 -0800, Siva Chandra wrote:
>>>>
>>>> Hello,
>>>>
>>>> Attached is a patch which adds xmethods for the associative containers
>>>> (set, map, multiset and multimap) and their unordered versions. I
>>>> think the GDB Python API is not rich enough to implement xmethods for
>>>> the more interesting methods like find, count etc. The attached patch
>>>> only implements xmethods for size and empty. That way, it is a fairly
>>>> straightforward patch.
>>>
>>>
>>> This looks fine, I'll commit it soon. Thanks.
>>
>>
>> Committed to trunk.
Thanks for the quick review and commit.
(Sorry for the premature "Send" earlier.)