$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] aligned storage problems with borland
From: Robert Ramey (ramey_at_[hidden])
Date: 2009-05-16 17:23:30
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 ***
Robert Ramey