-----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Robert Ramey Sent: Monday, May 21, 2007 7:40 PM To: boost-users@lists.boost.org Subject: Re: [Boost-users] [Serialization] Thread-unsafe singleton
I believe the issue has been addressed in 1.34. That may or may not be the same as "fixed in 1.34". I've tried to address it by:
a) fixing the order of initialization by carefully considering depencies.
b) permiting multiple instances of extended type info for the same type which might occur in diffferent DLLS. The entails deleting the correct one when the destructor is called.
Its hard to make a test for so its sort of precarious. But there it is.
Robert, Thanks for your quick response. Could you point me to the files that have been changed to address the issues? In any case, I've been able to reproduce it pretty easily on my side and am working on disentangling the test from my project. Would you be interested if I can extract a test case? Thanks, Sohail