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 4c2ad4d commit 122f9feCopy full SHA for 122f9fe
cpp/Ice/filesystem/Memory.cpp
@@ -52,5 +52,5 @@ MDirectory::list(const Ice::Current&)
52
void
53
MDirectory::addChild(Filesystem::NodePrx child)
54
{
55
- _contents.push_back(std::move(child));
+ _contents.emplace_back(std::move(child));
56
}
0 commit comments