$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] aligned storage problems with borland
From: John Maddock (john_at_[hidden])
Date: 2009-05-17 05:13:36
> Serialization tests indicated that a recent change to aligned storage has
> broken serialization tests for borland. Could someone please look into
> this?
>
> Error E2031 ..\boost/aligned_storage.hpp 126: Cannot cast from
> 'aligned_storage<4,8> * const' to
> 'detail::aligned_storage::aligned_storage_imp<4,8> *' in function
> aligned_storage<4,8>::address()
> *** 1 errors in Compile ***
I believe this is now fixed in Trunk: however the Borland/serialization
tests still fail due to unresolved externals.
HTH, John.