13
0
livetrax/libs/lua
Robin Gareus 4a180e68ba Special case const std::string& Lua binding.
since 6dc3bdf, a const string reference would leave scope with Lua code
     fn("text")
calling a C++
     fn (const std::string&)
before the C++ function is called.
2017-03-22 16:59:02 +01:00
..
lua
lua-5.3.3
LuaBridge Special case const std::string& Lua binding. 2017-03-22 16:59:02 +01:00
MSVClua
lua.cc
luastate.cc
wscript