]> git.sesse.net Git - stockfish/commit - src/syzygy/tbprobe.cpp
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)
commit4f0fecad8a0f5258114f63f0ac0c905a54d65219
treeebc382912bc83e29ca623b38a4b397770094d7a1
parent31d0b7fe932458d6661f4d4c2ce88502086616c5
Use C++17 variable templates for type traits

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
src/movepick.h
src/nnue/nnue_common.h
src/syzygy/tbprobe.cpp
src/tune.h