From: Marco Costalba Date: Wed, 22 Aug 2012 10:44:43 +0000 (+0100) Subject: Use size_t as operator[] argument type X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=7a2825053e3eb5204e6b45d0cadb9264e77ac69f;hp=7a2825053e3eb5204e6b45d0cadb9264e77ac69f Use size_t as operator[] argument type This better mimics std::vector::operator[] and fixes a warning with MSVC 64bit. No functional change. Signed-off-by: Marco Costalba ---