$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] define for 32/64 bitness?
From: Joel Falcou (joel.falcou_at_[hidden])
Date: 2010-02-17 02:07:25
Mathias Gaunard wrote:
> Use boost::alignment_of<T>::value for the type you're interested in.
doesn't posix_memalign require its alignment parameter to be a multiple
of sizeof(void*) ?