[bindings]How to make a binding take effect across different source file? #293
Answered
by
wjakob
huangweiwu
asked this question in
Q&A
-
I bind a vector_float in a.cpp and a function in b.cpp has a vector type argument.
|
Beta Was this translation helpful? Give feedback.
Answered by
wjakob
Sep 13, 2023
Replies: 1 comment 1 reply
-
Do you include |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
huangweiwu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you include
include/stl/vector.h
anywhere in your project?