$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel James (daniel_james_at_[hidden])
Date: 2008-07-18 08:15:44
2008/7/18 Beman Dawes <bdawes_at_[hidden]>:
> link_ext_test has a link failure on Windows both trunk and release. See
> http://beta.boost.org/development/tests/release/developer/functional-hash.html
>
> We need to clear this ASAP.
Sorry, I didn't notice that. The problem seems to caused by including
Boost.Test's headers in one compile unit, but defining 'test_main' in
the other. I'll just revert the hash tests so that they're using
'lightweight_test'.
Daniel