[libcxx] r188286 - Updated Issue 2187

Marshall Clow mclow.lists at gmail.com
Tue Aug 13 09:23:22 PDT 2013


Author: marshall
Date: Tue Aug 13 11:23:22 2013
New Revision: 188286

URL: http://llvm.org/viewvc/llvm-project?rev=188286&view=rev
Log:
Updated Issue 2187

Modified:
    libcxx/trunk/www/cxx1y_status.html

Modified: libcxx/trunk/www/cxx1y_status.html
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/www/cxx1y_status.html?rev=188286&r1=188285&r2=188286&view=diff
==============================================================================
--- libcxx/trunk/www/cxx1y_status.html (original)
+++ libcxx/trunk/www/cxx1y_status.html Tue Aug 13 11:23:22 2013
@@ -54,9 +54,9 @@
 
 	<tr><td>3545</td><td>An Incremental Improvement to integral_constant</td><td>Bristol</td><td>Complete</td></tr>
 	<tr><td>3644</td><td>Null Forward Iterators</td><td>Bristol</td><td>Complete</td></tr>
-	<tr><td>3668</td><td>std::exchange(),</td><td>Bristol</td><td>Complete</td></tr>
-	<tr><td>3658</td><td>Compile-time integer sequences,</td><td>Bristol</td><td>Complete</td></tr>
-	<tr><td>3670</td><td>Addressing Tuples by Type,</td><td>Bristol</td><td>Complete</td></tr>
+	<tr><td>3668</td><td>std::exchange()</td><td>Bristol</td><td>Complete</td></tr>
+	<tr><td>3658</td><td>Compile-time integer sequences</td><td>Bristol</td><td>Complete</td></tr>
+	<tr><td>3670</td><td>Addressing Tuples by Type</td><td>Bristol</td><td>Complete</td></tr>
 	<tr><td>3671</td><td>Making non-modifying sequence operations more robust</td><td>Bristol</td><td>Complete</td></tr>
 	<tr><td>3656</td><td>make_unique</td><td>Bristol</td><td>Complete</td></tr>
 	<tr><td>3654</td><td>Quoted Strings</td><td>Bristol</td><td>Implemented, but not checked in</td></tr>
@@ -123,7 +123,7 @@
 	<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></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></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></td></tr>
-	<tr><td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2187">2187</a></td><td>vector<bool> is missing emplace and emplace_back member functions</td><td>Bristol</td><td></td></tr>
+	<tr><td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2187">2187</a></td><td>vector<bool> is missing emplace and emplace_back member functions</td><td>Bristol</td><td>Not 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></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></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></td></tr>





More information about the cfe-commits mailing list