Avoid closing nested templates with >> for backwards compatibility.
(cherry picked from commit bdf0216bf0
)
This commit is contained in:
@@ -162,7 +162,7 @@ typedef SmallVector<StringSpriteToDraw, 4> StringSpriteToDrawVector;
|
||||
typedef SmallVector<ParentSpriteToDraw, 64> ParentSpriteToDrawVector;
|
||||
typedef SmallVector<ChildScreenSpriteToDraw, 16> ChildScreenSpriteToDrawVector;
|
||||
|
||||
typedef std::list<std::pair<int, OrderType>> RankOrderTypeList;
|
||||
typedef std::list<std::pair<int, OrderType> > RankOrderTypeList;
|
||||
typedef std::map<TileIndex, RankOrderTypeList> RouteStepsMap;
|
||||
|
||||
/** Data structure storing rendering information */
|
||||
|
Reference in New Issue
Block a user