Skip to content

Commit 6156acf

Browse files
committed
Merge branch 'develop'
2 parents b72490f + cfad078 commit 6156acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/filesystem/filesystem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1386,7 +1386,7 @@ namespace std
13861386
{
13871387
namespace filesystem
13881388
{
1389-
#if defined(_MSC_VER) && (_MSC_VER < 1900) && ((!defined(_MSVC_LANG)) || (_MSVC_LANG < 201703))
1389+
#if defined(_MSC_VER) && ((_MSC_VER < 1900) || ((!defined(_MSVC_LANG)) || (_MSVC_LANG < 201703)))
13901390

13911391
path absolute(const path& p)
13921392
{

0 commit comments

Comments
 (0)