We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b50a6 commit 848ca24Copy full SHA for 848ca24
1 file changed
section4/luajit.cpp
@@ -62,8 +62,8 @@ void case1()
62
63
auto package = getGlobal(L, "package");
64
65
- auto path = package["path"];
66
- auto cpath = package["cpath"];
+ string path = package["path"];
+ string cpath = package["cpath"];
67
68
cout << path << endl;
69
cout << cpath << endl;
0 commit comments