r201452 - Remove transactional memory from c++ status page; there's no working paper for it yet.

Richard Smith richard-llvm at metafoo.co.uk
Fri Feb 14 16:48:38 PST 2014


Author: rsmith
Date: Fri Feb 14 18:48:38 2014
New Revision: 201452

URL: http://llvm.org/viewvc/llvm-project?rev=201452&view=rev
Log:
Remove transactional memory from c++ status page; there's no working paper for it yet.

Modified:
    cfe/trunk/www/cxx_status.html

Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=201452&r1=201451&r2=201452&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Fri Feb 14 18:48:38 2014
@@ -534,11 +534,6 @@ Clang version they became available:</p>
       <td class="none" align="center">No</td>
     </tr>
     <tr>
-      <td>[DRAFT TS] Transactional memory</td>
-      <td><!--a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/N3919.pdf"-->N3919</a></td>
-      <td class="none" align="center">No</td>
-    </tr>
-    <tr>
       <td>[DRAFT TS] Concepts</td>
       <td><!--a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3929.pdf"-->N3929</a></td>
       <td class="none" align="center">No</td>





More information about the cfe-commits mailing list