forked from OSchip/llvm-project
Detection for _LIBCPP_HAS_NO_MONOTONIC_CLOCK caused several more build breakages
Remove it for now. This flag can be set in build scripts instead. llvm-svn: 217061
This commit is contained in:
parent
7a76c2409e
commit
3bb7b558df
|
@ -656,12 +656,6 @@ template <unsigned> struct __static_assert_check {};
|
|||
# define _LIBCPP_TRIVIAL_PAIR_COPY_CTOR 1
|
||||
#endif
|
||||
|
||||
#if !defined(__APPLE__) && \
|
||||
((!defined(_POSIX_TIMERS) || _POSIX_TIMERS < 0) || \
|
||||
(!defined(_POSIX_MONOTONIC_CLOCK) || _POSIX_MONOTONIC_CLOCK < 0))
|
||||
#define _LIBCPP_HAS_NO_MONOTONIC_CLOCK
|
||||
#endif
|
||||
|
||||
#ifndef _LIBCPP_STD_VER
|
||||
# if __cplusplus <= 201103L
|
||||
# define _LIBCPP_STD_VER 11
|
||||
|
|
Loading…
Reference in New Issue