
8 Nov
2011
8 Nov
'11
7:28 p.m.
On Tuesday, November 08, 2011 21:18:18 Peter Dimov wrote:
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.
I see.