Clang 20 (or later) reports a warning for operator"" _h:
|
constexpr uint32_t operator"" _h(const char* x, size_t) { return Hash(x); } |
Clang warning:
identifier '_h' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]