octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #39715] INT_MAX not declared in __glpk__.cc


From: Rik
Subject: [Octave-bug-tracker] [bug #39715] INT_MAX not declared in __glpk__.cc
Date: Wed, 07 Aug 2013 15:44:42 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0

Update of bug #39715 (project octave):

                  Status:                    None => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

Octave prefers to stay in C++, rather than bring in C header libraries, but
the fix is pretty easy.  INT_MAX should be eliminated in favor of
std::numeric_limits<int>::max ().  I checked in the change here
(http://hg.savannah.gnu.org/hgweb/octave/rev/2899d110c178)

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?39715>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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