From 00dc46fe8901a0067f0404e3739a52bd5ff11da9 Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Sat, 17 Nov 2018 13:02:19 +0100 Subject: [PATCH] new gcc version --- src/graphics/gl_traits.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/graphics/gl_traits.hpp b/src/graphics/gl_traits.hpp index 33b0069..9e332eb 100644 --- a/src/graphics/gl_traits.hpp +++ b/src/graphics/gl_traits.hpp @@ -72,7 +72,6 @@ template<> struct gl_traits { // composite types -template<> template struct gl_traits> { static constexpr GLint size = 1; @@ -83,7 +82,6 @@ constexpr GLint gl_traits>::size; template constexpr GLenum gl_traits>::type; -template<> template struct gl_traits> { static constexpr GLint size = 2; @@ -94,7 +92,6 @@ constexpr GLint gl_traits>::size; template constexpr GLenum gl_traits>::type; -template<> template struct gl_traits> { static constexpr GLint size = 3; @@ -105,7 +102,6 @@ constexpr GLint gl_traits>::size; template constexpr GLenum gl_traits>::type; -template<> template struct gl_traits> { static constexpr GLint size = 4; -- 2.39.2