mirror of
https://github.com/boostorg/functional.git
synced 2025-07-30 12:37:17 +02:00
Remove the forced fail in the hash float tests on Borland, since the bug should now be fixed.
[SVN r28187]
This commit is contained in:
@ -32,11 +32,6 @@ void float_tests(T* = 0)
|
||||
|
||||
using namespace std;
|
||||
|
||||
// The tests cause Borland to crash horribly.
|
||||
#if defined(__BORLANDC__)
|
||||
BOOST_REQUIRE(false);
|
||||
#endif
|
||||
|
||||
if(std::numeric_limits<T>::has_infinity) {
|
||||
T infinity = (T) 1. / zero;
|
||||
T infinity2 = -log(zero);
|
||||
|
Reference in New Issue
Block a user