summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMarshall Clow <mclow.lists@gmail.com>2017-11-14 01:14:53 +0000
committerMarshall Clow <mclow.lists@gmail.com>2017-11-14 01:14:53 +0000
commit52728778fa0b6ab64e130cf051d674ca754b2e58 (patch)
treedb6e40aa9d7fe978a5b46321bfe5590a8094de1d /www
parente1cfe7a7f6a73181a9426952069b32f4270c5581 (diff)
Implement LWG2950: std::byte operations are misspecified
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@318125 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/cxx2a_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cxx2a_status.html b/www/cxx2a_status.html
index b689e0e19..a17c4931e 100644
--- a/www/cxx2a_status.html
+++ b/www/cxx2a_status.html
@@ -107,7 +107,7 @@
<tr><td><a href="https://wg21.link/LWG2944">2944</a></td><td>LWG 2905 accidentally removed requirement that construction of the deleter doesn't throw an exception</td><td>Albuquerque</td><td><i>Nothing to do</i></td></tr>
<tr><td><a href="https://wg21.link/LWG2945">2945</a></td><td>Order of template parameters in optional comparisons</td><td>Albuquerque</td><td>Complete</td></tr>
<tr><td><a href="https://wg21.link/LWG2948">2948</a></td><td>unique_ptr does not define operator<< for stream output</td><td>Albuquerque</td><td></td></tr>
- <tr><td><a href="https://wg21.link/LWG2950">2950</a></td><td>std::byte operations are misspecified</td><td>Albuquerque</td><td></td></tr>
+ <tr><td><a href="https://wg21.link/LWG2950">2950</a></td><td>std::byte operations are misspecified</td><td>Albuquerque</td><td>Complete</td></tr>
<tr><td><a href="https://wg21.link/LWG2952">2952</a></td><td>iterator_traits should work for pointers to cv T</td><td>Albuquerque</td><td>Complete</td></tr>
<tr><td><a href="https://wg21.link/LWG2953">2953</a></td><td>LWG 2853 should apply to deque::erase too</td><td>Albuquerque</td><td></td></tr>
<tr><td><a href="https://wg21.link/LWG2958">2958</a></td><td>Moves improperly defined as deleted</td><td>Albuquerque</td><td></td></tr>