[algs] Remove hb_bitwise_non()
This commit is contained in:
parent
f4fd7baf7e
commit
f09d5ed0f5
|
@ -1190,12 +1190,6 @@ struct
|
|||
}
|
||||
HB_FUNCOBJ (hb_bitwise_gt); // aka sub
|
||||
struct
|
||||
{ HB_PARTIALIZE(2);
|
||||
template <typename T> constexpr auto
|
||||
operator () (const T &a, const T &b) const HB_AUTO_RETURN (~a & ~b)
|
||||
}
|
||||
HB_FUNCOBJ (hb_bitwise_non);
|
||||
struct
|
||||
{ HB_PARTIALIZE(2);
|
||||
template <typename T> constexpr auto
|
||||
operator () (const T &a, const T &b) const HB_AUTO_RETURN (~a | b)
|
||||
|
|
Loading…
Reference in New Issue