string_view as a key in ordered_json #3556
-
Hello, is the string_view permitted as a key in ordered_json?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
That is currently only supported in the Edit: Since you mentioned |
Beta Was this translation helpful? Give feedback.
That is currently only supported in the
develop
branch. If using that is not an option, you'll have to wait for the upcoming 3.11.0 release.Edit: Since you mentioned
ordered_json
specifically, I double-checked and can confirm that there seems to be an issue. I'll investigate.Edit 2: The problem is that I forgot to update the
ordered_map
implementation used byordered_json
to also accept types likestring_view
.