]> git.sesse.net Git - stockfish/blobdiff - src/search.h
Unify type alias declarations
[stockfish] / src / search.h
index 48a0f7ce710e7c9b684bf42bd09f863d7b864e14..806e4be63fa4c4a56a5b87097b33268d4f96543e 100644 (file)
@@ -80,7 +80,7 @@ struct RootMove {
   std::vector<Move> pv;
 };
 
-typedef std::vector<RootMove> RootMoves;
+using RootMoves = std::vector<RootMove>;
 
 
 /// LimitsType struct stores information sent by GUI about available time to