Subject: Re: [boost] make_shared_array
From: Nathan Crookston (nathan.crookston_at_[hidden])
Date: 2012-11-02 12:33:53


On Fri, Nov 2, 2012 at 10:09 AM, Peter Dimov <lists_at_[hidden]> wrote:
> Each time the subject has come up, people have always asked for a
> specialization. In fact, there is no need for one as the primary template
> already mostly works for T[], it just needs a few small fixes here and
> there. We even get T[] -> T const[] conversions for free, since T(*)[] is
> convertible to T const(*)[]. Had I realized that before...

Interesting. If/when the code is ready to view, I'd be curious to see
how it's accomplished.

Thanks,
Nate