Re: [PATCH] Prepare shared_ptr for array support

2016-11-13 Thread Jonathan Wakely
On 20/10/16 15:41 +0100, Jonathan Wakely wrote: On 20/10/16 13:08 +0100, Jonathan Wakely wrote: This patch doesn't change very much, except for adding std::reinterpret_pointer_cast, but it makes it very easy to add array support to shared_ptr, as defined for the Library Fundamentals TS by https:

Re: [PATCH] Prepare shared_ptr for array support

2016-10-20 Thread Jonathan Wakely
On 20/10/16 13:08 +0100, Jonathan Wakely wrote: This patch doesn't change very much, except for adding std::reinterpret_pointer_cast, but it makes it very easy to add array support to shared_ptr, as defined for the Library Fundamentals TS by https://wg21.link/n3920 and in the process of being add