7 Jun
2020
7 Jun
'20
1:35 p.m.
On 2020-06-03 14:44, Hans Dembinski via Boost wrote:
Makes sense. I guess we all agree that redundancy in names/namespaces is bad. If the hypothetical namespace boost::atomics::interprocess is going to contains only a single type anyway, then boost::atomics::interprocess_atomic<int> seems like a good compromise to me, or maybe boost::atomics::ipc_atomic<int> if you want it shorter.
Or inter_atomic<T> if we want something that is easily pronounced.