sol2 icon indicating copy to clipboard operation
sol2 copied to clipboard

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

Open btconst opened this issue 3 years ago • 1 comments

visual studio 2017, c++ sol2 3.3.0 lua 5.4.4

btconst avatar Jun 27 '22 06:06 btconst

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

OrfeasZ avatar Jun 27 '22 10:06 OrfeasZ