diff options
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/www/cxx_status.html | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index c7360caadb4..6bd720e2251 100644 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -697,23 +697,16 @@ as the draft C++1z standard evolves.</p> <td><a href="http://wg21.link/p0135r1">P0135R1</a></td> <td class="none" align="center">No</td> </tr> - <!-- <tr> - <td>Stricter expression evaluation order</td> + <td>Stricter expression evaluation order (chapter 8 alternative)</td> <td><a href="http://wg21.link/p0145r3">P0145R3</a></td> <td class="none" align="center">No</td> </tr> <tr> - <td>Classes are comparable by default</td> - <td><a href="http://wg21.link/p0221r2">P0221R2</a></td> - <td class="none" align="center">No</td> - </tr> - <tr> <td>Requirement to ignore unknown attributes</td> <td><a href="http://wg21.link/p0283r2">P0283R2</a></td> <td class="full" align="center">Yes</td> </tr> - --> <tr> <td><tt>constexpr</tt> <em>if-statement</em>s</td> <td><a href="http://wg21.link/p0292r2">P0292R2</a></td> |

