fix typo.

This commit is contained in:
Gregory Popovitch
2019-04-29 17:14:01 -04:00
committed by GitHub
parent 6f91dc7962
commit eb76b77f65
Vendored
+1
View File
@@ -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.