This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] Add std::pointer_traits.
- From: Piotr Rak <piotr dot rak at gmail dot com>
- To: Paolo Carlini <paolo dot carlini at oracle dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Tue, 20 Jul 2010 12:26:50 +0200
- Subject: Re: [PATCH] Add std::pointer_traits.
- References: <AANLkTin85Mzrvy3JzosnTxZoCycy6azN0SrXL0gt2PkC@mail.gmail.com> <4C4578F0.10204@oracle.com>
2010/7/20 Paolo Carlini <paolo.carlini@oracle.com>:
> On 07/20/2010 12:16 PM, Piotr Rak wrote:
>> Hi,
>>
>> I have prototyped std::scoped_allocator_adapter and other
>> prerequisities (using nested struct instead of template alias for
>> rebind members). Only std::pointer_traits is in usable state so far,
>> due to fronted bug, but not very useful alone. How do you think, we
>> should proceed with those additions?
>>
> First, thanks for your help, which we - as library maintainers - welcome
> and support.
>
> However, I understand that at the moment you are still working on your
> Copyright Assignment paperwork. Thus first of all we have to sort out
> the legal issues. I'd rather prefer not even looking at your code now to
> avoid plagiarizing it in case something goes wrong with the paperwork
> and we cannot accept it.
>
> Thanks,
> Paolo.
>
Ok, understood. Good side is that it will give some time to solve
frontend issue, and resend after proper testing.
BTW. Is such addition, an ABI, so I should work on support only for
C++0x containers, don't this so, but?
Cheers, Piotr