Minor improvements to property ordering

This commit is contained in:
Duncan Ogilvie
2021-03-25 11:22:42 +01:00
parent fdd9a3d134
commit 7828461a42
3 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ struct Command {
}
template <class Key, class Value>
bool print_arg(const std::map<Key, Value> &map) {
bool print_arg(const tsl::ordered_map<Key, Value> &map) {
if (map.empty()) {
return true;
}