Skip to content
Snippets Groups Projects

Resolve "std::list is used in places where another container type would be a better suit"

91 files
+ 344
334
Compare changes
  • Side-by-side
  • Inline
Files
91
@@ -271,7 +271,7 @@ struct RoadSignalSpecification
double yaw{0};
RoadElementValidity validity;
std::list<std::string> dependencyIds {};
std::vector<std::string> dependencyIds {};
};
enum class RoadObjectType
Loading