lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5493] Fix defect introduced 20120603T1917Z (VS)


From: Greg Chicares
Subject: [lmi-commits] [5493] Fix defect introduced 20120603T1917Z (VS)
Date: Mon, 11 Jun 2012 08:53:50 +0000

Revision: 5493
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5493
Author:   chicares
Date:     2012-06-11 08:53:49 +0000 (Mon, 11 Jun 2012)
Log Message:
-----------
Fix defect introduced 20120603T1917Z (VS)

Modified Paths:
--------------
    lmi/trunk/numeric_io_traits.hpp

Modified: lmi/trunk/numeric_io_traits.hpp
===================================================================
--- lmi/trunk/numeric_io_traits.hpp     2012-06-08 16:45:14 UTC (rev 5492)
+++ lmi/trunk/numeric_io_traits.hpp     2012-06-11 08:53:49 UTC (rev 5493)
@@ -333,7 +333,7 @@
 /// COMPILER !! This C runtime's strtod() doesn't understand C99's
 /// "inf[inity]". Work around that, but don't worry about NaNs.
 
-double strtoFDL_msvc(char const* nptr, char** endptr)
+inline double strtoFDL_msvc(char const* nptr, char** endptr)
 {
     if(!nptr || !endptr)
         {




reply via email to

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