Author: ericwf
Date: Sat Oct 15 22:52:48 2016
New Revision: 284326

URL: http://llvm.org/viewvc/llvm-project?rev=284326&view=rev
Log:
Update LWG 2754 status

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=284326&r1=284325&r2=284326&view=diff
==============================================================================
--- libcxx/trunk/www/upcoming_meeting.html (original)
+++ libcxx/trunk/www/upcoming_meeting.html Sat Oct 15 22:52:48 2016
@@ -119,7 +119,7 @@
         <tr><td><a 
href="http://wg21.link/LWG2750";>2750</a></td><td>[fund.ts.v2] LWG 2451 
conversion constructor constraint</td><td>Issaquah</td><td></td></tr>
         <tr><td><a href="http://wg21.link/LWG2752";>2752</a></td><td>"Throws:" 
clauses of async and packaged_task are 
unimplementable</td><td>Issaquah</td><td></td></tr>
         <tr><td><a href="http://wg21.link/LWG2753";>2753</a></td><td>Optional's 
constructors and assignments need constraints</td><td>Issaquah</td><td>We 
already do this</td></tr>
-        <tr><td><a href="http://wg21.link/LWG2754";>2754</a></td><td>The 
in_place constructors and emplace functions added by P0032R3 don't require 
CopyConstructible</td><td>Issaquah</td><td></td></tr>
+        <tr><td><a href="http://wg21.link/LWG2754";>2754</a></td><td>The 
in_place constructors and emplace functions added by P0032R3 don't require 
CopyConstructible</td><td>Issaquah</td><td>We already do this</td></tr>
         <tr><td><a 
href="http://wg21.link/LWG2755";>2755</a></td><td>ยง[string.view.io] uses 
non-existent basic_string_view::to_string function</td><td>Issaquah</td><td>We 
already do this</td></tr>
         <tr><td><a href="http://wg21.link/LWG2756";>2756</a></td><td>C++ WP 
optional<T> should 'forward' T's implicit 
conversions</td><td>Issaquah</td><td>Implemented in trunk</td></tr>
         <tr><td><a 
href="http://wg21.link/LWG2758";>2758</a></td><td>std::string{}.assign("ABCDE", 
0, 1) is ambiguous</td><td>We already do this</td><td></td></tr>
@@ -197,7 +197,7 @@
 <li>2750 - <i>std::optional</i> for LFTS -- should be considered for C++17</li>
 <li>2752 - </li>
 <li>2753 - <i>std::optional</i>: LGTM. </li>
-<li>2754 - </li>
+<li>2754 - <i>std::any</i>: LGTM. </li>
 <li>2755 - Both string and string_view call a common routine for output; so no 
code changes needed.</li>
 <li>2756 - <i>std::optional</i>: Very large change. It is fully implemented 
and tested. </li>
 <li>2758 - We already do this. </li>


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to