Skip to content

Commit

Permalink
Remove align_u128_ because __uint128_t is overaligned
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Jun 10, 2024
1 parent bc828cf commit cbcbacc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/boost/uuid/uuid.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ struct uuid

std::uint64_t align_u64_;

# if defined(__SIZEOF_INT128__)
__uint128_t align_u128_;
# endif

#endif
};

Expand Down

0 comments on commit cbcbacc

Please sign in to comment.