Files
Stockfish/src
Marco Costalba 41561c9bb8 Use std::vector<Thread*> to store threads
We store pointers instead of Thread objects because
Thread is not copy-constructible nor copy-assignable
and default ones are not suitable. So we cannot store
directly in a std::vector.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
2012-03-25 10:23:52 +01:00
..
2012-03-17 13:16:51 +01:00
2012-01-30 19:19:47 +01:00
2012-03-04 23:37:44 +01:00
2011-12-31 10:46:14 +01:00
2012-03-18 11:18:38 +01:00
2012-01-01 14:46:18 +01:00
2012-02-05 14:52:01 -05:00
2012-03-07 07:39:01 +01:00
2012-03-25 10:23:51 +01:00
2012-03-25 10:23:51 +01:00
2012-03-25 09:57:33 +01:00
2012-03-24 10:05:17 +01:00
2012-01-22 00:42:59 +01:00
2012-01-24 07:12:19 +01:00
2011-12-30 13:52:16 +01:00
2012-03-25 10:23:51 +01:00
2011-12-30 13:52:16 +01:00
2011-12-30 13:52:16 +01:00
2012-02-21 20:31:22 +01:00
2011-12-30 13:52:16 +01:00
2012-01-27 19:49:38 +01:00
2012-03-25 10:23:51 +01:00
2012-03-24 10:05:17 +01:00
2012-03-17 21:44:50 +01:00
2012-03-17 21:44:50 +01:00