$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost intrusive list volatile hook
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2018-11-26 22:57:25
On 26/11/2018 20:12, nat ersoz via Boost-users wrote:
> I am fully aware that volatile is not sufficient when dealing with
> interrupts and this specific problem.
> That is not the question. The question is this:
> *Can I qualify the list hook with volatile and still use the boost
> intrusive list?*
Hi,
Intrusive was not designed for that use case, so I'm afraid you are out
of luck.
Best,
Ion