This commit is contained in:
christophe 2025-01-10 15:10:25 +01:00
parent 08dfb0d030
commit 55f22ef736

View file

@ -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