$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bjorn Reese (breese_at_[hidden])
Date: 2020-05-31 15:54:05
On 2020-05-31 17:18, Peter Dimov via Boost wrote:
> Those have been accumulated over the years and I'd like to clean them
> up, remove the unused ones and fold as many of them as possible into a
> few generic implementations using either std::atomic, GCC atomic
> intrinsics
> (https://gcc.gnu.org/onlinedocs/gcc-10.1.0/gcc/_005f_005fatomic-Builtins.html)
> or GCC/intel sync intrinsics
> (https://gcc.gnu.org/onlinedocs/gcc-10.1.0/gcc/_005f_005fsync-Builtins.html).
How about a fall-back to Boost.Atomic?