|
Boost-Commit : |
From: daniel_james_at_[hidden]
Date: 2007-10-20 20:41:01
Author: danieljames
Date: 2007-10-20 20:41:01 EDT (Sat, 20 Oct 2007)
New Revision: 40233
URL: http://svn.boost.org/trac/boost/changeset/40233
Log:
Don't test long double in hash_number_test. This is a bit of a cop out, but it's silly to fail this test just because a platform has poor support for long double - hash_long_double_test is thorough enough.
Text files modified:
trunk/libs/functional/hash/test/hash_number_test.cpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
Modified: trunk/libs/functional/hash/test/hash_number_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_number_test.cpp (original)
+++ trunk/libs/functional/hash/test/hash_number_test.cpp 2007-10-20 20:41:01 EDT (Sat, 20 Oct 2007)
@@ -156,7 +156,6 @@
NUMERIC_TEST(float, float)
NUMERIC_TEST(double, double)
- NUMERIC_TEST(long double, ldouble)
bool_test();
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk