$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David B. Held (dheld_at_[hidden])
Date: 2002-10-03 15:17:03
In the section http://www.boost.org/libs/type_traits/index.htm#headers,
the alignment_of template is said to reside in:
<boost.type_traits/alignment_traits.hpp>
For compilers lacking PTS, what does add_reference do? Is it undefined?
Is it defined, but has undefined behaviour? What I would like it to do is
to
simply tack on an &, regardless of the underlying type.
Dave