You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed shared_ptr from lua::Value, lua::State, lua::Ref. If you want to use them, you still can while creating those objects.
Implemented copy assingment and constructor with shared_ptr<lua::StackItem> which handles deallocation of values from Lua C API stack (instead of my own reference counting)
Added support of older versions of gcc and VS 2012 (anything that has move operators and variadic templates)
You can query elements from lua::State functions doString and doFile