Subj : Re: A question about atomic_ptr To : comp.programming.threads From : Chris Thomasson Date : Mon Apr 11 2005 05:04 am >> if ( ! atomic_dec_release( &shared_ptr::refs ) ) > > Depending on value, you'll need either acquire or release here. Ahh yes... Release on > 0 and Acquire for < 1 correct? ;) .