Andrei Perciun

Results 1 issues of Andrei Perciun

The following piece of code was not compiling ``` sol::state state; sol::table some_table = state.create_table(); state.set("some_table", some_table); ``` The compilation error which was fixed ``` Users/andreiperciun/Developer/paper-rl/build/sources/libraries/sol/sol_develop/src/project-sol/sol/stack.hpp:344:15: error: cannot initialize return...