Boost logo

Boost :

Subject: Re: [boost] [lockfree] include into 1.51?
From: nnelson (nnelson_at_[hidden])
Date: 2012-07-10 20:35:34


Tim,

I obtained a bloost/lockfree copy using

svn co http://svn.boost.org/svn/boost/trunk/boost/lockfree lockfree

and made the following changes (obviously not what would be done in the
distribution) to obtain a good compile using

g++-4.7 -O3 -std=c++0x testQueue.cpp -o testQueue

Changed 'BOOST_NOEXCEPT' to 'noexcept' in the three files where it occurred.
There is a define for 'BOOST_NOEXCEPT' in boost/config/suffix.hpp but
including it did not clear the compile error.

And commented

// BOOST_STATIC_ASSERT(has_capacity);

in queue.hpp for 'queue(void)'.

Neil

--
View this message in context: http://boost.2283326.n4.nabble.com/lockfree-include-into-1-51-tp4632704p4632845.html
Sent from the Boost - Dev mailing list archive at Nabble.com.

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