Implement fs::make_gather

This commit is contained in:
Nekotekina 2018-08-13 01:06:03 +03:00
parent 57ba9d3939
commit 441541a42f
2 changed files with 119 additions and 0 deletions

View file

@ -625,4 +625,6 @@ namespace fs
return false;
}
file make_gather(std::vector<file>);
}