|
|
|
@ -640,7 +640,11 @@ namespace { |
|
|
|
inline Long extractStringFieldOffset(const UnsignedLong strideOffset) { |
|
|
|
inline Long extractStringFieldOffset(const UnsignedLong strideOffset) { |
|
|
|
union { |
|
|
|
union { |
|
|
|
struct { |
|
|
|
struct { |
|
|
|
Short:16; |
|
|
|
Short |
|
|
|
|
|
|
|
#ifdef CORRADE_MSVC2015_COMPATIBILITY |
|
|
|
|
|
|
|
_dummy /* "error C2059: syntax error: ':'" otherwise, heh */ |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
:16; |
|
|
|
Long offset:48; |
|
|
|
Long offset:48; |
|
|
|
} s; |
|
|
|
} s; |
|
|
|
UnsignedLong u; |
|
|
|
UnsignedLong u; |
|
|
|
|