Skip to content

Commit

Permalink
[cxx_status] Update to describe current status a bit better.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@312191 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
zygoloid committed Aug 30, 2017
1 parent 24c9be3 commit 23ba1d5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions www/cxx_status.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
.svn { background-color: #FFFF99 }
.full { background-color: #CCFF99 }
.na { background-color: #DDDDDD }
span:target { background-color: #FFFFBB; outline: #DDDD55 solid thin; }
:target { background-color: #FFFFBB; outline: #DDDD55 solid thin; }
th { background-color: #FFDDAA }
td { vertical-align: middle }
tt { white-space: nowrap }
Expand Down Expand Up @@ -524,7 +524,8 @@ <h2 id="cxx17">C++17 implementation status</h2>
<p>Clang 5 and later implement all the features
of the C++ 2017 Draft International Standard.

<p>You can use Clang in C++17 mode with the <code>-std=c++1z</code> option.</p>
<p>You can use Clang in C++17 mode with the <code>-std=c++17</code> option
(use <code>-std=c++1z</code> in Clang 4 and earlier).</p>

<details open>
<summary>List of features and minimum Clang version with support</summary>
Expand Down Expand Up @@ -829,7 +830,7 @@ <h2 id="cxx20">C++2a implementation status</h2>
<td><a href="http://wg21.link/p0702r1">P0702R1</a></td>
<td class="none" align="center">No</td>
</tr>
<tr>
<tr id="p0374">
<td>Concepts</td>
<td><a href="http://wg21.link/p0734r0">P0734R0</a></td>
<td class="none" align="center">No</td>
Expand Down Expand Up @@ -893,7 +894,7 @@ <h2 id="ts">Technical specifications and standing documents</h2>
<td>[TS] Concepts</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0121r0.pdf">P0121R0</a></td>
<td></td>
<td class="none" align="center">WIP</td>
<td class="na" align="center">Superseded by <a href="#p0374">P0734R0</a></td>
</tr>
<tr>
<td>[DRAFT TS] Coroutines</td>
Expand Down

0 comments on commit 23ba1d5

Please sign in to comment.