summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMarshall Clow <mclow.lists@gmail.com>2017-02-06 16:03:23 +0000
committerMarshall Clow <mclow.lists@gmail.com>2017-02-06 16:03:23 +0000
commit24597f254dc229da1aa50258b7f444a0e479460f (patch)
treef7d9d9daab8d0bbf91a174d11c109eac09f2835a /www
parentc3eec461e73229d3d79e4a7454d2e3617be779f8 (diff)
Add some tests to verify that we implement LWG#2837 correctly. No functional change.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@294194 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 e85fbcdcb..d35fdcaed 100644
--- a/www/upcoming_meeting.html
+++ b/www/upcoming_meeting.html
@@ -77,7 +77,7 @@
<tr><td><a href="http://wg21.link/LWG2826">2826</a></td><td>string_view iterators use old wording</td><td>Kona</td><td><i>Nothing to do</i></td></tr>
<tr><td><a href="http://wg21.link/LWG2834">2834</a></td><td>Resolution LWG 2223 is missing wording about end iterators</td><td>Kona</td><td><i>Nothing to do</i></td></tr>
<tr><td><a href="http://wg21.link/LWG2835">2835</a></td><td>LWG 2536 seems to misspecify &lt;tgmath.h&gt;</td><td>Kona</td><td></td></tr>
- <tr><td><a href="http://wg21.link/LWG2837">2837</a></td><td>gcd and lcm should support a wider range of input values</td><td>Kona</td><td></td></tr>
+ <tr><td><a href="http://wg21.link/LWG2837">2837</a></td><td>gcd and lcm should support a wider range of input values</td><td>Kona</td><td><i>We do this already</i></td></tr>
<tr><td><a href="http://wg21.link/LWG2838">2838</a></td><td>is_literal_type specification needs a little cleanup</td><td>Kona</td><td><i>Nothing to do</i></td></tr>
<tr><td><a href="http://wg21.link/LWG2842">2842</a></td><td>in_place_t check for optional::optional(U&amp;&amp;) should decay U</td><td>Kona</td><td></td></tr>
<tr><td><a href="http://wg21.link/LWG2850">2850</a></td><td>std::function move constructor does unnecessary work</td><td>Kona</td><td></td></tr>
@@ -111,7 +111,7 @@
<li>2826 - Nothing to do; just moving words around</li>
<li>2834 - Nothing to do; just moving words around</li>
<li>2835 - I'm pretty sure we already do this.</li>
-<li>2837 - Doesn't look too hard.</li>
+<li>2837 - Added some tests to ensure we do this already.</li>
<li>2838 - Nothing to do; just moving words around</li>
<li>2842 - This should be easy; trick will be devising tests.</li>
<li>2850 - I think we already do this.</li>