This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][GSoC] Extend shared_ptr to support arrays


On Thu, Jun 25, 2015 at 11:58 PM, Fan You <youfan.noey@gmail.com> wrote:
> 2015-06-26 0:41 GMT+08:00 Jonathan Wakely <jwakely@redhat.com>:
>> On 22/06/15 01:44 +0800, Fan You wrote:
>>>
>>> Is it a good idea to change _Convertible alias to _Compatible in base.h?
>>
>>
>> I still think there should be almost no changes in shared_ptr_base.h
>
> I've moved all the changes to /experimental/memory, except for
> __libfund{} declaration and enable_shared_from_this_helper.
>
> Patch is attached.

I don't see any obvious problem, except for making element_type public.

We still need to wait for Jon to do the final review.


-- 
Regards,
Tim Shen


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]