diff --git a/single/sol/sol.hpp b/single/sol/sol.hpp index 262c23eb..91166a14 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 2016-11-26 19:04:59.941829 UTC -// This header was generated with sol v2.15.3 (revision d46f2aa) +// Generated 2016-11-29 17:51:31.281770 UTC +// This header was generated with sol v2.15.3 (revision 0d43a6f) // https://github.com/ThePhD/sol2 #ifndef SOL_SINGLE_INCLUDE_HPP @@ -5942,7 +5942,7 @@ namespace sol { }; template - struct pusher, meta::neg>, std::is_base_of>>>>::value>> { + struct pusher>, meta::neg>, std::is_base_of>>>>::value>> { template static int push(lua_State* L, Args&&... args) { return pusher>{}.push(L, std::forward(args)...); @@ -11464,7 +11464,7 @@ namespace sol { } template - struct pusher, meta::neg>, std::is_base_of>>>>::value>> { + struct pusher>, meta::neg>, std::is_base_of>>>>::value>> { static int push(lua_State* L, const T& cont) { stack_detail::metatable_setup fx(L); return pusher>{}.push_fx(L, fx, cont); @@ -11477,7 +11477,7 @@ namespace sol { }; template - struct pusher, meta::neg>, std::is_base_of>>>>::value>> { + struct pusher>, meta::neg>, std::is_base_of>>>>::value>> { static int push(lua_State* L, T* cont) { stack_detail::metatable_setup>*> fx(L); return pusher>{}.push_fx(L, fx, cont);