From 0777473911af2d77161429a72c7b6f97e42ae9e6 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Wed, 31 Jul 2013 19:39:37 +0000 Subject: [PATCH] Backwards! git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@187518 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/chrono | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/chrono b/include/chrono index 08c40b5b0..fb26fb824 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