Skip to content

Commit 2c96616

Browse files
committed
remove c++17 feature, fix #950
1 parent 96884d2 commit 2c96616

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

AirLib/include/common/AirSimSettings.hpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -460,9 +460,7 @@ struct AirSimSettings {
460460
for (const auto& key : keys) {
461461
msr::airlib::Settings child;
462462
pawn_paths_child.getChild(key, child);
463-
464-
pawn_paths.insert_or_assign(key,
465-
createPathPawn(child));
463+
pawn_paths[key] = createPathPawn(child);
466464
}
467465
}
468466
}

0 commit comments

Comments
 (0)