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.