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.2k stars 516 forks source link

C++20 support #1410

Open magmahvh opened 2 years ago

magmahvh commented 2 years ago

Does Sol3 support the c++20 standard?

OrfeasZ commented 2 years ago

Sol uses requires C++17 as a minimum I believe, so it will work with anything newer than that.