Excess type variables in Agg::bitAndInt and Agg::bitAndLong
lukaseder opened this issue · 0 comments
lukaseder commented
These methods have an unnecessary type variable <U>
, see also #399 by @magicprinc:
Agg::bitAndInt
Agg::bitAndLong
Agg::bitOrInt
Agg::bitOrLong
Removing a type variable is an incompatible change of API.