Skip to content

Commit 55f22ef

Browse files
author
christophe
committed
gni
1 parent 08dfb0d commit 55f22ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

glm/detail/qualifier.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,13 +240,15 @@ namespace detail
240240
struct storage<3, unsigned int, true> : public storage<4, unsigned int, true>
241241
{};
242242

243+
# if GLM_HAS_ALIGNOF
243244
template<>
244245
struct storage<3, double, true>
245246
{
246247
typedef struct alignas(4 * sizeof(double)) type {
247248
double data[4];
248249
} type;
249250
};
251+
# endif//GLM_HAS_ALIGNOF
250252

251253
# endif
252254

0 commit comments

Comments
 (0)