]> git.sesse.net Git - stockfish/commit
Unify type alias declarations
authorSebastian Buchwald <UniQP@web.de>
Sun, 26 Feb 2023 18:42:31 +0000 (19:42 +0100)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Mon, 27 Feb 2023 07:29:47 +0000 (08:29 +0100)
commit564456a6a824bfca26d6d9af5b35a055eb9fc6c2
treed48db27a3e1f4174b5de35e2aae8e20bbc69b8cf
parentff5a6f8df196d61a0d9b1ebe54d84eeb9af20079
Unify type alias declarations

The commit unifies the declaration of type aliases by replacing all
typedefs with corresponding using statements.

closing https://github.com/official-stockfish/Stockfish/pull/4412

No functional change
12 files changed:
src/material.h
src/misc.cpp
src/misc.h
src/movepick.h
src/nnue/nnue_feature_transformer.h
src/pawns.h
src/position.h
src/search.h
src/syzygy/tbprobe.cpp
src/tune.h
src/types.h
src/uci.h