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
From my experience with #223 this is actually just symptom of being run on an unsupported platform (/clang++/libc++ version)
It would probably be nice to document which clang++ versions will work (13.0 didn't work on macos for me, 14.0 on popOS/linux did, I've seen you talk about 15.0 on linux before), and not sure if libc++ matters but I needed to install g++-12 on my linux install to make it work.
See #210 (comment), this could be due to any number of factors, but most likely a change in clang versions resulting in different AST output.
The text was updated successfully, but these errors were encountered: