$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [lockfree] arm / iOS builds against Boost.Atomic
From: Rich E (reakinator_at_[hidden])
Date: 2013-05-15 11:49:07
On Wed, May 15, 2013 at 1:34 AM, Michael Marcin <mike.marcin_at_[hidden]>wrote:
>
> This is true if you're compiling with -std=gnu++11.
> It's possible to compile for iOS without std::atomic being available with
> gcc and clang.
>
>
It's actually only true of you are both compiling for C++11 and with
libc++, but this is now standard on Mac OS X and iOS.