We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74db0ab commit e21d8ceCopy full SHA for e21d8ce
src/cstrans-df-run.cc
@@ -195,7 +195,7 @@ void DockerFileTransformer::transformRunLine(std::string *pRunLine)
195
}
196
197
// return the result of a successful transformation
198
- *pRunLine = newRunLine;
+ *pRunLine = std::move(newRunLine);
199
200
201
bool DockerFileTransformer::transform(std::istream &in, std::ostream &out)
0 commit comments