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.16k stars 504 forks source link

vs2017: use undefined type “std::_Get_first_parameter<_Ty>” c2027 and 26 other errors #1372

Open btconst opened 2 years ago

btconst commented 2 years ago

visual studio 2017, c++ sol2 3.3.0 lua 5.4.4

OrfeasZ commented 2 years ago

Your C++ standard is probably set to something older than the minimum supported. Try bumping it up and see if that helps.