mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 08:37:44 +00:00
Small cleanups
closes https://github.com/official-stockfish/Stockfish/pull/3301 No functional change
This commit is contained in:
committed by
Joost VandeVondele
parent
1188141aa7
commit
70a818cbd6
+3
-3
@@ -130,9 +130,9 @@ class Tune {
|
||||
SetRange range;
|
||||
};
|
||||
|
||||
// Our facilty to fill the container, each Entry corresponds to a parameter to tune.
|
||||
// We use variadic templates to deal with an unspecified number of entries, each one
|
||||
// of a possible different type.
|
||||
// Our facility to fill the container, each Entry corresponds to a parameter
|
||||
// to tune. We use variadic templates to deal with an unspecified number of
|
||||
// entries, each one of a possible different type.
|
||||
static std::string next(std::string& names, bool pop = true);
|
||||
|
||||
int add(const SetRange&, std::string&&) { return 0; }
|
||||
|
||||
Reference in New Issue
Block a user