Author: marshall
Date: Tue Jun 28 09:13:28 2016
New Revision: 274018

URL: http://llvm.org/viewvc/llvm-project?rev=274018&view=rev
Log:
Use WG21.link reflector to get to issues, rather than linking directly

Modified:
    libcxx/trunk/www/cxx1z_status.html

Modified: libcxx/trunk/www/cxx1z_status.html
URL: 
http://llvm.org/viewvc/llvm-project/libcxx/trunk/www/cxx1z_status.html?rev=274018&r1=274017&r2=274018&view=diff
==============================================================================
--- libcxx/trunk/www/cxx1z_status.html (original)
+++ libcxx/trunk/www/cxx1z_status.html Tue Jun 28 09:13:28 2016
@@ -128,137 +128,137 @@
 <!--   <I>Note: "NAD" means that the issue was deemed "Not a defect"</I> -->
   <table id="issues" border="1">
        <tr><th>Issue #</th><th>Issue 
Name</th><th>Meeting</th><th>Status</th></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2016";>2016</a></td><td>Allocators
 must be no-throw swappable</td><td>Urbana</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2376";>2118</td><td><code>unique_ptr</code>
 for array does not support cv qualification conversion of actual 
argument</td><td>Urbana</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2170";>2170</a></td><td>Aggregates
 cannot be 
<code>DefaultConstructible</code></td><td>Urbana</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2308";>2308</td><td>Clarify
 container destructor requirements w.r.t. 
<code>std::array</code></td><td>Urbana</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2340";>2340</a></td><td>Replacement
 allocation functions declared as 
inline</td><td>Urbana</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2354";>2354</a></td><td>Unnecessary
 copying when inserting into maps with braced-init 
syntax</td><td>Urbana</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2377";>2377</a></td><td><code>std::align</code>
 requirements overly strict</td><td>Urbana</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2396";>2396</a></td><td><code>underlying_type</code>
 doesn't say what to do for an incomplete enumeration 
type</td><td>Urbana</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2399";>2399</a></td><td><code>shared_ptr</code>'s
 constructor from <code>unique_ptr</code> should be 
constrained</td><td>Urbana</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2400";>2400</a></td><td><code>shared_ptr</code>'s
 <code>get_deleter()</code> should use 
<code>addressof()</code></td><td>Urbana</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2401";>2401</a></td><td><code>std::function</code>
 needs more noexcept</td><td>Urbana</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2404";>2404</a></td><td><code>mismatch()</code>'s
 complexity needs to be updated</td><td>Urbana</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2408";>2408</a></td><td>SFINAE-friendly
 <code>common_type</code> / <code>iterator_traits</code> is missing in 
C++14</td><td>Urbana</td><td><code>common_type</code> is waiting on <a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2465";>LWG#2465</a></td></tr>
+       <tr><td><a href="http://wg21.link/LWG2016";>2016</a></td><td>Allocators 
must be no-throw swappable</td><td>Urbana</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2376";>2118</td><td><code>unique_ptr</code> for array 
does not support cv qualification conversion of actual 
argument</td><td>Urbana</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2170";>2170</a></td><td>Aggregates 
cannot be 
<code>DefaultConstructible</code></td><td>Urbana</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2308";>2308</td><td>Clarify 
container destructor requirements w.r.t. 
<code>std::array</code></td><td>Urbana</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2340";>2340</a></td><td>Replacement 
allocation functions declared as 
inline</td><td>Urbana</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2354";>2354</a></td><td>Unnecessary 
copying when inserting into maps with braced-init 
syntax</td><td>Urbana</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2377";>2377</a></td><td><code>std::align</code> 
requirements overly strict</td><td>Urbana</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2396";>2396</a></td><td><code>underlying_type</code> 
doesn't say what to do for an incomplete enumeration 
type</td><td>Urbana</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2399";>2399</a></td><td><code>shared_ptr</code>'s 
constructor from <code>unique_ptr</code> should be 
constrained</td><td>Urbana</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2400";>2400</a></td><td><code>shared_ptr</code>'s 
<code>get_deleter()</code> should use 
<code>addressof()</code></td><td>Urbana</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2401";>2401</a></td><td><code>std::function</code> 
needs more noexcept</td><td>Urbana</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2404";>2404</a></td><td><code>mismatch()</code>'s 
complexity needs to be updated</td><td>Urbana</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2408";>2408</a></td><td>SFINAE-friendly 
<code>common_type</code> / <code>iterator_traits</code> is missing in 
C++14</td><td>Urbana</td><td><code>common_type</code> is waiting on <a 
href="http://wg21.link/LWG2465";>LWG#2465</a></td></tr>
        <tr><td></td><td></td><td></td><td></td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2106";>2106</td><td><code>move_iterator</code>
 wrapping iterators returning prvalues</td><td>Urbana</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2129";>2129</td><td>User 
specializations of 
<code>std::initializer_list</code></td><td>Urbana</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2212";>2212</td><td><code>tuple_size</code>
 for <code>const pair</code> request <tuple> 
header</td><td>Urbana</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2217";>2217</td><td><code>operator==(sub_match,
 string)</code> slices on embedded 
'\0's</td><td>Urbana</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2230";>2230</td><td>"see 
below" for <code>initializer_list</code> constructors of unordered 
containers</td><td>Urbana</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2233";>2233</td><td><code>bad_function_call::what()</code>
 unhelpful</td><td>Urbana</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2266";>2266</td><td><code>vector</code>
 and <code>deque</code> have incorrect insert 
requirements</td><td>Urbana</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2325";>2325</td><td><code>minmax_element()</code>'s
 behavior differing from <code>max_element()</code>'s should be 
noted</td><td>Urbana</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2361";>2361</td><td>Apply 
2299 resolution throughout library</td><td>Urbana</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2365";>2365</td><td>Missing
 noexcept in 
<code>shared_ptr::shared_ptr(nullptr_t)</code></td><td>Urbana</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2376";>2376</td><td><code>bad_weak_ptr::what()</code>
 overspecified</td><td>Urbana</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2387";>2387</td><td>More 
nested types that must be accessible and 
unambiguous</td><td>Urbana</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2106";>2106</td><td><code>move_iterator</code> 
wrapping iterators returning prvalues</td><td>Urbana</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2129";>2129</td><td>User 
specializations of 
<code>std::initializer_list</code></td><td>Urbana</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2212";>2212</td><td><code>tuple_size</code> for 
<code>const pair</code> request <tuple> 
header</td><td>Urbana</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2217";>2217</td><td><code>operator==(sub_match, 
string)</code> slices on embedded 
'\0's</td><td>Urbana</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2230";>2230</td><td>"see below" for 
<code>initializer_list</code> constructors of unordered 
containers</td><td>Urbana</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2233";>2233</td><td><code>bad_function_call::what()</code>
 unhelpful</td><td>Urbana</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2266";>2266</td><td><code>vector</code> and 
<code>deque</code> have incorrect insert 
requirements</td><td>Urbana</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2325";>2325</td><td><code>minmax_element()</code>'s 
behavior differing from <code>max_element()</code>'s should be 
noted</td><td>Urbana</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2361";>2361</td><td>Apply 2299 
resolution throughout library</td><td>Urbana</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2365";>2365</td><td>Missing 
noexcept in 
<code>shared_ptr::shared_ptr(nullptr_t)</code></td><td>Urbana</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2376";>2376</td><td><code>bad_weak_ptr::what()</code> 
overspecified</td><td>Urbana</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2387";>2387</td><td>More nested 
types that must be accessible and 
unambiguous</td><td>Urbana</td><td>Complete</td></tr>
        <tr><td></td><td></td><td></td><td></td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2059";>2059</td><td>C++0x 
ambiguity problem with map::erase</td><td>Lenexa</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2063";>2063</td><td>Contradictory
 requirements for string move 
assignment</td><td>Lenexa</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2076";>2076</td><td>Bad 
CopyConstructible requirement in set 
constructors</td><td>Lenexa</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2160";>2160</td><td>Unintended
 destruction ordering-specification of 
resize</td><td>Lenexa</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2168";>2168</td><td>Inconsistent
 specification of uniform_real_distribution 
constructor</td><td>Lenexa</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2239";>2239</td><td>min/max/minmax
 requirements</td><td>Lenexa</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2364";>2364</td><td>deque 
and vector pop_back don't specify iterator invalidation 
requirements</td><td>Lenexa</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2369";>2369</td><td>constexpr
 max(initializer_list) vs max_element</td><td>Lenexa</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2378";>2378</td><td>Behaviour
 of standard exception types</td><td>Lenexa</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2403";>2403</td><td>stof() 
should call strtof() and wcstof()</td><td>Lenexa</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2406";>2406</td><td>negative_binomial_distribution
 should reject p == 1</td><td>Lenexa</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2407";>2407</td><td>packaged_task(allocator_arg_t,
 const Allocator&, F&&) should neither be constrained nor 
explicit</td><td>Lenexa</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2411";>2411</td><td>shared_ptr
 is only contextually convertible to 
bool</td><td>Lenexa</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2415";>2415</td><td>Inconsistency
 between unique_ptr and shared_ptr</td><td>Lenexa</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2420";>2420</td><td>function<void(ArgTypes...)>
 does not discard the return value of the target 
object</td><td>Lenexa</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2425";>2425</td><td>operator
 delete(void*, size_t) doesn't invalidate pointers 
sufficiently</td><td>Lenexa</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2427";>2427</td><td>Container
 adaptors as sequence containers, 
redux</td><td>Lenexa</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2428";>2428</td><td>"External
 declaration" used without being 
defined</td><td>Lenexa</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2433";>2433</td><td>uninitialized_copy()/etc.
 should tolerate overloaded operator&</td><td>Lenexa</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2434";>2434</td><td>shared_ptr::use_count()
 is efficient</td><td>Lenexa</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2437";>2437</td><td>iterator_traits::reference
 can and can't be void</td><td>Lenexa</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2438";>2438</td><td>std::iterator
 inheritance shouldn't be mandated</td><td>Lenexa</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2439";>2439</td><td>unique_copy()
 sometimes can't fall back to reading its 
output</td><td>Lenexa</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2440";>2440</td><td>seed_seq::size()
 should be noexcept</td><td>Lenexa</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2442";>2442</td><td>call_once()
 shouldn't DECAY_COPY()</td><td>Lenexa</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2448";>2448</td><td>Non-normative
 Container destructor specification</td><td>Lenexa</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2454";>2454</td><td>Add 
raw_storage_iterator::base() member</td><td>Lenexa</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2455";>2455</td><td>Allocator
 default construction should be allowed to 
throw</td><td>Lenexa</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2458";>2458</td><td>N3778 
and new library deallocation 
signatures</td><td>Lenexa</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2459";>2459</td><td>std::polar
 should require a non-negative rho</td><td>Lenexa</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2464";>2464</td><td>try_emplace
 and insert_or_assign misspecified</td><td>Lenexa</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2467";>2467</td><td>is_always_equal
 has slightly inconsistent default</td><td>Lenexa</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2470";>2470</td><td>Allocator's
 destroy function should be allowed to fail to 
instantiate</td><td>Lenexa</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2482";>2482</td><td>[c.strings]
 Table 73 mentions nonexistent 
functions</td><td>Lenexa</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2488";>2488</td><td>Placeholders
 should be allowed and encouraged to be 
constexpr</td><td>Lenexa</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2059";>2059</td><td>C++0x ambiguity 
problem with map::erase</td><td>Lenexa</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2063";>2063</td><td>Contradictory 
requirements for string move 
assignment</td><td>Lenexa</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2076";>2076</td><td>Bad 
CopyConstructible requirement in set 
constructors</td><td>Lenexa</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2160";>2160</td><td>Unintended 
destruction ordering-specification of 
resize</td><td>Lenexa</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2168";>2168</td><td>Inconsistent 
specification of uniform_real_distribution 
constructor</td><td>Lenexa</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2239";>2239</td><td>min/max/minmax 
requirements</td><td>Lenexa</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2364";>2364</td><td>deque and 
vector pop_back don't specify iterator invalidation 
requirements</td><td>Lenexa</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2369";>2369</td><td>constexpr 
max(initializer_list) vs max_element</td><td>Lenexa</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2378";>2378</td><td>Behaviour of 
standard exception types</td><td>Lenexa</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2403";>2403</td><td>stof() should 
call strtof() and wcstof()</td><td>Lenexa</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2406";>2406</td><td>negative_binomial_distribution 
should reject p == 1</td><td>Lenexa</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2407";>2407</td><td>packaged_task(allocator_arg_t, 
const Allocator&, F&&) should neither be constrained nor 
explicit</td><td>Lenexa</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2411";>2411</td><td>shared_ptr is 
only contextually convertible to bool</td><td>Lenexa</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2415";>2415</td><td>Inconsistency 
between unique_ptr and shared_ptr</td><td>Lenexa</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2420";>2420</td><td>function<void(ArgTypes...)> does 
not discard the return value of the target 
object</td><td>Lenexa</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2425";>2425</td><td>operator 
delete(void*, size_t) doesn't invalidate pointers 
sufficiently</td><td>Lenexa</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2427";>2427</td><td>Container 
adaptors as sequence containers, redux</td><td>Lenexa</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2428";>2428</td><td>"External 
declaration" used without being 
defined</td><td>Lenexa</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2433";>2433</td><td>uninitialized_copy()/etc. should 
tolerate overloaded operator&</td><td>Lenexa</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2434";>2434</td><td>shared_ptr::use_count() is 
efficient</td><td>Lenexa</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2437";>2437</td><td>iterator_traits::reference can and 
can't be void</td><td>Lenexa</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2438";>2438</td><td>std::iterator 
inheritance shouldn't be mandated</td><td>Lenexa</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2439";>2439</td><td>unique_copy() 
sometimes can't fall back to reading its 
output</td><td>Lenexa</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2440";>2440</td><td>seed_seq::size() should be 
noexcept</td><td>Lenexa</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2442";>2442</td><td>call_once() 
shouldn't DECAY_COPY()</td><td>Lenexa</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2448";>2448</td><td>Non-normative 
Container destructor specification</td><td>Lenexa</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2454";>2454</td><td>Add 
raw_storage_iterator::base() member</td><td>Lenexa</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2455";>2455</td><td>Allocator 
default construction should be allowed to 
throw</td><td>Lenexa</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2458";>2458</td><td>N3778 and new 
library deallocation signatures</td><td>Lenexa</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2459";>2459</td><td>std::polar 
should require a non-negative rho</td><td>Lenexa</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2464";>2464</td><td>try_emplace and 
insert_or_assign misspecified</td><td>Lenexa</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2467";>2467</td><td>is_always_equal 
has slightly inconsistent default</td><td>Lenexa</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2470";>2470</td><td>Allocator's 
destroy function should be allowed to fail to 
instantiate</td><td>Lenexa</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2482";>2482</td><td>[c.strings] 
Table 73 mentions nonexistent 
functions</td><td>Lenexa</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2488";>2488</td><td>Placeholders 
should be allowed and encouraged to be 
constexpr</td><td>Lenexa</td><td>Complete</td></tr>
        <tr><td></td><td></td><td></td><td></td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#1169";>1169</a></td><td><tt>num_get</tt>
 not fully compatible with 
<tt>strto*</tt></td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2072";>2072</a></td><td>Unclear
 wording about capacity of temporary 
buffers</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2101";>2101</a></td><td>Some
 transformation types can produce impossible 
types</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2111";>2111</a></td><td>Which
 <tt>unexpected</tt>&#47;<tt>terminate</tt> handler is called from the 
exception handling runtime?</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2119";>2119</a></td><td>Missing
 <tt>hash</tt> specializations for extended integer 
types</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2127";>2127</a></td><td>Move-construction
 with <tt>raw_storage_iterator</tt></td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2133";>2133</a></td><td>Attitude
 to overloaded comma for iterators</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2156";>2156</a></td><td>Unordered
 containers' <tt>reserve(n)</tt> reserves for <tt>n-1</tt> 
elements</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2218";>2218</a></td><td>Unclear
 how containers use 
<tt>allocator_traits::construct()</tt></td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2219";>2219</a></td><td><tt><i>INVOKE</i></tt>-ing
 a pointer to member with a <tt>reference_wrapper</tt> as the object 
expression</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2224";>2224</a></td><td>Ambiguous
 status of access to non-live objects</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2234";>2234</a></td><td><tt>assert()</tt>
 should allow usage in constant 
expressions</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2244";>2244</a></td><td>Issue
 on <tt>basic_istream::seekg</tt></td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2250";>2250</a></td><td>Follow-up
 On Library Issue 2207</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2259";>2259</a></td><td>Issues
 in 17.6.5.5 rules for member functions</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2273";>2273</a></td><td><tt>regex_match</tt>
 ambiguity</td><td>Kona</td><td></td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2336";>2336</a></td><td><tt>is_trivially_constructible/is_trivially_assignable</tt>
 traits are always false</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2353";>2353</a></td><td><tt>std::next</tt>
 is over-constrained</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2367";>2367</a></td><td><tt>pair</tt>
 and <tt>tuple</tt> are not correctly implemented for <tt>is_constructible</tt> 
with no args</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2380";>2380</a></td><td>May
 <tt>&lt;cstdlib&gt;</tt> provide <tt>long ::abs(long)</tt> and <tt>long long 
::abs(long long)</tt>?</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2384";>2384</a></td><td>Allocator's
 <tt>deallocate</tt> function needs better 
specification</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2385";>2385</a></td><td><tt>function::assign</tt>
 allocator argument doesn't make sense</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2435";>2435</a></td><td><tt>reference_wrapper::operator()</tt>'s
 Remark should be deleted</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2447";>2447</a></td><td>Allocators
 and <tt>volatile</tt>-qualified value 
types</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2462";>2462</a></td><td><tt>std::ios_base::failure</tt>
 is overspecified</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2466";>2466</a></td><td><tt>allocator_traits::max_size()</tt>
 default behavior is incorrect</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2469";>2469</a></td><td>Wrong
 specification of Requires clause of <tt>operator[]</tt> for <tt>map</tt> and 
<tt>unordered_map</tt></td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2473";>2473</a></td><td><tt>basic_filebuf</tt>'s
 relation to C <tt>FILE</tt> semantics</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2476";>2476</a></td><td><tt>scoped_allocator_adaptor</tt>
 is not assignable</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2477";>2477</a></td><td>Inconsistency
 of wordings in <tt>std::vector::erase()</tt> and 
<tt>std::deque::erase()</tt></td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2483";>2483</a></td><td><tt>throw_with_nested()</tt>
 should use <tt>is_final</tt></td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2484";>2484</a></td><td><tt>rethrow_if_nested()</tt>
 is doubly unimplementable</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2485";>2485</a></td><td><tt>get()</tt>
 should be overloaded for <tt>const 
tuple&amp;&amp;</tt></td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2486";>2486</a></td><td><tt>mem_fn()</tt>
 should be required to use perfect 
forwarding</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2487";>2487</a></td><td><tt>bind()</tt>
 should be <tt>const</tt>-overloaded, not 
<i>cv</i>-overloaded</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2489";>2489</a></td><td><tt>mem_fn()</tt>
 should be <tt>noexcept</tt></td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2492";>2492</a></td><td>Clarify
 requirements for <tt>comp</tt></td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2495";>2495</a></td><td>There
 is no such thing as an Exception Safety 
element</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG1169";>1169</a></td><td><tt>num_get</tt> not fully 
compatible with <tt>strto*</tt></td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2072";>2072</a></td><td>Unclear 
wording about capacity of temporary 
buffers</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2101";>2101</a></td><td>Some 
transformation types can produce impossible 
types</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2111";>2111</a></td><td>Which 
<tt>unexpected</tt>&#47;<tt>terminate</tt> handler is called from the exception 
handling runtime?</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2119";>2119</a></td><td>Missing 
<tt>hash</tt> specializations for extended integer 
types</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2127";>2127</a></td><td>Move-construction with 
<tt>raw_storage_iterator</tt></td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2133";>2133</a></td><td>Attitude to 
overloaded comma for iterators</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2156";>2156</a></td><td>Unordered 
containers' <tt>reserve(n)</tt> reserves for <tt>n-1</tt> 
elements</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2218";>2218</a></td><td>Unclear how 
containers use 
<tt>allocator_traits::construct()</tt></td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2219";>2219</a></td><td><tt><i>INVOKE</i></tt>-ing a 
pointer to member with a <tt>reference_wrapper</tt> as the object 
expression</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2224";>2224</a></td><td>Ambiguous 
status of access to non-live objects</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2234";>2234</a></td><td><tt>assert()</tt> should allow 
usage in constant expressions</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2244";>2244</a></td><td>Issue on 
<tt>basic_istream::seekg</tt></td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2250";>2250</a></td><td>Follow-up 
On Library Issue 2207</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2259";>2259</a></td><td>Issues in 
17.6.5.5 rules for member functions</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2273";>2273</a></td><td><tt>regex_match</tt> 
ambiguity</td><td>Kona</td><td></td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2336";>2336</a></td><td><tt>is_trivially_constructible/is_trivially_assignable</tt>
 traits are always false</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2353";>2353</a></td><td><tt>std::next</tt> is 
over-constrained</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2367";>2367</a></td><td><tt>pair</tt> and 
<tt>tuple</tt> are not correctly implemented for <tt>is_constructible</tt> with 
no args</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2380";>2380</a></td><td>May 
<tt>&lt;cstdlib&gt;</tt> provide <tt>long ::abs(long)</tt> and <tt>long long 
::abs(long long)</tt>?</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2384";>2384</a></td><td>Allocator's 
<tt>deallocate</tt> function needs better 
specification</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2385";>2385</a></td><td><tt>function::assign</tt> 
allocator argument doesn't make sense</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2435";>2435</a></td><td><tt>reference_wrapper::operator()</tt>'s
 Remark should be deleted</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2447";>2447</a></td><td>Allocators 
and <tt>volatile</tt>-qualified value 
types</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2462";>2462</a></td><td><tt>std::ios_base::failure</tt>
 is overspecified</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2466";>2466</a></td><td><tt>allocator_traits::max_size()</tt>
 default behavior is incorrect</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2469";>2469</a></td><td>Wrong 
specification of Requires clause of <tt>operator[]</tt> for <tt>map</tt> and 
<tt>unordered_map</tt></td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2473";>2473</a></td><td><tt>basic_filebuf</tt>'s 
relation to C <tt>FILE</tt> semantics</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2476";>2476</a></td><td><tt>scoped_allocator_adaptor</tt>
 is not assignable</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2477";>2477</a></td><td>Inconsistency of wordings in 
<tt>std::vector::erase()</tt> and 
<tt>std::deque::erase()</tt></td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2483";>2483</a></td><td><tt>throw_with_nested()</tt> 
should use <tt>is_final</tt></td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2484";>2484</a></td><td><tt>rethrow_if_nested()</tt> 
is doubly unimplementable</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2485";>2485</a></td><td><tt>get()</tt> should be 
overloaded for <tt>const 
tuple&amp;&amp;</tt></td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2486";>2486</a></td><td><tt>mem_fn()</tt> should be 
required to use perfect forwarding</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2487";>2487</a></td><td><tt>bind()</tt> should be 
<tt>const</tt>-overloaded, not 
<i>cv</i>-overloaded</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2489";>2489</a></td><td><tt>mem_fn()</tt> should be 
<tt>noexcept</tt></td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2492";>2492</a></td><td>Clarify 
requirements for <tt>comp</tt></td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2495";>2495</a></td><td>There is no 
such thing as an Exception Safety 
element</td><td>Kona</td><td>Complete</td></tr>
        <tr><td></td><td></td><td></td><td></td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2192";>2192</a></td><td>Validity
 and return type of <tt>std::abs(0u)</tt> is 
unclear</td><td>Jacksonville</td><td></td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2276";>2276</a></td><td>Missing
 requirement on 
<tt>std::promise::set_exception</tt></td><td>Jacksonville</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2296";>2296</a></td><td><tt>std::addressof</tt>
 should be <tt>constexpr</td><td>Jacksonville</td><td>Complete (Clang 
Only)</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2450";>2450</a></td><td><tt>(greater|less|greater_equal|less_equal)&lt;void&gt;</tt>
 do not yield a total order for 
pointers</td><td>Jacksonville</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2520";>2520</a></td><td>N4089
 broke initializing <tt>unique_ptr&lt;T[]&gt;</tt> from a 
<tt>nullptr</tt></td><td>Jacksonville</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2522";>2522</a></td><td>[fund.ts.v2]
 Contradiction in <tt>set_default_resource</tt> 
specification</td><td>Jacksonville</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2523";>2523</a></td><td><tt>std::promise</tt>
 synopsis shows two <tt>set_value_at_thread_exit()</tt>'s for no apparent 
reason</td><td>Jacksonville</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2537";>2537</a></td><td>Constructors
 for <code>priority_queue</code> taking allocators should call 
<code>make_heap</code></td><td>Jacksonville</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2539";>2539</a></td><td>[fund.ts.v2]
 <tt>invocation_trait</tt> definition definition doesn't work for surrogate 
call functions</td><td>Jacksonville</td><td></td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2545";>2545</a></td><td>Simplify
 wording for <tt>bind</tt> without explicitly specified return 
type</td><td>Jacksonville</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2557";>2557</a></td><td>Logical
 operator traits are broken in the zero-argument 
case</td><td>Jacksonville</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2558";>2558</a></td><td>[fund.ts.v2]
 Logical operator traits are broken in the zero-argument 
case</td><td>Jacksonville</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2559";>2559</a></td><td>Error
 in LWG 2234's resolution</td><td>Jacksonville</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2560";>2560</a></td><td><tt>is_constructible</tt>
 underspecified when applied to a function 
type</td><td>Jacksonville</td><td>Broken in 3.6; See r261653.</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2565";>2565</a></td><td><tt>std::function</tt>'s
 move constructor should guarantee nothrow for <tt>reference_wrapper</tt>s and 
function pointers</td><td>Jacksonville</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2566";>2566</a></td><td>Requirements
 on the first template parameter of container 
adaptors</td><td>Jacksonville</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2571";>2571</a></td><td>&sect;[map.modifiers]/2
 imposes nonsensical requirement on <tt>insert(InputIterator, 
InputIterator)</tt></td><td>Jacksonville</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2572";>2572</a></td><td>The
 remarks for <tt>shared_ptr::operator*</tt> should apply to <i>cv</i>-qualified 
<tt>void</tt> as well</td><td>Jacksonville</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2574";>2574</a></td><td>[fund.ts.v2]
 <tt>std::experimental::function::operator=(F&amp;&amp;)</tt> should be 
constrained</td><td>Jacksonville</td><td></td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2575";>2575</a></td><td>[fund.ts.v2]
 <tt>experimental::function::assign</tt> should be 
removed</td><td>Jacksonville</td><td></td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2576";>2576</a></td><td><tt>istream_iterator</tt>
 and <tt>ostream_iterator</tt> should use 
<tt>std::addressof</tt></td><td>Jacksonville</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2577";>2577</a></td><td><tt>{shared,unique}_lock</tt>
 should use 
<tt>std::addressof</tt></td><td>Jacksonville</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2579";>2579</a></td><td>Inconsistency
 wrt Allocators in <tt>basic_string</tt> assignment vs. 
<tt>basic_string::assign</tt></td><td>Jacksonville</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2581";>2581</a></td><td>Specialization
 of <tt>&lt;type_traits&gt;</tt> variable templates should be 
prohibited</td><td>Jacksonville</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2582";>2582</a></td><td>&sect;[res.on.functions]/2's
 prohibition against incomplete types shouldn't apply to type 
traits</td><td>Jacksonville</td><td></td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2583";>2583</a></td><td>There
 is no way to supply an allocator for <tt>basic_string(str, 
pos)</tt></td><td>Jacksonville</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2585";>2585</a></td><td><tt>forward_list::resize(size_type,
 const value_type&amp;)</tt> effects 
incorrect</td><td>Jacksonville</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2586";>2586</a></td><td>Wrong
 value category used in 
<tt>scoped_allocator_adaptor::construct()</tt></td><td>Jacksonville</td><td></td></tr>
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2590";>2590</a></td><td>Aggregate
 initialization for 
<tt>std::array</tt></td><td>Jacksonville</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2192";>2192</a></td><td>Validity 
and return type of <tt>std::abs(0u)</tt> is 
unclear</td><td>Jacksonville</td><td></td></tr>
+       <tr><td><a href="http://wg21.link/LWG2276";>2276</a></td><td>Missing 
requirement on 
<tt>std::promise::set_exception</tt></td><td>Jacksonville</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2296";>2296</a></td><td><tt>std::addressof</tt> should 
be <tt>constexpr</td><td>Jacksonville</td><td>Complete (Clang Only)</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2450";>2450</a></td><td><tt>(greater|less|greater_equal|less_equal)&lt;void&gt;</tt>
 do not yield a total order for 
pointers</td><td>Jacksonville</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2520";>2520</a></td><td>N4089 broke 
initializing <tt>unique_ptr&lt;T[]&gt;</tt> from a 
<tt>nullptr</tt></td><td>Jacksonville</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2522";>2522</a></td><td>[fund.ts.v2] Contradiction in 
<tt>set_default_resource</tt> 
specification</td><td>Jacksonville</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2523";>2523</a></td><td><tt>std::promise</tt> synopsis 
shows two <tt>set_value_at_thread_exit()</tt>'s for no apparent 
reason</td><td>Jacksonville</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2537";>2537</a></td><td>Constructors for 
<code>priority_queue</code> taking allocators should call 
<code>make_heap</code></td><td>Jacksonville</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2539";>2539</a></td><td>[fund.ts.v2] 
<tt>invocation_trait</tt> definition definition doesn't work for surrogate call 
functions</td><td>Jacksonville</td><td></td></tr>
+       <tr><td><a href="http://wg21.link/LWG2545";>2545</a></td><td>Simplify 
wording for <tt>bind</tt> without explicitly specified return 
type</td><td>Jacksonville</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2557";>2557</a></td><td>Logical 
operator traits are broken in the zero-argument 
case</td><td>Jacksonville</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2558";>2558</a></td><td>[fund.ts.v2] Logical operator 
traits are broken in the zero-argument 
case</td><td>Jacksonville</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2559";>2559</a></td><td>Error in 
LWG 2234's resolution</td><td>Jacksonville</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2560";>2560</a></td><td><tt>is_constructible</tt> 
underspecified when applied to a function 
type</td><td>Jacksonville</td><td>Broken in 3.6; See r261653.</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2565";>2565</a></td><td><tt>std::function</tt>'s move 
constructor should guarantee nothrow for <tt>reference_wrapper</tt>s and 
function pointers</td><td>Jacksonville</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2566";>2566</a></td><td>Requirements on the first 
template parameter of container 
adaptors</td><td>Jacksonville</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2571";>2571</a></td><td>&sect;[map.modifiers]/2 
imposes nonsensical requirement on <tt>insert(InputIterator, 
InputIterator)</tt></td><td>Jacksonville</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2572";>2572</a></td><td>The remarks 
for <tt>shared_ptr::operator*</tt> should apply to <i>cv</i>-qualified 
<tt>void</tt> as well</td><td>Jacksonville</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2574";>2574</a></td><td>[fund.ts.v2] 
<tt>std::experimental::function::operator=(F&amp;&amp;)</tt> should be 
constrained</td><td>Jacksonville</td><td></td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2575";>2575</a></td><td>[fund.ts.v2] 
<tt>experimental::function::assign</tt> should be 
removed</td><td>Jacksonville</td><td></td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2576";>2576</a></td><td><tt>istream_iterator</tt> and 
<tt>ostream_iterator</tt> should use 
<tt>std::addressof</tt></td><td>Jacksonville</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2577";>2577</a></td><td><tt>{shared,unique}_lock</tt> 
should use 
<tt>std::addressof</tt></td><td>Jacksonville</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2579";>2579</a></td><td>Inconsistency wrt Allocators 
in <tt>basic_string</tt> assignment vs. 
<tt>basic_string::assign</tt></td><td>Jacksonville</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2581";>2581</a></td><td>Specialization of 
<tt>&lt;type_traits&gt;</tt> variable templates should be 
prohibited</td><td>Jacksonville</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2582";>2582</a></td><td>&sect;[res.on.functions]/2's 
prohibition against incomplete types shouldn't apply to type 
traits</td><td>Jacksonville</td><td></td></tr>
+       <tr><td><a href="http://wg21.link/LWG2583";>2583</a></td><td>There is no 
way to supply an allocator for <tt>basic_string(str, 
pos)</tt></td><td>Jacksonville</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG2585";>2585</a></td><td><tt>forward_list::resize(size_type,
 const value_type&amp;)</tt> effects 
incorrect</td><td>Jacksonville</td><td>Complete</td></tr>
+       <tr><td><a href="http://wg21.link/LWG2586";>2586</a></td><td>Wrong value 
category used in 
<tt>scoped_allocator_adaptor::construct()</tt></td><td>Jacksonville</td><td></td></tr>
+       <tr><td><a href="http://wg21.link/LWG2590";>2590</a></td><td>Aggregate 
initialization for 
<tt>std::array</tt></td><td>Jacksonville</td><td>Complete</td></tr>
        <tr><td></td><td></td><td></td><td></td></tr>
        <tr><td><a href="http://wg21.link/LWG2181";>2181</a></td><td>Exceptions 
from seed sequence operations</td><td>Oulu</td><td></td></tr>
        <tr><td><a 
href="http://wg21.link/LWG2309";>2309</a></td><td>mutex::lock() should not throw 
device_or_resource_busy</td><td>Oulu</td><td></td></tr>
@@ -312,12 +312,12 @@
        <tr><td><a 
href="http://wg21.link/LWG2728";>2728</a></td><td>status(p).permissions() and 
symlink_status(p).permissions() are not 
specified</td><td>Oulu</td><td></td></tr>
 
 <!--
-       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#1214";>1214</a></td><td>Insufficient/inconsistent
 key immutability requirements for associative 
containers</td><td>Urbana</td><td></td></tr>
+       <tr><td><a 
href="http://wg21.link/LWG1214";>1214</a></td><td>Insufficient/inconsistent key 
immutability requirements for associative 
containers</td><td>Urbana</td><td></td></tr>
 -->
 <!--   <tr><td></td><td></td><td></td><td></td></tr> -->
   </table>
 
-  <p>Last Updated: 18-May-2016</p>
+  <p>Last Updated: 28-Jun-2016</p>
 </div>
 </body>
 </html>


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to