$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Schalk_Cronje_at_[hidden]
Date: 2003-01-03 04:09:56
I am not sure whether this is a problem with the RedHat 2.96 release of gcc
only, as I do not have gcc 2.95 handy to test this with -it works fine with
gcc 3.2. Something as simple as the following does not compile
#include <boost/type_traits/type_with_alignment.hpp>
int main { return 0;}
The compile errors are with the lower_alignment and max_align unions. This
seems to be caused by BOOST_PP_NODE_ENTRY_256( BOOST_PP_FOR_P ) not
expanding correctly.
Anyone else come across this or have I not read a vital piece of
documentation?