Boost logo

Boost Users :

Subject: Re: [Boost-users] lockfree::spsc_queue & move semantics
From: Bjorn Reese (breese_at_[hidden])
Date: 2014-11-10 14:39:24


On 11/09/2014 09:49 PM, Thomas Danckaert wrote:
> I'd like to use a spsc_queue of unique_ptr's to bigger objects, to
> transfer ownership between threads. That way, I can create/allocate an

This limitation inherited from atomic, and I am afraid that it is a
bit more complicated than adding a move constructor. Fortunately, there
is a C++ proposal to address the problem:

   http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4058.pdf


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net