aboutsummaryrefslogtreecommitdiff
path: root/clang/www
diff options
context:
space:
mode:
authorErich Keane <erich.keane@intel.com>2018-11-12 17:19:48 +0000
committerErich Keane <erich.keane@intel.com>2018-11-12 17:19:48 +0000
commit53f391dcb3232525513b9ee98469587895311c5a (patch)
treea47bbd964c3ff4ed70517ceea3a8e2e700cea493 /clang/www
parent9e1a0a749b406de3307d6c3bc6ea5810e120c530 (diff)
Implement P1094R2 (nested inline namespaces)
As approved for the Working Paper in San Diego, support annotating inline namespaces with 'inline'. Change-Id: I51a654e11ffb475bf27cccb2458768151619e384 llvm-svn: 346677
Diffstat (limited to 'clang/www')
-rwxr-xr-xclang/www/cxx_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index f7db88f649cc..ee0c6e8542be 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -1011,7 +1011,7 @@ as the draft C++2a standard evolves.
<tr>
<td>Nested inline namespaces</td>
<td><a href="http://wg21.link/p1094r2">P1094R2</a></td>
- <td class="none" align="center">No</td>
+ <td class="svn" align="center">SVN</td>
</tr>
</table>
</details>