28 Aug
2013
28 Aug
'13
10:44 p.m.
Andrey Semashev
I'd like to move intrusive_ref_counter class from Boost.Log to Boost.SmartPtr.
This seems like a good idea. However, it seems that you would want to separate it into two separate classes, one that uses atomic operations and one that doesn't, rather than having the implementation be controlled by preprocessor definitions.