Skip to content

Commit

Permalink
finish compact for cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
owent committed Jan 8, 2019
1 parent c96e0a2 commit 06fdd2c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions include/libcopp/utils/config/compiler_features.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
# undef UTIL_CONFIG_COMPILER_IS_zOS
# define UTIL_CONFIG_COMPILER_IS_zOS 1

#elif defined(__ibmxl__) || (defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800)
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800
# undef UTIL_CONFIG_COMPILER_IS_XL
# define UTIL_CONFIG_COMPILER_IS_XL 1

Expand Down Expand Up @@ -637,8 +637,6 @@

# if defined(UTIL_CONFIG_COMPILER_CXX_NULLPTR) && UTIL_CONFIG_COMPILER_CXX_NULLPTR
# define UTIL_CONFIG_NULLPTR nullptr
# elif UTIL_CONFIG_COMPILER_IS_GNU
# define UTIL_CONFIG_NULLPTR __null
# else
# define UTIL_CONFIG_NULLPTR 0
# endif
Expand Down

0 comments on commit 06fdd2c

Please sign in to comment.