> BTW, do people do things like > offsetof (T, m.sub_m) > ? I don't think it blessed by the C/c++ std, but falls out of the common > implementation of offsetof. The code I changed to use pointer to members used this kind of thing, and working around it was terrible. Gareth