From: Daniel Karbach Date: Sat, 17 Nov 2018 12:02:19 +0000 (+0100) Subject: new gcc version X-Git-Url: http://git.localhorst.tv/?p=blobs.git;a=commitdiff_plain;h=00dc46fe8901a0067f0404e3739a52bd5ff11da9 new gcc version --- 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;