From: Marco Costalba Date: Sun, 12 Apr 2009 16:01:06 +0000 (+0200) Subject: Fix a compile error with Intel icc X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=e81d0d08c398f9a3708d9dadbb75d9b3feb5efaf;hp=e81d0d08c398f9a3708d9dadbb75d9b3feb5efaf Fix a compile error with Intel icc To make std::sort() work operator<() should be declared const. Signed-off-by: Marco Costalba ---