Boost logo

Boost :

From: Daryle Walker (darylew_at_[hidden])
Date: 2001-08-10 17:15:08


I want to put up "dlw_int.zip", currently at version 2, for formal review
soon. I'm having a big problem right now with integer_test.cpp:

//=========================================================================
Doing test runs on template int_t, type least.
Doing test runs on template int_t, type fast.
Doing test runs on template uint_t, type least.
Doing test runs on template uint_t, type fast.
Doing test runs on template int_max_value_t, type least.
Doing test runs on template int_max_value_t, type fast.
Doing test runs on template int_min_value_t, type least.

**** test failed: int_min_value_t < ((-(1L << ((16) - 1)))) >:: least (
(((v))) ) == (((v))), file: integer_test.cpp, line: 245

**** test failed: int_min_value_t < ((-(1L << ((8) - 1)))) >:: least (
(((v))) ) == (((v))), file: integer_test.cpp, line: 245
Doing test runs on template int_min_value_t, type fast.

**** test failed: int_min_value_t < ((-(1L << ((8) - 1)))) >:: fast (
(((v))) ) == (((v))), file: integer_test.cpp, line: 246
Doing test runs on template uint_value_t, type least.
Doing test runs on template uint_value_t, type fast.

**** 3 test errors detected

**** returning with error code 201
********** errors detected; see stdout for details ***********
//=========================================================================

How can I fix this?

Are there any other problems/concerns with the library?

-- 
Daryle Walker
Mac, Internet, and Video Game Junkie
darylew AT mac DOT com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk