$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [lockfree] include into 1.51?
From: Tim Blechmann (tim_at_[hidden])
Date: 2012-07-10 04:36:41
> Tim Blechmann posted on the Boost list this morning he was doing final
> testing for the Boost 51 release. I will copy this to him in case he has an
> idea. My impression is that g++ -std=c++0x and boost lockfree are rather
> close.
afaict, the code you tested is the pre-review code, which has changed a
bit ... from my latest tests, gcc-4.7 still misses a few features of the
atomic<> implementation (iirc i got an undefined reference to a builtin
the last time i've tried)
tim