$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] atomic_inc32 for fast integers
From: Archie14 (admin_at_[hidden])
Date: 2009-09-30 10:18:29
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?