fix compiler error on VS2015
This commit is contained in:
parent
f9c0de9698
commit
cfad078740
@ -1386,7 +1386,7 @@ namespace std
|
|||||||
{
|
{
|
||||||
namespace filesystem
|
namespace filesystem
|
||||||
{
|
{
|
||||||
#if defined(_MSC_VER) && (_MSC_VER < 1900) && ((!defined(_MSVC_LANG)) || (_MSVC_LANG < 201703))
|
#if defined(_MSC_VER) && ((_MSC_VER < 1900) || ((!defined(_MSVC_LANG)) || (_MSVC_LANG < 201703)))
|
||||||
|
|
||||||
path absolute(const path& p)
|
path absolute(const path& p)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user