]> git.sesse.net Git - stockfish/commit
Preserve options order when printed
authorMarco Costalba <mcostalba@gmail.com>
Mon, 1 Sep 2008 14:03:01 +0000 (16:03 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Mon, 1 Sep 2008 14:03:01 +0000 (16:03 +0200)
commit35010b4938a3425ad56f97e1eae3834cb99d7326
tree9aa040d13dc4d7c4e3d4a1825ed644ace29c7bb4
parent6c64f68ccf18a4ee1d4429abbef5fb4c0e216504
Preserve options order when printed

Use a vector instead of a map so that options
are printed according to their original order.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/ucioption.cpp