-
-
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
Properly constrain non-string json_pointer overloads #3681
Properly constrain non-string json_pointer overloads #3681
Conversation
In which order should this be merged? After #3663? |
Shouldn't matter since this one doesn't touch |
Thanks, @alex-700, for reminding me.
9868e18
to
8cc150c
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 missing
is_basic_json
constraints to the deprecated non-string json_pointer overloads.Thanks, @alex-700, for reminding me.
Compared to #3658, the
value()
functions and the regression test have been omitted. Both are handled in #3663.Closes #3658.