Update LWG 2754 status
authorEric Fiselier <eric@efcs.ca>
Sun, 16 Oct 2016 03:52:48 +0000 (03:52 +0000)
committerEric Fiselier <eric@efcs.ca>
Sun, 16 Oct 2016 03:52:48 +0000 (03:52 +0000)
llvm-svn: 284326

libcxx/www/upcoming_meeting.html

index 30b04f9..3b1a4d0 100644 (file)
         <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>
 <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>