Remove use of std::function in fs test
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user