$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [interprocess] atomic_write32, etc. -> public?
From: k-oli_at_[hidden]
Date: 2008-09-28 11:33:07
Hello,
interprocess provides in its detail namespace atomic ops like atomic_write32,
atomic_cas32 etc.
Is it possible to move this functionality to a public namespace?
I'm using interprocess::detail::atomic_write32 for instance in an
work-stealing queue and I'd like to use 'official' functions instead from a
detail namespace.
regards,
Oliver