From dfa3dab6d5d7d08d821cc306ff98ce19ba72a3bf Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Thu, 24 Jun 2021 00:10:55 +0000 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bca774a..f12c10b 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,6 @@ This repo contains a list of utils that will probably need to be implimented for LLO. -* llo::utils::hash_t templated class that contains unique std::uint64_t hash value for any given data. use std::hash to compute the hash. +* llo::utils::hash_t templated class that contains unique std::uint64_t hash value for any given data. use std::hash to compute the hash. https://en.cppreference.com/w/cpp/utility/hash + +