mirror of
https://github.com/aria2/aria2.git
synced 2026-04-02 18:59:20 +00:00
7f853c53dc8d2225ec9e1927c60f059c166039dd
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.
…
…
…
See README.rst
Languages
C++
94.2%
C
3.7%
M4
1%
Makefile
0.8%
Shell
0.2%