$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2002-04-09 23:14:58
On Tuesday 09 April 2002 10:27 am, you wrote:
> The latest alignment_traits is broken on borland 5.5.1 and 5.6. I have
> tried finding a fix but have not come up with anything. Can anyone help
> please.
>
> Error E2231 c:\usr\boost\boost/type_traits/alignment_traits.hpp 183: Member
> type_with_alignment<Align>::t1_aligned cannot be used without an object
This problem is now fixed for all compilers I was able to easily test:
Borland C++ 5.5.1, MSVC 6.0sp5, and GCC 2.95.3.
Doug