diff --git a/test/cast_test.cpp b/test/cast_test.cpp index fa30df8..5295e32 100644 --- a/test/cast_test.cpp +++ b/test/cast_test.cpp @@ -14,14 +14,8 @@ // 3 Aug 99 Initial Version #include -#include -#include // for DBL_MAX (Peter Schmid) #include -# if SCHAR_MAX == LONG_MAX -# error "This test program doesn't work if SCHAR_MAX == LONG_MAX" -# endif - using namespace boost; using std::cout;