You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When generating bindings for a not-small project, Binder produced this output for me. As you notice, the variant's angle brackets are doubled up: std::variant<<bool ending with >>. You can see in the double-quoted bit of text below what the variant should be.
Thank you for letting me know @zwimer ! This looks like an issue with Binder indeed. Would you be open to create a minimal example (ie .hpp file with dummy declarations) that lead to this behavior so i can debug and fix this locally? Thanks,
I can provide the full sized example, but I don't currently have the bandwidth to narrow it down. I can also provide: MacOS 12, compiled binder with LLVM 11.0.0git; along with the config file I used and CLI arguments used to run binder.
When generating bindings for a not-small project, Binder produced this output for me. As you notice, the variant's angle brackets are doubled up:
std::variant<<bool
ending with>>
. You can see in the double-quoted bit of text below what the variant should be.The text was updated successfully, but these errors were encountered: