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