
2 Nov
2012
2 Nov
'12
4:33 p.m.
On Fri, Nov 2, 2012 at 10:09 AM, Peter Dimov <lists@pdimov.com> 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