$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (John_Maddock_at_[hidden])
Date: 2000-08-26 06:09:00
Dave,
>How about this, for determining the alignment requirements of any POD:
In case you hadn't noticed, there is an alignment_of in type_traits.hpp
already - for exactly this kind of usage as well!
- John.