Android NDK: Compilation Error with std::execution in C++17
I’m trying to compile a C++ program using the Android NDK that relies on the C++17 feature std::execution
.
I’m trying to compile a C++ program using the Android NDK that relies on the C++17 feature std::execution
.