Skip to content

Commit

Permalink
Update TString.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
TabNahida authored Oct 31, 2024
1 parent e44c7ab commit 3d52e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/TString.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ template <> struct formatter<TString> : formatter<string_view>
return formatter<string_view>::format(string_view(str.c_str(), str.size()), ctx);
}
};
} // namespace std
}
#endif

inline TString operator"" _T(const char *str, size_t)
Expand Down

0 comments on commit 3d52e45

Please sign in to comment.