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.06k stars 492 forks source link

call.hpp: std::is_base_of_v<Union, Union> is false, use is_same_v #1603

Open deadlocklogic opened 1 month ago

deadlocklogic commented 1 month ago

@ThePhD Closes #1409. Now, unions can have members.