Backwards!

llvm-svn: 187518
This commit is contained in:
Marshall Clow 2013-07-31 19:39:37 +00:00
parent a1d0d376c8
commit df67172d59
1 changed files with 2 additions and 2 deletions

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>