Skip to content

Commit

Permalink
Update iutest_stdlib.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Dec 11, 2019
1 parent fa102ee commit 98b9640
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions include/internal/iutest_stdlib.hpp
Expand Up @@ -164,13 +164,6 @@
# endif
#endif

// apple(xcode) clang
#if defined(__MAC_OS_X_VERSION_MIN_REQUIRED)
# if __MAC_OS_X_VERSION_MIN_REQUIRED < 101500
# define IUTEST_HAS_CXX_HDR_FILESYSTEM 0
# endif
#endif

#elif defined(_LIBCPP_VERSION)

// libc++
Expand Down Expand Up @@ -315,6 +308,13 @@
# endif
#endif

// apple(xcode) clang
#if defined(__MAC_OS_X_VERSION_MIN_REQUIRED)
# if __MAC_OS_X_VERSION_MIN_REQUIRED < 101500
# define IUTEST_HAS_CXX_HDR_FILESYSTEM 0
# endif
#endif

#if !defined(IUTEST_HAS_CXX_HDR_FILESYSTEM)
# if __has_include(<filesystem>)
# define IUTEST_HAS_CXX_HDR_FILESYSTEM 1
Expand Down

0 comments on commit 98b9640

Please sign in to comment.