28 Aug
2013
28 Aug
'13
10:26 a.m.
hey andrey,
I'd like to move intrusive_ref_counter class from Boost.Log to Boost.SmartPtr. The class is intended to be used as a base class for a user's class that is intended to be used with intrusive_ptr. The class implements a reference counter and the related intrusive_ptr_add_ref/intrusive_ptr_release operations, so the user doesn't have to do that himself.
if it saves some error-prone boilerplate code, it is very useful imo! cheers, tim