$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2002-07-25 06:50:43
From: "Beman Dawes" <bdawes_at_[hidden]>
> I've added Intel to the Win32 regression tests.
>
> There are a lot of iterator related failures. I'm not sure why that is;
> Intel uses the Microsoft library, yet the same tests pass with the
> Microsoft compiler.
>
> If someone can figure out the fix for the Intel iterator problem, it
would
> move quite a few tests from fail to pass.
In general it's due to checks in the test .cpp files which look for
BOOST_NO_TEMPLATE_PARTIAL_SPECIALIATION which should instead be looking at
something that tells them whether iterator traits work for pointers.
HTH,
Dave