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.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@217061 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jonathan Roelofs 2014-09-03 18:48:28 +00:00
parent 5907f03123
commit 0f4ca8b340

View File

@ -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