Fix universal reference

This commit is contained in:
Sergey Yershov 2015-08-04 16:44:01 +03:00 committed by Alex Zolotarev
parent 86110188b2
commit e4b11e8577

View file

@ -261,7 +261,7 @@ namespace feature
/// Process features in .dat file.
template <class ToDo>
void ForEachFromDatRawFormat(string const & fName, ToDo & toDo)
void ForEachFromDatRawFormat(string const & fName, ToDo && toDo)
{
FileReader reader(fName);
ReaderSource<FileReader> src(reader);