From 41c017e305a3ec375fcc953694f0ce9b781adcbc Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Mon, 24 Apr 2017 02:41:57 -0500 Subject: [PATCH] Remove use of std::function in fs test --- src/ox/fs/test/tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ox/fs/test/tests.cpp b/src/ox/fs/test/tests.cpp index 161e2ca6c..fe1a8d9ae 100644 --- a/src/ox/fs/test/tests.cpp +++ b/src/ox/fs/test/tests.cpp @@ -16,7 +16,7 @@ using namespace std; using namespace ox::fs; -map> tests = { +map tests = { { { "PathIterator::next1",