mirror of
https://github.com/aria2/aria2.git
synced 2026-04-02 10:55:00 +00:00
aria::KeyVals is a vector of pair of std strings, therefore the type of object being pushed should be std::pair<std::string, std::string>, however in the docs, the type of the said object is KeyVals. If one follows the docs, their code will fail to compile.