From 9b86fc17a07c09219eb104d55b00a1a5c2e98c75 Mon Sep 17 00:00:00 2001
From: Marshall Clow
Date: Wed, 14 Aug 2013 16:12:34 +0000
Subject: [PATCH] Added CWG and SG1 papers to libc++ status page
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@188381 91177308-0d34-0410-b5e6-96231b3b80d8
---
www/cxx1y_status.html | 75 +++++++++++++++++++++++++++++--------------
1 file changed, 51 insertions(+), 24 deletions(-)
diff --git a/www/cxx1y_status.html b/www/cxx1y_status.html
index 4b11fa84..b3a796ce 100644
--- a/www/cxx1y_status.html
+++ b/www/cxx1y_status.html
@@ -39,37 +39,64 @@
The draft standard includes papers and issues that were voted on at the previous three meetings (Kona, Portland, and Bristol)
+ The groups that have contributed papers:
+
+ - CWG - Core Language Working group
+ - LWG - Library working group
+ - SG1 - Study group #1 (Concurrency working group)
+
+
+
- Paper # | Paper Name | Meeting | Status |
- 3346 | Terminology for Container Element Requirements - Rev 1 | Kona | Complete |
+ Paper # | Group | Paper Name | Meeting | Status | First released version |
- 3421 | Making Operator Functors greater<> | Portland | Complete |
- 3462 | std::result_of and SFINAE | Portland | Complete |
+ 3346 | LWG | Terminology for Container Element Requirements - Rev 1 | Kona | Complete | 3.4 |
+ | | | | | |
- 3469 | Constexpr Library Additions: chrono, v3 | Portland | Complete |
- 3470 | Constexpr Library Additions: containers, v2 | Portland | Complete |
- 3471 | Constexpr Library Additions: utilities, v3 | Portland | Complete |
- 3302 | Constexpr Library Additions: complex, v2 | Portland | Complete |
+ 3323 | CWG | A Proposal to Tweak Certain C++ Contextual Conversions, v3 | Portland | | |
+
+ 3421 | LWG | Making Operator Functors greater<> | Portland | Complete | 3.4 |
+ 3462 | LWG | std::result_of and SFINAE | Portland | Complete | 3.4 |
+ 3469 | LWG | Constexpr Library Additions: chrono, v3 | Portland | Complete | 3.4 |
+ 3470 | LWG | Constexpr Library Additions: containers, v2 | Portland | Complete | 3.4 |
+ 3471 | LWG | Constexpr Library Additions: utilities, v3 | Portland | Complete | 3.4 |
+ 3302 | LWG | Constexpr Library Additions: complex, v2 | Portland | Complete | 3.4 |
+ | | | | | |
- 3545 | An Incremental Improvement to integral_constant | Bristol | Complete |
- 3644 | Null Forward Iterators | Bristol | Complete |
- 3668 | std::exchange() | Bristol | Complete |
- 3658 | Compile-time integer sequences | Bristol | Complete |
- 3670 | Addressing Tuples by Type | Bristol | Complete |
- 3671 | Making non-modifying sequence operations more robust | Bristol | Complete |
- 3656 | make_unique | Bristol | Complete |
- 3654 | Quoted Strings | Bristol | Implemented, but not checked in |
- 3642 | User-defined Literals | Bristol | Complete |
- 3655 | TransformationTraits Redux (excluding part 4) | Bristol | Complete |
- 3657 | Adding heterogeneous comparison lookup to associative containers | Bristol | Complete |
- 3672 | A proposal to add a utility class to represent optional objects | Bristol | |
- 3669 | Fixing constexpr member functions without const | Bristol | Complete |
- 3662 | C++ Dynamic Arrays (dynarray) | Bristol | |
+ 3472 | CWG | Binary Literals in the C++ Core Language | Bristol | | |
+ 3624 | CWG | Core Issue 1512: Pointer comparison vs qualification conversions (revision 3) | Bristol | | |
+ 3639 | CWG | Runtime-sized arrays with automatic storage duration (revision 5) | Bristol | | |
+ 3638 | CWG | Return type deduction for normal functions | Bristol | | |
+ 3648 | CWG | Wording Changes for Generalized Lambda-capture | Bristol | | |
+ 3653 | CWG | Member initializers and aggregates | Bristol | | |
+ 3667 | CWG | Drafting for Core 1402 | Bristol | | |
+ 3652 | CWG | Relaxing constraints on constexpr functions" and "constexpr member functions and implicit const | Bristol | | |
+ 3664 | CWG | Clarifying Memory Allocation | Bristol | | |
+ 3651 | CWG | Variable Templates (Revision 1) | Bristol | | |
+ 3649 | CWG | Generic (Polymorphic) Lambda Expressions (Revision 3) | Bristol | | |
+
+ 3545 | LWG | An Incremental Improvement to integral_constant | Bristol | Complete | 3.4 |
+ 3644 | LWG | Null Forward Iterators | Bristol | Complete | 3.4 |
+ 3668 | LWG | std::exchange() | Bristol | Complete | 3.4 |
+ 3658 | LWG | Compile-time integer sequences | Bristol | Complete | 3.4 |
+ 3670 | LWG | Addressing Tuples by Type | Bristol | Complete | 3.4 |
+ 3671 | LWG | Making non-modifying sequence operations more robust | Bristol | Complete | 3.4 |
+ 3656 | LWG | make_unique | Bristol | Complete | 3.4 |
+ 3654 | LWG | Quoted Strings | Bristol | Implemented, but not checked in | |
+ 3642 | LWG | User-defined Literals | Bristol | Complete | 3.4 |
+ 3655 | LWG | TransformationTraits Redux (excluding part 4) | Bristol | Complete | 3.4 |
+ 3657 | LWG | Adding heterogeneous comparison lookup to associative containers | Bristol | Complete | 3.4 |
+ 3672 | LWG | A proposal to add a utility class to represent optional objects | Bristol | | |
+ 3669 | LWG | Fixing constexpr member functions without const | Bristol | Complete | 3.4 |
+ 3662 | LWG | C++ Dynamic Arrays (dynarray) | Bristol | | |
+
+ 3659 | SG1 | Shared Locking in C++ | Bristol | | |
+
-