Added reference to case insensitive implementation of unordered_multimap
This commit is contained in:
parent
3c4c378655
commit
357e57f70c
2 changed files with 2 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ namespace SimpleWeb {
|
|||
class Request {
|
||||
friend class ServerBase<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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue