Skip to content

Commit

Permalink
fix merge miss
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Dec 16, 2019
1 parent 6a953e2 commit 2e5455e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/internal/iutest_stdlib.hpp
Expand Up @@ -314,15 +314,12 @@
# endif
#endif

<<<<<<< HEAD
=======
#if !defined(IUTEST_HAS_CXX_HDR_CHARCONV)
# if __has_include(<charconv>)
# define IUTEST_HAS_CXX_HDR_CHARCONV 1
# endif
#endif

>>>>>>> origin/develop
// apple(xcode) clang
#if defined(__MAC_OS_X_VERSION_MIN_REQUIRED)
# if __MAC_OS_X_VERSION_MIN_REQUIRED < 101500
Expand Down

0 comments on commit 2e5455e

Please sign in to comment.