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 1e548fb6e3
commit 8e99448819
1 changed files with 1 additions and 1 deletions

View File

@ -37,6 +37,6 @@
namespace Curl { namespace Curl {
using Headers = std::multimap<std::string, std::string>; using Headers = std::multimap<std::string, std::string, std::less<>>;
} // namespace Curl } // namespace Curl