$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Lockfree] has_trivial_destructor and has_trivial_assign restrictions
From: Tim Blechmann (tim_at_[hidden])
Date: 2014-10-28 12:56:01
> I've been doing some thinking about this, and to my untrained eye
> these restrictions do not seem to be a requirement of the lock-free
> structure.
assignment/destruction may be performed on invalid data. for details,
read the michael&scott paper.