
30 Sep
2009
30 Sep
'09
2:18 p.m.
This boost::interprocess::detail function atomically increments fixed width integer returning old value. Questions: 1. Is there a version that uses fast integers defined in cstdint.hpp? 2. I don't think that it is safe to cast fixed width ints to fast ints. I did not find conversion functions/classes. Do they exists?