diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-06-16 13:28:35 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-06-18 19:36:32 +0200 |
commit | 10867950474a360426685ad888237a5542b0cfac (patch) | |
tree | 0b7e65f5e04a5eb07e59381e1da15b157e8b41fe /lib/csapi | |
parent | 56575aaed81e1d55e41f577d7b6683702e4c0384 (diff) | |
download | libquotient-10867950474a360426685ad888237a5542b0cfac.tar.gz libquotient-10867950474a360426685ad888237a5542b0cfac.zip |
operation.cpp.mustache: streamline RequestData construction
That `std::move(_data)` never worked because the passed object is
a precursor to RequestData, and RequestData always takes things by
const-ref or by value, never by rvalue. Also, explicit mention of
RequestData is unnecessary, as its constructors are implicit by design.
Diffstat (limited to 'lib/csapi')
0 files changed, 0 insertions, 0 deletions