Author: marshall
Date: Mon Oct  5 11:17:34 2015
New Revision: 249325

URL: http://llvm.org/viewvc/llvm-project?rev=249325&view=rev
Log:
Implement LWG#2063, and update the issues links to point to the github 
generated pages

Modified:
    libcxx/trunk/include/string
    
libcxx/trunk/test/std/strings/basic.string/string.modifiers/string_assign/string.pass.cpp
    libcxx/trunk/www/cxx1y_status.html
    libcxx/trunk/www/cxx1z_status.html

Modified: libcxx/trunk/include/string
URL: 
http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/string?rev=249325&r1=249324&r2=249325&view=diff
==============================================================================
--- libcxx/trunk/include/string (original)
+++ libcxx/trunk/include/string Mon Oct  5 11:17:34 2015
@@ -1509,6 +1509,7 @@ public:
 #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES
     _LIBCPP_INLINE_VISIBILITY
     basic_string& assign(basic_string&& str)
+        _NOEXCEPT_((__noexcept_move_assign_container<_Allocator, 
__alloc_traits>::value))
         {*this = _VSTD::move(str); return *this;}
 #endif
     basic_string& assign(const basic_string& __str, size_type __pos, size_type 
__n=npos);

Modified: 
libcxx/trunk/test/std/strings/basic.string/string.modifiers/string_assign/string.pass.cpp
URL: 
http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/strings/basic.string/string.modifiers/string_assign/string.pass.cpp?rev=249325&r1=249324&r2=249325&view=diff
==============================================================================
--- 
libcxx/trunk/test/std/strings/basic.string/string.modifiers/string_assign/string.pass.cpp
 (original)
+++ 
libcxx/trunk/test/std/strings/basic.string/string.modifiers/string_assign/string.pass.cpp
 Mon Oct  5 11:17:34 2015
@@ -76,4 +76,10 @@ int main()
          S("12345678901234567890"));
     }
 #endif
+#if __cplusplus > 201402L
+    {
+    typedef std::string S;
+    static_assert(noexcept(S().assign(S())), "");  // LWG#2063
+    }
+#endif
 }

Modified: libcxx/trunk/www/cxx1y_status.html
URL: 
http://llvm.org/viewvc/llvm-project/libcxx/trunk/www/cxx1y_status.html?rev=249325&r1=249324&r2=249325&view=diff
==============================================================================
--- libcxx/trunk/www/cxx1y_status.html (original)
+++ libcxx/trunk/www/cxx1y_status.html Mon Oct  5 11:17:34 2015
@@ -109,165 +109,165 @@
 <!--   <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://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#1214";>1214</a></td><td>Insufficient/inconsistent
 key immutability requirements for associative 
containers</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2009";>2009</a></td><td>Reporting
 out-of-bound values on numeric string 
conversions</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2010";>2010</a></td><td>is_*
 traits for binding operations can't be meaningfully 
specialized</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2015";>2015</a></td><td>Incorrect
 pre-conditions for some type traits</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2021";>2021</a></td><td>Further
 incorrect usages of result_of</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2028";>2028</a></td><td>messages_base::catalog
 overspecified</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2033";>2033</a></td><td>Preconditions
 of reserve, shrink_to_fit, and resize 
functions</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2039";>2039</a></td><td>Issues
 with std::reverse and std::copy_if</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2044";>2044</a></td><td>No
 definition of "Stable" for copy 
algorithms</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2045";>2045</a></td><td>forward_list::merge
 and forward_list::splice_after with unequal 
allocators</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2047";>2047</a></td><td>Incorrect
 "mixed" move-assignment semantics of 
unique_ptr</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2050";>2050</a></td><td>Unordered
 associative containers do not use allocator_traits to define member 
types</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2053";>2053</a></td><td>Errors
 in regex bitmask types</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2061";>2061</a></td><td>make_move_iterator
 and arrays</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2064";>2064</a></td><td>More
 noexcept issues in basic_string</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2065";>2065</a></td><td>Minimal
 allocator interface</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2067";>2067</a></td><td>packaged_task
 should have deleted copy c'tor with const 
parameter</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2069";>2069</a></td><td>Inconsistent
 exception spec for basic_string move 
constructor</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2096";>2096</a></td><td>Incorrect
 constraints of future::get in regard to 
