Rapptz / sol

A C++11 Lua wrapper
MIT License
209 stars 32 forks source link

Fix for Issue #35 #36

Closed ThePhD closed 10 years ago

ThePhD commented 10 years ago

Userdata now properly forwards arguments to constructor get_call now properly has extra parameters to allow for forwarding items from the first call that are not popped Added tests to cover new cases