Commit b88d1e68 authored by Max Kellermann's avatar Max Kellermann Committed by Max Kellermann

lib/curl/Headers: make the comparison type "transparent"

parent 19d2864c
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment