$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennaro Prota (gennaro_prota_at_[hidden])
Date: 2006-06-27 12:29:11
On Tue, 27 Jun 2006 12:01:30 -0400, Douglas Gregor
<dgregor_at_[hidden]> wrote:
>Boost Regression test failures
>Report time: 2006-06-27T10:08:12Z
>
>[...]
>
> dynamic_bitset (0 of 3 failures are from non-broken platforms)
Funny that without changing one single character of the source code
the test results are each time different. The first two errors are
linking step failures:
cannot open file "stlportstld.5.1.lib"
The third one is a regression in STLport: it can't handle the
expression
" " + s + " xyz"
with s being an std::string. We could easily circumvent it, but that's
such a major bug that I think they should fix it anyway.
--Gennaro.