lib/curl/Headers: make the comparison type "transparent"
This commit is contained in:
parent
19d2864c34
commit
b88d1e6820
@ -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
Block a user