]> git.sesse.net Git - stockfish/commitdiff
Fix a compile error with Intel icc
authorMarco Costalba <mcostalba@gmail.com>
Sun, 12 Apr 2009 16:01:06 +0000 (18:01 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Mon, 13 Apr 2009 11:02:06 +0000 (12:02 +0100)
To make std::sort() work operator<() should be
declared const.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>

No differences found