MoveAssignable</td><td>Kona</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2102";>2102</a></td><td>Why
 is std::launch an implementation-defined 
type?</td><td>Kona</td><td>Complete</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>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2009";>2009</a></td><td>Reporting
 out-of-bound values on numeric string 
conversions</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2010";>2010</a></td><td>is_*
 traits for binding operations can't be meaningfully 
specialized</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2015";>2015</a></td><td>Incorrect
 pre-conditions for some type traits</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2021";>2021</a></td><td>Further
 incorrect usages of result_of</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2028";>2028</a></td><td>messages_base::catalog
 overspecified</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2033";>2033</a></td><td>Preconditions
 of reserve, shrink_to_fit, and resize 
functions</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2039";>2039</a></td><td>Issues
 with std::reverse and std::copy_if</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2044";>2044</a></td><td>No 
definition of "Stable" for copy 
algorithms</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2045";>2045</a></td><td>forward_list::merge
 and forward_list::splice_after with unequal 
allocators</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2047";>2047</a></td><td>Incorrect
 "mixed" move-assignment semantics of 
unique_ptr</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2050";>2050</a></td><td>Unordered
 associative containers do not use allocator_traits to define member 
types</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2053";>2053</a></td><td>Errors
 in regex bitmask types</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2061";>2061</a></td><td>make_move_iterator
 and arrays</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2064";>2064</a></td><td>More
 noexcept issues in basic_string</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2065";>2065</a></td><td>Minimal
 allocator interface</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2067";>2067</a></td><td>packaged_task
 should have deleted copy c'tor with const 
parameter</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2069";>2069</a></td><td>Inconsistent
 exception spec for basic_string move 
constructor</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2096";>2096</a></td><td>Incorrect
 constraints of future::get in regard to 
MoveAssignable</td><td>Kona</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2102";>2102</a></td><td>Why
 is std::launch an implementation-defined 
type?</td><td>Kona</td><td>Complete</td></tr>
   <tr><td></td><td></td><td></td><td></td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2071";>2071</a></td><td>std::valarray
 move-assignment</td><td>Portland</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2074";>2074</a></td><td>Off
 by one error in std::reverse_copy</td><td>Portland</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2081";>2081</a></td><td>Allocator
 requirements should include 
CopyConstructible</td><td>Portland</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2083";>2083</a></td><td>const-qualification
 on weak_ptr::owner_before</td><td>Portland</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2086";>2086</a></td><td>Overly
 generic type support for math 
functions</td><td>Portland</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2099";>2099</a></td><td>Unnecessary
 constraints of va_start() usage</td><td>Portland</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2103";>2103</a></td><td>std::allocator_traits&lt;std::allocator&lt;T&gt;&gt;::propagate_on_container_move_assignment</td><td>Portland</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2105";>2105</a></td><td>Inconsistent
 requirements on const_iterator's 
value_type</td><td>Portland</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2110";>2110</a></td><td>remove
 can't swap but note says it might</td><td>Portland</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2123";>2123</a></td><td>merge()
 allocator requirements for lists versus forward 
lists</td><td>Portland</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2005";>2005</a></td><td>unordered_map::insert(T&&)
 protection should apply to map too</td><td>Portland</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2011";>2011</a></td><td>Unexpected
 output required of strings</td><td>Portland</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2048";>2048</a></td><td>Unnecessary
 mem_fn overloads</td><td>Portland</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2049";>2049</a></td><td>is_destructible
 is underspecified</td><td>Portland</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2056";>2056</a></td><td>future_errc
 enums start with value 0 (invalid value for 
broken_promise)</td><td>Portland</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2058";>2058</a></td><td>valarray
 and begin/end</td><td>Portland</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2071";>2071</a></td><td>std::valarray
 move-assignment</td><td>Portland</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2074";>2074</a></td><td>Off
 by one error in std::reverse_copy</td><td>Portland</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2081";>2081</a></td><td>Allocator
 requirements should include 
CopyConstructible</td><td>Portland</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2083";>2083</a></td><td>const-qualification
 on weak_ptr::owner_before</td><td>Portland</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2086";>2086</a></td><td>Overly
 generic type support for math 
