$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Nicola Musatti (nmusatti_at_[hidden])
Date: 2002-10-14 02:17:46
Nicola Musatti wrote:> Nicola Musatti wrote:
>
>> static_assert_test.cpp fails to compile with bcc 5.6.1 (BCB6 UP2).
>> Apparently the Borland specific workaround in static_assert.hpp is not
>> required with this compiler.
I've been too hasty. While this appears to be true for the test program,
removing the Borland workaround breaks other code, such as
type_traits/type_with_alignment.hpp .
Sorry,
Nicola Musatti