Boost logo

Boost :

From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2008-06-15 14:50:44


Daniel James wrote:
> On 15/06/2008, Daniel James <daniel_james_at_[hidden]> wrote:
>> Ion, the attached patch is required to get the test to run on g++ 4.3
>
> Sorry, the patch isn't correct - I used
> boost::interprocess::detail::identity in boost::interprocess::forward,
> which is an identity function - probably not what you intended.
>
> Also, running the tests with '-std=c++0x', there are problems with
> calling 'move' and 'forward' unqualified, ADL is causing an ambiguous
> overload of 'boost::interprocess::move' and 'std::move'.

Ok. I need to install gcc 4.3, and modify Interprocess to support
std::move and remove boost::interprocess::move if rvalue references are
present. But this will take some time :-(

> Daniel

Regards,

Ion


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