fix compiler error noexeption

This commit is contained in:
qPCR4vir 2016-02-19 14:16:34 +01:00
parent 83bb669ff1
commit 2e8b9264bf

View File

@ -59,12 +59,12 @@ namespace nana { namespace experimental { namespace filesystem
path2_(path2)
{}
const path& filesystem_error::path1() const
const path& filesystem_error::path1() const noexcept
{
return path1_;
}
const path&filesystem_error::path2() const
const path& filesystem_error::path2() const noexcept
{
return path2_;
}