nana::experimental::filesystem

This commit is contained in:
qPCR4vir
2016-02-14 05:23:18 +01:00
parent 32875bdf4c
commit 9f3060f912
2 changed files with 7 additions and 7 deletions

View File

@@ -652,7 +652,7 @@ namespace nana { namespace experimental {
auto stat = status(p, err);
if (err != std::error_code())
throw filesystem_error("nana::filesystem::status", p, err);
throw filesystem_error("nana::experimental::filesystem::status", p, err);
return stat;
}