[libcxx] r323822 - Add LWG3051

Marshall Clow via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 30 13:49:17 PST 2018


Author: marshall
Date: Tue Jan 30 13:49:17 2018
New Revision: 323822

URL: http://llvm.org/viewvc/llvm-project?rev=323822&view=rev
Log:
Add LWG3051

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=323822&r1=323821&r2=323822&view=diff
==============================================================================
--- libcxx/trunk/www/upcoming_meeting.html (original)
+++ libcxx/trunk/www/upcoming_meeting.html Tue Jan 30 13:49:17 2018
@@ -90,6 +90,7 @@
 <tr><td><a href="https://wg21.link/LWG3043">3043</a></td><td>Bogus postcondition for <tt>filesystem_error</tt> constructor</td><td>Jacksonville</td><td></td></tr>
 <tr><td><a href="https://wg21.link/LWG3045">3045</a></td><td><tt>atomic<<i>floating-point</i>></tt> doesn't have <tt>value_type</tt> or <tt>difference_type</tt></td><td>Jacksonville</td><td></td></tr>
 <tr><td><a href="https://wg21.link/LWG3048">3048</a></td><td><tt>transform_reduce(exec, first1, last1, first2, init)</tt> discards execution policy</td><td>Jacksonville</td><td></td></tr>
+<tr><td><a href="https://wg21.link/LWG3051">3051</a></td><td><tt>Floating point classifications were inadvertently changed in P0175</td><td>Jacksonville</td><td><i>Nothing to do</i></td></tr>
 
   </table>
 
@@ -126,6 +127,7 @@
 <li> 3043 - We have a 'TODO(ericwf)' here</li>
 <li> 3045 - We haven't done the <atomic> rework yet.</li>
 <li> 3048 - We haven't done the parallel algorithms yet.</li>
+<li> 3051 - Fixing an inadvertent wording change</li>
 </ul>
 
 <p>Last Updated: 29-Jan-2018</p>




More information about the cfe-commits mailing list