
28 Sep
2008
28 Sep
'08
3:33 p.m.
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