-
I am trying to bind a function that accepts NB_MODULE(interface, m) {
m.def("failed_to_compile",
[](const char *c) {},
"c"_a
);
} It gives me the following error:
|
Beta Was this translation helpful? Give feedback.
Answered by
wjakob
May 1, 2022
Replies: 1 comment 6 replies
-
Well, this is embarrassing. Fixed on master. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
wjakob
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well, this is embarrassing. Fixed on master.