From df67172d59e7f34f0728ae782ad176f6410e28da Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Wed, 31 Jul 2013 19:39:37 +0000 Subject: [PATCH] Backwards! llvm-svn: 187518 --- libcxx/include/chrono | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libcxx/include/chrono b/libcxx/include/chrono index 08c40b5..fb26fb8 100644 --- a/libcxx/include/chrono +++ b/libcxx/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 -- 2.7.4