$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] Request for a typedef for the larger integer type that supports atomic loads and stores.
From: Vicente J. Botet Escriba (vicente.botet_at_[hidden])
Date: 2012-08-18 08:57:53
Hi,
I'm locking for a portable integer type that is the larger integer type
that supports atomic loads and stores.
The sig_atomic_t type defined in <csignal> supports atomic loads and
stores but I'm not sure is the larger one.
Does boost define such a typedef?
If not, could such typedef be included in boost and where?
Best,
Vicente