[libcxx] r187518 - Backwards!

Marshall Clow mclow.lists at gmail.com
Wed Jul 31 12:39:37 PDT 2013


Author: marshall
Date: Wed Jul 31 14:39:37 2013
New Revision: 187518

URL: http://llvm.org/viewvc/llvm-project?rev=187518&view=rev
Log:
Backwards!

Modified:
    libcxx/trunk/include/chrono

Modified: libcxx/trunk/include/chrono
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/chrono?rev=187518&r1=187517&r2=187518&view=diff
==============================================================================
--- libcxx/trunk/include/chrono (original)
+++ libcxx/trunk/include/chrono Wed Jul 31 14:39:37 2013
@@ -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>





More information about the cfe-commits mailing list