3 Aug
2013
3 Aug
'13
5:58 p.m.
I was passing some shared_ptrs between threads using a boost::lockfree::spsc_queue and it would seem that the shared_ptr destructor isn't called upon popping from the queue. So spsc_queue differs from a typical queue in that regard. Why is that?
afaict, i recently fixed this. can you try boost.lockfree from trunk?