From 9c2a69517d6dcef0b6b4f7cc13d0f5d39f2d5788 Mon Sep 17 00:00:00 2001 From: Gregory Popovitch Date: Mon, 29 Apr 2019 19:19:29 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b005e27..4263a3e 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ This repository aims to provide an set of excellent hash map implementations, wi - **Tested** on Windows (vs2015 & vs2017), linux (g++ 5, 6, 7, 8, clang++ 3.9, 4.0, 5.0) and MacOS (g++ and clang++) - click on travis and appveyor icons above for detailed test status. +- Automatic support for **boost's hash_value()** method for providing the hash function. + ## Fast *and* memory friendly