Description
When adding support for string_view, we overlooked that ordered_map used by ordered_json would also need an update to properly support types other than object_t::key_type/string_t.
Reproduction steps
See discussion #3556.
Expected vs. actual results
See discussion #3556.
Minimal code example
No response
Error messages
No response
Compiler and operating system
any
Library version
develop
Validation
Description
When adding support for
string_view, we overlooked thatordered_mapused byordered_jsonwould also need an update to properly support types other thanobject_t::key_type/string_t.Reproduction steps
See discussion #3556.
Expected vs. actual results
See discussion #3556.
Minimal code example
No response
Error messages
No response
Compiler and operating system
any
Library version
develop
Validation
developbranch is used.