Skip to content

Commit 88f1a2e

Browse files
committedMar 13, 2025·
using rapidhash
1 parent 6a38cc3 commit 88f1a2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎include/dice/hash/DiceHash.hpp

+2
Original file line numberDiff line numberDiff line change
@@ -362,5 +362,7 @@ namespace dice::hash {
362362
#endif
363363
template <typename T>
364364
using DiceHashwyhash = DiceHash<T, Policies::wyhash>;
365+
template <typename T>
366+
using DiceHashrapidhash = DiceHash<T, Policies::rapidhash>;
365367
}// namespace dice::hash
366368
#endif//DICE_HASH_DICEHASH_HPP

0 commit comments

Comments
 (0)
Please sign in to comment.