sol2/tests/runtime_tests
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
..
source Fix up inheritance with special metamethods 2020-12-18 10:04:46 -05:00
CMakeLists.txt Fix a lot of errors 2020-12-16 15:25:35 -05:00