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 12:34:44 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

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

I think we have to specialize for each octave_int<T> type but we can do it
with a


template <typename T>
xinit (octave_int<T>& base, ...)
{
  ...
}


template function to avoid at least some code duplication.


    _______________________________________________________

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]