24 May
2017
24 May
'17
8:59 p.m.
On 24/05/2017 21:58, dnj0496 via Boost wrote:
Hi, I am looking at interprocess/detail/atomic.hpp file and all atomic operations seem to be dealing with uint32. Does boost interprocess not support uint64 types? Can it work similar to std::atomic<type>? Thanks.
Dk.
Does not support uint64. In the future interprocess hould migrate to boost.atomic. Note that that header is an implementation detail, nobody should be using it directly. Ion