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

This commit is contained in:
Max Kellermann 2022-02-04 11:24:25 +01:00 committed by Max Kellermann
parent 19d2864c34
commit b88d1e6820

View File

@ -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