-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make json_pointer usable as map key (again) #3685
Make json_pointer usable as map key (again) #3685
Conversation
0e303f8
to
aecfa16
Compare
aecfa16
to
504acef
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
What do you mean by that? |
I want to add the other operators (>, <=, >=) and will do the documentation then. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Add
operator<(json_pointer, json_pointer)
andoperator<=>(json_pointer)
(C++20) to makejson_pointer
usable as a map key.Documentation deferred to when the remaining operators are added.
Closes #3680.
To Do: