Replies: 1 comment
-
Not actually. It's an in-development snapshot of LLVM 19 (there's a file in the compiler directory called |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using
According to cmake-cxxmodules
import std
can be used if Clang 18.1.2 or newer with-stdlib=libc++
is used. And if I'm understanding the NDK documentation correctlylibc++
should be enabled by default. I'm meeting all these requirements (Clang version is 19.0.0).However, I'm getting this error:
My
CMakeLists.txt
looks like this:Is the
import std
feature supported? If yes, what am I doing wrong?Beta Was this translation helpful? Give feedback.
All reactions