[libcxx-commits] [libcxx] d94f637 - libc++ status page: Fix HTML.

Marek Kurdej via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 13 13:51:42 PST 2019


Author: Marek Kurdej
Date: 2019-11-13T22:51:29+01:00
New Revision: d94f63758a6920f139a6eb719b20dd1bbac5484a

URL: https://github.com/llvm/llvm-project/commit/d94f63758a6920f139a6eb719b20dd1bbac5484a
DIFF: https://github.com/llvm/llvm-project/commit/d94f63758a6920f139a6eb719b20dd1bbac5484a.diff

LOG: libc++ status page: Fix HTML.

Added: 
    

Modified: 
    libcxx/www/cxx2a_status.html

Removed: 
    


################################################################################
diff  --git a/libcxx/www/cxx2a_status.html b/libcxx/www/cxx2a_status.html
index 3ed51fc59e4c..995e1614b38a 100644
--- a/libcxx/www/cxx2a_status.html
+++ b/libcxx/www/cxx2a_status.html
@@ -209,7 +209,7 @@ <h3>Paper Status</h3>
 	<tr><td><a href="https://wg21.link/P1721">P1721</a></td><td>LWG</td><td>Mandating the Standard Library: Clause 29 - Input/Output library </td><td>Belfast</td><td><i> </i></td><td></td></tr>
 	<tr><td><a href="https://wg21.link/P1722">P1722</a></td><td>LWG</td><td>Mandating the Standard Library: Clause 30 - Regular Expression library </td><td>Belfast</td><td><i> </i></td><td></td></tr>
 	<tr><td><a href="https://wg21.link/P1723">P1723</a></td><td>LWG</td><td>Mandating the Standard Library: Clause 31 - Atomics library </td><td>Belfast</td><td><i> </i></td><td></td></tr>
-	<tr><td><a href="https://wg21.link/P1855">P1855</a></td><td>LWG</td><td>Make <compare> freestanding </td><td>Belfast</td><td><i> </i></td><td></td></tr>
+	<tr><td><a href="https://wg21.link/P1855">P1855</a></td><td>LWG</td><td>Make <tt><compare></tt> freestanding</td><td>Belfast</td><td><i> </i></td><td></td></tr>
 	<tr><td><a href="https://wg21.link/P1862">P1862</a></td><td>LWG</td><td>Ranges adaptors for non-copyable iterators </td><td>Belfast</td><td><i> </i></td><td></td></tr>
 	<tr><td><a href="https://wg21.link/P1865">P1865</a></td><td>LWG</td><td>Add max() to latch and barrier </td><td>Belfast</td><td><i> </i></td><td></td></tr>
 	<tr><td><a href="https://wg21.link/P1869">P1869</a></td><td>LWG</td><td>Rename 'condition_variable_any' interruptible wait methods </td><td>Belfast</td><td><i> </i></td><td></td></tr>


        


More information about the libcxx-commits mailing list