Re: [Boost-users] Problem with shared_ptr and pthreads_mutex_lock
-----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Kurt Kohler Sent: Thursday, October 06, 2005 10:53 AM To: boost-users@lists.boost.org Subject: Re: [Boost-users] Problem with shared_ptr and pthreads_mutex_lock
I've verified to my own satisfaction that the gcc and boost versions are *not* the same, since the boost version doesn't have the bug I was seeing.
I'm not exactly sure where to report stdc++ library bugs, but I subscribed to the mailing list so I assume I'll find out.
Kinda makes you wonder why they wouldn't just copy the boost implementation. But then I guess theres legal issues with that?
Another odd thing is that the file that actually implements shared_ptr in the gcc library is called boost_shared_pointer.h! So you see why I might have thought they were the same. Sohail Somani wrote:
Kinda makes you wonder why they wouldn't just copy the boost implementation. But then I guess theres legal issues with that?
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (2)
-
Kurt Kohler
-
Sohail Somani