Skip to content

Commit

Permalink
adjust string layout
Browse files Browse the repository at this point in the history
  • Loading branch information
jingkaimori committed Jul 12, 2024
1 parent 8e960ab commit 2879602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/Types/string.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ using lolly::data::string_view;
class string;
class string_rep : concrete_struct {
int n;
int a_N;
char* a;
int a_N;

public:
inline string_rep () : n (0), a_N (0), a (NULL) {}
Expand Down

0 comments on commit 2879602

Please sign in to comment.