$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Fw: [atomic] review results
From: Peter Dimov (pdimov_at_[hidden])
Date: 2011-11-08 14:18:18
Andrey Semashev wrote:
> I didn't really understand the trick, but it seems odd to use atomic<> in
> single-threaded apps.
It's not odd if you don't know whether the app is single-threaded, like in
shared_ptr's case.