$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2003-05-06 18:52:42
On Tuesday 06 May 2003 06:51 pm, Christopher Currie wrote:
> The following is a proposed patch to boost/type_traits/alignment_of.hpp.
> This file has been causing an assertion in the Sun compiler, for which
> this patch is a workaround.
>
> With this patch applied the alignment_of test case now compiles under
> the Sun compiler, and runs without errors.
>
> Let me know if anyone has any questions.
>
> Christopher
Looks good. I've applied it.
Doug