mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 07:27:46 +00:00
Rename current_time() to now()
Follow C++11 naming conventions. No functional change.
This commit is contained in:
+1
-1
@@ -111,7 +111,7 @@ void benchmark(const Position& current, istream& is) {
|
||||
|
||||
int64_t nodes = 0;
|
||||
Search::StateStackPtr st;
|
||||
Time time = Time::current_time();
|
||||
Time time = Time::now();
|
||||
|
||||
for (size_t i = 0; i < fens.size(); i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user