[libcxx] r191573 - Updated table with results from Chicago

Charles Davis cdavis5x at gmail.com
Fri Sep 27 17:38:14 PDT 2013


On Sep 27, 2013, at 4:16 PM, Marshall Clow wrote:

> Author: marshall
> Date: Fri Sep 27 17:16:32 2013
> New Revision: 191573
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=191573&view=rev
> Log:
> Updated table with results from Chicago
> 
> 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=191573&r1=191572&r2=191573&view=diff
> ==============================================================================
> --- libcxx/trunk/www/cxx1y_status.html (original)
> +++ libcxx/trunk/www/cxx1y_status.html Fri Sep 27 17:16:32 2013
> @@ -87,15 +87,18 @@
> 	<tr><td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3642.pdf">3642</a></td><td>LWG</td><td>User-defined Literals</td><td>Bristol</td><td>Complete</td><td>3.4</td></tr>
> 	<tr><td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3655.pdf">3655</a></td><td>LWG</td><td>TransformationTraits Redux (excluding part 4)</td><td>Bristol</td><td>Complete</td><td>3.4</td></tr>
> 	<tr><td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3657.htm">3657</a></td><td>LWG</td><td>Adding heterogeneous comparison lookup to associative containers</td><td>Bristol</td><td>Complete</td><td>3.4</td></tr>
> -	<tr><td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3672.html">3672</a></td><td>LWG</td><td>A proposal to add a utility class to represent optional objects</td><td>Bristol</td><td>Complete</td><td>3.4</td></tr>
> +	<tr><td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3672.html">3672</a></td><td>LWG</td><td>A proposal to add a utility class to represent optional objects</td><td>Bristol</td><td><I>Removed from Draft Standard</I></td><td>n/a</td></tr>
> 	<tr><td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3669.pdf">3669</a></td><td>LWG</td><td>Fixing constexpr member functions without const</td><td>Bristol</td><td>Complete</td><td>3.4</td></tr>
> -	<tr><td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3662.html">3662</a></td><td>LWG</td><td>C++ Dynamic Arrays (dynarray)</td><td>Bristol</td><td>Mostly Complete*</td><td>3.4</td></tr>
> +	<tr><td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3662.html">3662</a></td><td>LWG</td><td>C++ Dynamic Arrays (dynarray)</td><td>Bristol</td><td><I>Removed from Draft Standard</I></td><td>n/a</td></tr>
> 	
> 	<tr><td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3659.html">3659</a></td><td>SG1</td><td>Shared Locking in C++</td><td>Bristol</td><td>Complete</td><td>3.4</td></tr>
> -<!-- 	<tr><td></td><td></td><td></td><td></td><td></td><td></td></tr> -->
> -  </table>
> 
> -<P><I>* Dynarray allocator support is not implemented pending resolution of <a href="http://cplusplus.github.io/LWG/lwg-active.html#2255">LWG Issue #2255</a></I></P>
> + 	<tr><td></td><td></td><td></td><td></td><td></td><td></td></tr>
> +	<tr><td><a href="http://wiki.edg.com/twiki/pub/Wg21chicago2013/FormalMotions/N3779-complex_literals.pdf">3779</a></td><td>LWG</td><td>User-defined Literals for std::complex</td><td>Chicago</td><td></td><td></td></tr>
> +	<tr><td><a href="http://wiki.edg.com/twiki/pub/Wg21chicago2013/FormalMotions/N3775.pdf">3775</a></td><td>LWG</td><td>Deprecating rand() and Friends</td><td>Chicago</td><td></td><td></td></tr>
> +	<tr><td><a href="http://http://wiki.edg.com/twiki/pub/Wg21chicago2013/FormalMotions/N3789.txt">3789</a></td><td>LWG</td><td>Constexpr Library Additions: functional</td><td>Chicago</td><td></td><td></td></tr>
I don't think you need to say it's an HTTP URL twice here. ;)

Chip





More information about the cfe-commits mailing list