lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [5488] Refactor


From: Greg Chicares
Subject: [lmi-commits] [5488] Refactor
Date: Mon, 04 Jun 2012 10:57:26 +0000

Revision: 5488
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5488
Author:   chicares
Date:     2012-06-04 10:57:24 +0000 (Mon, 04 Jun 2012)
Log Message:
-----------
Refactor

Modified Paths:
--------------
    lmi/trunk/numeric_io_test.cpp

Modified: lmi/trunk/numeric_io_test.cpp
===================================================================
--- lmi/trunk/numeric_io_test.cpp       2012-06-03 20:43:13 UTC (rev 5487)
+++ lmi/trunk/numeric_io_test.cpp       2012-06-04 10:57:24 UTC (rev 5488)
@@ -132,9 +132,9 @@
     BOOST_TEST_EQUAL( 3, floating_point_decimals(-1000.0f));
     BOOST_TEST_EQUAL(15, floating_point_decimals(-1000.0L));
 
-#if !defined LMI_MSC && !defined LMI_COMO_WITH_MINGW
+#if !defined LMI_MSVCRT
     BOOST_TEST_EQUAL( 0, floating_point_decimals(infinity<double>()));
-#endif // !defined LMI_MSC && !defined LMI_COMO_WITH_MINGW
+#endif // !defined LMI_MSVCRT
 
     // Consider the number of exact decimal digits in the neighborhood
     // of epsilon's reciprocal for type double, which is approximately




reply via email to

[Prev in Thread] Current Thread [Next in Thread]