$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2003-12-07 12:12:07
On Sunday 07 December 2003 11:38 am, Beman Dawes wrote:
> Hum... Intel tests that use type_traits/type_with_alignment.hpp are now
> failing:
>
> C:\boost\site\boost/type_traits/type_with_alignment.hpp(176): error:
> constant "Align" is not used in template argument list of class template
> "boost::is_pod<boost::detail::lower_alignment<Align>>" template<int Align>
>
> --Beman
Care for a friendly game of whack-a-mole? I've checked in one potential fix
(std::size_t/int clash), but I don't have the Intel compiler installed so I
can't test it myself.
Doug