
15 Jun
2008
15 Jun
'08
6:01 p.m.
On 15/06/2008, Daniel James <daniel_james@fmail.co.uk> 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