|
Boost : |
From: Daniel James (daniel_james_at_[hidden])
Date: 2008-06-15 14:01:22
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'.
Daniel
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk