boost.interprocess atomic uint64?
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. -- View this message in context: http://boost.2283326.n4.nabble.com/boost-interprocess-atomic-uint64-tp469457... Sent from the Boost - Dev mailing list archive at Nabble.com.
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
Thanks Ion. On Wed, May 24, 2017 at 1:45 PM, Boost - Dev mailing list [via Boost] < ml+s2283326n4694587h69@n4.nabble.com> wrote:
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
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/ mailman/listinfo.cgi/boost
------------------------------ If you reply to this email, your message will be added to the discussion below: http://boost.2283326.n4.nabble.com/boost-interprocess-atomic-uint64- tp4694578p4694587.html To unsubscribe from boost.interprocess atomic uint64?, click here http://boost.2283326.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4694578&code=ZG5qMDQ5NkBnbWFpbC5jb218NDY5NDU3OHwxNDc5MTI0ODc0 . NAML http://boost.2283326.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml
-- View this message in context: http://boost.2283326.n4.nabble.com/boost-interprocess-atomic-uint64-tp469457... Sent from the Boost - Dev mailing list archive at Nabble.com.
participants (2)
-
dnj0496
-
Ion GaztaƱaga