Skip to content

Commit dccb5f5

Browse files
committed
Enable enable-key-ordering-grammars
1 parent 5555c0c commit dccb5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/json-schema-to-grammar.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ class SchemaConverter {
391391
private:
392392
std::function<json(const std::string &)> _fetch_json;
393393
bool _dotall;
394-
std::map<std::string, std::string> _rules;
394+
std::unordered_map<std::string, std::string> _rules;
395395
std::unordered_map<std::string, json> _refs;
396396
std::unordered_set<std::string> _refs_being_resolved;
397397
std::vector<std::string> _errors;

0 commit comments

Comments
 (0)