Boost logo

Boost :

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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk