30 Aug
2013
30 Aug
'13
7:52 a.m.
Andrey Semashev wrote:
The config macro is related to Boost.Log. I was thinking about changing it to BOOST_NO_THREADS after the extraction, so that the counter is always atomic in multithreaded environments.
atomic_count already does this, so there should be no need to replicate the #ifdef at the point of use.