ThePhD / sol2

Sol3 (sol2 v3.0) - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation:
http://sol2.rtfd.io/
MIT License
4.24k stars 520 forks source link

Help with Sol2 for Android C++ #1639

Open NaitorStudios opened 2 weeks ago

NaitorStudios commented 2 weeks ago

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