my mistake or regex error? (recyclate) #16909
Unanswered
MatejMagat305
asked this question in
Questions and Answers
Replies: 1 comment
-
And yes I m trying to create openCL to shared library (mainly due to android (it have 15 posible path) and I have wanted to create tool to automatic conversion from static to dynamic ...
Yes, maybe it is crazy or silly, but it is error of regex ? I was try to use No "\", one, double, triple at "(" and it was wrong too |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
can I ask I have made regex:
I was expected the
find_fn_args
fromfn C.clCreateBuffer(context ClContext, flags ClMemFlags, size usize, host_ptr voidptr, errcode_ret &int) ClMem
return(context ClContext, flags ClMemFlags, size usize, host_ptr voidptr, errcode_ret &int), but it panic
with:Beta Was this translation helpful? Give feedback.
All reactions