diff --git a/include/chrono b/include/chrono index 08c40b5b..fb26fb82 100644 --- a/include/chrono +++ b/include/chrono @@ -418,9 +418,9 @@ public: _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR #ifndef _LIBCPP_HAS_NO_DEFAULTED_FUNCTIONS - duration() {} -#else duration() = default; +#else + duration() {} #endif template