Files
stockfish/src
Marco Costalba 6becc81446 Silence a MSVC warning in class Tie
With warning level 4 MSVC complains that a default
assignment operator could not be generated due to
member 'file' is a reference (warning C4512).

Use a pointer instead of a reference and move
struct Tie outisde class Logger while there.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
2012-07-08 10:50:23 +01:00
..
2012-04-26 19:37:30 +01:00
2012-07-08 09:36:40 +01:00
2012-01-01 14:46:18 +01:00
2012-04-02 09:58:29 +01:00
2012-03-07 07:39:01 +01:00
2012-07-07 19:05:38 +01:00
2012-07-08 10:50:23 +01:00
2012-01-24 07:12:19 +01:00
2012-07-08 09:36:40 +01:00
2011-12-30 13:52:16 +01:00
2011-12-30 13:52:16 +01:00
2012-06-24 09:45:37 +01:00
2012-03-27 14:26:58 +01:00
2012-07-08 09:36:40 +01:00
2012-03-31 19:07:11 +01:00
2012-06-25 08:09:55 +01:00