Skip to content

Commit

Permalink
Further tweaked alignment hack for Option
Browse files Browse the repository at this point in the history
  • Loading branch information
philsquared committed Apr 25, 2017
1 parent a34c053 commit d36fe21
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion include/internal/catch_option.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,11 @@ namespace Catch {

// These are here to force alignment for the storage
long double dummy1;
long long dummy2;
void (*dummy2)();
long double dummy3;
#ifdef CATCH_CONFIG_CPP11_LONG_LONG
long long dummy4;
#endif
};
};

Expand Down

0 comments on commit d36fe21

Please sign in to comment.