David B. Held wrote:
>         unsigned        Count_;
>         char            Value_[sizeof(T)];
>     };

Another little thing...

Value_ will have to be aligned just like an object of type T.

Wouldn't it be possible to derive TCounted_Record<T> from TRecord<T>,
removing Value_ at the same time?



Philippe




_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to