Backwards!

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@187518 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Marshall Clow 2013-07-31 19:39:37 +00:00
parent 832b304076
commit 0777473911

View File

@ -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>