functions</td><td>Portland</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2099";>2099</a></td><td>Unnecessary
 constraints of va_start() usage</td><td>Portland</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2103";>2103</a></td><td>std::allocator_traits&lt;std::allocator&lt;T&gt;&gt;::propagate_on_container_move_assignment</td><td>Portland</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2105";>2105</a></td><td>Inconsistent
 requirements on const_iterator's 
value_type</td><td>Portland</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2110";>2110</a></td><td>remove
 can't swap but note says it might</td><td>Portland</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2123";>2123</a></td><td>merge()
 allocator requirements for lists versus forward 
lists</td><td>Portland</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2005";>2005</a></td><td>unordered_map::insert(T&&)
 protection should apply to map too</td><td>Portland</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2011";>2011</a></td><td>Unexpected
 output required of strings</td><td>Portland</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2048";>2048</a></td><td>Unnecessary
 mem_fn overloads</td><td>Portland</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2049";>2049</a></td><td>is_destructible
 is underspecified</td><td>Portland</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2056";>2056</a></td><td>future_errc
 enums start with value 0 (invalid value for 
broken_promise)</td><td>Portland</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2058";>2058</a></td><td>valarray
 and begin/end</td><td>Portland</td><td>Complete</td></tr>
   <tr><td></td><td></td><td></td><td></td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2091";>2091</a></td><td>Misplaced
 effect in m.try_lock_for()</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2092";>2092</a></td><td>Vague
 Wording for condition_variable_any</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2093";>2093</a></td><td>Throws
 clause of condition_variable::wait with 
predicate</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2094";>2094</a></td><td>duration
 conversion overflow shouldn't participate in overload 
resolution</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2122";>2122</a></td><td>merge()
 stability for lists versus forward 
lists</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2128";>2128</a></td><td>Absence
 of global functions cbegin/cend</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2145";>2145</a></td><td>error_category
 default constructor</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2147";>2147</a></td><td>Unclear
 hint type in Allocator's allocate 
function</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2148";>2148</a></td><td>Hashing
 enums should be supported directly by 
std::hash</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2149";>2149</a></td><td>Concerns
 about 20.8/5</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2162";>2162</a></td><td>allocator_traits::max_size
 missing noexcept</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2163";>2163</a></td><td>nth_element
 requires inconsistent 
post-conditions</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2169";>2169</a></td><td>Missing
 reset() requirements in unique_ptr 
specialization</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2172";>2172</a></td><td>Does
 atomic_compare_exchange_* accept v == nullptr 
arguments?</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2080";>2080</a></td><td>Specify
 when once_flag becomes invalid</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2098";>2098</a></td><td>promise
 throws clauses</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2109";>2109</a></td><td>Incorrect
 requirements for hash 
specializations</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2130";>2130</a></td><td>missing
 ordering constraints for fences</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2138";>2138</a></td><td>atomic_flag::clear
 ordering constraints</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2140";>2140</a></td><td>notify_all_at_thread_exit
 synchronization</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2144";>2144</a></td><td>Missing
 noexcept specification in type_index</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2174";>2174</a></td><td>wstring_convert::converted()
 should be noexcept</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2175";>2175</a></td><td>string_convert
 and wbuffer_convert validity</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2176";>2176</a></td><td>Special
 members for wstring_convert and 
wbuffer_convert</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2177";>2177</a></td><td>Requirements
 on Copy/MoveInsertable</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2185";>2185</a></td><td>Missing
 throws clause for 
future/shared_future::wait_for/wait_until</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2187";>2187</a></td><td>vector&lt;bool&gt;
 is missing emplace and emplace_back member 
functions</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2190";>2190</a></td><td>ordering
 of condition variable operations, reflects Posix 
discussion</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2196";>2196</a></td><td>Specification
 of is_*[copy/move]_[constructible/assignable] unclear for non-referencable 
types</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2197";>2197</a></td><td>Specification
 of is_[un]signed unclear for non-arithmetic 
types</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2200";>2200</a></td><td>Data
 race avoidance for all containers, not only for 
sequences</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2203";>2203</a></td><td>scoped_allocator_adaptor
 uses wrong argument types for piecewise 
construction</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2207";>2207</a></td><td>basic_string::at
 should not have a Requires clause</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2209";>2209</a></td><td>assign()
 overspecified for sequence 
containers</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2210";>2210</a></td><td>Missing
 allocator-extended constructor for allocator-aware 
containers</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2211";>2211</a></td><td>Replace
 ambiguous use of "Allocator" in container 
requirements</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2222";>2222</a></td><td>Inconsistency
 in description of forward_list::splice_after single-element 
overload</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2225";>2225</a></td><td>Unrealistic
 header inclusion checks required</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2229";>2229</a></td><td>Standard
 code conversion facets 
underspecified</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2231";>2231</a></td><td>DR
 704 removes complexity guarantee for 
clear()</td><td>Bristol</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2235";>2235</a></td><td>Undefined
 behavior without proper requirements on basic_string 
constructors</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2091";>2091</a></td><td>Misplaced
 effect in m.try_lock_for()</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2092";>2092</a></td><td>Vague
 Wording for condition_variable_any</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2093";>2093</a></td><td>Throws
 clause of condition_variable::wait with 
predicate</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2094";>2094</a></td><td>duration
 conversion overflow shouldn't participate in overload 
resolution</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2122";>2122</a></td><td>merge()
 stability for lists versus forward 
lists</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2128";>2128</a></td><td>Absence
 of global functions cbegin/cend</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2145";>2145</a></td><td>error_category
 default constructor</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2147";>2147</a></td><td>Unclear
 hint type in Allocator's allocate 
function</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2148";>2148</a></td><td>Hashing
 enums should be supported directly by 
std::hash</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2149";>2149</a></td><td>Concerns
 about 20.8/5</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2162";>2162</a></td><td>allocator_traits::max_size
 missing noexcept</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2163";>2163</a></td><td>nth_element
 requires inconsistent 
post-conditions</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2169";>2169</a></td><td>Missing
 reset() requirements in unique_ptr 
specialization</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2172";>2172</a></td><td>Does
 atomic_compare_exchange_* accept v == nullptr 
arguments?</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2080";>2080</a></td><td>Specify
 when once_flag becomes invalid</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2098";>2098</a></td><td>promise
 throws clauses</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2109";>2109</a></td><td>Incorrect
 requirements for hash 
specializations</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2130";>2130</a></td><td>missing
 ordering constraints for fences</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2138";>2138</a></td><td>atomic_flag::clear
 ordering constraints</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2140";>2140</a></td><td>notify_all_at_thread_exit
 synchronization</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2144";>2144</a></td><td>Missing
 noexcept specification in type_index</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2174";>2174</a></td><td>wstring_convert::converted()
 should be noexcept</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2175";>2175</a></td><td>string_convert
 and wbuffer_convert validity</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2176";>2176</a></td><td>Special
 members for wstring_convert and 
wbuffer_convert</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2177";>2177</a></td><td>Requirements
 on Copy/MoveInsertable</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2185";>2185</a></td><td>Missing
 throws clause for 
future/shared_future::wait_for/wait_until</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2187";>2187</a></td><td>vector&lt;bool&gt;
 is missing emplace and emplace_back member 
functions</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2190";>2190</a></td><td>ordering
 of condition variable operations, reflects Posix 
discussion</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2196";>2196</a></td><td>Specification
 of is_*[copy/move]_[constructible/assignable] unclear for non-referencable 
types</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2197";>2197</a></td><td>Specification
 of is_[un]signed unclear for non-arithmetic 
types</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2200";>2200</a></td><td>Data
 race avoidance for all containers, not only for 
sequences</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2203";>2203</a></td><td>scoped_allocator_adaptor
 uses wrong argument types for piecewise 
construction</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2207";>2207</a></td><td>basic_string::at
 should not have a Requires clause</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2209";>2209</a></td><td>assign()
 overspecified for sequence 
containers</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2210";>2210</a></td><td>Missing
 allocator-extended constructor for allocator-aware 
containers</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2211";>2211</a></td><td>Replace
 ambiguous use of "Allocator" in container 
requirements</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2222";>2222</a></td><td>Inconsistency
 in description of forward_list::splice_after single-element 
overload</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2225";>2225</a></td><td>Unrealistic
 header inclusion checks required</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2229";>2229</a></td><td>Standard
 code conversion facets 
