From 55f22ef736ba6783e95351bc71a40a48ba305afc Mon Sep 17 00:00:00 2001 From: christophe Date: Fri, 10 Jan 2025 15:10:25 +0100 Subject: [PATCH] gni --- glm/detail/qualifier.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/glm/detail/qualifier.hpp b/glm/detail/qualifier.hpp index cb4e108a7a..d67fd0d481 100644 --- a/glm/detail/qualifier.hpp +++ b/glm/detail/qualifier.hpp @@ -240,6 +240,7 @@ namespace detail struct storage<3, unsigned int, true> : public storage<4, unsigned int, true> {}; +# if GLM_HAS_ALIGNOF template<> struct storage<3, double, true> { @@ -247,6 +248,7 @@ namespace detail double data[4]; } type; }; +# endif//GLM_HAS_ALIGNOF # endif