sol2/single
ThePhD 220335d95c
Fix up inheritance with special metamethods
- Inheritance was causing __index and __new_index to be overriden on the named metatables
- This meant special constructors and other metamethods might not have been set properly
- Use lua_rawset to directly slam dunk the value into the table
2020-12-18 10:04:46 -05:00
..
include/sol Fix up inheritance with special metamethods 2020-12-18 10:04:46 -05:00
CMakeLists.txt Add CMake option to disable installation 2020-11-01 12:32:18 -05:00
single.py Improve configuration macros and other things while trying to track down ways to make MSVC stop being a butt on its latest iterations. 2020-08-09 17:17:47 -04:00