underspecified</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2231";>2231</a></td><td>DR 
704 removes complexity guarantee for 
clear()</td><td>Bristol</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2235";>2235</a></td><td>Undefined
 behavior without proper requirements on basic_string 
constructors</td><td>Bristol</td><td>Complete</td></tr>
     <tr><td></td><td></td><td></td><td></td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2141";>2141</a></td><td>common_type
 trait produces reference types</td><td>Chicago</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2246";>2246</a></td><td>unique_ptr
 assignment effects w.r.t. deleter</td><td>Chicago</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2247";>2247</a></td><td>Type
 traits and std::nullptr_t</td><td>Chicago</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2085";>2085</a></td><td>Wrong
 description of effect 1 of 
basic_istream::ignore</td><td>Chicago</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2087";>2087</a></td><td>iostream_category()
 and noexcept</td><td>Chicago</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2143";>2143</a></td><td>ios_base::xalloc
 should be thread-safe</td><td>Chicago</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2150";>2150</a></td><td>Unclear
 specification of find_end</td><td>Chicago</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2180";>2180</a></td><td>Exceptions
 from std::seed_seq operations</td><td>Chicago</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2194";>2194</a></td><td>Impossible
 container requirements for adaptor 
types</td><td>Chicago</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2013";>2013</a></td><td>Do
 library implementers have the freedom to add 
constexpr?</td><td>Chicago</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2018";>2018</a></td><td>regex_traits::isctype
 Returns clause is wrong</td><td>Chicago</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2078";>2078</a></td><td>Throw
 specification of async() incomplete</td><td>Chicago</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2097";>2097</a></td><td>packaged_task
 constructors should be constrained</td><td>Chicago</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2100";>2100</a></td><td>Timed
 waiting functions cannot timeout if launch::async policy 
used</td><td>Chicago</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2120";>2120</a></td><td>What
 should async do if neither 'async' nor 'deferred' is set in 
policy?</td><td>Chicago</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2159";>2159</a></td><td>atomic_flag
 initialization</td><td>Chicago</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2275";>2275</a></td><td>Why
 is forward_as_tuple not constexpr?</td><td>Chicago</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2284";>2284</a></td><td>Inconsistency
 in allocator_traits::max_size</td><td>Chicago</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2298";>2298</a></td><td>is_nothrow_constructible
 is always false because of 
create&lt;&gt;</td><td>Chicago</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2300";>2300</a></td><td>Redundant
 sections for map and multimap members should be 
removed</td><td>Chicago</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2141";>2141</a></td><td>common_type
 trait produces reference types</td><td>Chicago</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2246";>2246</a></td><td>unique_ptr
 assignment effects w.r.t. deleter</td><td>Chicago</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2247";>2247</a></td><td>Type
 traits and std::nullptr_t</td><td>Chicago</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2085";>2085</a></td><td>Wrong
 description of effect 1 of 
basic_istream::ignore</td><td>Chicago</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2087";>2087</a></td><td>iostream_category()
 and noexcept</td><td>Chicago</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2143";>2143</a></td><td>ios_base::xalloc
 should be thread-safe</td><td>Chicago</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2150";>2150</a></td><td>Unclear
 specification of find_end</td><td>Chicago</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2180";>2180</a></td><td>Exceptions
 from std::seed_seq operations</td><td>Chicago</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2194";>2194</a></td><td>Impossible
 container requirements for adaptor 
types</td><td>Chicago</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2013";>2013</a></td><td>Do 
library implementers have the freedom to add 
constexpr?</td><td>Chicago</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2018";>2018</a></td><td>regex_traits::isctype
 Returns clause is wrong</td><td>Chicago</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2078";>2078</a></td><td>Throw
 specification of async() incomplete</td><td>Chicago</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2097";>2097</a></td><td>packaged_task
 constructors should be constrained</td><td>Chicago</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2100";>2100</a></td><td>Timed
 waiting functions cannot timeout if launch::async policy 
used</td><td>Chicago</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2120";>2120</a></td><td>What
 should async do if neither 'async' nor 'deferred' is set in 
policy?</td><td>Chicago</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2159";>2159</a></td><td>atomic_flag
 initialization</td><td>Chicago</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2275";>2275</a></td><td>Why
 is forward_as_tuple not constexpr?</td><td>Chicago</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2284";>2284</a></td><td>Inconsistency
 in allocator_traits::max_size</td><td>Chicago</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2298";>2298</a></td><td>is_nothrow_constructible
 is always false because of 
create&lt;&gt;</td><td>Chicago</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2300";>2300</a></td><td>Redundant
 sections for map and multimap members should be 
removed</td><td>Chicago</td><td>Complete</td></tr>
        <tr><td>NB comment: GB9</td>                                            
                         <td>Remove gets from 
C++14</td><td>Chicago</td><td>Complete</td></tr>
     <tr><td></td><td></td><td></td><td></td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2135";>2135</a></td><td>Unclear
 requirement for exceptions thrown in 
condition_variable::wait()</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2291";>2291</a></td><td>std::hash
 is vulnerable to collision DoS 
attack</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2142";>2142</a></td><td>packaged_task::operator()
 synchronization too broad?</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2240";>2240</a></td><td>Probable
 misuse of term "function scope" in 
[thread.condition]</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2252";>2252</a></td><td>Strong
 guarantee on vector::push_back() still broken with 
C++11?</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2257";>2257</a></td><td>Simplify
 container requirements with the new 
algorithms</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2268";>2268</a></td><td>Setting
 a default argument in the declaration of a member function assign of 
std::basic_string</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2271";>2271</a></td><td>regex_traits::lookup_classname
 specification unclear</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2272";>2272</a></td><td>quoted
 should use char_traits::eq for character 
comparison</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2278";>2278</a></td><td>User-defined
 literals for Standard Library types</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2280";>2280</a></td><td>begin
 / end for arrays should be constexpr and 
noexcept</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2285";>2285</a></td><td>make_reverse_iterator</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2135";>2135</a></td><td>Unclear
 requirement for exceptions thrown in 
condition_variable::wait()</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2291";>2291</a></td><td>std::hash
 is vulnerable to collision DoS 
attack</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2142";>2142</a></td><td>packaged_task::operator()
 synchronization too broad?</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2240";>2240</a></td><td>Probable
 misuse of term "function scope" in 
[thread.condition]</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2252";>2252</a></td><td>Strong
 guarantee on vector::push_back() still broken with 
C++11?</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2257";>2257</a></td><td>Simplify
 container requirements with the new 
algorithms</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2268";>2268</a></td><td>Setting
 a default argument in the declaration of a member function assign of 
std::basic_string</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2271";>2271</a></td><td>regex_traits::lookup_classname
 specification unclear</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2272";>2272</a></td><td>quoted
 should use char_traits::eq for character 
comparison</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2278";>2278</a></td><td>User-defined
 literals for Standard Library types</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2280";>2280</a></td><td>begin
 / end for arrays should be constexpr and 
noexcept</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2285";>2285</a></td><td>make_reverse_iterator</td><td>Issaquah</td><td>Complete</td></tr>
 
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2299";>2299</a></td><td>Effects
 of inaccessible key_compare::is_transparent type are not 
clear</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2299";>2299</a></td><td>Effects
 of inaccessible key_compare::is_transparent type are not 
clear</td><td>Issaquah</td><td>Complete</td></tr>
 
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#1450";>1450</a></td><td>Contradiction
 in regex_constants</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2003";>2003</a></td><td>String
 exception inconsistency in erase.</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2112";>2112</a></td><td>User-defined
 classes that cannot be derived from</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2132";>2132</a></td><td>std::function
 ambiguity</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2182";>2182</a></td><td>Container::[const_]reference
 types are misleadingly specified</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2188";>2188</a></td><td>Reverse
 iterator does not fully support targets that overload 
operator&</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2193";>2193</a></td><td>Default
 constructors for standard library containers are 
explicit</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2205";>2205</a></td><td>Problematic
 postconditions of regex_match and 
regex_search</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2213";>2213</a></td><td>Return
 value of std::regex_replace</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#1450";>1450</a></td><td>Contradiction
 in regex_constants</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2003";>2003</a></td><td>String
 exception inconsistency in erase.</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2112";>2112</a></td><td>User-defined
 classes that cannot be derived from</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2132";>2132</a></td><td>std::function
 ambiguity</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2182";>2182</a></td><td>Container::[const_]reference
 types are misleadingly specified</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2188";>2188</a></td><td>Reverse
 iterator does not fully support targets that overload 
