Remove superflous std::hash specialization

This commit is contained in:
Dennis Luxen
2022-10-30 19:21:06 +01:00
parent d06b23d819
commit 274dcc58a5
2 changed files with 0 additions and 18 deletions
@@ -73,7 +73,6 @@ template <typename StringView> inline auto decompose(const StringView &lhs, cons
std::string str(view);
std::transform(
str.begin(), str.end(), str.begin(), [](unsigned char c) { return std::tolower(c); });
);
auto front = str.find_first_not_of(' ');
if (front == std::string::npos)