From eb76b77f65e49d53a0efa58fd669d4675ce95627 Mon Sep 17 00:00:00 2001 From: Gregory Popovitch Date: Mon, 29 Apr 2019 17:14:01 -0400 Subject: [PATCH] fix typo. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7761e55..b005e27 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,7 @@ struct Person string _last; int _age; }; +``` - Inject a specialization of `std::hash` for the class into the "std" namespace. We provide a convenient and small header `phmap_utils.h` which allows to easily add such specializations.