mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-16 10:15:56 +00:00
[algs] Remove hb_bitwise_non()
This commit is contained in:
parent
f4fd7baf7e
commit
f09d5ed0f5
1 changed files with 0 additions and 6 deletions
|
@ -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…
Add table
Reference in a new issue