[Scummvm-git-logs] scummvm master -> d182fafe07021a20c2623b4093f7baedf01cabff

neuromancer noreply at scummvm.org
Sat Nov 23 14:33:00 UTC 2024


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
d182fafe07 COMMON: added (unsigned) long long hash functors


Commit: d182fafe07021a20c2623b4093f7baedf01cabff
    https://github.com/scummvm/scummvm/commit/d182fafe07021a20c2623b4093f7baedf01cabff
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2024-11-23T15:34:55+01:00

Commit Message:
COMMON: added (unsigned) long long hash functors

Changed paths:
    common/func.h


diff --git a/common/func.h b/common/func.h
index a9eb2404b59..095b2aaacef 100644
--- a/common/func.h
+++ b/common/func.h
@@ -542,6 +542,8 @@ GENERATE_TRIVIAL_HASH_FUNCTOR(long);
 GENERATE_TRIVIAL_HASH_FUNCTOR(unsigned short);
 GENERATE_TRIVIAL_HASH_FUNCTOR(unsigned int);
 GENERATE_TRIVIAL_HASH_FUNCTOR(unsigned long);
+GENERATE_TRIVIAL_HASH_FUNCTOR(long long);
+GENERATE_TRIVIAL_HASH_FUNCTOR(unsigned long long);
 
 #undef GENERATE_TRIVIAL_HASH_FUNCTOR
 




More information about the Scummvm-git-logs mailing list