Hi, I've been fighting for days to get Sol2 working in VS2019 for Android C++ (ARM64), it's using Clang 5, C++17, NDK r16b... For some reason it can't seem to find std::invoke_result_t, std::is_invocable_v and std::is_nothrow_invocable_r_v
I'm not sure if there are any flags I can define to prevent these errors, or if I should change some settings...
Hi, I've been fighting for days to get Sol2 working in VS2019 for Android C++ (ARM64), it's using Clang 5, C++17, NDK r16b... For some reason it can't seem to find std::invoke_result_t, std::is_invocable_v and std::is_nothrow_invocable_r_v
I'm not sure if there are any flags I can define to prevent these errors, or if I should change some settings...
Could anyone please help me? 😔