Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove cv qualifiers in pi_lua_generic calls
When binding a function taking a const parameter, previously this would accidentally generate LuaObject<Body const> which was a different template than LuaObject<Body>. This commit fixes that behavior by removing any cv specifiers from the template parameter used by LuaObject.
- Loading branch information