forked from catchorg/Catch2
Further tweaked alignment hack for Option
This commit is contained in:
@ -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
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user