diff --git a/source/filesystem/filesystem.cpp b/source/filesystem/filesystem.cpp index 19128e2a..bacd1bef 100644 --- a/source/filesystem/filesystem.cpp +++ b/source/filesystem/filesystem.cpp @@ -1386,7 +1386,7 @@ namespace std { namespace filesystem { -#if defined(_MSC_VER) && ((!defined(_MSVC_LANG)) || (_MSVC_LANG < 201703)) +#if defined(_MSC_VER) && (_MSC_VER < 1900) && ((!defined(_MSVC_LANG)) || (_MSVC_LANG < 201703)) path absolute(const path& p) {