diff --git a/test/util/promote_integral.cpp b/test/util/promote_integral.cpp index 49f38d3f5..896f2a3f9 100644 --- a/test/util/promote_integral.cpp +++ b/test/util/promote_integral.cpp @@ -19,16 +19,14 @@ #include -//#include +#include #include #include #include -#if !defined(BOOST_GEOMETRY_NO_MULTIPRECISION_INTEGER) #include -#endif #if defined(BOOST_GEOMETRY_TEST_DEBUG) && defined(BOOST_HAS_INT128) std::ostream& operator<<(std::ostream& os, boost::int128_type i) @@ -159,7 +157,6 @@ BOOST_AUTO_TEST_CASE( test_int128 ) } #endif -#if !defined(BOOST_GEOMETRY_NO_MULTIPRECISION_INTEGER) BOOST_AUTO_TEST_CASE( test_custom_types ) { namespace bm = boost::multiprecision; @@ -167,8 +164,8 @@ BOOST_AUTO_TEST_CASE( test_custom_types ) < bm::cpp_int_backend < - CHAR_BIT * sizeof(short) + 1, - CHAR_BIT * sizeof(short) + 1, + 17, + 17, bm::signed_magnitude, bm::unchecked, void @@ -191,7 +188,6 @@ BOOST_AUTO_TEST_CASE( test_custom_types ) test_promote_integral(); test_promote_integral(); } -#endif BOOST_AUTO_TEST_CASE( test_floating_point ) {