From f6d5ec02a8cdfc54284c1feae83906a723551ac8 Mon Sep 17 00:00:00 2001 From: Vesa Karvonen Date: Tue, 11 Dec 2001 07:58:08 +0000 Subject: [PATCH] Removed MUL(50,50), because it takes too much time on some compilers [SVN r12013] --- test/preprocessor_test.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/test/preprocessor_test.cpp b/test/preprocessor_test.cpp index ca88372..8e601b9 100644 --- a/test/preprocessor_test.cpp +++ b/test/preprocessor_test.cpp @@ -162,11 +162,9 @@ int test_arithmetic_32[0+(BOOST_PREPROCESSOR_MIN(1,2)==1)]; int test_arithmetic_33[0+(BOOST_PREPROCESSOR_MAX(3,2)==3)]; int test_arithmetic_34[0+(BOOST_PREPROCESSOR_MAX(4,5)==5)]; -int test_arithmetic_35[0+(BOOST_PREPROCESSOR_MUL(50,50)==BOOST_PREPROCESSOR_LIMIT_MAG)]; - -int test_arithmetic_36[0+(BOOST_PREPROCESSOR_MOD(50,50)==0)]; -int test_arithmetic_37[0+(BOOST_PREPROCESSOR_MOD(34,5)==4)]; -int test_arithmetic_38[0+(BOOST_PREPROCESSOR_MOD(31,4)==3)]; +int test_arithmetic_35[0+(BOOST_PREPROCESSOR_MOD(50,50)==0)]; +int test_arithmetic_36[0+(BOOST_PREPROCESSOR_MOD(34,5)==4)]; +int test_arithmetic_37[0+(BOOST_PREPROCESSOR_MOD(31,4)==3)]; // ***