-
-
Notifications
You must be signed in to change notification settings - Fork 163
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_expression with ec broken in v0.172.0 #470
Comments
BTW I think I found another bug, while writing the wrapper with Changing the inner call to make_expression()
to return make_expression<Json>(alloc_set, expr, custom_functions<Json>(), ec); fixes this |
Yes, thanks for reporting this, fixed on master. |
danielaparker
added
Resolved pending review
Resolved
and removed
Resolved pending review
labels
Nov 28, 2023
Fixed in 0.172.1 |
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
after update to 0.172.0 my code using following make_expression() function
(https://github.com/danielaparker/jsoncons/blob/v0.172.0/doc/ref/jsonpath/make_expression.md)
does not compile anymore. it seems a wrapper function is missing in jsonpath_expression.hpp
something like:
** What is the expected behavior?**
code should compile with
make_expression(expr, ec)
What is the actual behavior?
compile error -> "no matching function for call to 'make_expression'"
Enumerate the steps to reproduce the bug
Include a small, self-contained example if possible
What compiler, architecture, and operating system?
What jsoncons library version?
The text was updated successfully, but these errors were encountered: