| Marshall Clow | 0e4ed2f | 2016-02-16 14:35:56 | [diff] [blame] | 1 | <!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 Clow | c3eec46 | 2017-02-06 15:29:03 | [diff] [blame] | 6 | <meta http-equiv="content-type" content="text/html; charset=utf-8"> |
| Marshall Clow | a8054c3 | 2016-06-07 20:05:57 | [diff] [blame] | 7 | <title>libc++ Upcoming Meeting Status</title> |
| Marshall Clow | 0e4ed2f | 2016-02-16 14:35:56 | [diff] [blame] | 8 | <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 Fiselier | b7fd0be | 2017-02-17 08:37:03 | [diff] [blame] | 27 | <a href="https://bugs.llvm.org/">Bug Reports</a> |
| Marshall Clow | 0e4ed2f | 2016-02-16 14:35:56 | [diff] [blame] | 28 | <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 Clow | 83050e5 | 2016-10-03 14:24:21 | [diff] [blame] | 35 | <h1>libc++ Issaquah Status</h1> |
| Marshall Clow | 0e4ed2f | 2016-02-16 14:35:56 | [diff] [blame] | 36 | <!--*********************************************************************--> |
| 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 Clow | 83050e5 | 2016-10-03 14:24:21 | [diff] [blame] | 39 | <p>This page shows the status of the papers and issues that are expected to be adopted in Issaquah.</p> |
| Marshall Clow | 0e4ed2f | 2016-02-16 14:35:56 | [diff] [blame] | 40 | |
| 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 Clow | 6cec342 | 2016-05-31 14:29:38 | [diff] [blame] | 60 | <tr><th>Issue #</th><th>Issue Name</th><th>Meeting</th><th>Status</th></tr> |
| 61 | |
| Marshall Clow | 5a00ab8 | 2017-02-06 15:17:22 | [diff] [blame] | 62 | <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&)</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 Clow | 542c6e8 | 2017-02-07 15:34:20 | [diff] [blame] | 67 | <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 Clow | 5a00ab8 | 2017-02-06 15:17:22 | [diff] [blame] | 68 | <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>§[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>§[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 <string_view></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 <tgmath.h></td><td>Kona</td><td></td></tr> |
| Marshall Clow | 24597f2 | 2017-02-06 16:03:23 | [diff] [blame] | 80 | <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 Clow | c3eec46 | 2017-02-06 15:29:03 | [diff] [blame] | 81 | <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 Clow | 5a00ab8 | 2017-02-06 15:17:22 | [diff] [blame] | 82 | <tr><td><a href="http://wg21.link/LWG2842">2842</a></td><td>in_place_t check for optional::optional(U&&) 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 Fiselier | 5995503 | 2017-02-08 19:04:18 | [diff] [blame] | 88 | <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 Clow | 5a00ab8 | 2017-02-06 15:17:22 | [diff] [blame] | 89 | <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 Clow | 0e4ed2f | 2016-02-16 14:35:56 | [diff] [blame] | 92 | </table> |
| 93 | |
| 94 | <h3>Comments about the issues</h3> |
| 95 | <ul> |
| Marshall Clow | 5a00ab8 | 2017-02-06 15:17:22 | [diff] [blame] | 96 | <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 Clow | 542c6e8 | 2017-02-07 15:34:20 | [diff] [blame] | 101 | <li>2784 - Patch Ready</li> |
| Marshall Clow | 5a00ab8 | 2017-02-06 15:17:22 | [diff] [blame] | 102 | <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 Clow | 24597f2 | 2017-02-06 16:03:23 | [diff] [blame] | 114 | <li>2837 - Added some tests to ensure we do this already.</li> |
| Marshall Clow | 5a00ab8 | 2017-02-06 15:17:22 | [diff] [blame] | 115 | <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 Fiselier | 5995503 | 2017-02-08 19:04:18 | [diff] [blame] | 121 | <li>2665 - We do this already.</li> |
| Marshall Clow | 5a00ab8 | 2017-02-06 15:17:22 | [diff] [blame] | 122 | <li>2806 - We do this already.</li> |
| 123 | <li>2857 - This is the subject of several NB comments.</li> |
| Marshall Clow | 0e4ed2f | 2016-02-16 14:35:56 | [diff] [blame] | 124 | </ul> |
| 125 | |
| Eric Fiselier | 5995503 | 2017-02-08 19:04:18 | [diff] [blame] | 126 | <p>Last Updated: 7-Feb-2017</p> |
| Marshall Clow | 0e4ed2f | 2016-02-16 14:35:56 | [diff] [blame] | 127 | </div> |
| 128 | </body> |
| 129 | </html> |