| WG21 Number | Title | Author | Document Date | Mailing Date | Previous Version | Subgroup | Disposition | 
		
			| SD-1 | 2014 PL22.16/WG21 document list | Clark Nelson | 2014-01-21 | 2014-01 |  |  |  | 
		
			| SD-2 | ISO WG21 and INCITS PL22.16 membership list | Clark Nelson | 2014-01-20 | 2014-01 |  |  |  | 
		
			| 2014-01-pre-Issaquah | 
		
			| N3824 | make_array | Zhihao Yuan | 2013-10-22 | 2014-01 |  | Library Evolution |  | 
		
			| N3825 | SG13 Graphics Discussion | Jason Zink | 2013-11-21 | 2014-01 |  | Graphics |  | 
		
			| N3826 | Agenda and Meeting Notice for WG21 Telecon Meeting | Herb Sutter | 2013-11-27 | 2014-01 |  |  |  | 
		
			| N3827 | Working Draft Technical Specification - URI | G. Matthews, D. Berris | 2014-01-19 | 2014-01 | N3792 | Networking |  | 
		
			| N3828 | FALL 2014 JTC1/SC22/WG21 C++ Standards Committee Meeting | Jill Peckham | 2014-01-07 | 2014-01 |  |  |  | 
		
			| N3829 | apply() call a function with arguments from a tuple (V2) | Peter Sommerlad | 2013-12-23 | 2014-01 | N3802 | Library |  | 
		
			| N3830 | Scoped Resource - Generic RAII Wrapper for the Standard Library | P. Sommerlad, A. Sandoval | 2013-12-23 | 2014-01 | N3677 | Library |  | 
		
			| N3831 | Language Extensions for Vector level parallelism | R. Geva, C. Nelson | 2014-01-14 | 2014-01 |  | Concurrency |  | 
		
			| N3832 | Task Region | P. Halpern, A. Robison, A. Laksberg, H. Sutter, et al. | 2014-01-17 | 2014-01 | N3711 | Concurrency |  | 
		
			| N3833 | C++ Standard Core Language Active Issues, Revision 87 | William M. Miller | 2014-01-20 | 2014-01 | N3806 | Core |  | 
		
			| N3834 | C++ Standard Core Language Defect Reports and Accepted Issues, Revision 87 | William M. Miller | 2014-01-20 | 2014-01 | N3807 | Core |  | 
		
			| N3835 | C++ Standard Core Language Closed Issues, Revision 87 | William M. Miller | 2014-01-20 | 2014-01 | N3808 | Core |  | 
		
			| N3836 | C++ Standard Evolution Active Issues List (Revision R05) | Ville Voutilainen | 2014-01-16 | 2014-01 | N3811 | Evolution |  | 
		
			| N3837 | C++ Standard Evolution Completed Issues List (Revision R05) | Ville Voutilainen | 2014-01-16 | 2014-01 | N3812 | Evolution |  | 
		
			| N3838 | C++ Standard Evolution Closed Issues List (Revision R05) | Ville Voutilainen | 2014-01-16 | 2014-01 | N3813 | Evolution |  | 
		
			| N3839 | Proposing the Rule of Five, v2 | Walter E. Brown | 2014-01-01 | 2014-01 | N3578 | Evolution |  | 
		
			| N3840 | A Proposal for the World's Dumbest Smart Pointer, v3 | Walter E. Brown | 2014-01-01 | 2014-01 | N3740 | Library |  | 
		
			| N3841 | Discouraging rand() in C++14 | Walter E. Brown | 2014-01-01 | 2014-01 | N3775 | Library |  | 
		
			| N3842 | A sample Proposal | Walter E. Brown | 2014-01-01 | 2014-01 | N3742 | Library |  | 
		
			| N3843 | A SFINAE-Friendly std::common_type | Walter E. Brown | 2014-01-01 | 2014-01 |  | Library |  | 
		
			| N3844 | A SFINAE-Friendly std::iterator_traits | Walter E. Brown | 2014-01-01 | 2014-01 |  | Library |  | 
		
			| N3845 | Greatest Common Divisor and Least Common Multiple | Walter E. Brown | 2014-01-01 | 2014-01 |  | Library |  | 
		
			| N3846 | Extending static_assert | Walter E. Brown | 2014-01-01 | 2014-01 |  | Evolution |  | 
		
			| N3847 | Random Number Generation is Not Simple! | Walter E. Brown | 2014-01-01 | 2014-01 |  | Library |  | 
		
			| N3848 | Working Draft, Technical Specification on C++ Extensions for Library Fundamentals | Jeffrey Yasskin | 2014-01-18 | 2014-01 |  |  |  | 
		
			| N3849 | string_view: a non-owning reference to a string, revision 6 | Jeffrey Yasskin | 2014-01-20 | 2014-01 | N3762 | Library |  | 
		
			| N3850 | Working Draft, Technical Specification for C++ Extensions for Parallelism | Jared Hoberock | 2014-01-17 | 2014-01 |  |  |  | 
		
			| N3851 | Multidimensional bounds, index and array_view | Ł. Mendakiewicz, H. Sutter | 2014-01-17 | 2014-01 |  | Concurrency |  | 
		
			| N3852 | C++ CD Status, Rev. 1 | William M. Miller |  | missing | N3770 |  |  | 
		
			| N3853 | Range-Based For-Loops: The Next Generation | Stephan T. Lavavej | 2014-01-17 | 2014-01 |  | Evolution |  | 
		
			| N3854 | Variable Templates For Type Traits | Stephan T. Lavavej | 2014-01-17 | 2014-01 |  | Library |  | 
		
			| N3855 | Class Member Selection Operator | Dos Reis |  | missing |  | Evolution |  | 
		
			| N3856 | Unforgetting standard functions min/max as constexpr | Gabriel Dos Reis | 2014-01-20 | 2014-01 |  | Library |  | 
		
			| N3857 | Improvements to std::future<T> and Related APIs | N. Gustafsson, A. Laksberg, H. Sutter, S. Mithani | 2014-01-16 | 2014-01 | N3784 | Concurrency |  | 
		
			| N3858 | Resumable Functions | N. Gustafsson, D. Brewis, H. Sutter | 2014-01-19 | 2014-01 | N3722 | Concurrency |  | 
		
			| N3859 | Transactional Memory Support for C++ | M. Wong, V. Luchangco, J. Maurer, M. Moir, et al. | 2014-01-20 | 2014-01 | N3718 | Evolution |  | 
		
			| N3860 | Towards restrict-like semantics for C++ | M. Wong, R. Silvera, R. Mak, C. Cambly, et al. |  | missing | N3635 | Evolution |  | 
		
			| N3861 | Transactional Memory (TM) Meeting Minutes 2013/09/09-2014/01/20 | M. Wong | 2014-01-20 | 2014-01 |  |  |  | 
		
			| N3862 | Towards a Transaction-safe C++ Standard Library: std::list | J. Gottschlich, M. Spear, M. Wong, et al. | 2014-01-20 | 2014-01 |  | Library |  | 
		
			| N3863 | Private Extension Methods | Matthew Fioravante | 2013-12-08 | 2014-01 |  | Evolution |  | 
		
			| N3864 | A constexpr bitwise operations library for C++ | Matthew Fioravante | 2014-01-08 | 2014-01 |  | Numerics |  | 
		
			| N3865 | More Improvements to std::future<T> | Vicente J. Botet Escriba | 2014-01-18 | 2014-01 |  | Concurrency |  | 
		
			| N3866 | Invocation type traits (Rev. 2) | Mike Spertus | 2014-01-19 | 2014-01 | N3729 | Library |  | 
		
			| N3867 | Specializations and namespaces (Rev. 2) | Mike Spertus | 2014-01-19 | 2014-01 | N3730 | Evolution |  | 
		
			| N3868 | Type-safe database access | Mike Spertus |  | missing |  | Database |  | 
		
			| N3869 | Extending shared_ptr to Support Arrays, Revision 1 | Peter Dimov | 2014-01-12 | 2014-01 | N3640 | Library |  | 
		
			| N3870 | Extending make_shared to Support Arrays, Revision 1 | P. Dimov, G. Fernandes | 2014-01-14 | 2014-01 | N3641 | Library |  | 
		
			| N3871 | Proposal to Add Decimal Floating Point Support to C++ (revision 2) | Dietmar Kühl | 2014-01-19 | 2014-01 | N3407 | Numerics |  | 
		
			| N3872 | A Primer on Scheduling Fork-Join Parallelism with Work Stealing | Arch Robison | 2014-01-15 | 2014-01 |  | Concurrency |  | 
		
			| N3873 | Improved insertion interface for unique-key maps | Thomas Köppe | 2014-01-20 | 2014-01 |  | Library |  | 
		
			| N3874 | Light-Weight Execution Agents | Torvald Riegel | 2014-01-20 | 2014-01 |  | Concurrency |  | 
		
			| N3875 | Run-time bound array data members | J. D. Garcia, X. Li | 2014-01-16 | 2014-01 |  | Evolution |  | 
		
			| N3876 | Convenience Functions to Combine Hash Values | Nicolai Josuttis | 2014-01-19 | 2014-01 |  | Library |  | 
		
			| N3877 | Centralized Defensive-Programming Support for Narrow Contracts (Revision 3) | J. Lakos, A. Zakharov | 2014-01-17 | 2014-01 | N3818 | Library |  | 
		
			| N3878 | Extensions to the Concept Introduction Syntax in Concepts Lite | B. Ballo, A. Sutton | 2014-01-13 | 2014-01 |  | Concepts |  | 
		
			| N3879 | Explicit Flow Control: break label, goto case and explicit switch | Andrew Tomazos | 2014-01-16 | 2014-01 |  | Evolution |  | 
		
			| N3880 | Improving the Verification of C++ Programs | Michael Price | 2014-01-16 | 2014-01 |  | Evolution |  | 
		
			| N3881 | Fixing the specification of universal-character-names | David Krauss | 2014-01-03 | 2014-01 |  | Undefined Behavior |  | 
		
			| N3882 | An update to the preprocessor specification | David Krauss | 2014-01-17 | 2014-01 |  | Undefined Behavior |  | 
		
			| N3883 | Code checkers & generators | Németh Péter | 2014-01-17 | 2014-01 |  | Evolution |  | 
		
			| N3884 | Contiguous Iterators: A Refinement of Random Access Iterators | Nevin Liber | 2014-01-20 | 2014-01 |  | Library |  | 
		
			| N3885 | C++ Latches and Barriers | Alasdair Mackintosh |  | missing | N3817 | Concurrency |  | 
		
			| N3886 | A Proposal to add a Database Access Layer to the Standard Library | Johann Anhofer | 2014-01-18 | 2014-01 |  | Database |  | 
		
			| N3887 | Consistent Metafunction Aliases | Michael Park | 2013-12-26 | 2014-01 |  | Library |  | 
		
			| N3888 | A Proposal to Add 2D Graphics Rendering and Display to C++ | M. McLaughlin, H. Sutter, J. Zink | 2014-01-18 | 2014-01 |  | Graphics |  | 
		
			| N3889 | Concepts Lite Specification | Andrew Sutton | 2014-01-20 | 2014-01 | N3819 | Concepts |  | 
		
			| N3890 | Container<Incomplete Type> | Zhihao Yuan | 2014-01-19 | 2014-01 |  | Library |  | 
		
			| N3891 | A proposal to rename shared_mutex to shared_timed_mutex | G. Nishanov, H. Sutter | 2014-01-14 | 2014-01 |  | Concurrency |  | 
		
			| N3892 | C++ Ostream Buffers | Lawrence Crowl | 2014-01-20 | 2014-01 | N3750 | Concurrency |  | 
		
			| N3893 | C++ Standard Library Active Issues List (Revision R86) | Alisdair Meredith | 2014-01-20 | 2014-01 | N3821 | Library |  | 
		
			| N3894 | C++ Standard Library Defect Report List (Revision R86) | Alisdair Meredith | 2014-01-20 | 2014-01 | N3822 | Library |  | 
		
			| N3895 | C++ Standard Library Closed Issues List (Revision R86) | Alisdair Meredith | 2014-01-20 | 2014-01 | N3823 | Library |  | 
		
			| N3896 | LIBRARY FOUNDATIONS FOR ASYNCHRONOUS OPERATIONS | Christopher Kohlhoff | 2014-01-20 | 2014-01 | N3747 | Concurrency |  | 
		
			| N3897 | Auto-type members | Ville Voutilainen | 2014-01-20 | 2014-01 |  | Evolution |  | 
		
			| N3898 | HASHING AND FINGERPRINTING | Geoff Pike | 2014-01-20 | 2014-01 |  | Library |  | 
		
			| N3899 | Nested Allocation | Lawrence Crowl | 2014-01-20 | 2014-01 |  | Evolution |  | 
		
	
		
			| 2014-02-post-Issaquah | 
		
			| N3900 | WG21 2014-01-31 Telecon Minutes | Herb Sutter | 2014-01-31 | 2014-03 |  |  |  | 
		
			| N3901 | Minutes (February 2014) WG21 Meeting No. 57 | Kyle Kloepper | 2014-03-03 | 2014-03 |  |  |  | 
		
			| N3902 | Minutes (February 2014) PL22.16 Meeting No. 62 | Kyle Kloepper | 2014-03-03 | 2014-03 |  |  |  | 
		
			| N3903 | C++ CD Comment Status Rev. 6 | William M. Miller | 2014-03-03 | 2014-03 | N3852 |  |  | 
		
			| N3904 | WD for concurrency TS | Artus Laksberg |  | missing |  |  |  | 
		
			| N3905 | Extending std::search to use Additional Searching Algorithms (Version 4) | Marshall Clow | 2014-02-14 | 2013-03 | N3703 | Library | Adopted 2014-02 | 
		
			| N3906 | ISO/IEC PDTS 18822, File System, National Body Comments | Barry Hedquist | 2014-02-03 | 2014-03 |  |  |  | 
		
			| N3907 | Editor's report | Artus Laksberg |  | missing |  |  |  | 
		
			| N3908 | Working Draft, Information technology – Programming languages, their environments
				and system software interfaces – C++ Extensions for Library Fundamentals | Jeffrey Yasskin | 2014-03-02 | 2014-03 | N3848 |  |  | 
		
			| N3909 | A SFINAE-Friendly std::iterator_traits, v2 | Walter E. Brown | 2014-02-10 | 2014-03 | N3844 | Library | Revised N3923 | 
		
			| N3910 | What can signal handlers do? (CWG 1441) | Hans Boehm | 2014-02-14 | 2014-03 | N3787 | Concurrency | Adopted 2014-02 | 
		
			| N3911 | TransformationTrait Alias void_t | Walter E. Brown | 2014-02-23 | 2014-03 |  | Library |  | 
		
			| N3912 | Auto and braced-init-lists, continued | Ville Voutilainen | 2014-02-24 | 2014-03 | N3681 | Core |  | 
		
			| N3913 | Greatest Common Divisor and Least Common Multiple, v2 | Walter E. Brown | 2014-02-25 | 2014-03 | N3845 | Library |  | 
		
			| N3914 | Additional Core Language Issue Resolutions for Issaquah | William M. Miller | 2014-02-14 | 2014-03 |  | Core | Adopted 2014-02 | 
		
			| N3915 | apply() call a function with arguments from a tuple (V3) | Peter Sommerlad | 2014-02-14 | 2014-03 | N3829 | Library | Adopted 2014-02 | 
		
			| N3916 | Polymorphic Memory Resources - r2 | Pablo Halpern | 2014-02-14 | 2014-03 | N3816 | Library | Adopted 2014-02 | 
		
			| N3917 | Future of future | Peter Sommerlad et al. |  | missing |  | Concurrency |  | 
		
			| N3918 | Core Issue 1299: Temporary objects vs temporary expressions | Jens Maurer | 2014-02-12 | 2014-03 |  | Core |  | 
		
			| N3919 | Transactional Memory Support for C++ | M. Wong, V. Luchangco, J. Maurer, M. Moir, et al. | 2014-02-14 | 2014-03 | N3859 | Evolution |  | 
		
			| N3920 | Extending shared_ptr to Support Arrays, Revision 2 | Peter Dimov | 2014-02-13 | 2014-03 | N3869 | Library | Adopted 2014-02 | 
		
			| N3921 | string_view: a non-owning reference to a string, revision 7 | Jeffrey Yasskin | 2014-02-14 | 2014-03 | N3849 | Library | Adopted 2014-02 | 
		
			| N3922 | New Rules for auto deduction from braced-init-list | James Dennett | 2014-02-13 | 2014-03 |  | Core |  | 
		
			| N3923 | A SFINAE-Friendly std::iterator_traits, v3 | Walter E. Brown | 2014-02-14 | 2014-03 | N3909 | Library | Adopted 2014-02 | 
		
			| N3924 | Discouraging rand() in C++14, v2 | Walter E. Brown | 2014-02-14 | 2014-03 | N3841 | Library | Adopted 2014-02 | 
		
			| N3925 | A sample Proposal, v4 | Walter E. Brown | 2014-02-14 | 2014-03 | N3842 | Library | Adopted 2014-02 | 
		
			| N3926 | LWG Issue 2168 is NAD | Walter E. Brown | 2014-02-14 | 2014-03 |  | Library |  | 
		
			| N3927 | Definition of Lock-Free | Lawrence Crowl | 2014-02-13 | 2014-03 |  | Core | Adopted 2014-02 | 
		
			| N3928 | Extending static_assert, v2 | Walter E. Brown | 2014-02-14 | 2014-03 | N3846 | Core |  | 
		
			| N3929 | Concepts Lite Specification | Andrew Sutton | 2014-02-14 | 2014-03 | N3889 | Concepts |  | 
		
			| N3930 | Immediate Issues | Alisdair Meredith | 2014-02-14 | 2014-03 |  | Library | Adopted 2014-02 | 
		
			| N3931 | Immediate Issues | Beman Dawes | 2014-02-14 | 2014-03 |  | Library | Adopted 2014-02 | 
		
			| N3932 | Variable Templates For Type Traits (Revision 1) | Stephan T. Lavavej | 2014-02-14 | 2014-03 | N3854 | Library | Adopted 2014-02 | 
		
			| N3933 | A compile-time string library template with UDL operator templates | Michael Price |  | missing |  | Library |  | 
		
			| N3934 | Towards Implementation and Use of memory_order_consume | Paul McKenney |  | missing |  | Concurrency |  | 
		
			| N3935 | Reference non-transactional implementations of transactional-memory examples | Paul McKenney |  | missing |  | Transactional Memory |  | 
		
			| N3936 | Working Draft, Standard for Programming Language C++ | Stefanus du Toit | 2014-03-02 | 2014-03 | N3797 |  |  | 
		
			| N3937 | Programming Languages — C++ | Stefanus du Toit | 2014-03-02 | 2014-03 |  |  |  | 
		
			| N3938 | Editor's Report | Stefanus du Toit | 2014-03-02 | 2014-03 |  |  |  | 
		
			| N3939 | Extending make_shared to Support Arrays, Revision 2 | P. Dimov, G. Fernandes | 2014-02-17 | 2014-03 | N3870 | Library |  | 
		
			| N3940 | Working Draft, Technical Specification – File System | Beman Dawes | 2014-03-02 | 2014-03 | N3790 | Filesystem |  | 
		
			| N3941 | Filesystem Study Group (SG3) Active Issues List (Revision R0) | Beman Dawes | 2014-03-02 | 2014-03 |  | Filesystem |  | 
		
			| N3942 | Filesystem Study Group (SG3) Closed Issues List (Revision R0) | Beman Dawes | 2014-03-02 | 2014-03 |  | Filesystem |  | 
		
			| N3943 | Filesystem Study Group (SG3) Defect Report List (Revision R0) | Beman Dawes | 2014-03-02 | 2014-03 |  | Filesystem |  | 
		
			| N3944 | C++ Standard Library Active Issues List (Revision R87) | Alisdair Meredith | 2014-03-03 | 2014-03 | N3893 | Library |  | 
		
			| N3945 | C++ Standard Library Defect Report List (Revision R87) | Alisdair Meredith | 2014-03-03 | 2014-03 | N3894 | Library |  | 
		
			| N3946 | C++ Standard Library Closed Issues List (Revision R87) | Alisdair Meredith | 2014-03-03 | 2014-03 | N3895 | Library |  | 
		
			| N3947 | URI - Proposed Wording (Revision 4) | G. Matthews, D. Berris | 2014-02-28 | 2014-03 | N3827 | Networking |  | 
		
			| N3948 | Feature-testing for C++ Technical Specifications | Clark Nelson | 2014-02-20 | 2014-03 |  | Feature test |  | 
		
			| N3949 | Scoped Resource - Generic RAII Wrapper for the Standard Library | P. Sommerlad, A. Sandoval | 2014-02-28 | 2014-03 | N3830 | Library |  | 
		
			| N3950 | Defaulted comparison operators | Oleg Smolsky | 2014-02-19 | 2014-03 |  | Evolution |  | 
		
			| N3951 | C++ type reflection via variadic template expansion | C. Silva, D. Auresco | 2014-02-07 | 2014-03 |  | Reflection |  | 
		
			| N3952 | C++ Standard Core Language Active Issues, Revision 88 | William M. Miller | 2014-03-03 | 2014-03 | N3833 | Core |  | 
		
			| N3953 | C++ Standard Core Language Defect Reports and Accepted Issues, Revision 88 | William M. Miller | 2014-03-03 | 2014-03 | N3834 | Core |  | 
		
			| N3954 | C++ Standard Core Language Closed Issues, Revision 88 | William M. Miller | 2014-03-03 | 2014-03 | N3835 | Core |  | 
		
			| N3955 | Group Member Specifiers | Andrew Tomazos | 2014-02-25 | 2014-03 |  | Evolution |  | 
		
			| N3956 | ISO/IEC CD 14882, C++ 2014 Responses to National Body Comments | Barry Hedquist | 2014-02-24 | 2014-03 |  |  |  | 
		
			| N3957 | C++ Standard Evolution Active Issues List (Revision R06) | Ville Voutilainen | 2014-02-28 | 2014-03 | N3836 | Evolution |  | 
		
			| N3958 | C++ Standard Evolution Completed Issues List (Revision R06) | Ville Voutilainen | 2014-02-28 | 2014-03 | N3837 | Evolution |  | 
		
			| N3959 | C++ Standard Evolution Closed Issues List (Revision R06) | Ville Voutilainen | 2014-02-28 | 2014-03 | N3838 | Evolution |  | 
		
			| N3960 | Working Draft, Technical Specification for C++ Extensions for Parallelism | Jared Hoberock | 2014-02-28 | 2014-03 | N3850 |  |  | 
		
			| N3961 | A proposal to add shared_mutex (untimed) | Gor Nishanov | 2014-02-25 | 2014-03 |  | Concurrency |  | 
		
			| N3962 | File System TS Editor's Report, February 2014 - Post-Issaquah | Beman Dawes | 2014-03-01 | 2014-03 |  |  |  | 
		
			| N3963 | Centralized Defensive-Programming Support for Narrow Contracts (Revision 4) | J. Lakos, A. Zakharov | 2014-03-02 | 2014-03 | N3877 | Library |  | 
		
			| N3964 | Library Foundations for Asynchronous Operations, Revision 1 | Christopher Kohlhoff | 2014-03-02 | 2014-03 | N3896 | Concurrency |  | 
		
			| N3965 | Proposal for Unbounded-Precision Integer Types | Pete Becker | 2014-02-28 | 2014-03 | N3542 | Numerics |  | 
		
			| N3966 | Fixes for optional objects | F. Cacciola, A. Krzemieński | 2014-03-01 | 2014-03 |  | Library |  | 
		
	
		
			| WG21 Number | Title | Author | Document Date | Mailing Date | Previous Version | Subgroup | Disposition | 
		
			| SD-1 | 2014 PL22.16/WG21 document list | Clark Nelson | 2014-05-27 | 2014-05 |  |  |  | 
		
			| N3967 | C++ Standard Library Active Issues List (Revision R88) | Alisdair Meredith | 2014-05-24 | 2014-05 | N3944 | Library |  | 
		
			| N3968 | C++ Standard Library Defect Report List (Revision R88) | Alisdair Meredith | 2014-05-24 | 2014-05 | N3945 | Library |  | 
		
			| N3969 | C++ Standard Library Closed Issues List (Revision R88) | Alisdair Meredith | 2014-05-24 | 2014-05 | N3946 | Library |  | 
		
			| N3970 | Working Draft, Technical Specification for C++ Extensions for Concurrency | Artur Laksberg | 2014-05-23 | 2014-05 |  |  |  | 
		
			| N3971 | Concurrency TS Editor's Report, May 2014 | Artur Laksberg | 2014-05-22 | 2014-05 |  |  |  | 
		
			| N3972 | Source-Code Information Capture | Robert Douglas | 2014-05-17 | 2014-05 |  | Reflection |  | 
		
			| N3973 | A Proposal to Add a Logical Const Wrapper to the Standard Library Technical Report | J. Coe, R. Mill | 2014-05-12 | 2014-05 |  | Library |  | 
		
			| N3974 | Polymorphic Deleter for Unique Pointers | M. Arena, D. di Gennaro, P. Sommerlad | 2014-05-28 | 2014-05 |  | Library |  | 
		
			| N3975 | URI - Proposed Wording (Revision 5) | G. Matthews, D. Berris | 2014-05-22 | 2014-05 | N3947 | Networking |  | 
		
			| N3976 | Multidimensional bounds, index and array_view, revision 2 | Ł. Mendakiewicz, H. Sutter | 2014-05-21 | 2014-05 | N3851 | Concurrency |  | 
		
			| N3977 | Resumable Functions | Niklas Gustafsson | 2014-05-22 | 2014-05 | N3858 | Concurrency |  | 
		
			| N3978 | C++ Ostream Buffers | Lawrence Crowl | 2014-05-26 | 2014-05 | N3892 | Concurrency |  | 
		
			| N3979 | AGENDA, PL22.16 Meeting No. 63, WG21 Meeting No. 58, June 16-21, 2014 -- Rapperswil,
				Switzerland | Stephen D. Clamage | 2014-05-12 | 2014-05 |  |  |  | 
		
			| N3980 | Types don't know # | H. Hinnant, V. Falco, J. Byteway | 2014-05-24 | 2014-05 |  | Library |  | 
		
			| N3981 | Removing trigraphs??! | Richard Smith | 2014-05-06 | 2014-05 |  | Evolution |  | 
		
			| N3982 | Rvalue reference overloads for optional | Andrzej Krzemieński | 2014-04-03 | 2014-05 |  | Library |  | 
		
			| N3983 | Hashing tuple-like types | Geoffrey Romer | 2014-05-07 | 2014-05 |  | Library |  | 
		
			| N3984 | Adding attribute reflection to C++. | C. Silva, D. Auresco | 2014-05-07 | 2014-05 |  | Reflection |  | 
		
			| N3985 | A proposal to add coroutines to the C++ standard library (Revision 1) | O. Kowalke, N. Goodspeed | 2014-05-22 | 2014-05 | N3708 | Concurrency |  | 
		
			| N3986 | Adding Standard support to avoid padding within structures | S. Davalle, D. Gutson, A. Bustamante | 2014-04-25 | 2014-05 |  | Evolution |  | 
		
			| N3987 | Yet another set of C++ type traits. | C. Silva, D. Auresco | 2014-05-07 | 2014-05 |  | Reflection |  | 
		
			| N3988 | Towards restrict-like aliasing semantics for C++ | H. Finkel, H. Tong, et al. | 2014-05-23 | 2014-05 |  | Evolution |  | 
		
			| N3989 | Working Draft, Technical Specification for C++ Extensions for Parallelism | Jared Hoberock | 2014-05-23 | 2014-05 | N3960 |  |  | 
		
			| N3990 | Adding Standard Circular Shift operators for computer integers | D. Gutson, A. Bustamante | 2014-05-08 | 2014-05 |  | Evolution |  | 
		
			| N3991 | Task Region R2 | P. Halpern, A. Robison, A. Laksberg, H. Sutter, et al. | 2014-05-23 | 2014-05 | N3832 | Concurrency |  | 
		
			| N3992 | Agenda and Meeting Notice for WG21 Telecon Meeting | Herb Sutter | 2014-05-12 | 2014-05 |  |  |  | 
		
			| N3993 | On Parallel Invocations of Functions in Parallelism TS | Artur Laksberg | 2014-05-23 | 2014-05 |  | Concurrency |  | 
		
			| N3994 | Range-Based For-Loops: The Next Generation (Revision 1) | Stephan T. Lavavej | 2014-05-22 | 2014-05 | N3853 | Evolution |  | 
		
			| N3995 | A proposal to add shared_mutex (untimed) (Revision 2) | Gor Nishanov | 2014-05-20 | 2014-05 | N3961 | Concurrency |  | 
		
			| N3996 | Static reflection | Matúš Chochlík | 2014-05-26 | 2014-05 |  | Reflection |  | 
		
			| N3997 | Centralized Defensive-Programming Support for Narrow Contracts (Revision 5) | J. Lakos, A. Zakharov, A. Beels | 2014-05-27 | 2014-05 | N3963 | Library |  | 
		
			| N3998 | C++ Latches and Barriers | A. Mackintosh, O. Giroux | 2014-05-21 | 2014-05 | N3817 | Concurrency |  | 
		
			| N3999 | Standard Wording for Transactional Memory Support for C++ | V. Luchangco, J. Maurer, M. Wong, et al. | 2014-05-23 | 2014-05 | N3919 | Core |  | 
		
			| N4000 | Towards a Transaction-safe C++ Standard Library: std::list | M. Wong, J. Maurer, M. Spear, J. Gottschlich, T. Riegel,
				et al. | 2014-05-23 | 2014-05 | N3862 | Library |  | 
		
			| N4001 | SG5: Transactional Memory (TM) Meeting Minutes 2014/02/03-2014/05/19 | Michael Wong | 2014-05-23 | 2014-05 |  |  |  | 
		
			| N4002 | Cleaning-up noexcept in the Library | Nicolai Josuttis | 2014-05-21 | 2014-05 |  | Library |  | 
		
			| N4003 | File System TS Active Issues List (Revision R1) | Beman Dawes | 2014-05-24 | 2014-05 | N3941 | Filesystem |  | 
		
			| N4004 | File System TS Closed Issues List (Revision R1) | Beman Dawes | 2014-05-24 | 2014-05 | N3942 | Filesystem |  | 
		
			| N4005 | File System TS Defect Report List (Revision R1) | Beman Dawes | 2014-05-24 | 2014-05 | N3943 | Filesystem |  | 
		
			| N4006 | An improved emplace() for unique-key maps | Thomas Köppe | 2014-05-26 | 2014-05 | N3873 | Library |  | 
		
			| N4007 | Delimited iterators (Rev. 2) | M. Spertus, N. Wilson | 2014-05-25 | 2014-05 | N3581 | Library |  | 
		
			| N4008 | SIMD polymorphism | Arch Robison | 2014-05-22 | 2014-05 |  | Concurrency |  | 
		
			| N4009 | Uniform Container Erasure | Stephan T. Lavavej | 2014-05-22 | 2014-05 |  | Library |  | 
		
			| N4010 | C++ Standard Evolution Active Issues List (Revision R07) | Ville Voutilainen | 2014-05-20 | 2014-05 | N3957 | Evolution |  | 
		
			| N4011 | C++ Standard Evolution Completed Issues List (Revision R07) | Ville Voutilainen | 2014-05-20 | 2014-05 | N3958 | Evolution |  | 
		
			| N4012 | C++ Standard Evolution Closed Issues List (Revision R07) | Ville Voutilainen | 2014-05-20 | 2014-05 | N3959 | Evolution |  | 
		
			| N4013 | Atomic operations on non-atomic data | Hans Boehm | 2014-05-26 | 2014-05 |  | Concurrency |  | 
		
			| N4014 | Uniform Copy Initialization | Nicolai Josuttis | 2014-05-25 | 2014-05 |  | Evolution |  | 
		
			| N4015 | A proposal to add a utility class to represent expected monad | V.  Escriba, P. Talbot | 2014-05-26 | 2014-05 |  | Library |  | 
		
			| N4016 | Light-Weight Execution Agents Revision 2 | Torvald Riegel | 2014-05-23 | 2014-05 | N3874 | Concurrency |  | 
		
			| N4017 | Non-member size() and more | Riccardo Marcangelo | 2014-05-22 | 2014-05 |  | Library |  | 
		
			| N4018 | C++ Standard Core Language Active Issues, Revision 89 | William M. Miller | 2014-05-27 | 2014-05 | N3952 | Core |  | 
		
			| N4019 | C++ Standard Core Language Defect Reports and Accepted Issues, Revision 89 | William M. Miller | 2014-05-27 | 2014-05 | N3953 | Core |  | 
		
			| N4020 | C++ Standard Core Language Closed Issues, Revision 89 | William M. Miller | 2014-05-27 | 2014-05 | N3954 | Core |  | 
		
			| N4021 | A Proposal to Add 2D Graphics Rendering and Display to C++ | M. McLaughlin, H. Sutter, J. Zink | 2014-05-21 | 2014-05 | N3888 | Graphics |  | 
		
			| N4022 | A proposal to add a generalized callable negator (Revision 2) | Tomasz Kamiński | 2014-05-21 | 2014-05 | N3800 | Library |  | 
		
			| N4023 | Working Draft, C++ Extensions for Library Fundamentals | Jeffrey Yasskin | 2014-05-21 | 2014-05 | N3908 |  |  | 
		
			| N4024 | Distinguishing coroutines and fibers | O. Kowalke, N. Goodspeed | 2014-05-22 | 2014-05 |  | Concurrency |  | 
		
			| N4025 | Exploring classes of runtime size | J. Snyder, R. Smith | 2014-05-23 | 2014-05 |  | Evolution |  | 
		
			| N4026 | Nested namespace definition | Robert Kawulak | 2014-05-23 | 2014-05 |  | Evolution |  | 
		
			| N4027 | Type Member Property Queries (rev 2) | A. Tomazos, C. Kaeser | 2014-05-22 | 2014-05 | N3815 | Reflection |  | 
		
			| N4028 | Defining a Portable C++ ABI | Herb Sutter | 2014-05-23 | 2014-05 |  | Evolution |  | 
		
			| N4029 | Let return Be Direct and explicit | Herb Sutter | 2014-05-23 | 2014-05 |  | Evolution |  | 
		
			| N4030 | Feature-testing recommendations for C++ | Clark Nelson | 2014-05-22 | 2014-05 |  | Feature test, Evolution |  | 
		
			| N4031 | make_array, revision 1 | Zhihao Yuan | 2014-05-22 | 2014-05 | N3824 | Library |  | 
		
			| N4032 | Comments on continuations and executors | Anthony Williams | 2014-05-23 | 2014-05 |  | Concurrency |  | 
		
			| N4033 | synchronized_value<T> for associating a mutex with a value | Anthony Williams | 2014-05-23 | 2014-05 |  | Concurrency |  | 
		
			| N4034 | Destructive Move | Pablo Halpern | 2014-05-27 | 2014-05 |  | Library |  | 
		
			| N4035 | Implicit Evaluation of "auto" Variables and Arguments | P. Gottschling, J. Falcou, H. Sutter | 2014-05-23 | 2014-05 | N3748 | Evolution |  | 
		
			| N4036 | Towards Implementation and Use of memory_order_consume | P. McKenney, T. Riegel, J. Preshing | 2014-05-22 | 2014-05 |  | Concurrency |  | 
		
			| N4037 | Non-Transactional Implementation of Atomic Tree Move | Paul E. McKenney | 2014-05-26 | 2014-05 |  | Transactional Memory |  | 
		
			| N4038 | Proposal for Unbounded-Precision Integer Types | Pete Becker | 2014-05-23 | 2014-05 | N3965 | Numerics |  | 
		
			| N4039 | Default executor | A. Berkan, C. Mysen, H. Boehm; | 2014-05-23 | 2014-05 |  | Concurrency |  | 
		
			| N4040 | Working Draft, C++ Extensions for Concepts | Andrew Sutton | 2014-05-26 | 2014-05 | N3929 | Core |  | 
		
			| N4041 | Concerns with changing existing types in Technical Specifications | Jonathan Wakely | 2014-05-23 | 2014-05 |  | Library |  | 
		
			| N4042 | Safe conversions in unique_ptr<T[]> | Geoffrey Romer | 2014-05-23 | 2014-05 |  | Library |  | 
		
			| N4043 | Dynarray Allocation Context | Lawrence Crowl | 2014-05-22 | 2014-05 |  | Evolution |  | 
		
			| N4044 | A Three-Class IP Address Proposal, Revision 1 | Christopher Kohlhoff | 2014-05-24 | 2014-05 | N3603 | Networking |  | 
		
			| N4045 | Library Foundations for Asynchronous Operations, Revision 2 | Christopher Kohlhoff | 2014-05-24 | 2014-05 | N3964 | Concurrency |  | 
		
			| N4046 | Executors and Asynchronous Operations | Christopher Kohlhoff | 2014-05-26 | 2014-05 |  | Concurrency |  | 
		
			| N4047 | A Module System for C++ | G. Dos Reis, M. Hall, G. Nishanov | 2014-05-27 | 2014-05 |  | Modules |  | 
		
			| N4048 | More Improvements to std::future<T> - Revision 1 | Vicente J. Botet Escribá | 2014-05-26 | 2014-05 | N3865 | Concurrency |  | 
		
			| N4049 | 0-overhead-principle violations in exception handling | D. Gutson, A. Bustamante, P. Oliva, M. Diaz | 2014-05-27 | 2014-05 |  | Evolution |  | 
		
			| N4050 | Dynarray Semi-Editorial Issues | Lawrence Crowl | 2014-05-26 | 2014-05 |  | Evolution |  | 
		
			| N4051 | Allow typename in a template template parameter | Richard Smith | 2014-05-26 | 2014-05 |  | Evolution |  | 
		
	
		
			| WG21 Number | Title | Author | Document Date | Mailing Date | Previous Version | Subgroup | Disposition | 
		
			| 2014-07-post-Rapperswil | 
		
			| SD-1 | 2014 PL22.16/WG21 document list | Clark Nelson | 2014-07-08 | 2014-07 |  |  |  | 
		
			| N4052 | WG21 2014-06-06 Telecon Minutes | Ville Voutilainen | 2014-06-10 | 2014-07 |  |  |  | 
		
			| N4053 | WG21 2014-06 Rapperswil Minutes | Ville Voutilainen | 2014-07-02 | 2014-07 |  |  |  | 
		
			| N4054 | PL22.16 2014-06 Rapperswil Minutes | Ville Voutilainen | 2014-07-03 | 2014-07 |  |  |  | 
		
			| N4055 | Ruminations on (node-based) containers and noexcept | Ville Voutilainen | 2014-07-02 | 2014-07 |  | Library |  | 
		
			| N4056 | Minimal incomplete type support for standard containers | Zhihao Yuan | 2014-05-23 | 2014-07 | N3890 | Library |  | 
		
			| N4057 | A Proposal to Add a Const-Propagating Wrapper to the Standard Library | J. Coe, R. Mill | 2014-07-02 | 2014-07 | N3973 | Library |  | 
		
			| N4058 | Atomic Smart Pointers | Herb Sutter | 2014-06-12 | 2014-07 |  | Concurrency |  | 
		
			| N4059 | Spring 2015 C++ Standards Committee Meeting | Michael Price | 2014-07-03 | 2014-07 |  |  |  | 
		
			| N4060 | Changes to vector_execution_policy | Pablo Halpern | 2014-06-11 | 2014-07 |  | Concurrency |  | 
		
			| N4061 | Greatest Common Divisor and Least Common Multiple, v3 | Walter E. Brown | 2014-06-30 | 2014-07 | N3913 | Library |  | 
		
			| N4062 | Working Draft, C++ Extensions for Concepts | Andrew Sutton |  | missing | N4040 | Core |  | 
		
			| N4063 | On Parallel Invocations of Functions in Parallelism TS | Artur Laksberg | 2014-16-20 | 2014-07 | N3993 | Concurrency | Accepted 2014-06 | 
		
			| N4064 | Improving pair and tuple, revision 2 | Daniel Krügler | 2014-07-02 | 2014-07 | N3739 | Library |  | 
		
			| N4065 | make_array, revision 2 | Zhihao Yuan | 2014-06-26 | 2014-07 | N4031 | Library |  | 
		
			| N4066 | Delimited iterators (Rev. 3) | M. Spertus, N. Wilson | 2014-06-18 | 2014-07 | N4007 | Library |  | 
		
			| N4067 | Experimental std::function etc. | Daniel Krügler | 2014-06-20 | 2014-07 |  | Library | Accepted 2014-06 | 
		
			| N4068 | Toward More Expressive Iterator Tags | Bill Seymour | 2014-06-28 | 2014-07 |  | Library |  | 
		
			| N4069 | C++ Ostream Buffers | L. Crowl, P. Sommerlad | 2014-06-18 | 2014-07 | N3978 | Concurrency |  | 
		
			| N4070 | Improving the specification of the vector execution policy in Parallelism TS | Hans-J. Boehm | 2014-06-20 | 2014-07 |  | Concurrency | Accepted 2014-06 | 
		
			| N4071 | Working Draft, Technical Specification for C++ Extensions for Parallelism | Jared Hoberock | 2014-06-19 | 2014-07 | N3989 |  | Revised N4104 | 
		
			| N4072 | Fixed Size Parameter Packs | M. Bos | 2014-05-26 | 2014-07 |  | Evolution |  | 
		
			| N4073 | A Proposal to Add 2D Graphics Rendering and Display to C++ | M. McLaughlin, H. Sutter, J. Zink | 2014-07-03 | 2014-07 | N4021 | I/O |  | 
		
			| N4074 | Let return {expr} Be Explicit, Revision 2 | Herb Sutter | 2014-07-02 | 2014-07 | N4029 | Evolution |  | 
		
			| N4075 | Centralized Defensive-Programming Support for Narrow Contracts (Revision 5) | J. Lakos, A. Zakharov, A. Beels | 2014-06-20 | 2014-07 | N3997 | Library |  | 
		
			| N4076 | A proposal to add a generalized callable negator (Revision 2) | Tomasz Kamiński | 2014-06-17 | 2014-07 | N4022 | Library | Accepted 2014-06 | 
		
			| N4077 | Experimental shared_ptr for Library Fundamentals TS | Jonathan Wakely | 2014-06-20 | 2014-07 |  | Library | Accepted 2014-06 | 
		
			| N4078 | Fixes for optional objects | F. Cacciola, A. Krzemieński, V. Voutilainen | 2014-06-20 | 2014-07 | N3966 | Library | Accepted 2014-06 | 
		
			| N4079 | C++ Standard Library Issues Resolved Directly In Rapperswil, 2014 | Alisdair Meredith | 2014-06-20 | 2014-07 |  | Library | Accepted 2014-06 | 
		
			| N4080 | File System TS Immediate Issues for Rapperswil | Beman Dawes | 2014-06-20 | 2014-07 |  | Library | Accepted 2014-06 | 
		
			| N4081 | Working Draft, C++ Extensions for Library Fundamentals | Jeffrey Yasskin | 2014-07-07 | 2014-07 | N4023 |  |  | 
		
			| N4082 | Programming Languages — C++ Extensions for Library Fundamentals | Jeffrey Yasskin | 2014-07-07 | 2014-07 |  |  |  | 
		
			| N4083 | Editor's Report for Version 1 of the Library Fundamentals TS | Jeffrey Yasskin | 2014-07-07 | 2014-07 |  |  |  | 
		
			| N4084 | Working Draft, C++ Extensions for Library Fundamentals, Version 2 | Jeffrey Yasskin | 2014-07-06 | 2014-07 |  |  |  | 
		
			| N4085 | Editor's Report for Version 2 of the Library Fundamentals TS | Jeffrey Yasskin | 2014-07-06 | 2014-07 |  |  |  | 
		
			| N4086 | Removing trigraphs??! | Richard Smith | 2014-06-18 | 2014-07 | N3981 | Evolution |  | 
		
			| N4087 | Multidimensional bounds, index and array_view, revision 3 | Ł. Mendakiewicz, H. Sutter | 2014-07-01 | 2014-07 | N3976 | Concurrency |  | 
		
			| N4088 | Task Region R3 | P. Halpern, A. Robison, A. Laksberg, H. Sutter, et al. | 2014-06-21 | 2014-07 | N3991 | Library |  | 
		
			| N4089 | Safe conversions in unique_ptr<T[]>, revision 2 | Geoffrey Romer | 20140625 | 2014-07 | N4042 | Library |  | 
		
			| N4090 | The Maladies of All Member Templates: An Incomplete Biography of Specialization
				(DR727 + DR1755) | Faisal Vali | 2014-06-21 | 2014-07 | N4042 | Library |  | 
		
			| N4091 | C++ Standard Core Language Active Issues, Revision 90 | William M. Miller | 2014-07-07 | 2014-07 | N4018 | Core |  | 
		
			| N4092 | C++ Standard Core Language Defect Reports and Accepted Issues, Revision 90 | William M. Miller | 2014-07-07 | 2014-07 | N4019 | Core |  | 
		
			| N4093 | C++ Standard Core Language Closed Issues, Revision 90 | William M. Miller | 2014-07-07 | 2014-07 | N4020 | Core |  | 
		
			| N4094 | Response To: Let return {expr} Be Explicit | H. Hinnant, V. Voutilainen | 2014-07-06 | 2014-07 |  | Evolution |  | 
		
			| N4095 | File System TS Active Issues List (Revision R2) | Beman Dawes | 2014-07-05 | 2014-07 | N4003 | Filesystem |  | 
		
			| N4096 | File System TS Closed Issues List (Revision R2) | Beman Dawes | 2014-07-05 | 2014-07 | N4004 | Filesystem |  | 
		
			| N4097 | File System TS Defect Report List (Revision R2) | Beman Dawes | 2014-07-05 | 2014-07 | N4005 | Filesystem |  | 
		
			| N4098 | File System TS Editor's Report, Post-Rapperswil | Beman Dawes | 2014-07-05 | 2014-07 |  |  |  | 
		
			| N4099 | Working Draft, Technical Specification — File System | Beman Dawes | 2014-07-04 | 2014-07 | N3940 |  |  | 
		
			| N4100 | Programming Languages — C++ — File System Technical Specification | Beman Dawes | 2014-07-04 | 2014-07 |  |  |  | 
		
			| N4101 | C++ Standard Evolution Active Issues List (Revision R08) | Ville Voutilainen | 2014-07-01 | 2014-07 | N4010 | Evolution |  | 
		
			| N4102 | C++ Standard Evolution Completed Issues List (Revision R08) | Ville Voutilainen | 2014-07-01 | 2014-07 | N4011 | Evolution |  | 
		
			| N4103 | C++ Standard Evolution Closed Issues List (Revision R08) | Ville Voutilainen | 2014-07-01 | 2014-07 | N4012 | Evolution |  | 
		
			| N4104 | Working Draft, Technical Specification for C++ Extensions for Parallelism | Jared Hoberock | 2014-07-04 | 2014-07 | N3960 |  |  | 
		
			| N4105 | Information technology – Programming languages, their environments and system
				software interfaces – Technical Specification for C++ Extensions for Parallelism | Jared Hoberock | 2014-07-04 | 2014-07 |  |  |  | 
		
			| N4106 | Parallelism TS Editor's Report, post-Rapperswil | Jared Hoberock | 2014-07-04 | 2014-07 |  |  |  | 
		
			| N4107 | Working Draft, Technical Specification for C++ Extensions for Concurrency | Artur Laksberg | 2014-07-07 | 2014-07 | N3970 |  |  | 
		
			| N4108 | Concurrency TS Editor's Report, July 2014 | Artur Laksberg | 2014-07-02 | 2014-07 |  |  |  | 
		
			| N4109 | A proposal to add a utility class to represent expected monad - Revision 1 | V.  Escriba, P. Talbot | 2014-06-29 | 2014-07 | N4015 | Library |  | 
		
			| N4110 | Exploring the design space of contract specifications for C++ | J. Daniel Garcia | 2014-07-06 | 2014-07 |  | Evolution |  | 
		
			| N4111 | Static reflection (rev. 2) | Matúš Chochlík | 2014-07-02 | 2014-07 |  | Reflection |  | 
		
			| N4112 | File System PDTS National Body Comments Record of Response | Beman Dawes | 2014-07-03 | 2014-07 |  |  |  | 
		
			| N4113 | Reflection Type Traits For Classes, Unions and Enumerations (rev 3) | A. Tomazos, C. Kaeser | 2014-07-02 | 2014-07 | N4027 | Reflection |  | 
		
			| N4114 | Defaulted comparison operators | Oleg Smolsky | 2014-07-02 | 2014-07 | N3950 | Evolution |  | 
		
			| N4115 | Searching for Types in Parameter Packs | B. Seymour, S. Lavavej | 2014-07-04 | 2014-07 |  | Library |  | 
		
			| N4116 | Nested Namespace Definition (rev 1) | A. Tomazos, R. Kawulak | 2014-07-03 | 2014-07 | N4026 | Evolution |  | 
		
			| N4117 | C++ Standard Library Active Issues List (Revision R89) | Alisdair Meredith | 2014-07-08 | 2014-07 | N3967 | Library |  | 
		
			| N4118 | C++ Standard Library Defect Report List (Revision R89) | Alisdair Meredith | 2014-07-08 | 2014-07 | N3968 | Library |  | 
		
			| N4119 | C++ Standard Library Closed Issues List (Revision R89) | Alisdair Meredith | 2014-07-08 | 2014-07 | N3969 | Library |  | 
		
			| N4120 | Null Coalescing Conditional Operator | Alexander Bock | 2014-07-02 | 2014-07 |  | Evolution |  | 
		
			| N4121 | Compile-Time String: std::string_literal<n> | Andrew Tomazos | 2014-07-04 | 2014-07 |  | Evolution |  | 
		
	
        
            | 2014-10-pre-Urbana | 
        
            | N4122 | AGENDA, PL22.16 Meeting No. 64, WG21 Meeting No. 59, November 3-8, 2014 – Urbana-Champaign,
				IL | Stephen D. Clamage | 2014-08-28 | 2014-10 |  |  |  | 
        
            | N4123 | Improvements to the Concurrency Technical Specification | A. Laksberg, V. Escriba | 2014-10-10 | 2014-10 | N4107 | Concurrency |  | 
        
            | N4124 | Toward More Expressive Iterator Tags | Bill Seymour | 2014-09-11 | 2014-10 | N4068 | Library |  | 
        
            | N4125 | 2014-09 WG21/SG1 Meeting Information | Herb Sutter | 2014-07-17 | 2014-10 |  | Concurrency |  | 
        
            | N4126 | Explicitly defaulted comparison operators | Oleg Smolsky | 2014-07-29 | 2014-10 | N4114 | Evolution |  | 
        
            | N4127 | Checked-dereference conditions | Eelis van der Weegen | 2014-07-20 | 2014-10 |  | Evolution |  | 
        
            | N4128 | Ranges for the Standard Library, Revision 1 | E. Niebler, S. Parent, A. Sutton | 2014-10-10 | 2014-10 |  | Library |  | 
        
            | N4129 | Source-Code Information Capture | Robert Douglas | 2014-10-10 | 2014-10 | N3972 | Library |  | 
        
            | N4130 | Pad Thy Atomics | JF Bastien, O. Giroux | 2014-09-01 | 2014-10 |  | Concurrency |  | 
        
            | N4131 | explicit should never be implicit | Filip Roséen | 2014-08-09 | 2014-10 |  | Evolution |  | 
        
            | N4132 | Contiguous Iterators | Jens Maurer | 2014-09-10 | 2014-10 |  | Library |  | 
        
            | N4133 | Cleanup for exception-specification and throw-expression | Jens Maurer | 2014-09-10 | 2014-10 |  | Core |  | 
        
            | N4134 | Resumable Functions v.2 | G. Nishanov, J. Radigan | 2014-10-10 | 2014-10 | N3977 | Concurrency |  | 
        
            | N4135 | Language Support for Runtime Contract Validation (Revision 8) | J. Lakos, A. Zakharov, A. Beels, N. Myers | 2014-10-09 | 2014-10 | N4075 | Evolution |  | 
        
            | N4136 | C Concurrency Challenges Draft | M. Batty, P. Sewell, et al. | 2014-10-13 | 2014-10 |  | Concurrency |  | 
        
            | N4137 | Business Plan and Convener's Report | Herb Sutter | 2014-08-25 | 2014-10 |  |  |  | 
        
            | N4138 | Editor's Report -- Working Draft, Standard for Programming Language C++ | Richard Smith | 2014-10-07 | 2014-10 |  |  |  | 
        
            | N4139 | Editor's Report -- Programming Languages -- C++ | Richard Smith | 2014-10-07 | 2014-10 |  |  |  | 
        
            | N4140 | Working Draft, Standard for Programming Language C++ | Richard Smith | 2014-10-07 | 2014-10 | N3936 |  |  | 
        
            | N4141 | Programming Languages — C++ | Richard Smith | 2014-09-02 | 2014-10 | N3937 |  |  | 
        
            | N4142 | Atomic Operations on a Very Large Array | Carter Edwards | 2014-09-08 | 2014-10 |  | Concurrency |  | 
        
            | N4143 | Executors and schedulers, revision 4 | Chris Mysen | 2014-10-11 | 2014-10 | N3785 | Concurrency |  | 
        
            | N4144 | Searching and Manipulation of Parameter Packs | B. Seymour, S. Lavavej | 2014-09-11 | 2014-10 | N4115 | Library |  | 
        
            | N4145 | Data-Invariant Functions | Jens Maurer | 2014-09-26 | 2014-10 |  | Library |  | 
        
            | N4146 | Disposition of Comments, ISO/IEC DIS 14882 C++ 2014 | Barry Hedquist | 2014-09-23 | 2014-10 |  |  |  | 
        
            | N4147 | Inline variables, or encapsulated expressions | David Krauss | 2014-09-15 | 2014-10 |  | Evolution |  | 
        
            | N4148 | Disallowing Inaccessible Operators From Trivially Copyable | Matheus Izvekov | 2014-09-24 | 2014-10 |  | Evolution |  | 
        
            | N4149 | Categorically qualified classes | David Krauss | 2014-09-25 | 2014-10 |  | Evolution |  | 
        
            | N4150 | Alias-Set Attributes: Toward restrict-like aliasing semantics for C++ | H. Finkel, H. Tong, et al. | 2014-10-10 | 2014-10 | N3988 | Evolution |  | 
        
            | N4151 | TriviallyCopyable reference_wrapper | Agustín Bergé | 2014-08-08 | 2014-10 |  | Library |  | 
        
            | N4152 | uncaught_exceptions | Herb Sutter | 2014-09-30 | 2014-10 | N3614 | Evolution |  | 
        
            | N4153 | 2015-02 LWG Meeting Invitation and Information | Nico Josuttis | 2014-10-03 | 2014-10 |  |  |  | 
        
            | N4154 | Operator assert | David Krauss | 2014-09-30 | 2014-10 |  | Evolution |  | 
        
            | N4155 | Non-member size() and more (Revision 1) | Riccardo Marcangelo | 2014-09-28 | 2014-10 | N4017 | Library |  | 
        
            | N4156 | Light-Weight Execution Agents Revision 3 | Torvald Riegel | 2014-10-10 | 2014-10 | N4016 | Concurrency |  | 
        
            | N4157 | Relaxing Packaging Rules for Exceptions Thrown by Parallel Algorithms | A. Robison, J. Hoberock, A. Laksberg | 2014-10-02 | 2014-10 |  | Concurrency |  | 
        
            | N4158 | Destructive Move (Rev 1) | Pablo Halpern | 2014-10-12 | 2014-10 | N4034 | Library |  | 
        
            | N4159 | std::function and Beyond | G. Romer, R. Perepelitsa | 2014-10-10 | 2014-10 |  | Library |  | 
        
            | N4160 | Value constraints | Andrzej Krzemieński | 2014-10-03 | 2014-10 |  | Evolution |  | 
        
            | N4161 | Uniform Container Erasure (Revision 1) | Stephan T. Lavavej | 2014-10-09 | 2014-10 | N4009 | Library |  | 
        
            | N4162 | Atomic Smart Pointers, rev. 1 | Herb Sutter | 2014-10-06 | 2014-10 | N4058 | Concurrency |  | 
        
            | N4163 | Agenda and Meeting Notice for WG21 Telecon Meeting | Herb Sutter | 2014-10-06 | 2014-10 |  |  |  | 
        
            | N4164 | Forwarding References | H. Sutter, B. Stroustrup, G. Dos Reis | 2014-10-06 | 2014-10 |  | Evolution |  | 
        
            | N4165 | Unified Call Syntax | Herb Sutter | 2014-10-04 | 2014-10 |  | Evolution |  | 
        
            | N4166 | Movable initializer lists | David Krauss | 2014-10-06 | 2013-10 |  | Evolution |  | 
        
            | N4167 | Transform Reduce, an Additional Algorithm for C++ Extensions for Parallelism | G. Mercer, A. Bergé, H. Kaiser | 2014-10-10 | 2014-10 |  | Concurrency |  | 
        
            | N4168 | Removing auto_ptr | Billy Baker | 2014-10-02 | 2014-10 |  | Library |  | 
        
            | N4169 | A proposal to add invoke function template (Revision 1) | Tomasz Kamiński | 2014-08-22 | 2014-10 | N3727 | Library |  | 
        
            | N4170 | Extend INVOKE to support types convertible to target class (Revision 1) | Tomasz Kamiński | 2014-08-12 | 2014-10 | N3719 | Library |  | 
        
            | N4171 | Parameter group placeholders for bind | Tomasz Kamiński | 2014-10-05 | 2014-10 |  | Library |  | 
        
            | N4172 | Named arguments | E. Akhgari, B. Ballo | 2014-10-07 | 2014-10 |  | Evolution |  | 
        
            | N4173 | Operator Dot | B. Stroustrup, G. Dos Reis | 2014-10-11 | 2014-10 |  | Evolution |  | 
        
            | N4174 | Call syntax: x.f(y) vs. f(x,y) | Bjarne Stroustrup | 2014-10-11 | 2014-10 |  | Evolution |  | 
        
            | N4175 | Default comparisons | Bjarne Stroustrup | 2014-10-11 | 2014-10 |  | Evolution |  | 
        
            | N4176 | Thoughts about Comparisons | Bjarne Stroustrup | 2014-10-11 | 2014-10 |  | Evolution |  | 
        
            | N4177 | Multidimensional bounds, index and array_view, revision 4 | Ł. Mendakiewicz, H. Sutter | 2014-10-06 | 2014-10 | N4087 | Library |  | 
        
            | N4178 | Proposed resolution for Core Issue 330: Qualification conversions and pointers to arrays of pointers | Jens Maurer | 2014-10-07 | 2014-10 |  | Core |  | 
        
            | N4179 | Transactional Memory Support for C++: Wording (revision 2) | Jens Maurer | 2014-10-10 | 2014-10 | N3999 | Core/Library |  | 
        
            | N4180 | SG5 Transactional Memory Support for C++ Update | M. Wong, V. Luchangco, J. Maurer, et al. | 2014-10-10 | 2014-10 | N3999 | Evolution |  | 
        
            | N4181 | Transactionalizing the C++ Standard Library Updates | M. Wong, J. Maurer, M. Spear, J. Gottschlich, T. Riegel,
				et al. |  | missing | N4000 | Library |  | 
        
            | N4182 | SG5: Transactional Memory (TM) Meeting Minutes 2014/07/14-2014/10/06 | Michael Wong | 2014-10-10 | 2014-10 |  |  |  | 
        
            | N4183 | Contiguous Iterators: Pointer Conversion & Type Trait | Nevin Liber | 2014-10-10 | 2014-10 | N3884 | Library |  | 
        
            | N4184 | SIMD Types: The Vector Type & Operations | Matthias Kretz | 2014-10-10 | 2014-10 | N3759 | Concurrency |  | 
        
            | N4185 | SIMD Types: The Mask Type & Write-Masking | Matthias Kretz | 2014-10-10 | 2014-10 |  | Concurrency |  | 
        
            | N4186 | Supporting Custom Diagnostics and SFINAE | Matthias Kretz | 2014-10-10 | 2014-10 |  | Evolution |  | 
        
            | N4187 | C++ Ostream Buffers | L. Crowl, P. Sommerlad | 2014-10-08 | 2014-10 | N4069 | Library |  | 
        
            | N4188 | Proposal for classes with runtime size | L. Deniau, A. Naumann | 2014-10-01 | 2014-10 |  | Evolution |  | 
        
            | N4189 | Generic Scope Guard and RAII Wrapper for the Standard Library | P. Sommerlad, A. Sandoval | 2014-10-08 | 2014-10 | N3949 | Library |  | 
        
            | N4190 | Removing auto_ptr, random_shuffle(), And Old <functional> Stuff | Stephan T. Lavavej | 2014-10-09 | 2014-10 |  | Library |  | 
        
            | N4191 | Folding expressions | A. Sutton, R. Smith | 2014-10-07 | 2014-10 |  | Evolution |  | 
        
            | N4192 | C++ Standard Core Language Active Issues, Revision 91 | William M. Miller | 2014-10-13 | 2014-10 | N4091 | Core |  | 
        
            | N4193 | C++ Standard Core Language Defect Reports and Accepted Issues, Revision 91 | William M. Miller | 2014-10-13 | 2014-10 | N4092 | Core |  | 
        
            | N4194 | C++ Standard Core Language Closed Issues, Revision 91 | William M. Miller | 2014-10-13 | 2014-10 | N4093 | Core |  | 
        
            | N4195 | std::synchronic<T> | O. Giroux, C. Edwards | 2014-10-07 | 2014-10 |  | Concurrency |  | 
        
            | N4196 | Attributes for namespaces and enumerators | Richard Smith | 2014-10-06 | 2014-10 |  | Evolution |  | 
        
            | N4197 | Adding u8 character literals | Richard Smith | 2014-10-06 | 2014-10 |  | Core |  | 
        
            | N4198 | Allow constant evaluation for all non-type template arguments | Richard Smith | 2014-10-06 | 2014-10 |  | Evolution |  | 
        
            | N4199 | Minutes of Sept. 4-5, 2014 SG1 meeting in Redmond, WA | Hans-J. Boehm | 2014-10-10 | 2014-10 |  |  |  | 
        
            | N4200 | Feature-testing recommendations for C++ | Clark Nelson | 2014-10-08 | 2014-10 | N4030 |  |  | 
        
            | N4201 | Alignment Helpers for C++ | Matthew Fioravante | 2014-08-20 | 2014-10 |  | Library |  | 
        
            | N4202 | Strongly Typed Bitset | Matthew Fioravante | 2014-08-20 | 2014-10 |  | Library |  | 
        
            | N4203 | Fast ASCII Character Manipulation | Matthew Fioravante | 2014-08-20 | 2014-10 |  | Library |  | 
        
            | N4204 | C++ Latches and Barriers | A. Mackintosh, O. Giroux | 2014-08-06 | 2014-10 | N3998 | Concurrency, Library |  | 
        
            | N4205 | Working Draft, C++ Extensions for Concepts | Andrew Sutton | 2014-10-10 | 2014-10 | N4040 | Core |  | 
        
            | N4206 | C++ Standard Evolution Active Issues List (Revision R09) | Ville Voutilainen | 2014-10-09 | 2014-10 | N4101 | Evolution |  | 
        
            | N4207 | C++ Standard Evolution Completed Issues List (Revision R09) | Ville Voutilainen | 2014-10-09 | 2014-10 | N4102 | Evolution |  | 
        
            | N4208 | C++ Standard Evolution Closed Issues List (Revision R09) | Ville Voutilainen | 2014-10-09 | 2014-10 | N4103 | Evolution |  | 
        
            | N4209 | A Proposal to Add a Const-Propagating Wrapper to the Standard Library | J. Coe, R. Mill | 2014-10-09 | 2014-10 | N4057 | Library |  | 
        
            | N4210 | IBM comment on preparing for a Trigraph-adverse future in C++17 | M. Wong, H. Tong, R. Bhakta, D. Inglis | 2014-10-10 | 2014-10 |  | Evolution |  | 
        
            | N4211 | File System TS Active Issues List (Revision R3) | Beman Dawes | 2014-10-11 | 2014-10 | N4095 | Filesystem |  | 
        
            | N4212 | File System TS Closed Issues List (Revision R3) | Beman Dawes | 2014-10-11 | 2014-10 | N4096 | Filesystem |  | 
        
            | N4213 | File System TS Defect Report List (Revision R3) | Beman Dawes | 2014-10-11 | 2014-10 | N4097 | Filesystem |  | 
        
            | N4214 | A Module System for C++ (Revision 2) | G. Dos Reis, M. Hall, G. Nishanov | 2014-10-13 | 2014-10 | N4047 | Modules |  | 
        
            | N4215 | Towards Implementation and Use of memory_order_consume | P. McKenney, T. Riegel, J. Preshing | 2014-10-05 | 2014-10 | N4036 | Concurrency |  | 
        
            | N4216 | Out-of-Thin-Air Execution is Vacuous | P. McKenney, A. Jeffrey, A. Sezgin | 2014-10-10 | 2014-10 |  | Concurrency |  | 
        
            | N4217 | std::rand replacement | Zhihao Yuan | 2014-10-08 | 2014-10 | N3796 | Library |  | 
        
            | N4218 | Variant: a typesafe union | Axel Naumann | 2014-09-24 | 2014-10 |  | Library |  | 
        
            | N4219 | Fixing the specification of universal-character-names (rev. 2) | David Krauss | 2014-10-10 | 2014-10 | N3881 | Undefined Behavior |  | 
        
            | N4220 | An update to the preprocessor specification (rev. 2) | David Krauss | 2014-10-10 | 2014-10 | N3882 | Undefined Behavior |  | 
        
            | N4221 | Generalized lifetime extension | David Krauss | 2014-10-10 | 2014-10 |  | Evolution |  | 
        
            | N4222 | Minimal Additions to the Array View Library for Performance and Interoperability | R. ter Borg, J. Perla | 2014-10-09 | 2014-10 |  | Library |  | 
        
            | N4223 | Response To: Let return {expr} Be Explicit | V. Voutilainen, M. Kilpeläinen, J. Wakely | 2014-10-10 | 2014-10 | N4094 | Evolution |  | 
        
            | N4224 | Supplements to C++ Latches | A. Mackintosh, A. Berkan | 2014-10-10 | 2014-10 |  | Concurrency |  | 
        
            | N4225 | Towards uniform handling of subobjects | Ville Voutilainen | 2014-10-10 | 2014-10 |  | Evolution |  | 
        
            | N4226 | Apply the [[noreturn]] attribute to main as a hint to eliminate global object destructor calls | D. Diaz, E. Bringas, D. Gutson, J. Maurer | 2014-10-10 | 2014-10 |  | Reflection |  | 
        
            | N4227 | Cleaning-up noexcept in the Library (Rev 2) | Nicolai Josuttis | 2014-10-10 | 2014-10 | N4002 | Library |  | 
        
            | N4228 | Refining Expression Evaluation Order for Idiomatic C++ | G. Dos Reis, H. Sutter, J. Caves | 2014-10-13 | 2014-10 |  | Evolution |  | 
        
            | N4229 | Pointer Ordering | Gabriel Dos Reis | 2014-10-13 | 2014-10 |  | Evolution |  | 
        
            | N4230 | Nested namespace definition (revision 2) | R. Kawulak, A. Tomazos | 2014-10-10 | 2014-10 | N4026 | Evolution |  | 
        
            | N4231 | Terms and definitions related to "threads" | T. Riegel, C. Nelson | 2014-10-10 | 2014-10 |  | Concurrency |  | 
        
            | N4232 | Stackful Coroutines and Stackless Resumable Functions | Nat Goodspeed | 2014-10-13 | 2014-10 |  | Concurrency |  | 
        
            | N4233 | A Class for Status and Optional Value | L. Crowl, C. Mysen | 2014-10-10 | 2014-10 |  | Library |  | 
        
            | N4234 | 0-overhead-principle violations in exception handling - part 2 | Daniel Gutson | 2014-10-10 | 2014-10 |  | Evolution |  | 
        
            | N4235 | Selecting from Parameter Packs | Daveed Vandevoorde | 2014-10-10 | 2014-10 |  | Evolution |  | 
        
            | N4236 | A compile-time string library template with UDL operator templates | Michael Price | 2014-10-10 | 2014-10 |  | Library |  | 
        
            | N4237 | Language Extensions for Vector loop level parallelism | R. Geva, C. Nelson | 2014-10-10 | 2014-10 |  | Concurrency |  | 
        
            | N4238 | An Abstract Model of Vector Parallelism | Pablo Halpern | 2014-10-13 | 2014-10 |  | Concurrency |  | 
        
            | N4239 | Defaulted Comparison Using Reflection | A. Tomazos, M. Spertus | 2014-10-12 | 2014-10 |  | Reflection, Evolution |  | 
        
            | N4240 | Improved insertion interface for unique-key maps (Revision 2) | Thomas Köppe | 2014-10-11 | 2014-10 | N3873 | Library |  | 
        
            | N4241 | A proposal to add shared_mutex (untimed) (Revision 3) | Gor Nishanov | 2014-10-10 | 2014-10 | N3995 | Concurrency |  | 
        
            | N4242 | Executors and Asynchronous Operations, Revision 1 | Christopher Kohlhoff | 2014-10-13 | 2014-10 | N4046 | Concurrency |  | 
        
            | N4243 | Networking Library Proposal (Revision 2) | Christopher Kohlhoff | 2014-10-13 | 2014-10 | N2175 | Networking, Library |  | 
        
            | N4244 | Resumable Lambdas: A language extension for generators and coroutines | Christopher Kohlhoff | 2014-10-13 | 2014-10 |  | Concurrency |  | 
        
            | N4245 | C++ Standard Library Active Issues List (Revision R90) | Alisdair Meredith | 2014-10-13 | 2014-10 | N4117 | Library |  | 
        
            | N4246 | C++ Standard Library Defect Report List (Revision R90) | Alisdair Meredith | 2014-10-13 | 2014-10 | N4118 | Library |  | 
        
            | N4247 | C++ Standard Library Closed Issues List (Revision R90) | Alisdair Meredith | 2014-10-13 | 2014-10 | N4119 | Library |  | 
        
            | N4248 | Library Preconditions are a Language Feature | Alisdair Meredith | 2014-10-12 | 2014-10 |  | Evolution |  | 
        
            | N4249 | Networking Primitives: std::experimental::network::htonl Considered Harmful | A. Meredith, J. Burley, A. Martin, D. Chisnall, et al. | 2014-10-09 | 2014-10 |  | Library |  | 
        
    
        
            | WG21 Number | Title | Author | Document Date | Mailing Date | Previous Version | Subgroup | Disposition | 
        
            | 2014-11-post-Urbana | 
	
		| N4250 | WG21 2014-10-24 Telecon Minutes | Jonathan Wakely | 2014-10-27 | 2014-11 |  |  |  | 
	
		| N4251 | WG21 2014-11 Urbana Minutes | Jonathan Wakely | 2014-11-21 | 2014-11 |  |  |  | 
	
		| N4252 | PL22.16 2014-11 Urbana Minutes | Jonathan Wakely | 2014-11-21 | 2014-11 |  |  |  | 
	
		| N4253 | Language Support for Runtime Contract Validation (Revision 9) | J. Lakos, A. Zakharov, A. Beels, N. Myers | 2014-11-21 | 2014-11 | N4135 | Evolution |  | 
	
		| N4254 | User-defined Literals for size_t and ptrdiff_t | Rein Halbersma | 2014-11-21 | 2014-11 |  | Library Evolution |  | 
	
		| N4255 | Proposed resolution for US104: Allocator-aware regular expressions (rev 3) | Mike Spertus | 2014-11-03 | 2014-11 | N3254 | Library |  | 
	
		| N4256 | Concurrency TS Working Draft | Artur Laksberg |  | missing | N4107 | Concurrency |  | 
	
		| N4257 | Delimited iterators (rev 4) | Mike Spertus, Nathan Wilson | 2014-11-04 | 2014-11 | N4066 | Library Evolution | Adopted 2014-11 | 
	
		| N4258 | Cleaning up noexcept in the Library (Rev 3) | Nicolai Josuttis | 2014-11-07 | 2014-11 | N4227 | Library | Adopted 2014-11 | 
	
		| N4259 | Wording for std::uncaught_exceptions | Herb Sutter | 2014-11-06 | 2014-11 |  | Library | Adopted 2014-11 | 
	
		| N4260 | Wording for Atomic Smart Pointers | Herb Sutter | 2014-11-08 | 2014-11 |  | Library |  | 
	
		| N4261 | Proposed resolution for Core Issue 330: Qualification conversions and pointers to arrays of pointers | Jens Maurer | 2014-11-06 | 2014-11 | N4178 | Core | Adopted 2014-11 | 
	
		| N4262 | Wording for Forwarding References | Herb Sutter | 2014-11-05 | 2014-11 |  | Core | Adopted 2014-11 | 
	
		| N4263 | Toward a concept-enabled standard library | Matt Austern, Gabriel Dos Reis, Eric Niebler, Bjarne Stroustrup, Herb Sutter, Andrew Sutton, Jeffrey Yasskin | 2014-11-04 | 2014-11 |  | Concepts |  | 
	
		| N4264 | Propogate_const | Jonathan Coe |  | N4209 |  | Library |  | 
	
		| N4265 | Transactional Memory Support for C++: Wording (revision 3) | Jens Maurer | 2014-11-07 | 2014-11 |  | Core |  | 
	
		| N4266 | Attributes for namespaces and enumerators | Richard Smith | 2014-11-05 | 2014-11 |  | Core | Adopted 2014-11 | 
	
		| N4267 | Adding u8 character literals | Richard Smith | 2014-11-05 | 2014-11 |  | Core | Adopted 2014-11 | 
	
		| N4268 | Allow constant evaluation for all non-type template arguments | Richard Smith | 2014-11-05 | 2014-11 |  | Core | Adopted 2014-11 | 
	
		| N4269 | No sane compiler would optimize atomics | JF Bastien |  | missing |  | Core |  | 
	
		| N4270 | Consolidated Revisions to C++ Extensions for Library Fundamentals | Alisdair Meredith | 2014-11-07 | 2014-11 | N4081 | Library | Adopted 2014-11 | 
	
		| N4271 | Minimal Incomplete Type Support for Standard Containers | Zhihao Yuan |  | missing |  |  |  | 
	
		| N4272 | Working Draft, Technical Specification for C++ Extensions for Transactional Memory | Michael Wong | 2014-11-07 | 2014-11 | N4179 | Transactional Memory |  | 
	
		| N4273 | Uniform Container Erasure (Revision 2) | Stephan T. Lavavej | 2014-11-06 | 2014-11 |  | Library | Adopted 2014-11 | 
	
		| N4274 | Relaxing Packaging Rules for Exceptions Thrown by Parallel Algorithms - Proposed Wording (Revision 1) | Arch D. Robison, Jared Hoberock, Artur Laksberg | 2014-11-14 | 2014-11 | N4157 | Concurrency |  | 
	
		| N4275 | Parallelism PDTS Comment Responses | Hans-J. Boehm | 2014-11-07 | 2014-11 |  | Concurrency | Adopted 2014-11 | 
	
		| N4276 | Adding Fused Transform Algorithms to the Parallelism TS | Jared Hoberock | 2014-11-05 | 2014-11 |  | Concurrency | Adopted 2014-11 | 
	
		| N4277 | TriviallyCopyable reference_wrapper (Revision 1) | Agustín Bergé | 2014-11-06 | 2014-11 | N4151 | Library | Adopted 2014-11 | 
	
		| N4278 | Concurrency TS Editor's Report | Artur Laksberg |  | missing |  | Concurrency |  | 
	
		| N4279 | Improved insertion interface for unique-key maps (Revision 2.3) | Thomas Köpp | 2014-11-07 | 2014-11 | N4240 | Library | Adopted 2014-11 | 
	
		| N4280 | Non-member size() and more (Revison 2) | Riccardo Marcangelo | 2014-11-06 | 2014-11 | N4155 | Library | Adopted 2014-11 | 
	
		| N4281 | C++ Latches and Barriers | Alasdair Mackintosh, Olivier Giroux |  | missing | N4204 | Library |  | 
	
		| N4282 | A Proposal for the World's Dumbest Smart Pointer, v4 | Walter E. Brown | 2014-11-07 | 2014-11 | N3840 | Library | Adopted 2014-11 | 
	
		| N4283 | Atomic View | Carter Edwards |  | missing |  | Concurrency |  | 
	
		| N4284 | Contiguous Iterators | Jens Maurer | 2014-11-07 | 2014-11 | N4132 | Library | Adopted 2014-11 | 
	
		| N4285 | Cleanup for exception-specification and throw-expression | Jens Maurer | 2014-11-07 | 2014-11 | N4133 | Library | Adopted 2014-11 | 
	
		| N4286 | Resumable Functions (revision 3) | Gor Nishanov, Jim Radigan | 2014-11-18 | 2014-11 | N4134 | Evolution |  | 
	
		| N4287 | Threads, Fibers and Couroutines (slides deck) | Gor Nishanov | 2014-11-18 | 2014-11 |  | Evolution |  | 
	
		| N4288 | Strike string_view::clear from Library Fundamentals | Alisdair Meredith | 2014-11-07 | 2014-11 |  | Library | Adopted 2014-11 | 
	
		| N4289 | Library support for runtime contract violations | Nathan Myers |  | missing |  | Library |  | 
	
		| N4290 | Language support for optional contract violations | Nathan Myers |  | missing |  | Library |  | 
	
		| N4291 | Language support for block scope assertions | Nathan Myers |  | missing |  | Library |  | 
	
		| N4292 | Language support for call-site assertions | Nathan Myers |  | missing |  | Library |  | 
	
		| N4293 | C++ language support for contract programming | J. Daniel Garcia | 2014-11-23 | 2014-11 |  | Evolution |  | 
	
		| N4294 | Arrays of run-time bounds as data members | J. Daniel Garcia | 2014-11-23 | 2014-11 | N3875 | Evolution |  | 
	
		| N4295 | Folding Expressions | Andrew Sutton, Richard Smith | 2014-11-07 | 2014-11 | N4191 | Core | Adopted 2014-11 | 
	
		| N4296 | Working Draft, Standard for Programming Language C++ | Richard Smith | 2014-11-19 | 2014-11 | N4140 |  |  | 
	
		| N4297 | Editor's Report -- Programming Languages -- C++ | Richard Smith | 2014-11-19 | 2014-11 |  |  |  | 
	
		| N4298 | Agenda and Meeting Notice for WG21 Ballot Resolution Telecon Meeting | Herb Sutter | 2011-11-14 | 2014-11 |  |  |  | 
	
		| N4299 | Source Code Information Capture | Robert Douglas |  | missing |  |  |  | 
	
		| N4300 | Array View | Carter Edwards |  | missing |  |  |  | 
	
		| N4301 | Working Draft, Technical Specification for C++ Extensions for Transactional Memory | Michael Wong | 2014-11-21 | 2014-11 | N4179 |  |  | 
	
		| N4302 | Technical Specification for C++ Extensions for Technical Specification for C++ Extensions for
