You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In offsetintegers.jl, for the basic operators loops, @eval Base.$op(x::T) where {T <: OffsetInteger} = T($(op)(value(x))) value not defined error is thrown.
The text was updated successfully, but these errors were encountered:
In offsetintegers.jl, for the basic operators loops,
@eval Base.$op(x::T) where {T <: OffsetInteger} = T($(op)(value(x)))
value not defined
error is thrown.The text was updated successfully, but these errors were encountered: