[libcxx] r351832 - Note that we have a patch for LWG3101

Marshall Clow mclow.lists at gmail.com
Tue Jan 22 08:22:53 PST 2019


Author: marshall
Date: Tue Jan 22 08:22:53 2019
New Revision: 351832

URL: http://llvm.org/viewvc/llvm-project?rev=351832&view=rev
Log:
Note that we have a patch for LWG3101

Modified:
    libcxx/trunk/www/upcoming_meeting.html

Modified: libcxx/trunk/www/upcoming_meeting.html
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/www/upcoming_meeting.html?rev=351832&r1=351831&r2=351832&view=diff
==============================================================================
--- libcxx/trunk/www/upcoming_meeting.html (original)
+++ libcxx/trunk/www/upcoming_meeting.html Tue Jan 22 08:22:53 2019
@@ -73,7 +73,7 @@
 <tr><td><a href="https://wg21.link/LWG3040">3040</a></td><td>Yes</td><td><tt>basic_string_view::starts_with</tt> <i>Effects</i> are incorrect</td><td>Kona</td><td>Complete</td></tr>
 <tr><td><a href="https://wg21.link/LWG3077">3077</a></td><td>Yes</td><td><tt>(push|emplace)_back</tt> should invalidate the <tt>end</tt> iterator</td><td>Kona</td><td><i>Nothing to do</i></td></tr>
 <tr><td><a href="https://wg21.link/LWG3087">3087</a></td><td>Yes</td><td>One final <tt>&x</tt> in §[list.ops]</td><td>Kona</td><td><i>Nothing to do</i></td></tr>
-<tr><td><a href="https://wg21.link/LWG3101">3101</a></td><td>Yes</td><td><tt>span</tt>'s <tt>Container</tt> constructors need another constraint</td><td>Kona</td><td></td></tr>
+<tr><td><a href="https://wg21.link/LWG3101">3101</a></td><td>Yes</td><td><tt>span</tt>'s <tt>Container</tt> constructors need another constraint</td><td>Kona</td><td>Patch available</td></tr>
 <tr><td><a href="https://wg21.link/LWG3112">3112</a></td><td>Yes</td><td><tt>system_error</tt> and <tt>filesystem_error</tt> constructors taking a <tt>string</tt> may not be able  to meet their postconditions</td><td>Kona</td><td></td></tr>
 <tr><td><a href="https://wg21.link/LWG3119">3119</a></td><td>Yes</td><td>Program-definedness of closure types</td><td>Kona</td><td><i>Nothing to do</i></td></tr>
 <tr><td><a href="https://wg21.link/LWG3133">3133</a></td><td>Yes</td><td>Modernizing numeric type requirements</td><td>Kona</td><td></td></tr>
@@ -98,7 +98,7 @@
 <li>3040 - We already do this</li>
 <li>3077 - No changes required</li>
 <li>3087 - No changes required</li>
-<li>3101 - I will take care of this</li>
+<li>3101 - Patch: <a href="https://reviews.llvm.org/D57058">D57058</a></li>
 <li>3112 - Eric - can you take a look?</li>
 <li>3119 - No changes required</li>
 <li>3133 - </li>




More information about the libcxx-commits mailing list