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
Currently, av::Rational defines operator==, operator!=, and operator<. The underlying av_cmp_q function offers a 3-way compare and could be used to implement operator>, operator<=, operator>=, and (operator<=> (C++20)).
The text was updated successfully, but these errors were encountered:
Currently,
av::Rational
definesoperator==
,operator!=
, andoperator<
. The underlyingav_cmp_q
function offers a 3-way compare and could be used to implementoperator>
,operator<=
,operator>=
, and (operator<=>
(C++20)).The text was updated successfully, but these errors were encountered: