]> git.sesse.net Git - stockfish/commitdiff
Replace some std::string occurrences with std::string_view
authorSebastian Buchwald <UniQP@web.de>
Sat, 7 Jan 2023 13:53:59 +0000 (14:53 +0100)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Mon, 9 Jan 2023 19:28:24 +0000 (20:28 +0100)
std::string_view is more lightweight than std::string. Furthermore,
std::string_view variables can be declared constexpr.

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

No functional change


No differences found