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
template <typename Pos, typename Move>
class MinMax
The text was updated successfully, but these errors were encountered:
oggy22
changed the title
template <typename Pos, typename Move, KillerOptions ko = KillerOptions::None> //requires BoardPosition<Pos, Move> class MinMax
class MinMax should be templated on <typename Pos> and <typename Move> should be inferred
Oct 12, 2024
It should be
and not
The text was updated successfully, but these errors were encountered: