[functional/hash] Failing link_ext_test on Windows both trunk and release

link_ext_test has a link failure on Windows both trunk and release. See http://beta.boost.org/development/tests/release/developer/functional-hash.ht... We need to clear this ASAP. --Beman PS: The error is an unresolved external to "test_main" in Boost.Test, so this may be a Jamfile problem rather than a problem with the library's actual code.

2008/7/18 Beman Dawes <bdawes@acm.org>:
link_ext_test has a link failure on Windows both trunk and release. See http://beta.boost.org/development/tests/release/developer/functional-hash.ht...
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
participants (2)
-
Beman Dawes
-
Daniel James