$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Nicola Musatti (nmusatti_at_[hidden])
Date: 2002-10-14 01:54:51
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.
Actually Kylix behaves in the same way so a better fix would be
#if defined(__BORLANDC__) && __BORLANDC__ < 0x561
Cheers,
Nicola Musatti