operator&</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2193";>2193</a></td><td>Default
 constructors for standard library containers are 
explicit</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2205";>2205</a></td><td>Problematic
 postconditions of regex_match and 
regex_search</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2213";>2213</a></td><td>Return
 value of std::regex_replace</td><td>Issaquah</td><td>Complete</td></tr>
 
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2258";>2258</a></td><td>a.erase(q1,
 q2) unable to directly return q2</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2263";>2263</a></td><td>Comparing
 iterators and allocator pointers with different 
const-character</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2293";>2293</a></td><td>Wrong
 facet used by num_put::do_put</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2301";>2301</a></td><td>Why
 is std::tie not constexpr?</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2304";>2304</a></td><td>Complexity
 of count in unordered associative 
containers</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2306";>2306</a></td><td>match_results::reference
 should be value_type&, not const 
value_type&</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2308";>2308</a></td><td>Clarify
 container destructor requirements w.r.t. 
std::array</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2313";>2313</a></td><td>tuple_size
 should always derive from integral_constant<size_t, 
N></td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2314";>2314</a></td><td>apply()
 should return decltype(auto) and use decay_t before 
tuple_size</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2315";>2315</a></td><td>weak_ptr
 should be movable</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2316";>2316</a></td><td>weak_ptr::lock()
 should be atomic</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2317";>2317</a></td><td>The
 type property queries should be UnaryTypeTraits returning 
size_t</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2320";>2320</a></td><td>select_on_container_copy_construction()
 takes allocators, not containers</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2322";>2322</a></td><td>Associative(initializer_list,
 stuff) constructors are 
underspecified</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2323";>2323</a></td><td>vector::resize(n,
 t)'s specification should be 
simplified</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2324";>2324</a></td><td>Insert
 iterator constructors should use 
addressof()</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2329";>2329</a></td><td>regex_match()/regex_search()
 with match_results should forbid temporary 
strings</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2330";>2330</a></td><td>regex("meow",
 regex::icase) is technically forbidden but should be 
permitted</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2332";>2332</a></td><td>regex_iterator/regex_token_iterator
 should forbid temporary regexes</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2339";>2339</a></td><td>Wording
 issue in nth_element</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2341";>2341</a></td><td>Inconsistency
 between basic_ostream::seekp(pos) and basic_ostream::seekp(off, 
dir)</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2344";>2344</a></td><td>quoted()'s
 interaction with padding is unclear</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2346";>2346</a></td><td>integral_constant's
 member functions should be marked 
noexcept</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2350";>2350</a></td><td>min,
 max, and minmax should be constexpr</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2356";>2356</a></td><td>Stability
 of erasure in unordered associative 
containers</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2357";>2357</a></td><td>Remaining
 "Assignable" requirement</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2359";>2359</a></td><td>How
 does regex_constants::nosubs affect 
basic_regex::mark_count()?</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2360";>2360</a></td><td>reverse_iterator::operator*()
 is unimplementable</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2104";>2104</a></td><td>unique_lock
 move-assignment should not be 
noexcept</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2186";>2186</a></td><td>Incomplete
 action on async/launch::deferred</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2075";>2075</a></td><td>Progress
 guarantees, lock-free property, and scheduling 
assumptions</td><td>Issaquah</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2288";>2288</a></td><td>Inconsistent
 requirements for shared mutexes</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2258";>2258</a></td><td>a.erase(q1,
 q2) unable to directly return q2</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2263";>2263</a></td><td>Comparing
 iterators and allocator pointers with different 
const-character</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2293";>2293</a></td><td>Wrong
 facet used by num_put::do_put</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2301";>2301</a></td><td>Why
 is std::tie not constexpr?</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2304";>2304</a></td><td>Complexity
 of count in unordered associative 
containers</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2306";>2306</a></td><td>match_results::reference
 should be value_type&, not const 
value_type&</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2308";>2308</a></td><td>Clarify
 container destructor requirements w.r.t. 
std::array</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2313";>2313</a></td><td>tuple_size
 should always derive from integral_constant<size_t, 
N></td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2314";>2314</a></td><td>apply()
 should return decltype(auto) and use decay_t before 
tuple_size</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2315";>2315</a></td><td>weak_ptr
 should be movable</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2316";>2316</a></td><td>weak_ptr::lock()
 should be atomic</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2317";>2317</a></td><td>The
 type property queries should be UnaryTypeTraits returning 
size_t</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2320";>2320</a></td><td>select_on_container_copy_construction()
 takes allocators, not containers</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2322";>2322</a></td><td>Associative(initializer_list,
 stuff) constructors are 
underspecified</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2323";>2323</a></td><td>vector::resize(n,
 t)'s specification should be 
simplified</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2324";>2324</a></td><td>Insert
 iterator constructors should use 
addressof()</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2329";>2329</a></td><td>regex_match()/regex_search()
 with match_results should forbid temporary 
strings</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2330";>2330</a></td><td>regex("meow",
 regex::icase) is technically forbidden but should be 
permitted</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2332";>2332</a></td><td>regex_iterator/regex_token_iterator
 should forbid temporary regexes</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2339";>2339</a></td><td>Wording
 issue in nth_element</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2341";>2341</a></td><td>Inconsistency
 between basic_ostream::seekp(pos) and basic_ostream::seekp(off, 
dir)</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2344";>2344</a></td><td>quoted()'s
 interaction with padding is unclear</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2346";>2346</a></td><td>integral_constant's
 member functions should be marked 
noexcept</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2350";>2350</a></td><td>min,
 max, and minmax should be constexpr</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2356";>2356</a></td><td>Stability
 of erasure in unordered associative 
containers</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2357";>2357</a></td><td>Remaining
 "Assignable" requirement</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2359";>2359</a></td><td>How
 does regex_constants::nosubs affect 
basic_regex::mark_count()?</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2360";>2360</a></td><td>reverse_iterator::operator*()
 is unimplementable</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2104";>2104</a></td><td>unique_lock
 move-assignment should not be 
noexcept</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2186";>2186</a></td><td>Incomplete
 action on async/launch::deferred</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2075";>2075</a></td><td>Progress
 guarantees, lock-free property, and scheduling 
assumptions</td><td>Issaquah</td><td>Complete</td></tr>
+       <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2288";>2288</a></td><td>Inconsistent
 requirements for shared mutexes</td><td>Issaquah</td><td>Complete</td></tr>
 <!--   <tr><td></td><td></td><td></td><td></td></tr> -->
   </table>
 

Modified: libcxx/trunk/www/cxx1z_status.html
URL: 
http://llvm.org/viewvc/llvm-project/libcxx/trunk/www/cxx1z_status.html?rev=249325&r1=249324&r2=249325&view=diff
==============================================================================
--- libcxx/trunk/www/cxx1z_status.html (original)
+++ libcxx/trunk/www/cxx1z_status.html Mon Oct  5 11:17:34 2015
@@ -76,76 +76,76 @@
 <!--   <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://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2016";>2016</a></td><td>Allocators
 must be no-throw swappable</td><td>Urbana</td><td></td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/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>Will be resolved by N4089</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2354";>2354</a></td><td>Unnecessary
 copying when inserting into maps with braced-init 
syntax</td><td>Urbana</td><td></td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2465";>LWG#2465</a></td></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></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>Will be resolved by N4089</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></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></td><td></td><td></td><td></td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2106";>2106</td><td><code>move_iterator</code>
 wrapping iterators returning prvalues</td><td>Urbana</td><td></td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2361";>2361</td><td>Apply
 2299 resolution throughout library</td><td>Urbana</td><td></td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://cplusplus.github.io/LWG/lwg-defects.html#2106";>2106</td><td><code>move_iterator</code>
 wrapping iterators returning prvalues</td><td>Urbana</td><td></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></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></td><td></td><td></td><td></td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2063";>2063</td><td>Contradictory
 requirements for string move assignment</td><td>Lenexa</td><td></td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2239";>2239</td><td>min/max/minmax
 requirements</td><td>Lenexa</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/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://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2488";>2488</td><td>Placeholders
 should be allowed and encouraged to be 
constexpr</td><td>Lenexa</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></td></tr>
 
 <!--
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/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://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></td><td></td><td></td><td></td></tr> -->
   </table>
 
-  <p>Last Updated: 27-May-2015</p>
+  <p>Last Updated: 5-Oct-2015</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