mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-07 10:38:23 +00:00
Add DefaultHashFunctor<CUtlStringToken>
This commit is contained in:
parent
74283e80d8
commit
36dd2db721
@ -159,6 +159,7 @@ template <> struct DefaultHashFunctor<signed long> : Mix32HashFunctor { };
|
||||
template <> struct DefaultHashFunctor<unsigned long> : Mix32HashFunctor { };
|
||||
template <> struct DefaultHashFunctor<void*> : PointerHashFunctor { };
|
||||
template <> struct DefaultHashFunctor<const void*> : PointerHashFunctor { };
|
||||
template <> struct DefaultHashFunctor<CUtlStringToken> : Mix32HashFunctor { };
|
||||
#if !defined(_MSC_VER) || defined(_NATIVE_WCHAR_T_DEFINED)
|
||||
template <> struct DefaultHashFunctor<wchar_t> : Mix32HashFunctor { };
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user