Update of /cvsroot/boost/boost/libs/math/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10890/libs/math/test

Modified Files:
      Tag: RC_1_34_0
        common_factor_test.cpp 
Log Message:
Undo previous fix, it causes regressions.

Index: common_factor_test.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/math/test/common_factor_test.cpp,v
retrieving revision 1.4.4.3
retrieving revision 1.4.4.4
diff -u -d -r1.4.4.3 -r1.4.4.4
--- common_factor_test.cpp      19 Feb 2007 10:00:03 -0000      1.4.4.3
+++ common_factor_test.cpp      20 Feb 2007 13:28:39 -0000      1.4.4.4
@@ -163,7 +163,7 @@
     BOOST_STATIC_CONSTANT(bool, has_infinity             = 
limits_type::has_infinity);
     BOOST_STATIC_CONSTANT(bool, has_quiet_NaN            = 
limits_type::has_quiet_NaN);
     BOOST_STATIC_CONSTANT(bool, has_signaling_NaN        = 
limits_type::has_signaling_NaN);
-    BOOST_STATIC_CONSTANT(float_denorm_style, has_denorm = 
(float_denorm_style)limits_type::has_denorm);
+    BOOST_STATIC_CONSTANT(float_denorm_style, has_denorm = 
limits_type::has_denorm);
     BOOST_STATIC_CONSTANT(bool, has_denorm_loss          = 
limits_type::has_denorm_loss);
 
     static MyInt1 infinity() throw()      { return limits_type::infinity(); }
@@ -177,7 +177,7 @@
 
     BOOST_STATIC_CONSTANT(bool, traps                    = limits_type::traps);
     BOOST_STATIC_CONSTANT(bool, tinyness_before          = 
limits_type::tinyness_before);
-    BOOST_STATIC_CONSTANT(float_round_style, round_style = 
(float_round_style)limits_type::round_style);
+    BOOST_STATIC_CONSTANT(float_round_style, round_style = 
limits_type::round_style);
 
 };  // std::numeric_limits<MyInt1>
 
@@ -210,7 +210,7 @@
     BOOST_STATIC_CONSTANT(bool, has_infinity             = 
limits_type::has_infinity);
     BOOST_STATIC_CONSTANT(bool, has_quiet_NaN            = 
limits_type::has_quiet_NaN);
     BOOST_STATIC_CONSTANT(bool, has_signaling_NaN        = 
limits_type::has_signaling_NaN);
-    BOOST_STATIC_CONSTANT(float_denorm_style, has_denorm = 
(float_denorm_style)limits_type::has_denorm);
+    BOOST_STATIC_CONSTANT(float_denorm_style, has_denorm = 
limits_type::has_denorm);
     BOOST_STATIC_CONSTANT(bool, has_denorm_loss          = 
limits_type::has_denorm_loss);
 
     static MyUnsigned1 infinity() throw()    { return limits_type::infinity(); 
}
@@ -225,7 +225,7 @@
 
     BOOST_STATIC_CONSTANT(bool, traps                    = limits_type::traps);
     BOOST_STATIC_CONSTANT(bool, tinyness_before          = 
limits_type::tinyness_before);
-    BOOST_STATIC_CONSTANT(float_round_style, round_style = 
(float_round_style)limits_type::round_style);
+    BOOST_STATIC_CONSTANT(float_round_style, round_style = 
limits_type::round_style);
 
 };  // std::numeric_limits<MyUnsigned1>
 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to