Further tweaked alignment hack for Option
This commit is contained in:
parent
a34c053f0a
commit
d36fe214a6
1 changed files with 5 additions and 1 deletions
|
@ -72,7 +72,11 @@ namespace Catch {
|
||||||
|
|
||||||
// These are here to force alignment for the storage
|
// These are here to force alignment for the storage
|
||||||
long double dummy1;
|
long double dummy1;
|
||||||
long long dummy2;
|
void (*dummy2)();
|
||||||
|
long double dummy3;
|
||||||
|
#ifdef CATCH_CONFIG_CPP11_LONG_LONG
|
||||||
|
long long dummy4;
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue