Files
Stockfish/src
mstembera e8005ebe56 Fix MSVC errors in tbprobe.cpp
Default template parameters values and recursive functions do not play well
together. Fix for below errors that showed up after updating to latest MSVC.

````
tbprobe.cpp(1156): error C2672:
    'search': no matching overloaded function found

tbprobe.cpp(1198): error C2783:
  'Tablebases::WDLScore `anonymous-namespace'::search(Position &,Tablebases::ProbeState *)':
could not deduce template argument for 'CheckZeroingMoves'

````

Closes https://github.com/official-stockfish/Stockfish/pull/1594

No functional change.
2018-05-16 23:40:23 +02:00
..
2018-05-16 23:40:23 +02:00
2018-01-01 13:18:10 +01:00
2018-04-01 02:32:55 +02:00
2018-01-01 13:18:10 +01:00
2018-03-30 10:48:57 +02:00
2018-04-29 06:53:51 +02:00
2018-01-01 13:18:10 +01:00
2018-03-16 22:37:03 +01:00
2018-03-27 16:25:41 +02:00
2018-01-01 13:18:10 +01:00
2018-04-23 08:46:32 +02:00
2018-05-10 15:46:32 +02:00
2018-04-23 09:49:05 +02:00
2018-04-18 18:46:24 +02:00
2018-01-01 13:18:10 +01:00
2018-04-29 06:48:18 +02:00
2018-04-18 18:46:24 +02:00
2018-03-27 16:25:41 +02:00
2018-01-01 13:18:10 +01:00
2018-04-29 07:26:25 +02:00
2018-04-23 08:08:27 +02:00