Subject: Re: [boost] boost.interprocess atomic uint64?
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2017-05-24 20:59:09


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