mirror of
https://github.com/build-cpp/cmkr
synced 2026-06-08 13:22:55 +00:00
Minor improvements to property ordering
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user