Merge branch 'hotfix-1.7.2' into develop
This commit is contained in:
commit
e4d152706e
@ -577,10 +577,14 @@ namespace std
|
||||
{
|
||||
namespace filesystem
|
||||
{
|
||||
#if defined(_MSC_VER) && ((!defined(_MSVC_LANG)) || _MSVC_LANG < 201703)
|
||||
using namespace ::nana::filesystem;
|
||||
#else
|
||||
inline namespace nana_filesystem
|
||||
{
|
||||
using namespace ::nana::filesystem;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user