Undo removal of test for dr777.
authorRichard Smith <richard@metafoo.co.uk>
Tue, 2 Jun 2020 20:51:35 +0000 (13:51 -0700)
committerRichard Smith <richard@metafoo.co.uk>
Tue, 2 Jun 2020 21:19:42 +0000 (14:19 -0700)
clang/test/CXX/drs/dr7xx.cpp
clang/www/cxx_dr_status.html

index dc1d7e8..147560d 100644 (file)
@@ -219,4 +219,16 @@ namespace dr727 { // dr727: partial
   Collision<int, int> c; // expected-note {{in instantiation of}}
 }
 
-// dr777 superseded by dr2233
+namespace dr777 { // dr777: 3.7
+#if __cplusplus >= 201103L
+template <typename... T>
+void f(int i = 0, T ...args) {}
+void ff() { f(); }
+
+template <typename... T>
+void g(int i = 0, T ...args, T ...args2) {}
+
+template <typename... T>
+void h(int i = 0, T ...args, int j = 1) {}
+#endif
+}
index 1a06a85..4abdc0f 100755 (executable)
@@ -4681,7 +4681,7 @@ and <I>POD class</I></td>
     <td><a href="https://wg21.link/cwg777">777</a></td>
     <td>CD2</td>
     <td>Default arguments and parameter packs</td>
-    <td class="full" align="center">Superseded by <a href="#2233">2233</a></td>
+    <td class="full" align="center">Clang 3.7</td>
   </tr>
   <tr id="778">
     <td><a href="https://wg21.link/cwg778">778</a></td>
@@ -13213,7 +13213,7 @@ and <I>POD class</I></td>
     <td><a href="https://wg21.link/cwg2233">2233</a></td>
     <td>DRWP</td>
     <td>Function parameter packs following default arguments</td>
-    <td class="full" align="center">Clang 11</td>
+    <td class="unreleased" align="center">Clang 11</td>
   </tr>
   <tr id="2234">
     <td><a href="https://wg21.link/cwg2234">2234</a></td>