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 29, 2024
1 parent 96277d5 commit 4f9e913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/TString.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ template <> struct hash<TString>
return std::hash<std::string>()(str.c_str());
}
};
} // namespace std
}

inline TString operator"" _T(const char *str, size_t)
{
Expand Down Expand Up @@ -739,4 +739,4 @@ inline TStringConst operator"" _TC(const char *str, size_t)
return TStringConst(str);
}

#endif // TSTRING_HPP
#endif // TSTRING_HPP

0 comments on commit 4f9e913

Please sign in to comment.