mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:59:07 +08:00
Use identical check when creating namespace alias
This commit is contained in:
parent
d8998f879d
commit
1c879a4b92
@ -10,7 +10,7 @@
|
||||
|
||||
namespace fs
|
||||
{
|
||||
#ifdef __cpp_lib_filesystem
|
||||
#if defined(_WIN32) || defined(__cpp_lib_filesystem)
|
||||
namespace stdfs = std::filesystem;
|
||||
#else
|
||||
namespace stdfs = std::experimental::filesystem;
|
||||
|
Loading…
Reference in New Issue
Block a user