Closed nitrocaster closed 8 years ago
The following example throws luabind::error without that converter:
luabind::error
cpp code:
char a[256]; *a = 0; luabind::globals(L)["foo"](s);
lua code:
function foo(s) end
The last commit fixes compilation failure introduced in 44c2f1a.
The following example throws
luabind::error
without that converter:cpp code:
lua code:
The last commit fixes compilation failure introduced in 44c2f1a.