diff options
| author | pjotrp | 2026-04-17 14:38:51 +0200 |
|---|---|---|
| committer | pjotrp | 2026-04-17 14:38:51 +0200 |
| commit | 035d7e4f06c595e8a42d8ad6cd1ad6e42a21a4f0 (patch) | |
| tree | f3e96f41742b659e12b06b315db0dd6142c55a34 /gn/packages/patches/octave-nested-class.patch | |
| parent | c5a09528fba9e711250888b1515ab4473dc0cea7 (diff) | |
| download | guix-bioinformatics-main.tar.gz | |
Diffstat (limited to 'gn/packages/patches/octave-nested-class.patch')
| -rw-r--r-- | gn/packages/patches/octave-nested-class.patch | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/gn/packages/patches/octave-nested-class.patch b/gn/packages/patches/octave-nested-class.patch deleted file mode 100644 index 6d835cb..0000000 --- a/gn/packages/patches/octave-nested-class.patch +++ /dev/null @@ -1,39 +0,0 @@ -https://hg.savannah.gnu.org/hgweb/octave/raw-rev/7ffd2a0791ef - -# HG changeset patch -# User John W. Eaton <jwe@octave.org> -# Date 1325958274 18000 -# Node ID 7ffd2a0791ef389474bb52228e9b046a3721ab3f -# Parent 906eecd4bf43b0146c50019ee41acac2dc83c935 -fix name lookup problem with static nested class - -* oct-inttypes.h (octave_int_arith_base<T,false>::mul): -Tag truncate_int with octave_int_base<T>::. -(octave_int_arith_base<T,true>::mul): Likewise. - -diff --git a/liboctave/oct-inttypes.h b/liboctave/oct-inttypes.h ---- a/liboctave/oct-inttypes.h -+++ b/liboctave/oct-inttypes.h -@@ -366,8 +366,8 @@ - { - // Promotion type for multiplication (if exists). - typedef typename query_integer_type<2*sizeof (T), false>::type mptype; -- return truncate_int (static_cast<mptype> (x) -- * static_cast<mptype> (y)); -+ return octave_int_base<T>::truncate_int (static_cast<mptype> (x) -+ * static_cast<mptype> (y)); - } - - // Division with rounding to nearest. Note that / and % are probably -@@ -621,8 +621,8 @@ - { - // Promotion type for multiplication (if exists). - typedef typename query_integer_type<2*sizeof (T), true>::type mptype; -- return truncate_int (static_cast<mptype> (x) -- * static_cast<mptype> (y)); -+ return octave_int_base<T>::truncate_int (static_cast<mptype> (x) -+ * static_cast<mptype> (y)); - } - - // Division. - |
