Subject: Re: [boost] boost.lockfree update
From: Christian Holmquist (c.holmquist_at_[hidden])
Date: 2010-07-23 20:57:22


>
>
> void enqueue(const T&) throw(...)
> void try_enqueue(const T&) // no throw guarantee if T's copy constructor is
> no throw guarantee
>
> I meant
bool try_enqueue(const T&) // no throw guarantee if T's copy constructor is
no throw guarantee
obviously