mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-26 22:57:16 +00:00
The C++17 variable templates are slightly more readable and allow us to remove the typename keyword in a few cases. closes https://github.com/official-stockfish/Stockfish/pull/4806 No functional change