From 12139b8cfba26b74fe9e9976096719050925a145 Mon Sep 17 00:00:00 2001 From: ThePhD Date: Thu, 22 Feb 2018 21:31:28 -0500 Subject: [PATCH] stop myself from derping out --- single/sol/sol.hpp | 5 ++--- single/sol/sol_forward.hpp | 4 ++-- sol/usertype_core.hpp | 1 - 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/single/sol/sol.hpp b/single/sol/sol.hpp index c8bbf5c2..1df3e5ed 100644 --- a/single/sol/sol.hpp +++ b/single/sol/sol.hpp @@ -20,8 +20,8 @@ // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // This file was generated with a script. -// Generated 2018-02-22 23:33:52.230658 UTC -// This header was generated with sol v2.19.4 (revision e8a8da0) +// Generated 2018-02-23 02:31:12.878607 UTC +// This header was generated with sol v2.19.4 (revision 32cadc0) // https://github.com/ThePhD/sol2 #ifndef SOL_SINGLE_INCLUDE_HPP @@ -17147,7 +17147,6 @@ namespace sol { #else typedef decltype(std::declval().size()) R; using sz_func = R(T::*)()const; - const char* name = to_string(meta_function::length).c_str(); l[index] = luaL_Reg{ name, &c_call(&T::size)), static_cast(&T::size)> }; #endif ++index; diff --git a/single/sol/sol_forward.hpp b/single/sol/sol_forward.hpp index 9ac22ffc..b0231a2a 100644 --- a/single/sol/sol_forward.hpp +++ b/single/sol/sol_forward.hpp @@ -20,8 +20,8 @@ // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // This file was generated with a script. -// Generated 2018-02-22 23:33:52.546198 UTC -// This header was generated with sol v2.19.4 (revision e8a8da0) +// Generated 2018-02-23 02:31:13.591197 UTC +// This header was generated with sol v2.19.4 (revision 32cadc0) // https://github.com/ThePhD/sol2 #ifndef SOL_SINGLE_INCLUDE_FORWARD_HPP diff --git a/sol/usertype_core.hpp b/sol/usertype_core.hpp index d45d6101..71fbb429 100644 --- a/sol/usertype_core.hpp +++ b/sol/usertype_core.hpp @@ -157,7 +157,6 @@ namespace sol { #else typedef decltype(std::declval().size()) R; using sz_func = R(T::*)()const; - const char* name = to_string(meta_function::length).c_str(); l[index] = luaL_Reg{ name, &c_call(&T::size)), static_cast(&T::size)> }; #endif ++index;