Remove use of std::function in fs test

This commit is contained in:
2017-04-24 02:41:57 -05:00
parent 7abbf8768f
commit 41c017e305
+1 -1
View File
@@ -16,7 +16,7 @@
using namespace std; using namespace std;
using namespace ox::fs; using namespace ox::fs;
map<string, function<int(string)>> tests = { map<string, int(*)(string)> tests = {
{ {
{ {
"PathIterator::next1", "PathIterator::next1",