-
-
Notifications
You must be signed in to change notification settings - Fork 322
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
Build error on Android NDK 25 #1139
Comments
What is the version of libc++ that comes with the NDK? The Android documentation says that LLVM libc++ is included, and it specifically refers to the progress of the C++20 library implementation of libc++. On the latter page, the line "The identity metafunction" states that it has already been implemented in libc++ v8. |
I couldn't find
In other side. https://libcxx.llvm.org/Status/Cxx20.html indicates P0887R1 - which about not about |
My mistake - you are correct that it is So, what is your version of libcxx (possibly using the macro |
|
Thanks for the information! It's strange that the Android NDK would use Clang 14, but an old version of libc++. |
How about How I could to fix they? Thanks. |
Foreign keys are enabled by default if your schema has at least one FK |
Thanks. Last one, how about storage.execute_tables_from_master_table ? |
what does |
Sorry, It turns out that this was our function, written sqlite_orm.h). Executes
Can select that Likely, this table https://www.sqlite.org/schematab.html |
the only way to interact with |
Corrected the detection of the availability of `std::identity`
Request for |
@trueqbit
I just download sqlite_orm.h file from following url
https://github.com/FireDaemon/sqlite_orm/tree/issues/no-rtti
And got an error:
sqlite_orm.h:7938:24: error: no member named 'identity' in namespace 'std' using std::identity;
I'm building for android with NDK 25. -std=c++20 mode. clang 14, but there libc++ is not implemented std::identity.
Could you fix it?
Thanks.
EDIT: And there also not compiling call storage.pragma.foreign_keys() function. Can't find pragma.foreign_keys() function.
The text was updated successfully, but these errors were encountered: