Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 936498
Collapse All | Expand All

(-)a/include/libdivide.h (-2 / +2 lines)
Lines 2015-2022 public: Link Here
2015
    }
2015
    }
2016
2016
2017
    bool operator==(const divider<T, ALGO>& other) const {
2017
    bool operator==(const divider<T, ALGO>& other) const {
2018
        return div.denom.magic == other.denom.magic &&
2018
        return div.denom.magic == other.div.denom.magic &&
2019
               div.denom.more == other.denom.more;
2019
               div.denom.more == other.div.denom.more;
2020
    }
2020
    }
2021
2021
2022
    bool operator!=(const divider<T, ALGO>& other) const {
2022
    bool operator!=(const divider<T, ALGO>& other) const {

Return to bug 936498