Subj : Re: A question about atomic_ptr To : comp.programming.threads From : Peter Dimov Date : Thu Apr 14 2005 07:36 pm Joe Seigh wrote: > As far as the offset goes, I hardcoded the offset > in my version since I have a non-intrusive refcount and I control the > format and there didn't seem to be an offset_of macro around. There should be an 'offsetof' in stddef.h. Thanks for the explanations, BTW. .