mirror of
https://github.com/aria2/aria2.git
synced 2026-04-02 10:55:00 +00:00
fc6318d23f58827427be8ccbdab1a82da2a1c9bf
C++ Standard says that the order of evaluation of arguments is unspecified. Even if it wasn't, std::move would run first, invalidating the httpRequest smartptr, so that httpRequest->createRequest() would be executed on the invalid ptr. Some compilers might be smart enough to correct this error, clang XCode Edition surely is not (not should it).
…
…
…
…
…
…
…
…
…
See README.rst
Languages
C++
94.2%
C
3.7%
M4
1%
Makefile
0.8%
Shell
0.2%