mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-19 10:34:25 +03:00
tidy: "ue2::flat_set/map" -> "flat_set/map"
This commit is contained in:
committed by
Matthew Barr
parent
9cf66b6ac9
commit
33823d60d1
@@ -133,7 +133,7 @@ vector<ReportID> ReportManager::getDkeyToReportTable() const {
|
||||
void ReportManager::assignDkeys(const RoseBuild *rose) {
|
||||
DEBUG_PRINTF("assigning...\n");
|
||||
|
||||
map<u32, ue2::flat_set<ReportID>> ext_to_int;
|
||||
map<u32, flat_set<ReportID>> ext_to_int;
|
||||
|
||||
for (u32 i = 0; i < reportIds.size(); i++) {
|
||||
const Report &ir = reportIds[i];
|
||||
|
||||
Reference in New Issue
Block a user