diff --git a/include/TString.hpp b/include/TString.hpp index a54a2c2..23ae23b 100644 --- a/include/TString.hpp +++ b/include/TString.hpp @@ -512,7 +512,7 @@ template <> struct hash return std::hash()(str.c_str()); } }; -} // namespace std +} inline TString operator"" _T(const char *str, size_t) { @@ -739,4 +739,4 @@ inline TStringConst operator"" _TC(const char *str, size_t) return TStringConst(str); } -#endif // TSTRING_HPP \ No newline at end of file +#endif // TSTRING_HPP