Transactional Memory | Michael Wong | 2014-11-21 | 2014-11 |  |  |  | 
	
		| N4303 | Pointer Safety and Placement New | Richard Smith, Hubert Tong | 2014-11-21 | 2014-11 |  | Core |  | 
	
		| N4304 | C++ Standard Core Language Active Issues, Revision 92 | William M. Miller | 2014-11-24 | 2014-11 | N4192 | Core |  | 
	
		| N4305 | C++ Standard Core Language Defect Reports and Accepted Issues, Revision 92 | William M. Miller | 2014-11-24 | 2014-11 | N4193 | Core |  | 
	
		| N4306 | C++ Standard Core Language Closed Issues, Revision 92 | William M. Miller | 2014-11-24 | 2014-11 | N4192 | Core |  | 
	
		| N4307 | National Body Comment -- ISO/IEC PDTS 19568 -- Technical Specification: C++ Extensions for Library Fundamentals | Barry Hedquist | 2014-11-12 | 2014-11 |  |  |  | 
	
		| N4308 | National Body Comment -- ISO/IEC PDTS 19570 -- Technical Specification: C++ Extensions for Parallelism | Barry Hedquist | 2014-11-12 | 2014-11 |  |  |  | 
	
		| N4309 | Return type deduction for explicitly-defaulted and deleted special member functions | Michael Price | 2014-11-17 | 2014-11 |  | Evolution |  | 
	
		| N4310 | Working Draft, Technical Specification for C++ Extensions for Parallelism | Jared Hoberock | 2014-11-21 | 2014-11 | N4104 |  |  | 
	
		| N4311 | Parallelism TS Editor's Report | Jared Hoberock | 2014-11-21 | 2014-11 |  |  |  | 
	
		| N4312 | Programming Languages -- Technical Specification for C++ Extensions for Parallelism | Jared Hoberock | 2014-11-21 | 2014-11 |  |  |  | 
	
		| N4313 | Improvements to the Concurrency Technical Specification, revision 1 | Artur Laksberg | 2014-11-21 | 2014-11 | N4123 | Concurrency |  | 
	
		| N4314 | Data-Invariant Functions (revision 2) | Jens Maurer | 2014-11-15 | 2014-11 | N4145 | Library Evolution |  | 
	
		| N4315 | make_array, revision 3 | Zhihao Yuan | 2014-11-07 | 2014-11 | N4065 | Library |  | 
	
		| N4316 | std::rand replacement, revision 2 | Zhihao Yuan | 2014-11-08 | 2014-11 | N4217 | Library |  | 
	
		| N4317 | New Safer Functions to Advance Iterators | Patrick Grace | 2014-11-17 | 2014-11 |  | Library Evolution |  | 
	
		| N4318 | Proposal to add an absolute difference function to the C++ Standard Library | Jeremy Turnbull | 2014-09-21 | 2014-11 |  | Library Evolution |  | 
	
		| N4319 | Contracts for C++: What are the Choices | Gabriel Dos Reis, Shuvendu Lahiri, Francesco Logozzo, Thomas  Ball, Jared Parsons | 2014-11-23 | 2014-11 |  | Evolution |  | 
	
		| N4320 | Make exception specifications be part of the type system | Jens Maurer | 2014-11-20 | 2014-11 |  | Evolution |  | 
	
		| N4321 | Towards Implementation and Use of memory_order_consume | Paul McKenney | 2014-10-05 | 2014-11 | N4215 | Concurrency |  | 
	
		| N4322 | Linux-Kernel Memory Model | Paul McKenney | 2014-11-20 | 2014-11 |  | Concurrency |  | 
	
		| N4323 | Out-of-Thin-Air Execution is Vacuous | Paul McKenney | 2014-11-20 | 2014-11 | N4216 | Concurrency |  | 
	
		| N4324 | Use Cases for Thread-Local Storage | Paul McKenney | 2014-11-20 | 2014-11 |  | Concurrency |  | 
	
		| N4325 | C++ Standard Evolution Active Issues List (Revision R10) | Ville Voutilanen | 2014-11-21 | 2014-11 | N4206 | Evolution |  | 
	
		| N4326 | C++ Standard Evolution Completed Issues List (Revision R10) | Ville Voutilanen | 2014-11-21 | 2014-11 | N4207 | Evolution |  | 
	
		| N4327 | C++ Standard Evolution Closed Issues List (Revision R10) | Ville Voutilanen | 2014-11-21 | 2014-11 | N4208 | Evolution |  | 
	
		| N4328 | C++ Standard Library Issues History for C++14 | Alisdair Meredith | 2014-11-24 | 2014-11 |  | Library |  | 
	
		| N4329 | C++ Standard Library Active Issues List (Revision R91) | Alisdair Meredith | 2014-11-24 | 2014-11 | N4245 | Library |  | 
	
		| N4330 | C++ Standard Library Defect Report List (Revision R91) | Alisdair Meredith | 2014-11-24 | 2014-11 | N4246 | Library |  | 
	
		| N4331 | C++ Standard Library Closed Issues List (Revision R91) | Alisdair Meredith | 2014-11-24 | 2014-11 | N4247 | Library |  | 
	
		| N4332 | Networking Library Proposal (Revision 3) | Christopher Kohlhoff | 2014-11-21 | 2014-11 | N4243 | Concurrency |  | 
	
		| N4333 | Concepts Lite | Andrew Sutton | 2014-11-21 | 2014-11 | N4205 | Core |  | 
	
		| N4334 | Wording for bool_constant | Zhihao Yuan | 2014-11-21 | 2014-11 |  | Library |  | 
	
		| N4335 | Working Draft, C++ Extensions for Library Fundamentals | Jeffrey Yasskin | 2014-11-21 | 2014-11 | N4081 | Library Evolution |  | 
	
		| N4336 | Working Draft, C++ Extensions for Library Fundamentals, Version 2 | Jeffrey Yasskin | 2014-11-21 | 2014-11 | N4084 | Library Evolution |  | 
	
		| N4337 | Editor's Report for the Library Fundamentals TS | Jeffrey Yasskin | 2014-11-21 | 2014-11 |  | Library Evolution |  | 
	
		| N4338 | Editor's Report: Technical Specification
for C++ Extensions for Transactional
Memory | Michael Wong | 2014-11-21 | 2014-11 |  | Transactional Memory |  | 
	
		| N4339 | Agenda and Meeting Notice for WG21 Concepts Meeting | Herb Sutter | 2014-11-21 | 2014-11 |  |  |  |