1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-08-17 15:19:48 +00:00

Warning fix on clang

This commit is contained in:
King_DuckZ 2016-03-18 22:28:58 +01:00
parent a27b1ccec8
commit 3a2db550d2
12 changed files with 22 additions and 22 deletions

View file

@ -42,7 +42,7 @@ namespace din {
boost::copy(row, infix_ostream_iterator<std::string>(oss, "\t"));
result.push_back(oss.str());
}
return std::move(result);
return result;
}
} //unnamed namespace