Forgive me if I am jumping in inappropriately but if this is of
interest... I recently started using shared_ptr to solve a problem in my
app, and found that I needed to set BOOST_DISABLE_THREADS
since I don't need the thread safety built in to shared_ptr. The app
handles that itself.
But this sled
Original Message
Message-ID: <[EMAIL PROTECTED]>
Date: Thu, 22 May 2003 19:37:13 +0200
From: Alexander Terekhov <[EMAIL PROTECTED]>
Newsgroups: comp.programming.threads
Subject: shared_ptr/weak_ptr and thread-safety
References: ... <[EMAIL PROTECTED]>
Joseph Seigh wrote:
>
> A