Files
gentoo/dev-lang/gdl/files/gdl-1.0.6-libdivide.patch
Alfredo Tupone afbb9cb36e dev-lang/gdl: add 1.0.6
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
2026-04-08 18:31:39 +02:00

12 lines
538 B
Diff

--- a/src/libdivide.h 2026-04-08 13:50:17.561322672 +0200
+++ b/src/libdivide.h 2026-04-08 13:53:07.129354956 +0200
@@ -3158,7 +3158,7 @@
T recover() const { return div.recover(); }
bool operator==(const divider<T, ALGO> &other) const {
- return div.denom.magic == other.denom.magic && div.denom.more == other.denom.more;
+ return div.denom.magic == other.div.denom.magic && div.denom.more == other.div.denom.more;
}
bool operator!=(const divider<T, ALGO> &other) const { return !(*this == other); }