summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-10-16 02:51:50 +0000
committerEric Fiselier <eric@efcs.ca>2016-10-16 02:51:50 +0000
commit846edfb83728df36f47111e3e3a8123f2dfa1e56 (patch)
tree269418c7bf6522a64affc10404a5915d00d819cb /www
parent100a39d169ce2e4190ed140f427e8310289de09d (diff)
downloadexternal_libcxx-846edfb83728df36f47111e3e3a8123f2dfa1e56.tar.gz
external_libcxx-846edfb83728df36f47111e3e3a8123f2dfa1e56.tar.bz2
external_libcxx-846edfb83728df36f47111e3e3a8123f2dfa1e56.zip
Update issue status for LWG 2744
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@284322 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/upcoming_meeting.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/upcoming_meeting.html b/www/upcoming_meeting.html
index ec447b1fc..36c9a7427 100644
--- a/www/upcoming_meeting.html
+++ b/www/upcoming_meeting.html
@@ -111,7 +111,7 @@
<tr><td><a href="http://wg21.link/LWG2739">2739</a></td><td>Issue with time_point non-member subtraction with an unsigned duration</td><td>Issaquah</td><td>Patch Ready</td></tr>
<tr><td><a href="http://wg21.link/LWG2740">2740</a></td><td>constexpr optional<T>::operator-></td><td>Issaquah</td><td></td></tr>
<tr><td><a href="http://wg21.link/LWG2742">2742</a></td><td>Inconsistent string interface taking string_view</td><td>Issaquah</td><td>Patch Ready</td></tr>
- <tr><td><a href="http://wg21.link/LWG2744">2744</a></td><td>any's in_place constructors</td><td>Issaquah</td><td></td></tr>
+ <tr><td><a href="http://wg21.link/LWG2744">2744</a></td><td>any's in_place constructors</td><td>Issaquah</td><td>Implemented in trunk</td></tr>
<tr><td><a href="http://wg21.link/LWG2745">2745</a></td><td>[fund.ts.v2] Implementability of LWG 2451</td><td>Issaquah</td><td></td></tr>
<tr><td><a href="http://wg21.link/LWG2747">2747</a></td><td>Possibly redundant std::move in [alg.foreach]</td><td>Issaquah</td><td>Patch ready</td></tr>
<tr><td><a href="http://wg21.link/LWG2748">2748</a></td><td>swappable traits for optionals</td><td>Issaquah</td><td></td></tr>
@@ -189,7 +189,7 @@
<li>2739 - Patch and tests ready</li>
<li>2740 - <i>std::optional</i></li>
<li>2742 - Patch and tests ready</li>
-<li>2744 - <i>std::any</i></li>
+<li>2744 - <i>std::any</i>: We already do this. We also check for a decayed in_place_type_t. </li>
<li>2745 - <i>std::optional</i> for LFTS -- should be considered for C++17</li>
<li>2747 - Patch ready, but I can't think of any way to test it.</li>
<li>2748 - <i>std::optional</i></li>