[Bf-blender-cvs] [089ee94b885] functions: add missing hash function

Jacques Lucke noreply at git.blender.org
Sat Jan 4 16:38:20 CET 2020


Commit: 089ee94b88537b4aa149eaeb69977010784d2b06
Author: Jacques Lucke
Date:   Fri Jan 3 12:06:22 2020 +0100
Branches: functions
https://developer.blender.org/rB089ee94b88537b4aa149eaeb69977010784d2b06

add missing hash function

===================================================================

M	source/blender/blenlib/BLI_hash_cxx.h

===================================================================

diff --git a/source/blender/blenlib/BLI_hash_cxx.h b/source/blender/blenlib/BLI_hash_cxx.h
index e899f27c9ee..a369774a471 100644
--- a/source/blender/blenlib/BLI_hash_cxx.h
+++ b/source/blender/blenlib/BLI_hash_cxx.h
@@ -58,6 +58,7 @@ TRIVIAL_DEFAULT_INT_HASH(uint16_t);
 TRIVIAL_DEFAULT_INT_HASH(int32_t);
 TRIVIAL_DEFAULT_INT_HASH(uint32_t);
 TRIVIAL_DEFAULT_INT_HASH(int64_t);
+TRIVIAL_DEFAULT_INT_HASH(uint64_t);
 
 template<> struct DefaultHash<float> {
   uint32_t operator()(float value) const



More information about the Bf-blender-cvs mailing list