From 144892c6337e920dfed8480d78b719ff2a4237a0 Mon Sep 17 00:00:00 2001 From: ThePhD Date: Thu, 16 Mar 2017 15:53:51 -0400 Subject: [PATCH] The way exceptions are handled is borderline sadface in C++ on various platforms. I wish DLL boundaries and crap weren't so fragile. --- test_containers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_containers.cpp b/test_containers.cpp index ca4e90b8..05222c8b 100644 --- a/test_containers.cpp +++ b/test_containers.cpp @@ -511,7 +511,7 @@ c = f() check = {} local i = 1 while c[i] do - check[i] = v + check[i] = c[i] i = i + 1 end )");