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:
parent
a27b1ccec8
commit
3a2db550d2
12 changed files with 22 additions and 22 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue