
20 Apr
2007
20 Apr
'07
9:27 p.m.
-----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of Rene Rivera
Steven Watanabe wrote:
It's not thread safe and the only way I can see to make it so is to have a fixed set of functions and allocate/deallocate
Why would it need to be thread safe? Usually one puts thread safety above this kind of utility layer.
Well if you need to implement a C-callback that doesn't have a void * data argument.