mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
The way exceptions are handled is borderline sadface in C++ on various platforms. I wish DLL boundaries and crap weren't so fragile.
This commit is contained in:
parent
ed6ae23d2e
commit
144892c633
|
@ -511,7 +511,7 @@ c = f()
|
||||||
check = {}
|
check = {}
|
||||||
local i = 1
|
local i = 1
|
||||||
while c[i] do
|
while c[i] do
|
||||||
check[i] = v
|
check[i] = c[i]
|
||||||
i = i + 1
|
i = i + 1
|
||||||
end
|
end
|
||||||
)");
|
)");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user