
11 Jul
2012
11 Jul
'12
12:35 a.m.
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-tp4632704p4632... Sent from the Boost - Dev mailing list archive at Nabble.com.