mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-26 07:16:10 +01:00
Further tweaked alignment hack for Option
This commit is contained in:
parent
a34c053f0a
commit
d36fe214a6
@ -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…
Reference in New Issue
Block a user