lib/curl/Headers: make the comparison type "transparent"
This commit is contained in:

committed by
Max Kellermann

parent
1e548fb6e3
commit
8e99448819
@@ -37,6 +37,6 @@
|
||||
|
||||
namespace Curl {
|
||||
|
||||
using Headers = std::multimap<std::string, std::string>;
|
||||
using Headers = std::multimap<std::string, std::string, std::less<>>;
|
||||
|
||||
} // namespace Curl
|
||||
|
Reference in New Issue
Block a user