]> git.sesse.net Git - stockfish/commitdiff
Use C++17 variable templates for type traits
authorSebastian Buchwald <UniQP@web.de>
Mon, 25 Sep 2023 10:24:48 +0000 (12:24 +0200)
committerDisservin <disservin.social@gmail.com>
Fri, 29 Sep 2023 20:22:40 +0000 (22:22 +0200)
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


No differences found