From cb5ae8c171b8408ac8e65ec32bf4f780a7e735959e47ea2b132e4a55c77e636d Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 11 Oct 2020 17:33:02 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/games:tools/slade?expand=0&rev=34 --- gcc10.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 gcc10.patch diff --git a/gcc10.patch b/gcc10.patch deleted file mode 100644 index 673e53b..0000000 --- a/gcc10.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- - src/External/sol/sol.hpp | 2 ++ - 1 file changed, 2 insertions(+) - -Index: SLADE-3.1.12/src/External/sol/sol.hpp -=================================================================== ---- SLADE-3.1.12.orig/src/External/sol/sol.hpp -+++ SLADE-3.1.12/src/External/sol/sol.hpp -@@ -4537,11 +4537,13 @@ namespace sol { - return pusher>{}.push(L, std::forward(t), std::forward(args)...); - } - -+#if 0 - // overload allows to use a pusher of a specific type, but pass in any kind of args - template::value>> - inline int push(lua_State* L, Arg&& arg, Args&&... args) { - return pusher>{}.push(L, std::forward(arg), std::forward(args)...); - } -+#endif - - template - inline int push_reference(lua_State* L, T&& t, Args&&... args) {