21 Mar
2014
21 Mar
'14
1:07 a.m.
AMDG On 03/20/2014 05:29 PM, Michael Marcin wrote:
Can you store unique_ptrs in a spsc_queue?
http://www.boost.org/doc/html/boost/lockfree/spsc_queue.html Requirements: T must have a default constructor T must be copyable A unique_ptr is not copyable. In Christ, Steven Watanabe