summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarshall Clow <mclow.lists@gmail.com>2013-07-31 19:39:37 +0000
committerMarshall Clow <mclow.lists@gmail.com>2013-07-31 19:39:37 +0000
commit0777473911af2d77161429a72c7b6f97e42ae9e6 (patch)
tree9a7f75f80fb1ed87644d95fb8571f7f0c81cb214
parent832b304076afcd832a5ffe95281b46a7abdaf869 (diff)
downloadexternal_libcxx-0777473911af2d77161429a72c7b6f97e42ae9e6.tar.gz
external_libcxx-0777473911af2d77161429a72c7b6f97e42ae9e6.tar.bz2
external_libcxx-0777473911af2d77161429a72c7b6f97e42ae9e6.zip
Backwards!
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@187518 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/chrono4
1 files 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 <class _Rep2>