Skip to content
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

Corrected the detection of the availability of std::identity #1140

Merged
merged 3 commits into from
Feb 10, 2023

Conversation

firedaemon-cto
Copy link
Contributor

@firedaemon-cto firedaemon-cto commented Feb 8, 2023

Addresses #1139.

Whether std::identity is available does not depend on the Clang version, but either on the version of libc++, which must be 13 or higher, or on the version of libstdc++-v3, which must be 10 or higher.
Interestingly, other SDKs like the Android NDK 25 come with clang 14 but libc++ 11.

So this PR corrects the detection of the availability of std::identity.

@trueqbit trueqbit linked an issue Feb 9, 2023 that may be closed by this pull request
@trueqbit trueqbit merged commit c7e0ab3 into fnc12:dev Feb 10, 2023
@trueqbit trueqbit deleted the issues/#1139 branch February 14, 2023 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build error on Android NDK 25
3 participants