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
+}
<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>
<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>