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

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

[Octave-bug-tracker] [bug #61300] integer range might exceed upper limit


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #61300] integer range might exceed upper limit
Date: Mon, 29 Nov 2021 11:48:36 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Follow-up Comment #32, bug #61300 (project octave):

By using the T::value() method in the range<T>init() method, you are
restricting the generic implementation of this class to only work for types
that have value() methods.  That works for octave_int<T> but is there a better
solution?  Does the original code work properly for normal integer types
(int8_t, uint8_t, etc.)?  Maybe we could specialize the init function for all
the octave_int<T> types we care about?

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?61300>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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