X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsearch.h;h=806e4be63fa4c4a56a5b87097b33268d4f96543e;hb=a989aa1825503ab39e6b2cf77bba2f1f022f367c;hp=48a0f7ce710e7c9b684bf42bd09f863d7b864e14;hpb=b60f9cc4515cdfb657a0166abb29a60257cc59e1;p=stockfish diff --git a/src/search.h b/src/search.h index 48a0f7ce..806e4be6 100644 --- a/src/search.h +++ b/src/search.h @@ -80,7 +80,7 @@ struct RootMove { std::vector pv; }; -typedef std::vector RootMoves; +using RootMoves = std::vector; /// LimitsType struct stores information sent by GUI about available time to