sol2/single/include/sol
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
..
config.hpp Fix up inheritance with special metamethods 2020-12-18 10:04:46 -05:00
forward.hpp Fix up inheritance with special metamethods 2020-12-18 10:04:46 -05:00
sol.hpp Fix up inheritance with special metamethods 2020-12-18 10:04:46 -05:00