]> git.sesse.net Git - stockfish/commitdiff
Use std::stack instead of fixed size array
authorMarco Costalba <mcostalba@gmail.com>
Fri, 26 Oct 2012 16:01:13 +0000 (18:01 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 27 Oct 2012 11:31:23 +0000 (13:31 +0200)
Only in not performance critical code like pretty_pv(),
otherwise continue to use the good old C-style arrays
like in extract/insert PV where I have done some code
refactoring anyhow.

No functional change.


No differences found