Skip to content

Commit

Permalink
fixup! add missing endif
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael137 committed Sep 12, 2024
1 parent 5b38bd4 commit 258b6fd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ template <class _CharT, class _Traits, class _Allocator> class basic_string {
#else // !BITMASKS
unsigned char __size_ : 7;
unsigned char __is_long_ : 1;
#endif
#endif // BITMASKS
#endif // SUBCLASS_PADDING
};

#ifdef BITMASKS
Expand Down

0 comments on commit 258b6fd

Please sign in to comment.