blob: 90a192828e57108bba44e87ae9e06939e9d667b9 [file] [log] [blame]
Marshall Clow0e4ed2f2016-02-16 14:35:561<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3<!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ -->
4<html>
5<head>
Marshall Clowc3eec462017-02-06 15:29:036 <meta http-equiv="content-type" content="text/html; charset=utf-8">
Marshall Clowa8054c32016-06-07 20:05:577 <title>libc++ Upcoming Meeting Status</title>
Marshall Clow0e4ed2f2016-02-16 14:35:568 <link type="text/css" rel="stylesheet" href="menu.css">
9 <link type="text/css" rel="stylesheet" href="content.css">
10</head>
11
12<body>
13<div id="menu">
14 <div>
15 <a href="http://llvm.org/">LLVM Home</a>
16 </div>
17
18 <div class="submenu">
19 <label>libc++ Info</label>
20 <a href="/index.html">About</a>
21 </div>
22
23 <div class="submenu">
24 <label>Quick Links</label>
25 <a href="http://lists.llvm.org/mailman/listinfo/cfe-dev">cfe-dev</a>
26 <a href="http://lists.llvm.org/mailman/listinfo/cfe-commits">cfe-commits</a>
Eric Fiselierb7fd0be2017-02-17 08:37:0327 <a href="https://bugs.llvm.org/">Bug Reports</a>
Marshall Clow0e4ed2f2016-02-16 14:35:5628 <a href="http://llvm.org/svn/llvm-project/libcxx/trunk/">Browse SVN</a>
29 <a href="http://llvm.org/viewvc/llvm-project/libcxx/trunk/">Browse ViewVC</a>
30 </div>
31</div>
32
33<div id="content">
34 <!--*********************************************************************-->
Marshall Clow83050e52016-10-03 14:24:2135 <h1>libc++ Issaquah Status</h1>
Marshall Clow0e4ed2f2016-02-16 14:35:5636 <!--*********************************************************************-->
37
38 <p>This is a temporary page; please check the c++1z status <a href="http://libcxx.llvm.org/cxx1z_status.html">here</a></p>
Marshall Clow83050e52016-10-03 14:24:2139 <p>This page shows the status of the papers and issues that are expected to be adopted in Issaquah.</p>
Marshall Clow0e4ed2f2016-02-16 14:35:5640
41 <p>The groups that have contributed papers:
42 <ul>
43 <li>LWG - Library working group</li>
44 <li>CWG - Core Language Working group</li>
45 <li>SG1 - Study group #1 (Concurrency working group)</li>
46 </ul>
47 </p>
48
49 <h3>Paper Status</h3>
50 <table id="papers" border="1">
51<tr><th>Paper #</th><th>Group</th><th>Paper Name</th><th>Meeting</th><th>Status</th><th>First released version</th></tr>
52<!--
53<tr><td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3346.pdf">3346</a></td><td>LWG</td><td>Terminology for Container Element Requirements - Rev 1</td><td>Kona</td><td>Complete</td><td>3.4</td></tr>
54-->
55<!-- <tr><td></td><td></td><td></td><td></td><td></td><td></td></tr> -->
56 </table>
57
58 <h3>Library Working group Issues Status</h3>
59 <table id="issues" border="1">
Marshall Clow6cec3422016-05-31 14:29:3860<tr><th>Issue #</th><th>Issue Name</th><th>Meeting</th><th>Status</th></tr>
61
Marshall Clow5a00ab82017-02-06 15:17:2262<tr><td><a href="http://wg21.link/LWG2260">2260</a></td><td>Missing requirement for Allocator::pointer</td><td>Kona</td><td></td></tr>
63<tr><td><a href="http://wg21.link/LWG2768">2768</a></td><td>any_cast and move semantics</td><td>Kona</td><td></td></tr>
64<tr><td><a href="http://wg21.link/LWG2769">2769</a></td><td>Redundant const in the return type of any_cast(const any&amp;)</td><td>Kona</td><td></td></tr>
65<tr><td><a href="http://wg21.link/LWG2781">2781</a></td><td>Contradictory requirements for std::function and std::reference_wrapper</td><td>Kona</td><td></td></tr>
66<tr><td><a href="http://wg21.link/LWG2782">2782</a></td><td>scoped_allocator_adaptor constructors must be constrained</td><td>Kona</td><td></td></tr>
Marshall Clow542c6e82017-02-07 15:34:2067<tr><td><a href="http://wg21.link/LWG2784">2784</a></td><td>Resolution to LWG 2484 is missing "otherwise, no effects" and is hard to parse</td><td>Kona</td><td><i>Patch Ready</i></td></tr>
Marshall Clow5a00ab82017-02-06 15:17:2268<tr><td><a href="http://wg21.link/LWG2785">2785</a></td><td>quoted should work with basic_string_view</td><td>Kona</td><td><i>We do this already</i></td></tr>
69<tr><td><a href="http://wg21.link/LWG2786">2786</a></td><td>Annex C should mention shared_ptr changes for array support</td><td>Kona</td><td><i>Nothing to do</i></td></tr>
70<tr><td><a href="http://wg21.link/LWG2787">2787</a></td><td>&sect;[file_status.cons] doesn't match class definition</td><td>Kona</td><td></td></tr>
71<tr><td><a href="http://wg21.link/LWG2789">2789</a></td><td>Equivalence of contained objects</td><td>Kona</td><td></td></tr>
72<tr><td><a href="http://wg21.link/LWG2794">2794</a></td><td>Missing requirements for allocator pointers</td><td>Kona</td><td></td></tr>
73<tr><td><a href="http://wg21.link/LWG2795">2795</a></td><td>&sect;[global.functions] provides incorrect example of ADL use</td><td>Kona</td><td><i>Nothing to do</i></td></tr>
74<tr><td><a href="http://wg21.link/LWG2804">2804</a></td><td>Unconditional constexpr default constructor for istream_iterator</td><td>Kona</td><td><i>We do this already</i></td></tr>
75<tr><td><a href="http://wg21.link/LWG2812">2812</a></td><td>Range access is available with &lt;string_view&gt;</td><td>Kona</td><td><i>We do this already</i></td></tr>
76<tr><td><a href="http://wg21.link/LWG2824">2824</a></td><td>list::sort should say that the order of elements is unspecified if an exception is thrown</td><td>Kona</td><td></td></tr>
77<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>
78<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>
79<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>
Marshall Clow24597f22017-02-06 16:03:2380<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>
Marshall Clowc3eec462017-02-06 15:29:0381<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>
Marshall Clow5a00ab82017-02-06 15:17:2282<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>
83<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>
84<tr><td><a href="http://wg21.link/LWG2853">2853</a></td><td>Possible inconsistency in specification of erase in [vector.modifiers]</td><td>Kona</td><td></td></tr>
85<tr><td><a href="http://wg21.link/LWG2855">2855</a></td><td>std::throw_with_nested("string_literal")</td><td>Kona</td><td></td></tr>
86
87<tr><td></td><td><center><b>Priority 1 Bugs</b></center></td><td></td><td></td></tr>
Eric Fiselier59955032017-02-08 19:04:1888<tr><td><a href="http://wg21.link/LWG2665">2665</a></td><td>remove_filename() post condition is incorrect</td><td>Kona</td><td>We do this already</td></tr>
Marshall Clow5a00ab82017-02-06 15:17:2289<tr><td><a href="http://wg21.link/LWG2806">2806</a></td><td>Base class of bad_optional_access</td><td>Kona</td><td><i>We do this already</i></td></tr>
90<tr><td><a href="http://wg21.link/LWG2857">2857</a></td><td>{variant,optional,any}::emplace should return the constructed value</td><td>Kona</td><td></td></tr>
91
Marshall Clow0e4ed2f2016-02-16 14:35:5692 </table>
93
94<h3>Comments about the issues</h3>
95<ul>
Marshall Clow5a00ab82017-02-06 15:17:2296<li>2260 - Check our current allocators to make sure we do this</li>
97<li>2768 - Resolution is "apply 2769"</li>
98<li>2769 - This should be easy; trick will be devising tests.</li>
99<li>2781 - </li>
100<li>2782 - Looks straightforward.</li>
Marshall Clow542c6e82017-02-07 15:34:20101<li>2784 - Patch Ready</li>
Marshall Clow5a00ab82017-02-06 15:17:22102<li>2785 - We do this already.</li>
103<li>2786 - Nothing to do; just moving words around</li>
104<li>2787 - Eric? </li>
105<li>2789 - I don't think there are any code changes required here</li>
106<li>2794 - I don't think there are any code changes required here - maybe a static_assert.</li>
107<li>2795 - Nothing to do; just moving words around</li>
108<li>2804 - We do this already.</li>
109<li>2812 - We do this already.</li>
110<li>2824 - Nothing do to here, but we should add some throwing sort tests.</li>
111<li>2826 - Nothing to do; just moving words around</li>
112<li>2834 - Nothing to do; just moving words around</li>
113<li>2835 - I'm pretty sure we already do this.</li>
Marshall Clow24597f22017-02-06 16:03:23114<li>2837 - Added some tests to ensure we do this already.</li>
Marshall Clow5a00ab82017-02-06 15:17:22115<li>2838 - Nothing to do; just moving words around</li>
116<li>2842 - This should be easy; trick will be devising tests.</li>
117<li>2850 - I think we already do this.</li>
118<li>2853 - I think that this will be mostly adding tests.</li>
119<li>2855 - This should be easy; trick will be devising tests.</li></li>
120<li></li>
Eric Fiselier59955032017-02-08 19:04:18121<li>2665 - We do this already.</li>
Marshall Clow5a00ab82017-02-06 15:17:22122<li>2806 - We do this already.</li>
123<li>2857 - This is the subject of several NB comments.</li>
Marshall Clow0e4ed2f2016-02-16 14:35:56124</ul>
125
Eric Fiselier59955032017-02-08 19:04:18126<p>Last Updated: 7-Feb-2017</p>
Marshall Clow0e4ed2f2016-02-16 14:35:56127</div>
128</body>
129</html>