From bd702542230e9a4d543c9c4bb50a93632317d990 Mon Sep 17 00:00:00 2001 From: qPCR4vir Date: Tue, 5 Nov 2019 21:08:28 +0100 Subject: [PATCH] using std filesystem --- source/filesystem/filesystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/filesystem/filesystem.cpp b/source/filesystem/filesystem.cpp index 544efe48..1c95f503 100644 --- a/source/filesystem/filesystem.cpp +++ b/source/filesystem/filesystem.cpp @@ -1736,9 +1736,9 @@ namespace std { return weakly_canonical(p, &err); } -#endif } } +#endif #endif //NANA_USING_NANA_FILESYSTEM