sol2 icon indicating copy to clipboard operation
sol2 copied to clipboard

Help with Sol2 for Android C++

Open NaitorStudios opened this issue 1 year ago • 0 comments

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? 😔

NaitorStudios avatar Nov 03 '24 16:11 NaitorStudios