lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5485] Remove an obsolete comment


From: Greg Chicares
Subject: [lmi-commits] [5485] Remove an obsolete comment
Date: Sun, 03 Jun 2012 20:20:50 +0000

Revision: 5485
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5485
Author:   chicares
Date:     2012-06-03 20:20:49 +0000 (Sun, 03 Jun 2012)
Log Message:
-----------
Remove an obsolete comment

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:18:30 UTC (rev 5484)
+++ lmi/trunk/numeric_io_test.cpp       2012-06-03 20:20:49 UTC (rev 5485)
@@ -180,9 +180,6 @@
     double volatile const inf_dbl = std::numeric_limits<double>::infinity();
     std::string     const inf_str = numeric_io_cast<std::string>(inf_dbl);
 
-    // This test fails for como with msvcrt, because the latter
-    // defectively prints infinity as "1.#INF". Distressingly,
-    // that converts to '1.0'.
     BOOST_TEST_EQUAL(inf_dbl, numeric_io_cast<double>(inf_str));
 
     // These conversions fail for borland (FWIW), which prints




reply via email to

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