diff options
author | Eric Fiselier <eric@efcs.ca> | 2017-07-30 22:16:30 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2017-07-30 22:16:30 +0000 |
commit | 1190335f9d8fd7fec8f6a58e7990df16ebec4c3c (patch) | |
tree | 774f927c9482bf00ddaeb1ded8f67f1f0676304b | |
parent | 89c81a0b91553529173ef558ee72692341a6b524 (diff) | |
download | bcm5719-llvm-1190335f9d8fd7fec8f6a58e7990df16ebec4c3c.tar.gz bcm5719-llvm-1190335f9d8fd7fec8f6a58e7990df16ebec4c3c.zip |
Mark LWG 2961 as complete
llvm-svn: 309527
-rw-r--r-- | libcxx/www/cxx2a_status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/www/cxx2a_status.html b/libcxx/www/cxx2a_status.html index 7a17b784af9..603d7b42b75 100644 --- a/libcxx/www/cxx2a_status.html +++ b/libcxx/www/cxx2a_status.html @@ -78,7 +78,7 @@ <tr><td><a href="http://wg21.link/LWG2937">2937</a></td><td>Is <tt>equivalent("existing_thing", "not_existing_thing")</tt> an error</td><td>Toronto</td><td>Complete</td></tr> <tr><td><a href="http://wg21.link/LWG2940">2940</a></td><td><tt>result_of</tt> specification also needs a little cleanup</td><td>Toronto</td><td></td></tr> <tr><td><a href="http://wg21.link/LWG2942">2942</a></td><td>LWG 2873's resolution missed <tt>weak_ptr::owner_before</tt></td><td>Toronto</td><td></td></tr> - <tr><td><a href="http://wg21.link/LWG2954">2954</a></td><td>Specialization of the convenience variable templates should be prohibited</td><td>Toronto</td><td></td></tr> + <tr><td><a href="http://wg21.link/LWG2954">2954</a></td><td>Specialization of the convenience variable templates should be prohibited</td><td>Toronto</td><td>Complete</td></tr> <tr><td><a href="http://wg21.link/LWG2961">2961</a></td><td>Bad postcondition for <tt>set_default_resource</tt></td><td>Toronto</td><td></td></tr> <tr><td><a href="http://wg21.link/LWG2966">2966</a></td><td>Incomplete resolution of US 74</td><td>Toronto</td><td><i>Nothing to do</i></td></tr> <tr><td><a href="http://wg21.link/LWG2974">2974</a></td><td>Diagnose out of bounds <tt>tuple_element/variant_alternative</tt></td><td>Toronto</td><td>Complete</td></tr> |