Re: [boost] Relevance of platfrom-specific shared_ptr implementations
31 May
2020
31 May
'20
3:54 p.m.
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?
1640
Age (days ago)
1640
Last active (days ago)
0 comments
1 participants
participants (1)
-
Bjorn Reese