-
Notifications
You must be signed in to change notification settings - Fork 14
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
using std::string ignored with latest version #67
Comments
grasph
added a commit
that referenced
this issue
Jan 15, 2025
grasph
added a commit
that referenced
this issue
Jan 15, 2025
grasph
added a commit
that referenced
this issue
Jan 15, 2025
- added in TestUsingType use case of #67 - tests and examples now installed, in $CMAKE_INSTALL_PREFIX/share/wrapit, with cmake --install
grasph
added a commit
to grasph/Yggdrasil
that referenced
this issue
Jan 16, 2025
Use of clang/LLVM introduced several issues with c++ code parsing (e.g. grasph/wrapit#67). Change to release 13 solve the issues.
Note: the issue was present when using clang versions above 13. Commit e68c127 fixes the issue and clang releases above 13 can now be used. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Philippe. I have tried with WrapIt.jl and I get the problem that the statement
using std::string
is ignored when generating the wrapper code. The following example does not generate the wrapper for the constructor nor the methodstr
.These are log messages with v=5
The text was updated successfully, but these errors were encountered: