On Feb 14, 2013 11:55 PM, "Chris Herssens" <chris.herssens@gmail.com> wrote:
>
> If I define a structure that contains a shared_ptr. Can I put this structure in a lockfree queue ?
>
No. Any struct with nontrivial member is also nontrivial. Here when I say nontrivial, I mean that it cannot simply be bitwise copied.
Brian
Brian