Skip to content

Commit

Permalink
✨ Remove align on structure that is not really useful
Browse files Browse the repository at this point in the history
— 💬 "technially, strucutre is unsued, but we'll fix it later..."
  • Loading branch information
ThePhD committed Nov 2, 2023
1 parent 05f89cb commit 093041a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/include/ztd/cuneicode/detail/basic_conv.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ namespace cnc {
inline constexpr bool __least64_bit_pointers = __wchar_t_pointer_size >= 64;
inline constexpr bool __least32_bit_pointers = __wchar_t_pointer_size >= 32;

struct alignas(ztd_mbstate_t) __c32_state {
struct __c32_state {
ztd_char32_t __accumulation : 32;
unsigned char __accumulation_count : 8;
unsigned char __expected_count : 8;
Expand Down

0 comments on commit 093041a

Please sign in to comment.