simplesquirrel
simplesquirrel copied to clipboard
Yet another simple binding in C++11 for Squirrel scripting language
Results
2
simplesquirrel issues
Sort by
recently updated
recently updated
newest added
So what I mean is the following. This function causes memory leak: ```` void function(ssq::Array arr) { } ```` Workaround what is seems okay and not cause memleak: ```` void...
g++ reports an unused variable in bindings.hpp:160 in the line: `include/simplesquirrel/binding.hpp:160:46: warning: unused variable ‘nparams’ [-Wunused-variable]` ` 160 | static const std::size_t nparams = sizeof...(Args);`