You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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? 😔
The text was updated successfully, but these errors were encountered:
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? 😔
The text was updated successfully, but these errors were encountered: