[libcxx-commits] [libcxx] e2b6987 - [libc++][NFC] Mark LWG issue 2899 as not complete.

via libcxx-commits libcxx-commits at lists.llvm.org
Tue Nov 3 13:38:53 PST 2020


Author: zoecarver
Date: 2020-11-03T13:35:12-08:00
New Revision: e2b69872040216a5340eca963ff70097ac025671

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

LOG: [libc++][NFC] Mark LWG issue 2899 as not complete.

Commit 59e26308e60a08a5a4534ba827744564c71d7aff accidentally
marked this LWG issue as complete but it has not yet been
implemented. D66262 fixes this issue.

Added: 
    

Modified: 
    libcxx/www/cxx2a_status.html

Removed: 
    


################################################################################
diff  --git a/libcxx/www/cxx2a_status.html b/libcxx/www/cxx2a_status.html
index 25d9f24a001f..a038ef4c1f0a 100644
--- a/libcxx/www/cxx2a_status.html
+++ b/libcxx/www/cxx2a_status.html
@@ -420,7 +420,7 @@ <h3>Library Working group Issues Status</h3>
 	<tr><td><a href="https://wg21.link/LWG3182">3182</a></td><td>Specification of <tt>Same</tt> could be clearer</td><td>Kona</td><td></td></tr>
 
 	<tr><td></td><td></td><td></td><td></td></tr>
-	<tr><td><a href="https://wg21.link/LWG2899">2899</a></td><td><tt>is_(nothrow_)move_constructible</tt> and <tt>tuple</tt>, <tt>optional</tt> and <tt>unique_ptr</tt></td><td>Cologne</td><td>Complete</td></tr>
+	<tr><td><a href="https://wg21.link/LWG2899">2899</a></td><td><tt>is_(nothrow_)move_constructible</tt> and <tt>tuple</tt>, <tt>optional</tt> and <tt>unique_ptr</tt></td><td>Cologne</td><td></td></tr>
 	<tr><td><a href="https://wg21.link/LWG3055">3055</a></td><td><tt>path::operator+=(<i>single-character</i>)</tt> misspecified</td><td>Cologne</td><td></td></tr>
 	<tr><td><a href="https://wg21.link/LWG3158">3158</a></td><td><tt>tuple(allocator_arg_t, const Alloc&)</tt> should be conditionally explicit</td><td>Cologne</td><td></td></tr>
 	<tr><td><a href="https://wg21.link/LWG3169">3169</a></td><td><tt>ranges</tt> permutation generators discard useful information</td><td>Cologne</td><td></td></tr>


        


More information about the libcxx-commits mailing list