Boost logo

Boost :

Subject: Re: [boost] unique_ptr for C++03
From: Markus Mathes (markus.mathes_at_[hidden])
Date: 2013-08-12 07:14:32


Hi,

4. I noticed in the code specialization for array unique_ptr has been
> commented out (boost/interprocess/smart_ptr/unique_ptr.hpp). Why? I don't
> know if it's in an external header file, but otherwise handling of array
> types won't work per standard.

Also the commented out code works for me, but I'm basically only using the
[] operator. For gcc 4.6 to compile its only missing the headers for if_
and enable_if and some corresponding namespace issues. To me it looks the
main issue is to get the boost::interprocess way of integration right.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk