```cpp template<...> std::hash<Type<...>> { } ``` instead of ```cpp namespace std { template<...> hash<Type<...>> { } } ```