From: Marco Costalba Date: Sun, 1 Apr 2012 11:26:14 +0000 (+0100) Subject: Use a std::vector to store searchMoves X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=7eb6a488ade31254151fd516aa4c94fc56b84a1f;hp=7eb6a488ade31254151fd516aa4c94fc56b84a1f;ds=inline Use a std::vector to store searchMoves A std::set (that is a rb_tree) seems really overkill to store at most a handful of moves and nothing in the common case. No functional change. Signed-off-by: Marco Costalba ---