ordered_json doesn't accept keys of types other than string_t (e.g., string_view) #3558
Closed
2 tasks done
Labels
kind: bug
release item: 🔨 further change
solution: proposed fix
a fix for the issue has been proposed and waits for confirmation
Milestone
Description
When adding support for
string_view
, we overlooked thatordered_map
used byordered_json
would 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
develop
branch is used.The text was updated successfully, but these errors were encountered: