$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost Atomic ?
From: Marsh Ray (marsh_at_[hidden])
Date: 2011-06-29 16:15:29
On 06/19/2011 09:02 AM, Tim Blechmann wrote:
>
> unfortunately i do not know any compiler which already implements c++0x atomics,
> so if your platform is supported by boost.atomic, it is probably the best
> solution until real c++0x atomics are widely available ...
I'm happily using c++0x atomics with g++ and libstdc++ 4.6.0 and haven't
found any missing bits yet.
- Marsh