Added reference to case insensitive implementation of unordered_multimap

This commit is contained in:
eidheim 2016-02-24 09:17:09 +01:00
commit 357e57f70c
2 changed files with 2 additions and 0 deletions

View file

@ -17,6 +17,7 @@ namespace SimpleWeb {
class Response {
friend class ClientBase<socket_type>;
//Based on http://www.boost.org/doc/libs/1_60_0/doc/html/unordered/hash_equality.html
class iequal_to {
public:
bool operator()(const std::string &key1, const std::string &key2) const {