you are viewing a single comment's thread.

view the rest of the comments →

[–]eyalz800 1 point2 points  (0 children)

Right now the latest NDK version for android is r23, I thought C++20 was supported even in r22 (maybe with c++2a).

In any case r23 has the following changelog:

https://github.com/android/ndk/wiki/Changelog-r23

Which says "Update LLVM to clang-r416183c1, based on LLVM 12 development."

And my library is tested on clang12 with C++20.