build types, untested recursive_remove function in fs

This commit is contained in:
Nicholas O'Connor
2017-03-27 21:03:35 -07:00
parent f505469ce9
commit 0adbe5e0d1
4 changed files with 29 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ namespace cellar {
namespace fs {
extern vector<string> listdir(string path);
extern bool recursive_copy(string, string);
extern bool recursive_remove(string);
}
}