From: Sebastian Buchwald Date: Thu, 22 Nov 2018 22:50:03 +0000 (+0100) Subject: Use emplace_back() in TB code X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=340e9ea5096fb1c8e4a0914827f1af1d30075039;hp=340e9ea5096fb1c8e4a0914827f1af1d30075039 Use emplace_back() in TB code The patch was tested for correctness by running bench with and without the change against current master, and the tablebase hit numbers were found to be identical in both cases. See the pull request comments for details: https://github.com/official-stockfish/Stockfish/pull/1826 No functional change. ---