Diagnose attempts to add default function arguments to a
specialization. This completes C++ [temp.expl.spec]!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83980 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 151ffc6..23da6f1 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -2085,11 +2085,11 @@
</tr>
<tr>
<td> 14.7.3 [temp.expl.spec]</td>
- <td class="advanced" align="center"></td>
- <td class="medium" align="center"></td>
- <td class="medium" align="center"></td>
- <td class="broken" align="center"></td>
- <td>O</td>
+ <td class="complete" align="center">✓</td>
+ <td class="complete" align="center">✓</td>
+ <td class="complete" align="center">✓</td>
+ <td class="complete" align="center"></td>
+ <td></td>
</tr>
<tr>
<td> 14.8 [temp.fct.spec]</td>