lib/curl/Headers: make the comparison type "transparent"
This commit is contained in:
parent
1e548fb6e3
commit
8e99448819
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue