]> git.sesse.net Git - stockfish/commit
apply if constexpr to additional instances
authorJonathan <jonathan.mcdermid1@ucalgary.ca>
Wed, 18 Jan 2023 04:30:50 +0000 (21:30 -0700)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sun, 22 Jan 2023 12:15:46 +0000 (13:15 +0100)
commita2038c1a011552c3d56d3b318780f7f5eadaf05d
tree79d3ea9831f81b398c491d01ecebaff9a553a9df
parent734315ff3099564c80737ad2be8121008870d28b
apply if constexpr to additional instances

as a form of documentation, and a hint to the compiler.

closes https://github.com/official-stockfish/Stockfish/pull/4345

No functional change
AUTHORS
src/evaluate.cpp
src/movegen.cpp
src/movepick.cpp