forked from OSchip/llvm-project
parent
a1d0d376c8
commit
df67172d59
|
@ -418,9 +418,9 @@ public:
|
||||||
|
|
||||||
_LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR
|
_LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR
|
||||||
#ifndef _LIBCPP_HAS_NO_DEFAULTED_FUNCTIONS
|
#ifndef _LIBCPP_HAS_NO_DEFAULTED_FUNCTIONS
|
||||||
duration() {}
|
|
||||||
#else
|
|
||||||
duration() = default;
|
duration() = default;
|
||||||
|
#else
|
||||||
|
duration() {}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
template <class _Rep2>
|
template <class _Rep2>
|
||||||
|
|
Loading…
Reference in New Issue