$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] make_shared_array
From: Peter Dimov (lists_at_[hidden])
Date: 2012-11-02 11:51:50
Glen Fernandes wrote:
> Peter, is the right direction to implement T[] support in shared_ptr
> or to fix shared_array?
I think that the right direction is to implement shared_ptr<T[]>. In fact, I
have already done so. My problem now is that it requires 48 compile-fail
tests, each in its own file. :-/