summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2017-02-21 23:58:29 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2017-02-21 23:58:29 +0000
commit31ea0cb0991891ccd35f1b18fe3a225b3e284f2b (patch)
tree157b7eaa59e54f4264e98df3829f4c74732534c8 /www
parent43d66f0fc53add4f5fdffeb14a1bee55a150aa64 (diff)
[c++1z] Mark constexpr lambdas as done on status page and start advertising
them via feature test macro __cpp_constexpr. Thanks to Faisal for implementing this feature! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@295791 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/cxx_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 6cb87a8bc2..736a08597d 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -648,7 +648,7 @@ as the draft C++1z standard evolves.
<tr>
<td><tt>constexpr</tt> lambda expressions</td>
<td><a href="http://wg21.link/p0170r1">P0170R1</a></td>
- <td class="none" align="center">No</td>
+ <td class="svn" align="center">SVN</td>
</tr>
<tr>
<td>Differing <tt>begin</tt> and <tt>end</tt> types in range-based <tt>for</tt></td>