-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Add json_pointer/string_t equality comparison operators #3664
Add json_pointer/string_t equality comparison operators #3664
Conversation
This PR is ready for code review. Documentation is missing two pages: The other regression PR has some minor issues I'm still figuring out and may expand in scope. |
58896f1
to
5bdbae4
Compare
5bdbae4
to
3dbd31f
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.
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 overloads for equality comparison with strings.
Add C++20-compliant comparisons.
Add unit tests.
Fixes #3654.
To Do: