{
	"CWG1": {
		"type": "issue",
		"title": "What if two using-declarations refer to the same function but the declarations introduce different default-arguments?",
		"long_link": "https://cplusplus.github.io/CWG/issues/1.html",
		"link": "https://wg21.link/cwg1",
		"section": "9.3.4.7 [dcl.fct.default]",
		"status": "TC1",
		"submitter": "Bill Gibbons",
		"date": "unknown"
	},
	"CWG2": {
		"type": "issue",
		"title": "How can dependent names be used in member declarations that appear outside of the class template definition?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2",
		"link": "https://wg21.link/cwg2",
		"section": "13.8.4 [temp.dep.res]",
		"status": "drafting",
		"submitter": "unknown",
		"date": "unknown"
	},
	"CWG3": {
		"type": "issue",
		"title": "The template compilation model rules render some explicit specialization declarations not visible during instantiation",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#3",
		"link": "https://wg21.link/cwg3",
		"section": "13.9.4 [temp.expl.spec]",
		"status": "NAD",
		"submitter": "Bill Gibbons",
		"date": "unknown"
	},
	"CWG4": {
		"type": "issue",
		"title": "Does extern \"C\" affect the linkage of function names with internal linkage?",
		"long_link": "https://cplusplus.github.io/CWG/issues/4.html",
		"link": "https://wg21.link/cwg4",
		"section": "9.12 [dcl.link]",
		"status": "CD1",
		"submitter": "Mike Anderson",
		"date": "unknown"
	},
	"CWG5": {
		"type": "issue",
		"title": "CV-qualifiers and type conversions",
		"long_link": "https://cplusplus.github.io/CWG/issues/5.html",
		"link": "https://wg21.link/cwg5",
		"section": "9.5 [dcl.init]",
		"status": "CD1",
		"submitter": "Josee Lajoie",
		"date": "unknown"
	},
	"CWG6": {
		"type": "issue",
		"title": "Should the optimization that allows a class object to alias another object also allow the case of a parameter in an inline function to alias its argument?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#6",
		"link": "https://wg21.link/cwg6",
		"section": "11.9.6 [class.copy.elision]",
		"status": "NAD",
		"submitter": "unknown",
		"date": "unknown"
	},
	"CWG7": {
		"type": "issue",
		"title": "Can a class with a private virtual base class be derived from?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#7",
		"link": "https://wg21.link/cwg7",
		"section": "11.8.3 [class.access.base]",
		"status": "NAD",
		"submitter": "Jason Merrill",
		"date": "unknown"
	},
	"CWG8": {
		"type": "issue",
		"title": "Access to template arguments used in a function return type and in the nested name specifier",
		"long_link": "https://cplusplus.github.io/CWG/issues/8.html",
		"link": "https://wg21.link/cwg8",
		"section": "11.8 [class.access]",
		"status": "CD1",
		"submitter": "Mike Ball",
		"date": "unknown"
	},
	"CWG9": {
		"type": "issue",
		"title": "Clarification of access to base class members",
		"long_link": "https://cplusplus.github.io/CWG/issues/9.html",
		"link": "https://wg21.link/cwg9",
		"section": "11.8.3 [class.access.base]",
		"status": "CD1",
		"submitter": "unknown",
		"date": "unknown"
	},
	"CWG10": {
		"type": "issue",
		"title": "Can a nested class access its own class name as a qualified name if it is a private member of the enclosing class?",
		"long_link": "https://cplusplus.github.io/CWG/issues/10.html",
		"link": "https://wg21.link/cwg10",
		"section": "11.8.8 [class.access.nest]",
		"status": "CD1",
		"submitter": "Josee Lajoie",
		"date": "unknown"
	},
	"CWG11": {
		"type": "issue",
		"title": "How do the keywords typename/template interact with using-declarations?",
		"long_link": "https://cplusplus.github.io/CWG/issues/11.html",
		"link": "https://wg21.link/cwg11",
		"section": "9.10 [namespace.udecl]",
		"status": "CD1",
		"submitter": "Bill Gibbons",
		"date": "unknown"
	},
	"CWG12": {
		"type": "issue",
		"title": "Default arguments on different declarations for the same function and the Koenig lookup",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#12",
		"link": "https://wg21.link/cwg12",
		"section": "6.5.4 [basic.lookup.argdep]",
		"status": "dup",
		"submitter": "Daveed Vandevoorde",
		"date": "unknown"
	},
	"CWG13": {
		"type": "issue",
		"title": "extern \"C\" for Parameters of Function Templates",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#13",
		"link": "https://wg21.link/cwg13",
		"section": "9.12 [dcl.link]",
		"status": "NAD",
		"submitter": "John Spicer",
		"date": "unknown"
	},
	"CWG14": {
		"type": "issue",
		"title": "extern \"C\" functions and declarations in different namespaces",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#14",
		"link": "https://wg21.link/cwg14",
		"section": "9.12 [dcl.link]",
		"status": "NAD",
		"submitter": "Erwin Unruh",
		"date": "unknown"
	},
	"CWG15": {
		"type": "issue",
		"title": "Default arguments for parameters of function templates",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#15",
		"link": "https://wg21.link/cwg15",
		"section": "9.3.4.7 [dcl.fct.default]",
		"status": "dup",
		"submitter": "unknown",
		"date": "unknown"
	},
	"CWG16": {
		"type": "issue",
		"title": "Access to members of indirect private base classes",
		"long_link": "https://cplusplus.github.io/CWG/issues/16.html",
		"link": "https://wg21.link/cwg16",
		"section": "11.8.3 [class.access.base]",
		"status": "CD1",
		"submitter": "unknown",
		"date": "unknown"
	},
	"CWG17": {
		"type": "issue",
		"title": "Footnote 99 should discuss the naming class when describing members that can be accessed from friends",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#17",
		"link": "https://wg21.link/cwg17",
		"section": "11.8.3 [class.access.base]",
		"status": "NAD",
		"submitter": "unknown",
		"date": "unknown"
	},
	"CWG18": {
		"type": "issue",
		"title": "f(TYPE) where TYPE is void should be allowed",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#18",
		"link": "https://wg21.link/cwg18",
		"section": "9.3.4.6 [dcl.fct]",
		"status": "NAD",
		"submitter": "unknown",
		"date": "unknown"
	},
	"CWG19": {
		"type": "issue",
		"title": "Clarify protected member access",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#19",
		"link": "https://wg21.link/cwg19",
		"section": "11.8.5 [class.protected]",
		"status": "NAD",
		"submitter": "unknown",
		"date": "unknown"
	},
	"CWG20": {
		"type": "issue",
		"title": "Some clarifications needed for 12.8 para 15",
		"long_link": "https://cplusplus.github.io/CWG/issues/20.html",
		"link": "https://wg21.link/cwg20",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "TC1",
		"submitter": "unknown",
		"date": "unknown"
	},
	"CWG21": {
		"type": "issue",
		"title": "Can a default argument for a template parameter appear in a friend declaration?",
		"long_link": "https://cplusplus.github.io/CWG/issues/21.html",
		"link": "https://wg21.link/cwg21",
		"section": "13.2 [temp.param]",
		"status": "TC1",
		"submitter": "unknown",
		"date": "unknown"
	},
	"CWG22": {
		"type": "issue",
		"title": "Template parameter with a default argument that refers to itself",
		"long_link": "https://cplusplus.github.io/CWG/issues/22.html",
		"link": "https://wg21.link/cwg22",
		"section": "13.8.4 [temp.dep.res]",
		"status": "TC1",
		"submitter": "unknown",
		"date": "unknown"
	},
	"CWG23": {
		"type": "issue",
		"title": "Some questions regarding partial ordering of function templates",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#23",
		"link": "https://wg21.link/cwg23",
		"section": "13.7.7.3 [temp.func.order]",
		"status": "NAD",
		"submitter": "unknown",
		"date": "unknown"
	},
	"CWG24": {
		"type": "issue",
		"title": "Errors in examples in 14.7.3",
		"long_link": "https://cplusplus.github.io/CWG/issues/24.html",
		"link": "https://wg21.link/cwg24",
		"section": "13.9.4 [temp.expl.spec]",
		"status": "TC1",
		"submitter": "unknown",
		"date": "unknown"
	},
	"CWG25": {
		"type": "issue",
		"title": "Exception specifications and pointers to members",
		"long_link": "https://cplusplus.github.io/CWG/issues/25.html",
		"link": "https://wg21.link/cwg25",
		"section": "14.5 [except.spec]",
		"status": "TC1",
		"submitter": "unknown",
		"date": "unknown"
	},
	"CWG26": {
		"type": "issue",
		"title": "Copy constructors and default arguments",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#26",
		"link": "https://wg21.link/cwg26",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "NAD",
		"submitter": "Daveed Vandevoorde",
		"date": "22 Sep 1997"
	},
	"CWG27": {
		"type": "issue",
		"title": "Overload ambiguities for builtin ?: prototypes",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#27",
		"link": "https://wg21.link/cwg27",
		"section": "12.5 [over.built]",
		"status": "NAD",
		"submitter": "Jason Merrill",
		"date": "25 Sep 1997"
	},
	"CWG28": {
		"type": "issue",
		"title": "'exit', 'signal' and static object destruction",
		"long_link": "https://cplusplus.github.io/CWG/issues/28.html",
		"link": "https://wg21.link/cwg28",
		"section": "6.10.3.3 [basic.start.dynamic]",
		"status": "CD1",
		"submitter": "Martin J. O'Riordan",
		"date": "19 Oct 1997"
	},
	"CWG29": {
		"type": "issue",
		"title": "Linkage of locally declared functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/29.html",
		"link": "https://wg21.link/cwg29",
		"section": "9.12 [dcl.link]",
		"status": "CD1",
		"submitter": "Mike Ball",
		"date": "19 Mar 1998"
	},
	"CWG30": {
		"type": "issue",
		"title": "Valid uses of \"::template\"",
		"long_link": "https://cplusplus.github.io/CWG/issues/30.html",
		"link": "https://wg21.link/cwg30",
		"section": "13.3 [temp.names]",
		"status": "TC1",
		"submitter": "Daveed Vandevoorde",
		"date": "28 May 1998"
	},
	"CWG31": {
		"type": "issue",
		"title": "Looking up new/delete",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#31",
		"link": "https://wg21.link/cwg31",
		"section": "7.6.2.8 [expr.new]",
		"status": "NAD",
		"submitter": "Daveed Vandevoorde",
		"date": "23 Jun 1998"
	},
	"CWG32": {
		"type": "issue",
		"title": "Clarification of explicit instantiation of non-exported templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/32.html",
		"link": "https://wg21.link/cwg32",
		"section": "Clause 13 [temp]",
		"status": "TC1",
		"submitter": "Daveed Vandevoorde",
		"date": "10 Jul 1998"
	},
	"CWG33": {
		"type": "issue",
		"title": "Argument dependent lookup and overloaded functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/33.html",
		"link": "https://wg21.link/cwg33",
		"section": "6.5.4 [basic.lookup.argdep]",
		"status": "TC1",
		"submitter": "Jason Merrill",
		"date": "15 Jul 1998"
	},
	"CWG34": {
		"type": "issue",
		"title": "Argument dependent lookup and points of instantiation",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#34",
		"link": "https://wg21.link/cwg34",
		"section": "13.9.2 [temp.inst]",
		"status": "NAD",
		"submitter": "Daveed Vandevoorde",
		"date": "15 Jul 1998"
	},
	"CWG35": {
		"type": "issue",
		"title": "Definition of default-initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/35.html",
		"link": "https://wg21.link/cwg35",
		"section": "9.5 [dcl.init]",
		"status": "TC1",
		"submitter": "Andrew Koenig",
		"date": "29 Jul 1998"
	},
	"CWG36": {
		"type": "issue",
		"title": "using-declarations in multiple-declaration contexts",
		"long_link": "https://cplusplus.github.io/CWG/issues/36.html",
		"link": "https://wg21.link/cwg36",
		"section": "9.10 [namespace.udecl]",
		"status": "CD6",
		"submitter": "Andrew Koenig",
		"date": "20 Aug 1998"
	},
	"CWG37": {
		"type": "issue",
		"title": "When is uncaught_exception() true?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#37",
		"link": "https://wg21.link/cwg37",
		"section": "_N5001_.14.6.3 [except.uncaught]",
		"status": "NAD",
		"submitter": "Daveed Vandevoorde",
		"date": "10 Aug 1998"
	},
	"CWG38": {
		"type": "issue",
		"title": "Explicit template arguments and operator functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/38.html",
		"link": "https://wg21.link/cwg38",
		"section": "13.3 [temp.names]",
		"status": "TC1",
		"submitter": "John Wiegley",
		"date": "17 Aug 1998"
	},
	"CWG39": {
		"type": "issue",
		"title": "Conflicting ambiguity rules",
		"long_link": "https://cplusplus.github.io/CWG/issues/39.html",
		"link": "https://wg21.link/cwg39",
		"section": "6.5.2 [class.member.lookup]",
		"status": "CD1",
		"submitter": "Neal M Gafter",
		"date": "20 Aug 1998"
	},
	"CWG40": {
		"type": "issue",
		"title": "Syntax of declarator-id",
		"long_link": "https://cplusplus.github.io/CWG/issues/40.html",
		"link": "https://wg21.link/cwg40",
		"section": "9.3.4 [dcl.meaning]",
		"status": "TC1",
		"submitter": "Mike Miller",
		"date": "01 Sep 1998"
	},
	"CWG41": {
		"type": "issue",
		"title": "Clarification of lookup of names after declarator-id",
		"long_link": "https://cplusplus.github.io/CWG/issues/41.html",
		"link": "https://wg21.link/cwg41",
		"section": "6.5.3 [basic.lookup.unqual]",
		"status": "TC1",
		"submitter": "Mike Miller",
		"date": "1 Sep 1998"
	},
	"CWG42": {
		"type": "issue",
		"title": "Redefining names from base classes",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#42",
		"link": "https://wg21.link/cwg42",
		"section": "6.4.7 [basic.scope.class]",
		"status": "NAD",
		"submitter": "Steve Clamage",
		"date": "15 Sep 1998"
	},
	"CWG43": {
		"type": "issue",
		"title": "Copying base classes (PODs) using memcpy",
		"long_link": "https://cplusplus.github.io/CWG/issues/43.html",
		"link": "https://wg21.link/cwg43",
		"section": "6.9 [basic.types]",
		"status": "TC1",
		"submitter": "Nathan Myers",
		"date": "15 Sep 1998"
	},
	"CWG44": {
		"type": "issue",
		"title": "Member specializations",
		"long_link": "https://cplusplus.github.io/CWG/issues/44.html",
		"link": "https://wg21.link/cwg44",
		"section": "13.9.4 [temp.expl.spec]",
		"status": "CD1",
		"submitter": "Nathan Myers",
		"date": "19 Sep 1998"
	},
	"CWG45": {
		"type": "issue",
		"title": "Access to nested classes",
		"long_link": "https://cplusplus.github.io/CWG/issues/45.html",
		"link": "https://wg21.link/cwg45",
		"section": "11.8.8 [class.access.nest]",
		"status": "CD1",
		"submitter": "Daveed Vandevoorde",
		"date": "29 Sep 1998"
	},
	"CWG46": {
		"type": "issue",
		"title": "Explicit instantiation of member templates",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#46",
		"link": "https://wg21.link/cwg46",
		"section": "13.9.3 [temp.explicit]",
		"status": "NAD",
		"submitter": "John H. Spicer",
		"date": "28 Jan 1998"
	},
	"CWG47": {
		"type": "issue",
		"title": "Template friend issues",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#47",
		"link": "https://wg21.link/cwg47",
		"section": "13.7.5 [temp.friend]",
		"status": "NAD",
		"submitter": "John H. Spicer",
		"date": "7 Nov 1997"
	},
	"CWG48": {
		"type": "issue",
		"title": "Definitions of unused static members",
		"long_link": "https://cplusplus.github.io/CWG/issues/48.html",
		"link": "https://wg21.link/cwg48",
		"section": "11.4.9.3 [class.static.data]",
		"status": "TC1",
		"submitter": "Bill Gibbons",
		"date": "23 Nov 1997"
	},
	"CWG49": {
		"type": "issue",
		"title": "Restriction on non-type, non-value template arguments",
		"long_link": "https://cplusplus.github.io/CWG/issues/49.html",
		"link": "https://wg21.link/cwg49",
		"section": "13.2 [temp.param]",
		"status": "TC1",
		"submitter": "Mike Miller",
		"date": "16 Oct 1998"
	},
	"CWG50": {
		"type": "issue",
		"title": "Converting pointer to incomplete type to same type",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#50",
		"link": "https://wg21.link/cwg50",
		"section": "6.3 [basic.def.odr]",
		"status": "NAD",
		"submitter": "Steve Adamczyk",
		"date": "13 Oct 1998"
	},
	"CWG51": {
		"type": "issue",
		"title": "Overloading and user-defined conversions",
		"long_link": "https://cplusplus.github.io/CWG/issues/51.html",
		"link": "https://wg21.link/cwg51",
		"section": "12.2.4 [over.match.best]",
		"status": "TC1",
		"submitter": "Steve Adamczyk",
		"date": "13 Oct 1998"
	},
	"CWG52": {
		"type": "issue",
		"title": "Non-static members, member selection and access checking",
		"long_link": "https://cplusplus.github.io/CWG/issues/52.html",
		"link": "https://wg21.link/cwg52",
		"section": "7.6.1.5 [expr.ref]",
		"status": "TC1",
		"submitter": "Steve Adamczyk",
		"date": "13 Oct 1998"
	},
	"CWG53": {
		"type": "issue",
		"title": "Lvalue-to-rvalue conversion before certain static_casts",
		"long_link": "https://cplusplus.github.io/CWG/issues/53.html",
		"link": "https://wg21.link/cwg53",
		"section": "7.6.1.9 [expr.static.cast]",
		"status": "TC1",
		"submitter": "Steve Adamczyk",
		"date": "13 Oct 1998"
	},
	"CWG54": {
		"type": "issue",
		"title": "Static_cast from private base to derived class",
		"long_link": "https://cplusplus.github.io/CWG/issues/54.html",
		"link": "https://wg21.link/cwg54",
		"section": "7.6.1.9 [expr.static.cast]",
		"status": "CD1",
		"submitter": "Steve Adamczyk",
		"date": "13 Oct 1998"
	},
	"CWG55": {
		"type": "issue",
		"title": "Adding/subtracting pointer and enumeration value",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#55",
		"link": "https://wg21.link/cwg55",
		"section": "7.6.6 [expr.add]",
		"status": "NAD",
		"submitter": "Steve Adamczyk",
		"date": "13 Oct 1998"
	},
	"CWG56": {
		"type": "issue",
		"title": "Redeclaring typedefs within classes",
		"long_link": "https://cplusplus.github.io/CWG/issues/56.html",
		"link": "https://wg21.link/cwg56",
		"section": "9.2.4 [dcl.typedef]",
		"status": "TC1",
		"submitter": "Steve Adamczyk",
		"date": "13 Oct 1998"
	},
	"CWG57": {
		"type": "issue",
		"title": "Empty unions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#57",
		"link": "https://wg21.link/cwg57",
		"section": "11.5 [class.union]",
		"status": "open",
		"submitter": "Steve Adamczyk",
		"date": "13 Oct 1998"
	},
	"CWG58": {
		"type": "issue",
		"title": "Signedness of bit fields of enum type",
		"long_link": "https://cplusplus.github.io/CWG/issues/58.html",
		"link": "https://wg21.link/cwg58",
		"section": "11.4.10 [class.bit]",
		"status": "CD1",
		"submitter": "Steve Adamczyk",
		"date": "13 Oct 1998"
	},
	"CWG59": {
		"type": "issue",
		"title": "Clarification of overloading and UDC to reference type",
		"long_link": "https://cplusplus.github.io/CWG/issues/59.html",
		"link": "https://wg21.link/cwg59",
		"section": "12.2.2.5 [over.match.copy]",
		"status": "TC1",
		"submitter": "Steve Adamczyk",
		"date": "13 Oct 1998"
	},
	"CWG60": {
		"type": "issue",
		"title": "Reference binding and valid conversion sequences",
		"long_link": "https://cplusplus.github.io/CWG/issues/60.html",
		"link": "https://wg21.link/cwg60",
		"section": "12.2.4.2.5 [over.ics.ref]",
		"status": "CD1",
		"submitter": "Steve Adamczyk",
		"date": "13 Oct 1998"
	},
	"CWG61": {
		"type": "issue",
		"title": "Address of static member function \"&p->f\"",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#61",
		"link": "https://wg21.link/cwg61",
		"section": "12.3 [over.over]",
		"status": "NAD",
		"submitter": "Steve Adamczyk",
		"date": "13 Oct 1998"
	},
	"CWG62": {
		"type": "issue",
		"title": "Unnamed members of classes used as type parameters",
		"long_link": "https://cplusplus.github.io/CWG/issues/62.html",
		"link": "https://wg21.link/cwg62",
		"section": "13.4.2 [temp.arg.type]",
		"status": "CD1",
		"submitter": "Steve Adamczyk",
		"date": "13 Oct 1998"
	},
	"CWG63": {
		"type": "issue",
		"title": "Class instantiation from pointer conversion to void*, null and self",
		"long_link": "https://cplusplus.github.io/CWG/issues/63.html",
		"link": "https://wg21.link/cwg63",
		"section": "13.9.2 [temp.inst]",
		"status": "CD1",
		"submitter": "Steve Adamczyk",
		"date": "13 Oct 1998"
	},
	"CWG64": {
		"type": "issue",
		"title": "Partial ordering to disambiguate explicit specialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/64.html",
		"link": "https://wg21.link/cwg64",
		"section": "13.9.4 [temp.expl.spec]",
		"status": "TC1",
		"submitter": "Steve Adamczyk",
		"date": "13 Oct 1998"
	},
	"CWG65": {
		"type": "issue",
		"title": "Typo in default argument example",
		"long_link": "https://cplusplus.github.io/CWG/issues/65.html",
		"link": "https://wg21.link/cwg65",
		"section": "9.3.4.7 [dcl.fct.default]",
		"status": "TC1",
		"submitter": "Mike Miller",
		"date": "6 Oct 1998"
	},
	"CWG66": {
		"type": "issue",
		"title": "Visibility of default args vs overloads added after using-declaration",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#66",
		"link": "https://wg21.link/cwg66",
		"section": "9.3.4.7 [dcl.fct.default]",
		"status": "NAD",
		"submitter": "Mike Miller",
		"date": "6 Oct 1998"
	},
	"CWG67": {
		"type": "issue",
		"title": "Evaluation of left side of object-expression",
		"long_link": "https://cplusplus.github.io/CWG/issues/67.html",
		"link": "https://wg21.link/cwg67",
		"section": "11.4.9 [class.static]",
		"status": "TC1",
		"submitter": "Mike Miller",
		"date": "6 Oct 1998"
	},
	"CWG68": {
		"type": "issue",
		"title": "Grammar does not allow \"friend class A<int>;\"",
		"long_link": "https://cplusplus.github.io/CWG/issues/68.html",
		"link": "https://wg21.link/cwg68",
		"section": "9.2.9.5 [dcl.type.elab]",
		"status": "TC1",
		"submitter": "Mike Ball",
		"date": "17 Oct 1998"
	},
	"CWG69": {
		"type": "issue",
		"title": "Storage class specifiers on template declarations",
		"long_link": "https://cplusplus.github.io/CWG/issues/69.html",
		"link": "https://wg21.link/cwg69",
		"section": "9.2.2 [dcl.stc]",
		"status": "TC1",
		"submitter": "Mike Ball",
		"date": "17 Oct 1998"
	},
	"CWG70": {
		"type": "issue",
		"title": "Is an array bound a nondeduced context?",
		"long_link": "https://cplusplus.github.io/CWG/issues/70.html",
		"link": "https://wg21.link/cwg70",
		"section": "13.10.3.6 [temp.deduct.type]",
		"status": "CD1",
		"submitter": "Jack Rouse",
		"date": "29 Sep 1998"
	},
	"CWG71": {
		"type": "issue",
		"title": "Incorrect cross reference",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#71",
		"link": "https://wg21.link/cwg71",
		"section": "Clause 7 [expr]",
		"status": "NAD",
		"submitter": "Neal Gafter",
		"date": "15 Oct 1998"
	},
	"CWG72": {
		"type": "issue",
		"title": "Linkage and storage class specifiers for templates",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#72",
		"link": "https://wg21.link/cwg72",
		"section": "Clause 13 [temp]",
		"status": "dup",
		"submitter": "Mike Ball",
		"date": "19 Oct 1998"
	},
	"CWG73": {
		"type": "issue",
		"title": "Pointer equality",
		"long_link": "https://cplusplus.github.io/CWG/issues/73.html",
		"link": "https://wg21.link/cwg73",
		"section": "7.6.10 [expr.eq]",
		"status": "TC1",
		"submitter": "Nathan Myers",
		"date": "13 Nov 1998"
	},
	"CWG74": {
		"type": "issue",
		"title": "Enumeration value in direct-new-declarator",
		"long_link": "https://cplusplus.github.io/CWG/issues/74.html",
		"link": "https://wg21.link/cwg74",
		"section": "7.6.2.8 [expr.new]",
		"status": "TC1",
		"submitter": "Jason Merrill",
		"date": "16 Nov 1998"
	},
	"CWG75": {
		"type": "issue",
		"title": "In-class initialized members must be const",
		"long_link": "https://cplusplus.github.io/CWG/issues/75.html",
		"link": "https://wg21.link/cwg75",
		"section": "11.4 [class.mem]",
		"status": "TC1",
		"submitter": "John Wiegley",
		"date": "29 Dec 1998"
	},
	"CWG76": {
		"type": "issue",
		"title": "Are const volatile variables considered \"constant expressions\"?",
		"long_link": "https://cplusplus.github.io/CWG/issues/76.html",
		"link": "https://wg21.link/cwg76",
		"section": "9.2.9.2 [dcl.type.cv]",
		"status": "TC1",
		"submitter": "Judy Ward",
		"date": "15 Dec 1998"
	},
	"CWG77": {
		"type": "issue",
		"title": "The definition of friend does not allow nested classes to be friends",
		"long_link": "https://cplusplus.github.io/CWG/issues/77.html",
		"link": "https://wg21.link/cwg77",
		"section": "11.8.4 [class.friend]",
		"status": "CD1",
		"submitter": "Judy Ward",
		"date": "15 Dec 1998"
	},
	"CWG78": {
		"type": "issue",
		"title": "Section 8.5 paragraph 9 should state it only applies to non-static objects",
		"long_link": "https://cplusplus.github.io/CWG/issues/78.html",
		"link": "https://wg21.link/cwg78",
		"section": "9.5 [dcl.init]",
		"status": "CD1",
		"submitter": "Judy Ward",
		"date": "15 Dec 1998"
	},
	"CWG79": {
		"type": "issue",
		"title": "Alignment and placement new",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#79",
		"link": "https://wg21.link/cwg79",
		"section": "17.6.3.4 [new.delete.placement]",
		"status": "dup",
		"submitter": "Herb Sutter",
		"date": "15 Dec 1998"
	},
	"CWG80": {
		"type": "issue",
		"title": "Class members with same name as class",
		"long_link": "https://cplusplus.github.io/CWG/issues/80.html",
		"link": "https://wg21.link/cwg80",
		"section": "11.4 [class.mem]",
		"status": "TC1",
		"submitter": "Jason Merrill",
		"date": "5 Dec 1998"
	},
	"CWG81": {
		"type": "issue",
		"title": "Null pointers and C compatibility",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#81",
		"link": "https://wg21.link/cwg81",
		"section": "Clause Annex C [diff]",
		"status": "NAD",
		"submitter": "Steve Clamage",
		"date": "27 Oct 1998"
	},
	"CWG82": {
		"type": "issue",
		"title": "Definition of \"using\" a constant expression",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#82",
		"link": "https://wg21.link/cwg82",
		"section": "6.3 [basic.def.odr]",
		"status": "dup",
		"submitter": "Bill Gibbons",
		"date": "31 Dec 1998"
	},
	"CWG83": {
		"type": "issue",
		"title": "Overloading and deprecated conversion of string literal",
		"long_link": "https://cplusplus.github.io/CWG/issues/83.html",
		"link": "https://wg21.link/cwg83",
		"section": "12.2.4.3 [over.ics.rank]",
		"status": "TC1",
		"submitter": "Steve Adamczyk",
		"date": "24 Jan 1999"
	},
	"CWG84": {
		"type": "issue",
		"title": "Overloading and conversion loophole used by auto_ptr",
		"long_link": "https://cplusplus.github.io/CWG/issues/84.html",
		"link": "https://wg21.link/cwg84",
		"section": "12.2.4.2 [over.best.ics]",
		"status": "TC1",
		"submitter": "Steve Adamczyk",
		"date": "10 Dec 1998"
	},
	"CWG85": {
		"type": "issue",
		"title": "Redeclaration of member class",
		"long_link": "https://cplusplus.github.io/CWG/issues/85.html",
		"link": "https://wg21.link/cwg85",
		"section": "6.5.6 [basic.lookup.elab]",
		"status": "TC1",
		"submitter": "Steve Adamczyk",
		"date": "25 Jan 1999"
	},
	"CWG86": {
		"type": "issue",
		"title": "Lifetime of temporaries in query expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/86.html",
		"link": "https://wg21.link/cwg86",
		"section": "6.8.7 [class.temporary]",
		"status": "CD1",
		"submitter": "Steve Adamczyk",
		"date": "Jan 1999"
	},
	"CWG87": {
		"type": "issue",
		"title": "Exception specifications on function parameters",
		"long_link": "https://cplusplus.github.io/CWG/issues/87.html",
		"link": "https://wg21.link/cwg87",
		"section": "14.5 [except.spec]",
		"status": "CD1",
		"submitter": "Steve Adamczyk",
		"date": "25 Jan 1999"
	},
	"CWG88": {
		"type": "issue",
		"title": "Specialization of member constant templates",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#88",
		"link": "https://wg21.link/cwg88",
		"section": "13.9.4 [temp.expl.spec]",
		"status": "NAD",
		"submitter": "Jason Merrill",
		"date": "20 Jan 1999"
	},
	"CWG89": {
		"type": "issue",
		"title": "Object lifetime does not account for reference rebinding",
		"long_link": "https://cplusplus.github.io/CWG/issues/89.html",
		"link": "https://wg21.link/cwg89",
		"section": "6.8.4 [basic.life]",
		"status": "TC1",
		"submitter": "AFNOR",
		"date": "27 Oct 1998"
	},
	"CWG90": {
		"type": "issue",
		"title": "Should the enclosing class be an \"associated class\" too?",
		"long_link": "https://cplusplus.github.io/CWG/issues/90.html",
		"link": "https://wg21.link/cwg90",
		"section": "6.5.4 [basic.lookup.argdep]",
		"status": "TC1",
		"submitter": "John Spicer",
		"date": "2 Feb 1999"
	},
	"CWG91": {
		"type": "issue",
		"title": "A union's associated types should include the union itself",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#91",
		"link": "https://wg21.link/cwg91",
		"section": "6.5.4 [basic.lookup.argdep]",
		"status": "NAD",
		"submitter": "John Spicer",
		"date": "2 Feb 1999"
	},
	"CWG92": {
		"type": "issue",
		"title": "Should exception-specifications be part of the type system?",
		"long_link": "https://cplusplus.github.io/CWG/issues/92.html",
		"link": "https://wg21.link/cwg92",
		"section": "14.5 [except.spec]",
		"status": "CD4",
		"submitter": "Jonathan Schilling",
		"date": "2 Feb 1999"
	},
	"CWG93": {
		"type": "issue",
		"title": "Missing word in 3.8 basic.life paragraph 2",
		"long_link": "https://cplusplus.github.io/CWG/issues/93.html",
		"link": "https://wg21.link/cwg93",
		"section": "6.8.4 [basic.life]",
		"status": "TC1",
		"submitter": "Mike Miller",
		"date": "6 Feb 1999"
	},
	"CWG94": {
		"type": "issue",
		"title": "Inconsistencies in the descriptions of constant expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/94.html",
		"link": "https://wg21.link/cwg94",
		"section": "7.7 [expr.const]",
		"status": "TC1",
		"submitter": "Mike Miller",
		"date": "8 Feb 1999"
	},
	"CWG95": {
		"type": "issue",
		"title": "Elaborated type specifiers referencing names declared in friend decls",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#95",
		"link": "https://wg21.link/cwg95",
		"section": "_N4868_.9.8.2.3 [namespace.memdef]",
		"status": "NAD",
		"submitter": "John Spicer",
		"date": "9 Feb 1999"
	},
	"CWG96": {
		"type": "issue",
		"title": "Syntactic disambiguation using the template keyword",
		"long_link": "https://cplusplus.github.io/CWG/issues/96.html",
		"link": "https://wg21.link/cwg96",
		"section": "13.3 [temp.names]",
		"status": "C++11",
		"submitter": "John Spicer",
		"date": "16 Feb 1999"
	},
	"CWG97": {
		"type": "issue",
		"title": "Use of bool constants in integral constant expressions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#97",
		"link": "https://wg21.link/cwg97",
		"section": "7.7 [expr.const]",
		"status": "NAD",
		"submitter": "Andy Koenig",
		"date": "18 Feb 1999"
	},
	"CWG98": {
		"type": "issue",
		"title": "Branching into try block",
		"long_link": "https://cplusplus.github.io/CWG/issues/98.html",
		"link": "https://wg21.link/cwg98",
		"section": "Clause 14 [except]",
		"status": "TC1",
		"submitter": "Jack Rouse",
		"date": "23 Feb 1999"
	},
	"CWG99": {
		"type": "issue",
		"title": "Partial ordering, references and cv-qualifiers",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#99",
		"link": "https://wg21.link/cwg99",
		"section": "13.10.3.2 [temp.deduct.call]",
		"status": "NAD",
		"submitter": "Mike Miller",
		"date": "5 Mar 1999"
	},
	"CWG100": {
		"type": "issue",
		"title": "Clarify why string literals are not allowed as template arguments",
		"long_link": "https://cplusplus.github.io/CWG/issues/100.html",
		"link": "https://wg21.link/cwg100",
		"section": "13.4.3 [temp.arg.nontype]",
		"status": "TC1",
		"submitter": "Mike Miller",
		"date": "9 Mar 1999"
	},
	"CWG101": {
		"type": "issue",
		"title": "Redeclaration of extern \"C\" names via using-declarations",
		"long_link": "https://cplusplus.github.io/CWG/issues/101.html",
		"link": "https://wg21.link/cwg101",
		"section": "9.10 [namespace.udecl]",
		"status": "TC1",
		"submitter": "Mike Miller",
		"date": "10 Mar 1999"
	},
	"CWG102": {
		"type": "issue",
		"title": "Operator lookup rules do not work well with parts of the library",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#102",
		"link": "https://wg21.link/cwg102",
		"section": "12.2.2.3 [over.match.oper]",
		"status": "NAD",
		"submitter": "Herb Sutter",
		"date": "15 Oct 1998"
	},
	"CWG103": {
		"type": "issue",
		"title": "Is it extended-namespace-definition or extension-namespace-definition ?",
		"long_link": "https://cplusplus.github.io/CWG/issues/103.html",
		"link": "https://wg21.link/cwg103",
		"section": "9.9.4 [namespace.udir]",
		"status": "TC1",
		"submitter": "Herb Sutter",
		"date": "20 Mar 1999"
	},
	"CWG104": {
		"type": "issue",
		"title": "Destroying the exception temp when no handler is found",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#104",
		"link": "https://wg21.link/cwg104",
		"section": "14.2 [except.throw]",
		"status": "NAD",
		"submitter": "Jonathan Schilling",
		"date": "21 Mar 1999"
	},
	"CWG105": {
		"type": "issue",
		"title": "Meaning of \"template function\"",
		"long_link": "https://cplusplus.github.io/CWG/issues/105.html",
		"link": "https://wg21.link/cwg105",
		"section": "Clause 13 [temp]",
		"status": "TC1",
		"submitter": "Daveed Vandevoorde",
		"date": "16 Apr 1999"
	},
	"CWG106": {
		"type": "issue",
		"title": "Creating references to references during template deduction/instantiation",
		"long_link": "https://cplusplus.github.io/CWG/issues/106.html",
		"link": "https://wg21.link/cwg106",
		"section": "Clause unknown [unknown]",
		"status": "CD1",
		"submitter": "Bjarne Stroustrup",
		"date": "unknown"
	},
	"CWG107": {
		"type": "issue",
		"title": "Linkage of operator functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#107",
		"link": "https://wg21.link/cwg107",
		"section": "9.12 [dcl.link]",
		"status": "NAD",
		"submitter": "Stephen Clamage",
		"date": "21 Apr 1999"
	},
	"CWG108": {
		"type": "issue",
		"title": "Are classes nested in templates dependent?",
		"long_link": "https://cplusplus.github.io/CWG/issues/108.html",
		"link": "https://wg21.link/cwg108",
		"section": "13.8.3.2 [temp.dep.type]",
		"status": "TC1",
		"submitter": "Mark Mitchell",
		"date": "14 Apr 1999"
	},
	"CWG109": {
		"type": "issue",
		"title": "Allowing ::template in using-declarations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#109",
		"link": "https://wg21.link/cwg109",
		"section": "9.10 [namespace.udecl]",
		"status": "NAD",
		"submitter": "Daveed Vandevoorde",
		"date": "6 Apr 1999"
	},
	"CWG110": {
		"type": "issue",
		"title": "Can template functions and classes be declared in the same scope?",
		"long_link": "https://cplusplus.github.io/CWG/issues/110.html",
		"link": "https://wg21.link/cwg110",
		"section": "Clause 13 [temp]",
		"status": "CD6",
		"submitter": "John Spicer",
		"date": "28 Apr 1999"
	},
	"CWG111": {
		"type": "issue",
		"title": "Copy constructors and cv-qualifiers",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#111",
		"link": "https://wg21.link/cwg111",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "NAD",
		"submitter": "Jack Rouse",
		"date": "4 May 1999"
	},
	"CWG112": {
		"type": "issue",
		"title": "Array types and cv-qualifiers",
		"long_link": "https://cplusplus.github.io/CWG/issues/112.html",
		"link": "https://wg21.link/cwg112",
		"section": "9.3.4.5 [dcl.array]",
		"status": "CD1",
		"submitter": "Steve Clamage",
		"date": "4 May 1999"
	},
	"CWG113": {
		"type": "issue",
		"title": "Visibility of called function",
		"long_link": "https://cplusplus.github.io/CWG/issues/113.html",
		"link": "https://wg21.link/cwg113",
		"section": "7.6.1.3 [expr.call]",
		"status": "CD1",
		"submitter": "Christophe de Dinechin",
		"date": "5 May 1999"
	},
	"CWG114": {
		"type": "issue",
		"title": "Virtual overriding by template member function specializations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#114",
		"link": "https://wg21.link/cwg114",
		"section": "13.7.3 [temp.mem]",
		"status": "NAD",
		"submitter": "Bill Gibbons",
		"date": "7 May 1999"
	},
	"CWG115": {
		"type": "issue",
		"title": "Address of template-id",
		"long_link": "https://cplusplus.github.io/CWG/issues/115.html",
		"link": "https://wg21.link/cwg115",
		"section": "12.3 [over.over]",
		"status": "CD1",
		"submitter": "John Spicer",
		"date": "7 May 1999"
	},
	"CWG116": {
		"type": "issue",
		"title": "Equivalent and functionally-equivalent function templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/116.html",
		"link": "https://wg21.link/cwg116",
		"section": "13.7.7.2 [temp.over.link]",
		"status": "TC1",
		"submitter": "Mike Miller",
		"date": "11 May 1999"
	},
	"CWG117": {
		"type": "issue",
		"title": "Timing of destruction of temporaries",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#117",
		"link": "https://wg21.link/cwg117",
		"section": "6.8.7 [class.temporary]",
		"status": "NAD",
		"submitter": "Mike Miller",
		"date": "14 May 1999"
	},
	"CWG118": {
		"type": "issue",
		"title": "Calls via pointers to virtual member functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/118.html",
		"link": "https://wg21.link/cwg118",
		"section": "7.6.1.3 [expr.call]",
		"status": "CD1",
		"submitter": "Martin O'Riordan",
		"date": "17 May 1999"
	},
	"CWG119": {
		"type": "issue",
		"title": "Object lifetime and aggregate initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/119.html",
		"link": "https://wg21.link/cwg119",
		"section": "6.8.4 [basic.life]",
		"status": "CD1",
		"submitter": "Jack Rouse",
		"date": "20 May 1999"
	},
	"CWG120": {
		"type": "issue",
		"title": "Nonexistent non-terminal qualified-name",
		"long_link": "https://cplusplus.github.io/CWG/issues/120.html",
		"link": "https://wg21.link/cwg120",
		"section": "13.8 [temp.res]",
		"status": "TC1",
		"submitter": "Bill Gibbons",
		"date": "28 May 1999"
	},
	"CWG121": {
		"type": "issue",
		"title": "Dependent type names with non-dependent nested-name-specifiers",
		"long_link": "https://cplusplus.github.io/CWG/issues/121.html",
		"link": "https://wg21.link/cwg121",
		"section": "13.8 [temp.res]",
		"status": "TC1",
		"submitter": "Bill Gibbons",
		"date": "28 May 1999"
	},
	"CWG122": {
		"type": "issue",
		"title": "template-ids as unqualified-ids",
		"long_link": "https://cplusplus.github.io/CWG/issues/122.html",
		"link": "https://wg21.link/cwg122",
		"section": "_N4567_.5.1.1 [expr.prim.general]",
		"status": "CD1",
		"submitter": "Mike Miller",
		"date": "3 June 1999"
	},
	"CWG123": {
		"type": "issue",
		"title": "Bad cross-reference",
		"long_link": "https://cplusplus.github.io/CWG/issues/123.html",
		"link": "https://wg21.link/cwg123",
		"section": "_N4567_.5.1.1 [expr.prim.general]",
		"status": "TC1",
		"submitter": "Mike Miller",
		"date": "3 June 1999"
	},
	"CWG124": {
		"type": "issue",
		"title": "Lifetime of temporaries in default initialization of class arrays",
		"long_link": "https://cplusplus.github.io/CWG/issues/124.html",
		"link": "https://wg21.link/cwg124",
		"section": "6.8.7 [class.temporary]",
		"status": "CD1",
		"submitter": "Jack Rouse",
		"date": "3 June 1999"
	},
	"CWG125": {
		"type": "issue",
		"title": "Ambiguity in friend declaration syntax",
		"long_link": "https://cplusplus.github.io/CWG/issues/125.html",
		"link": "https://wg21.link/cwg125",
		"section": "_N4567_.5.1.1 [expr.prim.general]",
		"status": "CD1",
		"submitter": "Martin von Loewis",
		"date": "7 June 1999"
	},
	"CWG126": {
		"type": "issue",
		"title": "Exception specifications and const",
		"long_link": "https://cplusplus.github.io/CWG/issues/126.html",
		"link": "https://wg21.link/cwg126",
		"section": "14.5 [except.spec]",
		"status": "TC1",
		"submitter": "Martin von Loewis",
		"date": "8 June 1999"
	},
	"CWG127": {
		"type": "issue",
		"title": "Ambiguity in description of matching deallocation function",
		"long_link": "https://cplusplus.github.io/CWG/issues/127.html",
		"link": "https://wg21.link/cwg127",
		"section": "7.6.2.8 [expr.new]",
		"status": "TC1",
		"submitter": "Alexander Schiemann",
		"date": "8 June 1999"
	},
	"CWG128": {
		"type": "issue",
		"title": "Casting between enum types",
		"long_link": "https://cplusplus.github.io/CWG/issues/128.html",
		"link": "https://wg21.link/cwg128",
		"section": "7.6.1.9 [expr.static.cast]",
		"status": "TC1",
		"submitter": "Clark Nelson",
		"date": "10 June 1999"
	},
	"CWG129": {
		"type": "issue",
		"title": "Stability of uninitialized auto variables",
		"long_link": "https://cplusplus.github.io/CWG/issues/129.html",
		"link": "https://wg21.link/cwg129",
		"section": "6.10.1 [intro.execution]",
		"status": "CD3",
		"submitter": "Nathan Myers",
		"date": "26 June 1999"
	},
	"CWG130": {
		"type": "issue",
		"title": "Sequence points and new-expressions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#130",
		"link": "https://wg21.link/cwg130",
		"section": "7.6.2.8 [expr.new]",
		"status": "NAD",
		"submitter": "Herb Sutter",
		"date": "20 June 1999"
	},
	"CWG131": {
		"type": "issue",
		"title": "Typo in Lao characters",
		"long_link": "https://cplusplus.github.io/CWG/issues/131.html",
		"link": "https://wg21.link/cwg131",
		"section": "_N2691_.E [extendid]",
		"status": "TC1",
		"submitter": "John Spicer",
		"date": "23 June 1999"
	},
	"CWG132": {
		"type": "issue",
		"title": "Local types and linkage",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#132",
		"link": "https://wg21.link/cwg132",
		"section": "6.7 [basic.link]",
		"status": "NAD",
		"submitter": "Daveed Vandevoorde",
		"date": "25 June 1999"
	},
	"CWG133": {
		"type": "issue",
		"title": "Exception specifications and checking",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#133",
		"link": "https://wg21.link/cwg133",
		"section": "14.5 [except.spec]",
		"status": "dup",
		"submitter": "Daveed Vandevoorde",
		"date": "25 June 1999"
	},
	"CWG134": {
		"type": "issue",
		"title": "Template classes and declarator-ids",
		"long_link": "https://cplusplus.github.io/CWG/issues/134.html",
		"link": "https://wg21.link/cwg134",
		"section": "Clause 13 [temp]",
		"status": "TC1",
		"submitter": "Mike Miller",
		"date": "17 June 1999"
	},
	"CWG135": {
		"type": "issue",
		"title": "Class type in in-class member function definitions",
		"long_link": "https://cplusplus.github.io/CWG/issues/135.html",
		"link": "https://wg21.link/cwg135",
		"section": "9.3.4.6 [dcl.fct]",
		"status": "TC1",
		"submitter": "Gabriel Netterdag",
		"date": "1 July 1999"
	},
	"CWG136": {
		"type": "issue",
		"title": "Default arguments and friend declarations",
		"long_link": "https://cplusplus.github.io/CWG/issues/136.html",
		"link": "https://wg21.link/cwg136",
		"section": "9.3.4.7 [dcl.fct.default]",
		"status": "CD1",
		"submitter": "Daveed Vandevoorde",
		"date": "9 July 1999"
	},
	"CWG137": {
		"type": "issue",
		"title": "static_cast of cv void*",
		"long_link": "https://cplusplus.github.io/CWG/issues/137.html",
		"link": "https://wg21.link/cwg137",
		"section": "7.6.1.9 [expr.static.cast]",
		"status": "TC1",
		"submitter": "Mike Miller",
		"date": "13 July 1999"
	},
	"CWG138": {
		"type": "issue",
		"title": "Friend declaration name lookup",
		"long_link": "https://cplusplus.github.io/CWG/issues/138.html",
		"link": "https://wg21.link/cwg138",
		"section": "_N4868_.9.8.2.3 [namespace.memdef]",
		"status": "CD6",
		"submitter": "Martin von Loewis",
		"date": "14 Jul 1999"
	},
	"CWG139": {
		"type": "issue",
		"title": "Error in friend lookup example",
		"long_link": "https://cplusplus.github.io/CWG/issues/139.html",
		"link": "https://wg21.link/cwg139",
		"section": "6.5.3 [basic.lookup.unqual]",
		"status": "CD1",
		"submitter": "Mike Miller",
		"date": "14 Jul 1999"
	},
	"CWG140": {
		"type": "issue",
		"title": "Agreement of parameter declarations",
		"long_link": "https://cplusplus.github.io/CWG/issues/140.html",
		"link": "https://wg21.link/cwg140",
		"section": "9.3.4.6 [dcl.fct]",
		"status": "CD1",
		"submitter": "Steve Clamage",
		"date": "15 Jul 1999"
	},
	"CWG141": {
		"type": "issue",
		"title": "Non-member function templates in member access expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/141.html",
		"link": "https://wg21.link/cwg141",
		"section": "_N4868_.6.5.6 [basic.lookup.classref]",
		"status": "CD1",
		"submitter": "fvali",
		"date": "31 July 1999"
	},
	"CWG142": {
		"type": "issue",
		"title": "Injection-related errors in access example",
		"long_link": "https://cplusplus.github.io/CWG/issues/142.html",
		"link": "https://wg21.link/cwg142",
		"section": "11.8.3 [class.access.base]",
		"status": "TC1",
		"submitter": "Steve Adamczyk",
		"date": "16 Jul 1999"
	},
	"CWG143": {
		"type": "issue",
		"title": "Friends and Koenig lookup",
		"long_link": "https://cplusplus.github.io/CWG/issues/143.html",
		"link": "https://wg21.link/cwg143",
		"section": "6.5.4 [basic.lookup.argdep]",
		"status": "CD1",
		"submitter": "Mike Miller",
		"date": "21 Jul 1999"
	},
	"CWG144": {
		"type": "issue",
		"title": "Position of friend specifier",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#144",
		"link": "https://wg21.link/cwg144",
		"section": "9.2.9.5 [dcl.type.elab]",
		"status": "open",
		"submitter": "Daveed Vandevoorde",
		"date": "22 Jul 1999"
	},
	"CWG145": {
		"type": "issue",
		"title": "Deprecation of prefix ++",
		"long_link": "https://cplusplus.github.io/CWG/issues/145.html",
		"link": "https://wg21.link/cwg145",
		"section": "D.6 [depr.impldec]",
		"status": "TC1",
		"submitter": "Mike Miller",
		"date": "23 Jul 1999"
	},
	"CWG146": {
		"type": "issue",
		"title": "Floating-point zero",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#146",
		"link": "https://wg21.link/cwg146",
		"section": "6.9.2 [basic.fundamental]",
		"status": "open",
		"submitter": "Andy Sawyer",
		"date": "23 Jul 1999"
	},
	"CWG147": {
		"type": "issue",
		"title": "Naming the constructor",
		"long_link": "https://cplusplus.github.io/CWG/issues/147.html",
		"link": "https://wg21.link/cwg147",
		"section": "_N4567_.5.1.1 [expr.prim.general]",
		"status": "TC1",
		"submitter": "John Spicer",
		"date": "21 Feb 1999"
	},
	"CWG148": {
		"type": "issue",
		"title": "POD classes and pointers to members",
		"long_link": "https://cplusplus.github.io/CWG/issues/148.html",
		"link": "https://wg21.link/cwg148",
		"section": "Clause 11 [class]",
		"status": "TC1",
		"submitter": "Nathan Sidwell",
		"date": "31 Jul 1999"
	},
	"CWG149": {
		"type": "issue",
		"title": "Accessibility and ambiguity",
		"long_link": "https://cplusplus.github.io/CWG/issues/149.html",
		"link": "https://wg21.link/cwg149",
		"section": "7.3.12 [conv.ptr]",
		"status": "TC1",
		"submitter": "Nathan Sidwell",
		"date": "31 Jul 1999"
	},
	"CWG150": {
		"type": "issue",
		"title": "Template template parameters and default arguments",
		"long_link": "https://cplusplus.github.io/CWG/issues/150.html",
		"link": "https://wg21.link/cwg150",
		"section": "13.4.4 [temp.arg.template]",
		"status": "C++17",
		"submitter": "Mike Miller",
		"date": "3 Aug 1999"
	},
	"CWG151": {
		"type": "issue",
		"title": "Terminology of zero-initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/151.html",
		"link": "https://wg21.link/cwg151",
		"section": "9.5 [dcl.init]",
		"status": "TC1",
		"submitter": "Valentin Bonnard",
		"date": "4 August 1999"
	},
	"CWG152": {
		"type": "issue",
		"title": "explicit copy constructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/152.html",
		"link": "https://wg21.link/cwg152",
		"section": "11.4.8.2 [class.conv.ctor]",
		"status": "TC1",
		"submitter": "Steve Adamczyk",
		"date": "4 August 1999"
	},
	"CWG153": {
		"type": "issue",
		"title": "Misleading wording (rank of conversion)",
		"long_link": "https://cplusplus.github.io/CWG/issues/153.html",
		"link": "https://wg21.link/cwg153",
		"section": "12.2.4.3 [over.ics.rank]",
		"status": "TC1",
		"submitter": "Valentin Bonnard",
		"date": "6 Aug 1999"
	},
	"CWG154": {
		"type": "issue",
		"title": "Anonymous unions in unnamed namespaces",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#154",
		"link": "https://wg21.link/cwg154",
		"section": "9.2.2 [dcl.stc]",
		"status": "NAD",
		"submitter": "Greg Comeau",
		"date": "9 Aug 1999"
	},
	"CWG155": {
		"type": "issue",
		"title": "Brace initializer for scalar",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#155",
		"link": "https://wg21.link/cwg155",
		"section": "9.5 [dcl.init]",
		"status": "dup",
		"submitter": "Steve Clamage",
		"date": "12 Aug 1999"
	},
	"CWG156": {
		"type": "issue",
		"title": "Name lookup for conversion functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#156",
		"link": "https://wg21.link/cwg156",
		"section": "_N4868_.6.5.6 [basic.lookup.classref]",
		"status": "NAD",
		"submitter": "Derek Inglis",
		"date": "18 Aug 1999"
	},
	"CWG157": {
		"type": "issue",
		"title": "Omitted typedef declarator",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#157",
		"link": "https://wg21.link/cwg157",
		"section": "9.1 [dcl.pre]",
		"status": "open",
		"submitter": "Daveed Vandevoorde",
		"date": "19 Aug 1999"
	},
	"CWG158": {
		"type": "issue",
		"title": "Aliasing and qualification conversions",
		"long_link": "https://cplusplus.github.io/CWG/issues/158.html",
		"link": "https://wg21.link/cwg158",
		"section": "7.2.1 [basic.lval]",
		"status": "CD1",
		"submitter": "Mike Stump",
		"date": "20 Aug 1999"
	},
	"CWG159": {
		"type": "issue",
		"title": "Namespace qualification in declarators",
		"long_link": "https://cplusplus.github.io/CWG/issues/159.html",
		"link": "https://wg21.link/cwg159",
		"section": "9.3.4 [dcl.meaning]",
		"status": "TC1",
		"submitter": "John Spicer",
		"date": "23 Aug 1999"
	},
	"CWG160": {
		"type": "issue",
		"title": "Missing std:: qualification",
		"long_link": "https://cplusplus.github.io/CWG/issues/160.html",
		"link": "https://wg21.link/cwg160",
		"section": "9.3.3 [dcl.ambig.res]",
		"status": "CD1",
		"submitter": "Al Stevens",
		"date": "23 Aug 1999"
	},
	"CWG161": {
		"type": "issue",
		"title": "Access to protected nested type",
		"long_link": "https://cplusplus.github.io/CWG/issues/161.html",
		"link": "https://wg21.link/cwg161",
		"section": "11.8.5 [class.protected]",
		"status": "TC1",
		"submitter": "Steve Adamczyk",
		"date": "26 Aug 1999"
	},
	"CWG162": {
		"type": "issue",
		"title": "(&C::f)() with nonstatic members",
		"long_link": "https://cplusplus.github.io/CWG/issues/162.html",
		"link": "https://wg21.link/cwg162",
		"section": "12.2.2.2 [over.match.call]",
		"status": "CD1",
		"submitter": "Steve Adamczyk",
		"date": "26 Aug 1999"
	},
	"CWG163": {
		"type": "issue",
		"title": "Description of subaggregate initializer",
		"long_link": "https://cplusplus.github.io/CWG/issues/163.html",
		"link": "https://wg21.link/cwg163",
		"section": "9.5.2 [dcl.init.aggr]",
		"status": "TC1",
		"submitter": "Mike Miller",
		"date": "12 Aug 1999"
	},
	"CWG164": {
		"type": "issue",
		"title": "Overlap between Koenig and normal lookup",
		"long_link": "https://cplusplus.github.io/CWG/issues/164.html",
		"link": "https://wg21.link/cwg164",
		"section": "6.5.4 [basic.lookup.argdep]",
		"status": "TC1",
		"submitter": "Derek Inglis",
		"date": "3 Sep 1999"
	},
	"CWG165": {
		"type": "issue",
		"title": "Definitions of friends and block-scope externs",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#165",
		"link": "https://wg21.link/cwg165",
		"section": "_N4868_.9.8.2.3 [namespace.memdef]",
		"status": "NAD",
		"submitter": "Derek Inglis",
		"date": "7 Sep 1999"
	},
	"CWG166": {
		"type": "issue",
		"title": "Friend declarations of template-ids",
		"long_link": "https://cplusplus.github.io/CWG/issues/166.html",
		"link": "https://wg21.link/cwg166",
		"section": "_N4868_.9.8.2.3 [namespace.memdef]",
		"status": "TC1",
		"submitter": "John Spicer",
		"date": "8 Sep 1999"
	},
	"CWG167": {
		"type": "issue",
		"title": "Deprecating static functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#167",
		"link": "https://wg21.link/cwg167",
		"section": "_N3225_.D.2 [depr.static]",
		"status": "NAD",
		"submitter": "Darin Adler",
		"date": "8 Sep 1999"
	},
	"CWG168": {
		"type": "issue",
		"title": "C linkage for static member functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#168",
		"link": "https://wg21.link/cwg168",
		"section": "9.12 [dcl.link]",
		"status": "NAD",
		"submitter": "Darin Adler",
		"date": "9 Sep 1999"
	},
	"CWG169": {
		"type": "issue",
		"title": "template-ids in using-declarations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#169",
		"link": "https://wg21.link/cwg169",
		"section": "9.10 [namespace.udecl]",
		"status": "NAD",
		"submitter": "Valentin Bonnard",
		"date": "16 Sep 1999"
	},
	"CWG170": {
		"type": "issue",
		"title": "Pointer-to-member conversions",
		"long_link": "https://cplusplus.github.io/CWG/issues/170.html",
		"link": "https://wg21.link/cwg170",
		"section": "7.3.13 [conv.mem]",
		"status": "CD7",
		"submitter": "Mike Stump",
		"date": "16 Sep 1999"
	},
	"CWG171": {
		"type": "issue",
		"title": "Global namespace scope",
		"long_link": "https://cplusplus.github.io/CWG/issues/171.html",
		"link": "https://wg21.link/cwg171",
		"section": "9.9 [basic.namespace]",
		"status": "TC1",
		"submitter": "Greg Lutz",
		"date": "19 Sep 1999"
	},
	"CWG172": {
		"type": "issue",
		"title": "Unsigned int as underlying type of enum",
		"long_link": "https://cplusplus.github.io/CWG/issues/172.html",
		"link": "https://wg21.link/cwg172",
		"section": "9.8.1 [dcl.enum]",
		"status": "CD1",
		"submitter": "Bjarne Stroustrup",
		"date": "26 Sep 1999"
	},
	"CWG173": {
		"type": "issue",
		"title": "Constraints on execution character set",
		"long_link": "https://cplusplus.github.io/CWG/issues/173.html",
		"link": "https://wg21.link/cwg173",
		"section": "5.3.1 [lex.charset]",
		"status": "TC1",
		"submitter": "Markus Mauhart",
		"date": "27 Sep 1999"
	},
	"CWG174": {
		"type": "issue",
		"title": "Undeprecating global static",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#174",
		"link": "https://wg21.link/cwg174",
		"section": "_N3225_.D.2 [depr.static]",
		"status": "NAD",
		"submitter": "Lawrence Crowl",
		"date": "25 Oct 1999"
	},
	"CWG175": {
		"type": "issue",
		"title": "Class name injection and base name access",
		"long_link": "https://cplusplus.github.io/CWG/issues/175.html",
		"link": "https://wg21.link/cwg175",
		"section": "Clause 11 [class]",
		"status": "CD1",
		"submitter": "John Spicer",
		"date": "21 February 1999"
	},
	"CWG176": {
		"type": "issue",
		"title": "Name injection and templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/176.html",
		"link": "https://wg21.link/cwg176",
		"section": "Clause 11 [class]",
		"status": "TC1",
		"submitter": "John Spicer",
		"date": "21 February 1999"
	},
	"CWG177": {
		"type": "issue",
		"title": "Lvalues vs rvalues in copy-initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/177.html",
		"link": "https://wg21.link/cwg177",
		"section": "9.5 [dcl.init]",
		"status": "CD1",
		"submitter": "Steve Adamczyk",
		"date": "25 October 1999"
	},
	"CWG178": {
		"type": "issue",
		"title": "More on value-initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/178.html",
		"link": "https://wg21.link/cwg178",
		"section": "9.5 [dcl.init]",
		"status": "TC1",
		"submitter": "Andrew Koenig",
		"date": "25 Oct 1999"
	},
	"CWG179": {
		"type": "issue",
		"title": "Function pointers and subtraction",
		"long_link": "https://cplusplus.github.io/CWG/issues/179.html",
		"link": "https://wg21.link/cwg179",
		"section": "7.6.6 [expr.add]",
		"status": "TC1",
		"submitter": "Mike Miller",
		"date": "Nov 1999"
	},
	"CWG180": {
		"type": "issue",
		"title": "typename and elaborated types",
		"long_link": "https://cplusplus.github.io/CWG/issues/180.html",
		"link": "https://wg21.link/cwg180",
		"section": "13.8 [temp.res]",
		"status": "CD1",
		"submitter": "Mike Miller",
		"date": "21 Dec 1999"
	},
	"CWG181": {
		"type": "issue",
		"title": "Errors in template template-parameter example",
		"long_link": "https://cplusplus.github.io/CWG/issues/181.html",
		"link": "https://wg21.link/cwg181",
		"section": "13.10.3.6 [temp.deduct.type]",
		"status": "TC1",
		"submitter": "John Spicer",
		"date": "4 Nov 1999"
	},
	"CWG182": {
		"type": "issue",
		"title": "Access checking on explicit specializations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#182",
		"link": "https://wg21.link/cwg182",
		"section": "13.9.4 [temp.expl.spec]",
		"status": "NAD",
		"submitter": "John Spicer",
		"date": "8 Nov 1999"
	},
	"CWG183": {
		"type": "issue",
		"title": "typename in explicit specializations",
		"long_link": "https://cplusplus.github.io/CWG/issues/183.html",
		"link": "https://wg21.link/cwg183",
		"section": "13.8 [temp.res]",
		"status": "TC1",
		"submitter": "John Spicer",
		"date": "9 Nov 1999"
	},
	"CWG184": {
		"type": "issue",
		"title": "Default arguments in template template-parameters",
		"long_link": "https://cplusplus.github.io/CWG/issues/184.html",
		"link": "https://wg21.link/cwg184",
		"section": "13.2 [temp.param]",
		"status": "CD1",
		"submitter": "John Spicer",
		"date": "11 Nov 1999"
	},
	"CWG185": {
		"type": "issue",
		"title": "\"Named\" temporaries and copy elision",
		"long_link": "https://cplusplus.github.io/CWG/issues/185.html",
		"link": "https://wg21.link/cwg185",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "TC1",
		"submitter": "Bill Wade",
		"date": "11 Nov 1999"
	},
	"CWG186": {
		"type": "issue",
		"title": "Name hiding and template template-parameters",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#186",
		"link": "https://wg21.link/cwg186",
		"section": "13.8.2 [temp.local]",
		"status": "open",
		"submitter": "John Spicer",
		"date": "11 Nov 1999"
	},
	"CWG187": {
		"type": "issue",
		"title": "Scope of template parameter names",
		"long_link": "https://cplusplus.github.io/CWG/issues/187.html",
		"link": "https://wg21.link/cwg187",
		"section": "13.2 [temp.param]",
		"status": "TC1",
		"submitter": "John Spicer",
		"date": "15 Nov 1999"
	},
	"CWG188": {
		"type": "issue",
		"title": "Comma operator and rvalue conversion",
		"long_link": "https://cplusplus.github.io/CWG/issues/188.html",
		"link": "https://wg21.link/cwg188",
		"section": "7.6.20 [expr.comma]",
		"status": "TC1",
		"submitter": "Mike Miller",
		"date": "20 Dec 1999"
	},
	"CWG189": {
		"type": "issue",
		"title": "Definition of operator and punctuator",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#189",
		"link": "https://wg21.link/cwg189",
		"section": "5.8 [lex.operators]",
		"status": "open",
		"submitter": "Mike Miller",
		"date": "20 Dec 1999"
	},
	"CWG190": {
		"type": "issue",
		"title": "Layout-compatible POD-struct types",
		"long_link": "https://cplusplus.github.io/CWG/issues/190.html",
		"link": "https://wg21.link/cwg190",
		"section": "11.4 [class.mem]",
		"status": "TC1",
		"submitter": "Steve Adamczyk",
		"date": "20 Dec 1999"
	},
	"CWG191": {
		"type": "issue",
		"title": "Name lookup does not handle complex nesting",
		"long_link": "https://cplusplus.github.io/CWG/issues/191.html",
		"link": "https://wg21.link/cwg191",
		"section": "6.5.3 [basic.lookup.unqual]",
		"status": "CD6",
		"submitter": "Alan Nash",
		"date": "29 Dec 1999"
	},
	"CWG192": {
		"type": "issue",
		"title": "Name lookup in parameters",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#192",
		"link": "https://wg21.link/cwg192",
		"section": "6.5.3 [basic.lookup.unqual]",
		"status": "NAD",
		"submitter": "Alan Nash",
		"date": "6 Jan 2000"
	},
	"CWG193": {
		"type": "issue",
		"title": "Order of destruction of local automatics of destructor",
		"long_link": "https://cplusplus.github.io/CWG/issues/193.html",
		"link": "https://wg21.link/cwg193",
		"section": "11.4.7 [class.dtor]",
		"status": "TC1",
		"submitter": "Gerhard Menzl",
		"date": "7 Jan 2000"
	},
	"CWG194": {
		"type": "issue",
		"title": "Identifying constructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/194.html",
		"link": "https://wg21.link/cwg194",
		"section": "11.4.5 [class.ctor]",
		"status": "TC1",
		"submitter": "Jamie Schmeiser",
		"date": "11 Jan 2000"
	},
	"CWG195": {
		"type": "issue",
		"title": "Converting between function and object pointers",
		"long_link": "https://cplusplus.github.io/CWG/issues/195.html",
		"link": "https://wg21.link/cwg195",
		"section": "7.6.1.10 [expr.reinterpret.cast]",
		"status": "CD1",
		"submitter": "Steve Clamage",
		"date": "12 Jan 2000"
	},
	"CWG196": {
		"type": "issue",
		"title": "Arguments to deallocation functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#196",
		"link": "https://wg21.link/cwg196",
		"section": "7.6.2.9 [expr.delete]",
		"status": "open",
		"submitter": "Matt Austern",
		"date": "20 Jan 2000"
	},
	"CWG197": {
		"type": "issue",
		"title": "Issues with two-stage lookup of dependent names",
		"long_link": "https://cplusplus.github.io/CWG/issues/197.html",
		"link": "https://wg21.link/cwg197",
		"section": "13.8.4.2 [temp.dep.candidate]",
		"status": "CD1",
		"submitter": "Derek Inglis",
		"date": "26 Jan 2000"
	},
	"CWG198": {
		"type": "issue",
		"title": "Definition of \"use\" in local and nested classes",
		"long_link": "https://cplusplus.github.io/CWG/issues/198.html",
		"link": "https://wg21.link/cwg198",
		"section": "11.6 [class.local]",
		"status": "CD1",
		"submitter": "Erwin Unruh",
		"date": "27 Jan 2000"
	},
	"CWG199": {
		"type": "issue",
		"title": "Order of destruction of temporaries",
		"long_link": "https://cplusplus.github.io/CWG/issues/199.html",
		"link": "https://wg21.link/cwg199",
		"section": "6.8.7 [class.temporary]",
		"status": "CD1",
		"submitter": "Alan Nash",
		"date": "27 Jan 2000"
	},
	"CWG200": {
		"type": "issue",
		"title": "Partial ordering and explicit arguments",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#200",
		"link": "https://wg21.link/cwg200",
		"section": "13.7.7.3 [temp.func.order]",
		"status": "dup",
		"submitter": "Martin Sebor",
		"date": "28 Jan 2000"
	},
	"CWG201": {
		"type": "issue",
		"title": "Order of destruction of temporaries in initializers",
		"long_link": "https://cplusplus.github.io/CWG/issues/201.html",
		"link": "https://wg21.link/cwg201",
		"section": "6.8.7 [class.temporary]",
		"status": "CD1",
		"submitter": "Alan Nash",
		"date": "31 Jan 2000"
	},
	"CWG202": {
		"type": "issue",
		"title": "Use of overloaded function name",
		"long_link": "https://cplusplus.github.io/CWG/issues/202.html",
		"link": "https://wg21.link/cwg202",
		"section": "12.3 [over.over]",
		"status": "TC1",
		"submitter": "Steve Clamage",
		"date": "2 Feb 2000"
	},
	"CWG203": {
		"type": "issue",
		"title": "Type of address-of-member expression",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#203",
		"link": "https://wg21.link/cwg203",
		"section": "7.6.2.2 [expr.unary.op]",
		"status": "NAD",
		"submitter": "Lisa Lippincott",
		"date": "8 Feb 2000"
	},
	"CWG204": {
		"type": "issue",
		"title": "Exported class templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/204.html",
		"link": "https://wg21.link/cwg204",
		"section": "Clause 13 [temp]",
		"status": "CD1",
		"submitter": "Robert Klarer",
		"date": "11 Feb 2000"
	},
	"CWG205": {
		"type": "issue",
		"title": "Templates and static data members",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#205",
		"link": "https://wg21.link/cwg205",
		"section": "Clause 13 [temp]",
		"status": "drafting",
		"submitter": "Mike Miller",
		"date": "11 Feb 2000"
	},
	"CWG206": {
		"type": "issue",
		"title": "Semantic constraints on non-dependent names",
		"long_link": "https://cplusplus.github.io/CWG/issues/206.html",
		"link": "https://wg21.link/cwg206",
		"section": "_N4868_.13.8.4 [temp.nondep]",
		"status": "TC1",
		"submitter": "Mike Miller",
		"date": "23 Feb 2000"
	},
	"CWG207": {
		"type": "issue",
		"title": "using-declarations and protected access",
		"long_link": "https://cplusplus.github.io/CWG/issues/207.html",
		"link": "https://wg21.link/cwg207",
		"section": "11.8.3 [class.access.base]",
		"status": "CD1",
		"submitter": "Jason Merrill",
		"date": "28 Feb 2000"
	},
	"CWG208": {
		"type": "issue",
		"title": "Rethrowing exceptions in nested handlers",
		"long_link": "https://cplusplus.github.io/CWG/issues/208.html",
		"link": "https://wg21.link/cwg208",
		"section": "14.2 [except.throw]",
		"status": "CD1",
		"submitter": "Bill Wade",
		"date": "28 Feb 2000"
	},
	"CWG209": {
		"type": "issue",
		"title": "Must friend declaration names be accessible?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#209",
		"link": "https://wg21.link/cwg209",
		"section": "11.8.4 [class.friend]",
		"status": "NAD",
		"submitter": "Judy Ward",
		"date": "1 Mar 2000"
	},
	"CWG210": {
		"type": "issue",
		"title": "What is the type matched by an exception handler?",
		"long_link": "https://cplusplus.github.io/CWG/issues/210.html",
		"link": "https://wg21.link/cwg210",
		"section": "14.4 [except.handle]",
		"status": "TC1",
		"submitter": "Scott Douglass",
		"date": "6 Mar 2000"
	},
	"CWG211": {
		"type": "issue",
		"title": "Constructors should not be allowed to return normally after an exception",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#211",
		"link": "https://wg21.link/cwg211",
		"section": "Clause 14 [except]",
		"status": "NAD",
		"submitter": "Bruce Mellows",
		"date": "8 Mar 2000"
	},
	"CWG212": {
		"type": "issue",
		"title": "Implicit instantiation is not described clearly enough",
		"long_link": "https://cplusplus.github.io/CWG/issues/212.html",
		"link": "https://wg21.link/cwg212",
		"section": "13.9.2 [temp.inst]",
		"status": "CD4",
		"submitter": "Christophe de Dinechin",
		"date": "7 Mar 2000"
	},
	"CWG213": {
		"type": "issue",
		"title": "Lookup in dependent base classes",
		"long_link": "https://cplusplus.github.io/CWG/issues/213.html",
		"link": "https://wg21.link/cwg213",
		"section": "13.8.3 [temp.dep]",
		"status": "TC1",
		"submitter": "John Spicer",
		"date": "10 Mar 2000"
	},
	"CWG214": {
		"type": "issue",
		"title": "Partial ordering of function templates is underspecified",
		"long_link": "https://cplusplus.github.io/CWG/issues/214.html",
		"link": "https://wg21.link/cwg214",
		"section": "13.7.7.3 [temp.func.order]",
		"status": "CD1",
		"submitter": "Martin von Loewis/Martin Sebor",
		"date": "13 Mar 2000"
	},
	"CWG215": {
		"type": "issue",
		"title": "Template parameters are not allowed in nested-name-specifiers",
		"long_link": "https://cplusplus.github.io/CWG/issues/215.html",
		"link": "https://wg21.link/cwg215",
		"section": "13.2 [temp.param]",
		"status": "CD1",
		"submitter": "Martin von Loewis",
		"date": "13 Mar 2000"
	},
	"CWG216": {
		"type": "issue",
		"title": "Linkage of nameless class-scope enumeration types",
		"long_link": "https://cplusplus.github.io/CWG/issues/216.html",
		"link": "https://wg21.link/cwg216",
		"section": "6.7 [basic.link]",
		"status": "CD1",
		"submitter": "Daveed Vandevoorde",
		"date": "13 Mar 2000"
	},
	"CWG217": {
		"type": "issue",
		"title": "Default arguments for non-template member functions of class templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/217.html",
		"link": "https://wg21.link/cwg217",
		"section": "9.3.4.7 [dcl.fct.default]",
		"status": "TC1",
		"submitter": "Martin Sebor",
		"date": "22 Mar 2000"
	},
	"CWG218": {
		"type": "issue",
		"title": "Specification of Koenig lookup",
		"long_link": "https://cplusplus.github.io/CWG/issues/218.html",
		"link": "https://wg21.link/cwg218",
		"section": "6.5.4 [basic.lookup.argdep]",
		"status": "CD1",
		"submitter": "Hyman Rosen",
		"date": "28 Mar 2000"
	},
	"CWG219": {
		"type": "issue",
		"title": "Cannot defend against destructors that throw exceptions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#219",
		"link": "https://wg21.link/cwg219",
		"section": "14.6.2 [except.terminate]",
		"status": "NAD",
		"submitter": "Herb Sutter",
		"date": "31 Mar 2000"
	},
	"CWG220": {
		"type": "issue",
		"title": "All deallocation functions should be required not to throw",
		"long_link": "https://cplusplus.github.io/CWG/issues/220.html",
		"link": "https://wg21.link/cwg220",
		"section": "6.8.6.5.3 [basic.stc.dynamic.deallocation]",
		"status": "CD1",
		"submitter": "Herb Sutter",
		"date": "31 Mar 2000"
	},
	"CWG221": {
		"type": "issue",
		"title": "Must compound assignment operators be member functions?",
		"long_link": "https://cplusplus.github.io/CWG/issues/221.html",
		"link": "https://wg21.link/cwg221",
		"section": "12.4.3.2 [over.assign]",
		"status": "CD1",
		"submitter": "Jim Hyslop",
		"date": "3 Apr 2000"
	},
	"CWG222": {
		"type": "issue",
		"title": "Sequence points and lvalue-returning operators",
		"long_link": "https://cplusplus.github.io/CWG/issues/222.html",
		"link": "https://wg21.link/cwg222",
		"section": "Clause 7 [expr]",
		"status": "CD1",
		"submitter": "Andrew Koenig",
		"date": "20 Dec 1999"
	},
	"CWG223": {
		"type": "issue",
		"title": "The meaning of deprecation",
		"long_link": "https://cplusplus.github.io/CWG/issues/223.html",
		"link": "https://wg21.link/cwg223",
		"section": "Clause Annex D [depr]",
		"status": "CD3",
		"submitter": "Mike Miller",
		"date": "19 Apr 2000"
	},
	"CWG224": {
		"type": "issue",
		"title": "Definition of dependent names",
		"long_link": "https://cplusplus.github.io/CWG/issues/224.html",
		"link": "https://wg21.link/cwg224",
		"section": "13.8.3.2 [temp.dep.type]",
		"status": "CD1",
		"submitter": "Derek Inglis",
		"date": "30 Nov 1999"
	},
	"CWG225": {
		"type": "issue",
		"title": "Koenig lookup and fundamental types",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#225",
		"link": "https://wg21.link/cwg225",
		"section": "6.5.4 [basic.lookup.argdep]",
		"status": "NAD",
		"submitter": "Derek Inglis",
		"date": "26 Jan 2000"
	},
	"CWG226": {
		"type": "issue",
		"title": "Default template arguments for function templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/226.html",
		"link": "https://wg21.link/cwg226",
		"section": "13.2 [temp.param]",
		"status": "CD1",
		"submitter": "Bjarne Stroustrup",
		"date": "19 Apr 2000"
	},
	"CWG227": {
		"type": "issue",
		"title": "How many scopes in an if statement?",
		"long_link": "https://cplusplus.github.io/CWG/issues/227.html",
		"link": "https://wg21.link/cwg227",
		"section": "8.5 [stmt.select]",
		"status": "TC1",
		"submitter": "Marc Paterno",
		"date": "21 Apr 2000"
	},
	"CWG228": {
		"type": "issue",
		"title": "Use of template keyword with non-member templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/228.html",
		"link": "https://wg21.link/cwg228",
		"section": "13.3 [temp.names]",
		"status": "CD1",
		"submitter": "Daveed Vandevoorde",
		"date": "4 May 2000"
	},
	"CWG229": {
		"type": "issue",
		"title": "Partial specialization of function templates",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#229",
		"link": "https://wg21.link/cwg229",
		"section": "13.7.6 [temp.spec.partial]",
		"status": "NAD",
		"submitter": "Dave Abrahams",
		"date": "1 Apr 2000"
	},
	"CWG230": {
		"type": "issue",
		"title": "Calls to pure virtual functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#230",
		"link": "https://wg21.link/cwg230",
		"section": "11.7.4 [class.abstract]",
		"status": "NAD",
		"submitter": "Jim Hill",
		"date": "4 May 2000"
	},
	"CWG231": {
		"type": "issue",
		"title": "Visibility of names after using-directives",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#231",
		"link": "https://wg21.link/cwg231",
		"section": "6.5.3 [basic.lookup.unqual]",
		"status": "NAD",
		"submitter": "Jörg Barfurth",
		"date": "31 May 2000"
	},
	"CWG232": {
		"type": "issue",
		"title": "Is indirection through a null pointer undefined behavior?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#232",
		"link": "https://wg21.link/cwg232",
		"section": "7.6.2.2 [expr.unary.op]",
		"status": "NAD",
		"submitter": "Mike Miller",
		"date": "5 Jun 2000"
	},
	"CWG233": {
		"type": "issue",
		"title": "References vs pointers in UDC overload resolution",
		"long_link": "https://cplusplus.github.io/CWG/issues/233.html",
		"link": "https://wg21.link/cwg233",
		"section": "9.5.4 [dcl.init.ref]",
		"status": "CD7",
		"submitter": "Matthias Meixner",
		"date": "9 Jun 2000"
	},
	"CWG234": {
		"type": "issue",
		"title": "Reuse of base class subobjects",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#234",
		"link": "https://wg21.link/cwg234",
		"section": "6.8.4 [basic.life]",
		"status": "NAD",
		"submitter": "Bill Wade",
		"date": "28 Jun 2000"
	},
	"CWG235": {
		"type": "issue",
		"title": "Assignment vs initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/235.html",
		"link": "https://wg21.link/cwg235",
		"section": "11.9.3 [class.base.init]",
		"status": "TC1",
		"submitter": "Mike Miller",
		"date": "16 Sep 2000"
	},
	"CWG236": {
		"type": "issue",
		"title": "Explicit temporaries and integral constant expressions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#236",
		"link": "https://wg21.link/cwg236",
		"section": "7.7 [expr.const]",
		"status": "NAD",
		"submitter": "Mike Miller",
		"date": "19 Jul 2000"
	},
	"CWG237": {
		"type": "issue",
		"title": "Explicit instantiation and base class members",
		"long_link": "https://cplusplus.github.io/CWG/issues/237.html",
		"link": "https://wg21.link/cwg237",
		"section": "13.9.3 [temp.explicit]",
		"status": "CD1",
		"submitter": "Christophe de Dinechin",
		"date": "28 Jul 2000"
	},
	"CWG238": {
		"type": "issue",
		"title": "Precision and accuracy constraints on floating point",
		"long_link": "https://cplusplus.github.io/CWG/issues/238.html",
		"link": "https://wg21.link/cwg238",
		"section": "Clause 7 [expr]",
		"status": "CD4",
		"submitter": "Christophe de Dinechin",
		"date": "31 Jul 2000"
	},
	"CWG239": {
		"type": "issue",
		"title": "Footnote 116 and Koenig lookup",
		"long_link": "https://cplusplus.github.io/CWG/issues/239.html",
		"link": "https://wg21.link/cwg239",
		"section": "12.2.2.2.2 [over.call.func]",
		"status": "CD1",
		"submitter": "Steve Clamage",
		"date": "2 Aug 2000"
	},
	"CWG240": {
		"type": "issue",
		"title": "Uninitialized values and undefined behavior",
		"long_link": "https://cplusplus.github.io/CWG/issues/240.html",
		"link": "https://wg21.link/cwg240",
		"section": "7.3.2 [conv.lval]",
		"status": "CD3",
		"submitter": "Mike Miller",
		"date": "8 Aug 2000"
	},
	"CWG241": {
		"type": "issue",
		"title": "Error in example in 14.8.1",
		"long_link": "https://cplusplus.github.io/CWG/issues/241.html",
		"link": "https://wg21.link/cwg241",
		"section": "13.10.2 [temp.arg.explicit]",
		"status": "TC1",
		"submitter": "Mike Miller",
		"date": "9 Aug 2000"
	},
	"CWG242": {
		"type": "issue",
		"title": "Interpretation of old-style casts",
		"long_link": "https://cplusplus.github.io/CWG/issues/242.html",
		"link": "https://wg21.link/cwg242",
		"section": "7.6.3 [expr.cast]",
		"status": "CD4",
		"submitter": "Mike Miller",
		"date": "30 Aug 2000"
	},
	"CWG243": {
		"type": "issue",
		"title": "Weighting of conversion functions in direct-initialization",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#243",
		"link": "https://wg21.link/cwg243",
		"section": "12.2.4.2.3 [over.ics.user]",
		"status": "NAD",
		"submitter": "Steve Adamczyk",
		"date": "5 Sep 2000"
	},
	"CWG244": {
		"type": "issue",
		"title": "Destructor lookup",
		"long_link": "https://cplusplus.github.io/CWG/issues/244.html",
		"link": "https://wg21.link/cwg244",
		"section": "11.4.7 [class.dtor]",
		"status": "CD1",
		"submitter": "John Spicer",
		"date": "6 Sep 2000"
	},
	"CWG245": {
		"type": "issue",
		"title": "Name lookup in elaborated-type-specifiers",
		"long_link": "https://cplusplus.github.io/CWG/issues/245.html",
		"link": "https://wg21.link/cwg245",
		"section": "6.5.6 [basic.lookup.elab]",
		"status": "CD1",
		"submitter": "Jack Rouse",
		"date": "14 Sep 2000"
	},
	"CWG246": {
		"type": "issue",
		"title": "Jumps in function-try-block handlers",
		"long_link": "https://cplusplus.github.io/CWG/issues/246.html",
		"link": "https://wg21.link/cwg246",
		"section": "13.4 [temp.arg]",
		"status": "CD1",
		"submitter": "Mike Miller",
		"date": "15 Sep 2000"
	},
	"CWG247": {
		"type": "issue",
		"title": "Pointer-to-member casts and function overload resolution",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#247",
		"link": "https://wg21.link/cwg247",
		"section": "12.3 [over.over]",
		"status": "NAD",
		"submitter": "Martin Sebor",
		"date": "22 Sep 2000"
	},
	"CWG248": {
		"type": "issue",
		"title": "Identifier characters",
		"long_link": "https://cplusplus.github.io/CWG/issues/248.html",
		"link": "https://wg21.link/cwg248",
		"section": "_N2691_.E [extendid]",
		"status": "C++11",
		"submitter": "John Spicer",
		"date": "6 Oct 2000"
	},
	"CWG249": {
		"type": "issue",
		"title": "What is a member function template?",
		"long_link": "https://cplusplus.github.io/CWG/issues/249.html",
		"link": "https://wg21.link/cwg249",
		"section": "13.7.2.2 [temp.mem.func]",
		"status": "TC1",
		"submitter": "David Thornley",
		"date": "11 Oct 2000"
	},
	"CWG250": {
		"type": "issue",
		"title": "Address of function template specialization with non-deduced template arguments",
		"long_link": "https://cplusplus.github.io/CWG/issues/250.html",
		"link": "https://wg21.link/cwg250",
		"section": "12.3 [over.over]",
		"status": "TC1",
		"submitter": "Nikolas Kauer",
		"date": "10 Oct 2000"
	},
	"CWG251": {
		"type": "issue",
		"title": "How many signed integer types are there?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#251",
		"link": "https://wg21.link/cwg251",
		"section": "6.9.2 [basic.fundamental]",
		"status": "NAD",
		"submitter": "Beman Dawes",
		"date": "18 Oct 2000"
	},
	"CWG252": {
		"type": "issue",
		"title": "Looking up deallocation functions in virtual destructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/252.html",
		"link": "https://wg21.link/cwg252",
		"section": "11.4.7 [class.dtor]",
		"status": "CD1",
		"submitter": "Steve Clamage",
		"date": "19 Oct 2000"
	},
	"CWG253": {
		"type": "issue",
		"title": "Why must empty or fully-initialized const objects be initialized?",
		"long_link": "https://cplusplus.github.io/CWG/issues/253.html",
		"link": "https://wg21.link/cwg253",
		"section": "9.5 [dcl.init]",
		"status": "C++17",
		"submitter": "Mike Miller",
		"date": "11 Jul 2000"
	},
	"CWG254": {
		"type": "issue",
		"title": "Definitional problems with elaborated-type-specifiers",
		"long_link": "https://cplusplus.github.io/CWG/issues/254.html",
		"link": "https://wg21.link/cwg254",
		"section": "6.5.6 [basic.lookup.elab]",
		"status": "CD1",
		"submitter": "Clark Nelson",
		"date": "26 Oct 2000"
	},
	"CWG255": {
		"type": "issue",
		"title": "Placement deallocation functions and lookup ambiguity",
		"long_link": "https://cplusplus.github.io/CWG/issues/255.html",
		"link": "https://wg21.link/cwg255",
		"section": "11.4.11 [class.free]",
		"status": "CD6",
		"submitter": "Mike Miller",
		"date": "26 Oct 2000"
	},
	"CWG256": {
		"type": "issue",
		"title": "Overflow in size calculations",
		"long_link": "https://cplusplus.github.io/CWG/issues/256.html",
		"link": "https://wg21.link/cwg256",
		"section": "7.6.2.8 [expr.new]",
		"status": "CD1",
		"submitter": "James Kanze",
		"date": "15 Oct 2000"
	},
	"CWG257": {
		"type": "issue",
		"title": "Abstract base constructors and virtual base initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/257.html",
		"link": "https://wg21.link/cwg257",
		"section": "11.9.3 [class.base.init]",
		"status": "CD2",
		"submitter": "Mike Miller",
		"date": "1 Nov 2000"
	},
	"CWG258": {
		"type": "issue",
		"title": "using-declarations and cv-qualifiers",
		"long_link": "https://cplusplus.github.io/CWG/issues/258.html",
		"link": "https://wg21.link/cwg258",
		"section": "9.10 [namespace.udecl]",
		"status": "CD1",
		"submitter": "Liam Fitzpatrick",
		"date": "2 Nov 2000"
	},
	"CWG259": {
		"type": "issue",
		"title": "Restrictions on explicit specialization and instantiation",
		"long_link": "https://cplusplus.github.io/CWG/issues/259.html",
		"link": "https://wg21.link/cwg259",
		"section": "13.9 [temp.spec]",
		"status": "CD1",
		"submitter": "Matt Austern",
		"date": "2 Nov 2000"
	},
	"CWG260": {
		"type": "issue",
		"title": "User-defined conversions and built-in operator=",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#260",
		"link": "https://wg21.link/cwg260",
		"section": "12.5 [over.built]",
		"status": "open",
		"submitter": "Scott Douglas",
		"date": "4 Nov 2000"
	},
	"CWG261": {
		"type": "issue",
		"title": "When is a deallocation function \"used?\"",
		"long_link": "https://cplusplus.github.io/CWG/issues/261.html",
		"link": "https://wg21.link/cwg261",
		"section": "6.3 [basic.def.odr]",
		"status": "CD1",
		"submitter": "Mike Miller",
		"date": "7 Nov 2000"
	},
	"CWG262": {
		"type": "issue",
		"title": "Default arguments and ellipsis",
		"long_link": "https://cplusplus.github.io/CWG/issues/262.html",
		"link": "https://wg21.link/cwg262",
		"section": "9.3.4.6 [dcl.fct]",
		"status": "CD1",
		"submitter": "Jamie Schmeiser",
		"date": "13 Nov 2000"
	},
	"CWG263": {
		"type": "issue",
		"title": "Can a constructor be declared a friend?",
		"long_link": "https://cplusplus.github.io/CWG/issues/263.html",
		"link": "https://wg21.link/cwg263",
		"section": "11.4.5 [class.ctor]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"date": "13 Nov 2000"
	},
	"CWG264": {
		"type": "issue",
		"title": "Unusable template constructors and conversion functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#264",
		"link": "https://wg21.link/cwg264",
		"section": "13.10.2 [temp.arg.explicit]",
		"status": "open",
		"submitter": "John Spicer",
		"date": "17 Nov 2000"
	},
	"CWG265": {
		"type": "issue",
		"title": "Destructors, exceptions, and deallocation",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#265",
		"link": "https://wg21.link/cwg265",
		"section": "7.6.2.9 [expr.delete]",
		"status": "dup",
		"submitter": "Mike Miller",
		"date": "21 Nov 2000"
	},
	"CWG266": {
		"type": "issue",
		"title": "No grammar sentence symbol",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#266",
		"link": "https://wg21.link/cwg266",
		"section": "Clause Annex A [gram]",
		"status": "NAD",
		"submitter": "Hans Aberg",
		"date": "2 Dec 2000"
	},
	"CWG267": {
		"type": "issue",
		"title": "Alignment requirement for new-expressions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#267",
		"link": "https://wg21.link/cwg267",
		"section": "7.6.2.8 [expr.new]",
		"status": "open",
		"submitter": "James Kuyper",
		"date": "4 Dec 2000"
	},
	"CWG268": {
		"type": "issue",
		"title": "Macro name suppression in rescanned replacement text",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#268",
		"link": "https://wg21.link/cwg268",
		"section": "15.7.5 [cpp.rescan]",
		"status": "open",
		"submitter": "Bjarne Stroustrup",
		"date": "18 Jan 2001",
		"liaison": "WG14"
	},
	"CWG269": {
		"type": "issue",
		"title": "Order of initialization of multiply-defined static data members of class templates",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#269",
		"link": "https://wg21.link/cwg269",
		"section": "6.10.3.2 [basic.start.static]",
		"status": "NAD",
		"submitter": "Andrei Iltchenko",
		"date": "8 Feb 2001"
	},
	"CWG270": {
		"type": "issue",
		"title": "Order of initialization of static data members of class templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/270.html",
		"link": "https://wg21.link/cwg270",
		"section": "6.10.3.2 [basic.start.static]",
		"status": "CD1",
		"submitter": "Jonathan H. Lundquist",
		"date": "9 Feb 2001"
	},
	"CWG271": {
		"type": "issue",
		"title": "Explicit instantiation and template argument deduction",
		"long_link": "https://cplusplus.github.io/CWG/issues/271.html",
		"link": "https://wg21.link/cwg271",
		"section": "13.10.3 [temp.deduct]",
		"status": "CD6",
		"submitter": "John Spicer",
		"date": "20 Feb 2001"
	},
	"CWG272": {
		"type": "issue",
		"title": "Explicit destructor invocation and qualified-ids",
		"long_link": "https://cplusplus.github.io/CWG/issues/272.html",
		"link": "https://wg21.link/cwg272",
		"section": "11.4.7 [class.dtor]",
		"status": "CD1",
		"submitter": "Mike Miller",
		"date": "22 Feb 2001"
	},
	"CWG273": {
		"type": "issue",
		"title": "POD classes and operator&()",
		"long_link": "https://cplusplus.github.io/CWG/issues/273.html",
		"link": "https://wg21.link/cwg273",
		"section": "Clause 11 [class]",
		"status": "CD1",
		"submitter": "Andrei Iltchenko",
		"date": "10 Mar 2001"
	},
	"CWG274": {
		"type": "issue",
		"title": "Cv-qualification and char-alias access to out-of-lifetime objects",
		"long_link": "https://cplusplus.github.io/CWG/issues/274.html",
		"link": "https://wg21.link/cwg274",
		"section": "6.8.4 [basic.life]",
		"status": "CD1",
		"submitter": "Mike Miller",
		"date": "14 Mar 2001"
	},
	"CWG275": {
		"type": "issue",
		"title": "Explicit instantiation/specialization and using-directives",
		"long_link": "https://cplusplus.github.io/CWG/issues/275.html",
		"link": "https://wg21.link/cwg275",
		"section": "13.9.4 [temp.expl.spec]",
		"status": "CD1",
		"submitter": "John Spicer",
		"date": "15 Feb 2001"
	},
	"CWG276": {
		"type": "issue",
		"title": "Order of destruction of parameters and temporaries",
		"long_link": "https://cplusplus.github.io/CWG/issues/276.html",
		"link": "https://wg21.link/cwg276",
		"section": "8.8 [stmt.jump]",
		"status": "CD1",
		"submitter": "James Kanze",
		"date": "28 Mar 2001"
	},
	"CWG277": {
		"type": "issue",
		"title": "Zero-initialization of pointers",
		"long_link": "https://cplusplus.github.io/CWG/issues/277.html",
		"link": "https://wg21.link/cwg277",
		"section": "9.5 [dcl.init]",
		"status": "CD1",
		"submitter": "Andrew Sawyer",
		"date": "5 Apr 2001"
	},
	"CWG278": {
		"type": "issue",
		"title": "External linkage and nameless entities",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#278",
		"link": "https://wg21.link/cwg278",
		"section": "6.7 [basic.link]",
		"status": "NAD",
		"submitter": "Daveed Vandevoorde",
		"date": "12 Apr 2000"
	},
	"CWG279": {
		"type": "issue",
		"title": "Correspondence of \"names for linkage purposes\"",
		"long_link": "https://cplusplus.github.io/CWG/issues/279.html",
		"link": "https://wg21.link/cwg279",
		"section": "6.7 [basic.link]",
		"status": "CD6",
		"submitter": "Daveed Vandevoorde",
		"date": "4 Apr 2001"
	},
	"CWG280": {
		"type": "issue",
		"title": "Access and surrogate call functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/280.html",
		"link": "https://wg21.link/cwg280",
		"section": "12.2.2.2.3 [over.call.object]",
		"status": "CD1",
		"submitter": "Andrei Iltchenko",
		"date": "16 Apr 2001"
	},
	"CWG281": {
		"type": "issue",
		"title": "inline specifier in friend declarations",
		"long_link": "https://cplusplus.github.io/CWG/issues/281.html",
		"link": "https://wg21.link/cwg281",
		"section": "9.2.3 [dcl.fct.spec]",
		"status": "CD1",
		"submitter": "John Spicer",
		"date": "24 Apr 2001"
	},
	"CWG282": {
		"type": "issue",
		"title": "Namespace for extended_type_info",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#282",
		"link": "https://wg21.link/cwg282",
		"section": "7.6.1.8 [expr.typeid]",
		"status": "open",
		"submitter": "Jens Maurer",
		"date": "01 May 2001"
	},
	"CWG283": {
		"type": "issue",
		"title": "Template type-parameters are not syntactically type-names",
		"long_link": "https://cplusplus.github.io/CWG/issues/283.html",
		"link": "https://wg21.link/cwg283",
		"section": "9.2.9.3 [dcl.type.simple]",
		"status": "CD1",
		"submitter": "Clark Nelson",
		"date": "01 May 2001"
	},
	"CWG284": {
		"type": "issue",
		"title": "qualified-ids in class declarations",
		"long_link": "https://cplusplus.github.io/CWG/issues/284.html",
		"link": "https://wg21.link/cwg284",
		"section": "Clause 11 [class]",
		"status": "CD1",
		"submitter": "Mike Miller",
		"date": "01 May 2001"
	},
	"CWG285": {
		"type": "issue",
		"title": "Identifying a function template being specialized",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#285",
		"link": "https://wg21.link/cwg285",
		"section": "13.9.4 [temp.expl.spec]",
		"status": "NAD",
		"submitter": "Erwin Unruh",
		"date": "01 May 2001"
	},
	"CWG286": {
		"type": "issue",
		"title": "Incorrect example in partial specialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/286.html",
		"link": "https://wg21.link/cwg286",
		"section": "13.7.6 [temp.spec.partial]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"date": "09 May 2001"
	},
	"CWG287": {
		"type": "issue",
		"title": "Order dependencies in template instantiation",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#287",
		"link": "https://wg21.link/cwg287",
		"section": "13.8.4.1 [temp.point]",
		"status": "drafting",
		"submitter": "Martin Sebor",
		"date": "17 May 2001"
	},
	"CWG288": {
		"type": "issue",
		"title": "Misuse of \"static type\" in describing pointers",
		"long_link": "https://cplusplus.github.io/CWG/issues/288.html",
		"link": "https://wg21.link/cwg288",
		"section": "7.6.2.9 [expr.delete]",
		"status": "CD1",
		"submitter": "James Kuyper",
		"date": "19 May 2001"
	},
	"CWG289": {
		"type": "issue",
		"title": "Incomplete list of contexts requiring a complete type",
		"long_link": "https://cplusplus.github.io/CWG/issues/289.html",
		"link": "https://wg21.link/cwg289",
		"section": "6.3 [basic.def.odr]",
		"status": "CD1",
		"submitter": "Mike Miller",
		"date": "25 May 2001"
	},
	"CWG290": {
		"type": "issue",
		"title": "Should memcpy be allowed into a POD with a const member?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#290",
		"link": "https://wg21.link/cwg290",
		"section": "6.9 [basic.types]",
		"status": "NAD",
		"submitter": "Garry Lancaster",
		"date": "12 Jun 2001"
	},
	"CWG291": {
		"type": "issue",
		"title": "Overload resolution needed when binding reference to class rvalue",
		"long_link": "https://cplusplus.github.io/CWG/issues/291.html",
		"link": "https://wg21.link/cwg291",
		"section": "9.5.4 [dcl.init.ref]",
		"status": "CD1",
		"submitter": "Andrei Iltchenko",
		"date": "15 Jun 2001"
	},
	"CWG292": {
		"type": "issue",
		"title": "Deallocation on exception in new before arguments evaluated",
		"long_link": "https://cplusplus.github.io/CWG/issues/292.html",
		"link": "https://wg21.link/cwg292",
		"section": "7.6.2.8 [expr.new]",
		"status": "CD3",
		"submitter": "Andrei Iltchenko",
		"date": "26 Jun 2001"
	},
	"CWG293": {
		"type": "issue",
		"title": "Syntax of explicit instantiation/specialization too permissive",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#293",
		"link": "https://wg21.link/cwg293",
		"section": "13.9.3 [temp.explicit]",
		"status": "open",
		"submitter": "Mark Mitchell",
		"date": "27 Jun 2001"
	},
	"CWG294": {
		"type": "issue",
		"title": "Can static_cast drop exception specifications?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#294",
		"link": "https://wg21.link/cwg294",
		"section": "7.6.1.9 [expr.static.cast]",
		"status": "NAD",
		"submitter": "Steve Adamczyk",
		"date": "27 Jun 2001"
	},
	"CWG295": {
		"type": "issue",
		"title": "cv-qualifiers on function types",
		"long_link": "https://cplusplus.github.io/CWG/issues/295.html",
		"link": "https://wg21.link/cwg295",
		"section": "9.3.4.6 [dcl.fct]",
		"status": "CD1",
		"submitter": "Nathan Sidwell",
		"date": "29 Jun 2001"
	},
	"CWG296": {
		"type": "issue",
		"title": "Can conversion functions be static?",
		"long_link": "https://cplusplus.github.io/CWG/issues/296.html",
		"link": "https://wg21.link/cwg296",
		"section": "11.4.8.3 [class.conv.fct]",
		"status": "CD1",
		"submitter": "Scott Meyers",
		"date": "5 Jul 2001"
	},
	"CWG297": {
		"type": "issue",
		"title": "Which template does an explicit specialization specialize?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#297",
		"link": "https://wg21.link/cwg297",
		"section": "13.10.3 [temp.deduct]",
		"status": "NAD",
		"submitter": "Andrei Iltchenko",
		"date": "7 Jul 2001"
	},
	"CWG298": {
		"type": "issue",
		"title": "T::x when T is cv-qualified",
		"long_link": "https://cplusplus.github.io/CWG/issues/298.html",
		"link": "https://wg21.link/cwg298",
		"section": "6.5.5.2 [class.qual]",
		"status": "CD1",
		"submitter": "Steve Adamczyk",
		"date": "7 Jul 2001"
	},
	"CWG299": {
		"type": "issue",
		"title": "Conversion on array bound expression in new",
		"long_link": "https://cplusplus.github.io/CWG/issues/299.html",
		"link": "https://wg21.link/cwg299",
		"section": "7.6.2.8 [expr.new]",
		"status": "CD1",
		"submitter": "Mark Mitchell",
		"date": "19 Jul 2001"
	},
	"CWG300": {
		"type": "issue",
		"title": "References to functions in template argument deduction",
		"long_link": "https://cplusplus.github.io/CWG/issues/300.html",
		"link": "https://wg21.link/cwg300",
		"section": "13.10.3.6 [temp.deduct.type]",
		"status": "CD1",
		"submitter": "Andrei Iltchenko",
		"date": "11 Jul 2001"
	},
	"CWG301": {
		"type": "issue",
		"title": "Syntax for template-name",
		"long_link": "https://cplusplus.github.io/CWG/issues/301.html",
		"link": "https://wg21.link/cwg301",
		"section": "13.3 [temp.names]",
		"status": "CD1",
		"submitter": "Mark Mitchell",
		"date": "24 Jul 2001"
	},
	"CWG302": {
		"type": "issue",
		"title": "Value-initialization and generation of default constructor",
		"long_link": "https://cplusplus.github.io/CWG/issues/302.html",
		"link": "https://wg21.link/cwg302",
		"section": "9.5 [dcl.init]",
		"status": "CD1",
		"submitter": "Steve Adamczyk",
		"date": "23 Jul 2001"
	},
	"CWG303": {
		"type": "issue",
		"title": "Integral promotions on bit-fields",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#303",
		"link": "https://wg21.link/cwg303",
		"section": "7.3.7 [conv.prom]",
		"status": "NAD",
		"submitter": "Kiril Avdeiv",
		"date": "24 Jul 2001"
	},
	"CWG304": {
		"type": "issue",
		"title": "Value-initialization of a reference",
		"long_link": "https://cplusplus.github.io/CWG/issues/304.html",
		"link": "https://wg21.link/cwg304",
		"section": "9.5 [dcl.init]",
		"status": "TC1",
		"submitter": "Steve Adamczyk",
		"date": "25 Jul 2001"
	},
	"CWG305": {
		"type": "issue",
		"title": "Name lookup in destructor call",
		"long_link": "https://cplusplus.github.io/CWG/issues/305.html",
		"link": "https://wg21.link/cwg305",
		"section": "_N4868_.6.5.6 [basic.lookup.classref]",
		"status": "CD1",
		"submitter": "Mark Mitchell",
		"date": "19 May 2001"
	},
	"CWG306": {
		"type": "issue",
		"title": "Ambiguity by class name injection",
		"long_link": "https://cplusplus.github.io/CWG/issues/306.html",
		"link": "https://wg21.link/cwg306",
		"section": "6.5.2 [class.member.lookup]",
		"status": "CD1",
		"submitter": "Clark Nelson",
		"date": "19 Jul 2001"
	},
	"CWG307": {
		"type": "issue",
		"title": "Initialization of a virtual base class subobject",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#307",
		"link": "https://wg21.link/cwg307",
		"section": "11.9.5 [class.cdtor]",
		"status": "NAD",
		"submitter": "Andrei Iltchenko",
		"date": "31 Aug 2001"
	},
	"CWG308": {
		"type": "issue",
		"title": "Catching exceptions with ambiguous base classes",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#308",
		"link": "https://wg21.link/cwg308",
		"section": "14.4 [except.handle]",
		"status": "NAD",
		"submitter": "Sergey P. Derevyago",
		"date": "04 Sep 2001"
	},
	"CWG309": {
		"type": "issue",
		"title": "Linkage of entities whose names are not simply identifiers, in introduction",
		"long_link": "https://cplusplus.github.io/CWG/issues/309.html",
		"link": "https://wg21.link/cwg309",
		"section": "6.1 [basic.pre]",
		"status": "CD1",
		"submitter": "Mike Miller",
		"date": "17 Sep 2001"
	},
	"CWG310": {
		"type": "issue",
		"title": "Can function templates differing only in parameter cv-qualifiers be overloaded?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#310",
		"link": "https://wg21.link/cwg310",
		"section": "13.7.7.2 [temp.over.link]",
		"status": "open",
		"submitter": "Andrei Iltchenko",
		"date": "29 Aug 2001"
	},
	"CWG311": {
		"type": "issue",
		"title": "Using qualified name to reopen nested namespace",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#311",
		"link": "https://wg21.link/cwg311",
		"section": "9.9.2 [namespace.def]",
		"status": "NAD",
		"submitter": "Bjarne Stroustrup",
		"date": "18 Sep 2001"
	},
	"CWG312": {
		"type": "issue",
		"title": "“use” of invalid pointer value not defined",
		"long_link": "https://cplusplus.github.io/CWG/issues/312.html",
		"link": "https://wg21.link/cwg312",
		"section": "6.8.6.5.3 [basic.stc.dynamic.deallocation]",
		"status": "CD3",
		"submitter": "Martin von Loewis",
		"date": "20 Sep 2001"
	},
	"CWG313": {
		"type": "issue",
		"title": "Class with single conversion function to integral as array size in new",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#313",
		"link": "https://wg21.link/cwg313",
		"section": "7.6.2.8 [expr.new]",
		"status": "dup",
		"submitter": "Bill Gibbons",
		"date": "22 Oct 2001"
	},
	"CWG314": {
		"type": "issue",
		"title": "template in base class specifier",
		"long_link": "https://cplusplus.github.io/CWG/issues/314.html",
		"link": "https://wg21.link/cwg314",
		"section": "13.3 [temp.names]",
		"status": "C++17",
		"submitter": "Mark Mitchell",
		"date": "23 Aug 2001"
	},
	"CWG315": {
		"type": "issue",
		"title": "Is call of static member function through null pointer undefined?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#315",
		"link": "https://wg21.link/cwg315",
		"section": "11.4.9.2 [class.static.mfct]",
		"status": "NAD",
		"submitter": "Jason Merrill",
		"date": "7 Oct 2001"
	},
	"CWG316": {
		"type": "issue",
		"title": "Injected-class-name of template used as template template parameter",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#316",
		"link": "https://wg21.link/cwg316",
		"section": "13.8.2 [temp.local]",
		"status": "NAD",
		"submitter": "Jason Merrill",
		"date": "14 Oct 2001"
	},
	"CWG317": {
		"type": "issue",
		"title": "Can a function be declared inline after it has been called?",
		"long_link": "https://cplusplus.github.io/CWG/issues/317.html",
		"link": "https://wg21.link/cwg317",
		"section": "9.2.3 [dcl.fct.spec]",
		"status": "CD1",
		"submitter": "Steve Clamage",
		"date": "14 Oct 2001"
	},
	"CWG318": {
		"type": "issue",
		"title": "struct A::A should not name the constructor of A",
		"long_link": "https://cplusplus.github.io/CWG/issues/318.html",
		"link": "https://wg21.link/cwg318",
		"section": "6.5.5.2 [class.qual]",
		"status": "CD1",
		"submitter": "John Spicer",
		"date": "18 Oct 2001"
	},
	"CWG319": {
		"type": "issue",
		"title": "Use of names without linkage in declaring entities with linkage",
		"long_link": "https://cplusplus.github.io/CWG/issues/319.html",
		"link": "https://wg21.link/cwg319",
		"section": "6.7 [basic.link]",
		"status": "CD1",
		"submitter": "Clark Nelson",
		"date": "29 Oct 2001"
	},
	"CWG320": {
		"type": "issue",
		"title": "Question on copy constructor elision example",
		"long_link": "https://cplusplus.github.io/CWG/issues/320.html",
		"link": "https://wg21.link/cwg320",
		"section": "6.8.7 [class.temporary]",
		"status": "CD1",
		"submitter": "Steve Clamage",
		"date": "2 Nov 2001"
	},
	"CWG321": {
		"type": "issue",
		"title": "Associated classes and namespaces for argument-dependent lookup",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#321",
		"link": "https://wg21.link/cwg321",
		"section": "6.5.4 [basic.lookup.argdep]",
		"status": "dup",
		"submitter": "Andrei Iltchenko",
		"date": "12 Nov 2001"
	},
	"CWG322": {
		"type": "issue",
		"title": "Deduction of reference conversions",
		"long_link": "https://cplusplus.github.io/CWG/issues/322.html",
		"link": "https://wg21.link/cwg322",
		"section": "13.10.3.4 [temp.deduct.conv]",
		"status": "CD1",
		"submitter": "Jason Merrill",
		"date": "14 Nov 2001"
	},
	"CWG323": {
		"type": "issue",
		"title": "Where must export appear?",
		"long_link": "https://cplusplus.github.io/CWG/issues/323.html",
		"link": "https://wg21.link/cwg323",
		"section": "Clause 13 [temp]",
		"status": "CD1",
		"submitter": "Daveed Vandevoorde",
		"date": "14 Nov 2001"
	},
	"CWG324": {
		"type": "issue",
		"title": "Can \"&\" be applied to assignment to bit-field?",
		"long_link": "https://cplusplus.github.io/CWG/issues/324.html",
		"link": "https://wg21.link/cwg324",
		"section": "7.6.2.2 [expr.unary.op]",
		"status": "CD1",
		"submitter": "Alasdair Grant",
		"date": "27 Nov 2001"
	},
	"CWG325": {
		"type": "issue",
		"title": "When are default arguments parsed?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#325",
		"link": "https://wg21.link/cwg325",
		"section": "9.3.4.7 [dcl.fct.default]",
		"status": "open",
		"submitter": "Nathan Sidwell",
		"date": "27 Nov 2001"
	},
	"CWG326": {
		"type": "issue",
		"title": "Wording for definition of trivial constructor",
		"long_link": "https://cplusplus.github.io/CWG/issues/326.html",
		"link": "https://wg21.link/cwg326",
		"section": "11.4.5 [class.ctor]",
		"status": "CD1",
		"submitter": "James Kanze",
		"date": "9 Dec 2001"
	},
	"CWG327": {
		"type": "issue",
		"title": "Use of \"structure\" without definition",
		"long_link": "https://cplusplus.github.io/CWG/issues/327.html",
		"link": "https://wg21.link/cwg327",
		"section": "Clause 11 [class]",
		"status": "CD1",
		"submitter": "James Kanze",
		"date": "9 Dec 2001"
	},
	"CWG328": {
		"type": "issue",
		"title": "Missing requirement that class member types be complete",
		"long_link": "https://cplusplus.github.io/CWG/issues/328.html",
		"link": "https://wg21.link/cwg328",
		"section": "11.4 [class.mem]",
		"status": "CD1",
		"submitter": "Michiel Salters",
		"date": "10 Dec 2001"
	},
	"CWG329": {
		"type": "issue",
		"title": "Evaluation of friends of templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/329.html",
		"link": "https://wg21.link/cwg329",
		"section": "13.7.5 [temp.friend]",
		"status": "CD1",
		"submitter": "John Spicer",
		"date": "19 Dec 2001"
	},
	"CWG330": {
		"type": "issue",
		"title": "Qualification conversions and pointers to arrays of pointers",
		"long_link": "https://cplusplus.github.io/CWG/issues/330.html",
		"link": "https://wg21.link/cwg330",
		"section": "7.3.6 [conv.qual]",
		"status": "CD4",
		"submitter": "Roger Orr",
		"date": "2 Jan 2002"
	},
	"CWG331": {
		"type": "issue",
		"title": "Allowed copy constructor signatures",
		"long_link": "https://cplusplus.github.io/CWG/issues/331.html",
		"link": "https://wg21.link/cwg331",
		"section": "11.4.5 [class.ctor]",
		"status": "CD1",
		"submitter": "Richard Smith",
		"date": "8 Jan 2002"
	},
	"CWG332": {
		"type": "issue",
		"title": "cv-qualified void parameter types",
		"long_link": "https://cplusplus.github.io/CWG/issues/332.html",
		"link": "https://wg21.link/cwg332",
		"section": "9.3.4.6 [dcl.fct]",
		"status": "CD3",
		"submitter": "Michiel Salters",
		"date": "9 Jan 2002"
	},
	"CWG333": {
		"type": "issue",
		"title": "Ambiguous use of \"declaration\" in disambiguation section",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#333",
		"link": "https://wg21.link/cwg333",
		"section": "9.3.3 [dcl.ambig.res]",
		"status": "NAD",
		"submitter": "Michiel Salters",
		"date": "14 Jan 2002"
	},
	"CWG334": {
		"type": "issue",
		"title": "Is a comma-expression dependent if its first operand is?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#334",
		"link": "https://wg21.link/cwg334",
		"section": "13.8.3.3 [temp.dep.expr]",
		"status": "NAD",
		"submitter": "John Spicer",
		"date": "10 Jan 2002"
	},
	"CWG335": {
		"type": "issue",
		"title": "Allowing export on template members of nontemplate classes",
		"long_link": "https://cplusplus.github.io/CWG/issues/335.html",
		"link": "https://wg21.link/cwg335",
		"section": "Clause 13 [temp]",
		"status": "CD1",
		"submitter": "John Spicer",
		"date": "30 Jan 2002"
	},
	"CWG336": {
		"type": "issue",
		"title": "Explicit specialization examples are still incorrect",
		"long_link": "https://cplusplus.github.io/CWG/issues/336.html",
		"link": "https://wg21.link/cwg336",
		"section": "13.9.4 [temp.expl.spec]",
		"status": "CD1",
		"submitter": "Jason Shirk",
		"date": "29 Jan 2002"
	},
	"CWG337": {
		"type": "issue",
		"title": "Attempt to create array of abtract type should cause deduction to fail",
		"long_link": "https://cplusplus.github.io/CWG/issues/337.html",
		"link": "https://wg21.link/cwg337",
		"section": "13.10.3 [temp.deduct]",
		"status": "CD1",
		"submitter": "John Spicer",
		"date": "30 Jan 2002"
	},
	"CWG338": {
		"type": "issue",
		"title": "Enumerator name with linkage used as class name in other translation unit",
		"long_link": "https://cplusplus.github.io/CWG/issues/338.html",
		"link": "https://wg21.link/cwg338",
		"section": "6.7 [basic.link]",
		"status": "CD6",
		"submitter": "Daveed Vandevoorde",
		"date": "26 Feb 2002"
	},
	"CWG339": {
		"type": "issue",
		"title": "Overload resolution in operand of sizeof in constant expression",
		"long_link": "https://cplusplus.github.io/CWG/issues/339.html",
		"link": "https://wg21.link/cwg339",
		"section": "7.7 [expr.const]",
		"status": "CD1",
		"submitter": "Steve Adamczyk",
		"date": "11 Mar 2002"
	},
	"CWG340": {
		"type": "issue",
		"title": "Unclear wording in disambiguation section",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#340",
		"link": "https://wg21.link/cwg340",
		"section": "9.3.3 [dcl.ambig.res]",
		"status": "NAD",
		"submitter": "Bart v Ingen Schenau",
		"date": "27 Feb 2002"
	},
	"CWG341": {
		"type": "issue",
		"title": "extern \"C\" namespace member function versus global variable",
		"long_link": "https://cplusplus.github.io/CWG/issues/341.html",
		"link": "https://wg21.link/cwg341",
		"section": "9.12 [dcl.link]",
		"status": "C++11",
		"submitter": "Steve Adamczyk",
		"date": "1 Mar 2002"
	},
	"CWG342": {
		"type": "issue",
		"title": "Terminology: \"indirection\" versus \"dereference\"",
		"long_link": "https://cplusplus.github.io/CWG/issues/342.html",
		"link": "https://wg21.link/cwg342",
		"section": "7.6.2 [expr.unary]",
		"status": "CD3",
		"submitter": "Jason Merrill",
		"date": "7 Oct 2001"
	},
	"CWG343": {
		"type": "issue",
		"title": "Make template optional in contexts that require a type",
		"long_link": "https://cplusplus.github.io/CWG/issues/343.html",
		"link": "https://wg21.link/cwg343",
		"section": "13.3 [temp.names]",
		"status": "C++17",
		"submitter": "Steve Adamczyk",
		"date": "23 April 2002"
	},
	"CWG344": {
		"type": "issue",
		"title": "Naming destructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/344.html",
		"link": "https://wg21.link/cwg344",
		"section": "11.4.7 [class.dtor]",
		"status": "CD3",
		"submitter": "Jamie Schmeiser",
		"date": "25 April 2002"
	},
	"CWG345": {
		"type": "issue",
		"title": "Misleading comment on example in templates chapter",
		"long_link": "https://cplusplus.github.io/CWG/issues/345.html",
		"link": "https://wg21.link/cwg345",
		"section": "13.8 [temp.res]",
		"status": "CD1",
		"submitter": "Jason Shirk",
		"date": "18 March 2002"
	},
	"CWG346": {
		"type": "issue",
		"title": "Typo in 15.4",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#346",
		"link": "https://wg21.link/cwg346",
		"section": "14.5 [except.spec]",
		"status": "NAD",
		"submitter": "Lois Goldthwaite",
		"date": "18 March 2002"
	},
	"CWG347": {
		"type": "issue",
		"title": "Use of derived class name in defining base class nested class",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#347",
		"link": "https://wg21.link/cwg347",
		"section": "11.4.12 [class.nest]",
		"status": "NAD",
		"submitter": "Jason Shirk",
		"date": "21 March 2002"
	},
	"CWG348": {
		"type": "issue",
		"title": "delete and user-written deallocation functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/348.html",
		"link": "https://wg21.link/cwg348",
		"section": "6.8.6.5.3 [basic.stc.dynamic.deallocation]",
		"status": "CD1",
		"submitter": "Ruslan Abdikeev",
		"date": "1 April 2002"
	},
	"CWG349": {
		"type": "issue",
		"title": "Template argument deduction for conversion functions and qualification conversions",
		"long_link": "https://cplusplus.github.io/CWG/issues/349.html",
		"link": "https://wg21.link/cwg349",
		"section": "13.10.3.4 [temp.deduct.conv]",
		"status": "CD1",
		"submitter": "John Spicer",
		"date": "16 April 2002"
	},
	"CWG350": {
		"type": "issue",
		"title": "signed char underlying representation for objects",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#350",
		"link": "https://wg21.link/cwg350",
		"section": "6.9 [basic.types]",
		"status": "open",
		"submitter": "Noah Stein",
		"date": "16 April 2002",
		"liaison": "WG14"
	},
	"CWG351": {
		"type": "issue",
		"title": "Sequence point error: unspecified or undefined?",
		"long_link": "https://cplusplus.github.io/CWG/issues/351.html",
		"link": "https://wg21.link/cwg351",
		"section": "Clause 7 [expr]",
		"status": "CD1",
		"submitter": "Andrew Koenig",
		"date": "23 April 2002"
	},
	"CWG352": {
		"type": "issue",
		"title": "Nondeduced contexts",
		"long_link": "https://cplusplus.github.io/CWG/issues/352.html",
		"link": "https://wg21.link/cwg352",
		"section": "13.10.3.2 [temp.deduct.call]",
		"status": "CD1",
		"submitter": "Andrei Iltchenko",
		"date": "24 April 2002"
	},
	"CWG353": {
		"type": "issue",
		"title": "Is deallocation routine called if destructor throws exception in delete?",
		"long_link": "https://cplusplus.github.io/CWG/issues/353.html",
		"link": "https://wg21.link/cwg353",
		"section": "7.6.2.9 [expr.delete]",
		"status": "CD1",
		"submitter": "Duane Smith",
		"date": "30 April 2002"
	},
	"CWG354": {
		"type": "issue",
		"title": "Null as nontype template argument",
		"long_link": "https://cplusplus.github.io/CWG/issues/354.html",
		"link": "https://wg21.link/cwg354",
		"section": "13.4.3 [temp.arg.nontype]",
		"status": "CD1",
		"submitter": "John Spicer",
		"date": "2 May 2002"
	},
	"CWG355": {
		"type": "issue",
		"title": "Global-scope :: in nested-name-specifier",
		"long_link": "https://cplusplus.github.io/CWG/issues/355.html",
		"link": "https://wg21.link/cwg355",
		"section": "Clause 11 [class]",
		"status": "C++11",
		"submitter": "Clark Nelson",
		"date": "16 May 2002"
	},
	"CWG356": {
		"type": "issue",
		"title": "Wording of behavior of generated copy constructor for scalar members",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#356",
		"link": "https://wg21.link/cwg356",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "NAD",
		"submitter": "Steve Clamage",
		"date": "25 May 2002"
	},
	"CWG357": {
		"type": "issue",
		"title": "Definition of signature should include name",
		"long_link": "https://cplusplus.github.io/CWG/issues/357.html",
		"link": "https://wg21.link/cwg357",
		"section": "Clause 3 [intro.defs]",
		"status": "CD1",
		"submitter": "Steve Clamage",
		"date": "26 May 2002"
	},
	"CWG358": {
		"type": "issue",
		"title": "Namespaces and extern \"C\"",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#358",
		"link": "https://wg21.link/cwg358",
		"section": "9.12 [dcl.link]",
		"status": "NAD",
		"submitter": "Steve Clamage",
		"date": "28 May 2002"
	},
	"CWG359": {
		"type": "issue",
		"title": "Type definition in anonymous union",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#359",
		"link": "https://wg21.link/cwg359",
		"section": "11.5 [class.union]",
		"status": "NAD",
		"submitter": "Al Grant",
		"date": "31 May 2002"
	},
	"CWG360": {
		"type": "issue",
		"title": "Using-declaration that reduces access",
		"long_link": "https://cplusplus.github.io/CWG/issues/360.html",
		"link": "https://wg21.link/cwg360",
		"section": "11.8.3 [class.access.base]",
		"status": "CD6",
		"submitter": "Steve Clamage",
		"date": "4 June 2002"
	},
	"CWG361": {
		"type": "issue",
		"title": "Forward reference to default argument",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#361",
		"link": "https://wg21.link/cwg361",
		"section": "9.3.4.7 [dcl.fct.default]",
		"status": "open",
		"submitter": "Steve Clamage",
		"date": "17 June 2002"
	},
	"CWG362": {
		"type": "issue",
		"title": "Order of initialization in instantiation units",
		"long_link": "https://cplusplus.github.io/CWG/issues/362.html",
		"link": "https://wg21.link/cwg362",
		"section": "5.2 [lex.phases]",
		"status": "CD1",
		"submitter": "Mark Mitchell",
		"date": "2 July 2002"
	},
	"CWG363": {
		"type": "issue",
		"title": "Initialization of class from self",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#363",
		"link": "https://wg21.link/cwg363",
		"section": "11.9.2 [class.expl.init]",
		"status": "NAD",
		"submitter": "Sergey P. Derevyago",
		"date": "11 July 2002"
	},
	"CWG364": {
		"type": "issue",
		"title": "Calling overloaded function with static in set, with no object",
		"long_link": "https://cplusplus.github.io/CWG/issues/364.html",
		"link": "https://wg21.link/cwg364",
		"section": "12.2.2.2.2 [over.call.func]",
		"status": "CD1",
		"submitter": "Steve Adamczyk",
		"date": "23 July 2002"
	},
	"CWG365": {
		"type": "issue",
		"title": "Storage duration and temporaries",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#365",
		"link": "https://wg21.link/cwg365",
		"section": "6.8.6 [basic.stc]",
		"status": "open",
		"submitter": "James Kanze",
		"date": "24 July 2002"
	},
	"CWG366": {
		"type": "issue",
		"title": "String literal allowed in integral constant expression?",
		"long_link": "https://cplusplus.github.io/CWG/issues/366.html",
		"link": "https://wg21.link/cwg366",
		"section": "7.7 [expr.const]",
		"status": "CD1",
		"submitter": "Martin v. Loewis",
		"date": "29 July 2002"
	},
	"CWG367": {
		"type": "issue",
		"title": "throw operator allowed in constant expression?",
		"long_link": "https://cplusplus.github.io/CWG/issues/367.html",
		"link": "https://wg21.link/cwg367",
		"section": "7.7 [expr.const]",
		"status": "CD1",
		"submitter": "Martin v. Loewis",
		"date": "29 July 2002"
	},
	"CWG368": {
		"type": "issue",
		"title": "Uses of non-type parameters that should cause deduction to fail",
		"long_link": "https://cplusplus.github.io/CWG/issues/368.html",
		"link": "https://wg21.link/cwg368",
		"section": "13.10.3 [temp.deduct]",
		"status": "CD1",
		"submitter": "Jason Shirk",
		"date": "29 July 2002"
	},
	"CWG369": {
		"type": "issue",
		"title": "Are new/delete identifiers or preprocessing-op-or-punc?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#369",
		"link": "https://wg21.link/cwg369",
		"section": "5.5 [lex.pptoken]",
		"status": "NAD",
		"submitter": "Martin v. Loewis",
		"date": "30 July 2002"
	},
	"CWG370": {
		"type": "issue",
		"title": "Can #include <...> form be used other than for standard C++ headers?",
		"long_link": "https://cplusplus.github.io/CWG/issues/370.html",
		"link": "https://wg21.link/cwg370",
		"section": "15.3 [cpp.include]",
		"status": "CD1",
		"submitter": "Beman Dawes",
		"date": "01 August 2002"
	},
	"CWG371": {
		"type": "issue",
		"title": "Interleaving of constructor calls",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#371",
		"link": "https://wg21.link/cwg371",
		"section": "6.10.3.2 [basic.start.static]",
		"status": "open",
		"submitter": "Matt Austern",
		"date": "7 August 2002"
	},
	"CWG372": {
		"type": "issue",
		"title": "Is access granted by base class specifiers available in following base class specifiers?",
		"long_link": "https://cplusplus.github.io/CWG/issues/372.html",
		"link": "https://wg21.link/cwg372",
		"section": "13.4 [temp.arg]",
		"status": "CD1",
		"submitter": "Clark Nelson",
		"date": "13 August 2002"
	},
	"CWG373": {
		"type": "issue",
		"title": "Lookup on namespace qualified name in using-directive",
		"long_link": "https://cplusplus.github.io/CWG/issues/373.html",
		"link": "https://wg21.link/cwg373",
		"section": "6.5.7 [basic.lookup.udir]",
		"status": "C++11",
		"submitter": "Clark Nelson",
		"date": "15 August 2002"
	},
	"CWG374": {
		"type": "issue",
		"title": "Can explicit specialization outside namespace use qualified name?",
		"long_link": "https://cplusplus.github.io/CWG/issues/374.html",
		"link": "https://wg21.link/cwg374",
		"section": "9.3.4 [dcl.meaning]",
		"status": "CD2",
		"submitter": "Steve Adamczyk",
		"date": "23 August 2002"
	},
	"CWG375": {
		"type": "issue",
		"title": "Confusing example on lookup with typename",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#375",
		"link": "https://wg21.link/cwg375",
		"section": "13.8 [temp.res]",
		"status": "dup",
		"submitter": "Manish Pagey",
		"date": "23 August 2002"
	},
	"CWG376": {
		"type": "issue",
		"title": "Class \"definition\" versus class \"declaration\"",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#376",
		"link": "https://wg21.link/cwg376",
		"section": "9.2.3 [dcl.fct.spec]",
		"status": "NAD",
		"submitter": "Randy Maddox",
		"date": "28 August 2002"
	},
	"CWG377": {
		"type": "issue",
		"title": "Enum whose enumerators will not fit in any integral type",
		"long_link": "https://cplusplus.github.io/CWG/issues/377.html",
		"link": "https://wg21.link/cwg377",
		"section": "9.8.1 [dcl.enum]",
		"status": "CD1",
		"submitter": "Mark Mitchell",
		"date": "30 August 2002"
	},
	"CWG378": {
		"type": "issue",
		"title": "Wording that says temporaries are declared",
		"long_link": "https://cplusplus.github.io/CWG/issues/378.html",
		"link": "https://wg21.link/cwg378",
		"section": "8.8 [stmt.jump]",
		"status": "CD1",
		"submitter": "Gennaro Prota",
		"date": "07 September 2002"
	},
	"CWG379": {
		"type": "issue",
		"title": "Change \"class declaration\" to \"class definition\"",
		"long_link": "https://cplusplus.github.io/CWG/issues/379.html",
		"link": "https://wg21.link/cwg379",
		"section": "Clause 11 [class]",
		"status": "CD1",
		"submitter": "Jens Maurer",
		"date": "21 Oct 2002"
	},
	"CWG380": {
		"type": "issue",
		"title": "Definition of \"ambiguous base class\" missing",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#380",
		"link": "https://wg21.link/cwg380",
		"section": "6.5.2 [class.member.lookup]",
		"status": "open",
		"submitter": "Jason Merrill",
		"date": "22 Oct 2002"
	},
	"CWG381": {
		"type": "issue",
		"title": "Incorrect example of base class member lookup",
		"long_link": "https://cplusplus.github.io/CWG/issues/381.html",
		"link": "https://wg21.link/cwg381",
		"section": "_N4868_.6.5.6 [basic.lookup.classref]",
		"status": "CD1",
		"submitter": "Steve Adamczyk",
		"date": "8 Nov 2002"
	},
	"CWG382": {
		"type": "issue",
		"title": "Allow typename outside of templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/382.html",
		"link": "https://wg21.link/cwg382",
		"section": "13.8 [temp.res]",
		"status": "CD1",
		"submitter": "Steve Adamczyk",
		"date": "8 Nov 2002"
	},
	"CWG383": {
		"type": "issue",
		"title": "Is a class with a declared but not defined destructor a POD?",
		"long_link": "https://cplusplus.github.io/CWG/issues/383.html",
		"link": "https://wg21.link/cwg383",
		"section": "Clause 11 [class]",
		"status": "CD1",
		"submitter": "Gennaro Prota",
		"date": "18 Sep 2002"
	},
	"CWG384": {
		"type": "issue",
		"title": "Argument-dependent lookup and operator functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#384",
		"link": "https://wg21.link/cwg384",
		"section": "6.5.4 [basic.lookup.argdep]",
		"status": "NAD",
		"submitter": "Herb Sutter",
		"date": "18 Sept 2002"
	},
	"CWG385": {
		"type": "issue",
		"title": "How does protected member check of 11.5 interact with using-declarations?",
		"long_link": "https://cplusplus.github.io/CWG/issues/385.html",
		"link": "https://wg21.link/cwg385",
		"section": "11.8.5 [class.protected]",
		"status": "CD1",
		"submitter": "Vincent Korstanje",
		"date": "24 Sep 2002"
	},
	"CWG386": {
		"type": "issue",
		"title": "Friend declaration of name brought in by using-declaration",
		"long_link": "https://cplusplus.github.io/CWG/issues/386.html",
		"link": "https://wg21.link/cwg386",
		"section": "9.10 [namespace.udecl]",
		"status": "CD6",
		"submitter": "Herb Sutter",
		"date": "8 Oct 2002"
	},
	"CWG387": {
		"type": "issue",
		"title": "Errors in example in 14.6.5",
		"long_link": "https://cplusplus.github.io/CWG/issues/387.html",
		"link": "https://wg21.link/cwg387",
		"section": "_N4868_.13.8.6 [temp.inject]",
		"status": "CD1",
		"submitter": "Aleksey Gurtovoy",
		"date": "27 Oct 2002"
	},
	"CWG388": {
		"type": "issue",
		"title": "Catching base*& from a throw of derived*",
		"long_link": "https://cplusplus.github.io/CWG/issues/388.html",
		"link": "https://wg21.link/cwg388",
		"section": "14.4 [except.handle]",
		"status": "CD3",
		"submitter": "John Spicer",
		"date": "28 Oct 2002"
	},
	"CWG389": {
		"type": "issue",
		"title": "Unnamed types in entities with linkage",
		"long_link": "https://cplusplus.github.io/CWG/issues/389.html",
		"link": "https://wg21.link/cwg389",
		"section": "6.7 [basic.link]",
		"status": "CD1",
		"submitter": "Daveed Vandevoorde",
		"date": "31 Oct 2002"
	},
	"CWG390": {
		"type": "issue",
		"title": "Pure virtual must be defined when implicitly called",
		"long_link": "https://cplusplus.github.io/CWG/issues/390.html",
		"link": "https://wg21.link/cwg390",
		"section": "11.7.4 [class.abstract]",
		"status": "CD1",
		"submitter": "Daniel Frey",
		"date": "14 Nov 2002"
	},
	"CWG391": {
		"type": "issue",
		"title": "Require direct binding of short-lived references to rvalues",
		"long_link": "https://cplusplus.github.io/CWG/issues/391.html",
		"link": "https://wg21.link/cwg391",
		"section": "9.5.4 [dcl.init.ref]",
		"status": "CD1",
		"submitter": "Raoul Gough",
		"date": "14 Nov 2002"
	},
	"CWG392": {
		"type": "issue",
		"title": "Use of full expression lvalue before temporary destruction",
		"long_link": "https://cplusplus.github.io/CWG/issues/392.html",
		"link": "https://wg21.link/cwg392",
		"section": "6.8.7 [class.temporary]",
		"status": "CD1",
		"submitter": "Stephen Clamage",
		"date": "21 Nov 2002"
	},
	"CWG393": {
		"type": "issue",
		"title": "Pointer to array of unknown bound in template argument list in parameter",
		"long_link": "https://cplusplus.github.io/CWG/issues/393.html",
		"link": "https://wg21.link/cwg393",
		"section": "9.3.4.6 [dcl.fct]",
		"status": "CD4",
		"submitter": "Mark Mitchell",
		"date": "12 Dec 2002"
	},
	"CWG394": {
		"type": "issue",
		"title": "identifier-list is never defined",
		"long_link": "https://cplusplus.github.io/CWG/issues/394.html",
		"link": "https://wg21.link/cwg394",
		"section": "15.1 [cpp.pre]",
		"status": "CD1",
		"submitter": "Nicola Musatti",
		"date": "16 Dec 2002"
	},
	"CWG395": {
		"type": "issue",
		"title": "Conversion operator template syntax",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#395",
		"link": "https://wg21.link/cwg395",
		"section": "11.4.8.3 [class.conv.fct]",
		"status": "NAD",
		"submitter": "Daveed Vandevoorde",
		"date": "18 Dec 2002"
	},
	"CWG396": {
		"type": "issue",
		"title": "Misleading note regarding use of auto for disambiguation",
		"long_link": "https://cplusplus.github.io/CWG/issues/396.html",
		"link": "https://wg21.link/cwg396",
		"section": "9.2.3 [dcl.fct.spec]",
		"status": "CD1",
		"submitter": "Herb Sutter",
		"date": "3 Jan 2003"
	},
	"CWG397": {
		"type": "issue",
		"title": "Same address for string literals from default arguments in inline functions?",
		"long_link": "https://cplusplus.github.io/CWG/issues/397.html",
		"link": "https://wg21.link/cwg397",
		"section": "9.2.3 [dcl.fct.spec]",
		"status": "CD1",
		"submitter": "Mark Mitchell",
		"date": "13 Jan 2003"
	},
	"CWG398": {
		"type": "issue",
		"title": "Ambiguous wording on naming a type in deduction",
		"long_link": "https://cplusplus.github.io/CWG/issues/398.html",
		"link": "https://wg21.link/cwg398",
		"section": "13.10.3 [temp.deduct]",
		"status": "CD1",
		"submitter": "Daveed Vandevoorde",
		"date": "16 Jan 2003"
	},
	"CWG399": {
		"type": "issue",
		"title": "Destructor lookup redux",
		"long_link": "https://cplusplus.github.io/CWG/issues/399.html",
		"link": "https://wg21.link/cwg399",
		"section": "11.4.7 [class.dtor]",
		"status": "CD6",
		"submitter": "John Spicer",
		"date": "17 Jan 2003"
	},
	"CWG400": {
		"type": "issue",
		"title": "Using-declarations and the \"struct hack\"",
		"long_link": "https://cplusplus.github.io/CWG/issues/400.html",
		"link": "https://wg21.link/cwg400",
		"section": "6.5.5.3 [namespace.qual]",
		"status": "CD1",
		"submitter": "Mark Mitchell",
		"date": "22 Jan 2003"
	},
	"CWG401": {
		"type": "issue",
		"title": "When is access for template parameter default arguments checked?",
		"long_link": "https://cplusplus.github.io/CWG/issues/401.html",
		"link": "https://wg21.link/cwg401",
		"section": "13.2 [temp.param]",
		"status": "CD1",
		"submitter": "Steve Adamczyk",
		"date": "27 Jan 2003"
	},
	"CWG402": {
		"type": "issue",
		"title": "More on partial ordering of function templates",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#402",
		"link": "https://wg21.link/cwg402",
		"section": "13.7.7.3 [temp.func.order]",
		"status": "open",
		"submitter": "Nathan Sidwell",
		"date": "7 Apr 2003"
	},
	"CWG403": {
		"type": "issue",
		"title": "Reference to a type as a template-id",
		"long_link": "https://cplusplus.github.io/CWG/issues/403.html",
		"link": "https://wg21.link/cwg403",
		"section": "6.5.4 [basic.lookup.argdep]",
		"status": "CD1",
		"submitter": "John Spicer",
		"date": "18 Sep 2003"
	},
	"CWG404": {
		"type": "issue",
		"title": "Unclear reference to construction with non-trivial constructor",
		"long_link": "https://cplusplus.github.io/CWG/issues/404.html",
		"link": "https://wg21.link/cwg404",
		"section": "6.8.4 [basic.life]",
		"status": "CD1",
		"submitter": "Mike Miller",
		"date": "8 Apr 2003"
	},
	"CWG405": {
		"type": "issue",
		"title": "Unqualified function name lookup",
		"long_link": "https://cplusplus.github.io/CWG/issues/405.html",
		"link": "https://wg21.link/cwg405",
		"section": "6.5.3 [basic.lookup.unqual]",
		"status": "CD6",
		"submitter": "William M. Miller",
		"date": "14 Apr 2003"
	},
	"CWG406": {
		"type": "issue",
		"title": "Static data member in class with name for linkage purposes",
		"long_link": "https://cplusplus.github.io/CWG/issues/406.html",
		"link": "https://wg21.link/cwg406",
		"section": "11.4.9.3 [class.static.data]",
		"status": "CD1",
		"submitter": "Jorgen Bundgaard",
		"date": "12 Mar 2003"
	},
	"CWG407": {
		"type": "issue",
		"title": "Named class with associated typedef: two names or one?",
		"long_link": "https://cplusplus.github.io/CWG/issues/407.html",
		"link": "https://wg21.link/cwg407",
		"section": "9.2.4 [dcl.typedef]",
		"status": "C++11",
		"submitter": "Clark Nelson",
		"date": "31 March 2003"
	},
	"CWG408": {
		"type": "issue",
		"title": "sizeof applied to unknown-bound array static data member of template",
		"long_link": "https://cplusplus.github.io/CWG/issues/408.html",
		"link": "https://wg21.link/cwg408",
		"section": "13.7.2.5 [temp.static]",
		"status": "CD2",
		"submitter": "Nathan Myers",
		"date": "14 Apr 2003"
	},
	"CWG409": {
		"type": "issue",
		"title": "Obsolete paragraph missed by changes for issue 224",
		"long_link": "https://cplusplus.github.io/CWG/issues/409.html",
		"link": "https://wg21.link/cwg409",
		"section": "13.8 [temp.res]",
		"status": "CD1",
		"submitter": "John Spicer",
		"date": "18 Apr 2003"
	},
	"CWG410": {
		"type": "issue",
		"title": "Paragraph missed in changes for issue 166",
		"long_link": "https://cplusplus.github.io/CWG/issues/410.html",
		"link": "https://wg21.link/cwg410",
		"section": "13.7.5 [temp.friend]",
		"status": "CD1",
		"submitter": "John Spicer",
		"date": "18 Apr 2003"
	},
	"CWG411": {
		"type": "issue",
		"title": "Use of universal-character-name in character versus string literals",
		"long_link": "https://cplusplus.github.io/CWG/issues/411.html",
		"link": "https://wg21.link/cwg411",
		"section": "5.13.5 [lex.string]",
		"status": "CD6",
		"submitter": "James Kanze",
		"date": "23 Apr 2003"
	},
	"CWG412": {
		"type": "issue",
		"title": "Can a replacement allocation function be inline?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#412",
		"link": "https://wg21.link/cwg412",
		"section": "9.2.3 [dcl.fct.spec]",
		"status": "NAD",
		"submitter": "Matt Austern",
		"date": "23 Apr 2003"
	},
	"CWG413": {
		"type": "issue",
		"title": "Definition of \"empty class\"",
		"long_link": "https://cplusplus.github.io/CWG/issues/413.html",
		"link": "https://wg21.link/cwg413",
		"section": "Clause 11 [class]",
		"status": "CD1",
		"submitter": "Pete Becker",
		"date": "30 Apr 2003"
	},
	"CWG414": {
		"type": "issue",
		"title": "Multiple types found on destructor lookup",
		"long_link": "https://cplusplus.github.io/CWG/issues/414.html",
		"link": "https://wg21.link/cwg414",
		"section": "_N4868_.6.5.6 [basic.lookup.classref]",
		"status": "CD1",
		"submitter": "John Spicer",
		"date": "1 May 2003"
	},
	"CWG415": {
		"type": "issue",
		"title": "Template deduction does not cause instantiation",
		"long_link": "https://cplusplus.github.io/CWG/issues/415.html",
		"link": "https://wg21.link/cwg415",
		"section": "13.10.4 [temp.over]",
		"status": "CD1",
		"submitter": "John Spicer",
		"date": "4 May 2003"
	},
	"CWG416": {
		"type": "issue",
		"title": "Class must be complete to allow operator lookup?",
		"long_link": "https://cplusplus.github.io/CWG/issues/416.html",
		"link": "https://wg21.link/cwg416",
		"section": "12.2.2.3 [over.match.oper]",
		"status": "CD1",
		"submitter": "Greg Comeau",
		"date": "22 May 2003"
	},
	"CWG417": {
		"type": "issue",
		"title": "Using derived-class qualified name in out-of-class nested class definition",
		"long_link": "https://cplusplus.github.io/CWG/issues/417.html",
		"link": "https://wg21.link/cwg417",
		"section": "11.3 [class.name]",
		"status": "CD1",
		"submitter": "Jon Caves",
		"date": "19 May 2003"
	},
	"CWG418": {
		"type": "issue",
		"title": "Imperfect wording on error on multiple default arguments on a called function",
		"long_link": "https://cplusplus.github.io/CWG/issues/418.html",
		"link": "https://wg21.link/cwg418",
		"section": "12.2.4 [over.match.best]",
		"status": "CD6",
		"submitter": "Chris Bowler",
		"date": "27 May 2003"
	},
	"CWG419": {
		"type": "issue",
		"title": "Can cast to virtual base class be done on partially-constructed object?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#419",
		"link": "https://wg21.link/cwg419",
		"section": "6.8.4 [basic.life]",
		"status": "open",
		"submitter": "Judy Ward",
		"date": "2 June 2003"
	},
	"CWG420": {
		"type": "issue",
		"title": "postfixexpression->scalar_type_dtor() inconsistent",
		"long_link": "https://cplusplus.github.io/CWG/issues/420.html",
		"link": "https://wg21.link/cwg420",
		"section": "12.4.6 [over.ref]",
		"status": "CD1",
		"submitter": "Markus Mauhart",
		"date": "8 June 2003"
	},
	"CWG421": {
		"type": "issue",
		"title": "Is rvalue.field an rvalue?",
		"long_link": "https://cplusplus.github.io/CWG/issues/421.html",
		"link": "https://wg21.link/cwg421",
		"section": "7.6.1.5 [expr.ref]",
		"status": "CD1",
		"submitter": "Gabriel Dos Reis",
		"date": "15 June 2003"
	},
	"CWG422": {
		"type": "issue",
		"title": "Is a typedef redeclaration allowed with a template type that might be the same?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#422",
		"link": "https://wg21.link/cwg422",
		"section": "9.2.4 [dcl.typedef]",
		"status": "NAD",
		"submitter": "Steve Adamczyk",
		"date": "18 June 2003"
	},
	"CWG423": {
		"type": "issue",
		"title": "Can a conversion be done on the left operand of a compound assignment?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#423",
		"link": "https://wg21.link/cwg423",
		"section": "12.2.2.3 [over.match.oper]",
		"status": "NAD",
		"submitter": "Gennaro Prota",
		"date": "19 Jun 2003"
	},
	"CWG424": {
		"type": "issue",
		"title": "Wording problem with issue 56 resolution on redeclaring typedefs in class scope",
		"long_link": "https://cplusplus.github.io/CWG/issues/424.html",
		"link": "https://wg21.link/cwg424",
		"section": "9.2.4 [dcl.typedef]",
		"status": "CD1",
		"submitter": "Daveed Vandevoorde",
		"date": "25 June 2003"
	},
	"CWG425": {
		"type": "issue",
		"title": "Set of candidates for overloaded built-in operator with float operand",
		"long_link": "https://cplusplus.github.io/CWG/issues/425.html",
		"link": "https://wg21.link/cwg425",
		"section": "12.5 [over.built]",
		"status": "CD1",
		"submitter": "Daniel Frey",
		"date": "30 June 2003"
	},
	"CWG426": {
		"type": "issue",
		"title": "Identically-named variables, one internally and one externally linked, allowed?",
		"long_link": "https://cplusplus.github.io/CWG/issues/426.html",
		"link": "https://wg21.link/cwg426",
		"section": "6.7 [basic.link]",
		"status": "C++17",
		"submitter": "Steve Adamczyk",
		"date": "2 July 2003"
	},
	"CWG427": {
		"type": "issue",
		"title": "static_cast ambiguity: conversion versus cast to derived",
		"long_link": "https://cplusplus.github.io/CWG/issues/427.html",
		"link": "https://wg21.link/cwg427",
		"section": "7.6.1.9 [expr.static.cast]",
		"status": "CD1",
		"submitter": "Mark Mitchell",
		"date": "5 July 2003"
	},
	"CWG428": {
		"type": "issue",
		"title": "Mention of expression with reference type",
		"long_link": "https://cplusplus.github.io/CWG/issues/428.html",
		"link": "https://wg21.link/cwg428",
		"section": "14.2 [except.throw]",
		"status": "CD1",
		"submitter": "Steve Adamczyk",
		"date": "14 July 2003"
	},
	"CWG429": {
		"type": "issue",
		"title": "Matching deallocation function chosen based on syntax or signature?",
		"long_link": "https://cplusplus.github.io/CWG/issues/429.html",
		"link": "https://wg21.link/cwg429",
		"section": "7.6.2.8 [expr.new]",
		"status": "CD1",
		"submitter": "John Wilkinson",
		"date": "18 July 2003"
	},
	"CWG430": {
		"type": "issue",
		"title": "Ordering of expression evaluation in initializer list",
		"long_link": "https://cplusplus.github.io/CWG/issues/430.html",
		"link": "https://wg21.link/cwg430",
		"section": "9.5.2 [dcl.init.aggr]",
		"status": "CD1",
		"submitter": "Nathan Sidwell",
		"date": "23 July 2003"
	},
	"CWG431": {
		"type": "issue",
		"title": "Defect in wording in 14.2",
		"long_link": "https://cplusplus.github.io/CWG/issues/431.html",
		"link": "https://wg21.link/cwg431",
		"section": "13.3 [temp.names]",
		"status": "C++11",
		"submitter": "Mat Marcus",
		"date": "10 August 2003"
	},
	"CWG432": {
		"type": "issue",
		"title": "Is injected class name visible in base class specifier list?",
		"long_link": "https://cplusplus.github.io/CWG/issues/432.html",
		"link": "https://wg21.link/cwg432",
		"section": "6.4.7 [basic.scope.class]",
		"status": "CD1",
		"submitter": "Daveed Vandevoorde",
		"date": "29 August 2003"
	},
	"CWG433": {
		"type": "issue",
		"title": "Do elaborated type specifiers in templates inject into enclosing namespace scope?",
		"long_link": "https://cplusplus.github.io/CWG/issues/433.html",
		"link": "https://wg21.link/cwg433",
		"section": "6.4.2 [basic.scope.pdecl]",
		"status": "CD1",
		"submitter": "Daveed Vandevoorde",
		"date": "2 September 2003"
	},
	"CWG434": {
		"type": "issue",
		"title": "Unclear suppression of standard conversions while binding reference to lvalue",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#434",
		"link": "https://wg21.link/cwg434",
		"section": "9.5.4 [dcl.init.ref]",
		"status": "NAD",
		"submitter": "Bronek Kozicki",
		"date": "14 September 2003"
	},
	"CWG435": {
		"type": "issue",
		"title": "Change \"declararation or definition\" to \"declaration\"",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#435",
		"link": "https://wg21.link/cwg435",
		"section": "9.1 [dcl.pre]",
		"status": "NAD",
		"submitter": "Jens Maurer",
		"date": "27 Oct 2003"
	},
	"CWG436": {
		"type": "issue",
		"title": "Problem in example in 9.6 paragraph 4",
		"long_link": "https://cplusplus.github.io/CWG/issues/436.html",
		"link": "https://wg21.link/cwg436",
		"section": "11.4.10 [class.bit]",
		"status": "CD1",
		"submitter": "Roberto Santos",
		"date": "10 October 2003"
	},
	"CWG437": {
		"type": "issue",
		"title": "Is type of class allowed in member function exception specification?",
		"long_link": "https://cplusplus.github.io/CWG/issues/437.html",
		"link": "https://wg21.link/cwg437",
		"section": "11.4 [class.mem]",
		"status": "CD1",
		"submitter": "Cary Coutant",
		"date": "10 Oct 2003"
	},
	"CWG438": {
		"type": "issue",
		"title": "Possible flaw in wording for multiple accesses to object between sequence points",
		"long_link": "https://cplusplus.github.io/CWG/issues/438.html",
		"link": "https://wg21.link/cwg438",
		"section": "Clause 7 [expr]",
		"status": "CD2",
		"submitter": "Jason Merrill",
		"date": "29 Oct 2003"
	},
	"CWG439": {
		"type": "issue",
		"title": "Guarantees on casting pointer back to cv-qualified version of original type",
		"long_link": "https://cplusplus.github.io/CWG/issues/439.html",
		"link": "https://wg21.link/cwg439",
		"section": "7.6.1.9 [expr.static.cast]",
		"status": "CD1",
		"submitter": "Mark Mitchell",
		"date": "30 Oct 2003"
	},
	"CWG440": {
		"type": "issue",
		"title": "Allow implicit pointer-to-member conversion on nontype template argument",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#440",
		"link": "https://wg21.link/cwg440",
		"section": "13.4 [temp.arg]",
		"status": "NAD",
		"submitter": "David Abrahams",
		"date": "13 Nov 2003"
	},
	"CWG441": {
		"type": "issue",
		"title": "Ordering of static reference initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/441.html",
		"link": "https://wg21.link/cwg441",
		"section": "6.10.3.2 [basic.start.static]",
		"status": "CD1",
		"submitter": "Mike Miller",
		"date": "1 Dec 2003"
	},
	"CWG442": {
		"type": "issue",
		"title": "Incorrect use of null pointer constant in description of delete operator",
		"long_link": "https://cplusplus.github.io/CWG/issues/442.html",
		"link": "https://wg21.link/cwg442",
		"section": "7.6.2.9 [expr.delete]",
		"status": "CD1",
		"submitter": "Matthias Hofmann",
		"date": "2 Dec 2003"
	},
	"CWG443": {
		"type": "issue",
		"title": "Wording nit in description of lifetime of temporaries",
		"long_link": "https://cplusplus.github.io/CWG/issues/443.html",
		"link": "https://wg21.link/cwg443",
		"section": "6.8.7 [class.temporary]",
		"status": "CD1",
		"submitter": "Matthias Hofmann",
		"date": "2 Dec 2003"
	},
	"CWG444": {
		"type": "issue",
		"title": "Overriding and the generated copy assignment operator",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#444",
		"link": "https://wg21.link/cwg444",
		"section": "11.4.6 [class.copy.assign]",
		"status": "NAD",
		"submitter": "Kerch Holt",
		"date": "26 Nov 2003"
	},
	"CWG445": {
		"type": "issue",
		"title": "Wording issue on friend declarations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#445",
		"link": "https://wg21.link/cwg445",
		"section": "11.8.4 [class.friend]",
		"status": "NAD",
		"submitter": "Risto Lankinen",
		"date": "5 Dec 2003"
	},
	"CWG446": {
		"type": "issue",
		"title": "Does an lvalue-to-rvalue conversion on the \"?\" operator produce a temporary?",
		"long_link": "https://cplusplus.github.io/CWG/issues/446.html",
		"link": "https://wg21.link/cwg446",
		"section": "7.6.16 [expr.cond]",
		"status": "CD1",
		"submitter": "John Potter",
		"date": "31 Dec 2003"
	},
	"CWG447": {
		"type": "issue",
		"title": "Is offsetof type-dependent?",
		"long_link": "https://cplusplus.github.io/CWG/issues/447.html",
		"link": "https://wg21.link/cwg447",
		"section": "13.8.3.4 [temp.dep.constexpr]",
		"status": "CD1",
		"submitter": "Mark Mitchell",
		"date": "7 Jan 2004"
	},
	"CWG448": {
		"type": "issue",
		"title": "Set of template functions in call with dependent explicit argument",
		"long_link": "https://cplusplus.github.io/CWG/issues/448.html",
		"link": "https://wg21.link/cwg448",
		"section": "13.8.2 [temp.local]",
		"status": "C++11",
		"submitter": "Mark Mitchell",
		"date": "4 Jan 2004"
	},
	"CWG449": {
		"type": "issue",
		"title": "Consistency in use of hyphen with names of \"non\" entities",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#449",
		"link": "https://wg21.link/cwg449",
		"section": "Clause 3 [intro.defs]",
		"status": "NAD",
		"submitter": "Daveed Vandevoorde",
		"date": "14 Jan 2004"
	},
	"CWG450": {
		"type": "issue",
		"title": "Binding a reference to const to a cv-qualified array rvalue",
		"long_link": "https://cplusplus.github.io/CWG/issues/450.html",
		"link": "https://wg21.link/cwg450",
		"section": "9.5.4 [dcl.init.ref]",
		"status": "CD1",
		"submitter": "Steve Adamczyk",
		"date": "16 Jan 2004"
	},
	"CWG451": {
		"type": "issue",
		"title": "Expressions with invalid results and ill-formedness",
		"long_link": "https://cplusplus.github.io/CWG/issues/451.html",
		"link": "https://wg21.link/cwg451",
		"section": "Clause 7 [expr]",
		"status": "CD1",
		"submitter": "Gennaro Prota",
		"date": "19 Jan 2004"
	},
	"CWG452": {
		"type": "issue",
		"title": "Wording nit on description of this",
		"long_link": "https://cplusplus.github.io/CWG/issues/452.html",
		"link": "https://wg21.link/cwg452",
		"section": "_N4868_.11.4.3.2 [class.this]",
		"status": "CD1",
		"submitter": "Gennaro Prota",
		"date": "8 Jan 2004"
	},
	"CWG453": {
		"type": "issue",
		"title": "References may only bind to “valid” objects",
		"long_link": "https://cplusplus.github.io/CWG/issues/453.html",
		"link": "https://wg21.link/cwg453",
		"section": "9.3.4.3 [dcl.ref]",
		"status": "CD7",
		"submitter": "Gennaro Prota",
		"date": "18 Jan 2004"
	},
	"CWG454": {
		"type": "issue",
		"title": "When is a definition of a static data member required?",
		"long_link": "https://cplusplus.github.io/CWG/issues/454.html",
		"link": "https://wg21.link/cwg454",
		"section": "11.4.9.3 [class.static.data]",
		"status": "CD1",
		"submitter": "Gennaro Prota",
		"date": "18 Jan 2004"
	},
	"CWG455": {
		"type": "issue",
		"title": "Partial ordering and non-deduced arguments",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#455",
		"link": "https://wg21.link/cwg455",
		"section": "12.2.4 [over.match.best]",
		"status": "NAD",
		"submitter": "Rani Sharoni",
		"date": "19 Jan 2004"
	},
	"CWG456": {
		"type": "issue",
		"title": "Is initialized const int or const bool variable a null pointer constant?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#456",
		"link": "https://wg21.link/cwg456",
		"section": "7.3.12 [conv.ptr]",
		"status": "NAD",
		"submitter": "Lloyd Lewins",
		"date": "31 Jan 2004"
	},
	"CWG457": {
		"type": "issue",
		"title": "Wording nit on use of const variables in constant expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/457.html",
		"link": "https://wg21.link/cwg457",
		"section": "7.7 [expr.const]",
		"status": "CD1",
		"submitter": "Mark Mitchell",
		"date": "03 Feb 2004"
	},
	"CWG458": {
		"type": "issue",
		"title": "Hiding of member template parameters by other members",
		"long_link": "https://cplusplus.github.io/CWG/issues/458.html",
		"link": "https://wg21.link/cwg458",
		"section": "13.8.2 [temp.local]",
		"status": "C++11",
		"submitter": "Gabriel Dos Reis",
		"date": "2 Feb 2004"
	},
	"CWG459": {
		"type": "issue",
		"title": "Hiding of template parameters by base class members",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#459",
		"link": "https://wg21.link/cwg459",
		"section": "13.8.2 [temp.local]",
		"status": "NAD",
		"submitter": "Daveed Vandevoorde",
		"date": "2 Feb 2004"
	},
	"CWG460": {
		"type": "issue",
		"title": "Can a using-declaration name a namespace?",
		"long_link": "https://cplusplus.github.io/CWG/issues/460.html",
		"link": "https://wg21.link/cwg460",
		"section": "9.10 [namespace.udecl]",
		"status": "CD1",
		"submitter": "John Spicer",
		"date": "12 Feb 2004"
	},
	"CWG461": {
		"type": "issue",
		"title": "Make asm conditionally-supported",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#461",
		"link": "https://wg21.link/cwg461",
		"section": "9.11 [dcl.asm]",
		"status": "NAD",
		"submitter": "Clark Nelson",
		"date": "24 May 2004"
	},
	"CWG462": {
		"type": "issue",
		"title": "Lifetime of temporaries bound to comma expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/462.html",
		"link": "https://wg21.link/cwg462",
		"section": "6.8.7 [class.temporary]",
		"status": "CD3",
		"submitter": "Steve Adamczyk",
		"date": "April 2004"
	},
	"CWG463": {
		"type": "issue",
		"title": "reinterpret_cast<T*>(0)",
		"long_link": "https://cplusplus.github.io/CWG/issues/463.html",
		"link": "https://wg21.link/cwg463",
		"section": "7.6.1.10 [expr.reinterpret.cast]",
		"status": "CD1",
		"submitter": "Gennaro Prota",
		"date": "14 Feb 2004"
	},
	"CWG464": {
		"type": "issue",
		"title": "Wording nit on lifetime of temporaries to which references are bound",
		"long_link": "https://cplusplus.github.io/CWG/issues/464.html",
		"link": "https://wg21.link/cwg464",
		"section": "6.8.7 [class.temporary]",
		"status": "CD1",
		"submitter": "Allan Odgaard",
		"date": "21 Feb 2004"
	},
	"CWG465": {
		"type": "issue",
		"title": "May constructors of global objects call exit()?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#465",
		"link": "https://wg21.link/cwg465",
		"section": "6.10.3.2 [basic.start.static]",
		"status": "NAD",
		"submitter": "Matt Austern",
		"date": "26 Feb 2004"
	},
	"CWG466": {
		"type": "issue",
		"title": "cv-qualifiers on pseudo-destructor type",
		"long_link": "https://cplusplus.github.io/CWG/issues/466.html",
		"link": "https://wg21.link/cwg466",
		"section": "_N4778_.7.6.1.4 [expr.pseudo]",
		"status": "CD1",
		"submitter": "Mark Mitchell",
		"date": "18 Mar 2004"
	},
	"CWG467": {
		"type": "issue",
		"title": "Jump past initialization of local static variable",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#467",
		"link": "https://wg21.link/cwg467",
		"section": "8.10 [stmt.dcl]",
		"status": "NAD",
		"submitter": "Kerch Holt",
		"date": "31 Mar 2004"
	},
	"CWG468": {
		"type": "issue",
		"title": "Allow ::template outside of templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/468.html",
		"link": "https://wg21.link/cwg468",
		"section": "13.3 [temp.names]",
		"status": "CD1",
		"submitter": "John Spicer",
		"date": "9 Apr 2004"
	},
	"CWG469": {
		"type": "issue",
		"title": "Const template specializations and reference arguments",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#469",
		"link": "https://wg21.link/cwg469",
		"section": "13.10.3.6 [temp.deduct.type]",
		"status": "NAD",
		"submitter": "Matt Austern",
		"date": "19 Mar 2004"
	},
	"CWG470": {
		"type": "issue",
		"title": "Instantiation of members of an explicitly-instantiated class template",
		"long_link": "https://cplusplus.github.io/CWG/issues/470.html",
		"link": "https://wg21.link/cwg470",
		"section": "13.9.3 [temp.explicit]",
		"status": "CD1",
		"submitter": "Matt Austern",
		"date": "11 May 2004"
	},
	"CWG471": {
		"type": "issue",
		"title": "Conflicting inherited access specifications",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#471",
		"link": "https://wg21.link/cwg471",
		"section": "11.8.3 [class.access.base]",
		"status": "NAD",
		"submitter": "Mike Miller",
		"date": "14 Jun 2004"
	},
	"CWG472": {
		"type": "issue",
		"title": "Casting across protected inheritance",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#472",
		"link": "https://wg21.link/cwg472",
		"section": "11.8.5 [class.protected]",
		"status": "open",
		"submitter": "Mike Miller",
		"date": "16 Jun 2004"
	},
	"CWG473": {
		"type": "issue",
		"title": "Block-scope declarations of allocator functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#473",
		"link": "https://wg21.link/cwg473",
		"section": "7.6.2.8 [expr.new]",
		"status": "NAD",
		"submitter": "John Spicer",
		"date": "12 Jul 2004"
	},
	"CWG474": {
		"type": "issue",
		"title": "Block-scope extern declarations in namespace members",
		"long_link": "https://cplusplus.github.io/CWG/issues/474.html",
		"link": "https://wg21.link/cwg474",
		"section": "6.7 [basic.link]",
		"status": "CD1",
		"submitter": "Daveed Vandevoorde",
		"date": "23 Jul 2004"
	},
	"CWG475": {
		"type": "issue",
		"title": "When is std::uncaught_exception() true? (take 2)",
		"long_link": "https://cplusplus.github.io/CWG/issues/475.html",
		"link": "https://wg21.link/cwg475",
		"section": "_N5001_.14.6.3 [except.uncaught]",
		"status": "C++11",
		"submitter": "Martin Sebor",
		"date": "27 Sep 2004"
	},
	"CWG476": {
		"type": "issue",
		"title": "Determining the buffer size for placement new",
		"long_link": "https://cplusplus.github.io/CWG/issues/476.html",
		"link": "https://wg21.link/cwg476",
		"section": "7.6.2.8 [expr.new]",
		"status": "CD5",
		"submitter": "Ben Hutchings",
		"date": "14 Sep 2004"
	},
	"CWG477": {
		"type": "issue",
		"title": "Can virtual appear in a friend declaration?",
		"long_link": "https://cplusplus.github.io/CWG/issues/477.html",
		"link": "https://wg21.link/cwg477",
		"section": "9.2.3 [dcl.fct.spec]",
		"status": "CD1",
		"submitter": "Daveed Vandevoorde",
		"date": "23 Sep 2004"
	},
	"CWG478": {
		"type": "issue",
		"title": "May a function parameter be an array of an abstract class type?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#478",
		"link": "https://wg21.link/cwg478",
		"section": "9.3.4.5 [dcl.array]",
		"status": "NAD",
		"submitter": "Steve Adamczyk",
		"date": "28 Sep 2004"
	},
	"CWG479": {
		"type": "issue",
		"title": "Copy elision in exception handling",
		"long_link": "https://cplusplus.github.io/CWG/issues/479.html",
		"link": "https://wg21.link/cwg479",
		"section": "14.2 [except.throw]",
		"status": "CD1",
		"submitter": "Mike Miller",
		"date": "07 Oct 2004"
	},
	"CWG480": {
		"type": "issue",
		"title": "Is a base of a virtual base also virtual?",
		"long_link": "https://cplusplus.github.io/CWG/issues/480.html",
		"link": "https://wg21.link/cwg480",
		"section": "7.3.13 [conv.mem]",
		"status": "CD1",
		"submitter": "Mark Mitchell",
		"date": "18 Oct 2004"
	},
	"CWG481": {
		"type": "issue",
		"title": "Scope of template parameters",
		"long_link": "https://cplusplus.github.io/CWG/issues/481.html",
		"link": "https://wg21.link/cwg481",
		"section": "6.4 [basic.scope]",
		"status": "CD2",
		"submitter": "Gabriel Dos Reis",
		"date": "01 Nov 2004"
	},
	"CWG482": {
		"type": "issue",
		"title": "Qualified declarators in redeclarations",
		"long_link": "https://cplusplus.github.io/CWG/issues/482.html",
		"link": "https://wg21.link/cwg482",
		"section": "9.3.4 [dcl.meaning]",
		"status": "CD3",
		"submitter": "Daveed Vandevoorde",
		"date": "03 Nov 2004"
	},
	"CWG483": {
		"type": "issue",
		"title": "Normative requirements on integral ranges",
		"long_link": "https://cplusplus.github.io/CWG/issues/483.html",
		"link": "https://wg21.link/cwg483",
		"section": "6.9.2 [basic.fundamental]",
		"status": "CD3",
		"submitter": "Steve Adamczyk",
		"date": "21 Oct 2004"
	},
	"CWG484": {
		"type": "issue",
		"title": "Can a base-specifier name a cv-qualified class type?",
		"long_link": "https://cplusplus.github.io/CWG/issues/484.html",
		"link": "https://wg21.link/cwg484",
		"section": "11.7 [class.derived]",
		"status": "CD1",
		"submitter": "Richard Corden",
		"date": "21 Oct 2004"
	},
	"CWG485": {
		"type": "issue",
		"title": "What is a “name”?",
		"long_link": "https://cplusplus.github.io/CWG/issues/485.html",
		"link": "https://wg21.link/cwg485",
		"section": "6.1 [basic.pre]",
		"status": "CD1",
		"submitter": "Gabriel Dos Reis",
		"date": "9 Nov 2004"
	},
	"CWG486": {
		"type": "issue",
		"title": "Invalid return types and template argument deduction",
		"long_link": "https://cplusplus.github.io/CWG/issues/486.html",
		"link": "https://wg21.link/cwg486",
		"section": "13.10.3 [temp.deduct]",
		"status": "CD1",
		"submitter": "John Spicer",
		"date": "16 Nov 2004"
	},
	"CWG487": {
		"type": "issue",
		"title": "Operator overloading in constant expressions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#487",
		"link": "https://wg21.link/cwg487",
		"section": "7.7 [expr.const]",
		"status": "NAD",
		"submitter": "Steve Adamczyk",
		"date": "24 Nov 2004"
	},
	"CWG488": {
		"type": "issue",
		"title": "Local types, overload resolution, and template argument deduction",
		"long_link": "https://cplusplus.github.io/CWG/issues/488.html",
		"link": "https://wg21.link/cwg488",
		"section": "13.10.3 [temp.deduct]",
		"status": "CD1",
		"submitter": "Mark Mitchell",
		"date": "24 Nov 2004"
	},
	"CWG489": {
		"type": "issue",
		"title": "Must member function templates be instantiated during overload resolution?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#489",
		"link": "https://wg21.link/cwg489",
		"section": "13.9.2 [temp.inst]",
		"status": "NAD",
		"submitter": "Daveed Vandevoorde",
		"date": "24 Nov 2004"
	},
	"CWG490": {
		"type": "issue",
		"title": "Name lookup in friend declarations",
		"long_link": "https://cplusplus.github.io/CWG/issues/490.html",
		"link": "https://wg21.link/cwg490",
		"section": "6.5.3 [basic.lookup.unqual]",
		"status": "CD2",
		"submitter": "Ben Hutchings",
		"date": "7 Dec 2004"
	},
	"CWG491": {
		"type": "issue",
		"title": "Initializers for empty-class aggregrate members",
		"long_link": "https://cplusplus.github.io/CWG/issues/491.html",
		"link": "https://wg21.link/cwg491",
		"section": "9.5.2 [dcl.init.aggr]",
		"status": "CD1",
		"submitter": "Nathan Sidwell",
		"date": "15 Dec 2004"
	},
	"CWG492": {
		"type": "issue",
		"title": "typeid constness inconsistent with example",
		"long_link": "https://cplusplus.github.io/CWG/issues/492.html",
		"link": "https://wg21.link/cwg492",
		"section": "7.6.1.8 [expr.typeid]",
		"status": "CD1",
		"submitter": "Ron Natalie",
		"date": "15 Dec 2004"
	},
	"CWG493": {
		"type": "issue",
		"title": "Type deduction from a bool context",
		"long_link": "https://cplusplus.github.io/CWG/issues/493.html",
		"link": "https://wg21.link/cwg493",
		"section": "13.10.3.4 [temp.deduct.conv]",
		"status": "CD2",
		"submitter": "John Spicer",
		"date": "17 Dec 2004"
	},
	"CWG494": {
		"type": "issue",
		"title": "Problems with the resolution of issue 45",
		"long_link": "https://cplusplus.github.io/CWG/issues/494.html",
		"link": "https://wg21.link/cwg494",
		"section": "11.8 [class.access]",
		"status": "CD1",
		"submitter": "Lloyd J. Lewins",
		"date": "17 Dec 2004"
	},
	"CWG495": {
		"type": "issue",
		"title": "Overload resolution with template and non-template conversion functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/495.html",
		"link": "https://wg21.link/cwg495",
		"section": "12.2.4 [over.match.best]",
		"status": "CD2",
		"submitter": "Nathan Sidwell",
		"date": "20 Dec 2004"
	},
	"CWG496": {
		"type": "issue",
		"title": "Is a volatile-qualified type really a POD?",
		"long_link": "https://cplusplus.github.io/CWG/issues/496.html",
		"link": "https://wg21.link/cwg496",
		"section": "6.9 [basic.types]",
		"status": "CD3",
		"submitter": "John Maddock",
		"date": "30 Dec 2004"
	},
	"CWG497": {
		"type": "issue",
		"title": "Missing required initialization in example",
		"long_link": "https://cplusplus.github.io/CWG/issues/497.html",
		"link": "https://wg21.link/cwg497",
		"section": "7.6.4 [expr.mptr.oper]",
		"status": "CD1",
		"submitter": "Giovanni Bajo",
		"date": "03 Jan 2005"
	},
	"CWG498": {
		"type": "issue",
		"title": "Storage class specifiers in definitions of class members",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#498",
		"link": "https://wg21.link/cwg498",
		"section": "9.2.2 [dcl.stc]",
		"status": "open",
		"submitter": "Matt Austern",
		"date": "13 Jan 2005"
	},
	"CWG499": {
		"type": "issue",
		"title": "Throwing an array of unknown size",
		"long_link": "https://cplusplus.github.io/CWG/issues/499.html",
		"link": "https://wg21.link/cwg499",
		"section": "14.2 [except.throw]",
		"status": "CD2",
		"submitter": "Mike Miller",
		"date": "19 Jan 2005"
	},
	"CWG500": {
		"type": "issue",
		"title": "Access in base-specifiers of friend and nested classes",
		"long_link": "https://cplusplus.github.io/CWG/issues/500.html",
		"link": "https://wg21.link/cwg500",
		"section": "11.8.4 [class.friend]",
		"status": "CD1",
		"submitter": "Andreas Hommel",
		"date": "25 Jan 2005"
	},
	"CWG501": {
		"type": "issue",
		"title": "Visibility of friend declarations within the befriending class",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#501",
		"link": "https://wg21.link/cwg501",
		"section": "11.8.4 [class.friend]",
		"status": "NAD",
		"submitter": "Gabriel Dos Reis",
		"date": "25 Jan 2005"
	},
	"CWG502": {
		"type": "issue",
		"title": "Dependency of nested enumerations and enumerators",
		"long_link": "https://cplusplus.github.io/CWG/issues/502.html",
		"link": "https://wg21.link/cwg502",
		"section": "13.8.3.2 [temp.dep.type]",
		"status": "C++11",
		"submitter": "Mark Mitchell",
		"date": "05 Feb 2005"
	},
	"CWG503": {
		"type": "issue",
		"title": "Cv-qualified function types in template argument deduction",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#503",
		"link": "https://wg21.link/cwg503",
		"section": "13.10.3.2 [temp.deduct.call]",
		"status": "open",
		"submitter": "Gabriel Dos Reis",
		"date": "22 Feb 2005"
	},
	"CWG504": {
		"type": "issue",
		"title": "Should use of a variable in its own initializer require a diagnostic?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#504",
		"link": "https://wg21.link/cwg504",
		"section": "9.3.4.3 [dcl.ref]",
		"status": "NAD",
		"submitter": "Bjarne Stroustrup",
		"date": "14 Apr 2005"
	},
	"CWG505": {
		"type": "issue",
		"title": "Conditionally-supported behavior for unknown character escapes",
		"long_link": "https://cplusplus.github.io/CWG/issues/505.html",
		"link": "https://wg21.link/cwg505",
		"section": "5.13.3 [lex.ccon]",
		"status": "CD1",
		"submitter": "Mike Miller",
		"date": "14 Apr 2005"
	},
	"CWG506": {
		"type": "issue",
		"title": "Conditionally-supported behavior for non-POD objects passed to ellipsis",
		"long_link": "https://cplusplus.github.io/CWG/issues/506.html",
		"link": "https://wg21.link/cwg506",
		"section": "7.6.1.3 [expr.call]",
		"status": "CD1",
		"submitter": "Mike Miller",
		"date": "14 Apr 2005"
	},
	"CWG507": {
		"type": "issue",
		"title": "Ambiguity assigning class object to built-in type",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#507",
		"link": "https://wg21.link/cwg507",
		"section": "12.5 [over.built]",
		"status": "dup",
		"submitter": "Steve Adamczyk",
		"date": "9 Mar 2005"
	},
	"CWG508": {
		"type": "issue",
		"title": "Non-constructed value-initialized objects",
		"long_link": "https://cplusplus.github.io/CWG/issues/508.html",
		"link": "https://wg21.link/cwg508",
		"section": "9.5 [dcl.init]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"date": "18 Mar 2005"
	},
	"CWG509": {
		"type": "issue",
		"title": "Dead code in the specification of default initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/509.html",
		"link": "https://wg21.link/cwg509",
		"section": "9.5 [dcl.init]",
		"status": "CD1",
		"submitter": "Mike Miller",
		"date": "18 Mar 2005"
	},
	"CWG510": {
		"type": "issue",
		"title": "Default initialization of POD classes?",
		"long_link": "https://cplusplus.github.io/CWG/issues/510.html",
		"link": "https://wg21.link/cwg510",
		"section": "11.9 [class.init]",
		"status": "CD1",
		"submitter": "Mike Miller",
		"date": "18 Mar 2005"
	},
	"CWG511": {
		"type": "issue",
		"title": "POD-structs with template assignment operators",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#511",
		"link": "https://wg21.link/cwg511",
		"section": "11.2 [class.prop]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"date": "19 Mar 2005"
	},
	"CWG512": {
		"type": "issue",
		"title": "Union members with user-declared non-default constructors",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#512",
		"link": "https://wg21.link/cwg512",
		"section": "11.5 [class.union]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"date": "19 Mar 2005"
	},
	"CWG513": {
		"type": "issue",
		"title": "Non-class “most-derived” objects",
		"long_link": "https://cplusplus.github.io/CWG/issues/513.html",
		"link": "https://wg21.link/cwg513",
		"section": "6.8.2 [intro.object]",
		"status": "CD1",
		"submitter": "Marc Schoolderman",
		"date": "20 Mar 2005"
	},
	"CWG514": {
		"type": "issue",
		"title": "Is the initializer for a namespace member in the scope of the namespace?",
		"long_link": "https://cplusplus.github.io/CWG/issues/514.html",
		"link": "https://wg21.link/cwg514",
		"section": "6.5.3 [basic.lookup.unqual]",
		"status": "CD1",
		"submitter": "Mike Miller",
		"date": "24 Mar 2005"
	},
	"CWG515": {
		"type": "issue",
		"title": "Non-dependent references to base class members",
		"long_link": "https://cplusplus.github.io/CWG/issues/515.html",
		"link": "https://wg21.link/cwg515",
		"section": "13.8.3 [temp.dep]",
		"status": "CD1",
		"submitter": "Mike Miller",
		"date": "18 Apr 2005"
	},
	"CWG516": {
		"type": "issue",
		"title": "Use of signed in bit-field declarations",
		"long_link": "https://cplusplus.github.io/CWG/issues/516.html",
		"link": "https://wg21.link/cwg516",
		"section": "9.2.9.3 [dcl.type.simple]",
		"status": "CD1",
		"submitter": "comp.std.c++",
		"date": "25 Apr 2005"
	},
	"CWG517": {
		"type": "issue",
		"title": "Partial specialization following explicit instantiation",
		"long_link": "https://cplusplus.github.io/CWG/issues/517.html",
		"link": "https://wg21.link/cwg517",
		"section": "13.7.6.1 [temp.spec.partial.general]",
		"status": "CD1",
		"submitter": "John Spicer",
		"date": "03 May 2005"
	},
	"CWG518": {
		"type": "issue",
		"title": "Trailing comma following enumerator-list",
		"long_link": "https://cplusplus.github.io/CWG/issues/518.html",
		"link": "https://wg21.link/cwg518",
		"section": "9.8.1 [dcl.enum]",
		"status": "CD1",
		"submitter": "Charles Bryant",
		"date": "10 May 2005"
	},
	"CWG519": {
		"type": "issue",
		"title": "Null pointer preservation in void* conversions",
		"long_link": "https://cplusplus.github.io/CWG/issues/519.html",
		"link": "https://wg21.link/cwg519",
		"section": "7.3.12 [conv.ptr]",
		"status": "CD1",
		"submitter": "comp.std.c++",
		"date": "19 May 2005"
	},
	"CWG520": {
		"type": "issue",
		"title": "Old-style casts between incomplete class types",
		"long_link": "https://cplusplus.github.io/CWG/issues/520.html",
		"link": "https://wg21.link/cwg520",
		"section": "7.6.3 [expr.cast]",
		"status": "CD1",
		"submitter": "comp.std.c++",
		"date": "19 May 2005"
	},
	"CWG521": {
		"type": "issue",
		"title": "Requirements for exceptions thrown by allocation functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/521.html",
		"link": "https://wg21.link/cwg521",
		"section": "6.8.6.5.2 [basic.stc.dynamic.allocation]",
		"status": "CD1",
		"submitter": "Alisdair Meredith",
		"date": "22 May 2005"
	},
	"CWG522": {
		"type": "issue",
		"title": "Array-to-pointer decay in template argument deduction",
		"long_link": "https://cplusplus.github.io/CWG/issues/522.html",
		"link": "https://wg21.link/cwg522",
		"section": "13.10.3.2 [temp.deduct.call]",
		"status": "CD1",
		"submitter": "Daveed Vandevoorde",
		"date": "3 June 2005"
	},
	"CWG523": {
		"type": "issue",
		"title": "Can a one-past-the-end pointer be invalidated by deleting an adjacent object?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#523",
		"link": "https://wg21.link/cwg523",
		"section": "6.8.6.5.3 [basic.stc.dynamic.deallocation]",
		"status": "open",
		"submitter": "comp.std.c++",
		"date": "8 July 2005"
	},
	"CWG524": {
		"type": "issue",
		"title": "Can function-notation calls to operator functions be dependent?",
		"long_link": "https://cplusplus.github.io/CWG/issues/524.html",
		"link": "https://wg21.link/cwg524",
		"section": "13.8.3 [temp.dep]",
		"status": "CD1",
		"submitter": "Daveed Vandevoorde",
		"date": "19 July 2005"
	},
	"CWG525": {
		"type": "issue",
		"title": "Missing * in example",
		"long_link": "https://cplusplus.github.io/CWG/issues/525.html",
		"link": "https://wg21.link/cwg525",
		"section": "13.9.2 [temp.inst]",
		"status": "CD1",
		"submitter": "Mike Miller",
		"date": "25 July 2005"
	},
	"CWG526": {
		"type": "issue",
		"title": "Confusing aspects in the specification of non-deduced contexts",
		"long_link": "https://cplusplus.github.io/CWG/issues/526.html",
		"link": "https://wg21.link/cwg526",
		"section": "13.10.3.6 [temp.deduct.type]",
		"status": "CD1",
		"submitter": "Mike Miller",
		"date": "25 July 2005"
	},
	"CWG527": {
		"type": "issue",
		"title": "Problems with linkage of types",
		"long_link": "https://cplusplus.github.io/CWG/issues/527.html",
		"link": "https://wg21.link/cwg527",
		"section": "6.7 [basic.link]",
		"status": "CD2",
		"submitter": "Daveed Vandevoorde",
		"date": "28 July 2005"
	},
	"CWG528": {
		"type": "issue",
		"title": "Why are incomplete class types not allowed with typeid?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#528",
		"link": "https://wg21.link/cwg528",
		"section": "7.6.1.8 [expr.typeid]",
		"status": "NAD",
		"submitter": "Dave Abrahams",
		"date": "18 May 2005"
	},
	"CWG529": {
		"type": "issue",
		"title": "Use of template<> with “explicitly-specialized” class templates",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#529",
		"link": "https://wg21.link/cwg529",
		"section": "13.9.4 [temp.expl.spec]",
		"status": "open",
		"submitter": "James Widman",
		"date": "16 August 2005"
	},
	"CWG530": {
		"type": "issue",
		"title": "Nontype template arguments in constant expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/530.html",
		"link": "https://wg21.link/cwg530",
		"section": "7.7 [expr.const]",
		"status": "CD1",
		"submitter": "Mark Mitchell",
		"date": "21 August 2005"
	},
	"CWG531": {
		"type": "issue",
		"title": "Defining members of explicit specializations",
		"long_link": "https://cplusplus.github.io/CWG/issues/531.html",
		"link": "https://wg21.link/cwg531",
		"section": "13.9.4 [temp.expl.spec]",
		"status": "C++11",
		"submitter": "Mike Miller",
		"date": "1 October 2005"
	},
	"CWG532": {
		"type": "issue",
		"title": "Member/nonmember operator template partial ordering",
		"long_link": "https://cplusplus.github.io/CWG/issues/532.html",
		"link": "https://wg21.link/cwg532",
		"section": "13.7.7.3 [temp.func.order]",
		"status": "C++11",
		"submitter": "Nathan Sidwell",
		"date": "16 September 2005"
	},
	"CWG533": {
		"type": "issue",
		"title": "Special treatment for C-style header names",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#533",
		"link": "https://wg21.link/cwg533",
		"section": "15.3 [cpp.include]",
		"status": "NAD",
		"submitter": "Jens Maurer",
		"date": "4 October 2005"
	},
	"CWG534": {
		"type": "issue",
		"title": "template-names and operator-function-ids",
		"long_link": "https://cplusplus.github.io/CWG/issues/534.html",
		"link": "https://wg21.link/cwg534",
		"section": "Clause 13 [temp]",
		"status": "CD1",
		"submitter": "Jens Maurer",
		"date": "5 October 2005"
	},
	"CWG535": {
		"type": "issue",
		"title": "Copy construction without a copy constructor",
		"long_link": "https://cplusplus.github.io/CWG/issues/535.html",
		"link": "https://wg21.link/cwg535",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "CD3",
		"submitter": "Mike Miller",
		"date": "7 October 2005"
	},
	"CWG536": {
		"type": "issue",
		"title": "Problems in the description of id-expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/536.html",
		"link": "https://wg21.link/cwg536",
		"section": "_N4567_.5.1.1 [expr.prim.general]",
		"status": "CD6",
		"submitter": "Mike Miller",
		"date": "13 October 2005"
	},
	"CWG537": {
		"type": "issue",
		"title": "Definition of “signature”",
		"long_link": "https://cplusplus.github.io/CWG/issues/537.html",
		"link": "https://wg21.link/cwg537",
		"section": "Clause 3 [intro.defs]",
		"status": "CD1",
		"submitter": "Daveed Vandevoorde",
		"date": "12 October 2005"
	},
	"CWG538": {
		"type": "issue",
		"title": "Definition and usage of structure, POD-struct, POD-union, and POD class",
		"long_link": "https://cplusplus.github.io/CWG/issues/538.html",
		"link": "https://wg21.link/cwg538",
		"section": "Clause 11 [class]",
		"status": "CD1",
		"submitter": "Alisdair Meredith",
		"date": "10 August 2005"
	},
	"CWG539": {
		"type": "issue",
		"title": "Constraints on type-specifier-seq",
		"long_link": "https://cplusplus.github.io/CWG/issues/539.html",
		"link": "https://wg21.link/cwg539",
		"section": "9.2.9 [dcl.type]",
		"status": "CD3",
		"submitter": "Mike Miller",
		"date": "5 October 2005"
	},
	"CWG540": {
		"type": "issue",
		"title": "Propagation of cv-qualifiers in reference-to-reference collapse",
		"long_link": "https://cplusplus.github.io/CWG/issues/540.html",
		"link": "https://wg21.link/cwg540",
		"section": "9.9.2 [namespace.def]",
		"status": "CD1",
		"submitter": "Russell Yanofsky",
		"date": "24 September 2005"
	},
	"CWG541": {
		"type": "issue",
		"title": "Dependent function types",
		"long_link": "https://cplusplus.github.io/CWG/issues/541.html",
		"link": "https://wg21.link/cwg541",
		"section": "13.8.3.3 [temp.dep.expr]",
		"status": "CD2",
		"submitter": "Daveed Vandevoorde",
		"date": "22 October 2005"
	},
	"CWG542": {
		"type": "issue",
		"title": "Value initialization of arrays of POD-structs",
		"long_link": "https://cplusplus.github.io/CWG/issues/542.html",
		"link": "https://wg21.link/cwg542",
		"section": "11.9 [class.init]",
		"status": "CD2",
		"submitter": "Alisdair Meredith",
		"date": "27 October 2005"
	},
	"CWG543": {
		"type": "issue",
		"title": "Value initialization and default constructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/543.html",
		"link": "https://wg21.link/cwg543",
		"section": "9.5 [dcl.init]",
		"status": "CD1",
		"submitter": "Mike Miller",
		"date": "27 October 2005"
	},
	"CWG544": {
		"type": "issue",
		"title": "Base class lookup in explicit specialization",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#544",
		"link": "https://wg21.link/cwg544",
		"section": "13.8.3 [temp.dep]",
		"status": "NAD",
		"submitter": "John Spicer",
		"date": "01 November 2005"
	},
	"CWG545": {
		"type": "issue",
		"title": "User-defined conversions and built-in operator overload resolution",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#545",
		"link": "https://wg21.link/cwg545",
		"section": "12.2.2.3 [over.match.oper]",
		"status": "open",
		"submitter": "Steve Clamage",
		"date": "31 October 2005"
	},
	"CWG546": {
		"type": "issue",
		"title": "Explicit instantiation of class template members",
		"long_link": "https://cplusplus.github.io/CWG/issues/546.html",
		"link": "https://wg21.link/cwg546",
		"section": "13.9.3 [temp.explicit]",
		"status": "C++11",
		"submitter": "Martin Sebor",
		"date": "29 October 2005"
	},
	"CWG547": {
		"type": "issue",
		"title": "Partial specialization on member function types",
		"long_link": "https://cplusplus.github.io/CWG/issues/547.html",
		"link": "https://wg21.link/cwg547",
		"section": "9.3.4.6 [dcl.fct]",
		"status": "C++11",
		"submitter": "Peter Dimov",
		"date": "04 November 2005"
	},
	"CWG548": {
		"type": "issue",
		"title": "qualified-ids in declarations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#548",
		"link": "https://wg21.link/cwg548",
		"section": "9.3.4 [dcl.meaning]",
		"status": "dup",
		"submitter": "Martin Sebor",
		"date": "18 November 2005"
	},
	"CWG549": {
		"type": "issue",
		"title": "Non-deducible parameters in partial specializations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#549",
		"link": "https://wg21.link/cwg549",
		"section": "13.7.6.2 [temp.spec.partial.match]",
		"status": "drafting",
		"submitter": "Martin Sebor",
		"date": "18 November 2005"
	},
	"CWG550": {
		"type": "issue",
		"title": "Pointer to array of unknown bound in parameter declarations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#550",
		"link": "https://wg21.link/cwg550",
		"section": "9.3.4.6 [dcl.fct]",
		"status": "dup",
		"submitter": "Daveed Vandevoorde",
		"date": "22 November 2005"
	},
	"CWG551": {
		"type": "issue",
		"title": "When is inline permitted in an explicit instantiation?",
		"long_link": "https://cplusplus.github.io/CWG/issues/551.html",
		"link": "https://wg21.link/cwg551",
		"section": "13.9.3 [temp.explicit]",
		"status": "CD1",
		"submitter": "Steve Clamage",
		"date": "07 December 2005"
	},
	"CWG552": {
		"type": "issue",
		"title": "Use of typename in the type in a non-type parameter-declaration",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#552",
		"link": "https://wg21.link/cwg552",
		"section": "13.3 [temp.names]",
		"status": "NAD",
		"submitter": "Andre Morozov",
		"date": "15 December 2005"
	},
	"CWG553": {
		"type": "issue",
		"title": "Problems with friend allocation and deallocation functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#553",
		"link": "https://wg21.link/cwg553",
		"section": "_N4868_.9.8.2.3 [namespace.memdef]",
		"status": "NAD",
		"submitter": "Dmitriy Litskalov",
		"date": "16 December 2005"
	},
	"CWG554": {
		"type": "issue",
		"title": "Definition of “declarative region” and “scope”",
		"long_link": "https://cplusplus.github.io/CWG/issues/554.html",
		"link": "https://wg21.link/cwg554",
		"section": "6.4 [basic.scope]",
		"status": "CD6",
		"submitter": "Gabriel Dos Reis",
		"date": "29 December 2005"
	},
	"CWG555": {
		"type": "issue",
		"title": "Pseudo-destructor name lookup",
		"long_link": "https://cplusplus.github.io/CWG/issues/555.html",
		"link": "https://wg21.link/cwg555",
		"section": "6.5 [basic.lookup]",
		"status": "CD5",
		"submitter": "Krzysztof Zelechowski",
		"date": "26 January 2006"
	},
	"CWG556": {
		"type": "issue",
		"title": "Conflicting requirements for acceptable aliasing",
		"long_link": "https://cplusplus.github.io/CWG/issues/556.html",
		"link": "https://wg21.link/cwg556",
		"section": "7.6.19 [expr.assign]",
		"status": "CD2",
		"submitter": "Mike Miller",
		"date": "30 January 2006"
	},
	"CWG557": {
		"type": "issue",
		"title": "Does argument-dependent lookup cause template instantiation?",
		"long_link": "https://cplusplus.github.io/CWG/issues/557.html",
		"link": "https://wg21.link/cwg557",
		"section": "6.5.4 [basic.lookup.argdep]",
		"status": "CD1",
		"submitter": "Mike Miller",
		"date": "8 February 2006"
	},
	"CWG558": {
		"type": "issue",
		"title": "Excluded characters in universal character names",
		"long_link": "https://cplusplus.github.io/CWG/issues/558.html",
		"link": "https://wg21.link/cwg558",
		"section": "5.3.1 [lex.charset]",
		"status": "CD1",
		"submitter": "Daveed Vandevoorde",
		"date": "8 February 2006"
	},
	"CWG559": {
		"type": "issue",
		"title": "Editing error in issue 382 resolution",
		"long_link": "https://cplusplus.github.io/CWG/issues/559.html",
		"link": "https://wg21.link/cwg559",
		"section": "13.8 [temp.res]",
		"status": "CD1",
		"submitter": "Mike Miller",
		"date": "11 February 2006"
	},
	"CWG560": {
		"type": "issue",
		"title": "Use of the typename keyword in return types",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#560",
		"link": "https://wg21.link/cwg560",
		"section": "13.8 [temp.res]",
		"status": "NAD",
		"submitter": "Greg Comeau",
		"date": "11 February 2006"
	},
	"CWG561": {
		"type": "issue",
		"title": "Internal linkage functions in dependent name lookup",
		"long_link": "https://cplusplus.github.io/CWG/issues/561.html",
		"link": "https://wg21.link/cwg561",
		"section": "13.8.4.2 [temp.dep.candidate]",
		"status": "CD2",
		"submitter": "Joaquín López Muñoz",
		"date": "17 February 2006"
	},
	"CWG562": {
		"type": "issue",
		"title": "qualified-ids in non-expression contexts",
		"long_link": "https://cplusplus.github.io/CWG/issues/562.html",
		"link": "https://wg21.link/cwg562",
		"section": "6.5.5.2 [class.qual]",
		"status": "CD6",
		"submitter": "Mike Miller",
		"date": "6 April 2006"
	},
	"CWG563": {
		"type": "issue",
		"title": "Linkage specification for objects",
		"long_link": "https://cplusplus.github.io/CWG/issues/563.html",
		"link": "https://wg21.link/cwg563",
		"section": "9.12 [dcl.link]",
		"status": "CD6",
		"submitter": "Daveed Vandevoorde",
		"date": "8 March 2006"
	},
	"CWG564": {
		"type": "issue",
		"title": "Agreement of language linkage or linkage-specifications?",
		"long_link": "https://cplusplus.github.io/CWG/issues/564.html",
		"link": "https://wg21.link/cwg564",
		"section": "9.12 [dcl.link]",
		"status": "CD2",
		"submitter": "Daveed Vandevoorde",
		"date": "8 March 2006"
	},
	"CWG565": {
		"type": "issue",
		"title": "Conflict rules for using-declarations naming function templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/565.html",
		"link": "https://wg21.link/cwg565",
		"section": "9.10 [namespace.udecl]",
		"status": "CD3",
		"submitter": "Paolo Carlini",
		"date": "9 March 2006"
	},
	"CWG566": {
		"type": "issue",
		"title": "Conversion of negative floating point values to integer type",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#566",
		"link": "https://wg21.link/cwg566",
		"section": "7.3.11 [conv.fpint]",
		"status": "NAD",
		"submitter": "Seungbeom Kim",
		"date": "13 March 2006"
	},
	"CWG567": {
		"type": "issue",
		"title": "Can size_t and ptrdiff_t be larger than long?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#567",
		"link": "https://wg21.link/cwg567",
		"section": "7.6.6 [expr.add]",
		"status": "NAD",
		"submitter": "Nick MacLaren",
		"date": "14 March 2006"
	},
	"CWG568": {
		"type": "issue",
		"title": "Definition of POD is too strict",
		"long_link": "https://cplusplus.github.io/CWG/issues/568.html",
		"link": "https://wg21.link/cwg568",
		"section": "Clause 11 [class]",
		"status": "CD1",
		"submitter": "Matt Austern",
		"date": "20 March 2006"
	},
	"CWG569": {
		"type": "issue",
		"title": "Spurious semicolons at namespace scope should be allowed",
		"long_link": "https://cplusplus.github.io/CWG/issues/569.html",
		"link": "https://wg21.link/cwg569",
		"section": "9.1 [dcl.pre]",
		"status": "CD2",
		"submitter": "Matt Austern",
		"date": "20 March 2006"
	},
	"CWG570": {
		"type": "issue",
		"title": "Are references subject to the ODR?",
		"long_link": "https://cplusplus.github.io/CWG/issues/570.html",
		"link": "https://wg21.link/cwg570",
		"section": "6.3 [basic.def.odr]",
		"status": "CD2",
		"submitter": "Dave Abrahams",
		"date": "2 April 2006"
	},
	"CWG571": {
		"type": "issue",
		"title": "References declared const",
		"long_link": "https://cplusplus.github.io/CWG/issues/571.html",
		"link": "https://wg21.link/cwg571",
		"section": "6.7 [basic.link]",
		"status": "CD2",
		"submitter": "Dave Abrahams",
		"date": "31 March 2006"
	},
	"CWG572": {
		"type": "issue",
		"title": "Standard conversions for non-built-in types",
		"long_link": "https://cplusplus.github.io/CWG/issues/572.html",
		"link": "https://wg21.link/cwg572",
		"section": "7.3 [conv]",
		"status": "C++11",
		"submitter": "Jens Maurer",
		"date": "6 April 2006"
	},
	"CWG573": {
		"type": "issue",
		"title": "Conversions between function pointers and void*",
		"long_link": "https://cplusplus.github.io/CWG/issues/573.html",
		"link": "https://wg21.link/cwg573",
		"section": "7.6.1.10 [expr.reinterpret.cast]",
		"status": "C++11",
		"submitter": "Steve Adamczyk",
		"date": "13 April 2006"
	},
	"CWG574": {
		"type": "issue",
		"title": "Definition of “copy assignment operator”",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#574",
		"link": "https://wg21.link/cwg574",
		"section": "11.4.6 [class.copy.assign]",
		"status": "NAD",
		"submitter": "Steve Adamczyk",
		"date": "15 April 2006"
	},
	"CWG575": {
		"type": "issue",
		"title": "Criteria for deduction failure",
		"long_link": "https://cplusplus.github.io/CWG/issues/575.html",
		"link": "https://wg21.link/cwg575",
		"section": "13.10.3 [temp.deduct]",
		"status": "C++11",
		"submitter": "James Widman",
		"date": "19 April 2006"
	},
	"CWG576": {
		"type": "issue",
		"title": "Typedefs in function definitions",
		"long_link": "https://cplusplus.github.io/CWG/issues/576.html",
		"link": "https://wg21.link/cwg576",
		"section": "9.2.4 [dcl.typedef]",
		"status": "CD2",
		"submitter": "Jon Caves",
		"date": "21 April 2006"
	},
	"CWG577": {
		"type": "issue",
		"title": "void in an empty parameter list",
		"long_link": "https://cplusplus.github.io/CWG/issues/577.html",
		"link": "https://wg21.link/cwg577",
		"section": "9.3.4.6 [dcl.fct]",
		"status": "CD3",
		"submitter": "Ben Hutchings",
		"date": "22 April 2006"
	},
	"CWG578": {
		"type": "issue",
		"title": "Phase 1 replacement of characters with universal-character-names",
		"long_link": "https://cplusplus.github.io/CWG/issues/578.html",
		"link": "https://wg21.link/cwg578",
		"section": "5.2 [lex.phases]",
		"status": "CD6",
		"submitter": "Martin Vejnár",
		"date": "7 May 2006"
	},
	"CWG579": {
		"type": "issue",
		"title": "What is a “nested” > or >>?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#579",
		"link": "https://wg21.link/cwg579",
		"section": "13.3 [temp.names]",
		"status": "open",
		"submitter": "Daveed Vandevoorde",
		"date": "11 May 2006"
	},
	"CWG580": {
		"type": "issue",
		"title": "Access in template-parameters of member and friend definitions",
		"long_link": "https://cplusplus.github.io/CWG/issues/580.html",
		"link": "https://wg21.link/cwg580",
		"section": "11.8 [class.access]",
		"status": "C++11",
		"submitter": "John Spicer",
		"date": "16 May 2006"
	},
	"CWG581": {
		"type": "issue",
		"title": "Can a templated constructor be explicitly instantiated or specialized?",
		"long_link": "https://cplusplus.github.io/CWG/issues/581.html",
		"link": "https://wg21.link/cwg581",
		"section": "13.10.2 [temp.arg.explicit]",
		"status": "CD5",
		"submitter": "Mark Mitchell",
		"date": "19 May 2006"
	},
	"CWG582": {
		"type": "issue",
		"title": "Template conversion functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/582.html",
		"link": "https://wg21.link/cwg582",
		"section": "13.7.3 [temp.mem]",
		"status": "CD1",
		"submitter": "PremAnand Rao",
		"date": "23 May 2006"
	},
	"CWG583": {
		"type": "issue",
		"title": "Relational pointer comparisons against the null pointer constant",
		"long_link": "https://cplusplus.github.io/CWG/issues/583.html",
		"link": "https://wg21.link/cwg583",
		"section": "7.6.9 [expr.rel]",
		"status": "CD3",
		"submitter": "James Widman",
		"date": "24 May 2006"
	},
	"CWG584": {
		"type": "issue",
		"title": "Unions and aliasing",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#584",
		"link": "https://wg21.link/cwg584",
		"section": "7.2.1 [basic.lval]",
		"status": "NAD",
		"submitter": "comp.std.c++",
		"date": "10 June 2006"
	},
	"CWG585": {
		"type": "issue",
		"title": "Friend template template parameters",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#585",
		"link": "https://wg21.link/cwg585",
		"section": "11.8.4 [class.friend]",
		"status": "NAD",
		"submitter": "James Widman",
		"date": "15 June 2006"
	},
	"CWG586": {
		"type": "issue",
		"title": "Default template-arguments and template argument deduction",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#586",
		"link": "https://wg21.link/cwg586",
		"section": "13.10.3.6 [temp.deduct.type]",
		"status": "NAD",
		"submitter": "James Widman",
		"date": "20 June 2006"
	},
	"CWG587": {
		"type": "issue",
		"title": "Lvalue operands of a conditional expression differing only in cv-qualification",
		"long_link": "https://cplusplus.github.io/CWG/issues/587.html",
		"link": "https://wg21.link/cwg587",
		"section": "7.6.16 [expr.cond]",
		"status": "CD2",
		"submitter": "Howard Hinnant",
		"date": "20 June 2006"
	},
	"CWG588": {
		"type": "issue",
		"title": "Searching dependent bases of classes local to function templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/588.html",
		"link": "https://wg21.link/cwg588",
		"section": "13.8.3 [temp.dep]",
		"status": "CD2",
		"submitter": "James Widman",
		"date": "21 June 2006"
	},
	"CWG589": {
		"type": "issue",
		"title": "Direct binding of class and array rvalues in reference initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/589.html",
		"link": "https://wg21.link/cwg589",
		"section": "9.5.4 [dcl.init.ref]",
		"status": "CD2",
		"submitter": "Steve Adamczyk",
		"date": "26 July 2006"
	},
	"CWG590": {
		"type": "issue",
		"title": "Nested classes and the “current instantiation”",
		"long_link": "https://cplusplus.github.io/CWG/issues/590.html",
		"link": "https://wg21.link/cwg590",
		"section": "13.8.3.2 [temp.dep.type]",
		"status": "C++11",
		"submitter": "James Widman",
		"date": "23 August 2006"
	},
	"CWG591": {
		"type": "issue",
		"title": "When a dependent base class is the current instantiation",
		"long_link": "https://cplusplus.github.io/CWG/issues/591.html",
		"link": "https://wg21.link/cwg591",
		"section": "13.8.3 [temp.dep]",
		"status": "CD4",
		"submitter": "James Widman",
		"date": "24 August 2006"
	},
	"CWG592": {
		"type": "issue",
		"title": "Exceptions during construction of local static objects",
		"long_link": "https://cplusplus.github.io/CWG/issues/592.html",
		"link": "https://wg21.link/cwg592",
		"section": "14.3 [except.ctor]",
		"status": "CD1",
		"submitter": "Alisdair Meredith",
		"date": "30 August 2006"
	},
	"CWG593": {
		"type": "issue",
		"title": "Falling off the end of a destructor's function-try-block handler",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#593",
		"link": "https://wg21.link/cwg593",
		"section": "14.4 [except.handle]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"date": "30 August 2006"
	},
	"CWG594": {
		"type": "issue",
		"title": "Coordinating issues 119 and 404 with delegating constructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/594.html",
		"link": "https://wg21.link/cwg594",
		"section": "6.8.4 [basic.life]",
		"status": "CD1",
		"submitter": "Tom Plum",
		"date": "30 August 2006"
	},
	"CWG595": {
		"type": "issue",
		"title": "Exception specifications in templates instantiated from class bodies",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#595",
		"link": "https://wg21.link/cwg595",
		"section": "14.5 [except.spec]",
		"status": "dup",
		"submitter": "Daveed Vandevoorde",
		"date": "7 September 2006"
	},
	"CWG596": {
		"type": "issue",
		"title": "Replacing an exception object",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#596",
		"link": "https://wg21.link/cwg596",
		"section": "_N4606_.15.5.2 [except.unexpected]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"date": "12 September 2006"
	},
	"CWG597": {
		"type": "issue",
		"title": "Conversions applied to out-of-lifetime non-POD lvalues",
		"long_link": "https://cplusplus.github.io/CWG/issues/597.html",
		"link": "https://wg21.link/cwg597",
		"section": "6.8.4 [basic.life]",
		"status": "CD3",
		"submitter": "Mike Miller",
		"date": "27 September 2006"
	},
	"CWG598": {
		"type": "issue",
		"title": "Associated namespaces of overloaded functions and function templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/598.html",
		"link": "https://wg21.link/cwg598",
		"section": "6.5.4 [basic.lookup.argdep]",
		"status": "CD2",
		"submitter": "Mike Miller",
		"date": "27 September 2006"
	},
	"CWG599": {
		"type": "issue",
		"title": "Deleting a null function pointer",
		"long_link": "https://cplusplus.github.io/CWG/issues/599.html",
		"link": "https://wg21.link/cwg599",
		"section": "7.6.2.9 [expr.delete]",
		"status": "CD2",
		"submitter": "Martin Sebor",
		"date": "3 October 2006"
	},
	"CWG600": {
		"type": "issue",
		"title": "Does access control apply to members or to names?",
		"long_link": "https://cplusplus.github.io/CWG/issues/600.html",
		"link": "https://wg21.link/cwg600",
		"section": "11.8 [class.access]",
		"status": "CD6",
		"submitter": "Alisdair Meredith",
		"date": "3 October 2006"
	},
	"CWG601": {
		"type": "issue",
		"title": "Type of literals in preprocessing expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/601.html",
		"link": "https://wg21.link/cwg601",
		"section": "15.2 [cpp.cond]",
		"status": "CD2",
		"submitter": "Daveed Vandevoorde",
		"date": "23 October 2006",
		"liaison": "WG14"
	},
	"CWG602": {
		"type": "issue",
		"title": "When is the injected-class-name of a class template a template?",
		"long_link": "https://cplusplus.github.io/CWG/issues/602.html",
		"link": "https://wg21.link/cwg602",
		"section": "13.8.2 [temp.local]",
		"status": "C++11",
		"submitter": "Daveed Vandevoorde",
		"date": "23 October 2006"
	},
	"CWG603": {
		"type": "issue",
		"title": "Type equivalence and unsigned overflow",
		"long_link": "https://cplusplus.github.io/CWG/issues/603.html",
		"link": "https://wg21.link/cwg603",
		"section": "13.6 [temp.type]",
		"status": "CD1",
		"submitter": "James Widman",
		"date": "3 November 2006"
	},
	"CWG604": {
		"type": "issue",
		"title": "Argument list for overload resolution in copy-initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/604.html",
		"link": "https://wg21.link/cwg604",
		"section": "12.2.2.4 [over.match.ctor]",
		"status": "CD2",
		"submitter": "Dawn Perchik",
		"date": "4 November 2006"
	},
	"CWG605": {
		"type": "issue",
		"title": "Linkage of explicit specializations",
		"long_link": "https://cplusplus.github.io/CWG/issues/605.html",
		"link": "https://wg21.link/cwg605",
		"section": "13.9.4 [temp.expl.spec]",
		"status": "C++11",
		"submitter": "Steve Clamage",
		"date": "30 November 2006"
	},
	"CWG606": {
		"type": "issue",
		"title": "Template argument deduction for rvalue references",
		"long_link": "https://cplusplus.github.io/CWG/issues/606.html",
		"link": "https://wg21.link/cwg606",
		"section": "13.10.3.2 [temp.deduct.call]",
		"status": "CD1",
		"submitter": "Peter Dimov",
		"date": "1 December 2006"
	},
	"CWG607": {
		"type": "issue",
		"title": "Lookup of mem-initializer-ids",
		"long_link": "https://cplusplus.github.io/CWG/issues/607.html",
		"link": "https://wg21.link/cwg607",
		"section": "11.9.3 [class.base.init]",
		"status": "CD6",
		"submitter": "Richard Corden",
		"date": "5 December 2006"
	},
	"CWG608": {
		"type": "issue",
		"title": "Determining the final overrider of a virtual function",
		"long_link": "https://cplusplus.github.io/CWG/issues/608.html",
		"link": "https://wg21.link/cwg608",
		"section": "11.7.3 [class.virtual]",
		"status": "CD2",
		"submitter": "Mike Miller",
		"date": "7 December 2006"
	},
	"CWG609": {
		"type": "issue",
		"title": "What is a “top-level” cv-qualifier?",
		"long_link": "https://cplusplus.github.io/CWG/issues/609.html",
		"link": "https://wg21.link/cwg609",
		"section": "9.2.9.2 [dcl.type.cv]",
		"status": "CD4",
		"submitter": "Dawn Perchik",
		"date": "5 November 2006"
	},
	"CWG610": {
		"type": "issue",
		"title": "Computing the negative of 0U",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#610",
		"link": "https://wg21.link/cwg610",
		"section": "7.6.2.2 [expr.unary.op]",
		"status": "NAD",
		"submitter": "comp.std.c++",
		"date": "21 December 2006"
	},
	"CWG611": {
		"type": "issue",
		"title": "Zero-initializing references",
		"long_link": "https://cplusplus.github.io/CWG/issues/611.html",
		"link": "https://wg21.link/cwg611",
		"section": "9.5 [dcl.init]",
		"status": "CD2",
		"submitter": "Alisdair Meredith",
		"date": "29 December 2006"
	},
	"CWG612": {
		"type": "issue",
		"title": "Requirements on a conforming implementation",
		"long_link": "https://cplusplus.github.io/CWG/issues/612.html",
		"link": "https://wg21.link/cwg612",
		"section": "6.10.1 [intro.execution]",
		"status": "CD2",
		"submitter": "Clark Nelson",
		"date": "23 January 2007"
	},
	"CWG613": {
		"type": "issue",
		"title": "Unevaluated uses of non-static class members",
		"long_link": "https://cplusplus.github.io/CWG/issues/613.html",
		"link": "https://wg21.link/cwg613",
		"section": "11.4 [class.mem]",
		"status": "CD1",
		"submitter": "Herb Sutter",
		"date": "28 October 2006"
	},
	"CWG614": {
		"type": "issue",
		"title": "Results of integer / and %",
		"long_link": "https://cplusplus.github.io/CWG/issues/614.html",
		"link": "https://wg21.link/cwg614",
		"section": "7.6.5 [expr.mul]",
		"status": "CD1",
		"submitter": "Gabriel Dos Reis",
		"date": "15 January 2007"
	},
	"CWG615": {
		"type": "issue",
		"title": "Incorrect description of variables that can be initialized",
		"long_link": "https://cplusplus.github.io/CWG/issues/615.html",
		"link": "https://wg21.link/cwg615",
		"section": "9.5 [dcl.init]",
		"status": "C++11",
		"submitter": "comp.std.c++",
		"date": "30 January 2007"
	},
	"CWG616": {
		"type": "issue",
		"title": "Definition of “indeterminate value”",
		"long_link": "https://cplusplus.github.io/CWG/issues/616.html",
		"link": "https://wg21.link/cwg616",
		"section": "Clause 3 [intro.defs]",
		"status": "CD3",
		"submitter": "Bjarne Stroustrup",
		"date": "2 February 2007"
	},
	"CWG617": {
		"type": "issue",
		"title": "Lvalue-to-rvalue conversions of uninitialized char objects",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#617",
		"link": "https://wg21.link/cwg617",
		"section": "7.3.2 [conv.lval]",
		"status": "NAD",
		"submitter": "Alan Stokes",
		"date": "6 February 2007"
	},
	"CWG618": {
		"type": "issue",
		"title": "Casts in preprocessor conditional expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/618.html",
		"link": "https://wg21.link/cwg618",
		"section": "15.2 [cpp.cond]",
		"status": "CD2",
		"submitter": "Martin Sebor",
		"date": "12 February 2007",
		"liaison": "WG14"
	},
	"CWG619": {
		"type": "issue",
		"title": "Completeness of array types",
		"long_link": "https://cplusplus.github.io/CWG/issues/619.html",
		"link": "https://wg21.link/cwg619",
		"section": "6.9 [basic.types]",
		"status": "C++11",
		"submitter": "Steve Clamage",
		"date": "16 February 2007"
	},
	"CWG620": {
		"type": "issue",
		"title": "Declaration order in layout-compatible POD structs",
		"long_link": "https://cplusplus.github.io/CWG/issues/620.html",
		"link": "https://wg21.link/cwg620",
		"section": "11.4 [class.mem]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"date": "1 March 2007"
	},
	"CWG621": {
		"type": "issue",
		"title": "Template argument deduction from function return types",
		"long_link": "https://cplusplus.github.io/CWG/issues/621.html",
		"link": "https://wg21.link/cwg621",
		"section": "13.9.4 [temp.expl.spec]",
		"status": "C++11",
		"submitter": "Richard Corden",
		"date": "16 February 2007"
	},
	"CWG622": {
		"type": "issue",
		"title": "Relational comparisons of arbitrary pointers",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#622",
		"link": "https://wg21.link/cwg622",
		"section": "7.6.9 [expr.rel]",
		"status": "NAD",
		"submitter": "Herb Sutter",
		"date": "26 February 2007"
	},
	"CWG623": {
		"type": "issue",
		"title": "Use of pointers to deallocated storage",
		"long_link": "https://cplusplus.github.io/CWG/issues/623.html",
		"link": "https://wg21.link/cwg623",
		"section": "6.8.6.5.3 [basic.stc.dynamic.deallocation]",
		"status": "CD3",
		"submitter": "Herb Sutter",
		"date": "27 February 2007"
	},
	"CWG624": {
		"type": "issue",
		"title": "Overflow in calculating size of allocation",
		"long_link": "https://cplusplus.github.io/CWG/issues/624.html",
		"link": "https://wg21.link/cwg624",
		"section": "7.6.2.8 [expr.new]",
		"status": "CD1",
		"submitter": "Jens Maurer",
		"date": "8 March 2007"
	},
	"CWG625": {
		"type": "issue",
		"title": "Use of auto as a template-argument",
		"long_link": "https://cplusplus.github.io/CWG/issues/625.html",
		"link": "https://wg21.link/cwg625",
		"section": "9.2.9.7 [dcl.spec.auto]",
		"status": "CD2",
		"submitter": "John Spicer",
		"date": "9 March 2007"
	},
	"CWG626": {
		"type": "issue",
		"title": "Preprocessor string literals",
		"long_link": "https://cplusplus.github.io/CWG/issues/626.html",
		"link": "https://wg21.link/cwg626",
		"section": "15.7.3 [cpp.stringize]",
		"status": "CD2",
		"submitter": "Gennaro Prota",
		"date": "12 September 2006"
	},
	"CWG627": {
		"type": "issue",
		"title": "Values behaving as types",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#627",
		"link": "https://wg21.link/cwg627",
		"section": "6.9.2 [basic.fundamental]",
		"status": "NAD",
		"submitter": "Gennaro Prota",
		"date": "15 March 2007"
	},
	"CWG628": {
		"type": "issue",
		"title": "The values of an enumeration with no enumerator",
		"long_link": "https://cplusplus.github.io/CWG/issues/628.html",
		"link": "https://wg21.link/cwg628",
		"section": "9.8.1 [dcl.enum]",
		"status": "CD2",
		"submitter": "Gennaro Prota",
		"date": "15 March 2007"
	},
	"CWG629": {
		"type": "issue",
		"title": "auto parsing ambiguity",
		"long_link": "https://cplusplus.github.io/CWG/issues/629.html",
		"link": "https://wg21.link/cwg629",
		"section": "9.2.9.7 [dcl.spec.auto]",
		"status": "CD1",
		"submitter": "Daveed Vandevoorde",
		"date": "14 March 2007"
	},
	"CWG630": {
		"type": "issue",
		"title": "Equality of narrow and wide character values in the basic character set",
		"long_link": "https://cplusplus.github.io/CWG/issues/630.html",
		"link": "https://wg21.link/cwg630",
		"section": "5.3.1 [lex.charset]",
		"status": "CD2",
		"submitter": "Tom Plum",
		"date": "21 April 2007"
	},
	"CWG631": {
		"type": "issue",
		"title": "Jumping into a “then” clause",
		"long_link": "https://cplusplus.github.io/CWG/issues/631.html",
		"link": "https://wg21.link/cwg631",
		"section": "8.5.2 [stmt.if]",
		"status": "CD3",
		"submitter": "James Kanze",
		"date": "24 April 2007"
	},
	"CWG632": {
		"type": "issue",
		"title": "Brace-enclosed initializer for scalar member of aggregate",
		"long_link": "https://cplusplus.github.io/CWG/issues/632.html",
		"link": "https://wg21.link/cwg632",
		"section": "9.5.2 [dcl.init.aggr]",
		"status": "CD1",
		"submitter": "Greg Comeau",
		"date": "3 May 2007"
	},
	"CWG633": {
		"type": "issue",
		"title": "Specifications for variables that should also apply to references",
		"long_link": "https://cplusplus.github.io/CWG/issues/633.html",
		"link": "https://wg21.link/cwg633",
		"section": "6.1 [basic.pre]",
		"status": "CD2",
		"submitter": "Alisdair Meredith",
		"date": "17 May 2007"
	},
	"CWG634": {
		"type": "issue",
		"title": "Conditionally-supported behavior for non-POD objects passed to ellipsis redux",
		"long_link": "https://cplusplus.github.io/CWG/issues/634.html",
		"link": "https://wg21.link/cwg634",
		"section": "7.6.1.3 [expr.call]",
		"status": "CD1",
		"submitter": "Howard Hinnant",
		"date": "6 Jun 2007"
	},
	"CWG635": {
		"type": "issue",
		"title": "Names of constructors and destructors of templates",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#635",
		"link": "https://wg21.link/cwg635",
		"section": "6.5.5.2 [class.qual]",
		"status": "NAD",
		"submitter": "Martin Sebor",
		"date": "23 May 2007"
	},
	"CWG636": {
		"type": "issue",
		"title": "Dynamic type of objects and aliasing",
		"long_link": "https://cplusplus.github.io/CWG/issues/636.html",
		"link": "https://wg21.link/cwg636",
		"section": "7.2.1 [basic.lval]",
		"status": "CD4",
		"submitter": "Gabriel Dos Reis",
		"date": "23 May 2007"
	},
	"CWG637": {
		"type": "issue",
		"title": "Sequencing rules and example disagree",
		"long_link": "https://cplusplus.github.io/CWG/issues/637.html",
		"link": "https://wg21.link/cwg637",
		"section": "6.10.1 [intro.execution]",
		"status": "CD1",
		"submitter": "Ofer Porat",
		"date": "2 June 2007"
	},
	"CWG638": {
		"type": "issue",
		"title": "Explicit specialization and friendship",
		"long_link": "https://cplusplus.github.io/CWG/issues/638.html",
		"link": "https://wg21.link/cwg638",
		"section": "13.7.5 [temp.friend]",
		"status": "CD2",
		"submitter": "Daveed Vandevoorde",
		"date": "6 July 2007"
	},
	"CWG639": {
		"type": "issue",
		"title": "What makes side effects “different” from one another?",
		"long_link": "https://cplusplus.github.io/CWG/issues/639.html",
		"link": "https://wg21.link/cwg639",
		"section": "6.10.1 [intro.execution]",
		"status": "CD1",
		"submitter": "James Widman",
		"date": "26 July 2007"
	},
	"CWG640": {
		"type": "issue",
		"title": "Accessing destroyed local objects of static storage duration",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#640",
		"link": "https://wg21.link/cwg640",
		"section": "6.10.3.3 [basic.start.dynamic]",
		"status": "NAD",
		"submitter": "Howard Hinnant",
		"date": "30 July 2007"
	},
	"CWG641": {
		"type": "issue",
		"title": "Overload resolution and conversion-to-same-type operators",
		"long_link": "https://cplusplus.github.io/CWG/issues/641.html",
		"link": "https://wg21.link/cwg641",
		"section": "12.2.3 [over.match.viable]",
		"status": "CD2",
		"submitter": "Nathan Sidwell",
		"date": "2 Aug 2007"
	},
	"CWG642": {
		"type": "issue",
		"title": "Definition and use of “block scope” and “local scope”",
		"long_link": "https://cplusplus.github.io/CWG/issues/642.html",
		"link": "https://wg21.link/cwg642",
		"section": "6.4.3 [basic.scope.block]",
		"status": "CD2",
		"submitter": "Alisdair Meredith",
		"date": "6 Aug 2007"
	},
	"CWG643": {
		"type": "issue",
		"title": "Use of decltype in a class member-specification",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#643",
		"link": "https://wg21.link/cwg643",
		"section": "9.2.9.3 [dcl.type.simple]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"date": "8 Aug 2007"
	},
	"CWG644": {
		"type": "issue",
		"title": "Should a trivial class type be a literal type?",
		"long_link": "https://cplusplus.github.io/CWG/issues/644.html",
		"link": "https://wg21.link/cwg644",
		"section": "6.9 [basic.types]",
		"status": "CD1",
		"submitter": "Alisdair Meredith",
		"date": "8 Aug 2007"
	},
	"CWG645": {
		"type": "issue",
		"title": "Are bit-field and non-bit-field members layout compatible?",
		"long_link": "https://cplusplus.github.io/CWG/issues/645.html",
		"link": "https://wg21.link/cwg645",
		"section": "11.4 [class.mem]",
		"status": "CD2",
		"submitter": "Alan Stokes",
		"date": "9 Aug 2007"
	},
	"CWG646": {
		"type": "issue",
		"title": "Can a class with a constexpr copy constructor be a literal type?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#646",
		"link": "https://wg21.link/cwg646",
		"section": "6.9 [basic.types]",
		"status": "NAD",
		"submitter": "Jens Maurer",
		"date": "9 Aug 2007"
	},
	"CWG647": {
		"type": "issue",
		"title": "Non-constexpr instances of constexpr constructor templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/647.html",
		"link": "https://wg21.link/cwg647",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "CD1",
		"submitter": "Mike Miller",
		"date": "12 Aug 2007"
	},
	"CWG648": {
		"type": "issue",
		"title": "Constant expressions in constexpr initializers",
		"long_link": "https://cplusplus.github.io/CWG/issues/648.html",
		"link": "https://wg21.link/cwg648",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "CD1",
		"submitter": "Mike Miller",
		"date": "12 Aug 2007"
	},
	"CWG649": {
		"type": "issue",
		"title": "Optionally ill-formed extended alignment requests",
		"long_link": "https://cplusplus.github.io/CWG/issues/649.html",
		"link": "https://wg21.link/cwg649",
		"section": "6.8.3 [basic.align]",
		"status": "CD1",
		"submitter": "Mike Miller",
		"date": "12 Aug 2007"
	},
	"CWG650": {
		"type": "issue",
		"title": "Order of destruction for temporaries bound to the returned value of a function",
		"long_link": "https://cplusplus.github.io/CWG/issues/650.html",
		"link": "https://wg21.link/cwg650",
		"section": "6.8.7 [class.temporary]",
		"status": "CD2",
		"submitter": "Mike Miller",
		"date": "14 Aug 2007"
	},
	"CWG651": {
		"type": "issue",
		"title": "Problems in decltype specification and examples",
		"long_link": "https://cplusplus.github.io/CWG/issues/651.html",
		"link": "https://wg21.link/cwg651",
		"section": "9.2.9.3 [dcl.type.simple]",
		"status": "CD1",
		"submitter": "Daveed Vandevoorde",
		"date": "16 Aug 2007"
	},
	"CWG652": {
		"type": "issue",
		"title": "Compile-time evaluation of floating-point expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/652.html",
		"link": "https://wg21.link/cwg652",
		"section": "7.7 [expr.const]",
		"status": "CD2",
		"submitter": "Jens Maurer",
		"date": "3 October 2007"
	},
	"CWG653": {
		"type": "issue",
		"title": "Copy assignment of unions",
		"long_link": "https://cplusplus.github.io/CWG/issues/653.html",
		"link": "https://wg21.link/cwg653",
		"section": "11.4.6 [class.copy.assign]",
		"status": "CD2",
		"submitter": "Jens Maurer",
		"date": "3 October 2007"
	},
	"CWG654": {
		"type": "issue",
		"title": "Conversions to and from nullptr_t",
		"long_link": "https://cplusplus.github.io/CWG/issues/654.html",
		"link": "https://wg21.link/cwg654",
		"section": "7.3.12 [conv.ptr]",
		"status": "CD1",
		"submitter": "Jason Merrill",
		"date": "7 October 2007"
	},
	"CWG655": {
		"type": "issue",
		"title": "Initialization not specified for forwarding constructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/655.html",
		"link": "https://wg21.link/cwg655",
		"section": "11.9.3 [class.base.init]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"date": "17 October 2007"
	},
	"CWG656": {
		"type": "issue",
		"title": "Direct binding to the result of a conversion operator",
		"long_link": "https://cplusplus.github.io/CWG/issues/656.html",
		"link": "https://wg21.link/cwg656",
		"section": "9.5.4 [dcl.init.ref]",
		"status": "CD2",
		"submitter": "Jason Merrill",
		"date": "23 October 2007"
	},
	"CWG657": {
		"type": "issue",
		"title": "Abstract class parameter in synthesized declaration",
		"long_link": "https://cplusplus.github.io/CWG/issues/657.html",
		"link": "https://wg21.link/cwg657",
		"section": "13.10.3 [temp.deduct]",
		"status": "CD2",
		"submitter": "Mike Miller",
		"date": "31 October 2007"
	},
	"CWG658": {
		"type": "issue",
		"title": "Defining reinterpret_cast for pointer types",
		"long_link": "https://cplusplus.github.io/CWG/issues/658.html",
		"link": "https://wg21.link/cwg658",
		"section": "7.6.1.10 [expr.reinterpret.cast]",
		"status": "CD2",
		"submitter": "Dave Abrahams",
		"date": "4 November 2007"
	},
	"CWG659": {
		"type": "issue",
		"title": "Alignment of function types",
		"long_link": "https://cplusplus.github.io/CWG/issues/659.html",
		"link": "https://wg21.link/cwg659",
		"section": "7.6.2.6 [expr.alignof]",
		"status": "CD1",
		"submitter": "Alisdair Meredith",
		"date": "7 November 2007"
	},
	"CWG660": {
		"type": "issue",
		"title": "Unnamed scoped enumerations",
		"long_link": "https://cplusplus.github.io/CWG/issues/660.html",
		"link": "https://wg21.link/cwg660",
		"section": "9.8.1 [dcl.enum]",
		"status": "CD1",
		"submitter": "Daveed Vandevoorde",
		"date": "15 November 2007"
	},
	"CWG661": {
		"type": "issue",
		"title": "Semantics of arithmetic comparisons",
		"long_link": "https://cplusplus.github.io/CWG/issues/661.html",
		"link": "https://wg21.link/cwg661",
		"section": "7.6.9 [expr.rel]",
		"status": "CD1",
		"submitter": "Daveed Vandevoorde",
		"date": "27 November 2007"
	},
	"CWG662": {
		"type": "issue",
		"title": "Forming a pointer to a reference type",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#662",
		"link": "https://wg21.link/cwg662",
		"section": "13.10.3 [temp.deduct]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"date": "28 November 2007"
	},
	"CWG663": {
		"type": "issue",
		"title": "Valid Cyrillic identifier characters",
		"long_link": "https://cplusplus.github.io/CWG/issues/663.html",
		"link": "https://wg21.link/cwg663",
		"section": "_N2691_.E [extendid]",
		"status": "CD1",
		"submitter": "Steve Clamage",
		"date": "30 November 2007"
	},
	"CWG664": {
		"type": "issue",
		"title": "Direct binding of references to non-class rvalue references",
		"long_link": "https://cplusplus.github.io/CWG/issues/664.html",
		"link": "https://wg21.link/cwg664",
		"section": "9.5.4 [dcl.init.ref]",
		"status": "CD2",
		"submitter": "Eric Niebler",
		"date": "1 December 2007"
	},
	"CWG665": {
		"type": "issue",
		"title": "Problems in the specification of dynamic_cast",
		"long_link": "https://cplusplus.github.io/CWG/issues/665.html",
		"link": "https://wg21.link/cwg665",
		"section": "7.6.1.7 [expr.dynamic.cast]",
		"status": "CD2",
		"submitter": "Daniel Krügler",
		"date": "1 December 2007"
	},
	"CWG666": {
		"type": "issue",
		"title": "Dependent qualified-ids without the typename keyword",
		"long_link": "https://cplusplus.github.io/CWG/issues/666.html",
		"link": "https://wg21.link/cwg666",
		"section": "13.8 [temp.res]",
		"status": "CD1",
		"submitter": "Daveed Vandevoorde",
		"date": "6 December 2007"
	},
	"CWG667": {
		"type": "issue",
		"title": "Trivial special member functions that cannot be implicitly defined",
		"long_link": "https://cplusplus.github.io/CWG/issues/667.html",
		"link": "https://wg21.link/cwg667",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "CD2",
		"submitter": "James Widman",
		"date": "14 December 2007"
	},
	"CWG668": {
		"type": "issue",
		"title": "Throwing an exception from the destructor of a local static object",
		"long_link": "https://cplusplus.github.io/CWG/issues/668.html",
		"link": "https://wg21.link/cwg668",
		"section": "14.6.2 [except.terminate]",
		"status": "CD2",
		"submitter": "Daniel Krügler",
		"date": "16 December 2007"
	},
	"CWG669": {
		"type": "issue",
		"title": "Confusing specification of the meaning of decltype",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#669",
		"link": "https://wg21.link/cwg669",
		"section": "9.2.9.3 [dcl.type.simple]",
		"status": "NAD",
		"submitter": "Vera Lychagina",
		"date": "17 December 2007"
	},
	"CWG670": {
		"type": "issue",
		"title": "Copy initialization via derived-to-base conversion in the second step",
		"long_link": "https://cplusplus.github.io/CWG/issues/670.html",
		"link": "https://wg21.link/cwg670",
		"section": "9.5 [dcl.init]",
		"status": "CD4",
		"submitter": "Jason Merrill",
		"date": "20 December 2007"
	},
	"CWG671": {
		"type": "issue",
		"title": "Explicit conversion from a scoped enumeration type to integral type",
		"long_link": "https://cplusplus.github.io/CWG/issues/671.html",
		"link": "https://wg21.link/cwg671",
		"section": "7.6.1.9 [expr.static.cast]",
		"status": "CD1",
		"submitter": "Daveed Vandevoorde",
		"date": "22 December 2007"
	},
	"CWG672": {
		"type": "issue",
		"title": "Sequencing of initialization in new-expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/672.html",
		"link": "https://wg21.link/cwg672",
		"section": "7.6.2.8 [expr.new]",
		"status": "CD2",
		"submitter": "Clark Nelson",
		"date": "11 January, 2008"
	},
	"CWG673": {
		"type": "issue",
		"title": "Injection of names from elaborated-type-specifiers in friend declarations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#673",
		"link": "https://wg21.link/cwg673",
		"section": "_N4868_.9.8.2.3 [namespace.memdef]",
		"status": "NAD",
		"submitter": "Mike Miller",
		"date": "6 February, 2008"
	},
	"CWG674": {
		"type": "issue",
		"title": "“matching specialization” for a friend declaration",
		"long_link": "https://cplusplus.github.io/CWG/issues/674.html",
		"link": "https://wg21.link/cwg674",
		"section": "13.7.5 [temp.friend]",
		"status": "C++11",
		"submitter": "James Widman",
		"date": "7 February, 2008"
	},
	"CWG675": {
		"type": "issue",
		"title": "Signedness of bit-field with typedef or template parameter type",
		"long_link": "https://cplusplus.github.io/CWG/issues/675.html",
		"link": "https://wg21.link/cwg675",
		"section": "11.4.10 [class.bit]",
		"status": "CD3",
		"submitter": "Richard Corden",
		"date": "11 February, 2008"
	},
	"CWG676": {
		"type": "issue",
		"title": "static_assert-declarations and general requirements for declarations",
		"long_link": "https://cplusplus.github.io/CWG/issues/676.html",
		"link": "https://wg21.link/cwg676",
		"section": "6.2 [basic.def]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"date": "12 February, 2008"
	},
	"CWG677": {
		"type": "issue",
		"title": "Deleted operator delete and virtual destructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/677.html",
		"link": "https://wg21.link/cwg677",
		"section": "11.4.7 [class.dtor]",
		"status": "CD1",
		"submitter": "Mike Miller",
		"date": "15 February, 2008"
	},
	"CWG678": {
		"type": "issue",
		"title": "Language linkage of member function parameter types and the ODR",
		"long_link": "https://cplusplus.github.io/CWG/issues/678.html",
		"link": "https://wg21.link/cwg678",
		"section": "6.3 [basic.def.odr]",
		"status": "C++11",
		"submitter": "James Widman",
		"date": "15 February, 2008"
	},
	"CWG679": {
		"type": "issue",
		"title": "Equivalence of template-ids and operator function templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/679.html",
		"link": "https://wg21.link/cwg679",
		"section": "13.6 [temp.type]",
		"status": "CD1",
		"submitter": "Richard Corden",
		"date": "1 March, 2008"
	},
	"CWG680": {
		"type": "issue",
		"title": "What is a move constructor?",
		"long_link": "https://cplusplus.github.io/CWG/issues/680.html",
		"link": "https://wg21.link/cwg680",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "CD2",
		"submitter": "Steve Adamczyk",
		"date": "3 March, 2008"
	},
	"CWG681": {
		"type": "issue",
		"title": "Restrictions on declarators with late-specified return types",
		"long_link": "https://cplusplus.github.io/CWG/issues/681.html",
		"link": "https://wg21.link/cwg681",
		"section": "9.3.4.6 [dcl.fct]",
		"status": "CD1",
		"submitter": "Mike Miller",
		"date": "10 March, 2008"
	},
	"CWG682": {
		"type": "issue",
		"title": "Missing description of lookup of template aliases",
		"long_link": "https://cplusplus.github.io/CWG/issues/682.html",
		"link": "https://wg21.link/cwg682",
		"section": "_N4868_.6.5.6 [basic.lookup.classref]",
		"status": "CD5",
		"submitter": "Daveed Vandevoorde",
		"date": "1 March, 2008"
	},
	"CWG683": {
		"type": "issue",
		"title": "Requirements for trivial subobject special functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/683.html",
		"link": "https://wg21.link/cwg683",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "CD1",
		"submitter": "Jens Maurer",
		"date": "13 March, 2008"
	},
	"CWG684": {
		"type": "issue",
		"title": "Constant expressions involving the address of an automatic variable",
		"long_link": "https://cplusplus.github.io/CWG/issues/684.html",
		"link": "https://wg21.link/cwg684",
		"section": "7.7 [expr.const]",
		"status": "CD1",
		"submitter": "Jens Maurer",
		"date": "13 March, 2008"
	},
	"CWG685": {
		"type": "issue",
		"title": "Integral promotion of enumeration ignores fixed underlying type",
		"long_link": "https://cplusplus.github.io/CWG/issues/685.html",
		"link": "https://wg21.link/cwg685",
		"section": "7.3.7 [conv.prom]",
		"status": "CD2",
		"submitter": "Alberto Ganesh Barbati",
		"date": "6 January, 2008"
	},
	"CWG686": {
		"type": "issue",
		"title": "Type declarations/definitions in type-specifier-seqs and type-ids",
		"long_link": "https://cplusplus.github.io/CWG/issues/686.html",
		"link": "https://wg21.link/cwg686",
		"section": "9.3.2 [dcl.name]",
		"status": "CD1",
		"submitter": "Jens Maurer",
		"date": "21 March, 2008"
	},
	"CWG687": {
		"type": "issue",
		"title": "template keyword with unqualified-ids",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#687",
		"link": "https://wg21.link/cwg687",
		"section": "_N4567_.5.1.1 [expr.prim.general]",
		"status": "NAD",
		"submitter": "Mihai Rusu",
		"date": "27 February, 2008"
	},
	"CWG688": {
		"type": "issue",
		"title": "Constexpr constructors and static initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/688.html",
		"link": "https://wg21.link/cwg688",
		"section": "6.10.3.2 [basic.start.static]",
		"status": "CD1",
		"submitter": "Peter Dimov",
		"date": "26 March, 2008"
	},
	"CWG689": {
		"type": "issue",
		"title": "Maximum values of signed and unsigned integers",
		"long_link": "https://cplusplus.github.io/CWG/issues/689.html",
		"link": "https://wg21.link/cwg689",
		"section": "6.9.2 [basic.fundamental]",
		"status": "CD5",
		"submitter": "James Kanze",
		"date": "30 March, 2008"
	},
	"CWG690": {
		"type": "issue",
		"title": "The dynamic type of an rvalue reference",
		"long_link": "https://cplusplus.github.io/CWG/issues/690.html",
		"link": "https://wg21.link/cwg690",
		"section": "Clause 3 [intro.defs]",
		"status": "CD2",
		"submitter": "Eelis van der Weegen",
		"date": "7 April, 2008"
	},
	"CWG691": {
		"type": "issue",
		"title": "Template parameter packs in class template partial specializations",
		"long_link": "https://cplusplus.github.io/CWG/issues/691.html",
		"link": "https://wg21.link/cwg691",
		"section": "13.2 [temp.param]",
		"status": "C++11",
		"submitter": "Doug Gregor",
		"date": "9 April, 2008"
	},
	"CWG692": {
		"type": "issue",
		"title": "Partial ordering of variadic class template partial specializations",
		"long_link": "https://cplusplus.github.io/CWG/issues/692.html",
		"link": "https://wg21.link/cwg692",
		"section": "13.10.3.6 [temp.deduct.type]",
		"status": "C++11",
		"submitter": "Doug Gregor",
		"date": "16 April, 2008"
	},
	"CWG693": {
		"type": "issue",
		"title": "New string types and deprecated conversion",
		"long_link": "https://cplusplus.github.io/CWG/issues/693.html",
		"link": "https://wg21.link/cwg693",
		"section": "7.3.3 [conv.array]",
		"status": "CD2",
		"submitter": "Alisdair Meredith",
		"date": "21 April, 2008"
	},
	"CWG694": {
		"type": "issue",
		"title": "Zero- and value-initialization of union objects",
		"long_link": "https://cplusplus.github.io/CWG/issues/694.html",
		"link": "https://wg21.link/cwg694",
		"section": "9.5 [dcl.init]",
		"status": "C++11",
		"submitter": "Clark Nelson",
		"date": "14 May, 2008",
		"liaison": "WG14"
	},
	"CWG695": {
		"type": "issue",
		"title": "Compile-time calculation errors in constexpr functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/695.html",
		"link": "https://wg21.link/cwg695",
		"section": "Clause 7 [expr]",
		"status": "CD2",
		"submitter": "Mike Miller",
		"date": "9 June, 2008"
	},
	"CWG696": {
		"type": "issue",
		"title": "Use of block-scope constants in local classes",
		"long_link": "https://cplusplus.github.io/CWG/issues/696.html",
		"link": "https://wg21.link/cwg696",
		"section": "11.6 [class.local]",
		"status": "C++11",
		"submitter": "Steve Adamczyk",
		"date": "29 May, 2008"
	},
	"CWG697": {
		"type": "issue",
		"title": "Deduction rules apply to more than functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#697",
		"link": "https://wg21.link/cwg697",
		"section": "13.10.3 [temp.deduct]",
		"status": "open",
		"submitter": "Doug Gregor",
		"date": "6 June, 2008"
	},
	"CWG698": {
		"type": "issue",
		"title": "The definition of “sequenced before” is too narrow",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#698",
		"link": "https://wg21.link/cwg698",
		"section": "6.10.1 [intro.execution]",
		"status": "open",
		"submitter": "Jens Maurer",
		"date": "13 July, 2008"
	},
	"CWG699": {
		"type": "issue",
		"title": "Must constexpr member functions be defined in the class member-specification?",
		"long_link": "https://cplusplus.github.io/CWG/issues/699.html",
		"link": "https://wg21.link/cwg699",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "CD2",
		"submitter": "Mike Miller",
		"date": "26 June, 2008"
	},
	"CWG700": {
		"type": "issue",
		"title": "Constexpr member functions of class templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/700.html",
		"link": "https://wg21.link/cwg700",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "C++11",
		"submitter": "Jens Maurer",
		"date": "27 June, 2008"
	},
	"CWG701": {
		"type": "issue",
		"title": "When is the array-to-pointer conversion applied?",
		"long_link": "https://cplusplus.github.io/CWG/issues/701.html",
		"link": "https://wg21.link/cwg701",
		"section": "9.3.4.5 [dcl.array]",
		"status": "CD2",
		"submitter": "Eelis van der Weegen",
		"date": "13 July, 2008"
	},
	"CWG702": {
		"type": "issue",
		"title": "Preferring conversion to std::initializer_list",
		"long_link": "https://cplusplus.github.io/CWG/issues/702.html",
		"link": "https://wg21.link/cwg702",
		"section": "12.2.4.3 [over.ics.rank]",
		"status": "CD2",
		"submitter": "Jason Merrill",
		"date": "2 July, 2008"
	},
	"CWG703": {
		"type": "issue",
		"title": "Narrowing for literals that cannot be exactly represented",
		"long_link": "https://cplusplus.github.io/CWG/issues/703.html",
		"link": "https://wg21.link/cwg703",
		"section": "9.5.5 [dcl.init.list]",
		"status": "CD2",
		"submitter": "Jason Merrill",
		"date": "2 July, 2008"
	},
	"CWG704": {
		"type": "issue",
		"title": "To which postfix-expressions does overload resolution apply?",
		"long_link": "https://cplusplus.github.io/CWG/issues/704.html",
		"link": "https://wg21.link/cwg704",
		"section": "12.2.2.2 [over.match.call]",
		"status": "CD2",
		"submitter": "Jens Maurer",
		"date": "29 July, 2008"
	},
	"CWG705": {
		"type": "issue",
		"title": "Suppressing argument-dependent lookup via parentheses",
		"long_link": "https://cplusplus.github.io/CWG/issues/705.html",
		"link": "https://wg21.link/cwg705",
		"section": "6.5.4 [basic.lookup.argdep]",
		"status": "CD2",
		"submitter": "Mike Miller",
		"date": "29 July, 2008"
	},
	"CWG706": {
		"type": "issue",
		"title": "Use of auto with rvalue references",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#706",
		"link": "https://wg21.link/cwg706",
		"section": "9.2.9.7 [dcl.spec.auto]",
		"status": "NAD",
		"submitter": "Jonathan Caves",
		"date": "1 Aug, 2008"
	},
	"CWG707": {
		"type": "issue",
		"title": "Undefined behavior in integral-to-floating conversions",
		"long_link": "https://cplusplus.github.io/CWG/issues/707.html",
		"link": "https://wg21.link/cwg707",
		"section": "7.3.11 [conv.fpint]",
		"status": "CD2",
		"submitter": "Alberto Ganesh Barbati",
		"date": "2 Aug, 2008"
	},
	"CWG708": {
		"type": "issue",
		"title": "Partial specialization of member templates of class templates",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#708",
		"link": "https://wg21.link/cwg708",
		"section": "13.7.6 [temp.spec.partial]",
		"status": "open",
		"submitter": "James Widman",
		"date": "8 Aug, 2008"
	},
	"CWG709": {
		"type": "issue",
		"title": "Enumeration names as nested-name-specifiers in deduction failure",
		"long_link": "https://cplusplus.github.io/CWG/issues/709.html",
		"link": "https://wg21.link/cwg709",
		"section": "13.10.3 [temp.deduct]",
		"status": "C++11",
		"submitter": "Doug Gregor",
		"date": "23 Aug, 2008"
	},
	"CWG710": {
		"type": "issue",
		"title": "Data races during construction",
		"long_link": "https://cplusplus.github.io/CWG/issues/710.html",
		"link": "https://wg21.link/cwg710",
		"section": "11.9.5 [class.cdtor]",
		"status": "CD2",
		"submitter": "Jeffrey Yasskin",
		"date": "3 May, 2008"
	},
	"CWG711": {
		"type": "issue",
		"title": "auto with braced-init-list",
		"long_link": "https://cplusplus.github.io/CWG/issues/711.html",
		"link": "https://wg21.link/cwg711",
		"section": "9.2.9.7 [dcl.spec.auto]",
		"status": "CD2",
		"submitter": "Jason Merrill",
		"date": "27 August, 2008"
	},
	"CWG712": {
		"type": "issue",
		"title": "Are integer constant operands of a conditional-expression “used?”",
		"long_link": "https://cplusplus.github.io/CWG/issues/712.html",
		"link": "https://wg21.link/cwg712",
		"section": "6.3 [basic.def.odr]",
		"status": "CD3",
		"submitter": "Mike Miller",
		"date": "9 September, 2008"
	},
	"CWG713": {
		"type": "issue",
		"title": "Unclear note about cv-qualified function types",
		"long_link": "https://cplusplus.github.io/CWG/issues/713.html",
		"link": "https://wg21.link/cwg713",
		"section": "9.3.4.6 [dcl.fct]",
		"status": "CD2",
		"submitter": "Doug Gregor",
		"date": "11 September, 2008"
	},
	"CWG714": {
		"type": "issue",
		"title": "Static const data members and braced-init-lists",
		"long_link": "https://cplusplus.github.io/CWG/issues/714.html",
		"link": "https://wg21.link/cwg714",
		"section": "11.4.9.3 [class.static.data]",
		"status": "CD2",
		"submitter": "Steve Adamczyk",
		"date": "15 September, 2008"
	},
	"CWG715": {
		"type": "issue",
		"title": "Class member access constant expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/715.html",
		"link": "https://wg21.link/cwg715",
		"section": "7.7 [expr.const]",
		"status": "CD2",
		"submitter": "Steve Adamczyk",
		"date": "17 September, 2008"
	},
	"CWG716": {
		"type": "issue",
		"title": "Specifications that should apply only to non-static union data members",
		"long_link": "https://cplusplus.github.io/CWG/issues/716.html",
		"link": "https://wg21.link/cwg716",
		"section": "11.5 [class.union]",
		"status": "CD2",
		"submitter": "Mike Miller",
		"date": "17 September, 2008"
	},
	"CWG717": {
		"type": "issue",
		"title": "Unintentional restrictions on the use of thread_local",
		"long_link": "https://cplusplus.github.io/CWG/issues/717.html",
		"link": "https://wg21.link/cwg717",
		"section": "9.2.2 [dcl.stc]",
		"status": "CD2",
		"submitter": "Clark Nelson",
		"date": "17 September, 2008"
	},
	"CWG718": {
		"type": "issue",
		"title": "Non-class, non-function friend declarations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#718",
		"link": "https://wg21.link/cwg718",
		"section": "11.8.4 [class.friend]",
		"status": "NAD",
		"submitter": "John Spicer",
		"date": "18 September, 2008",
		"liaison": "EWG",
		"github_url": "https://github.com/cplusplus/papers/issues/1466"
	},
	"CWG719": {
		"type": "issue",
		"title": "Specifications for operator-function-id that should also apply to literal-operator-id",
		"long_link": "https://cplusplus.github.io/CWG/issues/719.html",
		"link": "https://wg21.link/cwg719",
		"section": "6.1 [basic.pre]",
		"status": "CD2",
		"submitter": "Daveed Vandevoorde",
		"date": "19 September, 2008"
	},
	"CWG720": {
		"type": "issue",
		"title": "Need examples of lambda-expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/720.html",
		"link": "https://wg21.link/cwg720",
		"section": "7.5.6 [expr.prim.lambda]",
		"status": "CD2",
		"submitter": "Daveed Vandevoorde",
		"date": "20 September, 2008"
	},
	"CWG721": {
		"type": "issue",
		"title": "Where must a variable be initialized to be used in a constant expression?",
		"long_link": "https://cplusplus.github.io/CWG/issues/721.html",
		"link": "https://wg21.link/cwg721",
		"section": "7.7 [expr.const]",
		"status": "CD2",
		"submitter": "James Kanze",
		"date": "22 September, 2008"
	},
	"CWG722": {
		"type": "issue",
		"title": "Can nullptr be passed to an ellipsis?",
		"long_link": "https://cplusplus.github.io/CWG/issues/722.html",
		"link": "https://wg21.link/cwg722",
		"section": "7.6.1.3 [expr.call]",
		"status": "CD2",
		"submitter": "Alisdair Meredith",
		"date": "25 September, 2008"
	},
	"CWG723": {
		"type": "issue",
		"title": "Archetypes in skipped declarations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#723",
		"link": "https://wg21.link/cwg723",
		"section": "8.10 [stmt.dcl]",
		"status": "concepts",
		"submitter": "Doug Gregor",
		"date": "3 October, 2008"
	},
	"CWG724": {
		"type": "issue",
		"title": "Qualified name lookup in a constrained context",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#724",
		"link": "https://wg21.link/cwg724",
		"section": "6.5.5 [basic.lookup.qual]",
		"status": "concepts",
		"submitter": "Daniel Krügler",
		"date": "24 September, 2008"
	},
	"CWG725": {
		"type": "issue",
		"title": "When should the requirement for std::Returnable<T>, etc., apply?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#725",
		"link": "https://wg21.link/cwg725",
		"section": "9.3.4.6 [dcl.fct]",
		"status": "concepts",
		"submitter": "Alberto Ganesh Barbati",
		"date": "30 September, 2008"
	},
	"CWG726": {
		"type": "issue",
		"title": "Atomic and non-atomic objects in the memory model",
		"long_link": "https://cplusplus.github.io/CWG/issues/726.html",
		"link": "https://wg21.link/cwg726",
		"section": "6.10.2 [intro.multithread]",
		"status": "CD2",
		"submitter": "Clark Nelson",
		"date": "30 September, 2008"
	},
	"CWG727": {
		"type": "issue",
		"title": "In-class explicit specializations",
		"long_link": "https://cplusplus.github.io/CWG/issues/727.html",
		"link": "https://wg21.link/cwg727",
		"section": "13.9.4 [temp.expl.spec]",
		"status": "C++17",
		"submitter": "Faisal Vali",
		"date": "5 October, 2008"
	},
	"CWG728": {
		"type": "issue",
		"title": "Restrictions on local classes",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#728",
		"link": "https://wg21.link/cwg728",
		"section": "Clause 13 [temp]",
		"status": "NAD",
		"submitter": "Faisal Vali",
		"date": "5 October, 2008"
	},
	"CWG729": {
		"type": "issue",
		"title": "Qualification conversions and handlers of reference-to-pointer type",
		"long_link": "https://cplusplus.github.io/CWG/issues/729.html",
		"link": "https://wg21.link/cwg729",
		"section": "14.4 [except.handle]",
		"status": "CD3",
		"submitter": "John Spicer",
		"date": "6 October, 2008"
	},
	"CWG730": {
		"type": "issue",
		"title": "Explicit specializations of members of non-template classes",
		"long_link": "https://cplusplus.github.io/CWG/issues/730.html",
		"link": "https://wg21.link/cwg730",
		"section": "13.9.4 [temp.expl.spec]",
		"status": "CD2",
		"submitter": "Bronek Kozicki",
		"date": "3 October, 2008"
	},
	"CWG731": {
		"type": "issue",
		"title": "Omitted reference qualification of member function type",
		"long_link": "https://cplusplus.github.io/CWG/issues/731.html",
		"link": "https://wg21.link/cwg731",
		"section": "7.6.1.5 [expr.ref]",
		"status": "CD2",
		"submitter": "Daniel Krügler",
		"date": "6 October, 2008"
	},
	"CWG732": {
		"type": "issue",
		"title": "Late-specified return types in function definitions",
		"long_link": "https://cplusplus.github.io/CWG/issues/732.html",
		"link": "https://wg21.link/cwg732",
		"section": "9.6 [dcl.fct.def]",
		"status": "CD2",
		"submitter": "Daniel Krügler",
		"date": "7 October, 2008"
	},
	"CWG733": {
		"type": "issue",
		"title": "Reference qualification of copy assignment operators",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#733",
		"link": "https://wg21.link/cwg733",
		"section": "11.4.6 [class.copy.assign]",
		"status": "NAD",
		"submitter": "Alberto Ganesh Barbati",
		"date": "9 October, 2008"
	},
	"CWG734": {
		"type": "issue",
		"title": "Are unique addresses required for namespace-scope variables?",
		"long_link": "https://cplusplus.github.io/CWG/issues/734.html",
		"link": "https://wg21.link/cwg734",
		"section": "7.6.1.10 [expr.reinterpret.cast]",
		"status": "CD2",
		"submitter": "Daveed Vandevoorde",
		"date": "15 October, 2008"
	},
	"CWG735": {
		"type": "issue",
		"title": "Missing case in specification of safely-derived pointers",
		"long_link": "https://cplusplus.github.io/CWG/issues/735.html",
		"link": "https://wg21.link/cwg735",
		"section": "_N4885_6.7.5.5.4 [basic.stc.dynamic.safety]",
		"status": "CD2",
		"submitter": "Jens Maurer",
		"date": "14 October, 2008"
	},
	"CWG736": {
		"type": "issue",
		"title": "Is the & ref-qualifier needed?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#736",
		"link": "https://wg21.link/cwg736",
		"section": "9.3 [dcl.decl]",
		"status": "NAD",
		"submitter": "Alberto Ganesh Barbati",
		"date": "16 October, 2008"
	},
	"CWG737": {
		"type": "issue",
		"title": "Uninitialized trailing characters in string initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/737.html",
		"link": "https://wg21.link/cwg737",
		"section": "9.5.3 [dcl.init.string]",
		"status": "CD2",
		"submitter": "James Kanze",
		"date": "26 October, 2008"
	},
	"CWG738": {
		"type": "issue",
		"title": "constexpr not permitted by the syntax of constructor declarations",
		"long_link": "https://cplusplus.github.io/CWG/issues/738.html",
		"link": "https://wg21.link/cwg738",
		"section": "11.4.5 [class.ctor]",
		"status": "C++11",
		"submitter": "James Widman",
		"date": "27 October, 2008"
	},
	"CWG739": {
		"type": "issue",
		"title": "Signedness of plain bit-fields",
		"long_link": "https://cplusplus.github.io/CWG/issues/739.html",
		"link": "https://wg21.link/cwg739",
		"section": "11.4.10 [class.bit]",
		"status": "CD3",
		"submitter": "Mike Miller",
		"date": "3 November, 2008"
	},
	"CWG740": {
		"type": "issue",
		"title": "Incorrect note on data races",
		"long_link": "https://cplusplus.github.io/CWG/issues/740.html",
		"link": "https://wg21.link/cwg740",
		"section": "6.10.2 [intro.multithread]",
		"status": "CD2",
		"submitter": "Wolf Lammen",
		"date": "3 November, 2008"
	},
	"CWG741": {
		"type": "issue",
		"title": "“plain” long long bit-fields",
		"long_link": "https://cplusplus.github.io/CWG/issues/741.html",
		"link": "https://wg21.link/cwg741",
		"section": "11.4.10 [class.bit]",
		"status": "C++11",
		"submitter": "Mike Miller",
		"date": "7 November, 2008"
	},
	"CWG742": {
		"type": "issue",
		"title": "Postfix increment/decrement with long bit-field operands",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#742",
		"link": "https://wg21.link/cwg742",
		"section": "7.6.1.6 [expr.post.incr]",
		"status": "open",
		"submitter": "Mike Miller",
		"date": "11 November, 2008"
	},
	"CWG743": {
		"type": "issue",
		"title": "Use of decltype in a nested-name-specifier",
		"long_link": "https://cplusplus.github.io/CWG/issues/743.html",
		"link": "https://wg21.link/cwg743",
		"section": "_N4567_.5.1.1 [expr.prim.general]",
		"status": "CD2",
		"submitter": "Jaakko Järvi",
		"date": "12 November, 2008"
	},
	"CWG744": {
		"type": "issue",
		"title": "Matching template arguments with template template parameters with parameter packs",
		"long_link": "https://cplusplus.github.io/CWG/issues/744.html",
		"link": "https://wg21.link/cwg744",
		"section": "13.4.4 [temp.arg.template]",
		"status": "CD2",
		"submitter": "Faisal Vali",
		"date": "2 November, 2008"
	},
	"CWG745": {
		"type": "issue",
		"title": "Effect of ill-formedness resulting from #error",
		"long_link": "https://cplusplus.github.io/CWG/issues/745.html",
		"link": "https://wg21.link/cwg745",
		"section": "15.9 [cpp.error]",
		"status": "C++23",
		"submitter": "Clark Nelson",
		"date": "13 November, 2008"
	},
	"CWG746": {
		"type": "issue",
		"title": "Use of auto in new-expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/746.html",
		"link": "https://wg21.link/cwg746",
		"section": "9.2.9.7 [dcl.spec.auto]",
		"status": "CD2",
		"submitter": "Jason Merrill",
		"date": "18 November, 2008"
	},
	"CWG747": {
		"type": "issue",
		"title": "Access of protected base classes",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#747",
		"link": "https://wg21.link/cwg747",
		"section": "11.8.3 [class.access.base]",
		"status": "dup",
		"submitter": "Sam Saariste",
		"date": "18 November, 2008"
	},
	"CWG748": {
		"type": "issue",
		"title": "Always-complete archetypes",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#748",
		"link": "https://wg21.link/cwg748",
		"section": "_N2914_.14.11.2.1 [temp.archetype.assemble]",
		"status": "concepts",
		"submitter": "James Widman",
		"date": "28 November, 2008"
	},
	"CWG749": {
		"type": "issue",
		"title": "References to function types with a cv-qualifier or ref-qualifier",
		"long_link": "https://cplusplus.github.io/CWG/issues/749.html",
		"link": "https://wg21.link/cwg749",
		"section": "12.5 [over.built]",
		"status": "CD2",
		"submitter": "Alberto Ganesh Barbati",
		"date": "9 December, 2008"
	},
	"CWG750": {
		"type": "issue",
		"title": "Implementation constraints on reference-only closure objects",
		"long_link": "https://cplusplus.github.io/CWG/issues/750.html",
		"link": "https://wg21.link/cwg750",
		"section": "7.5.6.2 [expr.prim.lambda.closure]",
		"status": "CD2",
		"submitter": "Daveed Vandevoorde",
		"date": "10 December, 2008"
	},
	"CWG751": {
		"type": "issue",
		"title": "Deriving from closure classes",
		"long_link": "https://cplusplus.github.io/CWG/issues/751.html",
		"link": "https://wg21.link/cwg751",
		"section": "7.5.6.2 [expr.prim.lambda.closure]",
		"status": "CD2",
		"submitter": "Daveed Vandevoorde",
		"date": "11 December, 2008"
	},
	"CWG752": {
		"type": "issue",
		"title": "Name lookup in nested lambda-expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/752.html",
		"link": "https://wg21.link/cwg752",
		"section": "7.5.6 [expr.prim.lambda]",
		"status": "CD2",
		"submitter": "Daveed Vandevoorde",
		"date": "10 December, 2008"
	},
	"CWG753": {
		"type": "issue",
		"title": "Array names in lambda capture sets",
		"long_link": "https://cplusplus.github.io/CWG/issues/753.html",
		"link": "https://wg21.link/cwg753",
		"section": "7.5.6.3 [expr.prim.lambda.capture]",
		"status": "CD2",
		"submitter": "Daveed Vandevoorde",
		"date": "10 December, 2008"
	},
	"CWG754": {
		"type": "issue",
		"title": "Lambda expressions in default arguments of block-scope function declarations",
		"long_link": "https://cplusplus.github.io/CWG/issues/754.html",
		"link": "https://wg21.link/cwg754",
		"section": "7.5.6 [expr.prim.lambda]",
		"status": "CD2",
		"submitter": "Daveed Vandevoorde",
		"date": "10 December, 2008"
	},
	"CWG755": {
		"type": "issue",
		"title": "Generalized lambda-captures",
		"long_link": "https://cplusplus.github.io/CWG/issues/755.html",
		"link": "https://wg21.link/cwg755",
		"section": "7.5.6.3 [expr.prim.lambda.capture]",
		"status": "CD3",
		"submitter": "John Freeman",
		"date": "11 December, 2008"
	},
	"CWG756": {
		"type": "issue",
		"title": "Dropping cv-qualification on members of closure objects",
		"long_link": "https://cplusplus.github.io/CWG/issues/756.html",
		"link": "https://wg21.link/cwg756",
		"section": "7.5.6.2 [expr.prim.lambda.closure]",
		"status": "CD2",
		"submitter": "Daveed Vandevoorde",
		"date": "15 December, 2008"
	},
	"CWG757": {
		"type": "issue",
		"title": "Types without linkage in declarations",
		"long_link": "https://cplusplus.github.io/CWG/issues/757.html",
		"link": "https://wg21.link/cwg757",
		"section": "6.7 [basic.link]",
		"status": "CD2",
		"submitter": "John Spicer",
		"date": "23 December, 2008"
	},
	"CWG758": {
		"type": "issue",
		"title": "Missing cases of declarations that are not definitions",
		"long_link": "https://cplusplus.github.io/CWG/issues/758.html",
		"link": "https://wg21.link/cwg758",
		"section": "6.2 [basic.def]",
		"status": "C++11",
		"submitter": "Bjarne Stroustrup",
		"date": "22 January, 2009"
	},
	"CWG759": {
		"type": "issue",
		"title": "Destruction of closure objects",
		"long_link": "https://cplusplus.github.io/CWG/issues/759.html",
		"link": "https://wg21.link/cwg759",
		"section": "7.5.6.2 [expr.prim.lambda.closure]",
		"status": "CD2",
		"submitter": "Daveed Vandevoorde",
		"date": "22 January, 2009"
	},
	"CWG760": {
		"type": "issue",
		"title": "this inside a nested class of a non-static member function",
		"long_link": "https://cplusplus.github.io/CWG/issues/760.html",
		"link": "https://wg21.link/cwg760",
		"section": "_N4567_.5.1.1 [expr.prim.general]",
		"status": "CD2",
		"submitter": "Mike Miller",
		"date": "3 February, 2009"
	},
	"CWG761": {
		"type": "issue",
		"title": "Inferred return type of closure object call operator",
		"long_link": "https://cplusplus.github.io/CWG/issues/761.html",
		"link": "https://wg21.link/cwg761",
		"section": "7.5.6.2 [expr.prim.lambda.closure]",
		"status": "CD2",
		"submitter": "Daveed Vandevoorde",
		"date": "5 February, 2009"
	},
	"CWG762": {
		"type": "issue",
		"title": "Name lookup in the compound-statement of a lambda expression",
		"long_link": "https://cplusplus.github.io/CWG/issues/762.html",
		"link": "https://wg21.link/cwg762",
		"section": "7.5.6 [expr.prim.lambda]",
		"status": "CD2",
		"submitter": "John Spicer",
		"date": "5 February, 2009"
	},
	"CWG763": {
		"type": "issue",
		"title": "Is a closure object's operator() inline?",
		"long_link": "https://cplusplus.github.io/CWG/issues/763.html",
		"link": "https://wg21.link/cwg763",
		"section": "7.5.6.2 [expr.prim.lambda.closure]",
		"status": "CD2",
		"submitter": "Daveed Vandevoorde",
		"date": "6 February, 2009"
	},
	"CWG764": {
		"type": "issue",
		"title": "Capturing unused variables in a lambda expression",
		"long_link": "https://cplusplus.github.io/CWG/issues/764.html",
		"link": "https://wg21.link/cwg764",
		"section": "7.5.6.3 [expr.prim.lambda.capture]",
		"status": "CD2",
		"submitter": "Steve Adamczyk",
		"date": "6 February, 2009"
	},
	"CWG765": {
		"type": "issue",
		"title": "Local types in inline functions with external linkage",
		"long_link": "https://cplusplus.github.io/CWG/issues/765.html",
		"link": "https://wg21.link/cwg765",
		"section": "9.2.3 [dcl.fct.spec]",
		"status": "CD2",
		"submitter": "Mike Miller",
		"date": "6 February, 2009"
	},
	"CWG766": {
		"type": "issue",
		"title": "Where may lambda expressions appear?",
		"long_link": "https://cplusplus.github.io/CWG/issues/766.html",
		"link": "https://wg21.link/cwg766",
		"section": "7.5.6 [expr.prim.lambda]",
		"status": "CD2",
		"submitter": "Daveed Vandevoorde",
		"date": "6 February, 2009"
	},
	"CWG767": {
		"type": "issue",
		"title": "void and other unnamed lambda-parameters",
		"long_link": "https://cplusplus.github.io/CWG/issues/767.html",
		"link": "https://wg21.link/cwg767",
		"section": "7.5.6 [expr.prim.lambda]",
		"status": "CD2",
		"submitter": "Daveed Vandevoorde",
		"date": "5 February, 2009"
	},
	"CWG768": {
		"type": "issue",
		"title": "Ellipsis in a lambda parameter list",
		"long_link": "https://cplusplus.github.io/CWG/issues/768.html",
		"link": "https://wg21.link/cwg768",
		"section": "7.5.6 [expr.prim.lambda]",
		"status": "CD2",
		"submitter": "Daveed Vandevoorde",
		"date": "5 February, 2009"
	},
	"CWG769": {
		"type": "issue",
		"title": "Initialization of closure objects",
		"long_link": "https://cplusplus.github.io/CWG/issues/769.html",
		"link": "https://wg21.link/cwg769",
		"section": "7.5.6 [expr.prim.lambda]",
		"status": "CD2",
		"submitter": "Mike Miller",
		"date": "9 February, 2009"
	},
	"CWG770": {
		"type": "issue",
		"title": "Ambiguity in late-specified return type",
		"long_link": "https://cplusplus.github.io/CWG/issues/770.html",
		"link": "https://wg21.link/cwg770",
		"section": "9.3 [dcl.decl]",
		"status": "CD2",
		"submitter": "Daveed Vandevoorde",
		"date": "9 February, 2009"
	},
	"CWG771": {
		"type": "issue",
		"title": "Move-construction of reference members of closure objects",
		"long_link": "https://cplusplus.github.io/CWG/issues/771.html",
		"link": "https://wg21.link/cwg771",
		"section": "7.5.6.2 [expr.prim.lambda.closure]",
		"status": "CD2",
		"submitter": "Jonathan Caves",
		"date": "9 February, 2009"
	},
	"CWG772": {
		"type": "issue",
		"title": "capture-default in lambdas in local default arguments",
		"long_link": "https://cplusplus.github.io/CWG/issues/772.html",
		"link": "https://wg21.link/cwg772",
		"section": "7.5.6.3 [expr.prim.lambda.capture]",
		"status": "CD2",
		"submitter": "Steve Adamczyk",
		"date": "10 February, 2009"
	},
	"CWG773": {
		"type": "issue",
		"title": "Parentheses in address non-type template arguments",
		"long_link": "https://cplusplus.github.io/CWG/issues/773.html",
		"link": "https://wg21.link/cwg773",
		"section": "13.4.3 [temp.arg.nontype]",
		"status": "C++11",
		"submitter": "Doug Gregor",
		"date": "11 February, 2009"
	},
	"CWG774": {
		"type": "issue",
		"title": "Can a closure class be a POD?",
		"long_link": "https://cplusplus.github.io/CWG/issues/774.html",
		"link": "https://wg21.link/cwg774",
		"section": "7.5.6.2 [expr.prim.lambda.closure]",
		"status": "CD2",
		"submitter": "John Spicer",
		"date": "11 February, 2009"
	},
	"CWG775": {
		"type": "issue",
		"title": "Capturing references to functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/775.html",
		"link": "https://wg21.link/cwg775",
		"section": "7.5.6.3 [expr.prim.lambda.capture]",
		"status": "CD2",
		"submitter": "Steve Adamczyk",
		"date": "12 February, 2009"
	},
	"CWG776": {
		"type": "issue",
		"title": "Delegating constructors, destructors, and std::exit",
		"long_link": "https://cplusplus.github.io/CWG/issues/776.html",
		"link": "https://wg21.link/cwg776",
		"section": "6.10.3.3 [basic.start.dynamic]",
		"status": "CD2",
		"submitter": "Michael Wong",
		"date": "12 February, 2009"
	},
	"CWG777": {
		"type": "issue",
		"title": "Default arguments and parameter packs",
		"long_link": "https://cplusplus.github.io/CWG/issues/777.html",
		"link": "https://wg21.link/cwg777",
		"section": "9.3.4.7 [dcl.fct.default]",
		"status": "CD2",
		"submitter": "Michael Wong",
		"date": "13 February, 2009"
	},
	"CWG778": {
		"type": "issue",
		"title": "Template parameter packs in non-type template parameters",
		"long_link": "https://cplusplus.github.io/CWG/issues/778.html",
		"link": "https://wg21.link/cwg778",
		"section": "13.2 [temp.param]",
		"status": "C++11",
		"submitter": "Michael Wong",
		"date": "13 February, 2009"
	},
	"CWG779": {
		"type": "issue",
		"title": "Rvalue reference members of closure objects?",
		"long_link": "https://cplusplus.github.io/CWG/issues/779.html",
		"link": "https://wg21.link/cwg779",
		"section": "7.5.6.2 [expr.prim.lambda.closure]",
		"status": "CD2",
		"submitter": "Mike Miller",
		"date": "26 February, 2009"
	},
	"CWG780": {
		"type": "issue",
		"title": "Questions regarding the point of definition of a concept map",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#780",
		"link": "https://wg21.link/cwg780",
		"section": "_N2914_.14.10.2 [concept.map]",
		"status": "concepts",
		"submitter": "James Widman",
		"date": "10 February, 2009"
	},
	"CWG781": {
		"type": "issue",
		"title": "Missing requirement in constrained function example",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#781",
		"link": "https://wg21.link/cwg781",
		"section": "_N2914_.14.11.2 [temp.archetype]",
		"status": "concepts",
		"submitter": "Daniel Krügler",
		"date": "1 March, 2009"
	},
	"CWG782": {
		"type": "issue",
		"title": "Lambda expressions and argument-dependent lookup",
		"long_link": "https://cplusplus.github.io/CWG/issues/782.html",
		"link": "https://wg21.link/cwg782",
		"section": "7.5.6 [expr.prim.lambda]",
		"status": "CD2",
		"submitter": "Mike Miller",
		"date": "1 March, 2009"
	},
	"CWG783": {
		"type": "issue",
		"title": "Definition of “argument”",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#783",
		"link": "https://wg21.link/cwg783",
		"section": "Clause 3 [intro.defs]",
		"status": "open",
		"submitter": "UK",
		"date": "3 March, 2009"
	},
	"CWG784": {
		"type": "issue",
		"title": "List of incompatibilities with the previous Standard",
		"long_link": "https://cplusplus.github.io/CWG/issues/784.html",
		"link": "https://wg21.link/cwg784",
		"section": "4.2 [intro.structure]",
		"status": "C++11",
		"submitter": "UK",
		"date": "3 March, 2009"
	},
	"CWG785": {
		"type": "issue",
		"title": "“Execution sequence” is inappropriate phraseology",
		"long_link": "https://cplusplus.github.io/CWG/issues/785.html",
		"link": "https://wg21.link/cwg785",
		"section": "6.10.1 [intro.execution]",
		"status": "CD2",
		"submitter": "US/UK",
		"date": "3 March, 2009"
	},
	"CWG786": {
		"type": "issue",
		"title": "Definition of “thread”",
		"long_link": "https://cplusplus.github.io/CWG/issues/786.html",
		"link": "https://wg21.link/cwg786",
		"section": "6.10.2 [intro.multithread]",
		"status": "CD2",
		"submitter": "US",
		"date": "3 March, 2009"
	},
	"CWG787": {
		"type": "issue",
		"title": "Unnecessary lexical undefined behavior",
		"long_link": "https://cplusplus.github.io/CWG/issues/787.html",
		"link": "https://wg21.link/cwg787",
		"section": "5.2 [lex.phases]",
		"status": "CD2",
		"submitter": "UK",
		"date": "3 March, 2009"
	},
	"CWG788": {
		"type": "issue",
		"title": "Relationship between locale and values of the execution character set",
		"long_link": "https://cplusplus.github.io/CWG/issues/788.html",
		"link": "https://wg21.link/cwg788",
		"section": "5.3.1 [lex.charset]",
		"status": "CD2",
		"submitter": "FR",
		"date": "3 March, 2009"
	},
	"CWG789": {
		"type": "issue",
		"title": "Deprecating trigraphs",
		"long_link": "https://cplusplus.github.io/CWG/issues/789.html",
		"link": "https://wg21.link/cwg789",
		"section": "_N4140_.2.4 [lex.trigraph]",
		"status": "CD2",
		"submitter": "UK",
		"date": "3 March, 2009"
	},
	"CWG790": {
		"type": "issue",
		"title": "Concatenation of raw and non-raw string literals",
		"long_link": "https://cplusplus.github.io/CWG/issues/790.html",
		"link": "https://wg21.link/cwg790",
		"section": "5.13.5 [lex.string]",
		"status": "CD2",
		"submitter": "JP",
		"date": "3 March, 2009"
	},
	"CWG791": {
		"type": "issue",
		"title": "Linkage of concept names",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#791",
		"link": "https://wg21.link/cwg791",
		"section": "6.7 [basic.link]",
		"status": "concepts",
		"submitter": "FR/UK",
		"date": "3 March, 2009"
	},
	"CWG792": {
		"type": "issue",
		"title": "Effects of std::quick_exit",
		"long_link": "https://cplusplus.github.io/CWG/issues/792.html",
		"link": "https://wg21.link/cwg792",
		"section": "6.10.3.1 [basic.start.main]",
		"status": "CD2",
		"submitter": "US",
		"date": "3 March, 2009"
	},
	"CWG793": {
		"type": "issue",
		"title": "Use of class members during destruction",
		"long_link": "https://cplusplus.github.io/CWG/issues/793.html",
		"link": "https://wg21.link/cwg793",
		"section": "6.8.4 [basic.life]",
		"status": "CD2",
		"submitter": "US",
		"date": "3 March, 2009"
	},
	"CWG794": {
		"type": "issue",
		"title": "Base-derived conversion in member type of pointer-to-member conversion",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#794",
		"link": "https://wg21.link/cwg794",
		"section": "7.3.13 [conv.mem]",
		"status": "NAD",
		"submitter": "CH",
		"date": "2009-03-03"
	},
	"CWG795": {
		"type": "issue",
		"title": "Dependency of lambdas on <functional>",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#795",
		"link": "https://wg21.link/cwg795",
		"section": "7.5.6 [expr.prim.lambda]",
		"status": "NAD",
		"submitter": "UK",
		"date": "3 March, 2009"
	},
	"CWG796": {
		"type": "issue",
		"title": "Lifetime of a closure object with members captured by reference",
		"long_link": "https://cplusplus.github.io/CWG/issues/796.html",
		"link": "https://wg21.link/cwg796",
		"section": "7.5.6 [expr.prim.lambda]",
		"status": "CD2",
		"submitter": "UK",
		"date": "3 March, 2009"
	},
	"CWG797": {
		"type": "issue",
		"title": "Converting a no-capture lambda to a function type",
		"long_link": "https://cplusplus.github.io/CWG/issues/797.html",
		"link": "https://wg21.link/cwg797",
		"section": "7.5.6.2 [expr.prim.lambda.closure]",
		"status": "CD2",
		"submitter": "UK",
		"date": "3 March, 2009"
	},
	"CWG798": {
		"type": "issue",
		"title": "Overloaded subscript operator described in clause 5",
		"long_link": "https://cplusplus.github.io/CWG/issues/798.html",
		"link": "https://wg21.link/cwg798",
		"section": "7.6.1.2 [expr.sub]",
		"status": "C++11",
		"submitter": "UK",
		"date": "3 March, 2009"
	},
	"CWG799": {
		"type": "issue",
		"title": "Can reinterpret_cast be used to cast an operand to its own type?",
		"long_link": "https://cplusplus.github.io/CWG/issues/799.html",
		"link": "https://wg21.link/cwg799",
		"section": "7.6.1.10 [expr.reinterpret.cast]",
		"status": "CD2",
		"submitter": "UK",
		"date": "3 March, 2009"
	},
	"CWG800": {
		"type": "issue",
		"title": "Safely-derived pointers and object pointers converted from function pointers",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#800",
		"link": "https://wg21.link/cwg800",
		"section": "7.6.1.10 [expr.reinterpret.cast]",
		"status": "NAD",
		"submitter": "UK",
		"date": "3 March, 2009"
	},
	"CWG801": {
		"type": "issue",
		"title": "Casting away constness in a cast to rvalue reference type",
		"long_link": "https://cplusplus.github.io/CWG/issues/801.html",
		"link": "https://wg21.link/cwg801",
		"section": "7.6.1.11 [expr.const.cast]",
		"status": "CD2",
		"submitter": "UK",
		"date": "3 March, 2009"
	},
	"CWG802": {
		"type": "issue",
		"title": "Problems with restrictions on taking the address of a member of a concept map",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#802",
		"link": "https://wg21.link/cwg802",
		"section": "7.6.2.2 [expr.unary.op]",
		"status": "concepts",
		"submitter": "UK",
		"date": "3 March, 2009"
	},
	"CWG803": {
		"type": "issue",
		"title": "sizeof an enumeration type with a fixed underlying type",
		"long_link": "https://cplusplus.github.io/CWG/issues/803.html",
		"link": "https://wg21.link/cwg803",
		"section": "7.6.2.5 [expr.sizeof]",
		"status": "CD2",
		"submitter": "UK",
		"date": "3 March, 2009"
	},
	"CWG804": {
		"type": "issue",
		"title": "Deducing the type in new auto(x)",
		"long_link": "https://cplusplus.github.io/CWG/issues/804.html",
		"link": "https://wg21.link/cwg804",
		"section": "7.6.2.8 [expr.new]",
		"status": "CD2",
		"submitter": "UK",
		"date": "3 March, 2009"
	},
	"CWG805": {
		"type": "issue",
		"title": "Which exception to throw for overflow in array size calculation",
		"long_link": "https://cplusplus.github.io/CWG/issues/805.html",
		"link": "https://wg21.link/cwg805",
		"section": "7.6.2.8 [expr.new]",
		"status": "CD2",
		"submitter": "UK",
		"date": "3 March, 2009"
	},
	"CWG806": {
		"type": "issue",
		"title": "Enumeration types in integral constant expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/806.html",
		"link": "https://wg21.link/cwg806",
		"section": "7.7 [expr.const]",
		"status": "CD2",
		"submitter": "UK",
		"date": "3 March, 2009"
	},
	"CWG807": {
		"type": "issue",
		"title": "typeid expressions in constant expressions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#807",
		"link": "https://wg21.link/cwg807",
		"section": "7.7 [expr.const]",
		"status": "NAD",
		"submitter": "UK",
		"date": "3 March, 2009"
	},
	"CWG808": {
		"type": "issue",
		"title": "Non-type decl-specifiers versus max-munch",
		"long_link": "https://cplusplus.github.io/CWG/issues/808.html",
		"link": "https://wg21.link/cwg808",
		"section": "9.2 [dcl.spec]",
		"status": "CD2",
		"submitter": "UK",
		"date": "3 March, 2009"
	},
	"CWG809": {
		"type": "issue",
		"title": "Deprecation of the register keyword",
		"long_link": "https://cplusplus.github.io/CWG/issues/809.html",
		"link": "https://wg21.link/cwg809",
		"section": "9.2.2 [dcl.stc]",
		"status": "CD2",
		"submitter": "UK",
		"date": "3 March, 2009"
	},
	"CWG810": {
		"type": "issue",
		"title": "Block-scope thread_local variables should be implicitly static",
		"long_link": "https://cplusplus.github.io/CWG/issues/810.html",
		"link": "https://wg21.link/cwg810",
		"section": "9.2.2 [dcl.stc]",
		"status": "CD2",
		"submitter": "UK",
		"date": "3 March, 2009"
	},
	"CWG811": {
		"type": "issue",
		"title": "Unclear implications of const-qualification",
		"long_link": "https://cplusplus.github.io/CWG/issues/811.html",
		"link": "https://wg21.link/cwg811",
		"section": "9.2.9.2 [dcl.type.cv]",
		"status": "CD2",
		"submitter": "UK",
		"date": "3 March, 2009"
	},
	"CWG812": {
		"type": "issue",
		"title": "Duplicate names in inline namespaces",
		"long_link": "https://cplusplus.github.io/CWG/issues/812.html",
		"link": "https://wg21.link/cwg812",
		"section": "9.9.2 [namespace.def]",
		"status": "CD2",
		"submitter": "JP",
		"date": "3 March, 2009"
	},
	"CWG813": {
		"type": "issue",
		"title": "typename in a using-declaration with a non-dependent name",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#813",
		"link": "https://wg21.link/cwg813",
		"section": "9.10 [namespace.udecl]",
		"status": "open",
		"submitter": "UK",
		"date": "3 March, 2009"
	},
	"CWG814": {
		"type": "issue",
		"title": "Attribute to indicate that a function throws nothing",
		"long_link": "https://cplusplus.github.io/CWG/issues/814.html",
		"link": "https://wg21.link/cwg814",
		"section": "9.13 [dcl.attr]",
		"status": "CD2",
		"submitter": "US",
		"date": "3 March, 2009"
	},
	"CWG815": {
		"type": "issue",
		"title": "Parameter pack expansion inside attributes",
		"long_link": "https://cplusplus.github.io/CWG/issues/815.html",
		"link": "https://wg21.link/cwg815",
		"section": "9.13.1 [dcl.attr.grammar]",
		"status": "CD2",
		"submitter": "UK",
		"date": "3 March, 2009"
	},
	"CWG816": {
		"type": "issue",
		"title": "Diagnosing violations of [[final]]",
		"long_link": "https://cplusplus.github.io/CWG/issues/816.html",
		"link": "https://wg21.link/cwg816",
		"section": "_N3225_.7.6.4 [dcl.attr.final]",
		"status": "CD2",
		"submitter": "UK",
		"date": "3 March, 2009"
	},
	"CWG817": {
		"type": "issue",
		"title": "Meaning of [[final]] applied to a class definition",
		"long_link": "https://cplusplus.github.io/CWG/issues/817.html",
		"link": "https://wg21.link/cwg817",
		"section": "_N3225_.7.6.4 [dcl.attr.final]",
		"status": "CD2",
		"submitter": "US",
		"date": "3 March, 2009"
	},
	"CWG818": {
		"type": "issue",
		"title": "Function parameter packs in non-final positions",
		"long_link": "https://cplusplus.github.io/CWG/issues/818.html",
		"link": "https://wg21.link/cwg818",
		"section": "9.3.4.6 [dcl.fct]",
		"status": "CD2",
		"submitter": "US",
		"date": "3 March, 2009"
	},
	"CWG819": {
		"type": "issue",
		"title": "Access control and deleted implicitly-declared special member functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#819",
		"link": "https://wg21.link/cwg819",
		"section": "11.4.4 [special]",
		"status": "NAD",
		"submitter": "US",
		"date": "3 March, 2009"
	},
	"CWG820": {
		"type": "issue",
		"title": "Deprecation of export",
		"long_link": "https://cplusplus.github.io/CWG/issues/820.html",
		"link": "https://wg21.link/cwg820",
		"section": "Clause 13 [temp]",
		"status": "CD2",
		"submitter": "UK",
		"date": "3 March, 2009"
	},
	"CWG821": {
		"type": "issue",
		"title": "Exported concept map templates?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#821",
		"link": "https://wg21.link/cwg821",
		"section": "Clause 13 [temp]",
		"status": "concepts",
		"submitter": "UK",
		"date": "3 March, 2009"
	},
	"CWG822": {
		"type": "issue",
		"title": "Additional contexts for template aliases",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#822",
		"link": "https://wg21.link/cwg822",
		"section": "Clause 13 [temp]",
		"status": "NAD",
		"submitter": "UK",
		"date": "3 March, 2009"
	},
	"CWG823": {
		"type": "issue",
		"title": "Literal types with constexpr conversions as non-type template arguments",
		"long_link": "https://cplusplus.github.io/CWG/issues/823.html",
		"link": "https://wg21.link/cwg823",
		"section": "13.4.3 [temp.arg.nontype]",
		"status": "CD2",
		"submitter": "FR",
		"date": "3 March, 2009"
	},
	"CWG824": {
		"type": "issue",
		"title": "Constrained special member functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#824",
		"link": "https://wg21.link/cwg824",
		"section": "13.7.2 [temp.class]",
		"status": "concepts",
		"submitter": "US",
		"date": "3 March, 2009"
	},
	"CWG825": {
		"type": "issue",
		"title": "TriviallyCopyableType concept",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#825",
		"link": "https://wg21.link/cwg825",
		"section": "_N2914_.14.10.4 [concept.support]",
		"status": "concepts",
		"submitter": "JP",
		"date": "3 March, 2009"
	},
	"CWG826": {
		"type": "issue",
		"title": "Accept boolean constant expressions as constraints",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#826",
		"link": "https://wg21.link/cwg826",
		"section": "_N2914_.14.11.1 [temp.req]",
		"status": "concepts",
		"submitter": "JP",
		"date": "3 March, 2009"
	},
	"CWG827": {
		"type": "issue",
		"title": "Use of && as requirement separator",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#827",
		"link": "https://wg21.link/cwg827",
		"section": "_N2914_.14.11.1 [temp.req]",
		"status": "concepts",
		"submitter": "US",
		"date": "3 March, 2009"
	},
	"CWG828": {
		"type": "issue",
		"title": "Destruction of exception objects",
		"long_link": "https://cplusplus.github.io/CWG/issues/828.html",
		"link": "https://wg21.link/cwg828",
		"section": "14.2 [except.throw]",
		"status": "CD2",
		"submitter": "UK",
		"date": "3 March, 2009"
	},
	"CWG829": {
		"type": "issue",
		"title": "At what point is std::unexpected called?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#829",
		"link": "https://wg21.link/cwg829",
		"section": "14.5 [except.spec]",
		"status": "NAD",
		"submitter": "UK",
		"date": "3 March, 2009"
	},
	"CWG830": {
		"type": "issue",
		"title": "Deprecating exception specifications",
		"long_link": "https://cplusplus.github.io/CWG/issues/830.html",
		"link": "https://wg21.link/cwg830",
		"section": "14.5 [except.spec]",
		"status": "CD2",
		"submitter": "UK",
		"date": "3 March, 2009"
	},
	"CWG831": {
		"type": "issue",
		"title": "Limit on recursively nested template instantiations",
		"long_link": "https://cplusplus.github.io/CWG/issues/831.html",
		"link": "https://wg21.link/cwg831",
		"section": "Clause Annex B [implimits]",
		"status": "CD2",
		"submitter": "DE",
		"date": "3 March, 2009"
	},
	"CWG832": {
		"type": "issue",
		"title": "Value of preprocessing numbers",
		"long_link": "https://cplusplus.github.io/CWG/issues/832.html",
		"link": "https://wg21.link/cwg832",
		"section": "5.7 [lex.ppnumber]",
		"status": "CD2",
		"submitter": "UK",
		"date": "3 March, 2009"
	},
	"CWG833": {
		"type": "issue",
		"title": "Explicit conversion of a scoped enumeration value to a floating type",
		"long_link": "https://cplusplus.github.io/CWG/issues/833.html",
		"link": "https://wg21.link/cwg833",
		"section": "7.6.1.9 [expr.static.cast]",
		"status": "CD2",
		"submitter": "John Spicer",
		"date": "6 March, 2009"
	},
	"CWG834": {
		"type": "issue",
		"title": "What is an “ordinary string literal”?",
		"long_link": "https://cplusplus.github.io/CWG/issues/834.html",
		"link": "https://wg21.link/cwg834",
		"section": "5.13.5 [lex.string]",
		"status": "CD2",
		"submitter": "Mike Miller",
		"date": "6 March, 2009"
	},
	"CWG835": {
		"type": "issue",
		"title": "Scoped enumerations and the “usual arithmetic conversions”",
		"long_link": "https://cplusplus.github.io/CWG/issues/835.html",
		"link": "https://wg21.link/cwg835",
		"section": "Clause 7 [expr]",
		"status": "CD2",
		"submitter": "Beman Dawes",
		"date": "5 March, 2009"
	},
	"CWG836": {
		"type": "issue",
		"title": "[[noreturn]] applied to function types",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#836",
		"link": "https://wg21.link/cwg836",
		"section": "9.13.10 [dcl.attr.noreturn]",
		"status": "NAD",
		"submitter": "Joseph Myers",
		"date": "7 March, 2009"
	},
	"CWG837": {
		"type": "issue",
		"title": "Constexpr functions and return braced-init-list",
		"long_link": "https://cplusplus.github.io/CWG/issues/837.html",
		"link": "https://wg21.link/cwg837",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "C++11",
		"submitter": "Mike Miller",
		"date": "11 March, 2009"
	},
	"CWG838": {
		"type": "issue",
		"title": "Use of this in a brace-or-equal-initializer",
		"long_link": "https://cplusplus.github.io/CWG/issues/838.html",
		"link": "https://wg21.link/cwg838",
		"section": "11.9.3 [class.base.init]",
		"status": "C++11",
		"submitter": "Daveed Vandevoorde",
		"date": "12 March, 2009"
	},
	"CWG839": {
		"type": "issue",
		"title": "sizeof with opaque enumerations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#839",
		"link": "https://wg21.link/cwg839",
		"section": "7.6.2.5 [expr.sizeof]",
		"status": "dup",
		"submitter": "Alberto Ganesh Barbati",
		"date": "9 March, 2009"
	},
	"CWG840": {
		"type": "issue",
		"title": "Rvalue references as nontype template parameters",
		"long_link": "https://cplusplus.github.io/CWG/issues/840.html",
		"link": "https://wg21.link/cwg840",
		"section": "13.2 [temp.param]",
		"status": "CD2",
		"submitter": "Steve Adamczyk",
		"date": "13 March, 2009"
	},
	"CWG841": {
		"type": "issue",
		"title": "Ill-formed concept refinement example",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#841",
		"link": "https://wg21.link/cwg841",
		"section": "_N2914_.14.10.3.2 [concept.refine.maps]",
		"status": "concepts",
		"submitter": "James Widman",
		"date": "20 March, 2009"
	},
	"CWG842": {
		"type": "issue",
		"title": "Casting to rvalue reference type",
		"long_link": "https://cplusplus.github.io/CWG/issues/842.html",
		"link": "https://wg21.link/cwg842",
		"section": "7.6.1.10 [expr.reinterpret.cast]",
		"status": "CD2",
		"submitter": "Steve Adamczyk",
		"date": "20 March, 2009"
	},
	"CWG843": {
		"type": "issue",
		"title": "Unclear interaction of constraints and special member functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#843",
		"link": "https://wg21.link/cwg843",
		"section": "13.7.2 [temp.class]",
		"status": "concepts",
		"submitter": "Alisdair Meredith",
		"date": "19 March, 2009"
	},
	"CWG844": {
		"type": "issue",
		"title": "Is a constrained member function a template?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#844",
		"link": "https://wg21.link/cwg844",
		"section": "11.4 [class.mem]",
		"status": "concepts",
		"submitter": "Daniel Krügler",
		"date": "20 March, 2009"
	},
	"CWG845": {
		"type": "issue",
		"title": "What is the “first declaration” of an explicit specialization?",
		"long_link": "https://cplusplus.github.io/CWG/issues/845.html",
		"link": "https://wg21.link/cwg845",
		"section": "9.6 [dcl.fct.def]",
		"status": "CD2",
		"submitter": "Daveed Vandevoorde",
		"date": "20 March, 2009"
	},
	"CWG846": {
		"type": "issue",
		"title": "Rvalue references to functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/846.html",
		"link": "https://wg21.link/cwg846",
		"section": "7.2.1 [basic.lval]",
		"status": "CD2",
		"submitter": "Daniel Krügler",
		"date": "23 March, 2009"
	},
	"CWG847": {
		"type": "issue",
		"title": "Error in rvalue reference deduction example",
		"long_link": "https://cplusplus.github.io/CWG/issues/847.html",
		"link": "https://wg21.link/cwg847",
		"section": "13.10.3.2 [temp.deduct.call]",
		"status": "CD2",
		"submitter": "Steve Adamczyk",
		"date": "27 March, 2009"
	},
	"CWG848": {
		"type": "issue",
		"title": "Unconstrained template template parameters in constrained contexts",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#848",
		"link": "https://wg21.link/cwg848",
		"section": "_N2914_.14.11 [temp.constrained]",
		"status": "concepts",
		"submitter": "James Widman",
		"date": "31 March, 2009"
	},
	"CWG849": {
		"type": "issue",
		"title": "Constraints and template template parameters",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#849",
		"link": "https://wg21.link/cwg849",
		"section": "13.4.4 [temp.arg.template]",
		"status": "concepts",
		"submitter": "James Widman",
		"date": "31 March, 2009"
	},
	"CWG850": {
		"type": "issue",
		"title": "Restrictions on use of non-static data members",
		"long_link": "https://cplusplus.github.io/CWG/issues/850.html",
		"link": "https://wg21.link/cwg850",
		"section": "_N4567_.5.1.1 [expr.prim.general]",
		"status": "CD2",
		"submitter": "Jason Merrill",
		"date": "1 April, 2009"
	},
	"CWG851": {
		"type": "issue",
		"title": "Constraints and template aliases",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#851",
		"link": "https://wg21.link/cwg851",
		"section": "13.7.8 [temp.alias]",
		"status": "concepts",
		"submitter": "James Widman",
		"date": "1 April, 2009"
	},
	"CWG852": {
		"type": "issue",
		"title": "using-declarations and dependent base classes",
		"long_link": "https://cplusplus.github.io/CWG/issues/852.html",
		"link": "https://wg21.link/cwg852",
		"section": "9.10 [namespace.udecl]",
		"status": "CD6",
		"submitter": "Michael Wong",
		"date": "2 April, 2009"
	},
	"CWG853": {
		"type": "issue",
		"title": "Support for relaxed pointer safety",
		"long_link": "https://cplusplus.github.io/CWG/issues/853.html",
		"link": "https://wg21.link/cwg853",
		"section": "_N4885_6.7.5.5.4 [basic.stc.dynamic.safety]",
		"status": "CD2",
		"submitter": "Jens Maurer",
		"date": "3 April, 2009"
	},
	"CWG854": {
		"type": "issue",
		"title": "Left shift and unsigned extended types",
		"long_link": "https://cplusplus.github.io/CWG/issues/854.html",
		"link": "https://wg21.link/cwg854",
		"section": "7.6.7 [expr.shift]",
		"status": "CD2",
		"submitter": "Daniel Krügler",
		"date": "5 April, 2009"
	},
	"CWG855": {
		"type": "issue",
		"title": "Incorrect comments in braced-init-list assignment example",
		"long_link": "https://cplusplus.github.io/CWG/issues/855.html",
		"link": "https://wg21.link/cwg855",
		"section": "7.6.19 [expr.assign]",
		"status": "CD2",
		"submitter": "Daniel Krügler",
		"date": "5 April, 2009"
	},
	"CWG856": {
		"type": "issue",
		"title": "Overlapping concept and requirements scopes",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#856",
		"link": "https://wg21.link/cwg856",
		"section": "_N2960_.3.3.9 [basic.scope.req]",
		"status": "concepts",
		"submitter": "James Widman",
		"date": "5 April, 2009"
	},
	"CWG857": {
		"type": "issue",
		"title": "Implying requirements from enclosing scopes",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#857",
		"link": "https://wg21.link/cwg857",
		"section": "_N2914_.14.11.1.2 [temp.req.impl]",
		"status": "concepts",
		"submitter": "James Widman",
		"date": "5 April, 2009"
	},
	"CWG858": {
		"type": "issue",
		"title": "Example binding an rvalue reference to an lvalue",
		"long_link": "https://cplusplus.github.io/CWG/issues/858.html",
		"link": "https://wg21.link/cwg858",
		"section": "Clause 7 [expr]",
		"status": "CD2",
		"submitter": "Daniel Krügler",
		"date": "6 April, 2009"
	},
	"CWG859": {
		"type": "issue",
		"title": "Incomplete comment in late_check example",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#859",
		"link": "https://wg21.link/cwg859",
		"section": "_N2960_.6.9 [stmt.late]",
		"status": "concepts",
		"submitter": "Daniel Krügler",
		"date": "6 April, 2009"
	},
	"CWG860": {
		"type": "issue",
		"title": "Explicit qualification of constexpr member functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/860.html",
		"link": "https://wg21.link/cwg860",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"date": "6 April, 2009"
	},
	"CWG861": {
		"type": "issue",
		"title": "Unintended ambiguity in inline namespace lookup",
		"long_link": "https://cplusplus.github.io/CWG/issues/861.html",
		"link": "https://wg21.link/cwg861",
		"section": "6.5.5.3 [namespace.qual]",
		"status": "CD2",
		"submitter": "Michael Wong",
		"date": "7 April, 2009"
	},
	"CWG862": {
		"type": "issue",
		"title": "Undefined behavior with enumerator value overflow",
		"long_link": "https://cplusplus.github.io/CWG/issues/862.html",
		"link": "https://wg21.link/cwg862",
		"section": "9.8.1 [dcl.enum]",
		"status": "CD2",
		"submitter": "Daniel Krügler",
		"date": "7 April, 2009"
	},
	"CWG863": {
		"type": "issue",
		"title": "Rvalue reference cast to incomplete type",
		"long_link": "https://cplusplus.github.io/CWG/issues/863.html",
		"link": "https://wg21.link/cwg863",
		"section": "7.6.1 [expr.post]",
		"status": "CD2",
		"submitter": "Steve Adamczyk",
		"date": "7 April, 2009"
	},
	"CWG864": {
		"type": "issue",
		"title": "braced-init-list in the range-based for statement",
		"long_link": "https://cplusplus.github.io/CWG/issues/864.html",
		"link": "https://wg21.link/cwg864",
		"section": "8.6.5 [stmt.ranged]",
		"status": "C++11",
		"submitter": "James Widman",
		"date": "7 April, 2009"
	},
	"CWG865": {
		"type": "issue",
		"title": "Initializing a std::initializer_list",
		"long_link": "https://cplusplus.github.io/CWG/issues/865.html",
		"link": "https://wg21.link/cwg865",
		"section": "9.5.5 [dcl.init.list]",
		"status": "CD2",
		"submitter": "James Widman",
		"date": "8 April, 2009"
	},
	"CWG866": {
		"type": "issue",
		"title": "Concept maps and the range-based for",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#866",
		"link": "https://wg21.link/cwg866",
		"section": "8.6.5 [stmt.ranged]",
		"status": "concepts",
		"submitter": "James Widman",
		"date": "8 April, 2009"
	},
	"CWG867": {
		"type": "issue",
		"title": "Naming a specialization of a constrained template",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#867",
		"link": "https://wg21.link/cwg867",
		"section": "13.3 [temp.names]",
		"status": "concepts",
		"submitter": "James Widman",
		"date": "13 April, 2009"
	},
	"CWG868": {
		"type": "issue",
		"title": "Specifying a concept map in the name of a specialization",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#868",
		"link": "https://wg21.link/cwg868",
		"section": "13.3 [temp.names]",
		"status": "concepts",
		"submitter": "James Widman",
		"date": "13 April, 2009"
	},
	"CWG869": {
		"type": "issue",
		"title": "Uninitialized thread_local objects",
		"long_link": "https://cplusplus.github.io/CWG/issues/869.html",
		"link": "https://wg21.link/cwg869",
		"section": "9.5 [dcl.init]",
		"status": "CD2",
		"submitter": "Daniel Krügler",
		"date": "14 April, 2009"
	},
	"CWG870": {
		"type": "issue",
		"title": "Context of expression when satisfying an associated function requirement",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#870",
		"link": "https://wg21.link/cwg870",
		"section": "_N2914_.14.10.2.1 [concept.map.fct]",
		"status": "concepts",
		"submitter": "James Widman",
		"date": "14 April, 2009"
	},
	"CWG871": {
		"type": "issue",
		"title": "Satisfying associated functions with built-in operators",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#871",
		"link": "https://wg21.link/cwg871",
		"section": "_N2914_.14.10.2.1 [concept.map.fct]",
		"status": "concepts",
		"submitter": "James Widman",
		"date": "15 April, 2009"
	},
	"CWG872": {
		"type": "issue",
		"title": "Lexical issues with raw strings",
		"long_link": "https://cplusplus.github.io/CWG/issues/872.html",
		"link": "https://wg21.link/cwg872",
		"section": "5.13.5 [lex.string]",
		"status": "CD2",
		"submitter": "Joseph Myers",
		"date": "16 April, 2009"
	},
	"CWG873": {
		"type": "issue",
		"title": "Deducing rvalue references in declarative contexts",
		"long_link": "https://cplusplus.github.io/CWG/issues/873.html",
		"link": "https://wg21.link/cwg873",
		"section": "13.10.3.6 [temp.deduct.type]",
		"status": "C++11",
		"submitter": "John Spicer",
		"date": "16 April, 2009"
	},
	"CWG874": {
		"type": "issue",
		"title": "Class-scope definitions of enumeration types",
		"long_link": "https://cplusplus.github.io/CWG/issues/874.html",
		"link": "https://wg21.link/cwg874",
		"section": "11.4 [class.mem]",
		"status": "CD2",
		"submitter": "Daniel Krügler",
		"date": "16 April, 2009"
	},
	"CWG875": {
		"type": "issue",
		"title": "Associated conversion functions converting to the same type",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#875",
		"link": "https://wg21.link/cwg875",
		"section": "11.4.8.3 [class.conv.fct]",
		"status": "concepts",
		"submitter": "Daniel Krügler",
		"date": "19 April, 2009"
	},
	"CWG876": {
		"type": "issue",
		"title": "Type references in rvalue reference deduction specification",
		"long_link": "https://cplusplus.github.io/CWG/issues/876.html",
		"link": "https://wg21.link/cwg876",
		"section": "13.10.3.2 [temp.deduct.call]",
		"status": "CD2",
		"submitter": "Steve Adamczyk",
		"date": "20 April, 2009"
	},
	"CWG877": {
		"type": "issue",
		"title": "Viable functions and binding references to rvalues",
		"long_link": "https://cplusplus.github.io/CWG/issues/877.html",
		"link": "https://wg21.link/cwg877",
		"section": "12.2.3 [over.match.viable]",
		"status": "CD2",
		"submitter": "Daniel Krügler",
		"date": "23 April, 2009"
	},
	"CWG878": {
		"type": "issue",
		"title": "Effective class types in built-in pointer-to-member operator",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#878",
		"link": "https://wg21.link/cwg878",
		"section": "12.5 [over.built]",
		"status": "concepts",
		"submitter": "Daniel Krügler",
		"date": "25 April, 2009"
	},
	"CWG879": {
		"type": "issue",
		"title": "Missing built-in comparison operators for pointer types",
		"long_link": "https://cplusplus.github.io/CWG/issues/879.html",
		"link": "https://wg21.link/cwg879",
		"section": "12.5 [over.built]",
		"status": "CD2",
		"submitter": "Daniel Krügler",
		"date": "25 April, 2009"
	},
	"CWG880": {
		"type": "issue",
		"title": "Built-in conditional operator for scoped enumerations",
		"long_link": "https://cplusplus.github.io/CWG/issues/880.html",
		"link": "https://wg21.link/cwg880",
		"section": "12.5 [over.built]",
		"status": "CD2",
		"submitter": "Daniel Krügler",
		"date": "25 April, 2009"
	},
	"CWG881": {
		"type": "issue",
		"title": "Inconsistent requirement for naming template parameters",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#881",
		"link": "https://wg21.link/cwg881",
		"section": "13.2 [temp.param]",
		"status": "concepts",
		"submitter": "Daniel Krügler",
		"date": "25 April, 2009"
	},
	"CWG882": {
		"type": "issue",
		"title": "Defining main as deleted",
		"long_link": "https://cplusplus.github.io/CWG/issues/882.html",
		"link": "https://wg21.link/cwg882",
		"section": "6.10.3.1 [basic.start.main]",
		"status": "CD2",
		"submitter": "Steve Adamczyk",
		"date": "27 April, 2009"
	},
	"CWG883": {
		"type": "issue",
		"title": "std::memcpy vs std::memmove",
		"long_link": "https://cplusplus.github.io/CWG/issues/883.html",
		"link": "https://wg21.link/cwg883",
		"section": "6.9 [basic.types]",
		"status": "CD2",
		"submitter": "Lawrence Crowl",
		"date": "29 April, 2009"
	},
	"CWG884": {
		"type": "issue",
		"title": "Defining an explicitly-specialized static data member",
		"long_link": "https://cplusplus.github.io/CWG/issues/884.html",
		"link": "https://wg21.link/cwg884",
		"section": "13.9.4 [temp.expl.spec]",
		"status": "CD2",
		"submitter": "Daniel Krügler",
		"date": "29 April, 2009"
	},
	"CWG885": {
		"type": "issue",
		"title": "Partial ordering of function templates with unordered parameter pairs",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#885",
		"link": "https://wg21.link/cwg885",
		"section": "13.10.3.5 [temp.deduct.partial]",
		"status": "NAD",
		"submitter": "Mike Miller",
		"date": "1 May, 2009"
	},
	"CWG886": {
		"type": "issue",
		"title": "Member initializers and aggregates",
		"long_link": "https://cplusplus.github.io/CWG/issues/886.html",
		"link": "https://wg21.link/cwg886",
		"section": "9.5.2 [dcl.init.aggr]",
		"status": "CD2",
		"submitter": "Daniel Krügler",
		"date": "5 May, 2009"
	},
	"CWG887": {
		"type": "issue",
		"title": "Move construction of thrown object",
		"long_link": "https://cplusplus.github.io/CWG/issues/887.html",
		"link": "https://wg21.link/cwg887",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "CD2",
		"submitter": "Steve Adamczyk",
		"date": "6 May, 2009"
	},
	"CWG888": {
		"type": "issue",
		"title": "Union member initializers",
		"long_link": "https://cplusplus.github.io/CWG/issues/888.html",
		"link": "https://wg21.link/cwg888",
		"section": "11.9.3 [class.base.init]",
		"status": "CD2",
		"submitter": "Alisdair Meredith",
		"date": "6 May, 2009"
	},
	"CWG889": {
		"type": "issue",
		"title": "Default implementations of associated functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#889",
		"link": "https://wg21.link/cwg889",
		"section": "_N2914_.14.10.1.1 [concept.fct]",
		"status": "concepts",
		"submitter": "Daniel Krügler",
		"date": "4 May, 2009"
	},
	"CWG890": {
		"type": "issue",
		"title": "Missing requirement in example",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#890",
		"link": "https://wg21.link/cwg890",
		"section": "_N2914_.14.11.1.1 [temp.req.sat]",
		"status": "concepts",
		"submitter": "Daniel Krügler",
		"date": "6 May, 2009"
	},
	"CWG891": {
		"type": "issue",
		"title": "const_cast to rvalue reference from objectless rvalue",
		"long_link": "https://cplusplus.github.io/CWG/issues/891.html",
		"link": "https://wg21.link/cwg891",
		"section": "7.6.1.11 [expr.const.cast]",
		"status": "CD2",
		"submitter": "Steve Adamczyk",
		"date": "8 May, 2009"
	},
	"CWG892": {
		"type": "issue",
		"title": "Missing requirements for constexpr constructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/892.html",
		"link": "https://wg21.link/cwg892",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"date": "8 May, 2009"
	},
	"CWG893": {
		"type": "issue",
		"title": "Brace syntax for enumerator-definitions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#893",
		"link": "https://wg21.link/cwg893",
		"section": "9.8.1 [dcl.enum]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"date": "8 May, 2009"
	},
	"CWG894": {
		"type": "issue",
		"title": "Incorrect example for constrained overload resolution",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#894",
		"link": "https://wg21.link/cwg894",
		"section": "_N2914_.14.11.4 [temp.constrained.inst]",
		"status": "concepts",
		"submitter": "Daniel Krügler",
		"date": "8 May, 2009"
	},
	"CWG895": {
		"type": "issue",
		"title": "Missing destructor requirements",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#895",
		"link": "https://wg21.link/cwg895",
		"section": "_N2914_.14.11.2.1 [temp.archetype.assemble]",
		"status": "concepts",
		"submitter": "Daniel Krügler",
		"date": "8 May, 2009"
	},
	"CWG896": {
		"type": "issue",
		"title": "Rvalue references and rvalue-reference conversion functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/896.html",
		"link": "https://wg21.link/cwg896",
		"section": "9.5.4 [dcl.init.ref]",
		"status": "CD2",
		"submitter": "Steve Adamczyk",
		"date": "9 May, 2009"
	},
	"CWG897": {
		"type": "issue",
		"title": "_Pragma and extended string-literals",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#897",
		"link": "https://wg21.link/cwg897",
		"section": "15.13 [cpp.pragma.op]",
		"status": "open",
		"submitter": "Daniel Krügler",
		"date": "9 May, 2009"
	},
	"CWG898": {
		"type": "issue",
		"title": "Declarations in constexpr functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/898.html",
		"link": "https://wg21.link/cwg898",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"date": "9 May, 2009"
	},
	"CWG899": {
		"type": "issue",
		"title": "Explicit conversion functions in direct class initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/899.html",
		"link": "https://wg21.link/cwg899",
		"section": "12.2.2.5 [over.match.copy]",
		"status": "CD2",
		"submitter": "Jason Merrill",
		"date": "13 May, 2009"
	},
	"CWG900": {
		"type": "issue",
		"title": "Lifetime of temporaries in range-based for",
		"long_link": "https://cplusplus.github.io/CWG/issues/900.html",
		"link": "https://wg21.link/cwg900",
		"section": "6.8.7 [class.temporary]",
		"status": "C++23",
		"submitter": "Thomas J. Gritzan",
		"date": "2009-05-12"
	},
	"CWG901": {
		"type": "issue",
		"title": "Deleted operator delete",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#901",
		"link": "https://wg21.link/cwg901",
		"section": "7.6.2.8 [expr.new]",
		"status": "open",
		"submitter": "John Spicer",
		"date": "20 May, 2009"
	},
	"CWG902": {
		"type": "issue",
		"title": "In-class initialization of non-constant static data members",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#902",
		"link": "https://wg21.link/cwg902",
		"section": "11.4.9.3 [class.static.data]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"date": "21 May, 2009"
	},
	"CWG903": {
		"type": "issue",
		"title": "Value-dependent integral null pointer constants",
		"long_link": "https://cplusplus.github.io/CWG/issues/903.html",
		"link": "https://wg21.link/cwg903",
		"section": "13.8.3.4 [temp.dep.constexpr]",
		"status": "CD3",
		"submitter": "Doug Gregor",
		"date": "22 May, 2009"
	},
	"CWG904": {
		"type": "issue",
		"title": "Parameter packs in lambda-captures",
		"long_link": "https://cplusplus.github.io/CWG/issues/904.html",
		"link": "https://wg21.link/cwg904",
		"section": "7.5.6.3 [expr.prim.lambda.capture]",
		"status": "CD2",
		"submitter": "Faisal Vali",
		"date": "23 May, 2009"
	},
	"CWG905": {
		"type": "issue",
		"title": "Explicit defaulted copy constructors and trivial copyability",
		"long_link": "https://cplusplus.github.io/CWG/issues/905.html",
		"link": "https://wg21.link/cwg905",
		"section": "Clause 11 [class]",
		"status": "CD2",
		"submitter": "Daveed Vandevoorde",
		"date": "27 May, 2009"
	},
	"CWG906": {
		"type": "issue",
		"title": "Which special member functions can be defaulted?",
		"long_link": "https://cplusplus.github.io/CWG/issues/906.html",
		"link": "https://wg21.link/cwg906",
		"section": "9.6 [dcl.fct.def]",
		"status": "CD2",
		"submitter": "Daveed Vandevoorde",
		"date": "27 May, 2009"
	},
	"CWG907": {
		"type": "issue",
		"title": "Default types in requirements in auto concepts",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#907",
		"link": "https://wg21.link/cwg907",
		"section": "_N2914_.14.10.2.2 [concept.map.assoc]",
		"status": "concepts",
		"submitter": "James Widman",
		"date": "28 May, 2009"
	},
	"CWG908": {
		"type": "issue",
		"title": "Deleted global allocation and deallocation functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/908.html",
		"link": "https://wg21.link/cwg908",
		"section": "9.6 [dcl.fct.def]",
		"status": "CD2",
		"submitter": "John Spicer",
		"date": "2 June, 2009"
	},
	"CWG909": {
		"type": "issue",
		"title": "Old-style casts with conversion functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#909",
		"link": "https://wg21.link/cwg909",
		"section": "7.6.3 [expr.cast]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"date": "2 June, 2009"
	},
	"CWG910": {
		"type": "issue",
		"title": "Move constructors and implicitly-declared copy constructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/910.html",
		"link": "https://wg21.link/cwg910",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "CD2",
		"submitter": "Daveed Vandevoorde",
		"date": "4 June, 2009"
	},
	"CWG911": {
		"type": "issue",
		"title": "late_check and concept map templates",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#911",
		"link": "https://wg21.link/cwg911",
		"section": "_N2914_.14.10.2 [concept.map]",
		"status": "concepts",
		"submitter": "Daniel Krügler",
		"date": "6 June, 2009"
	},
	"CWG912": {
		"type": "issue",
		"title": "Character literals and universal-character-names",
		"long_link": "https://cplusplus.github.io/CWG/issues/912.html",
		"link": "https://wg21.link/cwg912",
		"section": "5.13.3 [lex.ccon]",
		"status": "CD3",
		"submitter": "Alisdair Meredith",
		"date": "7 June, 2009"
	},
	"CWG913": {
		"type": "issue",
		"title": "Deduction rules for array- and function-type conversion functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/913.html",
		"link": "https://wg21.link/cwg913",
		"section": "13.10.3.4 [temp.deduct.conv]",
		"status": "CD2",
		"submitter": "Steve Clamage",
		"date": "10 June, 2009"
	},
	"CWG914": {
		"type": "issue",
		"title": "Value-initialization of array types",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#914",
		"link": "https://wg21.link/cwg914",
		"section": "7.6.1.4 [expr.type.conv]",
		"status": "open",
		"submitter": "Gabriel Dos Reis",
		"date": "10 June, 2009",
		"liaison": "EWG"
	},
	"CWG915": {
		"type": "issue",
		"title": "Deleted specializations of member function templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/915.html",
		"link": "https://wg21.link/cwg915",
		"section": "9.6 [dcl.fct.def]",
		"status": "CD2",
		"submitter": "Daveed Vandevoorde",
		"date": "12 June, 2009"
	},
	"CWG916": {
		"type": "issue",
		"title": "Does a reference type have a destructor?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#916",
		"link": "https://wg21.link/cwg916",
		"section": "_N2914_.14.10.2.1 [concept.map.fct]",
		"status": "concepts",
		"submitter": "James Widman",
		"date": "12 June, 2009"
	},
	"CWG917": {
		"type": "issue",
		"title": "Pointer conversions between archetypes",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#917",
		"link": "https://wg21.link/cwg917",
		"section": "7.3.12 [conv.ptr]",
		"status": "concepts",
		"submitter": "James Widman",
		"date": "12 June, 2009"
	},
	"CWG918": {
		"type": "issue",
		"title": "Declaration/expression ambiguity in associated function expressions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#918",
		"link": "https://wg21.link/cwg918",
		"section": "_N2914_.14.10.2.1 [concept.map.fct]",
		"status": "concepts",
		"submitter": "James Widman",
		"date": "19 June, 2009"
	},
	"CWG919": {
		"type": "issue",
		"title": "Contradictions regarding inline namespaces",
		"long_link": "https://cplusplus.github.io/CWG/issues/919.html",
		"link": "https://wg21.link/cwg919",
		"section": "9.9.2 [namespace.def]",
		"status": "CD2",
		"submitter": "Michael Wong",
		"date": "19 June, 2009"
	},
	"CWG920": {
		"type": "issue",
		"title": "Interaction of inline namespaces and using-declarations",
		"long_link": "https://cplusplus.github.io/CWG/issues/920.html",
		"link": "https://wg21.link/cwg920",
		"section": "9.3.4 [dcl.meaning]",
		"status": "CD2",
		"submitter": "Michael Wong",
		"date": "19 June, 2009"
	},
	"CWG921": {
		"type": "issue",
		"title": "Unclear specification of inline namespaces",
		"long_link": "https://cplusplus.github.io/CWG/issues/921.html",
		"link": "https://wg21.link/cwg921",
		"section": "9.9.2 [namespace.def]",
		"status": "CD2",
		"submitter": "Michael Wong",
		"date": "19 June, 2009"
	},
	"CWG922": {
		"type": "issue",
		"title": "Implicit default constructor definitions and const variant members",
		"long_link": "https://cplusplus.github.io/CWG/issues/922.html",
		"link": "https://wg21.link/cwg922",
		"section": "11.4.5 [class.ctor]",
		"status": "CD2",
		"submitter": "Daveed Vandevoorde",
		"date": "19 June, 2009"
	},
	"CWG923": {
		"type": "issue",
		"title": "Inline explicit specializations",
		"long_link": "https://cplusplus.github.io/CWG/issues/923.html",
		"link": "https://wg21.link/cwg923",
		"section": "13.9.4 [temp.expl.spec]",
		"status": "CD2",
		"submitter": "Daveed Vandevoorde",
		"date": "19 June, 2009"
	},
	"CWG924": {
		"type": "issue",
		"title": "alias-declaration as a class member",
		"long_link": "https://cplusplus.github.io/CWG/issues/924.html",
		"link": "https://wg21.link/cwg924",
		"section": "11.4 [class.mem]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"date": "23 June, 2009"
	},
	"CWG925": {
		"type": "issue",
		"title": "Type of character literals in preprocessor expressions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#925",
		"link": "https://wg21.link/cwg925",
		"section": "15.2 [cpp.cond]",
		"status": "open",
		"submitter": "Michael Wong",
		"date": "29 June, 2009"
	},
	"CWG926": {
		"type": "issue",
		"title": "Inline unnamed namespaces",
		"long_link": "https://cplusplus.github.io/CWG/issues/926.html",
		"link": "https://wg21.link/cwg926",
		"section": "9.9.2.2 [namespace.unnamed]",
		"status": "CD2",
		"submitter": "Michael Wong",
		"date": "29 June, 2009"
	},
	"CWG927": {
		"type": "issue",
		"title": "Implicitly-deleted default constructors and member initializers",
		"long_link": "https://cplusplus.github.io/CWG/issues/927.html",
		"link": "https://wg21.link/cwg927",
		"section": "11.4.5 [class.ctor]",
		"status": "CD2",
		"submitter": "Alisdair Meredith",
		"date": "1 July, 2009"
	},
	"CWG928": {
		"type": "issue",
		"title": "Defaulting a function that would be implicitly defined as deleted",
		"long_link": "https://cplusplus.github.io/CWG/issues/928.html",
		"link": "https://wg21.link/cwg928",
		"section": "9.6 [dcl.fct.def]",
		"status": "CD2",
		"submitter": "Alisdair Meredith",
		"date": "1 July, 2009"
	},
	"CWG929": {
		"type": "issue",
		"title": "What is a template alias?",
		"long_link": "https://cplusplus.github.io/CWG/issues/929.html",
		"link": "https://wg21.link/cwg929",
		"section": "13.7.8 [temp.alias]",
		"status": "CD2",
		"submitter": "Alisdair Meredith",
		"date": "2 July, 2009"
	},
	"CWG930": {
		"type": "issue",
		"title": "alignof with incomplete array type",
		"long_link": "https://cplusplus.github.io/CWG/issues/930.html",
		"link": "https://wg21.link/cwg930",
		"section": "7.6.2.6 [expr.alignof]",
		"status": "CD2",
		"submitter": "Alisdair Meredith",
		"date": "6 July, 2009"
	},
	"CWG931": {
		"type": "issue",
		"title": "Confusing reference to the length of a user-defined string literal",
		"long_link": "https://cplusplus.github.io/CWG/issues/931.html",
		"link": "https://wg21.link/cwg931",
		"section": "5.13.9 [lex.ext]",
		"status": "CD2",
		"submitter": "Alisdair Meredith",
		"date": "6 July, 2009"
	},
	"CWG932": {
		"type": "issue",
		"title": "UCNs in closing delimiters of raw string literals",
		"long_link": "https://cplusplus.github.io/CWG/issues/932.html",
		"link": "https://wg21.link/cwg932",
		"section": "5.13.5 [lex.string]",
		"status": "CD2",
		"submitter": "Alisdair Meredith",
		"date": "7 July, 2009"
	},
	"CWG933": {
		"type": "issue",
		"title": "32-bit UCNs with 16-bit wchar_t",
		"long_link": "https://cplusplus.github.io/CWG/issues/933.html",
		"link": "https://wg21.link/cwg933",
		"section": "5.13.3 [lex.ccon]",
		"status": "CD2",
		"submitter": "Alisdair Meredith",
		"date": "7 July, 2009"
	},
	"CWG934": {
		"type": "issue",
		"title": "List-initialization of references",
		"long_link": "https://cplusplus.github.io/CWG/issues/934.html",
		"link": "https://wg21.link/cwg934",
		"section": "9.5.5 [dcl.init.list]",
		"status": "CD2",
		"submitter": "Mike Miller",
		"date": "8 July, 2009"
	},
	"CWG935": {
		"type": "issue",
		"title": "Missing overloads for character types for user-defined literals",
		"long_link": "https://cplusplus.github.io/CWG/issues/935.html",
		"link": "https://wg21.link/cwg935",
		"section": "12.6 [over.literal]",
		"status": "CD2",
		"submitter": "Alisdair Meredith",
		"date": "9 July, 2009"
	},
	"CWG936": {
		"type": "issue",
		"title": "Array initialization with new string literals",
		"long_link": "https://cplusplus.github.io/CWG/issues/936.html",
		"link": "https://wg21.link/cwg936",
		"section": "9.5.3 [dcl.init.string]",
		"status": "CD2",
		"submitter": "Alisdair Meredith",
		"date": "11 July, 2009"
	},
	"CWG937": {
		"type": "issue",
		"title": "Restrictions on values of template arguments in user-defined literals",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#937",
		"link": "https://wg21.link/cwg937",
		"section": "5.13.9 [lex.ext]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"date": "11 July, 2009"
	},
	"CWG938": {
		"type": "issue",
		"title": "Initializer lists and array new",
		"long_link": "https://cplusplus.github.io/CWG/issues/938.html",
		"link": "https://wg21.link/cwg938",
		"section": "9.5.2 [dcl.init.aggr]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"date": "12 July, 2009"
	},
	"CWG939": {
		"type": "issue",
		"title": "Explicitly checking virtual function overriding",
		"long_link": "https://cplusplus.github.io/CWG/issues/939.html",
		"link": "https://wg21.link/cwg939",
		"section": "11.7.3 [class.virtual]",
		"status": "CD2",
		"submitter": "FI/US",
		"date": "14 July, 2009"
	},
	"CWG940": {
		"type": "issue",
		"title": "Global anonymous unions",
		"long_link": "https://cplusplus.github.io/CWG/issues/940.html",
		"link": "https://wg21.link/cwg940",
		"section": "9.2.2 [dcl.stc]",
		"status": "CD2",
		"submitter": "UK",
		"date": "14 July, 2009"
	},
	"CWG941": {
		"type": "issue",
		"title": "Explicit specialization of deleted function template",
		"long_link": "https://cplusplus.github.io/CWG/issues/941.html",
		"link": "https://wg21.link/cwg941",
		"section": "13.9.4 [temp.expl.spec]",
		"status": "C++11",
		"submitter": "Spicer",
		"date": "14 July, 2009"
	},
	"CWG942": {
		"type": "issue",
		"title": "Is this an entity?",
		"long_link": "https://cplusplus.github.io/CWG/issues/942.html",
		"link": "https://wg21.link/cwg942",
		"section": "6.1 [basic.pre]",
		"status": "CD2",
		"submitter": "Maurer",
		"date": "14 July, 2009"
	},
	"CWG943": {
		"type": "issue",
		"title": "Is T() a temporary?",
		"long_link": "https://cplusplus.github.io/CWG/issues/943.html",
		"link": "https://wg21.link/cwg943",
		"section": "7.6.1.4 [expr.type.conv]",
		"status": "CD5",
		"submitter": "Miller",
		"date": "14 July, 2009"
	},
	"CWG944": {
		"type": "issue",
		"title": "reinterpret_cast for all types with the same size and alignment",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#944",
		"link": "https://wg21.link/cwg944",
		"section": "7.6.1.10 [expr.reinterpret.cast]",
		"status": "NAD",
		"submitter": "Miller",
		"date": "15 July, 2009"
	},
	"CWG945": {
		"type": "issue",
		"title": "Use of this in a late-specified return type",
		"long_link": "https://cplusplus.github.io/CWG/issues/945.html",
		"link": "https://wg21.link/cwg945",
		"section": "_N4567_.5.1.1 [expr.prim.general]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"date": "18 July, 2009"
	},
	"CWG946": {
		"type": "issue",
		"title": "Order of destruction of local static objects and calls to std::atexit",
		"long_link": "https://cplusplus.github.io/CWG/issues/946.html",
		"link": "https://wg21.link/cwg946",
		"section": "6.10.3.3 [basic.start.dynamic]",
		"status": "CD2",
		"submitter": "Fraser Ross",
		"date": "28 July, 2009"
	},
	"CWG947": {
		"type": "issue",
		"title": "Deducing type template arguments from default function arguments",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#947",
		"link": "https://wg21.link/cwg947",
		"section": "13.10.4 [temp.over]",
		"status": "NAD",
		"submitter": "Dave Abrahams",
		"date": "27 July, 2009"
	},
	"CWG948": {
		"type": "issue",
		"title": "constexpr in conditions",
		"long_link": "https://cplusplus.github.io/CWG/issues/948.html",
		"link": "https://wg21.link/cwg948",
		"section": "8.5 [stmt.select]",
		"status": "C++11",
		"submitter": "Gabriel Dos Reis",
		"date": "2 August, 2009"
	},
	"CWG949": {
		"type": "issue",
		"title": "Requirements for freestanding implementations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#949",
		"link": "https://wg21.link/cwg949",
		"section": "4.1 [intro.compliance]",
		"status": "open",
		"submitter": "Detlef Vollman",
		"date": "2 August, 2009"
	},
	"CWG950": {
		"type": "issue",
		"title": "Use of decltype as a class-name",
		"long_link": "https://cplusplus.github.io/CWG/issues/950.html",
		"link": "https://wg21.link/cwg950",
		"section": "9.2.9.3 [dcl.type.simple]",
		"status": "CD2",
		"submitter": "Alisdair Meredith",
		"date": "3 August, 2009"
	},
	"CWG951": {
		"type": "issue",
		"title": "Problems with attribute-specifiers",
		"long_link": "https://cplusplus.github.io/CWG/issues/951.html",
		"link": "https://wg21.link/cwg951",
		"section": "9.13 [dcl.attr]",
		"status": "CD2",
		"submitter": "Sean Hunt",
		"date": "5 August, 2009"
	},
	"CWG952": {
		"type": "issue",
		"title": "Insufficient description of “naming class”",
		"long_link": "https://cplusplus.github.io/CWG/issues/952.html",
		"link": "https://wg21.link/cwg952",
		"section": "11.8.3 [class.access.base]",
		"status": "CD6",
		"submitter": "James Widman",
		"date": "7 August, 2009"
	},
	"CWG953": {
		"type": "issue",
		"title": "Rvalue references and function viability",
		"long_link": "https://cplusplus.github.io/CWG/issues/953.html",
		"link": "https://wg21.link/cwg953",
		"section": "12.2.4.2.5 [over.ics.ref]",
		"status": "CD2",
		"submitter": "Mike Miller",
		"date": "18 August, 2009"
	},
	"CWG954": {
		"type": "issue",
		"title": "Overload resolution of conversion operator templates with built-in types",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#954",
		"link": "https://wg21.link/cwg954",
		"section": "12.5 [over.built]",
		"status": "open",
		"submitter": "Steve Clamage",
		"date": "19 August, 2009"
	},
	"CWG955": {
		"type": "issue",
		"title": "Can a closure type's operator() be virtual?",
		"long_link": "https://cplusplus.github.io/CWG/issues/955.html",
		"link": "https://wg21.link/cwg955",
		"section": "7.5.6.2 [expr.prim.lambda.closure]",
		"status": "CD2",
		"submitter": "Daniel Krügler",
		"date": "19 August, 2009"
	},
	"CWG956": {
		"type": "issue",
		"title": "Function prototype scope with late-specified return types",
		"long_link": "https://cplusplus.github.io/CWG/issues/956.html",
		"link": "https://wg21.link/cwg956",
		"section": "9.3.4.6 [dcl.fct]",
		"status": "CD2",
		"submitter": "Daveed Vandevoorde",
		"date": "21 August, 2009"
	},
	"CWG957": {
		"type": "issue",
		"title": "Alternative tokens and attribute-tokens",
		"long_link": "https://cplusplus.github.io/CWG/issues/957.html",
		"link": "https://wg21.link/cwg957",
		"section": "9.13.1 [dcl.attr.grammar]",
		"status": "CD2",
		"submitter": "Daveed Vandevoorde",
		"date": "26 August, 2009"
	},
	"CWG958": {
		"type": "issue",
		"title": "Lambdas and decltype",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#958",
		"link": "https://wg21.link/cwg958",
		"section": "7.5.6 [expr.prim.lambda]",
		"status": "NAD",
		"submitter": "Jason Merrill",
		"date": "31 August, 2009"
	},
	"CWG959": {
		"type": "issue",
		"title": "Alignment attribute for class and enumeration types",
		"long_link": "https://cplusplus.github.io/CWG/issues/959.html",
		"link": "https://wg21.link/cwg959",
		"section": "9.13.2 [dcl.align]",
		"status": "CD2",
		"submitter": "Daveed Vandevoorde",
		"date": "31 August, 2009"
	},
	"CWG960": {
		"type": "issue",
		"title": "Covariant functions and lvalue/rvalue references",
		"long_link": "https://cplusplus.github.io/CWG/issues/960.html",
		"link": "https://wg21.link/cwg960",
		"section": "11.7.3 [class.virtual]",
		"status": "CD2",
		"submitter": "James Widman",
		"date": "1 September, 2009"
	},
	"CWG961": {
		"type": "issue",
		"title": "Overload resolution and conversion of std::nullptr_t to bool",
		"long_link": "https://cplusplus.github.io/CWG/issues/961.html",
		"link": "https://wg21.link/cwg961",
		"section": "12.2.4.3 [over.ics.rank]",
		"status": "CD2",
		"submitter": "Mike Miller",
		"date": "2 September, 2009"
	},
	"CWG962": {
		"type": "issue",
		"title": "Attributes appertaining to class and enum types",
		"long_link": "https://cplusplus.github.io/CWG/issues/962.html",
		"link": "https://wg21.link/cwg962",
		"section": "9.2.9.5 [dcl.type.elab]",
		"status": "CD2",
		"submitter": "Daveed Vandevoorde",
		"date": "2 September, 2009"
	},
	"CWG963": {
		"type": "issue",
		"title": "Comparing nullptr with 0",
		"long_link": "https://cplusplus.github.io/CWG/issues/963.html",
		"link": "https://wg21.link/cwg963",
		"section": "7.6.9 [expr.rel]",
		"status": "CD2",
		"submitter": "Mike Miller",
		"date": "8 September, 2009"
	},
	"CWG964": {
		"type": "issue",
		"title": "Incorrect description of when the lvalue-to-rvalue conversion applies",
		"long_link": "https://cplusplus.github.io/CWG/issues/964.html",
		"link": "https://wg21.link/cwg964",
		"section": "7.2.1 [basic.lval]",
		"status": "C++11",
		"submitter": "Doug Gregor",
		"date": "14 September, 2009"
	},
	"CWG965": {
		"type": "issue",
		"title": "Limiting the applicability of the carries_dependency attribute",
		"long_link": "https://cplusplus.github.io/CWG/issues/965.html",
		"link": "https://wg21.link/cwg965",
		"section": "_N5001_.9.12.4 [dcl.attr.depend]",
		"status": "CD2",
		"submitter": "Daveed Vandevoorde",
		"date": "15 September, 2009"
	},
	"CWG966": {
		"type": "issue",
		"title": "Nested types without linkage",
		"long_link": "https://cplusplus.github.io/CWG/issues/966.html",
		"link": "https://wg21.link/cwg966",
		"section": "6.7 [basic.link]",
		"status": "CD2",
		"submitter": "Jason Merrill",
		"date": "15 September, 2009"
	},
	"CWG967": {
		"type": "issue",
		"title": "Exception specification of replacement allocation function",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#967",
		"link": "https://wg21.link/cwg967",
		"section": "6.8.6.5 [basic.stc.dynamic]",
		"status": "NAD",
		"submitter": "Steve Clamage",
		"date": "15 September, 2009"
	},
	"CWG968": {
		"type": "issue",
		"title": "Syntactic ambiguity of the attribute notation",
		"long_link": "https://cplusplus.github.io/CWG/issues/968.html",
		"link": "https://wg21.link/cwg968",
		"section": "9.13.1 [dcl.attr.grammar]",
		"status": "CD2",
		"submitter": "Daveed Vandevoorde",
		"date": "23 September, 2009"
	},
	"CWG969": {
		"type": "issue",
		"title": "Explicit instantiation declarations of class template specializations",
		"long_link": "https://cplusplus.github.io/CWG/issues/969.html",
		"link": "https://wg21.link/cwg969",
		"section": "13.9.3 [temp.explicit]",
		"status": "CD2",
		"submitter": "Jason Merrill",
		"date": "29 December, 2008"
	},
	"CWG970": {
		"type": "issue",
		"title": "Consistent use of “appertain” and “apply”",
		"long_link": "https://cplusplus.github.io/CWG/issues/970.html",
		"link": "https://wg21.link/cwg970",
		"section": "9.13 [dcl.attr]",
		"status": "CD2",
		"submitter": "Daveed Vandevoorde",
		"date": "28 September, 2009"
	},
	"CWG971": {
		"type": "issue",
		"title": "Incorrect treatment of exception-declarations",
		"long_link": "https://cplusplus.github.io/CWG/issues/971.html",
		"link": "https://wg21.link/cwg971",
		"section": "14.4 [except.handle]",
		"status": "C++11",
		"submitter": "Mike Miller",
		"date": "28 September, 2009"
	},
	"CWG972": {
		"type": "issue",
		"title": "Allowing multiple attribute-specifiers",
		"long_link": "https://cplusplus.github.io/CWG/issues/972.html",
		"link": "https://wg21.link/cwg972",
		"section": "9.13.1 [dcl.attr.grammar]",
		"status": "C++11",
		"submitter": "Daveed Vandevoorde",
		"date": "5 October, 2009"
	},
	"CWG973": {
		"type": "issue",
		"title": "Function types in exception-specifications",
		"long_link": "https://cplusplus.github.io/CWG/issues/973.html",
		"link": "https://wg21.link/cwg973",
		"section": "14.5 [except.spec]",
		"status": "CD2",
		"submitter": "Daniel Krügler",
		"date": "12 October, 2009"
	},
	"CWG974": {
		"type": "issue",
		"title": "Default arguments for lambdas",
		"long_link": "https://cplusplus.github.io/CWG/issues/974.html",
		"link": "https://wg21.link/cwg974",
		"section": "7.5.6 [expr.prim.lambda]",
		"status": "CD3",
		"submitter": "Jason Merrill",
		"date": "4 September, 2009"
	},
	"CWG975": {
		"type": "issue",
		"title": "Restrictions on return type deduction for lambdas",
		"long_link": "https://cplusplus.github.io/CWG/issues/975.html",
		"link": "https://wg21.link/cwg975",
		"section": "7.5.6 [expr.prim.lambda]",
		"status": "CD3",
		"submitter": "Jason Merrill",
		"date": "4 September, 2009"
	},
	"CWG976": {
		"type": "issue",
		"title": "Deduction for const T& conversion operators",
		"long_link": "https://cplusplus.github.io/CWG/issues/976.html",
		"link": "https://wg21.link/cwg976",
		"section": "13.10.3.4 [temp.deduct.conv]",
		"status": "CD2",
		"submitter": "Jens Maurer",
		"date": "1 October, 2009"
	},
	"CWG977": {
		"type": "issue",
		"title": "When is an enumeration type complete?",
		"long_link": "https://cplusplus.github.io/CWG/issues/977.html",
		"link": "https://wg21.link/cwg977",
		"section": "9.8.1 [dcl.enum]",
		"status": "CD3",
		"submitter": "Daniel Krügler",
		"date": "3 October, 2009"
	},
	"CWG978": {
		"type": "issue",
		"title": "Incorrect specification for copy initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/978.html",
		"link": "https://wg21.link/cwg978",
		"section": "12.2.4.2 [over.best.ics]",
		"status": "CD2",
		"submitter": "Daniel Krügler",
		"date": "5 October, 2009"
	},
	"CWG979": {
		"type": "issue",
		"title": "Position of attribute-specifier in declarator syntax",
		"long_link": "https://cplusplus.github.io/CWG/issues/979.html",
		"link": "https://wg21.link/cwg979",
		"section": "9.3 [dcl.decl]",
		"status": "CD2",
		"submitter": "Daveed Vandevoorde",
		"date": "8 October, 2009"
	},
	"CWG980": {
		"type": "issue",
		"title": "Explicit instantiation of a member of a class template",
		"long_link": "https://cplusplus.github.io/CWG/issues/980.html",
		"link": "https://wg21.link/cwg980",
		"section": "13.9.3 [temp.explicit]",
		"status": "CD2",
		"submitter": "Doug Gregor",
		"date": "14 October, 2009"
	},
	"CWG981": {
		"type": "issue",
		"title": "Constexpr constructor templates and literal types",
		"long_link": "https://cplusplus.github.io/CWG/issues/981.html",
		"link": "https://wg21.link/cwg981",
		"section": "6.9 [basic.types]",
		"status": "C++11",
		"submitter": "Gabriel Dos Reis",
		"date": "16 October, 2009"
	},
	"CWG982": {
		"type": "issue",
		"title": "Initialization with an empty initializer list",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#982",
		"link": "https://wg21.link/cwg982",
		"section": "9.5.5 [dcl.init.list]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"date": "17 October, 2009"
	},
	"CWG983": {
		"type": "issue",
		"title": "Ambiguous pointer-to-member constant",
		"long_link": "https://cplusplus.github.io/CWG/issues/983.html",
		"link": "https://wg21.link/cwg983",
		"section": "7.6.2.2 [expr.unary.op]",
		"status": "CD2",
		"submitter": "Daniel Krügler",
		"date": "19 October, 2009"
	},
	"CWG984": {
		"type": "issue",
		"title": "“Deduced type” is unclear in auto type deduction",
		"long_link": "https://cplusplus.github.io/CWG/issues/984.html",
		"link": "https://wg21.link/cwg984",
		"section": "9.2.9.7 [dcl.spec.auto]",
		"status": "CD2",
		"submitter": "Michael Wong",
		"date": "19 October, 2009"
	},
	"CWG985": {
		"type": "issue",
		"title": "Alternative tokens and user-defined literals",
		"long_link": "https://cplusplus.github.io/CWG/issues/985.html",
		"link": "https://wg21.link/cwg985",
		"section": "5.9 [lex.digraph]",
		"status": "C++11",
		"submitter": "Michael Wong",
		"date": "19 October, 2009"
	},
	"CWG986": {
		"type": "issue",
		"title": "Transitivity of using-directives versus qualified lookup",
		"long_link": "https://cplusplus.github.io/CWG/issues/986.html",
		"link": "https://wg21.link/cwg986",
		"section": "9.9.4 [namespace.udir]",
		"status": "CD2",
		"submitter": "Michael Wong",
		"date": "19 October, 2009"
	},
	"CWG987": {
		"type": "issue",
		"title": "Which declarations introduce namespace members?",
		"long_link": "https://cplusplus.github.io/CWG/issues/987.html",
		"link": "https://wg21.link/cwg987",
		"section": "9.9 [basic.namespace]",
		"status": "CD4",
		"submitter": "Michael Wong",
		"date": "19 October, 2009"
	},
	"CWG988": {
		"type": "issue",
		"title": "Reference-to-reference collapsing with decltype",
		"long_link": "https://cplusplus.github.io/CWG/issues/988.html",
		"link": "https://wg21.link/cwg988",
		"section": "9.2.9.3 [dcl.type.simple]",
		"status": "CD2",
		"submitter": "Michael Wong",
		"date": "19 October, 2009"
	},
	"CWG989": {
		"type": "issue",
		"title": "Misplaced list-initialization example",
		"long_link": "https://cplusplus.github.io/CWG/issues/989.html",
		"link": "https://wg21.link/cwg989",
		"section": "9.5.5 [dcl.init.list]",
		"status": "CD2",
		"submitter": "Daniel Krügler",
		"date": "20 October, 2009"
	},
	"CWG990": {
		"type": "issue",
		"title": "Value initialization with multiple initializer-list constructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/990.html",
		"link": "https://wg21.link/cwg990",
		"section": "9.5.5 [dcl.init.list]",
		"status": "CD2",
		"submitter": "Daniel Krügler",
		"date": "20 October, 2009"
	},
	"CWG991": {
		"type": "issue",
		"title": "Reference parameters of constexpr functions and constructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/991.html",
		"link": "https://wg21.link/cwg991",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "CD2",
		"submitter": "Gabriel Dos Reis",
		"date": "20 October, 2009"
	},
	"CWG992": {
		"type": "issue",
		"title": "Inheriting explicitness",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#992",
		"link": "https://wg21.link/cwg992",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "NAD",
		"submitter": "Lawrence Crowl",
		"date": "24 October, 2009"
	},
	"CWG993": {
		"type": "issue",
		"title": "Freedom to perform instantiation at the end of the translation unit",
		"long_link": "https://cplusplus.github.io/CWG/issues/993.html",
		"link": "https://wg21.link/cwg993",
		"section": "13.8.4.1 [temp.point]",
		"status": "C++11",
		"submitter": "John Spicer",
		"date": "6 March, 2009"
	},
	"CWG994": {
		"type": "issue",
		"title": "braced-init-list as a default argument",
		"long_link": "https://cplusplus.github.io/CWG/issues/994.html",
		"link": "https://wg21.link/cwg994",
		"section": "9.3.4.6 [dcl.fct]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"date": "25 Oct, 2009"
	},
	"CWG995": {
		"type": "issue",
		"title": "Incorrect example for using-declaration and explicit instantiation",
		"long_link": "https://cplusplus.github.io/CWG/issues/995.html",
		"link": "https://wg21.link/cwg995",
		"section": "13.9.3 [temp.explicit]",
		"status": "CD2",
		"submitter": "Doug Gregor",
		"date": "27 Oct, 2009"
	},
	"CWG996": {
		"type": "issue",
		"title": "Ambiguous partial specializations of member class templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/996.html",
		"link": "https://wg21.link/cwg996",
		"section": "13.7.6 [temp.spec.partial]",
		"status": "C++11",
		"submitter": "Doug Gregor",
		"date": "28 Oct, 2009"
	},
	"CWG997": {
		"type": "issue",
		"title": "Argument-dependent lookup and dependent function template parameter types",
		"long_link": "https://cplusplus.github.io/CWG/issues/997.html",
		"link": "https://wg21.link/cwg997",
		"section": "6.5.4 [basic.lookup.argdep]",
		"status": "C++11",
		"submitter": "James Widman",
		"date": "6 November, 2009"
	},
	"CWG998": {
		"type": "issue",
		"title": "Function parameter transformations and template functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#998",
		"link": "https://wg21.link/cwg998",
		"section": "9.3.4.6 [dcl.fct]",
		"status": "dup",
		"submitter": "Jason Merrill",
		"date": "8 November, 2009"
	},
	"CWG999": {
		"type": "issue",
		"title": "“Implicit” or “implied” object argument/parameter?",
		"long_link": "https://cplusplus.github.io/CWG/issues/999.html",
		"link": "https://wg21.link/cwg999",
		"section": "12.2 [over.match]",
		"status": "CD2",
		"submitter": "James Widman",
		"date": "20 November, 2009"
	},
	"CWG1000": {
		"type": "issue",
		"title": "Mistaking member typedefs for constructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/1000.html",
		"link": "https://wg21.link/cwg1000",
		"section": "6.5.5.2 [class.qual]",
		"status": "CD2",
		"submitter": "Jason Merrill",
		"date": "20 November, 2009"
	},
	"CWG1001": {
		"type": "issue",
		"title": "Parameter type adjustment in dependent parameter types",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1001",
		"link": "https://wg21.link/cwg1001",
		"section": "9.3.4.6 [dcl.fct]",
		"status": "review",
		"submitter": "Jason Merrill",
		"date": "2009-11-08"
	},
	"CWG1002": {
		"type": "issue",
		"title": "Pack expansion for function arguments",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1002",
		"link": "https://wg21.link/cwg1002",
		"section": "13.7.4 [temp.variadic]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"date": "2009-11-16"
	},
	"CWG1003": {
		"type": "issue",
		"title": "Acceptable definitions of main",
		"long_link": "https://cplusplus.github.io/CWG/issues/1003.html",
		"link": "https://wg21.link/cwg1003",
		"section": "6.10.3.1 [basic.start.main]",
		"status": "CD3",
		"submitter": "Daniel Krügler",
		"date": "2009-11-17"
	},
	"CWG1004": {
		"type": "issue",
		"title": "Injected-class-names as arguments for template template parameters",
		"long_link": "https://cplusplus.github.io/CWG/issues/1004.html",
		"link": "https://wg21.link/cwg1004",
		"section": "13.8.2 [temp.local]",
		"status": "C++11",
		"submitter": "Jason Merrill",
		"date": "2009-11-19"
	},
	"CWG1005": {
		"type": "issue",
		"title": "Qualified name resolution in member functions of class templates",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1005",
		"link": "https://wg21.link/cwg1005",
		"section": "11.4.3 [class.mfct.non.static]",
		"status": "NAD",
		"submitter": "Doug Gregor",
		"date": "2009-11-19"
	},
	"CWG1006": {
		"type": "issue",
		"title": "std::nullptr_t as a non-type template parameter",
		"long_link": "https://cplusplus.github.io/CWG/issues/1006.html",
		"link": "https://wg21.link/cwg1006",
		"section": "13.2 [temp.param]",
		"status": "C++11",
		"submitter": "Mike Miller",
		"date": "2009-11-20"
	},
	"CWG1007": {
		"type": "issue",
		"title": "Protected access and pointers to members",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1007",
		"link": "https://wg21.link/cwg1007",
		"section": "11.8.5 [class.protected]",
		"status": "NAD",
		"submitter": "Johannes Schaub",
		"date": "2009-11-24"
	},
	"CWG1008": {
		"type": "issue",
		"title": "Querying the alignment of an object",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1008",
		"link": "https://wg21.link/cwg1008",
		"section": "7.6.2.6 [expr.alignof]",
		"status": "NAD",
		"submitter": "Steve Clamage",
		"date": "2009-11-27"
	},
	"CWG1009": {
		"type": "issue",
		"title": "Missing cases in the declarator-id of a function template declaration",
		"long_link": "https://cplusplus.github.io/CWG/issues/1009.html",
		"link": "https://wg21.link/cwg1009",
		"section": "Clause 13 [temp]",
		"status": "C++11",
		"submitter": "Johannes Schaub",
		"date": "2009-11-28"
	},
	"CWG1010": {
		"type": "issue",
		"title": "Address of object with dynamic storage duration in constant expression",
		"long_link": "https://cplusplus.github.io/CWG/issues/1010.html",
		"link": "https://wg21.link/cwg1010",
		"section": "7.7 [expr.const]",
		"status": "CD2",
		"submitter": "Adamczyk",
		"date": "2009-12-02"
	},
	"CWG1011": {
		"type": "issue",
		"title": "Standard conversions that cannot be inverted",
		"long_link": "https://cplusplus.github.io/CWG/issues/1011.html",
		"link": "https://wg21.link/cwg1011",
		"section": "7.6.1.9 [expr.static.cast]",
		"status": "C++11",
		"submitter": "John Spicer",
		"date": "2009-12-03"
	},
	"CWG1012": {
		"type": "issue",
		"title": "Undeprecating static",
		"long_link": "https://cplusplus.github.io/CWG/issues/1012.html",
		"link": "https://wg21.link/cwg1012",
		"section": "9.9.2.2 [namespace.unnamed]",
		"status": "C++11",
		"submitter": "Ville Voutilainen",
		"date": "2009-12-09"
	},
	"CWG1013": {
		"type": "issue",
		"title": "Uninitialized std::nullptr_t objects",
		"long_link": "https://cplusplus.github.io/CWG/issues/1013.html",
		"link": "https://wg21.link/cwg1013",
		"section": "7.3.2 [conv.lval]",
		"status": "CD3",
		"submitter": "Miller",
		"date": "2009-12-10"
	},
	"CWG1014": {
		"type": "issue",
		"title": "Overload resolution between const T& and T&&",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1014",
		"link": "https://wg21.link/cwg1014",
		"section": "13.10.3.2 [temp.deduct.call]",
		"status": "NAD",
		"submitter": "Steve Adamczyk",
		"date": "2009-12-17"
	},
	"CWG1015": {
		"type": "issue",
		"title": "Template arguments and argument-dependent lookup",
		"long_link": "https://cplusplus.github.io/CWG/issues/1015.html",
		"link": "https://wg21.link/cwg1015",
		"section": "6.5.4 [basic.lookup.argdep]",
		"status": "C++11",
		"submitter": "Jason Merrill",
		"date": "2009-12-24"
	},
	"CWG1016": {
		"type": "issue",
		"title": "Overloadable declarations, function templates, and references",
		"long_link": "https://cplusplus.github.io/CWG/issues/1016.html",
		"link": "https://wg21.link/cwg1016",
		"section": "Clause 12 [over]",
		"status": "C++11",
		"submitter": "Johannes Schaub",
		"date": "2009-12-27"
	},
	"CWG1017": {
		"type": "issue",
		"title": "Member access transformation in unevaluated operands",
		"long_link": "https://cplusplus.github.io/CWG/issues/1017.html",
		"link": "https://wg21.link/cwg1017",
		"section": "11.4.3 [class.mfct.non.static]",
		"status": "C++11",
		"submitter": "Johannes Schaub",
		"date": "2009-12-30"
	},
	"CWG1018": {
		"type": "issue",
		"title": "Ambiguity between simple-declaration and attribute-declaration",
		"long_link": "https://cplusplus.github.io/CWG/issues/1018.html",
		"link": "https://wg21.link/cwg1018",
		"section": "9.1 [dcl.pre]",
		"status": "C++11",
		"submitter": "Mike Miller",
		"date": "2010-01-04"
	},
	"CWG1019": {
		"type": "issue",
		"title": "Dependent simple-template-ids in base-specifiers and mem-initializers",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1019",
		"link": "https://wg21.link/cwg1019",
		"section": "11.7 [class.derived]",
		"status": "dup",
		"submitter": "Doug Gregor",
		"date": "2010-01-12"
	},
	"CWG1020": {
		"type": "issue",
		"title": "Implicitly-defined copy constructors and explicit base class constructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/1020.html",
		"link": "https://wg21.link/cwg1020",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "C++11",
		"submitter": "Niels Dekker",
		"date": "2010-01-12"
	},
	"CWG1021": {
		"type": "issue",
		"title": "Definitions of namespace members",
		"long_link": "https://cplusplus.github.io/CWG/issues/1021.html",
		"link": "https://wg21.link/cwg1021",
		"section": "_N4868_.9.8.2.3 [namespace.memdef]",
		"status": "CD4",
		"submitter": "Michael Wong",
		"date": "2010-01-14"
	},
	"CWG1022": {
		"type": "issue",
		"title": "Can an enumeration variable have values outside the values of the enumeration?",
		"long_link": "https://cplusplus.github.io/CWG/issues/1022.html",
		"link": "https://wg21.link/cwg1022",
		"section": "9.8.1 [dcl.enum]",
		"status": "C++11",
		"submitter": "Jason Merrill",
		"date": "2010-01-22"
	},
	"CWG1023": {
		"type": "issue",
		"title": "thread_local objects as non-type template arguments",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1023",
		"link": "https://wg21.link/cwg1023",
		"section": "13.4.3 [temp.arg.nontype]",
		"status": "dup",
		"submitter": "Jeffrey Yasskin",
		"date": "2010-01-28"
	},
	"CWG1024": {
		"type": "issue",
		"title": "Limits on multicharacter literals",
		"long_link": "https://cplusplus.github.io/CWG/issues/1024.html",
		"link": "https://wg21.link/cwg1024",
		"section": "5.13.3 [lex.ccon]",
		"status": "CD3",
		"submitter": "Alisdair Meredith",
		"date": "2010-01-31"
	},
	"CWG1025": {
		"type": "issue",
		"title": "Use of a reference as a non-type template argument",
		"long_link": "https://cplusplus.github.io/CWG/issues/1025.html",
		"link": "https://wg21.link/cwg1025",
		"section": "13.4.3 [temp.arg.nontype]",
		"status": "C++11",
		"submitter": "Mike Miller",
		"date": "2010-01-31"
	},
	"CWG1026": {
		"type": "issue",
		"title": "Cv-qualified non-class rvalues",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1026",
		"link": "https://wg21.link/cwg1026",
		"section": "7.2.1 [basic.lval]",
		"status": "NAD",
		"submitter": "Jerry Coffin",
		"date": "2010-02-01"
	},
	"CWG1027": {
		"type": "issue",
		"title": "Type consistency and reallocation of scalar types",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1027",
		"link": "https://wg21.link/cwg1027",
		"section": "6.8.4 [basic.life]",
		"status": "review",
		"submitter": "Gabriel Dos Reis",
		"date": "2010-02-03"
	},
	"CWG1028": {
		"type": "issue",
		"title": "Dependent names in non-defining declarations",
		"long_link": "https://cplusplus.github.io/CWG/issues/1028.html",
		"link": "https://wg21.link/cwg1028",
		"section": "13.8.4 [temp.dep.res]",
		"status": "CD6",
		"submitter": "Sean Hunt",
		"date": "2010-02-03"
	},
	"CWG1029": {
		"type": "issue",
		"title": "Type of a destructor call",
		"long_link": "https://cplusplus.github.io/CWG/issues/1029.html",
		"link": "https://wg21.link/cwg1029",
		"section": "11.4.7 [class.dtor]",
		"status": "C++11",
		"submitter": "Johannes Schaub",
		"date": "2010-02-08"
	},
	"CWG1030": {
		"type": "issue",
		"title": "Evaluation order in initializer-lists used in aggregate initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/1030.html",
		"link": "https://wg21.link/cwg1030",
		"section": "9.5.2 [dcl.init.aggr]",
		"status": "C++11",
		"submitter": "Scott Meyers",
		"date": "2010-02-09"
	},
	"CWG1031": {
		"type": "issue",
		"title": "Optional elements in attributes",
		"long_link": "https://cplusplus.github.io/CWG/issues/1031.html",
		"link": "https://wg21.link/cwg1031",
		"section": "9.13.1 [dcl.attr.grammar]",
		"status": "C++11",
		"submitter": "Daveed Vandevoorde",
		"date": "2010-02-10"
	},
	"CWG1032": {
		"type": "issue",
		"title": "Empty pack expansions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1032.html",
		"link": "https://wg21.link/cwg1032",
		"section": "13.7.4 [temp.variadic]",
		"status": "C++11",
		"submitter": "James Widman",
		"date": "2010-02-16"
	},
	"CWG1033": {
		"type": "issue",
		"title": "Restrictions on alignment attributes",
		"long_link": "https://cplusplus.github.io/CWG/issues/1033.html",
		"link": "https://wg21.link/cwg1033",
		"section": "9.13.2 [dcl.align]",
		"status": "C++11",
		"submitter": "Daveed Vandevoorde",
		"date": "2010-02-17"
	},
	"CWG1034": {
		"type": "issue",
		"title": "Attributes for return statements in lambdas",
		"long_link": "https://cplusplus.github.io/CWG/issues/1034.html",
		"link": "https://wg21.link/cwg1034",
		"section": "7.5.6 [expr.prim.lambda]",
		"status": "C++11",
		"submitter": "Daveed Vandevoorde",
		"date": "2010-02-18"
	},
	"CWG1035": {
		"type": "issue",
		"title": "Omitted and required decl-specifiers",
		"long_link": "https://cplusplus.github.io/CWG/issues/1035.html",
		"link": "https://wg21.link/cwg1035",
		"section": "11.4 [class.mem]",
		"status": "C++11",
		"submitter": "Daveed Vandevoorde",
		"date": "2010-02-25"
	},
	"CWG1036": {
		"type": "issue",
		"title": "Alignment attribute in an exception-declaration",
		"long_link": "https://cplusplus.github.io/CWG/issues/1036.html",
		"link": "https://wg21.link/cwg1036",
		"section": "9.13.2 [dcl.align]",
		"status": "C++11",
		"submitter": "Daveed Vandevoorde",
		"date": "2010-02-26"
	},
	"CWG1037": {
		"type": "issue",
		"title": "Requirements for operands of delete-expressions and deallocation functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1037.html",
		"link": "https://wg21.link/cwg1037",
		"section": "7.6.2.9 [expr.delete]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"date": "2010-03-01"
	},
	"CWG1038": {
		"type": "issue",
		"title": "Overload resolution of &x.static_func",
		"long_link": "https://cplusplus.github.io/CWG/issues/1038.html",
		"link": "https://wg21.link/cwg1038",
		"section": "12.3 [over.over]",
		"status": "CD7",
		"submitter": "Mike Miller",
		"date": "2010-03-02"
	},
	"CWG1039": {
		"type": "issue",
		"title": "Coordinating C and C++ alignment specifications",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1039",
		"link": "https://wg21.link/cwg1039",
		"section": "9.13.2 [dcl.align]",
		"status": "dup",
		"submitter": "Steve Adamczyk",
		"date": "2010-03-03"
	},
	"CWG1040": {
		"type": "issue",
		"title": "Memory model issues",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1040",
		"link": "https://wg21.link/cwg1040",
		"section": "6.10.2 [intro.multithread]",
		"status": "NAD",
		"submitter": "Paul McKinney",
		"date": "2010-03-03"
	},
	"CWG1041": {
		"type": "issue",
		"title": "alias-declarations as class members",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1041",
		"link": "https://wg21.link/cwg1041",
		"section": "11.4 [class.mem]",
		"status": "dup",
		"submitter": "Daveed Vandevoorde",
		"date": "2010-03-04"
	},
	"CWG1042": {
		"type": "issue",
		"title": "Attributes in alias-declarations",
		"long_link": "https://cplusplus.github.io/CWG/issues/1042.html",
		"link": "https://wg21.link/cwg1042",
		"section": "9.1 [dcl.pre]",
		"status": "C++11",
		"submitter": "Daveed Vandevoorde",
		"date": "2010-03-04"
	},
	"CWG1043": {
		"type": "issue",
		"title": "Qualified name lookup in the current instantiation",
		"long_link": "https://cplusplus.github.io/CWG/issues/1043.html",
		"link": "https://wg21.link/cwg1043",
		"section": "13.8.3.2 [temp.dep.type]",
		"status": "C++11",
		"submitter": "Doug Gregor",
		"date": "2010-03-05"
	},
	"CWG1044": {
		"type": "issue",
		"title": "Point of declaration for an alias-declaration",
		"long_link": "https://cplusplus.github.io/CWG/issues/1044.html",
		"link": "https://wg21.link/cwg1044",
		"section": "6.4.2 [basic.scope.pdecl]",
		"status": "C++11",
		"submitter": "Daveed Vandevoorde",
		"date": "2010-03-05"
	},
	"CWG1045": {
		"type": "issue",
		"title": "Requiring explicit instantiation declarations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1045",
		"link": "https://wg21.link/cwg1045",
		"section": "13.9.3 [temp.explicit]",
		"status": "NAD",
		"submitter": "Doug Gregor",
		"date": "2010-03-05"
	},
	"CWG1046": {
		"type": "issue",
		"title": "What is a “use” of a class specialization?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1046",
		"link": "https://wg21.link/cwg1046",
		"section": "13.9.3 [temp.explicit]",
		"status": "open",
		"submitter": "Michael Wong",
		"date": "2010-03-08"
	},
	"CWG1047": {
		"type": "issue",
		"title": "When is typeid value-dependent?",
		"long_link": "https://cplusplus.github.io/CWG/issues/1047.html",
		"link": "https://wg21.link/cwg1047",
		"section": "13.8.3.4 [temp.dep.constexpr]",
		"status": "C++11",
		"submitter": "Steve Adamczyk",
		"date": "2010-03-08"
	},
	"CWG1048": {
		"type": "issue",
		"title": "auto deduction and lambda return type deduction.",
		"long_link": "https://cplusplus.github.io/CWG/issues/1048.html",
		"link": "https://wg21.link/cwg1048",
		"section": "7.5.6 [expr.prim.lambda]",
		"status": "CD3",
		"submitter": "Jason Merrill",
		"date": "2010-03-09"
	},
	"CWG1049": {
		"type": "issue",
		"title": "Copy elision through reference parameters of inline functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1049",
		"link": "https://wg21.link/cwg1049",
		"section": "11.9.6 [class.copy.elision]",
		"status": "open",
		"submitter": "Jason Merrill",
		"date": "2010-03-10"
	},
	"CWG1050": {
		"type": "issue",
		"title": "Effects of thread support on object lifetime",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1050",
		"link": "https://wg21.link/cwg1050",
		"section": "6.8.4 [basic.life]",
		"status": "NAD",
		"submitter": "Hans Boehm",
		"date": "2010-03-11"
	},
	"CWG1051": {
		"type": "issue",
		"title": "Reference members and generated copy constructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/1051.html",
		"link": "https://wg21.link/cwg1051",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "C++11",
		"submitter": "Steve Adamczyk",
		"date": "2010-03-11"
	},
	"CWG1052": {
		"type": "issue",
		"title": "const non-static data member and PODness",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1052",
		"link": "https://wg21.link/cwg1052",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "dup",
		"submitter": "Jason Merrill",
		"date": "2010-03-12"
	},
	"CWG1053": {
		"type": "issue",
		"title": "Terminate vs undefined behavior for noexcept violation",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1053",
		"link": "https://wg21.link/cwg1053",
		"section": "14.5 [except.spec]",
		"status": "NAD",
		"submitter": "Dave Abrahams",
		"date": "2010-03-12"
	},
	"CWG1054": {
		"type": "issue",
		"title": "Lvalue-to-rvalue conversions in expression statements",
		"long_link": "https://cplusplus.github.io/CWG/issues/1054.html",
		"link": "https://wg21.link/cwg1054",
		"section": "8.3 [stmt.expr]",
		"status": "C++11",
		"submitter": "Hans Boehm",
		"date": "2010-03-16"
	},
	"CWG1055": {
		"type": "issue",
		"title": "Permissible uses of void",
		"long_link": "https://cplusplus.github.io/CWG/issues/1055.html",
		"link": "https://wg21.link/cwg1055",
		"section": "6.9.2 [basic.fundamental]",
		"status": "C++11",
		"submitter": "Nikolay Ivchenkov",
		"date": "2010-03-17"
	},
	"CWG1056": {
		"type": "issue",
		"title": "Template aliases, member definitions, and the current instantiation",
		"long_link": "https://cplusplus.github.io/CWG/issues/1056.html",
		"link": "https://wg21.link/cwg1056",
		"section": "13.7.8 [temp.alias]",
		"status": "C++11",
		"submitter": "John Spicer",
		"date": "2010-03-17"
	},
	"CWG1057": {
		"type": "issue",
		"title": "decltype and the current instantiation",
		"long_link": "https://cplusplus.github.io/CWG/issues/1057.html",
		"link": "https://wg21.link/cwg1057",
		"section": "13.8.3.2 [temp.dep.type]",
		"status": "C++11",
		"submitter": "Mike Miller",
		"date": "2010-03-18"
	},
	"CWG1058": {
		"type": "issue",
		"title": "Reference binding of incompatible array types",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1058",
		"link": "https://wg21.link/cwg1058",
		"section": "9.5.4 [dcl.init.ref]",
		"status": "NAD",
		"submitter": "Johannes Schaub",
		"date": "2010-03-20"
	},
	"CWG1059": {
		"type": "issue",
		"title": "Cv-qualified array types (with rvalues)",
		"long_link": "https://cplusplus.github.io/CWG/issues/1059.html",
		"link": "https://wg21.link/cwg1059",
		"section": "6.9.5 [basic.type.qualifier]",
		"status": "CD3",
		"submitter": "Nikolay Ivchenkov",
		"date": "2010-03-20"
	},
	"CWG1060": {
		"type": "issue",
		"title": "Scoped enumerators in integral constant expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1060.html",
		"link": "https://wg21.link/cwg1060",
		"section": "7.7 [expr.const]",
		"status": "C++11",
		"submitter": "Jonathan Caves",
		"date": "2010-03-21"
	},
	"CWG1061": {
		"type": "issue",
		"title": "Negative array bounds in a new-expression",
		"long_link": "https://cplusplus.github.io/CWG/issues/1061.html",
		"link": "https://wg21.link/cwg1061",
		"section": "7.6.2.8 [expr.new]",
		"status": "C++11",
		"submitter": "Sean Hunt",
		"date": "2010-03-23"
	},
	"CWG1062": {
		"type": "issue",
		"title": "Syntax of attribute-specifiers in lambdas",
		"long_link": "https://cplusplus.github.io/CWG/issues/1062.html",
		"link": "https://wg21.link/cwg1062",
		"section": "7.5.6 [expr.prim.lambda]",
		"status": "C++11",
		"submitter": "Peter Sommerlad",
		"date": "2010-03-23"
	},
	"CWG1063": {
		"type": "issue",
		"title": "[[hiding]] with non-attribute declarations",
		"long_link": "https://cplusplus.github.io/CWG/issues/1063.html",
		"link": "https://wg21.link/cwg1063",
		"section": "_N3225_.7.6.5 [dcl.attr.override]",
		"status": "C++11",
		"submitter": "Daveed Vandevoorde",
		"date": "2010-03-23"
	},
	"CWG1064": {
		"type": "issue",
		"title": "Defaulted move constructor for a union",
		"long_link": "https://cplusplus.github.io/CWG/issues/1064.html",
		"link": "https://wg21.link/cwg1064",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "C++11",
		"submitter": "Mike Miller",
		"date": "2010-03-23"
	},
	"CWG1065": {
		"type": "issue",
		"title": "[[hiding]] with [[override]]",
		"long_link": "https://cplusplus.github.io/CWG/issues/1065.html",
		"link": "https://wg21.link/cwg1065",
		"section": "_N3225_.7.6.5 [dcl.attr.override]",
		"status": "C++11",
		"submitter": "Daveed Vandevoorde",
		"date": "2010-03-24"
	},
	"CWG1066": {
		"type": "issue",
		"title": "When is a copy/move assignment operator implicitly defined?",
		"long_link": "https://cplusplus.github.io/CWG/issues/1066.html",
		"link": "https://wg21.link/cwg1066",
		"section": "11.4.6 [class.copy.assign]",
		"status": "C++11",
		"submitter": "Mike Miller",
		"date": "2010-03-24"
	},
	"CWG1067": {
		"type": "issue",
		"title": "[[hiding]], using-declarations, and multiple inheritance",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1067",
		"link": "https://wg21.link/cwg1067",
		"section": "_N3225_.7.6.5 [dcl.attr.override]",
		"status": "NAD",
		"submitter": "Daveed Vandevoorde",
		"date": "2010-03-26"
	},
	"CWG1068": {
		"type": "issue",
		"title": "Template aliases with default arguments and template parameter packs",
		"long_link": "https://cplusplus.github.io/CWG/issues/1068.html",
		"link": "https://wg21.link/cwg1068",
		"section": "13.2 [temp.param]",
		"status": "C++11",
		"submitter": "Nikolay Ivchenkov",
		"date": "2010-03-27"
	},
	"CWG1069": {
		"type": "issue",
		"title": "Incorrect function type with trailing-return-type",
		"long_link": "https://cplusplus.github.io/CWG/issues/1069.html",
		"link": "https://wg21.link/cwg1069",
		"section": "9.3.4.6 [dcl.fct]",
		"status": "C++11",
		"submitter": "James Widman",
		"date": "2010-04-30"
	},
	"CWG1070": {
		"type": "issue",
		"title": "Missing initializer clauses in aggregate initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/1070.html",
		"link": "https://wg21.link/cwg1070",
		"section": "9.5.2 [dcl.init.aggr]",
		"status": "C++11",
		"submitter": "Jason Merrill",
		"date": "2010-06-01"
	},
	"CWG1071": {
		"type": "issue",
		"title": "Literal class types and trivial default constructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/1071.html",
		"link": "https://wg21.link/cwg1071",
		"section": "6.9 [basic.types]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"date": "2010-06-02"
	},
	"CWG1072": {
		"type": "issue",
		"title": "Scoped enumerator with the same name as its containing class",
		"long_link": "https://cplusplus.github.io/CWG/issues/1072.html",
		"link": "https://wg21.link/cwg1072",
		"section": "11.4 [class.mem]",
		"status": "C++11",
		"submitter": "Pavel Minaev",
		"date": "2010-06-02"
	},
	"CWG1073": {
		"type": "issue",
		"title": "Merging dynamic-exception-specifications and noexcept-specifications",
		"long_link": "https://cplusplus.github.io/CWG/issues/1073.html",
		"link": "https://wg21.link/cwg1073",
		"section": "14.5 [except.spec]",
		"status": "C++11",
		"submitter": "Jason Merrill",
		"date": "2010-06-02"
	},
	"CWG1074": {
		"type": "issue",
		"title": "Value-dependent noexcept-expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1074.html",
		"link": "https://wg21.link/cwg1074",
		"section": "13.8.3.4 [temp.dep.constexpr]",
		"status": "C++11",
		"submitter": "Jason Merrill",
		"date": "2010-06-04"
	},
	"CWG1075": {
		"type": "issue",
		"title": "Grammar does not allow template alias in type-name",
		"long_link": "https://cplusplus.github.io/CWG/issues/1075.html",
		"link": "https://wg21.link/cwg1075",
		"section": "9.2.9.3 [dcl.type.simple]",
		"status": "C++11",
		"submitter": "Jason Merrill",
		"date": "2010-06-06"
	},
	"CWG1076": {
		"type": "issue",
		"title": "Value categories and lvalue temporaries",
		"long_link": "https://cplusplus.github.io/CWG/issues/1076.html",
		"link": "https://wg21.link/cwg1076",
		"section": "7.2.1 [basic.lval]",
		"status": "CD5",
		"submitter": "Daniel Krügler",
		"date": "2010-06-10"
	},
	"CWG1077": {
		"type": "issue",
		"title": "Explicit specializations in non-containing namespaces",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1077",
		"link": "https://wg21.link/cwg1077",
		"section": "_N4868_.9.8.2.3 [namespace.memdef]",
		"status": "NAD",
		"submitter": "Mike Spertus",
		"date": "2010-06-13"
	},
	"CWG1078": {
		"type": "issue",
		"title": "Narrowing and the usual arithmetic conversions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1078",
		"link": "https://wg21.link/cwg1078",
		"section": "9.5.5 [dcl.init.list]",
		"status": "NAD",
		"submitter": "Jason Merrill",
		"date": "2010-06-14"
	},
	"CWG1079": {
		"type": "issue",
		"title": "Overload resolution involving aggregate initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/1079.html",
		"link": "https://wg21.link/cwg1079",
		"section": "12.2.4.3 [over.ics.rank]",
		"status": "C++11",
		"submitter": "Jason Merrill",
		"date": "2010-06-15"
	},
	"CWG1080": {
		"type": "issue",
		"title": "Confusing relationship between templates and copy constructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/1080.html",
		"link": "https://wg21.link/cwg1080",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "C++11",
		"submitter": "Jason Merrill",
		"date": "2010-06-19"
	},
	"CWG1081": {
		"type": "issue",
		"title": "Defaulted destructor and unusable operator delete",
		"long_link": "https://cplusplus.github.io/CWG/issues/1081.html",
		"link": "https://wg21.link/cwg1081",
		"section": "11.4.7 [class.dtor]",
		"status": "C++11",
		"submitter": "Jason Merrill",
		"date": "2010-06-22"
	},
	"CWG1082": {
		"type": "issue",
		"title": "Implicit copy function if subobject has none?",
		"long_link": "https://cplusplus.github.io/CWG/issues/1082.html",
		"link": "https://wg21.link/cwg1082",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "C++11",
		"submitter": "Jason Merrill",
		"date": "2010-06-22"
	},
	"CWG1083": {
		"type": "issue",
		"title": "Passing an object to ellipsis with non-trivial move constructor",
		"long_link": "https://cplusplus.github.io/CWG/issues/1083.html",
		"link": "https://wg21.link/cwg1083",
		"section": "7.6.1.3 [expr.call]",
		"status": "C++11",
		"submitter": "Jason Merrill",
		"date": "2010-06-22"
	},
	"CWG1084": {
		"type": "issue",
		"title": "Conditions for a deleted move function",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1084",
		"link": "https://wg21.link/cwg1084",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "NAD",
		"submitter": "Jason Merrill",
		"date": "2010-06-22"
	},
	"CWG1085": {
		"type": "issue",
		"title": "Move assignment operators and virtual bases",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1085",
		"link": "https://wg21.link/cwg1085",
		"section": "11.4.6 [class.copy.assign]",
		"status": "NAD",
		"submitter": "Jason Merrill",
		"date": "2010-06-22"
	},
	"CWG1086": {
		"type": "issue",
		"title": "const_cast to rvalue reference to function type",
		"long_link": "https://cplusplus.github.io/CWG/issues/1086.html",
		"link": "https://wg21.link/cwg1086",
		"section": "7.6.1.11 [expr.const.cast]",
		"status": "C++11",
		"submitter": "Steve Adamczyk",
		"date": "2010-06-25"
	},
	"CWG1087": {
		"type": "issue",
		"title": "Additional applications of issue 899",
		"long_link": "https://cplusplus.github.io/CWG/issues/1087.html",
		"link": "https://wg21.link/cwg1087",
		"section": "12.2.2.5 [over.match.copy]",
		"status": "C++11",
		"submitter": "Jason Merrill",
		"date": "2010-06-25"
	},
	"CWG1088": {
		"type": "issue",
		"title": "Dependent non-type template arguments",
		"long_link": "https://cplusplus.github.io/CWG/issues/1088.html",
		"link": "https://wg21.link/cwg1088",
		"section": "13.8.3.4 [temp.dep.constexpr]",
		"status": "C++11",
		"submitter": "Jason Merrill",
		"date": "2010-06-28"
	},
	"CWG1089": {
		"type": "issue",
		"title": "Template parameters in member selections",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1089",
		"link": "https://wg21.link/cwg1089",
		"section": "6.5.5.1 [basic.lookup.qual.general]",
		"status": "open",
		"submitter": "Daveed Vandevoorde",
		"date": "2010-06-29"
	},
	"CWG1090": {
		"type": "issue",
		"title": "Alignment of subobjects",
		"long_link": "https://cplusplus.github.io/CWG/issues/1090.html",
		"link": "https://wg21.link/cwg1090",
		"section": "6.8.3 [basic.align]",
		"status": "C++11",
		"submitter": "Daveed Vandevoorde",
		"date": "2010-06-23"
	},
	"CWG1091": {
		"type": "issue",
		"title": "Inconsistent use of the term “object expression”",
		"long_link": "https://cplusplus.github.io/CWG/issues/1091.html",
		"link": "https://wg21.link/cwg1091",
		"section": "7.6.4 [expr.mptr.oper]",
		"status": "C++11",
		"submitter": "Tom Plum",
		"date": "2010-07-10"
	},
	"CWG1092": {
		"type": "issue",
		"title": "Cycles in overload resolution during instantiation",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1092",
		"link": "https://wg21.link/cwg1092",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "drafting",
		"submitter": "Jason Merrill",
		"date": "2010-07-15"
	},
	"CWG1093": {
		"type": "issue",
		"title": "Value-initializing non-objects",
		"long_link": "https://cplusplus.github.io/CWG/issues/1093.html",
		"link": "https://wg21.link/cwg1093",
		"section": "9.5 [dcl.init]",
		"status": "CD3",
		"submitter": "Daniel Krügler",
		"date": "2010-07-17"
	},
	"CWG1094": {
		"type": "issue",
		"title": "Converting floating-point values to scoped enumeration types",
		"long_link": "https://cplusplus.github.io/CWG/issues/1094.html",
		"link": "https://wg21.link/cwg1094",
		"section": "7.6.1.9 [expr.static.cast]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"date": "2010-07-17"
	},
	"CWG1095": {
		"type": "issue",
		"title": "List-initialization of references",
		"long_link": "https://cplusplus.github.io/CWG/issues/1095.html",
		"link": "https://wg21.link/cwg1095",
		"section": "9.5.5 [dcl.init.list]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"date": "2010-07-26"
	},
	"CWG1096": {
		"type": "issue",
		"title": "Missing requirement for template definitions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1096.html",
		"link": "https://wg21.link/cwg1096",
		"section": "Clause 13 [temp]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"date": "2010-07-28"
	},
	"CWG1097": {
		"type": "issue",
		"title": "Aggregate initialization of function parameters",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1097",
		"link": "https://wg21.link/cwg1097",
		"section": "9.5.2 [dcl.init.aggr]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"date": "2010-07-29"
	},
	"CWG1098": {
		"type": "issue",
		"title": "Pointer conversions in constant expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1098.html",
		"link": "https://wg21.link/cwg1098",
		"section": "7.7 [expr.const]",
		"status": "C++11",
		"submitter": "Jason Merrill",
		"date": "2010-08-01"
	},
	"CWG1099": {
		"type": "issue",
		"title": "Infinite recursion in constexpr functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1099.html",
		"link": "https://wg21.link/cwg1099",
		"section": "7.7 [expr.const]",
		"status": "C++11",
		"submitter": "Jason Merrill",
		"date": "2010-08-01"
	},
	"CWG1100": {
		"type": "issue",
		"title": "constexpr conversion functions and non-type template arguments",
		"long_link": "https://cplusplus.github.io/CWG/issues/1100.html",
		"link": "https://wg21.link/cwg1100",
		"section": "7.7 [expr.const]",
		"status": "C++11",
		"submitter": "Jason Merrill",
		"date": "2010-08-01"
	},
	"CWG1101": {
		"type": "issue",
		"title": "Non-integral initialized static data members",
		"long_link": "https://cplusplus.github.io/CWG/issues/1101.html",
		"link": "https://wg21.link/cwg1101",
		"section": "11.4.9.3 [class.static.data]",
		"status": "C++11",
		"submitter": "Jason Merrill",
		"date": "2010-08-02"
	},
	"CWG1102": {
		"type": "issue",
		"title": "Better example of undefined behavior",
		"long_link": "https://cplusplus.github.io/CWG/issues/1102.html",
		"link": "https://wg21.link/cwg1102",
		"section": "6.10.1 [intro.execution]",
		"status": "C++11",
		"submitter": "GB",
		"date": "2010-08-02"
	},
	"CWG1103": {
		"type": "issue",
		"title": "Reversion of phase 1 and 2 transformations in raw string literals",
		"long_link": "https://cplusplus.github.io/CWG/issues/1103.html",
		"link": "https://wg21.link/cwg1103",
		"section": "5.2 [lex.phases]",
		"status": "C++11",
		"submitter": "US",
		"date": "2010-08-02"
	},
	"CWG1104": {
		"type": "issue",
		"title": "Global-scope template arguments vs the <: digraph",
		"long_link": "https://cplusplus.github.io/CWG/issues/1104.html",
		"link": "https://wg21.link/cwg1104",
		"section": "5.9 [lex.digraph]",
		"status": "C++11",
		"submitter": "US",
		"date": "2010-08-02"
	},
	"CWG1105": {
		"type": "issue",
		"title": "Issues relating to TR 10176:2003",
		"long_link": "https://cplusplus.github.io/CWG/issues/1105.html",
		"link": "https://wg21.link/cwg1105",
		"section": "5.11 [lex.name]",
		"status": "C++11",
		"submitter": "CA",
		"date": "2010-08-02"
	},
	"CWG1106": {
		"type": "issue",
		"title": "Need more detail in nullptr keyword description",
		"long_link": "https://cplusplus.github.io/CWG/issues/1106.html",
		"link": "https://wg21.link/cwg1106",
		"section": "5.13.8 [lex.nullptr]",
		"status": "C++11",
		"submitter": "DE",
		"date": "2010-08-02"
	},
	"CWG1107": {
		"type": "issue",
		"title": "Overload resolution for user-defined integer literals",
		"long_link": "https://cplusplus.github.io/CWG/issues/1107.html",
		"link": "https://wg21.link/cwg1107",
		"section": "5.13.9 [lex.ext]",
		"status": "C++11",
		"submitter": "US",
		"date": "2010-08-02"
	},
	"CWG1108": {
		"type": "issue",
		"title": "User-defined literals have not been implemented",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1108",
		"link": "https://wg21.link/cwg1108",
		"section": "5.13.9 [lex.ext]",
		"status": "NAD",
		"submitter": "US",
		"date": "2010-08-02"
	},
	"CWG1109": {
		"type": "issue",
		"title": "When is “use” a reference to the ODR meaning?",
		"long_link": "https://cplusplus.github.io/CWG/issues/1109.html",
		"link": "https://wg21.link/cwg1109",
		"section": "6.3 [basic.def.odr]",
		"status": "C++11",
		"submitter": "US",
		"date": "2010-08-02"
	},
	"CWG1110": {
		"type": "issue",
		"title": "Incomplete return type should be allowed in decltype operand",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1110",
		"link": "https://wg21.link/cwg1110",
		"section": "6.3 [basic.def.odr]",
		"status": "NAD",
		"submitter": "DE",
		"date": "2010-08-02"
	},
	"CWG1111": {
		"type": "issue",
		"title": "Remove dual-scope lookup of member template names",
		"long_link": "https://cplusplus.github.io/CWG/issues/1111.html",
		"link": "https://wg21.link/cwg1111",
		"section": "_N4868_.6.5.6 [basic.lookup.classref]",
		"status": "C++11",
		"submitter": "US",
		"date": "2010-08-02"
	},
	"CWG1112": {
		"type": "issue",
		"title": "constexpr variables should have internal linkage like const",
		"long_link": "https://cplusplus.github.io/CWG/issues/1112.html",
		"link": "https://wg21.link/cwg1112",
		"section": "6.7 [basic.link]",
		"status": "C++11",
		"submitter": "US",
		"date": "2010-08-02"
	},
	"CWG1113": {
		"type": "issue",
		"title": "Linkage of namespace member of unnamed namespace",
		"long_link": "https://cplusplus.github.io/CWG/issues/1113.html",
		"link": "https://wg21.link/cwg1113",
		"section": "6.7 [basic.link]",
		"status": "C++11",
		"submitter": "DE",
		"date": "2010-08-02"
	},
	"CWG1114": {
		"type": "issue",
		"title": "Incorrect use of placement new in example",
		"long_link": "https://cplusplus.github.io/CWG/issues/1114.html",
		"link": "https://wg21.link/cwg1114",
		"section": "6.8.4 [basic.life]",
		"status": "C++11",
		"submitter": "GB",
		"date": "2010-08-02"
	},
	"CWG1115": {
		"type": "issue",
		"title": "C-compatible alignment specification",
		"long_link": "https://cplusplus.github.io/CWG/issues/1115.html",
		"link": "https://wg21.link/cwg1115",
		"section": "6.8.3 [basic.align]",
		"status": "C++11",
		"submitter": "US",
		"date": "2010-08-02"
	},
	"CWG1116": {
		"type": "issue",
		"title": "Aliasing of union members",
		"long_link": "https://cplusplus.github.io/CWG/issues/1116.html",
		"link": "https://wg21.link/cwg1116",
		"section": "6.8.4 [basic.life]",
		"status": "CD4",
		"submitter": "US",
		"date": "2010-08-02"
	},
	"CWG1117": {
		"type": "issue",
		"title": "Incorrect note about xvalue member access expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1117.html",
		"link": "https://wg21.link/cwg1117",
		"section": "Clause 7 [expr]",
		"status": "C++11",
		"submitter": "JP",
		"date": "2010-08-02"
	},
	"CWG1118": {
		"type": "issue",
		"title": "Implicit lambda capture via explicit copy constructor",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1118",
		"link": "https://wg21.link/cwg1118",
		"section": "7.5.6.3 [expr.prim.lambda.capture]",
		"status": "NAD",
		"submitter": "FI",
		"date": "2010-08-02"
	},
	"CWG1119": {
		"type": "issue",
		"title": "Missing case in description of member access ambiguity",
		"long_link": "https://cplusplus.github.io/CWG/issues/1119.html",
		"link": "https://wg21.link/cwg1119",
		"section": "7.6.1.5 [expr.ref]",
		"status": "C++11",
		"submitter": "US",
		"date": "2010-08-02"
	},
	"CWG1120": {
		"type": "issue",
		"title": "reinterpret_cast and void*",
		"long_link": "https://cplusplus.github.io/CWG/issues/1120.html",
		"link": "https://wg21.link/cwg1120",
		"section": "7.6.1.10 [expr.reinterpret.cast]",
		"status": "C++11",
		"submitter": "GB",
		"date": "2010-08-02"
	},
	"CWG1121": {
		"type": "issue",
		"title": "Unnecessary ambiguity error in formation of pointer to member",
		"long_link": "https://cplusplus.github.io/CWG/issues/1121.html",
		"link": "https://wg21.link/cwg1121",
		"section": "7.6.2.2 [expr.unary.op]",
		"status": "C++11",
		"submitter": "US",
		"date": "2010-08-02"
	},
	"CWG1122": {
		"type": "issue",
		"title": "Circular definition of std::size_t",
		"long_link": "https://cplusplus.github.io/CWG/issues/1122.html",
		"link": "https://wg21.link/cwg1122",
		"section": "7.6.2.5 [expr.sizeof]",
		"status": "C++11",
		"submitter": "GB",
		"date": "2010-08-02"
	},
	"CWG1123": {
		"type": "issue",
		"title": "Destructors should be noexcept by default",
		"long_link": "https://cplusplus.github.io/CWG/issues/1123.html",
		"link": "https://wg21.link/cwg1123",
		"section": "7.6.2.7 [expr.unary.noexcept]",
		"status": "C++11",
		"submitter": "FI",
		"date": "2010-08-02"
	},
	"CWG1124": {
		"type": "issue",
		"title": "Error in description of value category of pointer-to-member expression",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1124",
		"link": "https://wg21.link/cwg1124",
		"section": "7.6.4 [expr.mptr.oper]",
		"status": "NAD",
		"submitter": "JP",
		"date": "2010-08-02"
	},
	"CWG1125": {
		"type": "issue",
		"title": "Unclear definition of “potential constant expression”",
		"long_link": "https://cplusplus.github.io/CWG/issues/1125.html",
		"link": "https://wg21.link/cwg1125",
		"section": "7.7 [expr.const]",
		"status": "C++11",
		"submitter": "DE",
		"date": "2010-08-02"
	},
	"CWG1126": {
		"type": "issue",
		"title": "constexpr functions in const initializers",
		"long_link": "https://cplusplus.github.io/CWG/issues/1126.html",
		"link": "https://wg21.link/cwg1126",
		"section": "7.7 [expr.const]",
		"status": "C++11",
		"submitter": "GB",
		"date": "2010-08-02"
	},
	"CWG1127": {
		"type": "issue",
		"title": "Overload resolution in constexpr functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1127.html",
		"link": "https://wg21.link/cwg1127",
		"section": "7.7 [expr.const]",
		"status": "C++11",
		"submitter": "GB",
		"date": "2010-08-02"
	},
	"CWG1128": {
		"type": "issue",
		"title": "attribute-specifiers in decl-specifier-seqs",
		"long_link": "https://cplusplus.github.io/CWG/issues/1128.html",
		"link": "https://wg21.link/cwg1128",
		"section": "9.2 [dcl.spec]",
		"status": "C++11",
		"submitter": "US",
		"date": "2010-08-02"
	},
	"CWG1129": {
		"type": "issue",
		"title": "Default nothrow for constexpr functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1129.html",
		"link": "https://wg21.link/cwg1129",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "C++11",
		"submitter": "GB",
		"date": "2010-08-02"
	},
	"CWG1130": {
		"type": "issue",
		"title": "Function parameter type adjustments and decltype",
		"long_link": "https://cplusplus.github.io/CWG/issues/1130.html",
		"link": "https://wg21.link/cwg1130",
		"section": "9.2.9.3 [dcl.type.simple]",
		"status": "C++11",
		"submitter": "US",
		"date": "2010-08-02"
	},
	"CWG1131": {
		"type": "issue",
		"title": "Template aliases in elaborated-type-specifiers",
		"long_link": "https://cplusplus.github.io/CWG/issues/1131.html",
		"link": "https://wg21.link/cwg1131",
		"section": "9.2.9.5 [dcl.type.elab]",
		"status": "C++11",
		"submitter": "US",
		"date": "2010-08-02"
	},
	"CWG1132": {
		"type": "issue",
		"title": "Keyword vs attribute for noreturn",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1132",
		"link": "https://wg21.link/cwg1132",
		"section": "9.13.10 [dcl.attr.noreturn]",
		"status": "NAD",
		"submitter": "GB",
		"date": "2010-08-02"
	},
	"CWG1133": {
		"type": "issue",
		"title": "Keywords vs attributes for control of hiding and overriding",
		"long_link": "https://cplusplus.github.io/CWG/issues/1133.html",
		"link": "https://wg21.link/cwg1133",
		"section": "_N3225_.7.6.5 [dcl.attr.override]",
		"status": "C++11",
		"submitter": "US",
		"date": "2010-08-02"
	},
	"CWG1134": {
		"type": "issue",
		"title": "When is an explicitly-defaulted function defined?",
		"long_link": "https://cplusplus.github.io/CWG/issues/1134.html",
		"link": "https://wg21.link/cwg1134",
		"section": "9.6.2 [dcl.fct.def.default]",
		"status": "C++11",
		"submitter": "US",
		"date": "2010-08-02"
	},
	"CWG1135": {
		"type": "issue",
		"title": "Explicitly-defaulted non-public special member functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1135.html",
		"link": "https://wg21.link/cwg1135",
		"section": "9.6.2 [dcl.fct.def.default]",
		"status": "C++11",
		"submitter": "FI",
		"date": "2010-08-02"
	},
	"CWG1136": {
		"type": "issue",
		"title": "Explicitly-defaulted explicit constructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/1136.html",
		"link": "https://wg21.link/cwg1136",
		"section": "9.6.2 [dcl.fct.def.default]",
		"status": "C++11",
		"submitter": "FI",
		"date": "2010-08-02"
	},
	"CWG1137": {
		"type": "issue",
		"title": "Explicitly-defaulted virtual special member functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1137.html",
		"link": "https://wg21.link/cwg1137",
		"section": "9.6.2 [dcl.fct.def.default]",
		"status": "C++11",
		"submitter": "FI",
		"date": "2010-08-02"
	},
	"CWG1138": {
		"type": "issue",
		"title": "Rvalue-ness check for rvalue reference binding is wrong",
		"long_link": "https://cplusplus.github.io/CWG/issues/1138.html",
		"link": "https://wg21.link/cwg1138",
		"section": "9.5.4 [dcl.init.ref]",
		"status": "C++11",
		"submitter": "US",
		"date": "2010-08-02"
	},
	"CWG1139": {
		"type": "issue",
		"title": "Rvalue reference binding to scalar xvalues",
		"long_link": "https://cplusplus.github.io/CWG/issues/1139.html",
		"link": "https://wg21.link/cwg1139",
		"section": "9.5.4 [dcl.init.ref]",
		"status": "C++11",
		"submitter": "US",
		"date": "2010-08-02"
	},
	"CWG1140": {
		"type": "issue",
		"title": "Incorrect redefinition of POD class",
		"long_link": "https://cplusplus.github.io/CWG/issues/1140.html",
		"link": "https://wg21.link/cwg1140",
		"section": "Clause 11 [class]",
		"status": "C++11",
		"submitter": "US",
		"date": "2010-08-02"
	},
	"CWG1141": {
		"type": "issue",
		"title": "Non-static data member initializers have not been implemented",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1141",
		"link": "https://wg21.link/cwg1141",
		"section": "11.4 [class.mem]",
		"status": "NAD",
		"submitter": "US",
		"date": "2010-08-02"
	},
	"CWG1142": {
		"type": "issue",
		"title": "friend declaration of member function of containing class",
		"long_link": "https://cplusplus.github.io/CWG/issues/1142.html",
		"link": "https://wg21.link/cwg1142",
		"section": "11.4.2 [class.mfct]",
		"status": "C++11",
		"submitter": "US",
		"date": "2010-08-02"
	},
	"CWG1143": {
		"type": "issue",
		"title": "Move semantics for *this have not been implemented",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1143",
		"link": "https://wg21.link/cwg1143",
		"section": "11.4.3 [class.mfct.non.static]",
		"status": "NAD",
		"submitter": "US",
		"date": "2010-08-02"
	},
	"CWG1144": {
		"type": "issue",
		"title": "Remove access declarations",
		"long_link": "https://cplusplus.github.io/CWG/issues/1144.html",
		"link": "https://wg21.link/cwg1144",
		"section": "_N3225_.11.3 [class.access.dcl]",
		"status": "C++11",
		"submitter": "US",
		"date": "2010-08-03"
	},
	"CWG1145": {
		"type": "issue",
		"title": "Defaulting and triviality",
		"long_link": "https://cplusplus.github.io/CWG/issues/1145.html",
		"link": "https://wg21.link/cwg1145",
		"section": "11.4.5 [class.ctor]",
		"status": "C++11",
		"submitter": "FI",
		"date": "2010-08-03"
	},
	"CWG1146": {
		"type": "issue",
		"title": "exception-specifications of defaulted functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1146.html",
		"link": "https://wg21.link/cwg1146",
		"section": "11.4.7 [class.dtor]",
		"status": "C++11",
		"submitter": "GB",
		"date": "2010-08-03"
	},
	"CWG1147": {
		"type": "issue",
		"title": "Destructors should be default nothrow",
		"long_link": "https://cplusplus.github.io/CWG/issues/1147.html",
		"link": "https://wg21.link/cwg1147",
		"section": "11.4.7 [class.dtor]",
		"status": "C++11",
		"submitter": "GB",
		"date": "2010-08-03"
	},
	"CWG1148": {
		"type": "issue",
		"title": "Copy elision and move construction of function parameters",
		"long_link": "https://cplusplus.github.io/CWG/issues/1148.html",
		"link": "https://wg21.link/cwg1148",
		"section": "11.9.6 [class.copy.elision]",
		"status": "C++11",
		"submitter": "DE",
		"date": "2010-08-03"
	},
	"CWG1149": {
		"type": "issue",
		"title": "Trivial non-public copy operators in subobjects",
		"long_link": "https://cplusplus.github.io/CWG/issues/1149.html",
		"link": "https://wg21.link/cwg1149",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "C++11",
		"submitter": "FI",
		"date": "2010-08-03"
	},
	"CWG1150": {
		"type": "issue",
		"title": "Inheriting constructors have not been implemented",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1150",
		"link": "https://wg21.link/cwg1150",
		"section": "_N4527_.12.9 [class.inhctor]",
		"status": "NAD",
		"submitter": "US",
		"date": "2010-08-03"
	},
	"CWG1151": {
		"type": "issue",
		"title": "Overload resolution with initializer-list and non-list constructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/1151.html",
		"link": "https://wg21.link/cwg1151",
		"section": "12.2.2.8 [over.match.list]",
		"status": "C++11",
		"submitter": "US",
		"date": "2010-08-03"
	},
	"CWG1152": {
		"type": "issue",
		"title": "Rules for determining existence of implicit conversion sequence",
		"long_link": "https://cplusplus.github.io/CWG/issues/1152.html",
		"link": "https://wg21.link/cwg1152",
		"section": "12.2.3 [over.match.viable]",
		"status": "C++11",
		"submitter": "US",
		"date": "2010-08-03"
	},
	"CWG1153": {
		"type": "issue",
		"title": "Type matching in address of overloaded function",
		"long_link": "https://cplusplus.github.io/CWG/issues/1153.html",
		"link": "https://wg21.link/cwg1153",
		"section": "12.3 [over.over]",
		"status": "C++11",
		"submitter": "US",
		"date": "2010-08-03"
	},
	"CWG1154": {
		"type": "issue",
		"title": "Address of thread_local variable as non-type template argument",
		"long_link": "https://cplusplus.github.io/CWG/issues/1154.html",
		"link": "https://wg21.link/cwg1154",
		"section": "13.4.3 [temp.arg.nontype]",
		"status": "C++11",
		"submitter": "US",
		"date": "2010-08-03"
	},
	"CWG1155": {
		"type": "issue",
		"title": "Internal-linkage non-type template arguments",
		"long_link": "https://cplusplus.github.io/CWG/issues/1155.html",
		"link": "https://wg21.link/cwg1155",
		"section": "13.4.3 [temp.arg.nontype]",
		"status": "C++11",
		"submitter": "US",
		"date": "2010-08-03"
	},
	"CWG1156": {
		"type": "issue",
		"title": "Partial ordering in a non-call context",
		"long_link": "https://cplusplus.github.io/CWG/issues/1156.html",
		"link": "https://wg21.link/cwg1156",
		"section": "13.7.7.3 [temp.func.order]",
		"status": "C++11",
		"submitter": "US",
		"date": "2010-08-03"
	},
	"CWG1157": {
		"type": "issue",
		"title": "Partial ordering of function templates is still underspecified",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1157",
		"link": "https://wg21.link/cwg1157",
		"section": "13.7.7.3 [temp.func.order]",
		"status": "open",
		"submitter": "CA",
		"date": "2010-08-03"
	},
	"CWG1158": {
		"type": "issue",
		"title": "Recursive instantiation via alias template",
		"long_link": "https://cplusplus.github.io/CWG/issues/1158.html",
		"link": "https://wg21.link/cwg1158",
		"section": "13.7.8 [temp.alias]",
		"status": "C++11",
		"submitter": "US",
		"date": "2010-08-03"
	},
	"CWG1159": {
		"type": "issue",
		"title": "Class and enumeration definitions in template aliases",
		"long_link": "https://cplusplus.github.io/CWG/issues/1159.html",
		"link": "https://wg21.link/cwg1159",
		"section": "13.7.8 [temp.alias]",
		"status": "C++11",
		"submitter": "US",
		"date": "2010-08-03"
	},
	"CWG1160": {
		"type": "issue",
		"title": "Definitions of template members and the current instantiation",
		"long_link": "https://cplusplus.github.io/CWG/issues/1160.html",
		"link": "https://wg21.link/cwg1160",
		"section": "13.8.3.2 [temp.dep.type]",
		"status": "C++11",
		"submitter": "GB",
		"date": "2010-08-03"
	},
	"CWG1161": {
		"type": "issue",
		"title": "Dependent nested-name-specifier in a pointer-to-member declarator",
		"long_link": "https://cplusplus.github.io/CWG/issues/1161.html",
		"link": "https://wg21.link/cwg1161",
		"section": "13.8 [temp.res]",
		"status": "C++11",
		"submitter": "GB",
		"date": "2010-08-03"
	},
	"CWG1162": {
		"type": "issue",
		"title": "Dependent elaborated-type-specifiers in non-deduced contexts",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1162",
		"link": "https://wg21.link/cwg1162",
		"section": "13.8 [temp.res]",
		"status": "NAD",
		"submitter": "CA",
		"date": "2010-08-03"
	},
	"CWG1163": {
		"type": "issue",
		"title": "extern template prevents inlining functions not marked inline",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1163",
		"link": "https://wg21.link/cwg1163",
		"section": "13.9.3 [temp.explicit]",
		"status": "NAD",
		"submitter": "US",
		"date": "2010-08-03"
	},
	"CWG1164": {
		"type": "issue",
		"title": "Partial ordering of f(T&) and f(T&&)",
		"long_link": "https://cplusplus.github.io/CWG/issues/1164.html",
		"link": "https://wg21.link/cwg1164",
		"section": "13.10.3.2 [temp.deduct.call]",
		"status": "C++11",
		"submitter": "US",
		"date": "2010-08-03"
	},
	"CWG1165": {
		"type": "issue",
		"title": "Exceptions when destroying array elements",
		"long_link": "https://cplusplus.github.io/CWG/issues/1165.html",
		"link": "https://wg21.link/cwg1165",
		"section": "14.3 [except.ctor]",
		"status": "C++11",
		"submitter": "US",
		"date": "2010-08-03"
	},
	"CWG1166": {
		"type": "issue",
		"title": "exception-declarations that do not declare objects",
		"long_link": "https://cplusplus.github.io/CWG/issues/1166.html",
		"link": "https://wg21.link/cwg1166",
		"section": "14.4 [except.handle]",
		"status": "C++11",
		"submitter": "US",
		"date": "2010-08-03"
	},
	"CWG1167": {
		"type": "issue",
		"title": "function-try-blocks for destructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/1167.html",
		"link": "https://wg21.link/cwg1167",
		"section": "14.5 [except.spec]",
		"status": "C++11",
		"submitter": "GB",
		"date": "2010-08-03"
	},
	"CWG1168": {
		"type": "issue",
		"title": "Additional reasons to call std::terminate",
		"long_link": "https://cplusplus.github.io/CWG/issues/1168.html",
		"link": "https://wg21.link/cwg1168",
		"section": "14.6.2 [except.terminate]",
		"status": "C++11",
		"submitter": "GB",
		"date": "2010-08-03"
	},
	"CWG1169": {
		"type": "issue",
		"title": "Missing feature macro for strict pointer safety",
		"long_link": "https://cplusplus.github.io/CWG/issues/1169.html",
		"link": "https://wg21.link/cwg1169",
		"section": "15.12 [cpp.predefined]",
		"status": "C++11",
		"submitter": "GB",
		"date": "2010-08-03"
	},
	"CWG1170": {
		"type": "issue",
		"title": "Access checking during template argument deduction",
		"long_link": "https://cplusplus.github.io/CWG/issues/1170.html",
		"link": "https://wg21.link/cwg1170",
		"section": "13.10.3 [temp.deduct]",
		"status": "C++11",
		"submitter": "Adamczyk",
		"date": "2010-08-03"
	},
	"CWG1171": {
		"type": "issue",
		"title": "Partial stack unwinding with noexcept violation",
		"long_link": "https://cplusplus.github.io/CWG/issues/1171.html",
		"link": "https://wg21.link/cwg1171",
		"section": "14.6.2 [except.terminate]",
		"status": "C++11",
		"submitter": "Merrill",
		"date": "2010-08-04"
	},
	"CWG1172": {
		"type": "issue",
		"title": "“instantiation-dependent” constructs",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1172",
		"link": "https://wg21.link/cwg1172",
		"section": "13.10.3 [temp.deduct]",
		"status": "drafting",
		"submitter": "Adamczyk",
		"date": "2010-08-05"
	},
	"CWG1173": {
		"type": "issue",
		"title": "Unclear specification of effects of signal handling",
		"long_link": "https://cplusplus.github.io/CWG/issues/1173.html",
		"link": "https://wg21.link/cwg1173",
		"section": "6.10.1 [intro.execution]",
		"status": "C++11",
		"submitter": "GB",
		"date": "2010-08-06"
	},
	"CWG1174": {
		"type": "issue",
		"title": "When is a pure virtual function “used?”",
		"long_link": "https://cplusplus.github.io/CWG/issues/1174.html",
		"link": "https://wg21.link/cwg1174",
		"section": "6.3 [basic.def.odr]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"date": "2010-08-07"
	},
	"CWG1175": {
		"type": "issue",
		"title": "Disambiguating user-defined literals",
		"long_link": "https://cplusplus.github.io/CWG/issues/1175.html",
		"link": "https://wg21.link/cwg1175",
		"section": "5.13.9 [lex.ext]",
		"status": "C++11",
		"submitter": "Sebastian Gesemann",
		"date": "2010-08-10"
	},
	"CWG1176": {
		"type": "issue",
		"title": "Definition of release sequence",
		"long_link": "https://cplusplus.github.io/CWG/issues/1176.html",
		"link": "https://wg21.link/cwg1176",
		"section": "6.10.2 [intro.multithread]",
		"status": "C++11",
		"submitter": "CA, GB",
		"date": "2010-08-10"
	},
	"CWG1177": {
		"type": "issue",
		"title": "Intra-thread dependency-ordered-before",
		"long_link": "https://cplusplus.github.io/CWG/issues/1177.html",
		"link": "https://wg21.link/cwg1177",
		"section": "6.10.2 [intro.multithread]",
		"status": "C++11",
		"submitter": "CA",
		"date": "2010-08-10"
	},
	"CWG1178": {
		"type": "issue",
		"title": "Deduction failure matching placement new",
		"long_link": "https://cplusplus.github.io/CWG/issues/1178.html",
		"link": "https://wg21.link/cwg1178",
		"section": "13.10.3.7 [temp.deduct.decl]",
		"status": "C++11",
		"submitter": "Mike Miller",
		"date": "2010-08-19"
	},
	"CWG1179": {
		"type": "issue",
		"title": "Cv-qualification of non-type template parameters",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1179",
		"link": "https://wg21.link/cwg1179",
		"section": "13.2 [temp.param]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"date": "2010-08-19"
	},
	"CWG1180": {
		"type": "issue",
		"title": "Over-aligned class types",
		"long_link": "https://cplusplus.github.io/CWG/issues/1180.html",
		"link": "https://wg21.link/cwg1180",
		"section": "6.8.3 [basic.align]",
		"status": "C++11",
		"submitter": "Clark Nelson",
		"date": "2010-08-25"
	},
	"CWG1181": {
		"type": "issue",
		"title": "What is a “built-in type?”",
		"long_link": "https://cplusplus.github.io/CWG/issues/1181.html",
		"link": "https://wg21.link/cwg1181",
		"section": "6.9 [basic.types]",
		"status": "C++11",
		"submitter": "Barry Hedquist",
		"date": "2010-08-26"
	},
	"CWG1182": {
		"type": "issue",
		"title": "Incorrect description of pack expansion syntax",
		"long_link": "https://cplusplus.github.io/CWG/issues/1182.html",
		"link": "https://wg21.link/cwg1182",
		"section": "13.7.4 [temp.variadic]",
		"status": "C++11",
		"submitter": "Daveed Vandevoorde",
		"date": "2010-08-26"
	},
	"CWG1183": {
		"type": "issue",
		"title": "Expansion of parameter packs in declarators",
		"long_link": "https://cplusplus.github.io/CWG/issues/1183.html",
		"link": "https://wg21.link/cwg1183",
		"section": "9.3.4.6 [dcl.fct]",
		"status": "C++11",
		"submitter": "Daveed Vandevoorde",
		"date": "2010-08-26"
	},
	"CWG1184": {
		"type": "issue",
		"title": "Argument conversions to nondeduced parameter types",
		"long_link": "https://cplusplus.github.io/CWG/issues/1184.html",
		"link": "https://wg21.link/cwg1184",
		"section": "13.10.3.2 [temp.deduct.call]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"date": "2010-08-29"
	},
	"CWG1185": {
		"type": "issue",
		"title": "Misleading description of language linkage and member function types",
		"long_link": "https://cplusplus.github.io/CWG/issues/1185.html",
		"link": "https://wg21.link/cwg1185",
		"section": "9.12 [dcl.link]",
		"status": "C++11",
		"submitter": "Mike Miller",
		"date": "2010-08-29"
	},
	"CWG1186": {
		"type": "issue",
		"title": "Non-dependent constexpr violations in function templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/1186.html",
		"link": "https://wg21.link/cwg1186",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "C++11",
		"submitter": "Jason Merrill",
		"date": "2010-08-30"
	},
	"CWG1187": {
		"type": "issue",
		"title": "Problems in initialization example",
		"long_link": "https://cplusplus.github.io/CWG/issues/1187.html",
		"link": "https://wg21.link/cwg1187",
		"section": "6.10.3.2 [basic.start.static]",
		"status": "C++11",
		"submitter": "Jason Merrill",
		"date": "2010-08-31"
	},
	"CWG1188": {
		"type": "issue",
		"title": "Type punning in constant expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1188.html",
		"link": "https://wg21.link/cwg1188",
		"section": "7.7 [expr.const]",
		"status": "C++11",
		"submitter": "Jason Merrill",
		"date": "2010-08-31"
	},
	"CWG1189": {
		"type": "issue",
		"title": "Address of distinct base class subobjects",
		"long_link": "https://cplusplus.github.io/CWG/issues/1189.html",
		"link": "https://wg21.link/cwg1189",
		"section": "6.8.2 [intro.object]",
		"status": "C++11",
		"submitter": "Gabriel Dos Reis",
		"date": "2010-08-31"
	},
	"CWG1190": {
		"type": "issue",
		"title": "Operations on non-safely-derived pointers",
		"long_link": "https://cplusplus.github.io/CWG/issues/1190.html",
		"link": "https://wg21.link/cwg1190",
		"section": "_N4885_6.7.5.5.4 [basic.stc.dynamic.safety]",
		"status": "C++11",
		"submitter": "Hans Boehm",
		"date": "2010-09-01"
	},
	"CWG1191": {
		"type": "issue",
		"title": "Deleted subobject destructors and implicitly-defined constructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/1191.html",
		"link": "https://wg21.link/cwg1191",
		"section": "11.4.5 [class.ctor]",
		"status": "C++11",
		"submitter": "Jason Merrill",
		"date": "2010-09-02"
	},
	"CWG1192": {
		"type": "issue",
		"title": "Inadvertent change to ODR and templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/1192.html",
		"link": "https://wg21.link/cwg1192",
		"section": "6.3 [basic.def.odr]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"date": "2010-09-03"
	},
	"CWG1193": {
		"type": "issue",
		"title": "Use of address-constant pointers in constant expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1193.html",
		"link": "https://wg21.link/cwg1193",
		"section": "7.7 [expr.const]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"date": "2010-09-02"
	},
	"CWG1194": {
		"type": "issue",
		"title": "Constexpr references",
		"long_link": "https://cplusplus.github.io/CWG/issues/1194.html",
		"link": "https://wg21.link/cwg1194",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"date": "2010-09-04"
	},
	"CWG1195": {
		"type": "issue",
		"title": "References to non-literal types in constexpr functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1195.html",
		"link": "https://wg21.link/cwg1195",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"date": "2010-09-05"
	},
	"CWG1196": {
		"type": "issue",
		"title": "Definition required for explicit instantiation after explicit specialization?",
		"long_link": "https://cplusplus.github.io/CWG/issues/1196.html",
		"link": "https://wg21.link/cwg1196",
		"section": "13.9.3 [temp.explicit]",
		"status": "C++11",
		"submitter": "Mike Miller",
		"date": "2010-09-08"
	},
	"CWG1197": {
		"type": "issue",
		"title": "Constexpr arrays",
		"long_link": "https://cplusplus.github.io/CWG/issues/1197.html",
		"link": "https://wg21.link/cwg1197",
		"section": "7.7 [expr.const]",
		"status": "C++11",
		"submitter": "Jason Merrill",
		"date": "2010-09-08"
	},
	"CWG1198": {
		"type": "issue",
		"title": "Literal types and copy constructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/1198.html",
		"link": "https://wg21.link/cwg1198",
		"section": "6.9 [basic.types]",
		"status": "C++11",
		"submitter": "Jason Merrill",
		"date": "2010-09-16"
	},
	"CWG1199": {
		"type": "issue",
		"title": "Deleted constexpr functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1199.html",
		"link": "https://wg21.link/cwg1199",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"date": "2010-09-17"
	},
	"CWG1200": {
		"type": "issue",
		"title": "Lookup rules for template parameters",
		"long_link": "https://cplusplus.github.io/CWG/issues/1200.html",
		"link": "https://wg21.link/cwg1200",
		"section": "6.5.3 [basic.lookup.unqual]",
		"status": "CD6",
		"submitter": "Johannes Schaub",
		"date": "2010-09-18"
	},
	"CWG1201": {
		"type": "issue",
		"title": "Are deleted and defaulted functions definitions?",
		"long_link": "https://cplusplus.github.io/CWG/issues/1201.html",
		"link": "https://wg21.link/cwg1201",
		"section": "6.2 [basic.def]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"date": "2010-09-20"
	},
	"CWG1202": {
		"type": "issue",
		"title": "Calling virtual functions during destruction",
		"long_link": "https://cplusplus.github.io/CWG/issues/1202.html",
		"link": "https://wg21.link/cwg1202",
		"section": "11.9.5 [class.cdtor]",
		"status": "C++11",
		"submitter": "Bjarne Stroustrup",
		"date": "2010-09-21"
	},
	"CWG1203": {
		"type": "issue",
		"title": "Misleading note regarding initialized static data members",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1203",
		"link": "https://wg21.link/cwg1203",
		"section": "11.4.9.3 [class.static.data]",
		"status": "dup",
		"submitter": "Jason Merrill",
		"date": "2010-09-30"
	},
	"CWG1204": {
		"type": "issue",
		"title": "Specifiers in a for-range-declaration",
		"long_link": "https://cplusplus.github.io/CWG/issues/1204.html",
		"link": "https://wg21.link/cwg1204",
		"section": "8.6 [stmt.iter]",
		"status": "C++11",
		"submitter": "Jason Merrill",
		"date": "2010-10-01"
	},
	"CWG1205": {
		"type": "issue",
		"title": "Lvalue reference binding and function viability",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1205",
		"link": "https://wg21.link/cwg1205",
		"section": "12.2.4.2.5 [over.ics.ref]",
		"status": "dup",
		"submitter": "Steve Clamage",
		"date": "2010-10-06"
	},
	"CWG1206": {
		"type": "issue",
		"title": "Defining opaque enumeration members of class templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/1206.html",
		"link": "https://wg21.link/cwg1206",
		"section": "13.7.2 [temp.class]",
		"status": "C++11",
		"submitter": "Jason Merrill",
		"date": "2010-10-06"
	},
	"CWG1207": {
		"type": "issue",
		"title": "Type of class member in trailing-return-type",
		"long_link": "https://cplusplus.github.io/CWG/issues/1207.html",
		"link": "https://wg21.link/cwg1207",
		"section": "11.4.3 [class.mfct.non.static]",
		"status": "C++11",
		"submitter": "Jason Merrill",
		"date": "2010-10-06"
	},
	"CWG1208": {
		"type": "issue",
		"title": "Explicit noexcept in defaulted definition",
		"long_link": "https://cplusplus.github.io/CWG/issues/1208.html",
		"link": "https://wg21.link/cwg1208",
		"section": "11.4.3 [class.mfct.non.static]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"date": "2010-10-07"
	},
	"CWG1209": {
		"type": "issue",
		"title": "Is a potentially-evaluated expression in a template definition a “use?”",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1209",
		"link": "https://wg21.link/cwg1209",
		"section": "6.3 [basic.def.odr]",
		"status": "open",
		"submitter": "Johannes Schaub",
		"date": "2010-10-08"
	},
	"CWG1210": {
		"type": "issue",
		"title": "Injection of elaborated-type-specifier in enumeration scope",
		"long_link": "https://cplusplus.github.io/CWG/issues/1210.html",
		"link": "https://wg21.link/cwg1210",
		"section": "6.4.2 [basic.scope.pdecl]",
		"status": "C++11",
		"submitter": "Johannes Schaub",
		"date": "2010-10-13"
	},
	"CWG1211": {
		"type": "issue",
		"title": "Misaligned lvalues",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1211",
		"link": "https://wg21.link/cwg1211",
		"section": "6.8.3 [basic.align]",
		"status": "open",
		"submitter": "David Svoboda",
		"date": "2010-10-20"
	},
	"CWG1212": {
		"type": "issue",
		"title": "Non-function-call xvalues and decltype",
		"long_link": "https://cplusplus.github.io/CWG/issues/1212.html",
		"link": "https://wg21.link/cwg1212",
		"section": "9.2.9.3 [dcl.type.simple]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"date": "2010-10-21"
	},
	"CWG1213": {
		"type": "issue",
		"title": "Array subscripting and xvalues",
		"long_link": "https://cplusplus.github.io/CWG/issues/1213.html",
		"link": "https://wg21.link/cwg1213",
		"section": "7.6.1.2 [expr.sub]",
		"status": "CD3",
		"submitter": "Jason Merrill",
		"date": "2010-10-24"
	},
	"CWG1214": {
		"type": "issue",
		"title": "Kinds of initializers",
		"long_link": "https://cplusplus.github.io/CWG/issues/1214.html",
		"link": "https://wg21.link/cwg1214",
		"section": "9.5 [dcl.init]",
		"status": "C++11",
		"submitter": "Johannes Schaub",
		"date": "2010-10-30"
	},
	"CWG1215": {
		"type": "issue",
		"title": "Definition of POD struct",
		"long_link": "https://cplusplus.github.io/CWG/issues/1215.html",
		"link": "https://wg21.link/cwg1215",
		"section": "Clause 11 [class]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"date": "2010-10-28"
	},
	"CWG1216": {
		"type": "issue",
		"title": "Exceptions “allowed” by a noexcept-specification",
		"long_link": "https://cplusplus.github.io/CWG/issues/1216.html",
		"link": "https://wg21.link/cwg1216",
		"section": "14.5 [except.spec]",
		"status": "C++11",
		"submitter": "Jens Maurer",
		"date": "2010-11-02"
	},
	"CWG1217": {
		"type": "issue",
		"title": "Are deleted functions implicitly noexcept?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1217",
		"link": "https://wg21.link/cwg1217",
		"section": "9.6.3 [dcl.fct.def.delete]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"date": "2010-11-10"
	},
	"CWG1218": {
		"type": "issue",
		"title": "What is the “currently-handled exception” in a multi-threaded program?",
		"long_link": "https://cplusplus.github.io/CWG/issues/1218.html",
		"link": "https://wg21.link/cwg1218",
		"section": "14.4 [except.handle]",
		"status": "C++11",
		"submitter": "CA",
		"date": "2010-11-12"
	},
	"CWG1219": {
		"type": "issue",
		"title": "Non-static data member initializers in constant expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1219.html",
		"link": "https://wg21.link/cwg1219",
		"section": "6.9 [basic.types]",
		"status": "C++11",
		"submitter": "Jens Maurer",
		"date": "2010-11-13"
	},
	"CWG1220": {
		"type": "issue",
		"title": "Looking up conversion-type-ids",
		"long_link": "https://cplusplus.github.io/CWG/issues/1220.html",
		"link": "https://wg21.link/cwg1220",
		"section": "_N4868_.6.5.6 [basic.lookup.classref]",
		"status": "C++11",
		"submitter": "Mike Miller",
		"date": "2010-11-13"
	},
	"CWG1221": {
		"type": "issue",
		"title": "Partial ordering and reference collapsing",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1221",
		"link": "https://wg21.link/cwg1221",
		"section": "13.10.3.5 [temp.deduct.partial]",
		"status": "open",
		"submitter": "Michael Wong",
		"date": "2010-11-08"
	},
	"CWG1222": {
		"type": "issue",
		"title": "Unnecessary restriction on auto array types",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1222",
		"link": "https://wg21.link/cwg1222",
		"section": "9.3.4.5 [dcl.array]",
		"status": "NAD",
		"submitter": "Michael Wong",
		"date": "2010-11-08"
	},
	"CWG1223": {
		"type": "issue",
		"title": "Syntactic disambiguation and trailing-return-types",
		"long_link": "https://cplusplus.github.io/CWG/issues/1223.html",
		"link": "https://wg21.link/cwg1223",
		"section": "8.11 [stmt.ambig]",
		"status": "CD7",
		"submitter": "Michael Wong",
		"date": "2010-11-08"
	},
	"CWG1224": {
		"type": "issue",
		"title": "constexpr defaulted copy constructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/1224.html",
		"link": "https://wg21.link/cwg1224",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "C++11",
		"submitter": "Jason Merrill",
		"date": "2010-10-25"
	},
	"CWG1225": {
		"type": "issue",
		"title": "constexpr constructors and virtual bases",
		"long_link": "https://cplusplus.github.io/CWG/issues/1225.html",
		"link": "https://wg21.link/cwg1225",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "C++11",
		"submitter": "Jason Merrill",
		"date": "2010-10-26"
	},
	"CWG1226": {
		"type": "issue",
		"title": "Converting a braced-init-list default argument",
		"long_link": "https://cplusplus.github.io/CWG/issues/1226.html",
		"link": "https://wg21.link/cwg1226",
		"section": "9.3.4.7 [dcl.fct.default]",
		"status": "CD3",
		"submitter": "Mike Miller",
		"date": "2010-11-19"
	},
	"CWG1227": {
		"type": "issue",
		"title": "Mixing immediate and non-immediate contexts in deduction failure",
		"long_link": "https://cplusplus.github.io/CWG/issues/1227.html",
		"link": "https://wg21.link/cwg1227",
		"section": "13.10.3 [temp.deduct]",
		"status": "CD3",
		"submitter": "Daniel Krügler",
		"date": "2010-11-27"
	},
	"CWG1228": {
		"type": "issue",
		"title": "Copy-list-initialization and explicit constructors",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1228",
		"link": "https://wg21.link/cwg1228",
		"section": "12.2.2.8 [over.match.list]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"date": "2010-12-03"
	},
	"CWG1229": {
		"type": "issue",
		"title": "Overload resolution with empty braced-init-list argument",
		"long_link": "https://cplusplus.github.io/CWG/issues/1229.html",
		"link": "https://wg21.link/cwg1229",
		"section": "12.2.2.8 [over.match.list]",
		"status": "C++11",
		"submitter": "Johannes Schaub",
		"date": "2010-12-09"
	},
	"CWG1230": {
		"type": "issue",
		"title": "Confusing description of ambiguity of destructor name",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1230",
		"link": "https://wg21.link/cwg1230",
		"section": "7.6.2.2 [expr.unary.op]",
		"status": "dup",
		"submitter": "Johannes Schaub",
		"date": "2010-12-13"
	},
	"CWG1231": {
		"type": "issue",
		"title": "Variadic templates requiring an empty pack expansion",
		"long_link": "https://cplusplus.github.io/CWG/issues/1231.html",
		"link": "https://wg21.link/cwg1231",
		"section": "13.7.4 [temp.variadic]",
		"status": "C++11",
		"submitter": "John Spicer",
		"date": "2010-12-20"
	},
	"CWG1232": {
		"type": "issue",
		"title": "Creation of array temporaries using a braced-init-list",
		"long_link": "https://cplusplus.github.io/CWG/issues/1232.html",
		"link": "https://wg21.link/cwg1232",
		"section": "9.5.5 [dcl.init.list]",
		"status": "C++11",
		"submitter": "Andrew Koenig",
		"date": "2011-01-03"
	},
	"CWG1233": {
		"type": "issue",
		"title": "Pack expansions and dependent calls",
		"long_link": "https://cplusplus.github.io/CWG/issues/1233.html",
		"link": "https://wg21.link/cwg1233",
		"section": "13.8.3 [temp.dep]",
		"status": "C++11",
		"submitter": "John Spicer",
		"date": "2011-01-11"
	},
	"CWG1234": {
		"type": "issue",
		"title": "abstract-declarator does not permit ... after ptr-operator",
		"long_link": "https://cplusplus.github.io/CWG/issues/1234.html",
		"link": "https://wg21.link/cwg1234",
		"section": "9.3.2 [dcl.name]",
		"status": "C++11",
		"submitter": "Johannes Schaub",
		"date": "2011-01-18"
	},
	"CWG1235": {
		"type": "issue",
		"title": "“Unused” ellipsis and default arguments in partial ordering",
		"long_link": "https://cplusplus.github.io/CWG/issues/1235.html",
		"link": "https://wg21.link/cwg1235",
		"section": "13.7.7.3 [temp.func.order]",
		"status": "C++11",
		"submitter": "James Widman",
		"date": "2011-01-18"
	},
	"CWG1236": {
		"type": "issue",
		"title": "Inconsistently-interrelated examples",
		"long_link": "https://cplusplus.github.io/CWG/issues/1236.html",
		"link": "https://wg21.link/cwg1236",
		"section": "9.5.4 [dcl.init.ref]",
		"status": "C++11",
		"submitter": "Doug Gregor",
		"date": "2011-01-20"
	},
	"CWG1237": {
		"type": "issue",
		"title": "Deprecated implicit copy assignment in example",
		"long_link": "https://cplusplus.github.io/CWG/issues/1237.html",
		"link": "https://wg21.link/cwg1237",
		"section": "6.8.7 [class.temporary]",
		"status": "C++11",
		"submitter": "Ryou Ezoe",
		"date": "2011-01-25"
	},
	"CWG1238": {
		"type": "issue",
		"title": "Overloading ambiguity binding reference to function",
		"long_link": "https://cplusplus.github.io/CWG/issues/1238.html",
		"link": "https://wg21.link/cwg1238",
		"section": "12.2.4.3 [over.ics.rank]",
		"status": "C++11",
		"submitter": "Doug Gregor",
		"date": "2011-01-25"
	},
	"CWG1239": {
		"type": "issue",
		"title": "Hexadecimal floating-point literals vs user-defined literals",
		"long_link": "https://cplusplus.github.io/CWG/issues/1239.html",
		"link": "https://wg21.link/cwg1239",
		"section": "5.13.9 [lex.ext]",
		"status": "C++11",
		"submitter": "Howard Hinnant",
		"date": "2011-01-28"
	},
	"CWG1240": {
		"type": "issue",
		"title": "constexpr defaulted constructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/1240.html",
		"link": "https://wg21.link/cwg1240",
		"section": "9.3.2 [dcl.name]",
		"status": "C++11",
		"submitter": "Jens Maurer",
		"date": "2011-02-02"
	},
	"CWG1241": {
		"type": "issue",
		"title": "Which members does a destructor destroy?",
		"long_link": "https://cplusplus.github.io/CWG/issues/1241.html",
		"link": "https://wg21.link/cwg1241",
		"section": "11.4.7 [class.dtor]",
		"status": "C++11",
		"submitter": "Ryou Ezoe",
		"date": "2011-02-08"
	},
	"CWG1242": {
		"type": "issue",
		"title": "Initializing variant class members",
		"long_link": "https://cplusplus.github.io/CWG/issues/1242.html",
		"link": "https://wg21.link/cwg1242",
		"section": "11.9.3 [class.base.init]",
		"status": "C++11",
		"submitter": "Ryou Ezoe",
		"date": "2011-02-08"
	},
	"CWG1243": {
		"type": "issue",
		"title": "Misleading footnote regarding multiple-declarator declarations",
		"long_link": "https://cplusplus.github.io/CWG/issues/1243.html",
		"link": "https://wg21.link/cwg1243",
		"section": "9.3 [dcl.decl]",
		"status": "C++11",
		"submitter": "Johannes Schaub",
		"date": "2011-02-08"
	},
	"CWG1244": {
		"type": "issue",
		"title": "Equivalence of alias templates and class templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/1244.html",
		"link": "https://wg21.link/cwg1244",
		"section": "13.6 [temp.type]",
		"status": "C++11",
		"submitter": "Johannes Schaub",
		"date": "2011-02-22"
	},
	"CWG1245": {
		"type": "issue",
		"title": "Matching declarations involving decltype",
		"long_link": "https://cplusplus.github.io/CWG/issues/1245.html",
		"link": "https://wg21.link/cwg1245",
		"section": "13.7.2.2 [temp.mem.func]",
		"status": "C++11",
		"submitter": "Jason Merrill",
		"date": "2011-02-22"
	},
	"CWG1246": {
		"type": "issue",
		"title": "Non-deduced non-final parameter packs",
		"long_link": "https://cplusplus.github.io/CWG/issues/1246.html",
		"link": "https://wg21.link/cwg1246",
		"section": "13.2 [temp.param]",
		"status": "C++11",
		"submitter": "John Spicer",
		"date": "2011-02-23"
	},
	"CWG1247": {
		"type": "issue",
		"title": "Restriction on alias name appearing in type-id",
		"long_link": "https://cplusplus.github.io/CWG/issues/1247.html",
		"link": "https://wg21.link/cwg1247",
		"section": "9.2.4 [dcl.typedef]",
		"status": "CD4",
		"submitter": "James Widman",
		"date": "2011-02-26"
	},
	"CWG1248": {
		"type": "issue",
		"title": "Updating Annex C to C99 and C23",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1248",
		"link": "https://wg21.link/cwg1248",
		"section": "C.7 [diff.iso]",
		"status": "open",
		"submitter": "Jonathan Wakely",
		"date": "2011-02-28"
	},
	"CWG1249": {
		"type": "issue",
		"title": "Cv-qualification of nested lambda capture",
		"long_link": "https://cplusplus.github.io/CWG/issues/1249.html",
		"link": "https://wg21.link/cwg1249",
		"section": "7.5.6.3 [expr.prim.lambda.capture]",
		"status": "CD6",
		"submitter": "James Widman",
		"date": "2011-03-02"
	},
	"CWG1250": {
		"type": "issue",
		"title": "Cv-qualification of incomplete virtual function return types",
		"long_link": "https://cplusplus.github.io/CWG/issues/1250.html",
		"link": "https://wg21.link/cwg1250",
		"section": "11.7.3 [class.virtual]",
		"status": "CD3",
		"submitter": "Jonathan Wakely",
		"date": "2011-03-03"
	},
	"CWG1251": {
		"type": "issue",
		"title": "C compatibility: casting to unqualified void*",
		"long_link": "https://cplusplus.github.io/CWG/issues/1251.html",
		"link": "https://wg21.link/cwg1251",
		"section": "_N4750_.C.1.3 [diff.conv]",
		"status": "CD3",
		"submitter": "Johannes Schaub",
		"date": "2011-03-04"
	},
	"CWG1252": {
		"type": "issue",
		"title": "Overloading member function templates based on dependent return type",
		"long_link": "https://cplusplus.github.io/CWG/issues/1252.html",
		"link": "https://wg21.link/cwg1252",
		"section": "_N4868_.12.2 [over.load]",
		"status": "CD6",
		"submitter": "Nikolay Ivchenkov",
		"date": "2011-03-06"
	},
	"CWG1253": {
		"type": "issue",
		"title": "Generic non-template members",
		"long_link": "https://cplusplus.github.io/CWG/issues/1253.html",
		"link": "https://wg21.link/cwg1253",
		"section": "13.9 [temp.spec]",
		"status": "C++17",
		"submitter": "Nikolay Ivchenkov",
		"date": "2011-03-06"
	},
	"CWG1254": {
		"type": "issue",
		"title": "odr-use vs template arguments and constexpr functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1254",
		"link": "https://wg21.link/cwg1254",
		"section": "6.3 [basic.def.odr]",
		"status": "NAD",
		"submitter": "Nikolay Ivchenkov",
		"date": "2011-03-08"
	},
	"CWG1255": {
		"type": "issue",
		"title": "Definition problems with constexpr functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1255",
		"link": "https://wg21.link/cwg1255",
		"section": "7.7 [expr.const]",
		"status": "drafting",
		"submitter": "Nikolay Ivchenkov",
		"date": "2011-03-08"
	},
	"CWG1256": {
		"type": "issue",
		"title": "Unevaluated operands are not necessarily constant expressions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1256",
		"link": "https://wg21.link/cwg1256",
		"section": "7.7 [expr.const]",
		"status": "open",
		"submitter": "Nikolay Ivchenkov",
		"date": "2011-03-08"
	},
	"CWG1257": {
		"type": "issue",
		"title": "Instantiation via non-dependent references in uninstantiated templates",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1257",
		"link": "https://wg21.link/cwg1257",
		"section": "13.8 [temp.res]",
		"status": "open",
		"submitter": "Johannes Schaub",
		"date": "2011-03-09"
	},
	"CWG1258": {
		"type": "issue",
		"title": "“Instantiation context” differs from dependent lookup rules",
		"long_link": "https://cplusplus.github.io/CWG/issues/1258.html",
		"link": "https://wg21.link/cwg1258",
		"section": "13.8.4.1 [temp.point]",
		"status": "CD5",
		"submitter": "Nikolay Ivchenkov",
		"date": "2011-03-10"
	},
	"CWG1259": {
		"type": "issue",
		"title": "Deleting a POD via a pointer to base",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1259",
		"link": "https://wg21.link/cwg1259",
		"section": "7.6.2.9 [expr.delete]",
		"status": "NAD",
		"submitter": "Herb Sutter",
		"date": "2011-03-10"
	},
	"CWG1260": {
		"type": "issue",
		"title": "Incorrect use of term “overloaded” in description of odr-use",
		"long_link": "https://cplusplus.github.io/CWG/issues/1260.html",
		"link": "https://wg21.link/cwg1260",
		"section": "6.3 [basic.def.odr]",
		"status": "CD3",
		"submitter": "Nikolay Ivchenkov",
		"date": "2011-03-11"
	},
	"CWG1261": {
		"type": "issue",
		"title": "Explicit handling of cv-qualification with non-class prvalues",
		"long_link": "https://cplusplus.github.io/CWG/issues/1261.html",
		"link": "https://wg21.link/cwg1261",
		"section": "Clause 7 [expr]",
		"status": "CD3",
		"submitter": "Nikolay Ivchenkov",
		"date": "2011-03-12"
	},
	"CWG1262": {
		"type": "issue",
		"title": "Default template arguments and deduction failure",
		"long_link": "https://cplusplus.github.io/CWG/issues/1262.html",
		"link": "https://wg21.link/cwg1262",
		"section": "13.10.3 [temp.deduct]",
		"status": "CD3",
		"submitter": "Nikolay Ivchenkov",
		"date": "2011-03-16"
	},
	"CWG1263": {
		"type": "issue",
		"title": "Mismatch between rvalue reference binding and overload resolution",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1263",
		"link": "https://wg21.link/cwg1263",
		"section": "9.5.4 [dcl.init.ref]",
		"status": "NAD",
		"submitter": "Johannes Schaub",
		"date": "2011-03-18"
	},
	"CWG1264": {
		"type": "issue",
		"title": "Use of this in constexpr constructor",
		"long_link": "https://cplusplus.github.io/CWG/issues/1264.html",
		"link": "https://wg21.link/cwg1264",
		"section": "7.7 [expr.const]",
		"status": "CD3",
		"submitter": "Jason Merrill",
		"date": "2011-03-18"
	},
	"CWG1265": {
		"type": "issue",
		"title": "Mixed use of the auto specifier",
		"long_link": "https://cplusplus.github.io/CWG/issues/1265.html",
		"link": "https://wg21.link/cwg1265",
		"section": "9.2.9.7 [dcl.spec.auto]",
		"status": "CD3",
		"submitter": "Michael Wong",
		"date": "2011-03-20"
	},
	"CWG1266": {
		"type": "issue",
		"title": "user-defined-integer-literal overflow",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1266",
		"link": "https://wg21.link/cwg1266",
		"section": "5.13.9 [lex.ext]",
		"status": "open",
		"submitter": "Michael Wong",
		"date": "2011-03-20"
	},
	"CWG1267": {
		"type": "issue",
		"title": "Rvalue reference types in exception-specifications",
		"long_link": "https://cplusplus.github.io/CWG/issues/1267.html",
		"link": "https://wg21.link/cwg1267",
		"section": "14.5 [except.spec]",
		"status": "CD3",
		"submitter": "Michael Wong",
		"date": "2011-03-21"
	},
	"CWG1268": {
		"type": "issue",
		"title": "reinterpret_cast of an xvalue operand",
		"long_link": "https://cplusplus.github.io/CWG/issues/1268.html",
		"link": "https://wg21.link/cwg1268",
		"section": "7.6.1.10 [expr.reinterpret.cast]",
		"status": "CD3",
		"submitter": "Michael Wong",
		"date": "2011-03-21"
	},
	"CWG1269": {
		"type": "issue",
		"title": "dynamic_cast of an xvalue operand",
		"long_link": "https://cplusplus.github.io/CWG/issues/1269.html",
		"link": "https://wg21.link/cwg1269",
		"section": "7.6.1.7 [expr.dynamic.cast]",
		"status": "CD3",
		"submitter": "Michael Wong",
		"date": "2011-03-21"
	},
	"CWG1270": {
		"type": "issue",
		"title": "Brace elision in array temporary initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/1270.html",
		"link": "https://wg21.link/cwg1270",
		"section": "9.5.5 [dcl.init.list]",
		"status": "CD3",
		"submitter": "Jason Merrill",
		"date": "2011-03-23"
	},
	"CWG1271": {
		"type": "issue",
		"title": "Imprecise wording regarding dependent types",
		"long_link": "https://cplusplus.github.io/CWG/issues/1271.html",
		"link": "https://wg21.link/cwg1271",
		"section": "13.8 [temp.res]",
		"status": "CD5",
		"submitter": "Daveed Vandevoorde",
		"date": "2011-03-24"
	},
	"CWG1272": {
		"type": "issue",
		"title": "Implicit definition of static data member of const literal type",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1272",
		"link": "https://wg21.link/cwg1272",
		"section": "11.4.9.3 [class.static.data]",
		"status": "NAD",
		"submitter": "Nikolay Ivchenkov",
		"date": "2011-03-18"
	},
	"CWG1273": {
		"type": "issue",
		"title": "Accessibility and function signatures",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1273",
		"link": "https://wg21.link/cwg1273",
		"section": "13.10.3 [temp.deduct]",
		"status": "NAD",
		"submitter": "Jason Merrill",
		"date": "2011-03-24"
	},
	"CWG1274": {
		"type": "issue",
		"title": "Common nonterminal for expression and braced-init-list",
		"long_link": "https://cplusplus.github.io/CWG/issues/1274.html",
		"link": "https://wg21.link/cwg1274",
		"section": "8.6.5 [stmt.ranged]",
		"status": "CD4",
		"submitter": "Daniel Krügler",
		"date": "2011-03-25"
	},
	"CWG1275": {
		"type": "issue",
		"title": "Incorrect comment in example of template parameter pack restriction",
		"long_link": "https://cplusplus.github.io/CWG/issues/1275.html",
		"link": "https://wg21.link/cwg1275",
		"section": "13.2 [temp.param]",
		"status": "CD3",
		"submitter": "Johannes Schaub",
		"date": "2011-03-25"
	},
	"CWG1276": {
		"type": "issue",
		"title": "Reference to stdint.h",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1276",
		"link": "https://wg21.link/cwg1276",
		"section": "6.9.2 [basic.fundamental]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"date": "2011-03-26"
	},
	"CWG1277": {
		"type": "issue",
		"title": "Lax definition of intmax_t and uintmax_t",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1277",
		"link": "https://wg21.link/cwg1277",
		"section": "17.4.1 [cstdint.syn]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"date": "2011-03-26"
	},
	"CWG1278": {
		"type": "issue",
		"title": "Incorrect treatment of contrived object",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1278",
		"link": "https://wg21.link/cwg1278",
		"section": "12.2.2.2.2 [over.call.func]",
		"status": "drafting",
		"submitter": "Nikolay Ivchenkov",
		"date": "2011-03-27"
	},
	"CWG1279": {
		"type": "issue",
		"title": "Additional differences between C++ 2003 and C++ 2011",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1279",
		"link": "https://wg21.link/cwg1279",
		"section": "C.6 [diff.cpp03]",
		"status": "open",
		"submitter": "Nikolay Ivchenkov",
		"date": "2011-03-27"
	},
	"CWG1280": {
		"type": "issue",
		"title": "Object reallocation and reference members",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1280",
		"link": "https://wg21.link/cwg1280",
		"section": "6.8.4 [basic.life]",
		"status": "NAD",
		"submitter": "Nikolay Ivchenkov",
		"date": "2011-03-27"
	},
	"CWG1281": {
		"type": "issue",
		"title": "Virtual and dependent base classes",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1281",
		"link": "https://wg21.link/cwg1281",
		"section": "13.8.3.2 [temp.dep.type]",
		"status": "NAD",
		"submitter": "Johannes Schaub",
		"date": "2011-03-28"
	},
	"CWG1282": {
		"type": "issue",
		"title": "Underspecified destructor exception-specification",
		"long_link": "https://cplusplus.github.io/CWG/issues/1282.html",
		"link": "https://wg21.link/cwg1282",
		"section": "14.5 [except.spec]",
		"status": "CD3",
		"submitter": "Daniel Krügler",
		"date": "2011-03-28"
	},
	"CWG1283": {
		"type": "issue",
		"title": "Static data members of classes with typedef name for linkage purposes",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1283",
		"link": "https://wg21.link/cwg1283",
		"section": "11.4.9.3 [class.static.data]",
		"status": "open",
		"submitter": "Mike Miller",
		"date": "2011-03-29"
	},
	"CWG1284": {
		"type": "issue",
		"title": "Should the lifetime of an array be independent of that of its elements?",
		"long_link": "https://cplusplus.github.io/CWG/issues/1284.html",
		"link": "https://wg21.link/cwg1284",
		"section": "6.8.4 [basic.life]",
		"status": "CD4",
		"submitter": "Gabriel Dos Reis",
		"date": "2011-04-02"
	},
	"CWG1285": {
		"type": "issue",
		"title": "Trivial destructors and object lifetime",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1285",
		"link": "https://wg21.link/cwg1285",
		"section": "6.8.4 [basic.life]",
		"status": "NAD",
		"submitter": "Johannes Schaub",
		"date": "2011-04-02"
	},
	"CWG1286": {
		"type": "issue",
		"title": "Equivalence of alias templates",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1286",
		"link": "https://wg21.link/cwg1286",
		"section": "13.7.8 [temp.alias]",
		"status": "drafting",
		"submitter": "Gabriel Dos Reis",
		"date": "2011-04-03"
	},
	"CWG1287": {
		"type": "issue",
		"title": "Direct initialization vs “implicit” conversion in reference binding",
		"long_link": "https://cplusplus.github.io/CWG/issues/1287.html",
		"link": "https://wg21.link/cwg1287",
		"section": "9.5.4 [dcl.init.ref]",
		"status": "C++14",
		"submitter": "Daniel Krügler",
		"date": "2011-04-06"
	},
	"CWG1288": {
		"type": "issue",
		"title": "Reference list initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/1288.html",
		"link": "https://wg21.link/cwg1288",
		"section": "9.5.5 [dcl.init.list]",
		"status": "CD3",
		"submitter": "Daniel Krügler",
		"date": "2011-04-06"
	},
	"CWG1289": {
		"type": "issue",
		"title": "Can an alias template name the current instantiation?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1289",
		"link": "https://wg21.link/cwg1289",
		"section": "13.8.3.2 [temp.dep.type]",
		"status": "NAD",
		"submitter": "James Widman",
		"date": "2011-04-06"
	},
	"CWG1290": {
		"type": "issue",
		"title": "Lifetime of the underlying array of an initializer_list member",
		"long_link": "https://cplusplus.github.io/CWG/issues/1290.html",
		"link": "https://wg21.link/cwg1290",
		"section": "9.5.5 [dcl.init.list]",
		"status": "CD3",
		"submitter": "James Dennett",
		"date": "2011-04-08"
	},
	"CWG1291": {
		"type": "issue",
		"title": "Looking up a conversion-type-id",
		"long_link": "https://cplusplus.github.io/CWG/issues/1291.html",
		"link": "https://wg21.link/cwg1291",
		"section": "_N4868_.6.5.6 [basic.lookup.classref]",
		"status": "CD6",
		"submitter": "Daveed Vandevoorde",
		"date": "2011-04-10"
	},
	"CWG1292": {
		"type": "issue",
		"title": "Dependent calls with braced-init-lists containing a pack expansion",
		"long_link": "https://cplusplus.github.io/CWG/issues/1292.html",
		"link": "https://wg21.link/cwg1292",
		"section": "13.8.3 [temp.dep]",
		"status": "CD4",
		"submitter": "James Widman",
		"date": "2011-04-10"
	},
	"CWG1293": {
		"type": "issue",
		"title": "String literals in constant expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1293.html",
		"link": "https://wg21.link/cwg1293",
		"section": "7.7 [expr.const]",
		"status": "CD3",
		"submitter": "Daniel Krügler",
		"date": "2011-04-11"
	},
	"CWG1294": {
		"type": "issue",
		"title": "Side effects in dynamic/static initialization",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1294",
		"link": "https://wg21.link/cwg1294",
		"section": "6.10.3.2 [basic.start.static]",
		"status": "open",
		"submitter": "Daniel Krügler",
		"date": "2011-04-08"
	},
	"CWG1295": {
		"type": "issue",
		"title": "Binding a reference to an rvalue bit-field",
		"long_link": "https://cplusplus.github.io/CWG/issues/1295.html",
		"link": "https://wg21.link/cwg1295",
		"section": "9.5.4 [dcl.init.ref]",
		"status": "CD3",
		"submitter": "Nikolay Ivchenkov",
		"date": "2011-04-14"
	},
	"CWG1296": {
		"type": "issue",
		"title": "Ill-formed template declarations (not just definitions)",
		"long_link": "https://cplusplus.github.io/CWG/issues/1296.html",
		"link": "https://wg21.link/cwg1296",
		"section": "13.8 [temp.res]",
		"status": "CD3",
		"submitter": "Nikolay Ivchenkov",
		"date": "2011-04-14"
	},
	"CWG1297": {
		"type": "issue",
		"title": "Misplaced function attribute-specifier",
		"long_link": "https://cplusplus.github.io/CWG/issues/1297.html",
		"link": "https://wg21.link/cwg1297",
		"section": "9.3 [dcl.decl]",
		"status": "CD3",
		"submitter": "Nikolay Ivchenkov",
		"date": "2011-04-14"
	},
	"CWG1298": {
		"type": "issue",
		"title": "Incorrect example in overload resolution",
		"long_link": "https://cplusplus.github.io/CWG/issues/1298.html",
		"link": "https://wg21.link/cwg1298",
		"section": "12.2.4.3 [over.ics.rank]",
		"status": "CD3",
		"submitter": "Nikolay Ivchenkov",
		"date": "2011-04-15"
	},
	"CWG1299": {
		"type": "issue",
		"title": "“Temporary objects” vs “temporary expressions”",
		"long_link": "https://cplusplus.github.io/CWG/issues/1299.html",
		"link": "https://wg21.link/cwg1299",
		"section": "6.8.7 [class.temporary]",
		"status": "CD5",
		"submitter": "Johannes Schaub",
		"date": "2011-04-16"
	},
	"CWG1300": {
		"type": "issue",
		"title": "T() for array types",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1300",
		"link": "https://wg21.link/cwg1300",
		"section": "7.6.1.4 [expr.type.conv]",
		"status": "dup",
		"submitter": "Daniel Krügler",
		"date": "2011-04-18"
	},
	"CWG1301": {
		"type": "issue",
		"title": "Value initialization of union",
		"long_link": "https://cplusplus.github.io/CWG/issues/1301.html",
		"link": "https://wg21.link/cwg1301",
		"section": "9.5 [dcl.init]",
		"status": "CD3",
		"submitter": "Jason Merrill",
		"date": "2011-04-18"
	},
	"CWG1302": {
		"type": "issue",
		"title": "noexcept applied to expression of type void",
		"long_link": "https://cplusplus.github.io/CWG/issues/1302.html",
		"link": "https://wg21.link/cwg1302",
		"section": "6.9.2 [basic.fundamental]",
		"status": "CD3",
		"submitter": "Nikolay Ivchenkov",
		"date": "2011-04-22"
	},
	"CWG1303": {
		"type": "issue",
		"title": "C language linkage for template with internal linkage",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1303",
		"link": "https://wg21.link/cwg1303",
		"section": "Clause 13 [temp]",
		"status": "NAD",
		"submitter": "Johannes Schaub",
		"date": "2011-04-23"
	},
	"CWG1304": {
		"type": "issue",
		"title": "Omitted array bound with string initialization",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1304",
		"link": "https://wg21.link/cwg1304",
		"section": "9.5.3 [dcl.init.string]",
		"status": "drafting",
		"submitter": "Nikolay Ivchenkov",
		"date": "2011-04-26"
	},
	"CWG1305": {
		"type": "issue",
		"title": "alignof applied to array of unknown size",
		"long_link": "https://cplusplus.github.io/CWG/issues/1305.html",
		"link": "https://wg21.link/cwg1305",
		"section": "7.6.2.6 [expr.alignof]",
		"status": "CD3",
		"submitter": "Nikolay Ivchenkov",
		"date": "2011-04-26"
	},
	"CWG1306": {
		"type": "issue",
		"title": "Modifying an object within a const member function",
		"long_link": "https://cplusplus.github.io/CWG/issues/1306.html",
		"link": "https://wg21.link/cwg1306",
		"section": "_N4868_.11.4.3.2 [class.this]",
		"status": "CD3",
		"submitter": "James Kanze",
		"date": "2011-04-26"
	},
	"CWG1307": {
		"type": "issue",
		"title": "Overload resolution based on size of array initializer-list",
		"long_link": "https://cplusplus.github.io/CWG/issues/1307.html",
		"link": "https://wg21.link/cwg1307",
		"section": "12.2.4.2.6 [over.ics.list]",
		"status": "C++14",
		"submitter": "Johannes Schaub",
		"date": "2011-04-30"
	},
	"CWG1308": {
		"type": "issue",
		"title": "Completeness of class type within an exception-specification",
		"long_link": "https://cplusplus.github.io/CWG/issues/1308.html",
		"link": "https://wg21.link/cwg1308",
		"section": "11.4 [class.mem]",
		"status": "CD3",
		"submitter": "Nikolay Ivchenkov",
		"date": "2011-05-03"
	},
	"CWG1309": {
		"type": "issue",
		"title": "Incorrect note regarding lookup of a member of the current instantiation",
		"long_link": "https://cplusplus.github.io/CWG/issues/1309.html",
		"link": "https://wg21.link/cwg1309",
		"section": "13.8.3.2 [temp.dep.type]",
		"status": "CD4",
		"submitter": "Johannes Schaub",
		"date": "2011-05-05"
	},
	"CWG1310": {
		"type": "issue",
		"title": "What is an “acceptable lookup result?”",
		"long_link": "https://cplusplus.github.io/CWG/issues/1310.html",
		"link": "https://wg21.link/cwg1310",
		"section": "6.5.5.2 [class.qual]",
		"status": "CD3",
		"submitter": "Jason Merrill",
		"date": "2011-05-06"
	},
	"CWG1311": {
		"type": "issue",
		"title": "Volatile lvalues in constant expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1311.html",
		"link": "https://wg21.link/cwg1311",
		"section": "7.7 [expr.const]",
		"status": "CD3",
		"submitter": "Nikolay Ivchenkov",
		"date": "2011-05-06"
	},
	"CWG1312": {
		"type": "issue",
		"title": "Simulated reinterpret_cast in constant expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1312.html",
		"link": "https://wg21.link/cwg1312",
		"section": "7.7 [expr.const]",
		"status": "CD3",
		"submitter": "Nikolay Ivchenkov",
		"date": "2011-05-06"
	},
	"CWG1313": {
		"type": "issue",
		"title": "Undefined pointer arithmetic in constant expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1313.html",
		"link": "https://wg21.link/cwg1313",
		"section": "7.7 [expr.const]",
		"status": "CD3",
		"submitter": "Jens Maurer",
		"date": "2011-05-07"
	},
	"CWG1314": {
		"type": "issue",
		"title": "Pointer arithmetic within standard-layout objects",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1314",
		"link": "https://wg21.link/cwg1314",
		"section": "7.6.6 [expr.add]",
		"status": "NAD",
		"submitter": "Nikolay Ivchenkov",
		"date": "2011-05-06"
	},
	"CWG1315": {
		"type": "issue",
		"title": "Restrictions on non-type template arguments in partial specializations",
		"long_link": "https://cplusplus.github.io/CWG/issues/1315.html",
		"link": "https://wg21.link/cwg1315",
		"section": "13.7.6.1 [temp.spec.partial.general]",
		"status": "CD4",
		"submitter": "Johannes Schaub",
		"date": "2011-05-12"
	},
	"CWG1316": {
		"type": "issue",
		"title": "constexpr function requirements and class scope",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1316",
		"link": "https://wg21.link/cwg1316",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "NAD",
		"submitter": "Jason Merrill",
		"date": "2011-0512"
	},
	"CWG1317": {
		"type": "issue",
		"title": "Unnamed scoped enumerations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1317",
		"link": "https://wg21.link/cwg1317",
		"section": "9.8.1 [dcl.enum]",
		"status": "NAD",
		"submitter": "John Spicer",
		"date": "2011-05-12"
	},
	"CWG1318": {
		"type": "issue",
		"title": "Syntactic ambiguities with final",
		"long_link": "https://cplusplus.github.io/CWG/issues/1318.html",
		"link": "https://wg21.link/cwg1318",
		"section": "Clause 11 [class]",
		"status": "CD3",
		"submitter": "Johannes Schaub",
		"date": "2011-05-14"
	},
	"CWG1319": {
		"type": "issue",
		"title": "Error in pack expansion example",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1319",
		"link": "https://wg21.link/cwg1319",
		"section": "13.2 [temp.param]",
		"status": "NAD",
		"submitter": "Mike Miller",
		"date": "2011-05-17"
	},
	"CWG1320": {
		"type": "issue",
		"title": "Converting scoped enumerations to bool",
		"long_link": "https://cplusplus.github.io/CWG/issues/1320.html",
		"link": "https://wg21.link/cwg1320",
		"section": "7.6.1.9 [expr.static.cast]",
		"status": "CD3",
		"submitter": "Jonathan Wakely",
		"date": "2011-05-18"
	},
	"CWG1321": {
		"type": "issue",
		"title": "Equivalency of dependent calls",
		"long_link": "https://cplusplus.github.io/CWG/issues/1321.html",
		"link": "https://wg21.link/cwg1321",
		"section": "13.7.7.2 [temp.over.link]",
		"status": "CD3",
		"submitter": "Jason Merrill",
		"date": "2011-05-18"
	},
	"CWG1322": {
		"type": "issue",
		"title": "Function parameter type decay in templates",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1322",
		"link": "https://wg21.link/cwg1322",
		"section": "13.10.3 [temp.deduct]",
		"status": "drafting",
		"submitter": "Jason Merrill",
		"date": "2011-05-19"
	},
	"CWG1323": {
		"type": "issue",
		"title": "Nonexistent nonterminal in alignment-specifier grammar",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1323",
		"link": "https://wg21.link/cwg1323",
		"section": "9.13.1 [dcl.attr.grammar]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"date": "2011-05-19"
	},
	"CWG1324": {
		"type": "issue",
		"title": "Value initialization and defaulted constructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/1324.html",
		"link": "https://wg21.link/cwg1324",
		"section": "9.5 [dcl.init]",
		"status": "CD3",
		"submitter": "Daniel Krügler",
		"date": "2011-05-22"
	},
	"CWG1325": {
		"type": "issue",
		"title": "Omitted declarator in friend declarations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1325",
		"link": "https://wg21.link/cwg1325",
		"section": "9.1 [dcl.pre]",
		"status": "NAD",
		"submitter": "Johannes Schaub",
		"date": "2011-05-27"
	},
	"CWG1326": {
		"type": "issue",
		"title": "Deducing an array bound from an initializer-list",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1326",
		"link": "https://wg21.link/cwg1326",
		"section": "13.10.3.2 [temp.deduct.call]",
		"status": "dup",
		"submitter": "Faisal Vali",
		"date": "2011-05-28"
	},
	"CWG1327": {
		"type": "issue",
		"title": "virt-specifier in a defaulted definition",
		"long_link": "https://cplusplus.github.io/CWG/issues/1327.html",
		"link": "https://wg21.link/cwg1327",
		"section": "9.6.2 [dcl.fct.def.default]",
		"status": "CD3",
		"submitter": "Ryou Ezoe",
		"date": "2011-05-29"
	},
	"CWG1328": {
		"type": "issue",
		"title": "Conflict in reference binding vs overload resolution",
		"long_link": "https://cplusplus.github.io/CWG/issues/1328.html",
		"link": "https://wg21.link/cwg1328",
		"section": "9.5.4 [dcl.init.ref]",
		"status": "CD3",
		"submitter": "Johannes Schaub",
		"date": "2011-05-31"
	},
	"CWG1329": {
		"type": "issue",
		"title": "Recursive deduction substitutions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1329.html",
		"link": "https://wg21.link/cwg1329",
		"section": "Clause Annex B [implimits]",
		"status": "CD3",
		"submitter": "Jason Merrill",
		"date": "2011-06-02"
	},
	"CWG1330": {
		"type": "issue",
		"title": "Delayed instantiation of noexcept specifiers",
		"long_link": "https://cplusplus.github.io/CWG/issues/1330.html",
		"link": "https://wg21.link/cwg1330",
		"section": "13.10.3 [temp.deduct]",
		"status": "CD3",
		"submitter": "Jason Merrill",
		"date": "2011-06-05"
	},
	"CWG1331": {
		"type": "issue",
		"title": "const mismatch with defaulted copy constructor",
		"long_link": "https://cplusplus.github.io/CWG/issues/1331.html",
		"link": "https://wg21.link/cwg1331",
		"section": "9.6.2 [dcl.fct.def.default]",
		"status": "CD5",
		"submitter": "Daniel Krügler",
		"date": "2011-06-15"
	},
	"CWG1332": {
		"type": "issue",
		"title": "Handling of invalid universal-character-names",
		"long_link": "https://cplusplus.github.io/CWG/issues/1332.html",
		"link": "https://wg21.link/cwg1332",
		"section": "5.3.1 [lex.charset]",
		"status": "CD5",
		"submitter": "Mike Miller",
		"date": "2011-06-20"
	},
	"CWG1333": {
		"type": "issue",
		"title": "Omission of const in a defaulted copy constructor",
		"long_link": "https://cplusplus.github.io/CWG/issues/1333.html",
		"link": "https://wg21.link/cwg1333",
		"section": "9.6.2 [dcl.fct.def.default]",
		"status": "CD3",
		"submitter": "Daniel Krügler",
		"date": "2011-06-21"
	},
	"CWG1334": {
		"type": "issue",
		"title": "Layout compatibility and cv-qualification",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1334",
		"link": "https://wg21.link/cwg1334",
		"section": "6.9 [basic.types]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"date": "2011-06-23"
	},
	"CWG1335": {
		"type": "issue",
		"title": "Stringizing, extended characters, and universal-character-names",
		"long_link": "https://cplusplus.github.io/CWG/issues/1335.html",
		"link": "https://wg21.link/cwg1335",
		"section": "15.7.3 [cpp.stringize]",
		"status": "CD6",
		"submitter": "Johannes Schaub",
		"date": "2011-07-03",
		"liaison": "WG14"
	},
	"CWG1336": {
		"type": "issue",
		"title": "Definition of “converting constructor”",
		"long_link": "https://cplusplus.github.io/CWG/issues/1336.html",
		"link": "https://wg21.link/cwg1336",
		"section": "11.4.8.2 [class.conv.ctor]",
		"status": "CD3",
		"submitter": "Niels Dekker",
		"date": "2011-07-03"
	},
	"CWG1337": {
		"type": "issue",
		"title": "Partial ordering and non-deduced parameters",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1337",
		"link": "https://wg21.link/cwg1337",
		"section": "13.10.3.5 [temp.deduct.partial]",
		"status": "dup",
		"submitter": "Jason Merrill",
		"date": "2011-07-05"
	},
	"CWG1338": {
		"type": "issue",
		"title": "Aliasing and allocation functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1338.html",
		"link": "https://wg21.link/cwg1338",
		"section": "6.8.6.5.2 [basic.stc.dynamic.allocation]",
		"status": "CD4",
		"submitter": "Jason Merrill",
		"date": "2011-08-03"
	},
	"CWG1339": {
		"type": "issue",
		"title": "Parenthesized braced-init-list and arrays",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1339",
		"link": "https://wg21.link/cwg1339",
		"section": "9.5 [dcl.init]",
		"status": "NAD",
		"submitter": "Jason Merrill",
		"date": "2011-08-03"
	},
	"CWG1340": {
		"type": "issue",
		"title": "Complete type in member pointer expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1340.html",
		"link": "https://wg21.link/cwg1340",
		"section": "7.6.4 [expr.mptr.oper]",
		"status": "CD3",
		"submitter": "Daniel Krügler",
		"date": "2011-08-10"
	},
	"CWG1341": {
		"type": "issue",
		"title": "Bit-field initializers",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1341",
		"link": "https://wg21.link/cwg1341",
		"section": "11.4 [class.mem]",
		"status": "NAD",
		"submitter": "James Widman",
		"date": "2011-08-10"
	},
	"CWG1342": {
		"type": "issue",
		"title": "Order of initialization with multiple declarators",
		"long_link": "https://cplusplus.github.io/CWG/issues/1342.html",
		"link": "https://wg21.link/cwg1342",
		"section": "9.3 [dcl.decl]",
		"status": "CD6",
		"submitter": "Alberto Ganesh Barbati",
		"date": "2011-08-11"
	},
	"CWG1343": {
		"type": "issue",
		"title": "Sequencing of non-class initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/1343.html",
		"link": "https://wg21.link/cwg1343",
		"section": "6.10.1 [intro.execution]",
		"status": "C++17",
		"submitter": "Johannes Schaub",
		"date": "2011-08-12"
	},
	"CWG1344": {
		"type": "issue",
		"title": "Adding new special member functions to a class via default arguments",
		"long_link": "https://cplusplus.github.io/CWG/issues/1344.html",
		"link": "https://wg21.link/cwg1344",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "C++14",
		"submitter": "Sean Hunt",
		"date": "2011-08-16"
	},
	"CWG1345": {
		"type": "issue",
		"title": "Initialization of anonymous union class members",
		"long_link": "https://cplusplus.github.io/CWG/issues/1345.html",
		"link": "https://wg21.link/cwg1345",
		"section": "11.9.3 [class.base.init]",
		"status": "CD3",
		"submitter": "Sean Hunt",
		"date": "2011-08-16"
	},
	"CWG1346": {
		"type": "issue",
		"title": "expression-list initializers and the auto specifier",
		"long_link": "https://cplusplus.github.io/CWG/issues/1346.html",
		"link": "https://wg21.link/cwg1346",
		"section": "9.2.9.7 [dcl.spec.auto]",
		"status": "CD3",
		"submitter": "Richard Smith",
		"date": "2011-08-16"
	},
	"CWG1347": {
		"type": "issue",
		"title": "Consistency of auto in multiple-declarator declarations",
		"long_link": "https://cplusplus.github.io/CWG/issues/1347.html",
		"link": "https://wg21.link/cwg1347",
		"section": "9.2.9.7 [dcl.spec.auto]",
		"status": "CD3",
		"submitter": "Richard Smith",
		"date": "2011-08-16"
	},
	"CWG1348": {
		"type": "issue",
		"title": "Use of auto in a trailing-return-type",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1348",
		"link": "https://wg21.link/cwg1348",
		"section": "9.2.9.7 [dcl.spec.auto]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2011-08-16"
	},
	"CWG1349": {
		"type": "issue",
		"title": "Consistency of alias template redeclarations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1349",
		"link": "https://wg21.link/cwg1349",
		"section": "13.7.8 [temp.alias]",
		"status": "dup",
		"submitter": "Richard Smith",
		"date": "2011-08-16"
	},
	"CWG1350": {
		"type": "issue",
		"title": "Incorrect exception specification for inherited constructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/1350.html",
		"link": "https://wg21.link/cwg1350",
		"section": "_N4527_.12.9 [class.inhctor]",
		"status": "CD3",
		"submitter": "",
		"date": "2011-08-16"
	},
	"CWG1351": {
		"type": "issue",
		"title": "Problems with implicitly-declared exception-specifications",
		"long_link": "https://cplusplus.github.io/CWG/issues/1351.html",
		"link": "https://wg21.link/cwg1351",
		"section": "14.5 [except.spec]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2011-08-16"
	},
	"CWG1352": {
		"type": "issue",
		"title": "Inconsistent class scope and completeness rules",
		"long_link": "https://cplusplus.github.io/CWG/issues/1352.html",
		"link": "https://wg21.link/cwg1352",
		"section": "6.4.7 [basic.scope.class]",
		"status": "CD3",
		"submitter": "Richard Smith",
		"date": "2011-08-16"
	},
	"CWG1353": {
		"type": "issue",
		"title": "Array and variant members and deleted special member functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1353.html",
		"link": "https://wg21.link/cwg1353",
		"section": "11.4.5 [class.ctor]",
		"status": "CD7",
		"submitter": "Sean Hunt",
		"date": "2011-08-16"
	},
	"CWG1354": {
		"type": "issue",
		"title": "Destructor exceptions for temporaries in noexcept expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1354.html",
		"link": "https://wg21.link/cwg1354",
		"section": "7.6.2.7 [expr.unary.noexcept]",
		"status": "CD3",
		"submitter": "Sebastian Redl",
		"date": "2011-08-16"
	},
	"CWG1355": {
		"type": "issue",
		"title": "Aggregates and “user-provided” constructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/1355.html",
		"link": "https://wg21.link/cwg1355",
		"section": "9.6.2 [dcl.fct.def.default]",
		"status": "CD3",
		"submitter": "Sean Hunt",
		"date": "2011-08-16"
	},
	"CWG1356": {
		"type": "issue",
		"title": "Exception specifications of copy assignment operators with virtual bases",
		"long_link": "https://cplusplus.github.io/CWG/issues/1356.html",
		"link": "https://wg21.link/cwg1356",
		"section": "14.5 [except.spec]",
		"status": "CD4",
		"submitter": "Sean Hunt",
		"date": "2011-08-16"
	},
	"CWG1357": {
		"type": "issue",
		"title": "brace-or-equal-initializers for function and typedef members",
		"long_link": "https://cplusplus.github.io/CWG/issues/1357.html",
		"link": "https://wg21.link/cwg1357",
		"section": "11.4 [class.mem]",
		"status": "CD3",
		"submitter": "Richard Smith",
		"date": "2011-08-16"
	},
	"CWG1358": {
		"type": "issue",
		"title": "Unintentionally ill-formed constexpr function template instances",
		"long_link": "https://cplusplus.github.io/CWG/issues/1358.html",
		"link": "https://wg21.link/cwg1358",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "CD3",
		"submitter": "Richard Smith",
		"date": "2011-08-16"
	},
	"CWG1359": {
		"type": "issue",
		"title": "constexpr union constructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/1359.html",
		"link": "https://wg21.link/cwg1359",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "CD3",
		"submitter": "Richard Smith",
		"date": "2011-08-16"
	},
	"CWG1360": {
		"type": "issue",
		"title": "constexpr defaulted default constructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/1360.html",
		"link": "https://wg21.link/cwg1360",
		"section": "11.4.5 [class.ctor]",
		"status": "CD6",
		"submitter": "Richard Smith",
		"date": "2011-08-16"
	},
	"CWG1361": {
		"type": "issue",
		"title": "Requirement on brace-or-equal-initializers of literal types",
		"long_link": "https://cplusplus.github.io/CWG/issues/1361.html",
		"link": "https://wg21.link/cwg1361",
		"section": "6.9 [basic.types]",
		"status": "CD3",
		"submitter": "Richard Smith",
		"date": "2011-08-16"
	},
	"CWG1362": {
		"type": "issue",
		"title": "Complete type required for implicit conversion to T&",
		"long_link": "https://cplusplus.github.io/CWG/issues/1362.html",
		"link": "https://wg21.link/cwg1362",
		"section": "6.3 [basic.def.odr]",
		"status": "CD3",
		"submitter": "Richard Smith",
		"date": "2011-08-16"
	},
	"CWG1363": {
		"type": "issue",
		"title": "Triviality vs multiple default constructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/1363.html",
		"link": "https://wg21.link/cwg1363",
		"section": "Clause 11 [class]",
		"status": "CD3",
		"submitter": "Sean Hunt",
		"date": "2011-08-16"
	},
	"CWG1364": {
		"type": "issue",
		"title": "constexpr function parameters",
		"long_link": "https://cplusplus.github.io/CWG/issues/1364.html",
		"link": "https://wg21.link/cwg1364",
		"section": "7.7 [expr.const]",
		"status": "CD3",
		"submitter": "Sean Hunt",
		"date": "2011-08-17"
	},
	"CWG1365": {
		"type": "issue",
		"title": "Calling undefined constexpr functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1365.html",
		"link": "https://wg21.link/cwg1365",
		"section": "7.7 [expr.const]",
		"status": "CD3",
		"submitter": "Sean Hunt",
		"date": "2011-08-17"
	},
	"CWG1366": {
		"type": "issue",
		"title": "Deleted constexpr constructors and virtual base classes",
		"long_link": "https://cplusplus.github.io/CWG/issues/1366.html",
		"link": "https://wg21.link/cwg1366",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "CD3",
		"submitter": "Sean Hunt",
		"date": "2011-08-17"
	},
	"CWG1367": {
		"type": "issue",
		"title": "Use of this in a constant expression",
		"long_link": "https://cplusplus.github.io/CWG/issues/1367.html",
		"link": "https://wg21.link/cwg1367",
		"section": "7.7 [expr.const]",
		"status": "CD3",
		"submitter": "Jason Merrill",
		"date": "2011-08-17"
	},
	"CWG1368": {
		"type": "issue",
		"title": "Value initialization and defaulted constructors (part 2)",
		"long_link": "https://cplusplus.github.io/CWG/issues/1368.html",
		"link": "https://wg21.link/cwg1368",
		"section": "9.5 [dcl.init]",
		"status": "CD3",
		"submitter": "Jason Merrill",
		"date": "2011-06-28"
	},
	"CWG1369": {
		"type": "issue",
		"title": "Function invocation substitution of this",
		"long_link": "https://cplusplus.github.io/CWG/issues/1369.html",
		"link": "https://wg21.link/cwg1369",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "CD3",
		"submitter": "Jens Maurer",
		"date": "2011-08-18"
	},
	"CWG1370": {
		"type": "issue",
		"title": "identifier-list cannot contain ellipsis",
		"long_link": "https://cplusplus.github.io/CWG/issues/1370.html",
		"link": "https://wg21.link/cwg1370",
		"section": "15.7 [cpp.replace]",
		"status": "CD3",
		"submitter": "Nikolay Ivchenkov",
		"date": "2011-08-14"
	},
	"CWG1371": {
		"type": "issue",
		"title": "Deduction from T&& in return types",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1371",
		"link": "https://wg21.link/cwg1371",
		"section": "13.10.3.6 [temp.deduct.type]",
		"status": "NAD",
		"submitter": "Michael Wong",
		"date": "2011-08-15"
	},
	"CWG1372": {
		"type": "issue",
		"title": "Cross-references incorrect in conversion function template argument deduction",
		"long_link": "https://cplusplus.github.io/CWG/issues/1372.html",
		"link": "https://wg21.link/cwg1372",
		"section": "13.10.3.4 [temp.deduct.conv]",
		"status": "CD3",
		"submitter": "Michael Wong",
		"date": "2011-08-15"
	},
	"CWG1373": {
		"type": "issue",
		"title": "Overload resolution changes matching reference-binding changes",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1373",
		"link": "https://wg21.link/cwg1373",
		"section": "12.2.2.7 [over.match.ref]",
		"status": "dup",
		"submitter": "Michael Wong",
		"date": "2011-08-15"
	},
	"CWG1374": {
		"type": "issue",
		"title": "Qualification conversion vs difference in reference binding",
		"long_link": "https://cplusplus.github.io/CWG/issues/1374.html",
		"link": "https://wg21.link/cwg1374",
		"section": "12.2.4.3 [over.ics.rank]",
		"status": "CD3",
		"submitter": "Michael Wong",
		"date": "2011-08-15"
	},
	"CWG1375": {
		"type": "issue",
		"title": "Reference to anonymous union?",
		"long_link": "https://cplusplus.github.io/CWG/issues/1375.html",
		"link": "https://wg21.link/cwg1375",
		"section": "11.5 [class.union]",
		"status": "CD3",
		"submitter": "Daveed Vandevoorde",
		"date": "2011-08-16"
	},
	"CWG1376": {
		"type": "issue",
		"title": "static_cast of temporary to rvalue reference",
		"long_link": "https://cplusplus.github.io/CWG/issues/1376.html",
		"link": "https://wg21.link/cwg1376",
		"section": "7.6.1.9 [expr.static.cast]",
		"status": "C++14",
		"submitter": "Michael Wong",
		"date": "2011-08-17"
	},
	"CWG1377": {
		"type": "issue",
		"title": "Access declarations not mentioned in Annex C",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1377",
		"link": "https://wg21.link/cwg1377",
		"section": "C.6 [diff.cpp03]",
		"status": "dup",
		"submitter": "Daveed Vandevoorde",
		"date": "2011-08-18"
	},
	"CWG1378": {
		"type": "issue",
		"title": "When is an instantiation required?",
		"long_link": "https://cplusplus.github.io/CWG/issues/1378.html",
		"link": "https://wg21.link/cwg1378",
		"section": "13.9.2 [temp.inst]",
		"status": "CD5",
		"submitter": "Jason Merrill",
		"date": "2011-08-18"
	},
	"CWG1379": {
		"type": "issue",
		"title": "Is std::initializer_list an aggregate?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1379",
		"link": "https://wg21.link/cwg1379",
		"section": "9.5.5 [dcl.init.list]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"date": "2011-08-21"
	},
	"CWG1380": {
		"type": "issue",
		"title": "Type definitions in template-parameter parameter-declarations",
		"long_link": "https://cplusplus.github.io/CWG/issues/1380.html",
		"link": "https://wg21.link/cwg1380",
		"section": "9.3.4.6 [dcl.fct]",
		"status": "CD3",
		"submitter": "Daniel Krügler",
		"date": "2011-08-22"
	},
	"CWG1381": {
		"type": "issue",
		"title": "Implicitly-declared special member functions and default nothrow",
		"long_link": "https://cplusplus.github.io/CWG/issues/1381.html",
		"link": "https://wg21.link/cwg1381",
		"section": "14.5 [except.spec]",
		"status": "CD3",
		"submitter": "David Svoboda",
		"date": "2011-08-26"
	},
	"CWG1382": {
		"type": "issue",
		"title": "Dead code for constructor names",
		"long_link": "https://cplusplus.github.io/CWG/issues/1382.html",
		"link": "https://wg21.link/cwg1382",
		"section": "9.3 [dcl.decl]",
		"status": "CD3",
		"submitter": "Johannes Schaub",
		"date": "2011-08-27"
	},
	"CWG1383": {
		"type": "issue",
		"title": "Clarifying discarded-value expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1383.html",
		"link": "https://wg21.link/cwg1383",
		"section": "Clause 7 [expr]",
		"status": "CD3",
		"submitter": "Lawrence Crowl",
		"date": "2011-08-30"
	},
	"CWG1384": {
		"type": "issue",
		"title": "reinterpret_cast in constant expressions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1384",
		"link": "https://wg21.link/cwg1384",
		"section": "7.7 [expr.const]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"date": "2011-08-30"
	},
	"CWG1385": {
		"type": "issue",
		"title": "Syntactic forms of conversion functions for surrogate call functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1385.html",
		"link": "https://wg21.link/cwg1385",
		"section": "12.2.2.3 [over.match.oper]",
		"status": "CD3",
		"submitter": "Daniel Krügler",
		"date": "2011-08-31"
	},
	"CWG1386": {
		"type": "issue",
		"title": "Explicitly-specified partial argument list with multiple parameter packs",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1386",
		"link": "https://wg21.link/cwg1386",
		"section": "13.10.2 [temp.arg.explicit]",
		"status": "NAD",
		"submitter": "James Widman",
		"date": "2011-09-01"
	},
	"CWG1387": {
		"type": "issue",
		"title": "Missing non-deduced context for decltype",
		"long_link": "https://cplusplus.github.io/CWG/issues/1387.html",
		"link": "https://wg21.link/cwg1387",
		"section": "13.10.3.6 [temp.deduct.type]",
		"status": "CD3",
		"submitter": "James Widman",
		"date": "2011-09-02"
	},
	"CWG1388": {
		"type": "issue",
		"title": "Missing non-deduced context following a function parameter pack",
		"long_link": "https://cplusplus.github.io/CWG/issues/1388.html",
		"link": "https://wg21.link/cwg1388",
		"section": "13.10.3.2 [temp.deduct.call]",
		"status": "CD3",
		"submitter": "James Widman",
		"date": "2011-09-02"
	},
	"CWG1389": {
		"type": "issue",
		"title": "Recursive reference in trailing-return-type",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1389",
		"link": "https://wg21.link/cwg1389",
		"section": "9.3.4.6 [dcl.fct]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"date": "2011-09-04"
	},
	"CWG1390": {
		"type": "issue",
		"title": "Dependency of alias template specializations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1390",
		"link": "https://wg21.link/cwg1390",
		"section": "13.8.3.2 [temp.dep.type]",
		"status": "drafting",
		"submitter": "Johannes Schaub",
		"date": "2011-09-04"
	},
	"CWG1391": {
		"type": "issue",
		"title": "Conversions to parameter types with non-deduced template arguments",
		"long_link": "https://cplusplus.github.io/CWG/issues/1391.html",
		"link": "https://wg21.link/cwg1391",
		"section": "13.10.2 [temp.arg.explicit]",
		"status": "CD4",
		"submitter": "Jason Merrill",
		"date": "2011-09-08"
	},
	"CWG1392": {
		"type": "issue",
		"title": "Explicit conversion functions for references and non-references",
		"long_link": "https://cplusplus.github.io/CWG/issues/1392.html",
		"link": "https://wg21.link/cwg1392",
		"section": "12.2.2.7 [over.match.ref]",
		"status": "CD3",
		"submitter": "Jason Merrill",
		"date": "2011-09-08"
	},
	"CWG1393": {
		"type": "issue",
		"title": "Pack expansions in using-declarations",
		"long_link": "https://cplusplus.github.io/CWG/issues/1393.html",
		"link": "https://wg21.link/cwg1393",
		"section": "13.7.4 [temp.variadic]",
		"status": "C++17",
		"submitter": "Daniel Krügler",
		"date": "2011-09-10"
	},
	"CWG1394": {
		"type": "issue",
		"title": "Incomplete types as parameters of deleted functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1394.html",
		"link": "https://wg21.link/cwg1394",
		"section": "9.3.4.6 [dcl.fct]",
		"status": "CD3",
		"submitter": "Johannes Schaub",
		"date": "2011-09-11"
	},
	"CWG1395": {
		"type": "issue",
		"title": "Partial ordering of variadic templates reconsidered",
		"long_link": "https://cplusplus.github.io/CWG/issues/1395.html",
		"link": "https://wg21.link/cwg1395",
		"section": "13.10.3.6 [temp.deduct.type]",
		"status": "C++17",
		"submitter": "John Spicer",
		"date": "2011-09-21"
	},
	"CWG1396": {
		"type": "issue",
		"title": "Deferred instantiation and checking of non-static data member initializers",
		"long_link": "https://cplusplus.github.io/CWG/issues/1396.html",
		"link": "https://wg21.link/cwg1396",
		"section": "13.9.2 [temp.inst]",
		"status": "C++23",
		"submitter": "Jason Merrill",
		"date": "2011-09-22"
	},
	"CWG1397": {
		"type": "issue",
		"title": "Class completeness in non-static data member initializers",
		"long_link": "https://cplusplus.github.io/CWG/issues/1397.html",
		"link": "https://wg21.link/cwg1397",
		"section": "11.4 [class.mem]",
		"status": "CD4",
		"submitter": "Jason Merrill",
		"date": "2011-09-23"
	},
	"CWG1398": {
		"type": "issue",
		"title": "Non-type template parameters of type std::nullptr_t",
		"long_link": "https://cplusplus.github.io/CWG/issues/1398.html",
		"link": "https://wg21.link/cwg1398",
		"section": "13.4.3 [temp.arg.nontype]",
		"status": "CD3",
		"submitter": "Daniel Krügler",
		"date": "2011-09-27"
	},
	"CWG1399": {
		"type": "issue",
		"title": "Deduction with multiple function parameter packs",
		"long_link": "https://cplusplus.github.io/CWG/issues/1399.html",
		"link": "https://wg21.link/cwg1399",
		"section": "13.10.3.2 [temp.deduct.call]",
		"status": "CD3",
		"submitter": "Jason Merrill",
		"date": "2011-09-29"
	},
	"CWG1400": {
		"type": "issue",
		"title": "Function pointer equality",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1400",
		"link": "https://wg21.link/cwg1400",
		"section": "7.6.10 [expr.eq]",
		"status": "NAD",
		"submitter": "Nikolay Ivchenkov",
		"date": "2011-09-30"
	},
	"CWG1401": {
		"type": "issue",
		"title": "Similar types and reference compatibility",
		"long_link": "https://cplusplus.github.io/CWG/issues/1401.html",
		"link": "https://wg21.link/cwg1401",
		"section": "9.5.4 [dcl.init.ref]",
		"status": "CD3",
		"submitter": "Daniel Krügler",
		"date": "2011-10-03"
	},
	"CWG1402": {
		"type": "issue",
		"title": "Move functions too often deleted",
		"long_link": "https://cplusplus.github.io/CWG/issues/1402.html",
		"link": "https://wg21.link/cwg1402",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "CD3",
		"submitter": "Daniel Krügler",
		"date": "2011-10-03"
	},
	"CWG1403": {
		"type": "issue",
		"title": "Universal-character-names in comments",
		"long_link": "https://cplusplus.github.io/CWG/issues/1403.html",
		"link": "https://wg21.link/cwg1403",
		"section": "5.4 [lex.comment]",
		"status": "CD6",
		"submitter": "David Krauss",
		"date": "2011-10-05"
	},
	"CWG1404": {
		"type": "issue",
		"title": "Object reallocation in unions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1404",
		"link": "https://wg21.link/cwg1404",
		"section": "11.5 [class.union]",
		"status": "open",
		"submitter": "Nikolay Ivchenkov",
		"date": "2011-10-19"
	},
	"CWG1405": {
		"type": "issue",
		"title": "constexpr and mutable members of literal types",
		"long_link": "https://cplusplus.github.io/CWG/issues/1405.html",
		"link": "https://wg21.link/cwg1405",
		"section": "6.9 [basic.types]",
		"status": "CD3",
		"submitter": "Richard Smith",
		"date": "2011-10-21"
	},
	"CWG1406": {
		"type": "issue",
		"title": "ref-qualifiers and added parameters of non-static member function templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/1406.html",
		"link": "https://wg21.link/cwg1406",
		"section": "13.7.7.3 [temp.func.order]",
		"status": "CD3",
		"submitter": "Richard Smith",
		"date": "2011-10-21"
	},
	"CWG1407": {
		"type": "issue",
		"title": "Integral to bool conversion in converted constant expressions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1407",
		"link": "https://wg21.link/cwg1407",
		"section": "7.7 [expr.const]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"date": "2011-10-21"
	},
	"CWG1408": {
		"type": "issue",
		"title": "What is “the same aggregate initialization?”",
		"long_link": "https://cplusplus.github.io/CWG/issues/1408.html",
		"link": "https://wg21.link/cwg1408",
		"section": "12.2.4.3 [over.ics.rank]",
		"status": "CD3",
		"submitter": "Sebastian Redl",
		"date": "2011-10-24"
	},
	"CWG1409": {
		"type": "issue",
		"title": "What is the second standard conversion sequence of a list-initialization sequence?",
		"long_link": "https://cplusplus.github.io/CWG/issues/1409.html",
		"link": "https://wg21.link/cwg1409",
		"section": "12.2.4.2.6 [over.ics.list]",
		"status": "CD3",
		"submitter": "Sebastian Redl",
		"date": "2011-10-24"
	},
	"CWG1410": {
		"type": "issue",
		"title": "Reference overload tiebreakers should apply to rvalue references",
		"long_link": "https://cplusplus.github.io/CWG/issues/1410.html",
		"link": "https://wg21.link/cwg1410",
		"section": "12.2.4.3 [over.ics.rank]",
		"status": "CD3",
		"submitter": "Michael Wong",
		"date": "2011-10-26"
	},
	"CWG1411": {
		"type": "issue",
		"title": "More on global scope :: in nested-name-specifier",
		"long_link": "https://cplusplus.github.io/CWG/issues/1411.html",
		"link": "https://wg21.link/cwg1411",
		"section": "Clause 11 [class]",
		"status": "CD3",
		"submitter": "David Blaikie",
		"date": "2011-10-28"
	},
	"CWG1412": {
		"type": "issue",
		"title": "Problems in specifying pointer conversions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1412.html",
		"link": "https://wg21.link/cwg1412",
		"section": "7.6.1.9 [expr.static.cast]",
		"status": "CD3",
		"submitter": "Nikolay Ivchenkov",
		"date": "2011-11-01"
	},
	"CWG1413": {
		"type": "issue",
		"title": "Missing cases of value-dependency",
		"long_link": "https://cplusplus.github.io/CWG/issues/1413.html",
		"link": "https://wg21.link/cwg1413",
		"section": "13.8.3.4 [temp.dep.constexpr]",
		"status": "CD3",
		"submitter": "Richard Smith",
		"date": "2011-11-09"
	},
	"CWG1414": {
		"type": "issue",
		"title": "Binding an rvalue reference to a reference-unrelated lvalue",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1414",
		"link": "https://wg21.link/cwg1414",
		"section": "9.5.4 [dcl.init.ref]",
		"status": "drafting",
		"submitter": "Mike Miller",
		"date": "2011-11-09"
	},
	"CWG1415": {
		"type": "issue",
		"title": "Missing prohibition of block-scope definition of extern object",
		"long_link": "https://cplusplus.github.io/CWG/issues/1415.html",
		"link": "https://wg21.link/cwg1415",
		"section": "6.7 [basic.link]",
		"status": "CD3",
		"submitter": "Richard Smith",
		"date": "2011-11-13"
	},
	"CWG1416": {
		"type": "issue",
		"title": "Function cv-qualifiers and typeid",
		"long_link": "https://cplusplus.github.io/CWG/issues/1416.html",
		"link": "https://wg21.link/cwg1416",
		"section": "7.6.1.8 [expr.typeid]",
		"status": "CD3",
		"submitter": "Daniel Krügler",
		"date": "2011-11-17"
	},
	"CWG1417": {
		"type": "issue",
		"title": "Pointers/references to functions with cv-qualifiers or ref-qualifier",
		"long_link": "https://cplusplus.github.io/CWG/issues/1417.html",
		"link": "https://wg21.link/cwg1417",
		"section": "9.3.4.6 [dcl.fct]",
		"status": "C++14",
		"submitter": "Daniel Krügler",
		"date": "2011-11-17"
	},
	"CWG1418": {
		"type": "issue",
		"title": "Type of initializer_list backing array",
		"long_link": "https://cplusplus.github.io/CWG/issues/1418.html",
		"link": "https://wg21.link/cwg1418",
		"section": "9.5.5 [dcl.init.list]",
		"status": "CD3",
		"submitter": "Johannes Schaub",
		"date": "2011-11-19"
	},
	"CWG1419": {
		"type": "issue",
		"title": "Evaluation order in aggregate initialization",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1419",
		"link": "https://wg21.link/cwg1419",
		"section": "9.5.5 [dcl.init.list]",
		"status": "NAD",
		"submitter": "Jason Merrill",
		"date": "2011-11-22"
	},
	"CWG1420": {
		"type": "issue",
		"title": "Abstract final classes",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1420",
		"link": "https://wg21.link/cwg1420",
		"section": "11.7.4 [class.abstract]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"date": "2011-11-30"
	},
	"CWG1421": {
		"type": "issue",
		"title": "Full expressions and aggregate initialization",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1421",
		"link": "https://wg21.link/cwg1421",
		"section": "9.5.5 [dcl.init.list]",
		"status": "NAD",
		"submitter": "Jason Merrill",
		"date": "2011-12-03"
	},
	"CWG1422": {
		"type": "issue",
		"title": "Type of character literals containing universal-character-names",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1422",
		"link": "https://wg21.link/cwg1422",
		"section": "5.13.3 [lex.ccon]",
		"status": "dup",
		"submitter": "Dave Abrahams",
		"date": "2011-12-03"
	},
	"CWG1423": {
		"type": "issue",
		"title": "Convertibility of nullptr to bool",
		"long_link": "https://cplusplus.github.io/CWG/issues/1423.html",
		"link": "https://wg21.link/cwg1423",
		"section": "7.3.14 [conv.fctptr]",
		"status": "CD3",
		"submitter": "Dave Abrahams",
		"date": "2011-12-04"
	},
	"CWG1424": {
		"type": "issue",
		"title": "When must sub-object destructors be accessible?",
		"long_link": "https://cplusplus.github.io/CWG/issues/1424.html",
		"link": "https://wg21.link/cwg1424",
		"section": "14.3 [except.ctor]",
		"status": "C++14",
		"submitter": "Daniel Krügler",
		"date": "2011-12-07"
	},
	"CWG1425": {
		"type": "issue",
		"title": "Base-class subobjects of standard-layout structs",
		"long_link": "https://cplusplus.github.io/CWG/issues/1425.html",
		"link": "https://wg21.link/cwg1425",
		"section": "11.4 [class.mem]",
		"status": "CD3",
		"submitter": "Ville Voutilainen",
		"date": "2011-12-07"
	},
	"CWG1426": {
		"type": "issue",
		"title": "Allowing additional parameter types in defaulted functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1426.html",
		"link": "https://wg21.link/cwg1426",
		"section": "9.6.2 [dcl.fct.def.default]",
		"status": "CD5",
		"submitter": "Nikolay Ivchenkov",
		"date": "2011-12-08"
	},
	"CWG1427": {
		"type": "issue",
		"title": "Default constructor and deleted or inaccessible destructors",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1427",
		"link": "https://wg21.link/cwg1427",
		"section": "11.4.5 [class.ctor]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"date": "2011-12-08"
	},
	"CWG1428": {
		"type": "issue",
		"title": "Dynamic const objects",
		"long_link": "https://cplusplus.github.io/CWG/issues/1428.html",
		"link": "https://wg21.link/cwg1428",
		"section": "6.9.5 [basic.type.qualifier]",
		"status": "CD3",
		"submitter": "Daniel Krügler",
		"date": "2011-12-08"
	},
	"CWG1429": {
		"type": "issue",
		"title": "Scope of a member template's template parameter",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1429",
		"link": "https://wg21.link/cwg1429",
		"section": "6.4.9 [basic.scope.temp]",
		"status": "NAD",
		"submitter": "James Widman",
		"date": "2011-12-09"
	},
	"CWG1430": {
		"type": "issue",
		"title": "Pack expansion into fixed alias template parameter list",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1430",
		"link": "https://wg21.link/cwg1430",
		"section": "13.7.8 [temp.alias]",
		"status": "open",
		"submitter": "Jason Merrill",
		"date": "2011-12-13"
	},
	"CWG1431": {
		"type": "issue",
		"title": "Exceptions from other than throw-expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1431.html",
		"link": "https://wg21.link/cwg1431",
		"section": "Clause 14 [except]",
		"status": "CD3",
		"submitter": "Nikolay Ivchenkov",
		"date": "2011-12-16"
	},
	"CWG1432": {
		"type": "issue",
		"title": "Newly-ambiguous variadic template expansions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1432",
		"link": "https://wg21.link/cwg1432",
		"section": "13.7.4 [temp.variadic]",
		"status": "open",
		"submitter": "Daniel Krügler",
		"date": "2011-12-17"
	},
	"CWG1433": {
		"type": "issue",
		"title": "trailing-return-type and point of declaration",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1433",
		"link": "https://wg21.link/cwg1433",
		"section": "6.4.2 [basic.scope.pdecl]",
		"status": "NAD",
		"submitter": "Jason Merrill",
		"date": "2011-12-20"
	},
	"CWG1434": {
		"type": "issue",
		"title": "Parenthesized braced-init-list",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1434",
		"link": "https://wg21.link/cwg1434",
		"section": "9.5 [dcl.init]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"date": "2011-12-21"
	},
	"CWG1435": {
		"type": "issue",
		"title": "template-id as the declarator for a class template constructor",
		"long_link": "https://cplusplus.github.io/CWG/issues/1435.html",
		"link": "https://wg21.link/cwg1435",
		"section": "9.3.4 [dcl.meaning]",
		"status": "CD3",
		"submitter": "Johannes Schaub",
		"date": "2011-12-24"
	},
	"CWG1436": {
		"type": "issue",
		"title": "Interaction of constant expression changes with preprocessor expressions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1436",
		"link": "https://wg21.link/cwg1436",
		"section": "15.2 [cpp.cond]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2012-01-02"
	},
	"CWG1437": {
		"type": "issue",
		"title": "alignas in alias-declaration",
		"long_link": "https://cplusplus.github.io/CWG/issues/1437.html",
		"link": "https://wg21.link/cwg1437",
		"section": "9.2.4 [dcl.typedef]",
		"status": "CD3",
		"submitter": "Daveed Vandevoorde",
		"date": "2012-01-02"
	},
	"CWG1438": {
		"type": "issue",
		"title": "Non-dereference use of invalid pointers",
		"long_link": "https://cplusplus.github.io/CWG/issues/1438.html",
		"link": "https://wg21.link/cwg1438",
		"section": "_N4885_6.7.5.5.4 [basic.stc.dynamic.safety]",
		"status": "CD3",
		"submitter": "Anthony Williams",
		"date": "2012-01-03"
	},
	"CWG1439": {
		"type": "issue",
		"title": "Lookup and friend template declarations",
		"long_link": "https://cplusplus.github.io/CWG/issues/1439.html",
		"link": "https://wg21.link/cwg1439",
		"section": "_N4868_.9.8.2.3 [namespace.memdef]",
		"status": "CD3",
		"submitter": "Richard Smith",
		"date": "2012-01-04"
	},
	"CWG1440": {
		"type": "issue",
		"title": "Acceptable decltype-specifiers used as nested-name-specifiers",
		"long_link": "https://cplusplus.github.io/CWG/issues/1440.html",
		"link": "https://wg21.link/cwg1440",
		"section": "_N4567_.5.1.1 [expr.prim.general]",
		"status": "CD3",
		"submitter": "Mike Miller",
		"date": "2012-01-05"
	},
	"CWG1441": {
		"type": "issue",
		"title": "Unclear wording for signal handler restrictions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1441.html",
		"link": "https://wg21.link/cwg1441",
		"section": "6.10.1 [intro.execution]",
		"status": "C++14",
		"submitter": "Alisdair Meredith",
		"date": "2012-01-06"
	},
	"CWG1442": {
		"type": "issue",
		"title": "Argument-dependent lookup in the range-based for",
		"long_link": "https://cplusplus.github.io/CWG/issues/1442.html",
		"link": "https://wg21.link/cwg1442",
		"section": "8.6.5 [stmt.ranged]",
		"status": "CD3",
		"submitter": "Mike Miller",
		"date": "2012-01-16"
	},
	"CWG1443": {
		"type": "issue",
		"title": "Default arguments and non-static data members",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1443",
		"link": "https://wg21.link/cwg1443",
		"section": "9.3.4.7 [dcl.fct.default]",
		"status": "NAD",
		"submitter": "Jason Merrill",
		"date": "2012-01-13"
	},
	"CWG1444": {
		"type": "issue",
		"title": "Type adjustments of non-type template parameters",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1444",
		"link": "https://wg21.link/cwg1444",
		"section": "13.2 [temp.param]",
		"status": "drafting",
		"submitter": "Johannes Schaub",
		"date": "2012-01-15"
	},
	"CWG1445": {
		"type": "issue",
		"title": "Argument-dependent lookup of begin and end",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1445",
		"link": "https://wg21.link/cwg1445",
		"section": "8.6.5 [stmt.ranged]",
		"status": "dup",
		"submitter": "Mike Miller",
		"date": "2012-01-16"
	},
	"CWG1446": {
		"type": "issue",
		"title": "Member function with no ref-qualifier and non-member function with rvalue reference",
		"long_link": "https://cplusplus.github.io/CWG/issues/1446.html",
		"link": "https://wg21.link/cwg1446",
		"section": "13.7.7.3 [temp.func.order]",
		"status": "CD4",
		"submitter": "Jason Merrill",
		"date": "2012-02-07"
	},
	"CWG1447": {
		"type": "issue",
		"title": "static_cast of bit-field lvalue to rvalue reference",
		"long_link": "https://cplusplus.github.io/CWG/issues/1447.html",
		"link": "https://wg21.link/cwg1447",
		"section": "7.6.1.9 [expr.static.cast]",
		"status": "CD3",
		"submitter": "Jason Merrill",
		"date": "2012-01-16"
	},
	"CWG1448": {
		"type": "issue",
		"title": "Integral values of type bool",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1448",
		"link": "https://wg21.link/cwg1448",
		"section": "6.9.2 [basic.fundamental]",
		"status": "NAD",
		"submitter": "Johannes Schaub",
		"date": "2012-01-19"
	},
	"CWG1449": {
		"type": "issue",
		"title": "Narrowing conversion of negative value to unsigned type",
		"long_link": "https://cplusplus.github.io/CWG/issues/1449.html",
		"link": "https://wg21.link/cwg1449",
		"section": "9.5.5 [dcl.init.list]",
		"status": "CD3",
		"submitter": "Richard Smith",
		"date": "2012-01-28"
	},
	"CWG1450": {
		"type": "issue",
		"title": "INT_MIN % -1",
		"long_link": "https://cplusplus.github.io/CWG/issues/1450.html",
		"link": "https://wg21.link/cwg1450",
		"section": "7.6.5 [expr.mul]",
		"status": "CD3",
		"submitter": "Richard Smith",
		"date": "2012-01-31"
	},
	"CWG1451": {
		"type": "issue",
		"title": "Objects with no linkage in non-type template arguments",
		"long_link": "https://cplusplus.github.io/CWG/issues/1451.html",
		"link": "https://wg21.link/cwg1451",
		"section": "13.4.3 [temp.arg.nontype]",
		"status": "CD4",
		"submitter": "Daniel Krügler",
		"date": "2012-02-01"
	},
	"CWG1452": {
		"type": "issue",
		"title": "Value-initialized objects may be constants",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1452",
		"link": "https://wg21.link/cwg1452",
		"section": "7.7 [expr.const]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"date": "2011-12-24"
	},
	"CWG1453": {
		"type": "issue",
		"title": "Volatile members in literal classes?",
		"long_link": "https://cplusplus.github.io/CWG/issues/1453.html",
		"link": "https://wg21.link/cwg1453",
		"section": "6.9 [basic.types]",
		"status": "CD3",
		"submitter": "Richard Smith",
		"date": "2012-01-02"
	},
	"CWG1454": {
		"type": "issue",
		"title": "Passing constants through constexpr functions via references",
		"long_link": "https://cplusplus.github.io/CWG/issues/1454.html",
		"link": "https://wg21.link/cwg1454",
		"section": "7.7 [expr.const]",
		"status": "CD3",
		"submitter": "Richard Smith",
		"date": "2011-12-27"
	},
	"CWG1455": {
		"type": "issue",
		"title": "Lvalue converted constant expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1455.html",
		"link": "https://wg21.link/cwg1455",
		"section": "7.7 [expr.const]",
		"status": "CD3",
		"submitter": "Richard Smith",
		"date": "2012-01-14"
	},
	"CWG1456": {
		"type": "issue",
		"title": "Address constant expression designating the one-past-the-end address",
		"long_link": "https://cplusplus.github.io/CWG/issues/1456.html",
		"link": "https://wg21.link/cwg1456",
		"section": "7.7 [expr.const]",
		"status": "CD3",
		"submitter": "Richard Smith",
		"date": "2012-01-14"
	},
	"CWG1457": {
		"type": "issue",
		"title": "Undefined behavior in left-shift",
		"long_link": "https://cplusplus.github.io/CWG/issues/1457.html",
		"link": "https://wg21.link/cwg1457",
		"section": "7.6.7 [expr.shift]",
		"status": "CD3",
		"submitter": "Howard Hinnant",
		"date": "2012-02-04"
	},
	"CWG1458": {
		"type": "issue",
		"title": "Address of incomplete type vs operator&()",
		"long_link": "https://cplusplus.github.io/CWG/issues/1458.html",
		"link": "https://wg21.link/cwg1458",
		"section": "7.6.2.2 [expr.unary.op]",
		"status": "CD3",
		"submitter": "Richard Smith",
		"date": "2012-02-07"
	},
	"CWG1459": {
		"type": "issue",
		"title": "Reference-binding tiebreakers in overload resolution",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1459",
		"link": "https://wg21.link/cwg1459",
		"section": "12.2.4.3 [over.ics.rank]",
		"status": "open",
		"submitter": "Jason Merrill",
		"date": "2012-02-07"
	},
	"CWG1460": {
		"type": "issue",
		"title": "What is an empty union?",
		"long_link": "https://cplusplus.github.io/CWG/issues/1460.html",
		"link": "https://wg21.link/cwg1460",
		"section": "11.5 [class.union]",
		"status": "C++14",
		"submitter": "Jason Merrill",
		"date": "2012-02-08"
	},
	"CWG1461": {
		"type": "issue",
		"title": "Narrowing conversions to bit-fields",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1461",
		"link": "https://wg21.link/cwg1461",
		"section": "9.5.5 [dcl.init.list]",
		"status": "NAD",
		"submitter": "Richard Corden",
		"date": "2012-02-08"
	},
	"CWG1462": {
		"type": "issue",
		"title": "Deduction failure vs “ill-formed, no diagnostic required”",
		"long_link": "https://cplusplus.github.io/CWG/issues/1462.html",
		"link": "https://wg21.link/cwg1462",
		"section": "13.10.3 [temp.deduct]",
		"status": "CD3",
		"submitter": "John Spicer",
		"date": "2012-02-08"
	},
	"CWG1463": {
		"type": "issue",
		"title": "extern \"C\" alias templates",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1463",
		"link": "https://wg21.link/cwg1463",
		"section": "13.1 [temp.pre]",
		"status": "drafting",
		"submitter": "Daveed Vandevoorde",
		"date": "2011-08-19",
		"liaison": "EWG"
	},
	"CWG1464": {
		"type": "issue",
		"title": "Negative array bound in a new-expression",
		"long_link": "https://cplusplus.github.io/CWG/issues/1464.html",
		"link": "https://wg21.link/cwg1464",
		"section": "7.6.2.8 [expr.new]",
		"status": "CD3",
		"submitter": "Mike Miller",
		"date": "2012-02-12"
	},
	"CWG1465": {
		"type": "issue",
		"title": "noexcept and std::bad_array_new_length",
		"long_link": "https://cplusplus.github.io/CWG/issues/1465.html",
		"link": "https://wg21.link/cwg1465",
		"section": "7.6.2.7 [expr.unary.noexcept]",
		"status": "CD4",
		"submitter": "Daniel Krügler",
		"date": "2012-02-12"
	},
	"CWG1466": {
		"type": "issue",
		"title": "Visible sequences of side effects are redundant",
		"long_link": "https://cplusplus.github.io/CWG/issues/1466.html",
		"link": "https://wg21.link/cwg1466",
		"section": "6.10.2 [intro.multithread]",
		"status": "C++14",
		"submitter": "Mark Batty",
		"date": "2012-02-21"
	},
	"CWG1467": {
		"type": "issue",
		"title": "List-initialization of aggregate from same-type object",
		"long_link": "https://cplusplus.github.io/CWG/issues/1467.html",
		"link": "https://wg21.link/cwg1467",
		"section": "9.5.5 [dcl.init.list]",
		"status": "CD4",
		"submitter": "Jason Merrill",
		"date": "2012-02-06"
	},
	"CWG1468": {
		"type": "issue",
		"title": "typeid, overload resolution, and implicit lambda capture",
		"long_link": "https://cplusplus.github.io/CWG/issues/1468.html",
		"link": "https://wg21.link/cwg1468",
		"section": "7.5.6.3 [expr.prim.lambda.capture]",
		"status": "CD5",
		"submitter": "Doug Gregor",
		"date": "2012-02-08"
	},
	"CWG1469": {
		"type": "issue",
		"title": "Omitted bound in array new-expression",
		"long_link": "https://cplusplus.github.io/CWG/issues/1469.html",
		"link": "https://wg21.link/cwg1469",
		"section": "7.6.2.8 [expr.new]",
		"status": "CD5",
		"submitter": "Johannes Schaub",
		"date": "2012-02-12"
	},
	"CWG1470": {
		"type": "issue",
		"title": "Thread migration",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1470",
		"link": "https://wg21.link/cwg1470",
		"section": "6.10.2 [intro.multithread]",
		"status": "NAD",
		"submitter": "Detlef Vollman",
		"date": "2012-02-14"
	},
	"CWG1471": {
		"type": "issue",
		"title": "Nested type of non-dependent base",
		"long_link": "https://cplusplus.github.io/CWG/issues/1471.html",
		"link": "https://wg21.link/cwg1471",
		"section": "13.8.3.2 [temp.dep.type]",
		"status": "CD3",
		"submitter": "Johannes Schaub",
		"date": "2012-02-26"
	},
	"CWG1472": {
		"type": "issue",
		"title": "odr-use of reference variables",
		"long_link": "https://cplusplus.github.io/CWG/issues/1472.html",
		"link": "https://wg21.link/cwg1472",
		"section": "6.3 [basic.def.odr]",
		"status": "CD3",
		"submitter": "Richard Smith",
		"date": "2012-03-01"
	},
	"CWG1473": {
		"type": "issue",
		"title": "Syntax of literal-operator-id",
		"long_link": "https://cplusplus.github.io/CWG/issues/1473.html",
		"link": "https://wg21.link/cwg1473",
		"section": "12.6 [over.literal]",
		"status": "CD3",
		"submitter": "Richard Smith",
		"date": "2012-03-05"
	},
	"CWG1474": {
		"type": "issue",
		"title": "User-defined literals and <inttypes.h> format macros",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1474",
		"link": "https://wg21.link/cwg1474",
		"section": "5.13.9 [lex.ext]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"date": "2012-03-05"
	},
	"CWG1475": {
		"type": "issue",
		"title": "Errors in [[carries_dependency]] example",
		"long_link": "https://cplusplus.github.io/CWG/issues/1475.html",
		"link": "https://wg21.link/cwg1475",
		"section": "_N5001_.9.12.4 [dcl.attr.depend]",
		"status": "CD3",
		"submitter": "Stephan Lavavej",
		"date": "2012-03-06"
	},
	"CWG1476": {
		"type": "issue",
		"title": "Definition of user-defined type",
		"long_link": "https://cplusplus.github.io/CWG/issues/1476.html",
		"link": "https://wg21.link/cwg1476",
		"section": "Clause 3 [intro.defs]",
		"status": "CD3",
		"submitter": "Loïc Joly",
		"date": "2012-03-08"
	},
	"CWG1477": {
		"type": "issue",
		"title": "Definition of a friend outside its namespace",
		"long_link": "https://cplusplus.github.io/CWG/issues/1477.html",
		"link": "https://wg21.link/cwg1477",
		"section": "_N4868_.9.8.2.3 [namespace.memdef]",
		"status": "CD3",
		"submitter": "John Spicer",
		"date": "2012-03-09"
	},
	"CWG1478": {
		"type": "issue",
		"title": "template keyword for dependent template template arguments",
		"long_link": "https://cplusplus.github.io/CWG/issues/1478.html",
		"link": "https://wg21.link/cwg1478",
		"section": "13.3 [temp.names]",
		"status": "CD6",
		"submitter": "Johannes Schaub",
		"date": "2012-03-10"
	},
	"CWG1479": {
		"type": "issue",
		"title": "Literal operators and default arguments",
		"long_link": "https://cplusplus.github.io/CWG/issues/1479.html",
		"link": "https://wg21.link/cwg1479",
		"section": "12.6 [over.literal]",
		"status": "CD3",
		"submitter": "Jason Merrill",
		"date": "2012-03-13"
	},
	"CWG1480": {
		"type": "issue",
		"title": "Constant initialization via non-constant temporary",
		"long_link": "https://cplusplus.github.io/CWG/issues/1480.html",
		"link": "https://wg21.link/cwg1480",
		"section": "7.7 [expr.const]",
		"status": "CD3",
		"submitter": "Daniel Krügler",
		"date": "2012-03-17"
	},
	"CWG1481": {
		"type": "issue",
		"title": "Increment/decrement operators with reference parameters",
		"long_link": "https://cplusplus.github.io/CWG/issues/1481.html",
		"link": "https://wg21.link/cwg1481",
		"section": "12.4.7 [over.inc]",
		"status": "CD3",
		"submitter": "Ryou Ezoe",
		"date": "2012-03-20"
	},
	"CWG1482": {
		"type": "issue",
		"title": "Point of declaration of enumeration",
		"long_link": "https://cplusplus.github.io/CWG/issues/1482.html",
		"link": "https://wg21.link/cwg1482",
		"section": "6.4.2 [basic.scope.pdecl]",
		"status": "CD3",
		"submitter": "Daveed Vandevoorde",
		"date": "2012-03-20"
	},
	"CWG1483": {
		"type": "issue",
		"title": "Non-dependent static_assert-declarations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1483",
		"link": "https://wg21.link/cwg1483",
		"section": "13.8 [temp.res]",
		"status": "NAD",
		"submitter": "Mike Miller",
		"date": "2012-03-23"
	},
	"CWG1484": {
		"type": "issue",
		"title": "Unused local classes of function templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/1484.html",
		"link": "https://wg21.link/cwg1484",
		"section": "13.9.2 [temp.inst]",
		"status": "CD4",
		"submitter": "Johannes Schaub",
		"date": "2012-03-25"
	},
	"CWG1485": {
		"type": "issue",
		"title": "Out-of-class definition of member unscoped opaque enumeration",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1485",
		"link": "https://wg21.link/cwg1485",
		"section": "9.8.1 [dcl.enum]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2012-03-26"
	},
	"CWG1486": {
		"type": "issue",
		"title": "Base-derived conversion in member pointer deduction",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1486",
		"link": "https://wg21.link/cwg1486",
		"section": "13.10.3.3 [temp.deduct.funcaddr]",
		"status": "drafting",
		"submitter": "John Spicer",
		"date": "2012-03-26"
	},
	"CWG1487": {
		"type": "issue",
		"title": "When are inheriting constructors declared?",
		"long_link": "https://cplusplus.github.io/CWG/issues/1487.html",
		"link": "https://wg21.link/cwg1487",
		"section": "_N4527_.12.9 [class.inhctor]",
		"status": "CD3",
		"submitter": "Richard Smith",
		"date": "2012-03-27"
	},
	"CWG1488": {
		"type": "issue",
		"title": "abstract-pack-declarators in type-ids",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1488",
		"link": "https://wg21.link/cwg1488",
		"section": "9.3.2 [dcl.name]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2012-03-28"
	},
	"CWG1489": {
		"type": "issue",
		"title": "Is value-initialization of an array constant initialization?",
		"long_link": "https://cplusplus.github.io/CWG/issues/1489.html",
		"link": "https://wg21.link/cwg1489",
		"section": "6.10.3.2 [basic.start.static]",
		"status": "CD3",
		"submitter": "Steve Adamczyk",
		"date": "2012-03-29"
	},
	"CWG1490": {
		"type": "issue",
		"title": "List-initialization from a string literal",
		"long_link": "https://cplusplus.github.io/CWG/issues/1490.html",
		"link": "https://wg21.link/cwg1490",
		"section": "9.5.5 [dcl.init.list]",
		"status": "CD4",
		"submitter": "Daveed Vandevoorde",
		"date": "2012-03-29"
	},
	"CWG1491": {
		"type": "issue",
		"title": "Move construction and rvalue reference members",
		"long_link": "https://cplusplus.github.io/CWG/issues/1491.html",
		"link": "https://wg21.link/cwg1491",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "CD3",
		"submitter": "Richard Smith",
		"date": "2012-03-30"
	},
	"CWG1492": {
		"type": "issue",
		"title": "Exception specifications on template destructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/1492.html",
		"link": "https://wg21.link/cwg1492",
		"section": "11.4.7 [class.dtor]",
		"status": "CD4",
		"submitter": "Jason Merrill",
		"date": "2012-04-01"
	},
	"CWG1493": {
		"type": "issue",
		"title": "Criteria for move-construction",
		"long_link": "https://cplusplus.github.io/CWG/issues/1493.html",
		"link": "https://wg21.link/cwg1493",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "C++14",
		"submitter": "John Spicer",
		"date": "2012-04-02"
	},
	"CWG1494": {
		"type": "issue",
		"title": "Temporary initialization for reference binding in list-initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/1494.html",
		"link": "https://wg21.link/cwg1494",
		"section": "9.5.5 [dcl.init.list]",
		"status": "CD3",
		"submitter": "Steve Adamczyk",
		"date": "2012-04-12"
	},
	"CWG1495": {
		"type": "issue",
		"title": "Partial specialization of variadic class template",
		"long_link": "https://cplusplus.github.io/CWG/issues/1495.html",
		"link": "https://wg21.link/cwg1495",
		"section": "13.7.6 [temp.spec.partial]",
		"status": "CD3",
		"submitter": "Jason Merrill",
		"date": "2012-04-16"
	},
	"CWG1496": {
		"type": "issue",
		"title": "Triviality with deleted and missing default constructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/1496.html",
		"link": "https://wg21.link/cwg1496",
		"section": "11.3 [class.name]",
		"status": "CD4",
		"submitter": "Daniel Krügler",
		"date": "2012-04-25"
	},
	"CWG1497": {
		"type": "issue",
		"title": "Aggregate initialization with parenthesized string literal",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1497",
		"link": "https://wg21.link/cwg1497",
		"section": "9.5.2 [dcl.init.aggr]",
		"status": "NAD",
		"submitter": "Daveed Vandevoorde",
		"date": "2012-04-25"
	},
	"CWG1498": {
		"type": "issue",
		"title": "Lifetime of temporaries in range-based for",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1498",
		"link": "https://wg21.link/cwg1498",
		"section": "8.6.5 [stmt.ranged]",
		"status": "dup",
		"submitter": "Beman Dawes",
		"date": "2012-04-26"
	},
	"CWG1499": {
		"type": "issue",
		"title": "Missing case for deleted move assignment operator",
		"long_link": "https://cplusplus.github.io/CWG/issues/1499.html",
		"link": "https://wg21.link/cwg1499",
		"section": "11.4.6 [class.copy.assign]",
		"status": "CD7",
		"submitter": "John Spicer",
		"date": "2012-04-27"
	},
	"CWG1500": {
		"type": "issue",
		"title": "Name lookup of dependent conversion function",
		"long_link": "https://cplusplus.github.io/CWG/issues/1500.html",
		"link": "https://wg21.link/cwg1500",
		"section": "13.8.4.2 [temp.dep.candidate]",
		"status": "CD6",
		"submitter": "Johannes Schaub",
		"date": "2012-04-27"
	},
	"CWG1501": {
		"type": "issue",
		"title": "Nested braces in list-initialization",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1501",
		"link": "https://wg21.link/cwg1501",
		"section": "9.5.5 [dcl.init.list]",
		"status": "NAD",
		"submitter": "Steve Adamczyk",
		"date": "2012-05-04"
	},
	"CWG1502": {
		"type": "issue",
		"title": "Value initialization of unions with member initializers",
		"long_link": "https://cplusplus.github.io/CWG/issues/1502.html",
		"link": "https://wg21.link/cwg1502",
		"section": "9.5 [dcl.init]",
		"status": "CD3",
		"submitter": "Richard Smith",
		"date": "2012-05-06"
	},
	"CWG1503": {
		"type": "issue",
		"title": "Exceptions during copy to exception object",
		"long_link": "https://cplusplus.github.io/CWG/issues/1503.html",
		"link": "https://wg21.link/cwg1503",
		"section": "14.2 [except.throw]",
		"status": "CD3",
		"submitter": "Daniel Krügler",
		"date": "2012-05-11"
	},
	"CWG1504": {
		"type": "issue",
		"title": "Pointer arithmetic after derived-base conversion",
		"long_link": "https://cplusplus.github.io/CWG/issues/1504.html",
		"link": "https://wg21.link/cwg1504",
		"section": "7.6.6 [expr.add]",
		"status": "CD3",
		"submitter": "Loïc Joly",
		"date": "2012-05-20"
	},
	"CWG1505": {
		"type": "issue",
		"title": "Direct binding of reference to temporary in list-initialization",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1505",
		"link": "https://wg21.link/cwg1505",
		"section": "9.5.5 [dcl.init.list]",
		"status": "dup",
		"submitter": "Steve Adamczyk",
		"date": "2012-05-27"
	},
	"CWG1506": {
		"type": "issue",
		"title": "Value category of initializer_list object",
		"long_link": "https://cplusplus.github.io/CWG/issues/1506.html",
		"link": "https://wg21.link/cwg1506",
		"section": "9.5.5 [dcl.init.list]",
		"status": "CD3",
		"submitter": "Steve Adamczyk",
		"date": "2012-05-29"
	},
	"CWG1507": {
		"type": "issue",
		"title": "Value initialization with trivial inaccessible default constructor",
		"long_link": "https://cplusplus.github.io/CWG/issues/1507.html",
		"link": "https://wg21.link/cwg1507",
		"section": "9.5 [dcl.init]",
		"status": "CD3",
		"submitter": "Johannes Schaub",
		"date": "2012-06-01"
	},
	"CWG1508": {
		"type": "issue",
		"title": "Template initializer-list constructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/1508.html",
		"link": "https://wg21.link/cwg1508",
		"section": "9.5.5 [dcl.init.list]",
		"status": "C++14",
		"submitter": "Daveed Vandevoorde",
		"date": "2012-06-06"
	},
	"CWG1509": {
		"type": "issue",
		"title": "Definition of “non-template function”",
		"long_link": "https://cplusplus.github.io/CWG/issues/1509.html",
		"link": "https://wg21.link/cwg1509",
		"section": "Clause 3 [intro.defs]",
		"status": "C++14",
		"submitter": "Johannes Schaub",
		"date": "2012-06-08"
	},
	"CWG1510": {
		"type": "issue",
		"title": "cv-qualified references via decltype",
		"long_link": "https://cplusplus.github.io/CWG/issues/1510.html",
		"link": "https://wg21.link/cwg1510",
		"section": "9.3.4.3 [dcl.ref]",
		"status": "CD3",
		"submitter": "Richard Smith",
		"date": "2012-06-14"
	},
	"CWG1511": {
		"type": "issue",
		"title": "const volatile variables and the one-definition rule",
		"long_link": "https://cplusplus.github.io/CWG/issues/1511.html",
		"link": "https://wg21.link/cwg1511",
		"section": "6.3 [basic.def.odr]",
		"status": "CD3",
		"submitter": "Richard Smith",
		"date": "2012-06-18"
	},
	"CWG1512": {
		"type": "issue",
		"title": "Pointer comparison vs qualification conversions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1512.html",
		"link": "https://wg21.link/cwg1512",
		"section": "7.6.9 [expr.rel]",
		"status": "CD3",
		"submitter": "Steve Clamage",
		"date": "2012-06-22"
	},
	"CWG1513": {
		"type": "issue",
		"title": "initializer_list deduction failure",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1513",
		"link": "https://wg21.link/cwg1513",
		"section": "13.10.3.2 [temp.deduct.call]",
		"status": "drafting",
		"submitter": "Steve Adamczyk",
		"date": "2012-06-28"
	},
	"CWG1514": {
		"type": "issue",
		"title": "Ambiguity between enumeration definition and zero-length bit-field",
		"long_link": "https://cplusplus.github.io/CWG/issues/1514.html",
		"link": "https://wg21.link/cwg1514",
		"section": "11.4.10 [class.bit]",
		"status": "C++14",
		"submitter": "John Spicer",
		"date": "2012-07-03"
	},
	"CWG1515": {
		"type": "issue",
		"title": "Modulo 2n arithmetic for implicitly-unsigned types",
		"long_link": "https://cplusplus.github.io/CWG/issues/1515.html",
		"link": "https://wg21.link/cwg1515",
		"section": "6.9.2 [basic.fundamental]",
		"status": "CD3",
		"submitter": "Sean Hunt",
		"date": "2012-07-03"
	},
	"CWG1516": {
		"type": "issue",
		"title": "Definition of “virtual function call”",
		"long_link": "https://cplusplus.github.io/CWG/issues/1516.html",
		"link": "https://wg21.link/cwg1516",
		"section": "7.6.1.3 [expr.call]",
		"status": "CD3",
		"submitter": "Nikolay Ivchenkov",
		"date": "2012-07-05"
	},
	"CWG1517": {
		"type": "issue",
		"title": "Unclear/missing description of behavior during construction/destruction",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1517",
		"link": "https://wg21.link/cwg1517",
		"section": "11.9.5 [class.cdtor]",
		"status": "open",
		"submitter": "Daniel Krügler",
		"date": "2012-07-07"
	},
	"CWG1518": {
		"type": "issue",
		"title": "Explicit default constructors and copy-list-initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/1518.html",
		"link": "https://wg21.link/cwg1518",
		"section": "9.5.5 [dcl.init.list]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2012-07-08"
	},
	"CWG1519": {
		"type": "issue",
		"title": "Conflicting default and variadic constructors",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1519",
		"link": "https://wg21.link/cwg1519",
		"section": "13.7.4 [temp.variadic]",
		"status": "NAD",
		"submitter": "Ville Voutilainen",
		"date": "2012-07-09"
	},
	"CWG1520": {
		"type": "issue",
		"title": "Alias template specialization vs pack expansion",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1520",
		"link": "https://wg21.link/cwg1520",
		"section": "13.7.8 [temp.alias]",
		"status": "NAD",
		"submitter": "Eric Niebler",
		"date": "2012-07-09"
	},
	"CWG1521": {
		"type": "issue",
		"title": "T{expr} with reference types",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1521",
		"link": "https://wg21.link/cwg1521",
		"section": "7.6.1.4 [expr.type.conv]",
		"status": "dup",
		"submitter": "Steve Adamczyk",
		"date": "2012-07-10"
	},
	"CWG1522": {
		"type": "issue",
		"title": "Access checking for initializer_list array initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/1522.html",
		"link": "https://wg21.link/cwg1522",
		"section": "9.5.5 [dcl.init.list]",
		"status": "CD3",
		"submitter": "John Spicer",
		"date": "2012-07-12"
	},
	"CWG1523": {
		"type": "issue",
		"title": "Point of declaration in range-based for",
		"long_link": "https://cplusplus.github.io/CWG/issues/1523.html",
		"link": "https://wg21.link/cwg1523",
		"section": "8.6.5 [stmt.ranged]",
		"status": "CD5",
		"submitter": "John Spicer",
		"date": "2012-07-16"
	},
	"CWG1524": {
		"type": "issue",
		"title": "Incompletely-defined class template base",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1524",
		"link": "https://wg21.link/cwg1524",
		"section": "13.8.3.2 [temp.dep.type]",
		"status": "drafting",
		"submitter": "Jason Merrill",
		"date": "2012-07-17"
	},
	"CWG1525": {
		"type": "issue",
		"title": "Array bound inference in temporary array",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1525",
		"link": "https://wg21.link/cwg1525",
		"section": "7.6.1.4 [expr.type.conv]",
		"status": "NAD",
		"submitter": "Steve Adamczyk",
		"date": "2012-07-18"
	},
	"CWG1526": {
		"type": "issue",
		"title": "Dependent-class lookup in the current instantiation",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1526",
		"link": "https://wg21.link/cwg1526",
		"section": "13.8.3 [temp.dep]",
		"status": "dup",
		"submitter": "Johannes Schaub",
		"date": "2012-07-22"
	},
	"CWG1527": {
		"type": "issue",
		"title": "Assignment from braced-init-list",
		"long_link": "https://cplusplus.github.io/CWG/issues/1527.html",
		"link": "https://wg21.link/cwg1527",
		"section": "7.6.19 [expr.assign]",
		"status": "CD3",
		"submitter": "Mike Miller",
		"date": "2012-07-23"
	},
	"CWG1528": {
		"type": "issue",
		"title": "Repeated cv-qualifiers in declarators",
		"long_link": "https://cplusplus.github.io/CWG/issues/1528.html",
		"link": "https://wg21.link/cwg1528",
		"section": "9.3 [dcl.decl]",
		"status": "CD3",
		"submitter": "Richard Smith",
		"date": "2012-07-23"
	},
	"CWG1529": {
		"type": "issue",
		"title": "Nomenclature for variable vs reference non-static data member",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1529",
		"link": "https://wg21.link/cwg1529",
		"section": "6.1 [basic.pre]",
		"status": "drafting",
		"submitter": "Daniel Krügler",
		"date": "2012-07-24"
	},
	"CWG1530": {
		"type": "issue",
		"title": "Member access in out-of-lifetime objects",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1530",
		"link": "https://wg21.link/cwg1530",
		"section": "6.8.4 [basic.life]",
		"status": "drafting",
		"submitter": "Howard Hinnant",
		"date": "2012-07-26"
	},
	"CWG1531": {
		"type": "issue",
		"title": "Definition of “access” (verb)",
		"long_link": "https://cplusplus.github.io/CWG/issues/1531.html",
		"link": "https://wg21.link/cwg1531",
		"section": "Clause 3 [intro.defs]",
		"status": "CD3",
		"submitter": "Mike Miller",
		"date": "2012-07-27"
	},
	"CWG1532": {
		"type": "issue",
		"title": "Explicit instantiation and member templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/1532.html",
		"link": "https://wg21.link/cwg1532",
		"section": "13.9.3 [temp.explicit]",
		"status": "CD3",
		"submitter": "Johannes Schaub",
		"date": "2012-08-04"
	},
	"CWG1533": {
		"type": "issue",
		"title": "Function pack expansion for member initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/1533.html",
		"link": "https://wg21.link/cwg1533",
		"section": "13.7.4 [temp.variadic]",
		"status": "CD3",
		"submitter": "Jonathan Caves",
		"date": "2012-08-06"
	},
	"CWG1534": {
		"type": "issue",
		"title": "cv-qualification of prvalue of type “array of class”",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1534",
		"link": "https://wg21.link/cwg1534",
		"section": "7.2.1 [basic.lval]",
		"status": "dup",
		"submitter": "Daveed Vandevoorde",
		"date": "2012-08-09"
	},
	"CWG1535": {
		"type": "issue",
		"title": "typeid in core constant expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1535.html",
		"link": "https://wg21.link/cwg1535",
		"section": "7.7 [expr.const]",
		"status": "CD3",
		"submitter": "Richard Smith",
		"date": "2012-08-10"
	},
	"CWG1536": {
		"type": "issue",
		"title": "Overload resolution with temporary from initializer list",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1536",
		"link": "https://wg21.link/cwg1536",
		"section": "12.2.4.2.6 [over.ics.list]",
		"status": "drafting",
		"submitter": "Mike Miller",
		"date": "2012-08-14"
	},
	"CWG1537": {
		"type": "issue",
		"title": "Optional compile-time evaluation of constant expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1537.html",
		"link": "https://wg21.link/cwg1537",
		"section": "7.7 [expr.const]",
		"status": "CD3",
		"submitter": "John Spicer",
		"date": "2012-08-14"
	},
	"CWG1538": {
		"type": "issue",
		"title": "C-style cast in braced-init-list assignment",
		"long_link": "https://cplusplus.github.io/CWG/issues/1538.html",
		"link": "https://wg21.link/cwg1538",
		"section": "7.6.19 [expr.assign]",
		"status": "CD3",
		"submitter": "Daniel Krügler",
		"date": "2012-08-14"
	},
	"CWG1539": {
		"type": "issue",
		"title": "Definition of “character type”",
		"long_link": "https://cplusplus.github.io/CWG/issues/1539.html",
		"link": "https://wg21.link/cwg1539",
		"section": "6.9.2 [basic.fundamental]",
		"status": "CD3",
		"submitter": "Beman Dawes",
		"date": "2012-08-15"
	},
	"CWG1540": {
		"type": "issue",
		"title": "Use of address constants in constant expressions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1540",
		"link": "https://wg21.link/cwg1540",
		"section": "7.7 [expr.const]",
		"status": "NAD",
		"submitter": "Bjarne Stroustrup",
		"date": "2012-08-16"
	},
	"CWG1541": {
		"type": "issue",
		"title": "cv void return types",
		"long_link": "https://cplusplus.github.io/CWG/issues/1541.html",
		"link": "https://wg21.link/cwg1541",
		"section": "8.8.4 [stmt.return]",
		"status": "CD3",
		"submitter": "Sean Hunt",
		"date": "2012-08-21"
	},
	"CWG1542": {
		"type": "issue",
		"title": "Compound assignment of braced-init-list",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1542",
		"link": "https://wg21.link/cwg1542",
		"section": "7.6.19 [expr.assign]",
		"status": "open",
		"submitter": "Mike Miller",
		"date": "2012-08-21"
	},
	"CWG1543": {
		"type": "issue",
		"title": "Implicit conversion sequence for empty initializer list",
		"long_link": "https://cplusplus.github.io/CWG/issues/1543.html",
		"link": "https://wg21.link/cwg1543",
		"section": "12.2.4.2.6 [over.ics.list]",
		"status": "CD3",
		"submitter": "Steve Adamczyk",
		"date": "2012-08-21"
	},
	"CWG1544": {
		"type": "issue",
		"title": "Linkage of member of unnamed namespace",
		"long_link": "https://cplusplus.github.io/CWG/issues/1544.html",
		"link": "https://wg21.link/cwg1544",
		"section": "9.2.2 [dcl.stc]",
		"status": "CD3",
		"submitter": "Nikolay Ivchenkov",
		"date": "2012-08-24"
	},
	"CWG1545": {
		"type": "issue",
		"title": "friend function templates defined in class templates",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1545",
		"link": "https://wg21.link/cwg1545",
		"section": "13.7.5 [temp.friend]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"date": "2012-08-25"
	},
	"CWG1546": {
		"type": "issue",
		"title": "Errors in function template default arguments",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1546",
		"link": "https://wg21.link/cwg1546",
		"section": "13.10.3 [temp.deduct]",
		"status": "NAD",
		"submitter": "Jason Merrill",
		"date": "2012-08-27"
	},
	"CWG1547": {
		"type": "issue",
		"title": "typename keyword in alias-declarations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1547",
		"link": "https://wg21.link/cwg1547",
		"section": "13.8 [temp.res]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"date": "2012-09-01"
	},
	"CWG1548": {
		"type": "issue",
		"title": "Copy/move construction and conversion functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1548",
		"link": "https://wg21.link/cwg1548",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "open",
		"submitter": "Nikolay Ivchenkov",
		"date": "2012-09-02"
	},
	"CWG1549": {
		"type": "issue",
		"title": "Overloaded comma operator with void operand",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1549",
		"link": "https://wg21.link/cwg1549",
		"section": "12.4.3 [over.binary]",
		"status": "open",
		"submitter": "Nikolay Ivchenkov",
		"date": "2012-09-04"
	},
	"CWG1550": {
		"type": "issue",
		"title": "Parenthesized throw-expression operand of conditional-expression",
		"long_link": "https://cplusplus.github.io/CWG/issues/1550.html",
		"link": "https://wg21.link/cwg1550",
		"section": "7.6.16 [expr.cond]",
		"status": "CD3",
		"submitter": "Nikolay Ivchenkov",
		"date": "2012-09-04"
	},
	"CWG1551": {
		"type": "issue",
		"title": "Wording problems in using-declaration specification",
		"long_link": "https://cplusplus.github.io/CWG/issues/1551.html",
		"link": "https://wg21.link/cwg1551",
		"section": "9.10 [namespace.udecl]",
		"status": "C++14",
		"submitter": "Richard Smith",
		"date": "2012-09-06"
	},
	"CWG1552": {
		"type": "issue",
		"title": "exception-specifications and defaulted special member functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1552.html",
		"link": "https://wg21.link/cwg1552",
		"section": "9.6.2 [dcl.fct.def.default]",
		"status": "CD4",
		"submitter": "Daveed Vandevoorde",
		"date": "2012-09-07"
	},
	"CWG1553": {
		"type": "issue",
		"title": "sizeof and xvalue bit-fields",
		"long_link": "https://cplusplus.github.io/CWG/issues/1553.html",
		"link": "https://wg21.link/cwg1553",
		"section": "7.6.2.5 [expr.sizeof]",
		"status": "CD3",
		"submitter": "Richard Smith",
		"date": "2012-09-13"
	},
	"CWG1554": {
		"type": "issue",
		"title": "Access and alias templates",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1554",
		"link": "https://wg21.link/cwg1554",
		"section": "13.7.8 [temp.alias]",
		"status": "drafting",
		"submitter": "Jason Merrill",
		"date": "2012-09-17"
	},
	"CWG1555": {
		"type": "issue",
		"title": "Language linkage and function type compatibility",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1555",
		"link": "https://wg21.link/cwg1555",
		"section": "7.6.1.3 [expr.call]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"date": "2012-09-18"
	},
	"CWG1556": {
		"type": "issue",
		"title": "Constructors and explicit conversion functions in direct initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/1556.html",
		"link": "https://wg21.link/cwg1556",
		"section": "12.2.2.5 [over.match.copy]",
		"status": "CD3",
		"submitter": "Edward Catmur",
		"date": "2012-09-18"
	},
	"CWG1557": {
		"type": "issue",
		"title": "Language linkage of converted lambda function pointer",
		"long_link": "https://cplusplus.github.io/CWG/issues/1557.html",
		"link": "https://wg21.link/cwg1557",
		"section": "7.5.6.2 [expr.prim.lambda.closure]",
		"status": "CD3",
		"submitter": "Scott Meyers",
		"date": "2012-09-19"
	},
	"CWG1558": {
		"type": "issue",
		"title": "Unused arguments in alias template specializations",
		"long_link": "https://cplusplus.github.io/CWG/issues/1558.html",
		"link": "https://wg21.link/cwg1558",
		"section": "13.7.8 [temp.alias]",
		"status": "CD4",
		"submitter": "Nikolay Ivchenkov",
		"date": "2012-09-19"
	},
	"CWG1559": {
		"type": "issue",
		"title": "String too long in initializer list of new-expression",
		"long_link": "https://cplusplus.github.io/CWG/issues/1559.html",
		"link": "https://wg21.link/cwg1559",
		"section": "7.6.2.8 [expr.new]",
		"status": "CD3",
		"submitter": "John Spicer",
		"date": "2012-09-21"
	},
	"CWG1560": {
		"type": "issue",
		"title": "Gratuitous lvalue-to-rvalue conversion in conditional-expression with throw-expression operand",
		"long_link": "https://cplusplus.github.io/CWG/issues/1560.html",
		"link": "https://wg21.link/cwg1560",
		"section": "7.6.16 [expr.cond]",
		"status": "CD3",
		"submitter": "Nikolay Ivchenkov",
		"date": "2012-09-04"
	},
	"CWG1561": {
		"type": "issue",
		"title": "Aggregates with empty base classes",
		"long_link": "https://cplusplus.github.io/CWG/issues/1561.html",
		"link": "https://wg21.link/cwg1561",
		"section": "9.5.2 [dcl.init.aggr]",
		"status": "CD4",
		"submitter": "Gabriel Dos Reis",
		"date": "2012-09-29"
	},
	"CWG1562": {
		"type": "issue",
		"title": "Non-static data member initializers and union ctor-initializer",
		"long_link": "https://cplusplus.github.io/CWG/issues/1562.html",
		"link": "https://wg21.link/cwg1562",
		"section": "11.9.3 [class.base.init]",
		"status": "C++14",
		"submitter": "Richard Smith",
		"date": "2012-10-01"
	},
	"CWG1563": {
		"type": "issue",
		"title": "List-initialization and overloaded function disambiguation",
		"long_link": "https://cplusplus.github.io/CWG/issues/1563.html",
		"link": "https://wg21.link/cwg1563",
		"section": "12.3 [over.over]",
		"status": "CD3",
		"submitter": "Daniel Krügler",
		"date": "2012-10-08"
	},
	"CWG1564": {
		"type": "issue",
		"title": "Template argument deduction from an initializer list",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1564",
		"link": "https://wg21.link/cwg1564",
		"section": "9.2.9.7 [dcl.spec.auto]",
		"status": "NAD",
		"submitter": "Faisal Vali",
		"date": "2012-10-09"
	},
	"CWG1565": {
		"type": "issue",
		"title": "Copy elision and lifetime of initializer_list underlying array",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1565",
		"link": "https://wg21.link/cwg1565",
		"section": "9.5.5 [dcl.init.list]",
		"status": "NAD",
		"submitter": "Steve Adamczyk",
		"date": "2012-10-10"
	},
	"CWG1566": {
		"type": "issue",
		"title": "Should new std::initializer_list<T> be ill-formed?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1566",
		"link": "https://wg21.link/cwg1566",
		"section": "7.6.2.8 [expr.new]",
		"status": "NAD",
		"submitter": "Steve Adamczyk",
		"date": "2012-10-10"
	},
	"CWG1567": {
		"type": "issue",
		"title": "Inheriting constructors and copy/move constructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/1567.html",
		"link": "https://wg21.link/cwg1567",
		"section": "_N4527_.12.9 [class.inhctor]",
		"status": "C++14",
		"submitter": "Jason Merrill",
		"date": "2012-10-10"
	},
	"CWG1568": {
		"type": "issue",
		"title": "Temporary lifetime extension with intervening cast",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1568",
		"link": "https://wg21.link/cwg1568",
		"section": "6.8.7 [class.temporary]",
		"status": "dup",
		"submitter": "Steve Adamczyk",
		"date": "2012-10-11"
	},
	"CWG1569": {
		"type": "issue",
		"title": "Deducing a function parameter pack before ellipsis",
		"long_link": "https://cplusplus.github.io/CWG/issues/1569.html",
		"link": "https://wg21.link/cwg1569",
		"section": "13.10.3.6 [temp.deduct.type]",
		"status": "C++14",
		"submitter": "Michael Wong",
		"date": "2012-02-06"
	},
	"CWG1570": {
		"type": "issue",
		"title": "Address of subobject as non-type template argument",
		"long_link": "https://cplusplus.github.io/CWG/issues/1570.html",
		"link": "https://wg21.link/cwg1570",
		"section": "13.4.3 [temp.arg.nontype]",
		"status": "C++14",
		"submitter": "Michael Wong",
		"date": "2012-02-06"
	},
	"CWG1571": {
		"type": "issue",
		"title": "cv-qualification for indirect reference binding via conversion function",
		"long_link": "https://cplusplus.github.io/CWG/issues/1571.html",
		"link": "https://wg21.link/cwg1571",
		"section": "9.5.4 [dcl.init.ref]",
		"status": "CD4",
		"submitter": "Michael Wong",
		"date": "2012-02-06"
	},
	"CWG1572": {
		"type": "issue",
		"title": "Incorrect example for rvalue reference binding via conversion function",
		"long_link": "https://cplusplus.github.io/CWG/issues/1572.html",
		"link": "https://wg21.link/cwg1572",
		"section": "9.5.4 [dcl.init.ref]",
		"status": "CD4",
		"submitter": "Michael Wong",
		"date": "2012-10-15"
	},
	"CWG1573": {
		"type": "issue",
		"title": "Inherited constructor characteristics",
		"long_link": "https://cplusplus.github.io/CWG/issues/1573.html",
		"link": "https://wg21.link/cwg1573",
		"section": "_N4527_.12.9 [class.inhctor]",
		"status": "CD4",
		"submitter": "Jason Merrill",
		"date": "2012-10-15"
	},
	"CWG1574": {
		"type": "issue",
		"title": "Explicitly-defaulted constexpr functions in wrapper templates",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1574",
		"link": "https://wg21.link/cwg1574",
		"section": "9.6.2 [dcl.fct.def.default]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"date": "2012-10-16"
	},
	"CWG1575": {
		"type": "issue",
		"title": "Incorrect definition of “strict pointer safety”",
		"long_link": "https://cplusplus.github.io/CWG/issues/1575.html",
		"link": "https://wg21.link/cwg1575",
		"section": "_N4885_6.7.5.5.4 [basic.stc.dynamic.safety]",
		"status": "C++14",
		"submitter": "Matt Austern",
		"date": "2012-10-17"
	},
	"CWG1576": {
		"type": "issue",
		"title": "Discarded-value volatile xvalues",
		"long_link": "https://cplusplus.github.io/CWG/issues/1576.html",
		"link": "https://wg21.link/cwg1576",
		"section": "Clause 7 [expr]",
		"status": "C++14",
		"submitter": "Michael Wong",
		"date": "2012-10-18"
	},
	"CWG1577": {
		"type": "issue",
		"title": "Unnecessary restrictions on partial specializations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1577",
		"link": "https://wg21.link/cwg1577",
		"section": "13.7.6.1 [temp.spec.partial.general]",
		"status": "NAD",
		"submitter": "Jeremiah Wilcox",
		"date": "2012-10-19"
	},
	"CWG1578": {
		"type": "issue",
		"title": "Value-initialization of aggregates",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1578",
		"link": "https://wg21.link/cwg1578",
		"section": "9.5 [dcl.init]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"date": "2012-10-21"
	},
	"CWG1579": {
		"type": "issue",
		"title": "Return by converting move constructor",
		"long_link": "https://cplusplus.github.io/CWG/issues/1579.html",
		"link": "https://wg21.link/cwg1579",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "C++14",
		"submitter": "Jeffrey Yasskin",
		"date": "2012-10-23"
	},
	"CWG1580": {
		"type": "issue",
		"title": "Default arguments in explicit instantiations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1580",
		"link": "https://wg21.link/cwg1580",
		"section": "9.3.4.7 [dcl.fct.default]",
		"status": "drafting",
		"submitter": "Daveed Vandevoorde",
		"date": "2012-10-29"
	},
	"CWG1581": {
		"type": "issue",
		"title": "When are constexpr member functions defined?",
		"long_link": "https://cplusplus.github.io/CWG/issues/1581.html",
		"link": "https://wg21.link/cwg1581",
		"section": "6.3 [basic.def.odr]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2012-10-29"
	},
	"CWG1582": {
		"type": "issue",
		"title": "Template default arguments and deduction failure",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1582",
		"link": "https://wg21.link/cwg1582",
		"section": "13.10.3 [temp.deduct]",
		"status": "drafting",
		"submitter": "John Spicer",
		"date": "2012-10-31"
	},
	"CWG1583": {
		"type": "issue",
		"title": "Incorrect example of unspecified behavior",
		"long_link": "https://cplusplus.github.io/CWG/issues/1583.html",
		"link": "https://wg21.link/cwg1583",
		"section": "6.10.1 [intro.execution]",
		"status": "C++14",
		"submitter": "Alisdair Meredith",
		"date": "2012-11-03"
	},
	"CWG1584": {
		"type": "issue",
		"title": "Deducing function types from cv-qualified types",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1584",
		"link": "https://wg21.link/cwg1584",
		"section": "13.10.3.2 [temp.deduct.call]",
		"status": "drafting",
		"submitter": "Daniel Krügler",
		"date": "2012-11-04"
	},
	"CWG1585": {
		"type": "issue",
		"title": "Value category of member access of rvalue reference member",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1585",
		"link": "https://wg21.link/cwg1585",
		"section": "7.6.1.5 [expr.ref]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"date": "2012-11-13"
	},
	"CWG1586": {
		"type": "issue",
		"title": "Naming a destructor via decltype",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1586",
		"link": "https://wg21.link/cwg1586",
		"section": "11.4.7 [class.dtor]",
		"status": "NAD",
		"submitter": "Steve Clamage",
		"date": "2012-11-14"
	},
	"CWG1587": {
		"type": "issue",
		"title": "constexpr initialization and nested anonymous unions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1587.html",
		"link": "https://wg21.link/cwg1587",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "C++14",
		"submitter": "Daveed Vandvoorde",
		"date": "2012-11-16"
	},
	"CWG1588": {
		"type": "issue",
		"title": "Deducing cv-qualified auto",
		"long_link": "https://cplusplus.github.io/CWG/issues/1588.html",
		"link": "https://wg21.link/cwg1588",
		"section": "9.2.9.7 [dcl.spec.auto]",
		"status": "CD3",
		"submitter": "Jens Maurer",
		"date": "2012-11-18"
	},
	"CWG1589": {
		"type": "issue",
		"title": "Ambiguous ranking of list-initialization sequences",
		"long_link": "https://cplusplus.github.io/CWG/issues/1589.html",
		"link": "https://wg21.link/cwg1589",
		"section": "12.2.4.3 [over.ics.rank]",
		"status": "CD4",
		"submitter": "Johannes Schaub",
		"date": "2012-11-21"
	},
	"CWG1590": {
		"type": "issue",
		"title": "Bypassing non-copy/move constructor copying",
		"long_link": "https://cplusplus.github.io/CWG/issues/1590.html",
		"link": "https://wg21.link/cwg1590",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2012-11-26"
	},
	"CWG1591": {
		"type": "issue",
		"title": "Deducing array bound and element type from initializer list",
		"long_link": "https://cplusplus.github.io/CWG/issues/1591.html",
		"link": "https://wg21.link/cwg1591",
		"section": "13.10.3.2 [temp.deduct.call]",
		"status": "CD4",
		"submitter": "Peter Dimov",
		"date": "2012-12-01"
	},
	"CWG1592": {
		"type": "issue",
		"title": "When do template parameters match?",
		"long_link": "https://cplusplus.github.io/CWG/issues/1592.html",
		"link": "https://wg21.link/cwg1592",
		"section": "13.4.4 [temp.arg.template]",
		"status": "C++14",
		"submitter": "Richard Smith",
		"date": "2012-12-03"
	},
	"CWG1593": {
		"type": "issue",
		"title": "“Parameter type” of special member functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1593.html",
		"link": "https://wg21.link/cwg1593",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "C++14",
		"submitter": "Richard Smith",
		"date": "2012-12-03"
	},
	"CWG1594": {
		"type": "issue",
		"title": "Lazy declaration of special members vs overload errors",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1594",
		"link": "https://wg21.link/cwg1594",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2012-12-06"
	},
	"CWG1595": {
		"type": "issue",
		"title": "Constructors “involved in” subobject initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/1595.html",
		"link": "https://wg21.link/cwg1595",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "C++14",
		"submitter": "Daveed Vandevoorde",
		"date": "2012-12-19"
	},
	"CWG1596": {
		"type": "issue",
		"title": "Non-array objects as array[1]",
		"long_link": "https://cplusplus.github.io/CWG/issues/1596.html",
		"link": "https://wg21.link/cwg1596",
		"section": "7.6.9 [expr.rel]",
		"status": "CD4",
		"submitter": "Daniel Krügler",
		"date": "2012-12-20"
	},
	"CWG1597": {
		"type": "issue",
		"title": "Misleading constexpr example",
		"long_link": "https://cplusplus.github.io/CWG/issues/1597.html",
		"link": "https://wg21.link/cwg1597",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "CD3",
		"submitter": "John Spicer",
		"date": "2012-12-21"
	},
	"CWG1598": {
		"type": "issue",
		"title": "Criterion for equality of pointers to members",
		"long_link": "https://cplusplus.github.io/CWG/issues/1598.html",
		"link": "https://wg21.link/cwg1598",
		"section": "7.6.10 [expr.eq]",
		"status": "C++14",
		"submitter": "Richard Smith",
		"date": "2012-12-21"
	},
	"CWG1599": {
		"type": "issue",
		"title": "Lifetime of initializer_list underlying array",
		"long_link": "https://cplusplus.github.io/CWG/issues/1599.html",
		"link": "https://wg21.link/cwg1599",
		"section": "9.5.5 [dcl.init.list]",
		"status": "CD4",
		"submitter": "Johannes Schaub",
		"date": "2012-02-10"
	},
	"CWG1600": {
		"type": "issue",
		"title": "Erroneous reference initialization in example",
		"long_link": "https://cplusplus.github.io/CWG/issues/1600.html",
		"link": "https://wg21.link/cwg1600",
		"section": "9.2.9.3 [dcl.type.simple]",
		"status": "CD4",
		"submitter": "Niels Dekker",
		"date": "2012-12-30"
	},
	"CWG1601": {
		"type": "issue",
		"title": "Promotion of enumeration with fixed underlying type",
		"long_link": "https://cplusplus.github.io/CWG/issues/1601.html",
		"link": "https://wg21.link/cwg1601",
		"section": "7.3.7 [conv.prom]",
		"status": "C++14",
		"submitter": "Ville Voutilainen",
		"date": "2013-01-09"
	},
	"CWG1602": {
		"type": "issue",
		"title": "Linkage of specialization vs linkage of template arguments",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1602",
		"link": "https://wg21.link/cwg1602",
		"section": "13.9.2 [temp.inst]",
		"status": "review",
		"submitter": "Richard Smith",
		"date": "2013-01-09"
	},
	"CWG1603": {
		"type": "issue",
		"title": "Errors resulting from giving unnamed namespaces internal linkage",
		"long_link": "https://cplusplus.github.io/CWG/issues/1603.html",
		"link": "https://wg21.link/cwg1603",
		"section": "6.7 [basic.link]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2013-01-09"
	},
	"CWG1604": {
		"type": "issue",
		"title": "Double temporaries in reference initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/1604.html",
		"link": "https://wg21.link/cwg1604",
		"section": "9.5.4 [dcl.init.ref]",
		"status": "C++14",
		"submitter": "Nikolay Ivchenkov",
		"date": "2013-01-10"
	},
	"CWG1605": {
		"type": "issue",
		"title": "Misleading parenthetical comment for explicit destructor call",
		"long_link": "https://cplusplus.github.io/CWG/issues/1605.html",
		"link": "https://wg21.link/cwg1605",
		"section": "11.4.7 [class.dtor]",
		"status": "CD3",
		"submitter": "Mike Miller",
		"date": "2013-01-13"
	},
	"CWG1606": {
		"type": "issue",
		"title": "sizeof closure class",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1606",
		"link": "https://wg21.link/cwg1606",
		"section": "7.6.2.5 [expr.sizeof]",
		"status": "NAD",
		"submitter": "John Spicer",
		"date": "2013-01-18"
	},
	"CWG1607": {
		"type": "issue",
		"title": "Lambdas in template parameters",
		"long_link": "https://cplusplus.github.io/CWG/issues/1607.html",
		"link": "https://wg21.link/cwg1607",
		"section": "7.5.6 [expr.prim.lambda]",
		"status": "C++14",
		"submitter": "Daniel Krügler",
		"date": "2013-01-19"
	},
	"CWG1608": {
		"type": "issue",
		"title": "Operator lookup in trailing return type",
		"long_link": "https://cplusplus.github.io/CWG/issues/1608.html",
		"link": "https://wg21.link/cwg1608",
		"section": "12.2.2.3 [over.match.oper]",
		"status": "C++14",
		"submitter": "Johannes Schaub",
		"date": "2013-01-23"
	},
	"CWG1609": {
		"type": "issue",
		"title": "Default arguments and function parameter packs",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1609",
		"link": "https://wg21.link/cwg1609",
		"section": "9.3.4.7 [dcl.fct.default]",
		"status": "open",
		"submitter": "Jonathan Caves",
		"date": "2013-01-25"
	},
	"CWG1610": {
		"type": "issue",
		"title": "Cv-qualification in deduction of reference to array",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1610",
		"link": "https://wg21.link/cwg1610",
		"section": "13.10.3.5 [temp.deduct.partial]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2013-01-28"
	},
	"CWG1611": {
		"type": "issue",
		"title": "Deleted default constructor for abstract class",
		"long_link": "https://cplusplus.github.io/CWG/issues/1611.html",
		"link": "https://wg21.link/cwg1611",
		"section": "11.4.5 [class.ctor]",
		"status": "C++14",
		"submitter": "Ville Voutilainen",
		"date": "2013-01-31"
	},
	"CWG1612": {
		"type": "issue",
		"title": "Implicit lambda capture and anonymous unions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1612.html",
		"link": "https://wg21.link/cwg1612",
		"section": "7.5.6.3 [expr.prim.lambda.capture]",
		"status": "C++14",
		"submitter": "Michael Wong",
		"date": "2013-01-31"
	},
	"CWG1613": {
		"type": "issue",
		"title": "Constant expressions and lambda capture",
		"long_link": "https://cplusplus.github.io/CWG/issues/1613.html",
		"link": "https://wg21.link/cwg1613",
		"section": "7.5.6.3 [expr.prim.lambda.capture]",
		"status": "C++14",
		"submitter": "Michael Wong",
		"date": "2013-01-31"
	},
	"CWG1614": {
		"type": "issue",
		"title": "Address of pure virtual function vs odr-use",
		"long_link": "https://cplusplus.github.io/CWG/issues/1614.html",
		"link": "https://wg21.link/cwg1614",
		"section": "6.3 [basic.def.odr]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2013-01-31"
	},
	"CWG1615": {
		"type": "issue",
		"title": "Alignment of types, variables, and members",
		"long_link": "https://cplusplus.github.io/CWG/issues/1615.html",
		"link": "https://wg21.link/cwg1615",
		"section": "9.13.2 [dcl.align]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2013-02-01"
	},
	"CWG1616": {
		"type": "issue",
		"title": "Disambiguation parsing and template parameters",
		"long_link": "https://cplusplus.github.io/CWG/issues/1616.html",
		"link": "https://wg21.link/cwg1616",
		"section": "8.11 [stmt.ambig]",
		"status": "CD6",
		"submitter": "Johannes Schaub",
		"date": "2013-02-01"
	},
	"CWG1617": {
		"type": "issue",
		"title": "alignas and non-defining declarations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1617",
		"link": "https://wg21.link/cwg1617",
		"section": "9.13.2 [dcl.align]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2012-02-02"
	},
	"CWG1618": {
		"type": "issue",
		"title": "Gratuitously-unsigned underlying enum type",
		"long_link": "https://cplusplus.github.io/CWG/issues/1618.html",
		"link": "https://wg21.link/cwg1618",
		"section": "9.8.1 [dcl.enum]",
		"status": "C++14",
		"submitter": "Daniel Krügler",
		"date": "2013-02-03"
	},
	"CWG1619": {
		"type": "issue",
		"title": "Definition of current instantiation",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1619",
		"link": "https://wg21.link/cwg1619",
		"section": "13.8.3.2 [temp.dep.type]",
		"status": "open",
		"submitter": "Johannes Schaub",
		"date": "2013-02-04"
	},
	"CWG1620": {
		"type": "issue",
		"title": "User-defined literals and extended integer types",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1620",
		"link": "https://wg21.link/cwg1620",
		"section": "12.6 [over.literal]",
		"status": "open",
		"submitter": "Jason Merrill",
		"date": "2013-02-12"
	},
	"CWG1621": {
		"type": "issue",
		"title": "Member initializers in anonymous unions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1621.html",
		"link": "https://wg21.link/cwg1621",
		"section": "11.9.3 [class.base.init]",
		"status": "C++20",
		"submitter": "Daveed Vandevoorde",
		"date": "2013-02-12"
	},
	"CWG1622": {
		"type": "issue",
		"title": "Empty aggregate initializer for union",
		"long_link": "https://cplusplus.github.io/CWG/issues/1622.html",
		"link": "https://wg21.link/cwg1622",
		"section": "9.5.2 [dcl.init.aggr]",
		"status": "C++17",
		"submitter": "Daveed Vandevoorde",
		"date": "2013-02-14"
	},
	"CWG1623": {
		"type": "issue",
		"title": "Deleted default union constructor and member initializers",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1623",
		"link": "https://wg21.link/cwg1623",
		"section": "11.4.5 [class.ctor]",
		"status": "drafting",
		"submitter": "Vinny Romano",
		"date": "2013-02-15"
	},
	"CWG1624": {
		"type": "issue",
		"title": "Destruction of union members with member initializers",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1624",
		"link": "https://wg21.link/cwg1624",
		"section": "14.3 [except.ctor]",
		"status": "NAD",
		"submitter": "Vinny Romano",
		"date": "2013-02-15"
	},
	"CWG1625": {
		"type": "issue",
		"title": "Adding spaces between tokens in stringizing",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1625",
		"link": "https://wg21.link/cwg1625",
		"section": "15.7.3 [cpp.stringize]",
		"status": "open",
		"submitter": "Chandler Carruth",
		"date": "2013-02-18",
		"liaison": "WG14"
	},
	"CWG1626": {
		"type": "issue",
		"title": "constexpr member functions in brace-or-equal-initializers",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1626",
		"link": "https://wg21.link/cwg1626",
		"section": "7.7 [expr.const]",
		"status": "dup",
		"submitter": "Daveed Vandevoorde",
		"date": "2013-02-19"
	},
	"CWG1627": {
		"type": "issue",
		"title": "Agreement of dependent alignas specifiers",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1627",
		"link": "https://wg21.link/cwg1627",
		"section": "9.13.2 [dcl.align]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"date": "2013-02-22"
	},
	"CWG1628": {
		"type": "issue",
		"title": "Deallocation function templates",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1628",
		"link": "https://wg21.link/cwg1628",
		"section": "7.6.2.8 [expr.new]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2013-02-22"
	},
	"CWG1629": {
		"type": "issue",
		"title": "Can a closure class be a literal type?",
		"long_link": "https://cplusplus.github.io/CWG/issues/1629.html",
		"link": "https://wg21.link/cwg1629",
		"section": "7.5.6.2 [expr.prim.lambda.closure]",
		"status": "C++14",
		"submitter": "John Spicer",
		"date": "2012-02-22"
	},
	"CWG1630": {
		"type": "issue",
		"title": "Multiple default constructor templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/1630.html",
		"link": "https://wg21.link/cwg1630",
		"section": "9.5 [dcl.init]",
		"status": "CD4",
		"submitter": "Nikolay Ivchenkov",
		"date": "2013-03-01"
	},
	"CWG1631": {
		"type": "issue",
		"title": "Incorrect overload resolution for single-element initializer-list",
		"long_link": "https://cplusplus.github.io/CWG/issues/1631.html",
		"link": "https://wg21.link/cwg1631",
		"section": "12.2.4.2.6 [over.ics.list]",
		"status": "CD4",
		"submitter": "Johannes Schaub",
		"date": "2013-03-03"
	},
	"CWG1632": {
		"type": "issue",
		"title": "Lambda capture in member initializers",
		"long_link": "https://cplusplus.github.io/CWG/issues/1632.html",
		"link": "https://wg21.link/cwg1632",
		"section": "7.5.6.3 [expr.prim.lambda.capture]",
		"status": "CD5",
		"submitter": "Vinny Romano",
		"date": "2013-03-04"
	},
	"CWG1633": {
		"type": "issue",
		"title": "Copy-initialization in member initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/1633.html",
		"link": "https://wg21.link/cwg1633",
		"section": "9.5 [dcl.init]",
		"status": "CD4",
		"submitter": "Vinny Romano",
		"date": "2013-03-04"
	},
	"CWG1634": {
		"type": "issue",
		"title": "Temporary storage duration",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1634",
		"link": "https://wg21.link/cwg1634",
		"section": "6.8.6 [basic.stc]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2013-03-04"
	},
	"CWG1635": {
		"type": "issue",
		"title": "How similar are template default arguments to function default arguments?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1635",
		"link": "https://wg21.link/cwg1635",
		"section": "13.2 [temp.param]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2013-03-06"
	},
	"CWG1636": {
		"type": "issue",
		"title": "Bits required for negative enumerator values",
		"long_link": "https://cplusplus.github.io/CWG/issues/1636.html",
		"link": "https://wg21.link/cwg1636",
		"section": "9.8.1 [dcl.enum]",
		"status": "CD5",
		"submitter": "Hyman Rosen",
		"date": "2013-03-07"
	},
	"CWG1637": {
		"type": "issue",
		"title": "Recursion in constexpr template default constructor",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1637",
		"link": "https://wg21.link/cwg1637",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "NAD",
		"submitter": "Daveed Vandevoorde",
		"date": "2013-03-11"
	},
	"CWG1638": {
		"type": "issue",
		"title": "Declaring an explicit specialization of a scoped enumeration",
		"long_link": "https://cplusplus.github.io/CWG/issues/1638.html",
		"link": "https://wg21.link/cwg1638",
		"section": "9.8.1 [dcl.enum]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2013-03-12"
	},
	"CWG1639": {
		"type": "issue",
		"title": "exception-specifications and pointer/pointer-to-member expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1639.html",
		"link": "https://wg21.link/cwg1639",
		"section": "14.5 [except.spec]",
		"status": "CD4",
		"submitter": "Steve Adamczyk",
		"date": "2013-02-12"
	},
	"CWG1640": {
		"type": "issue",
		"title": "Array of abstract instance of class template",
		"long_link": "https://cplusplus.github.io/CWG/issues/1640.html",
		"link": "https://wg21.link/cwg1640",
		"section": "9.3.4.5 [dcl.array]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2013-03-14"
	},
	"CWG1641": {
		"type": "issue",
		"title": "Assignment in member initializer",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1641",
		"link": "https://wg21.link/cwg1641",
		"section": "11.9.3 [class.base.init]",
		"status": "NAD",
		"submitter": "John Spicer",
		"date": "2013-03-15"
	},
	"CWG1642": {
		"type": "issue",
		"title": "Missing requirements for prvalue operands",
		"long_link": "https://cplusplus.github.io/CWG/issues/1642.html",
		"link": "https://wg21.link/cwg1642",
		"section": "7.6 [expr.compound]",
		"status": "CD7",
		"submitter": "Joseph Mansfield",
		"date": "2013-03-15"
	},
	"CWG1643": {
		"type": "issue",
		"title": "Default arguments for template parameter packs",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1643",
		"link": "https://wg21.link/cwg1643",
		"section": "13.2 [temp.param]",
		"status": "NAD",
		"submitter": "Vinny Romano",
		"date": "2013-03-17"
	},
	"CWG1644": {
		"type": "issue",
		"title": "Equivalent exception-specifications in function template declarations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1644",
		"link": "https://wg21.link/cwg1644",
		"section": "13.7.7.2 [temp.over.link]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"date": "2013-03-17"
	},
	"CWG1645": {
		"type": "issue",
		"title": "Identical inheriting constructors via default arguments",
		"long_link": "https://cplusplus.github.io/CWG/issues/1645.html",
		"link": "https://wg21.link/cwg1645",
		"section": "_N4527_.12.9 [class.inhctor]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2013-03-18"
	},
	"CWG1646": {
		"type": "issue",
		"title": "decltype-specifiers, abstract classes, and deduction failure",
		"long_link": "https://cplusplus.github.io/CWG/issues/1646.html",
		"link": "https://wg21.link/cwg1646",
		"section": "7.6.1.3 [expr.call]",
		"status": "CD5",
		"submitter": "Jason Merrill",
		"date": "2013-03-28"
	},
	"CWG1647": {
		"type": "issue",
		"title": "Type agreement of non-type template arguments in partial specializations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1647",
		"link": "https://wg21.link/cwg1647",
		"section": "13.7.6 [temp.spec.partial]",
		"status": "drafting",
		"submitter": "John Spicer",
		"date": "2013-04-04"
	},
	"CWG1648": {
		"type": "issue",
		"title": "thread_local vs block extern declarations",
		"long_link": "https://cplusplus.github.io/CWG/issues/1648.html",
		"link": "https://wg21.link/cwg1648",
		"section": "9.2.2 [dcl.stc]",
		"status": "C++14",
		"submitter": "Richard Smith",
		"date": "2013-04-12"
	},
	"CWG1649": {
		"type": "issue",
		"title": "Error in the syntax of mem-initializer-list",
		"long_link": "https://cplusplus.github.io/CWG/issues/1649.html",
		"link": "https://wg21.link/cwg1649",
		"section": "11.9.3 [class.base.init]",
		"status": "C++14",
		"submitter": "Daniel Krügler",
		"date": "2013-04-13"
	},
	"CWG1650": {
		"type": "issue",
		"title": "Class prvalues in reference initialization",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1650",
		"link": "https://wg21.link/cwg1650",
		"section": "9.5.4 [dcl.init.ref]",
		"status": "NAD",
		"submitter": "Michael Wong",
		"date": "2013-04-15"
	},
	"CWG1651": {
		"type": "issue",
		"title": "Lifetime extension of temporary via reference to subobject",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1651",
		"link": "https://wg21.link/cwg1651",
		"section": "6.8.7 [class.temporary]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"date": "2013-04-15"
	},
	"CWG1652": {
		"type": "issue",
		"title": "Object addresses in constexpr expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1652.html",
		"link": "https://wg21.link/cwg1652",
		"section": "7.6.10 [expr.eq]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2013-04-15"
	},
	"CWG1653": {
		"type": "issue",
		"title": "Removing deprecated increment of bool",
		"long_link": "https://cplusplus.github.io/CWG/issues/1653.html",
		"link": "https://wg21.link/cwg1653",
		"section": "7.6.2.3 [expr.pre.incr]",
		"status": "CD4",
		"submitter": "Bjarne Stroustrup",
		"date": "2013-04-19"
	},
	"CWG1654": {
		"type": "issue",
		"title": "Literal types and constexpr defaulted constructors",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1654",
		"link": "https://wg21.link/cwg1654",
		"section": "6.9 [basic.types]",
		"status": "dup",
		"submitter": "Richard Smith",
		"date": "2013-04-20"
	},
	"CWG1655": {
		"type": "issue",
		"title": "Line endings in raw string literals",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1655",
		"link": "https://wg21.link/cwg1655",
		"section": "5.5 [lex.pptoken]",
		"status": "open",
		"submitter": "Mike Miller",
		"date": "2013-04-26"
	},
	"CWG1656": {
		"type": "issue",
		"title": "Encoding of numerically-escaped characters",
		"long_link": "https://cplusplus.github.io/CWG/issues/1656.html",
		"link": "https://wg21.link/cwg1656",
		"section": "5.13.3 [lex.ccon]",
		"status": "CD6",
		"submitter": "Mike Miller",
		"date": "2013-04-30"
	},
	"CWG1657": {
		"type": "issue",
		"title": "Attributes for namespaces and enumerators",
		"long_link": "https://cplusplus.github.io/CWG/issues/1657.html",
		"link": "https://wg21.link/cwg1657",
		"section": "9.9.2 [namespace.def]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2013-08-26"
	},
	"CWG1658": {
		"type": "issue",
		"title": "Deleted default constructor for abstract class via destructor",
		"long_link": "https://cplusplus.github.io/CWG/issues/1658.html",
		"link": "https://wg21.link/cwg1658",
		"section": "11.4.5 [class.ctor]",
		"status": "C++14",
		"submitter": "Richard Smith",
		"date": "2013-08-26"
	},
	"CWG1659": {
		"type": "issue",
		"title": "Initialization order of thread_local template static data members",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1659",
		"link": "https://wg21.link/cwg1659",
		"section": "6.10.3.2 [basic.start.static]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2013-04-14"
	},
	"CWG1660": {
		"type": "issue",
		"title": "member-declaration requirements and unnamed bit-fields",
		"long_link": "https://cplusplus.github.io/CWG/issues/1660.html",
		"link": "https://wg21.link/cwg1660",
		"section": "11.4 [class.mem]",
		"status": "C++14",
		"submitter": "Richard Smith",
		"date": "2013-04-15"
	},
	"CWG1661": {
		"type": "issue",
		"title": "Preservation of infinite loops",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1661",
		"link": "https://wg21.link/cwg1661",
		"section": "6.10.2 [intro.multithread]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"date": "2013-04-15"
	},
	"CWG1662": {
		"type": "issue",
		"title": "Capturing function parameter packs",
		"long_link": "https://cplusplus.github.io/CWG/issues/1662.html",
		"link": "https://wg21.link/cwg1662",
		"section": "7.5.6.3 [expr.prim.lambda.capture]",
		"status": "C++14",
		"submitter": "Michael Wong",
		"date": "2013-04-15"
	},
	"CWG1663": {
		"type": "issue",
		"title": "Capturing an empty pack expansion",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1663",
		"link": "https://wg21.link/cwg1663",
		"section": "7.5.6.3 [expr.prim.lambda.capture]",
		"status": "NAD",
		"submitter": "Michael Wong",
		"date": "2013-04-15"
	},
	"CWG1664": {
		"type": "issue",
		"title": "Argument-dependent lookup of lambdas used in default arguments",
		"long_link": "https://cplusplus.github.io/CWG/issues/1664.html",
		"link": "https://wg21.link/cwg1664",
		"section": "7.5.6 [expr.prim.lambda]",
		"status": "C++14",
		"submitter": "Michael Wong",
		"date": "2013-04-15"
	},
	"CWG1665": {
		"type": "issue",
		"title": "Declaration matching in explicit instantiations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1665",
		"link": "https://wg21.link/cwg1665",
		"section": "13.9.3 [temp.explicit]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2013-04-19"
	},
	"CWG1666": {
		"type": "issue",
		"title": "Address constant expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1666.html",
		"link": "https://wg21.link/cwg1666",
		"section": "13.4.3 [temp.arg.nontype]",
		"status": "C++14",
		"submitter": "Daniel Krügler",
		"date": "2013-04-24"
	},
	"CWG1667": {
		"type": "issue",
		"title": "Function exiting via exception called by destructor during unwinding",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1667",
		"link": "https://wg21.link/cwg1667",
		"section": "14.2 [except.throw]",
		"status": "NAD",
		"submitter": "Ryou Ezoe",
		"date": "2013-04-25"
	},
	"CWG1668": {
		"type": "issue",
		"title": "Parameter type determination still not clear enough",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1668",
		"link": "https://wg21.link/cwg1668",
		"section": "9.3.4.6 [dcl.fct]",
		"status": "drafting",
		"submitter": "Daniel Krügler",
		"date": "2013-04-25"
	},
	"CWG1669": {
		"type": "issue",
		"title": "auto return type for main",
		"long_link": "https://cplusplus.github.io/CWG/issues/1669.html",
		"link": "https://wg21.link/cwg1669",
		"section": "6.10.3.1 [basic.start.main]",
		"status": "C++14",
		"submitter": "Richard Smith",
		"date": "2013-04-26"
	},
	"CWG1670": {
		"type": "issue",
		"title": "auto as conversion-type-id",
		"long_link": "https://cplusplus.github.io/CWG/issues/1670.html",
		"link": "https://wg21.link/cwg1670",
		"section": "9.2.9.7 [dcl.spec.auto]",
		"status": "DR",
		"submitter": "Richard Smith",
		"date": "2013-04-26",
		"liaison": "EWG",
		"github_url": "https://github.com/cplusplus/papers/issues/2409"
	},
	"CWG1671": {
		"type": "issue",
		"title": "Unclear rules for deduction with cv-qualification",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1671",
		"link": "https://wg21.link/cwg1671",
		"section": "13.10.3.2 [temp.deduct.call]",
		"status": "NAD",
		"submitter": "Steve Clamage",
		"date": "2013-04-26"
	},
	"CWG1672": {
		"type": "issue",
		"title": "Layout compatibility with multiple empty bases",
		"long_link": "https://cplusplus.github.io/CWG/issues/1672.html",
		"link": "https://wg21.link/cwg1672",
		"section": "11.4 [class.mem]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2013-04-27"
	},
	"CWG1673": {
		"type": "issue",
		"title": "Clarifying overload resolution for the second step of copy-initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/1673.html",
		"link": "https://wg21.link/cwg1673",
		"section": "12.2.4.2 [over.best.ics]",
		"status": "C++14",
		"submitter": "Vinny Romano",
		"date": "2013-04-29"
	},
	"CWG1674": {
		"type": "issue",
		"title": "Return type deduction for address of function",
		"long_link": "https://cplusplus.github.io/CWG/issues/1674.html",
		"link": "https://wg21.link/cwg1674",
		"section": "9.2.9.7 [dcl.spec.auto]",
		"status": "C++14",
		"submitter": "Richard Smith",
		"date": "2013-05-02"
	},
	"CWG1675": {
		"type": "issue",
		"title": "Size limit for automatic array object",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1675",
		"link": "https://wg21.link/cwg1675",
		"section": "Clause Annex B [implimits]",
		"status": "NAD",
		"submitter": "Jason Merrill",
		"date": "2013-05-03"
	},
	"CWG1676": {
		"type": "issue",
		"title": "auto return type for allocation and deallocation functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1676",
		"link": "https://wg21.link/cwg1676",
		"section": "6.8.6.5.2 [basic.stc.dynamic.allocation]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2013-05-04"
	},
	"CWG1677": {
		"type": "issue",
		"title": "Constant initialization via aggregate initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/1677.html",
		"link": "https://wg21.link/cwg1677",
		"section": "6.10.3.2 [basic.start.static]",
		"status": "C++17",
		"submitter": "Daniel Krügler",
		"date": "2013-05-05"
	},
	"CWG1678": {
		"type": "issue",
		"title": "Naming the type of an array of runtime bound",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1678",
		"link": "https://wg21.link/cwg1678",
		"section": "7.6.2.5 [expr.sizeof]",
		"status": "NAD",
		"submitter": "Mike Miller",
		"date": "2013-05-08"
	},
	"CWG1679": {
		"type": "issue",
		"title": "Range-based for and array of runtime bound",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1679",
		"link": "https://wg21.link/cwg1679",
		"section": "8.6.5 [stmt.ranged]",
		"status": "NAD",
		"submitter": "Jason Merrill",
		"date": "2013-05-09"
	},
	"CWG1680": {
		"type": "issue",
		"title": "Including <initializer_list> for range-based for",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1680",
		"link": "https://wg21.link/cwg1680",
		"section": "8.6.5 [stmt.ranged]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2013-05-13"
	},
	"CWG1681": {
		"type": "issue",
		"title": "init-captures and nested lambdas",
		"long_link": "https://cplusplus.github.io/CWG/issues/1681.html",
		"link": "https://wg21.link/cwg1681",
		"section": "7.5.6.3 [expr.prim.lambda.capture]",
		"status": "C++14",
		"submitter": "Richard Smith",
		"date": "2013-05-14"
	},
	"CWG1682": {
		"type": "issue",
		"title": "Overly-restrictive rules on function templates as allocation functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1682",
		"link": "https://wg21.link/cwg1682",
		"section": "6.8.6.5.2 [basic.stc.dynamic.allocation]",
		"status": "open",
		"submitter": "Jason Merrill",
		"date": "2009-03-03"
	},
	"CWG1683": {
		"type": "issue",
		"title": "Incorrect example after constexpr changes",
		"long_link": "https://cplusplus.github.io/CWG/issues/1683.html",
		"link": "https://wg21.link/cwg1683",
		"section": "7.7 [expr.const]",
		"status": "CD4",
		"submitter": "Daniel Krügler",
		"date": "2013-05-15"
	},
	"CWG1684": {
		"type": "issue",
		"title": "Static constexpr member functions for non-literal classes",
		"long_link": "https://cplusplus.github.io/CWG/issues/1684.html",
		"link": "https://wg21.link/cwg1684",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "C++14",
		"submitter": "Richard Smith",
		"date": "2013-05-15"
	},
	"CWG1685": {
		"type": "issue",
		"title": "Value category of noexcept expression",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1685",
		"link": "https://wg21.link/cwg1685",
		"section": "7.6.2.7 [expr.unary.noexcept]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"date": "2013-05-16"
	},
	"CWG1686": {
		"type": "issue",
		"title": "Which variables are “explicitly declared const?”",
		"long_link": "https://cplusplus.github.io/CWG/issues/1686.html",
		"link": "https://wg21.link/cwg1686",
		"section": "6.7 [basic.link]",
		"status": "CD4",
		"submitter": "Daniel Krügler",
		"date": "2013-05-17"
	},
	"CWG1687": {
		"type": "issue",
		"title": "Conversions of operands of built-in operators",
		"long_link": "https://cplusplus.github.io/CWG/issues/1687.html",
		"link": "https://wg21.link/cwg1687",
		"section": "12.2.2.3 [over.match.oper]",
		"status": "C++14",
		"submitter": "Richard Smith",
		"date": "2013-05-17"
	},
	"CWG1688": {
		"type": "issue",
		"title": "Volatile constexpr variables",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1688",
		"link": "https://wg21.link/cwg1688",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"date": "2013-05-18"
	},
	"CWG1689": {
		"type": "issue",
		"title": "Syntactic nonterminal for operand of alignas",
		"long_link": "https://cplusplus.github.io/CWG/issues/1689.html",
		"link": "https://wg21.link/cwg1689",
		"section": "9.13.1 [dcl.attr.grammar]",
		"status": "C++14",
		"submitter": "Richard Smith",
		"date": "2013-05-26"
	},
	"CWG1690": {
		"type": "issue",
		"title": "Associated namespace for local type",
		"long_link": "https://cplusplus.github.io/CWG/issues/1690.html",
		"link": "https://wg21.link/cwg1690",
		"section": "6.5.4 [basic.lookup.argdep]",
		"status": "C++14",
		"submitter": "Ville Voutilainen",
		"date": "2013-05-27"
	},
	"CWG1691": {
		"type": "issue",
		"title": "Argument-dependent lookup and opaque enumerations",
		"long_link": "https://cplusplus.github.io/CWG/issues/1691.html",
		"link": "https://wg21.link/cwg1691",
		"section": "6.5.4 [basic.lookup.argdep]",
		"status": "C++14",
		"submitter": "David Krauss",
		"date": "2013-05-27"
	},
	"CWG1692": {
		"type": "issue",
		"title": "Associated namespaces of doubly-nested classes",
		"long_link": "https://cplusplus.github.io/CWG/issues/1692.html",
		"link": "https://wg21.link/cwg1692",
		"section": "6.5.4 [basic.lookup.argdep]",
		"status": "C++14",
		"submitter": "David Krauss",
		"date": "2013-05-29"
	},
	"CWG1693": {
		"type": "issue",
		"title": "Superfluous semicolons in class definitions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1693.html",
		"link": "https://wg21.link/cwg1693",
		"section": "11.4 [class.mem]",
		"status": "C++14",
		"submitter": "Richard Smith",
		"date": "2013-05-29"
	},
	"CWG1694": {
		"type": "issue",
		"title": "Restriction on reference to temporary as a constant expression",
		"long_link": "https://cplusplus.github.io/CWG/issues/1694.html",
		"link": "https://wg21.link/cwg1694",
		"section": "7.7 [expr.const]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2013-05-30"
	},
	"CWG1695": {
		"type": "issue",
		"title": "Lifetime extension via init-capture",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1695",
		"link": "https://wg21.link/cwg1695",
		"section": "6.8.7 [class.temporary]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"date": "2013-05-31"
	},
	"CWG1696": {
		"type": "issue",
		"title": "Temporary lifetime and non-static data member initializers",
		"long_link": "https://cplusplus.github.io/CWG/issues/1696.html",
		"link": "https://wg21.link/cwg1696",
		"section": "6.8.7 [class.temporary]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2013-05-31"
	},
	"CWG1697": {
		"type": "issue",
		"title": "Lifetime extension and copy elision",
		"long_link": "https://cplusplus.github.io/CWG/issues/1697.html",
		"link": "https://wg21.link/cwg1697",
		"section": "6.8.7 [class.temporary]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2013-06-01"
	},
	"CWG1698": {
		"type": "issue",
		"title": "Files ending in \\",
		"long_link": "https://cplusplus.github.io/CWG/issues/1698.html",
		"link": "https://wg21.link/cwg1698",
		"section": "5.2 [lex.phases]",
		"status": "CD7",
		"submitter": "David Krauss",
		"date": "2013-06-10"
	},
	"CWG1699": {
		"type": "issue",
		"title": "Does befriending a class befriend its friends?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1699",
		"link": "https://wg21.link/cwg1699",
		"section": "11.8.4 [class.friend]",
		"status": "open",
		"submitter": "David Krauss",
		"date": "2013-06-12",
		"liaison": "EWG",
		"github_url": "https://github.com/cplusplus/papers/issues/1573"
	},
	"CWG1700": {
		"type": "issue",
		"title": "Does the special rvalue-reference deduction apply to alias templates?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1700",
		"link": "https://wg21.link/cwg1700",
		"section": "13.10.3.2 [temp.deduct.call]",
		"status": "NAD",
		"submitter": "Daveed Vandevoorde",
		"date": "2013-06-14"
	},
	"CWG1701": {
		"type": "issue",
		"title": "Array vs sequence in object representation",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1701",
		"link": "https://wg21.link/cwg1701",
		"section": "6.9 [basic.types]",
		"status": "open",
		"submitter": "Lawrence Crowl",
		"date": "2013-06-14"
	},
	"CWG1702": {
		"type": "issue",
		"title": "Rephrasing the definition of “anonymous union”",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1702",
		"link": "https://wg21.link/cwg1702",
		"section": "11.5 [class.union]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2013-06-17"
	},
	"CWG1703": {
		"type": "issue",
		"title": "Language linkage of names of functions with internal linkage",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1703",
		"link": "https://wg21.link/cwg1703",
		"section": "9.12 [dcl.link]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"date": "2013-06-17"
	},
	"CWG1704": {
		"type": "issue",
		"title": "Type checking in explicit instantiation of variable templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/1704.html",
		"link": "https://wg21.link/cwg1704",
		"section": "13.9.3 [temp.explicit]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2013-06-20"
	},
	"CWG1705": {
		"type": "issue",
		"title": "Unclear specification of “more specialized”",
		"long_link": "https://cplusplus.github.io/CWG/issues/1705.html",
		"link": "https://wg21.link/cwg1705",
		"section": "13.10.3.5 [temp.deduct.partial]",
		"status": "CD4",
		"submitter": "Johannes Schaub",
		"date": "2013-06-26"
	},
	"CWG1706": {
		"type": "issue",
		"title": "alignas pack expansion syntax",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1706",
		"link": "https://wg21.link/cwg1706",
		"section": "9.13.1 [dcl.attr.grammar]",
		"status": "drafting",
		"submitter": "Daveed Vandevoorde",
		"date": "2013-06-26"
	},
	"CWG1707": {
		"type": "issue",
		"title": "template in elaborated-type-specifier without nested-name-specifier",
		"long_link": "https://cplusplus.github.io/CWG/issues/1707.html",
		"link": "https://wg21.link/cwg1707",
		"section": "9.2.9.5 [dcl.type.elab]",
		"status": "C++14",
		"submitter": "Richard Smith",
		"date": "2013-06-27"
	},
	"CWG1708": {
		"type": "issue",
		"title": "overly-strict requirements for names with C language linkage",
		"long_link": "https://cplusplus.github.io/CWG/issues/1708.html",
		"link": "https://wg21.link/cwg1708",
		"section": "9.12 [dcl.link]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2013-06-29"
	},
	"CWG1709": {
		"type": "issue",
		"title": "Stringizing raw string literals containing newline",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1709",
		"link": "https://wg21.link/cwg1709",
		"section": "15.7.3 [cpp.stringize]",
		"status": "open",
		"submitter": "David Krauss",
		"date": "2013-07-01"
	},
	"CWG1710": {
		"type": "issue",
		"title": "Missing template keyword in class-or-decltype",
		"long_link": "https://cplusplus.github.io/CWG/issues/1710.html",
		"link": "https://wg21.link/cwg1710",
		"section": "11.7 [class.derived]",
		"status": "C++17",
		"submitter": "Richard Smith",
		"date": "2013-07-03"
	},
	"CWG1711": {
		"type": "issue",
		"title": "Missing specification of variable template partial specializations",
		"long_link": "https://cplusplus.github.io/CWG/issues/1711.html",
		"link": "https://wg21.link/cwg1711",
		"section": "13.7.6 [temp.spec.partial]",
		"status": "CD6",
		"submitter": "Richard Smith",
		"date": "2013-07-08"
	},
	"CWG1712": {
		"type": "issue",
		"title": "constexpr variable template declarations",
		"long_link": "https://cplusplus.github.io/CWG/issues/1712.html",
		"link": "https://wg21.link/cwg1712",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2013-07-08"
	},
	"CWG1713": {
		"type": "issue",
		"title": "Linkage of variable template specializations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1713",
		"link": "https://wg21.link/cwg1713",
		"section": "9.12 [dcl.link]",
		"status": "dup",
		"submitter": "Richard Smith",
		"date": "2013-07-08"
	},
	"CWG1714": {
		"type": "issue",
		"title": "odr-use of this from a local class",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1714",
		"link": "https://wg21.link/cwg1714",
		"section": "11.6 [class.local]",
		"status": "NAD",
		"submitter": "David Krauss",
		"date": "2013-07-10"
	},
	"CWG1715": {
		"type": "issue",
		"title": "Access and inherited constructor templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/1715.html",
		"link": "https://wg21.link/cwg1715",
		"section": "_N4527_.12.9 [class.inhctor]",
		"status": "CD4",
		"submitter": "Daveed Vandevoorde",
		"date": "2013-07-16"
	},
	"CWG1716": {
		"type": "issue",
		"title": "When are default arguments evaluated?",
		"long_link": "https://cplusplus.github.io/CWG/issues/1716.html",
		"link": "https://wg21.link/cwg1716",
		"section": "9.3.4.7 [dcl.fct.default]",
		"status": "C++14",
		"submitter": "David Krauss",
		"date": "2013-07-17"
	},
	"CWG1717": {
		"type": "issue",
		"title": "Missing specification of type of binary literal",
		"long_link": "https://cplusplus.github.io/CWG/issues/1717.html",
		"link": "https://wg21.link/cwg1717",
		"section": "5.13.2 [lex.icon]",
		"status": "C++14",
		"submitter": "Richard Smith",
		"date": "2013-07-23"
	},
	"CWG1718": {
		"type": "issue",
		"title": "Macro invocation spanning end-of-file",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1718",
		"link": "https://wg21.link/cwg1718",
		"section": "15.7 [cpp.replace]",
		"status": "open",
		"submitter": "David Krauss",
		"date": "2013-07-23",
		"liaison": "WG14"
	},
	"CWG1719": {
		"type": "issue",
		"title": "Layout compatibility and cv-qualification revisited",
		"long_link": "https://cplusplus.github.io/CWG/issues/1719.html",
		"link": "https://wg21.link/cwg1719",
		"section": "11.4 [class.mem]",
		"status": "CD4",
		"submitter": "Jeffrey Yasskin",
		"date": "2013-07-24"
	},
	"CWG1720": {
		"type": "issue",
		"title": "Macro invocation in #include directive",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1720",
		"link": "https://wg21.link/cwg1720",
		"section": "15.3 [cpp.include]",
		"status": "NAD",
		"submitter": "David Krauss",
		"date": "2013-07-24"
	},
	"CWG1721": {
		"type": "issue",
		"title": "Diagnosing ODR violations for static data members",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1721",
		"link": "https://wg21.link/cwg1721",
		"section": "11.4.9.3 [class.static.data]",
		"status": "review",
		"submitter": "Mike Miller",
		"date": "2013-07-31"
	},
	"CWG1722": {
		"type": "issue",
		"title": "Should lambda to function pointer conversion function be noexcept?",
		"long_link": "https://cplusplus.github.io/CWG/issues/1722.html",
		"link": "https://wg21.link/cwg1722",
		"section": "7.5.6.2 [expr.prim.lambda.closure]",
		"status": "CD4",
		"submitter": "Ville Voutilainen",
		"date": "2013-07-31"
	},
	"CWG1723": {
		"type": "issue",
		"title": "Multicharacter user-defined character literals",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1723",
		"link": "https://wg21.link/cwg1723",
		"section": "5.13.9 [lex.ext]",
		"status": "open",
		"submitter": "Mike Miller",
		"date": "2013-07-31"
	},
	"CWG1724": {
		"type": "issue",
		"title": "Unclear rules for deduction failure",
		"long_link": "https://cplusplus.github.io/CWG/issues/1724.html",
		"link": "https://wg21.link/cwg1724",
		"section": "13.10.3 [temp.deduct]",
		"status": "CD6",
		"submitter": "James Widman",
		"date": "2013-07-31"
	},
	"CWG1725": {
		"type": "issue",
		"title": "Trailing return type with nested function declarator",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1725",
		"link": "https://wg21.link/cwg1725",
		"section": "9.2.9.7 [dcl.spec.auto]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"date": "2013-08-01"
	},
	"CWG1726": {
		"type": "issue",
		"title": "Declarator operators and conversion function",
		"long_link": "https://cplusplus.github.io/CWG/issues/1726.html",
		"link": "https://wg21.link/cwg1726",
		"section": "11.4.8.3 [class.conv.fct]",
		"status": "CD6",
		"submitter": "James Widman",
		"date": "2013-08-02"
	},
	"CWG1727": {
		"type": "issue",
		"title": "Type of a specialization of a variable template",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1727",
		"link": "https://wg21.link/cwg1727",
		"section": "13.9.4 [temp.expl.spec]",
		"status": "NAD",
		"submitter": "Larisse Voufo",
		"date": "2013-08-05"
	},
	"CWG1728": {
		"type": "issue",
		"title": "Type of an explicit instantiation of a variable template",
		"long_link": "https://cplusplus.github.io/CWG/issues/1728.html",
		"link": "https://wg21.link/cwg1728",
		"section": "13.9.3 [temp.explicit]",
		"status": "CD5",
		"submitter": "Larisse Voufo",
		"date": "2013-08-05"
	},
	"CWG1729": {
		"type": "issue",
		"title": "Matching declarations and definitions of variable templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/1729.html",
		"link": "https://wg21.link/cwg1729",
		"section": "13.7 [temp.decls]",
		"status": "CD6",
		"submitter": "Larisse Voufo",
		"date": "2013-08-05"
	},
	"CWG1730": {
		"type": "issue",
		"title": "Can a variable template have an unnamed type?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1730",
		"link": "https://wg21.link/cwg1730",
		"section": "13.7 [temp.decls]",
		"status": "drafting",
		"submitter": "Larisse Voufo",
		"date": "2013-08-05"
	},
	"CWG1731": {
		"type": "issue",
		"title": "is_trivially_X and definitions of special member functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1731",
		"link": "https://wg21.link/cwg1731",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "NAD",
		"submitter": "James Widman",
		"date": "2013-08-07"
	},
	"CWG1732": {
		"type": "issue",
		"title": "Defining types in conditions and range-based for statements",
		"long_link": "https://cplusplus.github.io/CWG/issues/1732.html",
		"link": "https://wg21.link/cwg1732",
		"section": "8.5 [stmt.select]",
		"status": "C++14",
		"submitter": "Richard Smith",
		"date": "2013-08-08"
	},
	"CWG1733": {
		"type": "issue",
		"title": "Return type and value for operator= with ref-qualifier",
		"long_link": "https://cplusplus.github.io/CWG/issues/1733.html",
		"link": "https://wg21.link/cwg1733",
		"section": "9.6.2 [dcl.fct.def.default]",
		"status": "CD6",
		"submitter": "James Widman",
		"date": "2013-08-09"
	},
	"CWG1734": {
		"type": "issue",
		"title": "Nontrivial deleted copy functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1734.html",
		"link": "https://wg21.link/cwg1734",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "CD4",
		"submitter": "James Widman",
		"date": "2013-08-09"
	},
	"CWG1735": {
		"type": "issue",
		"title": "Out-of-range literals in user-defined-literals",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1735",
		"link": "https://wg21.link/cwg1735",
		"section": "5.13.9 [lex.ext]",
		"status": "open",
		"submitter": "Mike Miller",
		"date": "2013-08-12"
	},
	"CWG1736": {
		"type": "issue",
		"title": "Inheriting constructor templates in a local class",
		"long_link": "https://cplusplus.github.io/CWG/issues/1736.html",
		"link": "https://wg21.link/cwg1736",
		"section": "_N4527_.12.9 [class.inhctor]",
		"status": "CD4",
		"submitter": "Daveed Vandevoorde",
		"date": "2013-08-13"
	},
	"CWG1737": {
		"type": "issue",
		"title": "Type dependence of call to a member of the current instantiation",
		"long_link": "https://cplusplus.github.io/CWG/issues/1737.html",
		"link": "https://wg21.link/cwg1737",
		"section": "13.8.3.2 [temp.dep.type]",
		"status": "C++14",
		"submitter": "Richard Smith",
		"date": "2013-08-14"
	},
	"CWG1738": {
		"type": "issue",
		"title": "Explicit instantiation/specialization of inheriting constructor templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/1738.html",
		"link": "https://wg21.link/cwg1738",
		"section": "_N4527_.12.9 [class.inhctor]",
		"status": "C++14",
		"submitter": "Daveed Vandevoorde",
		"date": "2013-08-16"
	},
	"CWG1739": {
		"type": "issue",
		"title": "Conversion of floating point to enumeration",
		"long_link": "https://cplusplus.github.io/CWG/issues/1739.html",
		"link": "https://wg21.link/cwg1739",
		"section": "7.6.1.9 [expr.static.cast]",
		"status": "C++14",
		"submitter": "Ville Voutilainen",
		"date": "2013-08-18"
	},
	"CWG1740": {
		"type": "issue",
		"title": "Disambiguation of noexcept",
		"long_link": "https://cplusplus.github.io/CWG/issues/1740.html",
		"link": "https://wg21.link/cwg1740",
		"section": "14.5 [except.spec]",
		"status": "C++14",
		"submitter": "Richard Smith",
		"date": "2013-08-13"
	},
	"CWG1741": {
		"type": "issue",
		"title": "odr-use of class object in lvalue-to-rvalue conversion",
		"long_link": "https://cplusplus.github.io/CWG/issues/1741.html",
		"link": "https://wg21.link/cwg1741",
		"section": "6.3 [basic.def.odr]",
		"status": "C++14",
		"submitter": "Richard Smith",
		"date": "2013-08-21"
	},
	"CWG1742": {
		"type": "issue",
		"title": "using-declarations and scoped enumerators",
		"long_link": "https://cplusplus.github.io/CWG/issues/1742.html",
		"link": "https://wg21.link/cwg1742",
		"section": "9.10 [namespace.udecl]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2013-08-28"
	},
	"CWG1743": {
		"type": "issue",
		"title": "init-captures in nested lambdas",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1743",
		"link": "https://wg21.link/cwg1743",
		"section": "7.5.6.3 [expr.prim.lambda.capture]",
		"status": "NAD",
		"submitter": "Faisal Vali",
		"date": "2013-08-30"
	},
	"CWG1744": {
		"type": "issue",
		"title": "Unordered initialization for variable template specializations",
		"long_link": "https://cplusplus.github.io/CWG/issues/1744.html",
		"link": "https://wg21.link/cwg1744",
		"section": "6.10.3.2 [basic.start.static]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2013-09-03"
	},
	"CWG1745": {
		"type": "issue",
		"title": "thread_local constexpr variable",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1745",
		"link": "https://wg21.link/cwg1745",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "NAD",
		"submitter": "John Spicer",
		"date": "2013-09-05"
	},
	"CWG1746": {
		"type": "issue",
		"title": "Are volatile scalar types trivially copyable?",
		"long_link": "https://cplusplus.github.io/CWG/issues/1746.html",
		"link": "https://wg21.link/cwg1746",
		"section": "6.9 [basic.types]",
		"status": "C++14",
		"submitter": "Walter Brown",
		"date": "2013-09-06"
	},
	"CWG1747": {
		"type": "issue",
		"title": "Constant initialization of reference to function",
		"long_link": "https://cplusplus.github.io/CWG/issues/1747.html",
		"link": "https://wg21.link/cwg1747",
		"section": "6.10.3.2 [basic.start.static]",
		"status": "C++14",
		"submitter": "Daniel Krügler",
		"date": "2013-09-10"
	},
	"CWG1748": {
		"type": "issue",
		"title": "Placement new with a null pointer",
		"long_link": "https://cplusplus.github.io/CWG/issues/1748.html",
		"link": "https://wg21.link/cwg1748",
		"section": "7.6.2.8 [expr.new]",
		"status": "CD4",
		"submitter": "Marc Glisse",
		"date": "2013-09-11"
	},
	"CWG1749": {
		"type": "issue",
		"title": "Confusing definition for constant initializer",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1749",
		"link": "https://wg21.link/cwg1749",
		"section": "6.10.3.2 [basic.start.static]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"date": "2013-09-12"
	},
	"CWG1750": {
		"type": "issue",
		"title": "“Argument” vs “parameter”",
		"long_link": "https://cplusplus.github.io/CWG/issues/1750.html",
		"link": "https://wg21.link/cwg1750",
		"section": "12.2.2.5 [over.match.copy]",
		"status": "CD4",
		"submitter": "Mike Miller",
		"date": "2013-09-13"
	},
	"CWG1751": {
		"type": "issue",
		"title": "Non-trivial operations vs non-trivial initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/1751.html",
		"link": "https://wg21.link/cwg1751",
		"section": "6.8.4 [basic.life]",
		"status": "CD4",
		"submitter": "Nico Josuttis",
		"date": "2013-09-15"
	},
	"CWG1752": {
		"type": "issue",
		"title": "Right-recursion in mem-initializer-list",
		"long_link": "https://cplusplus.github.io/CWG/issues/1752.html",
		"link": "https://wg21.link/cwg1752",
		"section": "11.9.3 [class.base.init]",
		"status": "CD4",
		"submitter": "Christof Meerwald",
		"date": "2013-09-16"
	},
	"CWG1753": {
		"type": "issue",
		"title": "decltype-specifier in nested-name-specifier of destructor",
		"long_link": "https://cplusplus.github.io/CWG/issues/1753.html",
		"link": "https://wg21.link/cwg1753",
		"section": "6.5.5 [basic.lookup.qual]",
		"status": "CD4",
		"submitter": "John Spicer",
		"date": "2013-09-18"
	},
	"CWG1754": {
		"type": "issue",
		"title": "Declaration of partial specialization of static data member template",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1754",
		"link": "https://wg21.link/cwg1754",
		"section": "13.7.6 [temp.spec.partial]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"date": "2013-09-19"
	},
	"CWG1755": {
		"type": "issue",
		"title": "Out-of-class partial specializations of member templates",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1755",
		"link": "https://wg21.link/cwg1755",
		"section": "13.7.6.4 [temp.spec.partial.member]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2013-09-19"
	},
	"CWG1756": {
		"type": "issue",
		"title": "Direct-list-initialization of a non-class object",
		"long_link": "https://cplusplus.github.io/CWG/issues/1756.html",
		"link": "https://wg21.link/cwg1756",
		"section": "9.5.5 [dcl.init.list]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2013-09-20"
	},
	"CWG1757": {
		"type": "issue",
		"title": "Const integral subobjects",
		"long_link": "https://cplusplus.github.io/CWG/issues/1757.html",
		"link": "https://wg21.link/cwg1757",
		"section": "7.7 [expr.const]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2013-09-20"
	},
	"CWG1758": {
		"type": "issue",
		"title": "Explicit conversion in copy/move list initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/1758.html",
		"link": "https://wg21.link/cwg1758",
		"section": "12.2.2.8 [over.match.list]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2013-09-21"
	},
	"CWG1759": {
		"type": "issue",
		"title": "UTF-8 code units in plain char",
		"long_link": "https://cplusplus.github.io/CWG/issues/1759.html",
		"link": "https://wg21.link/cwg1759",
		"section": "5.13.5 [lex.string]",
		"status": "C++14",
		"submitter": "United Kingdom",
		"date": "2013-09-23"
	},
	"CWG1760": {
		"type": "issue",
		"title": "Access of member corresponding to init-capture",
		"long_link": "https://cplusplus.github.io/CWG/issues/1760.html",
		"link": "https://wg21.link/cwg1760",
		"section": "7.5.6.3 [expr.prim.lambda.capture]",
		"status": "C++14",
		"submitter": "United Kingdom",
		"date": "2013-09-23"
	},
	"CWG1761": {
		"type": "issue",
		"title": "Runtime check on size of automatic array",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1761",
		"link": "https://wg21.link/cwg1761",
		"section": "9.3.4.5 [dcl.array]",
		"status": "NAD",
		"submitter": "USA",
		"date": "2013-09-23"
	},
	"CWG1762": {
		"type": "issue",
		"title": "Reserved identifier used in literal-operator-id example",
		"long_link": "https://cplusplus.github.io/CWG/issues/1762.html",
		"link": "https://wg21.link/cwg1762",
		"section": "12.6 [over.literal]",
		"status": "C++14",
		"submitter": "Switzerland",
		"date": "2013-09-23"
	},
	"CWG1763": {
		"type": "issue",
		"title": "Length mismatch in template type deduction",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1763",
		"link": "https://wg21.link/cwg1763",
		"section": "13.10.3.6 [temp.deduct.type]",
		"status": "open",
		"submitter": "Canada",
		"date": "2013-09-23"
	},
	"CWG1764": {
		"type": "issue",
		"title": "Hiding of function from using-declaration by signature",
		"long_link": "https://cplusplus.github.io/CWG/issues/1764.html",
		"link": "https://wg21.link/cwg1764",
		"section": "6.5.2 [class.member.lookup]",
		"status": "C++14",
		"submitter": "Canada",
		"date": "2013-09-23"
	},
	"CWG1765": {
		"type": "issue",
		"title": "Overflow of enumeration used as enumerator value",
		"long_link": "https://cplusplus.github.io/CWG/issues/1765.html",
		"link": "https://wg21.link/cwg1765",
		"section": "9.8.1 [dcl.enum]",
		"status": "C++14",
		"submitter": "Canada",
		"date": "2013-09-23"
	},
	"CWG1766": {
		"type": "issue",
		"title": "Values outside the range of the values of an enumeration",
		"long_link": "https://cplusplus.github.io/CWG/issues/1766.html",
		"link": "https://wg21.link/cwg1766",
		"section": "9.8.1 [dcl.enum]",
		"status": "CD4",
		"submitter": "CWG",
		"date": "2013-09-23"
	},
	"CWG1767": {
		"type": "issue",
		"title": "Scoped enumeration in a switch statement",
		"long_link": "https://cplusplus.github.io/CWG/issues/1767.html",
		"link": "https://wg21.link/cwg1767",
		"section": "8.5.3 [stmt.switch]",
		"status": "C++14",
		"submitter": "Canada",
		"date": "2013-09-23"
	},
	"CWG1768": {
		"type": "issue",
		"title": "Zero-element array of runtime bound",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1768",
		"link": "https://wg21.link/cwg1768",
		"section": "9.3.4.5 [dcl.array]",
		"status": "NAD",
		"submitter": "USA",
		"date": "2013-09-24"
	},
	"CWG1769": {
		"type": "issue",
		"title": "Catching a base class of the exception object",
		"long_link": "https://cplusplus.github.io/CWG/issues/1769.html",
		"link": "https://wg21.link/cwg1769",
		"section": "14.4 [except.handle]",
		"status": "C++14",
		"submitter": "Canada",
		"date": "2013-09-24"
	},
	"CWG1770": {
		"type": "issue",
		"title": "Type matching of non-type template parameters and arguments",
		"long_link": "https://cplusplus.github.io/CWG/issues/1770.html",
		"link": "https://wg21.link/cwg1770",
		"section": "13.10.3.6 [temp.deduct.type]",
		"status": "C++14",
		"submitter": "Canada",
		"date": "2013-09-24"
	},
	"CWG1771": {
		"type": "issue",
		"title": "Restricted lookup in nested-name-specifier",
		"long_link": "https://cplusplus.github.io/CWG/issues/1771.html",
		"link": "https://wg21.link/cwg1771",
		"section": "6.5.5 [basic.lookup.qual]",
		"status": "CD6",
		"submitter": "Canada",
		"date": "2013-09-24"
	},
	"CWG1772": {
		"type": "issue",
		"title": "__func__ in a lambda body",
		"long_link": "https://cplusplus.github.io/CWG/issues/1772.html",
		"link": "https://wg21.link/cwg1772",
		"section": "7.5.6 [expr.prim.lambda]",
		"status": "C++14",
		"submitter": "Switzerland/Canada",
		"date": "2013-09-24"
	},
	"CWG1773": {
		"type": "issue",
		"title": "Out-of-lifetime lvalue-to-rvalue conversion",
		"long_link": "https://cplusplus.github.io/CWG/issues/1773.html",
		"link": "https://wg21.link/cwg1773",
		"section": "7.3.2 [conv.lval]",
		"status": "C++14",
		"submitter": "Canada",
		"date": "2013-09-24"
	},
	"CWG1774": {
		"type": "issue",
		"title": "Discrepancy between subobject destruction and stack unwinding",
		"long_link": "https://cplusplus.github.io/CWG/issues/1774.html",
		"link": "https://wg21.link/cwg1774",
		"section": "14.3 [except.ctor]",
		"status": "CD4",
		"submitter": "Canada",
		"date": "2013-09-24"
	},
	"CWG1775": {
		"type": "issue",
		"title": "Undefined behavior of line splice in raw string literal",
		"long_link": "https://cplusplus.github.io/CWG/issues/1775.html",
		"link": "https://wg21.link/cwg1775",
		"section": "5.2 [lex.phases]",
		"status": "C++14",
		"submitter": "Canada",
		"date": "2013-09-24"
	},
	"CWG1776": {
		"type": "issue",
		"title": "Replacement of class objects containing reference members",
		"long_link": "https://cplusplus.github.io/CWG/issues/1776.html",
		"link": "https://wg21.link/cwg1776",
		"section": "6.8.4 [basic.life]",
		"status": "CD4",
		"submitter": "Finland",
		"date": "2013-09-24"
	},
	"CWG1777": {
		"type": "issue",
		"title": "Empty pack expansion in dynamic-exception-specification",
		"long_link": "https://cplusplus.github.io/CWG/issues/1777.html",
		"link": "https://wg21.link/cwg1777",
		"section": "14.5 [except.spec]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2013-09-24"
	},
	"CWG1778": {
		"type": "issue",
		"title": "exception-specification in explicitly-defaulted functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1778.html",
		"link": "https://wg21.link/cwg1778",
		"section": "9.6.2 [dcl.fct.def.default]",
		"status": "C++14",
		"submitter": "USA",
		"date": "2013-09-25"
	},
	"CWG1779": {
		"type": "issue",
		"title": "Type dependency of __func__",
		"long_link": "https://cplusplus.github.io/CWG/issues/1779.html",
		"link": "https://wg21.link/cwg1779",
		"section": "13.8.3.3 [temp.dep.expr]",
		"status": "CD4",
		"submitter": "John Spicer",
		"date": "2013-09-25"
	},
	"CWG1780": {
		"type": "issue",
		"title": "Explicit instantiation/specialization of generic lambda operator()",
		"long_link": "https://cplusplus.github.io/CWG/issues/1780.html",
		"link": "https://wg21.link/cwg1780",
		"section": "7.5.6.2 [expr.prim.lambda.closure]",
		"status": "CD4",
		"submitter": "Hubert Tong",
		"date": "2013-09-26"
	},
	"CWG1781": {
		"type": "issue",
		"title": "Converting from nullptr_t to bool in overload resolution",
		"long_link": "https://cplusplus.github.io/CWG/issues/1781.html",
		"link": "https://wg21.link/cwg1781",
		"section": "12.2.2.6 [over.match.conv]",
		"status": "CD5",
		"submitter": "Hubert Tong",
		"date": "2013-09-26"
	},
	"CWG1782": {
		"type": "issue",
		"title": "Form of initialization for nullptr_t to bool conversion",
		"long_link": "https://cplusplus.github.io/CWG/issues/1782.html",
		"link": "https://wg21.link/cwg1782",
		"section": "9.5 [dcl.init]",
		"status": "CD4",
		"submitter": "Hubert Tong",
		"date": "2013-02-26"
	},
	"CWG1783": {
		"type": "issue",
		"title": "Why are virtual destructors non-trivial?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1783",
		"link": "https://wg21.link/cwg1783",
		"section": "11.4.7 [class.dtor]",
		"status": "NAD",
		"submitter": "Jeffrey Yasskin",
		"date": "2013-09-26"
	},
	"CWG1784": {
		"type": "issue",
		"title": "Concurrent execution during static local initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/1784.html",
		"link": "https://wg21.link/cwg1784",
		"section": "8.10 [stmt.dcl]",
		"status": "C++17",
		"submitter": "Jens Maurer",
		"date": "2013-09-27"
	},
	"CWG1785": {
		"type": "issue",
		"title": "Conflicting diagnostic requirements for template definitions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1785",
		"link": "https://wg21.link/cwg1785",
		"section": "13.8 [temp.res]",
		"status": "NAD",
		"submitter": "CWG",
		"date": "2013-09-28"
	},
	"CWG1786": {
		"type": "issue",
		"title": "Effect of merging allocations on memory leakage",
		"long_link": "https://cplusplus.github.io/CWG/issues/1786.html",
		"link": "https://wg21.link/cwg1786",
		"section": "7.6.2.8 [expr.new]",
		"status": "C++14",
		"submitter": "United Kingdom",
		"date": "2013-09-28"
	},
	"CWG1787": {
		"type": "issue",
		"title": "Uninitialized unsigned char values",
		"long_link": "https://cplusplus.github.io/CWG/issues/1787.html",
		"link": "https://wg21.link/cwg1787",
		"section": "7.3.2 [conv.lval]",
		"status": "C++14",
		"submitter": "United Kingdom",
		"date": "2013-09-28"
	},
	"CWG1788": {
		"type": "issue",
		"title": "Sized deallocation of array of non-class type",
		"long_link": "https://cplusplus.github.io/CWG/issues/1788.html",
		"link": "https://wg21.link/cwg1788",
		"section": "7.6.2.9 [expr.delete]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2013-09-29"
	},
	"CWG1789": {
		"type": "issue",
		"title": "Array reference vs array decay in overload resolution",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1789",
		"link": "https://wg21.link/cwg1789",
		"section": "12.2.4.3 [over.ics.rank]",
		"status": "open",
		"submitter": "Faisal Vali",
		"date": "2013-10-01"
	},
	"CWG1790": {
		"type": "issue",
		"title": "Ellipsis following function parameter pack",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1790",
		"link": "https://wg21.link/cwg1790",
		"section": "9.3.4.6 [dcl.fct]",
		"status": "open",
		"submitter": "Daryle Walker",
		"date": "2013-10-01",
		"liaison": "EWG"
	},
	"CWG1791": {
		"type": "issue",
		"title": "Incorrect restrictions on cv-qualifier-seq and ref-qualifier",
		"long_link": "https://cplusplus.github.io/CWG/issues/1791.html",
		"link": "https://wg21.link/cwg1791",
		"section": "9.6.1 [dcl.fct.def.general]",
		"status": "CD4",
		"submitter": "David Krauss",
		"date": "2013-10-01"
	},
	"CWG1792": {
		"type": "issue",
		"title": "Incorrect example of explicit specialization of member enumeration",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1792",
		"link": "https://wg21.link/cwg1792",
		"section": "13.9.4 [temp.expl.spec]",
		"status": "NAD",
		"submitter": "John Spicer",
		"date": "2013-10-01"
	},
	"CWG1793": {
		"type": "issue",
		"title": "thread_local in explicit specializations",
		"long_link": "https://cplusplus.github.io/CWG/issues/1793.html",
		"link": "https://wg21.link/cwg1793",
		"section": "9.2.2 [dcl.stc]",
		"status": "CD4",
		"submitter": "Mike Herrick",
		"date": "2013-10-02"
	},
	"CWG1794": {
		"type": "issue",
		"title": "template keyword and alias templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/1794.html",
		"link": "https://wg21.link/cwg1794",
		"section": "13.3 [temp.names]",
		"status": "C++17",
		"submitter": "Jonathan Caves",
		"date": "2013-10-04"
	},
	"CWG1795": {
		"type": "issue",
		"title": "Disambiguating original-namespace-definition and extension-namespace-definition",
		"long_link": "https://cplusplus.github.io/CWG/issues/1795.html",
		"link": "https://wg21.link/cwg1795",
		"section": "9.9.2 [namespace.def]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2013-10-04"
	},
	"CWG1796": {
		"type": "issue",
		"title": "Is all-bits-zero for null characters a meaningful requirement?",
		"long_link": "https://cplusplus.github.io/CWG/issues/1796.html",
		"link": "https://wg21.link/cwg1796",
		"section": "5.3.1 [lex.charset]",
		"status": "CD4",
		"submitter": "Tony van Eerd",
		"date": "2013-10-02"
	},
	"CWG1797": {
		"type": "issue",
		"title": "Are all bit patterns of unsigned char distinct numbers?",
		"long_link": "https://cplusplus.github.io/CWG/issues/1797.html",
		"link": "https://wg21.link/cwg1797",
		"section": "6.9.2 [basic.fundamental]",
		"status": "CD4",
		"submitter": "Tony van Eerd",
		"date": "2013-10-02"
	},
	"CWG1798": {
		"type": "issue",
		"title": "exception-specifications of template arguments",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1798",
		"link": "https://wg21.link/cwg1798",
		"section": "14.5 [except.spec]",
		"status": "NAD",
		"submitter": "Gabriel Dos Reis",
		"date": "2013-10-16"
	},
	"CWG1799": {
		"type": "issue",
		"title": "mutable and non-explicit const qualification",
		"long_link": "https://cplusplus.github.io/CWG/issues/1799.html",
		"link": "https://wg21.link/cwg1799",
		"section": "9.2.2 [dcl.stc]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2013-10-21"
	},
	"CWG1800": {
		"type": "issue",
		"title": "Pointer to member of nested anonymous union",
		"long_link": "https://cplusplus.github.io/CWG/issues/1800.html",
		"link": "https://wg21.link/cwg1800",
		"section": "7.6.2.2 [expr.unary.op]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2013-10-22"
	},
	"CWG1801": {
		"type": "issue",
		"title": "Kind of expression referring to member of anonymous union",
		"long_link": "https://cplusplus.github.io/CWG/issues/1801.html",
		"link": "https://wg21.link/cwg1801",
		"section": "11.5 [class.union]",
		"status": "CD4",
		"submitter": "David Majnemer",
		"date": "2013-10-24"
	},
	"CWG1802": {
		"type": "issue",
		"title": "char16_t string literals and surrogate pairs",
		"long_link": "https://cplusplus.github.io/CWG/issues/1802.html",
		"link": "https://wg21.link/cwg1802",
		"section": "5.13.5 [lex.string]",
		"status": "CD4",
		"submitter": "Jeffrey Yasskin",
		"date": "2013-10-30"
	},
	"CWG1803": {
		"type": "issue",
		"title": "opaque-enum-declaration as member-declaration",
		"long_link": "https://cplusplus.github.io/CWG/issues/1803.html",
		"link": "https://wg21.link/cwg1803",
		"section": "11.4 [class.mem]",
		"status": "CD5",
		"submitter": "Peter Sommerlad",
		"date": "2013-10-31"
	},
	"CWG1804": {
		"type": "issue",
		"title": "Partial specialization and friendship",
		"long_link": "https://cplusplus.github.io/CWG/issues/1804.html",
		"link": "https://wg21.link/cwg1804",
		"section": "13.7.5 [temp.friend]",
		"status": "CD4",
		"submitter": "Steve Clamage",
		"date": "2013-11-01"
	},
	"CWG1805": {
		"type": "issue",
		"title": "Conversions of array operands in conditional-expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1805.html",
		"link": "https://wg21.link/cwg1805",
		"section": "7.6.16 [expr.cond]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2013-11-02"
	},
	"CWG1806": {
		"type": "issue",
		"title": "Virtual bases and move-assignment",
		"long_link": "https://cplusplus.github.io/CWG/issues/1806.html",
		"link": "https://wg21.link/cwg1806",
		"section": "11.4.6 [class.copy.assign]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2013-11-04"
	},
	"CWG1807": {
		"type": "issue",
		"title": "Order of destruction of array elements after an exception",
		"long_link": "https://cplusplus.github.io/CWG/issues/1807.html",
		"link": "https://wg21.link/cwg1807",
		"section": "14.3 [except.ctor]",
		"status": "CD4",
		"submitter": "Thomas Koeppe",
		"date": "2013-11-11"
	},
	"CWG1808": {
		"type": "issue",
		"title": "Constructor templates vs default constructors",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1808",
		"link": "https://wg21.link/cwg1808",
		"section": "11.4.5 [class.ctor]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2013-11-12"
	},
	"CWG1809": {
		"type": "issue",
		"title": "Narrowing and template argument deduction",
		"long_link": "https://cplusplus.github.io/CWG/issues/1809.html",
		"link": "https://wg21.link/cwg1809",
		"section": "13.10.3 [temp.deduct]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2013-11-12"
	},
	"CWG1810": {
		"type": "issue",
		"title": "Invalid ud-suffixes",
		"long_link": "https://cplusplus.github.io/CWG/issues/1810.html",
		"link": "https://wg21.link/cwg1810",
		"section": "5.13.9 [lex.ext]",
		"status": "CD4",
		"submitter": "Gabriel Dos Reis",
		"date": "2013-11-13"
	},
	"CWG1811": {
		"type": "issue",
		"title": "Lookup of deallocation function in a virtual destructor definition",
		"long_link": "https://cplusplus.github.io/CWG/issues/1811.html",
		"link": "https://wg21.link/cwg1811",
		"section": "11.4.7 [class.dtor]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2013-11-18"
	},
	"CWG1812": {
		"type": "issue",
		"title": "Omission of template in a typename-specifier",
		"long_link": "https://cplusplus.github.io/CWG/issues/1812.html",
		"link": "https://wg21.link/cwg1812",
		"section": "13.3 [temp.names]",
		"status": "C++17",
		"submitter": "Daveed Vandevoorde",
		"date": "2013-11-18"
	},
	"CWG1813": {
		"type": "issue",
		"title": "Direct vs indirect bases in standard-layout classes",
		"long_link": "https://cplusplus.github.io/CWG/issues/1813.html",
		"link": "https://wg21.link/cwg1813",
		"section": "Clause 11 [class]",
		"status": "CD4",
		"submitter": "Daveed Vandevoorde",
		"date": "2013-11-20"
	},
	"CWG1814": {
		"type": "issue",
		"title": "Default arguments in lambda-expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1814.html",
		"link": "https://wg21.link/cwg1814",
		"section": "9.3.4.7 [dcl.fct.default]",
		"status": "CD4",
		"submitter": "Jonathan Caves",
		"date": "2013-11-21"
	},
	"CWG1815": {
		"type": "issue",
		"title": "Lifetime extension in aggregate initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/1815.html",
		"link": "https://wg21.link/cwg1815",
		"section": "9.5.2 [dcl.init.aggr]",
		"status": "CD4",
		"submitter": "Dinka Ranns",
		"date": "2013-11-22"
	},
	"CWG1816": {
		"type": "issue",
		"title": "Unclear specification of bit-field values",
		"long_link": "https://cplusplus.github.io/CWG/issues/1816.html",
		"link": "https://wg21.link/cwg1816",
		"section": "7.3.9 [conv.integral]",
		"status": "CD4",
		"submitter": "Hubert Tong",
		"date": "2013-12-02"
	},
	"CWG1817": {
		"type": "issue",
		"title": "Linkage specifications and nested scopes",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1817",
		"link": "https://wg21.link/cwg1817",
		"section": "9.12 [dcl.link]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2013-12-04"
	},
	"CWG1818": {
		"type": "issue",
		"title": "Visibility and inherited language linkage",
		"long_link": "https://cplusplus.github.io/CWG/issues/1818.html",
		"link": "https://wg21.link/cwg1818",
		"section": "9.12 [dcl.link]",
		"status": "CD6",
		"submitter": "Richard Smith",
		"date": "2013-12-04"
	},
	"CWG1819": {
		"type": "issue",
		"title": "Acceptable scopes for definition of partial specialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/1819.html",
		"link": "https://wg21.link/cwg1819",
		"section": "13.7.6.1 [temp.spec.partial.general]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2013-12-05"
	},
	"CWG1820": {
		"type": "issue",
		"title": "Qualified typedef names",
		"long_link": "https://cplusplus.github.io/CWG/issues/1820.html",
		"link": "https://wg21.link/cwg1820",
		"section": "9.2.4 [dcl.typedef]",
		"status": "CD6",
		"submitter": "Richard Smith",
		"date": "2013-12-05"
	},
	"CWG1821": {
		"type": "issue",
		"title": "Qualified redeclarations in a class member-specification",
		"long_link": "https://cplusplus.github.io/CWG/issues/1821.html",
		"link": "https://wg21.link/cwg1821",
		"section": "11.4 [class.mem]",
		"status": "CD6",
		"submitter": "Richard Smith",
		"date": "2013-1205"
	},
	"CWG1822": {
		"type": "issue",
		"title": "Lookup of parameter names in lambda-expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1822.html",
		"link": "https://wg21.link/cwg1822",
		"section": "7.5.6 [expr.prim.lambda]",
		"status": "CD6",
		"submitter": "Steve Clamage",
		"date": "2013-12-10"
	},
	"CWG1823": {
		"type": "issue",
		"title": "String literal uniqueness in inline functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1823.html",
		"link": "https://wg21.link/cwg1823",
		"section": "9.2.3 [dcl.fct.spec]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2013-12-17"
	},
	"CWG1824": {
		"type": "issue",
		"title": "Completeness of return type vs point of instantiation",
		"long_link": "https://cplusplus.github.io/CWG/issues/1824.html",
		"link": "https://wg21.link/cwg1824",
		"section": "9.3.4.6 [dcl.fct]",
		"status": "CD4",
		"submitter": "Steve Clamage",
		"date": "2013-12-19"
	},
	"CWG1825": {
		"type": "issue",
		"title": "Partial ordering between variadic and non-variadic function templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/1825.html",
		"link": "https://wg21.link/cwg1825",
		"section": "13.10.3.5 [temp.deduct.partial]",
		"status": "C++17",
		"submitter": "Steve Clamage",
		"date": "2013-12-30"
	},
	"CWG1826": {
		"type": "issue",
		"title": "const floating-point in constant expressions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1826",
		"link": "https://wg21.link/cwg1826",
		"section": "7.7 [expr.const]",
		"status": "NAD",
		"submitter": "Ville Voutilainen",
		"date": "2014-01-04"
	},
	"CWG1827": {
		"type": "issue",
		"title": "Reference binding with ambiguous conversions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1827",
		"link": "https://wg21.link/cwg1827",
		"section": "9.5.4 [dcl.init.ref]",
		"status": "drafting",
		"submitter": "Hubert Tong",
		"date": "2014-01-07"
	},
	"CWG1828": {
		"type": "issue",
		"title": "nested-name-specifier ambiguity",
		"long_link": "https://cplusplus.github.io/CWG/issues/1828.html",
		"link": "https://wg21.link/cwg1828",
		"section": "6.5.5 [basic.lookup.qual]",
		"status": "CD6",
		"submitter": "Richard Smith",
		"date": "2014-01-08"
	},
	"CWG1829": {
		"type": "issue",
		"title": "Dependent unnamed types",
		"long_link": "https://cplusplus.github.io/CWG/issues/1829.html",
		"link": "https://wg21.link/cwg1829",
		"section": "13.8.3.2 [temp.dep.type]",
		"status": "CD6",
		"submitter": "Hubert Tong",
		"date": "2014-01-08"
	},
	"CWG1830": {
		"type": "issue",
		"title": "Repeated specifiers",
		"long_link": "https://cplusplus.github.io/CWG/issues/1830.html",
		"link": "https://wg21.link/cwg1830",
		"section": "9.1 [dcl.pre]",
		"status": "CD4",
		"submitter": "Ville Voutilainen",
		"date": "2014-01-10"
	},
	"CWG1831": {
		"type": "issue",
		"title": "Explicitly vs implicitly deleted move constructors",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1831",
		"link": "https://wg21.link/cwg1831",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "NAD",
		"submitter": "Vinny Romano",
		"date": "2014-01-13"
	},
	"CWG1832": {
		"type": "issue",
		"title": "Casting to incomplete enumeration",
		"long_link": "https://cplusplus.github.io/CWG/issues/1832.html",
		"link": "https://wg21.link/cwg1832",
		"section": "7.6.1.9 [expr.static.cast]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-01-16"
	},
	"CWG1833": {
		"type": "issue",
		"title": "friend declarations naming implicitly-declared member functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1833",
		"link": "https://wg21.link/cwg1833",
		"section": "11.8.4 [class.friend]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"date": "2014-01-13"
	},
	"CWG1834": {
		"type": "issue",
		"title": "Constant initialization binding a reference to an xvalue",
		"long_link": "https://cplusplus.github.io/CWG/issues/1834.html",
		"link": "https://wg21.link/cwg1834",
		"section": "6.10.3.2 [basic.start.static]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-01-13"
	},
	"CWG1835": {
		"type": "issue",
		"title": "Dependent member lookup before <",
		"long_link": "https://cplusplus.github.io/CWG/issues/1835.html",
		"link": "https://wg21.link/cwg1835",
		"section": "_N4868_.6.5.6 [basic.lookup.classref]",
		"status": "CD6",
		"submitter": "Richard Smith",
		"date": "2014-01-17"
	},
	"CWG1836": {
		"type": "issue",
		"title": "Use of class type being defined in trailing-return-type",
		"long_link": "https://cplusplus.github.io/CWG/issues/1836.html",
		"link": "https://wg21.link/cwg1836",
		"section": "_N4567_.5.1.1 [expr.prim.general]",
		"status": "CD5",
		"submitter": "Mike Miller",
		"date": "2014-01-17"
	},
	"CWG1837": {
		"type": "issue",
		"title": "Use of this in friend and local class declarations",
		"long_link": "https://cplusplus.github.io/CWG/issues/1837.html",
		"link": "https://wg21.link/cwg1837",
		"section": "_N4567_.5.1.1 [expr.prim.general]",
		"status": "CD6",
		"submitter": "Hubert Tong",
		"date": "2014-01-13"
	},
	"CWG1838": {
		"type": "issue",
		"title": "Definition via unqualified-id and using-declaration",
		"long_link": "https://cplusplus.github.io/CWG/issues/1838.html",
		"link": "https://wg21.link/cwg1838",
		"section": "_N4868_.9.8.2.3 [namespace.memdef]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-01-17"
	},
	"CWG1839": {
		"type": "issue",
		"title": "Lookup of block-scope extern declarations",
		"long_link": "https://cplusplus.github.io/CWG/issues/1839.html",
		"link": "https://wg21.link/cwg1839",
		"section": "6.7 [basic.link]",
		"status": "CD6",
		"submitter": "Hubert Tong",
		"date": "2014-01-18"
	},
	"CWG1840": {
		"type": "issue",
		"title": "Non-deleted explicit specialization of deleted function template",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1840",
		"link": "https://wg21.link/cwg1840",
		"section": "13.9.4 [temp.expl.spec]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2014-01-19"
	},
	"CWG1841": {
		"type": "issue",
		"title": "< following template injected-class-name",
		"long_link": "https://cplusplus.github.io/CWG/issues/1841.html",
		"link": "https://wg21.link/cwg1841",
		"section": "13.8.2 [temp.local]",
		"status": "CD6",
		"submitter": "Ismail Pazarbasi",
		"date": "2014-01-23"
	},
	"CWG1842": {
		"type": "issue",
		"title": "Unevaluated operands and “carries a dependency”",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1842",
		"link": "https://wg21.link/cwg1842",
		"section": "6.10.2 [intro.multithread]",
		"status": "open",
		"submitter": "Hans Boehm",
		"date": "2014-01-23",
		"liaison": "SG1"
	},
	"CWG1843": {
		"type": "issue",
		"title": "Bit-field in conditional operator with throw operand",
		"long_link": "https://cplusplus.github.io/CWG/issues/1843.html",
		"link": "https://wg21.link/cwg1843",
		"section": "7.6.16 [expr.cond]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-01-25"
	},
	"CWG1844": {
		"type": "issue",
		"title": "Defining “immediate context”",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1844",
		"link": "https://wg21.link/cwg1844",
		"section": "13.10.3 [temp.deduct]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2014-01-28",
		"liaison": "EWG"
	},
	"CWG1845": {
		"type": "issue",
		"title": "Point of instantiation of a variable template specialization",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1845",
		"link": "https://wg21.link/cwg1845",
		"section": "13.8.4.1 [temp.point]",
		"status": "review",
		"submitter": "Richard Smith",
		"date": "2014-01-28"
	},
	"CWG1846": {
		"type": "issue",
		"title": "Declaring explicitly-defaulted implicitly-deleted functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1846.html",
		"link": "https://wg21.link/cwg1846",
		"section": "9.6.2 [dcl.fct.def.default]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-01-30"
	},
	"CWG1847": {
		"type": "issue",
		"title": "Clarifying compatibility during partial ordering",
		"long_link": "https://cplusplus.github.io/CWG/issues/1847.html",
		"link": "https://wg21.link/cwg1847",
		"section": "13.10.3.6 [temp.deduct.type]",
		"status": "CD4",
		"submitter": "Jason Merrill",
		"date": "2014-01-30"
	},
	"CWG1848": {
		"type": "issue",
		"title": "Parenthesized constructor and destructor declarators",
		"long_link": "https://cplusplus.github.io/CWG/issues/1848.html",
		"link": "https://wg21.link/cwg1848",
		"section": "11.4.7 [class.dtor]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-02-03"
	},
	"CWG1849": {
		"type": "issue",
		"title": "Variable templates and the ODR",
		"long_link": "https://cplusplus.github.io/CWG/issues/1849.html",
		"link": "https://wg21.link/cwg1849",
		"section": "6.3 [basic.def.odr]",
		"status": "CD6",
		"submitter": "Richard Smith",
		"date": "2014-02-03"
	},
	"CWG1850": {
		"type": "issue",
		"title": "Differences between definition context and point of instantiation",
		"long_link": "https://cplusplus.github.io/CWG/issues/1850.html",
		"link": "https://wg21.link/cwg1850",
		"section": "13.8 [temp.res]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-02-04"
	},
	"CWG1851": {
		"type": "issue",
		"title": "decltype(auto) in new-expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1851.html",
		"link": "https://wg21.link/cwg1851",
		"section": "7.6.2.8 [expr.new]",
		"status": "CD4",
		"submitter": "Daveed Vandevoorde",
		"date": "2014-02-04"
	},
	"CWG1852": {
		"type": "issue",
		"title": "Wording issues regarding decltype(auto)",
		"long_link": "https://cplusplus.github.io/CWG/issues/1852.html",
		"link": "https://wg21.link/cwg1852",
		"section": "9.2.9.3 [dcl.type.simple]",
		"status": "CD4",
		"submitter": "Daveed Vandevoorde",
		"date": "2014-02-04"
	},
	"CWG1853": {
		"type": "issue",
		"title": "Defining “allocated storage”",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1853",
		"link": "https://wg21.link/cwg1853",
		"section": "6.8.4 [basic.life]",
		"status": "dup",
		"submitter": "Jeffrey Yasskin",
		"date": "2014-02-09"
	},
	"CWG1854": {
		"type": "issue",
		"title": "Disallowing use of implicitly-deleted functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1854",
		"link": "https://wg21.link/cwg1854",
		"section": "9.6.2 [dcl.fct.def.default]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2014-02-11"
	},
	"CWG1855": {
		"type": "issue",
		"title": "Out-of-lifetime access to nonstatic data members",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1855",
		"link": "https://wg21.link/cwg1855",
		"section": "11.9.5 [class.cdtor]",
		"status": "dup",
		"submitter": "Mike Miller",
		"date": "2014-02-11"
	},
	"CWG1856": {
		"type": "issue",
		"title": "Indirect nested classes of class templates",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1856",
		"link": "https://wg21.link/cwg1856",
		"section": "13.9.2 [temp.inst]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2014-02-11"
	},
	"CWG1857": {
		"type": "issue",
		"title": "Additional questions about bits",
		"long_link": "https://cplusplus.github.io/CWG/issues/1857.html",
		"link": "https://wg21.link/cwg1857",
		"section": "7.6.7 [expr.shift]",
		"status": "CD5",
		"submitter": "Tony Van Eerd",
		"date": "2014-02-12"
	},
	"CWG1858": {
		"type": "issue",
		"title": "Comparing pointers to union members",
		"long_link": "https://cplusplus.github.io/CWG/issues/1858.html",
		"link": "https://wg21.link/cwg1858",
		"section": "7.6.10 [expr.eq]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-02-12"
	},
	"CWG1859": {
		"type": "issue",
		"title": "UTF-16 in char16_t string literals",
		"long_link": "https://cplusplus.github.io/CWG/issues/1859.html",
		"link": "https://wg21.link/cwg1859",
		"section": "5.13.5 [lex.string]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2014-02-12"
	},
	"CWG1860": {
		"type": "issue",
		"title": "What is a “direct member?”",
		"long_link": "https://cplusplus.github.io/CWG/issues/1860.html",
		"link": "https://wg21.link/cwg1860",
		"section": "11.5 [class.union]",
		"status": "C++17",
		"submitter": "Dawn Perchik",
		"date": "2014-02-13"
	},
	"CWG1861": {
		"type": "issue",
		"title": "Values of a bit-field",
		"long_link": "https://cplusplus.github.io/CWG/issues/1861.html",
		"link": "https://wg21.link/cwg1861",
		"section": "11.4.10 [class.bit]",
		"status": "CD4",
		"submitter": "Hubert Tong",
		"date": "2014-02-13"
	},
	"CWG1862": {
		"type": "issue",
		"title": "Determining “corresponding members” for friendship",
		"long_link": "https://cplusplus.github.io/CWG/issues/1862.html",
		"link": "https://wg21.link/cwg1862",
		"section": "13.7.5 [temp.friend]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2014-02-13"
	},
	"CWG1863": {
		"type": "issue",
		"title": "Requirements on thrown object type to support std::current_exception()",
		"long_link": "https://cplusplus.github.io/CWG/issues/1863.html",
		"link": "https://wg21.link/cwg1863",
		"section": "14.2 [except.throw]",
		"status": "CD4",
		"submitter": "Canada",
		"date": "2013-09-22"
	},
	"CWG1864": {
		"type": "issue",
		"title": "List-initialization of array objects",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1864",
		"link": "https://wg21.link/cwg1864",
		"section": "9.5.5 [dcl.init.list]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"date": "2014-02-15"
	},
	"CWG1865": {
		"type": "issue",
		"title": "Pointer arithmetic and multi-level qualification conversions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1865.html",
		"link": "https://wg21.link/cwg1865",
		"section": "7.6.6 [expr.add]",
		"status": "CD4",
		"submitter": "Geoffrey Romer",
		"date": "2014-02-15"
	},
	"CWG1866": {
		"type": "issue",
		"title": "Initializing variant members with non-trivial destructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/1866.html",
		"link": "https://wg21.link/cwg1866",
		"section": "14.3 [except.ctor]",
		"status": "CD4",
		"submitter": "Vinny Romano",
		"date": "2014-02-12"
	},
	"CWG1867": {
		"type": "issue",
		"title": "Function/expression ambiguity with qualified parameter name",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1867",
		"link": "https://wg21.link/cwg1867",
		"section": "9.3.3 [dcl.ambig.res]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"date": "2014-02-12"
	},
	"CWG1868": {
		"type": "issue",
		"title": "Meaning of “placeholder type”",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1868",
		"link": "https://wg21.link/cwg1868",
		"section": "9.2.9.7 [dcl.spec.auto]",
		"status": "open",
		"submitter": "Dawn Perchik",
		"date": "2014-02-13"
	},
	"CWG1869": {
		"type": "issue",
		"title": "thread_local vs linkage-specifications",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1869",
		"link": "https://wg21.link/cwg1869",
		"section": "9.12 [dcl.link]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"date": "2014-02-14"
	},
	"CWG1870": {
		"type": "issue",
		"title": "Contradictory wording about definitions vs explicit specialization/instantiation",
		"long_link": "https://cplusplus.github.io/CWG/issues/1870.html",
		"link": "https://wg21.link/cwg1870",
		"section": "6.2 [basic.def]",
		"status": "CD4",
		"submitter": "Hubert Tong",
		"date": "2014-02-15"
	},
	"CWG1871": {
		"type": "issue",
		"title": "Non-identifier characters in ud-suffix",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1871",
		"link": "https://wg21.link/cwg1871",
		"section": "5.13.9 [lex.ext]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"date": "2014-02-17"
	},
	"CWG1872": {
		"type": "issue",
		"title": "Instantiations of constexpr templates that cannot appear in constant expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1872.html",
		"link": "https://wg21.link/cwg1872",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-02-17"
	},
	"CWG1873": {
		"type": "issue",
		"title": "Protected member access from derived class friends",
		"long_link": "https://cplusplus.github.io/CWG/issues/1873.html",
		"link": "https://wg21.link/cwg1873",
		"section": "11.8.3 [class.access.base]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-02-18"
	},
	"CWG1874": {
		"type": "issue",
		"title": "Type vs non-type template parameters with class keyword",
		"long_link": "https://cplusplus.github.io/CWG/issues/1874.html",
		"link": "https://wg21.link/cwg1874",
		"section": "13.2 [temp.param]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-02-18"
	},
	"CWG1875": {
		"type": "issue",
		"title": "Reordering declarations in class scope",
		"long_link": "https://cplusplus.github.io/CWG/issues/1875.html",
		"link": "https://wg21.link/cwg1875",
		"section": "6.4.7 [basic.scope.class]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-02-19"
	},
	"CWG1876": {
		"type": "issue",
		"title": "Preventing explicit specialization",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1876",
		"link": "https://wg21.link/cwg1876",
		"section": "13.9.4 [temp.expl.spec]",
		"status": "NAD",
		"submitter": "John Spicer",
		"date": "2014-02-19"
	},
	"CWG1877": {
		"type": "issue",
		"title": "Return type deduction from return with no operand",
		"long_link": "https://cplusplus.github.io/CWG/issues/1877.html",
		"link": "https://wg21.link/cwg1877",
		"section": "9.2.9.7 [dcl.spec.auto]",
		"status": "CD4",
		"submitter": "Daveed Vandevoorde",
		"date": "2014-02-20"
	},
	"CWG1878": {
		"type": "issue",
		"title": "operator auto template",
		"long_link": "https://cplusplus.github.io/CWG/issues/1878.html",
		"link": "https://wg21.link/cwg1878",
		"section": "9.2.9.7 [dcl.spec.auto]",
		"status": "CD4",
		"submitter": "Daveed Vandevoorde",
		"date": "2014-02-20"
	},
	"CWG1879": {
		"type": "issue",
		"title": "Inadequate definition of alignment requirement",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1879",
		"link": "https://wg21.link/cwg1879",
		"section": "6.8.3 [basic.align]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"date": "2014-02-24"
	},
	"CWG1880": {
		"type": "issue",
		"title": "When are parameter objects destroyed?",
		"long_link": "https://cplusplus.github.io/CWG/issues/1880.html",
		"link": "https://wg21.link/cwg1880",
		"section": "7.6.1.3 [expr.call]",
		"status": "CD4",
		"submitter": "Hubert Tong",
		"date": "2014-02-25"
	},
	"CWG1881": {
		"type": "issue",
		"title": "Standard-layout classes and unnamed bit-fields",
		"long_link": "https://cplusplus.github.io/CWG/issues/1881.html",
		"link": "https://wg21.link/cwg1881",
		"section": "Clause 11 [class]",
		"status": "CD4",
		"submitter": "Dinka Ranns",
		"date": "2014-02-25"
	},
	"CWG1882": {
		"type": "issue",
		"title": "Reserved names without library use",
		"long_link": "https://cplusplus.github.io/CWG/issues/1882.html",
		"link": "https://wg21.link/cwg1882",
		"section": "_N4140_.17.6.4.3.2 [global.names]",
		"status": "CD4",
		"submitter": "Mike Miller",
		"date": "2014-02-26"
	},
	"CWG1883": {
		"type": "issue",
		"title": "Protected access to constructors in mem-initializers",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1883",
		"link": "https://wg21.link/cwg1883",
		"section": "11.8.5 [class.protected]",
		"status": "review",
		"submitter": "Daveed Vandevoorde",
		"date": "2014-02-26"
	},
	"CWG1884": {
		"type": "issue",
		"title": "Unclear requirements for same-named external-linkage entities",
		"long_link": "https://cplusplus.github.io/CWG/issues/1884.html",
		"link": "https://wg21.link/cwg1884",
		"section": "6.7 [basic.link]",
		"status": "CD6",
		"submitter": "Richard Smith",
		"date": "2014-02-27"
	},
	"CWG1885": {
		"type": "issue",
		"title": "Return value of a function is underspecified",
		"long_link": "https://cplusplus.github.io/CWG/issues/1885.html",
		"link": "https://wg21.link/cwg1885",
		"section": "7.6.1.3 [expr.call]",
		"status": "CD4",
		"submitter": "Jens Maurer",
		"date": "2014-02-28"
	},
	"CWG1886": {
		"type": "issue",
		"title": "Language linkage for main()",
		"long_link": "https://cplusplus.github.io/CWG/issues/1886.html",
		"link": "https://wg21.link/cwg1886",
		"section": "6.10.3.1 [basic.start.main]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-03-04"
	},
	"CWG1887": {
		"type": "issue",
		"title": "Problems with :: as nested-name-specifier",
		"long_link": "https://cplusplus.github.io/CWG/issues/1887.html",
		"link": "https://wg21.link/cwg1887",
		"section": "9.10 [namespace.udecl]",
		"status": "CD4",
		"submitter": "Jeff Snyder",
		"date": "2014-03-04"
	},
	"CWG1888": {
		"type": "issue",
		"title": "Implicitly-declared default constructors and explicit",
		"long_link": "https://cplusplus.github.io/CWG/issues/1888.html",
		"link": "https://wg21.link/cwg1888",
		"section": "11.4.5 [class.ctor]",
		"status": "CD4",
		"submitter": "Daniel Krügler",
		"date": "2014-03-04"
	},
	"CWG1889": {
		"type": "issue",
		"title": "Unclear effect of #pragma on conformance",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1889",
		"link": "https://wg21.link/cwg1889",
		"section": "15.10 [cpp.pragma]",
		"status": "open",
		"submitter": "James Widman",
		"date": "2014-03-05"
	},
	"CWG1890": {
		"type": "issue",
		"title": "Member type depending on definition of member function",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1890",
		"link": "https://wg21.link/cwg1890",
		"section": "11.4 [class.mem]",
		"status": "drafting",
		"submitter": "Hubert Tong",
		"date": "2014-03-07"
	},
	"CWG1891": {
		"type": "issue",
		"title": "Move constructor/assignment for closure class",
		"long_link": "https://cplusplus.github.io/CWG/issues/1891.html",
		"link": "https://wg21.link/cwg1891",
		"section": "7.5.6.2 [expr.prim.lambda.closure]",
		"status": "CD4",
		"submitter": "Jonathan Caves",
		"date": "2014-03-10"
	},
	"CWG1892": {
		"type": "issue",
		"title": "Use of auto in function type",
		"long_link": "https://cplusplus.github.io/CWG/issues/1892.html",
		"link": "https://wg21.link/cwg1892",
		"section": "9.2.9.7 [dcl.spec.auto]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-03-12"
	},
	"CWG1893": {
		"type": "issue",
		"title": "Function-style cast with braced-init-lists and empty pack expansions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1893.html",
		"link": "https://wg21.link/cwg1893",
		"section": "7.6.1.4 [expr.type.conv]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2014-03-13"
	},
	"CWG1894": {
		"type": "issue",
		"title": "typedef-names and using-declarations",
		"long_link": "https://cplusplus.github.io/CWG/issues/1894.html",
		"link": "https://wg21.link/cwg1894",
		"section": "9.2.4 [dcl.typedef]",
		"status": "CD6",
		"submitter": "Richard Smith",
		"date": "2014-03-16"
	},
	"CWG1895": {
		"type": "issue",
		"title": "Deleted conversions in conditional operator operands",
		"long_link": "https://cplusplus.github.io/CWG/issues/1895.html",
		"link": "https://wg21.link/cwg1895",
		"section": "7.6.16 [expr.cond]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-03-17"
	},
	"CWG1896": {
		"type": "issue",
		"title": "Repeated alias templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/1896.html",
		"link": "https://wg21.link/cwg1896",
		"section": "13.7.8 [temp.alias]",
		"status": "CD6",
		"submitter": "Mike Miller",
		"date": "2014-03-18"
	},
	"CWG1897": {
		"type": "issue",
		"title": "ODR vs alternative tokens",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1897",
		"link": "https://wg21.link/cwg1897",
		"section": "6.3 [basic.def.odr]",
		"status": "review",
		"submitter": "Hubert Tong",
		"date": "2014-03-21"
	},
	"CWG1898": {
		"type": "issue",
		"title": "Use of “equivalent” in overload resolution",
		"long_link": "https://cplusplus.github.io/CWG/issues/1898.html",
		"link": "https://wg21.link/cwg1898",
		"section": "_N4868_.12.3 [over.dcl]",
		"status": "CD6",
		"submitter": "Hubert Tong",
		"date": "2014-03-21"
	},
	"CWG1899": {
		"type": "issue",
		"title": "Value-dependent constant expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1899.html",
		"link": "https://wg21.link/cwg1899",
		"section": "13.8.3.4 [temp.dep.constexpr]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-03-22"
	},
	"CWG1900": {
		"type": "issue",
		"title": "Do friend declarations count as “previous declarations”?",
		"long_link": "https://cplusplus.github.io/CWG/issues/1900.html",
		"link": "https://wg21.link/cwg1900",
		"section": "9.3.4 [dcl.meaning]",
		"status": "CD6",
		"submitter": "Hubert Tong",
		"date": "2014-03-25"
	},
	"CWG1901": {
		"type": "issue",
		"title": "punctuator referenced but not defined",
		"long_link": "https://cplusplus.github.io/CWG/issues/1901.html",
		"link": "https://wg21.link/cwg1901",
		"section": "5.10 [lex.token]",
		"status": "C++20",
		"submitter": "Richard Smith",
		"date": "2014-03-25"
	},
	"CWG1902": {
		"type": "issue",
		"title": "What makes a conversion “otherwise ill-formed”?",
		"long_link": "https://cplusplus.github.io/CWG/issues/1902.html",
		"link": "https://wg21.link/cwg1902",
		"section": "12.2.4.2 [over.best.ics]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-03-26"
	},
	"CWG1903": {
		"type": "issue",
		"title": "What declarations are introduced by a non-member using-declaration?",
		"long_link": "https://cplusplus.github.io/CWG/issues/1903.html",
		"link": "https://wg21.link/cwg1903",
		"section": "9.10 [namespace.udecl]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-03-26"
	},
	"CWG1904": {
		"type": "issue",
		"title": "Default template arguments for members of class templates",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1904",
		"link": "https://wg21.link/cwg1904",
		"section": "13.2 [temp.param]",
		"status": "NAD",
		"submitter": "John Spicer",
		"date": "2014-03-27"
	},
	"CWG1905": {
		"type": "issue",
		"title": "Dependent types and injected-class-names",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1905",
		"link": "https://wg21.link/cwg1905",
		"section": "13.8.3.2 [temp.dep.type]",
		"status": "NAD",
		"submitter": "Johannes Schaub",
		"date": "2014-03-29"
	},
	"CWG1906": {
		"type": "issue",
		"title": "Name lookup in member friend declaration",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1906",
		"link": "https://wg21.link/cwg1906",
		"section": "6.5.3 [basic.lookup.unqual]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"date": "2014-03-30"
	},
	"CWG1907": {
		"type": "issue",
		"title": "using-declarations and default arguments",
		"long_link": "https://cplusplus.github.io/CWG/issues/1907.html",
		"link": "https://wg21.link/cwg1907",
		"section": "9.10 [namespace.udecl]",
		"status": "CD6",
		"submitter": "Richard Smith",
		"date": "2014-03-30"
	},
	"CWG1908": {
		"type": "issue",
		"title": "Dual destructor lookup and template-ids",
		"long_link": "https://cplusplus.github.io/CWG/issues/1908.html",
		"link": "https://wg21.link/cwg1908",
		"section": "_N4868_.6.5.6 [basic.lookup.classref]",
		"status": "CD6",
		"submitter": "Hubert Tong",
		"date": "2014-03-31"
	},
	"CWG1909": {
		"type": "issue",
		"title": "Member class template with the same name as the class",
		"long_link": "https://cplusplus.github.io/CWG/issues/1909.html",
		"link": "https://wg21.link/cwg1909",
		"section": "11.4 [class.mem]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-04-01"
	},
	"CWG1910": {
		"type": "issue",
		"title": "“Shall” requirement applied to runtime behavior",
		"long_link": "https://cplusplus.github.io/CWG/issues/1910.html",
		"link": "https://wg21.link/cwg1910",
		"section": "6.8.6.5.2 [basic.stc.dynamic.allocation]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2014-04-12"
	},
	"CWG1911": {
		"type": "issue",
		"title": "constexpr constructor with non-literal base class",
		"long_link": "https://cplusplus.github.io/CWG/issues/1911.html",
		"link": "https://wg21.link/cwg1911",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-04-13"
	},
	"CWG1912": {
		"type": "issue",
		"title": "exception-specification of defaulted function",
		"long_link": "https://cplusplus.github.io/CWG/issues/1912.html",
		"link": "https://wg21.link/cwg1912",
		"section": "9.6.2 [dcl.fct.def.default]",
		"status": "CD5",
		"submitter": "Ville Voutilainen",
		"date": "2014-04-10"
	},
	"CWG1913": {
		"type": "issue",
		"title": "decltype((x)) in lambda-expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1913.html",
		"link": "https://wg21.link/cwg1913",
		"section": "7.5.6 [expr.prim.lambda]",
		"status": "CD5",
		"submitter": "Dinka Ranns",
		"date": "2014-04-15"
	},
	"CWG1914": {
		"type": "issue",
		"title": "Duplicate standard attributes",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1914",
		"link": "https://wg21.link/cwg1914",
		"section": "9.13 [dcl.attr]",
		"status": "extension",
		"submitter": "Aaron Ballman",
		"date": "2014-04-15"
	},
	"CWG1915": {
		"type": "issue",
		"title": "Potentially-invoked destructors in non-throwing constructors",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1915",
		"link": "https://wg21.link/cwg1915",
		"section": "11.9.3 [class.base.init]",
		"status": "open",
		"submitter": "Aaron Ballman",
		"date": "2014-04-15",
		"liaison": "EWG"
	},
	"CWG1916": {
		"type": "issue",
		"title": "“Same cv-unqualified type”",
		"long_link": "https://cplusplus.github.io/CWG/issues/1916.html",
		"link": "https://wg21.link/cwg1916",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-04-18"
	},
	"CWG1917": {
		"type": "issue",
		"title": "decltype-qualified enumeration names",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1917",
		"link": "https://wg21.link/cwg1917",
		"section": "9.8.1 [dcl.enum]",
		"status": "NAD",
		"submitter": "Daveed Vandevoorde",
		"date": "2014-04-25"
	},
	"CWG1918": {
		"type": "issue",
		"title": "friend templates with dependent scopes",
		"long_link": "https://cplusplus.github.io/CWG/issues/1918.html",
		"link": "https://wg21.link/cwg1918",
		"section": "13.7.5 [temp.friend]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2014-04-27"
	},
	"CWG1919": {
		"type": "issue",
		"title": "Overload resolution for ! with explicit conversion operator",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1919",
		"link": "https://wg21.link/cwg1919",
		"section": "12.2.2.3 [over.match.oper]",
		"status": "open",
		"submitter": "Johannes Schaub",
		"date": "2014-04-30"
	},
	"CWG1920": {
		"type": "issue",
		"title": "Qualification mismatch in pseudo-destructor-name",
		"long_link": "https://cplusplus.github.io/CWG/issues/1920.html",
		"link": "https://wg21.link/cwg1920",
		"section": "_N4778_.7.6.1.4 [expr.pseudo]",
		"status": "CD4",
		"submitter": "David Majnemer",
		"date": "2014-05-01"
	},
	"CWG1921": {
		"type": "issue",
		"title": "constexpr constructors and point of initialization of const variables",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1921",
		"link": "https://wg21.link/cwg1921",
		"section": "7.7 [expr.const]",
		"status": "NAD",
		"submitter": "Ville Voutilainen",
		"date": "2014-05-02"
	},
	"CWG1922": {
		"type": "issue",
		"title": "Injected class template names and default arguments",
		"long_link": "https://cplusplus.github.io/CWG/issues/1922.html",
		"link": "https://wg21.link/cwg1922",
		"section": "13.8.2 [temp.local]",
		"status": "CD4",
		"submitter": "Hubert Tong",
		"date": "2014-05-05"
	},
	"CWG1923": {
		"type": "issue",
		"title": "Lvalues of type void",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1923",
		"link": "https://wg21.link/cwg1923",
		"section": "7.6.2.2 [expr.unary.op]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"date": "2014-05-06"
	},
	"CWG1924": {
		"type": "issue",
		"title": "Definition of “literal” and kinds of literals",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1924",
		"link": "https://wg21.link/cwg1924",
		"section": "5.13 [lex.literal]",
		"status": "review",
		"submitter": "Saeed Amrollah Boyouki",
		"date": "2014-05-12",
		"liaison": "editor"
	},
	"CWG1925": {
		"type": "issue",
		"title": "Bit-field prvalues",
		"long_link": "https://cplusplus.github.io/CWG/issues/1925.html",
		"link": "https://wg21.link/cwg1925",
		"section": "7.6.20 [expr.comma]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-05-12"
	},
	"CWG1926": {
		"type": "issue",
		"title": "Potential results of subscript operator",
		"long_link": "https://cplusplus.github.io/CWG/issues/1926.html",
		"link": "https://wg21.link/cwg1926",
		"section": "6.3 [basic.def.odr]",
		"status": "CD4",
		"submitter": "Marcel Wid",
		"date": "2014-05-13"
	},
	"CWG1927": {
		"type": "issue",
		"title": "Lifetime of temporaries in init-captures",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1927",
		"link": "https://wg21.link/cwg1927",
		"section": "7.5.6.3 [expr.prim.lambda.capture]",
		"status": "dup",
		"submitter": "Daveed Vandevoorde",
		"date": "2014-05-14"
	},
	"CWG1928": {
		"type": "issue",
		"title": "Triviality of deleted special member functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1928",
		"link": "https://wg21.link/cwg1928",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"date": "2014-05-15"
	},
	"CWG1929": {
		"type": "issue",
		"title": "template keyword following namespace nested-name-specifier",
		"long_link": "https://cplusplus.github.io/CWG/issues/1929.html",
		"link": "https://wg21.link/cwg1929",
		"section": "_N4567_.5.1.1 [expr.prim.general]",
		"status": "CD4",
		"submitter": "David Krauss",
		"date": "2014-05-15"
	},
	"CWG1930": {
		"type": "issue",
		"title": "init-declarator-list vs member-declarator-list",
		"long_link": "https://cplusplus.github.io/CWG/issues/1930.html",
		"link": "https://wg21.link/cwg1930",
		"section": "9.2.2 [dcl.stc]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-05-19"
	},
	"CWG1931": {
		"type": "issue",
		"title": "Default-constructible and copy-assignable closure types",
		"long_link": "https://cplusplus.github.io/CWG/issues/1931.html",
		"link": "https://wg21.link/cwg1931",
		"section": "7.5.6.2 [expr.prim.lambda.closure]",
		"status": "CD5",
		"submitter": "Ryou Ezoe",
		"date": "2014-05-24"
	},
	"CWG1932": {
		"type": "issue",
		"title": "Bit-field results of conditional operators",
		"long_link": "https://cplusplus.github.io/CWG/issues/1932.html",
		"link": "https://wg21.link/cwg1932",
		"section": "7.6.16 [expr.cond]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-02-21"
	},
	"CWG1933": {
		"type": "issue",
		"title": "Implementation limit for initializer-list elements",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1933",
		"link": "https://wg21.link/cwg1933",
		"section": "Clause Annex B [implimits]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"date": "2014-05-30"
	},
	"CWG1934": {
		"type": "issue",
		"title": "Relaxing exception-specification compatibility requirements",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1934",
		"link": "https://wg21.link/cwg1934",
		"section": "14.5 [except.spec]",
		"status": "NAD",
		"submitter": "Vinny Romano",
		"date": "2014-06-03"
	},
	"CWG1935": {
		"type": "issue",
		"title": "Reuse of placement arguments in deallocation",
		"long_link": "https://cplusplus.github.io/CWG/issues/1935.html",
		"link": "https://wg21.link/cwg1935",
		"section": "7.6.2.8 [expr.new]",
		"status": "CD5",
		"submitter": "Hubert Tong",
		"date": "2014-06-04"
	},
	"CWG1936": {
		"type": "issue",
		"title": "Dependent qualified-ids",
		"long_link": "https://cplusplus.github.io/CWG/issues/1936.html",
		"link": "https://wg21.link/cwg1936",
		"section": "13.8.3 [temp.dep]",
		"status": "CD6",
		"submitter": "Richard Smith",
		"date": "2014-06-05"
	},
	"CWG1937": {
		"type": "issue",
		"title": "Incomplete specification of function pointer from lambda",
		"long_link": "https://cplusplus.github.io/CWG/issues/1937.html",
		"link": "https://wg21.link/cwg1937",
		"section": "7.5.6.2 [expr.prim.lambda.closure]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2014-06-05"
	},
	"CWG1938": {
		"type": "issue",
		"title": "Should hosted/freestanding be implementation-defined?",
		"long_link": "https://cplusplus.github.io/CWG/issues/1938.html",
		"link": "https://wg21.link/cwg1938",
		"section": "4.1 [intro.compliance]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2014-06-09"
	},
	"CWG1939": {
		"type": "issue",
		"title": "Argument conversions to nondeduced parameter types revisited",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1939",
		"link": "https://wg21.link/cwg1939",
		"section": "13.10.3.2 [temp.deduct.call]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2014-06-11"
	},
	"CWG1940": {
		"type": "issue",
		"title": "static_assert in anonymous unions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1940.html",
		"link": "https://wg21.link/cwg1940",
		"section": "11.5 [class.union]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-06-12"
	},
	"CWG1941": {
		"type": "issue",
		"title": "SFINAE and inherited constructor default arguments",
		"long_link": "https://cplusplus.github.io/CWG/issues/1941.html",
		"link": "https://wg21.link/cwg1941",
		"section": "_N4527_.12.9 [class.inhctor]",
		"status": "CD4",
		"submitter": "David Krauss",
		"date": "2014-06-12"
	},
	"CWG1942": {
		"type": "issue",
		"title": "Incorrect reference to trailing-return-type",
		"long_link": "https://cplusplus.github.io/CWG/issues/1942.html",
		"link": "https://wg21.link/cwg1942",
		"section": "7.5.6 [expr.prim.lambda]",
		"status": "CD4",
		"submitter": "Mike Miller",
		"date": "2014-06-16"
	},
	"CWG1943": {
		"type": "issue",
		"title": "Unspecified meaning of “bit”",
		"long_link": "https://cplusplus.github.io/CWG/issues/1943.html",
		"link": "https://wg21.link/cwg1943",
		"section": "11.4.10 [class.bit]",
		"status": "CD5",
		"submitter": "Hubert Tong",
		"date": "2014-02-13"
	},
	"CWG1944": {
		"type": "issue",
		"title": "New C incompatibilities",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1944",
		"link": "https://wg21.link/cwg1944",
		"section": "Clause Annex C [diff]",
		"status": "open",
		"submitter": "Mike Miller",
		"date": "2014-06-18"
	},
	"CWG1945": {
		"type": "issue",
		"title": "Friend declarations naming members of class templates in non-templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/1945.html",
		"link": "https://wg21.link/cwg1945",
		"section": "13.7.5 [temp.friend]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2014-06-19"
	},
	"CWG1946": {
		"type": "issue",
		"title": "exception-specifications vs pointer dereference",
		"long_link": "https://cplusplus.github.io/CWG/issues/1946.html",
		"link": "https://wg21.link/cwg1946",
		"section": "14.5 [except.spec]",
		"status": "CD4",
		"submitter": "Mike Miller",
		"date": "2014-06-21"
	},
	"CWG1947": {
		"type": "issue",
		"title": "Digit separators following non-octal prefix",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1947",
		"link": "https://wg21.link/cwg1947",
		"section": "5.13.2 [lex.icon]",
		"status": "NAD",
		"submitter": "Japan",
		"date": "2014-08-12"
	},
	"CWG1948": {
		"type": "issue",
		"title": "exception-specification of replacement global new",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1948",
		"link": "https://wg21.link/cwg1948",
		"section": "6.8.6.5 [basic.stc.dynamic]",
		"status": "NAD",
		"submitter": "Steve Clamage",
		"date": "2014-06-18"
	},
	"CWG1949": {
		"type": "issue",
		"title": "“sequenced after” instead of “sequenced before”",
		"long_link": "https://cplusplus.github.io/CWG/issues/1949.html",
		"link": "https://wg21.link/cwg1949",
		"section": "6.10.1 [intro.execution]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-06-18"
	},
	"CWG1950": {
		"type": "issue",
		"title": "Restructuring description of ranks of conversion sequences",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1950",
		"link": "https://wg21.link/cwg1950",
		"section": "12.2.4.3 [over.ics.rank]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"date": "2014-06-18"
	},
	"CWG1951": {
		"type": "issue",
		"title": "Cv-qualification and literal types",
		"long_link": "https://cplusplus.github.io/CWG/issues/1951.html",
		"link": "https://wg21.link/cwg1951",
		"section": "6.9 [basic.types]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-06-19"
	},
	"CWG1952": {
		"type": "issue",
		"title": "Constant expressions and library undefined behavior",
		"long_link": "https://cplusplus.github.io/CWG/issues/1952.html",
		"link": "https://wg21.link/cwg1952",
		"section": "7.7 [expr.const]",
		"status": "CD4",
		"submitter": "Daniel Krügler",
		"date": "2014-06-22"
	},
	"CWG1953": {
		"type": "issue",
		"title": "Data races and common initial sequence",
		"long_link": "https://cplusplus.github.io/CWG/issues/1953.html",
		"link": "https://wg21.link/cwg1953",
		"section": "6.8.1 [intro.memory]",
		"status": "CD7",
		"submitter": "Faisal Vali",
		"date": "2014-06-23"
	},
	"CWG1954": {
		"type": "issue",
		"title": "typeid null dereference check in subexpressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/1954.html",
		"link": "https://wg21.link/cwg1954",
		"section": "7.6.1.8 [expr.typeid]",
		"status": "CD7",
		"submitter": "David Majnemer",
		"date": "2014-06-23"
	},
	"CWG1955": {
		"type": "issue",
		"title": "#elif with invalid controlling expression",
		"long_link": "https://cplusplus.github.io/CWG/issues/1955.html",
		"link": "https://wg21.link/cwg1955",
		"section": "15.2 [cpp.cond]",
		"status": "CD4",
		"submitter": "Jonathan Wakely",
		"date": "2014-06-25",
		"liaison": "WG14"
	},
	"CWG1956": {
		"type": "issue",
		"title": "Reuse of storage of automatic variables",
		"long_link": "https://cplusplus.github.io/CWG/issues/1956.html",
		"link": "https://wg21.link/cwg1956",
		"section": "6.8.6.4 [basic.stc.auto]",
		"status": "CD4",
		"submitter": "Daniel Krügler",
		"date": "2014-06-29"
	},
	"CWG1957": {
		"type": "issue",
		"title": "decltype(auto) with direct-list-initialization",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1957",
		"link": "https://wg21.link/cwg1957",
		"section": "9.2.9.7 [dcl.spec.auto]",
		"status": "NAD",
		"submitter": "Vinny Romano",
		"date": "2014-06-30"
	},
	"CWG1958": {
		"type": "issue",
		"title": "decltype(auto) with parenthesized initializer",
		"long_link": "https://cplusplus.github.io/CWG/issues/1958.html",
		"link": "https://wg21.link/cwg1958",
		"section": "9.2.9.7 [dcl.spec.auto]",
		"status": "CD4",
		"submitter": "Vinny Romano",
		"date": "2014-06-30"
	},
	"CWG1959": {
		"type": "issue",
		"title": "Inadvertently inherited copy constructor",
		"long_link": "https://cplusplus.github.io/CWG/issues/1959.html",
		"link": "https://wg21.link/cwg1959",
		"section": "_N4527_.12.9 [class.inhctor]",
		"status": "CD4",
		"submitter": "David Krauss",
		"date": "2014-06-30"
	},
	"CWG1960": {
		"type": "issue",
		"title": "Visibility of entity named in class-scope using-declaration",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1960",
		"link": "https://wg21.link/cwg1960",
		"section": "9.10 [namespace.udecl]",
		"status": "NAD",
		"submitter": "Hubert Tong",
		"date": "2014-07-04"
	},
	"CWG1961": {
		"type": "issue",
		"title": "Potentially-concurrent actions within a signal handler",
		"long_link": "https://cplusplus.github.io/CWG/issues/1961.html",
		"link": "https://wg21.link/cwg1961",
		"section": "6.10.2 [intro.multithread]",
		"status": "C++17",
		"submitter": "Faisal Vali",
		"date": "2014-07-04"
	},
	"CWG1962": {
		"type": "issue",
		"title": "Type of __func__",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1962",
		"link": "https://wg21.link/cwg1962",
		"section": "9.6.1 [dcl.fct.def.general]",
		"status": "open",
		"submitter": "Steve Clamage",
		"date": "2014-07-04",
		"liaison": "EWG"
	},
	"CWG1963": {
		"type": "issue",
		"title": "Implementation-defined identifier characters",
		"long_link": "https://cplusplus.github.io/CWG/issues/1963.html",
		"link": "https://wg21.link/cwg1963",
		"section": "5.11 [lex.name]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-07-07"
	},
	"CWG1964": {
		"type": "issue",
		"title": "opaque-enum-declaration in alias-declaration?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1964",
		"link": "https://wg21.link/cwg1964",
		"section": "9.2.4 [dcl.typedef]",
		"status": "NAD",
		"submitter": "Fedor Sergeev",
		"date": "2014-07-07"
	},
	"CWG1965": {
		"type": "issue",
		"title": "Explicit casts to reference types",
		"long_link": "https://cplusplus.github.io/CWG/issues/1965.html",
		"link": "https://wg21.link/cwg1965",
		"section": "7.6.1.7 [expr.dynamic.cast]",
		"status": "CD7",
		"submitter": "Richard Smith",
		"date": "2014-07-07"
	},
	"CWG1966": {
		"type": "issue",
		"title": "Colon following enumeration elaborated-type-specifier",
		"long_link": "https://cplusplus.github.io/CWG/issues/1966.html",
		"link": "https://wg21.link/cwg1966",
		"section": "9.8.1 [dcl.enum]",
		"status": "CD4",
		"submitter": "Daveed Vandevoorde",
		"date": "2014-07-08"
	},
	"CWG1967": {
		"type": "issue",
		"title": "Temporary lifetime and move-elision",
		"long_link": "https://cplusplus.github.io/CWG/issues/1967.html",
		"link": "https://wg21.link/cwg1967",
		"section": "11.9.6 [class.copy.elision]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-07-11"
	},
	"CWG1968": {
		"type": "issue",
		"title": "Address of typeid in constant expressions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1968",
		"link": "https://wg21.link/cwg1968",
		"section": "7.7 [expr.const]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"date": "2014-07-14"
	},
	"CWG1969": {
		"type": "issue",
		"title": "Missing exclusion of ~S as an ordinary function name",
		"long_link": "https://cplusplus.github.io/CWG/issues/1969.html",
		"link": "https://wg21.link/cwg1969",
		"section": "11.4.7 [class.dtor]",
		"status": "CD6",
		"submitter": "Richard Smith",
		"date": "2014-07-14"
	},
	"CWG1970": {
		"type": "issue",
		"title": "Ambiguity resolution for (T())*x",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1970",
		"link": "https://wg21.link/cwg1970",
		"section": "9.3.3 [dcl.ambig.res]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"date": "2014-07-15"
	},
	"CWG1971": {
		"type": "issue",
		"title": "Unclear disambiguation of destructor and operator~",
		"long_link": "https://cplusplus.github.io/CWG/issues/1971.html",
		"link": "https://wg21.link/cwg1971",
		"section": "7.6.2.2 [expr.unary.op]",
		"status": "CD4",
		"submitter": "Hubert Tong",
		"date": "2014-07-15"
	},
	"CWG1972": {
		"type": "issue",
		"title": "Identifier character restrictions in non-identifiers",
		"long_link": "https://cplusplus.github.io/CWG/issues/1972.html",
		"link": "https://wg21.link/cwg1972",
		"section": "5.11 [lex.name]",
		"status": "CD6",
		"submitter": "Richard Smith",
		"date": "2014-07-15"
	},
	"CWG1973": {
		"type": "issue",
		"title": "Which parameter-declaration-clause in a lambda-expression?",
		"long_link": "https://cplusplus.github.io/CWG/issues/1973.html",
		"link": "https://wg21.link/cwg1973",
		"section": "7.5.6.2 [expr.prim.lambda.closure]",
		"status": "CD7",
		"submitter": "Dinka Ranns",
		"date": "2014-07-16"
	},
	"CWG1974": {
		"type": "issue",
		"title": "Redundant specification of non-type typename-specifier",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1974",
		"link": "https://wg21.link/cwg1974",
		"section": "13.8 [temp.res]",
		"status": "NAD",
		"submitter": "Hubert Tong",
		"date": "2014-07-17"
	},
	"CWG1975": {
		"type": "issue",
		"title": "Permissible declarations for exception-specifications",
		"long_link": "https://cplusplus.github.io/CWG/issues/1975.html",
		"link": "https://wg21.link/cwg1975",
		"section": "14.5 [except.spec]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-07-18"
	},
	"CWG1976": {
		"type": "issue",
		"title": "Ambiguity of namespace-aliases",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1976",
		"link": "https://wg21.link/cwg1976",
		"section": "9.9.3 [namespace.alias]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"date": "2014-07-20"
	},
	"CWG1977": {
		"type": "issue",
		"title": "Contradictory results of failed destructor lookup",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1977",
		"link": "https://wg21.link/cwg1977",
		"section": "11.4.7 [class.dtor]",
		"status": "open",
		"submitter": "Gabriel Dos Reis",
		"date": "2014-07-21"
	},
	"CWG1978": {
		"type": "issue",
		"title": "Redundant description of explicit constructor use",
		"long_link": "https://cplusplus.github.io/CWG/issues/1978.html",
		"link": "https://wg21.link/cwg1978",
		"section": "11.4.8.2 [class.conv.ctor]",
		"status": "CD4",
		"submitter": "Geoffrey Romer",
		"date": "2014-07-22"
	},
	"CWG1979": {
		"type": "issue",
		"title": "Alias template specialization in template member definition",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1979",
		"link": "https://wg21.link/cwg1979",
		"section": "13.7.8 [temp.alias]",
		"status": "drafting",
		"submitter": "Gabriel Dos Reis",
		"date": "2014-07-31"
	},
	"CWG1980": {
		"type": "issue",
		"title": "Equivalent but not functionally-equivalent redeclarations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1980",
		"link": "https://wg21.link/cwg1980",
		"section": "13.7.8 [temp.alias]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2014-08-04"
	},
	"CWG1981": {
		"type": "issue",
		"title": "Implicit contextual conversions and explicit",
		"long_link": "https://cplusplus.github.io/CWG/issues/1981.html",
		"link": "https://wg21.link/cwg1981",
		"section": "7.3 [conv]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-08-08"
	},
	"CWG1982": {
		"type": "issue",
		"title": "Deduction extending parameter pack",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1982",
		"link": "https://wg21.link/cwg1982",
		"section": "13.10.2 [temp.arg.explicit]",
		"status": "NAD",
		"submitter": "Filip Roséen",
		"date": "2014-08-09"
	},
	"CWG1983": {
		"type": "issue",
		"title": "Inappropriate use of virt-specifier",
		"long_link": "https://cplusplus.github.io/CWG/issues/1983.html",
		"link": "https://wg21.link/cwg1983",
		"section": "11.4 [class.mem]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2014-08-11"
	},
	"CWG1984": {
		"type": "issue",
		"title": "Lossless narrowing conversions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1984",
		"link": "https://wg21.link/cwg1984",
		"section": "9.5.5 [dcl.init.list]",
		"status": "NAD",
		"submitter": "Hubert Tong",
		"date": "2014-08-13"
	},
	"CWG1985": {
		"type": "issue",
		"title": "Unknown bound array member with brace-or-equal-initializer",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1985",
		"link": "https://wg21.link/cwg1985",
		"section": "9.5.2 [dcl.init.aggr]",
		"status": "NAD",
		"submitter": "Hubert Tong",
		"date": "2014-08-09"
	},
	"CWG1986": {
		"type": "issue",
		"title": "odr-use and delayed initialization",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1986",
		"link": "https://wg21.link/cwg1986",
		"section": "6.10.3.2 [basic.start.static]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2014-08-21"
	},
	"CWG1987": {
		"type": "issue",
		"title": "constexpr static data members across translation units",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1987",
		"link": "https://wg21.link/cwg1987",
		"section": "11.4.9.3 [class.static.data]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"date": "2014-08-22"
	},
	"CWG1988": {
		"type": "issue",
		"title": "Ambiguity between dependent and non-dependent bases in implicit member access",
		"long_link": "https://cplusplus.github.io/CWG/issues/1988.html",
		"link": "https://wg21.link/cwg1988",
		"section": "13.8.3.2 [temp.dep.type]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-08-22"
	},
	"CWG1989": {
		"type": "issue",
		"title": "Insufficient restrictions on parameters of postfix operators",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1989",
		"link": "https://wg21.link/cwg1989",
		"section": "12.4 [over.oper]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2014-08-30"
	},
	"CWG1990": {
		"type": "issue",
		"title": "Ambiguity due to optional decl-specifier-seq",
		"long_link": "https://cplusplus.github.io/CWG/issues/1990.html",
		"link": "https://wg21.link/cwg1990",
		"section": "9.1 [dcl.pre]",
		"status": "CD4",
		"submitter": "Hubert Tong",
		"date": "2014-08-27"
	},
	"CWG1991": {
		"type": "issue",
		"title": "Inheriting constructors vs default arguments",
		"long_link": "https://cplusplus.github.io/CWG/issues/1991.html",
		"link": "https://wg21.link/cwg1991",
		"section": "_N4527_.12.9 [class.inhctor]",
		"status": "CD4",
		"submitter": "Hubert Tong",
		"date": "2014-08-27"
	},
	"CWG1992": {
		"type": "issue",
		"title": "new (std::nothrow) int[N] can throw",
		"long_link": "https://cplusplus.github.io/CWG/issues/1992.html",
		"link": "https://wg21.link/cwg1992",
		"section": "7.6.2.8 [expr.new]",
		"status": "CD4",
		"submitter": "Martin Sebor",
		"date": "2014-08-27"
	},
	"CWG1993": {
		"type": "issue",
		"title": "Use of template<> defining member of explicit specialization",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1993",
		"link": "https://wg21.link/cwg1993",
		"section": "13.9.4 [temp.expl.spec]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2014-08-31"
	},
	"CWG1994": {
		"type": "issue",
		"title": "Confusing wording regarding multiple template<> prefixes",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1994",
		"link": "https://wg21.link/cwg1994",
		"section": "13.9.4 [temp.expl.spec]",
		"status": "dup",
		"submitter": "Richard Smith",
		"date": "2014-09-03"
	},
	"CWG1995": {
		"type": "issue",
		"title": "exception-specifications and non-type template parameters",
		"long_link": "https://cplusplus.github.io/CWG/issues/1995.html",
		"link": "https://wg21.link/cwg1995",
		"section": "14.5 [except.spec]",
		"status": "CD4",
		"submitter": "Gabriel Dos Reis",
		"date": "2014-09-03"
	},
	"CWG1996": {
		"type": "issue",
		"title": "Reference list-initialization ignores conversion functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1996",
		"link": "https://wg21.link/cwg1996",
		"section": "9.5.5 [dcl.init.list]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2014-09-04"
	},
	"CWG1997": {
		"type": "issue",
		"title": "Placement new and previous initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/1997.html",
		"link": "https://wg21.link/cwg1997",
		"section": "6.8.5 [basic.indet]",
		"status": "CD7",
		"submitter": "Jason Merrill",
		"date": "2014-09-08"
	},
	"CWG1998": {
		"type": "issue",
		"title": "Additional sources of xvalue expressions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1998",
		"link": "https://wg21.link/cwg1998",
		"section": "7.2.1 [basic.lval]",
		"status": "NAD",
		"submitter": "Daveed Vandevoorde",
		"date": "2014-09-08"
	},
	"CWG1999": {
		"type": "issue",
		"title": "Representation of source characters as universal-character-names",
		"long_link": "https://cplusplus.github.io/CWG/issues/1999.html",
		"link": "https://wg21.link/cwg1999",
		"section": "5.2 [lex.phases]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-09-09"
	},
	"CWG2000": {
		"type": "issue",
		"title": "header-name outside #include directive",
		"long_link": "https://cplusplus.github.io/CWG/issues/2000.html",
		"link": "https://wg21.link/cwg2000",
		"section": "5.5 [lex.pptoken]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-09-09"
	},
	"CWG2001": {
		"type": "issue",
		"title": "non-directive is underspecified",
		"long_link": "https://cplusplus.github.io/CWG/issues/2001.html",
		"link": "https://wg21.link/cwg2001",
		"section": "15.1 [cpp.pre]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-09-10"
	},
	"CWG2002": {
		"type": "issue",
		"title": "White space within preprocessing directives",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2002",
		"link": "https://wg21.link/cwg2002",
		"section": "15.1 [cpp.pre]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2014-09-10",
		"liaison": "WG14"
	},
	"CWG2003": {
		"type": "issue",
		"title": "Zero-argument macros incorrectly specified",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2003",
		"link": "https://wg21.link/cwg2003",
		"section": "15.7 [cpp.replace]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2014-09-12"
	},
	"CWG2004": {
		"type": "issue",
		"title": "Unions with mutable members in constant expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2004.html",
		"link": "https://wg21.link/cwg2004",
		"section": "7.7 [expr.const]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-09-16"
	},
	"CWG2005": {
		"type": "issue",
		"title": "Incorrect constexpr reference initialization requirements",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2005",
		"link": "https://wg21.link/cwg2005",
		"section": "7.7 [expr.const]",
		"status": "NAD",
		"submitter": "David Krauss",
		"date": "2014-09-18"
	},
	"CWG2006": {
		"type": "issue",
		"title": "Cv-qualified void types",
		"long_link": "https://cplusplus.github.io/CWG/issues/2006.html",
		"link": "https://wg21.link/cwg2006",
		"section": "6.9.4 [basic.compound]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-09-16"
	},
	"CWG2007": {
		"type": "issue",
		"title": "Argument-dependent lookup for operator=",
		"long_link": "https://cplusplus.github.io/CWG/issues/2007.html",
		"link": "https://wg21.link/cwg2007",
		"section": "12.2.2.3 [over.match.oper]",
		"status": "CD6",
		"submitter": "Richard Smith",
		"date": "2014-09-23"
	},
	"CWG2008": {
		"type": "issue",
		"title": "Default template-arguments underspecified",
		"long_link": "https://cplusplus.github.io/CWG/issues/2008.html",
		"link": "https://wg21.link/cwg2008",
		"section": "13.4 [temp.arg]",
		"status": "CD4",
		"submitter": "Andrew Sutton",
		"date": "2014-09-23"
	},
	"CWG2009": {
		"type": "issue",
		"title": "Unclear specification of class scope",
		"long_link": "https://cplusplus.github.io/CWG/issues/2009.html",
		"link": "https://wg21.link/cwg2009",
		"section": "6.4.7 [basic.scope.class]",
		"status": "CD6",
		"submitter": "Richard Smith",
		"date": "2014-09-23"
	},
	"CWG2010": {
		"type": "issue",
		"title": "exception-specifications and conversion operators",
		"long_link": "https://cplusplus.github.io/CWG/issues/2010.html",
		"link": "https://wg21.link/cwg2010",
		"section": "14.5 [except.spec]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-09-26"
	},
	"CWG2011": {
		"type": "issue",
		"title": "Unclear effect of reference capture of reference",
		"long_link": "https://cplusplus.github.io/CWG/issues/2011.html",
		"link": "https://wg21.link/cwg2011",
		"section": "7.5.6.3 [expr.prim.lambda.capture]",
		"status": "C++17",
		"submitter": "Ville Voutilainen",
		"date": "2014-09-28"
	},
	"CWG2012": {
		"type": "issue",
		"title": "Lifetime of references",
		"long_link": "https://cplusplus.github.io/CWG/issues/2012.html",
		"link": "https://wg21.link/cwg2012",
		"section": "6.8.6 [basic.stc]",
		"status": "CD4",
		"submitter": "Mike Miller",
		"date": "2014-09-29"
	},
	"CWG2013": {
		"type": "issue",
		"title": "Pointer subtraction in large array",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2013",
		"link": "https://wg21.link/cwg2013",
		"section": "7.6.6 [expr.add]",
		"status": "drafting",
		"submitter": "Jason Merrill",
		"date": "2014-10-02"
	},
	"CWG2014": {
		"type": "issue",
		"title": "Unneeded deallocation signatures",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2014",
		"link": "https://wg21.link/cwg2014",
		"section": "17.6.3.3 [new.delete.array]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"date": "2014-10-03"
	},
	"CWG2015": {
		"type": "issue",
		"title": "odr-use of deleted virtual functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2015.html",
		"link": "https://wg21.link/cwg2015",
		"section": "9.6.3 [dcl.fct.def.delete]",
		"status": "CD4",
		"submitter": "David Majnemer",
		"date": "2014-10-05"
	},
	"CWG2016": {
		"type": "issue",
		"title": "Confusing wording in description of conversion function",
		"long_link": "https://cplusplus.github.io/CWG/issues/2016.html",
		"link": "https://wg21.link/cwg2016",
		"section": "11.4.8.3 [class.conv.fct]",
		"status": "CD4",
		"submitter": "Daniel Krügler",
		"date": "2014-10-05"
	},
	"CWG2017": {
		"type": "issue",
		"title": "Flowing off end is not equivalent to no-expression return",
		"long_link": "https://cplusplus.github.io/CWG/issues/2017.html",
		"link": "https://wg21.link/cwg2017",
		"section": "8.8.4 [stmt.return]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-10-06"
	},
	"CWG2018": {
		"type": "issue",
		"title": "Qualification conversion vs reference binding",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2018",
		"link": "https://wg21.link/cwg2018",
		"section": "9.5.4 [dcl.init.ref]",
		"status": "dup",
		"submitter": "Richard Smith",
		"date": "2014-10-07"
	},
	"CWG2019": {
		"type": "issue",
		"title": "Member references omitted from description of storage duration",
		"long_link": "https://cplusplus.github.io/CWG/issues/2019.html",
		"link": "https://wg21.link/cwg2019",
		"section": "6.8.6.1 [basic.stc.general]",
		"status": "CD4",
		"submitter": "David Krauss",
		"date": "2014-10-08"
	},
	"CWG2020": {
		"type": "issue",
		"title": "Inadequate description of odr-use of implicitly-invoked functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2020.html",
		"link": "https://wg21.link/cwg2020",
		"section": "6.3 [basic.def.odr]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2014-10-08"
	},
	"CWG2021": {
		"type": "issue",
		"title": "Function template redeclaration via alias template",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2021",
		"link": "https://wg21.link/cwg2021",
		"section": "13.7.7.2 [temp.over.link]",
		"status": "dup",
		"submitter": "Richard Smith",
		"date": "2014-10-15"
	},
	"CWG2022": {
		"type": "issue",
		"title": "Copy elision in constant expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2022.html",
		"link": "https://wg21.link/cwg2022",
		"section": "7.7 [expr.const]",
		"status": "CD4",
		"submitter": "Jason Merrill",
		"date": "2014-10-16"
	},
	"CWG2023": {
		"type": "issue",
		"title": "Composite reference result type of conditional operator",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2023",
		"link": "https://wg21.link/cwg2023",
		"section": "7.6.16 [expr.cond]",
		"status": "drafting",
		"submitter": "Daniel Krügler",
		"date": "2014-10-16"
	},
	"CWG2024": {
		"type": "issue",
		"title": "Dependent types and unexpanded parameter packs",
		"long_link": "https://cplusplus.github.io/CWG/issues/2024.html",
		"link": "https://wg21.link/cwg2024",
		"section": "13.8.3.2 [temp.dep.type]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-10-17"
	},
	"CWG2025": {
		"type": "issue",
		"title": "Declaration matching via alias templates",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2025",
		"link": "https://wg21.link/cwg2025",
		"section": "13.7.7.2 [temp.over.link]",
		"status": "dup",
		"submitter": "Richard Smith",
		"date": "2014-10-17"
	},
	"CWG2026": {
		"type": "issue",
		"title": "Zero-initialization and constexpr",
		"long_link": "https://cplusplus.github.io/CWG/issues/2026.html",
		"link": "https://wg21.link/cwg2026",
		"section": "6.10.3 [basic.start]",
		"status": "CD4",
		"submitter": "Jason Merrill",
		"date": "2014-10-20"
	},
	"CWG2027": {
		"type": "issue",
		"title": "Unclear requirements for multiple alignas specifiers",
		"long_link": "https://cplusplus.github.io/CWG/issues/2027.html",
		"link": "https://wg21.link/cwg2027",
		"section": "9.13.2 [dcl.align]",
		"status": "CD4",
		"submitter": "Steve Clamage",
		"date": "2014-10-20"
	},
	"CWG2028": {
		"type": "issue",
		"title": "Converting constructors in rvalue reference initialization",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2028",
		"link": "https://wg21.link/cwg2028",
		"section": "12.2.2.7 [over.match.ref]",
		"status": "drafting",
		"submitter": "Mitsuru Kariya",
		"date": "2014-10-25"
	},
	"CWG2029": {
		"type": "issue",
		"title": "Abstract class return type in decltype operand",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2029",
		"link": "https://wg21.link/cwg2029",
		"section": "7.6.1.3 [expr.call]",
		"status": "dup",
		"submitter": "Mike Miller",
		"date": "2014-10-27"
	},
	"CWG2030": {
		"type": "issue",
		"title": "Access of injected-class-name with template arguments",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2030",
		"link": "https://wg21.link/cwg2030",
		"section": "11.8.3 [class.access.base]",
		"status": "NAD",
		"submitter": "Mike Miller",
		"date": "2014-10-27"
	},
	"CWG2031": {
		"type": "issue",
		"title": "Missing incompatibility for &&",
		"long_link": "https://cplusplus.github.io/CWG/issues/2031.html",
		"link": "https://wg21.link/cwg2031",
		"section": "C.6.3 [diff.cpp03.expr]",
		"status": "CD4",
		"submitter": "Melissa Mears",
		"date": "2014-10-31"
	},
	"CWG2032": {
		"type": "issue",
		"title": "Default template-arguments of variable templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/2032.html",
		"link": "https://wg21.link/cwg2032",
		"section": "13.2 [temp.param]",
		"status": "CD4",
		"submitter": "CWG",
		"date": "2014-11-03"
	},
	"CWG2033": {
		"type": "issue",
		"title": "Redundant restriction on partial specialization argument",
		"long_link": "https://cplusplus.github.io/CWG/issues/2033.html",
		"link": "https://wg21.link/cwg2033",
		"section": "13.7.6.1 [temp.spec.partial.general]",
		"status": "CD4",
		"submitter": "CWG",
		"date": "2014-11-04"
	},
	"CWG2034": {
		"type": "issue",
		"title": "Deprecating uncaught_exception()",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2034",
		"link": "https://wg21.link/cwg2034",
		"section": "_N5001_.14.6.3 [except.uncaught]",
		"status": "NAD",
		"submitter": "CWG",
		"date": "2014-11-06"
	},
	"CWG2035": {
		"type": "issue",
		"title": "Multi-section example is confusing",
		"long_link": "https://cplusplus.github.io/CWG/issues/2035.html",
		"link": "https://wg21.link/cwg2035",
		"section": "13.7.6.2 [temp.spec.partial.match]",
		"status": "CD3",
		"submitter": "CWG",
		"date": "2014-11-06"
	},
	"CWG2036": {
		"type": "issue",
		"title": "Refactoring parameters-and-qualifiers",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2036",
		"link": "https://wg21.link/cwg2036",
		"section": "9.3 [dcl.decl]",
		"status": "NAD",
		"submitter": "Jonathan Caves",
		"date": "2014-11-05"
	},
	"CWG2037": {
		"type": "issue",
		"title": "Alias templates and template declaration matching",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2037",
		"link": "https://wg21.link/cwg2037",
		"section": "13.6 [temp.type]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2014-11-06"
	},
	"CWG2038": {
		"type": "issue",
		"title": "Document C++14 incompatibility of new braced deduction rule",
		"long_link": "https://cplusplus.github.io/CWG/issues/2038.html",
		"link": "https://wg21.link/cwg2038",
		"section": "C.4 [diff.cpp14]",
		"status": "CD4",
		"submitter": "Jonathan Caves",
		"date": "2014-11-08"
	},
	"CWG2039": {
		"type": "issue",
		"title": "Constant conversions to bool",
		"long_link": "https://cplusplus.github.io/CWG/issues/2039.html",
		"link": "https://wg21.link/cwg2039",
		"section": "14.5 [except.spec]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-11-09"
	},
	"CWG2040": {
		"type": "issue",
		"title": "trailing-return-type no longer ambiguous",
		"long_link": "https://cplusplus.github.io/CWG/issues/2040.html",
		"link": "https://wg21.link/cwg2040",
		"section": "9.3 [dcl.decl]",
		"status": "CD4",
		"submitter": "Jens Maurer",
		"date": "2014-11-09"
	},
	"CWG2041": {
		"type": "issue",
		"title": "Namespace for explicit class template specialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/2041.html",
		"link": "https://wg21.link/cwg2041",
		"section": "13.9.4 [temp.expl.spec]",
		"status": "CD4",
		"submitter": "Jason Merrill",
		"date": "2014-11-11"
	},
	"CWG2042": {
		"type": "issue",
		"title": "Exceptions and deallocation functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2042",
		"link": "https://wg21.link/cwg2042",
		"section": "6.8.6.5.3 [basic.stc.dynamic.deallocation]",
		"status": "review",
		"submitter": "Richard Smith",
		"date": "2014-11-13"
	},
	"CWG2043": {
		"type": "issue",
		"title": "Generalized template arguments and array-to-pointer decay",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2043",
		"link": "https://wg21.link/cwg2043",
		"section": "13.4.3 [temp.arg.nontype]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2014-11-13"
	},
	"CWG2044": {
		"type": "issue",
		"title": "decltype(auto) and void",
		"long_link": "https://cplusplus.github.io/CWG/issues/2044.html",
		"link": "https://wg21.link/cwg2044",
		"section": "9.2.9.7 [dcl.spec.auto]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-11-14"
	},
	"CWG2045": {
		"type": "issue",
		"title": "“Identical” template parameter lists",
		"long_link": "https://cplusplus.github.io/CWG/issues/2045.html",
		"link": "https://wg21.link/cwg2045",
		"section": "13.7.7.2 [temp.over.link]",
		"status": "CD5",
		"submitter": "Faisal Vali",
		"date": "2014-11-14"
	},
	"CWG2046": {
		"type": "issue",
		"title": "Incomplete thread specifications",
		"long_link": "https://cplusplus.github.io/CWG/issues/2046.html",
		"link": "https://wg21.link/cwg2046",
		"section": "6.10.2 [intro.multithread]",
		"status": "C++17",
		"submitter": "Dinka Ranns",
		"date": "2014-11-17"
	},
	"CWG2047": {
		"type": "issue",
		"title": "Coordinating “throws anything” specifications",
		"long_link": "https://cplusplus.github.io/CWG/issues/2047.html",
		"link": "https://wg21.link/cwg2047",
		"section": "14.5 [except.spec]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-11-18"
	},
	"CWG2048": {
		"type": "issue",
		"title": "C-style casts that cast away constness vs static_cast",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2048",
		"link": "https://wg21.link/cwg2048",
		"section": "7.6.1.9 [expr.static.cast]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2014-11-19"
	},
	"CWG2049": {
		"type": "issue",
		"title": "List initializer in non-type template default argument",
		"long_link": "https://cplusplus.github.io/CWG/issues/2049.html",
		"link": "https://wg21.link/cwg2049",
		"section": "13.4.3 [temp.arg.nontype]",
		"status": "CD7",
		"submitter": "Ville Voutilainen",
		"date": "2014-11-20"
	},
	"CWG2050": {
		"type": "issue",
		"title": "Consolidate specification of linkage",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2050",
		"link": "https://wg21.link/cwg2050",
		"section": "9.2.2 [dcl.stc]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"date": "2014-11-26"
	},
	"CWG2051": {
		"type": "issue",
		"title": "Simplifying alias rules",
		"long_link": "https://cplusplus.github.io/CWG/issues/2051.html",
		"link": "https://wg21.link/cwg2051",
		"section": "7.2.1 [basic.lval]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2014-12-03"
	},
	"CWG2052": {
		"type": "issue",
		"title": "Template argument deduction vs overloaded operators",
		"long_link": "https://cplusplus.github.io/CWG/issues/2052.html",
		"link": "https://wg21.link/cwg2052",
		"section": "12.4 [over.oper]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-12-03"
	},
	"CWG2053": {
		"type": "issue",
		"title": "auto in non-generic lambdas",
		"long_link": "https://cplusplus.github.io/CWG/issues/2053.html",
		"link": "https://wg21.link/cwg2053",
		"section": "9.2.9.7 [dcl.spec.auto]",
		"status": "C++20",
		"submitter": "Faisal Vali",
		"date": "2014-12-07"
	},
	"CWG2054": {
		"type": "issue",
		"title": "Missing description of class SFINAE",
		"long_link": "https://cplusplus.github.io/CWG/issues/2054.html",
		"link": "https://wg21.link/cwg2054",
		"section": "13.10.3 [temp.deduct]",
		"status": "CD7",
		"submitter": "Ville Voutilainen",
		"date": "2014-12-07"
	},
	"CWG2055": {
		"type": "issue",
		"title": "Explicitly-specified non-deduced parameter packs",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2055",
		"link": "https://wg21.link/cwg2055",
		"section": "13.10.2 [temp.arg.explicit]",
		"status": "drafting",
		"submitter": "Jonathan Caves",
		"date": "2014-12-09"
	},
	"CWG2056": {
		"type": "issue",
		"title": "Member function calls in partially-initialized class objects",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2056",
		"link": "https://wg21.link/cwg2056",
		"section": "11.9.3 [class.base.init]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2014-12-11"
	},
	"CWG2057": {
		"type": "issue",
		"title": "Template template arguments with default arguments",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2057",
		"link": "https://wg21.link/cwg2057",
		"section": "13.4.4 [temp.arg.template]",
		"status": "drafting",
		"submitter": "Jonathan Caves",
		"date": "2014-12-12"
	},
	"CWG2058": {
		"type": "issue",
		"title": "More errors from internal-linkage namespaces",
		"long_link": "https://cplusplus.github.io/CWG/issues/2058.html",
		"link": "https://wg21.link/cwg2058",
		"section": "6.7 [basic.link]",
		"status": "CD6",
		"submitter": "Richard Smith",
		"date": "2014-12-15"
	},
	"CWG2059": {
		"type": "issue",
		"title": "Linkage and deduced return types",
		"long_link": "https://cplusplus.github.io/CWG/issues/2059.html",
		"link": "https://wg21.link/cwg2059",
		"section": "9.2.9.7 [dcl.spec.auto]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2014-12-15"
	},
	"CWG2060": {
		"type": "issue",
		"title": "Deduced return type for explicit specialization",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2060",
		"link": "https://wg21.link/cwg2060",
		"section": "9.2.9.7 [dcl.spec.auto]",
		"status": "NAD",
		"submitter": "John Spicer",
		"date": "2014-12-15"
	},
	"CWG2061": {
		"type": "issue",
		"title": "Inline namespace after simplifications",
		"long_link": "https://cplusplus.github.io/CWG/issues/2061.html",
		"link": "https://wg21.link/cwg2061",
		"section": "9.9.2 [namespace.def]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-12-18"
	},
	"CWG2062": {
		"type": "issue",
		"title": "Class template redeclaration requirements",
		"long_link": "https://cplusplus.github.io/CWG/issues/2062.html",
		"link": "https://wg21.link/cwg2062",
		"section": "13.7.2 [temp.class]",
		"status": "CD6",
		"submitter": "Hubert Tong",
		"date": "2014-12-19"
	},
	"CWG2063": {
		"type": "issue",
		"title": "Type/nontype hiding in class scope",
		"long_link": "https://cplusplus.github.io/CWG/issues/2063.html",
		"link": "https://wg21.link/cwg2063",
		"section": "_N4868_.6.4.1 [basic.scope.declarative]",
		"status": "CD4",
		"submitter": "Hubert Tong",
		"date": "2014-12-20"
	},
	"CWG2064": {
		"type": "issue",
		"title": "Conflicting specifications for dependent decltype-specifiers",
		"long_link": "https://cplusplus.github.io/CWG/issues/2064.html",
		"link": "https://wg21.link/cwg2064",
		"section": "13.6 [temp.type]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-12-27"
	},
	"CWG2065": {
		"type": "issue",
		"title": "Current instantiation of a partial specialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/2065.html",
		"link": "https://wg21.link/cwg2065",
		"section": "13.8.3.2 [temp.dep.type]",
		"status": "CD6",
		"submitter": "Richard Smith",
		"date": "2014-12-29"
	},
	"CWG2066": {
		"type": "issue",
		"title": "Does type-dependent imply value-dependent?",
		"long_link": "https://cplusplus.github.io/CWG/issues/2066.html",
		"link": "https://wg21.link/cwg2066",
		"section": "13.8.3.4 [temp.dep.constexpr]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2015-01-09"
	},
	"CWG2067": {
		"type": "issue",
		"title": "Generated variadic templates requiring empty pack",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2067",
		"link": "https://wg21.link/cwg2067",
		"section": "13.8 [temp.res]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2015-01-09"
	},
	"CWG2068": {
		"type": "issue",
		"title": "When can/must a defaulted virtual destructor be defined?",
		"long_link": "https://cplusplus.github.io/CWG/issues/2068.html",
		"link": "https://wg21.link/cwg2068",
		"section": "11.4.7 [class.dtor]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2015-01-12"
	},
	"CWG2069": {
		"type": "issue",
		"title": "Do destructors have names?",
		"long_link": "https://cplusplus.github.io/CWG/issues/2069.html",
		"link": "https://wg21.link/cwg2069",
		"section": "11.4.7 [class.dtor]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2015-01-13"
	},
	"CWG2070": {
		"type": "issue",
		"title": "using-declaration with dependent nested-name-specifier",
		"long_link": "https://cplusplus.github.io/CWG/issues/2070.html",
		"link": "https://wg21.link/cwg2070",
		"section": "6.5.5.2 [class.qual]",
		"status": "CD6",
		"submitter": "Richard Smith",
		"date": "2015-01-15"
	},
	"CWG2071": {
		"type": "issue",
		"title": "typedef with no declarator",
		"long_link": "https://cplusplus.github.io/CWG/issues/2071.html",
		"link": "https://wg21.link/cwg2071",
		"section": "9.2.4 [dcl.typedef]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2014-01-16"
	},
	"CWG2072": {
		"type": "issue",
		"title": "Default argument instantiation for member functions of templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/2072.html",
		"link": "https://wg21.link/cwg2072",
		"section": "13.9.2 [temp.inst]",
		"status": "C++23",
		"submitter": "Maxim Kartashev",
		"date": "2015-01-19"
	},
	"CWG2073": {
		"type": "issue",
		"title": "Allocating memory for exception objects",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2073",
		"link": "https://wg21.link/cwg2073",
		"section": "6.8.6.5.2 [basic.stc.dynamic.allocation]",
		"status": "open",
		"submitter": "Jonathan Wakely",
		"date": "2015-01-20"
	},
	"CWG2074": {
		"type": "issue",
		"title": "Type-dependence of local class of function template",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2074",
		"link": "https://wg21.link/cwg2074",
		"section": "13.8.3.2 [temp.dep.type]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2015-01-20"
	},
	"CWG2075": {
		"type": "issue",
		"title": "Passing short initializer lists to array reference parameters",
		"long_link": "https://cplusplus.github.io/CWG/issues/2075.html",
		"link": "https://wg21.link/cwg2075",
		"section": "12.2.4.2.6 [over.ics.list]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2015-01-27"
	},
	"CWG2076": {
		"type": "issue",
		"title": "List-initialization of arguments for constructor parameters",
		"long_link": "https://cplusplus.github.io/CWG/issues/2076.html",
		"link": "https://wg21.link/cwg2076",
		"section": "12.2.4.2 [over.best.ics]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2015-01-27"
	},
	"CWG2077": {
		"type": "issue",
		"title": "Overload resolution and invalid rvalue-reference initialization",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2077",
		"link": "https://wg21.link/cwg2077",
		"section": "12.2.4.2.5 [over.ics.ref]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2015-01-29"
	},
	"CWG2078": {
		"type": "issue",
		"title": "Name lookup of mem-initilizer-id",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2078",
		"link": "https://wg21.link/cwg2078",
		"section": "6.5.2 [class.member.lookup]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"date": "2015-01-31"
	},
	"CWG2079": {
		"type": "issue",
		"title": "[[ appearing in a balanced-token-seq",
		"long_link": "https://cplusplus.github.io/CWG/issues/2079.html",
		"link": "https://wg21.link/cwg2079",
		"section": "9.13.1 [dcl.attr.grammar]",
		"status": "CD4",
		"submitter": "Jonathan Caves",
		"date": "2015-02-03"
	},
	"CWG2080": {
		"type": "issue",
		"title": "Example with empty anonymous union member",
		"long_link": "https://cplusplus.github.io/CWG/issues/2080.html",
		"link": "https://wg21.link/cwg2080",
		"section": "11.5 [class.union]",
		"status": "CD5",
		"submitter": "John Spicer",
		"date": "2015-02-03"
	},
	"CWG2081": {
		"type": "issue",
		"title": "Deduced return type in redeclaration or specialization of function template",
		"long_link": "https://cplusplus.github.io/CWG/issues/2081.html",
		"link": "https://wg21.link/cwg2081",
		"section": "9.2.9.7 [dcl.spec.auto]",
		"status": "CD5",
		"submitter": "John Spicer",
		"date": "2015-02-05"
	},
	"CWG2082": {
		"type": "issue",
		"title": "Referring to parameters in unevaluated operands of default arguments",
		"long_link": "https://cplusplus.github.io/CWG/issues/2082.html",
		"link": "https://wg21.link/cwg2082",
		"section": "9.3.4.7 [dcl.fct.default]",
		"status": "CD4",
		"submitter": "Faisal Vali",
		"date": "2015-02-09"
	},
	"CWG2083": {
		"type": "issue",
		"title": "Incorrect cases of odr-use",
		"long_link": "https://cplusplus.github.io/CWG/issues/2083.html",
		"link": "https://wg21.link/cwg2083",
		"section": "6.3 [basic.def.odr]",
		"status": "CD5",
		"submitter": "Hubert Tong",
		"date": "2015-02-11"
	},
	"CWG2084": {
		"type": "issue",
		"title": "NSDMIs and deleted union default constructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/2084.html",
		"link": "https://wg21.link/cwg2084",
		"section": "11.4.5 [class.ctor]",
		"status": "CD4",
		"submitter": "Daveed Vandevoorde",
		"date": "2015-02-12"
	},
	"CWG2085": {
		"type": "issue",
		"title": "Invalid example of adding special member function via default argument",
		"long_link": "https://cplusplus.github.io/CWG/issues/2085.html",
		"link": "https://wg21.link/cwg2085",
		"section": "6.3 [basic.def.odr]",
		"status": "CD4",
		"submitter": "Hubert Tong",
		"date": "2015-02-13"
	},
	"CWG2086": {
		"type": "issue",
		"title": "Reference odr-use vs implicit capture",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2086",
		"link": "https://wg21.link/cwg2086",
		"section": "7.5.6.3 [expr.prim.lambda.capture]",
		"status": "drafting",
		"submitter": "Hubert Tong",
		"date": "2015-02-14"
	},
	"CWG2087": {
		"type": "issue",
		"title": "Left shift of negative value by zero bits",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2087",
		"link": "https://wg21.link/cwg2087",
		"section": "7.6.7 [expr.shift]",
		"status": "NAD",
		"submitter": "Mattheus Izvekov",
		"date": "2015-02-16"
	},
	"CWG2088": {
		"type": "issue",
		"title": "Late tiebreakers in partial ordering",
		"long_link": "https://cplusplus.github.io/CWG/issues/2088.html",
		"link": "https://wg21.link/cwg2088",
		"section": "13.10.3.5 [temp.deduct.partial]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2015-02-19"
	},
	"CWG2089": {
		"type": "issue",
		"title": "Restricting selection of builtin overloaded operators",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2089",
		"link": "https://wg21.link/cwg2089",
		"section": "12.2.2.3 [over.match.oper]",
		"status": "drafting",
		"submitter": "Hubert Tong",
		"date": "2015-02-26"
	},
	"CWG2090": {
		"type": "issue",
		"title": "Dependency via non-dependent base class",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2090",
		"link": "https://wg21.link/cwg2090",
		"section": "13.8.3.7 [temp.dep.temp]",
		"status": "open",
		"submitter": "Maxim Kartashev",
		"date": "2015-02-27"
	},
	"CWG2091": {
		"type": "issue",
		"title": "Deducing reference non-type template arguments",
		"long_link": "https://cplusplus.github.io/CWG/issues/2091.html",
		"link": "https://wg21.link/cwg2091",
		"section": "13.10.3.6 [temp.deduct.type]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2015-03-05"
	},
	"CWG2092": {
		"type": "issue",
		"title": "Deduction failure and overload resolution",
		"long_link": "https://cplusplus.github.io/CWG/issues/2092.html",
		"link": "https://wg21.link/cwg2092",
		"section": "13.10.4 [temp.over]",
		"status": "CD5",
		"submitter": "Fedor Sergeev",
		"date": "2015-03-06"
	},
	"CWG2093": {
		"type": "issue",
		"title": "Qualification conversion for pointer-to-member handler matching",
		"long_link": "https://cplusplus.github.io/CWG/issues/2093.html",
		"link": "https://wg21.link/cwg2093",
		"section": "14.4 [except.handle]",
		"status": "CD4",
		"submitter": "David Majnemer",
		"date": "2015-03-06"
	},
	"CWG2094": {
		"type": "issue",
		"title": "Trivial copy/move constructor for class with volatile member",
		"long_link": "https://cplusplus.github.io/CWG/issues/2094.html",
		"link": "https://wg21.link/cwg2094",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "C++17",
		"submitter": "Daveed Vandevoorde",
		"date": "2015-03-06"
	},
	"CWG2095": {
		"type": "issue",
		"title": "Capturing rvalue references to functions by copy",
		"long_link": "https://cplusplus.github.io/CWG/issues/2095.html",
		"link": "https://wg21.link/cwg2095",
		"section": "7.5.6.3 [expr.prim.lambda.capture]",
		"status": "CD4",
		"submitter": "Hubert Tong",
		"date": "2015-03-07"
	},
	"CWG2096": {
		"type": "issue",
		"title": "Constraints on literal unions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2096.html",
		"link": "https://wg21.link/cwg2096",
		"section": "6.9 [basic.types]",
		"status": "CD4",
		"submitter": "Agustín K-ballo Bergé",
		"date": "2015-03-11"
	},
	"CWG2097": {
		"type": "issue",
		"title": "Lambdas and noreturn attribute",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2097",
		"link": "https://wg21.link/cwg2097",
		"section": "7.5.6 [expr.prim.lambda]",
		"status": "extension",
		"submitter": "Jonathan Caves",
		"date": "2015-03-12"
	},
	"CWG2098": {
		"type": "issue",
		"title": "Is uncaught_exceptions() per-thread?",
		"long_link": "https://cplusplus.github.io/CWG/issues/2098.html",
		"link": "https://wg21.link/cwg2098",
		"section": "_N5001_.14.6.3 [except.uncaught]",
		"status": "CD4",
		"submitter": "Ville Voutilainen",
		"date": "2015-03-14"
	},
	"CWG2099": {
		"type": "issue",
		"title": "Inferring the bound of an array static data member",
		"long_link": "https://cplusplus.github.io/CWG/issues/2099.html",
		"link": "https://wg21.link/cwg2099",
		"section": "9.3.4.5 [dcl.array]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2015-03-15"
	},
	"CWG2100": {
		"type": "issue",
		"title": "Value-dependent address of static data member of class template",
		"long_link": "https://cplusplus.github.io/CWG/issues/2100.html",
		"link": "https://wg21.link/cwg2100",
		"section": "13.8.3.4 [temp.dep.constexpr]",
		"status": "C++17",
		"submitter": "Richard Smith",
		"date": "2015-03-16"
	},
	"CWG2101": {
		"type": "issue",
		"title": "Incorrect description of type- and value-dependence",
		"long_link": "https://cplusplus.github.io/CWG/issues/2101.html",
		"link": "https://wg21.link/cwg2101",
		"section": "13.8.3 [temp.dep]",
		"status": "CD4",
		"submitter": "Maxim Kartashev",
		"date": "2015-03-16"
	},
	"CWG2102": {
		"type": "issue",
		"title": "Constructor checking in new-expression",
		"long_link": "https://cplusplus.github.io/CWG/issues/2102.html",
		"link": "https://wg21.link/cwg2102",
		"section": "7.6.2.8 [expr.new]",
		"status": "CD7",
		"submitter": "Richard Smith",
		"date": "2015-03-16"
	},
	"CWG2103": {
		"type": "issue",
		"title": "Lvalue-to-rvalue conversion is irrelevant in odr-use of a reference",
		"long_link": "https://cplusplus.github.io/CWG/issues/2103.html",
		"link": "https://wg21.link/cwg2103",
		"section": "6.3 [basic.def.odr]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2015-03-17"
	},
	"CWG2104": {
		"type": "issue",
		"title": "Internal-linkage constexpr references and ODR requirements",
		"long_link": "https://cplusplus.github.io/CWG/issues/2104.html",
		"link": "https://wg21.link/cwg2104",
		"section": "6.3 [basic.def.odr]",
		"status": "CD4",
		"submitter": "James Widman",
		"date": "2015-03-17"
	},
	"CWG2105": {
		"type": "issue",
		"title": "When do the arguments for a parameter pack end?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2105",
		"link": "https://wg21.link/cwg2105",
		"section": "13.4 [temp.arg]",
		"status": "open",
		"submitter": "Hubert Tong",
		"date": "2015-03-17"
	},
	"CWG2106": {
		"type": "issue",
		"title": "Unclear restrictions on use of function-type template arguments",
		"long_link": "https://cplusplus.github.io/CWG/issues/2106.html",
		"link": "https://wg21.link/cwg2106",
		"section": "13.4.2 [temp.arg.type]",
		"status": "CD4",
		"submitter": "David Krauss",
		"date": "2015-03-17"
	},
	"CWG2107": {
		"type": "issue",
		"title": "Lifetime of temporaries for default arguments in array copying",
		"long_link": "https://cplusplus.github.io/CWG/issues/2107.html",
		"link": "https://wg21.link/cwg2107",
		"section": "6.8.7 [class.temporary]",
		"status": "CD4",
		"submitter": "Hubert Tong",
		"date": "2015-03-19"
	},
	"CWG2108": {
		"type": "issue",
		"title": "Conversions to non-class prvalues in reference initialization",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2108",
		"link": "https://wg21.link/cwg2108",
		"section": "12.2.2.7 [over.match.ref]",
		"status": "drafting",
		"submitter": "Hubert Tong",
		"date": "2015-03-24"
	},
	"CWG2109": {
		"type": "issue",
		"title": "Value dependence underspecified",
		"long_link": "https://cplusplus.github.io/CWG/issues/2109.html",
		"link": "https://wg21.link/cwg2109",
		"section": "13.8.3.4 [temp.dep.constexpr]",
		"status": "CD4",
		"submitter": "Maxim Kartashev",
		"date": "2015-03-26"
	},
	"CWG2110": {
		"type": "issue",
		"title": "Overload resolution for base class conversion and reference/non-reference",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2110",
		"link": "https://wg21.link/cwg2110",
		"section": "12.2.4.3 [over.ics.rank]",
		"status": "drafting",
		"submitter": "Alexander Kulpin",
		"date": "2015-03-27"
	},
	"CWG2111": {
		"type": "issue",
		"title": "Array temporaries in reference binding",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2111",
		"link": "https://wg21.link/cwg2111",
		"section": "9.5.4 [dcl.init.ref]",
		"status": "NAD",
		"submitter": "Vinny Romano",
		"date": "2015-04-02"
	},
	"CWG2112": {
		"type": "issue",
		"title": "new auto{x}",
		"long_link": "https://cplusplus.github.io/CWG/issues/2112.html",
		"link": "https://wg21.link/cwg2112",
		"section": "7.6.2.8 [expr.new]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2015-04-03"
	},
	"CWG2113": {
		"type": "issue",
		"title": "Incompete specification of types for declarators",
		"long_link": "https://cplusplus.github.io/CWG/issues/2113.html",
		"link": "https://wg21.link/cwg2113",
		"section": "9.3.4 [dcl.meaning]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2015-04-08"
	},
	"CWG2114": {
		"type": "issue",
		"title": "Missing description of incompatibility from aggregate NSDMIs",
		"long_link": "https://cplusplus.github.io/CWG/issues/2114.html",
		"link": "https://wg21.link/cwg2114",
		"section": "_N4750_.C.3.5 [diff.cpp11.dcl.decl]",
		"status": "CD3",
		"submitter": "Ville Voutilainen",
		"date": "2015-04-14"
	},
	"CWG2115": {
		"type": "issue",
		"title": "Order of implicit destruction vs release of automatic storage",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2115",
		"link": "https://wg21.link/cwg2115",
		"section": "8.8 [stmt.jump]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2015-04-16"
	},
	"CWG2116": {
		"type": "issue",
		"title": "Direct or copy initialization for omitted aggregate initializers",
		"long_link": "https://cplusplus.github.io/CWG/issues/2116.html",
		"link": "https://wg21.link/cwg2116",
		"section": "9.5.2 [dcl.init.aggr]",
		"status": "C++17",
		"submitter": "Richard Smith",
		"date": "2015-04-22"
	},
	"CWG2117": {
		"type": "issue",
		"title": "Explicit specializations and constexpr function templates",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2117",
		"link": "https://wg21.link/cwg2117",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "NAD",
		"submitter": "Faisal Vali",
		"date": "2015-04-26"
	},
	"CWG2118": {
		"type": "issue",
		"title": "Stateful metaprogramming via friend injection",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2118",
		"link": "https://wg21.link/cwg2118",
		"section": "13.7.5 [temp.friend]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2015-04-27"
	},
	"CWG2119": {
		"type": "issue",
		"title": "Disambiguation of multi-level covariant return type",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2119",
		"link": "https://wg21.link/cwg2119",
		"section": "11.7.3 [class.virtual]",
		"status": "NAD",
		"submitter": "David Majnemer",
		"date": "2015-05-05"
	},
	"CWG2120": {
		"type": "issue",
		"title": "Array as first non-static data member in standard-layout class",
		"long_link": "https://cplusplus.github.io/CWG/issues/2120.html",
		"link": "https://wg21.link/cwg2120",
		"section": "Clause 11 [class]",
		"status": "CD4",
		"submitter": "Hubert Tong",
		"date": "2015-05-06"
	},
	"CWG2121": {
		"type": "issue",
		"title": "More flexible lambda syntax",
		"long_link": "https://cplusplus.github.io/CWG/issues/2121.html",
		"link": "https://wg21.link/cwg2121",
		"section": "7.5.6.1 [expr.prim.lambda.general]",
		"status": "CD6",
		"submitter": "EWG",
		"date": "2015-05-06"
	},
	"CWG2122": {
		"type": "issue",
		"title": "Glvalues of void type",
		"long_link": "https://cplusplus.github.io/CWG/issues/2122.html",
		"link": "https://wg21.link/cwg2122",
		"section": "7.2.1 [basic.lval]",
		"status": "CD4",
		"submitter": "CWG",
		"date": "2015-05-05"
	},
	"CWG2123": {
		"type": "issue",
		"title": "Omitted constant initialization of local static variables",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2123",
		"link": "https://wg21.link/cwg2123",
		"section": "8.10 [stmt.dcl]",
		"status": "open",
		"submitter": "Hubert Tong",
		"date": "2015-02-02"
	},
	"CWG2124": {
		"type": "issue",
		"title": "Signature of constructor template",
		"long_link": "https://cplusplus.github.io/CWG/issues/2124.html",
		"link": "https://wg21.link/cwg2124",
		"section": "3.57 [defns.signature.member.templ]",
		"status": "CD4",
		"submitter": "Hubert Tong",
		"date": "2015-05-05"
	},
	"CWG2125": {
		"type": "issue",
		"title": "Copy elision and comma operator",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2125",
		"link": "https://wg21.link/cwg2125",
		"section": "11.9.6 [class.copy.elision]",
		"status": "NAD",
		"submitter": "Vinny Romano",
		"date": "2015-05-06"
	},
	"CWG2126": {
		"type": "issue",
		"title": "Lifetime-extended temporaries in constant expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2126.html",
		"link": "https://wg21.link/cwg2126",
		"section": "7.7 [expr.const]",
		"status": "C++20",
		"submitter": "Richard Smith",
		"date": "2015-05-20"
	},
	"CWG2127": {
		"type": "issue",
		"title": "Partial specialization and nullptr",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2127",
		"link": "https://wg21.link/cwg2127",
		"section": "13.7.6 [temp.spec.partial]",
		"status": "drafting",
		"submitter": "Faisal Vali",
		"date": "2015-05-18"
	},
	"CWG2128": {
		"type": "issue",
		"title": "Imprecise rule for reference member initializer",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2128",
		"link": "https://wg21.link/cwg2128",
		"section": "9.5.2 [dcl.init.aggr]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2015-05-19"
	},
	"CWG2129": {
		"type": "issue",
		"title": "Non-object prvalues and constant expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2129.html",
		"link": "https://wg21.link/cwg2129",
		"section": "7.7 [expr.const]",
		"status": "CD4",
		"submitter": "Faisal Vali",
		"date": "2015-05-20"
	},
	"CWG2130": {
		"type": "issue",
		"title": "Over-aligned types in new-expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2130.html",
		"link": "https://wg21.link/cwg2130",
		"section": "7.6.2.8 [expr.new]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2015-05-28"
	},
	"CWG2131": {
		"type": "issue",
		"title": "Ambiguity with opaque-enum-declaration",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2131",
		"link": "https://wg21.link/cwg2131",
		"section": "9.8.1 [dcl.enum]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2015-05-28"
	},
	"CWG2132": {
		"type": "issue",
		"title": "Deprecated default generated copy constructors",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2132",
		"link": "https://wg21.link/cwg2132",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "NAD",
		"submitter": "Nico Josuttis",
		"date": "2015-05-28"
	},
	"CWG2133": {
		"type": "issue",
		"title": "Converting std::nullptr_t to bool",
		"long_link": "https://cplusplus.github.io/CWG/issues/2133.html",
		"link": "https://wg21.link/cwg2133",
		"section": "7.3.14 [conv.fctptr]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2015-05-28"
	},
	"CWG2134": {
		"type": "issue",
		"title": "Objectless references to non-static member functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2134",
		"link": "https://wg21.link/cwg2134",
		"section": "_N4567_.5.1.1 [expr.prim.general]",
		"status": "NAD",
		"submitter": "Aaron Ballman",
		"date": "2015-06-03"
	},
	"CWG2135": {
		"type": "issue",
		"title": "mem-initializers for virtual bases of abstract classes",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2135",
		"link": "https://wg21.link/cwg2135",
		"section": "11.9.3 [class.base.init]",
		"status": "NAD",
		"submitter": "Vinny Romano",
		"date": "2015-06-06"
	},
	"CWG2136": {
		"type": "issue",
		"title": "Argument-dependent lookup and initializer lists",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2136",
		"link": "https://wg21.link/cwg2136",
		"section": "6.5.4 [basic.lookup.argdep]",
		"status": "NAD",
		"submitter": "Ryou Ezoe",
		"date": "2015-06-10"
	},
	"CWG2137": {
		"type": "issue",
		"title": "List-initialization from object of same type",
		"long_link": "https://cplusplus.github.io/CWG/issues/2137.html",
		"link": "https://wg21.link/cwg2137",
		"section": "9.5.5 [dcl.init.list]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2015-06-10"
	},
	"CWG2138": {
		"type": "issue",
		"title": "Explicit member specialization vs implicit instantiation",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2138",
		"link": "https://wg21.link/cwg2138",
		"section": "13.9.4 [temp.expl.spec]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"date": "2015-06-11"
	},
	"CWG2139": {
		"type": "issue",
		"title": "Floating-point requirements for integer representation",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2139",
		"link": "https://wg21.link/cwg2139",
		"section": "7.3.11 [conv.fpint]",
		"status": "NAD",
		"submitter": "Tony Van Eerd",
		"date": "2015-06-12"
	},
	"CWG2140": {
		"type": "issue",
		"title": "Lvalue-to-rvalue conversion of std::nullptr_t",
		"long_link": "https://cplusplus.github.io/CWG/issues/2140.html",
		"link": "https://wg21.link/cwg2140",
		"section": "7.3.2 [conv.lval]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2015-06-12"
	},
	"CWG2141": {
		"type": "issue",
		"title": "Ambiguity in new-expression with elaborated-type-specifier",
		"long_link": "https://cplusplus.github.io/CWG/issues/2141.html",
		"link": "https://wg21.link/cwg2141",
		"section": "7.6.2.8 [expr.new]",
		"status": "CD4",
		"submitter": "Hubert Tong",
		"date": "2015-06-12"
	},
	"CWG2142": {
		"type": "issue",
		"title": "Missing definition of associated classes and namespaces",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2142",
		"link": "https://wg21.link/cwg2142",
		"section": "6.5.4 [basic.lookup.argdep]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"date": "2015-06-13"
	},
	"CWG2143": {
		"type": "issue",
		"title": "Value-dependency via injected-class-name",
		"long_link": "https://cplusplus.github.io/CWG/issues/2143.html",
		"link": "https://wg21.link/cwg2143",
		"section": "13.8.3.2 [temp.dep.type]",
		"status": "C++17",
		"submitter": "Maxim Kartashev",
		"date": "2015-06-16"
	},
	"CWG2144": {
		"type": "issue",
		"title": "Function/variable declaration ambiguity",
		"long_link": "https://cplusplus.github.io/CWG/issues/2144.html",
		"link": "https://wg21.link/cwg2144",
		"section": "9.6.1 [dcl.fct.def.general]",
		"status": "CD7",
		"submitter": "Richard Smith",
		"date": "2015-06-19"
	},
	"CWG2145": {
		"type": "issue",
		"title": "Parenthesized declarator in function definition",
		"long_link": "https://cplusplus.github.io/CWG/issues/2145.html",
		"link": "https://wg21.link/cwg2145",
		"section": "9.6.1 [dcl.fct.def.general]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2015-06-19"
	},
	"CWG2146": {
		"type": "issue",
		"title": "Scalar object vs memory location in definition of “unsequenced”",
		"long_link": "https://cplusplus.github.io/CWG/issues/2146.html",
		"link": "https://wg21.link/cwg2146",
		"section": "6.10.1 [intro.execution]",
		"status": "CD4",
		"submitter": "Jens Maurer",
		"date": "2015-06-22"
	},
	"CWG2147": {
		"type": "issue",
		"title": "Initializer-list arguments and pack deduction",
		"long_link": "https://cplusplus.github.io/CWG/issues/2147.html",
		"link": "https://wg21.link/cwg2147",
		"section": "13.10.3.2 [temp.deduct.call]",
		"status": "CD4",
		"submitter": "Hubert Tong",
		"date": "2015-06-22"
	},
	"CWG2148": {
		"type": "issue",
		"title": "Thread storage duration and order of initialization",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2148",
		"link": "https://wg21.link/cwg2148",
		"section": "6.10.3.2 [basic.start.static]",
		"status": "drafting",
		"submitter": "Hubert Tong",
		"date": "2015-06-22"
	},
	"CWG2149": {
		"type": "issue",
		"title": "Brace elision and array length deduction",
		"long_link": "https://cplusplus.github.io/CWG/issues/2149.html",
		"link": "https://wg21.link/cwg2149",
		"section": "9.5.2 [dcl.init.aggr]",
		"status": "CD7",
		"submitter": "Vinny Romano",
		"date": "2015-06-25"
	},
	"CWG2150": {
		"type": "issue",
		"title": "Initializer list array lifetime",
		"long_link": "https://cplusplus.github.io/CWG/issues/2150.html",
		"link": "https://wg21.link/cwg2150",
		"section": "9.5.5 [dcl.init.list]",
		"status": "CD3",
		"submitter": "Hubert Tong",
		"date": "2015-06-26"
	},
	"CWG2151": {
		"type": "issue",
		"title": "Exception object is not created",
		"long_link": "https://cplusplus.github.io/CWG/issues/2151.html",
		"link": "https://wg21.link/cwg2151",
		"section": "6.8.2 [intro.object]",
		"status": "CD4",
		"submitter": "Hubert Tong",
		"date": "2015-06-26"
	},
	"CWG2152": {
		"type": "issue",
		"title": "Can an alternative token be used as a ud-suffix?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2152",
		"link": "https://wg21.link/cwg2152",
		"section": "5.13.9 [lex.ext]",
		"status": "NAD",
		"submitter": "David Krauss",
		"date": "2015-06-28"
	},
	"CWG2153": {
		"type": "issue",
		"title": "pure-specifier in friend declaration",
		"long_link": "https://cplusplus.github.io/CWG/issues/2153.html",
		"link": "https://wg21.link/cwg2153",
		"section": "11.4 [class.mem]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2015-06-30"
	},
	"CWG2154": {
		"type": "issue",
		"title": "Ambiguity of pure-specifier",
		"long_link": "https://cplusplus.github.io/CWG/issues/2154.html",
		"link": "https://wg21.link/cwg2154",
		"section": "11.4 [class.mem]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2015-06-30"
	},
	"CWG2155": {
		"type": "issue",
		"title": "Defining classes and enumerations via using-declarations",
		"long_link": "https://cplusplus.github.io/CWG/issues/2155.html",
		"link": "https://wg21.link/cwg2155",
		"section": "_N4868_.9.8.2.3 [namespace.memdef]",
		"status": "C++17",
		"submitter": "Richard Smith",
		"date": "2015-07-05"
	},
	"CWG2156": {
		"type": "issue",
		"title": "Definition of enumeration declared by using-declaration",
		"long_link": "https://cplusplus.github.io/CWG/issues/2156.html",
		"link": "https://wg21.link/cwg2156",
		"section": "9.8.1 [dcl.enum]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2015-07-06"
	},
	"CWG2157": {
		"type": "issue",
		"title": "Further disambiguation of enumeration elaborated-type-specifier",
		"long_link": "https://cplusplus.github.io/CWG/issues/2157.html",
		"link": "https://wg21.link/cwg2157",
		"section": "9.2.9.5 [dcl.type.elab]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2015-07-06"
	},
	"CWG2158": {
		"type": "issue",
		"title": "Polymorphic behavior during destruction",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2158",
		"link": "https://wg21.link/cwg2158",
		"section": "11.4.7 [class.dtor]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2015-07-13"
	},
	"CWG2159": {
		"type": "issue",
		"title": "Lambda capture and local thread_local variables",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2159",
		"link": "https://wg21.link/cwg2159",
		"section": "7.5.6.3 [expr.prim.lambda.capture]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"date": "2015-07-15"
	},
	"CWG2160": {
		"type": "issue",
		"title": "Issues with partial ordering",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2160",
		"link": "https://wg21.link/cwg2160",
		"section": "13.7.7.3 [temp.func.order]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2015-07-16"
	},
	"CWG2161": {
		"type": "issue",
		"title": "Explicit instantiation declaration and “preceding initialization”",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2161",
		"link": "https://wg21.link/cwg2161",
		"section": "13.9.3 [temp.explicit]",
		"status": "NAD",
		"submitter": "Hubert Tong",
		"date": "2015-07-22"
	},
	"CWG2162": {
		"type": "issue",
		"title": "Capturing this by reference",
		"long_link": "https://cplusplus.github.io/CWG/issues/2162.html",
		"link": "https://wg21.link/cwg2162",
		"section": "7.5.6.3 [expr.prim.lambda.capture]",
		"status": "CD3",
		"submitter": "Brian Bi",
		"date": "2015-07-23"
	},
	"CWG2163": {
		"type": "issue",
		"title": "Labels in constexpr functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2163.html",
		"link": "https://wg21.link/cwg2163",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2015-07-24"
	},
	"CWG2164": {
		"type": "issue",
		"title": "Name hiding and using-directives",
		"long_link": "https://cplusplus.github.io/CWG/issues/2164.html",
		"link": "https://wg21.link/cwg2164",
		"section": "_N4868_.6.4.10 [basic.scope.hiding]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2015-07-26"
	},
	"CWG2165": {
		"type": "issue",
		"title": "Namespaces, declarative regions, and translation units",
		"long_link": "https://cplusplus.github.io/CWG/issues/2165.html",
		"link": "https://wg21.link/cwg2165",
		"section": "_N4868_.6.4.1 [basic.scope.declarative]",
		"status": "CD6",
		"submitter": "Richard Smith",
		"date": "2015-07-30"
	},
	"CWG2166": {
		"type": "issue",
		"title": "Unclear meaning of “undefined constexpr function”",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2166",
		"link": "https://wg21.link/cwg2166",
		"section": "7.7 [expr.const]",
		"status": "drafting",
		"submitter": "Howard Hinnant",
		"date": "2015-08-05"
	},
	"CWG2167": {
		"type": "issue",
		"title": "Non-member references with lifetimes within the current evaluation",
		"long_link": "https://cplusplus.github.io/CWG/issues/2167.html",
		"link": "https://wg21.link/cwg2167",
		"section": "7.7 [expr.const]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2015-08-11"
	},
	"CWG2168": {
		"type": "issue",
		"title": "Narrowing conversions and +/- infinity",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2168",
		"link": "https://wg21.link/cwg2168",
		"section": "9.5.5 [dcl.init.list]",
		"status": "review",
		"submitter": "Hubert Tong",
		"date": "2015-08-19"
	},
	"CWG2169": {
		"type": "issue",
		"title": "Narrowing conversions and overload resolution",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2169",
		"link": "https://wg21.link/cwg2169",
		"section": "12.2.4.2.6 [over.ics.list]",
		"status": "open",
		"submitter": "David Krauss",
		"date": "2015-08-26"
	},
	"CWG2170": {
		"type": "issue",
		"title": "Unclear definition of odr-use for arrays",
		"long_link": "https://cplusplus.github.io/CWG/issues/2170.html",
		"link": "https://wg21.link/cwg2170",
		"section": "6.3 [basic.def.odr]",
		"status": "CD5",
		"submitter": "Hubert Tong",
		"date": "2015-09-02"
	},
	"CWG2171": {
		"type": "issue",
		"title": "Triviality of copy constructor with less-qualified parameter",
		"long_link": "https://cplusplus.github.io/CWG/issues/2171.html",
		"link": "https://wg21.link/cwg2171",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "CD4",
		"submitter": "Jason Merrill",
		"date": "2015-09-14"
	},
	"CWG2172": {
		"type": "issue",
		"title": "Multiple exceptions with one exception object",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2172",
		"link": "https://wg21.link/cwg2172",
		"section": "14.4 [except.handle]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2015-09-14"
	},
	"CWG2173": {
		"type": "issue",
		"title": "Partial specialization with non-deduced contexts",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2173",
		"link": "https://wg21.link/cwg2173",
		"section": "13.7.6 [temp.spec.partial]",
		"status": "open",
		"submitter": "Mike Miller",
		"date": "2015-09-14"
	},
	"CWG2174": {
		"type": "issue",
		"title": "Unclear rules for friend definitions in templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/2174.html",
		"link": "https://wg21.link/cwg2174",
		"section": "13.7.5 [temp.friend]",
		"status": "C++17",
		"submitter": "Richard Smith",
		"date": "2015-09-17"
	},
	"CWG2175": {
		"type": "issue",
		"title": "Ambiguity with attribute in conversion operator declaration",
		"long_link": "https://cplusplus.github.io/CWG/issues/2175.html",
		"link": "https://wg21.link/cwg2175",
		"section": "9.3.3 [dcl.ambig.res]",
		"status": "CD4",
		"submitter": "Daveed Vandevoorde",
		"date": "2015-09-17"
	},
	"CWG2176": {
		"type": "issue",
		"title": "Destroying the returned object when a destructor throws",
		"long_link": "https://cplusplus.github.io/CWG/issues/2176.html",
		"link": "https://wg21.link/cwg2176",
		"section": "7.6.1.3 [expr.call]",
		"status": "CD4",
		"submitter": "Richard Smith",
		"date": "2015-09-28"
	},
	"CWG2177": {
		"type": "issue",
		"title": "Placement operator delete and parameter copies",
		"long_link": "https://cplusplus.github.io/CWG/issues/2177.html",
		"link": "https://wg21.link/cwg2177",
		"section": "7.6.2.8 [expr.new]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2015-09-30"
	},
	"CWG2178": {
		"type": "issue",
		"title": "Substitution of dependent template arguments in default template arguments",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2178",
		"link": "https://wg21.link/cwg2178",
		"section": "13.2 [temp.param]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"date": "2015-10-06"
	},
	"CWG2179": {
		"type": "issue",
		"title": "Required diagnostic for partial specialization after first use",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2179",
		"link": "https://wg21.link/cwg2179",
		"section": "13.7.6.1 [temp.spec.partial.general]",
		"status": "drafting",
		"submitter": "John Spicer",
		"date": "2015-10-12"
	},
	"CWG2180": {
		"type": "issue",
		"title": "Virtual bases in destructors and defaulted assignment operators",
		"long_link": "https://cplusplus.github.io/CWG/issues/2180.html",
		"link": "https://wg21.link/cwg2180",
		"section": "11.4.6 [class.copy.assign]",
		"status": "CD4",
		"submitter": "Vinny Romano",
		"date": "2015-10-13"
	},
	"CWG2181": {
		"type": "issue",
		"title": "Normative requirements in an informative Annex",
		"long_link": "https://cplusplus.github.io/CWG/issues/2181.html",
		"link": "https://wg21.link/cwg2181",
		"section": "Clause Annex B [implimits]",
		"status": "C++20",
		"submitter": "Sean Hunt",
		"date": "2015-10-18"
	},
	"CWG2182": {
		"type": "issue",
		"title": "Pointer arithmetic in array-like containers",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2182",
		"link": "https://wg21.link/cwg2182",
		"section": "7.6.6 [expr.add]",
		"status": "drafting",
		"submitter": "Jonathan Wakely",
		"date": "2015-10-20"
	},
	"CWG2183": {
		"type": "issue",
		"title": "Problems in description of potential exceptions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2183",
		"link": "https://wg21.link/cwg2183",
		"section": "14.5 [except.spec]",
		"status": "NAD",
		"submitter": "Hubert Tong",
		"date": "2015-10-21"
	},
	"CWG2184": {
		"type": "issue",
		"title": "Missing C compatibility entry for decrement of bool",
		"long_link": "https://cplusplus.github.io/CWG/issues/2184.html",
		"link": "https://wg21.link/cwg2184",
		"section": "C.7.4 [diff.expr]",
		"status": "CD4",
		"submitter": "CWG",
		"date": "2015-10-21"
	},
	"CWG2185": {
		"type": "issue",
		"title": "Cv-qualified numeric types",
		"long_link": "https://cplusplus.github.io/CWG/issues/2185.html",
		"link": "https://wg21.link/cwg2185",
		"section": "6.9.2 [basic.fundamental]",
		"status": "CD6",
		"submitter": "CWG",
		"date": "2015-10-21"
	},
	"CWG2186": {
		"type": "issue",
		"title": "Unclear point that “preceding initialization” must precede",
		"long_link": "https://cplusplus.github.io/CWG/issues/2186.html",
		"link": "https://wg21.link/cwg2186",
		"section": "7.7 [expr.const]",
		"status": "C++20",
		"submitter": "Hubert Tong",
		"date": "2015-10-24"
	},
	"CWG2187": {
		"type": "issue",
		"title": "Protected members and access via qualified-id",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2187",
		"link": "https://wg21.link/cwg2187",
		"section": "11.8.5 [class.protected]",
		"status": "drafting",
		"submitter": "Hubert Tong",
		"date": "2015-10-16"
	},
	"CWG2188": {
		"type": "issue",
		"title": "empty-declaration grammar ambiguity",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2188",
		"link": "https://wg21.link/cwg2188",
		"section": "11.4.1 [class.mem.general]",
		"status": "open",
		"submitter": "Jens Maurer",
		"date": "2015-10-21"
	},
	"CWG2189": {
		"type": "issue",
		"title": "Surrogate call template",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2189",
		"link": "https://wg21.link/cwg2189",
		"section": "12.2.2.2.3 [over.call.object]",
		"status": "open",
		"submitter": "Jason Merrill",
		"date": "2015-10-22"
	},
	"CWG2190": {
		"type": "issue",
		"title": "Insufficient specification of __has_include",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2190",
		"link": "https://wg21.link/cwg2190",
		"section": "15.2 [cpp.cond]",
		"status": "open",
		"submitter": "Hubert Tong",
		"date": "2015-10-24"
	},
	"CWG2191": {
		"type": "issue",
		"title": "Incorrect result for noexcept(typeid(v))",
		"long_link": "https://cplusplus.github.io/CWG/issues/2191.html",
		"link": "https://wg21.link/cwg2191",
		"section": "14.5 [except.spec]",
		"status": "C++17",
		"submitter": "Mike Miller",
		"date": "2015-10-26"
	},
	"CWG2192": {
		"type": "issue",
		"title": "Constant expressions and order-of-eval undefined behavior",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2192",
		"link": "https://wg21.link/cwg2192",
		"section": "7.7 [expr.const]",
		"status": "open",
		"submitter": "Peter Sommerlad",
		"date": "2015-10-27"
	},
	"CWG2193": {
		"type": "issue",
		"title": "numeric_limits<int>::radix and digits",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2193",
		"link": "https://wg21.link/cwg2193",
		"section": "17.3.5.2 [numeric.limits.members]",
		"status": "NAD",
		"submitter": "Tony Van Eerd",
		"date": "2015-11-02"
	},
	"CWG2194": {
		"type": "issue",
		"title": "Impossible case in list initialization",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2194",
		"link": "https://wg21.link/cwg2194",
		"section": "12.2.2.8 [over.match.list]",
		"status": "drafting",
		"submitter": "Robert Haberlach",
		"date": "2015-11-04"
	},
	"CWG2195": {
		"type": "issue",
		"title": "Unsolicited reading of trailing volatile members",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2195",
		"link": "https://wg21.link/cwg2195",
		"section": "9.2.9.2 [dcl.type.cv]",
		"status": "open",
		"submitter": "Hubert Tong",
		"date": "2015-11-06"
	},
	"CWG2196": {
		"type": "issue",
		"title": "Zero-initialization with virtual base classes",
		"long_link": "https://cplusplus.github.io/CWG/issues/2196.html",
		"link": "https://wg21.link/cwg2196",
		"section": "9.5 [dcl.init]",
		"status": "C++17",
		"submitter": "Richard Smith",
		"date": "2015-11-06"
	},
	"CWG2197": {
		"type": "issue",
		"title": "Overload resolution and deleted special member functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2197.html",
		"link": "https://wg21.link/cwg2197",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "C++17",
		"submitter": "Maxim Kartashev",
		"date": "2015-11-11"
	},
	"CWG2198": {
		"type": "issue",
		"title": "Linkage of enumerators",
		"long_link": "https://cplusplus.github.io/CWG/issues/2198.html",
		"link": "https://wg21.link/cwg2198",
		"section": "6.7 [basic.link]",
		"status": "C++17",
		"submitter": "Richard Smith",
		"date": "2015-11-12"
	},
	"CWG2199": {
		"type": "issue",
		"title": "Typedefs and tags",
		"long_link": "https://cplusplus.github.io/CWG/issues/2199.html",
		"link": "https://wg21.link/cwg2199",
		"section": "9.2.4 [dcl.typedef]",
		"status": "CD6",
		"submitter": "Richard Smith",
		"date": "2015-11-12"
	},
	"CWG2200": {
		"type": "issue",
		"title": "Conversions in template argument deduction",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2200",
		"link": "https://wg21.link/cwg2200",
		"section": "13.10.2 [temp.arg.explicit]",
		"status": "NAD",
		"submitter": "Vinny Romano",
		"date": "2015-11-14"
	},
	"CWG2201": {
		"type": "issue",
		"title": "Cv-qualification of array types",
		"long_link": "https://cplusplus.github.io/CWG/issues/2201.html",
		"link": "https://wg21.link/cwg2201",
		"section": "6.9.5 [basic.type.qualifier]",
		"status": "C++17",
		"submitter": "Robert Haberlach",
		"date": "2015-11-15"
	},
	"CWG2202": {
		"type": "issue",
		"title": "When does default argument instantiation occur?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2202",
		"link": "https://wg21.link/cwg2202",
		"section": "13.9.2 [temp.inst]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2015-11-19"
	},
	"CWG2203": {
		"type": "issue",
		"title": "Defaulted copy/move constructors and UDCs",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2203",
		"link": "https://wg21.link/cwg2203",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "drafting",
		"submitter": "Vinny Romano",
		"date": "2015-11-20"
	},
	"CWG2204": {
		"type": "issue",
		"title": "Naming delegated constructors",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2204",
		"link": "https://wg21.link/cwg2204",
		"section": "11.9.3 [class.base.init]",
		"status": "NAD",
		"submitter": "Hubert Tong",
		"date": "2015-11-25"
	},
	"CWG2205": {
		"type": "issue",
		"title": "Restrictions on use of alignas",
		"long_link": "https://cplusplus.github.io/CWG/issues/2205.html",
		"link": "https://wg21.link/cwg2205",
		"section": "9.13.1 [dcl.attr.grammar]",
		"status": "C++17",
		"submitter": "Richard Smith",
		"date": "2015-11-30"
	},
	"CWG2206": {
		"type": "issue",
		"title": "Composite type of object and function pointers",
		"long_link": "https://cplusplus.github.io/CWG/issues/2206.html",
		"link": "https://wg21.link/cwg2206",
		"section": "Clause 7 [expr]",
		"status": "C++17",
		"submitter": "Mike Miller",
		"date": "2015-12-01"
	},
	"CWG2207": {
		"type": "issue",
		"title": "Alignment of allocation function return value",
		"long_link": "https://cplusplus.github.io/CWG/issues/2207.html",
		"link": "https://wg21.link/cwg2207",
		"section": "6.8.6.5.2 [basic.stc.dynamic.allocation]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2015-12-02"
	},
	"CWG2208": {
		"type": "issue",
		"title": "static_assert-declaration does not declare a member",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2208",
		"link": "https://wg21.link/cwg2208",
		"section": "11.4 [class.mem]",
		"status": "NAD",
		"submitter": "Stephan Bergmann",
		"date": "2015-12-02"
	},
	"CWG2209": {
		"type": "issue",
		"title": "Destruction of constructed array elements",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2209",
		"link": "https://wg21.link/cwg2209",
		"section": "14.3 [except.ctor]",
		"status": "NAD",
		"submitter": "Robert Haberlach",
		"date": "2015-12-03"
	},
	"CWG2210": {
		"type": "issue",
		"title": "Principal/target constructor confusion",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2210",
		"link": "https://wg21.link/cwg2210",
		"section": "14.3 [except.ctor]",
		"status": "NAD",
		"submitter": "Robert Haberlach",
		"date": "2015-12-06"
	},
	"CWG2211": {
		"type": "issue",
		"title": "Hiding by lambda captures and parameters",
		"long_link": "https://cplusplus.github.io/CWG/issues/2211.html",
		"link": "https://wg21.link/cwg2211",
		"section": "7.5.6.3 [expr.prim.lambda.capture]",
		"status": "C++17",
		"submitter": "Ville Voutilainen",
		"date": "2015-12-07"
	},
	"CWG2212": {
		"type": "issue",
		"title": "Typedef changing linkage after use",
		"long_link": "https://cplusplus.github.io/CWG/issues/2212.html",
		"link": "https://wg21.link/cwg2212",
		"section": "9.2.4 [dcl.typedef]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2015-12-09"
	},
	"CWG2213": {
		"type": "issue",
		"title": "Forward declaration of partial specializations",
		"long_link": "https://cplusplus.github.io/CWG/issues/2213.html",
		"link": "https://wg21.link/cwg2213",
		"section": "9.2.9.5 [dcl.type.elab]",
		"status": "CD6",
		"submitter": "Richard Smith",
		"date": "2015-12-11"
	},
	"CWG2214": {
		"type": "issue",
		"title": "Missing requirement on representation of integer values",
		"long_link": "https://cplusplus.github.io/CWG/issues/2214.html",
		"link": "https://wg21.link/cwg2214",
		"section": "6.9.2 [basic.fundamental]",
		"status": "C++17",
		"submitter": "Richard Smith",
		"date": "2015-12-15"
	},
	"CWG2215": {
		"type": "issue",
		"title": "Redundant description of language linkage in function call",
		"long_link": "https://cplusplus.github.io/CWG/issues/2215.html",
		"link": "https://wg21.link/cwg2215",
		"section": "7.6.1.3 [expr.call]",
		"status": "C++17",
		"submitter": "Richard Smith",
		"date": "2015-12-17"
	},
	"CWG2216": {
		"type": "issue",
		"title": "Exception specifications in unevaluated contexts",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2216",
		"link": "https://wg21.link/cwg2216",
		"section": "14.5 [except.spec]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"date": "2015-12-21"
	},
	"CWG2217": {
		"type": "issue",
		"title": "constexpr constructors for non-literal types",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2217",
		"link": "https://wg21.link/cwg2217",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "NAD",
		"submitter": "Daveed Vandevoorde",
		"date": "2015-12-21"
	},
	"CWG2218": {
		"type": "issue",
		"title": "Ambiguity and namespace aliases",
		"long_link": "https://cplusplus.github.io/CWG/issues/2218.html",
		"link": "https://wg21.link/cwg2218",
		"section": "6.5 [basic.lookup]",
		"status": "C++17",
		"submitter": "Richard Smith",
		"date": "2015-12-29"
	},
	"CWG2219": {
		"type": "issue",
		"title": "Dynamically-unreachable handlers",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2219",
		"link": "https://wg21.link/cwg2219",
		"section": "14.4 [except.handle]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2016-01-04"
	},
	"CWG2220": {
		"type": "issue",
		"title": "Hiding index variable in range-based for",
		"long_link": "https://cplusplus.github.io/CWG/issues/2220.html",
		"link": "https://wg21.link/cwg2220",
		"section": "8.6.5 [stmt.ranged]",
		"status": "C++17",
		"submitter": "Daveed Vandevoorde",
		"date": "2016-01-08"
	},
	"CWG2221": {
		"type": "issue",
		"title": "Copying volatile objects",
		"long_link": "https://cplusplus.github.io/CWG/issues/2221.html",
		"link": "https://wg21.link/cwg2221",
		"section": "9.6.2 [dcl.fct.def.default]",
		"status": "CD6",
		"submitter": "Vinny Romano",
		"date": "2016-01-09"
	},
	"CWG2222": {
		"type": "issue",
		"title": "Additional contexts where instantiation is not required",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2222",
		"link": "https://wg21.link/cwg2222",
		"section": "13.9.2 [temp.inst]",
		"status": "drafting",
		"submitter": "CWG",
		"date": "2016-01-11"
	},
	"CWG2223": {
		"type": "issue",
		"title": "Multiple alignas specifiers",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2223",
		"link": "https://wg21.link/cwg2223",
		"section": "9.13.2 [dcl.align]",
		"status": "drafting",
		"submitter": "Mike Herrick",
		"date": "2016-01-12"
	},
	"CWG2224": {
		"type": "issue",
		"title": "Member subobjects and base-class casts",
		"long_link": "https://cplusplus.github.io/CWG/issues/2224.html",
		"link": "https://wg21.link/cwg2224",
		"section": "7.6.1.9 [expr.static.cast]",
		"status": "C++17",
		"submitter": "Aaron Ballman",
		"date": "2016-01-13"
	},
	"CWG2225": {
		"type": "issue",
		"title": "reinterpret_cast to same floating-point type",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2225",
		"link": "https://wg21.link/cwg2225",
		"section": "7.6.1.10 [expr.reinterpret.cast]",
		"status": "NAD",
		"submitter": "Aaron Ballman",
		"date": "2016-01-14"
	},
	"CWG2226": {
		"type": "issue",
		"title": "Xvalues vs lvalues in conditional expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2226.html",
		"link": "https://wg21.link/cwg2226",
		"section": "7.6.16 [expr.cond]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2016-02-01"
	},
	"CWG2227": {
		"type": "issue",
		"title": "Destructor access and default member initializers",
		"long_link": "https://cplusplus.github.io/CWG/issues/2227.html",
		"link": "https://wg21.link/cwg2227",
		"section": "11.9.3 [class.base.init]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2016-02-01"
	},
	"CWG2228": {
		"type": "issue",
		"title": "Ambiguity resolution for cast to function type",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2228",
		"link": "https://wg21.link/cwg2228",
		"section": "9.3.3 [dcl.ambig.res]",
		"status": "review",
		"submitter": "Richard Smith",
		"date": "2016-02-02",
		"liaison": "EWG"
	},
	"CWG2229": {
		"type": "issue",
		"title": "Volatile unnamed bit-fields",
		"long_link": "https://cplusplus.github.io/CWG/issues/2229.html",
		"link": "https://wg21.link/cwg2229",
		"section": "11.4.10 [class.bit]",
		"status": "CD5",
		"submitter": "David Majnemer",
		"date": "2016-02-08"
	},
	"CWG2230": {
		"type": "issue",
		"title": "Linkage of extern \"C\" function in unnamed namespace",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2230",
		"link": "https://wg21.link/cwg2230",
		"section": "6.7 [basic.link]",
		"status": "NAD",
		"submitter": "Jonathan Wakely",
		"date": "2016-03-09"
	},
	"CWG2231": {
		"type": "issue",
		"title": "Class member access to static data member template",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2231",
		"link": "https://wg21.link/cwg2231",
		"section": "7.6.1.5 [expr.ref]",
		"status": "NAD",
		"submitter": "Faisal Vali",
		"date": "2016-02-18"
	},
	"CWG2232": {
		"type": "issue",
		"title": "thread_local anonymous unions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2232",
		"link": "https://wg21.link/cwg2232",
		"section": "9.2.2 [dcl.stc]",
		"status": "open",
		"submitter": "Mike Herrick",
		"date": "2016-02-23"
	},
	"CWG2233": {
		"type": "issue",
		"title": "Function parameter packs following default arguments",
		"long_link": "https://cplusplus.github.io/CWG/issues/2233.html",
		"link": "https://wg21.link/cwg2233",
		"section": "9.3.4.7 [dcl.fct.default]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2016-02-25"
	},
	"CWG2234": {
		"type": "issue",
		"title": "Missing rules for simple-template-id as class-name",
		"long_link": "https://cplusplus.github.io/CWG/issues/2234.html",
		"link": "https://wg21.link/cwg2234",
		"section": "Clause 11 [class]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2016-02-25"
	},
	"CWG2235": {
		"type": "issue",
		"title": "Partial ordering and non-dependent types",
		"long_link": "https://cplusplus.github.io/CWG/issues/2235.html",
		"link": "https://wg21.link/cwg2235",
		"section": "13.10.3.5 [temp.deduct.partial]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2016-02-25"
	},
	"CWG2236": {
		"type": "issue",
		"title": "When is an alias template specialization dependent?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2236",
		"link": "https://wg21.link/cwg2236",
		"section": "13.7.8 [temp.alias]",
		"status": "drafting",
		"submitter": "Maxim Kartashev",
		"date": "2016-03-01"
	},
	"CWG2237": {
		"type": "issue",
		"title": "Can a template-id name a constructor?",
		"long_link": "https://cplusplus.github.io/CWG/issues/2237.html",
		"link": "https://wg21.link/cwg2237",
		"section": "11.4.5 [class.ctor]",
		"status": "CD5",
		"submitter": "Faisal Vali",
		"date": "2016-03-02"
	},
	"CWG2238": {
		"type": "issue",
		"title": "Contradictory alignment requirements for allocation",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2238",
		"link": "https://wg21.link/cwg2238",
		"section": "6.8.6.5.2 [basic.stc.dynamic.allocation]",
		"status": "NAD",
		"submitter": "Jason Merrill",
		"date": "2016-03-03"
	},
	"CWG2239": {
		"type": "issue",
		"title": "Sized deallocation with a trivial destructor",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2239",
		"link": "https://wg21.link/cwg2239",
		"section": "7.6.2.9 [expr.delete]",
		"status": "NAD",
		"submitter": "CWG",
		"date": "2016-03-03"
	},
	"CWG2240": {
		"type": "issue",
		"title": "this is not odr-used in a constant expression",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2240",
		"link": "https://wg21.link/cwg2240",
		"section": "6.3 [basic.def.odr]",
		"status": "NAD",
		"submitter": "Daveed Vandevoorde",
		"date": "2016-03-04"
	},
	"CWG2241": {
		"type": "issue",
		"title": "Overload resolution is not invoked with a single function",
		"long_link": "https://cplusplus.github.io/CWG/issues/2241.html",
		"link": "https://wg21.link/cwg2241",
		"section": "7.6.1.3 [expr.call]",
		"status": "CD5",
		"submitter": "CWG",
		"date": "2016-03-04"
	},
	"CWG2242": {
		"type": "issue",
		"title": "ODR violation with constant initialization possibly omitted",
		"long_link": "https://cplusplus.github.io/CWG/issues/2242.html",
		"link": "https://wg21.link/cwg2242",
		"section": "6.3 [basic.def.odr]",
		"status": "C++23",
		"submitter": "Hubert Tong",
		"date": "2016-03-05"
	},
	"CWG2243": {
		"type": "issue",
		"title": "Incorrect use of implicit conversion sequence",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2243",
		"link": "https://wg21.link/cwg2243",
		"section": "7.6.1.9 [expr.static.cast]",
		"status": "drafting",
		"submitter": "Hubert Tong",
		"date": "2016-03-08"
	},
	"CWG2244": {
		"type": "issue",
		"title": "Base class access in aggregate initialization",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2244",
		"link": "https://wg21.link/cwg2244",
		"section": "11.8.5 [class.protected]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2016-03-08"
	},
	"CWG2245": {
		"type": "issue",
		"title": "Point of instantiation of incomplete class template",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2245",
		"link": "https://wg21.link/cwg2245",
		"section": "13.8.4.1 [temp.point]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2016-03-08"
	},
	"CWG2246": {
		"type": "issue",
		"title": "Access of indirect virtual base class constructors",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2246",
		"link": "https://wg21.link/cwg2246",
		"section": "11.8.3 [class.access.base]",
		"status": "drafting",
		"submitter": "Vinny Romano",
		"date": "2016-03-08"
	},
	"CWG2247": {
		"type": "issue",
		"title": "Lambda capture and variable argument list",
		"long_link": "https://cplusplus.github.io/CWG/issues/2247.html",
		"link": "https://wg21.link/cwg2247",
		"section": "7.5.6.3 [expr.prim.lambda.capture]",
		"status": "C++17",
		"submitter": "Aaron Ballman",
		"date": "2016-03-11"
	},
	"CWG2248": {
		"type": "issue",
		"title": "Problems with sized delete",
		"long_link": "https://cplusplus.github.io/CWG/issues/2248.html",
		"link": "https://wg21.link/cwg2248",
		"section": "7.6.2.9 [expr.delete]",
		"status": "C++17",
		"submitter": "Richard Smith",
		"date": "2016-03-14"
	},
	"CWG2249": {
		"type": "issue",
		"title": "identifiers and id-expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2249.html",
		"link": "https://wg21.link/cwg2249",
		"section": "7.5.5.2 [expr.prim.id.unqual]",
		"status": "CD5",
		"submitter": "Robert Haberlach",
		"date": "2016-03-17"
	},
	"CWG2250": {
		"type": "issue",
		"title": "Implicit instantiation, destruction, and TUs",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2250",
		"link": "https://wg21.link/cwg2250",
		"section": "13.8.4.1 [temp.point]",
		"status": "open",
		"submitter": "Dawn Perchik",
		"date": "2016-03-21"
	},
	"CWG2251": {
		"type": "issue",
		"title": "Unreachable enumeration list-initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/2251.html",
		"link": "https://wg21.link/cwg2251",
		"section": "9.5.5 [dcl.init.list]",
		"status": "C++17",
		"submitter": "Richard Smith",
		"date": "2016-03-22"
	},
	"CWG2252": {
		"type": "issue",
		"title": "Enumeration list-initialization from the same type",
		"long_link": "https://cplusplus.github.io/CWG/issues/2252.html",
		"link": "https://wg21.link/cwg2252",
		"section": "9.5.5 [dcl.init.list]",
		"status": "CD7",
		"submitter": "Richard Smith",
		"date": "2016-03-22"
	},
	"CWG2253": {
		"type": "issue",
		"title": "Unnamed bit-fields and zero-initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/2253.html",
		"link": "https://wg21.link/cwg2253",
		"section": "11.4.10 [class.bit]",
		"status": "CD5",
		"submitter": "Aaron Ballman",
		"date": "2016-03-23"
	},
	"CWG2254": {
		"type": "issue",
		"title": "Standard-layout classes and bit-fields",
		"long_link": "https://cplusplus.github.io/CWG/issues/2254.html",
		"link": "https://wg21.link/cwg2254",
		"section": "11.4 [class.mem]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2016-03-23"
	},
	"CWG2255": {
		"type": "issue",
		"title": "Instantiated static data member templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/2255.html",
		"link": "https://wg21.link/cwg2255",
		"section": "13.9 [temp.spec]",
		"status": "CD5",
		"submitter": "Mike Miller",
		"date": "2016-03-29"
	},
	"CWG2256": {
		"type": "issue",
		"title": "Lifetime of trivially-destructible objects",
		"long_link": "https://cplusplus.github.io/CWG/issues/2256.html",
		"link": "https://wg21.link/cwg2256",
		"section": "6.8.4 [basic.life]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2016-03-30"
	},
	"CWG2257": {
		"type": "issue",
		"title": "Lifetime extension of references vs exceptions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2257.html",
		"link": "https://wg21.link/cwg2257",
		"section": "6.8.7 [class.temporary]",
		"status": "CD5",
		"submitter": "Hubert Tong",
		"date": "2016-04-07"
	},
	"CWG2258": {
		"type": "issue",
		"title": "Storage deallocation during period of destruction",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2258",
		"link": "https://wg21.link/cwg2258",
		"section": "6.8.4 [basic.life]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2016-04-12"
	},
	"CWG2259": {
		"type": "issue",
		"title": "Unclear context describing ambiguity",
		"long_link": "https://cplusplus.github.io/CWG/issues/2259.html",
		"link": "https://wg21.link/cwg2259",
		"section": "9.3.3 [dcl.ambig.res]",
		"status": "C++17",
		"submitter": "Richard Smith",
		"date": "2016-04-12"
	},
	"CWG2260": {
		"type": "issue",
		"title": "Explicit specializations of deleted member functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2260.html",
		"link": "https://wg21.link/cwg2260",
		"section": "13.9.4 [temp.expl.spec]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2016-04-17"
	},
	"CWG2261": {
		"type": "issue",
		"title": "Explicit instantiation of in-class friend definition",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2261",
		"link": "https://wg21.link/cwg2261",
		"section": "13.7.5 [temp.friend]",
		"status": "extension",
		"submitter": "Jens Maurer",
		"date": "2016-04-28"
	},
	"CWG2262": {
		"type": "issue",
		"title": "Attributes for asm-definition",
		"long_link": "https://cplusplus.github.io/CWG/issues/2262.html",
		"link": "https://wg21.link/cwg2262",
		"section": "9.11 [dcl.asm]",
		"status": "C++17",
		"submitter": "Richard Smith",
		"date": "2016-05-04"
	},
	"CWG2263": {
		"type": "issue",
		"title": "Default argument instantiation for friends",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2263",
		"link": "https://wg21.link/cwg2263",
		"section": "13.9.2 [temp.inst]",
		"status": "drafting",
		"submitter": "Hubert Tong",
		"date": "2016-05-04"
	},
	"CWG2264": {
		"type": "issue",
		"title": "Memberwise copying with indeterminate value",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2264",
		"link": "https://wg21.link/cwg2264",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "drafting",
		"submitter": "Hubert Tong",
		"date": "2016-05-06"
	},
	"CWG2265": {
		"type": "issue",
		"title": "Delayed pack expansion and member redeclarations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2265",
		"link": "https://wg21.link/cwg2265",
		"section": "13.9.2 [temp.inst]",
		"status": "drafting",
		"submitter": "Hubert Tong",
		"date": "2016-05-11"
	},
	"CWG2266": {
		"type": "issue",
		"title": "Has dependent type vs is type-dependent",
		"long_link": "https://cplusplus.github.io/CWG/issues/2266.html",
		"link": "https://wg21.link/cwg2266",
		"section": "13.8.3.2 [temp.dep.type]",
		"status": "CD5",
		"submitter": "Fedor Sergeev",
		"date": "2016-05-20"
	},
	"CWG2267": {
		"type": "issue",
		"title": "Copy-initialization of temporary in reference direct-initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/2267.html",
		"link": "https://wg21.link/cwg2267",
		"section": "9.5.4 [dcl.init.ref]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2016-05-25"
	},
	"CWG2268": {
		"type": "issue",
		"title": "Unions with mutable members in constant expressions revisited",
		"long_link": "https://cplusplus.github.io/CWG/issues/2268.html",
		"link": "https://wg21.link/cwg2268",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "C++17",
		"submitter": "Richard Smith",
		"date": "2016-05-26"
	},
	"CWG2269": {
		"type": "issue",
		"title": "Additional recursive references in aggregate DMIs",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2269",
		"link": "https://wg21.link/cwg2269",
		"section": "9.5.2 [dcl.init.aggr]",
		"status": "dup",
		"submitter": "Vinny Romano",
		"date": "2016-06-07"
	},
	"CWG2270": {
		"type": "issue",
		"title": "Non-inline functions and explicit instantiation declarations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2270",
		"link": "https://wg21.link/cwg2270",
		"section": "13.9.3 [temp.explicit]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"date": "2016-06-10"
	},
	"CWG2271": {
		"type": "issue",
		"title": "Aliasing this",
		"long_link": "https://cplusplus.github.io/CWG/issues/2271.html",
		"link": "https://wg21.link/cwg2271",
		"section": "11.4.5 [class.ctor]",
		"status": "C++17",
		"submitter": "Richard Smith",
		"date": "2016-06-20"
	},
	"CWG2272": {
		"type": "issue",
		"title": "Implicit initialization of aggregate members of reference type",
		"long_link": "https://cplusplus.github.io/CWG/issues/2272.html",
		"link": "https://wg21.link/cwg2272",
		"section": "9.5.2 [dcl.init.aggr]",
		"status": "C++17",
		"submitter": "Vinny Romano",
		"date": "2016-06-10"
	},
	"CWG2273": {
		"type": "issue",
		"title": "Inheriting constructors vs implicit default constructor",
		"long_link": "https://cplusplus.github.io/CWG/issues/2273.html",
		"link": "https://wg21.link/cwg2273",
		"section": "11.4.5 [class.ctor]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2016-06-17"
	},
	"CWG2274": {
		"type": "issue",
		"title": "Generic lambda capture vs constexpr if",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2274",
		"link": "https://wg21.link/cwg2274",
		"section": "8.5.2 [stmt.if]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"date": "2016-06-20"
	},
	"CWG2275": {
		"type": "issue",
		"title": "Type-dependence of function template",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2275",
		"link": "https://wg21.link/cwg2275",
		"section": "13.8.3.3 [temp.dep.expr]",
		"status": "drafting",
		"submitter": "Jason Merrill",
		"date": "2016-06-21"
	},
	"CWG2276": {
		"type": "issue",
		"title": "Dependent noexcept and function type-dependence",
		"long_link": "https://cplusplus.github.io/CWG/issues/2276.html",
		"link": "https://wg21.link/cwg2276",
		"section": "13.8.3.4 [temp.dep.constexpr]",
		"status": "C++17",
		"submitter": "Maxim Kartashev",
		"date": "2016-06-23"
	},
	"CWG2277": {
		"type": "issue",
		"title": "Ambiguity inheriting constructors with default arguments",
		"long_link": "https://cplusplus.github.io/CWG/issues/2277.html",
		"link": "https://wg21.link/cwg2277",
		"section": "12.2.4.3 [over.ics.rank]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2016-06-23"
	},
	"CWG2278": {
		"type": "issue",
		"title": "Copy elision in constant expressions reconsidered",
		"long_link": "https://cplusplus.github.io/CWG/issues/2278.html",
		"link": "https://wg21.link/cwg2278",
		"section": "7.7 [expr.const]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2016-06-27"
	},
	"CWG2279": {
		"type": "issue",
		"title": "Multiple attribute-specifiers in one attribute-list",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2279",
		"link": "https://wg21.link/cwg2279",
		"section": "9.13.1 [dcl.attr.grammar]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"date": "2016-06-27"
	},
	"CWG2280": {
		"type": "issue",
		"title": "Matching a usual deallocation function with placement new",
		"long_link": "https://cplusplus.github.io/CWG/issues/2280.html",
		"link": "https://wg21.link/cwg2280",
		"section": "7.6.2.8 [expr.new]",
		"status": "C++20",
		"submitter": "Richard Smith",
		"date": "2016-06-27"
	},
	"CWG2281": {
		"type": "issue",
		"title": "Consistency of aligned operator delete replacement",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2281",
		"link": "https://wg21.link/cwg2281",
		"section": "7.6.2.8 [expr.new]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2016-06-27"
	},
	"CWG2282": {
		"type": "issue",
		"title": "Consistency with mismatched aligned/non-over-aligned allocation/deallocation functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2282.html",
		"link": "https://wg21.link/cwg2282",
		"section": "7.6.2.8 [expr.new]",
		"status": "C++20",
		"submitter": "Richard Smith",
		"date": "2016-06-27"
	},
	"CWG2283": {
		"type": "issue",
		"title": "Missing complete type requirements",
		"long_link": "https://cplusplus.github.io/CWG/issues/2283.html",
		"link": "https://wg21.link/cwg2283",
		"section": "7.6.1.3 [expr.call]",
		"status": "CD7",
		"submitter": "Richard Smith",
		"date": "2016-06-27"
	},
	"CWG2284": {
		"type": "issue",
		"title": "Sequencing of braced-init-list arguments",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2284",
		"link": "https://wg21.link/cwg2284",
		"section": "7.6.1.3 [expr.call]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2016-06-30"
	},
	"CWG2285": {
		"type": "issue",
		"title": "Issues with structured bindings",
		"long_link": "https://cplusplus.github.io/CWG/issues/2285.html",
		"link": "https://wg21.link/cwg2285",
		"section": "9.7 [dcl.struct.bind]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2016-07-01"
	},
	"CWG2286": {
		"type": "issue",
		"title": "Assignment evaluation order",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2286",
		"link": "https://wg21.link/cwg2286",
		"section": "7.6.19 [expr.assign]",
		"status": "NAD",
		"submitter": "Jason Merrill",
		"date": "2016-07-06"
	},
	"CWG2287": {
		"type": "issue",
		"title": "Pointer-interconvertibility in non-standard-layout unions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2287.html",
		"link": "https://wg21.link/cwg2287",
		"section": "6.9.4 [basic.compound]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2016-07-06"
	},
	"CWG2288": {
		"type": "issue",
		"title": "Contradictory optionality in simple-declaration",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2288",
		"link": "https://wg21.link/cwg2288",
		"section": "9.1 [dcl.pre]",
		"status": "NAD",
		"submitter": "Gabriel Dos Reis",
		"date": "2016-07-12"
	},
	"CWG2289": {
		"type": "issue",
		"title": "Uniqueness of structured binding names",
		"long_link": "https://cplusplus.github.io/CWG/issues/2289.html",
		"link": "https://wg21.link/cwg2289",
		"section": "_N4868_.6.4.1 [basic.scope.declarative]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2016-07-20"
	},
	"CWG2290": {
		"type": "issue",
		"title": "Unclear specification for overload resolution and deleted special member functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2290.html",
		"link": "https://wg21.link/cwg2290",
		"section": "12.2.2 [over.match.funcs]",
		"status": "CD5",
		"submitter": "Howard Hinnant",
		"date": "2016-07-21"
	},
	"CWG2291": {
		"type": "issue",
		"title": "Implicit conversion sequences in non-call contexts",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2291",
		"link": "https://wg21.link/cwg2291",
		"section": "12.2.4.2 [over.best.ics]",
		"status": "dup",
		"submitter": "Hubert Tong",
		"date": "2016-06-20"
	},
	"CWG2292": {
		"type": "issue",
		"title": "simple-template-id is ambiguous between class-name and type-name",
		"long_link": "https://cplusplus.github.io/CWG/issues/2292.html",
		"link": "https://wg21.link/cwg2292",
		"section": "13.3 [temp.names]",
		"status": "CD5",
		"submitter": "CWG",
		"date": "2016-06-22"
	},
	"CWG2293": {
		"type": "issue",
		"title": "Requirements for simple-template-id used as a class-name",
		"long_link": "https://cplusplus.github.io/CWG/issues/2293.html",
		"link": "https://wg21.link/cwg2293",
		"section": "Clause 11 [class]",
		"status": "CD5",
		"submitter": "CWG",
		"date": "2016-06-22"
	},
	"CWG2294": {
		"type": "issue",
		"title": "Dependent auto static data members",
		"long_link": "https://cplusplus.github.io/CWG/issues/2294.html",
		"link": "https://wg21.link/cwg2294",
		"section": "13.8.3.3 [temp.dep.expr]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2016-06-22"
	},
	"CWG2295": {
		"type": "issue",
		"title": "Aggregates with deleted defaulted constructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/2295.html",
		"link": "https://wg21.link/cwg2295",
		"section": "9.5.2 [dcl.init.aggr]",
		"status": "CD5",
		"submitter": "Thomas Köppe",
		"date": "2016-06-24"
	},
	"CWG2296": {
		"type": "issue",
		"title": "Are default argument instantiation failures in the “immediate context”?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2296",
		"link": "https://wg21.link/cwg2296",
		"section": "13.10.3 [temp.deduct]",
		"status": "open",
		"submitter": "Jason Merrill",
		"date": "2016-06-25",
		"liaison": "EWG"
	},
	"CWG2297": {
		"type": "issue",
		"title": "Unclear specification of atomic operations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2297",
		"link": "https://wg21.link/cwg2297",
		"section": "6.10.2.2 [intro.races]",
		"status": "open",
		"submitter": "Kazutoshi Satoda",
		"date": "2016-01-21"
	},
	"CWG2298": {
		"type": "issue",
		"title": "Actions and expression evaluation",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2298",
		"link": "https://wg21.link/cwg2298",
		"section": "6.10.2.2 [intro.races]",
		"status": "open",
		"submitter": "Kazutoshi Satoda",
		"date": "2016-01-21",
		"liaison": "SG1"
	},
	"CWG2299": {
		"type": "issue",
		"title": "constexpr vararg functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2299.html",
		"link": "https://wg21.link/cwg2299",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "CD5",
		"submitter": "Daveed Vandevoorde",
		"date": "2016-04-11"
	},
	"CWG2300": {
		"type": "issue",
		"title": "Lambdas in multiple definitions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2300.html",
		"link": "https://wg21.link/cwg2300",
		"section": "6.3 [basic.def.odr]",
		"status": "CD5",
		"submitter": "Robert Haberlach",
		"date": "2016-04-11"
	},
	"CWG2301": {
		"type": "issue",
		"title": "Value-initialization and constexpr constructor evaluation",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2301",
		"link": "https://wg21.link/cwg2301",
		"section": "7.7 [expr.const]",
		"status": "open",
		"submitter": "Daveed Vandevoorde",
		"date": "2016-04-18"
	},
	"CWG2302": {
		"type": "issue",
		"title": "Address comparison between different member subobjects",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2302",
		"link": "https://wg21.link/cwg2302",
		"section": "7.6.10 [expr.eq]",
		"status": "NAD",
		"submitter": "Daveed Vandevoorde",
		"date": "2016-04-29"
	},
	"CWG2303": {
		"type": "issue",
		"title": "Partial ordering and recursive variadic inheritance",
		"long_link": "https://cplusplus.github.io/CWG/issues/2303.html",
		"link": "https://wg21.link/cwg2303",
		"section": "13.10.3.2 [temp.deduct.call]",
		"status": "CD5",
		"submitter": "John Spicer",
		"date": "2016-05-24"
	},
	"CWG2304": {
		"type": "issue",
		"title": "Incomplete type vs overload resolution",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2304",
		"link": "https://wg21.link/cwg2304",
		"section": "12.2.4.2 [over.best.ics]",
		"status": "NAD",
		"submitter": "John Spicer",
		"date": "2016-07-05"
	},
	"CWG2305": {
		"type": "issue",
		"title": "Explicit instantiation of constexpr or inline variable template",
		"long_link": "https://cplusplus.github.io/CWG/issues/2305.html",
		"link": "https://wg21.link/cwg2305",
		"section": "13.9.3 [temp.explicit]",
		"status": "CD5",
		"submitter": "John Spicer",
		"date": "2016-07-14"
	},
	"CWG2306": {
		"type": "issue",
		"title": "Nested friend templates of class templates",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2306",
		"link": "https://wg21.link/cwg2306",
		"section": "13.7.5 [temp.friend]",
		"status": "NAD",
		"submitter": "John Spicer",
		"date": "2016-07-17"
	},
	"CWG2307": {
		"type": "issue",
		"title": "Unclear definition of “equivalent to a nontype template parameter”",
		"long_link": "https://cplusplus.github.io/CWG/issues/2307.html",
		"link": "https://wg21.link/cwg2307",
		"section": "13.8.3.2 [temp.dep.type]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2016-07-21"
	},
	"CWG2308": {
		"type": "issue",
		"title": "Structured bindings and lambda capture",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2308",
		"link": "https://wg21.link/cwg2308",
		"section": "9.7 [dcl.struct.bind]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"date": "2016-07-23"
	},
	"CWG2309": {
		"type": "issue",
		"title": "Restrictions on nested statements within constexpr functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2309.html",
		"link": "https://wg21.link/cwg2309",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "CD5",
		"submitter": "Faisal Vali",
		"date": "2016-07-30"
	},
	"CWG2310": {
		"type": "issue",
		"title": "Type completeness and derived-to-base pointer conversions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2310.html",
		"link": "https://wg21.link/cwg2310",
		"section": "7.3.12 [conv.ptr]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2016-08-08"
	},
	"CWG2311": {
		"type": "issue",
		"title": "Missed case for guaranteed copy elision",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2311",
		"link": "https://wg21.link/cwg2311",
		"section": "12.2.2.8 [over.match.list]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2016-08-09"
	},
	"CWG2312": {
		"type": "issue",
		"title": "Structured bindings and mutable",
		"long_link": "https://cplusplus.github.io/CWG/issues/2312.html",
		"link": "https://wg21.link/cwg2312",
		"section": "9.7 [dcl.struct.bind]",
		"status": "CD6",
		"submitter": "Richard Smith",
		"date": "2016-08-11"
	},
	"CWG2313": {
		"type": "issue",
		"title": "Redeclaration of structured binding reference variables",
		"long_link": "https://cplusplus.github.io/CWG/issues/2313.html",
		"link": "https://wg21.link/cwg2313",
		"section": "9.7 [dcl.struct.bind]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2016-08-12"
	},
	"CWG2314": {
		"type": "issue",
		"title": "Structured bindings and lambda capture",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2314",
		"link": "https://wg21.link/cwg2314",
		"section": "9.7 [dcl.struct.bind]",
		"status": "dup",
		"submitter": "Richard Smith",
		"date": "2016-08-14"
	},
	"CWG2315": {
		"type": "issue",
		"title": "What is the “corresponding special member” of a variant member?",
		"long_link": "https://cplusplus.github.io/CWG/issues/2315.html",
		"link": "https://wg21.link/cwg2315",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2016-08-15"
	},
	"CWG2316": {
		"type": "issue",
		"title": "Simplifying class conversions in conditional expressions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2316",
		"link": "https://wg21.link/cwg2316",
		"section": "7.6.16 [expr.cond]",
		"status": "drafting",
		"submitter": "S. B. Tam",
		"date": "2016-08-16"
	},
	"CWG2317": {
		"type": "issue",
		"title": "Self-referential default member initializers",
		"long_link": "https://cplusplus.github.io/CWG/issues/2317.html",
		"link": "https://wg21.link/cwg2317",
		"section": "11.9.3 [class.base.init]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2016-08-29"
	},
	"CWG2318": {
		"type": "issue",
		"title": "Nondeduced contexts in deduction from a braced-init-list",
		"long_link": "https://cplusplus.github.io/CWG/issues/2318.html",
		"link": "https://wg21.link/cwg2318",
		"section": "13.10.3.6 [temp.deduct.type]",
		"status": "CD5",
		"submitter": "Jonathan Caves",
		"date": "2016-08-12"
	},
	"CWG2319": {
		"type": "issue",
		"title": "Nested brace initialization from same type",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2319",
		"link": "https://wg21.link/cwg2319",
		"section": "12.2.4.2 [over.best.ics]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2016-09-06"
	},
	"CWG2320": {
		"type": "issue",
		"title": "constexpr if and boolean conversions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2320",
		"link": "https://wg21.link/cwg2320",
		"section": "8.5.2 [stmt.if]",
		"status": "extension",
		"submitter": "Richard Smith",
		"date": "2016-09-06"
	},
	"CWG2321": {
		"type": "issue",
		"title": "Conditional operator and cv-qualified class prvalues",
		"long_link": "https://cplusplus.github.io/CWG/issues/2321.html",
		"link": "https://wg21.link/cwg2321",
		"section": "7.6.16 [expr.cond]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2016-09-06"
	},
	"CWG2322": {
		"type": "issue",
		"title": "Substitution failure and lexical order",
		"long_link": "https://cplusplus.github.io/CWG/issues/2322.html",
		"link": "https://wg21.link/cwg2322",
		"section": "13.10.3 [temp.deduct]",
		"status": "CD5",
		"submitter": "Xiang Fan",
		"date": "2016-09-06"
	},
	"CWG2323": {
		"type": "issue",
		"title": "Expunge POD",
		"long_link": "https://cplusplus.github.io/CWG/issues/2323.html",
		"link": "https://wg21.link/cwg2323",
		"section": "6.9 [basic.types]",
		"status": "C++20",
		"submitter": "US",
		"date": "2017-02-27"
	},
	"CWG2324": {
		"type": "issue",
		"title": "Size of base class subobject",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2324",
		"link": "https://wg21.link/cwg2324",
		"section": "6.8.2 [intro.object]",
		"status": "drafting",
		"submitter": "GB",
		"date": "2017-02-27"
	},
	"CWG2325": {
		"type": "issue",
		"title": "std::launder and reuse of character buffers",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2325",
		"link": "https://wg21.link/cwg2325",
		"section": "6.8.2 [intro.object]",
		"status": "drafting",
		"submitter": "CA",
		"date": "2017-02-27"
	},
	"CWG2326": {
		"type": "issue",
		"title": "Type deduction with initializer list containing ambiguous functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2326",
		"link": "https://wg21.link/cwg2326",
		"section": "13.10.3.2 [temp.deduct.call]",
		"status": "dup",
		"submitter": "Jonathan Caves",
		"date": "2016-08-12"
	},
	"CWG2327": {
		"type": "issue",
		"title": "Copy elision for direct-initialization with a conversion function",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2327",
		"link": "https://wg21.link/cwg2327",
		"section": "9.5 [dcl.init]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2016-09-30"
	},
	"CWG2328": {
		"type": "issue",
		"title": "Unclear presentation style of template argument deduction rules",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2328",
		"link": "https://wg21.link/cwg2328",
		"section": "13.10.3.6 [temp.deduct.type]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2016-10-11"
	},
	"CWG2329": {
		"type": "issue",
		"title": "Virtual base classes and generated assignment operators",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2329",
		"link": "https://wg21.link/cwg2329",
		"section": "11.4.6 [class.copy.assign]",
		"status": "open",
		"submitter": "Daveed Vandevoorde",
		"date": "2016-10-31"
	},
	"CWG2330": {
		"type": "issue",
		"title": "Missing references to variable templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/2330.html",
		"link": "https://wg21.link/cwg2330",
		"section": "13.9 [temp.spec]",
		"status": "CD5",
		"submitter": "Daveed Vandevoorde",
		"date": "2016-12-06"
	},
	"CWG2331": {
		"type": "issue",
		"title": "Redundancy in description of class scope",
		"long_link": "https://cplusplus.github.io/CWG/issues/2331.html",
		"link": "https://wg21.link/cwg2331",
		"section": "6.4.7 [basic.scope.class]",
		"status": "CD6",
		"submitter": "Thomas Köppe",
		"date": "2016-12-07"
	},
	"CWG2332": {
		"type": "issue",
		"title": "template-name as simple-type-name vs injected-class-name",
		"long_link": "https://cplusplus.github.io/CWG/issues/2332.html",
		"link": "https://wg21.link/cwg2332",
		"section": "9.2.9.3 [dcl.type.simple]",
		"status": "CD5",
		"submitter": "Daveed Vandevoorde",
		"date": "2016-12-10"
	},
	"CWG2333": {
		"type": "issue",
		"title": "Escape sequences in UTF-8 character literals",
		"long_link": "https://cplusplus.github.io/CWG/issues/2333.html",
		"link": "https://wg21.link/cwg2333",
		"section": "5.13.3 [lex.ccon]",
		"status": "CD6",
		"submitter": "Mike Miller",
		"date": "2017-01-05"
	},
	"CWG2334": {
		"type": "issue",
		"title": "Creation of objects by typeid",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2334",
		"link": "https://wg21.link/cwg2334",
		"section": "6.8.2 [intro.object]",
		"status": "open",
		"submitter": "Chris Hallock",
		"date": "2017-01-30"
	},
	"CWG2335": {
		"type": "issue",
		"title": "Deduced return types vs member types",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2335",
		"link": "https://wg21.link/cwg2335",
		"section": "11.4.9.3 [class.static.data]",
		"status": "drafting",
		"submitter": "John Spicer",
		"date": "2017-01-29"
	},
	"CWG2336": {
		"type": "issue",
		"title": "Destructor characteristics vs potentially-constructed subobjects",
		"long_link": "https://cplusplus.github.io/CWG/issues/2336.html",
		"link": "https://wg21.link/cwg2336",
		"section": "14.5 [except.spec]",
		"status": "CD5",
		"submitter": "Nathan Sidwell",
		"date": "2017-02-28"
	},
	"CWG2337": {
		"type": "issue",
		"title": "Incorrect implication of logic ladder for conversion sequence tiebreakers",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2337",
		"link": "https://wg21.link/cwg2337",
		"section": "12.2.4.3 [over.ics.rank]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2017-03-02"
	},
	"CWG2338": {
		"type": "issue",
		"title": "Undefined behavior converting to short enums with fixed underlying types",
		"long_link": "https://cplusplus.github.io/CWG/issues/2338.html",
		"link": "https://wg21.link/cwg2338",
		"section": "7.6.1.9 [expr.static.cast]",
		"status": "CD5",
		"submitter": "Thomas Köppe",
		"date": "2017-03-24"
	},
	"CWG2339": {
		"type": "issue",
		"title": "Underspecified template arguments in structured bindings",
		"long_link": "https://cplusplus.github.io/CWG/issues/2339.html",
		"link": "https://wg21.link/cwg2339",
		"section": "9.7 [dcl.struct.bind]",
		"status": "CD5",
		"submitter": "Daveed Vandevoorde",
		"date": "2017-03-29"
	},
	"CWG2340": {
		"type": "issue",
		"title": "Reference collapsing and structured bindings",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2340",
		"link": "https://wg21.link/cwg2340",
		"section": "9.7 [dcl.struct.bind]",
		"status": "open",
		"submitter": "Daveed Vandevoorde",
		"date": "2017-03-29"
	},
	"CWG2341": {
		"type": "issue",
		"title": "Structured bindings with static storage duration",
		"long_link": "https://cplusplus.github.io/CWG/issues/2341.html",
		"link": "https://wg21.link/cwg2341",
		"section": "9.1 [dcl.pre]",
		"status": "CD5",
		"submitter": "John Spicer",
		"date": "2017-04-04"
	},
	"CWG2342": {
		"type": "issue",
		"title": "Reference reinterpret_cast and pointer-interconvertibility",
		"long_link": "https://cplusplus.github.io/CWG/issues/2342.html",
		"link": "https://wg21.link/cwg2342",
		"section": "7.6.1.10 [expr.reinterpret.cast]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2017-04-07"
	},
	"CWG2343": {
		"type": "issue",
		"title": "void* non-type template parameters",
		"long_link": "https://cplusplus.github.io/CWG/issues/2343.html",
		"link": "https://wg21.link/cwg2343",
		"section": "13.2 [temp.param]",
		"status": "C++20",
		"submitter": "Daveed Vandevoorde",
		"date": "2017-04-17"
	},
	"CWG2344": {
		"type": "issue",
		"title": "Redeclaration of names in init-statements",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2344",
		"link": "https://wg21.link/cwg2344",
		"section": "8.5 [stmt.select]",
		"status": "NAD",
		"submitter": "John Spicer",
		"date": "2017-04-19"
	},
	"CWG2345": {
		"type": "issue",
		"title": "Jumping across initializers in init-statements and conditions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2345.html",
		"link": "https://wg21.link/cwg2345",
		"section": "8.5.2 [stmt.if]",
		"status": "CD5",
		"submitter": "John Spicer",
		"date": "2017-04-25"
	},
	"CWG2346": {
		"type": "issue",
		"title": "Local variables in default arguments",
		"long_link": "https://cplusplus.github.io/CWG/issues/2346.html",
		"link": "https://wg21.link/cwg2346",
		"section": "9.3.4.7 [dcl.fct.default]",
		"status": "CD5",
		"submitter": "Geoffrey Romer",
		"date": "2017-04-26"
	},
	"CWG2347": {
		"type": "issue",
		"title": "Passing short scoped enumerations to ellipsis",
		"long_link": "https://cplusplus.github.io/CWG/issues/2347.html",
		"link": "https://wg21.link/cwg2347",
		"section": "7.6.1.3 [expr.call]",
		"status": "C++20",
		"submitter": "Mike Miller",
		"date": "2017-04-28"
	},
	"CWG2348": {
		"type": "issue",
		"title": "Non-templated constexpr if",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2348",
		"link": "https://wg21.link/cwg2348",
		"section": "8.5.2 [stmt.if]",
		"status": "NAD",
		"submitter": "John Spicer",
		"date": "2017-05-01"
	},
	"CWG2349": {
		"type": "issue",
		"title": "Class/enumeration names vs conditions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2349",
		"link": "https://wg21.link/cwg2349",
		"section": "Clause 8 [stmt]",
		"status": "NAD",
		"submitter": "Daveed Vandevoorde",
		"date": "2017-05-04"
	},
	"CWG2350": {
		"type": "issue",
		"title": "Forwarding references and deduction guides",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2350",
		"link": "https://wg21.link/cwg2350",
		"section": "13.10.3.5 [temp.deduct.partial]",
		"status": "NAD",
		"submitter": "Barry Revzin",
		"date": "2017-06-03"
	},
	"CWG2351": {
		"type": "issue",
		"title": "void{}",
		"long_link": "https://cplusplus.github.io/CWG/issues/2351.html",
		"link": "https://wg21.link/cwg2351",
		"section": "7.6.1.4 [expr.type.conv]",
		"status": "CD5",
		"submitter": "Peter Dimov",
		"date": "2017-06-26"
	},
	"CWG2352": {
		"type": "issue",
		"title": "Similar types and reference binding",
		"long_link": "https://cplusplus.github.io/CWG/issues/2352.html",
		"link": "https://wg21.link/cwg2352",
		"section": "9.5.4 [dcl.init.ref]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2017-07-14"
	},
	"CWG2353": {
		"type": "issue",
		"title": "Potential results of a member access expression for a static data member",
		"long_link": "https://cplusplus.github.io/CWG/issues/2353.html",
		"link": "https://wg21.link/cwg2353",
		"section": "6.3 [basic.def.odr]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2017-08-18"
	},
	"CWG2354": {
		"type": "issue",
		"title": "Extended alignment and object representation",
		"long_link": "https://cplusplus.github.io/CWG/issues/2354.html",
		"link": "https://wg21.link/cwg2354",
		"section": "6.8.3 [basic.align]",
		"status": "CD5",
		"submitter": "Mike Miller",
		"date": "2017-09-05"
	},
	"CWG2355": {
		"type": "issue",
		"title": "Deducing noexcept-specifiers",
		"long_link": "https://cplusplus.github.io/CWG/issues/2355.html",
		"link": "https://wg21.link/cwg2355",
		"section": "13.10.3.6 [temp.deduct.type]",
		"status": "CD6",
		"submitter": "John Spicer",
		"date": "2017-09-06"
	},
	"CWG2356": {
		"type": "issue",
		"title": "Base class copy and move constructors should not be inherited",
		"long_link": "https://cplusplus.github.io/CWG/issues/2356.html",
		"link": "https://wg21.link/cwg2356",
		"section": "12.2.2 [over.match.funcs]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2018-02-26"
	},
	"CWG2357": {
		"type": "issue",
		"title": "Lookup in member function declarations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2357",
		"link": "https://wg21.link/cwg2357",
		"section": "6.5.3 [basic.lookup.unqual]",
		"status": "NAD",
		"submitter": "John Spicer",
		"date": "2017-09-07"
	},
	"CWG2358": {
		"type": "issue",
		"title": "Explicit capture of value",
		"long_link": "https://cplusplus.github.io/CWG/issues/2358.html",
		"link": "https://wg21.link/cwg2358",
		"section": "7.5.6.3 [expr.prim.lambda.capture]",
		"status": "CD5",
		"submitter": "Daveed Vandevoorde",
		"date": "2017-09-20"
	},
	"CWG2359": {
		"type": "issue",
		"title": "Unintended copy initialization with designated initializers",
		"long_link": "https://cplusplus.github.io/CWG/issues/2359.html",
		"link": "https://wg21.link/cwg2359",
		"section": "9.5.2 [dcl.init.aggr]",
		"status": "CD5",
		"submitter": "Zhihao Yuan",
		"date": "2017-10-06"
	},
	"CWG2360": {
		"type": "issue",
		"title": "[[maybe_unused]] and structured bindings",
		"long_link": "https://cplusplus.github.io/CWG/issues/2360.html",
		"link": "https://wg21.link/cwg2360",
		"section": "9.13.8 [dcl.attr.unused]",
		"status": "CD5",
		"submitter": "Michael Wong",
		"date": "2017-10-19"
	},
	"CWG2361": {
		"type": "issue",
		"title": "Unclear description of longjmp undefined behavior",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2361",
		"link": "https://wg21.link/cwg2361",
		"section": "17.14.3 [csetjmp.syn]",
		"status": "open",
		"submitter": "Zhihao Yuan",
		"date": "2017-10-20"
	},
	"CWG2362": {
		"type": "issue",
		"title": "__func__ should be constexpr",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2362",
		"link": "https://wg21.link/cwg2362",
		"section": "9.6.1 [dcl.fct.def.general]",
		"status": "open",
		"submitter": "Anthony Polukhin",
		"date": "2017-10-23",
		"liaison": "EWG"
	},
	"CWG2363": {
		"type": "issue",
		"title": "Opaque enumeration friend declarations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2363",
		"link": "https://wg21.link/cwg2363",
		"section": "11.8.4 [class.friend]",
		"status": "NAD",
		"submitter": "Mike Miller",
		"date": "2017-10-26"
	},
	"CWG2364": {
		"type": "issue",
		"title": "Constant expressions, aggregate initialization, and modifications",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2364",
		"link": "https://wg21.link/cwg2364",
		"section": "7.7 [expr.const]",
		"status": "NAD",
		"submitter": "Mike Miller",
		"date": "2017-10-31"
	},
	"CWG2365": {
		"type": "issue",
		"title": "Confusing specification for dynamic_cast",
		"long_link": "https://cplusplus.github.io/CWG/issues/2365.html",
		"link": "https://wg21.link/cwg2365",
		"section": "7.6.1.7 [expr.dynamic.cast]",
		"status": "CD5",
		"submitter": "Shiyao Ma",
		"date": "2017-02-08"
	},
	"CWG2366": {
		"type": "issue",
		"title": "Can default initialization be constant initialization?",
		"long_link": "https://cplusplus.github.io/CWG/issues/2366.html",
		"link": "https://wg21.link/cwg2366",
		"section": "6.10.3.2 [basic.start.static]",
		"status": "CD5",
		"submitter": "Geoffrey Romer",
		"date": "2017-11-01"
	},
	"CWG2367": {
		"type": "issue",
		"title": "Lambdas in default arguments vs the ODR",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2367",
		"link": "https://wg21.link/cwg2367",
		"section": "6.3 [basic.def.odr]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"date": "2017-11-10"
	},
	"CWG2368": {
		"type": "issue",
		"title": "Differences in relational and three-way constant comparisons",
		"long_link": "https://cplusplus.github.io/CWG/issues/2368.html",
		"link": "https://wg21.link/cwg2368",
		"section": "7.7 [expr.const]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2017-11-11"
	},
	"CWG2369": {
		"type": "issue",
		"title": "Ordering between constraints and substitution",
		"long_link": "https://cplusplus.github.io/CWG/issues/2369.html",
		"link": "https://wg21.link/cwg2369",
		"section": "13.10.3 [temp.deduct]",
		"status": "CD6",
		"submitter": "Agustin Bergé",
		"date": "2017-10-09"
	},
	"CWG2370": {
		"type": "issue",
		"title": "friend declarations of namespace-scope functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2370.html",
		"link": "https://wg21.link/cwg2370",
		"section": "6.5.3 [basic.lookup.unqual]",
		"status": "CD6",
		"submitter": "Andrew Marino",
		"date": "2017-12-04"
	},
	"CWG2371": {
		"type": "issue",
		"title": "Use of the English term “attributes” is confusing",
		"long_link": "https://cplusplus.github.io/CWG/issues/2371.html",
		"link": "https://wg21.link/cwg2371",
		"section": "6.2 [basic.def]",
		"status": "CD5",
		"submitter": "Gabriel Dos Reis",
		"date": "2017-12-05"
	},
	"CWG2372": {
		"type": "issue",
		"title": "Incorrect matching rules for block-scope extern declarations",
		"long_link": "https://cplusplus.github.io/CWG/issues/2372.html",
		"link": "https://wg21.link/cwg2372",
		"section": "6.7 [basic.link]",
		"status": "CD5",
		"submitter": "Chen Fuxingi",
		"date": "2017-12-17"
	},
	"CWG2373": {
		"type": "issue",
		"title": "Incorrect handling of static member function templates in partial ordering",
		"long_link": "https://cplusplus.github.io/CWG/issues/2373.html",
		"link": "https://wg21.link/cwg2373",
		"section": "13.7.7.3 [temp.func.order]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2018-02-14"
	},
	"CWG2374": {
		"type": "issue",
		"title": "Overly permissive specification of enum direct-list-initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/2374.html",
		"link": "https://wg21.link/cwg2374",
		"section": "9.5.5 [dcl.init.list]",
		"status": "C++20",
		"submitter": "Shafik Yaghmour",
		"date": "2018-02-18"
	},
	"CWG2375": {
		"type": "issue",
		"title": "Multiple redeclarations of constexpr static data members",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2375",
		"link": "https://wg21.link/cwg2375",
		"section": "11.4.9.3 [class.static.data]",
		"status": "NAD",
		"submitter": "Mike Miller",
		"date": "2018-02-21"
	},
	"CWG2376": {
		"type": "issue",
		"title": "Class template argument deduction with array declarator",
		"long_link": "https://cplusplus.github.io/CWG/issues/2376.html",
		"link": "https://wg21.link/cwg2376",
		"section": "12.2.2.9 [over.match.class.deduct]",
		"status": "CD5",
		"submitter": "Mike Miller",
		"date": "2018-03-01"
	},
	"CWG2377": {
		"type": "issue",
		"title": "Explicit copy constructor vs function viability",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2377",
		"link": "https://wg21.link/cwg2377",
		"section": "12.2.3 [over.match.viable]",
		"status": "NAD",
		"submitter": "Xiang Fan",
		"date": "2018-06-05"
	},
	"CWG2378": {
		"type": "issue",
		"title": "Inconsistent grammar for reference init-capture of pack",
		"long_link": "https://cplusplus.github.io/CWG/issues/2378.html",
		"link": "https://wg21.link/cwg2378",
		"section": "7.5.6.3 [expr.prim.lambda.capture]",
		"status": "C++20",
		"submitter": "Barry Revzin",
		"date": "2018-06-14"
	},
	"CWG2379": {
		"type": "issue",
		"title": "Missing prohibition against constexpr in friend declaration",
		"long_link": "https://cplusplus.github.io/CWG/issues/2379.html",
		"link": "https://wg21.link/cwg2379",
		"section": "13.7.5 [temp.friend]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2018-06-14"
	},
	"CWG2380": {
		"type": "issue",
		"title": "capture-default makes too many references odr-usable",
		"long_link": "https://cplusplus.github.io/CWG/issues/2380.html",
		"link": "https://wg21.link/cwg2380",
		"section": "6.3 [basic.def.odr]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2018-06-14"
	},
	"CWG2381": {
		"type": "issue",
		"title": "Composite pointer type of pointers to plain and noexcept member functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2381.html",
		"link": "https://wg21.link/cwg2381",
		"section": "7.2.2 [expr.type]",
		"status": "CD5",
		"submitter": "Mike Miller",
		"date": "2018-06-19"
	},
	"CWG2382": {
		"type": "issue",
		"title": "Array allocation overhead for non-allocating placement new",
		"long_link": "https://cplusplus.github.io/CWG/issues/2382.html",
		"link": "https://wg21.link/cwg2382",
		"section": "7.6.2.8 [expr.new]",
		"status": "CD5",
		"submitter": "Paul Sanders",
		"date": "2018-07-16"
	},
	"CWG2383": {
		"type": "issue",
		"title": "Variadic member functions of variadic class templates",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2383",
		"link": "https://wg21.link/cwg2383",
		"section": "13.2 [temp.param]",
		"status": "NAD",
		"submitter": "Daveed Vandevoorde",
		"date": "2018-07-18"
	},
	"CWG2384": {
		"type": "issue",
		"title": "Conversion function templates and qualification conversions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2384.html",
		"link": "https://wg21.link/cwg2384",
		"section": "13.10.3.4 [temp.deduct.conv]",
		"status": "CD5",
		"submitter": "John Spicer",
		"date": "2018-07-24"
	},
	"CWG2385": {
		"type": "issue",
		"title": "Lookup for conversion-function-ids",
		"long_link": "https://cplusplus.github.io/CWG/issues/2385.html",
		"link": "https://wg21.link/cwg2385",
		"section": "7.5.5.3 [expr.prim.id.qual]",
		"status": "CD5",
		"submitter": "John Spicer",
		"date": "2018-07-31"
	},
	"CWG2386": {
		"type": "issue",
		"title": "tuple_size requirements for structured binding",
		"long_link": "https://cplusplus.github.io/CWG/issues/2386.html",
		"link": "https://wg21.link/cwg2386",
		"section": "9.7 [dcl.struct.bind]",
		"status": "CD5",
		"submitter": "Stephan T. Lavavej",
		"date": "2018-09-19"
	},
	"CWG2387": {
		"type": "issue",
		"title": "Linkage of const-qualified variable template",
		"long_link": "https://cplusplus.github.io/CWG/issues/2387.html",
		"link": "https://wg21.link/cwg2387",
		"section": "6.7 [basic.link]",
		"status": "CD5",
		"submitter": "John Spicer",
		"date": "2018-09-28"
	},
	"CWG2388": {
		"type": "issue",
		"title": "Applicability of contract-attribute-specifiers",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2388",
		"link": "https://wg21.link/cwg2388",
		"section": "9.13.1 [dcl.attr.grammar]",
		"status": "NAD",
		"submitter": "Aaron Ballman",
		"date": "2018-10-24"
	},
	"CWG2389": {
		"type": "issue",
		"title": "Agreement of deduced and explicitly-specified variable types",
		"long_link": "https://cplusplus.github.io/CWG/issues/2389.html",
		"link": "https://wg21.link/cwg2389",
		"section": "9.2.9.7 [dcl.spec.auto]",
		"status": "CD6",
		"submitter": "Nina Ranns",
		"date": "2018-10-24"
	},
	"CWG2390": {
		"type": "issue",
		"title": "Is the argument of __has_cpp_attribute macro-expanded?",
		"long_link": "https://cplusplus.github.io/CWG/issues/2390.html",
		"link": "https://wg21.link/cwg2390",
		"section": "15.2 [cpp.cond]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2018-11-14"
	},
	"CWG2391": {
		"type": "issue",
		"title": "Additional template parameters following pack expansion",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2391",
		"link": "https://wg21.link/cwg2391",
		"section": "13.7.4 [temp.variadic]",
		"status": "dup",
		"submitter": "Richard Smith",
		"date": "2018-12-03"
	},
	"CWG2392": {
		"type": "issue",
		"title": "new-expression size check and constant evaluation",
		"long_link": "https://cplusplus.github.io/CWG/issues/2392.html",
		"link": "https://wg21.link/cwg2392",
		"section": "7.7 [expr.const]",
		"status": "C++23",
		"submitter": "Tam S. B",
		"date": "2018-12-05"
	},
	"CWG2393": {
		"type": "issue",
		"title": "Pseudo-destructors and object lifetime",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2393",
		"link": "https://wg21.link/cwg2393",
		"section": "_N4778_.7.6.1.4 [expr.pseudo]",
		"status": "NAD",
		"submitter": "CWG",
		"date": "2018-11-07"
	},
	"CWG2394": {
		"type": "issue",
		"title": "Const-default-constructible for members",
		"long_link": "https://cplusplus.github.io/CWG/issues/2394.html",
		"link": "https://wg21.link/cwg2394",
		"section": "11.4.5.2 [class.default.ctor]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2018-07-10"
	},
	"CWG2395": {
		"type": "issue",
		"title": "Parameters following a pack expansion",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2395",
		"link": "https://wg21.link/cwg2395",
		"section": "13.2 [temp.param]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2018-12-03"
	},
	"CWG2396": {
		"type": "issue",
		"title": "Lookup of names in complex conversion-type-ids",
		"long_link": "https://cplusplus.github.io/CWG/issues/2396.html",
		"link": "https://wg21.link/cwg2396",
		"section": "7.5.5.3 [expr.prim.id.qual]",
		"status": "CD6",
		"submitter": "Richard Smith",
		"date": "2018-12-03"
	},
	"CWG2397": {
		"type": "issue",
		"title": "auto specifier for pointers and references to arrays",
		"long_link": "https://cplusplus.github.io/CWG/issues/2397.html",
		"link": "https://wg21.link/cwg2397",
		"section": "9.3.4.5 [dcl.array]",
		"status": "CD6",
		"submitter": "Hubert Tong",
		"date": "2019-02-04"
	},
	"CWG2398": {
		"type": "issue",
		"title": "Template template parameter matching and deduction",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2398",
		"link": "https://wg21.link/cwg2398",
		"section": "13.4.4 [temp.arg.template]",
		"status": "drafting",
		"submitter": "Jason Merrill",
		"date": "2016-12-03"
	},
	"CWG2399": {
		"type": "issue",
		"title": "Unclear referent of “expression” in assignment-expression",
		"long_link": "https://cplusplus.github.io/CWG/issues/2399.html",
		"link": "https://wg21.link/cwg2399",
		"section": "7.6.19 [expr.assign]",
		"status": "CD5",
		"submitter": "Lisa Lippincott",
		"date": "2019-02-13"
	},
	"CWG2400": {
		"type": "issue",
		"title": "Constexpr virtual functions and temporary objects",
		"long_link": "https://cplusplus.github.io/CWG/issues/2400.html",
		"link": "https://wg21.link/cwg2400",
		"section": "7.7 [expr.const]",
		"status": "CD5",
		"submitter": "Daveed Vandevoorde",
		"date": "2019-02-08"
	},
	"CWG2401": {
		"type": "issue",
		"title": "Array decay vs prohibition of subobject non-type arguments",
		"long_link": "https://cplusplus.github.io/CWG/issues/2401.html",
		"link": "https://wg21.link/cwg2401",
		"section": "13.4.3 [temp.arg.nontype]",
		"status": "C++20",
		"submitter": "John Spicer",
		"date": "2019-02-06"
	},
	"CWG2402": {
		"type": "issue",
		"title": "When is the restriction to a single c-char in a Unicode literal enforced?",
		"long_link": "https://cplusplus.github.io/CWG/issues/2402.html",
		"link": "https://wg21.link/cwg2402",
		"section": "5.13.3 [lex.ccon]",
		"status": "CD6",
		"submitter": "Richard Smith",
		"date": "2019-01-08"
	},
	"CWG2403": {
		"type": "issue",
		"title": "Temporary materialization and base/member initialization",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2403",
		"link": "https://wg21.link/cwg2403",
		"section": "11.9.3 [class.base.init]",
		"status": "drafting",
		"submitter": "Daveed Vandevoorde",
		"date": "2018-12-11"
	},
	"CWG2404": {
		"type": "issue",
		"title": "[[no_unique_address]] and allocation order",
		"long_link": "https://cplusplus.github.io/CWG/issues/2404.html",
		"link": "https://wg21.link/cwg2404",
		"section": "11.4 [class.mem]",
		"status": "CD5",
		"submitter": "Daveed Vandevoorde",
		"date": "2018-12-13"
	},
	"CWG2405": {
		"type": "issue",
		"title": "Additional type-dependent expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2405.html",
		"link": "https://wg21.link/cwg2405",
		"section": "13.8.3.3 [temp.dep.expr]",
		"status": "CD6",
		"submitter": "Andrey Davydov",
		"date": "2018-08-20"
	},
	"CWG2406": {
		"type": "issue",
		"title": "[[fallthrough]] attribute and iteration statements",
		"long_link": "https://cplusplus.github.io/CWG/issues/2406.html",
		"link": "https://wg21.link/cwg2406",
		"section": "9.13.5 [dcl.attr.fallthrough]",
		"status": "CD5",
		"submitter": "Mike Miller",
		"date": "2019-03-08"
	},
	"CWG2407": {
		"type": "issue",
		"title": "Missing entry in Annex C for defaulted comparison operators",
		"long_link": "https://cplusplus.github.io/CWG/issues/2407.html",
		"link": "https://wg21.link/cwg2407",
		"section": "Clause Annex C [diff]",
		"status": "C++23",
		"submitter": "Tomasz Kaminski",
		"date": "2019-02-26"
	},
	"CWG2408": {
		"type": "issue",
		"title": "Temporaries and previously-initialized elements in aggregate initialization",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2408",
		"link": "https://wg21.link/cwg2408",
		"section": "9.5.2 [dcl.init.aggr]",
		"status": "NAD",
		"submitter": "Daveed Vandevoorde",
		"date": "2019-03-13"
	},
	"CWG2409": {
		"type": "issue",
		"title": "Explicit specializations of constexpr static data members",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2409",
		"link": "https://wg21.link/cwg2409",
		"section": "13.9.4 [temp.expl.spec]",
		"status": "drafting",
		"submitter": "Mike Miller",
		"date": "2019-04-29"
	},
	"CWG2410": {
		"type": "issue",
		"title": "Implicit calls of immediate functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2410.html",
		"link": "https://wg21.link/cwg2410",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "C++23",
		"submitter": "John Spicer",
		"date": "2019-03-27"
	},
	"CWG2411": {
		"type": "issue",
		"title": "Comparison of pointers to members in template non-type arguments",
		"long_link": "https://cplusplus.github.io/CWG/issues/2411.html",
		"link": "https://wg21.link/cwg2411",
		"section": "13.6 [temp.type]",
		"status": "C++20",
		"submitter": "Jens Maurer",
		"date": "2017-11-11"
	},
	"CWG2412": {
		"type": "issue",
		"title": "SFINAE vs undeduced placeholder type",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2412",
		"link": "https://wg21.link/cwg2412",
		"section": "9.2.9.7 [dcl.spec.auto]",
		"status": "review",
		"submitter": "Mike Miller",
		"date": "2019-05-03"
	},
	"CWG2413": {
		"type": "issue",
		"title": "typename in conversion-function-ids",
		"long_link": "https://cplusplus.github.io/CWG/issues/2413.html",
		"link": "https://wg21.link/cwg2413",
		"section": "13.8 [temp.res]",
		"status": "CD6",
		"submitter": "Davis Herring",
		"date": "2019-05-10"
	},
	"CWG2414": {
		"type": "issue",
		"title": "Unclear results if both member and friend operator<=> are declared",
		"long_link": "https://cplusplus.github.io/CWG/issues/2414.html",
		"link": "https://wg21.link/cwg2414",
		"section": "11.10.1 [class.compare.default]",
		"status": "C++20",
		"submitter": "Daveed Vandevoorde",
		"date": "2019-05-20"
	},
	"CWG2415": {
		"type": "issue",
		"title": "using-declarations vs copy assignment operators",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2415",
		"link": "https://wg21.link/cwg2415",
		"section": "11.4.6 [class.copy.assign]",
		"status": "NAD",
		"submitter": "Mike Miller",
		"date": "2019-05-29"
	},
	"CWG2416": {
		"type": "issue",
		"title": "Explicit specializations vs constexpr and consteval",
		"long_link": "https://cplusplus.github.io/CWG/issues/2416.html",
		"link": "https://wg21.link/cwg2416",
		"section": "13.9.4 [temp.expl.spec]",
		"status": "C++20",
		"submitter": "Mike Miller",
		"date": "2019-06-07"
	},
	"CWG2417": {
		"type": "issue",
		"title": "Explicit instantiation and exception specifications",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2417",
		"link": "https://wg21.link/cwg2417",
		"section": "14.5 [except.spec]",
		"status": "open",
		"submitter": "John Spicer",
		"date": "2019-06-19"
	},
	"CWG2418": {
		"type": "issue",
		"title": "Missing cases in definition of “usable in constant expressions”",
		"long_link": "https://cplusplus.github.io/CWG/issues/2418.html",
		"link": "https://wg21.link/cwg2418",
		"section": "7.7 [expr.const]",
		"status": "CD5",
		"submitter": "Richard Smith",
		"date": "2018-11-25"
	},
	"CWG2419": {
		"type": "issue",
		"title": "Loss of generality treating pointers to objects as one-element arrays",
		"long_link": "https://cplusplus.github.io/CWG/issues/2419.html",
		"link": "https://wg21.link/cwg2419",
		"section": "7.6.6 [expr.add]",
		"status": "C++20",
		"submitter": "Andrey Erokhin",
		"date": "2019-07-15"
	},
	"CWG2420": {
		"type": "issue",
		"title": "Exception specifications in explicit instantiation",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2420",
		"link": "https://wg21.link/cwg2420",
		"section": "14.5 [except.spec]",
		"status": "dup",
		"submitter": "John Spicer",
		"date": "2019-06-19"
	},
	"CWG2421": {
		"type": "issue",
		"title": "Explicit instantiation of constrained member functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2421",
		"link": "https://wg21.link/cwg2421",
		"section": "13.9.3 [temp.explicit]",
		"status": "drafting",
		"submitter": "Casey Carter",
		"date": "2019-07-16"
	},
	"CWG2422": {
		"type": "issue",
		"title": "Incorrect grammar for deduction-guide",
		"long_link": "https://cplusplus.github.io/CWG/issues/2422.html",
		"link": "https://wg21.link/cwg2422",
		"section": "13.7.2.3 [temp.deduct.guide]",
		"status": "C++20",
		"submitter": "Barry Revzin",
		"date": "2019-07-28"
	},
	"CWG2423": {
		"type": "issue",
		"title": "Typedefs, names, and entities",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2423",
		"link": "https://wg21.link/cwg2423",
		"section": "6.1 [basic.pre]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"date": "2019-07-29"
	},
	"CWG2424": {
		"type": "issue",
		"title": "constexpr initialization requirements for variant members",
		"long_link": "https://cplusplus.github.io/CWG/issues/2424.html",
		"link": "https://wg21.link/cwg2424",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "C++20",
		"submitter": "Richard Smith",
		"date": "2019-08-03"
	},
	"CWG2425": {
		"type": "issue",
		"title": "Confusing wording for deduction from a type",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2425",
		"link": "https://wg21.link/cwg2425",
		"section": "12.2.2.9 [over.match.class.deduct]",
		"status": "open",
		"submitter": "Dawn Perchik",
		"date": "2019-08-06"
	},
	"CWG2426": {
		"type": "issue",
		"title": "Reference to destructor that cannot be invoked",
		"long_link": "https://cplusplus.github.io/CWG/issues/2426.html",
		"link": "https://wg21.link/cwg2426",
		"section": "14.3 [except.ctor]",
		"status": "C++20",
		"submitter": "Mike Miller",
		"date": "2019-08-13"
	},
	"CWG2427": {
		"type": "issue",
		"title": "Deprecation of volatile operands and unevaluated contexts",
		"long_link": "https://cplusplus.github.io/CWG/issues/2427.html",
		"link": "https://wg21.link/cwg2427",
		"section": "7.6.19 [expr.assign]",
		"status": "C++20",
		"submitter": "Mike Miller",
		"date": "2019-08-14"
	},
	"CWG2428": {
		"type": "issue",
		"title": "Deprecating a concept",
		"long_link": "https://cplusplus.github.io/CWG/issues/2428.html",
		"link": "https://wg21.link/cwg2428",
		"section": "13.7.9 [temp.concept]",
		"status": "C++23",
		"submitter": "Eric Niebler",
		"date": "2018-12-10"
	},
	"CWG2429": {
		"type": "issue",
		"title": "Initialization of thread_local variables referenced by lambdas",
		"long_link": "https://cplusplus.github.io/CWG/issues/2429.html",
		"link": "https://wg21.link/cwg2429",
		"section": "8.10 [stmt.dcl]",
		"status": "C++20",
		"submitter": "Princeton Ferro",
		"date": "2019-08-22"
	},
	"CWG2430": {
		"type": "issue",
		"title": "Completeness of return and parameter types of member functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2430.html",
		"link": "https://wg21.link/cwg2430",
		"section": "11.4 [class.mem]",
		"status": "C++20",
		"submitter": "Krystian Stasiowski",
		"date": "2019-08-23"
	},
	"CWG2431": {
		"type": "issue",
		"title": "Full-expressions and temporaries bound to references",
		"long_link": "https://cplusplus.github.io/CWG/issues/2431.html",
		"link": "https://wg21.link/cwg2431",
		"section": "6.10 [basic.exec]",
		"status": "C++20",
		"submitter": "Andrey Erokhin",
		"date": "2019-02-07"
	},
	"CWG2432": {
		"type": "issue",
		"title": "Return types for defaulted <=>",
		"long_link": "https://cplusplus.github.io/CWG/issues/2432.html",
		"link": "https://wg21.link/cwg2432",
		"section": "11.10.3 [class.spaceship]",
		"status": "C++20",
		"submitter": "Richard Smith",
		"date": "2019-08-14"
	},
	"CWG2433": {
		"type": "issue",
		"title": "Variable templates in the ODR",
		"long_link": "https://cplusplus.github.io/CWG/issues/2433.html",
		"link": "https://wg21.link/cwg2433",
		"section": "6.3 [basic.def.odr]",
		"status": "C++20",
		"submitter": "Richard Smith",
		"date": "2019-10-10"
	},
	"CWG2434": {
		"type": "issue",
		"title": "Mandatory copy elision vs non-class objects",
		"long_link": "https://cplusplus.github.io/CWG/issues/2434.html",
		"link": "https://wg21.link/cwg2434",
		"section": "6.8.7 [class.temporary]",
		"status": "CD7",
		"submitter": "Richard Smith",
		"date": "2019-09-30"
	},
	"CWG2435": {
		"type": "issue",
		"title": "Alias template specializations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2435",
		"link": "https://wg21.link/cwg2435",
		"section": "13.9 [temp.spec]",
		"status": "open",
		"submitter": "Krystian Stasiowski",
		"date": "2019-09-28"
	},
	"CWG2436": {
		"type": "issue",
		"title": "Copy semantics of coroutine parameters",
		"long_link": "https://cplusplus.github.io/CWG/issues/2436.html",
		"link": "https://wg21.link/cwg2436",
		"section": "9.6.4 [dcl.fct.def.coroutine]",
		"status": "C++20",
		"submitter": "Mathias Stearn",
		"date": "2018-06-09"
	},
	"CWG2437": {
		"type": "issue",
		"title": "Conversion of std::strong_ordering in a defaulted operator<=>",
		"long_link": "https://cplusplus.github.io/CWG/issues/2437.html",
		"link": "https://wg21.link/cwg2437",
		"section": "11.10.3 [class.spaceship]",
		"status": "C++20",
		"submitter": "Richard Smith",
		"date": "2019-08-14"
	},
	"CWG2438": {
		"type": "issue",
		"title": "Problems in the specification of qualification conversions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2438",
		"link": "https://wg21.link/cwg2438",
		"section": "7.3.6 [conv.qual]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2019-08-14"
	},
	"CWG2439": {
		"type": "issue",
		"title": "Undefined term in definition of “usable in constant expressions”",
		"long_link": "https://cplusplus.github.io/CWG/issues/2439.html",
		"link": "https://wg21.link/cwg2439",
		"section": "7.7 [expr.const]",
		"status": "C++20",
		"submitter": "Davis Herring",
		"date": "2019-08-28"
	},
	"CWG2440": {
		"type": "issue",
		"title": "Allocation in core constant expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2440.html",
		"link": "https://wg21.link/cwg2440",
		"section": "7.7 [expr.const]",
		"status": "C++23",
		"submitter": "Davis Herring",
		"date": "2019-08-28"
	},
	"CWG2441": {
		"type": "issue",
		"title": "Inline function parameters",
		"long_link": "https://cplusplus.github.io/CWG/issues/2441.html",
		"link": "https://wg21.link/cwg2441",
		"section": "9.2.8 [dcl.inline]",
		"status": "C++20",
		"submitter": "Kristian Stasiowski",
		"date": "2019-11-04"
	},
	"CWG2442": {
		"type": "issue",
		"title": "Incorrect requirement for default arguments",
		"long_link": "https://cplusplus.github.io/CWG/issues/2442.html",
		"link": "https://wg21.link/cwg2442",
		"section": "12.2.3 [over.match.viable]",
		"status": "C++20",
		"submitter": "S. B. Tam",
		"date": "2019-09-24"
	},
	"CWG2443": {
		"type": "issue",
		"title": "Meaningless template exports",
		"long_link": "https://cplusplus.github.io/CWG/issues/2443.html",
		"link": "https://wg21.link/cwg2443",
		"section": "10.2 [module.interface]",
		"status": "C++23",
		"submitter": "Davis Herring",
		"date": "2019-11-09",
		"liaison": "EWG"
	},
	"CWG2444": {
		"type": "issue",
		"title": "Constant expressions in initialization odr-use",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2444",
		"link": "https://wg21.link/cwg2444",
		"section": "6.10.3.3 [basic.start.dynamic]",
		"status": "drafting",
		"submitter": "Davis Herring",
		"date": "2019-11-06"
	},
	"CWG2445": {
		"type": "issue",
		"title": "Partial ordering with rewritten candidates",
		"long_link": "https://cplusplus.github.io/CWG/issues/2445.html",
		"link": "https://wg21.link/cwg2445",
		"section": "13.7.7.3 [temp.func.order]",
		"status": "C++20",
		"submitter": "Hubert Tong",
		"date": "2020-01-29"
	},
	"CWG2446": {
		"type": "issue",
		"title": "Questionable type-dependency of concept-ids",
		"long_link": "https://cplusplus.github.io/CWG/issues/2446.html",
		"link": "https://wg21.link/cwg2446",
		"section": "13.8.3.3 [temp.dep.expr]",
		"status": "C++20",
		"submitter": "Hubert Tong",
		"date": "2019-02-03"
	},
	"CWG2447": {
		"type": "issue",
		"title": "Unintended description of abbreviated function templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/2447.html",
		"link": "https://wg21.link/cwg2447",
		"section": "9.2.9.7 [dcl.spec.auto]",
		"status": "C++20",
		"submitter": "Hubert Tong",
		"date": "2019-10-15"
	},
	"CWG2448": {
		"type": "issue",
		"title": "Cv-qualification of arithmetic types and deprecation of volatile",
		"long_link": "https://cplusplus.github.io/CWG/issues/2448.html",
		"link": "https://wg21.link/cwg2448",
		"section": "6.9.2 [basic.fundamental]",
		"status": "CD6",
		"submitter": "Alisdair Meredith",
		"date": "2020-03-23"
	},
	"CWG2449": {
		"type": "issue",
		"title": "Thunks as an implementation technique for pointers to virtual functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2449",
		"link": "https://wg21.link/cwg2449",
		"section": "7.6.2.2 [expr.unary.op]",
		"status": "extension",
		"submitter": "John McCall",
		"date": "2020-06-03"
	},
	"CWG2450": {
		"type": "issue",
		"title": "braced-init-list as a template-argument",
		"long_link": "https://cplusplus.github.io/CWG/issues/2450.html",
		"link": "https://wg21.link/cwg2450",
		"section": "13.3 [temp.names]",
		"status": "CD7",
		"submitter": "Marek Polacek",
		"date": "2019-01-07"
	},
	"CWG2451": {
		"type": "issue",
		"title": "promise.unhandled_exception() and final suspend point",
		"long_link": "https://cplusplus.github.io/CWG/issues/2451.html",
		"link": "https://wg21.link/cwg2451",
		"section": "9.6.4 [dcl.fct.def.coroutine]",
		"status": "C++23",
		"submitter": "Lewis Baker",
		"date": "2020-02-14"
	},
	"CWG2452": {
		"type": "issue",
		"title": "Flowing off the end of a coroutine",
		"long_link": "https://cplusplus.github.io/CWG/issues/2452.html",
		"link": "https://wg21.link/cwg2452",
		"section": "8.8.5 [stmt.return.coroutine]",
		"status": "CD6",
		"submitter": "Lewis Baker",
		"date": "2020-02-14"
	},
	"CWG2453": {
		"type": "issue",
		"title": "Deduced return types and coroutine lambdas",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2453",
		"link": "https://wg21.link/cwg2453",
		"section": "9.2.9.7.1 [dcl.spec.auto.general]",
		"status": "NAD",
		"submitter": "Lewis Baker",
		"date": "2020-02-14"
	},
	"CWG2454": {
		"type": "issue",
		"title": "Tail recursion and coroutine symmetric transfer",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2454",
		"link": "https://wg21.link/cwg2454",
		"section": "7.6.2.4 [expr.await]",
		"status": "NAD",
		"submitter": "Lewis Baker",
		"date": "2020-02-14"
	},
	"CWG2455": {
		"type": "issue",
		"title": "Concatenation of string literals vs translation phases 5 and 6",
		"long_link": "https://cplusplus.github.io/CWG/issues/2455.html",
		"link": "https://wg21.link/cwg2455",
		"section": "5.2 [lex.phases]",
		"status": "CD6",
		"submitter": "Tom Honermann",
		"date": "2020-07-02"
	},
	"CWG2456": {
		"type": "issue",
		"title": "Viable user-defined conversions in converted constant expressions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2456",
		"link": "https://wg21.link/cwg2456",
		"section": "7.7 [expr.const]",
		"status": "open",
		"submitter": "Mike Miller",
		"date": "2020-08-17"
	},
	"CWG2457": {
		"type": "issue",
		"title": "Unexpanded parameter packs don't make a function type dependent",
		"long_link": "https://cplusplus.github.io/CWG/issues/2457.html",
		"link": "https://wg21.link/cwg2457",
		"section": "13.8.3.2 [temp.dep.type]",
		"status": "CD6",
		"submitter": "Richard Smith",
		"date": "2020-07-28"
	},
	"CWG2458": {
		"type": "issue",
		"title": "Value category of expressions denoting non-static member functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2458.html",
		"link": "https://wg21.link/cwg2458",
		"section": "7.6.1.5 [expr.ref]",
		"status": "CD6",
		"submitter": "Andrey Erokhin",
		"date": "2020-07-04"
	},
	"CWG2459": {
		"type": "issue",
		"title": "Template parameter initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/2459.html",
		"link": "https://wg21.link/cwg2459",
		"section": "13.4.3 [temp.arg.nontype]",
		"status": "CD7",
		"submitter": "Davis Herring",
		"date": "2020-09-21"
	},
	"CWG2460": {
		"type": "issue",
		"title": "C language linkage and constrained non-template friends",
		"long_link": "https://cplusplus.github.io/CWG/issues/2460.html",
		"link": "https://wg21.link/cwg2460",
		"section": "9.12 [dcl.link]",
		"status": "CD6",
		"submitter": "Hubert Tong",
		"date": "2020-03-23"
	},
	"CWG2461": {
		"type": "issue",
		"title": "Diagnosing non-bool type constraints",
		"long_link": "https://cplusplus.github.io/CWG/issues/2461.html",
		"link": "https://wg21.link/cwg2461",
		"section": "13.8 [temp.res]",
		"status": "CD6",
		"submitter": "Hubert Tong",
		"date": "2020-04-20"
	},
	"CWG2462": {
		"type": "issue",
		"title": "Problems with the omission of the typename keyword",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2462",
		"link": "https://wg21.link/cwg2462",
		"section": "13.8.1 [temp.res.general]",
		"status": "open",
		"submitter": "Mark Hall",
		"date": "2020-12-03"
	},
	"CWG2463": {
		"type": "issue",
		"title": "Trivial copyability and unions with non-trivial members",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2463",
		"link": "https://wg21.link/cwg2463",
		"section": "11.2 [class.prop]",
		"status": "open",
		"submitter": "Daveed Vandevoorde",
		"date": "2020-11-30",
		"liaison": "EWG"
	},
	"CWG2464": {
		"type": "issue",
		"title": "Constexpr launder and unions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2464.html",
		"link": "https://wg21.link/cwg2464",
		"section": "17.6.5 [ptr.launder]",
		"status": "CD6",
		"submitter": "Hubert Tong",
		"date": "2020-11-07"
	},
	"CWG2465": {
		"type": "issue",
		"title": "Coroutine parameters passed to a promise constructor",
		"long_link": "https://cplusplus.github.io/CWG/issues/2465.html",
		"link": "https://wg21.link/cwg2465",
		"section": "9.6.4 [dcl.fct.def.coroutine]",
		"status": "CD6",
		"submitter": "Gor Nishanov",
		"date": "2020-10-19"
	},
	"CWG2466": {
		"type": "issue",
		"title": "co_await should be a single evaluation",
		"long_link": "https://cplusplus.github.io/CWG/issues/2466.html",
		"link": "https://wg21.link/cwg2466",
		"section": "7.6.2.4 [expr.await]",
		"status": "CD6",
		"submitter": "Gor Nishanov",
		"date": "2020-10-19"
	},
	"CWG2467": {
		"type": "issue",
		"title": "CTAD for alias templates and the deducible check",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2467",
		"link": "https://wg21.link/cwg2467",
		"section": "12.2.2.9 [over.match.class.deduct]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2019-08-12"
	},
	"CWG2468": {
		"type": "issue",
		"title": "Omission of the typename keyword in a member template parameter list",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2468",
		"link": "https://wg21.link/cwg2468",
		"section": "13.8.1 [temp.res.general]",
		"status": "open",
		"submitter": "Mark Hall",
		"date": "2020-12-03"
	},
	"CWG2469": {
		"type": "issue",
		"title": "Implicit object creation vs constant expressions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2469",
		"link": "https://wg21.link/cwg2469",
		"section": "6.8.2 [intro.object]",
		"status": "drafting",
		"submitter": "Hubert Tong",
		"date": "2020-12-07"
	},
	"CWG2470": {
		"type": "issue",
		"title": "Multiple array objects providing storage for one object",
		"long_link": "https://cplusplus.github.io/CWG/issues/2470.html",
		"link": "https://wg21.link/cwg2470",
		"section": "6.8.2 [intro.object]",
		"status": "CD6",
		"submitter": "Andrey Erokhin",
		"date": "2021-01-29"
	},
	"CWG2471": {
		"type": "issue",
		"title": "Nested class template argument deduction",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2471",
		"link": "https://wg21.link/cwg2471",
		"section": "12.2.2.9 [over.match.class.deduct]",
		"status": "drafting",
		"submitter": "John Spicer",
		"date": "2021-01-26"
	},
	"CWG2472": {
		"type": "issue",
		"title": "Value categories in await-expressions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2472",
		"link": "https://wg21.link/cwg2472",
		"section": "7.6.2.4 [expr.await]",
		"status": "NAD",
		"submitter": "Daveed Vandevoorde",
		"date": "2021-01-18"
	},
	"CWG2473": {
		"type": "issue",
		"title": "Parentheses in pseudo-destructor calls",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2473",
		"link": "https://wg21.link/cwg2473",
		"section": "7.5.5.5 [expr.prim.id.dtor]",
		"status": "open",
		"submitter": "Mike Miller",
		"date": "2020-12-15"
	},
	"CWG2474": {
		"type": "issue",
		"title": "Cv-qualification and deletion",
		"long_link": "https://cplusplus.github.io/CWG/issues/2474.html",
		"link": "https://wg21.link/cwg2474",
		"section": "7.6.2.9 [expr.delete]",
		"status": "CD6",
		"submitter": "Unknown",
		"date": "2020-10-29"
	},
	"CWG2475": {
		"type": "issue",
		"title": "Object declarations of type cv void",
		"long_link": "https://cplusplus.github.io/CWG/issues/2475.html",
		"link": "https://wg21.link/cwg2475",
		"section": "6.9.2 [basic.fundamental]",
		"status": "C++23",
		"submitter": "Krystian Stasiowski",
		"date": "2020-04-22",
		"liaison": "WG14"
	},
	"CWG2476": {
		"type": "issue",
		"title": "placeholder-type-specifiers and function declarators",
		"long_link": "https://cplusplus.github.io/CWG/issues/2476.html",
		"link": "https://wg21.link/cwg2476",
		"section": "9.2.9.7.1 [dcl.spec.auto.general]",
		"status": "CD7",
		"submitter": "Davis Herring",
		"date": "2021-01-29"
	},
	"CWG2477": {
		"type": "issue",
		"title": "Defaulted vs deleted copy constructors/assignment operators",
		"long_link": "https://cplusplus.github.io/CWG/issues/2477.html",
		"link": "https://wg21.link/cwg2477",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "CD6",
		"submitter": "Andrew Rogers",
		"date": "2021-02-04"
	},
	"CWG2478": {
		"type": "issue",
		"title": "Properties of explicit specializations of implicitly-instantiated class templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/2478.html",
		"link": "https://wg21.link/cwg2478",
		"section": "13.9.4 [temp.expl.spec]",
		"status": "C++23",
		"submitter": "Mark Hall",
		"date": "2021-02-02"
	},
	"CWG2479": {
		"type": "issue",
		"title": "Missing specifications for consteval and constinit",
		"long_link": "https://cplusplus.github.io/CWG/issues/2479.html",
		"link": "https://wg21.link/cwg2479",
		"section": "6.10.3.1 [basic.start.main]",
		"status": "CD6",
		"submitter": "Davis Herring",
		"date": "2020-10-09"
	},
	"CWG2480": {
		"type": "issue",
		"title": "Lookup for enumerators in modules",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2480",
		"link": "https://wg21.link/cwg2480",
		"section": "6.5.1 [basic.lookup.general]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2021-02-12"
	},
	"CWG2481": {
		"type": "issue",
		"title": "Cv-qualification of temporary to which a reference is bound",
		"long_link": "https://cplusplus.github.io/CWG/issues/2481.html",
		"link": "https://wg21.link/cwg2481",
		"section": "9.5.4 [dcl.init.ref]",
		"status": "CD6",
		"submitter": "Jiang An",
		"date": "2021-03-20"
	},
	"CWG2482": {
		"type": "issue",
		"title": "bit_cast and indeterminate values",
		"long_link": "https://cplusplus.github.io/CWG/issues/2482.html",
		"link": "https://wg21.link/cwg2482",
		"section": "22.11.3 [bit.cast]",
		"status": "CD6",
		"submitter": "Richard Smith",
		"date": "2019-06-20"
	},
	"CWG2483": {
		"type": "issue",
		"title": "Language linkage of static member functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2483.html",
		"link": "https://wg21.link/cwg2483",
		"section": "9.12 [dcl.link]",
		"status": "C++23",
		"submitter": "Davis Herring",
		"date": "2021-03-11"
	},
	"CWG2484": {
		"type": "issue",
		"title": "char8_t and char16_t in integral promotions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2484.html",
		"link": "https://wg21.link/cwg2484",
		"section": "7.3.7 [conv.prom]",
		"status": "CD6",
		"submitter": "Richard Smith",
		"date": "2021-04-01"
	},
	"CWG2485": {
		"type": "issue",
		"title": "Bit-fields in integral promotions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2485.html",
		"link": "https://wg21.link/cwg2485",
		"section": "7.3.7 [conv.prom]",
		"status": "CD7",
		"submitter": "Richard Smith",
		"date": "2021-04-01"
	},
	"CWG2486": {
		"type": "issue",
		"title": "Call to noexcept function via noexcept(false) pointer/lvalue",
		"long_link": "https://cplusplus.github.io/CWG/issues/2486.html",
		"link": "https://wg21.link/cwg2486",
		"section": "7.6.1.3 [expr.call]",
		"status": "CD6",
		"submitter": "Jiang An",
		"date": "2021-03-27"
	},
	"CWG2487": {
		"type": "issue",
		"title": "Type dependence of function-style cast to incomplete array type",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2487",
		"link": "https://wg21.link/cwg2487",
		"section": "13.8.3.3 [temp.dep.expr]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2021-03-12"
	},
	"CWG2488": {
		"type": "issue",
		"title": "Overloading virtual functions and functions with trailing requires-clauses",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2488",
		"link": "https://wg21.link/cwg2488",
		"section": "6.4.1 [basic.scope.scope]",
		"status": "open",
		"submitter": "Jiang An",
		"date": "2020-08-19"
	},
	"CWG2489": {
		"type": "issue",
		"title": "Storage provided by array of char",
		"long_link": "https://cplusplus.github.io/CWG/issues/2489.html",
		"link": "https://wg21.link/cwg2489",
		"section": "6.8.2 [intro.object]",
		"status": "C++23",
		"submitter": "Jiang An",
		"date": "2021-04-15"
	},
	"CWG2490": {
		"type": "issue",
		"title": "Restrictions on destruction in constant expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2490.html",
		"link": "https://wg21.link/cwg2490",
		"section": "7.7 [expr.const]",
		"status": "CD6",
		"submitter": "Jiang An",
		"date": "2021-05-04"
	},
	"CWG2491": {
		"type": "issue",
		"title": "Export of typedef after its first declaration",
		"long_link": "https://cplusplus.github.io/CWG/issues/2491.html",
		"link": "https://wg21.link/cwg2491",
		"section": "10.2 [module.interface]",
		"status": "CD6",
		"submitter": "Richard Smith",
		"date": "2021-04-16"
	},
	"CWG2492": {
		"type": "issue",
		"title": "Comparing user-defined conversion sequences in list-initialization",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2492",
		"link": "https://wg21.link/cwg2492",
		"section": "12.2.4.2.6 [over.ics.list]",
		"status": "open",
		"submitter": "Jim X",
		"date": "2021-01-11"
	},
	"CWG2493": {
		"type": "issue",
		"title": "auto as a conversion-type-id",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2493",
		"link": "https://wg21.link/cwg2493",
		"section": "9.2.9.7.1 [dcl.spec.auto.general]",
		"status": "dup",
		"submitter": "Jim X",
		"date": "2021-03-10"
	},
	"CWG2494": {
		"type": "issue",
		"title": "Multiple definitions of non-odr-used entities",
		"long_link": "https://cplusplus.github.io/CWG/issues/2494.html",
		"link": "https://wg21.link/cwg2494",
		"section": "6.3 [basic.def.odr]",
		"status": "CD6",
		"submitter": "Hubert Tong",
		"date": "2021-07-02"
	},
	"CWG2495": {
		"type": "issue",
		"title": "Glvalue result of a function call",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2495",
		"link": "https://wg21.link/cwg2495",
		"section": "8.8.4 [stmt.return]",
		"status": "open",
		"submitter": "Jim X",
		"date": "2021-07-04"
	},
	"CWG2496": {
		"type": "issue",
		"title": "ref-qualifiers and virtual overriding",
		"long_link": "https://cplusplus.github.io/CWG/issues/2496.html",
		"link": "https://wg21.link/cwg2496",
		"section": "11.7.3 [class.virtual]",
		"status": "CD6",
		"submitter": "Jens Maurer",
		"date": "2021-06-16"
	},
	"CWG2497": {
		"type": "issue",
		"title": "Points of instantiation for constexpr function templates",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2497",
		"link": "https://wg21.link/cwg2497",
		"section": "13.8.4.1 [temp.point]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2019-07-20"
	},
	"CWG2498": {
		"type": "issue",
		"title": "Partial specialization failure and the immediate context",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2498",
		"link": "https://wg21.link/cwg2498",
		"section": "13.10.3.1 [temp.deduct.general]",
		"status": "open",
		"submitter": "Daveed Vandevoorde",
		"date": "2021-06-15"
	},
	"CWG2499": {
		"type": "issue",
		"title": "Inconsistency in definition of pointer-interconvertibility",
		"long_link": "https://cplusplus.github.io/CWG/issues/2499.html",
		"link": "https://wg21.link/cwg2499",
		"section": "6.9.4 [basic.compound]",
		"status": "CD6",
		"submitter": "Jason Merrill",
		"date": "2021-07-29"
	},
	"CWG2500": {
		"type": "issue",
		"title": "noexcept(false) functions and noexcept expressions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2500",
		"link": "https://wg21.link/cwg2500",
		"section": "7.6.1.9 [expr.static.cast]",
		"status": "extension",
		"submitter": "CWG",
		"date": "2021-08-09"
	},
	"CWG2501": {
		"type": "issue",
		"title": "Explicit instantiation and trailing requires-clauses",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2501",
		"link": "https://wg21.link/cwg2501",
		"section": "13.9.3 [temp.explicit]",
		"status": "drafting",
		"submitter": "Davis Herring",
		"date": "2021-08-09"
	},
	"CWG2502": {
		"type": "issue",
		"title": "Unintended declaration conflicts in nested statement scopes",
		"long_link": "https://cplusplus.github.io/CWG/issues/2502.html",
		"link": "https://wg21.link/cwg2502",
		"section": "6.4.3 [basic.scope.block]",
		"status": "CD6",
		"submitter": "Jens Maurer",
		"date": "2021-08-26"
	},
	"CWG2503": {
		"type": "issue",
		"title": "Unclear relationship among name, qualified name, and unqualified name",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2503",
		"link": "https://wg21.link/cwg2503",
		"section": "7.5.5 [expr.prim.id]",
		"status": "drafting",
		"submitter": "Jens Maurer",
		"date": "2021-08-04"
	},
	"CWG2504": {
		"type": "issue",
		"title": "Inheriting constructors from virtual base classes",
		"long_link": "https://cplusplus.github.io/CWG/issues/2504.html",
		"link": "https://wg21.link/cwg2504",
		"section": "11.9.4 [class.inhctor.init]",
		"status": "CD7",
		"submitter": "Hubert Tong",
		"date": "2021-11-03"
	},
	"CWG2505": {
		"type": "issue",
		"title": "Nested unnamed namespace of inline unnamed namespace",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2505",
		"link": "https://wg21.link/cwg2505",
		"section": "9.9.2.2 [namespace.unnamed]",
		"status": "drafting",
		"submitter": "Nathan Sidwell",
		"date": "2021-11-22"
	},
	"CWG2506": {
		"type": "issue",
		"title": "Structured bindings and array cv-qualifiers",
		"long_link": "https://cplusplus.github.io/CWG/issues/2506.html",
		"link": "https://wg21.link/cwg2506",
		"section": "9.7 [dcl.struct.bind]",
		"status": "CD6",
		"submitter": "Barry Revzin",
		"date": "2018-12-11"
	},
	"CWG2507": {
		"type": "issue",
		"title": "Default arguments for operator[]",
		"long_link": "https://cplusplus.github.io/CWG/issues/2507.html",
		"link": "https://wg21.link/cwg2507",
		"section": "12.4.1 [over.oper.general]",
		"status": "CD6",
		"submitter": "Jens Maurer",
		"date": "2021-12-07"
	},
	"CWG2508": {
		"type": "issue",
		"title": "Restrictions on uses of template parameter names",
		"long_link": "https://cplusplus.github.io/CWG/issues/2508.html",
		"link": "https://wg21.link/cwg2508",
		"section": "13.8.2 [temp.local]",
		"status": "C++23",
		"submitter": "Daveed Vandevoorde",
		"date": "2021-11-01"
	},
	"CWG2509": {
		"type": "issue",
		"title": "decl-specifier-seq in lambda-specifiers",
		"long_link": "https://cplusplus.github.io/CWG/issues/2509.html",
		"link": "https://wg21.link/cwg2509",
		"section": "7.5.6.1 [expr.prim.lambda.general]",
		"status": "CD6",
		"submitter": "Jens Maurer",
		"date": "2021-10-28"
	},
	"CWG2510": {
		"type": "issue",
		"title": "noexcept-specifier of friend function vs class completeness",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2510",
		"link": "https://wg21.link/cwg2510",
		"section": "11.4.1 [class.mem.general]",
		"status": "NAD",
		"submitter": "John Spicer",
		"date": "2021-10-26"
	},
	"CWG2511": {
		"type": "issue",
		"title": "cv-qualified bit-fields",
		"long_link": "https://cplusplus.github.io/CWG/issues/2511.html",
		"link": "https://wg21.link/cwg2511",
		"section": "11.4.10 [class.bit]",
		"status": "CD6",
		"submitter": "Aaron Ballman",
		"date": "2021-09-15"
	},
	"CWG2512": {
		"type": "issue",
		"title": "typeid and incomplete class types",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2512",
		"link": "https://wg21.link/cwg2512",
		"section": "7.6.1.8 [expr.typeid]",
		"status": "NAD",
		"submitter": "Jens Maurer",
		"date": "2021-08-19"
	},
	"CWG2513": {
		"type": "issue",
		"title": "Ambiguity with requires-clause and operator-function-id",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2513",
		"link": "https://wg21.link/cwg2513",
		"section": "11.4.8.3 [class.conv.fct]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2021-12-09"
	},
	"CWG2514": {
		"type": "issue",
		"title": "Modifying const subobjects",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2514",
		"link": "https://wg21.link/cwg2514",
		"section": "6.8.4 [basic.life]",
		"status": "open",
		"submitter": "Jiang An",
		"date": "2021-11-07",
		"liaison": "SG12"
	},
	"CWG2515": {
		"type": "issue",
		"title": "Result of a function call",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2515",
		"link": "https://wg21.link/cwg2515",
		"section": "7.6.1.3 [expr.call]",
		"status": "open",
		"submitter": "Andrey Erokhin",
		"date": "2021-11-06"
	},
	"CWG2516": {
		"type": "issue",
		"title": "Locus of enum-specifier or opaque-enum-declaration",
		"long_link": "https://cplusplus.github.io/CWG/issues/2516.html",
		"link": "https://wg21.link/cwg2516",
		"section": "6.4.2 [basic.scope.pdecl]",
		"status": "C++23",
		"submitter": "Jiang An",
		"date": "2021-10-03"
	},
	"CWG2517": {
		"type": "issue",
		"title": "Useless restriction on use of parameter in constraint-expression",
		"long_link": "https://cplusplus.github.io/CWG/issues/2517.html",
		"link": "https://wg21.link/cwg2517",
		"section": "7.5.8.5 [expr.prim.req.nested]",
		"status": "C++23",
		"submitter": "Richard Smith",
		"date": "2019-06-10"
	},
	"CWG2518": {
		"type": "issue",
		"title": "Conformance requirements and #error/#warning",
		"long_link": "https://cplusplus.github.io/CWG/issues/2518.html",
		"link": "https://wg21.link/cwg2518",
		"section": "4.1.1 [intro.compliance.general]",
		"status": "C++23",
		"submitter": "CWG",
		"date": "2022-01-13",
		"liaison": "(EWG)"
	},
	"CWG2519": {
		"type": "issue",
		"title": "Object representation of a bit-field",
		"long_link": "https://cplusplus.github.io/CWG/issues/2519.html",
		"link": "https://wg21.link/cwg2519",
		"section": "6.9.1 [basic.types.general]",
		"status": "CD7",
		"submitter": "Jiang An",
		"date": "2022-01-20"
	},
	"CWG2520": {
		"type": "issue",
		"title": "Template signature and default template arguments",
		"long_link": "https://cplusplus.github.io/CWG/issues/2520.html",
		"link": "https://wg21.link/cwg2520",
		"section": "3.53 [defns.signature.templ]",
		"status": "C++23",
		"submitter": "John Spicer",
		"date": "2022-01-25"
	},
	"CWG2521": {
		"type": "issue",
		"title": "User-defined literals and reserved identifiers",
		"long_link": "https://cplusplus.github.io/CWG/issues/2521.html",
		"link": "https://wg21.link/cwg2521",
		"section": "12.6 [over.literal]",
		"status": "C++23",
		"submitter": "Jim X",
		"date": "2022-01-07",
		"liaison": "(EWG)"
	},
	"CWG2522": {
		"type": "issue",
		"title": "Removing placemarker tokens and retention of whitespace",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2522",
		"link": "https://wg21.link/cwg2522",
		"section": "15.7.4 [cpp.concat]",
		"status": "open",
		"submitter": "Hubert Tong",
		"date": "2018-04-08",
		"liaison": "WG14"
	},
	"CWG2523": {
		"type": "issue",
		"title": "Undefined behavior via omitted destructor call in constant expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2523.html",
		"link": "https://wg21.link/cwg2523",
		"section": "7.7 [expr.const]",
		"status": "C++23",
		"submitter": "Jiang An",
		"date": "2021-09-06"
	},
	"CWG2524": {
		"type": "issue",
		"title": "Distinguishing user-defined conversion sequences by ref-qualifier",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2524",
		"link": "https://wg21.link/cwg2524",
		"section": "12.2.4.3 [over.ics.rank]",
		"status": "NAD",
		"submitter": "Hani Deek",
		"date": "2021-09-09"
	},
	"CWG2525": {
		"type": "issue",
		"title": "Incorrect definition of implicit conversion sequence",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2525",
		"link": "https://wg21.link/cwg2525",
		"section": "12.2.4.2.1 [over.best.ics.general]",
		"status": "open",
		"submitter": "Jim X",
		"date": "2021-09-25"
	},
	"CWG2526": {
		"type": "issue",
		"title": "Relational comparison of void* pointers",
		"long_link": "https://cplusplus.github.io/CWG/issues/2526.html",
		"link": "https://wg21.link/cwg2526",
		"section": "7.6.9 [expr.rel]",
		"status": "C++23",
		"submitter": "Paul Keir",
		"date": "2020-06-15"
	},
	"CWG2527": {
		"type": "issue",
		"title": "Non-class potentially-overlapping objects",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2527",
		"link": "https://wg21.link/cwg2527",
		"section": "9.13.11 [dcl.attr.nouniqueaddr]",
		"status": "NAD",
		"submitter": "Jiang An",
		"date": "2022-01-29"
	},
	"CWG2528": {
		"type": "issue",
		"title": "Three-way comparison and the usual arithmetic conversions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2528.html",
		"link": "https://wg21.link/cwg2528",
		"section": "7.4 [expr.arith.conv]",
		"status": "C++23",
		"submitter": "Cameron DaCamara",
		"date": "2022-01-26"
	},
	"CWG2529": {
		"type": "issue",
		"title": "Constant destruction of constexpr references",
		"long_link": "https://cplusplus.github.io/CWG/issues/2529.html",
		"link": "https://wg21.link/cwg2529",
		"section": "7.7 [expr.const]",
		"status": "C++23",
		"submitter": "Jiang An",
		"date": "2022-02-08"
	},
	"CWG2530": {
		"type": "issue",
		"title": "Multiple definitions of enumerators",
		"long_link": "https://cplusplus.github.io/CWG/issues/2530.html",
		"link": "https://wg21.link/cwg2530",
		"section": "6.3 [basic.def.odr]",
		"status": "C++23",
		"submitter": "Naiver Miigon",
		"date": "2022-02-10"
	},
	"CWG2531": {
		"type": "issue",
		"title": "Static data members redeclared as constexpr",
		"long_link": "https://cplusplus.github.io/CWG/issues/2531.html",
		"link": "https://wg21.link/cwg2531",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "CD7",
		"submitter": "Davis Herring",
		"date": "2022-02-16"
	},
	"CWG2532": {
		"type": "issue",
		"title": "Kind of pointer value returned by new T[0]",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2532",
		"link": "https://wg21.link/cwg2532",
		"section": "7.6.2.8 [expr.new]",
		"status": "open",
		"submitter": "Andrey Erokhin",
		"date": "2022-02-17"
	},
	"CWG2533": {
		"type": "issue",
		"title": "Storage duration of implicitly created objects",
		"long_link": "https://cplusplus.github.io/CWG/issues/2533.html",
		"link": "https://wg21.link/cwg2533",
		"section": "6.8.6 [basic.stc]",
		"status": "CD7",
		"submitter": "Andrey Erokhin",
		"date": "2022-02-17"
	},
	"CWG2534": {
		"type": "issue",
		"title": "Value category of pseudo-destructor expression",
		"long_link": "https://cplusplus.github.io/CWG/issues/2534.html",
		"link": "https://wg21.link/cwg2534",
		"section": "7.6.1.5 [expr.ref]",
		"status": "CD6",
		"submitter": "Andrey Erokhin",
		"date": "2022-02-17"
	},
	"CWG2535": {
		"type": "issue",
		"title": "Type punning in class member access",
		"long_link": "https://cplusplus.github.io/CWG/issues/2535.html",
		"link": "https://wg21.link/cwg2535",
		"section": "7.6.1.5 [expr.ref]",
		"status": "CD6",
		"submitter": "Andrey Erokhin",
		"date": "2022-02-17"
	},
	"CWG2536": {
		"type": "issue",
		"title": "Partially initialized variables during constant initialization",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2536",
		"link": "https://wg21.link/cwg2536",
		"section": "7.7 [expr.const]",
		"status": "open",
		"submitter": "Barry Revzin",
		"date": "2022-02-21",
		"liaison": "EWG"
	},
	"CWG2537": {
		"type": "issue",
		"title": "Overbroad grammar for parameter-declaration",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2537",
		"link": "https://wg21.link/cwg2537",
		"section": "9.3.4.6 [dcl.fct]",
		"status": "drafting",
		"submitter": "Davis Herring",
		"date": "2021-02-25"
	},
	"CWG2538": {
		"type": "issue",
		"title": "Can standard attributes be syntactically ignored?",
		"long_link": "https://cplusplus.github.io/CWG/issues/2538.html",
		"link": "https://wg21.link/cwg2538",
		"section": "9.13.1 [dcl.attr.grammar]",
		"status": "C++23",
		"submitter": "Jens Maurer",
		"date": "2021-12-02",
		"liaison": "EWG"
	},
	"CWG2539": {
		"type": "issue",
		"title": "Three-way comparison requiring strong ordering for floating-point types",
		"long_link": "https://cplusplus.github.io/CWG/issues/2539.html",
		"link": "https://wg21.link/cwg2539",
		"section": "11.10.3 [class.spaceship]",
		"status": "C++23",
		"submitter": "Richard Smith",
		"date": "2022-02-24"
	},
	"CWG2540": {
		"type": "issue",
		"title": "Unspecified interpretation of numeric-escape-sequence",
		"long_link": "https://cplusplus.github.io/CWG/issues/2540.html",
		"link": "https://wg21.link/cwg2540",
		"section": "5.13.3 [lex.ccon]",
		"status": "CD6",
		"submitter": "Richard Smith",
		"date": "2022-02-25"
	},
	"CWG2541": {
		"type": "issue",
		"title": "Linkage specifications, module purview, and module attachment",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2541",
		"link": "https://wg21.link/cwg2541",
		"section": "10.1 [module.unit]",
		"status": "open",
		"submitter": "Nathan Sidwell",
		"date": "2022-02-28"
	},
	"CWG2542": {
		"type": "issue",
		"title": "Is a closure type a structural type?",
		"long_link": "https://cplusplus.github.io/CWG/issues/2542.html",
		"link": "https://wg21.link/cwg2542",
		"section": "7.5.6.2 [expr.prim.lambda.closure]",
		"status": "CD7",
		"submitter": "Zhihao Yuan",
		"date": "2022-03-01"
	},
	"CWG2543": {
		"type": "issue",
		"title": "constinit and optimized dynamic initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/2543.html",
		"link": "https://wg21.link/cwg2543",
		"section": "9.2.7 [dcl.constinit]",
		"status": "C++23",
		"submitter": "Zhihao Yuan",
		"date": "2022-03-01",
		"liaison": "(EWG)"
	},
	"CWG2544": {
		"type": "issue",
		"title": "Address of past-the-end of a potentially-overlapping subobject",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2544",
		"link": "https://wg21.link/cwg2544",
		"section": "6.9.4 [basic.compound]",
		"status": "open",
		"submitter": "Jiang An",
		"date": "2022-02-20"
	},
	"CWG2545": {
		"type": "issue",
		"title": "Transparently replacing objects in constant expressions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2545",
		"link": "https://wg21.link/cwg2545",
		"section": "7.7 [expr.const]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2022-03-05"
	},
	"CWG2546": {
		"type": "issue",
		"title": "Defaulted secondary comparison operators defined as deleted",
		"long_link": "https://cplusplus.github.io/CWG/issues/2546.html",
		"link": "https://wg21.link/cwg2546",
		"section": "11.10.4 [class.compare.secondary]",
		"status": "CD7",
		"submitter": "Jim X",
		"date": "2022-03-07"
	},
	"CWG2547": {
		"type": "issue",
		"title": "Defaulted comparison operator function for non-classes",
		"long_link": "https://cplusplus.github.io/CWG/issues/2547.html",
		"link": "https://wg21.link/cwg2547",
		"section": "9.6.2 [dcl.fct.def.default]",
		"status": "CD7",
		"submitter": "Jim X",
		"date": "2022-03-07"
	},
	"CWG2548": {
		"type": "issue",
		"title": "Array prvalues and additive operators",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2548",
		"link": "https://wg21.link/cwg2548",
		"section": "7.6.6 [expr.add]",
		"status": "NAD",
		"submitter": "Andrey Erokhin",
		"date": "2022-03-08",
		"liaison": "EWG",
		"github_url": "https://github.com/cplusplus/papers/issues/1633"
	},
	"CWG2549": {
		"type": "issue",
		"title": "Implicitly moving the operand of a throw-expression in unevaluated contexts",
		"long_link": "https://cplusplus.github.io/CWG/issues/2549.html",
		"link": "https://wg21.link/cwg2549",
		"section": "7.5.5.3 [expr.prim.id.qual]",
		"status": "CD7",
		"submitter": "Richard Smith",
		"date": "2022-03-11"
	},
	"CWG2550": {
		"type": "issue",
		"title": "Type \"reference to cv void\" outside of a declarator",
		"long_link": "https://cplusplus.github.io/CWG/issues/2550.html",
		"link": "https://wg21.link/cwg2550",
		"section": "9.3.4.3 [dcl.ref]",
		"status": "CD7",
		"submitter": "Jens Maurer",
		"date": "2022-03-13"
	},
	"CWG2551": {
		"type": "issue",
		"title": "\"Refers to allocated storage\" has no meaning",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2551",
		"link": "https://wg21.link/cwg2551",
		"section": "6.8.4 [basic.life]",
		"status": "review",
		"submitter": "Andrey Erokhin",
		"date": "2020-09-07"
	},
	"CWG2552": {
		"type": "issue",
		"title": "Constant evaluation of non-defining variable declarations",
		"long_link": "https://cplusplus.github.io/CWG/issues/2552.html",
		"link": "https://wg21.link/cwg2552",
		"section": "7.7 [expr.const]",
		"status": "CD7",
		"submitter": "Hubert Tong",
		"date": "2022-03-21"
	},
	"CWG2553": {
		"type": "issue",
		"title": "Restrictions on explicit object member functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2553",
		"link": "https://wg21.link/cwg2553",
		"section": "9.3.4.6 [dcl.fct]",
		"status": "review",
		"submitter": "Jens Maurer",
		"date": "2021-12-10"
	},
	"CWG2554": {
		"type": "issue",
		"title": "Overriding virtual functions, also with explicit object parameters",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2554",
		"link": "https://wg21.link/cwg2554",
		"section": "11.7.3 [class.virtual]",
		"status": "review",
		"submitter": "Jens Maurer",
		"date": "2021-12-10"
	},
	"CWG2555": {
		"type": "issue",
		"title": "Ineffective redeclaration prevention for using-declarators",
		"long_link": "https://cplusplus.github.io/CWG/issues/2555.html",
		"link": "https://wg21.link/cwg2555",
		"section": "9.10 [namespace.udecl]",
		"status": "DR",
		"submitter": "Christof Meerwald",
		"date": "2022-03-23"
	},
	"CWG2556": {
		"type": "issue",
		"title": "Unusable promise::return_void",
		"long_link": "https://cplusplus.github.io/CWG/issues/2556.html",
		"link": "https://wg21.link/cwg2556",
		"section": "8.8.5 [stmt.return.coroutine]",
		"status": "CD7",
		"submitter": "Davis Herring",
		"date": "2022-03-24"
	},
	"CWG2557": {
		"type": "issue",
		"title": "Class member access referring to an unrelated class",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2557",
		"link": "https://wg21.link/cwg2557",
		"section": "7.6.1.5 [expr.ref]",
		"status": "review",
		"submitter": "Jens Maurer",
		"date": "2022-03-25"
	},
	"CWG2558": {
		"type": "issue",
		"title": "Uninitialized subobjects as a result of an immediate invocation",
		"long_link": "https://cplusplus.github.io/CWG/issues/2558.html",
		"link": "https://wg21.link/cwg2558",
		"section": "7.7 [expr.const]",
		"status": "C++23",
		"submitter": "Aaron Ballman",
		"date": "2022-03-29",
		"liaison": "(EWG)"
	},
	"CWG2559": {
		"type": "issue",
		"title": "Defaulted consteval functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2559",
		"link": "https://wg21.link/cwg2559",
		"section": "7.7 [expr.const]",
		"status": "open",
		"submitter": "Aaron Ballman",
		"date": "2022-03-29"
	},
	"CWG2560": {
		"type": "issue",
		"title": "Parameter type determination in a requirement-parameter-list",
		"long_link": "https://cplusplus.github.io/CWG/issues/2560.html",
		"link": "https://wg21.link/cwg2560",
		"section": "7.5.8.1 [expr.prim.req.general]",
		"status": "CD7",
		"submitter": "Daveed Vandevoorde",
		"date": "2020-01-21",
		"liaison": "EWG",
		"github_url": "https://github.com/cplusplus/papers/issues/1582"
	},
	"CWG2561": {
		"type": "issue",
		"title": "Conversion to function pointer for lambda with explicit object parameter",
		"long_link": "https://cplusplus.github.io/CWG/issues/2561.html",
		"link": "https://wg21.link/cwg2561",
		"section": "7.5.6.2 [expr.prim.lambda.closure]",
		"status": "CD7",
		"submitter": "Barry Revzin",
		"date": "2022-02-14",
		"liaison": "EWG",
		"github_url": "https://github.com/cplusplus/papers/issues/1689"
	},
	"CWG2562": {
		"type": "issue",
		"title": "Exceptions thrown during coroutine startup",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2562",
		"link": "https://wg21.link/cwg2562",
		"section": "9.6.4 [dcl.fct.def.coroutine]",
		"status": "open",
		"submitter": "Tomasz Kamiński",
		"date": "2022-04-06"
	},
	"CWG2563": {
		"type": "issue",
		"title": "Initialization of coroutine result object",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2563",
		"link": "https://wg21.link/cwg2563",
		"section": "9.6.4 [dcl.fct.def.coroutine]",
		"status": "review",
		"submitter": "Tomasz Kamiński",
		"date": "2022-04-06",
		"liaison": "EWG",
		"github_url": "https://github.com/cplusplus/papers/issues/1414"
	},
	"CWG2564": {
		"type": "issue",
		"title": "Conversion to function pointer with an explicit object parameter",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2564",
		"link": "https://wg21.link/cwg2564",
		"section": "12.2.2.2.3 [over.call.object]",
		"status": "drafting",
		"submitter": "Christof Meerwald",
		"date": "2022-04-11"
	},
	"CWG2565": {
		"type": "issue",
		"title": "Invalid types in the parameter-declaration-clause of a requires-expression",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2565",
		"link": "https://wg21.link/cwg2565",
		"section": "7.5.8.1 [expr.prim.req.general]",
		"status": "open",
		"submitter": "Barry Revzin",
		"date": "2022-04-07",
		"liaison": "EWG",
		"github_url": "https://github.com/cplusplus/papers/issues/1695"
	},
	"CWG2566": {
		"type": "issue",
		"title": "Matching deallocation for uncaught exception",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2566",
		"link": "https://wg21.link/cwg2566",
		"section": "7.6.2.8 [expr.new]",
		"status": "review",
		"submitter": "Jim X",
		"date": "2022-04-13"
	},
	"CWG2567": {
		"type": "issue",
		"title": "Operator lookup ambiguity",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2567",
		"link": "https://wg21.link/cwg2567",
		"section": "6.5.2 [class.member.lookup]",
		"status": "NAD",
		"submitter": "Daveed Vandevoorde",
		"date": "2022-04-01"
	},
	"CWG2568": {
		"type": "issue",
		"title": "Access checking during synthesis of defaulted comparison operator",
		"long_link": "https://cplusplus.github.io/CWG/issues/2568.html",
		"link": "https://wg21.link/cwg2568",
		"section": "11.10.1 [class.compare.default]",
		"status": "CD7",
		"submitter": "Nicolai Josuttis",
		"date": "2022-04-11"
	},
	"CWG2569": {
		"type": "issue",
		"title": "Use of decltype(capture) in a lambda's parameter-declaration-clause",
		"long_link": "https://cplusplus.github.io/CWG/issues/2569.html",
		"link": "https://wg21.link/cwg2569",
		"section": "7.5.5.2 [expr.prim.id.unqual]",
		"status": "CD6",
		"submitter": "Barry Revzin",
		"date": "2022-04-16",
		"liaison": "EWG"
	},
	"CWG2570": {
		"type": "issue",
		"title": "Clarify constexpr for defaulted functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2570.html",
		"link": "https://wg21.link/cwg2570",
		"section": "9.6.2 [dcl.fct.def.default]",
		"status": "CD7",
		"submitter": "Gabriel dos Reis",
		"date": "2022-04-18"
	},
	"CWG2571": {
		"type": "issue",
		"title": "Evaluation order for subscripting",
		"long_link": "https://cplusplus.github.io/CWG/issues/2571.html",
		"link": "https://wg21.link/cwg2571",
		"section": "7.6.1.2 [expr.sub]",
		"status": "CD6",
		"submitter": "Corentin Jabot",
		"date": "2022-04-21"
	},
	"CWG2572": {
		"type": "issue",
		"title": "Address of overloaded function with no target",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2572",
		"link": "https://wg21.link/cwg2572",
		"section": "12.3 [over.over]",
		"status": "review",
		"submitter": "Jason Merrill",
		"date": "2022-04-26"
	},
	"CWG2573": {
		"type": "issue",
		"title": "Undefined behavior when splicing results in a universal-character-name",
		"long_link": "https://cplusplus.github.io/CWG/issues/2573.html",
		"link": "https://wg21.link/cwg2573",
		"section": "5.2 [lex.phases]",
		"status": "CD7",
		"submitter": "US",
		"date": "2019-10-23",
		"liaison": "SG12",
		"github_url": "https://github.com/cplusplus/papers/issues/1405"
	},
	"CWG2574": {
		"type": "issue",
		"title": "Undefined behavior when lexing unmatched quotes",
		"long_link": "https://cplusplus.github.io/CWG/issues/2574.html",
		"link": "https://wg21.link/cwg2574",
		"section": "5.5 [lex.pptoken]",
		"status": "CD7",
		"submitter": "US",
		"date": "2019-10-23",
		"liaison": "SG12",
		"github_url": "https://github.com/cplusplus/papers/issues/1406"
	},
	"CWG2575": {
		"type": "issue",
		"title": "Undefined behavior when macro-replacing \"defined\" operator",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2575",
		"link": "https://wg21.link/cwg2575",
		"section": "15.2 [cpp.cond]",
		"status": "open",
		"submitter": "US",
		"date": "2019-10-23",
		"liaison": "SG12",
		"github_url": "https://github.com/cplusplus/papers/issues/1407"
	},
	"CWG2576": {
		"type": "issue",
		"title": "Undefined behavior with macro-expanded #include directives",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2576",
		"link": "https://wg21.link/cwg2576",
		"section": "15.3 [cpp.include]",
		"status": "open",
		"submitter": "US",
		"date": "2019-10-23",
		"liaison": "SG12",
		"github_url": "https://github.com/cplusplus/papers/issues/1408"
	},
	"CWG2577": {
		"type": "issue",
		"title": "Undefined behavior for preprocessing directives in macro arguments",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2577",
		"link": "https://wg21.link/cwg2577",
		"section": "15.7.1 [cpp.replace.general]",
		"status": "open",
		"submitter": "US",
		"date": "2019-10-23",
		"liaison": "SG12",
		"github_url": "https://github.com/cplusplus/papers/issues/1413"
	},
	"CWG2578": {
		"type": "issue",
		"title": "Undefined behavior when creating an invalid string literal via stringizing",
		"long_link": "https://cplusplus.github.io/CWG/issues/2578.html",
		"link": "https://wg21.link/cwg2578",
		"section": "15.7.3 [cpp.stringize]",
		"status": "CD7",
		"submitter": "US",
		"date": "2019-10-23",
		"liaison": "SG12",
		"github_url": "https://github.com/cplusplus/papers/issues/1409"
	},
	"CWG2579": {
		"type": "issue",
		"title": "Undefined behavior when token pasting does not create a preprocessing token",
		"long_link": "https://cplusplus.github.io/CWG/issues/2579.html",
		"link": "https://wg21.link/cwg2579",
		"section": "15.7.4 [cpp.concat]",
		"status": "CD7",
		"submitter": "US",
		"date": "2019-10-23",
		"liaison": "SG12",
		"github_url": "https://github.com/cplusplus/papers/issues/1410"
	},
	"CWG2580": {
		"type": "issue",
		"title": "Undefined behavior with #line",
		"long_link": "https://cplusplus.github.io/CWG/issues/2580.html",
		"link": "https://wg21.link/cwg2580",
		"section": "15.8 [cpp.line]",
		"status": "CD7",
		"submitter": "US",
		"date": "2019-10-23",
		"liaison": "SG12",
		"github_url": "https://github.com/cplusplus/papers/issues/1411"
	},
	"CWG2581": {
		"type": "issue",
		"title": "Undefined behavior for predefined macros",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2581",
		"link": "https://wg21.link/cwg2581",
		"section": "15.12 [cpp.predefined]",
		"status": "open",
		"submitter": "US",
		"date": "2019-10-23",
		"liaison": "SG12",
		"github_url": "https://github.com/cplusplus/papers/issues/1412"
	},
	"CWG2582": {
		"type": "issue",
		"title": "Differing member lookup from nested classes",
		"long_link": "https://cplusplus.github.io/CWG/issues/2582.html",
		"link": "https://wg21.link/cwg2582",
		"section": "6.5.2 [class.member.lookup]",
		"status": "CD6",
		"submitter": "Jason Merrill",
		"date": "2022-05-02"
	},
	"CWG2583": {
		"type": "issue",
		"title": "Common initial sequence should consider over-alignment",
		"long_link": "https://cplusplus.github.io/CWG/issues/2583.html",
		"link": "https://wg21.link/cwg2583",
		"section": "11.4.1 [class.mem.general]",
		"status": "C++23",
		"submitter": "Brian Bi",
		"date": "2022-05-03"
	},
	"CWG2584": {
		"type": "issue",
		"title": "Equivalent types in function template declarations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2584",
		"link": "https://wg21.link/cwg2584",
		"section": "13.7.7.2 [temp.over.link]",
		"status": "open",
		"submitter": "Jim X",
		"date": "2022-04-08"
	},
	"CWG2585": {
		"type": "issue",
		"title": "Name lookup for coroutine allocation",
		"long_link": "https://cplusplus.github.io/CWG/issues/2585.html",
		"link": "https://wg21.link/cwg2585",
		"section": "9.6.4 [dcl.fct.def.coroutine]",
		"status": "CD6",
		"submitter": "Xu Chuanqi",
		"date": "2022-05-12"
	},
	"CWG2586": {
		"type": "issue",
		"title": "Explicit object parameter for assignment and comparison",
		"long_link": "https://cplusplus.github.io/CWG/issues/2586.html",
		"link": "https://wg21.link/cwg2586",
		"section": "11.10.1 [class.compare.default]",
		"status": "CD6",
		"submitter": "Barry Revzin",
		"date": "2022-05-07",
		"liaison": "EWG"
	},
	"CWG2587": {
		"type": "issue",
		"title": "Visible side effects and initial value of an object",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2587",
		"link": "https://wg21.link/cwg2587",
		"section": "6.10.2.2 [intro.races]",
		"status": "review",
		"submitter": "Andrey Erokhin",
		"date": "2022-05-10"
	},
	"CWG2588": {
		"type": "issue",
		"title": "friend declarations and module linkage",
		"long_link": "https://cplusplus.github.io/CWG/issues/2588.html",
		"link": "https://wg21.link/cwg2588",
		"section": "11.8.4 [class.friend]",
		"status": "CD7",
		"submitter": "Nathan Sidwell",
		"date": "2022-05-26",
		"liaison": "EWG"
	},
	"CWG2589": {
		"type": "issue",
		"title": "Context of access checks during constraint satisfaction checking",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2589",
		"link": "https://wg21.link/cwg2589",
		"section": "13.5.2.3 [temp.constr.atomic]",
		"status": "review",
		"submitter": "Jason Merrill",
		"date": "2019-10-02"
	},
	"CWG2590": {
		"type": "issue",
		"title": "Underlying type should determine size and alignment requirements of an enum",
		"long_link": "https://cplusplus.github.io/CWG/issues/2590.html",
		"link": "https://wg21.link/cwg2590",
		"section": "9.8.1 [dcl.enum]",
		"status": "C++23",
		"submitter": "Brian Bi",
		"date": "2022-05-15"
	},
	"CWG2591": {
		"type": "issue",
		"title": "Implicit change of active union member for anonymous union in union",
		"long_link": "https://cplusplus.github.io/CWG/issues/2591.html",
		"link": "https://wg21.link/cwg2591",
		"section": "11.5.1 [class.union.general]",
		"status": "CD7",
		"submitter": "Richard Smith",
		"date": "2022-05-29"
	},
	"CWG2592": {
		"type": "issue",
		"title": "Missing definition for placement allocation/deallocation function",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2592",
		"link": "https://wg21.link/cwg2592",
		"section": "7.6.2.8 [expr.new]",
		"status": "open",
		"submitter": "Jim X",
		"date": "2022-04-14"
	},
	"CWG2593": {
		"type": "issue",
		"title": "Insufficient base class restriction for pointer-to-member expression",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2593",
		"link": "https://wg21.link/cwg2593",
		"section": "7.6.4 [expr.mptr.oper]",
		"status": "review",
		"submitter": "Hubert Tong",
		"date": "2022-06-04"
	},
	"CWG2594": {
		"type": "issue",
		"title": "Disallowing a global function template main",
		"long_link": "https://cplusplus.github.io/CWG/issues/2594.html",
		"link": "https://wg21.link/cwg2594",
		"section": "6.10.3.1 [basic.start.main]",
		"status": "CD6",
		"submitter": "Jim X",
		"date": "2022-06-06"
	},
	"CWG2595": {
		"type": "issue",
		"title": "\"More constrained\" for eligible special member functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2595.html",
		"link": "https://wg21.link/cwg2595",
		"section": "11.4.4 [special]",
		"status": "CD7",
		"submitter": "Barry Revzin",
		"date": "2022-06-08"
	},
	"CWG2596": {
		"type": "issue",
		"title": "Instantiation of constrained non-template friends",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2596",
		"link": "https://wg21.link/cwg2596",
		"section": "13.9.2 [temp.inst]",
		"status": "drafting",
		"submitter": "David Friberg",
		"date": "2022-06-03"
	},
	"CWG2597": {
		"type": "issue",
		"title": "Replaceable allocation and deallocation functions in the global module",
		"long_link": "https://cplusplus.github.io/CWG/issues/2597.html",
		"link": "https://wg21.link/cwg2597",
		"section": "10.1 [module.unit]",
		"status": "CD6",
		"submitter": "Gabriel dos Reis",
		"date": "2022-06-17",
		"liaison": "EWG"
	},
	"CWG2598": {
		"type": "issue",
		"title": "Unions should not require a non-static data member of literal type",
		"long_link": "https://cplusplus.github.io/CWG/issues/2598.html",
		"link": "https://wg21.link/cwg2598",
		"section": "6.9.1 [basic.types.general]",
		"status": "C++23",
		"submitter": "Richard Smith",
		"date": "2022-06-18"
	},
	"CWG2599": {
		"type": "issue",
		"title": "What does initializing a parameter include?",
		"long_link": "https://cplusplus.github.io/CWG/issues/2599.html",
		"link": "https://wg21.link/cwg2599",
		"section": "7.6.1.3 [expr.call]",
		"status": "C++23",
		"submitter": "Davis Herring",
		"date": "2022-06-18"
	},
	"CWG2600": {
		"type": "issue",
		"title": "Type dependency of placeholder types",
		"long_link": "https://cplusplus.github.io/CWG/issues/2600.html",
		"link": "https://wg21.link/cwg2600",
		"section": "13.8.3.3 [temp.dep.expr]",
		"status": "CD7",
		"submitter": "Hubert Tong",
		"date": "2022-06-18"
	},
	"CWG2601": {
		"type": "issue",
		"title": "Tracking of created and destroyed subobjects",
		"long_link": "https://cplusplus.github.io/CWG/issues/2601.html",
		"link": "https://wg21.link/cwg2601",
		"section": "14.3 [except.ctor]",
		"status": "C++23",
		"submitter": "Richard Smith",
		"date": "2022-06-16"
	},
	"CWG2602": {
		"type": "issue",
		"title": "consteval defaulted functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2602.html",
		"link": "https://wg21.link/cwg2602",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "C++23",
		"submitter": "Aaron Ballman",
		"date": "2022-06-16"
	},
	"CWG2603": {
		"type": "issue",
		"title": "Holistic functional equivalence for function templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/2603.html",
		"link": "https://wg21.link/cwg2603",
		"section": "13.7.7.2 [temp.over.link]",
		"status": "C++23",
		"submitter": "Davis Herring",
		"date": "2022-06-20"
	},
	"CWG2604": {
		"type": "issue",
		"title": "Attributes for an explicit specialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/2604.html",
		"link": "https://wg21.link/cwg2604",
		"section": "13.9.4 [temp.expl.spec]",
		"status": "C++23",
		"submitter": "Aaron Ballman",
		"date": "2022-06-23"
	},
	"CWG2605": {
		"type": "issue",
		"title": "Implicit-lifetime aggregates",
		"long_link": "https://cplusplus.github.io/CWG/issues/2605.html",
		"link": "https://wg21.link/cwg2605",
		"section": "11.2 [class.prop]",
		"status": "C++23",
		"submitter": "Davis Herring",
		"date": "2022-06-27"
	},
	"CWG2606": {
		"type": "issue",
		"title": "static_cast from \"pointer to void\" does not handle similar types",
		"long_link": "https://cplusplus.github.io/CWG/issues/2606.html",
		"link": "https://wg21.link/cwg2606",
		"section": "7.6.1.9 [expr.static.cast]",
		"status": "CD6",
		"submitter": "Richard Smith",
		"date": "2022-06-28"
	},
	"CWG2607": {
		"type": "issue",
		"title": "Visibility of enumerator names",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2607",
		"link": "https://wg21.link/cwg2607",
		"section": "10.2 [module.interface]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2022-06-28"
	},
	"CWG2608": {
		"type": "issue",
		"title": "Omitting an empty template argument list",
		"long_link": "https://cplusplus.github.io/CWG/issues/2608.html",
		"link": "https://wg21.link/cwg2608",
		"section": "13.10.2 [temp.arg.explicit]",
		"status": "CD6",
		"submitter": "Anoop Rana",
		"date": "2022-07-03"
	},
	"CWG2609": {
		"type": "issue",
		"title": "Padding in class types",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2609",
		"link": "https://wg21.link/cwg2609",
		"section": "7.6.2.5 [expr.sizeof]",
		"status": "open",
		"submitter": "Jim X",
		"date": "2022-07-19"
	},
	"CWG2610": {
		"type": "issue",
		"title": "Indirect private base classes in aggregates",
		"long_link": "https://cplusplus.github.io/CWG/issues/2610.html",
		"link": "https://wg21.link/cwg2610",
		"section": "9.5.2 [dcl.init.aggr]",
		"status": "C++23",
		"submitter": "Chris Bowler",
		"date": "2022-07-21"
	},
	"CWG2611": {
		"type": "issue",
		"title": "Missing parentheses in expansion of fold-expression could cause syntactic reinterpretation",
		"long_link": "https://cplusplus.github.io/CWG/issues/2611.html",
		"link": "https://wg21.link/cwg2611",
		"section": "13.7.4 [temp.variadic]",
		"status": "C++23",
		"submitter": "Richard Smith",
		"date": "2022-08-05"
	},
	"CWG2612": {
		"type": "issue",
		"title": "Incorrect comment in example",
		"long_link": "https://cplusplus.github.io/CWG/issues/2612.html",
		"link": "https://wg21.link/cwg2612",
		"section": "9.5.1 [dcl.init.general]",
		"status": "C++23",
		"submitter": "Jiang An",
		"date": "2022-05-24"
	},
	"CWG2613": {
		"type": "issue",
		"title": "Incomplete definition of resumer",
		"long_link": "https://cplusplus.github.io/CWG/issues/2613.html",
		"link": "https://wg21.link/cwg2613",
		"section": "9.6.4 [dcl.fct.def.coroutine]",
		"status": "C++23",
		"submitter": "Jim X",
		"date": "2022-02-15"
	},
	"CWG2614": {
		"type": "issue",
		"title": "Unspecified results for class member access",
		"long_link": "https://cplusplus.github.io/CWG/issues/2614.html",
		"link": "https://wg21.link/cwg2614",
		"section": "7.6.1.5 [expr.ref]",
		"status": "C++23",
		"submitter": "Andrey Erokhin",
		"date": "2021-10-27"
	},
	"CWG2615": {
		"type": "issue",
		"title": "Missing __has_cpp_attribute(assume)",
		"long_link": "https://cplusplus.github.io/CWG/issues/2615.html",
		"link": "https://wg21.link/cwg2615",
		"section": "15.2 [cpp.cond]",
		"status": "C++23",
		"submitter": "S. B. Tam",
		"date": "2022-08-17"
	},
	"CWG2616": {
		"type": "issue",
		"title": "Imprecise restrictions on break and continue",
		"long_link": "https://cplusplus.github.io/CWG/issues/2616.html",
		"link": "https://wg21.link/cwg2616",
		"section": "Clause 8 [stmt]",
		"status": "C++23",
		"submitter": "Jim X",
		"date": "2022-08-24"
	},
	"CWG2617": {
		"type": "issue",
		"title": "Default template arguments for template members of non-template classes",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2617",
		"link": "https://wg21.link/cwg2617",
		"section": "13.2 [temp.param]",
		"status": "review",
		"submitter": "Mike Miller",
		"date": "2022-08-22"
	},
	"CWG2618": {
		"type": "issue",
		"title": "Substitution during deduction should exclude exception specifications",
		"long_link": "https://cplusplus.github.io/CWG/issues/2618.html",
		"link": "https://wg21.link/cwg2618",
		"section": "13.10.3.1 [temp.deduct.general]",
		"status": "C++23",
		"submitter": "Christof Meerwald",
		"date": "2021-11-27"
	},
	"CWG2619": {
		"type": "issue",
		"title": "Kind of initialization for a designated-initializer-list",
		"long_link": "https://cplusplus.github.io/CWG/issues/2619.html",
		"link": "https://wg21.link/cwg2619",
		"section": "9.5.2 [dcl.init.aggr]",
		"status": "C++23",
		"submitter": "Jim X",
		"date": "2022-07-13"
	},
	"CWG2620": {
		"type": "issue",
		"title": "Nonsensical disambiguation rule",
		"long_link": "https://cplusplus.github.io/CWG/issues/2620.html",
		"link": "https://wg21.link/cwg2620",
		"section": "9.3.3 [dcl.ambig.res]",
		"status": "C++23",
		"submitter": "Krystian Stasiowski",
		"date": "2019-04-18"
	},
	"CWG2621": {
		"type": "issue",
		"title": "Kind of lookup for using enum declarations",
		"long_link": "https://cplusplus.github.io/CWG/issues/2621.html",
		"link": "https://wg21.link/cwg2621",
		"section": "9.8.2 [enum.udecl]",
		"status": "C++23",
		"submitter": "Sean Baxter",
		"date": "2022-08-17"
	},
	"CWG2622": {
		"type": "issue",
		"title": "Compounding types from function and pointer-to-member types",
		"long_link": "https://cplusplus.github.io/CWG/issues/2622.html",
		"link": "https://wg21.link/cwg2622",
		"section": "Clause Annex B [implimits]",
		"status": "C++23",
		"submitter": "Jim X",
		"date": "2022-09-02"
	},
	"CWG2623": {
		"type": "issue",
		"title": "Invoking destroying operator delete for constructor failure",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2623",
		"link": "https://wg21.link/cwg2623",
		"section": "7.6.2.8 [expr.new]",
		"status": "drafting",
		"submitter": "Blacktea Hamburger",
		"date": "2022-08-25"
	},
	"CWG2624": {
		"type": "issue",
		"title": "Array delete expression with no array cookie",
		"long_link": "https://cplusplus.github.io/CWG/issues/2624.html",
		"link": "https://wg21.link/cwg2624",
		"section": "7.6.2.9 [expr.delete]",
		"status": "C++23",
		"submitter": "Blacktea Hamburger",
		"date": "2022-08-22"
	},
	"CWG2625": {
		"type": "issue",
		"title": "Deletion of pointer to out-of-lifetime object",
		"long_link": "https://cplusplus.github.io/CWG/issues/2625.html",
		"link": "https://wg21.link/cwg2625",
		"section": "6.8.4 [basic.life]",
		"status": "C++23",
		"submitter": "Blacktea Hamburger",
		"date": "2022-08-27"
	},
	"CWG2626": {
		"type": "issue",
		"title": "Rephrase ones' complement using base-2 representation",
		"long_link": "https://cplusplus.github.io/CWG/issues/2626.html",
		"link": "https://wg21.link/cwg2626",
		"section": "7.6.2.2 [expr.unary.op]",
		"status": "C++23",
		"submitter": "Jim X",
		"date": "2022-09-10"
	},
	"CWG2627": {
		"type": "issue",
		"title": "Bit-fields and narrowing conversions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2627.html",
		"link": "https://wg21.link/cwg2627",
		"section": "9.5.5 [dcl.init.list]",
		"status": "C++23",
		"submitter": "Tim Song",
		"date": "2021-08-13"
	},
	"CWG2628": {
		"type": "issue",
		"title": "Implicit deduction guides should propagate constraints",
		"long_link": "https://cplusplus.github.io/CWG/issues/2628.html",
		"link": "https://wg21.link/cwg2628",
		"section": "12.2.2.9 [over.match.class.deduct]",
		"status": "CD7",
		"submitter": "Roy Jacobson",
		"date": "2022-09-11"
	},
	"CWG2629": {
		"type": "issue",
		"title": "Variables of floating-point type as switch conditions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2629.html",
		"link": "https://wg21.link/cwg2629",
		"section": "8.5.3 [stmt.switch]",
		"status": "C++23",
		"submitter": "Jim X",
		"date": "2022-09-07"
	},
	"CWG2630": {
		"type": "issue",
		"title": "Syntactic specification of class completeness",
		"long_link": "https://cplusplus.github.io/CWG/issues/2630.html",
		"link": "https://wg21.link/cwg2630",
		"section": "11.4.1 [class.mem.general]",
		"status": "C++23",
		"submitter": "Jim X",
		"date": "2022-07-04"
	},
	"CWG2631": {
		"type": "issue",
		"title": "Immediate function evaluations in default arguments",
		"long_link": "https://cplusplus.github.io/CWG/issues/2631.html",
		"link": "https://wg21.link/cwg2631",
		"section": "7.7 [expr.const]",
		"status": "C++23",
		"submitter": "Aaron Ballman",
		"date": "2022-09-16",
		"liaison": "EWG"
	},
	"CWG2632": {
		"type": "issue",
		"title": "'user-declared' is not defined",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2632",
		"link": "https://wg21.link/cwg2632",
		"section": "Clause 3 [intro.defs]",
		"status": "drafting",
		"submitter": "Anoop Rana",
		"date": "2022-09-07"
	},
	"CWG2633": {
		"type": "issue",
		"title": "typeid of constexpr-unknown dynamic type",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2633",
		"link": "https://wg21.link/cwg2633",
		"section": "7.7 [expr.const]",
		"status": "open",
		"submitter": "Jim X",
		"date": "2022-09-18"
	},
	"CWG2634": {
		"type": "issue",
		"title": "Avoid circularity in specification of scope for friend class declarations",
		"long_link": "https://cplusplus.github.io/CWG/issues/2634.html",
		"link": "https://wg21.link/cwg2634",
		"section": "9.2.9.5 [dcl.type.elab]",
		"status": "CD7",
		"submitter": "Jim X",
		"date": "2022-07-04"
	},
	"CWG2635": {
		"type": "issue",
		"title": "Constrained structured bindings",
		"long_link": "https://cplusplus.github.io/CWG/issues/2635.html",
		"link": "https://wg21.link/cwg2635",
		"section": "9.1 [dcl.pre]",
		"status": "C++23",
		"submitter": "Corentin Jabot",
		"date": "2022-10-20"
	},
	"CWG2636": {
		"type": "issue",
		"title": "Update Annex E based on Unicode 15.0 UAX #31",
		"long_link": "https://cplusplus.github.io/CWG/issues/2636.html",
		"link": "https://wg21.link/cwg2636",
		"section": "Clause Annex E [ub]",
		"status": "C++23",
		"submitter": "Steve Downey",
		"date": "2022-10-20"
	},
	"CWG2637": {
		"type": "issue",
		"title": "Injected-class-name as a simple-template-id",
		"long_link": "https://cplusplus.github.io/CWG/issues/2637.html",
		"link": "https://wg21.link/cwg2637",
		"section": "11.1 [class.pre]",
		"status": "CD7",
		"submitter": "Shafik Yaghmour",
		"date": "2022-10-26"
	},
	"CWG2638": {
		"type": "issue",
		"title": "Improve the example for initializing by initializer list",
		"long_link": "https://cplusplus.github.io/CWG/issues/2638.html",
		"link": "https://wg21.link/cwg2638",
		"section": "9.5.5 [dcl.init.list]",
		"status": "CD7",
		"submitter": "Shafik Yaghmour",
		"date": "2022-10-26"
	},
	"CWG2639": {
		"type": "issue",
		"title": "new-lines after phase 1",
		"long_link": "https://cplusplus.github.io/CWG/issues/2639.html",
		"link": "https://wg21.link/cwg2639",
		"section": "5.2 [lex.phases]",
		"status": "C++23",
		"submitter": "US",
		"date": "2022-11-03"
	},
	"CWG2640": {
		"type": "issue",
		"title": "Allow more characters in an n-char sequence",
		"long_link": "https://cplusplus.github.io/CWG/issues/2640.html",
		"link": "https://wg21.link/cwg2640",
		"section": "5.3.1 [lex.charset]",
		"status": "C++23",
		"submitter": "US",
		"date": "2022-11-03"
	},
	"CWG2641": {
		"type": "issue",
		"title": "Redundant specification of value category of literals",
		"long_link": "https://cplusplus.github.io/CWG/issues/2641.html",
		"link": "https://wg21.link/cwg2641",
		"section": "5.13 [lex.literal]",
		"status": "C++23",
		"submitter": "Andrey Erokhin",
		"date": "2022-11-07"
	},
	"CWG2642": {
		"type": "issue",
		"title": "Inconsistent use of T and C",
		"long_link": "https://cplusplus.github.io/CWG/issues/2642.html",
		"link": "https://wg21.link/cwg2642",
		"section": "6.5.2 [class.member.lookup]",
		"status": "C++23",
		"submitter": "US",
		"date": "2022-11-03"
	},
	"CWG2643": {
		"type": "issue",
		"title": "Completing a pointer to array of unknown bound",
		"long_link": "https://cplusplus.github.io/CWG/issues/2643.html",
		"link": "https://wg21.link/cwg2643",
		"section": "6.9.1 [basic.types.general]",
		"status": "C++23",
		"submitter": "US",
		"date": "2022-11-03"
	},
	"CWG2644": {
		"type": "issue",
		"title": "Incorrect comment in example",
		"long_link": "https://cplusplus.github.io/CWG/issues/2644.html",
		"link": "https://wg21.link/cwg2644",
		"section": "7.5.6.3 [expr.prim.lambda.capture]",
		"status": "C++23",
		"submitter": "US",
		"date": "2022-11-03"
	},
	"CWG2645": {
		"type": "issue",
		"title": "Unused term \"default argument promotions\"",
		"long_link": "https://cplusplus.github.io/CWG/issues/2645.html",
		"link": "https://wg21.link/cwg2645",
		"section": "7.6.1.3 [expr.call]",
		"status": "C++23",
		"submitter": "US",
		"date": "2022-11-03"
	},
	"CWG2646": {
		"type": "issue",
		"title": "Defaulted special member functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2646.html",
		"link": "https://wg21.link/cwg2646",
		"section": "9.6.2 [dcl.fct.def.default]",
		"status": "C++23",
		"submitter": "US",
		"date": "2022-11-03"
	},
	"CWG2647": {
		"type": "issue",
		"title": "Fix for \"needed for constant evaluation\"",
		"long_link": "https://cplusplus.github.io/CWG/issues/2647.html",
		"link": "https://wg21.link/cwg2647",
		"section": "7.7 [expr.const]",
		"status": "C++23",
		"submitter": "US",
		"date": "2022-11-03"
	},
	"CWG2648": {
		"type": "issue",
		"title": "Correspondence of surrogate call function and conversion function",
		"long_link": "https://cplusplus.github.io/CWG/issues/2648.html",
		"link": "https://wg21.link/cwg2648",
		"section": "12.4.4 [over.call]",
		"status": "C++23",
		"submitter": "CA",
		"date": "2022-11-03"
	},
	"CWG2649": {
		"type": "issue",
		"title": "Incorrect note about implicit conversion sequence",
		"long_link": "https://cplusplus.github.io/CWG/issues/2649.html",
		"link": "https://wg21.link/cwg2649",
		"section": "12.2.2.2.3 [over.call.object]",
		"status": "C++23",
		"submitter": "CA",
		"date": "2022-11-03"
	},
	"CWG2650": {
		"type": "issue",
		"title": "Incorrect example for ill-formed non-type template arguments",
		"long_link": "https://cplusplus.github.io/CWG/issues/2650.html",
		"link": "https://wg21.link/cwg2650",
		"section": "13.10.3.1 [temp.deduct.general]",
		"status": "C++23",
		"submitter": "US",
		"date": "2022-11-03"
	},
	"CWG2651": {
		"type": "issue",
		"title": "Conversion function templates and \"noexcept\"",
		"long_link": "https://cplusplus.github.io/CWG/issues/2651.html",
		"link": "https://wg21.link/cwg2651",
		"section": "13.10.3.4 [temp.deduct.conv]",
		"status": "C++23",
		"submitter": "US",
		"date": "2022-11-03"
	},
	"CWG2652": {
		"type": "issue",
		"title": "Overbroad definition of __STDCPP_BFLOAT16_T__",
		"long_link": "https://cplusplus.github.io/CWG/issues/2652.html",
		"link": "https://wg21.link/cwg2652",
		"section": "15.12 [cpp.predefined]",
		"status": "C++23",
		"submitter": "US",
		"date": "2022-11-03"
	},
	"CWG2653": {
		"type": "issue",
		"title": "Can an explicit object parameter have a default argument?",
		"long_link": "https://cplusplus.github.io/CWG/issues/2653.html",
		"link": "https://wg21.link/cwg2653",
		"section": "9.3.4.6 [dcl.fct]",
		"status": "C++23",
		"submitter": "GB",
		"date": "2022-11-03",
		"liaison": "EWG"
	},
	"CWG2654": {
		"type": "issue",
		"title": "Un-deprecation of compound volatile assignments",
		"long_link": "https://cplusplus.github.io/CWG/issues/2654.html",
		"link": "https://wg21.link/cwg2654",
		"section": "7.6.19 [expr.assign]",
		"status": "C++23",
		"submitter": "US",
		"date": "2022-11-03",
		"liaison": "EWG"
	},
	"CWG2655": {
		"type": "issue",
		"title": "Instantiation of default arguments in lambda-expressions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2655",
		"link": "https://wg21.link/cwg2655",
		"section": "13.9.2 [temp.inst]",
		"status": "NAD",
		"submitter": "Tom Honermann",
		"date": "2022-08-16"
	},
	"CWG2656": {
		"type": "issue",
		"title": "Converting consteval lambda to function pointer in non-immediate context",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2656",
		"link": "https://wg21.link/cwg2656",
		"section": "7.7 [expr.const]",
		"status": "drafting",
		"submitter": "Hubert Tong",
		"date": "2022-11-11"
	},
	"CWG2657": {
		"type": "issue",
		"title": "Cv-qualification adjustment when binding reference to temporary",
		"long_link": "https://cplusplus.github.io/CWG/issues/2657.html",
		"link": "https://wg21.link/cwg2657",
		"section": "9.5.4 [dcl.init.ref]",
		"status": "CD7",
		"submitter": "Brian Bi",
		"date": "2022-11-10"
	},
	"CWG2658": {
		"type": "issue",
		"title": "Trivial copying of unions in core constant expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2658.html",
		"link": "https://wg21.link/cwg2658",
		"section": "7.7 [expr.const]",
		"status": "C++23",
		"submitter": "Hubert Tong",
		"date": "2022-12-04"
	},
	"CWG2659": {
		"type": "issue",
		"title": "Missing feature-test macro for lifetime extension in range-for loop",
		"long_link": "https://cplusplus.github.io/CWG/issues/2659.html",
		"link": "https://wg21.link/cwg2659",
		"section": "15.12 [cpp.predefined]",
		"status": "C++23",
		"submitter": "CWG",
		"date": "2022-12-02"
	},
	"CWG2660": {
		"type": "issue",
		"title": "Confusing term \"this parameter\"",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2660",
		"link": "https://wg21.link/cwg2660",
		"section": "7.6.1.3 [expr.call]",
		"status": "open",
		"submitter": "Anoop Rana",
		"date": "2022-11-23"
	},
	"CWG2661": {
		"type": "issue",
		"title": "Missing disambiguation rule for pure-specifier vs. brace-or-equal-initializer",
		"long_link": "https://cplusplus.github.io/CWG/issues/2661.html",
		"link": "https://wg21.link/cwg2661",
		"section": "11.4.1 [class.mem.general]",
		"status": "CD7",
		"submitter": "Richard Smith",
		"date": "2022-10-07"
	},
	"CWG2662": {
		"type": "issue",
		"title": "Example for member access control vs. overload resolution",
		"long_link": "https://cplusplus.github.io/CWG/issues/2662.html",
		"link": "https://wg21.link/cwg2662",
		"section": "11.8.1 [class.access.general]",
		"status": "C++23",
		"submitter": "Shafik Yaghmour",
		"date": "2022-12-02"
	},
	"CWG2663": {
		"type": "issue",
		"title": "Example for member redeclarations with using-declarations",
		"long_link": "https://cplusplus.github.io/CWG/issues/2663.html",
		"link": "https://wg21.link/cwg2663",
		"section": "9.10 [namespace.udecl]",
		"status": "CD7",
		"submitter": "Shafik Yaghmour",
		"date": "2022-11-28"
	},
	"CWG2664": {
		"type": "issue",
		"title": "Deduction failure in CTAD for alias templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/2664.html",
		"link": "https://wg21.link/cwg2664",
		"section": "12.2.2.9 [over.match.class.deduct]",
		"status": "C++23",
		"submitter": "Christof Meerwald",
		"date": "2022-12-05"
	},
	"CWG2665": {
		"type": "issue",
		"title": "Replacing a subobject with a complete object",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2665",
		"link": "https://wg21.link/cwg2665",
		"section": "6.8.4 [basic.life]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"date": "2022-12-06"
	},
	"CWG2666": {
		"type": "issue",
		"title": "Lifetime extension through static_cast",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2666",
		"link": "https://wg21.link/cwg2666",
		"section": "6.8.7 [class.temporary]",
		"status": "open",
		"submitter": "Brian Bi",
		"date": "2022-10-17"
	},
	"CWG2667": {
		"type": "issue",
		"title": "Named module imports do not import macros",
		"long_link": "https://cplusplus.github.io/CWG/issues/2667.html",
		"link": "https://wg21.link/cwg2667",
		"section": "15.6 [cpp.import]",
		"status": "C++23",
		"submitter": "Richard Smith",
		"date": "2022-12-16"
	},
	"CWG2668": {
		"type": "issue",
		"title": "co_await in a lambda-expression",
		"long_link": "https://cplusplus.github.io/CWG/issues/2668.html",
		"link": "https://wg21.link/cwg2668",
		"section": "7.6.2.4 [expr.await]",
		"status": "CD7",
		"submitter": "Jim X",
		"date": "2022-12-12"
	},
	"CWG2669": {
		"type": "issue",
		"title": "Lifetime extension for aggregate initialization",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2669",
		"link": "https://wg21.link/cwg2669",
		"section": "11.9.3 [class.base.init]",
		"status": "open",
		"submitter": "Ed Catmur",
		"date": "2022-12-18",
		"liaison": "EWG",
		"github_url": "https://github.com/cplusplus/papers/issues/1511"
	},
	"CWG2670": {
		"type": "issue",
		"title": "Programs and translation units",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2670",
		"link": "https://wg21.link/cwg2670",
		"section": "6.7 [basic.link]",
		"status": "open",
		"submitter": "Gabriel dos Reis",
		"date": "2022-12-21"
	},
	"CWG2671": {
		"type": "issue",
		"title": "friend named by a template-id",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2671",
		"link": "https://wg21.link/cwg2671",
		"section": "9.3.4.1 [dcl.meaning.general]",
		"status": "open",
		"submitter": "Davis Herring",
		"date": "2022-11-18"
	},
	"CWG2672": {
		"type": "issue",
		"title": "Lambda body SFINAE is still required, contrary to intent and note",
		"long_link": "https://cplusplus.github.io/CWG/issues/2672.html",
		"link": "https://wg21.link/cwg2672",
		"section": "13.10.3.1 [temp.deduct.general]",
		"status": "CD7",
		"submitter": "Richard Smith",
		"date": "2022-09-30"
	},
	"CWG2673": {
		"type": "issue",
		"title": "User-declared spaceship vs. built-in operators",
		"long_link": "https://cplusplus.github.io/CWG/issues/2673.html",
		"link": "https://wg21.link/cwg2673",
		"section": "12.2.2.3 [over.match.oper]",
		"status": "C++23",
		"submitter": "Barry Revzin",
		"date": "2022-12-30"
	},
	"CWG2674": {
		"type": "issue",
		"title": "Prohibit explicit object parameters for constructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/2674.html",
		"link": "https://wg21.link/cwg2674",
		"section": "11.4.5.1 [class.ctor.general]",
		"status": "C++23",
		"submitter": "Erich Keane",
		"date": "2022-01-11"
	},
	"CWG2675": {
		"type": "issue",
		"title": "start_lifetime_as, placement-new, and active union members",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2675",
		"link": "https://wg21.link/cwg2675",
		"section": "11.5.1 [class.union.general]",
		"status": "open",
		"submitter": "Nina Ranns",
		"date": "2022-12-06"
	},
	"CWG2676": {
		"type": "issue",
		"title": "Replacing a complete object having base subobjects",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2676",
		"link": "https://wg21.link/cwg2676",
		"section": "6.8.4 [basic.life]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2022-12-06"
	},
	"CWG2677": {
		"type": "issue",
		"title": "Replacing union subobjects",
		"long_link": "https://cplusplus.github.io/CWG/issues/2677.html",
		"link": "https://wg21.link/cwg2677",
		"section": "6.8.4 [basic.life]",
		"status": "DR",
		"submitter": "Richard Smith",
		"date": "2022-12-06"
	},
	"CWG2678": {
		"type": "issue",
		"title": "std::source_location::current is unimplementable",
		"long_link": "https://cplusplus.github.io/CWG/issues/2678.html",
		"link": "https://wg21.link/cwg2678",
		"section": "6.3 [basic.def.odr]",
		"status": "C++23",
		"submitter": "Richard Smith",
		"date": "2023-01-07",
		"liaison": "(EWG)",
		"github_url": "https://github.com/cplusplus/papers/issues/1416"
	},
	"CWG2679": {
		"type": "issue",
		"title": "Implicit conversion sequence with a null pointer constant",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2679",
		"link": "https://wg21.link/cwg2679",
		"section": "12.2.4.2.1 [over.best.ics.general]",
		"status": "open",
		"submitter": "Lénárd Szolnoki",
		"date": "2023-01-07"
	},
	"CWG2680": {
		"type": "issue",
		"title": "Class template argument deduction for aggregates with designated initializers",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2680",
		"link": "https://wg21.link/cwg2680",
		"section": "12.2.2.9 [over.match.class.deduct]",
		"status": "open",
		"submitter": "Christof Meerwald",
		"date": "2023-01-09"
	},
	"CWG2681": {
		"type": "issue",
		"title": "Deducing member array type from string literal",
		"long_link": "https://cplusplus.github.io/CWG/issues/2681.html",
		"link": "https://wg21.link/cwg2681",
		"section": "12.2.2.9 [over.match.class.deduct]",
		"status": "C++23",
		"submitter": "Jonathan Caves",
		"date": "2020-03-17"
	},
	"CWG2682": {
		"type": "issue",
		"title": "Templated function vs. function template",
		"long_link": "https://cplusplus.github.io/CWG/issues/2682.html",
		"link": "https://wg21.link/cwg2682",
		"section": "13.1 [temp.pre]",
		"status": "C++23",
		"submitter": "Matthew House",
		"date": "2023-01-11"
	},
	"CWG2683": {
		"type": "issue",
		"title": "Default arguments for member functions of templated nested classes",
		"long_link": "https://cplusplus.github.io/CWG/issues/2683.html",
		"link": "https://wg21.link/cwg2683",
		"section": "9.3.4.7 [dcl.fct.default]",
		"status": "CD7",
		"submitter": "Matthew House",
		"date": "2023-01-11"
	},
	"CWG2684": {
		"type": "issue",
		"title": "thread_local dynamic initialization",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2684",
		"link": "https://wg21.link/cwg2684",
		"section": "6.10.3.3 [basic.start.dynamic]",
		"status": "open",
		"submitter": "Jason Merrill",
		"date": "2023-01-06"
	},
	"CWG2685": {
		"type": "issue",
		"title": "Aggregate CTAD, string, and brace elision",
		"long_link": "https://cplusplus.github.io/CWG/issues/2685.html",
		"link": "https://wg21.link/cwg2685",
		"section": "12.2.2.9 [over.match.class.deduct]",
		"status": "C++23",
		"submitter": "Jason Merrill",
		"date": "2020-07-14"
	},
	"CWG2686": {
		"type": "issue",
		"title": "Pack expansion into a non-pack parameter of a concept",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2686",
		"link": "https://wg21.link/cwg2686",
		"section": "13.5.2 [temp.constr.constr]",
		"status": "open",
		"submitter": "Michał Dominiak",
		"date": "2021-10-15"
	},
	"CWG2687": {
		"type": "issue",
		"title": "Calling an explicit object member function via an address-of-overload-set",
		"long_link": "https://cplusplus.github.io/CWG/issues/2687.html",
		"link": "https://wg21.link/cwg2687",
		"section": "12.2.2.2.1 [over.match.call.general]",
		"status": "C++23",
		"submitter": "Matthew House",
		"date": "2023-01-16"
	},
	"CWG2688": {
		"type": "issue",
		"title": "Calling explicit object member functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2688",
		"link": "https://wg21.link/cwg2688",
		"section": "7.6.1.3 [expr.call]",
		"status": "open",
		"submitter": "Matthew House",
		"date": "2023-01-16"
	},
	"CWG2689": {
		"type": "issue",
		"title": "Are cv-qualified std::nullptr_t fundamental types?",
		"long_link": "https://cplusplus.github.io/CWG/issues/2689.html",
		"link": "https://wg21.link/cwg2689",
		"section": "6.9.2 [basic.fundamental]",
		"status": "CD7",
		"submitter": "Anoop Rana",
		"date": "2022-12-08"
	},
	"CWG2690": {
		"type": "issue",
		"title": "Semantics of defaulted move assignment operator for unions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2690.html",
		"link": "https://wg21.link/cwg2690",
		"section": "11.4.6 [class.copy.assign]",
		"status": "C++23",
		"submitter": "Cassio Neri",
		"date": "2023-01-20"
	},
	"CWG2691": {
		"type": "issue",
		"title": "hexadecimal-escape-sequence is too greedy",
		"long_link": "https://cplusplus.github.io/CWG/issues/2691.html",
		"link": "https://wg21.link/cwg2691",
		"section": "5.13.3 [lex.ccon]",
		"status": "C++23",
		"submitter": "Fraser Gordon",
		"date": "2023-01-26"
	},
	"CWG2692": {
		"type": "issue",
		"title": "Static and explicit object member functions with the same parameter-type-lists",
		"long_link": "https://cplusplus.github.io/CWG/issues/2692.html",
		"link": "https://wg21.link/cwg2692",
		"section": "12.2.2.2.1 [over.match.call.general]",
		"status": "C++23",
		"submitter": "Matthew House",
		"date": "2023-01-16",
		"liaison": "EWG",
		"github_url": "https://github.com/cplusplus/papers/issues/1455"
	},
	"CWG2693": {
		"type": "issue",
		"title": "Escape sequences for the string-literal of #line",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2693",
		"link": "https://wg21.link/cwg2693",
		"section": "15.8 [cpp.line]",
		"status": "open",
		"submitter": "CWG",
		"date": "2023-02-07",
		"liaison": "WG14"
	},
	"CWG2694": {
		"type": "issue",
		"title": "string-literals of the _Pragma operator",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2694",
		"link": "https://wg21.link/cwg2694",
		"section": "15.13 [cpp.pragma.op]",
		"status": "open",
		"submitter": "CWG",
		"date": "2023-02-07",
		"liaison": "WG14"
	},
	"CWG2695": {
		"type": "issue",
		"title": "Semantic ignorability of attributes",
		"long_link": "https://cplusplus.github.io/CWG/issues/2695.html",
		"link": "https://wg21.link/cwg2695",
		"section": "9.13.1 [dcl.attr.grammar]",
		"status": "C++23",
		"submitter": "Timur Doumler",
		"date": "2023-02-09"
	},
	"CWG2696": {
		"type": "issue",
		"title": "Relational comparisons of pointers to void",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2696",
		"link": "https://wg21.link/cwg2696",
		"section": "7.6.9 [expr.rel]",
		"status": "dup",
		"submitter": "CWG",
		"date": "2023-02-09",
		"liaison": "SG22"
	},
	"CWG2697": {
		"type": "issue",
		"title": "Deduction guides using abbreviated function syntax",
		"long_link": "https://cplusplus.github.io/CWG/issues/2697.html",
		"link": "https://wg21.link/cwg2697",
		"section": "13.7.2.3 [temp.deduct.guide]",
		"status": "CD7",
		"submitter": "CWG",
		"date": "2023-02-11",
		"liaison": "EWG",
		"github_url": "https://github.com/cplusplus/papers/issues/1465"
	},
	"CWG2698": {
		"type": "issue",
		"title": "Using extended integer types with z suffix",
		"long_link": "https://cplusplus.github.io/CWG/issues/2698.html",
		"link": "https://wg21.link/cwg2698",
		"section": "5.13.2 [lex.icon]",
		"status": "CD7",
		"submitter": "Mike Miller",
		"date": "2023-02-17",
		"liaison": "WG14, EWG",
		"github_url": "https://github.com/cplusplus/papers/issues/1467"
	},
	"CWG2699": {
		"type": "issue",
		"title": "Inconsistency of throw-expression specification",
		"long_link": "https://cplusplus.github.io/CWG/issues/2699.html",
		"link": "https://wg21.link/cwg2699",
		"section": "7.6.18 [expr.throw]",
		"status": "CD7",
		"submitter": "Krystian Stasiowski",
		"date": "2020-04-06"
	},
	"CWG2700": {
		"type": "issue",
		"title": "#error disallows existing implementation practice",
		"long_link": "https://cplusplus.github.io/CWG/issues/2700.html",
		"link": "https://wg21.link/cwg2700",
		"section": "4.1.1 [intro.compliance.general]",
		"status": "CD7",
		"submitter": "Richard Smith",
		"date": "2023-02-13",
		"liaison": "WG14"
	},
	"CWG2701": {
		"type": "issue",
		"title": "Default arguments in multiple scopes / inheritance of array bounds in the same scope",
		"long_link": "https://cplusplus.github.io/CWG/issues/2701.html",
		"link": "https://wg21.link/cwg2701",
		"section": "9.3.4.7 [dcl.fct.default]",
		"status": "CD7",
		"submitter": "Richard Smith",
		"date": "2020-11-20"
	},
	"CWG2702": {
		"type": "issue",
		"title": "Constant destruction of reference members",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2702",
		"link": "https://wg21.link/cwg2702",
		"section": "7.7 [expr.const]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2023-02-13"
	},
	"CWG2703": {
		"type": "issue",
		"title": "Three-way comparison requiring strong ordering for floating-point types, take 2",
		"long_link": "https://cplusplus.github.io/CWG/issues/2703.html",
		"link": "https://wg21.link/cwg2703",
		"section": "11.10.3 [class.spaceship]",
		"status": "CD7",
		"submitter": "Richard Smith",
		"date": "2023-02-13"
	},
	"CWG2704": {
		"type": "issue",
		"title": "Clarify meaning of \"bind directly\"",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2704",
		"link": "https://wg21.link/cwg2704",
		"section": "9.5.4 [dcl.init.ref]",
		"status": "open",
		"submitter": "Brian Bi",
		"date": "2022-11-11"
	},
	"CWG2705": {
		"type": "issue",
		"title": "Accessing ambiguous subobjects",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2705",
		"link": "https://wg21.link/cwg2705",
		"section": "7.6.1.5 [expr.ref]",
		"status": "open",
		"submitter": "Davis Herring",
		"date": "2023-02-11"
	},
	"CWG2706": {
		"type": "issue",
		"title": "Repeated structured binding declarations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2706",
		"link": "https://wg21.link/cwg2706",
		"section": "6.7 [basic.link]",
		"status": "open",
		"submitter": "Jim X",
		"date": "2023-02-13"
	},
	"CWG2707": {
		"type": "issue",
		"title": "Deduction guides cannot have a trailing requires-clause",
		"long_link": "https://cplusplus.github.io/CWG/issues/2707.html",
		"link": "https://wg21.link/cwg2707",
		"section": "13.7.2.3 [temp.deduct.guide]",
		"status": "CD7",
		"submitter": "Richard Smith",
		"date": "2020-02-26"
	},
	"CWG2708": {
		"type": "issue",
		"title": "Parenthesized initialization of arrays",
		"long_link": "https://cplusplus.github.io/CWG/issues/2708.html",
		"link": "https://wg21.link/cwg2708",
		"section": "9.5.1 [dcl.init.general]",
		"status": "CD7",
		"submitter": "Mike Miller",
		"date": "2023-03-14"
	},
	"CWG2709": {
		"type": "issue",
		"title": "Parenthesized initialization of reference-to-aggregate",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2709",
		"link": "https://wg21.link/cwg2709",
		"section": "9.5.1 [dcl.init.general]",
		"status": "NAD",
		"submitter": "Mike Miller",
		"date": "2023-03-14",
		"liaison": "EWG",
		"github_url": "https://github.com/cplusplus/papers/issues/1494"
	},
	"CWG2710": {
		"type": "issue",
		"title": "Loops in constant expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2710.html",
		"link": "https://wg21.link/cwg2710",
		"section": "7.7 [expr.const]",
		"status": "CD7",
		"submitter": "Daniel Krügler",
		"date": "2023-03-23"
	},
	"CWG2711": {
		"type": "issue",
		"title": "Source for copy-initializing the exception object",
		"long_link": "https://cplusplus.github.io/CWG/issues/2711.html",
		"link": "https://wg21.link/cwg2711",
		"section": "7.6.18 [expr.throw]",
		"status": "CD7",
		"submitter": "Brian Bi",
		"date": "2023-03-26"
	},
	"CWG2712": {
		"type": "issue",
		"title": "Simplify restrictions on built-in assignment operator candidates",
		"long_link": "https://cplusplus.github.io/CWG/issues/2712.html",
		"link": "https://wg21.link/cwg2712",
		"section": "12.2.2.3 [over.match.oper]",
		"status": "CD7",
		"submitter": "Brian Bi",
		"date": "2023-03-24"
	},
	"CWG2713": {
		"type": "issue",
		"title": "Initialization of reference-to-aggregate from designated initializer list",
		"long_link": "https://cplusplus.github.io/CWG/issues/2713.html",
		"link": "https://wg21.link/cwg2713",
		"section": "9.5.5 [dcl.init.list]",
		"status": "CD7",
		"submitter": "Richard Smith",
		"date": "2023-04-06"
	},
	"CWG2714": {
		"type": "issue",
		"title": "Implicit deduction guides omit properties from the parameter-declaration-clause of a constructor",
		"long_link": "https://cplusplus.github.io/CWG/issues/2714.html",
		"link": "https://wg21.link/cwg2714",
		"section": "12.2.2.9 [over.match.class.deduct]",
		"status": "CD7",
		"submitter": "Richard Smith",
		"date": "2017-02-13"
	},
	"CWG2715": {
		"type": "issue",
		"title": "\"calling function\" for parameter initialization may not exist",
		"long_link": "https://cplusplus.github.io/CWG/issues/2715.html",
		"link": "https://wg21.link/cwg2715",
		"section": "7.6.1.3 [expr.call]",
		"status": "CD7",
		"submitter": "Brian Bi",
		"date": "2023-04-02"
	},
	"CWG2716": {
		"type": "issue",
		"title": "Rule about self-or-base conversion is normatively redundant",
		"long_link": "https://cplusplus.github.io/CWG/issues/2716.html",
		"link": "https://wg21.link/cwg2716",
		"section": "11.4.8.3 [class.conv.fct]",
		"status": "CD7",
		"submitter": "Brian Bi",
		"date": "2023-04-11"
	},
	"CWG2717": {
		"type": "issue",
		"title": "Pack expansion for alignment-specifier",
		"long_link": "https://cplusplus.github.io/CWG/issues/2717.html",
		"link": "https://wg21.link/cwg2717",
		"section": "13.7.4 [temp.variadic]",
		"status": "CD7",
		"submitter": "Jim X",
		"date": "2023-04-11"
	},
	"CWG2718": {
		"type": "issue",
		"title": "Type completeness for derived-to-base conversions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2718.html",
		"link": "https://wg21.link/cwg2718",
		"section": "7.6.1.9 [expr.static.cast]",
		"status": "CD7",
		"submitter": "Jim X",
		"date": "2023-04-09"
	},
	"CWG2719": {
		"type": "issue",
		"title": "Creating objects in misaligned storage",
		"long_link": "https://cplusplus.github.io/CWG/issues/2719.html",
		"link": "https://wg21.link/cwg2719",
		"section": "6.8.3 [basic.align]",
		"status": "CD7",
		"submitter": "Jiang An",
		"date": "2023-04-05"
	},
	"CWG2720": {
		"type": "issue",
		"title": "Template validity rules for templated entities and alias templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/2720.html",
		"link": "https://wg21.link/cwg2720",
		"section": "13.8.1 [temp.res.general]",
		"status": "CD7",
		"submitter": "Richard Smith",
		"date": "2023-03-29"
	},
	"CWG2721": {
		"type": "issue",
		"title": "When exactly is storage reused?",
		"long_link": "https://cplusplus.github.io/CWG/issues/2721.html",
		"link": "https://wg21.link/cwg2721",
		"section": "6.8.4 [basic.life]",
		"status": "CD7",
		"submitter": "Richard Smith",
		"date": "2023-03-23"
	},
	"CWG2722": {
		"type": "issue",
		"title": "Temporary materialization conversion for noexcept operator",
		"long_link": "https://cplusplus.github.io/CWG/issues/2722.html",
		"link": "https://wg21.link/cwg2722",
		"section": "7.6.2.7 [expr.unary.noexcept]",
		"status": "CD7",
		"submitter": "Brian Bi",
		"date": "2023-04-24"
	},
	"CWG2723": {
		"type": "issue",
		"title": "Range of representable values for floating-point types",
		"long_link": "https://cplusplus.github.io/CWG/issues/2723.html",
		"link": "https://wg21.link/cwg2723",
		"section": "6.9.2 [basic.fundamental]",
		"status": "CD7",
		"submitter": "Jiang An",
		"date": "2023-04-21"
	},
	"CWG2724": {
		"type": "issue",
		"title": "Clarify rounding for arithmetic right shift",
		"long_link": "https://cplusplus.github.io/CWG/issues/2724.html",
		"link": "https://wg21.link/cwg2724",
		"section": "7.6.7 [expr.shift]",
		"status": "CD7",
		"submitter": "Jan Schultke",
		"date": "2023-04-07"
	},
	"CWG2725": {
		"type": "issue",
		"title": "Overload resolution for non-call of class member access",
		"long_link": "https://cplusplus.github.io/CWG/issues/2725.html",
		"link": "https://wg21.link/cwg2725",
		"section": "7.6.1.5 [expr.ref]",
		"status": "CD7",
		"submitter": "Richard Smith",
		"date": "2023-04-26"
	},
	"CWG2726": {
		"type": "issue",
		"title": "Alternative tokens appearing as attribute-tokens",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2726",
		"link": "https://wg21.link/cwg2726",
		"section": "5.9 [lex.digraph]",
		"status": "review",
		"submitter": "Jim X",
		"date": "2023-03-16",
		"liaison": "EWG",
		"github_url": "https://github.com/cplusplus/papers/issues/1581"
	},
	"CWG2727": {
		"type": "issue",
		"title": "Importing header units synthesized from source files",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2727",
		"link": "https://wg21.link/cwg2727",
		"section": "10.3 [module.import]",
		"status": "open",
		"submitter": "Jim X",
		"date": "2023-05-04"
	},
	"CWG2728": {
		"type": "issue",
		"title": "Evaluation of conversions in a delete-expression",
		"long_link": "https://cplusplus.github.io/CWG/issues/2728.html",
		"link": "https://wg21.link/cwg2728",
		"section": "7.6.2.9 [expr.delete]",
		"status": "CD7",
		"submitter": "Jiang An",
		"date": "2023-05-05"
	},
	"CWG2729": {
		"type": "issue",
		"title": "Meaning of new-type-id",
		"long_link": "https://cplusplus.github.io/CWG/issues/2729.html",
		"link": "https://wg21.link/cwg2729",
		"section": "7.6.2.8 [expr.new]",
		"status": "CD7",
		"submitter": "Jim X",
		"date": "2023-02-06"
	},
	"CWG2730": {
		"type": "issue",
		"title": "Comparison templates on enumeration types",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2730",
		"link": "https://wg21.link/cwg2730",
		"section": "12.2.2.3 [over.match.oper]",
		"status": "open",
		"submitter": "Tobias Loew",
		"date": "2023-05-11"
	},
	"CWG2731": {
		"type": "issue",
		"title": "List-initialization sequence with a user-defined conversion",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2731",
		"link": "https://wg21.link/cwg2731",
		"section": "12.2.4.2.3 [over.ics.user]",
		"status": "open",
		"submitter": "Brian Bi",
		"date": "2023-05-11"
	},
	"CWG2732": {
		"type": "issue",
		"title": "Can importable headers react to preprocessor state from point of import?",
		"long_link": "https://cplusplus.github.io/CWG/issues/2732.html",
		"link": "https://wg21.link/cwg2732",
		"section": "10.3 [module.import]",
		"status": "CD7",
		"submitter": "Xu Chuanqi",
		"date": "2023-05-25"
	},
	"CWG2733": {
		"type": "issue",
		"title": "Applying [[maybe_unused]] to a label",
		"long_link": "https://cplusplus.github.io/CWG/issues/2733.html",
		"link": "https://wg21.link/cwg2733",
		"section": "9.13.8 [dcl.attr.unused]",
		"status": "CD7",
		"submitter": "Barry Revzin",
		"date": "2023-05-25",
		"liaison": "EWG",
		"github_url": "https://github.com/cplusplus/papers/issues/1585"
	},
	"CWG2734": {
		"type": "issue",
		"title": "Immediate forward-declared function templates",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2734",
		"link": "https://wg21.link/cwg2734",
		"section": "7.7 [expr.const]",
		"status": "open",
		"submitter": "Corentin Jabot",
		"date": "2023-05-10"
	},
	"CWG2735": {
		"type": "issue",
		"title": "List-initialization and conversions in overload resolution",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2735",
		"link": "https://wg21.link/cwg2735",
		"section": "12.2.4 [over.match.best]",
		"status": "open",
		"submitter": "Jason Merrill",
		"date": "2023-03-23"
	},
	"CWG2736": {
		"type": "issue",
		"title": "Standard layout class with empty base class also in first member",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2736",
		"link": "https://wg21.link/cwg2736",
		"section": "11.2 [class.prop]",
		"status": "open",
		"submitter": "Lénárd Szolnoki",
		"date": "2023-05-10"
	},
	"CWG2737": {
		"type": "issue",
		"title": "Temporary lifetime extension for reference init-captures",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2737",
		"link": "https://wg21.link/cwg2737",
		"section": "7.5.6.3 [expr.prim.lambda.capture]",
		"status": "review",
		"submitter": "Tomasz Kamiński",
		"date": "2023-05-23"
	},
	"CWG2738": {
		"type": "issue",
		"title": "\"denotes a destructor\" is missing specification",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2738",
		"link": "https://wg21.link/cwg2738",
		"section": "7.5.5.2 [expr.prim.id.unqual]",
		"status": "review",
		"submitter": "Jim X",
		"date": "2022-05-22"
	},
	"CWG2739": {
		"type": "issue",
		"title": "Nested requirement not a constant expression",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2739",
		"link": "https://wg21.link/cwg2739",
		"section": "7.5.8.5 [expr.prim.req.nested]",
		"status": "open",
		"submitter": "Barry Revzin",
		"date": "2022-09-20"
	},
	"CWG2740": {
		"type": "issue",
		"title": "Too many objects have constexpr-unknown type",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2740",
		"link": "https://wg21.link/cwg2740",
		"section": "7.7 [expr.const]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2023-02-10"
	},
	"CWG2741": {
		"type": "issue",
		"title": "Implicit conversion sequence from empty list to array of unknown bound",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2741",
		"link": "https://wg21.link/cwg2741",
		"section": "12.2.4.2.6 [over.ics.list]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2023-06-01"
	},
	"CWG2742": {
		"type": "issue",
		"title": "Guaranteed copy elision for brace-initialization from prvalue",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2742",
		"link": "https://wg21.link/cwg2742",
		"section": "9.5.5 [dcl.init.list]",
		"status": "drafting",
		"submitter": "Jim X",
		"date": "2023-06-06"
	},
	"CWG2743": {
		"type": "issue",
		"title": "Copying non-trivial objects nested within a union",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2743",
		"link": "https://wg21.link/cwg2743",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "open",
		"submitter": "Jiang An",
		"date": "2023-06-05"
	},
	"CWG2744": {
		"type": "issue",
		"title": "Multiple objects of the same type at the same address",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2744",
		"link": "https://wg21.link/cwg2744",
		"section": "6.8.2 [intro.object]",
		"status": "open",
		"submitter": "Chris Hallock",
		"date": "2023-06-08"
	},
	"CWG2745": {
		"type": "issue",
		"title": "Dependent odr-use in generic lambdas",
		"long_link": "https://cplusplus.github.io/CWG/issues/2745.html",
		"link": "https://wg21.link/cwg2745",
		"section": "6.3 [basic.def.odr]",
		"status": "CD7",
		"submitter": "Shafik Yaghmour",
		"date": "2022-12-13"
	},
	"CWG2746": {
		"type": "issue",
		"title": "Checking of default template arguments",
		"long_link": "https://cplusplus.github.io/CWG/issues/2746.html",
		"link": "https://wg21.link/cwg2746",
		"section": "13.8.1 [temp.res.general]",
		"status": "CD7",
		"submitter": "Shafik Yaghmour",
		"date": "2022-12-13"
	},
	"CWG2747": {
		"type": "issue",
		"title": "Cannot depend on an already-deleted splice",
		"long_link": "https://cplusplus.github.io/CWG/issues/2747.html",
		"link": "https://wg21.link/cwg2747",
		"section": "5.2 [lex.phases]",
		"status": "CD7",
		"submitter": "Jim X",
		"date": "2021-09-14"
	},
	"CWG2748": {
		"type": "issue",
		"title": "Accessing static data members via null pointer",
		"long_link": "https://cplusplus.github.io/CWG/issues/2748.html",
		"link": "https://wg21.link/cwg2748",
		"section": "7.6.1.5 [expr.ref]",
		"status": "CD7",
		"submitter": "Tomasz Kamiński",
		"date": "2023-06-13"
	},
	"CWG2749": {
		"type": "issue",
		"title": "Treatment of \"pointer to void\" for relational comparisons",
		"long_link": "https://cplusplus.github.io/CWG/issues/2749.html",
		"link": "https://wg21.link/cwg2749",
		"section": "7.6.9 [expr.rel]",
		"status": "CD7",
		"submitter": "lprv",
		"date": "2023-03-12",
		"liaison": "SG22"
	},
	"CWG2750": {
		"type": "issue",
		"title": "construct_at without constructor call",
		"long_link": "https://cplusplus.github.io/CWG/issues/2750.html",
		"link": "https://wg21.link/cwg2750",
		"section": "7.7 [expr.const]",
		"status": "CD7",
		"submitter": "CWG",
		"date": "2023-06-16"
	},
	"CWG2751": {
		"type": "issue",
		"title": "Order of destruction for parameters for operator functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2751",
		"link": "https://wg21.link/cwg2751",
		"section": "8.10 [stmt.dcl]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"date": "2020-06-10",
		"liaison": "EWG",
		"github_url": "https://github.com/cplusplus/papers/issues/1583"
	},
	"CWG2752": {
		"type": "issue",
		"title": "Excess-precision floating-point literals",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2752",
		"link": "https://wg21.link/cwg2752",
		"section": "5.13.4 [lex.fcon]",
		"status": "open",
		"submitter": "Peter Dimov",
		"date": "2023-06-29",
		"liaison": "EWG",
		"github_url": "https://github.com/cplusplus/papers/issues/1584"
	},
	"CWG2753": {
		"type": "issue",
		"title": "Storage reuse for string literal objects and backing arrays",
		"long_link": "https://cplusplus.github.io/CWG/issues/2753.html",
		"link": "https://wg21.link/cwg2753",
		"section": "6.8.2 [intro.object]",
		"status": "CD7",
		"submitter": "Brian Bi",
		"date": "2023-06-29"
	},
	"CWG2754": {
		"type": "issue",
		"title": "Using *this in explicit object member functions that are coroutines",
		"long_link": "https://cplusplus.github.io/CWG/issues/2754.html",
		"link": "https://wg21.link/cwg2754",
		"section": "9.6.4 [dcl.fct.def.coroutine]",
		"status": "CD7",
		"submitter": "Christof Meerwald",
		"date": "2023-06-23"
	},
	"CWG2755": {
		"type": "issue",
		"title": "Incorrect wording applied by P2738R1",
		"long_link": "https://cplusplus.github.io/CWG/issues/2755.html",
		"link": "https://wg21.link/cwg2755",
		"section": "7.7 [expr.const]",
		"status": "CD7",
		"submitter": "Jens Maurer",
		"date": "2023-06-28",
		"papers": [
			"P2738R1"
		]
	},
	"CWG2756": {
		"type": "issue",
		"title": "Completion of initialization by delegating constructor",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2756",
		"link": "https://wg21.link/cwg2756",
		"section": "11.9 [class.init]",
		"status": "review",
		"submitter": "Brian Bi",
		"date": "2023-06-20"
	},
	"CWG2757": {
		"type": "issue",
		"title": "Deleting or deallocating storage of an object during its construction",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2757",
		"link": "https://wg21.link/cwg2757",
		"section": "11.9.5 [class.cdtor]",
		"status": "review",
		"submitter": "Jiang An",
		"date": "2023-06-14"
	},
	"CWG2758": {
		"type": "issue",
		"title": "What is \"access and ambiguity control\"?",
		"long_link": "https://cplusplus.github.io/CWG/issues/2758.html",
		"link": "https://wg21.link/cwg2758",
		"section": "7.6.2.9 [expr.delete]",
		"status": "CD7",
		"submitter": "CWG",
		"date": "2023-06-12"
	},
	"CWG2759": {
		"type": "issue",
		"title": "[[no_unique_address] and common initial sequence",
		"long_link": "https://cplusplus.github.io/CWG/issues/2759.html",
		"link": "https://wg21.link/cwg2759",
		"section": "11.4.1 [class.mem.general]",
		"status": "CD7",
		"submitter": "Richard Smith",
		"date": "2020-11-10"
	},
	"CWG2760": {
		"type": "issue",
		"title": "Defaulted constructor that is an immediate function",
		"long_link": "https://cplusplus.github.io/CWG/issues/2760.html",
		"link": "https://wg21.link/cwg2760",
		"section": "7.7 [expr.const]",
		"status": "CD7",
		"submitter": "Corentin Jabot",
		"date": "2023-07-08"
	},
	"CWG2761": {
		"type": "issue",
		"title": "Implicitly invoking the deleted destructor of an anonymous union member",
		"long_link": "https://cplusplus.github.io/CWG/issues/2761.html",
		"link": "https://wg21.link/cwg2761",
		"section": "11.4.7 [class.dtor]",
		"status": "CD7",
		"submitter": "Corentin Jabot",
		"date": "2023-07-11"
	},
	"CWG2762": {
		"type": "issue",
		"title": "Type of implicit object parameter",
		"long_link": "https://cplusplus.github.io/CWG/issues/2762.html",
		"link": "https://wg21.link/cwg2762",
		"section": "12.2.2.1 [over.match.funcs.general]",
		"status": "CD7",
		"submitter": "Jim X",
		"date": "2023-07-11"
	},
	"CWG2763": {
		"type": "issue",
		"title": "Ignorability of [[noreturn]] during constant evaluation",
		"long_link": "https://cplusplus.github.io/CWG/issues/2763.html",
		"link": "https://wg21.link/cwg2763",
		"section": "7.7 [expr.const]",
		"status": "CD7",
		"submitter": "Jiang An",
		"date": "2023-07-10"
	},
	"CWG2764": {
		"type": "issue",
		"title": "Use of placeholders affecting name mangling",
		"long_link": "https://cplusplus.github.io/CWG/issues/2764.html",
		"link": "https://wg21.link/cwg2764",
		"section": "6.4.1 [basic.scope.scope]",
		"status": "CD7",
		"submitter": "Hubert Tong",
		"date": "2023-07-05"
	},
	"CWG2765": {
		"type": "issue",
		"title": "Address comparisons between potentially non-unique objects during constant evaluation",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2765",
		"link": "https://wg21.link/cwg2765",
		"section": "6.8.2 [intro.object]",
		"status": "open",
		"submitter": "CWG",
		"date": "2023-07-14"
	},
	"CWG2766": {
		"type": "issue",
		"title": "Repeated evaluation of a string-literal may yield different objects",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2766",
		"link": "https://wg21.link/cwg2766",
		"section": "5.13.5 [lex.string]",
		"status": "open",
		"submitter": "Balog Pal",
		"date": "2023-07-15"
	},
	"CWG2767": {
		"type": "issue",
		"title": "Non-defining declarations of anonymous unions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2767",
		"link": "https://wg21.link/cwg2767",
		"section": "11.5.2 [class.union.anon]",
		"status": "open",
		"submitter": "Hubert Tong",
		"date": "2023-07-06"
	},
	"CWG2768": {
		"type": "issue",
		"title": "Assignment to enumeration variable with a braced-init-list",
		"long_link": "https://cplusplus.github.io/CWG/issues/2768.html",
		"link": "https://wg21.link/cwg2768",
		"section": "7.6.19 [expr.assign]",
		"status": "CD7",
		"submitter": "Shafik Yaghmour",
		"date": "2023-07-06"
	},
	"CWG2769": {
		"type": "issue",
		"title": "Substitution into template parameters and default template arguments should be interleaved",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2769",
		"link": "https://wg21.link/cwg2769",
		"section": "13.10.3.1 [temp.deduct.general]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2023-07-14"
	},
	"CWG2770": {
		"type": "issue",
		"title": "Trailing requires-clause can refer to function parameters before they are substituted into",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2770",
		"link": "https://wg21.link/cwg2770",
		"section": "13.10.3.1 [temp.deduct.general]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2023-07-14"
	},
	"CWG2771": {
		"type": "issue",
		"title": "Transformation for unqualified-ids in address operator",
		"long_link": "https://cplusplus.github.io/CWG/issues/2771.html",
		"link": "https://wg21.link/cwg2771",
		"section": "11.4.3 [class.mfct.non.static]",
		"status": "CD7",
		"submitter": "Jim X",
		"date": "2023-07-16"
	},
	"CWG2772": {
		"type": "issue",
		"title": "Missing Annex C entry for linkage effects of linkage-specification",
		"long_link": "https://cplusplus.github.io/CWG/issues/2772.html",
		"link": "https://wg21.link/cwg2772",
		"section": "C.6.4 [diff.cpp03.dcl.dcl]",
		"status": "CD7",
		"submitter": "Hubert Tong",
		"date": "2023-07-15"
	},
	"CWG2773": {
		"type": "issue",
		"title": "Naming anonymous union members as class members",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2773",
		"link": "https://wg21.link/cwg2773",
		"section": "11.5.2 [class.union.anon]",
		"status": "open",
		"submitter": "Hubert Tong",
		"date": "2023-07-16"
	},
	"CWG2774": {
		"type": "issue",
		"title": "Value-dependence of requires-expressions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2774",
		"link": "https://wg21.link/cwg2774",
		"section": "13.8.3.4 [temp.dep.constexpr]",
		"status": "open",
		"submitter": "Christof Meerwald",
		"date": "2023-07-17"
	},
	"CWG2775": {
		"type": "issue",
		"title": "Unclear argument type for copy of exception object",
		"long_link": "https://cplusplus.github.io/CWG/issues/2775.html",
		"link": "https://wg21.link/cwg2775",
		"section": "14.2 [except.throw]",
		"status": "CD7",
		"submitter": "Jiang An",
		"date": "2023-05-31"
	},
	"CWG2776": {
		"type": "issue",
		"title": "Substitution failure and implementation limits",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2776",
		"link": "https://wg21.link/cwg2776",
		"section": "4.1.1 [intro.compliance.general]",
		"status": "open",
		"submitter": "Corentin Jabot",
		"date": "2023-07-27",
		"liaison": "EWG",
		"github_url": "https://github.com/cplusplus/papers/issues/1631"
	},
	"CWG2777": {
		"type": "issue",
		"title": "Type of id-expression denoting a template parameter object",
		"long_link": "https://cplusplus.github.io/CWG/issues/2777.html",
		"link": "https://wg21.link/cwg2777",
		"section": "13.2 [temp.param]",
		"status": "CD7",
		"submitter": "Jim X",
		"date": "2023-07-26"
	},
	"CWG2778": {
		"type": "issue",
		"title": "Trivial destructor does not imply constant destruction",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2778",
		"link": "https://wg21.link/cwg2778",
		"section": "7.7 [expr.const]",
		"status": "review",
		"submitter": "Jiang An",
		"date": "2023-07-27"
	},
	"CWG2779": {
		"type": "issue",
		"title": "Restrictions on the ordinary literal encoding",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2779",
		"link": "https://wg21.link/cwg2779",
		"section": "5.3.1 [lex.charset]",
		"status": "open",
		"submitter": "Jim X",
		"date": "2023-03-28"
	},
	"CWG2780": {
		"type": "issue",
		"title": "reinterpret_cast to reference to function types",
		"long_link": "https://cplusplus.github.io/CWG/issues/2780.html",
		"link": "https://wg21.link/cwg2780",
		"section": "7.6.1.10 [expr.reinterpret.cast]",
		"status": "CD7",
		"submitter": "Lauri Vasama",
		"date": "2023-08-07"
	},
	"CWG2781": {
		"type": "issue",
		"title": "Unclear recursion in the one-definition rule",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2781",
		"link": "https://wg21.link/cwg2781",
		"section": "6.3 [basic.def.odr]",
		"status": "open",
		"submitter": "Johannes Schaub",
		"date": "2023-08-19"
	},
	"CWG2782": {
		"type": "issue",
		"title": "Treatment of closure types in the one-definition rule",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2782",
		"link": "https://wg21.link/cwg2782",
		"section": "6.3 [basic.def.odr]",
		"status": "open",
		"submitter": "Brian Bi",
		"date": "2023-07-20"
	},
	"CWG2783": {
		"type": "issue",
		"title": "Handling of deduction guides in global-module-fragment",
		"long_link": "https://cplusplus.github.io/CWG/issues/2783.html",
		"link": "https://wg21.link/cwg2783",
		"section": "10.4 [module.global.frag]",
		"status": "CD7",
		"submitter": "Daniela Engert",
		"date": "2023-08-21"
	},
	"CWG2784": {
		"type": "issue",
		"title": "Unclear definition of member-designator for offsetof",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2784",
		"link": "https://wg21.link/cwg2784",
		"section": "17.2.4 [support.types.layout]",
		"status": "open",
		"submitter": "Corentin Jabot",
		"date": "2023-08-21",
		"liaison": "EWG",
		"github_url": "https://github.com/cplusplus/papers/issues/1616"
	},
	"CWG2785": {
		"type": "issue",
		"title": "Type-dependence of requires-expression",
		"long_link": "https://cplusplus.github.io/CWG/issues/2785.html",
		"link": "https://wg21.link/cwg2785",
		"section": "13.8.3.3 [temp.dep.expr]",
		"status": "CD7",
		"submitter": "CWG",
		"date": "2023-07-17"
	},
	"CWG2786": {
		"type": "issue",
		"title": "Comparing pointers to complete objects",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2786",
		"link": "https://wg21.link/cwg2786",
		"section": "7.6.10 [expr.eq]",
		"status": "open",
		"submitter": "Alisdair Meredith",
		"date": "2023-08-23"
	},
	"CWG2787": {
		"type": "issue",
		"title": "Kind of explicit object copy/move assignment function",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2787",
		"link": "https://wg21.link/cwg2787",
		"section": "11.4.4 [special]",
		"status": "open",
		"submitter": "Corentin Jabot",
		"date": "2023-08-08"
	},
	"CWG2788": {
		"type": "issue",
		"title": "Correspondence and redeclarations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2788",
		"link": "https://wg21.link/cwg2788",
		"section": "6.4.1 [basic.scope.scope]",
		"status": "open",
		"submitter": "Corentin Jabot",
		"date": "2023-08-09"
	},
	"CWG2789": {
		"type": "issue",
		"title": "Overload resolution with implicit and explicit object member functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2789.html",
		"link": "https://wg21.link/cwg2789",
		"section": "12.2.4.1 [over.match.best.general]",
		"status": "CD7",
		"submitter": "Corentin Jabot",
		"date": "2023-08-08"
	},
	"CWG2790": {
		"type": "issue",
		"title": "Aggregate initialization and user-defined conversion sequence",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2790",
		"link": "https://wg21.link/cwg2790",
		"section": "12.2.4.2.6 [over.ics.list]",
		"status": "open",
		"submitter": "Johannes Schaub",
		"date": "2023-08-18"
	},
	"CWG2791": {
		"type": "issue",
		"title": "Unclear phrasing about \"returning to the caller\"",
		"long_link": "https://cplusplus.github.io/CWG/issues/2791.html",
		"link": "https://wg21.link/cwg2791",
		"section": "8.8.4 [stmt.return]",
		"status": "CD7",
		"submitter": "Jan Schultke",
		"date": "2023-08-23"
	},
	"CWG2792": {
		"type": "issue",
		"title": "Clean up specification of noexcept operator",
		"long_link": "https://cplusplus.github.io/CWG/issues/2792.html",
		"link": "https://wg21.link/cwg2792",
		"section": "7.6.2.7 [expr.unary.noexcept]",
		"status": "CD7",
		"submitter": "Jan Schultke",
		"date": "2023-08-30"
	},
	"CWG2793": {
		"type": "issue",
		"title": "Block-scope declaration conflicting with parameter name",
		"long_link": "https://cplusplus.github.io/CWG/issues/2793.html",
		"link": "https://wg21.link/cwg2793",
		"section": "6.4.3 [basic.scope.block]",
		"status": "CD7",
		"submitter": "Jason Merrill",
		"date": "2023-08-31"
	},
	"CWG2794": {
		"type": "issue",
		"title": "Uniqueness of lambdas in alias templates",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2794",
		"link": "https://wg21.link/cwg2794",
		"section": "13.7.8 [temp.alias]",
		"status": "open",
		"submitter": "Ilya Biryukov",
		"date": "2023-04-19"
	},
	"CWG2795": {
		"type": "issue",
		"title": "Overlapping empty subobjects with different cv-qualification",
		"long_link": "https://cplusplus.github.io/CWG/issues/2795.html",
		"link": "https://wg21.link/cwg2795",
		"section": "6.8.2 [intro.object]",
		"status": "CD7",
		"submitter": "Jonathan Caves",
		"date": "2023-09-04"
	},
	"CWG2796": {
		"type": "issue",
		"title": "Function pointer conversions for relational operators",
		"long_link": "https://cplusplus.github.io/CWG/issues/2796.html",
		"link": "https://wg21.link/cwg2796",
		"section": "7.6.9 [expr.rel]",
		"status": "CD7",
		"submitter": "Alisdair Meredith",
		"date": "2023-09-14"
	},
	"CWG2797": {
		"type": "issue",
		"title": "Meaning of \"corresponds\" for rewritten operator candidates",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2797",
		"link": "https://wg21.link/cwg2797",
		"section": "12.2.2.3 [over.match.oper]",
		"status": "review",
		"submitter": "Corentin Jabot",
		"date": "2023-09-17",
		"liaison": "EWG",
		"github_url": "https://github.com/cplusplus/papers/issues/1645"
	},
	"CWG2798": {
		"type": "issue",
		"title": "Manifestly constant evaluation of the static_assert message",
		"long_link": "https://cplusplus.github.io/CWG/issues/2798.html",
		"link": "https://wg21.link/cwg2798",
		"section": "7.7 [expr.const]",
		"status": "CD7",
		"submitter": "Jason Merrill",
		"date": "2023-09-12"
	},
	"CWG2799": {
		"type": "issue",
		"title": "Inheriting default constructors",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2799",
		"link": "https://wg21.link/cwg2799",
		"section": "11.4.5.2 [class.default.ctor]",
		"status": "drafting",
		"submitter": "Hubert Tong",
		"date": "2017-09-01"
	},
	"CWG2800": {
		"type": "issue",
		"title": "Instantiating constexpr variables for potential constant evaluation",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2800",
		"link": "https://wg21.link/cwg2800",
		"section": "7.7 [expr.const]",
		"status": "review",
		"submitter": "Shafik Yaghmour",
		"date": "2023-09-22"
	},
	"CWG2801": {
		"type": "issue",
		"title": "Reference binding with reference-related types",
		"long_link": "https://cplusplus.github.io/CWG/issues/2801.html",
		"link": "https://wg21.link/cwg2801",
		"section": "9.5.4 [dcl.init.ref]",
		"status": "CD7",
		"submitter": "Brian Bi",
		"date": "2023-09-18"
	},
	"CWG2802": {
		"type": "issue",
		"title": "Constrained auto and redeclaration with non-abbreviated syntax",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2802",
		"link": "https://wg21.link/cwg2802",
		"section": "9.3.4.6 [dcl.fct]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2023-09-26"
	},
	"CWG2803": {
		"type": "issue",
		"title": "Overload resolution for reference binding of similar types",
		"long_link": "https://cplusplus.github.io/CWG/issues/2803.html",
		"link": "https://wg21.link/cwg2803",
		"section": "12.2.4.2.5 [over.ics.ref]",
		"status": "CD7",
		"submitter": "Brian Bi",
		"date": "2023-06-14"
	},
	"CWG2804": {
		"type": "issue",
		"title": "Lookup for determining rewrite targets",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2804",
		"link": "https://wg21.link/cwg2804",
		"section": "12.2.2.3 [over.match.oper]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2023-10-13",
		"liaison": "EWG",
		"github_url": "https://github.com/cplusplus/papers/issues/1688"
	},
	"CWG2805": {
		"type": "issue",
		"title": "Underspecified selection of deallocation function",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2805",
		"link": "https://wg21.link/cwg2805",
		"section": "7.6.2.9 [expr.delete]",
		"status": "open",
		"submitter": "Lénárd Szolnoki",
		"date": "2023-10-12"
	},
	"CWG2806": {
		"type": "issue",
		"title": "Make a type-requirement a type-only context",
		"long_link": "https://cplusplus.github.io/CWG/issues/2806.html",
		"link": "https://wg21.link/cwg2806",
		"section": "13.8.1 [temp.res.general]",
		"status": "CD7",
		"submitter": "Barry Revzin",
		"date": "2023-10-10"
	},
	"CWG2807": {
		"type": "issue",
		"title": "Destructors declared consteval",
		"long_link": "https://cplusplus.github.io/CWG/issues/2807.html",
		"link": "https://wg21.link/cwg2807",
		"section": "11.4.7 [class.dtor]",
		"status": "CD7",
		"submitter": "Corentin Jabot",
		"date": "2023-09-07"
	},
	"CWG2808": {
		"type": "issue",
		"title": "Explicit specialization of defaulted special member function",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2808",
		"link": "https://wg21.link/cwg2808",
		"section": "13.9.2 [temp.inst]",
		"status": "review",
		"submitter": "Richard Smith",
		"date": "2023-09-21"
	},
	"CWG2809": {
		"type": "issue",
		"title": "An implicit definition does not redeclare a function",
		"long_link": "https://cplusplus.github.io/CWG/issues/2809.html",
		"link": "https://wg21.link/cwg2809",
		"section": "9.6.2 [dcl.fct.def.default]",
		"status": "CD7",
		"submitter": "Brian Bi",
		"date": "2023-09-27"
	},
	"CWG2810": {
		"type": "issue",
		"title": "Requiring the absence of diagnostics for templates",
		"long_link": "https://cplusplus.github.io/CWG/issues/2810.html",
		"link": "https://wg21.link/cwg2810",
		"section": "13.8.1 [temp.res.general]",
		"status": "CD7",
		"submitter": "Andrey Erokhin",
		"date": "2022-01-23"
	},
	"CWG2811": {
		"type": "issue",
		"title": "Clarify \"use\" of main",
		"long_link": "https://cplusplus.github.io/CWG/issues/2811.html",
		"link": "https://wg21.link/cwg2811",
		"section": "6.10.3.1 [basic.start.main]",
		"status": "CD7",
		"submitter": "Jan Schultke",
		"date": "2023-10-12"
	},
	"CWG2812": {
		"type": "issue",
		"title": "Allocation with explicit alignment",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2812",
		"link": "https://wg21.link/cwg2812",
		"section": "7.6.2.8 [expr.new]",
		"status": "open",
		"submitter": "Tim Song",
		"date": "2023-10-18"
	},
	"CWG2813": {
		"type": "issue",
		"title": "Class member access with prvalues",
		"long_link": "https://cplusplus.github.io/CWG/issues/2813.html",
		"link": "https://wg21.link/cwg2813",
		"section": "7.6.1.5 [expr.ref]",
		"status": "CD7",
		"submitter": "Barry Revzin",
		"date": "2023-08-28"
	},
	"CWG2814": {
		"type": "issue",
		"title": "Alignment requirement of incomplete class type",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2814",
		"link": "https://wg21.link/cwg2814",
		"section": "7.6.1.9 [expr.static.cast]",
		"status": "NAD",
		"submitter": "Janet Cobb",
		"date": "2023-10-20"
	},
	"CWG2815": {
		"type": "issue",
		"title": "Overload resolution for references/pointers to noexcept functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2815.html",
		"link": "https://wg21.link/cwg2815",
		"section": "12.2.4.3 [over.ics.rank]",
		"status": "CD7",
		"submitter": "Brian Bi",
		"date": "2023-10-05"
	},
	"CWG2816": {
		"type": "issue",
		"title": "Unclear phrasing \"may assume ... eventually\"",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2816",
		"link": "https://wg21.link/cwg2816",
		"section": "6.10.2.3 [intro.progress]",
		"status": "review",
		"submitter": "Jiang An",
		"date": "2023-04-26"
	},
	"CWG2817": {
		"type": "issue",
		"title": "sizeof(abstract class) is underspecified",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2817",
		"link": "https://wg21.link/cwg2817",
		"section": "7.6.2.5 [expr.sizeof]",
		"status": "open",
		"submitter": "Jiang An",
		"date": "2023-02-23"
	},
	"CWG2818": {
		"type": "issue",
		"title": "Use of predefined reserved identifiers",
		"long_link": "https://cplusplus.github.io/CWG/issues/2818.html",
		"link": "https://wg21.link/cwg2818",
		"section": "5.11 [lex.name]",
		"status": "CD7",
		"submitter": "Jiang An",
		"date": "2023-01-18"
	},
	"CWG2819": {
		"type": "issue",
		"title": "Cast from null pointer value in a constant expression",
		"long_link": "https://cplusplus.github.io/CWG/issues/2819.html",
		"link": "https://wg21.link/cwg2819",
		"section": "7.7 [expr.const]",
		"status": "CD7",
		"submitter": "Jason Merrill",
		"date": "2023-10-19",
		"liaison": "EWG",
		"github_url": "https://github.com/cplusplus/papers/issues/1698"
	},
	"CWG2820": {
		"type": "issue",
		"title": "Value-initialization and default constructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/2820.html",
		"link": "https://wg21.link/cwg2820",
		"section": "9.5.1 [dcl.init.general]",
		"status": "CD7",
		"submitter": "Shafik Yaghmour",
		"date": "2023-10-31"
	},
	"CWG2821": {
		"type": "issue",
		"title": "Lifetime, zero-initialization, and dynamic initialization",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2821",
		"link": "https://wg21.link/cwg2821",
		"section": "6.8.4 [basic.life]",
		"status": "review",
		"submitter": "Jan Schultke",
		"date": "2023-07-24"
	},
	"CWG2822": {
		"type": "issue",
		"title": "Side-effect-free pointer zap",
		"long_link": "https://cplusplus.github.io/CWG/issues/2822.html",
		"link": "https://wg21.link/cwg2822",
		"section": "6.8.6.1 [basic.stc.general]",
		"status": "CD7",
		"submitter": "Davis Herring",
		"date": "2023-11-06"
	},
	"CWG2823": {
		"type": "issue",
		"title": "Implicit undefined behavior when dereferencing pointers",
		"long_link": "https://cplusplus.github.io/CWG/issues/2823.html",
		"link": "https://wg21.link/cwg2823",
		"section": "7.6.2.2 [expr.unary.op]",
		"status": "CD7",
		"submitter": "CWG",
		"date": "2023-11-06"
	},
	"CWG2824": {
		"type": "issue",
		"title": "Copy-initialization of arrays",
		"long_link": "https://cplusplus.github.io/CWG/issues/2824.html",
		"link": "https://wg21.link/cwg2824",
		"section": "9.5.1 [dcl.init.general]",
		"status": "CD7",
		"submitter": "Anoop Rana",
		"date": "2023-11-06"
	},
	"CWG2825": {
		"type": "issue",
		"title": "Range-based for statement using a braced-init-list",
		"long_link": "https://cplusplus.github.io/CWG/issues/2825.html",
		"link": "https://wg21.link/cwg2825",
		"section": "8.6.5 [stmt.ranged]",
		"status": "CD7",
		"submitter": "Arthur O'Dwyer",
		"date": "2023-11-08",
		"liaison": "EWG",
		"github_url": "https://github.com/cplusplus/papers/issues/1694"
	},
	"CWG2826": {
		"type": "issue",
		"title": "Missing definition of \"temporary expression\"",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2826",
		"link": "https://wg21.link/cwg2826",
		"section": "6.8.7 [class.temporary]",
		"status": "drafting",
		"submitter": "Brian Bi",
		"date": "2022-12-16"
	},
	"CWG2827": {
		"type": "issue",
		"title": "Representation of unsigned integral types",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2827",
		"link": "https://wg21.link/cwg2827",
		"section": "6.9.2 [basic.fundamental]",
		"status": "review",
		"submitter": "David Detweiler",
		"date": "2021-09-12"
	},
	"CWG2828": {
		"type": "issue",
		"title": "Ambiguous interpretation of C-style cast",
		"long_link": "https://cplusplus.github.io/CWG/issues/2828.html",
		"link": "https://wg21.link/cwg2828",
		"section": "7.6.3 [expr.cast]",
		"status": "CD7",
		"submitter": "Jim X",
		"date": "2022-03-21"
	},
	"CWG2829": {
		"type": "issue",
		"title": "Redundant case in restricting user-defined conversion sequences",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2829",
		"link": "https://wg21.link/cwg2829",
		"section": "12.2.4.2.1 [over.best.ics.general]",
		"status": "open",
		"submitter": "Krystian Stasiowski",
		"date": "2020-03-13"
	},
	"CWG2830": {
		"type": "issue",
		"title": "Top-level cv-qualification should be ignored for list-initialization",
		"long_link": "https://cplusplus.github.io/CWG/issues/2830.html",
		"link": "https://wg21.link/cwg2830",
		"section": "9.5.5 [dcl.init.list]",
		"status": "CD7",
		"submitter": "Krystian Stasiowski",
		"date": "2019-11-19"
	},
	"CWG2831": {
		"type": "issue",
		"title": "Non-templated function definitions and requires-clauses",
		"long_link": "https://cplusplus.github.io/CWG/issues/2831.html",
		"link": "https://wg21.link/cwg2831",
		"section": "9.3.1 [dcl.decl.general]",
		"status": "CD7",
		"submitter": "Krystian Stasiowski",
		"date": "2020-04-13"
	},
	"CWG2832": {
		"type": "issue",
		"title": "Invented temporary variables and temporary objects",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2832",
		"link": "https://wg21.link/cwg2832",
		"section": "6.8.7 [class.temporary]",
		"status": "open",
		"submitter": "Thomas Köppe",
		"date": "2023-11-09"
	},
	"CWG2833": {
		"type": "issue",
		"title": "Evaluation of odr-use",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2833",
		"link": "https://wg21.link/cwg2833",
		"section": "6.10.3.3 [basic.start.dynamic]",
		"status": "review",
		"submitter": "Brian Bi",
		"date": "2023-12-01"
	},
	"CWG2834": {
		"type": "issue",
		"title": "Partial ordering and explicit object parameters",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2834",
		"link": "https://wg21.link/cwg2834",
		"section": "13.7.7.3 [temp.func.order]",
		"status": "review",
		"submitter": "Jason Merrill",
		"date": "2023-12-02"
	},
	"CWG2835": {
		"type": "issue",
		"title": "Name-independent declarations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2835",
		"link": "https://wg21.link/cwg2835",
		"section": "6.4.1 [basic.scope.scope]",
		"status": "open",
		"submitter": "Jakub Jelínek",
		"date": "2023-11-30"
	},
	"CWG2836": {
		"type": "issue",
		"title": "Conversion rank of long double and extended floating-point types",
		"long_link": "https://cplusplus.github.io/CWG/issues/2836.html",
		"link": "https://wg21.link/cwg2836",
		"section": "6.9.6 [conv.rank]",
		"status": "CD7",
		"submitter": "Joshua Cranmer",
		"date": "2023-11-20",
		"liaison": "EWG",
		"github_url": "https://github.com/cplusplus/papers/issues/1699"
	},
	"CWG2837": {
		"type": "issue",
		"title": "Instantiating and inheriting by-value copy constructors",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2837",
		"link": "https://wg21.link/cwg2837",
		"section": "11.4.5.3 [class.copy.ctor]",
		"status": "open",
		"submitter": "Brian Bi",
		"date": "2023-11-29"
	},
	"CWG2838": {
		"type": "issue",
		"title": "Declaration conflicts in lambda-expressions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2838",
		"link": "https://wg21.link/cwg2838",
		"section": "6.4.3 [basic.scope.block]",
		"status": "open",
		"submitter": "Jakub Jelínek",
		"date": "2023-11-30"
	},
	"CWG2839": {
		"type": "issue",
		"title": "Explicit destruction of base classes",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2839",
		"link": "https://wg21.link/cwg2839",
		"section": "11.4.7 [class.dtor]",
		"status": "open",
		"submitter": "Jiang An",
		"date": "2023-12-07"
	},
	"CWG2840": {
		"type": "issue",
		"title": "Missing requirements for fundamental alignments",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2840",
		"link": "https://wg21.link/cwg2840",
		"section": "6.8.3 [basic.align]",
		"status": "open",
		"submitter": "Jiang An",
		"date": "2023-08-31"
	},
	"CWG2841": {
		"type": "issue",
		"title": "When do const objects start being const?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2841",
		"link": "https://wg21.link/cwg2841",
		"section": "11.4.5.1 [class.ctor.general]",
		"status": "open",
		"submitter": "Tom Honermann",
		"date": "2023-12-14"
	},
	"CWG2842": {
		"type": "issue",
		"title": "Preferring an initializer_list over a single value",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2842",
		"link": "https://wg21.link/cwg2842",
		"section": "12.2.4.3 [over.ics.rank]",
		"status": "open",
		"submitter": "Jason Merrill",
		"date": "2022-12-10"
	},
	"CWG2843": {
		"type": "issue",
		"title": "Undated reference to Unicode makes C++ a moving target",
		"long_link": "https://cplusplus.github.io/CWG/issues/2843.html",
		"link": "https://wg21.link/cwg2843",
		"section": "Clause 2 [intro.refs]",
		"status": "CD7",
		"submitter": "Jonathan Wakely",
		"date": "2024-01-05",
		"liaison": "LWG, EWG",
		"github_url": "https://github.com/cplusplus/papers/issues/1736"
	},
	"CWG2844": {
		"type": "issue",
		"title": "Enumerating a finite set of built-in candidates",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2844",
		"link": "https://wg21.link/cwg2844",
		"section": "12.2.2.3 [over.match.oper]",
		"status": "open",
		"submitter": "Brian Bi",
		"date": "2023-07-14"
	},
	"CWG2845": {
		"type": "issue",
		"title": "Make the closure type of a captureless lambda a structural type",
		"long_link": "https://cplusplus.github.io/CWG/issues/2845.html",
		"link": "https://wg21.link/cwg2845",
		"section": "7.5.6.2 [expr.prim.lambda.closure]",
		"status": "CD7",
		"submitter": "Barry Revzin",
		"date": "2023-12-29"
	},
	"CWG2846": {
		"type": "issue",
		"title": "Out-of-class definitions of explicit object member functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2846.html",
		"link": "https://wg21.link/cwg2846",
		"section": "9.3.4.6 [dcl.fct]",
		"status": "CD7",
		"submitter": "Krystian Stasiowski",
		"date": "2024-01-28"
	},
	"CWG2847": {
		"type": "issue",
		"title": "Constrained explicit specializations of function templates at class scope",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2847",
		"link": "https://wg21.link/cwg2847",
		"section": "13.9.4 [temp.expl.spec]",
		"status": "review",
		"submitter": "Krystian Stasiowski",
		"date": "2023-12-15"
	},
	"CWG2848": {
		"type": "issue",
		"title": "Omitting an empty template argument list for explicit instantiation",
		"long_link": "https://cplusplus.github.io/CWG/issues/2848.html",
		"link": "https://wg21.link/cwg2848",
		"section": "13.9.3 [temp.explicit]",
		"status": "CD7",
		"submitter": "Anoop Rana",
		"date": "2024-01-15"
	},
	"CWG2849": {
		"type": "issue",
		"title": "Parameter objects are not temporary objects",
		"long_link": "https://cplusplus.github.io/CWG/issues/2849.html",
		"link": "https://wg21.link/cwg2849",
		"section": "6.8.7 [class.temporary]",
		"status": "CD7",
		"submitter": "Brian Bi",
		"date": "2024-01-20"
	},
	"CWG2850": {
		"type": "issue",
		"title": "Unclear storage duration for function parameter objects",
		"long_link": "https://cplusplus.github.io/CWG/issues/2850.html",
		"link": "https://wg21.link/cwg2850",
		"section": "6.8.6 [basic.stc]",
		"status": "CD7",
		"submitter": "Brian Bi",
		"date": "2024-02-03"
	},
	"CWG2851": {
		"type": "issue",
		"title": "Allow floating-point conversions in converted constant expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2851.html",
		"link": "https://wg21.link/cwg2851",
		"section": "7.7 [expr.const]",
		"status": "CD7",
		"submitter": "Brian Bi",
		"date": "2023-11-03"
	},
	"CWG2852": {
		"type": "issue",
		"title": "Complete-class contexts and class-scope lambdas",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2852",
		"link": "https://wg21.link/cwg2852",
		"section": "11.4.1 [class.mem.general]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2023-10-25"
	},
	"CWG2853": {
		"type": "issue",
		"title": "Pointer arithmetic with pointer to hypothetical element",
		"long_link": "https://cplusplus.github.io/CWG/issues/2853.html",
		"link": "https://wg21.link/cwg2853",
		"section": "7.6.6 [expr.add]",
		"status": "CD7",
		"submitter": "Jim X",
		"date": "2024-02-03"
	},
	"CWG2854": {
		"type": "issue",
		"title": "Storage duration of exception objects",
		"long_link": "https://cplusplus.github.io/CWG/issues/2854.html",
		"link": "https://wg21.link/cwg2854",
		"section": "14.2 [except.throw]",
		"status": "CD7",
		"submitter": "Jiang An",
		"date": "2024-01-22"
	},
	"CWG2855": {
		"type": "issue",
		"title": "Undefined behavior in postfix increment",
		"long_link": "https://cplusplus.github.io/CWG/issues/2855.html",
		"link": "https://wg21.link/cwg2855",
		"section": "7.6.1.6 [expr.post.incr]",
		"status": "CD7",
		"submitter": "Lénárd Szolnoki",
		"date": "2023-12-12"
	},
	"CWG2856": {
		"type": "issue",
		"title": "Copy-list-initialization with explicit default constructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/2856.html",
		"link": "https://wg21.link/cwg2856",
		"section": "12.2.2.8 [over.match.list]",
		"status": "CD7",
		"submitter": "Anoop Rana",
		"date": "2024-01-09"
	},
	"CWG2857": {
		"type": "issue",
		"title": "Argument-dependent lookup with incomplete class types",
		"long_link": "https://cplusplus.github.io/CWG/issues/2857.html",
		"link": "https://wg21.link/cwg2857",
		"section": "6.5.4 [basic.lookup.argdep]",
		"status": "CD7",
		"submitter": "Lewis Baker",
		"date": "2024-02-08"
	},
	"CWG2858": {
		"type": "issue",
		"title": "Declarative nested-name-specifiers and pack-index-specifiers",
		"long_link": "https://cplusplus.github.io/CWG/issues/2858.html",
		"link": "https://wg21.link/cwg2858",
		"section": "7.5.5.3 [expr.prim.id.qual]",
		"status": "CD7",
		"submitter": "Krystian Stasiowski",
		"date": "2024-02-06"
	},
	"CWG2859": {
		"type": "issue",
		"title": "Value-initialization with multiple default constructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/2859.html",
		"link": "https://wg21.link/cwg2859",
		"section": "9.5.1 [dcl.init.general]",
		"status": "CD7",
		"submitter": "Brian Bi",
		"date": "2024-02-09"
	},
	"CWG2860": {
		"type": "issue",
		"title": "Remove and fix the term \"vacuous initialization\"",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2860",
		"link": "https://wg21.link/cwg2860",
		"section": "6.8.4 [basic.life]",
		"status": "dup",
		"submitter": "Jiang An",
		"date": "2024-02-21"
	},
	"CWG2861": {
		"type": "issue",
		"title": "dynamic_cast on bad pointer value",
		"long_link": "https://cplusplus.github.io/CWG/issues/2861.html",
		"link": "https://wg21.link/cwg2861",
		"section": "7.6.1.7 [expr.dynamic.cast]",
		"status": "CD7",
		"submitter": "Jim X",
		"date": "2024-02-06"
	},
	"CWG2862": {
		"type": "issue",
		"title": "Unclear boundaries of template declarations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2862",
		"link": "https://wg21.link/cwg2862",
		"section": "13.1 [temp.pre]",
		"status": "review",
		"submitter": "Jan Schultke",
		"date": "2024-02-21"
	},
	"CWG2863": {
		"type": "issue",
		"title": "Unclear synchronization requirements for object lifetime rules",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2863",
		"link": "https://wg21.link/cwg2863",
		"section": "6.8.4 [basic.life]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2024-02-24"
	},
	"CWG2864": {
		"type": "issue",
		"title": "Narrowing floating-point conversions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2864.html",
		"link": "https://wg21.link/cwg2864",
		"section": "9.5.5 [dcl.init.list]",
		"status": "CD7",
		"submitter": "Brian Bi",
		"date": "2023-11-04"
	},
	"CWG2865": {
		"type": "issue",
		"title": "Regression on result of conditional operator",
		"long_link": "https://cplusplus.github.io/CWG/issues/2865.html",
		"link": "https://wg21.link/cwg2865",
		"section": "7.6.16 [expr.cond]",
		"status": "CD7",
		"submitter": "Christof Meerwald",
		"date": "2024-01-14"
	},
	"CWG2866": {
		"type": "issue",
		"title": "Observing the effects of [[no_unique_address]]",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2866",
		"link": "https://wg21.link/cwg2866",
		"section": "9.13 [dcl.attr]",
		"status": "open",
		"submitter": "Brian Bi",
		"date": "2023-11-12",
		"liaison": "EWG",
		"github_url": "https://github.com/cplusplus/papers/issues/1890"
	},
	"CWG2867": {
		"type": "issue",
		"title": "Order of initialization for structured bindings",
		"long_link": "https://cplusplus.github.io/CWG/issues/2867.html",
		"link": "https://wg21.link/cwg2867",
		"section": "9.7 [dcl.struct.bind]",
		"status": "CD7",
		"submitter": "Richard Smith",
		"date": "2023-02-03"
	},
	"CWG2868": {
		"type": "issue",
		"title": "Self-references in trivially copyable objects as function return values",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2868",
		"link": "https://wg21.link/cwg2868",
		"section": "6.8.7 [class.temporary]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2018-02-16"
	},
	"CWG2869": {
		"type": "issue",
		"title": "this in local classes",
		"long_link": "https://cplusplus.github.io/CWG/issues/2869.html",
		"link": "https://wg21.link/cwg2869",
		"section": "7.5.3 [expr.prim.this]",
		"status": "CD7",
		"submitter": "Richard Smith",
		"date": "2024-03-14"
	},
	"CWG2870": {
		"type": "issue",
		"title": "Combining absent encoding-prefixes",
		"long_link": "https://cplusplus.github.io/CWG/issues/2870.html",
		"link": "https://wg21.link/cwg2870",
		"section": "5.13.5 [lex.string]",
		"status": "CD7",
		"submitter": "Jan Schultke",
		"date": "2024-03-09"
	},
	"CWG2871": {
		"type": "issue",
		"title": "User-declared constructor templates inhibiting default constructors",
		"long_link": "https://cplusplus.github.io/CWG/issues/2871.html",
		"link": "https://wg21.link/cwg2871",
		"section": "11.4.5.2 [class.default.ctor]",
		"status": "CD7",
		"submitter": "Jim X",
		"date": "2024-03-03"
	},
	"CWG2872": {
		"type": "issue",
		"title": "Linkage and unclear \"can be referred to\"",
		"long_link": "https://cplusplus.github.io/CWG/issues/2872.html",
		"link": "https://wg21.link/cwg2872",
		"section": "6.7 [basic.link]",
		"status": "CD7",
		"submitter": "Brian Bi",
		"date": "2024-03-08"
	},
	"CWG2873": {
		"type": "issue",
		"title": "Taking the address of a function involving template argument deduction",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2873",
		"link": "https://wg21.link/cwg2873",
		"section": "12.3 [over.over]",
		"status": "open",
		"submitter": "Anoop Rana",
		"date": "2024-03-16"
	},
	"CWG2874": {
		"type": "issue",
		"title": "Qualified declarations of partial specializations",
		"long_link": "https://cplusplus.github.io/CWG/issues/2874.html",
		"link": "https://wg21.link/cwg2874",
		"section": "9.2.9.5 [dcl.type.elab]",
		"status": "CD7",
		"submitter": "Krystian Stasiowski",
		"date": "2024-03-19"
	},
	"CWG2875": {
		"type": "issue",
		"title": "Missing support for round-tripping null pointer values through indirection/address operators",
		"long_link": "https://cplusplus.github.io/CWG/issues/2875.html",
		"link": "https://wg21.link/cwg2875",
		"section": "C.7.4 [diff.expr]",
		"status": "DR",
		"submitter": "Richard Smith",
		"date": "2024-03-21"
	},
	"CWG2876": {
		"type": "issue",
		"title": "Disambiguation of T x = delete(\"text\")",
		"long_link": "https://cplusplus.github.io/CWG/issues/2876.html",
		"link": "https://wg21.link/cwg2876",
		"section": "9.6.1 [dcl.fct.def.general]",
		"status": "CD7",
		"submitter": "Richard Smith",
		"date": "2024-03-22"
	},
	"CWG2877": {
		"type": "issue",
		"title": "Type-only lookup for using-enum-declarator",
		"long_link": "https://cplusplus.github.io/CWG/issues/2877.html",
		"link": "https://wg21.link/cwg2877",
		"section": "9.8.2 [enum.udecl]",
		"status": "CD7",
		"submitter": "Richard Smith",
		"date": "2024-04-07"
	},
	"CWG2878": {
		"type": "issue",
		"title": "C-style casts to reference types",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2878",
		"link": "https://wg21.link/cwg2878",
		"section": "7.6.3 [expr.cast]",
		"status": "open",
		"submitter": "Hubert Tong",
		"date": "2024-03-20",
		"liaison": "EWG",
		"github_url": "https://github.com/cplusplus/papers/issues/1970"
	},
	"CWG2879": {
		"type": "issue",
		"title": "Undesired outcomes with const_cast",
		"long_link": "https://cplusplus.github.io/CWG/issues/2879.html",
		"link": "https://wg21.link/cwg2879",
		"section": "7.6.1.11 [expr.const.cast]",
		"status": "CD7",
		"submitter": "Brian Bi",
		"date": "2024-04-15"
	},
	"CWG2880": {
		"type": "issue",
		"title": "Accessibility check for destructor of incomplete class type",
		"long_link": "https://cplusplus.github.io/CWG/issues/2880.html",
		"link": "https://wg21.link/cwg2880",
		"section": "7.6.2.9 [expr.delete]",
		"status": "CD7",
		"submitter": "Alisdair Meredith",
		"date": "2024-03-07"
	},
	"CWG2881": {
		"type": "issue",
		"title": "Type restrictions for the explicit object parameter of a lambda",
		"long_link": "https://cplusplus.github.io/CWG/issues/2881.html",
		"link": "https://wg21.link/cwg2881",
		"section": "7.5.6.2 [expr.prim.lambda.closure]",
		"status": "CD7",
		"submitter": "Richard Smith",
		"date": "2024-04-19"
	},
	"CWG2882": {
		"type": "issue",
		"title": "Unclear treatment of conversion to void",
		"long_link": "https://cplusplus.github.io/CWG/issues/2882.html",
		"link": "https://wg21.link/cwg2882",
		"section": "7.6.1.9 [expr.static.cast]",
		"status": "CD7",
		"submitter": "Richard Smith",
		"date": "2024-04-24"
	},
	"CWG2883": {
		"type": "issue",
		"title": "Definition of \"odr-usable\" ignores lambda scopes",
		"long_link": "https://cplusplus.github.io/CWG/issues/2883.html",
		"link": "https://wg21.link/cwg2883",
		"section": "6.3 [basic.def.odr]",
		"status": "CD7",
		"submitter": "Hubert Tong",
		"date": "2024-03-20"
	},
	"CWG2884": {
		"type": "issue",
		"title": "Qualified declarations of partial specializations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2884",
		"link": "https://wg21.link/cwg2884",
		"section": "9.2.9.5 [dcl.type.elab]",
		"status": "dup",
		"submitter": "Krystian Stasiowski",
		"date": "2024-03-19"
	},
	"CWG2885": {
		"type": "issue",
		"title": "Non-eligible trivial default constructors",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2885",
		"link": "https://wg21.link/cwg2885",
		"section": "11.4.5.2 [class.default.ctor]",
		"status": "review",
		"submitter": "Roy Jacobson",
		"date": "2022-11-26",
		"liaison": "LWG"
	},
	"CWG2886": {
		"type": "issue",
		"title": "Temporaries and trivial potentially-throwing special member functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2886.html",
		"link": "https://wg21.link/cwg2886",
		"section": "6.8.7 [class.temporary]",
		"status": "CD7",
		"submitter": "Jiang An",
		"date": "2024-04-27"
	},
	"CWG2887": {
		"type": "issue",
		"title": "Missing compatibility entries for xvalues",
		"long_link": "https://cplusplus.github.io/CWG/issues/2887.html",
		"link": "https://wg21.link/cwg2887",
		"section": "C.6.3 [diff.cpp03.expr]",
		"status": "CD7",
		"submitter": "Jiang An",
		"date": "2024-04-18"
	},
	"CWG2888": {
		"type": "issue",
		"title": "Missing cases for reference and array types for argument-dependent lookup",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2888",
		"link": "https://wg21.link/cwg2888",
		"section": "6.5.4 [basic.lookup.argdep]",
		"status": "review",
		"submitter": "Lewis Baker",
		"date": "2024-04-30"
	},
	"CWG2889": {
		"type": "issue",
		"title": "Requiring an accessible destructor for destroying operator delete",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2889",
		"link": "https://wg21.link/cwg2889",
		"section": "7.6.2.9 [expr.delete]",
		"status": "open",
		"submitter": "Lauri Vasama",
		"date": "2024-05-03"
	},
	"CWG2890": {
		"type": "issue",
		"title": "Defining members of local classes",
		"long_link": "https://cplusplus.github.io/CWG/issues/2890.html",
		"link": "https://wg21.link/cwg2890",
		"section": "11.6 [class.local]",
		"status": "CD7",
		"submitter": "Brian Bi",
		"date": "2024-03-08"
	},
	"CWG2891": {
		"type": "issue",
		"title": "Normative status of implementation limits",
		"long_link": "https://cplusplus.github.io/CWG/issues/2891.html",
		"link": "https://wg21.link/cwg2891",
		"section": "Clause Annex B [implimits]",
		"status": "CD7",
		"submitter": "ISO/CS",
		"date": "2024-05-17"
	},
	"CWG2892": {
		"type": "issue",
		"title": "Unclear usual arithmetic conversions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2892.html",
		"link": "https://wg21.link/cwg2892",
		"section": "7.4 [expr.arith.conv]",
		"status": "CD7",
		"submitter": "Lauri Vasama",
		"date": "2024-05-06"
	},
	"CWG2893": {
		"type": "issue",
		"title": "Instantiations in discarded if constexpr substatements",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2893",
		"link": "https://wg21.link/cwg2893",
		"section": "13.9.2 [temp.inst]",
		"status": "NAD",
		"submitter": "Jan Schultke",
		"date": "2024-05-09"
	},
	"CWG2894": {
		"type": "issue",
		"title": "Functional casts create prvalues of reference type",
		"long_link": "https://cplusplus.github.io/CWG/issues/2894.html",
		"link": "https://wg21.link/cwg2894",
		"section": "7.6.1.4 [expr.type.conv]",
		"status": "CD7",
		"submitter": "Jan Schultke",
		"date": "2024-05-14"
	},
	"CWG2895": {
		"type": "issue",
		"title": "Initialization should ignore the destination type's cv-qualification",
		"long_link": "https://cplusplus.github.io/CWG/issues/2895.html",
		"link": "https://wg21.link/cwg2895",
		"section": "9.5.1 [dcl.init.general]",
		"status": "CD7",
		"submitter": "Brian Bi",
		"date": "2024-05-29"
	},
	"CWG2896": {
		"type": "issue",
		"title": "Template argument deduction involving exception specifications",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2896",
		"link": "https://wg21.link/cwg2896",
		"section": "13.10.3 [temp.deduct]",
		"status": "review",
		"submitter": "Krystian Stasiowski",
		"date": "2024-05-15"
	},
	"CWG2897": {
		"type": "issue",
		"title": "Copying potentially-overlapping union subobjects",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2897",
		"link": "https://wg21.link/cwg2897",
		"section": "11.4.6 [class.copy.assign]",
		"status": "open",
		"submitter": "Jiang An",
		"date": "2024-05-30"
	},
	"CWG2898": {
		"type": "issue",
		"title": "Clarify implicit conversion sequence from cv T to T",
		"long_link": "https://cplusplus.github.io/CWG/issues/2898.html",
		"link": "https://wg21.link/cwg2898",
		"section": "12.2.4.2.1 [over.best.ics.general]",
		"status": "CD7",
		"submitter": "Brian Bi",
		"date": "2024-05-30"
	},
	"CWG2899": {
		"type": "issue",
		"title": "Bad value representations should cause undefined behavior",
		"long_link": "https://cplusplus.github.io/CWG/issues/2899.html",
		"link": "https://wg21.link/cwg2899",
		"section": "7.3.2 [conv.lval]",
		"status": "CD7",
		"submitter": "Jan Schultke",
		"date": "2024-06-05"
	},
	"CWG2900": {
		"type": "issue",
		"title": "Deduction of non-type template arguments with placeholder types",
		"long_link": "https://cplusplus.github.io/CWG/issues/2900.html",
		"link": "https://wg21.link/cwg2900",
		"section": "13.10.3.6 [temp.deduct.type]",
		"status": "DR",
		"submitter": "Hubert Tong",
		"date": "2024-06-05"
	},
	"CWG2901": {
		"type": "issue",
		"title": "Unclear semantics for near-match aliased access",
		"long_link": "https://cplusplus.github.io/CWG/issues/2901.html",
		"link": "https://wg21.link/cwg2901",
		"section": "7.2.1 [basic.lval]",
		"status": "CD7",
		"submitter": "Jan Schultke",
		"date": "2024-06-14"
	},
	"CWG2902": {
		"type": "issue",
		"title": "Implicit this transformation outside of permitted contexts",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2902",
		"link": "https://wg21.link/cwg2902",
		"section": "7.5.5.1 [expr.prim.id.general]",
		"status": "review",
		"submitter": "Vincent X",
		"date": "2024-06-14"
	},
	"CWG2903": {
		"type": "issue",
		"title": "Can we omit the template disambiguator in nested-name-specifiers in type-only contexts?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2903",
		"link": "https://wg21.link/cwg2903",
		"section": "13.3 [temp.names]",
		"status": "drafting",
		"submitter": "Richard Smith",
		"date": "2024-06-13"
	},
	"CWG2904": {
		"type": "issue",
		"title": "Introducing template-names",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2904",
		"link": "https://wg21.link/cwg2904",
		"section": "13.1 [temp.pre]",
		"status": "open",
		"submitter": "Brian Bi",
		"date": "2024-06-14"
	},
	"CWG2905": {
		"type": "issue",
		"title": "Value-dependence of noexcept-expression",
		"long_link": "https://cplusplus.github.io/CWG/issues/2905.html",
		"link": "https://wg21.link/cwg2905",
		"section": "13.8.3.4 [temp.dep.constexpr]",
		"status": "CD7",
		"submitter": "Mital Ashok",
		"date": "2024-06-16"
	},
	"CWG2906": {
		"type": "issue",
		"title": "Lvalue-to-rvalue conversion of class types for conditional operator",
		"long_link": "https://cplusplus.github.io/CWG/issues/2906.html",
		"link": "https://wg21.link/cwg2906",
		"section": "7.6.16 [expr.cond]",
		"status": "CD7",
		"submitter": "Jan Schultke",
		"date": "2024-06-08"
	},
	"CWG2907": {
		"type": "issue",
		"title": "Constant lvalue-to-rvalue conversion on uninitialized std::nullptr_t",
		"long_link": "https://cplusplus.github.io/CWG/issues/2907.html",
		"link": "https://wg21.link/cwg2907",
		"section": "7.7 [expr.const]",
		"status": "CD7",
		"submitter": "Jim X",
		"date": "2023-01-10"
	},
	"CWG2908": {
		"type": "issue",
		"title": "Counting physical source lines for __LINE__",
		"long_link": "https://cplusplus.github.io/CWG/issues/2908.html",
		"link": "https://wg21.link/cwg2908",
		"section": "15.8 [cpp.line]",
		"status": "CD7",
		"submitter": "Alisdair Meredith",
		"date": "2024-06-17"
	},
	"CWG2909": {
		"type": "issue",
		"title": "Subtle difference between constant-initialized and constexpr",
		"long_link": "https://cplusplus.github.io/CWG/issues/2909.html",
		"link": "https://wg21.link/cwg2909",
		"section": "7.7 [expr.const]",
		"status": "CD7",
		"submitter": "CWG",
		"date": "2024-06-24"
	},
	"CWG2910": {
		"type": "issue",
		"title": "Effect of requirement-parameter-lists on odr-usability",
		"long_link": "https://cplusplus.github.io/CWG/issues/2910.html",
		"link": "https://wg21.link/cwg2910",
		"section": "6.3 [basic.def.odr]",
		"status": "CD7",
		"submitter": "Hubert Tong",
		"date": "2024-06-24"
	},
	"CWG2911": {
		"type": "issue",
		"title": "Unclear meaning of expressions \"appearing within\" subexpressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2911.html",
		"link": "https://wg21.link/cwg2911",
		"section": "7.5.8.1 [expr.prim.req.general]",
		"status": "CD7",
		"submitter": "Hubert Tong",
		"date": "2024-06-24"
	},
	"CWG2912": {
		"type": "issue",
		"title": "Too-large value for size in array new",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2912",
		"link": "https://wg21.link/cwg2912",
		"section": "7.6.2.8 [expr.new]",
		"status": "open",
		"submitter": "Mital Ashok",
		"date": "2024-06-20"
	},
	"CWG2913": {
		"type": "issue",
		"title": "Grammar for deduction-guide has requires-clause in the wrong position",
		"long_link": "https://cplusplus.github.io/CWG/issues/2913.html",
		"link": "https://wg21.link/cwg2913",
		"section": "13.7.2.3 [temp.deduct.guide]",
		"status": "CD7",
		"submitter": "Richard Smith",
		"date": "2024-07-17"
	},
	"CWG2914": {
		"type": "issue",
		"title": "Unclear order of initialization of static and thread-local variables",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2914",
		"link": "https://wg21.link/cwg2914",
		"section": "6.10.3.2 [basic.start.static]",
		"status": "review",
		"submitter": "Brian Bi",
		"date": "2024-06-20"
	},
	"CWG2915": {
		"type": "issue",
		"title": "Explicit object parameters of type void",
		"long_link": "https://cplusplus.github.io/CWG/issues/2915.html",
		"link": "https://wg21.link/cwg2915",
		"section": "9.3.4.6 [dcl.fct]",
		"status": "CD7",
		"submitter": "Anoop Rana",
		"date": "2024-07-21"
	},
	"CWG2916": {
		"type": "issue",
		"title": "Variable template partial specializations should not be declared static",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2916",
		"link": "https://wg21.link/cwg2916",
		"section": "13.7.6 [temp.spec.partial]",
		"status": "review",
		"submitter": "Richard Smith",
		"date": "2024-07-24"
	},
	"CWG2917": {
		"type": "issue",
		"title": "Disallow multiple friend-type-specifiers for a friend template",
		"long_link": "https://cplusplus.github.io/CWG/issues/2917.html",
		"link": "https://wg21.link/cwg2917",
		"section": "13.1 [temp.pre]",
		"status": "accepted",
		"submitter": "Ambrose T",
		"date": "2024-07-30",
		"liaison": "EWG",
		"github_url": "https://github.com/cplusplus/papers/issues/2032"
	},
	"CWG2918": {
		"type": "issue",
		"title": "Consideration of constraints for address of overloaded function",
		"long_link": "https://cplusplus.github.io/CWG/issues/2918.html",
		"link": "https://wg21.link/cwg2918",
		"section": "12.3 [over.over]",
		"status": "CD7",
		"submitter": "Richard Smith",
		"date": "2024-06-26"
	},
	"CWG2919": {
		"type": "issue",
		"title": "Conversion function candidates for initialization of const lvalue reference",
		"long_link": "https://cplusplus.github.io/CWG/issues/2919.html",
		"link": "https://wg21.link/cwg2919",
		"section": "12.2.2.7 [over.match.ref]",
		"status": "CD7",
		"submitter": "Brian Bi",
		"date": "2024-07-18"
	},
	"CWG2920": {
		"type": "issue",
		"title": "The template keyword for base classes",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2920",
		"link": "https://wg21.link/cwg2920",
		"section": "13.3 [temp.names]",
		"status": "open",
		"submitter": "Corentin Jabot",
		"date": "2024-07-15"
	},
	"CWG2921": {
		"type": "issue",
		"title": "Exporting redeclarations of entities not attached to a named module",
		"long_link": "https://cplusplus.github.io/CWG/issues/2921.html",
		"link": "https://wg21.link/cwg2921",
		"section": "10.2 [module.interface]",
		"status": "CD7",
		"submitter": "Tomasz Kamiński",
		"date": "2024-06-20"
	},
	"CWG2922": {
		"type": "issue",
		"title": "constexpr placement-new is too permissive",
		"long_link": "https://cplusplus.github.io/CWG/issues/2922.html",
		"link": "https://wg21.link/cwg2922",
		"section": "7.7 [expr.const]",
		"status": "CD7",
		"submitter": "Brian Bi",
		"date": "2024-07-10"
	},
	"CWG2923": {
		"type": "issue",
		"title": "Note about infinite loops and execution steps",
		"long_link": "https://cplusplus.github.io/CWG/issues/2923.html",
		"link": "https://wg21.link/cwg2923",
		"section": "6.10.2.3 [intro.progress]",
		"status": "accepted",
		"submitter": "Simon Cooksey",
		"date": "2024-08-12",
		"liaison": "SG1",
		"github_url": "https://github.com/cplusplus/papers/issues/2139"
	},
	"CWG2924": {
		"type": "issue",
		"title": "Undefined behavior during constant evaluation",
		"long_link": "https://cplusplus.github.io/CWG/issues/2924.html",
		"link": "https://wg21.link/cwg2924",
		"section": "3.65 [defns.undefined]",
		"status": "CD7",
		"submitter": "Jan Schultke",
		"date": "2024-06-04"
	},
	"CWG2925": {
		"type": "issue",
		"title": "Deleting a pointer to an incomplete enumeration type",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2925",
		"link": "https://wg21.link/cwg2925",
		"section": "7.6.2.9 [expr.delete]",
		"status": "NAD",
		"submitter": "Jiang An",
		"date": "2024-08-14"
	},
	"CWG2926": {
		"type": "issue",
		"title": "Lookup context for dependent qualified names",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2926",
		"link": "https://wg21.link/cwg2926",
		"section": "6.5.5.1 [basic.lookup.qual.general]",
		"status": "drafting",
		"submitter": "Brian Bi",
		"date": "2024-08-16"
	},
	"CWG2927": {
		"type": "issue",
		"title": "Unclear status of translation unit with module keyword",
		"long_link": "https://cplusplus.github.io/CWG/issues/2927.html",
		"link": "https://wg21.link/cwg2927",
		"section": "15.1 [cpp.pre]",
		"status": "CD7",
		"submitter": "Chuanqi Xu",
		"date": "2024-08-15"
	},
	"CWG2928": {
		"type": "issue",
		"title": "No ordering for initializing thread-local variables",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2928",
		"link": "https://wg21.link/cwg2928",
		"section": "6.10.3.3 [basic.start.dynamic]",
		"status": "open",
		"submitter": "CWG",
		"date": "2024-08-16"
	},
	"CWG2929": {
		"type": "issue",
		"title": "Lifetime of trivially-destructible static or thread-local objects",
		"long_link": "https://cplusplus.github.io/CWG/issues/2929.html",
		"link": "https://wg21.link/cwg2929",
		"section": "6.10.3.4 [basic.start.term]",
		"status": "DR",
		"submitter": "Mathias Stearn",
		"date": "2024-08-05"
	},
	"CWG2930": {
		"type": "issue",
		"title": "Unclear term \"copy/move operation\" in specification of copy elision",
		"long_link": "https://cplusplus.github.io/CWG/issues/2930.html",
		"link": "https://wg21.link/cwg2930",
		"section": "11.9.6 [class.copy.elision]",
		"status": "CD7",
		"submitter": "Gabriel Dos Reis",
		"date": "2024-08-16"
	},
	"CWG2931": {
		"type": "issue",
		"title": "Restrictions on operator functions that are explicit object member functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2931.html",
		"link": "https://wg21.link/cwg2931",
		"section": "12.4.1 [over.oper.general]",
		"status": "CD7",
		"submitter": "Barry Revzin",
		"date": "2024-08-26"
	},
	"CWG2932": {
		"type": "issue",
		"title": "Value range of empty enumeration",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2932",
		"link": "https://wg21.link/cwg2932",
		"section": "9.8.1 [dcl.enum]",
		"status": "review",
		"submitter": "Benjamin Sch.",
		"date": "2024-08-31",
		"liaison": "EWG",
		"github_url": "https://github.com/cplusplus/papers/issues/2138"
	},
	"CWG2933": {
		"type": "issue",
		"title": "Dangling references",
		"long_link": "https://cplusplus.github.io/CWG/issues/2933.html",
		"link": "https://wg21.link/cwg2933",
		"section": "7.2.2 [expr.type]",
		"status": "CD7",
		"submitter": "Brian Bi",
		"date": "2024-09-04"
	},
	"CWG2934": {
		"type": "issue",
		"title": "Unclear semantics of exception escaping from unhandled_exception",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2934",
		"link": "https://wg21.link/cwg2934",
		"section": "9.6.4 [dcl.fct.def.coroutine]",
		"status": "open",
		"submitter": "Brian Bi",
		"date": "2024-07-13"
	},
	"CWG2935": {
		"type": "issue",
		"title": "Destroying the coroutine state when initial-await-resume-called is false",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2935",
		"link": "https://wg21.link/cwg2935",
		"section": "9.6.4 [dcl.fct.def.coroutine]",
		"status": "open",
		"submitter": "Brian Bi",
		"date": "2024-07-13"
	},
	"CWG2936": {
		"type": "issue",
		"title": "Local classes of templated functions should be part of the current instantiation",
		"long_link": "https://cplusplus.github.io/CWG/issues/2936.html",
		"link": "https://wg21.link/cwg2936",
		"section": "13.8.3.2 [temp.dep.type]",
		"status": "CD7",
		"submitter": "Richard Smith",
		"date": "2024-09-02"
	},
	"CWG2937": {
		"type": "issue",
		"title": "Grammar for preprocessing-file has no normative effect",
		"long_link": "https://cplusplus.github.io/CWG/issues/2937.html",
		"link": "https://wg21.link/cwg2937",
		"section": "5.2 [lex.phases]",
		"status": "CD7",
		"submitter": "Brian Bi",
		"date": "2024-09-27"
	},
	"CWG2938": {
		"type": "issue",
		"title": "Inheriting linkage from a previous declaration",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2938",
		"link": "https://wg21.link/cwg2938",
		"section": "6.7 [basic.link]",
		"status": "open",
		"submitter": "Vlad Serebrennikov",
		"date": "2024-09-12"
	},
	"CWG2939": {
		"type": "issue",
		"title": "Do not allow reinterpret_cast from prvalue to rvalue reference",
		"long_link": "https://cplusplus.github.io/CWG/issues/2939.html",
		"link": "https://wg21.link/cwg2939",
		"section": "7.6.1.10 [expr.reinterpret.cast]",
		"status": "CD7",
		"submitter": "Brian Bi",
		"date": "2024-10-01"
	},
	"CWG2940": {
		"type": "issue",
		"title": "Definition of \"object\"",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2940",
		"link": "https://wg21.link/cwg2940",
		"section": "6.8.2 [intro.object]",
		"status": "review",
		"submitter": "Roman Jasmann",
		"date": "2024-09-22"
	},
	"CWG2941": {
		"type": "issue",
		"title": "Lifetime extension for function-style cast to reference type",
		"long_link": "https://cplusplus.github.io/CWG/issues/2941.html",
		"link": "https://wg21.link/cwg2941",
		"section": "6.8.7 [class.temporary]",
		"status": "DR",
		"submitter": "Hubert Tong",
		"date": "2024-10-18"
	},
	"CWG2942": {
		"type": "issue",
		"title": "Packs in a function's parameter-type-list",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2942",
		"link": "https://wg21.link/cwg2942",
		"section": "9.3.4.6 [dcl.fct]",
		"status": "open",
		"submitter": "Corentin Jabot",
		"date": "2024-10-25"
	},
	"CWG2943": {
		"type": "issue",
		"title": "Discarding a void return value",
		"long_link": "https://cplusplus.github.io/CWG/issues/2943.html",
		"link": "https://wg21.link/cwg2943",
		"section": "9.13.9 [dcl.attr.nodiscard]",
		"status": "CD7",
		"submitter": "Brian Bi",
		"date": "2024-10-24"
	},
	"CWG2944": {
		"type": "issue",
		"title": "Unsequenced throw-expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/2944.html",
		"link": "https://wg21.link/cwg2944",
		"section": "7.6.18 [expr.throw]",
		"status": "CD7",
		"submitter": "Jan Schultke",
		"date": "2024-10-23"
	},
	"CWG2945": {
		"type": "issue",
		"title": "Redundant constraints on matching function template declarations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2945",
		"link": "https://wg21.link/cwg2945",
		"section": "6.7 [basic.link]",
		"status": "open",
		"submitter": "Vlad Serebrennikov",
		"date": "2024-10-27"
	},
	"CWG2946": {
		"type": "issue",
		"title": "Dependent call equivalence in non-ADL cases",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2946",
		"link": "https://wg21.link/cwg2946",
		"section": "13.7.7.2 [temp.over.link]",
		"status": "open",
		"submitter": "Hubert Tong",
		"date": "2024-10-30"
	},
	"CWG2947": {
		"type": "issue",
		"title": "Limiting macro expansion in pp-module",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2947",
		"link": "https://wg21.link/cwg2947",
		"section": "15.5 [cpp.module]",
		"status": "open",
		"submitter": "Jason Merrill",
		"date": "2024-10-29"
	},
	"CWG2948": {
		"type": "issue",
		"title": "Late ambiguity for partial template specialization",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2948",
		"link": "https://wg21.link/cwg2948",
		"section": "13.7.6.1 [temp.spec.partial.general]",
		"status": "open",
		"submitter": "Mauro Russo",
		"date": "2024-11-01"
	},
	"CWG2949": {
		"type": "issue",
		"title": "Treatment of ellipsis during partial ordering",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2949",
		"link": "https://wg21.link/cwg2949",
		"section": "13.7.7.3 [temp.func.order]",
		"status": "open",
		"submitter": "Artyom Kolpakov",
		"date": "2024-11-02"
	},
	"CWG2950": {
		"type": "issue",
		"title": "Value preservation in enumeration vs. integer bit-fields",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2950",
		"link": "https://wg21.link/cwg2950",
		"section": "11.4.10 [class.bit]",
		"status": "open",
		"submitter": "Geoffrey Romer",
		"date": "2024-05-13"
	},
	"CWG2951": {
		"type": "issue",
		"title": "Distinguishing a primary template",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2951",
		"link": "https://wg21.link/cwg2951",
		"section": "13.7.1 [temp.decls.general]",
		"status": "open",
		"submitter": "Christopher Di Bella",
		"date": "2023-04-22"
	},
	"CWG2952": {
		"type": "issue",
		"title": "Vacuous initialization for subobjects",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2952",
		"link": "https://wg21.link/cwg2952",
		"section": "6.8.4 [basic.life]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2024-10-31"
	},
	"CWG2953": {
		"type": "issue",
		"title": "Value representation for non-trivially-copyable types",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2953",
		"link": "https://wg21.link/cwg2953",
		"section": "6.9.1 [basic.types.general]",
		"status": "open",
		"submitter": "Brian Bi",
		"date": "2024-11-08"
	},
	"CWG2954": {
		"type": "issue",
		"title": "Simultaneous modifications of an atomic object",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#2954",
		"link": "https://wg21.link/cwg2954",
		"section": "6.10.2.2 [intro.races]",
		"status": "NAD",
		"submitter": "Jim X",
		"date": "2024-11-08",
		"github_url": "https://github.com/cplusplus/papers/issues/2137"
	},
	"CWG2955": {
		"type": "issue",
		"title": "Unify rules about conflicting unordered accesses",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2955",
		"link": "https://wg21.link/cwg2955",
		"section": "6.10.1 [intro.execution]",
		"status": "open",
		"submitter": "CWG",
		"date": "2024-11-08"
	},
	"CWG2956": {
		"type": "issue",
		"title": "Missing allowance for pseudo-destructors in qualified lookup",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2956",
		"link": "https://wg21.link/cwg2956",
		"section": "6.5.5.1 [basic.lookup.qual.general]",
		"status": "open",
		"submitter": "CWG",
		"date": "2024-11-08"
	},
	"CWG2957": {
		"type": "issue",
		"title": "Evaluating a reference member should constitute access",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2957",
		"link": "https://wg21.link/cwg2957",
		"section": "7.6.1.5 [expr.ref]",
		"status": "open",
		"submitter": "Jiang An",
		"date": "2024-11-06"
	},
	"CWG2958": {
		"type": "issue",
		"title": "Overload resolution involving lvalue transformation and qualification conversion",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2958",
		"link": "https://wg21.link/cwg2958",
		"section": "12.2.4.3 [over.ics.rank]",
		"status": "open",
		"submitter": "Vincent X",
		"date": "2024-11-10"
	},
	"CWG2959": {
		"type": "issue",
		"title": "Naming enumerators in class member access expressions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2959",
		"link": "https://wg21.link/cwg2959",
		"section": "7.6.1.5 [expr.ref]",
		"status": "open",
		"submitter": "keinflue",
		"date": "2024-11-04"
	},
	"CWG2960": {
		"type": "issue",
		"title": "Introduce discontiguous object lifetime",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2960",
		"link": "https://wg21.link/cwg2960",
		"section": "6.8.4 [basic.life]",
		"status": "open",
		"submitter": "CWG",
		"date": "2024-11-18"
	},
	"CWG2961": {
		"type": "issue",
		"title": "Checking of ill-formed types in constraint-expressions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2961",
		"link": "https://wg21.link/cwg2961",
		"section": "13.5 [temp.constr]",
		"status": "open",
		"submitter": "CWG",
		"date": "2024-11-18"
	},
	"CWG2962": {
		"type": "issue",
		"title": "Evaluation of destructor call for variable with constant destruction",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2962",
		"link": "https://wg21.link/cwg2962",
		"section": "7.7 [expr.const]",
		"status": "open",
		"submitter": "Cody Miller",
		"date": "2024-11-23"
	},
	"CWG2963": {
		"type": "issue",
		"title": "Paradoxical variable-or-function declaration",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2963",
		"link": "https://wg21.link/cwg2963",
		"section": "8.11 [stmt.ambig]",
		"status": "open",
		"submitter": "Davis Herring",
		"date": "2024-11-17"
	},
	"CWG2964": {
		"type": "issue",
		"title": "Reading \"invalid pointer values\"",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2964",
		"link": "https://wg21.link/cwg2964",
		"section": "7.3.2 [conv.lval]",
		"status": "open",
		"submitter": "Davis Herring",
		"date": "2024-11-22"
	},
	"CWG2965": {
		"type": "issue",
		"title": "Generic lambdas do not have a template parameter scope",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2965",
		"link": "https://wg21.link/cwg2965",
		"section": "6.4.9 [basic.scope.temp]",
		"status": "open",
		"submitter": "Brian Bi",
		"date": "2024-12-03"
	},
	"CWG2966": {
		"type": "issue",
		"title": "Alignment and value representation of std::nullptr_t",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2966",
		"link": "https://wg21.link/cwg2966",
		"section": "6.9.2 [basic.fundamental]",
		"status": "open",
		"submitter": "Jiang An",
		"date": "2024-11-22"
	},
	"CWG2967": {
		"type": "issue",
		"title": "Explicit conversion functions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2967",
		"link": "https://wg21.link/cwg2967",
		"section": "12.2.2.7 [over.match.ref]",
		"status": "open",
		"submitter": "Brian Bi",
		"date": "2024-06-11"
	},
	"CWG2968": {
		"type": "issue",
		"title": "Name lookup result for typedef-name vs. class-name",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2968",
		"link": "https://wg21.link/cwg2968",
		"section": "6.5.1 [basic.lookup.general]",
		"status": "open",
		"submitter": "CWG",
		"date": "2024-11-21"
	},
	"CWG2969": {
		"type": "issue",
		"title": "Scopes in the function-try-block of a constructor",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2969",
		"link": "https://wg21.link/cwg2969",
		"section": "6.4 [basic.scope]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2024-12-09"
	},
	"CWG2970": {
		"type": "issue",
		"title": "Races with volatile sig_atomic_t bit-fields",
		"long_link": "https://cplusplus.github.io/CWG/issues/2970.html",
		"link": "https://wg21.link/cwg2970",
		"section": "6.10.2.2 [intro.races]",
		"status": "CD7",
		"submitter": "Hubert Tong",
		"date": "2024-12-17"
	},
	"CWG2971": {
		"type": "issue",
		"title": "Specializations for a class are not decl-reachable",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2971",
		"link": "https://wg21.link/cwg2971",
		"section": "10.4 [module.global.frag]",
		"status": "open",
		"submitter": "Davis Herring",
		"date": "2024-12-19"
	},
	"CWG2972": {
		"type": "issue",
		"title": "Declarative nested-name-specifier naming a partial specialization",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2972",
		"link": "https://wg21.link/cwg2972",
		"section": "7.5.5.3 [expr.prim.id.qual]",
		"status": "open",
		"submitter": "Hubert Tong",
		"date": "2024-12-20"
	},
	"CWG2973": {
		"type": "issue",
		"title": "Does an alias-declaration introduce a name for linkage purposes?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2973",
		"link": "https://wg21.link/cwg2973",
		"section": "9.2.4 [dcl.typedef]",
		"status": "open",
		"submitter": "Jonathan Wakely",
		"date": "2024-12-19"
	},
	"CWG2974": {
		"type": "issue",
		"title": "Non-deduced context for qualified-id naming a template",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2974",
		"link": "https://wg21.link/cwg2974",
		"section": "13.10.3.6 [temp.deduct.type]",
		"status": "open",
		"submitter": "Hubert Tong",
		"date": "2024-12-27"
	},
	"CWG2975": {
		"type": "issue",
		"title": "Effect of concept template-head on parameter mappings",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2975",
		"link": "https://wg21.link/cwg2975",
		"section": "13.5.4 [temp.constr.normal]",
		"status": "open",
		"submitter": "Hubert Tong",
		"date": "2024-12-24"
	},
	"CWG2976": {
		"type": "issue",
		"title": "Transferring control out of a function",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2976",
		"link": "https://wg21.link/cwg2976",
		"section": "8.10 [stmt.dcl]",
		"status": "review",
		"submitter": "Artem Koton",
		"date": "2024-12-20"
	},
	"CWG2977": {
		"type": "issue",
		"title": "Initialization with string literals",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2977",
		"link": "https://wg21.link/cwg2977",
		"section": "9.5.1 [dcl.init.general]",
		"status": "review",
		"submitter": "Jiang An",
		"date": "2024-12-27"
	},
	"CWG2978": {
		"type": "issue",
		"title": "Deduction involving reference to similar types",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2978",
		"link": "https://wg21.link/cwg2978",
		"section": "13.10.3.2 [temp.deduct.call]",
		"status": "open",
		"submitter": "Brian Bi",
		"date": "2024-12-11"
	},
	"CWG2979": {
		"type": "issue",
		"title": "Duplicate declarations of enumerations in class scope",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2979",
		"link": "https://wg21.link/cwg2979",
		"section": "11.4.1 [class.mem.general]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2024-12-31"
	},
	"CWG2980": {
		"type": "issue",
		"title": "Constraints on template template parameters",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2980",
		"link": "https://wg21.link/cwg2980",
		"section": "13.3 [temp.names]",
		"status": "open",
		"submitter": "Hubert Tong",
		"date": "2024-12-23"
	},
	"CWG2981": {
		"type": "issue",
		"title": "Usual arithmetic conversions and result types",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2981",
		"link": "https://wg21.link/cwg2981",
		"section": "7.4 [expr.arith.conv]",
		"status": "open",
		"submitter": "Jan Schultke",
		"date": "2025-01-02"
	},
	"CWG2982": {
		"type": "issue",
		"title": "Deduction in type-constraints",
		"long_link": "https://cplusplus.github.io/CWG/issues/2982.html",
		"link": "https://wg21.link/cwg2982",
		"section": "13.10.3.7 [temp.deduct.decl]",
		"status": "CD7",
		"submitter": "Richard Smith",
		"date": "2023-03-30"
	},
	"CWG2983": {
		"type": "issue",
		"title": "Non-type template parameters are not variables",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2983",
		"link": "https://wg21.link/cwg2983",
		"section": "6.1 [basic.pre]",
		"status": "review",
		"submitter": "Richard Smith",
		"date": "2025-01-09"
	},
	"CWG2984": {
		"type": "issue",
		"title": "Value-dependent structured bindings",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2984",
		"link": "https://wg21.link/cwg2984",
		"section": "13.8.3.4 [temp.dep.constexpr]",
		"status": "open",
		"submitter": "Michael Park",
		"date": "2025-01-14"
	},
	"CWG2985": {
		"type": "issue",
		"title": "Unclear rules for reference initialization with conversion",
		"long_link": "https://cplusplus.github.io/CWG/issues/2985.html",
		"link": "https://wg21.link/cwg2985",
		"section": "9.5.4 [dcl.init.ref]",
		"status": "CD7",
		"submitter": "Anoop Rana",
		"date": "2024-08-13"
	},
	"CWG2986": {
		"type": "issue",
		"title": "Creating objects within a mutable member of a const object",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2986",
		"link": "https://wg21.link/cwg2986",
		"section": "6.8.4 [basic.life]",
		"status": "open",
		"submitter": "Jiang An",
		"date": "2023-07-17"
	},
	"CWG2987": {
		"type": "issue",
		"title": "Remove dilapidated wording from static_cast",
		"long_link": "https://cplusplus.github.io/CWG/issues/2987.html",
		"link": "https://wg21.link/cwg2987",
		"section": "7.6.1.9 [expr.static.cast]",
		"status": "CD7",
		"submitter": "Brian Bi",
		"date": "2025-01-22"
	},
	"CWG2988": {
		"type": "issue",
		"title": "Is a closure type from a lambda-expression appearing in a concept-definition a TU-local entity?",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2988",
		"link": "https://wg21.link/cwg2988",
		"section": "6.7 [basic.link]",
		"status": "open",
		"submitter": "Jason Merrill",
		"date": "2025-01-24"
	},
	"CWG2989": {
		"type": "issue",
		"title": "Remove misleading general allowance for parentheses",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2989",
		"link": "https://wg21.link/cwg2989",
		"section": "7.5.4 [expr.prim.paren]",
		"status": "open",
		"submitter": "Brian Bi",
		"date": "2025-01-17"
	},
	"CWG2990": {
		"type": "issue",
		"title": "Exporting redeclarations of namespaces",
		"long_link": "https://cplusplus.github.io/CWG/issues/2990.html",
		"link": "https://wg21.link/cwg2990",
		"section": "10.2 [module.interface]",
		"status": "CD7",
		"submitter": "EWG/CWG",
		"date": "2025-01-10"
	},
	"CWG2991": {
		"type": "issue",
		"title": "\"array size\" is vague",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2991",
		"link": "https://wg21.link/cwg2991",
		"section": "9.5.1 [dcl.init.general]",
		"status": "open",
		"submitter": "Jonathan Wakely",
		"date": "2025-01-16"
	},
	"CWG2992": {
		"type": "issue",
		"title": "Labels do not have names",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2992",
		"link": "https://wg21.link/cwg2992",
		"section": "6.1 [basic.pre]",
		"status": "open",
		"submitter": "Vlad Serebrennikov",
		"date": "2025-02-20"
	},
	"CWG2993": {
		"type": "issue",
		"title": "Body of a destructor",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2993",
		"link": "https://wg21.link/cwg2993",
		"section": "9.6.1 [dcl.fct.def.general]",
		"status": "open",
		"submitter": "Hubert Tong",
		"date": "2025-02-14"
	},
	"CWG2994": {
		"type": "issue",
		"title": "Allowing template parameters following template parameter packs that are pack expansions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2994",
		"link": "https://wg21.link/cwg2994",
		"section": "13.2 [temp.param]",
		"status": "open",
		"submitter": "Jan Schultke",
		"date": "2025-01-20"
	},
	"CWG2995": {
		"type": "issue",
		"title": "Meaning of flowing off the end of a function",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2995",
		"link": "https://wg21.link/cwg2995",
		"section": "8.8.4 [stmt.return]",
		"status": "tentatively ready",
		"submitter": "Brian Bi",
		"date": "2025-02-16"
	},
	"CWG2996": {
		"type": "issue",
		"title": "Impenetrable definition of atomic constraint",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2996",
		"link": "https://wg21.link/cwg2996",
		"section": "13.5.2.3 [temp.constr.atomic]",
		"status": "tentatively ready",
		"submitter": "Brian Bi",
		"date": "2025-01-30"
	},
	"CWG2997": {
		"type": "issue",
		"title": "Defaulted functions with deleted definition",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2997",
		"link": "https://wg21.link/cwg2997",
		"section": "9.6.2 [dcl.fct.def.default]",
		"status": "open",
		"submitter": "Brian Bi",
		"date": "2023-08-02"
	},
	"CWG2998": {
		"type": "issue",
		"title": "Missing deduction consistency check for partial ordering",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2998",
		"link": "https://wg21.link/cwg2998",
		"section": "13.10.3.5 [temp.deduct.partial]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2025-03-02"
	},
	"CWG2999": {
		"type": "issue",
		"title": "Trivial unions changing existing behavior",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#2999",
		"link": "https://wg21.link/cwg2999",
		"section": "11.4.5.2 [class.default.ctor]",
		"status": "review",
		"submitter": "Richard Smith",
		"date": "2025-02-14",
		"liaison": "(EWG)",
		"github_url": "https://github.com/cplusplus/papers/issues/2418"
	},
	"CWG3000": {
		"type": "issue",
		"title": "Handling of cv-qualified class types in conditional operator",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3000",
		"link": "https://wg21.link/cwg3000",
		"section": "7.6.16 [expr.cond]",
		"status": "review",
		"submitter": "Brian Bi",
		"date": "2025-02-02"
	},
	"CWG3001": {
		"type": "issue",
		"title": "Inconsistent restrictions for static_cast on pointers to out-of-lifetime objects",
		"long_link": "https://cplusplus.github.io/CWG/issues/3001.html",
		"link": "https://wg21.link/cwg3001",
		"section": "6.8.4 [basic.life]",
		"status": "DR",
		"submitter": "Cody Miller",
		"date": "2025-02-26"
	},
	"CWG3002": {
		"type": "issue",
		"title": "Template parameter/argument confusion",
		"long_link": "https://cplusplus.github.io/CWG/issues/3002.html",
		"link": "https://wg21.link/cwg3002",
		"section": "13.8.3.7 [temp.dep.temp]",
		"status": "DR",
		"submitter": "Hubert Tong",
		"date": "2025-02-02"
	},
	"CWG3003": {
		"type": "issue",
		"title": "Naming a deducible template for class template argument deduction",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3003",
		"link": "https://wg21.link/cwg3003",
		"section": "9.2.9.3 [dcl.type.simple]",
		"status": "review",
		"submitter": "Hubert Tong",
		"date": "2025-02-02",
		"liaison": "EWG, LEWG",
		"github_url": "https://github.com/cplusplus/papers/issues/2443"
	},
	"CWG3004": {
		"type": "issue",
		"title": "Pointer arithmetic on array of unknown bound",
		"long_link": "https://cplusplus.github.io/CWG/issues/3004.html",
		"link": "https://wg21.link/cwg3004",
		"section": "7.7 [expr.const]",
		"status": "DR",
		"submitter": "A. Jiang",
		"date": "2025-03-07"
	},
	"CWG3005": {
		"type": "issue",
		"title": "Function parameters should never be name-independent",
		"long_link": "https://cplusplus.github.io/CWG/issues/3005.html",
		"link": "https://wg21.link/cwg3005",
		"section": "6.4.1 [basic.scope.scope]",
		"status": "accepted",
		"submitter": "Jan Schultke",
		"date": "2025-03-10"
	},
	"CWG3006": {
		"type": "issue",
		"title": "Vague restrictions for explicit instantiations of class templates",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3006",
		"link": "https://wg21.link/cwg3006",
		"section": "13.9.3 [temp.explicit]",
		"status": "review",
		"submitter": "Richard Smith",
		"date": "2021-02-11"
	},
	"CWG3007": {
		"type": "issue",
		"title": "Access checking during synthesis of defaulted comparison operator, take 2",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3007",
		"link": "https://wg21.link/cwg3007",
		"section": "11.10.1 [class.compare.default]",
		"status": "open",
		"submitter": "Jason Merrill",
		"date": "2025-03-13",
		"liaison": "(EWG)",
		"github_url": "https://github.com/cplusplus/papers/issues/2239"
	},
	"CWG3008": {
		"type": "issue",
		"title": "Missing Annex C entry for void object declarations",
		"long_link": "https://cplusplus.github.io/CWG/issues/3008.html",
		"link": "https://wg21.link/cwg3008",
		"section": "C.7.6 [diff.dcl]",
		"status": "DR",
		"submitter": "Jiang An",
		"date": "2025-03-13"
	},
	"CWG3009": {
		"type": "issue",
		"title": "Unclear rules for constant initialization",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3009",
		"link": "https://wg21.link/cwg3009",
		"section": "7.7 [expr.const]",
		"status": "open",
		"submitter": "Jim X",
		"date": "2023-11-08"
	},
	"CWG3010": {
		"type": "issue",
		"title": "constexpr placement-new should require transparent replaceability",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3010",
		"link": "https://wg21.link/cwg3010",
		"section": "7.7 [expr.const]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2025-03-16"
	},
	"CWG3011": {
		"type": "issue",
		"title": "Parenthesized aggregate initialization for new-expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/3011.html",
		"link": "https://wg21.link/cwg3011",
		"section": "7.6.2.8 [expr.new]",
		"status": "DR",
		"submitter": "Benjamin Sch.",
		"date": "2025-03-17"
	},
	"CWG3012": {
		"type": "issue",
		"title": "Deviating constexpr or consteval across translation units",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3012",
		"link": "https://wg21.link/cwg3012",
		"section": "9.2.6 [dcl.constexpr]",
		"status": "open",
		"submitter": "Benjamin Sch.",
		"date": "2025-03-15"
	},
	"CWG3013": {
		"type": "issue",
		"title": "Disallowing macros for #embed parameters",
		"long_link": "https://cplusplus.github.io/CWG/issues/3013.html",
		"link": "https://wg21.link/cwg3013",
		"section": "15.4.1 [cpp.embed.gen]",
		"status": "CD7",
		"submitter": "Hubert Tong",
		"date": "2025-02-15"
	},
	"CWG3014": {
		"type": "issue",
		"title": "Comma-delimited vs. comma-separated output for #embed",
		"long_link": "https://cplusplus.github.io/CWG/issues/3014.html",
		"link": "https://wg21.link/cwg3014",
		"section": "15.4.1 [cpp.embed.gen]",
		"status": "CD7",
		"submitter": "Hubert Tong",
		"date": "2025-02-15"
	},
	"CWG3015": {
		"type": "issue",
		"title": "Handling of header-names for #include and #embed",
		"long_link": "https://cplusplus.github.io/CWG/issues/3015.html",
		"link": "https://wg21.link/cwg3015",
		"section": "15.3 [cpp.include]",
		"status": "CD7",
		"submitter": "Jens Maurer",
		"date": "2025-03-23"
	},
	"CWG3016": {
		"type": "issue",
		"title": "Satisfying the syntactic requirements of #include and #embed",
		"long_link": "https://cplusplus.github.io/CWG/issues/3016.html",
		"link": "https://wg21.link/cwg3016",
		"section": "15.2 [cpp.cond]",
		"status": "CD7",
		"submitter": "Hubert Tong",
		"date": "2025-03-24"
	},
	"CWG3017": {
		"type": "issue",
		"title": "Commas in controlling expression of conditional inclusion",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3017",
		"link": "https://wg21.link/cwg3017",
		"section": "15.2 [cpp.cond]",
		"status": "open",
		"submitter": "Shafik Yaghmour",
		"date": "2025-03-24",
		"github_url": "https://github.com/cplusplus/papers/issues/2294"
	},
	"CWG3018": {
		"type": "issue",
		"title": "Validity of defined in __has_embed",
		"long_link": "https://cplusplus.github.io/CWG/issues/3018.html",
		"link": "https://wg21.link/cwg3018",
		"section": "15.2 [cpp.cond]",
		"status": "CD7",
		"submitter": "Hubert Tong",
		"date": "2025-03-24"
	},
	"CWG3019": {
		"type": "issue",
		"title": "Restrictions on character sequences in header-names",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3019",
		"link": "https://wg21.link/cwg3019",
		"section": "5.6 [lex.header]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2025-03-26"
	},
	"CWG3020": {
		"type": "issue",
		"title": "Missing specification for __has_cpp_attribute(indeterminate)",
		"long_link": "https://cplusplus.github.io/CWG/issues/3020.html",
		"link": "https://wg21.link/cwg3020",
		"section": "15.2 [cpp.cond]",
		"status": "CD7",
		"submitter": "Tim Song",
		"date": "2025-03-26"
	},
	"CWG3021": {
		"type": "issue",
		"title": "Subsumption rules for fold expanded constraints",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3021",
		"link": "https://wg21.link/cwg3021",
		"section": "13.5.5 [temp.constr.order]",
		"status": "drafting",
		"submitter": "Hubert Tong",
		"date": "2025-03-25"
	},
	"CWG3022": {
		"type": "issue",
		"title": "Redundant specification of explicit destructor calls",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3022",
		"link": "https://wg21.link/cwg3022",
		"section": "11.4.7 [class.dtor]",
		"status": "review",
		"submitter": "Timur Doumler",
		"date": "2025-04-13"
	},
	"CWG3023": {
		"type": "issue",
		"title": "Default arguments in list-initialization",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3023",
		"link": "https://wg21.link/cwg3023",
		"section": "9.5.5 [dcl.init.list]",
		"status": "open",
		"submitter": "Brian Bi",
		"date": "2025-04-24"
	},
	"CWG3024": {
		"type": "issue",
		"title": "Alignment of references",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3024",
		"link": "https://wg21.link/cwg3024",
		"section": "9.13.2 [dcl.align]",
		"status": "open",
		"submitter": "Brian Bi",
		"date": "2025-05-02"
	},
	"CWG3025": {
		"type": "issue",
		"title": "Deallocation functions returning void",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3025",
		"link": "https://wg21.link/cwg3025",
		"section": "6.8.6.5.3 [basic.stc.dynamic.deallocation]",
		"status": "open",
		"submitter": "Timur Doumler",
		"date": "2025-05-08"
	},
	"CWG3026": {
		"type": "issue",
		"title": "Class for pointer-to-member formation",
		"long_link": "https://cplusplus.github.io/CWG/issues/3026.html",
		"link": "https://wg21.link/cwg3026",
		"section": "7.6.2.2 [expr.unary.op]",
		"status": "CD7",
		"submitter": "Hubert Tong",
		"date": "2025-05-11"
	},
	"CWG3027": {
		"type": "issue",
		"title": "Equivalence of pack-index-specifiers",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3027",
		"link": "https://wg21.link/cwg3027",
		"section": "13.6 [temp.type]",
		"status": "open",
		"submitter": "Corentin Jabot",
		"date": "2025-04-14"
	},
	"CWG3028": {
		"type": "issue",
		"title": "A using-declarator should bind a name",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3028",
		"link": "https://wg21.link/cwg3028",
		"section": "9.10 [namespace.udecl]",
		"status": "open",
		"submitter": "Brian Bi",
		"date": "2025-03-24"
	},
	"CWG3029": {
		"type": "issue",
		"title": "Confusing note about ordinary character types for aligned memory areas",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3029",
		"link": "https://wg21.link/cwg3029",
		"section": "6.8.3 [basic.align]",
		"status": "drafting",
		"submitter": "Xavier Bonaventura",
		"date": "2025-03-20"
	},
	"CWG3030": {
		"type": "issue",
		"title": "Initializing array prvalues of unknown bound",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3030",
		"link": "https://wg21.link/cwg3030",
		"section": "9.3.4.5 [dcl.array]",
		"status": "open",
		"submitter": "Jim X",
		"date": "2024-02-28"
	},
	"CWG3031": {
		"type": "issue",
		"title": "Finding declarations for conversion operators for access checking",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3031",
		"link": "https://wg21.link/cwg3031",
		"section": "12.2.2.1 [over.match.funcs.general]",
		"status": "open",
		"submitter": "Brian Bi",
		"date": "2025-03-29"
	},
	"CWG3032": {
		"type": "issue",
		"title": "Template argument disambiguation",
		"long_link": "https://cplusplus.github.io/CWG/issues/3032.html",
		"link": "https://wg21.link/cwg3032",
		"section": "13.4.1 [temp.arg.general]",
		"status": "DR",
		"submitter": "Hubert Tong",
		"date": "2025-02-03"
	},
	"CWG3033": {
		"type": "issue",
		"title": "Scope after declarator-id before determining correspondence",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3033",
		"link": "https://wg21.link/cwg3033",
		"section": "6.4.6 [basic.scope.namespace]",
		"status": "drafting",
		"submitter": "Hubert Tong",
		"date": "2025-04-12"
	},
	"CWG3034": {
		"type": "issue",
		"title": "Infinite recursion should hit an implementation limit",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3034",
		"link": "https://wg21.link/cwg3034",
		"section": "13.9.2 [temp.inst]",
		"status": "open",
		"submitter": "Timur Doumler",
		"date": "2025-07-04"
	},
	"CWG3035": {
		"type": "issue",
		"title": "Lambda expressions in anonymous unions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3035",
		"link": "https://wg21.link/cwg3035",
		"section": "11.5.2 [class.union.anon]",
		"status": "open",
		"submitter": "Hubert Tong",
		"date": "2025-05-12"
	},
	"CWG3036": {
		"type": "issue",
		"title": "Extended floating-point types should not be cv-qualified",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3036",
		"link": "https://wg21.link/cwg3036",
		"section": "6.9.3 [basic.extended.fp]",
		"status": "open",
		"submitter": "Jan Schultke",
		"date": "2025-06-03"
	},
	"CWG3037": {
		"type": "issue",
		"title": "Name lookup results for using-declarators",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3037",
		"link": "https://wg21.link/cwg3037",
		"section": "9.10 [namespace.udecl]",
		"status": "open",
		"submitter": "Vlad Serebrennikov",
		"date": "2025-06-10"
	},
	"CWG3038": {
		"type": "issue",
		"title": "Ignorability of attributes, again",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3038",
		"link": "https://wg21.link/cwg3038",
		"section": "9.13.1 [dcl.attr.grammar]",
		"status": "open",
		"submitter": "Jiang An",
		"date": "2025-06-17",
		"liaison": "EWG",
		"github_url": "https://github.com/cplusplus/papers/issues/2407"
	},
	"CWG3039": {
		"type": "issue",
		"title": "Undefined behavior from implicit object creation ignores observable checkpoints",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3039",
		"link": "https://wg21.link/cwg3039",
		"section": "6.8.2 [intro.object]",
		"status": "open",
		"submitter": "Jan Schultke",
		"date": "2025-06-23"
	},
	"CWG3040": {
		"type": "issue",
		"title": "Mishandling of lambda coroutines",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3040",
		"link": "https://wg21.link/cwg3040",
		"section": "9.6.4 [dcl.fct.def.coroutine]",
		"status": "open",
		"submitter": "Jiang An",
		"date": "2025-07-03"
	},
	"CWG3041": {
		"type": "issue",
		"title": "Overly aggressive rule for deleting the destructor of a union",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3041",
		"link": "https://wg21.link/cwg3041",
		"section": "11.4.7 [class.dtor]",
		"status": "open",
		"submitter": "Barry Revzin",
		"date": "2025-07-03"
	},
	"CWG3042": {
		"type": "issue",
		"title": "Implicit object creation is insufficient to model effective type rule of C",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3042",
		"link": "https://wg21.link/cwg3042",
		"section": "7.2.1 [basic.lval]",
		"status": "open",
		"submitter": "Jiang An",
		"date": "2025-07-04"
	},
	"CWG3043": {
		"type": "issue",
		"title": "Lifetime extension for temporaries in expansion statements",
		"long_link": "https://cplusplus.github.io/CWG/issues/3043.html",
		"link": "https://wg21.link/cwg3043",
		"section": "6.8.7 [class.temporary]",
		"status": "accepted",
		"submitter": "Jakub Jelinek",
		"date": "2025-07-07"
	},
	"CWG3044": {
		"type": "issue",
		"title": "Iterating expansion statements woes",
		"long_link": "https://cplusplus.github.io/CWG/issues/3044.html",
		"link": "https://wg21.link/cwg3044",
		"section": "8.7 [stmt.expand]",
		"status": "accepted",
		"submitter": "Jakub Jelinek",
		"date": "2025-07-08"
	},
	"CWG3045": {
		"type": "issue",
		"title": "Regularizing environment interactions of expansion statement",
		"long_link": "https://cplusplus.github.io/CWG/issues/3045.html",
		"link": "https://wg21.link/cwg3045",
		"section": "6.4.3 [basic.scope.block]",
		"status": "accepted",
		"submitter": "Jakub Jelinek",
		"date": "2025-07-18"
	},
	"CWG3046": {
		"type": "issue",
		"title": "Enumerations as part of the common initial sequence",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3046",
		"link": "https://wg21.link/cwg3046",
		"section": "9.8.1 [dcl.enum]",
		"status": "open",
		"submitter": "Benjamin Sch.",
		"date": "2025-07-28"
	},
	"CWG3047": {
		"type": "issue",
		"title": "Calling destructors on out-of-lifetime objects",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3047",
		"link": "https://wg21.link/cwg3047",
		"section": "6.8.4 [basic.life]",
		"status": "open",
		"submitter": "Jiang An",
		"date": "2025-06-18"
	},
	"CWG3048": {
		"type": "issue",
		"title": "Empty destructuring expansion statements",
		"long_link": "https://cplusplus.github.io/CWG/issues/3048.html",
		"link": "https://wg21.link/cwg3048",
		"section": "8.7 [stmt.expand]",
		"status": "accepted",
		"submitter": "Jakub Jelinek",
		"date": "2025-08-09"
	},
	"CWG3049": {
		"type": "issue",
		"title": "Implicitly deleted move operation should not disable trivial relocation",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#3049",
		"link": "https://wg21.link/cwg3049",
		"section": "11.2 [class.prop]",
		"status": "NAD",
		"submitter": "Pablo Halpern",
		"date": "2025-07-10",
		"liaison": "EWG",
		"github_url": "https://github.com/cplusplus/papers/issues/2408"
	},
	"CWG3050": {
		"type": "issue",
		"title": "[[deprecated]] for class template partial specializations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3050",
		"link": "https://wg21.link/cwg3050",
		"section": "9.13.4 [dcl.attr.deprecated]",
		"status": "open",
		"submitter": "Jonathan Caves",
		"date": "2025-08-12"
	},
	"CWG3051": {
		"type": "issue",
		"title": "Missing specification for types of member subobjects",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3051",
		"link": "https://wg21.link/cwg3051",
		"section": "11.4.1 [class.mem.general]",
		"status": "open",
		"submitter": "Brian Bi",
		"date": "2025-07-09"
	},
	"CWG3052": {
		"type": "issue",
		"title": "Unclear handling of checks on discarded return statements",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3052",
		"link": "https://wg21.link/cwg3052",
		"section": "8.8.4 [stmt.return]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2025-08-02"
	},
	"CWG3053": {
		"type": "issue",
		"title": "Allowing #undef likely",
		"long_link": "https://cplusplus.github.io/CWG/issues/3053.html",
		"link": "https://wg21.link/cwg3053",
		"section": "15.7.1 [cpp.replace.general]",
		"status": "accepted",
		"submitter": "Jakub Jelinek",
		"date": "2025-07-31"
	},
	"CWG3054": {
		"type": "issue",
		"title": "Use of default arguments depending on shape of postfix-expression in a function call",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3054",
		"link": "https://wg21.link/cwg3054",
		"section": "7.6.1.3 [expr.call]",
		"status": "drafting",
		"submitter": "Benjamin Sch.",
		"date": "2025-08-09"
	},
	"CWG3055": {
		"type": "issue",
		"title": "Misleading body for surrogate call function",
		"long_link": "https://cplusplus.github.io/CWG/issues/3055.html",
		"link": "https://wg21.link/cwg3055",
		"section": "12.2.2.2.3 [over.call.object]",
		"status": "DR",
		"submitter": "Brian Bi",
		"date": "2025-08-11"
	},
	"CWG3056": {
		"type": "issue",
		"title": "Missing semicolons in grammar for type-requirement",
		"long_link": "https://cplusplus.github.io/CWG/issues/3056.html",
		"link": "https://wg21.link/cwg3056",
		"section": "7.5.8.3 [expr.prim.req.type]",
		"status": "DR",
		"submitter": "Peter Bindels",
		"date": "2025-08-14"
	},
	"CWG3057": {
		"type": "issue",
		"title": "Ranking of derived-to-base conversions should ignore reference binding",
		"long_link": "https://cplusplus.github.io/CWG/issues/3057.html",
		"link": "https://wg21.link/cwg3057",
		"section": "12.2.4.2.5 [over.ics.ref]",
		"status": "DR",
		"submitter": "Evan Girardin",
		"date": "2025-07-31"
	},
	"CWG3058": {
		"type": "issue",
		"title": "\"Program point\" is not defined",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3058",
		"link": "https://wg21.link/cwg3058",
		"section": "6.5.1 [basic.lookup.general]",
		"status": "tentatively ready",
		"submitter": "Alisdair Meredith",
		"date": "2025-08-13"
	},
	"CWG3059": {
		"type": "issue",
		"title": "throw; in constant expressions",
		"long_link": "https://cplusplus.github.io/CWG/issues/3059.html",
		"link": "https://wg21.link/cwg3059",
		"section": "7.7 [expr.const]",
		"status": "DR",
		"submitter": "Lénárd Szolnoki",
		"date": "2025-08-28"
	},
	"CWG3060": {
		"type": "issue",
		"title": "Change in behavior for noexcept main",
		"long_link": "https://cplusplus.github.io/CWG/issues/3060.html",
		"link": "https://wg21.link/cwg3060",
		"section": "6.10.3.1 [basic.start.main]",
		"status": "DR",
		"submitter": "Jiang An",
		"date": "2025-08-15"
	},
	"CWG3061": {
		"type": "issue",
		"title": "Trailing comma in an expansion-init-list",
		"long_link": "https://cplusplus.github.io/CWG/issues/3061.html",
		"link": "https://wg21.link/cwg3061",
		"section": "8.7 [stmt.expand]",
		"status": "accepted",
		"submitter": "Jan Schultke",
		"date": "2025-08-24"
	},
	"CWG3062": {
		"type": "issue",
		"title": "Overlapping specification of default template arguments",
		"long_link": "https://cplusplus.github.io/CWG/issues/3062.html",
		"link": "https://wg21.link/cwg3062",
		"section": "9.3.4.7 [dcl.fct.default]",
		"status": "DR",
		"submitter": "Brian Bi",
		"date": "2025-08-13"
	},
	"CWG3063": {
		"type": "issue",
		"title": "Lifetime extension of temporaries past function return",
		"long_link": "https://cplusplus.github.io/CWG/issues/3063.html",
		"link": "https://wg21.link/cwg3063",
		"section": "6.8.7 [class.temporary]",
		"status": "accepted",
		"submitter": "Hubert Tong",
		"date": "2025-09-12"
	},
	"CWG3064": {
		"type": "issue",
		"title": "Mishandling of placement-new in lifetime rules",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3064",
		"link": "https://wg21.link/cwg3064",
		"section": "6.8.4 [basic.life]",
		"status": "open",
		"submitter": "Richard Smith",
		"date": "2025-02-26"
	},
	"CWG3065": {
		"type": "issue",
		"title": "Reachability and completeness of types",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3065",
		"link": "https://wg21.link/cwg3065",
		"section": "6.9.1 [basic.types.general]",
		"status": "review",
		"submitter": "Brian Bi",
		"date": "2025-03-09",
		"liaison": "(EWG)",
		"github_url": "https://github.com/cplusplus/papers/issues/2538"
	},
	"CWG3066": {
		"type": "issue",
		"title": "Declarative nested-name-specifier in explicit instantiation",
		"long_link": "https://cplusplus.github.io/CWG/issues/3066.html",
		"link": "https://wg21.link/cwg3066",
		"section": "7.5.5.3 [expr.prim.id.qual]",
		"status": "DR",
		"submitter": "Jens Maurer",
		"date": "2025-03-14"
	},
	"CWG3067": {
		"type": "issue",
		"title": "Array-to-pointer conversion with object type mismatch",
		"long_link": "https://cplusplus.github.io/CWG/issues/3067.html",
		"link": "https://wg21.link/cwg3067",
		"section": "7.3.3 [conv.array]",
		"status": "DR",
		"submitter": "Andrey Erokhin",
		"date": "2020-10-28"
	},
	"CWG3068": {
		"type": "issue",
		"title": "Access checking in friends involving qualified-ids",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3068",
		"link": "https://wg21.link/cwg3068",
		"section": "11.8.1 [class.access.general]",
		"status": "open",
		"submitter": "Corentin Jabot",
		"date": "2025-05-24"
	},
	"CWG3069": {
		"type": "issue",
		"title": "Reference to wrong placeholder",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3069",
		"link": "https://wg21.link/cwg3069",
		"section": "13.5.4 [temp.constr.normal]",
		"status": "open",
		"submitter": "Corentin Jabot",
		"date": "2025-04-02"
	},
	"CWG3070": {
		"type": "issue",
		"title": "Trivial assignment can skip member subobjects",
		"long_link": "https://cplusplus.github.io/CWG/issues/3070.html",
		"link": "https://wg21.link/cwg3070",
		"section": "11.4.6 [class.copy.assign]",
		"status": "DR",
		"submitter": "Jiang An",
		"date": "2025-09-05"
	},
	"CWG3071": {
		"type": "issue",
		"title": "Negative tuple_size in structured bindings",
		"long_link": "https://cplusplus.github.io/CWG/issues/3071.html",
		"link": "https://wg21.link/cwg3071",
		"section": "9.7 [dcl.struct.bind]",
		"status": "DR",
		"submitter": "Corentin Jabot",
		"date": "2025-09-18"
	},
	"CWG3072": {
		"type": "issue",
		"title": "Incorrect examples for lambda SFINAE",
		"long_link": "https://cplusplus.github.io/CWG/issues/3072.html",
		"link": "https://wg21.link/cwg3072",
		"section": "13.10.3.1 [temp.deduct.general]",
		"status": "DR",
		"submitter": "Brian Bi",
		"date": "2025-09-13"
	},
	"CWG3073": {
		"type": "issue",
		"title": "Dependence of R on T2 is unclear",
		"long_link": "https://cplusplus.github.io/CWG/issues/3073.html",
		"link": "https://wg21.link/cwg3073",
		"section": "12.2.2.7 [over.match.ref]",
		"status": "DR",
		"submitter": "Brian Bi",
		"date": "2025-09-15"
	},
	"CWG3074": {
		"type": "issue",
		"title": "Redundant ill-formedness for module macros",
		"long_link": "https://cplusplus.github.io/CWG/issues/3074.html",
		"link": "https://wg21.link/cwg3074",
		"section": "15.5 [cpp.module]",
		"status": "accepted",
		"submitter": "Hubert Tong",
		"date": "2025-09-21"
	},
	"CWG3075": {
		"type": "issue",
		"title": "Unclear matching of import directive",
		"long_link": "https://cplusplus.github.io/CWG/issues/3075.html",
		"link": "https://wg21.link/cwg3075",
		"section": "15.6 [cpp.import]",
		"status": "DR",
		"submitter": "Hubert Tong",
		"date": "2025-09-22"
	},
	"CWG3076": {
		"type": "issue",
		"title": "Remove unnecessary IFNDR for malformed header-name-tokens",
		"long_link": "https://cplusplus.github.io/CWG/issues/3076.html",
		"link": "https://wg21.link/cwg3076",
		"section": "15.3 [cpp.include]",
		"status": "DR",
		"submitter": "Hubert Tong",
		"date": "2025-09-22"
	},
	"CWG3077": {
		"type": "issue",
		"title": "Undesirable formation of import directive with string-literal",
		"long_link": "https://cplusplus.github.io/CWG/issues/3077.html",
		"link": "https://wg21.link/cwg3077",
		"section": "15.1 [cpp.pre]",
		"status": "DR",
		"submitter": "Hubert Tong",
		"date": "2025-09-22"
	},
	"CWG3078": {
		"type": "issue",
		"title": "Different treatment of #include pp-tokens and header-name-tokens",
		"long_link": "https://cplusplus.github.io/CWG/issues/3078.html",
		"link": "https://wg21.link/cwg3078",
		"section": "15.3 [cpp.include]",
		"status": "DR",
		"submitter": "Hubert Tong",
		"date": "2025-09-22"
	},
	"CWG3079": {
		"type": "issue",
		"title": "Allow empty-declarations in anonymous unions",
		"long_link": "https://cplusplus.github.io/CWG/issues/3079.html",
		"link": "https://wg21.link/cwg3079",
		"section": "11.5.2 [class.union.anon]",
		"status": "DR",
		"submitter": "keinflue",
		"date": "2025-08-27"
	},
	"CWG3080": {
		"type": "issue",
		"title": "Clarify kinds of permitted template template arguments",
		"long_link": "https://cplusplus.github.io/CWG/issues/3080.html",
		"link": "https://wg21.link/cwg3080",
		"section": "13.4.4 [temp.arg.template]",
		"status": "DR",
		"submitter": "CWG",
		"date": "2025-09-26"
	},
	"CWG3081": {
		"type": "issue",
		"title": "Require glvalue when splicing direct base class relationship",
		"long_link": "https://cplusplus.github.io/CWG/issues/3081.html",
		"link": "https://wg21.link/cwg3081",
		"section": "7.6.1.5 [expr.ref]",
		"status": "accepted",
		"submitter": "US",
		"date": "2025-10-01"
	},
	"CWG3082": {
		"type": "issue",
		"title": "Allow for call-compatible function types in reinterpret_cast",
		"long_link": "https://cplusplus.github.io/CWG/issues/3082.html",
		"link": "https://wg21.link/cwg3082",
		"section": "7.6.1.10 [expr.reinterpret.cast]",
		"status": "DR",
		"submitter": "US",
		"date": "2025-10-01"
	},
	"CWG3083": {
		"type": "issue",
		"title": "Remove redundant restrictions on class and enum definitions",
		"long_link": "https://cplusplus.github.io/CWG/issues/3083.html",
		"link": "https://wg21.link/cwg3083",
		"section": "8.1 [stmt.pre]",
		"status": "DR",
		"submitter": "US",
		"date": "2025-10-01"
	},
	"CWG3084": {
		"type": "issue",
		"title": "compound-statements inside iteration-statements",
		"long_link": "https://cplusplus.github.io/CWG/issues/3084.html",
		"link": "https://wg21.link/cwg3084",
		"section": "8.8.3 [stmt.cont]",
		"status": "accepted",
		"submitter": "US",
		"date": "2025-10-01"
	},
	"CWG3085": {
		"type": "issue",
		"title": "Apply restriction inside for-range-declaration",
		"long_link": "https://cplusplus.github.io/CWG/issues/3085.html",
		"link": "https://wg21.link/cwg3085",
		"section": "8.1 [stmt.pre]",
		"status": "DR",
		"submitter": "US",
		"date": "2025-10-01"
	},
	"CWG3086": {
		"type": "issue",
		"title": "Destringizing should consider all sorts of encoding-prefixes",
		"long_link": "https://cplusplus.github.io/CWG/issues/3086.html",
		"link": "https://wg21.link/cwg3086",
		"section": "15.13 [cpp.pragma.op]",
		"status": "DR",
		"submitter": "US",
		"date": "2025-10-01"
	},
	"CWG3087": {
		"type": "issue",
		"title": "Destringizing for raw string literals",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3087",
		"link": "https://wg21.link/cwg3087",
		"section": "15.13 [cpp.pragma.op]",
		"status": "open",
		"submitter": "CA",
		"date": "2025-10-01"
	},
	"CWG3088": {
		"type": "issue",
		"title": "Clarify macro treatment of identifiers with special meaning",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3088",
		"link": "https://wg21.link/cwg3088",
		"section": "15.7.1 [cpp.replace.general]",
		"status": "review",
		"submitter": "US",
		"date": "2025-10-01"
	},
	"CWG3089": {
		"type": "issue",
		"title": "const-default-constructible improperly handles std::meta::info",
		"long_link": "https://cplusplus.github.io/CWG/issues/3089.html",
		"link": "https://wg21.link/cwg3089",
		"section": "9.5.1 [dcl.init.general]",
		"status": "accepted",
		"submitter": "US",
		"date": "2025-10-01"
	},
	"CWG3090": {
		"type": "issue",
		"title": "Internal linkage from header units",
		"long_link": "https://cplusplus.github.io/CWG/issues/3090.html",
		"link": "https://wg21.link/cwg3090",
		"section": "10.2 [module.interface]",
		"status": "DR",
		"submitter": "US",
		"date": "2025-10-01"
	},
	"CWG3091": {
		"type": "issue",
		"title": "Linking of translation units as sequences of tokens",
		"long_link": "https://cplusplus.github.io/CWG/issues/3091.html",
		"link": "https://wg21.link/cwg3091",
		"section": "6.7 [basic.link]",
		"status": "DR",
		"submitter": "US",
		"date": "2025-10-01"
	},
	"CWG3092": {
		"type": "issue",
		"title": "base-specifiers are not \"declared\"",
		"long_link": "https://cplusplus.github.io/CWG/issues/3092.html",
		"link": "https://wg21.link/cwg3092",
		"section": "9.13.12 [dcl.attr.annotation]",
		"status": "accepted",
		"submitter": "US",
		"date": "2025-10-01"
	},
	"CWG3093": {
		"type": "issue",
		"title": "Missing integration of direct base class relationships",
		"long_link": "https://cplusplus.github.io/CWG/issues/3093.html",
		"link": "https://wg21.link/cwg3093",
		"section": "7.5.9 [expr.prim.splice]",
		"status": "accepted",
		"submitter": "US",
		"date": "2025-10-01"
	},
	"CWG3094": {
		"type": "issue",
		"title": "Rework phases for string literal concatenation and token formation",
		"long_link": "https://cplusplus.github.io/CWG/issues/3094.html",
		"link": "https://wg21.link/cwg3094",
		"section": "5.2 [lex.phases]",
		"status": "accepted",
		"submitter": "US",
		"date": "2025-10-01"
	},
	"CWG3095": {
		"type": "issue",
		"title": "Type-dependent packs that are not structured binding packs",
		"long_link": "https://cplusplus.github.io/CWG/issues/3095.html",
		"link": "https://wg21.link/cwg3095",
		"section": "13.8.3.3 [temp.dep.expr]",
		"status": "accepted",
		"submitter": "AT",
		"date": "2025-10-01"
	},
	"CWG3096": {
		"type": "issue",
		"title": "Value-dependence of size of structured binding pack with non-dependent initializer",
		"long_link": "https://cplusplus.github.io/CWG/issues/3096.html",
		"link": "https://wg21.link/cwg3096",
		"section": "13.8.3.4 [temp.dep.constexpr]",
		"status": "DR",
		"submitter": "AT",
		"date": "2025-10-01"
	},
	"CWG3097": {
		"type": "issue",
		"title": "Lambda expression introduces a scope",
		"long_link": "https://cplusplus.github.io/CWG/issues/3097.html",
		"link": "https://wg21.link/cwg3097",
		"section": "6.4.1 [basic.scope.scope]",
		"status": "DR",
		"submitter": "AT",
		"date": "2025-10-01"
	},
	"CWG3098": {
		"type": "issue",
		"title": "Remove redundancy \"names or designates\"",
		"long_link": "https://cplusplus.github.io/CWG/issues/3098.html",
		"link": "https://wg21.link/cwg3098",
		"section": "13.3 [temp.names]",
		"status": "accepted",
		"submitter": "US",
		"date": "2025-10-01"
	},
	"CWG3099": {
		"type": "issue",
		"title": "Instantiation of type aliases from alias templates is unspecified",
		"long_link": "https://cplusplus.github.io/CWG/issues/3099.html",
		"link": "https://wg21.link/cwg3099",
		"section": "13.9.2 [temp.inst]",
		"status": "accepted",
		"submitter": "Hubert Tong",
		"date": "2025-10-23"
	},
	"CWG3100": {
		"type": "issue",
		"title": "Destruction order for objects with static storage duration",
		"long_link": "https://cplusplus.github.io/CWG/issues/3100.html",
		"link": "https://wg21.link/cwg3100",
		"section": "6.10.3.4 [basic.start.term]",
		"status": "DR",
		"submitter": "CA",
		"date": "2025-10-01"
	},
	"CWG3101": {
		"type": "issue",
		"title": "Types \"compounded\" from other types",
		"long_link": "https://cplusplus.github.io/CWG/issues/3101.html",
		"link": "https://wg21.link/cwg3101",
		"section": "6.9.1 [basic.types.general]",
		"status": "accepted",
		"submitter": "Jonathan Wakely",
		"date": "2025-10-28"
	},
	"CWG3102": {
		"type": "issue",
		"title": "Update list of void contexts",
		"long_link": "https://cplusplus.github.io/CWG/issues/3102.html",
		"link": "https://wg21.link/cwg3102",
		"section": "6.9.2 [basic.fundamental]",
		"status": "DR",
		"submitter": "Jan Schultke",
		"date": "2025-11-02"
	},
	"CWG3103": {
		"type": "issue",
		"title": "Corresponding members and by-value object parameters",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3103",
		"link": "https://wg21.link/cwg3103",
		"section": "6.4.1 [basic.scope.scope]",
		"status": "open",
		"submitter": "Corentin Jabot",
		"date": "2025-11-02"
	},
	"CWG3104": {
		"type": "issue",
		"title": "Deduction of reference types in conversion operators",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3104",
		"link": "https://wg21.link/cwg3104",
		"section": "13.10.3.4 [temp.deduct.conv]",
		"status": "open",
		"submitter": "Thomas Mejstrik",
		"date": "2025-09-28"
	},
	"CWG3105": {
		"type": "issue",
		"title": "Consteval destructor through immediate escalation",
		"long_link": "https://cplusplus.github.io/CWG/issues/3105.html",
		"link": "https://wg21.link/cwg3105",
		"section": "7.7 [expr.const]",
		"status": "DR",
		"submitter": "Corentin Jabot",
		"date": "2025-10-14",
		"github_url": "https://github.com/cplusplus/papers/issues/2683"
	},
	"CWG3106": {
		"type": "issue",
		"title": "Redundant exclusion of (non-existent) UCNs in r-char-sequences",
		"long_link": "https://cplusplus.github.io/CWG/issues/3106.html",
		"link": "https://wg21.link/cwg3106",
		"section": "5.3.2 [lex.universal.char]",
		"status": "DR",
		"submitter": "Hubert Tong",
		"date": "2025-10-27"
	},
	"CWG3107": {
		"type": "issue",
		"title": "Misleading note \"An alias template name is never deduced.\"",
		"long_link": "https://cplusplus.github.io/CWG/issues/3107.html",
		"link": "https://wg21.link/cwg3107",
		"section": "13.7.8 [temp.alias]",
		"status": "DR",
		"submitter": "Brian Bi",
		"date": "2025-11-02"
	},
	"CWG3108": {
		"type": "issue",
		"title": "Reflection on type aliases",
		"long_link": "https://cplusplus.github.io/CWG/issues/3108.html",
		"link": "https://wg21.link/cwg3108",
		"section": "7.6.2.10 [expr.reflect]",
		"status": "accepted",
		"submitter": "Jakub Jelinek",
		"date": "2025-10-29"
	},
	"CWG3109": {
		"type": "issue",
		"title": "Access checking when designating a protected member by a splice",
		"long_link": "https://cplusplus.github.io/CWG/issues/3109.html",
		"link": "https://wg21.link/cwg3109",
		"section": "11.8.5 [class.protected]",
		"status": "accepted",
		"submitter": "Dan Katz",
		"date": "2025-10-25"
	},
	"CWG3110": {
		"type": "issue",
		"title": "Constexpr allocation for literal types",
		"long_link": "https://cplusplus.github.io/CWG/issues/3110.html",
		"link": "https://wg21.link/cwg3110",
		"section": "7.7 [expr.const]",
		"status": "DR",
		"submitter": "Jiang An",
		"date": "2025-11-01"
	},
	"CWG3111": {
		"type": "issue",
		"title": "Template parameter objects of array type",
		"long_link": "https://cplusplus.github.io/CWG/issues/3111.html",
		"link": "https://wg21.link/cwg3111",
		"section": "13.2 [temp.param]",
		"status": "DR",
		"submitter": "Dan Katz",
		"date": "2025-10-30"
	},
	"CWG3112": {
		"type": "issue",
		"title": "Introduce a term for C-style variadic functions",
		"long_link": "https://cplusplus.github.io/CWG/issues/3112.html",
		"link": "https://wg21.link/cwg3112",
		"section": "13.2 [temp.param]",
		"status": "DR",
		"submitter": "FR",
		"date": "2025-10-01"
	},
	"CWG3113": {
		"type": "issue",
		"title": "When is an expansion-init-list type-dependent?",
		"long_link": "https://cplusplus.github.io/CWG/issues/3113.html",
		"link": "https://wg21.link/cwg3113",
		"section": "13.8.3.3 [temp.dep.expr]",
		"status": "accepted",
		"submitter": "US",
		"date": "2025-10-01"
	},
	"CWG3114": {
		"type": "issue",
		"title": "Indirect base classes for class member access with direct base class relationship",
		"long_link": "https://cplusplus.github.io/CWG/issues/3114.html",
		"link": "https://wg21.link/cwg3114",
		"section": "7.6.1.5 [expr.ref]",
		"status": "accepted",
		"submitter": "CWG",
		"date": "2025-11-03"
	},
	"CWG3115": {
		"type": "issue",
		"title": "Function parameters of consteval-only type",
		"long_link": "https://cplusplus.github.io/CWG/issues/3115.html",
		"link": "https://wg21.link/cwg3115",
		"section": "6.9.1 [basic.types.general]",
		"status": "accepted",
		"submitter": "Hubert Tong",
		"date": "2025-10-29"
	},
	"CWG3116": {
		"type": "issue",
		"title": "First element of an array",
		"long_link": "https://cplusplus.github.io/CWG/issues/3116.html",
		"link": "https://wg21.link/cwg3116",
		"section": "9.3.4.5 [dcl.array]",
		"status": "DR",
		"submitter": "CWG",
		"date": "2025-11-05"
	},
	"CWG3117": {
		"type": "issue",
		"title": "Overriding by a consteval virtual function",
		"long_link": "https://cplusplus.github.io/CWG/issues/3117.html",
		"link": "https://wg21.link/cwg3117",
		"section": "11.7.3 [class.virtual]",
		"status": "accepted",
		"submitter": "Daniel Katz",
		"date": "2025-11-06"
	},
	"CWG3118": {
		"type": "issue",
		"title": "Mangling reflections of annotations is infeasible",
		"long_link": "https://cplusplus.github.io/CWG/issues/3118.html",
		"link": "https://wg21.link/cwg3118",
		"section": "6.7 [basic.link]",
		"status": "accepted",
		"submitter": "Dan Katz",
		"date": "2025-11-06"
	},
	"CWG3119": {
		"type": "issue",
		"title": "for-range-declaration of an expansion-statement as a templated entity",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3119",
		"link": "https://wg21.link/cwg3119",
		"section": "13.1 [temp.pre]",
		"status": "tentatively ready",
		"submitter": "AT",
		"date": "2025-10-01"
	},
	"CWG3120": {
		"type": "issue",
		"title": "Incorrect description for interpreting integer literals",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3120",
		"link": "https://wg21.link/cwg3120",
		"section": "5.13.2 [lex.icon]",
		"status": "open",
		"submitter": "Masaki Moriguchi",
		"date": "2025-11-08"
	},
	"CWG3121": {
		"type": "issue",
		"title": "Zero-size arrays in function parameters",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3121",
		"link": "https://wg21.link/cwg3121",
		"section": "9.3.4.6 [dcl.fct]",
		"status": "open",
		"submitter": "Jan Schultke",
		"date": "2025-11-08"
	},
	"CWG3122": {
		"type": "issue",
		"title": "Inadequate value-dependence for reflect-expressions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3122",
		"link": "https://wg21.link/cwg3122",
		"section": "13.8.3.4 [temp.dep.constexpr]",
		"status": "tentatively ready",
		"submitter": "Dan Katz",
		"date": "2025-11-15"
	},
	"CWG3123": {
		"type": "issue",
		"title": "Global lookup for begin and end for expansion statements",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3123",
		"link": "https://wg21.link/cwg3123",
		"section": "8.7 [stmt.expand]",
		"status": "open",
		"submitter": "Ambrose T.",
		"date": "2025-11-11",
		"github_url": "https://github.com/cplusplus/papers/issues/2615"
	},
	"CWG3124": {
		"type": "issue",
		"title": "Disallow annotations on block-scope externs and non-unique friend declarations",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3124",
		"link": "https://wg21.link/cwg3124",
		"section": "9.13.12 [dcl.attr.annotation]",
		"status": "open",
		"submitter": "Dan Katz",
		"date": "2025-11-15"
	},
	"CWG3125": {
		"type": "issue",
		"title": "Token convertibility requirement in #if",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3125",
		"link": "https://wg21.link/cwg3125",
		"section": "15.2 [cpp.cond]",
		"status": "tentatively ready",
		"submitter": "Hubert Tong",
		"date": "2025-11-18"
	},
	"CWG3126": {
		"type": "issue",
		"title": "A module import needs a header-name as a token",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3126",
		"link": "https://wg21.link/cwg3126",
		"section": "5.10 [lex.token]",
		"status": "tentatively ready",
		"submitter": "Hubert Tong",
		"date": "2025-11-18"
	},
	"CWG3127": {
		"type": "issue",
		"title": "Evaluation context is missing synthesized points",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3127",
		"link": "https://wg21.link/cwg3127",
		"section": "7.7 [expr.const]",
		"status": "open",
		"submitter": "Dan Katz",
		"date": "2025-11-15"
	},
	"CWG3128": {
		"type": "issue",
		"title": "Potentially-throwing unevaluated operands",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3128",
		"link": "https://wg21.link/cwg3128",
		"section": "14.5 [except.spec]",
		"status": "tentatively ready",
		"submitter": "Richard Smith",
		"date": "2018-05-06"
	},
	"CWG3129": {
		"type": "issue",
		"title": "Clarify which floating-point-literals are valid",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3129",
		"link": "https://wg21.link/cwg3129",
		"section": "5.13.4 [lex.fcon]",
		"status": "open",
		"submitter": "Jan Schultke",
		"date": "2025-11-10",
		"github_url": "https://github.com/cplusplus/papers/issues/2684"
	},
	"CWG3130": {
		"type": "issue",
		"title": "Naming function members of anonymous unions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3130",
		"link": "https://wg21.link/cwg3130",
		"section": "7.5.5.1 [expr.prim.id.general]",
		"status": "review",
		"submitter": "Hubert Tong",
		"date": "2025-11-11"
	},
	"CWG3131": {
		"type": "issue",
		"title": "Value categories and types for the range in iterable expansion statements",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3131",
		"link": "https://wg21.link/cwg3131",
		"section": "8.7 [stmt.expand]",
		"status": "open",
		"submitter": "Jakub Jelinek",
		"date": "2025-11-13"
	},
	"CWG3132": {
		"type": "issue",
		"title": "Unclear disambiguation rule for condition",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3132",
		"link": "https://wg21.link/cwg3132",
		"section": "8.1 [stmt.pre]",
		"status": "tentatively ready",
		"submitter": "CWG",
		"date": "2025-11-21"
	},
	"CWG3133": {
		"type": "issue",
		"title": "Cv-qualified types in built-in operator candidates",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3133",
		"link": "https://wg21.link/cwg3133",
		"section": "12.5 [over.built]",
		"status": "open",
		"submitter": "Jan Schultke",
		"date": "2025-11-10"
	},
	"CWG3134": {
		"type": "issue",
		"title": "Underspecified behavior of bit-fields",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3134",
		"link": "https://wg21.link/cwg3134",
		"section": "7.6.16 [expr.cond]",
		"status": "open",
		"submitter": "Jay Ghiron",
		"date": "2025-11-22"
	},
	"CWG3135": {
		"type": "issue",
		"title": "Structured bindings with prvalues from tuples",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3135",
		"link": "https://wg21.link/cwg3135",
		"section": "9.7 [dcl.struct.bind]",
		"status": "open",
		"submitter": "Barry Revzin",
		"date": "2025-11-14"
	},
	"CWG3136": {
		"type": "issue",
		"title": "Constant expressions of type void",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3136",
		"link": "https://wg21.link/cwg3136",
		"section": "7.7 [expr.const]",
		"status": "open",
		"submitter": "Lénárd Szolnoki",
		"date": "2025-11-23"
	},
	"CWG3137": {
		"type": "issue",
		"title": "Composite pointer type with qualification and pointer-to-member conversions",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3137",
		"link": "https://wg21.link/cwg3137",
		"section": "7.2.2 [expr.type]",
		"status": "open",
		"submitter": "Brian Bi",
		"date": "2025-11-25"
	},
	"CWG3138": {
		"type": "issue",
		"title": "Meaning of unqualified-ids vs. coroutine parameters",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3138",
		"link": "https://wg21.link/cwg3138",
		"section": "7.5.5.2 [expr.prim.id.unqual]",
		"status": "open",
		"submitter": "Joshua Berne",
		"date": "2025-02-25"
	},
	"CWG3139": {
		"type": "issue",
		"title": "Temporaries for bit-fields in reference initialization",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3139",
		"link": "https://wg21.link/cwg3139",
		"section": "9.5.4 [dcl.init.ref]",
		"status": "open",
		"submitter": "Ell",
		"date": "2025-10-08"
	},
	"CWG3140": {
		"type": "issue",
		"title": "Allowing expansion over non-constant std::array",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3140",
		"link": "https://wg21.link/cwg3140",
		"section": "8.7 [stmt.expand]",
		"status": "open",
		"submitter": "Barry Revzin",
		"date": "2025-12-04"
	},
	"CWG3141": {
		"type": "issue",
		"title": "Unique objects from define_static_array",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3141",
		"link": "https://wg21.link/cwg3141",
		"section": "6.8.2 [intro.object]",
		"status": "open",
		"submitter": "A. Jiang",
		"date": "2025-11-29"
	},
	"CWG3142": {
		"type": "issue",
		"title": "Possible expansions of __LINE__ changing over time",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3142",
		"link": "https://wg21.link/cwg3142",
		"section": "15.12 [cpp.predefined]",
		"status": "open",
		"submitter": "Jaing An",
		"date": "2025-12-05"
	},
	"CWG3143": {
		"type": "issue",
		"title": "Incorrect statement about enumerators for C23",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3143",
		"link": "https://wg21.link/cwg3143",
		"section": "C.7.6 [diff.dcl]",
		"status": "open",
		"submitter": "Hubert Tong",
		"date": "2025-12-11"
	},
	"CWG3144": {
		"type": "issue",
		"title": "Granularity of implementation choice for sizeof and subobject offsets",
		"long_link": "https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#3144",
		"link": "https://wg21.link/cwg3144",
		"section": "6.8.2 [intro.object]",
		"status": "open",
		"submitter": "Tomasz Kamiński",
		"date": "2025-12-16"
	},
	"D0019": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/LibraryWorkingGroup/D0019.html",
		"link": "https://wg21.link/d0019",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/LibraryWorkingGroup"
	},
	"D0019R8": {
		"type": "paper",
		"title": "Update to P0019r7 with requested LWG edits",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/LibraryWorkingGroup/D0019r8.html",
		"link": "https://wg21.link/d0019r8",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/LibraryWorkingGroup"
	},
	"D0057R9": {
		"type": "paper",
		"title": "Application of Rebase Coro to C++17 to the Coroutine Working Draft",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/CoreWorkingGroup/d0057r9.pdf",
		"link": "https://wg21.link/d0057r9",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/CoreWorkingGroup"
	},
	"D0122R7": {
		"type": "paper",
		"title": "span, R7",
		"subgroup": "",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/LibraryEvolutionWorkingGroup/D0122R7.pdf",
		"link": "https://wg21.link/d0122r7",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/LibraryEvolutionWorkingGroup"
	},
	"D0192R5": {
		"type": "paper",
		"title": "Update of P0192R4 with open questions and SG-6 feedback.",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/EvolutionWorkingGroup/d0192r5.html",
		"link": "https://wg21.link/d0192r5",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/EvolutionWorkingGroup"
	},
	"D0194R6": {
		"type": "paper",
		"title": "Static Reflection",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/CoreWorkingGroup/d0194r6.html",
		"link": "https://wg21.link/d0194r6",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/CoreWorkingGroup"
	},
	"D0201R5": {
		"type": "paper",
		"title": "Draft with revised polymorphic_value wording",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/LibraryWorkingGroup/D0201R5.1.html",
		"link": "https://wg21.link/d0201r5",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/LibraryWorkingGroup"
	},
	"D0201R6": {
		"type": "paper",
		"title": "Revised edition of polymorphic_value wording",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/D0201R6.2.html",
		"link": "https://wg21.link/d0201r6",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D0211R2": {
		"type": "paper",
		"title": "Allocator-aware library wrappers for dynamic allocation",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/LibraryEvolutionWorkingGroup/d0211r2.html",
		"link": "https://wg21.link/d0211r2",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/LibraryEvolutionWorkingGroup"
	},
	"D0214R9": {
		"type": "paper",
		"title": "simd paper with less SFINAE requirements",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/LibraryWorkingGroup/D0214R9-ill-formed.pdf",
		"link": "https://wg21.link/d0214r9",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/LibraryWorkingGroup"
	},
	"D0260R6": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "SG1",
		"long_link": "https://wiki.edg.com/pub/Wg21issaquah2023/SG1/d0260r6.html",
		"link": "https://wg21.link/d0260r6",
		"source": "https://wiki.edg.com/bin/view/Wg21issaquah2023/SG1"
	},
	"D0288R3": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/LibraryEvolutionWorkingGroup/d0288r3.html",
		"link": "https://wg21.link/d0288r3",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/LibraryEvolutionWorkingGroup"
	},
	"D0288R4": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/LibraryEvolutionWorkingGroup/d0288r4.html",
		"link": "https://wg21.link/d0288r4",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/LibraryEvolutionWorkingGroup"
	},
	"D0288R5": {
		"type": "paper",
		"title": "any_invocable",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/d0288r5.html",
		"link": "https://wg21.link/d0288r5",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D0290R4": {
		"type": "paper",
		"title": "Apply for synchronized_value, with changes based on LWG feedback",
		"subgroup": "",
		"long_link": "https://wiki.edg.com/pub/Wg21issaquah2023/StrawPolls/P0290R4.html",
		"link": "https://wg21.link/d0290r4",
		"source": "https://wiki.edg.com/bin/view/Wg21issaquah2023/StrawPolls"
	},
	"D0323R7": {
		"type": "paper",
		"title": "D0323r7",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/LibraryWorkingGroup/D0323r7.html",
		"link": "https://wg21.link/d0323r7",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/LibraryWorkingGroup"
	},
	"D0325R3": {
		"type": "paper",
		"title": "to_array from LFTS revision 3 (draft after small group)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/LibraryWorkingGroup/d0325r3.html",
		"link": "https://wg21.link/d0325r3",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/LibraryWorkingGroup"
	},
	"D0325R4": {
		"type": "paper",
		"title": "to_array with expects, feature-test macro",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/d0325r4.html",
		"link": "https://wg21.link/d0325r4",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D0330": {
		"type": "paper",
		"title": "D0330r8 Literal suffix for (signed) size_t",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/CoreWorkingGroup/d0330.html",
		"link": "https://wg21.link/d0330",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/CoreWorkingGroup"
	},
	"D0340R2": {
		"type": "paper",
		"title": "Making std::underlying_type SFINAE-friendly",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/LibraryWorkingGroup/d0340r2.html",
		"link": "https://wg21.link/d0340r2",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/LibraryWorkingGroup"
	},
	"D0350R3": {
		"type": "paper",
		"title": "Integrating simd with parallel algorithms",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryEvolutionWorkingGroup/D0350R3.pdf",
		"link": "https://wg21.link/d0350r3",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryEvolutionWorkingGroup"
	},
	"D0355R6": {
		"type": "paper",
		"title": "Date/time",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/LibraryWorkingGroup/d0355r6.html",
		"link": "https://wg21.link/d0355r6",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/LibraryWorkingGroup"
	},
	"D0355R7": {
		"type": "paper",
		"title": "Extending chrono to Calendars and Time Zones",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/LibraryWorkingGroup/d0355r7.html",
		"link": "https://wg21.link/d0355r7",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/LibraryWorkingGroup"
	},
	"D0356R5": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/LibraryWorkingGroup/d0356r5.html",
		"link": "https://wg21.link/d0356r5",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/LibraryWorkingGroup"
	},
	"D0357R3": {
		"type": "paper",
		"title": "Updated to use new elements.",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/LibraryWorkingGroup/d0357r3.html",
		"link": "https://wg21.link/d0357r3",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/LibraryWorkingGroup"
	},
	"D0388R4": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/CoreWorkingGroup/d0388r4.html",
		"link": "https://wg21.link/d0388r4",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/CoreWorkingGroup"
	},
	"D0401R2": {
		"type": "paper",
		"title": "Revised P0401R1, based on pre-meeting feedback",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryEvolutionWorkingGroup/D0401R2.html",
		"link": "https://wg21.link/d0401r2",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryEvolutionWorkingGroup"
	},
	"D0424R3": {
		"type": "paper",
		"title": "D0424R3 - Templated string UDL",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/CoreWorkingGroup/d0424r3.pdf",
		"link": "https://wg21.link/d0424r3",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/CoreWorkingGroup"
	},
	"D0429R7": {
		"type": "paper",
		"title": "Updated flat_map wording.",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/D0429R7.pdf",
		"link": "https://wg21.link/d0429r7",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D0429R8": {
		"type": "paper",
		"title": "Update flat_map wording.",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/D0429R8.pdf",
		"link": "https://wg21.link/d0429r8",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D0454R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/LibraryEvolutionWorkingGroup/D0454r1.html",
		"link": "https://wg21.link/d0454r1",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/LibraryEvolutionWorkingGroup"
	},
	"D0466R5": {
		"type": "paper",
		"title": "LWG clarifications and fixes",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/CoreWorkingGroup/D0466R5.pdf",
		"link": "https://wg21.link/d0466r5",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/CoreWorkingGroup"
	},
	"D0479R5": {
		"type": "paper",
		"title": "Likely/unlikely revision",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/CoreWorkingGroup/d0479r5.html",
		"link": "https://wg21.link/d0479r5",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/CoreWorkingGroup"
	},
	"D0482R4": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/CoreWorkingGroup/d0482r4.html",
		"link": "https://wg21.link/d0482r4",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/CoreWorkingGroup"
	},
	"D0482R6": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/LibraryWorkingGroup/d0482r6.html",
		"link": "https://wg21.link/d0482r6",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/LibraryWorkingGroup"
	},
	"D0493R4": {
		"type": "paper",
		"title": "P0493R4 atomic min/max",
		"subgroup": "LWG",
		"long_link": "https://wiki.edg.com/pub/Wg21issaquah2023/LibraryWorkingGroup/P0493R4.pdf",
		"link": "https://wg21.link/d0493r4",
		"source": "https://wiki.edg.com/bin/view/Wg21issaquah2023/LibraryWorkingGroup"
	},
	"D0528R2": {
		"type": "paper",
		"title": "D0528r2",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/EvolutionWorkingGroup/D0528r2.html",
		"link": "https://wg21.link/d0528r2",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/EvolutionWorkingGroup"
	},
	"D0528R3": {
		"type": "paper",
		"title": "D0528r3",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/CoreWorkingGroup/D0528r3.html",
		"link": "https://wg21.link/d0528r3",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/CoreWorkingGroup"
	},
	"D0533R6": {
		"type": "paper",
		"title": "Move proposed text from [expr.const] to [library.c]",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/d0533r6.pdf",
		"link": "https://wg21.link/d0533r6",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D0542R4": {
		"type": "paper",
		"title": "Support for contract based programming in C++",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/CoreWorkingGroup/d0542r4.html",
		"link": "https://wg21.link/d0542r4",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/CoreWorkingGroup"
	},
	"D0542R5": {
		"type": "paper",
		"title": "D0542R5 - Support for contract based programming in C++",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/CoreWorkingGroup/d0542r5.html",
		"link": "https://wg21.link/d0542r5",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/CoreWorkingGroup"
	},
	"D0551R3": {
		"type": "paper",
		"title": "\"Don't Specialize std function templates!\"",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/LibraryWorkingGroup/d0551r3.pdf",
		"link": "https://wg21.link/d0551r3",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/LibraryWorkingGroup"
	},
	"D0553R3": {
		"type": "paper",
		"title": "Bit operations",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/LibraryEvolutionWorkingGroup/d0553r3.html",
		"link": "https://wg21.link/d0553r3",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/LibraryEvolutionWorkingGroup"
	},
	"D0553R4": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/LibraryWorkingGroup/d0553r4.html",
		"link": "https://wg21.link/d0553r4",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/LibraryWorkingGroup"
	},
	"D0586R1": {
		"type": "paper",
		"title": "Update of P0586R0",
		"subgroup": "",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/LibraryEvolutionWorkingGroup/D0586R1-safe-comparison.html",
		"link": "https://wg21.link/d0586r1",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/LibraryEvolutionWorkingGroup"
	},
	"D0586R2": {
		"type": "paper",
		"title": "Revision of p0586r1, updated as discussed",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/LibraryWorkingGroup/d0586r2.html",
		"link": "https://wg21.link/d0586r2",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/LibraryWorkingGroup"
	},
	"D0591": {
		"type": "paper",
		"title": "Revision of P0591r3 (uses-allocator construction) as per LWG wording review Tuesday",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/LibraryWorkingGroup/D0591-uses-allocator.pdf",
		"link": "https://wg21.link/d0591",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/LibraryWorkingGroup"
	},
	"D0593R4": {
		"type": "paper",
		"title": "Implicit creation of objects for low-level object manipulation (with wording)",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/EvolutionWorkingGroup/d0593r4.html",
		"link": "https://wg21.link/d0593r4",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/EvolutionWorkingGroup"
	},
	"D0593R5": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/CoreWorkingGroup/d0593r5.html",
		"link": "https://wg21.link/d0593r5",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/CoreWorkingGroup"
	},
	"D0593R6": {
		"type": "paper",
		"title": "Implicit creation of objects for low-level object manipulation",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/LibraryWorkingGroup/d0593r6.html",
		"link": "https://wg21.link/d0593r6",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/LibraryWorkingGroup"
	},
	"D0602R2": {
		"type": "paper",
		"title": "variant and optional should propagate copy/move triviality (rebased)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/LibraryWorkingGroup/d0602r2.html",
		"link": "https://wg21.link/d0602r2",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/LibraryWorkingGroup"
	},
	"D0608R2": {
		"type": "paper",
		"title": "D0608R2 A sane variant converting constructor",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/LibraryWorkingGroup/d0608r2.html",
		"link": "https://wg21.link/d0608r2",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/LibraryWorkingGroup"
	},
	"D0619R3": {
		"type": "paper",
		"title": "Removing deprecated features",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/LibraryWorkingGroup/d0619r3.html",
		"link": "https://wg21.link/d0619r3",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/LibraryWorkingGroup"
	},
	"D0619R4": {
		"type": "paper",
		"title": "Remove deprecated facilities from C++20 please",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/LibraryWorkingGroup/d0619r4.html",
		"link": "https://wg21.link/d0619r4",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/LibraryWorkingGroup"
	},
	"D0626R0": {
		"type": "paper",
		"title": "No Internal Locks for C++ Atomics",
		"subgroup": "SG1",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/SG1/d0626r0.html",
		"link": "https://wg21.link/d0626r0",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/SG1"
	},
	"D0627R4": {
		"type": "paper",
		"title": "std::unreachable() (fetch James Touton if this comes up)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/d0627r4.pdf",
		"link": "https://wg21.link/d0627r4",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D0631R3": {
		"type": "paper",
		"title": "Math Constants (Revision 3)",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/LibraryEvolutionWorkingGroup/D0631R3.pdf",
		"link": "https://wg21.link/d0631r3",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/LibraryEvolutionWorkingGroup"
	},
	"D0631R7": {
		"type": "paper",
		"title": "(Old: Please use D0631R8 instead) Updated Math Constant wording revision 7 (post telecon 2019-04-23)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/D0631R7.pdf",
		"link": "https://wg21.link/d0631r7",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D0631R8": {
		"type": "paper",
		"title": "Updated Math Constant wording revision 8 (post telecon 2019-04-23) updated 2019-07-17",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/D0631R8.pdf",
		"link": "https://wg21.link/d0631r8",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D0634R3": {
		"type": "paper",
		"title": "Revision of Down with typename!",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/CoreWorkingGroup/d0634r3.html",
		"link": "https://wg21.link/d0634r3",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/CoreWorkingGroup"
	},
	"D0642R4": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "SG1",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/SG1/d0642r4.pdf",
		"link": "https://wg21.link/d0642r4",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/SG1"
	},
	"D0645R4": {
		"type": "paper",
		"title": "Text Formatting",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/LibraryWorkingGroup/D0645R4.html",
		"link": "https://wg21.link/d0645r4",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/LibraryWorkingGroup"
	},
	"D0645R6": {
		"type": "paper",
		"title": "D0645R6 Text Formatting for C++20",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/LibraryWorkingGroup/D0645R6.html",
		"link": "https://wg21.link/d0645r6",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/LibraryWorkingGroup"
	},
	"D0645R8": {
		"type": "paper",
		"title": "(Old: use D0645R10 instead) Draft of P0645 with comments from March 18 LWG telecon addressed",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/D0645R8.html",
		"link": "https://wg21.link/d0645r8",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D0645R9": {
		"type": "paper",
		"title": "(Old: use D0645R10 instead) Draft of P0645 with comments from June 14 LWG telecon addressed",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/D0645R9.html",
		"link": "https://wg21.link/d0645r9",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D0645R10": {
		"type": "paper",
		"title": "Draft of P0645 with comments from June 21 LWG telecom addressed",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/D0645R10.html",
		"link": "https://wg21.link/d0645r10",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D0652R4": {
		"type": "paper",
		"title": "Concurrent associative data structure with unsynchronized view",
		"subgroup": "SG1",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/SG1/d0652r4.html",
		"link": "https://wg21.link/d0652r4",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/SG1"
	},
	"D0660R7": {
		"type": "paper",
		"title": "D0660R7 (interrupt tokens with callbacks and jthread)",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/LibraryEvolutionWorkingGroup/D0660R7.pdf",
		"link": "https://wg21.link/d0660r7",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/LibraryEvolutionWorkingGroup"
	},
	"D0660R10": {
		"type": "paper",
		"title": "jthread and stop_token Monday Evening and Night",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/D0660R10.pdf",
		"link": "https://wg21.link/d0660r10",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D0664R2": {
		"type": "paper",
		"title": "Coroutine Issue List (March 2018)",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/EvolutionWorkingGroup/d0664r2.html",
		"link": "https://wg21.link/d0664r2",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/EvolutionWorkingGroup"
	},
	"D0664R4": {
		"type": "paper",
		"title": "Created issues 31 and 32 requested by SG1",
		"subgroup": "SG1",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/SG1/d0664r4.html",
		"link": "https://wg21.link/d0664r4",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/SG1"
	},
	"D0664R7": {
		"type": "paper",
		"title": "Coroutines TS Issue list (with fixed wording for ready issues), others moved to not ready",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/CoreWorkingGroup/d0664r7.html",
		"link": "https://wg21.link/d0664r7",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/CoreWorkingGroup"
	},
	"D0664R8": {
		"type": "paper",
		"title": "Coroutine TS issues ready for CWG review",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/CoreWorkingGroup/d0664r8.html",
		"link": "https://wg21.link/d0664r8",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/CoreWorkingGroup"
	},
	"D0668R5": {
		"type": "paper",
		"title": "D0668R5 memory model",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/CoreWorkingGroup/d0668r5.html",
		"link": "https://wg21.link/d0668r5",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/CoreWorkingGroup"
	},
	"D0670R4": {
		"type": "paper",
		"title": "Function reflection",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/CoreWorkingGroup/d0670r4.html",
		"link": "https://wg21.link/d0670r4",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/CoreWorkingGroup"
	},
	"D0722R3": {
		"type": "paper",
		"title": "Efficient sized delete for variable sized classes",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/CoreWorkingGroup/d0722r3.html",
		"link": "https://wg21.link/d0722r3",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/CoreWorkingGroup"
	},
	"D0732R1": {
		"type": "paper",
		"title": "classes in non-type template parameters",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/CoreWorkingGroup/d0732r1.pdf",
		"link": "https://wg21.link/d0732r1",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/CoreWorkingGroup"
	},
	"D0732R2": {
		"type": "paper",
		"title": "D0732R2 class type NTTPs",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/CoreWorkingGroup/d0732r2.pdf",
		"link": "https://wg21.link/d0732r2",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/CoreWorkingGroup"
	},
	"D0735R1": {
		"type": "paper",
		"title": "D0735R1: Interaction of memory_order_consume with release sequences",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/CoreWorkingGroup/D0735R1.html",
		"link": "https://wg21.link/d0735r1",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/CoreWorkingGroup"
	},
	"D0758R1": {
		"type": "paper",
		"title": "D07581R1 Implicit conversion traits and utility functions",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/LibraryWorkingGroup/d0758r1.html",
		"link": "https://wg21.link/d0758r1",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/LibraryWorkingGroup"
	},
	"D0759R1": {
		"type": "paper",
		"title": "D07591R1 fpos Requirements",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/LibraryWorkingGroup/d0759r1.html",
		"link": "https://wg21.link/d0759r1",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/LibraryWorkingGroup"
	},
	"D0769R1": {
		"type": "paper",
		"title": "shift algorithm",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/LibraryWorkingGroup/d0769r1.pdf",
		"link": "https://wg21.link/d0769r1",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/LibraryWorkingGroup"
	},
	"D0780R2": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/CoreWorkingGroup/d0780r2.html",
		"link": "https://wg21.link/d0780r2",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/CoreWorkingGroup"
	},
	"D0784R2": {
		"type": "paper",
		"title": "Standard containers and constexpr",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/CoreWorkingGroup/d0784r2.html",
		"link": "https://wg21.link/d0784r2",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/CoreWorkingGroup"
	},
	"D0784R5": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/CoreWorkingGroup/d0784r5.html",
		"link": "https://wg21.link/d0784r5",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/CoreWorkingGroup"
	},
	"D0784R6": {
		"type": "paper",
		"title": "More constexpr containers (including EWG cut)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/CoreWorkingGroup/d0784r6.html",
		"link": "https://wg21.link/d0784r6",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/CoreWorkingGroup"
	},
	"D0784R7": {
		"type": "paper",
		"title": "More constexpr containers",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/CoreWorkingGroup/d0784r7.html",
		"link": "https://wg21.link/d0784r7",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/CoreWorkingGroup"
	},
	"D0798R8": {
		"type": "paper",
		"title": "P0798R8 Monadic operations for std::optional",
		"subgroup": "",
		"long_link": "https://wiki.edg.com/pub/Wg21virtual2021-10/StrawPolls/p0798r8.html",
		"link": "https://wg21.link/d0798r8",
		"source": "https://wiki.edg.com/bin/view/Wg21virtual2021-10/StrawPolls"
	},
	"D0806R2": {
		"type": "paper",
		"title": "Deprecate implicit capture of \"this\" via [=]",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/CoreWorkingGroup/d0806r2.html",
		"link": "https://wg21.link/d0806r2",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/CoreWorkingGroup"
	},
	"D0811R3": {
		"type": "paper",
		"title": "Revisions to midpoint/lerp",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/LibraryWorkingGroup/d0811r3.html",
		"link": "https://wg21.link/d0811r3",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/LibraryWorkingGroup"
	},
	"D0820R3": {
		"type": "paper",
		"title": "Feedback on P0214 (simd<>)",
		"subgroup": "",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/LibraryEvolutionWorkingGroup/D0820R3.pdf",
		"link": "https://wg21.link/d0820r3",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/LibraryEvolutionWorkingGroup"
	},
	"D0820R4": {
		"type": "paper",
		"title": "Feedback on P0214",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/LibraryWorkingGroup/D0820R4.pdf",
		"link": "https://wg21.link/d0820r4",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/LibraryWorkingGroup"
	},
	"D0823R0": {
		"type": "paper",
		"title": "Modules: semantics of declarations",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/EvolutionWorkingGroup/d0823r0.pdf",
		"link": "https://wg21.link/d0823r0",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/EvolutionWorkingGroup"
	},
	"D0840R2": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/CoreWorkingGroup/d0840r2.html",
		"link": "https://wg21.link/d0840r2",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/CoreWorkingGroup"
	},
	"D0847R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/EvolutionWorkingGroup/d0847r1.html",
		"link": "https://wg21.link/d0847r1",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/EvolutionWorkingGroup"
	},
	"D0847R3": {
		"type": "paper",
		"title": "Deducing this",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/EvolutionWorkingGroup/d0847r3.html",
		"link": "https://wg21.link/d0847r3",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/EvolutionWorkingGroup"
	},
	"D0848R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/EvolutionWorkingGroup/d0848r1.html",
		"link": "https://wg21.link/d0848r1",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/EvolutionWorkingGroup"
	},
	"D0848R2": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/CoreWorkingGroup/d0848r2.html",
		"link": "https://wg21.link/d0848r2",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/CoreWorkingGroup"
	},
	"D0848R3": {
		"type": "paper",
		"title": "conditionally trivial",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/CoreWorkingGroup/d0848r3.html",
		"link": "https://wg21.link/d0848r3",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/CoreWorkingGroup"
	},
	"D0870R2": {
		"type": "paper",
		"title": "Revision of P0870R1, based on LEWG-I feedback today",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/EvolutionWorkingGroup/d0870r2.html",
		"link": "https://wg21.link/d0870r2",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/EvolutionWorkingGroup"
	},
	"D0876R1": {
		"type": "paper",
		"title": "fibers without scheduler, revised per SG1 in Jacksonville",
		"subgroup": "SG1",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/SG1/D0876R1.pdf",
		"link": "https://wg21.link/d0876r1",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/SG1"
	},
	"D0876R3": {
		"type": "paper",
		"title": "Updated draft of fiber_handle proposal",
		"subgroup": "SG1",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/SG1/D0876R3.pdf",
		"link": "https://wg21.link/d0876r3",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/SG1"
	},
	"D0876R7": {
		"type": "paper",
		"title": "Köln update of P0876 based on Monday's SG1 feedback",
		"subgroup": "SG1",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/SG1/D0876R7.pdf",
		"link": "https://wg21.link/d0876r7",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/SG1"
	},
	"D0876R12": {
		"type": "paper",
		"title": "fiber_context: fibers without scheduler - remove stop_source, stop_token, add ctor with explicit stack",
		"subgroup": "LEWG",
		"long_link": "https://wiki.edg.com/pub/Wg21issaquah2023/LibraryEvolutionWorkingGroup/P0876R12.pdf",
		"link": "https://wg21.link/d0876r12",
		"source": "https://wiki.edg.com/bin/view/Wg21issaquah2023/LibraryEvolutionWorkingGroup"
	},
	"D0881R3": {
		"type": "paper",
		"title": "Stacktrace wording (after LEWG address() votes)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/CoreWorkingGroup/d0881r3.html",
		"link": "https://wg21.link/d0881r3",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/CoreWorkingGroup"
	},
	"D0881R4": {
		"type": "paper",
		"title": "Stacktrace with LEWG feedback",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/CoreWorkingGroup/d0881r4.html",
		"link": "https://wg21.link/d0881r4",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/CoreWorkingGroup"
	},
	"D0881R6": {
		"type": "paper",
		"title": "Stacktrace (after the CWG review)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/d0881r6.html",
		"link": "https://wg21.link/d0881r6",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D0891R3": {
		"type": "paper",
		"title": "D0981R3 (strong_order customization point + P1380R1 weak_order for floats)",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/LibraryEvolutionWorkingGroup/D0891R3.html",
		"link": "https://wg21.link/d0891r3",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/LibraryEvolutionWorkingGroup"
	},
	"D0892R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/CoreWorkingGroup/d0892r1.html",
		"link": "https://wg21.link/d0892r1",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/CoreWorkingGroup"
	},
	"D0892R2": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/CoreWorkingGroup/d0892r2.html",
		"link": "https://wg21.link/d0892r2",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/CoreWorkingGroup"
	},
	"D0893R2": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/EvolutionWorkingGroup/d0893r2.html",
		"link": "https://wg21.link/d0893r2",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/EvolutionWorkingGroup"
	},
	"D0898R3": {
		"type": "paper",
		"title": "Standard Library Concepts",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/LibraryWorkingGroup/d0898r3.pdf",
		"link": "https://wg21.link/d0898r3",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/LibraryWorkingGroup"
	},
	"D0905R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/CoreWorkingGroup/d0905r1.html",
		"link": "https://wg21.link/d0905r1",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/CoreWorkingGroup"
	},
	"D0907R1": {
		"type": "paper",
		"title": "D0907r1",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/EvolutionWorkingGroup/D0907r1.html",
		"link": "https://wg21.link/d0907r1",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/EvolutionWorkingGroup"
	},
	"D0907R3": {
		"type": "paper",
		"title": "D0907r3",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/EvolutionWorkingGroup/D0907r3.html",
		"link": "https://wg21.link/d0907r3",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/EvolutionWorkingGroup"
	},
	"D0912R1": {
		"type": "paper",
		"title": "Revised P0912r0 rendered as HTML + fixes",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/EvolutionWorkingGroup/D0912R1.html",
		"link": "https://wg21.link/d0912r1",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/EvolutionWorkingGroup"
	},
	"D0917R1": {
		"type": "paper",
		"title": "updated paper with more motivation for operator?:",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/EvolutionWorkingGroup/D0917R1.pdf",
		"link": "https://wg21.link/d0917r1",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/EvolutionWorkingGroup"
	},
	"D0918R1": {
		"type": "paper",
		"title": "Moar simd<> operations",
		"subgroup": "SG1",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/SG1/D0918R1.pdf",
		"link": "https://wg21.link/d0918r1",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/SG1"
	},
	"D0920R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/LibraryWorkingGroup/d0920r1.html",
		"link": "https://wg21.link/d0920r1",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/LibraryWorkingGroup"
	},
	"D0920R2": {
		"type": "paper",
		"title": "Precalculated hash values in lookup",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/LibraryWorkingGroup/d0920r2.html",
		"link": "https://wg21.link/d0920r2",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/LibraryWorkingGroup"
	},
	"D0928R1": {
		"type": "paper",
		"title": "D0928R1: Mitigating Speculation Attacks in C++",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/EvolutionWorkingGroup/D0928R1.pdf",
		"link": "https://wg21.link/d0928r1",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/EvolutionWorkingGroup"
	},
	"D0929R1": {
		"type": "paper",
		"title": "D0929R1: Checking for abstract class types (update for arrays)",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/EvolutionWorkingGroup/d0929r1.html",
		"link": "https://wg21.link/d0929r1",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/EvolutionWorkingGroup"
	},
	"D0929R2": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/CoreWorkingGroup/d0929r2.html",
		"link": "https://wg21.link/d0929r2",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/CoreWorkingGroup"
	},
	"D0941R2": {
		"type": "paper",
		"title": "D0941R2 feature-test wording",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/LibraryWorkingGroup/d0941r2.html",
		"link": "https://wg21.link/d0941r2",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/LibraryWorkingGroup"
	},
	"D0942R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/LibraryWorkingGroup/d0942r1.html",
		"link": "https://wg21.link/d0942r1",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/LibraryWorkingGroup"
	},
	"D0943R1": {
		"type": "paper",
		"title": "D0943R1: C atomics in C++ revision",
		"subgroup": "SG1",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/SG1/D0943R1.html",
		"link": "https://wg21.link/d0943r1",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/SG1"
	},
	"D0943R2": {
		"type": "paper",
		"title": "D0943R2: Support C atomics in C++",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/LibraryEvolutionWorkingGroup/d0943r2.html",
		"link": "https://wg21.link/d0943r2",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/LibraryEvolutionWorkingGroup"
	},
	"D0947R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/EvolutionWorkingGroup/d0947r1.html",
		"link": "https://wg21.link/d0947r1",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/EvolutionWorkingGroup"
	},
	"D0957R4": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "SG17",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/SG17/d0957R4.pdf",
		"link": "https://wg21.link/d0957r4",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/SG17"
	},
	"D0960R2": {
		"type": "paper",
		"title": "Allow initializing aggregates from a parenthesized list of values",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/CoreWorkingGroup/d0960r2.html",
		"link": "https://wg21.link/d0960r2",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/CoreWorkingGroup"
	},
	"D0960R3": {
		"type": "paper",
		"title": "Allow initializing aggregates from a parenthesized list of values",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/CoreWorkingGroup/d0960r3.html",
		"link": "https://wg21.link/d0960r3",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/CoreWorkingGroup"
	},
	"D0961R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/CoreWorkingGroup/d0961r1.html",
		"link": "https://wg21.link/d0961r1",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/CoreWorkingGroup"
	},
	"D0962R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/CoreWorkingGroup/d0962r1.html",
		"link": "https://wg21.link/d0962r1",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/CoreWorkingGroup"
	},
	"D0964R1": {
		"type": "paper",
		"title": "Finding the right set of traits for simd",
		"subgroup": "",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/LibraryEvolutionWorkingGroup/D0964R1.pdf",
		"link": "https://wg21.link/d0964r1",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/LibraryEvolutionWorkingGroup"
	},
	"D0966R1": {
		"type": "paper",
		"title": "Mark Zeren - updated to deprecate default parameter.",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/LibraryWorkingGroup/D0966R1.html",
		"link": "https://wg21.link/d0966r1",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/LibraryWorkingGroup"
	},
	"D0968R0": {
		"type": "paper",
		"title": "Tentatively ready issues to be moved in Jacksonville",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/CoreWorkingGroup/d0968r0.html",
		"link": "https://wg21.link/d0968r0",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/CoreWorkingGroup"
	},
	"D0969R0": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/CoreWorkingGroup/d0969r0.pdf",
		"link": "https://wg21.link/d0969r0",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/CoreWorkingGroup"
	},
	"D0970R0": {
		"type": "paper",
		"title": "Better, Safer Range Access Customization Points",
		"subgroup": "",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/LibraryEvolutionWorkingGroup/D0970R0.pdf",
		"link": "https://wg21.link/d0970r0",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/LibraryEvolutionWorkingGroup"
	},
	"D0971": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "SG1",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/SG1/d0971.html",
		"link": "https://wg21.link/d0971",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/SG1"
	},
	"D0973R0": {
		"type": "paper",
		"title": "D0973R0: Coroutines TS Use Cases and Design Issues",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/EvolutionWorkingGroup/D0973R0.pdf",
		"link": "https://wg21.link/d0973r0",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/EvolutionWorkingGroup"
	},
	"D0975R0": {
		"type": "paper",
		"title": "Library impact of coroutines",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/EvolutionWorkingGroup/d0975r0.html",
		"link": "https://wg21.link/d0975r0",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/EvolutionWorkingGroup"
	},
	"D0978R0": {
		"type": "paper",
		"title": "Response to Coroutine Concerns raised in D0973r0",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/EvolutionWorkingGroup/d0978r0.html",
		"link": "https://wg21.link/d0978r0",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/EvolutionWorkingGroup"
	},
	"D0979R0": {
		"type": "paper",
		"title": "German position on merging Ranges TS",
		"subgroup": "",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/LibraryEvolutionWorkingGroup/D0979R0-RangesTS_should_not_mandate_O1_begin_and_end.pdf",
		"link": "https://wg21.link/d0979r0",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/LibraryEvolutionWorkingGroup"
	},
	"D0980R1": {
		"type": "paper",
		"title": "constexpr std::string with latest wording updates",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/d0980r1.pdf",
		"link": "https://wg21.link/d0980r1",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D0981R3": {
		"type": "paper",
		"title": "D0981R3 (Let strong_order be a customization point) with LEWG Kona addenda",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/LibraryEvolutionWorkingGroup/D0981R3.html",
		"link": "https://wg21.link/d0981r3",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/LibraryEvolutionWorkingGroup"
	},
	"D0982R1": {
		"type": "paper",
		"title": "D0982",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/CoreWorkingGroup/d0982r1.html",
		"link": "https://wg21.link/d0982r1",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/CoreWorkingGroup"
	},
	"D0991R0": {
		"type": "paper",
		"title": "Comparison of Stackful Coroutine Proposals",
		"subgroup": "SG1",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/SG1/d0991r0.html",
		"link": "https://wg21.link/d0991r0",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/SG1"
	},
	"D0995R0": {
		"type": "paper",
		"title": "D0995r0",
		"subgroup": "",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/LibraryEvolutionWorkingGroup/D0995r0.html",
		"link": "https://wg21.link/d0995r0",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/LibraryEvolutionWorkingGroup"
	},
	"D0995R1": {
		"type": "paper",
		"title": "D0995r1",
		"subgroup": "SG1",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/SG1/D0995r1.html",
		"link": "https://wg21.link/d0995r1",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/SG1"
	},
	"D0996R0": {
		"type": "paper",
		"title": "Rebase Library Fundamentals on C++17",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/LibraryWorkingGroup/d0996r0.html",
		"link": "https://wg21.link/d0996r0",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/LibraryWorkingGroup"
	},
	"D0996R1": {
		"type": "paper",
		"title": "Rebase Library Fundamentals on C++17",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/LibraryWorkingGroup/d0996r1.html",
		"link": "https://wg21.link/d0996r1",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/LibraryWorkingGroup"
	},
	"D0997R2": {
		"type": "paper",
		"title": "Draft P0997 \"Retire Pernicious Language Constructs in Module Contexts\"",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/EvolutionWorkingGroup/d0997r2.md",
		"link": "https://wg21.link/d0997r2",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/EvolutionWorkingGroup"
	},
	"D0997R3": {
		"type": "paper",
		"title": "Draft 3 P0997 \"Retire Pernicious Language Constructs in Module Contexts\"",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/EvolutionWorkingGroup/d0997r3.md",
		"link": "https://wg21.link/d0997r3",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/EvolutionWorkingGroup"
	},
	"D1000R4": {
		"type": "paper",
		"title": "C++23 schedule",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/EvolutionWorkingGroup/d1000R4.pdf",
		"link": "https://wg21.link/d1000r4",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/EvolutionWorkingGroup"
	},
	"D1001R0": {
		"type": "paper",
		"title": "Target wavefront policies for C++20 rather than TS",
		"subgroup": "SG1",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/SG1/d1001r0.html",
		"link": "https://wg21.link/d1001r0",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/SG1"
	},
	"D1001R2": {
		"type": "paper",
		"title": "vectorization parallel policy for C++20",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/LibraryWorkingGroup/d1001r2.html",
		"link": "https://wg21.link/d1001r2",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/LibraryWorkingGroup"
	},
	"D1002R1": {
		"type": "paper",
		"title": "D1002R1: Try-catch blocks in constexpr functions (with CWG live edits)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/CoreWorkingGroup/d1002r1.pdf",
		"link": "https://wg21.link/d1002r1",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/CoreWorkingGroup"
	},
	"D1004R2": {
		"type": "paper",
		"title": "constexpr std::vector with latest wording updates",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/d1004r2.pdf",
		"link": "https://wg21.link/d1004r2",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D1005R0": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "",
		"long_link": "http://wiki.edg.com/pub/Wg21jacksonville2018/LibraryEvolutionWorkingGroup/D1005r0.html",
		"link": "https://wg21.link/d1005r0",
		"source": "http://wiki.edg.com/bin/view/Wg21jacksonville2018/LibraryEvolutionWorkingGroup"
	},
	"D1007R3": {
		"type": "paper",
		"title": "Fixed wording of P1007R2 after review by Jens Maurer",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/LibraryWorkingGroup/D1007R3.pdf",
		"link": "https://wg21.link/d1007r3",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/LibraryWorkingGroup"
	},
	"D1008R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/CoreWorkingGroup/d1008r1.pdf",
		"link": "https://wg21.link/d1008r1",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/CoreWorkingGroup"
	},
	"D1009R2": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/CoreWorkingGroup/d1009r2.pdf",
		"link": "https://wg21.link/d1009r2",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/CoreWorkingGroup"
	},
	"D1013": {
		"type": "paper",
		"title": "D1013R1",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/EvolutionWorkingGroup/d1013.html",
		"link": "https://wg21.link/d1013",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/EvolutionWorkingGroup"
	},
	"D1020R1": {
		"type": "paper",
		"title": "Updated P1020 after initial wording review",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/LibraryWorkingGroup/d1020r1.html",
		"link": "https://wg21.link/d1020r1",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/LibraryWorkingGroup"
	},
	"D1021R4": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/CoreWorkingGroup/d1021r4.html",
		"link": "https://wg21.link/d1021r4",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/CoreWorkingGroup"
	},
	"D1021R5": {
		"type": "paper",
		"title": "D1021R5 - Filling Holes in Class Template Argument Deduction",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/CoreWorkingGroup/D1021R5.html",
		"link": "https://wg21.link/d1021r5",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/CoreWorkingGroup"
	},
	"D1024R2": {
		"type": "paper",
		"title": "Revision of P1024r1 after LWG wording review on Wednesday",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/LibraryWorkingGroup/D1024r2.pdf",
		"link": "https://wg21.link/d1024r2",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/LibraryWorkingGroup"
	},
	"D1024R3": {
		"type": "paper",
		"title": "D1024R3 - Usability enhancements for std::span",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/LibraryWorkingGroup/D1024r3.pdf",
		"link": "https://wg21.link/d1024r3",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/LibraryWorkingGroup"
	},
	"D1025R1": {
		"type": "paper",
		"title": "D1025R1: Update the reference to the Unicode Standard",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/CoreWorkingGroup/d1025r1.html",
		"link": "https://wg21.link/d1025r1",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/CoreWorkingGroup"
	},
	"D1035": {
		"type": "paper",
		"title": "Rebases according to N4820",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/D1035.pdf",
		"link": "https://wg21.link/d1035",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D1035R7": {
		"type": "paper",
		"title": "Applies Friday feedback",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/D1035R7.pdf",
		"link": "https://wg21.link/d1035r7",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D1040R1": {
		"type": "paper",
		"title": "Latest Revision of Draft Proposal d1040r1 - std::embed based on LEWG feedback",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/EvolutionWorkingGroup/d1040r1.html",
		"link": "https://wg21.link/d1040r1",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/EvolutionWorkingGroup"
	},
	"D1041R4": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/CoreWorkingGroup/d1041r4.html",
		"link": "https://wg21.link/d1041r4",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/CoreWorkingGroup"
	},
	"D1045R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/EvolutionWorkingGroup/D1045R1-constexpr-parameters.html",
		"link": "https://wg21.link/d1045r1",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/EvolutionWorkingGroup"
	},
	"D1061R4": {
		"type": "paper",
		"title": "1061 (structured bindings can introduce a pack)",
		"subgroup": "CWG",
		"long_link": "https://wiki.edg.com/pub/Wg21issaquah2023/CoreWorkingGroup/d1061r4.html",
		"link": "https://wg21.link/d1061r4",
		"source": "https://wiki.edg.com/bin/view/Wg21issaquah2023/CoreWorkingGroup"
	},
	"D1063R1": {
		"type": "paper",
		"title": "Draft of P1063R1, Core Coroutines",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/EvolutionWorkingGroup/D1063R1.pdf",
		"link": "https://wg21.link/d1063r1",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/EvolutionWorkingGroup"
	},
	"D1065R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/LibraryWorkingGroup/d1065r1.html",
		"link": "https://wg21.link/d1065r1",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/LibraryWorkingGroup"
	},
	"D1065R2": {
		"type": "paper",
		"title": "constexpr invoke",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/d1065r2.html",
		"link": "https://wg21.link/d1065r2",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D1069R1": {
		"type": "paper",
		"title": "Split out make_unique/make_shared portion of P1069R0 as discussed with Titus",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/LibraryEvolutionWorkingGroup/D1069R1.html",
		"link": "https://wg21.link/d1069r1",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/LibraryEvolutionWorkingGroup"
	},
	"D1072R5": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryEvolutionWorkingGroup/D1072R5.html",
		"link": "https://wg21.link/d1072r5",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryEvolutionWorkingGroup"
	},
	"D1076R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/CoreWorkingGroup/d1076r1.html",
		"link": "https://wg21.link/d1076r1",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/CoreWorkingGroup"
	},
	"D1084R2": {
		"type": "paper",
		"title": "\"Today’s return-type-requirements Are Insufficient\"",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/CoreWorkingGroup/d1084r2.pdf",
		"link": "https://wg21.link/d1084r2",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/CoreWorkingGroup"
	},
	"D1087R1": {
		"type": "paper",
		"title": "Modules for Standard C++ by Richard Smith and Gabriel Dos Reis",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/EvolutionWorkingGroup/D1087R1.pdf",
		"link": "https://wg21.link/d1087r1",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/EvolutionWorkingGroup"
	},
	"D1091R3": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/CoreWorkingGroup/d1091r3.html",
		"link": "https://wg21.link/d1091r3",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/CoreWorkingGroup"
	},
	"D1093R1": {
		"type": "paper",
		"title": "Minor updates to P1093R0",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/EvolutionWorkingGroup/D1093R1.pdf",
		"link": "https://wg21.link/d1093r1",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/EvolutionWorkingGroup"
	},
	"D1094R2": {
		"type": "paper",
		"title": "Nested inline namespaces with revised core wording",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/EvolutionWorkingGroup/d1094r2.html",
		"link": "https://wg21.link/d1094r2",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/EvolutionWorkingGroup"
	},
	"D1099R5": {
		"type": "paper",
		"title": "D1099R5 (using enum) with fixes after Tuesday review round 1",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/CoreWorkingGroup/D1099R5.html",
		"link": "https://wg21.link/d1099r5",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/CoreWorkingGroup"
	},
	"D1103R0": {
		"type": "paper",
		"title": "Merging modules",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/EvolutionWorkingGroup/d1103r0.pdf",
		"link": "https://wg21.link/d1103r0",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/EvolutionWorkingGroup"
	},
	"D1103R2": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/CoreWorkingGroup/d1103r2.pdf",
		"link": "https://wg21.link/d1103r2",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/CoreWorkingGroup"
	},
	"D1103R3": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/CoreWorkingGroup/d1103r3.pdf",
		"link": "https://wg21.link/d1103r3",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/CoreWorkingGroup"
	},
	"D1111R0": {
		"type": "paper",
		"title": "D1111r0: Proposed Resolution to NB Comments on the Parallelism TS v2",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/LibraryWorkingGroup/D1111r0.html",
		"link": "https://wg21.link/d1111r0",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/LibraryWorkingGroup"
	},
	"D1116R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "SG1",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/SG1/D1116R1.pdf",
		"link": "https://wg21.link/d1116r1",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/SG1"
	},
	"D1118R0": {
		"type": "paper",
		"title": "concat and split simd over and over",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/LibraryWorkingGroup/D1118R0.pdf",
		"link": "https://wg21.link/d1118r0",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/LibraryWorkingGroup"
	},
	"D1119R0": {
		"type": "paper",
		"title": "D1119r0",
		"subgroup": "SG1",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/SG1/D1119r0.html",
		"link": "https://wg21.link/d1119r0",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/SG1"
	},
	"D1120R0": {
		"type": "paper",
		"title": "D1120R0: Wording for parts of P0946R0",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/CoreWorkingGroup/d1120r0.html",
		"link": "https://wg21.link/d1120r0",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/CoreWorkingGroup"
	},
	"D1123R0": {
		"type": "paper",
		"title": "Editorial Guidance for merging P0019r8 and P0528r3",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/LibraryWorkingGroup/D1123r0.html",
		"link": "https://wg21.link/d1123r0",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/LibraryWorkingGroup"
	},
	"D1131R2": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/CoreWorkingGroup/d1131r2.html",
		"link": "https://wg21.link/d1131r2",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/CoreWorkingGroup"
	},
	"D1132": {
		"type": "paper",
		"title": "p1132 out_ptr with new benchmarks and edits for noexcept discussion",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryEvolutionWorkingGroup/d1132.html",
		"link": "https://wg21.link/d1132",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryEvolutionWorkingGroup"
	},
	"D1135R2": {
		"type": "paper",
		"title": "D1135R2: The C++20 Synchronization Library",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/LibraryEvolutionWorkingGroup/D1135R2.html",
		"link": "https://wg21.link/d1135r2",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/LibraryEvolutionWorkingGroup"
	},
	"D1135R4": {
		"type": "paper",
		"title": "The C++20 Synchronization Library",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/LibraryWorkingGroup/D1135R4.html",
		"link": "https://wg21.link/d1135r4",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/LibraryWorkingGroup"
	},
	"D1135R5": {
		"type": "paper",
		"title": "(old; use D1135R6 instead) The C++20 Synchronization Library",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/D1135R5.html",
		"link": "https://wg21.link/d1135r5",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D1135R6": {
		"type": "paper",
		"title": "The C++20 Synchronization Library",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/D1135R6.html",
		"link": "https://wg21.link/d1135r6",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D1139R2": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/CoreWorkingGroup/d1139r2.html",
		"link": "https://wg21.link/d1139r2",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/CoreWorkingGroup"
	},
	"D1141R2": {
		"type": "paper",
		"title": "D1141R2: Yet another approach for constrained declarations (\"concepts terse syntax\")",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/CoreWorkingGroup/d1141r2.html",
		"link": "https://wg21.link/d1141r2",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/CoreWorkingGroup"
	},
	"D1143R2": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/CoreWorkingGroup/d1143r2.html",
		"link": "https://wg21.link/d1143r2",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/CoreWorkingGroup"
	},
	"D1143R3": {
		"type": "paper",
		"title": "Adding the constinit keyword",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/CoreWorkingGroup/d1143r3.html",
		"link": "https://wg21.link/d1143r3",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/CoreWorkingGroup"
	},
	"D1147R1": {
		"type": "paper",
		"title": "P1147 printing volatile pointers",
		"subgroup": "",
		"long_link": "https://wiki.edg.com/pub/Wg21virtual2021-10/StrawPolls/P1147R1.html",
		"link": "https://wg21.link/d1147r1",
		"source": "https://wiki.edg.com/bin/view/Wg21virtual2021-10/StrawPolls"
	},
	"D1152R2": {
		"type": "paper",
		"title": "D1152R2 Deprecating volatile",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/EvolutionWorkingGroup/D1152R2.html",
		"link": "https://wg21.link/d1152r2",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/EvolutionWorkingGroup"
	},
	"D1152R4": {
		"type": "paper",
		"title": "D1152R4",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/CoreWorkingGroup/D1152R4.html",
		"link": "https://wg21.link/d1152r4",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/CoreWorkingGroup"
	},
	"D1154": {
		"type": "paper",
		"title": "D1154R2 forwarded to LWG from LEWG",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/LibraryWorkingGroup/d1154-comparable-traits.html",
		"link": "https://wg21.link/d1154",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/LibraryWorkingGroup"
	},
	"D1155R3": {
		"type": "paper",
		"title": "Post-Kona draft of P1155 \"More implicit moves\"",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/CoreWorkingGroup/d1155r3.html",
		"link": "https://wg21.link/d1155r3",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/CoreWorkingGroup"
	},
	"D1161R3": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/CoreWorkingGroup/D1161R3.html",
		"link": "https://wg21.link/d1161r3",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/CoreWorkingGroup"
	},
	"D1165R1": {
		"type": "paper",
		"title": "Make stateful allocator propagation more consistent for operator+(basic_string)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/LibraryWorkingGroup/D1165R1.html",
		"link": "https://wg21.link/d1165r1",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/LibraryWorkingGroup"
	},
	"D1185R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/CoreWorkingGroup/d1185r1.html",
		"link": "https://wg21.link/d1185r1",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/CoreWorkingGroup"
	},
	"D1185R2": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/CoreWorkingGroup/d1185r2.html",
		"link": "https://wg21.link/d1185r2",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/CoreWorkingGroup"
	},
	"D1186R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/CoreWorkingGroup/d1186r1.html",
		"link": "https://wg21.link/d1186r1",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/CoreWorkingGroup"
	},
	"D1186R2": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/CoreWorkingGroup/d1186r2.html",
		"link": "https://wg21.link/d1186r2",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/CoreWorkingGroup"
	},
	"D1186R3": {
		"type": "paper",
		"title": "when do you use <=>",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/CoreWorkingGroup/d1186r3.html",
		"link": "https://wg21.link/d1186r3",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/CoreWorkingGroup"
	},
	"D1187R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/LibraryWorkingGroup/d1187r1.html",
		"link": "https://wg21.link/d1187r1",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/LibraryWorkingGroup"
	},
	"D1189R0": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/LibraryEvolutionWorkingGroup/d1189r0.html",
		"link": "https://wg21.link/d1189r0",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/LibraryEvolutionWorkingGroup"
	},
	"D1206": {
		"type": "paper",
		"title": "Revision to ranges::to",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/LibraryEvolutionWorkingGroup/D1206.pdf",
		"link": "https://wg21.link/d1206",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/LibraryEvolutionWorkingGroup"
	},
	"D1206R2": {
		"type": "paper",
		"title": "ranges::to",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryEvolutionWorkingGroup/D1206R2.pdf",
		"link": "https://wg21.link/d1206r2",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryEvolutionWorkingGroup"
	},
	"D1207R3": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/D1207R3.pdf",
		"link": "https://wg21.link/d1207r3",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D1208": {
		"type": "paper",
		"title": "Updated source_location wording by Daniel, Rob, and Peter (more input by Daniel)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/D1208.pdf",
		"link": "https://wg21.link/d1208",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D1208R6": {
		"type": "paper",
		"title": "final fix from Daniel (hopefully)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/D1208R6.pdf",
		"link": "https://wg21.link/d1208r6",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D1213R1": {
		"type": "paper",
		"title": "Update with 2 additional sections (2.3, 2.8)",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/EvolutionWorkingGroup/d1213r1-global-module.pdf",
		"link": "https://wg21.link/d1213r1",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/EvolutionWorkingGroup"
	},
	"D1217R1": {
		"type": "paper",
		"title": "D1217R1 out-of-thin-air, minor bug fix revision",
		"subgroup": "SG1",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/SG1/d1217r1.html",
		"link": "https://wg21.link/d1217r1",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/SG1"
	},
	"D1222R2": {
		"type": "paper",
		"title": "Updated flat_set wording paper.",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/D1222R2.pdf",
		"link": "https://wg21.link/d1222r2",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D1223R3": {
		"type": "paper",
		"title": "Update based on Tuesday review.",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/D1223R3.pdf",
		"link": "https://wg21.link/d1223r3",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D1236R0": {
		"type": "paper",
		"title": "Alternative Wording for P0907R3 Signed Integers are Two's Complement",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/CoreWorkingGroup/d1236r0.html",
		"link": "https://wg21.link/d1236r0",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/CoreWorkingGroup"
	},
	"D1236R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/CoreWorkingGroup/d1236r1.html",
		"link": "https://wg21.link/d1236r1",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/CoreWorkingGroup"
	},
	"D1242R1": {
		"type": "paper",
		"title": "D1242r1 - Single file modules",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/EvolutionWorkingGroup/d1242r1.pdf",
		"link": "https://wg21.link/d1242r1",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/EvolutionWorkingGroup"
	},
	"D1243R4": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/LibraryWorkingGroup/D1243R4.pdf",
		"link": "https://wg21.link/d1243r4",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/LibraryWorkingGroup"
	},
	"D1248R1": {
		"type": "paper",
		"title": "Small qualification fixes and title change",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/LibraryEvolutionWorkingGroup/d1248r1.html",
		"link": "https://wg21.link/d1248r1",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/LibraryEvolutionWorkingGroup"
	},
	"D1252R2": {
		"type": "paper",
		"title": "Ranges design cleanup",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/LibraryWorkingGroup/d1252r2.pdf",
		"link": "https://wg21.link/d1252r2",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/LibraryWorkingGroup"
	},
	"D1259R1": {
		"type": "paper",
		"title": "Added section to explain what's still possible.",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/LibraryEvolutionWorkingGroup/d1259r1-merge-most-of-networking-ts.html",
		"link": "https://wg21.link/d1259r1",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/LibraryEvolutionWorkingGroup"
	},
	"D1264R1": {
		"type": "paper",
		"title": "D1264R1: Revising the wording of stream input operations (after small group review)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/LibraryWorkingGroup/d1264r1.pdf",
		"link": "https://wg21.link/d1264r1",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/LibraryWorkingGroup"
	},
	"D1272R1": {
		"type": "paper",
		"title": "D1272R1: Byteswapping for fun&&nuf",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/CoreWorkingGroup/d1272r1.html",
		"link": "https://wg21.link/d1272r1",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/CoreWorkingGroup"
	},
	"D1272R4": {
		"type": "paper",
		"title": "Byteswapping for fun&&nuf",
		"subgroup": "",
		"long_link": "https://wiki.edg.com/pub/Wg21virtual2021-10/StrawPolls/P1272R4.html",
		"link": "https://wg21.link/d1272r4",
		"source": "https://wiki.edg.com/bin/view/Wg21virtual2021-10/StrawPolls"
	},
	"D1286R2": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/CoreWorkingGroup/d1286r2.html",
		"link": "https://wg21.link/d1286r2",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/CoreWorkingGroup"
	},
	"D1289R1": {
		"type": "paper",
		"title": "D1289R1 - Access control in contract conditions",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/CoreWorkingGroup/d1289r1.pdf",
		"link": "https://wg21.link/d1289r1",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/CoreWorkingGroup"
	},
	"D1290R2": {
		"type": "paper",
		"title": "D1290R2 - Avoiding undefined behavior in contracts",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/EvolutionWorkingGroup/d1290r2.pdf",
		"link": "https://wg21.link/d1290r2",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/EvolutionWorkingGroup"
	},
	"D1293R1": {
		"type": "paper",
		"title": "ostream_joiner as voted by committee",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/LibraryEvolutionWorkingGroup/d1293r1.html",
		"link": "https://wg21.link/d1293r1",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/LibraryEvolutionWorkingGroup"
	},
	"D1301": {
		"type": "paper",
		"title": "D1301R4 - nodiscard(\"should have a reason\"), Jens Updates with Aaron Fixes electric boogaloo",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/CoreWorkingGroup/d1301.html",
		"link": "https://wg21.link/d1301",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/CoreWorkingGroup"
	},
	"D1306R2": {
		"type": "paper",
		"title": "Wording for P1306 Expansion Statements",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/CoreWorkingGroup/d1306r2.pdf",
		"link": "https://wg21.link/d1306r2",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/CoreWorkingGroup"
	},
	"D1306R3": {
		"type": "paper",
		"title": "Updated wording for P1306 Expansion Statements",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/CoreWorkingGroup/d1306r3.pdf",
		"link": "https://wg21.link/d1306r3",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/CoreWorkingGroup"
	},
	"D1323R2": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/CoreWorkingGroup/d1323r2.htm",
		"link": "https://wg21.link/d1323r2",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/CoreWorkingGroup"
	},
	"D1327R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/CoreWorkingGroup/d1327r1.html",
		"link": "https://wg21.link/d1327r1",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/CoreWorkingGroup"
	},
	"D1330R0": {
		"type": "paper",
		"title": "D1330R0: Changing the active member of a union inside constexpr",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/CoreWorkingGroup/d1330r0.pdf",
		"link": "https://wg21.link/d1330r0",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/CoreWorkingGroup"
	},
	"D1331R2": {
		"type": "paper",
		"title": "Updated wording prior to CWG discussion (per feedback from Jens)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/CoreWorkingGroup/d1331r2.pdf",
		"link": "https://wg21.link/d1331r2",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/CoreWorkingGroup"
	},
	"D1339R1": {
		"type": "paper",
		"title": "Updated wording based on 2019-02-20 LEWG strawpoll",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/LibraryEvolutionWorkingGroup/d1339r1.pdf",
		"link": "https://wg21.link/d1339r1",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/LibraryEvolutionWorkingGroup"
	},
	"D1344R0": {
		"type": "paper",
		"title": "pre/post with WD text",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/CoreWorkingGroup/d1344r0.md",
		"link": "https://wg21.link/d1344r0",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/CoreWorkingGroup"
	},
	"D1344R1": {
		"type": "paper",
		"title": "contract pre/post with WD text",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/CoreWorkingGroup/d1344r1.md",
		"link": "https://wg21.link/d1344r1",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/CoreWorkingGroup"
	},
	"D1348R0": {
		"type": "paper",
		"title": "An Executor Property for Occupancy of Execution Agents",
		"subgroup": "SG1",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/SG1/D1348R0.html",
		"link": "https://wg21.link/d1348r0",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/SG1"
	},
	"D1353R0": {
		"type": "paper",
		"title": "Missing feature test macros",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21sandiego2018/CoreWorkingGroup/d1353r0.html",
		"link": "https://wg21.link/d1353r0",
		"source": "http://wiki.edg.com/bin/view/Wg21sandiego2018/CoreWorkingGroup"
	},
	"D1355R2": {
		"type": "paper",
		"title": "D1355R2",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/LibraryEvolutionWorkingGroup/D1355R2.html",
		"link": "https://wg21.link/d1355r2",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/LibraryEvolutionWorkingGroup"
	},
	"D1361R2": {
		"type": "paper",
		"title": "Draft of P1361 \"Integration of chrono with text formatting\" with comments from June 28 LWG telecom addressed",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/D1361R2.pdf",
		"link": "https://wg21.link/d1361r2",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D1381R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/CoreWorkingGroup/d1381r1.html",
		"link": "https://wg21.link/d1381r1",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/CoreWorkingGroup"
	},
	"D1385R6": {
		"type": "paper",
		"title": "Draft of P1385R6, intended for pre-Varna mailing",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/SG18/D1385R6.pdf",
		"link": "https://wg21.link/d1385r6",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/SG18"
	},
	"D1390R1": {
		"type": "paper",
		"title": "Draft of Reflection NB comment resolutions",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/CoreWorkingGroup/d1390r1.html",
		"link": "https://wg21.link/d1390r1",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/CoreWorkingGroup"
	},
	"D1391R2": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/D1391R2.pdf",
		"link": "https://wg21.link/d1391r2",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D1391R4": {
		"type": "paper",
		"title": "range constructor for string view",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryWorkingGroup/D1391R4.pdf",
		"link": "https://wg21.link/d1391r4",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryWorkingGroup"
	},
	"D1394R3": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/D1394R3.pdf",
		"link": "https://wg21.link/d1394r3",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D1394R4": {
		"type": "paper",
		"title": "Range constructor for std::span",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryWorkingGroup/D1394R4.pdf",
		"link": "https://wg21.link/d1394r4",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryWorkingGroup"
	},
	"D1413R2": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/d1413r2.pdf",
		"link": "https://wg21.link/d1413r2",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D1423R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/EvolutionWorkingGroup/d1423r1.html",
		"link": "https://wg21.link/d1423r1",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/EvolutionWorkingGroup"
	},
	"D1423R3": {
		"type": "paper",
		"title": "char8_t backward compatibility remediation",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/d1423r3.html",
		"link": "https://wg21.link/d1423r3",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D1426R0": {
		"type": "paper",
		"title": "intended version",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/EvolutionWorkingGroup/d1426r0.md",
		"link": "https://wg21.link/d1426r0",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/EvolutionWorkingGroup"
	},
	"D1426R1": {
		"type": "paper",
		"title": "as meant to be published",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/EvolutionWorkingGroup/d1426r1.md",
		"link": "https://wg21.link/d1426r1",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/EvolutionWorkingGroup"
	},
	"D1429R3": {
		"type": "paper",
		"title": "Updated to P1429R2",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/EvolutionWorkingGroup/d1429r3.pdf",
		"link": "https://wg21.link/d1429r3",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/EvolutionWorkingGroup"
	},
	"D1448R1": {
		"type": "paper",
		"title": "D1448R1 - Simplifying Mixed Contract Modes",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/EvolutionWorkingGroup/d1448r1.pdf",
		"link": "https://wg21.link/d1448r1",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/EvolutionWorkingGroup"
	},
	"D1450R3": {
		"type": "paper",
		"title": "D1450R3: Enriching type modification traits",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/LibraryEvolutionWorkingGroup/d1450r3.pdf",
		"link": "https://wg21.link/d1450r3",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/LibraryEvolutionWorkingGroup"
	},
	"D1452R2": {
		"type": "paper",
		"title": "return-type-requirements",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/CoreWorkingGroup/d1452r2.htm",
		"link": "https://wg21.link/d1452r2",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/CoreWorkingGroup"
	},
	"D1456R1": {
		"type": "paper",
		"title": "Move-only views",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryWorkingGroup/d1456r1.pdf",
		"link": "https://wg21.link/d1456r1",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryWorkingGroup"
	},
	"D1458R1": {
		"type": "paper",
		"title": "Updated \"Mandating the Standard Library\" papers",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/LibraryWorkingGroup/D1458R1.pdf",
		"link": "https://wg21.link/d1458r1",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/LibraryWorkingGroup"
	},
	"D1459R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/LibraryWorkingGroup/D1459R1.pdf",
		"link": "https://wg21.link/d1459r1",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/LibraryWorkingGroup"
	},
	"D1460R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/LibraryWorkingGroup/D1460R1.pdf",
		"link": "https://wg21.link/d1460r1",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/LibraryWorkingGroup"
	},
	"D1462R1": {
		"type": "paper",
		"title": "Updated \"Mandating the Standard Library\" papers",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/LibraryWorkingGroup/D1462R1.html",
		"link": "https://wg21.link/d1462r1",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/LibraryWorkingGroup"
	},
	"D1463R1": {
		"type": "paper",
		"title": "Updated \"Mandating the Standard Library\" papers",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/LibraryWorkingGroup/D1463R1.pdf",
		"link": "https://wg21.link/d1463r1",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/LibraryWorkingGroup"
	},
	"D1464R1": {
		"type": "paper",
		"title": "Reworked a bunch of \"Constraints\" elements",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/LibraryWorkingGroup/D1464R1.pdf",
		"link": "https://wg21.link/d1464r1",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/LibraryWorkingGroup"
	},
	"D1466R1": {
		"type": "paper",
		"title": "Miscellaneous minor fixes for chrono — updated",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/LibraryWorkingGroup/d1466r1.html",
		"link": "https://wg21.link/d1466r1",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/LibraryWorkingGroup"
	},
	"D1466R3": {
		"type": "paper",
		"title": "D1466R3: Miscellaneous minor fixes for chrono",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/d1466r3.html",
		"link": "https://wg21.link/d1466r3",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D1469R1": {
		"type": "paper",
		"title": "D1469R1 - Disallow _ usage - With wording",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/EvolutionWorkingGroup/D1469R1.pdf",
		"link": "https://wg21.link/d1469r1",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/EvolutionWorkingGroup"
	},
	"D1473R1": {
		"type": "paper",
		"title": "Shadow namespaces",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/LibraryEvolutionWorkingGroup/d1473r1.pdf",
		"link": "https://wg21.link/d1473r1",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/LibraryEvolutionWorkingGroup"
	},
	"D1474R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/D1474R1.PDF",
		"link": "https://wg21.link/d1474r1",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D1478R2": {
		"type": "paper",
		"title": "Revision of D1478R2: byte-wise atomic memcpy",
		"subgroup": "SG1",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/SG1/d1478r2.html",
		"link": "https://wg21.link/d1478r2",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/SG1"
	},
	"D1482R0": {
		"type": "paper",
		"title": "D1482r0 modules feedback",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/EvolutionWorkingGroup/D1482r0.html",
		"link": "https://wg21.link/d1482r0",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/EvolutionWorkingGroup"
	},
	"D1485R0": {
		"type": "paper",
		"title": "D1485R0 - Better keywords for the Coroutines TS",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/EvolutionWorkingGroup/d1485r0.html",
		"link": "https://wg21.link/d1485r0",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/EvolutionWorkingGroup"
	},
	"D1486R0": {
		"type": "paper",
		"title": "United Amendment to Contracts Facility for C++20",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/EvolutionWorkingGroup/d1486r0.txt",
		"link": "https://wg21.link/d1486r0",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/EvolutionWorkingGroup"
	},
	"D1486R1": {
		"type": "paper",
		"title": "United Amendment to Contracts Facility for C++20",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/EvolutionWorkingGroup/d1486r1.190221_1817.txt",
		"link": "https://wg21.link/d1486r1",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/EvolutionWorkingGroup"
	},
	"D1487R0": {
		"type": "paper",
		"title": "User Experience with Contracts That Work",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/EvolutionWorkingGroup/d1487r0.txt",
		"link": "https://wg21.link/d1487r0",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/EvolutionWorkingGroup"
	},
	"D1494R0": {
		"type": "paper",
		"title": "Optimization barrier for undefined behavior",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/EvolutionWorkingGroup/d1494r0.html",
		"link": "https://wg21.link/d1494r0",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/EvolutionWorkingGroup"
	},
	"D1496R0": {
		"type": "paper",
		"title": "D1496R0 Formatting of negative zero",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/LibraryEvolutionWorkingGroup/D1496R0.html",
		"link": "https://wg21.link/d1496r0",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/LibraryEvolutionWorkingGroup"
	},
	"D1502R0": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/LibraryEvolutionWorkingGroup/d1502r0.html",
		"link": "https://wg21.link/d1502r0",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/LibraryEvolutionWorkingGroup"
	},
	"D1502R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/CoreWorkingGroup/d1502r1.html",
		"link": "https://wg21.link/d1502r1",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/CoreWorkingGroup"
	},
	"D1505R0": {
		"type": "paper",
		"title": "Mandating the Standard Library: Clause 30 - Atomic operations library",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/LibraryWorkingGroup/D1505R0.pdf",
		"link": "https://wg21.link/d1505r0",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/LibraryWorkingGroup"
	},
	"D1522R1": {
		"type": "paper",
		"title": "UPDATED: Iterator Difference Type and Integer Overflow",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/D1522R1.pdf",
		"link": "https://wg21.link/d1522r1",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D1523R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/D1523R1.pdf",
		"link": "https://wg21.link/d1523r1",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D1600": {
		"type": "paper",
		"title": "slides from 'can we build it?' presentation. d1600 may change, assignment bug discovered",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21kona2019/EvolutionWorkingGroup/d1600-make-module.pdf",
		"link": "https://wg21.link/d1600",
		"source": "http://wiki.edg.com/bin/view/Wg21kona2019/EvolutionWorkingGroup"
	},
	"D1607R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/CoreWorkingGroup/d1607r1.pdf",
		"link": "https://wg21.link/d1607r1",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/CoreWorkingGroup"
	},
	"D1614R2": {
		"type": "paper",
		"title": "the mothership paper",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/d1614r2.html",
		"link": "https://wg21.link/d1614r2",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D1616R1": {
		"type": "paper",
		"title": "D1616R1: Using unconstrained template template parameters with constrained templates",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/CoreWorkingGroup/D1616R1.html",
		"link": "https://wg21.link/d1616r1",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/CoreWorkingGroup"
	},
	"D1622R3": {
		"type": "paper",
		"title": "D1622R3 Mandating the standard: Threads 32",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryWorkingGroup/D1622R3.pdf",
		"link": "https://wg21.link/d1622r3",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryWorkingGroup"
	},
	"D1630R1": {
		"type": "paper",
		"title": "spaceship tuneup",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/CoreWorkingGroup/d1630r1.html",
		"link": "https://wg21.link/d1630r1",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/CoreWorkingGroup"
	},
	"D1633R1": {
		"type": "paper",
		"title": "Ammendments to P1135",
		"subgroup": "SG1",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/SG1/D1633R1.html",
		"link": "https://wg21.link/d1633r1",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/SG1"
	},
	"D1636R1": {
		"type": "paper",
		"title": "Formatters for library types",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryEvolutionWorkingGroup/D1636R1.pdf",
		"link": "https://wg21.link/d1636r1",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryEvolutionWorkingGroup"
	},
	"D1638R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/D1638R1.pdf",
		"link": "https://wg21.link/d1638r1",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D1643R1": {
		"type": "paper",
		"title": "Add wait/notify to atomic_ref",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryEvolutionWorkingGroup/D1643R1.html",
		"link": "https://wg21.link/d1643r1",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryEvolutionWorkingGroup"
	},
	"D1645R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryWorkingGroup/d1645r1.html",
		"link": "https://wg21.link/d1645r1",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryWorkingGroup"
	},
	"D1652R1": {
		"type": "paper",
		"title": "Printf corner cases in std::format, rebased on coming D0645R10",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/d1652r1.html",
		"link": "https://wg21.link/d1652r1",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D1656R1": {
		"type": "paper",
		"title": "D1656R1#2 - \"Throws: Nothing\" should be noexcept",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/LibraryEvolutionWorkingGroup/D1656R1.html",
		"link": "https://wg21.link/d1656r1",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/LibraryEvolutionWorkingGroup"
	},
	"D1661R1": {
		"type": "paper",
		"title": "Link to proper revision o P920",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/d1661r1.html",
		"link": "https://wg21.link/d1661r1",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D1664": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryWorkingGroup/d1664.html",
		"link": "https://wg21.link/d1664",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryWorkingGroup"
	},
	"D1668R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/CoreWorkingGroup/D1668R1.html",
		"link": "https://wg21.link/d1668r1",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/CoreWorkingGroup"
	},
	"D1686R2": {
		"type": "paper",
		"title": "Mandating the Standard Library: Clause 27 - Time library",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryWorkingGroup/D1686R2.pdf",
		"link": "https://wg21.link/d1686r2",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryWorkingGroup"
	},
	"D1690R1": {
		"type": "paper",
		"title": "P1690 with a typo fix -> D1690R1",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/d1690r1-refinement-proposal-for-heterogeneous-lookup.html",
		"link": "https://wg21.link/d1690r1",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D1703R1": {
		"type": "paper",
		"title": "Wording for P1703R0",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/CoreWorkingGroup/d1703r1.html",
		"link": "https://wg21.link/d1703r1",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/CoreWorkingGroup"
	},
	"D1714R1": {
		"type": "paper",
		"title": "NTTP are incomplete without float, double, and long double!",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/CoreWorkingGroup/D1714R1.html",
		"link": "https://wg21.link/d1714r1",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/CoreWorkingGroup"
	},
	"D1715R1": {
		"type": "paper",
		"title": "Extra wording from CWG regarding deduced parameters for templated functions",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/D1715r1.html",
		"link": "https://wg21.link/d1715r1",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D1716R1": {
		"type": "paper",
		"title": "Included proposed snake_case name alternatives.",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryEvolutionWorkingGroup/d1716r1.html",
		"link": "https://wg21.link/d1716r1",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryEvolutionWorkingGroup"
	},
	"D1716R3": {
		"type": "paper",
		"title": "Fixes LWG review",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryWorkingGroup/d1716r3.html",
		"link": "https://wg21.link/d1716r3",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryWorkingGroup"
	},
	"D1718R2": {
		"type": "paper",
		"title": "Mandating the Standard Library: Clause 25",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryWorkingGroup/D1718R2.pdf",
		"link": "https://wg21.link/d1718r2",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryWorkingGroup"
	},
	"D1719R1": {
		"type": "paper",
		"title": "Pre-mailing version - superseded",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryWorkingGroup/D1719R1.pdf",
		"link": "https://wg21.link/d1719r1",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryWorkingGroup"
	},
	"D1719R2": {
		"type": "paper",
		"title": "Mandating the Standard Library: Clause 26 - Numerics library",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryWorkingGroup/D1719R2.pdf",
		"link": "https://wg21.link/d1719r2",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryWorkingGroup"
	},
	"D1720R1": {
		"type": "paper",
		"title": "Pre-mailing version - superseded",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryWorkingGroup/D1720R1.pdf",
		"link": "https://wg21.link/d1720r1",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryWorkingGroup"
	},
	"D1721R1": {
		"type": "paper",
		"title": "Pre-mailing version - superseded",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryWorkingGroup/D1721R1.pdf",
		"link": "https://wg21.link/d1721r1",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryWorkingGroup"
	},
	"D1721R2": {
		"type": "paper",
		"title": "Mandating the Standard Library: Clause 29",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryWorkingGroup/D1721R2.pdf",
		"link": "https://wg21.link/d1721r2",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryWorkingGroup"
	},
	"D1722R2": {
		"type": "paper",
		"title": "Mandating the Standard Library: Clause 30",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryWorkingGroup/D1722R2.pdf",
		"link": "https://wg21.link/d1722r2",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryWorkingGroup"
	},
	"D1723R1": {
		"type": "paper",
		"title": "D1723R1: Mandating the Standard Library: Clause 31 - Atomics library",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/D1723R1.pdf",
		"link": "https://wg21.link/d1723r1",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D1723R2": {
		"type": "paper",
		"title": "Mandating the Standard Library: Clause 31",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryWorkingGroup/D1723R2.pdf",
		"link": "https://wg21.link/d1723r2",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryWorkingGroup"
	},
	"D1732R3": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/LibraryEvolutionWorkingGroup/d1732r3.pdf",
		"link": "https://wg21.link/d1732r3",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/LibraryEvolutionWorkingGroup"
	},
	"D1739R1": {
		"type": "paper",
		"title": "Draft of P1739 that contains the state approved by LEWG.",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/D1739R1.md",
		"link": "https://wg21.link/d1739r1",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D1739R3": {
		"type": "paper",
		"title": "Avoid etc.",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/LibraryWorkingGroup/d1739r3.html",
		"link": "https://wg21.link/d1739r3",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/LibraryWorkingGroup"
	},
	"D1739R4": {
		"type": "paper",
		"title": "Avoid etc.",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/LibraryWorkingGroup/d1739r4.html",
		"link": "https://wg21.link/d1739r4",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/LibraryWorkingGroup"
	},
	"D1766R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/CoreWorkingGroup/d1766r1.html",
		"link": "https://wg21.link/d1766r1",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/CoreWorkingGroup"
	},
	"D1775R1": {
		"type": "paper",
		"title": "UPDATED: Iterator Difference Type and Integer Overflow",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryWorkingGroup/D1775R1.pdf",
		"link": "https://wg21.link/d1775r1",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryWorkingGroup"
	},
	"D1779R1": {
		"type": "paper",
		"title": "ABI isolation for member functions",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/EvolutionWorkingGroup/d1779r1.html",
		"link": "https://wg21.link/d1779r1",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/EvolutionWorkingGroup"
	},
	"D1779R2": {
		"type": "paper",
		"title": "ABI isolation for member functions",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/CoreWorkingGroup/d1779r2.html",
		"link": "https://wg21.link/d1779r2",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/CoreWorkingGroup"
	},
	"D1782R1": {
		"type": "paper",
		"title": "Local contract restrictions",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/EvolutionWorkingGroup/d1782r1.html",
		"link": "https://wg21.link/d1782r1",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/EvolutionWorkingGroup"
	},
	"D1787R1": {
		"type": "paper",
		"title": "Declarations and where to find them",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/CoreWorkingGroup/d1787r1.html",
		"link": "https://wg21.link/d1787r1",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/CoreWorkingGroup"
	},
	"D1787R4": {
		"type": "paper",
		"title": "Declarations and where to find them",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/CoreWorkingGroup/d1787r4.html",
		"link": "https://wg21.link/d1787r4",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/CoreWorkingGroup"
	},
	"D1806R0": {
		"type": "paper",
		"title": "D1806R0: Put target_type/target in any_invocable",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryEvolutionWorkingGroup/D1806R0.pdf",
		"link": "https://wg21.link/d1806r0",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryEvolutionWorkingGroup"
	},
	"D1807R0": {
		"type": "paper",
		"title": "Overview of all contract papers",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/EvolutionWorkingGroup/d1807r0.pdf",
		"link": "https://wg21.link/d1807r0",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/EvolutionWorkingGroup"
	},
	"D1808": {
		"type": "paper",
		"title": "P1808R0: Contra P0339 polymorphic_allocator<> as a vocabulary type",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/LibraryEvolutionWorkingGroup/d1808-contra-p0339.html",
		"link": "https://wg21.link/d1808",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/LibraryEvolutionWorkingGroup"
	},
	"D1810": {
		"type": "paper",
		"title": "A Quick Look at what P1754 will change (full)",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/EvolutionWorkingGroup/d1810.html",
		"link": "https://wg21.link/d1810",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/EvolutionWorkingGroup"
	},
	"D1811R0": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/CoreWorkingGroup/d1811r0.html",
		"link": "https://wg21.link/d1811r0",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/CoreWorkingGroup"
	},
	"D1812R0": {
		"type": "paper",
		"title": "Axioms should be assumable",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/EvolutionWorkingGroup/d1812r0.pdf",
		"link": "https://wg21.link/d1812r0",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/EvolutionWorkingGroup"
	},
	"D1814R0": {
		"type": "paper",
		"title": "D1814R0: Wording for Class Template Argument Deduction for Alias Templates. Split from P1021 as requested",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/CoreWorkingGroup/D1814R0.html",
		"link": "https://wg21.link/d1814r0",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/CoreWorkingGroup"
	},
	"D1815R0": {
		"type": "paper",
		"title": "Translation-unit-local entities",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/CoreWorkingGroup/d1815r0.html",
		"link": "https://wg21.link/d1815r0",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/CoreWorkingGroup"
	},
	"D1815R1": {
		"type": "paper",
		"title": "Translation-unit-local entities",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/CoreWorkingGroup/d1815r1.html",
		"link": "https://wg21.link/d1815r1",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/CoreWorkingGroup"
	},
	"D1815R2": {
		"type": "paper",
		"title": "Translation-unit-local entities",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/CoreWorkingGroup/d1815r2.html",
		"link": "https://wg21.link/d1815r2",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/CoreWorkingGroup"
	},
	"D1816R0": {
		"type": "paper",
		"title": "Wording for the aggregate part of P1021 \"Filling holes in CTAD\"",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/CoreWorkingGroup/d1816r0.pdf",
		"link": "https://wg21.link/d1816r0",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/CoreWorkingGroup"
	},
	"D1820R0": {
		"type": "paper",
		"title": "A very early and rough draft of an executor error and cancellation handling compromise.",
		"subgroup": "SG1",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/SG1/d1820r0.html",
		"link": "https://wg21.link/d1820r0",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/SG1"
	},
	"D1823R0": {
		"type": "paper",
		"title": "Wording to remove contracts from the WP",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/CoreWorkingGroup/d1823r0.pdf",
		"link": "https://wg21.link/d1823r0",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/CoreWorkingGroup"
	},
	"D1824R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/EvolutionWorkingGroup/d1824r1.md",
		"link": "https://wg21.link/d1824r1",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/EvolutionWorkingGroup"
	},
	"D1824R2": {
		"type": "paper",
		"title": "Contracts direction (23)",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/EvolutionWorkingGroup/d1824r2.md",
		"link": "https://wg21.link/d1824r2",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/EvolutionWorkingGroup"
	},
	"D1825R0": {
		"type": "paper",
		"title": "Merged wording for P0527R1 and P1155R3",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21cologne2019/CoreWorkingGroup/D1825R0.html",
		"link": "https://wg21.link/d1825r0",
		"source": "http://wiki.edg.com/bin/view/Wg21cologne2019/CoreWorkingGroup"
	},
	"D1831R1": {
		"type": "paper",
		"title": "D1831R1",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/LibraryWorkingGroup/D1831R1.html",
		"link": "https://wg21.link/d1831r1",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/LibraryWorkingGroup"
	},
	"D1839R3": {
		"type": "paper",
		"title": "Accessing Object Representations",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/CoreWorkingGroup/d1839r3.pdf",
		"link": "https://wg21.link/d1839r3",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/CoreWorkingGroup"
	},
	"D1847R3": {
		"type": "paper",
		"title": "version used for presentation",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/EvolutionWorkingGroup/d1847R3.pdf",
		"link": "https://wg21.link/d1847r3",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/EvolutionWorkingGroup"
	},
	"D1854": {
		"type": "paper",
		"title": "Making non-encodable string literals ill-formed",
		"subgroup": "CWG",
		"long_link": "https://wiki.edg.com/pub/Wg21issaquah2023/CoreWorkingGroup/D1854.pdf",
		"link": "https://wg21.link/d1854",
		"source": "https://wiki.edg.com/bin/view/Wg21issaquah2023/CoreWorkingGroup"
	},
	"D1856R1": {
		"type": "paper",
		"title": "Updated paper on the fix for std::byte",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryEvolutionWorkingGroup/D1856R1.pdf",
		"link": "https://wg21.link/d1856r1",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryEvolutionWorkingGroup"
	},
	"D1857R2": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/CoreWorkingGroup/D1857R2.0.html",
		"link": "https://wg21.link/d1857r2",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/CoreWorkingGroup"
	},
	"D1857R3": {
		"type": "paper",
		"title": "Modules Dependency Discovery",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/CoreWorkingGroup/d1857r3.html",
		"link": "https://wg21.link/d1857r3",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/CoreWorkingGroup"
	},
	"D1859R1": {
		"type": "paper",
		"title": "Standard terminology character sets and encodings",
		"subgroup": "SG16",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/SG16/D1859R1.html",
		"link": "https://wg21.link/d1859r1",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/SG16"
	},
	"D1862": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryEvolutionWorkingGroup/D1862.pdf",
		"link": "https://wg21.link/d1862",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryEvolutionWorkingGroup"
	},
	"D1862R1": {
		"type": "paper",
		"title": "Ranges adaptors for non-copyable iterators",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryWorkingGroup/D1862R1.pdf",
		"link": "https://wg21.link/d1862r1",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryWorkingGroup"
	},
	"D1865R1": {
		"type": "paper",
		"title": "Add max() to latch and barrier",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryEvolutionWorkingGroup/d1865r1.html",
		"link": "https://wg21.link/d1865r1",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryEvolutionWorkingGroup"
	},
	"D1868R0": {
		"type": "paper",
		"title": "🦄 width: clarifying units of width and precision in std::format",
		"subgroup": "SG16",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/SG16/D1868R0.html",
		"link": "https://wg21.link/d1868r0",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/SG16"
	},
	"D1868R1": {
		"type": "paper",
		"title": "D1868R1 🦄 width: clarifying units of width and precision in std::format with LWG comments from 7 Nov addressed",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryWorkingGroup/D1868R1.html",
		"link": "https://wg21.link/d1868r1",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryWorkingGroup"
	},
	"D1868R2": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/LibraryWorkingGroup/d1868r2.html",
		"link": "https://wg21.link/d1868r2",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/LibraryWorkingGroup"
	},
	"D1869R1": {
		"type": "paper",
		"title": "Changes from SG1 review.",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryEvolutionWorkingGroup/d1869r1.html",
		"link": "https://wg21.link/d1869r1",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryEvolutionWorkingGroup"
	},
	"D1870R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryWorkingGroup/d1870r1.html",
		"link": "https://wg21.link/d1870r1",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryWorkingGroup"
	},
	"D1871R1": {
		"type": "paper",
		"title": "Rename disable_sized_sentinel to disable_sized_sentinel_for",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryWorkingGroup/d1871r1.html",
		"link": "https://wg21.link/d1871r1",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryWorkingGroup"
	},
	"D1874R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/CoreWorkingGroup/D1874R1.0.html",
		"link": "https://wg21.link/d1874r1",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/CoreWorkingGroup"
	},
	"D1878R1": {
		"type": "paper",
		"title": "D1878R1 Constraining Readable Types - s/readable/indirectly_readable/g",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryWorkingGroup/D1878R1.pdf",
		"link": "https://wg21.link/d1878r1",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryWorkingGroup"
	},
	"D1879R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "SG16",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/SG16/D1879R1.pdf",
		"link": "https://wg21.link/d1879r1",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/SG16"
	},
	"D1880R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryWorkingGroup/D1880R1.pdf",
		"link": "https://wg21.link/d1880r1",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryWorkingGroup"
	},
	"D1881R2": {
		"type": "paper",
		"title": "Adds \"Guiding Principles\" subsection",
		"subgroup": "SG17",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/SG17/d1881r2.html",
		"link": "https://wg21.link/d1881r2",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/SG17"
	},
	"D1892R1": {
		"type": "paper",
		"title": "Extended locale-specific presentation specifiers for std::format",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryEvolutionWorkingGroup/D1892R1.pdf",
		"link": "https://wg21.link/d1892r1",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryEvolutionWorkingGroup"
	},
	"D1902R1": {
		"type": "paper",
		"title": "Feature test macro changes",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/CoreWorkingGroup/d1902r1.html",
		"link": "https://wg21.link/d1902r1",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/CoreWorkingGroup"
	},
	"D1907R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/CoreWorkingGroup/d1907r1.html",
		"link": "https://wg21.link/d1907r1",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/CoreWorkingGroup"
	},
	"D1914R1": {
		"type": "paper",
		"title": "Updated paper on the name of shift algorithms",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryEvolutionWorkingGroup/d1914r1.pdf",
		"link": "https://wg21.link/d1914r1",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryEvolutionWorkingGroup"
	},
	"D1935R1": {
		"type": "paper",
		"title": "A C++ Approach to Physical Units",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryEvolutionWorkingGroup/D1935R1.html",
		"link": "https://wg21.link/d1935r1",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryEvolutionWorkingGroup"
	},
	"D1937R2": {
		"type": "paper",
		"title": "Fixing inconsistencies between constexpr and consteval functions",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/CoreWorkingGroup/d1937r2.html",
		"link": "https://wg21.link/d1937r2",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/CoreWorkingGroup"
	},
	"D1938R1": {
		"type": "paper",
		"title": "D1938R1 (if consteval)",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/EvolutionWorkingGroup/d1938r1.html",
		"link": "https://wg21.link/d1938r1",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/EvolutionWorkingGroup"
	},
	"D1946R0": {
		"type": "paper",
		"title": "Allow default by-value comparisons",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/CoreWorkingGroup/d1946r0.html",
		"link": "https://wg21.link/d1946r0",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/CoreWorkingGroup"
	},
	"D1949R0": {
		"type": "paper",
		"title": "C++ Identifier Syntax using Unicode Standard Annex 31",
		"subgroup": "SG16",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/SG16/D1949R0.html",
		"link": "https://wg21.link/d1949r0",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/SG16"
	},
	"D1949R2": {
		"type": "paper",
		"title": "Update p1949.",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/EvolutionWorkingGroup/D1949R2.html",
		"link": "https://wg21.link/d1949r2",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/EvolutionWorkingGroup"
	},
	"D1950R1": {
		"type": "paper",
		"title": "Updated draft of P1950 following LEWGI review on Monday",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/SG18/D1950r1.html",
		"link": "https://wg21.link/d1950r1",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/SG18"
	},
	"D1956R1": {
		"type": "paper",
		"title": "About PL326, US327, GB332, US328, GB331 (bit function names)",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryEvolutionWorkingGroup/d1956r1.pdf",
		"link": "https://wg21.link/d1956r1",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryEvolutionWorkingGroup"
	},
	"D1956R2": {
		"type": "paper",
		"title": "Updating P1956R0 (name of bit functions resolving PL326, US327, GB332, US328, GB331)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/LibraryWorkingGroup/d1956r2.pdf",
		"link": "https://wg21.link/d1956r2",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/LibraryWorkingGroup"
	},
	"D1956R3": {
		"type": "paper",
		"title": "Updating D1956R2 (name of bit functions resolving PL326, US327, GB332, US328, GB331)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/LibraryWorkingGroup/d1956r3.pdf",
		"link": "https://wg21.link/d1956r3",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/LibraryWorkingGroup"
	},
	"D1957R0": {
		"type": "paper",
		"title": "Converting from T* to bool should be considered narrowing (re: US 212)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryWorkingGroup/d1957r0.html",
		"link": "https://wg21.link/d1957r0",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryWorkingGroup"
	},
	"D1957R2": {
		"type": "paper",
		"title": "Converting from T* to bool should be considered narrowing (re: US 212)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/CoreWorkingGroup/d1957r2.html",
		"link": "https://wg21.link/d1957r2",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/CoreWorkingGroup"
	},
	"D1959R0": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/CoreWorkingGroup/d1959r0.html",
		"link": "https://wg21.link/d1959r0",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/CoreWorkingGroup"
	},
	"D1960R0": {
		"type": "paper",
		"title": "NB comment changes from SG1",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryEvolutionWorkingGroup/d1960r0.html",
		"link": "https://wg21.link/d1960r0",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryEvolutionWorkingGroup"
	},
	"D1961R0": {
		"type": "paper",
		"title": "Harmonizing the definitions of total order for pointers (US 220 & US 176)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryWorkingGroup/d1961r0.pdf",
		"link": "https://wg21.link/d1961r0",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryWorkingGroup"
	},
	"D1963R0": {
		"type": "paper",
		"title": "Fixing US 313",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryWorkingGroup/D1963r0.pdf",
		"link": "https://wg21.link/d1963r0",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryWorkingGroup"
	},
	"D1964R0": {
		"type": "paper",
		"title": "Casting convertible_to",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryEvolutionWorkingGroup/D1964R0.html",
		"link": "https://wg21.link/d1964r0",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryEvolutionWorkingGroup"
	},
	"D1970R0": {
		"type": "paper",
		"title": "Consistency for size() functions",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryEvolutionWorkingGroup/D1970R0.html",
		"link": "https://wg21.link/d1970r0",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryEvolutionWorkingGroup"
	},
	"D1970R2": {
		"type": "paper",
		"title": "size consistency: Add ranges::ssize",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/LibraryWorkingGroup/D1970r2.html",
		"link": "https://wg21.link/d1970r2",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/LibraryWorkingGroup"
	},
	"D1976R0": {
		"type": "paper",
		"title": "PL250: Fixed-size span construction from dynamic range",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryEvolutionWorkingGroup/d1976r0.html",
		"link": "https://wg21.link/d1976r0",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryEvolutionWorkingGroup"
	},
	"D1981R0": {
		"type": "paper",
		"title": "Addresses DE 345",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryWorkingGroup/D1981R0.html",
		"link": "https://wg21.link/d1981r0",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryWorkingGroup"
	},
	"D1982R0": {
		"type": "paper",
		"title": "Addresses DE 346",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryWorkingGroup/D1982R0.html",
		"link": "https://wg21.link/d1982r0",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryWorkingGroup"
	},
	"D1983R0": {
		"type": "paper",
		"title": "Wording for GB301, US296, US292, US291, and US283",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21belfast/LibraryWorkingGroup/d1983r0.html",
		"link": "https://wg21.link/d1983r0",
		"source": "http://wiki.edg.com/bin/view/Wg21belfast/LibraryWorkingGroup"
	},
	"D1984": {
		"type": "paper",
		"title": "Resolves GB315 and GB316",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/LibraryWorkingGroup/d1984.html",
		"link": "https://wg21.link/d1984",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/LibraryWorkingGroup"
	},
	"D1985R1": {
		"type": "paper",
		"title": "Greatly expanded the examples and clarified what is being proposed",
		"subgroup": "SG17",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/SG17/d1985r1.pdf",
		"link": "https://wg21.link/d1985r1",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/SG17"
	},
	"D2002R1": {
		"type": "paper",
		"title": "consolidated fixes for defaulted comparison wording issues",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/CoreWorkingGroup/d2002r1.html",
		"link": "https://wg21.link/d2002r1",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/CoreWorkingGroup"
	},
	"D2003R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/EvolutionWorkingGroup/d2003r1.0.html",
		"link": "https://wg21.link/d2003r1",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/EvolutionWorkingGroup"
	},
	"D2006R1": {
		"type": "paper",
		"title": "connect/start as more efficient basis operations for sender/receiver",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/LibraryEvolutionWorkingGroup/D2006R1.pdf",
		"link": "https://wg21.link/d2006r1",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/LibraryEvolutionWorkingGroup"
	},
	"D2014R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/EvolutionWorkingGroup/D2014R1.pdf",
		"link": "https://wg21.link/d2014r1",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/EvolutionWorkingGroup"
	},
	"D2014R2": {
		"type": "paper",
		"title": "D2014R2 - align_val_t support for coroutine state allocation",
		"subgroup": "CWG",
		"long_link": "https://wiki.edg.com/pub/Wg21issaquah2023/CoreWorkingGroup/D2014R2.html",
		"link": "https://wg21.link/d2014r2",
		"source": "https://wiki.edg.com/bin/view/Wg21issaquah2023/CoreWorkingGroup"
	},
	"D2029R1": {
		"type": "paper",
		"title": "Proposed resolution for core issues 411, 1656, and 2333; numeric and universal character escapes in character and string literals",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/CoreWorkingGroup/d2029r1.html",
		"link": "https://wg21.link/d2029r1",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/CoreWorkingGroup"
	},
	"D2034R1": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "SG17",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/SG17/D2034R1.pdf",
		"link": "https://wg21.link/d2034r1",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/SG17"
	},
	"D2045R1": {
		"type": "paper",
		"title": "Missing Mandates for the standard library",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/LibraryWorkingGroup/D2045R1.html",
		"link": "https://wg21.link/d2045r1",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/LibraryWorkingGroup"
	},
	"D2066R1": {
		"type": "paper",
		"title": "Minimal Transactional Memory",
		"subgroup": "SG1",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/SG1/d2066r1.html",
		"link": "https://wg21.link/d2066r1",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/SG1"
	},
	"D2066R10": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "",
		"long_link": "https://wiki.edg.com/pub/Wg21virtual2021-10/StrawPolls/p2066r10.html",
		"link": "https://wg21.link/d2066r10",
		"source": "https://wiki.edg.com/bin/view/Wg21virtual2021-10/StrawPolls"
	},
	"D2077R3": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "",
		"long_link": "https://wiki.edg.com/pub/Wg21virtual2021-10/StrawPolls/P2077R3.html",
		"link": "https://wg21.link/d2077r3",
		"source": "https://wiki.edg.com/bin/view/Wg21virtual2021-10/StrawPolls"
	},
	"D2081R1": {
		"type": "paper",
		"title": "Draft revision of P2081: Rebase the LFTSv3 on C++20",
		"subgroup": "LEWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/LibraryEvolutionWorkingGroup/d2081r1.html",
		"link": "https://wg21.link/d2081r1",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/LibraryEvolutionWorkingGroup"
	},
	"D2082R1": {
		"type": "paper",
		"title": "Fixing CTAD for aggregates",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/CoreWorkingGroup/d2082r1.pdf",
		"link": "https://wg21.link/d2082r1",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/CoreWorkingGroup"
	},
	"D2085R0": {
		"type": "paper",
		"title": "Consistent defaulted comparisons",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/CoreWorkingGroup/d2085r0.html",
		"link": "https://wg21.link/d2085r0",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/CoreWorkingGroup"
	},
	"D2089R0": {
		"type": "paper",
		"title": "Function parameter constraints are fragile (a response to P1733)",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/EvolutionWorkingGroup/d2089r0.html",
		"link": "https://wg21.link/d2089r0",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/EvolutionWorkingGroup"
	},
	"D2091R0": {
		"type": "paper",
		"title": "Issues with Range Access CPOs",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/LibraryWorkingGroup/d2091r0.pdf",
		"link": "https://wg21.link/d2091r0",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/LibraryWorkingGroup"
	},
	"D2095R0": {
		"type": "paper",
		"title": "Resolve lambda init-capture pack grammar (CWG2378)",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/CoreWorkingGroup/d2095r0.html",
		"link": "https://wg21.link/d2095r0",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/CoreWorkingGroup"
	},
	"D2096R0": {
		"type": "paper",
		"title": "Generalized wording for partial specializations",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/CoreWorkingGroup/d2096r0.html",
		"link": "https://wg21.link/d2096r0",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/CoreWorkingGroup"
	},
	"D2100": {
		"type": "paper",
		"title": "a response to US062 and FR066",
		"subgroup": "EWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/EvolutionWorkingGroup/d2100.html",
		"link": "https://wg21.link/d2100",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/EvolutionWorkingGroup"
	},
	"D2101R0": {
		"type": "paper",
		"title": "“Models” subsumes “satisfies” (Wording for US298 and US300)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/LibraryWorkingGroup/d2101r0.html",
		"link": "https://wg21.link/d2101r0",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/LibraryWorkingGroup"
	},
	"D2102R0": {
		"type": "paper",
		"title": "Make “implicit expression variations” more explicit (Wording for US185)",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/LibraryWorkingGroup/d2102r0.html",
		"link": "https://wg21.link/d2102r0",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/LibraryWorkingGroup"
	},
	"D2103R0": {
		"type": "paper",
		"title": "Omnibus NB comment resolutions",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/CoreWorkingGroup/d2103r0.html",
		"link": "https://wg21.link/d2103r0",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/CoreWorkingGroup"
	},
	"D2104R0": {
		"type": "paper",
		"title": "Resolution for GB046 - Disallow changing concept values",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/CoreWorkingGroup/d2104r0.html",
		"link": "https://wg21.link/d2104r0",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/CoreWorkingGroup"
	},
	"D2106R0": {
		"type": "paper",
		"title": "Alternative wording for GB315 and GB316",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/LibraryWorkingGroup/d2106r0.html",
		"link": "https://wg21.link/d2106r0",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/LibraryWorkingGroup"
	},
	"D2108R0": {
		"type": "paper",
		"title": "CWG \"ready\" issue resolutions",
		"subgroup": "CWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/CoreWorkingGroup/d2108r0.html",
		"link": "https://wg21.link/d2108r0",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/CoreWorkingGroup"
	},
	"D2116R0": {
		"type": "paper",
		"title": "Remove tuple-like protocol support from fixed-extent span",
		"subgroup": "LWG",
		"long_link": "http://wiki.edg.com/pub/Wg21prague/LibraryWorkingGroup/d2116r0.html",
		"link": "https://wg21.link/d2116r0",
		"source": "http://wiki.edg.com/bin/view/Wg21prague/LibraryWorkingGroup"
	},
	"D2308R0": {
		"type": "paper",
		"title": "Template parameter initialization",
		"subgroup": "CWG",
		"long_link": "https://wiki.edg.com/pub/Wg21issaquah2023/CoreWorkingGroup/d2308r0.html",
		"link": "https://wg21.link/d2308r0",
		"source": "https://wiki.edg.com/bin/view/Wg21issaquah2023/CoreWorkingGroup"
	},
	"D2314R4": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "",
		"long_link": "https://wiki.edg.com/pub/Wg21virtual2021-10/StrawPolls/p2314r4.html",
		"link": "https://wg21.link/d2314r4",
		"source": "https://wiki.edg.com/bin/view/Wg21virtual2021-10/StrawPolls"
	},
	"D2361": {
		"type": "paper",
		"title": "unevaluated strings",
		"subgroup": "CWG",
		"long_link": "https://wiki.edg.com/pub/Wg21issaquah2023/CoreWorkingGroup/D2361.pdf",
		"link": "https://wg21.link/d2361",
		"source": "https://wiki.edg.com/bin/view/Wg21issaquah2023/CoreWorkingGroup"
	},
	"D2415R2": {
		"type": "paper",
		"title": "What is a view?",
		"subgroup": "",
		"long_link": "https://wiki.edg.com/pub/Wg21virtual2021-10/StrawPolls/p2415r2.html",
		"link": "https://wg21.link/d2415r2",
		"source": "https://wiki.edg.com/bin/view/Wg21virtual2021-10/StrawPolls"
	},
	"D2418R2": {
		"type": "paper",
		"title": "P2418R2 Add support for std::generator-like types to std::format",
		"subgroup": "",
		"long_link": "https://wiki.edg.com/pub/Wg21virtual2021-10/StrawPolls/P2418R2.html",
		"link": "https://wg21.link/d2418r2",
		"source": "https://wiki.edg.com/bin/view/Wg21virtual2021-10/StrawPolls"
	},
	"D2432R1": {
		"type": "paper",
		"title": "P2432R1: fix istream_view",
		"subgroup": "",
		"long_link": "https://wiki.edg.com/pub/Wg21virtual2021-10/StrawPolls/P2432R1.pdf",
		"link": "https://wg21.link/d2432r1",
		"source": "https://wiki.edg.com/bin/view/Wg21virtual2021-10/StrawPolls"
	},
	"D2450R0": {
		"type": "paper",
		"title": "Library Issues to be moved at plenary",
		"subgroup": "",
		"long_link": "https://wiki.edg.com/pub/Wg21virtual2021-10/StrawPolls/p2450r0.html",
		"link": "https://wg21.link/d2450r0",
		"source": "https://wiki.edg.com/bin/view/Wg21virtual2021-10/StrawPolls"
	},
	"D2460": {
		"type": "paper",
		"title": "p2460 inner-scope namespace entitities",
		"subgroup": "EWG",
		"long_link": "https://wiki.edg.com/pub/Wg21issaquah2023/EvolutionWorkingGroup/p2460-issaquah.pdf",
		"link": "https://wg21.link/d2460",
		"source": "https://wiki.edg.com/bin/view/Wg21issaquah2023/EvolutionWorkingGroup"
	},
	"D2462R0": {
		"type": "paper",
		"title": "Resolutions for CWG \"ready\" issues",
		"subgroup": "",
		"long_link": "https://wiki.edg.com/pub/Wg21virtual2021-10/StrawPolls/p2462r0.html",
		"link": "https://wg21.link/d2462r0",
		"source": "https://wiki.edg.com/bin/view/Wg21virtual2021-10/StrawPolls"
	},
	"D2530R3": {
		"type": "paper",
		"title": "Changes based on LWG 2023-02-07 review",
		"subgroup": "LWG",
		"long_link": "https://wiki.edg.com/pub/Wg21issaquah2023/LibraryWorkingGroup/D2530R3.pdf",
		"link": "https://wg21.link/d2530r3",
		"source": "https://wiki.edg.com/bin/view/Wg21issaquah2023/LibraryWorkingGroup"
	},
	"D2572R1": {
		"type": "paper",
		"title": "P2572R1: std::format() fill character allowances",
		"subgroup": "",
		"long_link": "https://wiki.edg.com/pub/Wg21issaquah2023/StrawPolls/p2572r1.html",
		"link": "https://wg21.link/d2572r1",
		"source": "https://wiki.edg.com/bin/view/Wg21issaquah2023/StrawPolls"
	},
	"D2609R3": {
		"type": "paper",
		"title": "P2609R3",
		"subgroup": "",
		"long_link": "https://wiki.edg.com/pub/Wg21issaquah2023/StrawPolls/P2609R3.html",
		"link": "https://wg21.link/d2609r3",
		"source": "https://wiki.edg.com/bin/view/Wg21issaquah2023/StrawPolls"
	},
	"D2616R4": {
		"type": "paper",
		"title": "(Untitled)",
		"subgroup": "SG1",
		"long_link": "https://wiki.edg.com/pub/Wg21issaquah2023/SG1/D2616R4.html",
		"link": "https://wg21.link/d2616r4",
		"source": "https://wiki.edg.com/bin/view/Wg21issaquah2023/SG1"
	},
	"D2621": {
		"type": "paper",
		"title": "UB? In My Lexer?",
		"subgroup": "CWG",
		"long_link": "https://wiki.edg.com/pub/Wg21issaquah2023/CoreWorkingGroup/D2621.pdf",
		"link": "https://wg21.link/d2621",
		"source": "https://wiki.edg.com/bin/view/Wg21issaquah2023/CoreWorkingGroup"
	},
	"D2652R2": {
		"type": "paper",
		"title": "Disallow User Specialization of allocator_traits (Bug fix from R1)",
		"subgroup": "",
		"long_link": "https://wiki.edg.com/pub/Wg21issaquah2023/StrawPolls/P2652R2.html",
		"link": "https://wg21.link/d2652r2",
		"source": "https://wiki.edg.com/bin/view/Wg21issaquah2023/StrawPolls"
	},
	"D2674R1": {
		"type": "paper",
		"title": "A trait for implicit lifetime types",
		"subgroup": "",
		"long_link": "https://wiki.edg.com/pub/Wg21issaquah2023/StrawPolls/p2674r1.pdf",
		"link": "https://wg21.link/d2674r1",
		"source": "https://wiki.edg.com/bin/view/Wg21issaquah2023/StrawPolls"
	},
	"D2679R2": {
		"type": "paper",
		"title": "Fixing std::start_lifetime_as and std::start_lifetime_as_array",
		"subgroup": "",
		"long_link": "https://wiki.edg.com/pub/Wg21issaquah2023/StrawPolls/p2679r2.pdf",
		"link": "https://wg21.link/d2679r2",
		"source": "https://wiki.edg.com/bin/view/Wg21issaquah2023/StrawPolls"
	},
	"D2693R1": {
		"type": "paper",
		"title": "Formatting thread::id and stacktrace",
		"subgroup": "",
		"long_link": "https://wiki.edg.com/pub/Wg21issaquah2023/StrawPolls/P2693R1.pdf",
		"link": "https://wg21.link/d2693r1",
		"source": "https://wiki.edg.com/bin/view/Wg21issaquah2023/StrawPolls"
	},
	"D2736R2": {
		"type": "paper",
		"title": "Referencing The Unicode Standard",
		"subgroup": "CWG",
		"long_link": "https://wiki.edg.com/pub/Wg21issaquah2023/CoreWorkingGroup/d2736r2.pdf",
		"link": "https://wg21.link/d2736r2",
		"source": "https://wiki.edg.com/bin/view/Wg21issaquah2023/CoreWorkingGroup"
	},
	"D2770R0": {
		"type": "paper",
		"title": "Stashing stashing iterators for proper flattening",
		"subgroup": "",
		"long_link": "https://wiki.edg.com/pub/Wg21issaquah2023/StrawPolls/p2770r0.html",
		"link": "https://wg21.link/d2770r0",
		"source": "https://wiki.edg.com/bin/view/Wg21issaquah2023/StrawPolls"
	},
	"D2786R0": {
		"type": "paper",
		"title": "trivial relocation proposal in response to P1144R6",
		"subgroup": "SG17",
		"long_link": "https://wiki.edg.com/pub/Wg21issaquah2023/SG17/p2786r0.pdf",
		"link": "https://wg21.link/d2786r0",
		"source": "https://wiki.edg.com/bin/view/Wg21issaquah2023/SG17"
	},
	"D2787R1": {
		"type": "paper",
		"title": "pmr::generator - Promise Types are not Values",
		"subgroup": "",
		"long_link": "https://wiki.edg.com/pub/Wg21issaquah2023/StrawPolls/P2787R1.pdf",
		"link": "https://wg21.link/d2787r1",
		"source": "https://wiki.edg.com/bin/view/Wg21issaquah2023/StrawPolls"
	},
	"D2788R0": {
		"type": "paper",
		"title": "Linkage for modular constants",
		"subgroup": "CWG",
		"long_link": "https://wiki.edg.com/pub/Wg21issaquah2023/CoreWorkingGroup/d2788r0.html",
		"link": "https://wg21.link/d2788r0",
		"source": "https://wiki.edg.com/bin/view/Wg21issaquah2023/CoreWorkingGroup"
	},
	"D2789R0": {
		"type": "paper",
		"title": "C++ Standard Library Ready Issues to be moved in Issaquah, Feb. 2023",
		"subgroup": "",
		"long_link": "https://wiki.edg.com/pub/Wg21issaquah2023/StrawPolls/p2789r0.html",
		"link": "https://wg21.link/d2789r0",
		"source": "https://wiki.edg.com/bin/view/Wg21issaquah2023/StrawPolls"
	},
	"D2790R0": {
		"type": "paper",
		"title": "Standard Library Immediate Issues",
		"subgroup": "",
		"long_link": "https://wiki.edg.com/pub/Wg21issaquah2023/StrawPolls/p2790r0.html",
		"link": "https://wg21.link/d2790r0",
		"source": "https://wiki.edg.com/bin/view/Wg21issaquah2023/StrawPolls"
	},
	"D2796R0": {
		"type": "paper",
		"title": "Core Language Working Group \"ready\" Issues for the February, 2023 meeting",
		"subgroup": "",
		"long_link": "https://wiki.edg.com/pub/Wg21issaquah2023/StrawPolls/p2796r0.html",
		"link": "https://wg21.link/d2796r0",
		"source": "https://wiki.edg.com/bin/view/Wg21issaquah2023/StrawPolls"
	},
	"D2797R0": {
		"type": "paper",
		"title": "2692, 2687 Static and explicit object member functions with the same parameter-type-lists",
		"subgroup": "CWG",
		"long_link": "https://wiki.edg.com/pub/Wg21issaquah2023/CoreWorkingGroup/D2797R0.html",
		"link": "https://wg21.link/d2797r0",
		"source": "https://wiki.edg.com/bin/view/Wg21issaquah2023/CoreWorkingGroup"
	},
	"D2808R0": {
		"type": "paper",
		"title": "Internal linkage in the global module",
		"subgroup": "CWG",
		"long_link": "https://wiki.edg.com/pub/Wg21issaquah2023/CoreWorkingGroup/d2808r0.html",
		"link": "https://wg21.link/d2808r0",
		"source": "https://wiki.edg.com/bin/view/Wg21issaquah2023/CoreWorkingGroup"
	},
	"D4752": {
		"type": "paper",
		"title": "(Draft) Responses to the National Body Comments on PDTS 19750 (Parallelism TS v2)",
		"subgroup": "",
		"long_link": "http://wiki.edg.com/pub/Wg21rapperswil2018/StrawPolls/D4752.pdf",
		"link": "https://wg21.link/d4752",
		"source": "http://wiki.edg.com/bin/view/Wg21rapperswil2018/StrawPolls"
	},
	"EDIT1": {
		"type": "editorial",
		"title": "Add a GNU Makefile to simplify building the PDF",
		"long_link": "https://github.com/cplusplus/draft/pull/1",
		"link": "https://wg21.link/edit1",
		"status": "closed"
	},
	"EDIT2": {
		"type": "editorial",
		"title": "Make the standard build on OS X with macports sed.",
		"long_link": "https://github.com/cplusplus/draft/pull/2",
		"link": "https://wg21.link/edit2",
		"status": "closed"
	},
	"EDIT3": {
		"type": "editorial",
		"title": "self-explanatory",
		"long_link": "https://github.com/cplusplus/draft/pull/3",
		"link": "https://wg21.link/edit3",
		"status": "closed"
	},
	"EDIT4": {
		"type": "editorial",
		"title": "promote [iterator.range] to rSec1 not rSec2",
		"long_link": "https://github.com/cplusplus/draft/pull/4",
		"link": "https://wg21.link/edit4",
		"status": "closed"
	},
	"EDIT5": {
		"type": "editorial",
		"title": "post-rebase pull request",
		"long_link": "https://github.com/cplusplus/draft/pull/5",
		"link": "https://wg21.link/edit5",
		"status": "closed"
	},
	"EDIT6": {
		"type": "editorial",
		"title": "Add cross-references for iterator categories.",
		"long_link": "https://github.com/cplusplus/draft/pull/6",
		"link": "https://wg21.link/edit6",
		"status": "closed"
	},
	"EDIT7": {
		"type": "editorial",
		"title": "[storage.iterator] Remove redundant template argument lists.",
		"long_link": "https://github.com/cplusplus/draft/pull/7",
		"link": "https://wg21.link/edit7",
		"status": "closed"
	},
	"EDIT8": {
		"type": "editorial",
		"title": "post-rebase pull request",
		"long_link": "https://github.com/cplusplus/draft/pull/8",
		"link": "https://wg21.link/edit8",
		"status": "closed"
	},
	"EDIT9": {
		"type": "editorial",
		"title": "fix typeface in [pairs.pair]/20",
		"long_link": "https://github.com/cplusplus/draft/pull/9",
		"link": "https://wg21.link/edit9",
		"status": "closed"
	},
	"EDIT10": {
		"type": "editorial",
		"title": "Fix caption for Table 71",
		"long_link": "https://github.com/cplusplus/draft/pull/10",
		"link": "https://wg21.link/edit10",
		"status": "closed"
	},
	"EDIT11": {
		"type": "editorial",
		"title": "fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/11",
		"link": "https://wg21.link/edit11",
		"status": "closed"
	},
	"EDIT12": {
		"type": "editorial",
		"title": "Fix error in example in 5.1.2 p17",
		"long_link": "https://github.com/cplusplus/draft/pull/12",
		"link": "https://wg21.link/edit12",
		"status": "closed"
	},
	"EDIT13": {
		"type": "editorial",
		"title": "[string.cons] Remove redundant template argument lists.",
		"long_link": "https://github.com/cplusplus/draft/pull/13",
		"link": "https://wg21.link/edit13",
		"status": "closed"
	},
	"EDIT14": {
		"type": "editorial",
		"title": "Revert 'editorial' change to definition of literal type",
		"long_link": "https://github.com/cplusplus/draft/pull/14",
		"link": "https://wg21.link/edit14",
		"status": "closed"
	},
	"EDIT15": {
		"type": "editorial",
		"title": "partial_sum_copy should be partial_sum",
		"long_link": "https://github.com/cplusplus/draft/issues/15",
		"link": "https://wg21.link/edit15",
		"status": "closed"
	},
	"EDIT16": {
		"type": "editorial",
		"title": "first attempt to pull requests",
		"long_link": "https://github.com/cplusplus/draft/pull/16",
		"link": "https://wg21.link/edit16",
		"status": "closed"
	},
	"EDIT17": {
		"type": "editorial",
		"title": "Construction order for thread_local objects is unclear",
		"long_link": "https://github.com/cplusplus/draft/issues/17",
		"link": "https://wg21.link/edit17",
		"status": "closed"
	},
	"EDIT18": {
		"type": "editorial",
		"title": "Spotted a stray curly bracket in a declaration",
		"long_link": "https://github.com/cplusplus/draft/pull/18",
		"link": "https://wg21.link/edit18",
		"status": "closed"
	},
	"EDIT19": {
		"type": "editorial",
		"title": "Some more trivial syntax fixes",
		"long_link": "https://github.com/cplusplus/draft/pull/19",
		"link": "https://wg21.link/edit19",
		"status": "closed"
	},
	"EDIT20": {
		"type": "editorial",
		"title": "Replace \"iff\"",
		"long_link": "https://github.com/cplusplus/draft/pull/20",
		"link": "https://wg21.link/edit20",
		"status": "closed"
	},
	"EDIT21": {
		"type": "editorial",
		"title": "Replace \"iff\"",
		"long_link": "https://github.com/cplusplus/draft/pull/21",
		"link": "https://wg21.link/edit21",
		"status": "closed"
	},
	"EDIT22": {
		"type": "editorial",
		"title": "Editorial(?) changes in [conversions]",
		"long_link": "https://github.com/cplusplus/draft/pull/22",
		"link": "https://wg21.link/edit22",
		"status": "closed"
	},
	"EDIT23": {
		"type": "editorial",
		"title": "[thread.condition.condvar] Replace references to timed_wait",
		"long_link": "https://github.com/cplusplus/draft/pull/23",
		"link": "https://wg21.link/edit23",
		"status": "closed"
	},
	"EDIT24": {
		"type": "editorial",
		"title": "Editorial fixes in [streambuf]",
		"long_link": "https://github.com/cplusplus/draft/pull/24",
		"link": "https://wg21.link/edit24",
		"status": "closed"
	},
	"EDIT25": {
		"type": "editorial",
		"title": "[time] formatting fixes",
		"long_link": "https://github.com/cplusplus/draft/pull/25",
		"link": "https://wg21.link/edit25",
		"status": "closed"
	},
	"EDIT26": {
		"type": "editorial",
		"title": "Editorial(?) changes in [conversions]",
		"long_link": "https://github.com/cplusplus/draft/pull/26",
		"link": "https://wg21.link/edit26",
		"status": "closed"
	},
	"EDIT27": {
		"type": "editorial",
		"title": "\"free functions\" to \"non member functions\"",
		"long_link": "https://github.com/cplusplus/draft/pull/27",
		"link": "https://wg21.link/edit27",
		"status": "closed"
	},
	"EDIT28": {
		"type": "editorial",
		"title": "fix minor typo",
		"long_link": "https://github.com/cplusplus/draft/pull/28",
		"link": "https://wg21.link/edit28",
		"status": "closed"
	},
	"EDIT29": {
		"type": "editorial",
		"title": "Switch to basic regexen because sed's flag to turn on extended regex is non-portable.",
		"long_link": "https://github.com/cplusplus/draft/pull/29",
		"link": "https://wg21.link/edit29",
		"status": "closed"
	},
	"EDIT30": {
		"type": "editorial",
		"title": "fixed typo : mersenne_twister_engine's template parameter",
		"long_link": "https://github.com/cplusplus/draft/pull/30",
		"link": "https://wg21.link/edit30",
		"status": "closed"
	},
	"EDIT31": {
		"type": "editorial",
		"title": "Replaced \"encoding schemes\" with \"encoding forms\"",
		"long_link": "https://github.com/cplusplus/draft/pull/31",
		"link": "https://wg21.link/edit31",
		"status": "closed"
	},
	"EDIT32": {
		"type": "editorial",
		"title": "[deque.overview] add whitespace",
		"long_link": "https://github.com/cplusplus/draft/pull/32",
		"link": "https://wg21.link/edit32",
		"status": "closed"
	},
	"EDIT33": {
		"type": "editorial",
		"title": "[container.requirements.general] Remove type Q.",
		"long_link": "https://github.com/cplusplus/draft/pull/33",
		"link": "https://wg21.link/edit33",
		"status": "closed"
	},
	"EDIT34": {
		"type": "editorial",
		"title": "[containers]Use code font for erase.",
		"long_link": "https://github.com/cplusplus/draft/pull/34",
		"link": "https://wg21.link/edit34",
		"status": "closed"
	},
	"EDIT35": {
		"type": "editorial",
		"title": "Initializer List",
		"long_link": "https://github.com/cplusplus/draft/issues/35",
		"link": "https://wg21.link/edit35",
		"status": "closed"
	},
	"EDIT36": {
		"type": "editorial",
		"title": "[tuple.general] Fix return type of forward_as_tuple",
		"long_link": "https://github.com/cplusplus/draft/pull/36",
		"link": "https://wg21.link/edit36",
		"status": "closed"
	},
	"EDIT37": {
		"type": "editorial",
		"title": "[class.expl.init] Fix sample for copy-list-initialization",
		"long_link": "https://github.com/cplusplus/draft/pull/37",
		"link": "https://wg21.link/edit37",
		"status": "closed"
	},
	"EDIT38": {
		"type": "editorial",
		"title": "[Containers] Fix minor typo, etc.",
		"long_link": "https://github.com/cplusplus/draft/pull/38",
		"link": "https://wg21.link/edit38",
		"status": "closed"
	},
	"EDIT39": {
		"type": "editorial",
		"title": "[futures.async] Remove redundant Remarks clause.",
		"long_link": "https://github.com/cplusplus/draft/pull/39",
		"link": "https://wg21.link/edit39",
		"status": "closed"
	},
	"EDIT40": {
		"type": "editorial",
		"title": "unresolved references",
		"long_link": "https://github.com/cplusplus/draft/issues/40",
		"link": "https://wg21.link/edit40",
		"status": "closed"
	},
	"EDIT41": {
		"type": "editorial",
		"title": "[tuple.general] Fix forward_as_tuple signature.",
		"long_link": "https://github.com/cplusplus/draft/pull/41",
		"link": "https://wg21.link/edit41",
		"status": "closed"
	},
	"EDIT42": {
		"type": "editorial",
		"title": "[associative] Remove redundant template arguments.",
		"long_link": "https://github.com/cplusplus/draft/pull/42",
		"link": "https://wg21.link/edit42",
		"status": "closed"
	},
	"EDIT43": {
		"type": "editorial",
		"title": "Typefaces fixes",
		"long_link": "https://github.com/cplusplus/draft/pull/43",
		"link": "https://wg21.link/edit43",
		"status": "closed"
	},
	"EDIT44": {
		"type": "editorial",
		"title": "[func.wrap.func.targ] Use 'class' not 'typename'",
		"long_link": "https://github.com/cplusplus/draft/pull/44",
		"link": "https://wg21.link/edit44",
		"status": "closed"
	},
	"EDIT45": {
		"type": "editorial",
		"title": "Remove two redundant bullets.",
		"long_link": "https://github.com/cplusplus/draft/pull/45",
		"link": "https://wg21.link/edit45",
		"status": "closed"
	},
	"EDIT46": {
		"type": "editorial",
		"title": "[class] Hyphenate \"standard-layout\"",
		"long_link": "https://github.com/cplusplus/draft/pull/46",
		"link": "https://wg21.link/edit46",
		"status": "closed"
	},
	"EDIT47": {
		"type": "editorial",
		"title": "Extra comma in  [ios::failure]/3",
		"long_link": "https://github.com/cplusplus/draft/issues/47",
		"link": "https://wg21.link/edit47",
		"status": "closed"
	},
	"EDIT48": {
		"type": "editorial",
		"title": "basic_regex constructor inconsistencies",
		"long_link": "https://github.com/cplusplus/draft/issues/48",
		"link": "https://wg21.link/edit48",
		"status": "closed"
	},
	"EDIT49": {
		"type": "editorial",
		"title": "ios_base synopsis issues",
		"long_link": "https://github.com/cplusplus/draft/issues/49",
		"link": "https://wg21.link/edit49",
		"status": "closed"
	},
	"EDIT50": {
		"type": "editorial",
		"title": "[gram.dcl] assignment-expression -> alignment-expression",
		"long_link": "https://github.com/cplusplus/draft/issues/50",
		"link": "https://wg21.link/edit50",
		"status": "closed"
	},
	"EDIT51": {
		"type": "editorial",
		"title": "[tuple.swap] wrong subscript",
		"long_link": "https://github.com/cplusplus/draft/issues/51",
		"link": "https://wg21.link/edit51",
		"status": "closed"
	},
	"EDIT52": {
		"type": "editorial",
		"title": "Inconsistent null values throughout the draft",
		"long_link": "https://github.com/cplusplus/draft/issues/52",
		"link": "https://wg21.link/edit52",
		"status": "closed"
	},
	"EDIT53": {
		"type": "editorial",
		"title": "Inconsistent spacing between \"template\" and \"<\"",
		"long_link": "https://github.com/cplusplus/draft/issues/53",
		"link": "https://wg21.link/edit53",
		"status": "closed"
	},
	"EDIT54": {
		"type": "editorial",
		"title": "[containers.requirements.general] missing reference to table",
		"long_link": "https://github.com/cplusplus/draft/issues/54",
		"link": "https://wg21.link/edit54",
		"status": "closed"
	},
	"EDIT55": {
		"type": "editorial",
		"title": "[expr.cond]/3 typo - rvalue -> prvalue",
		"long_link": "https://github.com/cplusplus/draft/issues/55",
		"link": "https://wg21.link/edit55",
		"status": "closed"
	},
	"EDIT56": {
		"type": "editorial",
		"title": "Formatting issue in Cross References annex",
		"long_link": "https://github.com/cplusplus/draft/issues/56",
		"link": "https://wg21.link/edit56",
		"status": "closed"
	},
	"EDIT57": {
		"type": "editorial",
		"title": "[thread.condition.condvar], [thread.condition.condvarany] Misuse of term function scope",
		"long_link": "https://github.com/cplusplus/draft/issues/57",
		"link": "https://wg21.link/edit57",
		"status": "closed"
	},
	"EDIT58": {
		"type": "editorial",
		"title": "[atomics.types.generic]/7 Typo",
		"long_link": "https://github.com/cplusplus/draft/issues/58",
		"link": "https://wg21.link/edit58",
		"status": "closed"
	},
	"EDIT59": {
		"type": "editorial",
		"title": "[dcl.attr.grammar]/6 ill formed and malformed are poorly formed",
		"long_link": "https://github.com/cplusplus/draft/issues/59",
		"link": "https://wg21.link/edit59",
		"status": "closed"
	},
	"EDIT60": {
		"type": "editorial",
		"title": "[dcl.type.simple] erroneous example",
		"long_link": "https://github.com/cplusplus/draft/issues/60",
		"link": "https://wg21.link/edit60",
		"status": "closed"
	},
	"EDIT61": {
		"type": "editorial",
		"title": "\"sequenced after\" undefined",
		"long_link": "https://github.com/cplusplus/draft/issues/61",
		"link": "https://wg21.link/edit61",
		"status": "closed"
	},
	"EDIT62": {
		"type": "editorial",
		"title": "[vector.bool]/1 typos",
		"long_link": "https://github.com/cplusplus/draft/issues/62",
		"link": "https://wg21.link/edit62",
		"status": "closed"
	},
	"EDIT63": {
		"type": "editorial",
		"title": "[streambuf.virt.put]/5 \"NULL non-value\"",
		"long_link": "https://github.com/cplusplus/draft/issues/63",
		"link": "https://wg21.link/edit63",
		"status": "closed"
	},
	"EDIT64": {
		"type": "editorial",
		"title": "type-specifier-seq should be decl-specifier-seq",
		"long_link": "https://github.com/cplusplus/draft/issues/64",
		"link": "https://wg21.link/edit64",
		"status": "closed"
	},
	"EDIT65": {
		"type": "editorial",
		"title": "[thread.thread.class] missing declaration of swap(thread&,thread&)",
		"long_link": "https://github.com/cplusplus/draft/issues/65",
		"link": "https://wg21.link/edit65",
		"status": "closed"
	},
	"EDIT66": {
		"type": "editorial",
		"title": "[thread.threads] Namespace indentation ",
		"long_link": "https://github.com/cplusplus/draft/issues/66",
		"link": "https://wg21.link/edit66",
		"status": "closed"
	},
	"EDIT67": {
		"type": "editorial",
		"title": "[ratio.ratio] Order of ratio members",
		"long_link": "https://github.com/cplusplus/draft/issues/67",
		"link": "https://wg21.link/edit67",
		"status": "closed"
	},
	"EDIT68": {
		"type": "editorial",
		"title": "\"conditionally supported\" -> \"conditionally-supported\"",
		"long_link": "https://github.com/cplusplus/draft/issues/68",
		"link": "https://wg21.link/edit68",
		"status": "closed"
	},
	"EDIT69": {
		"type": "editorial",
		"title": "index: formatting issues",
		"long_link": "https://github.com/cplusplus/draft/issues/69",
		"link": "https://wg21.link/edit69",
		"status": "closed"
	},
	"EDIT70": {
		"type": "editorial",
		"title": "[pairs.pair] \"Requires Requires\" requires fewer Requires ",
		"long_link": "https://github.com/cplusplus/draft/issues/70",
		"link": "https://wg21.link/edit70",
		"status": "closed"
	},
	"EDIT71": {
		"type": "editorial",
		"title": "make_shared missing in synopsis for <memory>",
		"long_link": "https://github.com/cplusplus/draft/issues/71",
		"link": "https://wg21.link/edit71",
		"status": "closed"
	},
	"EDIT72": {
		"type": "editorial",
		"title": " [expr.static.cast]/12 specifies \"undefined result\" instead of undefined behaviour",
		"long_link": "https://github.com/cplusplus/draft/issues/72",
		"link": "https://wg21.link/edit72",
		"status": "closed"
	},
	"EDIT73": {
		"type": "editorial",
		"title": "Semicolons after references to functions in comments",
		"long_link": "https://github.com/cplusplus/draft/issues/73",
		"link": "https://wg21.link/edit73",
		"status": "closed"
	},
	"EDIT74": {
		"type": "editorial",
		"title": "\"integral literal\" should be \"integer literal\"",
		"long_link": "https://github.com/cplusplus/draft/issues/74",
		"link": "https://wg21.link/edit74",
		"status": "closed"
	},
	"EDIT75": {
		"type": "editorial",
		"title": "LaTeX: Pull contents for synopses in by reference as possible.",
		"long_link": "https://github.com/cplusplus/draft/issues/75",
		"link": "https://wg21.link/edit75",
		"status": "closed"
	},
	"EDIT76": {
		"type": "editorial",
		"title": "Lock tag types not in Index of library names",
		"long_link": "https://github.com/cplusplus/draft/issues/76",
		"link": "https://wg21.link/edit76",
		"status": "closed"
	},
	"EDIT77": {
		"type": "editorial",
		"title": "Change \"full specializations\" to \"explicit specializations\" in [atomic.types.generic]/4",
		"long_link": "https://github.com/cplusplus/draft/issues/77",
		"link": "https://wg21.link/edit77",
		"status": "closed"
	},
	"EDIT78": {
		"type": "editorial",
		"title": "[associative.reqmts] Terribly formatted table",
		"long_link": "https://github.com/cplusplus/draft/issues/78",
		"link": "https://wg21.link/edit78",
		"status": "open"
	},
	"EDIT79": {
		"type": "editorial",
		"title": "[unord.set.overview] Remove bogus template parameters.",
		"long_link": "https://github.com/cplusplus/draft/pull/79",
		"link": "https://wg21.link/edit79",
		"status": "closed"
	},
	"EDIT80": {
		"type": "editorial",
		"title": "§16.3.5 [cpp.scope] ends in an unmatched \"— end note ]\"",
		"long_link": "https://github.com/cplusplus/draft/issues/80",
		"link": "https://wg21.link/edit80",
		"status": "closed"
	},
	"EDIT81": {
		"type": "editorial",
		"title": "20.2.3 forward/move helpers [forward]",
		"long_link": "https://github.com/cplusplus/draft/issues/81",
		"link": "https://wg21.link/edit81",
		"status": "closed"
	},
	"EDIT82": {
		"type": "editorial",
		"title": "use of \"Remark\" element in library specifications",
		"long_link": "https://github.com/cplusplus/draft/issues/82",
		"link": "https://wg21.link/edit82",
		"status": "closed"
	},
	"EDIT83": {
		"type": "editorial",
		"title": "Apply N3668, std::exchange, to the Working Draft.",
		"long_link": "https://github.com/cplusplus/draft/pull/83",
		"link": "https://wg21.link/edit83",
		"status": "closed"
	},
	"EDIT84": {
		"type": "editorial",
		"title": "[adjacent.difference]'s Effects paragraph isn't numbered",
		"long_link": "https://github.com/cplusplus/draft/issues/84",
		"link": "https://wg21.link/edit84",
		"status": "closed"
	},
	"EDIT85": {
		"type": "editorial",
		"title": "[unord.req] says \"maximum load load factor\"",
		"long_link": "https://github.com/cplusplus/draft/issues/85",
		"link": "https://wg21.link/edit85",
		"status": "closed"
	},
	"EDIT86": {
		"type": "editorial",
		"title": "\"shall not participate in overload resolution unless\" considered not not harmful",
		"long_link": "https://github.com/cplusplus/draft/issues/86",
		"link": "https://wg21.link/edit86",
		"status": "closed"
	},
	"EDIT87": {
		"type": "editorial",
		"title": "[unord.req] Fix \"\u0001load load factor\" typo.",
		"long_link": "https://github.com/cplusplus/draft/pull/87",
		"link": "https://wg21.link/edit87",
		"status": "closed"
	},
	"EDIT88": {
		"type": "editorial",
		"title": "[thread.threads] Add lock tags to index of library names.",
		"long_link": "https://github.com/cplusplus/draft/pull/88",
		"link": "https://wg21.link/edit88",
		"status": "closed"
	},
	"EDIT89": {
		"type": "editorial",
		"title": "[associative.reqmts] begins a sentence with lowercase \"always\"",
		"long_link": "https://github.com/cplusplus/draft/issues/89",
		"link": "https://wg21.link/edit89",
		"status": "closed"
	},
	"EDIT90": {
		"type": "editorial",
		"title": "[over.ics.rank]/3 Horrible nested sub-bullets",
		"long_link": "https://github.com/cplusplus/draft/issues/90",
		"link": "https://wg21.link/edit90",
		"status": "open"
	},
	"EDIT91": {
		"type": "editorial",
		"title": "Library N3656 make_unique",
		"long_link": "https://github.com/cplusplus/draft/pull/91",
		"link": "https://wg21.link/edit91",
		"status": "closed"
	},
	"EDIT92": {
		"type": "editorial",
		"title": "Library N3658 Compile-time integer sequences",
		"long_link": "https://github.com/cplusplus/draft/pull/92",
		"link": "https://wg21.link/edit92",
		"status": "closed"
	},
	"EDIT93": {
		"type": "editorial",
		"title": "Apply N3668, std::exchange, to the Working Draft.",
		"long_link": "https://github.com/cplusplus/draft/pull/93",
		"link": "https://wg21.link/edit93",
		"status": "closed"
	},
	"EDIT94": {
		"type": "editorial",
		"title": "Missing end-note tags",
		"long_link": "https://github.com/cplusplus/draft/issues/94",
		"link": "https://wg21.link/edit94",
		"status": "closed"
	},
	"EDIT95": {
		"type": "editorial",
		"title": "Inconsistent formatting of T1, T2, etc. placeholders",
		"long_link": "https://github.com/cplusplus/draft/issues/95",
		"link": "https://wg21.link/edit95",
		"status": "closed"
	},
	"EDIT96": {
		"type": "editorial",
		"title": "[dcl.array]/1 code example needs more \\tcode{}",
		"long_link": "https://github.com/cplusplus/draft/issues/96",
		"link": "https://wg21.link/edit96",
		"status": "closed"
	},
	"EDIT97": {
		"type": "editorial",
		"title": "[class.mem]/10 inconsistent formatting of \"static\"",
		"long_link": "https://github.com/cplusplus/draft/issues/97",
		"link": "https://wg21.link/edit97",
		"status": "closed"
	},
	"EDIT98": {
		"type": "editorial",
		"title": "implementation-defined bits not in implementation-defined index",
		"long_link": "https://github.com/cplusplus/draft/issues/98",
		"link": "https://wg21.link/edit98",
		"status": "closed"
	},
	"EDIT99": {
		"type": "editorial",
		"title": "deallocation function term defined in a weird spot",
		"long_link": "https://github.com/cplusplus/draft/issues/99",
		"link": "https://wg21.link/edit99",
		"status": "closed"
	},
	"EDIT100": {
		"type": "editorial",
		"title": "23.3.4.1 [forwardlist.overview]/3 typo: \"acess\"",
		"long_link": "https://github.com/cplusplus/draft/issues/100",
		"link": "https://wg21.link/edit100",
		"status": "closed"
	},
	"EDIT101": {
		"type": "editorial",
		"title": "Library N3657, Adding heterogeneous comparison lookup to associative containers",
		"long_link": "https://github.com/cplusplus/draft/pull/101",
		"link": "https://wg21.link/edit101",
		"status": "closed"
	},
	"EDIT102": {
		"type": "editorial",
		"title": "Library N3662, C++ Dynamic Arrays",
		"long_link": "https://github.com/cplusplus/draft/pull/102",
		"link": "https://wg21.link/edit102",
		"status": "closed"
	},
	"EDIT103": {
		"type": "editorial",
		"title": "Library N3669, Fixing constexpr member functions without const",
		"long_link": "https://github.com/cplusplus/draft/pull/103",
		"link": "https://wg21.link/edit103",
		"status": "closed"
	},
	"EDIT104": {
		"type": "editorial",
		"title": "Core N3652, Relaxing constraints on constexpr functions",
		"long_link": "https://github.com/cplusplus/draft/pull/104",
		"link": "https://wg21.link/edit104",
		"status": "closed"
	},
	"EDIT105": {
		"type": "editorial",
		"title": "[dcl.spec.auto] example inconsistent use of class and typename",
		"long_link": "https://github.com/cplusplus/draft/issues/105",
		"link": "https://wg21.link/edit105",
		"status": "closed"
	},
	"EDIT106": {
		"type": "editorial",
		"title": "Inconsistent formatting of \"public\" and \"inline\" in sentences",
		"long_link": "https://github.com/cplusplus/draft/issues/106",
		"link": "https://wg21.link/edit106",
		"status": "closed"
	},
	"EDIT107": {
		"type": "editorial",
		"title": "[basic.types] void -> cv void in literal type definition",
		"long_link": "https://github.com/cplusplus/draft/issues/107",
		"link": "https://wg21.link/edit107",
		"status": "closed"
	},
	"EDIT108": {
		"type": "editorial",
		"title": "[dcl.constexpr] class of (non-static member) function function is a member shall be a literal type",
		"long_link": "https://github.com/cplusplus/draft/issues/108",
		"link": "https://wg21.link/edit108",
		"status": "closed"
	},
	"EDIT109": {
		"type": "editorial",
		"title": "== operator vs operator == (and similar cases)",
		"long_link": "https://github.com/cplusplus/draft/issues/109",
		"link": "https://wg21.link/edit109",
		"status": "closed"
	},
	"EDIT110": {
		"type": "editorial",
		"title": "Formatting: Ugly breaks in [dcl.type.simple]",
		"long_link": "https://github.com/cplusplus/draft/issues/110",
		"link": "https://wg21.link/edit110",
		"status": "closed"
	},
	"EDIT111": {
		"type": "editorial",
		"title": "Run-on paragraph in [dcl.spec.auto]/7",
		"long_link": "https://github.com/cplusplus/draft/issues/111",
		"link": "https://wg21.link/edit111",
		"status": "closed"
	},
	"EDIT112": {
		"type": "editorial",
		"title": "Library N3672, a utility class to represent optional objects",
		"long_link": "https://github.com/cplusplus/draft/pull/112",
		"link": "https://wg21.link/edit112",
		"status": "closed"
	},
	"EDIT113": {
		"type": "editorial",
		"title": "Library N3654, Quoted Strings Library Proposal",
		"long_link": "https://github.com/cplusplus/draft/pull/113",
		"link": "https://wg21.link/edit113",
		"status": "closed"
	},
	"EDIT114": {
		"type": "editorial",
		"title": "Library N3670, Addressing Tuples by Type",
		"long_link": "https://github.com/cplusplus/draft/pull/114",
		"link": "https://wg21.link/edit114",
		"status": "closed"
	},
	"EDIT115": {
		"type": "editorial",
		"title": "Formatting issues in [tuple]",
		"long_link": "https://github.com/cplusplus/draft/issues/115",
		"link": "https://wg21.link/edit115",
		"status": "closed"
	},
	"EDIT116": {
		"type": "editorial",
		"title": " Library N3671, Making non-modifying sequence operations more robust",
		"long_link": "https://github.com/cplusplus/draft/pull/116",
		"link": "https://wg21.link/edit116",
		"status": "closed"
	},
	"EDIT117": {
		"type": "editorial",
		"title": "\"possibly const\" vs \"possibly \\tcode{const}\"",
		"long_link": "https://github.com/cplusplus/draft/issues/117",
		"link": "https://wg21.link/edit117",
		"status": "open"
	},
	"EDIT118": {
		"type": "editorial",
		"title": "\"T* p\" vs. \"T *p\"",
		"long_link": "https://github.com/cplusplus/draft/issues/118",
		"link": "https://wg21.link/edit118",
		"status": "closed"
	},
	"EDIT119": {
		"type": "editorial",
		"title": "\"explicit constexpr\" vs. \"constexpr explicit\"",
		"long_link": "https://github.com/cplusplus/draft/issues/119",
		"link": "https://wg21.link/edit119",
		"status": "closed"
	},
	"EDIT120": {
		"type": "editorial",
		"title": "[sequence.reqmts] Table \"Sequence container requirements\" is bad, and it should feel bad",
		"long_link": "https://github.com/cplusplus/draft/issues/120",
		"link": "https://wg21.link/edit120",
		"status": "open"
	},
	"EDIT121": {
		"type": "editorial",
		"title": "Library N3642, User-defined Literals for Standard Library Types",
		"long_link": "https://github.com/cplusplus/draft/pull/121",
		"link": "https://wg21.link/edit121",
		"status": "closed"
	},
	"EDIT122": {
		"type": "editorial",
		"title": "\"; otherwise\" vs \". Otherwise\" vs \". Otherwise,\"",
		"long_link": "https://github.com/cplusplus/draft/issues/122",
		"link": "https://wg21.link/edit122",
		"status": "closed"
	},
	"EDIT123": {
		"type": "editorial",
		"title": "\"synchronizes with\" italicized in some places",
		"long_link": "https://github.com/cplusplus/draft/issues/123",
		"link": "https://wg21.link/edit123",
		"status": "closed"
	},
	"EDIT124": {
		"type": "editorial",
		"title": "Missing index entries: std::tie and std::ignore",
		"long_link": "https://github.com/cplusplus/draft/issues/124",
		"link": "https://wg21.link/edit124",
		"status": "closed"
	},
	"EDIT125": {
		"type": "editorial",
		"title": "[utility] synopsis: T1/T2 vs T/U",
		"long_link": "https://github.com/cplusplus/draft/issues/125",
		"link": "https://wg21.link/edit125",
		"status": "closed"
	},
	"EDIT126": {
		"type": "editorial",
		"title": "[intseq] 20.5 Compile-time integer sequences ",
		"long_link": "https://github.com/cplusplus/draft/issues/126",
		"link": "https://wg21.link/edit126",
		"status": "closed"
	},
	"EDIT127": {
		"type": "editorial",
		"title": "[optional.syn] const placed on right",
		"long_link": "https://github.com/cplusplus/draft/issues/127",
		"link": "https://wg21.link/edit127",
		"status": "closed"
	},
	"EDIT128": {
		"type": "editorial",
		"title": "[optional.inplace] \"argument pack\" should be \"function parameter pack\"",
		"long_link": "https://github.com/cplusplus/draft/issues/128",
		"link": "https://wg21.link/edit128",
		"status": "closed"
	},
	"EDIT129": {
		"type": "editorial",
		"title": "Location of [dynarray]",
		"long_link": "https://github.com/cplusplus/draft/issues/129",
		"link": "https://wg21.link/edit129",
		"status": "closed"
	},
	"EDIT130": {
		"type": "editorial",
		"title": "[dynarray.overview] deleted assignment operator location, ordering of const",
		"long_link": "https://github.com/cplusplus/draft/issues/130",
		"link": "https://wg21.link/edit130",
		"status": "closed"
	},
	"EDIT131": {
		"type": "editorial",
		"title": "[dynarray.cons] location of Throws clause",
		"long_link": "https://github.com/cplusplus/draft/issues/131",
		"link": "https://wg21.link/edit131",
		"status": "closed"
	},
	"EDIT132": {
		"type": "editorial",
		"title": "[class]/3 identifier missing a grammarterm",
		"long_link": "https://github.com/cplusplus/draft/issues/132",
		"link": "https://wg21.link/edit132",
		"status": "closed"
	},
	"EDIT133": {
		"type": "editorial",
		"title": "[dcl.type.simple]/4 missing semicolon",
		"long_link": "https://github.com/cplusplus/draft/issues/133",
		"link": "https://wg21.link/edit133",
		"status": "closed"
	},
	"EDIT134": {
		"type": "editorial",
		"title": "Typo in [basic.scope.namespace]/3",
		"long_link": "https://github.com/cplusplus/draft/issues/134",
		"link": "https://wg21.link/edit134",
		"status": "closed"
	},
	"EDIT135": {
		"type": "editorial",
		"title": "[optional] Editorial fix",
		"long_link": "https://github.com/cplusplus/draft/pull/135",
		"link": "https://wg21.link/edit135",
		"status": "closed"
	},
	"EDIT136": {
		"type": "editorial",
		"title": "[optional] Editorial fix",
		"long_link": "https://github.com/cplusplus/draft/pull/136",
		"link": "https://wg21.link/edit136",
		"status": "closed"
	},
	"EDIT137": {
		"type": "editorial",
		"title": "[class.friend] Hyphenate \"nonclass\".",
		"long_link": "https://github.com/cplusplus/draft/pull/137",
		"link": "https://wg21.link/edit137",
		"status": "closed"
	},
	"EDIT138": {
		"type": "editorial",
		"title": "Remove trailing whitespace",
		"long_link": "https://github.com/cplusplus/draft/pull/138",
		"link": "https://wg21.link/edit138",
		"status": "closed"
	},
	"EDIT139": {
		"type": "editorial",
		"title": "Apply LWG DR 2109 to [optional.hash]",
		"long_link": "https://github.com/cplusplus/draft/issues/139",
		"link": "https://wg21.link/edit139",
		"status": "closed"
	},
	"EDIT140": {
		"type": "editorial",
		"title": "[optional] Declare std::nullopt as a constant, not a function as is done now.",
		"long_link": "https://github.com/cplusplus/draft/pull/140",
		"link": "https://wg21.link/edit140",
		"status": "closed"
	},
	"EDIT141": {
		"type": "editorial",
		"title": "Fix for issue #80, [cpp.scope] ends in an unmatched \"— end note ]\"",
		"long_link": "https://github.com/cplusplus/draft/pull/141",
		"link": "https://wg21.link/edit141",
		"status": "closed"
	},
	"EDIT142": {
		"type": "editorial",
		"title": "[optional.comp_with_t] Missing description for template <class T> constexpr bool operator<(const T&, const optional<T>&);",
		"long_link": "https://github.com/cplusplus/draft/issues/142",
		"link": "https://wg21.link/edit142",
		"status": "closed"
	},
	"EDIT143": {
		"type": "editorial",
		"title": "\"magic macros\"",
		"long_link": "https://github.com/cplusplus/draft/issues/143",
		"link": "https://wg21.link/edit143",
		"status": "closed"
	},
	"EDIT144": {
		"type": "editorial",
		"title": "[class.dtor]/5",
		"long_link": "https://github.com/cplusplus/draft/issues/144",
		"link": "https://wg21.link/edit144",
		"status": "closed"
	},
	"EDIT145": {
		"type": "editorial",
		"title": "Outdated text on signedness of bit-fields",
		"long_link": "https://github.com/cplusplus/draft/issues/145",
		"link": "https://wg21.link/edit145",
		"status": "closed"
	},
	"EDIT146": {
		"type": "editorial",
		"title": "Formatting: [ostreambuf.iter.cons]",
		"long_link": "https://github.com/cplusplus/draft/issues/146",
		"link": "https://wg21.link/edit146",
		"status": "closed"
	},
	"EDIT147": {
		"type": "editorial",
		"title": "HTML version",
		"long_link": "https://github.com/cplusplus/draft/issues/147",
		"link": "https://wg21.link/edit147",
		"status": "closed"
	},
	"EDIT148": {
		"type": "editorial",
		"title": "[temp.friend] Fix minor typo.",
		"long_link": "https://github.com/cplusplus/draft/pull/148",
		"link": "https://wg21.link/edit148",
		"status": "closed"
	},
	"EDIT149": {
		"type": "editorial",
		"title": "Wrong type for out << put_time(tmb, fmt)",
		"long_link": "https://github.com/cplusplus/draft/issues/149",
		"link": "https://wg21.link/edit149",
		"status": "closed"
	},
	"EDIT150": {
		"type": "editorial",
		"title": "[dcl.init] Function parameters can also be initialized by braced-init-lists",
		"long_link": "https://github.com/cplusplus/draft/issues/150",
		"link": "https://wg21.link/edit150",
		"status": "closed"
	},
	"EDIT151": {
		"type": "editorial",
		"title": "Declarations of call_once mismatch",
		"long_link": "https://github.com/cplusplus/draft/issues/151",
		"link": "https://wg21.link/edit151",
		"status": "closed"
	},
	"EDIT152": {
		"type": "editorial",
		"title": "Correct pasto in 14.7.3 example",
		"long_link": "https://github.com/cplusplus/draft/pull/152",
		"link": "https://wg21.link/edit152",
		"status": "closed"
	},
	"EDIT153": {
		"type": "editorial",
		"title": "Remove to_string(float)",
		"long_link": "https://github.com/cplusplus/draft/pull/153",
		"link": "https://wg21.link/edit153",
		"status": "closed"
	},
	"EDIT154": {
		"type": "editorial",
		"title": "Editorial fix in [namespace.def]",
		"long_link": "https://github.com/cplusplus/draft/pull/154",
		"link": "https://wg21.link/edit154",
		"status": "closed"
	},
	"EDIT155": {
		"type": "editorial",
		"title": "Sorry, please ignore...",
		"long_link": "https://github.com/cplusplus/draft/pull/155",
		"link": "https://wg21.link/edit155",
		"status": "closed"
	},
	"EDIT156": {
		"type": "editorial",
		"title": "[lex.icon] type of binary literals missing from Table 6 (Types of integer constants)",
		"long_link": "https://github.com/cplusplus/draft/issues/156",
		"link": "https://wg21.link/edit156",
		"status": "closed"
	},
	"EDIT157": {
		"type": "editorial",
		"title": "Exception specification of implicitly declared deallocation functions",
		"long_link": "https://github.com/cplusplus/draft/issues/157",
		"link": "https://wg21.link/edit157",
		"status": "closed"
	},
	"EDIT158": {
		"type": "editorial",
		"title": "Editorial change missing from resolution DR739: update note to reflect",
		"long_link": "https://github.com/cplusplus/draft/pull/158",
		"link": "https://wg21.link/edit158",
		"status": "closed"
	},
	"EDIT159": {
		"type": "editorial",
		"title": "Second sentence of 1.10p6 is redundant",
		"long_link": "https://github.com/cplusplus/draft/issues/159",
		"link": "https://wg21.link/edit159",
		"status": "closed"
	},
	"EDIT160": {
		"type": "editorial",
		"title": "editorial issue in [valarray.sub]",
		"long_link": "https://github.com/cplusplus/draft/issues/160",
		"link": "https://wg21.link/edit160",
		"status": "closed"
	},
	"EDIT161": {
		"type": "editorial",
		"title": "Replace NULL with null.",
		"long_link": "https://github.com/cplusplus/draft/pull/161",
		"link": "https://wg21.link/edit161",
		"status": "closed"
	},
	"EDIT162": {
		"type": "editorial",
		"title": "Typo in 14.2p5 code example",
		"long_link": "https://github.com/cplusplus/draft/pull/162",
		"link": "https://wg21.link/edit162",
		"status": "closed"
	},
	"EDIT163": {
		"type": "editorial",
		"title": "duplicate period in §1.9/14 [intro.execution]",
		"long_link": "https://github.com/cplusplus/draft/issues/163",
		"link": "https://wg21.link/edit163",
		"status": "closed"
	},
	"EDIT164": {
		"type": "editorial",
		"title": "weibull_distribution : add missing semicolon",
		"long_link": "https://github.com/cplusplus/draft/pull/164",
		"link": "https://wg21.link/edit164",
		"status": "closed"
	},
	"EDIT165": {
		"type": "editorial",
		"title": "[strings] Use \"Equivalent to\" where appropriate",
		"long_link": "https://github.com/cplusplus/draft/issues/165",
		"link": "https://wg21.link/edit165",
		"status": "closed"
	},
	"EDIT166": {
		"type": "editorial",
		"title": "Placement of \"*\" and \"&\" inconsistent",
		"long_link": "https://github.com/cplusplus/draft/issues/166",
		"link": "https://wg21.link/edit166",
		"status": "closed"
	},
	"EDIT167": {
		"type": "editorial",
		"title": "runtime vs run-time",
		"long_link": "https://github.com/cplusplus/draft/issues/167",
		"link": "https://wg21.link/edit167",
		"status": "closed"
	},
	"EDIT168": {
		"type": "editorial",
		"title": "\"the program shall behave as if there were a single definition\" in [basic.def.odr]p6",
		"long_link": "https://github.com/cplusplus/draft/issues/168",
		"link": "https://wg21.link/edit168",
		"status": "closed"
	},
	"EDIT169": {
		"type": "editorial",
		"title": "[algorithms.general] Fix typo for search_n's return type",
		"long_link": "https://github.com/cplusplus/draft/pull/169",
		"link": "https://wg21.link/edit169",
		"status": "closed"
	},
	"EDIT170": {
		"type": "editorial",
		"title": "Wording change suggestion in function override rules",
		"long_link": "https://github.com/cplusplus/draft/issues/170",
		"link": "https://wg21.link/edit170",
		"status": "closed"
	},
	"EDIT171": {
		"type": "editorial",
		"title": "linear_congruential_engine : fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/171",
		"link": "https://wg21.link/edit171",
		"status": "closed"
	},
	"EDIT172": {
		"type": "editorial",
		"title": "Define non-trivial operations",
		"long_link": "https://github.com/cplusplus/draft/issues/172",
		"link": "https://wg21.link/edit172",
		"status": "closed"
	},
	"EDIT173": {
		"type": "editorial",
		"title": "ranlux48 : fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/173",
		"link": "https://wg21.link/edit173",
		"status": "closed"
	},
	"EDIT174": {
		"type": "editorial",
		"title": "14.7.3/7 is missing references to variable templates",
		"long_link": "https://github.com/cplusplus/draft/issues/174",
		"link": "https://wg21.link/edit174",
		"status": "closed"
	},
	"EDIT175": {
		"type": "editorial",
		"title": "Typo in 20.3.2 [pairs.pair]/1",
		"long_link": "https://github.com/cplusplus/draft/issues/175",
		"link": "https://wg21.link/edit175",
		"status": "closed"
	},
	"EDIT176": {
		"type": "editorial",
		"title": "Missing paragraph number in 21.4.6.3 [string::assign]",
		"long_link": "https://github.com/cplusplus/draft/issues/176",
		"link": "https://wg21.link/edit176",
		"status": "closed"
	},
	"EDIT177": {
		"type": "editorial",
		"title": "US-1: Use unique bullets in bulleted lists",
		"long_link": "https://github.com/cplusplus/draft/issues/177",
		"link": "https://wg21.link/edit177",
		"status": "closed"
	},
	"EDIT178": {
		"type": "editorial",
		"title": "US-15: Use the _t form of type traits",
		"long_link": "https://github.com/cplusplus/draft/issues/178",
		"link": "https://wg21.link/edit178",
		"status": "closed"
	},
	"EDIT179": {
		"type": "editorial",
		"title": "ES-7: Add \"binary constants\" to table column",
		"long_link": "https://github.com/cplusplus/draft/issues/179",
		"link": "https://wg21.link/edit179",
		"status": "closed"
	},
	"EDIT180": {
		"type": "editorial",
		"title": "US-11: having both \"bound\" and \"extent\" is redundant",
		"long_link": "https://github.com/cplusplus/draft/issues/180",
		"link": "https://wg21.link/edit180",
		"status": "closed"
	},
	"EDIT181": {
		"type": "editorial",
		"title": "CH-6: [over.literal]/8 Example can be improved",
		"long_link": "https://github.com/cplusplus/draft/issues/181",
		"link": "https://wg21.link/edit181",
		"status": "closed"
	},
	"EDIT182": {
		"type": "editorial",
		"title": "GB-5: [utility.exchange] missing MoveConstructible/MoveAssignable requirement",
		"long_link": "https://github.com/cplusplus/draft/issues/182",
		"link": "https://wg21.link/edit182",
		"status": "closed"
	},
	"EDIT183": {
		"type": "editorial",
		"title": "CH-7: [intseq.general]/2 index_sequence instead of integer_sequence",
		"long_link": "https://github.com/cplusplus/draft/issues/183",
		"link": "https://wg21.link/edit183",
		"status": "closed"
	},
	"EDIT184": {
		"type": "editorial",
		"title": "US-18: [meta.prop.unary]/6 absence of noexcept should be more explicit or declval used instead",
		"long_link": "https://github.com/cplusplus/draft/issues/184",
		"link": "https://wg21.link/edit184",
		"status": "closed"
	},
	"EDIT185": {
		"type": "editorial",
		"title": "GB-6: [category.ctype] Formatting of exposition-only members",
		"long_link": "https://github.com/cplusplus/draft/issues/185",
		"link": "https://wg21.link/edit185",
		"status": "closed"
	},
	"EDIT186": {
		"type": "editorial",
		"title": "GB-7: [container.requirements.general] Missing definitions in tables",
		"long_link": "https://github.com/cplusplus/draft/issues/186",
		"link": "https://wg21.link/edit186",
		"status": "closed"
	},
	"EDIT187": {
		"type": "editorial",
		"title": "ES-15: [associative.reqmts] Unnecessary definition of \"u\" in Table",
		"long_link": "https://github.com/cplusplus/draft/issues/187",
		"link": "https://wg21.link/edit187",
		"status": "closed"
	},
	"EDIT188": {
		"type": "editorial",
		"title": "GB-11: [re.iter] Formatting of exposition-only members",
		"long_link": "https://github.com/cplusplus/draft/issues/188",
		"link": "https://wg21.link/edit188",
		"status": "closed"
	},
	"EDIT189": {
		"type": "editorial",
		"title": "Typo in 23.4.7.2 [multiset.cons]/3",
		"long_link": "https://github.com/cplusplus/draft/issues/189",
		"link": "https://wg21.link/edit189",
		"status": "closed"
	},
	"EDIT190": {
		"type": "editorial",
		"title": "17.6.3.5 [allocator.requirements] defines \"a3\" then doesn't use it",
		"long_link": "https://github.com/cplusplus/draft/issues/190",
		"link": "https://wg21.link/edit190",
		"status": "closed"
	},
	"EDIT191": {
		"type": "editorial",
		"title": "Sundry typographical issues from BSI",
		"long_link": "https://github.com/cplusplus/draft/issues/191",
		"link": "https://wg21.link/edit191",
		"status": "closed"
	},
	"EDIT192": {
		"type": "editorial",
		"title": "std::hash<> could have a clearer index entry",
		"long_link": "https://github.com/cplusplus/draft/issues/192",
		"link": "https://wg21.link/edit192",
		"status": "closed"
	},
	"EDIT193": {
		"type": "editorial",
		"title": "16.8 says \"integer constant\" in a few places",
		"long_link": "https://github.com/cplusplus/draft/issues/193",
		"link": "https://wg21.link/edit193",
		"status": "closed"
	},
	"EDIT194": {
		"type": "editorial",
		"title": "[using.linkage] Fix reference to section of C standard in footnote",
		"long_link": "https://github.com/cplusplus/draft/issues/194",
		"link": "https://wg21.link/edit194",
		"status": "closed"
	},
	"EDIT195": {
		"type": "editorial",
		"title": "[allocator.requirements] Table 27 has a single colon instead of double colon for \"u\"",
		"long_link": "https://github.com/cplusplus/draft/issues/195",
		"link": "https://wg21.link/edit195",
		"status": "closed"
	},
	"EDIT196": {
		"type": "editorial",
		"title": "Capitalization of \"Effects: Equivalent to\" is not consistent",
		"long_link": "https://github.com/cplusplus/draft/issues/196",
		"link": "https://wg21.link/edit196",
		"status": "closed"
	},
	"EDIT197": {
		"type": "editorial",
		"title": "Wrong number of C headers",
		"long_link": "https://github.com/cplusplus/draft/issues/197",
		"link": "https://wg21.link/edit197",
		"status": "closed"
	},
	"EDIT198": {
		"type": "editorial",
		"title": "Add note to state that basic_string<charT, ...>::traits_type::char_type == charT",
		"long_link": "https://github.com/cplusplus/draft/issues/198",
		"link": "https://wg21.link/edit198",
		"status": "closed"
	},
	"EDIT199": {
		"type": "editorial",
		"title": "reverse_iterator synopsis includes associated functions in two places",
		"long_link": "https://github.com/cplusplus/draft/issues/199",
		"link": "https://wg21.link/edit199",
		"status": "closed"
	},
	"EDIT200": {
		"type": "editorial",
		"title": "[forwardlist.modifiers] contains a Returns clause that's not indented",
		"long_link": "https://github.com/cplusplus/draft/issues/200",
		"link": "https://wg21.link/edit200",
		"status": "closed"
	},
	"EDIT201": {
		"type": "editorial",
		"title": "[re.results] missing a reference",
		"long_link": "https://github.com/cplusplus/draft/issues/201",
		"link": "https://wg21.link/edit201",
		"status": "closed"
	},
	"EDIT202": {
		"type": "editorial",
		"title": "Clean up Mutex requirements throughout",
		"long_link": "https://github.com/cplusplus/draft/issues/202",
		"link": "https://wg21.link/edit202",
		"status": "closed"
	},
	"EDIT203": {
		"type": "editorial",
		"title": "Add names for the mutex requirements",
		"long_link": "https://github.com/cplusplus/draft/issues/203",
		"link": "https://wg21.link/edit203",
		"status": "closed"
	},
	"EDIT204": {
		"type": "editorial",
		"title": "[thread.lock.unique.cons]/11 Typo \"own\" -> \"owns\"",
		"long_link": "https://github.com/cplusplus/draft/issues/204",
		"link": "https://wg21.link/edit204",
		"status": "closed"
	},
	"EDIT205": {
		"type": "editorial",
		"title": "Weird special characters",
		"long_link": "https://github.com/cplusplus/draft/issues/205",
		"link": "https://wg21.link/edit205",
		"status": "closed"
	},
	"EDIT206": {
		"type": "editorial",
		"title": "Add note to [re.traits] about non-standard character classes are allowed",
		"long_link": "https://github.com/cplusplus/draft/issues/206",
		"link": "https://wg21.link/edit206",
		"status": "open"
	},
	"EDIT207": {
		"type": "editorial",
		"title": "Remove some glitchy spaces.",
		"long_link": "https://github.com/cplusplus/draft/pull/207",
		"link": "https://wg21.link/edit207",
		"status": "closed"
	},
	"EDIT208": {
		"type": "editorial",
		"title": "Use nullptr in code blocks",
		"long_link": "https://github.com/cplusplus/draft/issues/208",
		"link": "https://wg21.link/edit208",
		"status": "closed"
	},
	"EDIT209": {
		"type": "editorial",
		"title": "\"lvalue-reference\" and \"rvalue-reference\" should not be hyphenated",
		"long_link": "https://github.com/cplusplus/draft/issues/209",
		"link": "https://wg21.link/edit209",
		"status": "closed"
	},
	"EDIT210": {
		"type": "editorial",
		"title": "reverse() should require ValueSwappable instead of swappable",
		"long_link": "https://github.com/cplusplus/draft/issues/210",
		"link": "https://wg21.link/edit210",
		"status": "closed"
	},
	"EDIT211": {
		"type": "editorial",
		"title": "[util.smartptr.shared.assign] assign from auto_ptr&& is in the wrong paragraph",
		"long_link": "https://github.com/cplusplus/draft/issues/211",
		"link": "https://wg21.link/edit211",
		"status": "closed"
	},
	"EDIT212": {
		"type": "editorial",
		"title": "Fix grammar's indent",
		"long_link": "https://github.com/cplusplus/draft/pull/212",
		"link": "https://wg21.link/edit212",
		"status": "closed"
	},
	"EDIT213": {
		"type": "editorial",
		"title": "parameter-type-list sometimes appears as a \\grammarterm{}",
		"long_link": "https://github.com/cplusplus/draft/issues/213",
		"link": "https://wg21.link/edit213",
		"status": "closed"
	},
	"EDIT214": {
		"type": "editorial",
		"title": "Many fixes in [diff]",
		"long_link": "https://github.com/cplusplus/draft/issues/214",
		"link": "https://wg21.link/edit214",
		"status": "closed"
	},
	"EDIT215": {
		"type": "editorial",
		"title": "Formatting of N in \"array of N T\"",
		"long_link": "https://github.com/cplusplus/draft/issues/215",
		"link": "https://wg21.link/edit215",
		"status": "closed"
	},
	"EDIT216": {
		"type": "editorial",
		"title": "[using.linkage] Cross reference typo",
		"long_link": "https://github.com/cplusplus/draft/issues/216",
		"link": "https://wg21.link/edit216",
		"status": "closed"
	},
	"EDIT217": {
		"type": "editorial",
		"title": "missing 'of' in 14.8.2.5 [temp.deduct.type] pg 383 of N3797, paragraph 9",
		"long_link": "https://github.com/cplusplus/draft/issues/217",
		"link": "https://wg21.link/edit217",
		"status": "closed"
	},
	"EDIT218": {
		"type": "editorial",
		"title": "Typo in 23.3.5.5 [list.ops]/20",
		"long_link": "https://github.com/cplusplus/draft/issues/218",
		"link": "https://wg21.link/edit218",
		"status": "closed"
	},
	"EDIT219": {
		"type": "editorial",
		"title": "Missing paragraph number in 18.8.6 [except.nested]",
		"long_link": "https://github.com/cplusplus/draft/issues/219",
		"link": "https://wg21.link/edit219",
		"status": "closed"
	},
	"EDIT220": {
		"type": "editorial",
		"title": "28.10.1 [re.results.const]/6 throws nothing if water is wet and kittens are cute",
		"long_link": "https://github.com/cplusplus/draft/issues/220",
		"link": "https://wg21.link/edit220",
		"status": "closed"
	},
	"EDIT221": {
		"type": "editorial",
		"title": "Re use of new type traits aliases",
		"long_link": "https://github.com/cplusplus/draft/issues/221",
		"link": "https://wg21.link/edit221",
		"status": "closed"
	},
	"EDIT222": {
		"type": "editorial",
		"title": "N3797 7.1.6.2.3 Note about signed specifier and bit-fields",
		"long_link": "https://github.com/cplusplus/draft/issues/222",
		"link": "https://wg21.link/edit222",
		"status": "closed"
	},
	"EDIT223": {
		"type": "editorial",
		"title": "\"Returns:\" should be followed by an English sentence",
		"long_link": "https://github.com/cplusplus/draft/issues/223",
		"link": "https://wg21.link/edit223",
		"status": "closed"
	},
	"EDIT224": {
		"type": "editorial",
		"title": "[util.smartptr.ownerless] is nested below [util.smartptr.weak]",
		"long_link": "https://github.com/cplusplus/draft/issues/224",
		"link": "https://wg21.link/edit224",
		"status": "closed"
	},
	"EDIT225": {
		"type": "editorial",
		"title": "Fixed typo",
		"long_link": "https://github.com/cplusplus/draft/pull/225",
		"link": "https://wg21.link/edit225",
		"status": "closed"
	},
	"EDIT226": {
		"type": "editorial",
		"title": "Fixes unformatted \"N\" in \"array of N T\".",
		"long_link": "https://github.com/cplusplus/draft/pull/226",
		"link": "https://wg21.link/edit226",
		"status": "closed"
	},
	"EDIT227": {
		"type": "editorial",
		"title": "Typo in 8.3.2 [dcl.ref]/1",
		"long_link": "https://github.com/cplusplus/draft/issues/227",
		"link": "https://wg21.link/edit227",
		"status": "closed"
	},
	"EDIT228": {
		"type": "editorial",
		"title": "\"Exception safety\" function attribute used but not in 17.5.1.4",
		"long_link": "https://github.com/cplusplus/draft/issues/228",
		"link": "https://wg21.link/edit228",
		"status": "closed"
	},
	"EDIT229": {
		"type": "editorial",
		"title": "Editorial: fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/229",
		"link": "https://wg21.link/edit229",
		"status": "closed"
	},
	"EDIT230": {
		"type": "editorial",
		"title": "Editorial fix - additional instances of 'an shared state'",
		"long_link": "https://github.com/cplusplus/draft/pull/230",
		"link": "https://wg21.link/edit230",
		"status": "closed"
	},
	"EDIT231": {
		"type": "editorial",
		"title": "20.3.4 [pair.astuple] takes Pairdemort, The Parameter Who Must Not Be Named",
		"long_link": "https://github.com/cplusplus/draft/issues/231",
		"link": "https://wg21.link/edit231",
		"status": "closed"
	},
	"EDIT232": {
		"type": "editorial",
		"title": "operator= missing from overview for (some) valarray classes",
		"long_link": "https://github.com/cplusplus/draft/issues/232",
		"link": "https://wg21.link/edit232",
		"status": "closed"
	},
	"EDIT233": {
		"type": "editorial",
		"title": "shuffle() in [algorithms.general] and [alg.random.shuffle] is poorly indented",
		"long_link": "https://github.com/cplusplus/draft/issues/233",
		"link": "https://wg21.link/edit233",
		"status": "closed"
	},
	"EDIT234": {
		"type": "editorial",
		"title": "\"class member\" -> \"member class\" in [temp.mem.class] (14.5.1.2) p1",
		"long_link": "https://github.com/cplusplus/draft/issues/234",
		"link": "https://wg21.link/edit234",
		"status": "closed"
	},
	"EDIT235": {
		"type": "editorial",
		"title": "[unord.req] should use dual-range is_permutation()",
		"long_link": "https://github.com/cplusplus/draft/issues/235",
		"link": "https://wg21.link/edit235",
		"status": "closed"
	},
	"EDIT236": {
		"type": "editorial",
		"title": "DefaultConstructible does not guarantee nullary copy-list-initialization",
		"long_link": "https://github.com/cplusplus/draft/issues/236",
		"link": "https://wg21.link/edit236",
		"status": "closed"
	},
	"EDIT237": {
		"type": "editorial",
		"title": "What is LIA-1?",
		"long_link": "https://github.com/cplusplus/draft/issues/237",
		"link": "https://wg21.link/edit237",
		"status": "closed"
	},
	"EDIT238": {
		"type": "editorial",
		"title": "Fixed nesting bugs for notes and examples",
		"long_link": "https://github.com/cplusplus/draft/pull/238",
		"link": "https://wg21.link/edit238",
		"status": "closed"
	},
	"EDIT239": {
		"type": "editorial",
		"title": "3/8 missing an update for variable templates",
		"long_link": "https://github.com/cplusplus/draft/issues/239",
		"link": "https://wg21.link/edit239",
		"status": "closed"
	},
	"EDIT240": {
		"type": "editorial",
		"title": "[container.requirements.general] should use dual-range equal()",
		"long_link": "https://github.com/cplusplus/draft/issues/240",
		"link": "https://wg21.link/edit240",
		"status": "closed"
	},
	"EDIT241": {
		"type": "editorial",
		"title": "Typo? in example in [temp.deduct.type]",
		"long_link": "https://github.com/cplusplus/draft/issues/241",
		"link": "https://wg21.link/edit241",
		"status": "closed"
	},
	"EDIT242": {
		"type": "editorial",
		"title": "23.6.5.2 [stack.defn] declares a bogus swap() for stack<T,Allocator>",
		"long_link": "https://github.com/cplusplus/draft/issues/242",
		"link": "https://wg21.link/edit242",
		"status": "closed"
	},
	"EDIT243": {
		"type": "editorial",
		"title": "[new.delete.single] uses \"returns 0\" in the context of a pointer",
		"long_link": "https://github.com/cplusplus/draft/issues/243",
		"link": "https://wg21.link/edit243",
		"status": "closed"
	},
	"EDIT244": {
		"type": "editorial",
		"title": "[util.smartptr.getdeleter] uses \"returns 0\" in the context of a pointer",
		"long_link": "https://github.com/cplusplus/draft/issues/244",
		"link": "https://wg21.link/edit244",
		"status": "closed"
	},
	"EDIT245": {
		"type": "editorial",
		"title": "[intseq] missing [make_]index_sequence",
		"long_link": "https://github.com/cplusplus/draft/issues/245",
		"link": "https://wg21.link/edit245",
		"status": "closed"
	},
	"EDIT246": {
		"type": "editorial",
		"title": "errno et al do not appear in index",
		"long_link": "https://github.com/cplusplus/draft/issues/246",
		"link": "https://wg21.link/edit246",
		"status": "closed"
	},
	"EDIT247": {
		"type": "editorial",
		"title": "std::tuple_element_t<> used without being defined",
		"long_link": "https://github.com/cplusplus/draft/issues/247",
		"link": "https://wg21.link/edit247",
		"status": "closed"
	},
	"EDIT248": {
		"type": "editorial",
		"title": "20.8.1.2.5 [unique.ptr.single.modifiers]/4 should say \"if and only if\"",
		"long_link": "https://github.com/cplusplus/draft/issues/248",
		"link": "https://wg21.link/edit248",
		"status": "closed"
	},
	"EDIT249": {
		"type": "editorial",
		"title": "shared_ptr(unique_ptr<Y, D>&&r) is missing a space",
		"long_link": "https://github.com/cplusplus/draft/issues/249",
		"link": "https://wg21.link/edit249",
		"status": "closed"
	},
	"EDIT250": {
		"type": "editorial",
		"title": "allocator_arg and piecewise_construct should use {}",
		"long_link": "https://github.com/cplusplus/draft/issues/250",
		"link": "https://wg21.link/edit250",
		"status": "closed"
	},
	"EDIT251": {
		"type": "editorial",
		"title": "Fix editorial issues.",
		"long_link": "https://github.com/cplusplus/draft/pull/251",
		"link": "https://wg21.link/edit251",
		"status": "closed"
	},
	"EDIT252": {
		"type": "editorial",
		"title": "[util.smartptr.hash] at wrong level",
		"long_link": "https://github.com/cplusplus/draft/issues/252",
		"link": "https://wg21.link/edit252",
		"status": "closed"
	},
	"EDIT253": {
		"type": "editorial",
		"title": "basic_string::replace description : fix missing words.",
		"long_link": "https://github.com/cplusplus/draft/pull/253",
		"link": "https://wg21.link/edit253",
		"status": "closed"
	},
	"EDIT254": {
		"type": "editorial",
		"title": "Use \"return-type\" instead of \"rt\" for \"member functions of the forms\" sections",
		"long_link": "https://github.com/cplusplus/draft/issues/254",
		"link": "https://wg21.link/edit254",
		"status": "closed"
	},
	"EDIT255": {
		"type": "editorial",
		"title": "Avoid ambiguity between \"size of\" and \"sizeof\" in [string.capacity] max_size()",
		"long_link": "https://github.com/cplusplus/draft/issues/255",
		"link": "https://wg21.link/edit255",
		"status": "closed"
	},
	"EDIT256": {
		"type": "editorial",
		"title": "[cpp.predefined] (16.8) paragraph 1",
		"long_link": "https://github.com/cplusplus/draft/issues/256",
		"link": "https://wg21.link/edit256",
		"status": "closed"
	},
	"EDIT257": {
		"type": "editorial",
		"title": "20.7.9.1 [allocator.members] should use addressof()",
		"long_link": "https://github.com/cplusplus/draft/issues/257",
		"link": "https://wg21.link/edit257",
		"status": "closed"
	},
	"EDIT258": {
		"type": "editorial",
		"title": "20.7.3.2 [pointer.traits.functions] needs paragraph numbers and capitalization",
		"long_link": "https://github.com/cplusplus/draft/issues/258",
		"link": "https://wg21.link/edit258",
		"status": "closed"
	},
	"EDIT259": {
		"type": "editorial",
		"title": "20.9.9.1.1 [func.bind.isbind] says \"have a BaseCharacteristics\"",
		"long_link": "https://github.com/cplusplus/draft/issues/259",
		"link": "https://wg21.link/edit259",
		"status": "closed"
	},
	"EDIT260": {
		"type": "editorial",
		"title": "24.4.1 [iterator.traits]/4's zombie note about far pointers should be removed",
		"long_link": "https://github.com/cplusplus/draft/issues/260",
		"link": "https://wg21.link/edit260",
		"status": "closed"
	},
	"EDIT261": {
		"type": "editorial",
		"title": "There's potentially more than one function named main, and recursion is forbidden to a well-known one of them",
		"long_link": "https://github.com/cplusplus/draft/issues/261",
		"link": "https://wg21.link/edit261",
		"status": "closed"
	},
	"EDIT262": {
		"type": "editorial",
		"title": "[dcl.type.simple]/3 Note claims that signedness of bitfields is impl-defined, but it's not",
		"long_link": "https://github.com/cplusplus/draft/issues/262",
		"link": "https://wg21.link/edit262",
		"status": "closed"
	},
	"EDIT263": {
		"type": "editorial",
		"title": "Fix typo in [ios.members.static]",
		"long_link": "https://github.com/cplusplus/draft/pull/263",
		"link": "https://wg21.link/edit263",
		"status": "closed"
	},
	"EDIT264": {
		"type": "editorial",
		"title": "function::swap : remove noexcept.",
		"long_link": "https://github.com/cplusplus/draft/pull/264",
		"link": "https://wg21.link/edit264",
		"status": "closed"
	},
	"EDIT265": {
		"type": "editorial",
		"title": "Fix typeo in [alg.remove]/7",
		"long_link": "https://github.com/cplusplus/draft/issues/265",
		"link": "https://wg21.link/edit265",
		"status": "closed"
	},
	"EDIT266": {
		"type": "editorial",
		"title": "Meaning of \"Return Type\" not specified in [structure.specifications]",
		"long_link": "https://github.com/cplusplus/draft/issues/266",
		"link": "https://wg21.link/edit266",
		"status": "closed"
	},
	"EDIT267": {
		"type": "editorial",
		"title": "Missing noexcept on operator delete declarations",
		"long_link": "https://github.com/cplusplus/draft/issues/267",
		"link": "https://wg21.link/edit267",
		"status": "closed"
	},
	"EDIT268": {
		"type": "editorial",
		"title": "italicized \"deallocated storage\" in 3.7.4.2/4",
		"long_link": "https://github.com/cplusplus/draft/issues/268",
		"link": "https://wg21.link/edit268",
		"status": "closed"
	},
	"EDIT269": {
		"type": "editorial",
		"title": "\"are said to be global name.\": missing s",
		"long_link": "https://github.com/cplusplus/draft/issues/269",
		"link": "https://wg21.link/edit269",
		"status": "closed"
	},
	"EDIT270": {
		"type": "editorial",
		"title": "[string::compare] Use of \"smallest\" instead of  \"smaller\"",
		"long_link": "https://github.com/cplusplus/draft/issues/270",
		"link": "https://wg21.link/edit270",
		"status": "closed"
	},
	"EDIT271": {
		"type": "editorial",
		"title": "clause [istream.extractors] is named [istream::extractors]",
		"long_link": "https://github.com/cplusplus/draft/issues/271",
		"link": "https://wg21.link/edit271",
		"status": "closed"
	},
	"EDIT272": {
		"type": "editorial",
		"title": "Verbiage about compilation errors in the non-immediate context spammed out everywhere",
		"long_link": "https://github.com/cplusplus/draft/issues/272",
		"link": "https://wg21.link/edit272",
		"status": "closed"
	},
	"EDIT273": {
		"type": "editorial",
		"title": "[dcl.init.list]p2 says \"orresponding\"",
		"long_link": "https://github.com/cplusplus/draft/issues/273",
		"link": "https://wg21.link/edit273",
		"status": "closed"
	},
	"EDIT274": {
		"type": "editorial",
		"title": "[dcl.link]p4 says \"gotten\", \"obtained\" would be a better choice of word",
		"long_link": "https://github.com/cplusplus/draft/issues/274",
		"link": "https://wg21.link/edit274",
		"status": "closed"
	},
	"EDIT275": {
		"type": "editorial",
		"title": "operator delete missing noexcept",
		"long_link": "https://github.com/cplusplus/draft/issues/275",
		"link": "https://wg21.link/edit275",
		"status": "closed"
	},
	"EDIT276": {
		"type": "editorial",
		"title": "Example in [over.literal] is incorrect",
		"long_link": "https://github.com/cplusplus/draft/issues/276",
		"link": "https://wg21.link/edit276",
		"status": "closed"
	},
	"EDIT277": {
		"type": "editorial",
		"title": "Fix Copyright Year",
		"long_link": "https://github.com/cplusplus/draft/issues/277",
		"link": "https://wg21.link/edit277",
		"status": "closed"
	},
	"EDIT278": {
		"type": "editorial",
		"title": "[basic.stc.dynamic] Don't italicize \"deallocated storage\".",
		"long_link": "https://github.com/cplusplus/draft/pull/278",
		"link": "https://wg21.link/edit278",
		"status": "closed"
	},
	"EDIT279": {
		"type": "editorial",
		"title": "[re.alg.replace]p1 has spaces to the left of ::s",
		"long_link": "https://github.com/cplusplus/draft/issues/279",
		"link": "https://wg21.link/edit279",
		"status": "closed"
	},
	"EDIT280": {
		"type": "editorial",
		"title": "std::initializer_list is not a type",
		"long_link": "https://github.com/cplusplus/draft/issues/280",
		"link": "https://wg21.link/edit280",
		"status": "closed"
	},
	"EDIT281": {
		"type": "editorial",
		"title": "commit 66f9c9960884970dccafe6f09fe0c941b114f6f8 appears to be non-editorial",
		"long_link": "https://github.com/cplusplus/draft/issues/281",
		"link": "https://wg21.link/edit281",
		"status": "closed"
	},
	"EDIT282": {
		"type": "editorial",
		"title": "Replace \"Remark\", \"Postcondition\", \"Precondition\" with their plural equivalents",
		"long_link": "https://github.com/cplusplus/draft/issues/282",
		"link": "https://wg21.link/edit282",
		"status": "closed"
	},
	"EDIT283": {
		"type": "editorial",
		"title": "In [func.wrap.func.con], reference to \"Table 17.6.3.5\"",
		"long_link": "https://github.com/cplusplus/draft/issues/283",
		"link": "https://wg21.link/edit283",
		"status": "closed"
	},
	"EDIT284": {
		"type": "editorial",
		"title": "[bind] section contains only [func.bind]; should be merged",
		"long_link": "https://github.com/cplusplus/draft/issues/284",
		"link": "https://wg21.link/edit284",
		"status": "closed"
	},
	"EDIT285": {
		"type": "editorial",
		"title": "References to \"raise\" should probably be to \"std::raise\"",
		"long_link": "https://github.com/cplusplus/draft/issues/285",
		"link": "https://wg21.link/edit285",
		"status": "closed"
	},
	"EDIT286": {
		"type": "editorial",
		"title": "shared_ptr : fix missing semicolon",
		"long_link": "https://github.com/cplusplus/draft/pull/286",
		"link": "https://wg21.link/edit286",
		"status": "closed"
	},
	"EDIT287": {
		"type": "editorial",
		"title": "26.7.5 [adjacent.difference]/1 needs more monospace",
		"long_link": "https://github.com/cplusplus/draft/issues/287",
		"link": "https://wg21.link/edit287",
		"status": "closed"
	},
	"EDIT288": {
		"type": "editorial",
		"title": "[alg.lex.comparison] has two 'Remarks' paragraphs with an unexplained code snippet between them",
		"long_link": "https://github.com/cplusplus/draft/issues/288",
		"link": "https://wg21.link/edit288",
		"status": "closed"
	},
	"EDIT289": {
		"type": "editorial",
		"title": "is_partitioned in mutating sequence operations",
		"long_link": "https://github.com/cplusplus/draft/issues/289",
		"link": "https://wg21.link/edit289",
		"status": "closed"
	},
	"EDIT290": {
		"type": "editorial",
		"title": "cv tuple_size/_element are partial specializations",
		"long_link": "https://github.com/cplusplus/draft/pull/290",
		"link": "https://wg21.link/edit290",
		"status": "closed"
	},
	"EDIT291": {
		"type": "editorial",
		"title": "Edits missing from N3789",
		"long_link": "https://github.com/cplusplus/draft/issues/291",
		"link": "https://wg21.link/edit291",
		"status": "closed"
	},
	"EDIT292": {
		"type": "editorial",
		"title": "[except.spec]/14 should reference [class.dtor]/3",
		"long_link": "https://github.com/cplusplus/draft/issues/292",
		"link": "https://wg21.link/edit292",
		"status": "closed"
	},
	"EDIT293": {
		"type": "editorial",
		"title": "Inconsistent capitalization of notes",
		"long_link": "https://github.com/cplusplus/draft/issues/293",
		"link": "https://wg21.link/edit293",
		"status": "closed"
	},
	"EDIT294": {
		"type": "editorial",
		"title": "20.6.1 [bitset.cons]/6 says \"0 zero\"",
		"long_link": "https://github.com/cplusplus/draft/issues/294",
		"link": "https://wg21.link/edit294",
		"status": "closed"
	},
	"EDIT295": {
		"type": "editorial",
		"title": "Some references to \"size_t\" should probably be \"std::size_t\"?",
		"long_link": "https://github.com/cplusplus/draft/issues/295",
		"link": "https://wg21.link/edit295",
		"status": "closed"
	},
	"EDIT296": {
		"type": "editorial",
		"title": "universal-character-name isn't \\grammarterm'd",
		"long_link": "https://github.com/cplusplus/draft/issues/296",
		"link": "https://wg21.link/edit296",
		"status": "closed"
	},
	"EDIT297": {
		"type": "editorial",
		"title": "add cross references for \"referenceable type\"",
		"long_link": "https://github.com/cplusplus/draft/issues/297",
		"link": "https://wg21.link/edit297",
		"status": "closed"
	},
	"EDIT298": {
		"type": "editorial",
		"title": "[lib.complex.member.ops] fix operator declarations",
		"long_link": "https://github.com/cplusplus/draft/pull/298",
		"link": "https://wg21.link/edit298",
		"status": "closed"
	},
	"EDIT299": {
		"type": "editorial",
		"title": "[atomics.types.operations.req] Hyphenate \"non member\".",
		"long_link": "https://github.com/cplusplus/draft/pull/299",
		"link": "https://wg21.link/edit299",
		"status": "closed"
	},
	"EDIT300": {
		"type": "editorial",
		"title": "instantiation -> specialization in [refwrap]",
		"long_link": "https://github.com/cplusplus/draft/pull/300",
		"link": "https://wg21.link/edit300",
		"status": "closed"
	},
	"EDIT301": {
		"type": "editorial",
		"title": "[func.bind.bind] follows following following",
		"long_link": "https://github.com/cplusplus/draft/issues/301",
		"link": "https://wg21.link/edit301",
		"status": "closed"
	},
	"EDIT302": {
		"type": "editorial",
		"title": "20.7.2 [memory.syn]/1 says \"template functions\"",
		"long_link": "https://github.com/cplusplus/draft/issues/302",
		"link": "https://wg21.link/edit302",
		"status": "closed"
	},
	"EDIT303": {
		"type": "editorial",
		"title": "Missing edits for CWG908",
		"long_link": "https://github.com/cplusplus/draft/issues/303",
		"link": "https://wg21.link/edit303",
		"status": "closed"
	},
	"EDIT304": {
		"type": "editorial",
		"title": "Fix term: template parameter -> argument.",
		"long_link": "https://github.com/cplusplus/draft/pull/304",
		"link": "https://wg21.link/edit304",
		"status": "closed"
	},
	"EDIT305": {
		"type": "editorial",
		"title": "More consistent formatting of complexity requirements and others.",
		"long_link": "https://github.com/cplusplus/draft/pull/305",
		"link": "https://wg21.link/edit305",
		"status": "closed"
	},
	"EDIT306": {
		"type": "editorial",
		"title": "Invalid example in [diff.cpp11.lex]",
		"long_link": "https://github.com/cplusplus/draft/issues/306",
		"link": "https://wg21.link/edit306",
		"status": "closed"
	},
	"EDIT307": {
		"type": "editorial",
		"title": "Inconsistent use of \"in this section\" vs \"in this sub-clause\"",
		"long_link": "https://github.com/cplusplus/draft/issues/307",
		"link": "https://wg21.link/edit307",
		"status": "closed"
	},
	"EDIT308": {
		"type": "editorial",
		"title": "Index footers say \"Cross references\"",
		"long_link": "https://github.com/cplusplus/draft/issues/308",
		"link": "https://wg21.link/edit308",
		"status": "closed"
	},
	"EDIT309": {
		"type": "editorial",
		"title": "Index entry for `__cplusplus` is in the wrong place",
		"long_link": "https://github.com/cplusplus/draft/issues/309",
		"link": "https://wg21.link/edit309",
		"status": "closed"
	},
	"EDIT310": {
		"type": "editorial",
		"title": "Index of library names is inconsistent",
		"long_link": "https://github.com/cplusplus/draft/issues/310",
		"link": "https://wg21.link/edit310",
		"status": "closed"
	},
	"EDIT311": {
		"type": "editorial",
		"title": "SFINAE is a Remark not Requires.",
		"long_link": "https://github.com/cplusplus/draft/pull/311",
		"link": "https://wg21.link/edit311",
		"status": "closed"
	},
	"EDIT312": {
		"type": "editorial",
		"title": "Table extends into page footer",
		"long_link": "https://github.com/cplusplus/draft/issues/312",
		"link": "https://wg21.link/edit312",
		"status": "closed"
	},
	"EDIT313": {
		"type": "editorial",
		"title": "use digit separators where appropriate in code snippets",
		"long_link": "https://github.com/cplusplus/draft/issues/313",
		"link": "https://wg21.link/edit313",
		"status": "closed"
	},
	"EDIT314": {
		"type": "editorial",
		"title": "Move footnote ref. number",
		"long_link": "https://github.com/cplusplus/draft/issues/314",
		"link": "https://wg21.link/edit314",
		"status": "closed"
	},
	"EDIT315": {
		"type": "editorial",
		"title": "Example of xvalue",
		"long_link": "https://github.com/cplusplus/draft/issues/315",
		"link": "https://wg21.link/edit315",
		"status": "closed"
	},
	"EDIT316": {
		"type": "editorial",
		"title": "Typo in [func.bind.bind]",
		"long_link": "https://github.com/cplusplus/draft/issues/316",
		"link": "https://wg21.link/edit316",
		"status": "closed"
	},
	"EDIT317": {
		"type": "editorial",
		"title": "CWG1710 is hard to follow",
		"long_link": "https://github.com/cplusplus/draft/issues/317",
		"link": "https://wg21.link/edit317",
		"status": "closed"
	},
	"EDIT318": {
		"type": "editorial",
		"title": "term \"at least as specialized\"  is not in italics",
		"long_link": "https://github.com/cplusplus/draft/issues/318",
		"link": "https://wg21.link/edit318",
		"status": "closed"
	},
	"EDIT319": {
		"type": "editorial",
		"title": "\\placeholer{} adds a space",
		"long_link": "https://github.com/cplusplus/draft/issues/319",
		"link": "https://wg21.link/edit319",
		"status": "closed"
	},
	"EDIT320": {
		"type": "editorial",
		"title": "spec is inconsistant wrt use of \\term{} vs. \\tcode{} vs. placeholder{} for variables ",
		"long_link": "https://github.com/cplusplus/draft/issues/320",
		"link": "https://wg21.link/edit320",
		"status": "closed"
	},
	"EDIT321": {
		"type": "editorial",
		"title": "true and false should be in \\tcode{} when refering to bool value",
		"long_link": "https://github.com/cplusplus/draft/issues/321",
		"link": "https://wg21.link/edit321",
		"status": "closed"
	},
	"EDIT322": {
		"type": "editorial",
		"title": "literal isn't \\grammarterm'd",
		"long_link": "https://github.com/cplusplus/draft/issues/322",
		"link": "https://wg21.link/edit322",
		"status": "closed"
	},
	"EDIT323": {
		"type": "editorial",
		"title": "grammar terms are indistinguishable from defined terms",
		"long_link": "https://github.com/cplusplus/draft/issues/323",
		"link": "https://wg21.link/edit323",
		"status": "open"
	},
	"EDIT324": {
		"type": "editorial",
		"title": "bad formatting of 'see' for 'conditionally-supported behavior' index entry",
		"long_link": "https://github.com/cplusplus/draft/issues/324",
		"link": "https://wg21.link/edit324",
		"status": "closed"
	},
	"EDIT325": {
		"type": "editorial",
		"title": "[intro.defs] defines 'actual argument' and 'actual parameter'",
		"long_link": "https://github.com/cplusplus/draft/issues/325",
		"link": "https://wg21.link/edit325",
		"status": "closed"
	},
	"EDIT326": {
		"type": "editorial",
		"title": "placeholders should be formatted with math fonts",
		"long_link": "https://github.com/cplusplus/draft/issues/326",
		"link": "https://wg21.link/edit326",
		"status": "open"
	},
	"EDIT327": {
		"type": "editorial",
		"title": "document what our macros do and when to use them",
		"long_link": "https://github.com/cplusplus/draft/issues/327",
		"link": "https://wg21.link/edit327",
		"status": "open"
	},
	"EDIT328": {
		"type": "editorial",
		"title": "[associative.reqmts] inconsistent capitalization of associative container requirements table",
		"long_link": "https://github.com/cplusplus/draft/issues/328",
		"link": "https://wg21.link/edit328",
		"status": "closed"
	},
	"EDIT329": {
		"type": "editorial",
		"title": "All definitions should be indexed",
		"long_link": "https://github.com/cplusplus/draft/issues/329",
		"link": "https://wg21.link/edit329",
		"status": "open"
	},
	"EDIT330": {
		"type": "editorial",
		"title": "inconsistent formatting for \"underlying type\"",
		"long_link": "https://github.com/cplusplus/draft/issues/330",
		"link": "https://wg21.link/edit330",
		"status": "closed"
	},
	"EDIT331": {
		"type": "editorial",
		"title": "Return type/expression mismatch",
		"long_link": "https://github.com/cplusplus/draft/issues/331",
		"link": "https://wg21.link/edit331",
		"status": "closed"
	},
	"EDIT332": {
		"type": "editorial",
		"title": "List initialization clause appears to exclude form with equals sign",
		"long_link": "https://github.com/cplusplus/draft/issues/332",
		"link": "https://wg21.link/edit332",
		"status": "closed"
	},
	"EDIT333": {
		"type": "editorial",
		"title": "Definition of copy-initialization doesn't obviously include copy-list-initialization",
		"long_link": "https://github.com/cplusplus/draft/issues/333",
		"link": "https://wg21.link/edit333",
		"status": "closed"
	},
	"EDIT334": {
		"type": "editorial",
		"title": "Fixed up several wording and variable naming issues in requirements tables",
		"long_link": "https://github.com/cplusplus/draft/pull/334",
		"link": "https://wg21.link/edit334",
		"status": "closed"
	},
	"EDIT335": {
		"type": "editorial",
		"title": "[util.smartptr] says \"shall not participate in the overload resolution\"",
		"long_link": "https://github.com/cplusplus/draft/issues/335",
		"link": "https://wg21.link/edit335",
		"status": "closed"
	},
	"EDIT336": {
		"type": "editorial",
		"title": "[futures.overview] has invalid declaration of swap for packaged_task",
		"long_link": "https://github.com/cplusplus/draft/issues/336",
		"link": "https://wg21.link/edit336",
		"status": "closed"
	},
	"EDIT337": {
		"type": "editorial",
		"title": "\"default initializ*\" should be \"default-initializ*\"",
		"long_link": "https://github.com/cplusplus/draft/issues/337",
		"link": "https://wg21.link/edit337",
		"status": "closed"
	},
	"EDIT338": {
		"type": "editorial",
		"title": "[dcl.dcl] paragraphs are in a strange order",
		"long_link": "https://github.com/cplusplus/draft/issues/338",
		"link": "https://wg21.link/edit338",
		"status": "open"
	},
	"EDIT339": {
		"type": "editorial",
		"title": "don't need to say that destructors don't throw",
		"long_link": "https://github.com/cplusplus/draft/issues/339",
		"link": "https://wg21.link/edit339",
		"status": "closed"
	},
	"EDIT340": {
		"type": "editorial",
		"title": "[atomics.syn] has a period that should be a comma",
		"long_link": "https://github.com/cplusplus/draft/issues/340",
		"link": "https://wg21.link/edit340",
		"status": "closed"
	},
	"EDIT341": {
		"type": "editorial",
		"title": "[allocator.adaptor] is in the wrong place",
		"long_link": "https://github.com/cplusplus/draft/issues/341",
		"link": "https://wg21.link/edit341",
		"status": "closed"
	},
	"EDIT342": {
		"type": "editorial",
		"title": "templates using  >> or > >",
		"long_link": "https://github.com/cplusplus/draft/issues/342",
		"link": "https://wg21.link/edit342",
		"status": "closed"
	},
	"EDIT343": {
		"type": "editorial",
		"title": "IEC 559 does not name a standard",
		"long_link": "https://github.com/cplusplus/draft/issues/343",
		"link": "https://wg21.link/edit343",
		"status": "closed"
	},
	"EDIT344": {
		"type": "editorial",
		"title": "[except.handle]p3 - missing \"or, \"",
		"long_link": "https://github.com/cplusplus/draft/issues/344",
		"link": "https://wg21.link/edit344",
		"status": "closed"
	},
	"EDIT345": {
		"type": "editorial",
		"title": "remove unnecessary `<T>` from `valarray`.",
		"long_link": "https://github.com/cplusplus/draft/pull/345",
		"link": "https://wg21.link/edit345",
		"status": "closed"
	},
	"EDIT346": {
		"type": "editorial",
		"title": "[over.inc] forgets \"nonstatic\"",
		"long_link": "https://github.com/cplusplus/draft/issues/346",
		"link": "https://wg21.link/edit346",
		"status": "closed"
	},
	"EDIT347": {
		"type": "editorial",
		"title": "[utility] Add index_sequence et al to the library index.",
		"long_link": "https://github.com/cplusplus/draft/pull/347",
		"link": "https://wg21.link/edit347",
		"status": "closed"
	},
	"EDIT348": {
		"type": "editorial",
		"title": "Fix typography of \"C.\" (spacing)",
		"long_link": "https://github.com/cplusplus/draft/pull/348",
		"link": "https://wg21.link/edit348",
		"status": "closed"
	},
	"EDIT349": {
		"type": "editorial",
		"title": "Add character map and change minimum font size",
		"long_link": "https://github.com/cplusplus/draft/pull/349",
		"link": "https://wg21.link/edit349",
		"status": "closed"
	},
	"EDIT350": {
		"type": "editorial",
		"title": "[localization] Change bold-slanted font, removes warning",
		"long_link": "https://github.com/cplusplus/draft/pull/350",
		"link": "https://wg21.link/edit350",
		"status": "closed"
	},
	"EDIT351": {
		"type": "editorial",
		"title": "Typographic fixes in [strings]",
		"long_link": "https://github.com/cplusplus/draft/pull/351",
		"link": "https://wg21.link/edit351",
		"status": "closed"
	},
	"EDIT352": {
		"type": "editorial",
		"title": "[algorithms] Uniform notation of distance(first, last) to (last - first)",
		"long_link": "https://github.com/cplusplus/draft/pull/352",
		"link": "https://wg21.link/edit352",
		"status": "closed"
	},
	"EDIT353": {
		"type": "editorial",
		"title": "[algorithms] Fix for a note for conditions of strict-weak-ordering",
		"long_link": "https://github.com/cplusplus/draft/pull/353",
		"link": "https://wg21.link/edit353",
		"status": "closed"
	},
	"EDIT354": {
		"type": "editorial",
		"title": "[stack.defn] Fix swap signature.",
		"long_link": "https://github.com/cplusplus/draft/pull/354",
		"link": "https://wg21.link/edit354",
		"status": "closed"
	},
	"EDIT355": {
		"type": "editorial",
		"title": "Subsection nesting in [containers.adaptors] is inconsistent",
		"long_link": "https://github.com/cplusplus/draft/issues/355",
		"link": "https://wg21.link/edit355",
		"status": "closed"
	},
	"EDIT356": {
		"type": "editorial",
		"title": "Header synopses for sequence containers don't have their own sections",
		"long_link": "https://github.com/cplusplus/draft/issues/356",
		"link": "https://wg21.link/edit356",
		"status": "closed"
	},
	"EDIT357": {
		"type": "editorial",
		"title": "[stack.syn] Move <stack> synopsis after <queue> synopsis.",
		"long_link": "https://github.com/cplusplus/draft/pull/357",
		"link": "https://wg21.link/edit357",
		"status": "closed"
	},
	"EDIT358": {
		"type": "editorial",
		"title": "[refwrap] Use injected class name in reference_wrapper special member fu...",
		"long_link": "https://github.com/cplusplus/draft/pull/358",
		"link": "https://wg21.link/edit358",
		"status": "closed"
	},
	"EDIT359": {
		"type": "editorial",
		"title": "29.2 [atomics.syn] declares atomic_compare)exchange_strong_explicit",
		"long_link": "https://github.com/cplusplus/draft/issues/359",
		"link": "https://wg21.link/edit359",
		"status": "closed"
	},
	"EDIT360": {
		"type": "editorial",
		"title": "[util.smartptr.shared.const]",
		"long_link": "https://github.com/cplusplus/draft/pull/360",
		"link": "https://wg21.link/edit360",
		"status": "closed"
	},
	"EDIT361": {
		"type": "editorial",
		"title": "Fix several omissions of semicolon.",
		"long_link": "https://github.com/cplusplus/draft/pull/361",
		"link": "https://wg21.link/edit361",
		"status": "closed"
	},
	"EDIT362": {
		"type": "editorial",
		"title": "[thread.mutex] Mutex types defined in requirements",
		"long_link": "https://github.com/cplusplus/draft/issues/362",
		"link": "https://wg21.link/edit362",
		"status": "open"
	},
	"EDIT363": {
		"type": "editorial",
		"title": "throw_with_nested declaration has invalid attribute",
		"long_link": "https://github.com/cplusplus/draft/issues/363",
		"link": "https://wg21.link/edit363",
		"status": "closed"
	},
	"EDIT364": {
		"type": "editorial",
		"title": "[intro.refs] Fixed consistency of 'EMCA' and 'technology'",
		"long_link": "https://github.com/cplusplus/draft/pull/364",
		"link": "https://wg21.link/edit364",
		"status": "closed"
	},
	"EDIT365": {
		"type": "editorial",
		"title": "Typographic fixes, spacing after \\opt",
		"long_link": "https://github.com/cplusplus/draft/pull/365",
		"link": "https://wg21.link/edit365",
		"status": "closed"
	},
	"EDIT366": {
		"type": "editorial",
		"title": "C++14 DIS does not have a Foreword",
		"long_link": "https://github.com/cplusplus/draft/issues/366",
		"link": "https://wg21.link/edit366",
		"status": "closed"
	},
	"EDIT367": {
		"type": "editorial",
		"title": "Move normative reference to ISO/IEC 2382 to bibliography",
		"long_link": "https://github.com/cplusplus/draft/issues/367",
		"link": "https://wg21.link/edit367",
		"status": "closed"
	},
	"EDIT368": {
		"type": "editorial",
		"title": "Rename Table 6 column 3 to \"Octal, hexadecimal, or binary literal\" for consistency",
		"long_link": "https://github.com/cplusplus/draft/issues/368",
		"link": "https://wg21.link/edit368",
		"status": "closed"
	},
	"EDIT369": {
		"type": "editorial",
		"title": "Grammatical issue in 5.3.4/10",
		"long_link": "https://github.com/cplusplus/draft/issues/369",
		"link": "https://wg21.link/edit369",
		"status": "closed"
	},
	"EDIT370": {
		"type": "editorial",
		"title": "Check removal of rule from [dcl.constexpr]p8 is intentional",
		"long_link": "https://github.com/cplusplus/draft/issues/370",
		"link": "https://wg21.link/edit370",
		"status": "closed"
	},
	"EDIT371": {
		"type": "editorial",
		"title": "Deduction of return type from returned expression is unclear",
		"long_link": "https://github.com/cplusplus/draft/issues/371",
		"link": "https://wg21.link/edit371",
		"status": "closed"
	},
	"EDIT372": {
		"type": "editorial",
		"title": "[logical.operations]: `constexpr` should go before `bool`",
		"long_link": "https://github.com/cplusplus/draft/issues/372",
		"link": "https://wg21.link/edit372",
		"status": "closed"
	},
	"EDIT373": {
		"type": "editorial",
		"title": "Effects clauses contain sentences lacking a subject",
		"long_link": "https://github.com/cplusplus/draft/issues/373",
		"link": "https://wg21.link/edit373",
		"status": "closed"
	},
	"EDIT374": {
		"type": "editorial",
		"title": "[thread.sharedtimedmutex.class] formatting not consistent with similar cases",
		"long_link": "https://github.com/cplusplus/draft/issues/374",
		"link": "https://wg21.link/edit374",
		"status": "closed"
	},
	"EDIT375": {
		"type": "editorial",
		"title": "[thread.sharedtimedmutex.class] Missing \"or\" between bullets",
		"long_link": "https://github.com/cplusplus/draft/issues/375",
		"link": "https://wg21.link/edit375",
		"status": "closed"
	},
	"EDIT376": {
		"type": "editorial",
		"title": "Extra \"and\" remains; should have been removed by N3776.",
		"long_link": "https://github.com/cplusplus/draft/issues/376",
		"link": "https://wg21.link/edit376",
		"status": "closed"
	},
	"EDIT377": {
		"type": "editorial",
		"title": "Standard has hanging paragraphs, not permitted by ISO",
		"long_link": "https://github.com/cplusplus/draft/issues/377",
		"link": "https://wg21.link/edit377",
		"status": "closed"
	},
	"EDIT378": {
		"type": "editorial",
		"title": "[facet.num.get.virtuals]p3 clarify behavior on empty sequence",
		"long_link": "https://github.com/cplusplus/draft/issues/378",
		"link": "https://wg21.link/edit378",
		"status": "closed"
	},
	"EDIT379": {
		"type": "editorial",
		"title": "[special] multiple concepts conflated in same paragraph",
		"long_link": "https://github.com/cplusplus/draft/issues/379",
		"link": "https://wg21.link/edit379",
		"status": "closed"
	},
	"EDIT380": {
		"type": "editorial",
		"title": "[expr.new] Avoid \"heap allocation\"",
		"long_link": "https://github.com/cplusplus/draft/pull/380",
		"link": "https://wg21.link/edit380",
		"status": "closed"
	},
	"EDIT381": {
		"type": "editorial",
		"title": "[depr.strstreambuf.virtuals]p20 requirement in table continues on to the next paragraph",
		"long_link": "https://github.com/cplusplus/draft/issues/381",
		"link": "https://wg21.link/edit381",
		"status": "closed"
	},
	"EDIT382": {
		"type": "editorial",
		"title": "Table 102 \"Associative container requirements\" header appears twice on page 751",
		"long_link": "https://github.com/cplusplus/draft/issues/382",
		"link": "https://wg21.link/edit382",
		"status": "closed"
	},
	"EDIT383": {
		"type": "editorial",
		"title": "The copyright disclaimer does not go into the generated PDF",
		"long_link": "https://github.com/cplusplus/draft/issues/383",
		"link": "https://wg21.link/edit383",
		"status": "closed"
	},
	"EDIT384": {
		"type": "editorial",
		"title": "[ostreambuf.iter.cons] forgot some words",
		"long_link": "https://github.com/cplusplus/draft/issues/384",
		"link": "https://wg21.link/edit384",
		"status": "closed"
	},
	"EDIT385": {
		"type": "editorial",
		"title": "[file.streams] Change sub-clauses to rSec2, similar to [string.streams]",
		"long_link": "https://github.com/cplusplus/draft/pull/385",
		"link": "https://wg21.link/edit385",
		"status": "closed"
	},
	"EDIT386": {
		"type": "editorial",
		"title": "\"const iterator\" and \"constant iterator\" used interchangeably",
		"long_link": "https://github.com/cplusplus/draft/issues/386",
		"link": "https://wg21.link/edit386",
		"status": "closed"
	},
	"EDIT387": {
		"type": "editorial",
		"title": "Replace 'prototype' with 'declaration'",
		"long_link": "https://github.com/cplusplus/draft/pull/387",
		"link": "https://wg21.link/edit387",
		"status": "closed"
	},
	"EDIT388": {
		"type": "editorial",
		"title": "Replace 'prototype' with 'declaration'",
		"long_link": "https://github.com/cplusplus/draft/pull/388",
		"link": "https://wg21.link/edit388",
		"status": "closed"
	},
	"EDIT389": {
		"type": "editorial",
		"title": "[diff.expr] replace \"declare\" with \"define\"",
		"long_link": "https://github.com/cplusplus/draft/pull/389",
		"link": "https://wg21.link/edit389",
		"status": "closed"
	},
	"EDIT390": {
		"type": "editorial",
		"title": "7.1.5/3 and /4 define 'constraints' that are later referred to as 'requirements'",
		"long_link": "https://github.com/cplusplus/draft/issues/390",
		"link": "https://wg21.link/edit390",
		"status": "closed"
	},
	"EDIT391": {
		"type": "editorial",
		"title": "\"underlying type\" for a reference is used in a few places",
		"long_link": "https://github.com/cplusplus/draft/issues/391",
		"link": "https://wg21.link/edit391",
		"status": "closed"
	},
	"EDIT392": {
		"type": "editorial",
		"title": "[class.static.data] unusual wording",
		"long_link": "https://github.com/cplusplus/draft/issues/392",
		"link": "https://wg21.link/edit392",
		"status": "closed"
	},
	"EDIT393": {
		"type": "editorial",
		"title": "Fix formatting of DECAY_COPY",
		"long_link": "https://github.com/cplusplus/draft/pull/393",
		"link": "https://wg21.link/edit393",
		"status": "closed"
	},
	"EDIT394": {
		"type": "editorial",
		"title": "Fix formatting of INVOKE",
		"long_link": "https://github.com/cplusplus/draft/pull/394",
		"link": "https://wg21.link/edit394",
		"status": "closed"
	},
	"EDIT395": {
		"type": "editorial",
		"title": "[priqueue.special] fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/395",
		"link": "https://wg21.link/edit395",
		"status": "closed"
	},
	"EDIT396": {
		"type": "editorial",
		"title": "[dcl.init.aggr] resolve core issue 1985: array of unknown bound vs. default member initializer",
		"long_link": "https://github.com/cplusplus/draft/issues/396",
		"link": "https://wg21.link/edit396",
		"status": "closed"
	},
	"EDIT397": {
		"type": "editorial",
		"title": "[class.conv.fct] Remove text \"If a conversion function is a member function\"",
		"long_link": "https://github.com/cplusplus/draft/pull/397",
		"link": "https://wg21.link/edit397",
		"status": "closed"
	},
	"EDIT398": {
		"type": "editorial",
		"title": "library index not exactly in alphabetical order",
		"long_link": "https://github.com/cplusplus/draft/issues/398",
		"link": "https://wg21.link/edit398",
		"status": "closed"
	},
	"EDIT399": {
		"type": "editorial",
		"title": "Format 'new expression' consistently as non-code",
		"long_link": "https://github.com/cplusplus/draft/pull/399",
		"link": "https://wg21.link/edit399",
		"status": "closed"
	},
	"EDIT400": {
		"type": "editorial",
		"title": "Editorial: Make names and synopses of unordered_* consistent with other containers",
		"long_link": "https://github.com/cplusplus/draft/issues/400",
		"link": "https://wg21.link/edit400",
		"status": "closed"
	},
	"EDIT401": {
		"type": "editorial",
		"title": "Define and apply \"placement new-expression\"",
		"long_link": "https://github.com/cplusplus/draft/pull/401",
		"link": "https://wg21.link/edit401",
		"status": "closed"
	},
	"EDIT402": {
		"type": "editorial",
		"title": "[class, utility] Clarify 'cv-void class members' and make spelling more consistent",
		"long_link": "https://github.com/cplusplus/draft/pull/402",
		"link": "https://wg21.link/edit402",
		"status": "closed"
	},
	"EDIT403": {
		"type": "editorial",
		"title": "inconsistently including or omitting comma between \"// x.y.z\" and rest of comment in synopses",
		"long_link": "https://github.com/cplusplus/draft/issues/403",
		"link": "https://wg21.link/edit403",
		"status": "closed"
	},
	"EDIT404": {
		"type": "editorial",
		"title": "Document and apply code formatting style",
		"long_link": "https://github.com/cplusplus/draft/issues/404",
		"link": "https://wg21.link/edit404",
		"status": "open"
	},
	"EDIT405": {
		"type": "editorial",
		"title": "[lex] Fix some minor issues of regular lexical definition and improve the consistence",
		"long_link": "https://github.com/cplusplus/draft/pull/405",
		"link": "https://wg21.link/edit405",
		"status": "closed"
	},
	"EDIT406": {
		"type": "editorial",
		"title": "\\returns in [time.duration.nonmember] missing \\tcode",
		"long_link": "https://github.com/cplusplus/draft/issues/406",
		"link": "https://wg21.link/edit406",
		"status": "closed"
	},
	"EDIT407": {
		"type": "editorial",
		"title": "use more sensible file names in the [temp.over.link] example",
		"long_link": "https://github.com/cplusplus/draft/pull/407",
		"link": "https://wg21.link/edit407",
		"status": "closed"
	},
	"EDIT408": {
		"type": "editorial",
		"title": "[func.wrap.func.inv] is missing a semicolon",
		"long_link": "https://github.com/cplusplus/draft/issues/408",
		"link": "https://wg21.link/edit408",
		"status": "closed"
	},
	"EDIT409": {
		"type": "editorial",
		"title": "Index entry for \"undefined behavior\" is incorrect",
		"long_link": "https://github.com/cplusplus/draft/issues/409",
		"link": "https://wg21.link/edit409",
		"status": "closed"
	},
	"EDIT410": {
		"type": "editorial",
		"title": "Fixes issue #409: undefined behavior index entry.",
		"long_link": "https://github.com/cplusplus/draft/pull/410",
		"link": "https://wg21.link/edit410",
		"status": "closed"
	},
	"EDIT411": {
		"type": "editorial",
		"title": "I changed NULL to null pointer",
		"long_link": "https://github.com/cplusplus/draft/pull/411",
		"link": "https://wg21.link/edit411",
		"status": "closed"
	},
	"EDIT412": {
		"type": "editorial",
		"title": "[alg.move] Complexity of move_backward",
		"long_link": "https://github.com/cplusplus/draft/issues/412",
		"link": "https://wg21.link/edit412",
		"status": "closed"
	},
	"EDIT413": {
		"type": "editorial",
		"title": "Added missing line breaks for wording incorporated from N4230.",
		"long_link": "https://github.com/cplusplus/draft/pull/413",
		"link": "https://wg21.link/edit413",
		"status": "closed"
	},
	"EDIT414": {
		"type": "editorial",
		"title": "Do destructors have names?",
		"long_link": "https://github.com/cplusplus/draft/issues/414",
		"link": "https://wg21.link/edit414",
		"status": "closed"
	},
	"EDIT415": {
		"type": "editorial",
		"title": "[re.regiter.incr] fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/415",
		"link": "https://wg21.link/edit415",
		"status": "closed"
	},
	"EDIT416": {
		"type": "editorial",
		"title": "[istream.manip] and [ostream.manip] say \"namespace std { }\" unnecessarily",
		"long_link": "https://github.com/cplusplus/draft/issues/416",
		"link": "https://wg21.link/edit416",
		"status": "closed"
	},
	"EDIT417": {
		"type": "editorial",
		"title": "[thread.lock.unique.cons] should say \"owns\"",
		"long_link": "https://github.com/cplusplus/draft/issues/417",
		"link": "https://wg21.link/edit417",
		"status": "closed"
	},
	"EDIT418": {
		"type": "editorial",
		"title": "Simplify the wording of static_pointer_cast<> and friends.",
		"long_link": "https://github.com/cplusplus/draft/pull/418",
		"link": "https://wg21.link/edit418",
		"status": "closed"
	},
	"EDIT419": {
		"type": "editorial",
		"title": "[expr.sizeof] redundant wording",
		"long_link": "https://github.com/cplusplus/draft/pull/419",
		"link": "https://wg21.link/edit419",
		"status": "closed"
	},
	"EDIT420": {
		"type": "editorial",
		"title": "[dcl.link] Fix indentation of example code",
		"long_link": "https://github.com/cplusplus/draft/pull/420",
		"link": "https://wg21.link/edit420",
		"status": "closed"
	},
	"EDIT421": {
		"type": "editorial",
		"title": "[{i,o}stream.manip] Remove redundant \"namespace std\"",
		"long_link": "https://github.com/cplusplus/draft/pull/421",
		"link": "https://wg21.link/edit421",
		"status": "closed"
	},
	"EDIT422": {
		"type": "editorial",
		"title": "insert_or_assign (23.5.4.4p7 and 23.4.4.4p5) reference undefined \"args\"",
		"long_link": "https://github.com/cplusplus/draft/issues/422",
		"link": "https://wg21.link/edit422",
		"status": "closed"
	},
	"EDIT423": {
		"type": "editorial",
		"title": "[stmt.ranged] Minor editorial issues",
		"long_link": "https://github.com/cplusplus/draft/pull/423",
		"link": "https://wg21.link/edit423",
		"status": "closed"
	},
	"EDIT424": {
		"type": "editorial",
		"title": "add an example of conversion-type-id containing a placeholder type",
		"long_link": "https://github.com/cplusplus/draft/issues/424",
		"link": "https://wg21.link/edit424",
		"status": "closed"
	},
	"EDIT425": {
		"type": "editorial",
		"title": "[temp] Improve the overall definition of term \"template\"",
		"long_link": "https://github.com/cplusplus/draft/pull/425",
		"link": "https://wg21.link/edit425",
		"status": "closed"
	},
	"EDIT426": {
		"type": "editorial",
		"title": "<shared_mutex> is missing from table 14",
		"long_link": "https://github.com/cplusplus/draft/issues/426",
		"link": "https://wg21.link/edit426",
		"status": "closed"
	},
	"EDIT427": {
		"type": "editorial",
		"title": "Fix typo in example of shared_from_this",
		"long_link": "https://github.com/cplusplus/draft/pull/427",
		"link": "https://wg21.link/edit427",
		"status": "closed"
	},
	"EDIT428": {
		"type": "editorial",
		"title": "[defns.ill.formed] should link to [defns.well.formed]",
		"long_link": "https://github.com/cplusplus/draft/issues/428",
		"link": "https://wg21.link/edit428",
		"status": "closed"
	},
	"EDIT429": {
		"type": "editorial",
		"title": "[temp.deduct] Correct \"void ()(const int, int[5])\"",
		"long_link": "https://github.com/cplusplus/draft/pull/429",
		"link": "https://wg21.link/edit429",
		"status": "closed"
	},
	"EDIT430": {
		"type": "editorial",
		"title": "Choose whether to put a space on the left or right of `...` and apply consistently throughout library",
		"long_link": "https://github.com/cplusplus/draft/issues/430",
		"link": "https://wg21.link/edit430",
		"status": "closed"
	},
	"EDIT431": {
		"type": "editorial",
		"title": "Qualifying std::move, std::forward, etc. is unnecessary",
		"long_link": "https://github.com/cplusplus/draft/issues/431",
		"link": "https://wg21.link/edit431",
		"status": "closed"
	},
	"EDIT432": {
		"type": "editorial",
		"title": "Editorial: Space between \"insert\" and \"(\" in two places",
		"long_link": "https://github.com/cplusplus/draft/issues/432",
		"link": "https://wg21.link/edit432",
		"status": "closed"
	},
	"EDIT433": {
		"type": "editorial",
		"title": "[valarray.syn]'s footnote references wrong section",
		"long_link": "https://github.com/cplusplus/draft/pull/433",
		"link": "https://wg21.link/edit433",
		"status": "closed"
	},
	"EDIT434": {
		"type": "editorial",
		"title": "Typo in definition of std::basic_string<...>::assign",
		"long_link": "https://github.com/cplusplus/draft/issues/434",
		"link": "https://wg21.link/edit434",
		"status": "closed"
	},
	"EDIT435": {
		"type": "editorial",
		"title": "[expr.rel] and unrelated pointers",
		"long_link": "https://github.com/cplusplus/draft/issues/435",
		"link": "https://wg21.link/edit435",
		"status": "closed"
	},
	"EDIT436": {
		"type": "editorial",
		"title": "Table 9 is missing `decltype(auto)`",
		"long_link": "https://github.com/cplusplus/draft/issues/436",
		"link": "https://wg21.link/edit436",
		"status": "closed"
	},
	"EDIT437": {
		"type": "editorial",
		"title": "[dcl.spec.auto] is disorganized and hard to follow",
		"long_link": "https://github.com/cplusplus/draft/issues/437",
		"link": "https://wg21.link/edit437",
		"status": "closed"
	},
	"EDIT438": {
		"type": "editorial",
		"title": "basic_ostream::flush() linking to the wrong requirements",
		"long_link": "https://github.com/cplusplus/draft/issues/438",
		"link": "https://wg21.link/edit438",
		"status": "closed"
	},
	"EDIT439": {
		"type": "editorial",
		"title": "[swappable.requirements] add comma",
		"long_link": "https://github.com/cplusplus/draft/pull/439",
		"link": "https://wg21.link/edit439",
		"status": "closed"
	},
	"EDIT440": {
		"type": "editorial",
		"title": "nonX vs. non-X and similar hyphenation issues",
		"long_link": "https://github.com/cplusplus/draft/issues/440",
		"link": "https://wg21.link/edit440",
		"status": "closed"
	},
	"EDIT441": {
		"type": "editorial",
		"title": "Example in 3.2/6 (6.6) is obsolete",
		"long_link": "https://github.com/cplusplus/draft/issues/441",
		"link": "https://wg21.link/edit441",
		"status": "closed"
	},
	"EDIT442": {
		"type": "editorial",
		"title": "[reverse.iter.requirements] Avoid saying 'global operators'",
		"long_link": "https://github.com/cplusplus/draft/pull/442",
		"link": "https://wg21.link/edit442",
		"status": "closed"
	},
	"EDIT443": {
		"type": "editorial",
		"title": "Inconsistent qualification in [re.const]",
		"long_link": "https://github.com/cplusplus/draft/issues/443",
		"link": "https://wg21.link/edit443",
		"status": "closed"
	},
	"EDIT444": {
		"type": "editorial",
		"title": "\"conversion operator\" denotes functions or operators?",
		"long_link": "https://github.com/cplusplus/draft/issues/444",
		"link": "https://wg21.link/edit444",
		"status": "closed"
	},
	"EDIT445": {
		"type": "editorial",
		"title": "20.10.6 [meta.rel] says \"return-statement\"",
		"long_link": "https://github.com/cplusplus/draft/issues/445",
		"link": "https://wg21.link/edit445",
		"status": "closed"
	},
	"EDIT446": {
		"type": "editorial",
		"title": "\"lvalue reference\" vs \"lvalue-reference\"",
		"long_link": "https://github.com/cplusplus/draft/issues/446",
		"link": "https://wg21.link/edit446",
		"status": "closed"
	},
	"EDIT447": {
		"type": "editorial",
		"title": "Incorrect(?) italics in [class.mfct.non-static]/4",
		"long_link": "https://github.com/cplusplus/draft/issues/447",
		"link": "https://wg21.link/edit447",
		"status": "closed"
	},
	"EDIT448": {
		"type": "editorial",
		"title": "Should \"Copy Operation\" be a word of power?",
		"long_link": "https://github.com/cplusplus/draft/issues/448",
		"link": "https://wg21.link/edit448",
		"status": "open"
	},
	"EDIT449": {
		"type": "editorial",
		"title": "Fix link in basic_ostream::flush() description",
		"long_link": "https://github.com/cplusplus/draft/pull/449",
		"link": "https://wg21.link/edit449",
		"status": "closed"
	},
	"EDIT450": {
		"type": "editorial",
		"title": "[expr.dynamic.cast] has redundant wording",
		"long_link": "https://github.com/cplusplus/draft/issues/450",
		"link": "https://wg21.link/edit450",
		"status": "closed"
	},
	"EDIT451": {
		"type": "editorial",
		"title": "[basic.lookup.unqual]/6 is hard to parse",
		"long_link": "https://github.com/cplusplus/draft/issues/451",
		"link": "https://wg21.link/edit451",
		"status": "closed"
	},
	"EDIT452": {
		"type": "editorial",
		"title": " [string.cons] Adjust wording to match [sequence.reqmts]",
		"long_link": "https://github.com/cplusplus/draft/pull/452",
		"link": "https://wg21.link/edit452",
		"status": "closed"
	},
	"EDIT453": {
		"type": "editorial",
		"title": "Missing item in [except.terminate]/p1",
		"long_link": "https://github.com/cplusplus/draft/issues/453",
		"link": "https://wg21.link/edit453",
		"status": "closed"
	},
	"EDIT454": {
		"type": "editorial",
		"title": "[unique.ptr.runtime.ctor]/2.2 needs monospace",
		"long_link": "https://github.com/cplusplus/draft/issues/454",
		"link": "https://wg21.link/edit454",
		"status": "closed"
	},
	"EDIT455": {
		"type": "editorial",
		"title": "Buggy footnote in [type.descriptions.general]",
		"long_link": "https://github.com/cplusplus/draft/issues/455",
		"link": "https://wg21.link/edit455",
		"status": "closed"
	},
	"EDIT456": {
		"type": "editorial",
		"title": "[support.types]/4 offsetof inconsistent formatting",
		"long_link": "https://github.com/cplusplus/draft/issues/456",
		"link": "https://wg21.link/edit456",
		"status": "closed"
	},
	"EDIT457": {
		"type": "editorial",
		"title": "[input.iterators]/2 Inconsistent parens formatting",
		"long_link": "https://github.com/cplusplus/draft/issues/457",
		"link": "https://wg21.link/edit457",
		"status": "closed"
	},
	"EDIT458": {
		"type": "editorial",
		"title": "[thread.lock.unique.locking] and [thread.lock.shared.locking] need more bullets",
		"long_link": "https://github.com/cplusplus/draft/issues/458",
		"link": "https://wg21.link/edit458",
		"status": "closed"
	},
	"EDIT459": {
		"type": "editorial",
		"title": "[thread.lock.shared] needs more \\ref",
		"long_link": "https://github.com/cplusplus/draft/issues/459",
		"link": "https://wg21.link/edit459",
		"status": "closed"
	},
	"EDIT460": {
		"type": "editorial",
		"title": "[unique.ptr.single.ctor] is missing \"a\" word",
		"long_link": "https://github.com/cplusplus/draft/issues/460",
		"link": "https://wg21.link/edit460",
		"status": "closed"
	},
	"EDIT461": {
		"type": "editorial",
		"title": "23.2.3[sequence.reqmts]/5 is redundant with Table 96",
		"long_link": "https://github.com/cplusplus/draft/issues/461",
		"link": "https://wg21.link/edit461",
		"status": "closed"
	},
	"EDIT462": {
		"type": "editorial",
		"title": "Consistency cleanups in [containers]: Whitespace",
		"long_link": "https://github.com/cplusplus/draft/pull/462",
		"link": "https://wg21.link/edit462",
		"status": "closed"
	},
	"EDIT463": {
		"type": "editorial",
		"title": "behavior/behaviour",
		"long_link": "https://github.com/cplusplus/draft/issues/463",
		"link": "https://wg21.link/edit463",
		"status": "closed"
	},
	"EDIT464": {
		"type": "editorial",
		"title": "CWG1531 resolution doesn't appear to have been applied",
		"long_link": "https://github.com/cplusplus/draft/issues/464",
		"link": "https://wg21.link/edit464",
		"status": "closed"
	},
	"EDIT465": {
		"type": "editorial",
		"title": "[thread.lock.shared.cons] fix typos",
		"long_link": "https://github.com/cplusplus/draft/pull/465",
		"link": "https://wg21.link/edit465",
		"status": "closed"
	},
	"EDIT466": {
		"type": "editorial",
		"title": "Add a few missing semicolons.",
		"long_link": "https://github.com/cplusplus/draft/pull/466",
		"link": "https://wg21.link/edit466",
		"status": "closed"
	},
	"EDIT467": {
		"type": "editorial",
		"title": "[basic.align], [syserr] Add missing semicolons.",
		"long_link": "https://github.com/cplusplus/draft/pull/467",
		"link": "https://wg21.link/edit467",
		"status": "closed"
	},
	"EDIT468": {
		"type": "editorial",
		"title": "[support.start.term] Add missing semicolon.",
		"long_link": "https://github.com/cplusplus/draft/pull/468",
		"link": "https://wg21.link/edit468",
		"status": "closed"
	},
	"EDIT469": {
		"type": "editorial",
		"title": "pick formatting for const object and apply it consistently",
		"long_link": "https://github.com/cplusplus/draft/issues/469",
		"link": "https://wg21.link/edit469",
		"status": "closed"
	},
	"EDIT470": {
		"type": "editorial",
		"title": "Odd phrasing makes C library dependent on C++",
		"long_link": "https://github.com/cplusplus/draft/issues/470",
		"link": "https://wg21.link/edit470",
		"status": "open"
	},
	"EDIT471": {
		"type": "editorial",
		"title": "Fix formatting of P",
		"long_link": "https://github.com/cplusplus/draft/pull/471",
		"link": "https://wg21.link/edit471",
		"status": "closed"
	},
	"EDIT472": {
		"type": "editorial",
		"title": "[diff] Use paragraph numbering for changes.",
		"long_link": "https://github.com/cplusplus/draft/pull/472",
		"link": "https://wg21.link/edit472",
		"status": "closed"
	},
	"EDIT473": {
		"type": "editorial",
		"title": "Adding a bullet to [except.terminate] for condition variables",
		"long_link": "https://github.com/cplusplus/draft/pull/473",
		"link": "https://wg21.link/edit473",
		"status": "closed"
	},
	"EDIT474": {
		"type": "editorial",
		"title": "Annex F (XREF) has some errors.",
		"long_link": "https://github.com/cplusplus/draft/issues/474",
		"link": "https://wg21.link/edit474",
		"status": "closed"
	},
	"EDIT475": {
		"type": "editorial",
		"title": "\"side-effects\" should not be hyphenated",
		"long_link": "https://github.com/cplusplus/draft/issues/475",
		"link": "https://wg21.link/edit475",
		"status": "closed"
	},
	"EDIT476": {
		"type": "editorial",
		"title": "Optional for-init statement and missing semicolon",
		"long_link": "https://github.com/cplusplus/draft/pull/476",
		"link": "https://wg21.link/edit476",
		"status": "closed"
	},
	"EDIT477": {
		"type": "editorial",
		"title": "Consistency cleanups in [containers] (cf. Issue #400): Ordering, whitespace",
		"long_link": "https://github.com/cplusplus/draft/pull/477",
		"link": "https://wg21.link/edit477",
		"status": "closed"
	},
	"EDIT478": {
		"type": "editorial",
		"title": "[containers] Consistency improvements: Intra-synopsis comments",
		"long_link": "https://github.com/cplusplus/draft/pull/478",
		"link": "https://wg21.link/edit478",
		"status": "closed"
	},
	"EDIT479": {
		"type": "editorial",
		"title": "[containers] Minor whitespace and ordering improvements",
		"long_link": "https://github.com/cplusplus/draft/pull/479",
		"link": "https://wg21.link/edit479",
		"status": "closed"
	},
	"EDIT480": {
		"type": "editorial",
		"title": "[re.badexp] Remove redundant colon.",
		"long_link": "https://github.com/cplusplus/draft/pull/480",
		"link": "https://wg21.link/edit480",
		"status": "closed"
	},
	"EDIT481": {
		"type": "editorial",
		"title": "[lex, dcl.decl] Use \\nontermdef and \\grammarterm more consistently.",
		"long_link": "https://github.com/cplusplus/draft/pull/481",
		"link": "https://wg21.link/edit481",
		"status": "closed"
	},
	"EDIT482": {
		"type": "editorial",
		"title": "[gram.dcl] Extra line between using-declaration and using-directive",
		"long_link": "https://github.com/cplusplus/draft/issues/482",
		"link": "https://wg21.link/edit482",
		"status": "closed"
	},
	"EDIT483": {
		"type": "editorial",
		"title": "Fix several index entries.",
		"long_link": "https://github.com/cplusplus/draft/pull/483",
		"link": "https://wg21.link/edit483",
		"status": "closed"
	},
	"EDIT484": {
		"type": "editorial",
		"title": "Forcing git to consider PDFs as binary files",
		"long_link": "https://github.com/cplusplus/draft/issues/484",
		"link": "https://wg21.link/edit484",
		"status": "closed"
	},
	"EDIT485": {
		"type": "editorial",
		"title": "Synopsis in [support.exception] gives no clue that uncaught_exception() is in [depr.uncaught]",
		"long_link": "https://github.com/cplusplus/draft/issues/485",
		"link": "https://wg21.link/edit485",
		"status": "closed"
	},
	"EDIT486": {
		"type": "editorial",
		"title": "Grammatical improvement; NFC intended",
		"long_link": "https://github.com/cplusplus/draft/pull/486",
		"link": "https://wg21.link/edit486",
		"status": "closed"
	},
	"EDIT487": {
		"type": "editorial",
		"title": "Use \"class template\" instead of \"template struct\" and \"struct template\"",
		"long_link": "https://github.com/cplusplus/draft/pull/487",
		"link": "https://wg21.link/edit487",
		"status": "closed"
	},
	"EDIT488": {
		"type": "editorial",
		"title": "\"Expression\" column in tables",
		"long_link": "https://github.com/cplusplus/draft/issues/488",
		"link": "https://wg21.link/edit488",
		"status": "closed"
	},
	"EDIT489": {
		"type": "editorial",
		"title": "Qualify move & forward with std::",
		"long_link": "https://github.com/cplusplus/draft/pull/489",
		"link": "https://wg21.link/edit489",
		"status": "closed"
	},
	"EDIT490": {
		"type": "editorial",
		"title": "Add subclauses to 12.8 for constructors, assignment, copy elision",
		"long_link": "https://github.com/cplusplus/draft/issues/490",
		"link": "https://wg21.link/edit490",
		"status": "closed"
	},
	"EDIT491": {
		"type": "editorial",
		"title": "[pairs.spec] talks about \"if Ui equals reference_wrapper<X>\"",
		"long_link": "https://github.com/cplusplus/draft/issues/491",
		"link": "https://wg21.link/edit491",
		"status": "closed"
	},
	"EDIT492": {
		"type": "editorial",
		"title": "Get rid of Notes: elements in library clauses",
		"long_link": "https://github.com/cplusplus/draft/issues/492",
		"link": "https://wg21.link/edit492",
		"status": "closed"
	},
	"EDIT493": {
		"type": "editorial",
		"title": "Fix bad \"shall\"s in 7.6.2",
		"long_link": "https://github.com/cplusplus/draft/issues/493",
		"link": "https://wg21.link/edit493",
		"status": "closed"
	},
	"EDIT494": {
		"type": "editorial",
		"title": "[iostream.forward.overview] Notezilla",
		"long_link": "https://github.com/cplusplus/draft/issues/494",
		"link": "https://wg21.link/edit494",
		"status": "closed"
	},
	"EDIT495": {
		"type": "editorial",
		"title": "Fix \"ill-formed program\" definition.",
		"long_link": "https://github.com/cplusplus/draft/pull/495",
		"link": "https://wg21.link/edit495",
		"status": "closed"
	},
	"EDIT496": {
		"type": "editorial",
		"title": "[class] (9)/7.8 has ambiguous wording",
		"long_link": "https://github.com/cplusplus/draft/issues/496",
		"link": "https://wg21.link/edit496",
		"status": "closed"
	},
	"EDIT497": {
		"type": "editorial",
		"title": "Editorial: \"sub-clause\" vs \"subclause\"",
		"long_link": "https://github.com/cplusplus/draft/issues/497",
		"link": "https://wg21.link/edit497",
		"status": "closed"
	},
	"EDIT498": {
		"type": "editorial",
		"title": "fix uses of \"pointer to function\" to say \"pointer to function /function-suffix/\"",
		"long_link": "https://github.com/cplusplus/draft/issues/498",
		"link": "https://wg21.link/edit498",
		"status": "open"
	},
	"EDIT499": {
		"type": "editorial",
		"title": "No qualified std::fclose call",
		"long_link": "https://github.com/cplusplus/draft/pull/499",
		"link": "https://wg21.link/edit499",
		"status": "closed"
	},
	"EDIT500": {
		"type": "editorial",
		"title": "s/template classes/class templates/",
		"long_link": "https://github.com/cplusplus/draft/pull/500",
		"link": "https://wg21.link/edit500",
		"status": "closed"
	},
	"EDIT501": {
		"type": "editorial",
		"title": "Do not use “must” as an alternative for “shall”",
		"long_link": "https://github.com/cplusplus/draft/issues/501",
		"link": "https://wg21.link/edit501",
		"status": "closed"
	},
	"EDIT502": {
		"type": "editorial",
		"title": "[dcl.init.ref] Replace normative note with actual note.",
		"long_link": "https://github.com/cplusplus/draft/pull/502",
		"link": "https://wg21.link/edit502",
		"status": "closed"
	},
	"EDIT503": {
		"type": "editorial",
		"title": "[fstream.members]/5 says \"returns returns\"",
		"long_link": "https://github.com/cplusplus/draft/issues/503",
		"link": "https://wg21.link/edit503",
		"status": "closed"
	},
	"EDIT504": {
		"type": "editorial",
		"title": "Inconsistent formatting of \"cv-qualified\"",
		"long_link": "https://github.com/cplusplus/draft/issues/504",
		"link": "https://wg21.link/edit504",
		"status": "closed"
	},
	"EDIT505": {
		"type": "editorial",
		"title": "[basic.ios.members] p16 has numbered list that should use bullets",
		"long_link": "https://github.com/cplusplus/draft/issues/505",
		"link": "https://wg21.link/edit505",
		"status": "closed"
	},
	"EDIT506": {
		"type": "editorial",
		"title": "Nit: \"standard layout\" vs. \"standard-layout\"",
		"long_link": "https://github.com/cplusplus/draft/issues/506",
		"link": "https://wg21.link/edit506",
		"status": "closed"
	},
	"EDIT507": {
		"type": "editorial",
		"title": "[support.dynamic] LWG2458 remove correct signatures",
		"long_link": "https://github.com/cplusplus/draft/pull/507",
		"link": "https://wg21.link/edit507",
		"status": "closed"
	},
	"EDIT508": {
		"type": "editorial",
		"title": "[headers] Add <shared_mutex> to Table 14.",
		"long_link": "https://github.com/cplusplus/draft/pull/508",
		"link": "https://wg21.link/edit508",
		"status": "closed"
	},
	"EDIT509": {
		"type": "editorial",
		"title": "Nit: value of some object <ins>of</ins> type T",
		"long_link": "https://github.com/cplusplus/draft/issues/509",
		"link": "https://wg21.link/edit509",
		"status": "closed"
	},
	"EDIT510": {
		"type": "editorial",
		"title": "value-initialized and value initializing",
		"long_link": "https://github.com/cplusplus/draft/issues/510",
		"link": "https://wg21.link/edit510",
		"status": "closed"
	},
	"EDIT511": {
		"type": "editorial",
		"title": "\"object type\" has three definitions",
		"long_link": "https://github.com/cplusplus/draft/issues/511",
		"link": "https://wg21.link/edit511",
		"status": "closed"
	},
	"EDIT512": {
		"type": "editorial",
		"title": "Annex F should be built as an index",
		"long_link": "https://github.com/cplusplus/draft/issues/512",
		"link": "https://wg21.link/edit512",
		"status": "closed"
	},
	"EDIT513": {
		"type": "editorial",
		"title": "conflicting sentences in section \"floating literals\"?",
		"long_link": "https://github.com/cplusplus/draft/issues/513",
		"link": "https://wg21.link/edit513",
		"status": "closed"
	},
	"EDIT514": {
		"type": "editorial",
		"title": "Requirement in [class.union]/2 probably should use \"shall\"",
		"long_link": "https://github.com/cplusplus/draft/issues/514",
		"link": "https://wg21.link/edit514",
		"status": "closed"
	},
	"EDIT515": {
		"type": "editorial",
		"title": "Align declarations",
		"long_link": "https://github.com/cplusplus/draft/pull/515",
		"link": "https://wg21.link/edit515",
		"status": "closed"
	},
	"EDIT516": {
		"type": "editorial",
		"title": "[tuple.helper] Inconsistent formatting of BaseCharacteristic etc.",
		"long_link": "https://github.com/cplusplus/draft/issues/516",
		"link": "https://wg21.link/edit516",
		"status": "open"
	},
	"EDIT517": {
		"type": "editorial",
		"title": "[temp.deduct.call] wording",
		"long_link": "https://github.com/cplusplus/draft/issues/517",
		"link": "https://wg21.link/edit517",
		"status": "closed"
	},
	"EDIT518": {
		"type": "editorial",
		"title": "[allocator.adaptor.members] Imprecise wording for scoped_allocator_adaptor::select_on_container_copy_construction",
		"long_link": "https://github.com/cplusplus/draft/issues/518",
		"link": "https://wg21.link/edit518",
		"status": "open"
	},
	"EDIT519": {
		"type": "editorial",
		"title": "erroneous sentence in [dcl.decl] p5",
		"long_link": "https://github.com/cplusplus/draft/issues/519",
		"link": "https://wg21.link/edit519",
		"status": "closed"
	},
	"EDIT520": {
		"type": "editorial",
		"title": "Use of cv-qualified as a grammar term",
		"long_link": "https://github.com/cplusplus/draft/pull/520",
		"link": "https://wg21.link/edit520",
		"status": "closed"
	},
	"EDIT521": {
		"type": "editorial",
		"title": "Local definition of \"char-like type\" from Clause 21 referenced in Cla…",
		"long_link": "https://github.com/cplusplus/draft/pull/521",
		"link": "https://wg21.link/edit521",
		"status": "closed"
	},
	"EDIT522": {
		"type": "editorial",
		"title": "Typographic fixes, spacing after \\opt",
		"long_link": "https://github.com/cplusplus/draft/pull/522",
		"link": "https://wg21.link/edit522",
		"status": "closed"
	},
	"EDIT523": {
		"type": "editorial",
		"title": "template partial ordering rules underspecified",
		"long_link": "https://github.com/cplusplus/draft/issues/523",
		"link": "https://wg21.link/edit523",
		"status": "open"
	},
	"EDIT524": {
		"type": "editorial",
		"title": "27.7.3.5 [ostream.seeks]/3 is slightly damaged",
		"long_link": "https://github.com/cplusplus/draft/issues/524",
		"link": "https://wg21.link/edit524",
		"status": "closed"
	},
	"EDIT525": {
		"type": "editorial",
		"title": "Unify the spelling of one-definition rule to be consistent.",
		"long_link": "https://github.com/cplusplus/draft/pull/525",
		"link": "https://wg21.link/edit525",
		"status": "closed"
	},
	"EDIT526": {
		"type": "editorial",
		"title": "Fix misuse of cv-unqualified as a grammar term",
		"long_link": "https://github.com/cplusplus/draft/pull/526",
		"link": "https://wg21.link/edit526",
		"status": "closed"
	},
	"EDIT527": {
		"type": "editorial",
		"title": "Example in [class.protected] needs to be updated",
		"long_link": "https://github.com/cplusplus/draft/issues/527",
		"link": "https://wg21.link/edit527",
		"status": "closed"
	},
	"EDIT528": {
		"type": "editorial",
		"title": "\"undefined\" vs \"not defined\" for declared-but-not-defined primary templates",
		"long_link": "https://github.com/cplusplus/draft/issues/528",
		"link": "https://wg21.link/edit528",
		"status": "closed"
	},
	"EDIT529": {
		"type": "editorial",
		"title": "Remarks: vs. Remark: and Postconditions: vs. Postcondition: in library",
		"long_link": "https://github.com/cplusplus/draft/issues/529",
		"link": "https://wg21.link/edit529",
		"status": "closed"
	},
	"EDIT530": {
		"type": "editorial",
		"title": "[diff.cpp11] Supply a compatibility note for CWG1560",
		"long_link": "https://github.com/cplusplus/draft/pull/530",
		"link": "https://wg21.link/edit530",
		"status": "closed"
	},
	"EDIT531": {
		"type": "editorial",
		"title": "[ext.manip] Replace a colon with a semi-colon.",
		"long_link": "https://github.com/cplusplus/draft/pull/531",
		"link": "https://wg21.link/edit531",
		"status": "closed"
	},
	"EDIT532": {
		"type": "editorial",
		"title": "[lex.name] Reserved identifiers",
		"long_link": "https://github.com/cplusplus/draft/issues/532",
		"link": "https://wg21.link/edit532",
		"status": "closed"
	},
	"EDIT533": {
		"type": "editorial",
		"title": "[util.smartptr.shared] misuses italics",
		"long_link": "https://github.com/cplusplus/draft/issues/533",
		"link": "https://wg21.link/edit533",
		"status": "closed"
	},
	"EDIT534": {
		"type": "editorial",
		"title": "Inconsistent class-key in class template declarations",
		"long_link": "https://github.com/cplusplus/draft/issues/534",
		"link": "https://wg21.link/edit534",
		"status": "closed"
	},
	"EDIT535": {
		"type": "editorial",
		"title": "Wrong term used in [over.best.ics]/10",
		"long_link": "https://github.com/cplusplus/draft/issues/535",
		"link": "https://wg21.link/edit535",
		"status": "closed"
	},
	"EDIT536": {
		"type": "editorial",
		"title": "[tuple.assign] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/536",
		"link": "https://wg21.link/edit536",
		"status": "closed"
	},
	"EDIT537": {
		"type": "editorial",
		"title": "[diff.cpp03] etc introduction incorrect",
		"long_link": "https://github.com/cplusplus/draft/issues/537",
		"link": "https://wg21.link/edit537",
		"status": "open"
	},
	"EDIT538": {
		"type": "editorial",
		"title": "17.1 [library.general]/6 \"such as a tuples\" typo",
		"long_link": "https://github.com/cplusplus/draft/issues/538",
		"link": "https://wg21.link/edit538",
		"status": "closed"
	},
	"EDIT539": {
		"type": "editorial",
		"title": "Refine \"Index of library names\" for operator<< and operator>>",
		"long_link": "https://github.com/cplusplus/draft/pull/539",
		"link": "https://wg21.link/edit539",
		"status": "closed"
	},
	"EDIT540": {
		"type": "editorial",
		"title": "Change \"typename decay<F>::type\" to \"decay_t<F>\"",
		"long_link": "https://github.com/cplusplus/draft/pull/540",
		"link": "https://wg21.link/edit540",
		"status": "closed"
	},
	"EDIT541": {
		"type": "editorial",
		"title": "[over.best.ics] Fix a typo in \"user-defined conversion sequence\" (fixes #535)",
		"long_link": "https://github.com/cplusplus/draft/pull/541",
		"link": "https://wg21.link/edit541",
		"status": "closed"
	},
	"EDIT542": {
		"type": "editorial",
		"title": "confused collection of synopses for <cstdlib>",
		"long_link": "https://github.com/cplusplus/draft/issues/542",
		"link": "https://wg21.link/edit542",
		"status": "closed"
	},
	"EDIT543": {
		"type": "editorial",
		"title": "LWG 206 doesn't seem to have been applied correctly",
		"long_link": "https://github.com/cplusplus/draft/issues/543",
		"link": "https://wg21.link/edit543",
		"status": "closed"
	},
	"EDIT544": {
		"type": "editorial",
		"title": "Inconsistent formatting of `void` in [meta.unary.prop]",
		"long_link": "https://github.com/cplusplus/draft/issues/544",
		"link": "https://wg21.link/edit544",
		"status": "closed"
	},
	"EDIT545": {
		"type": "editorial",
		"title": "std::thread termination",
		"long_link": "https://github.com/cplusplus/draft/issues/545",
		"link": "https://wg21.link/edit545",
		"status": "closed"
	},
	"EDIT546": {
		"type": "editorial",
		"title": "Reference collapsing",
		"long_link": "https://github.com/cplusplus/draft/issues/546",
		"link": "https://wg21.link/edit546",
		"status": "closed"
	},
	"EDIT547": {
		"type": "editorial",
		"title": "Correct verb form in sentence",
		"long_link": "https://github.com/cplusplus/draft/pull/547",
		"link": "https://wg21.link/edit547",
		"status": "closed"
	},
	"EDIT548": {
		"type": "editorial",
		"title": "Remove 'all' from the left argument",
		"long_link": "https://github.com/cplusplus/draft/pull/548",
		"link": "https://wg21.link/edit548",
		"status": "closed"
	},
	"EDIT549": {
		"type": "editorial",
		"title": "move last 4 paragraphs of 9.5 to subsection \"Anonymous unions\"",
		"long_link": "https://github.com/cplusplus/draft/issues/549",
		"link": "https://wg21.link/edit549",
		"status": "closed"
	},
	"EDIT550": {
		"type": "editorial",
		"title": "[ostream.iterator.cons.des] uses italics for exposition only members",
		"long_link": "https://github.com/cplusplus/draft/issues/550",
		"link": "https://wg21.link/edit550",
		"status": "closed"
	},
	"EDIT551": {
		"type": "editorial",
		"title": "Fix \"returns returns\"",
		"long_link": "https://github.com/cplusplus/draft/pull/551",
		"link": "https://wg21.link/edit551",
		"status": "closed"
	},
	"EDIT552": {
		"type": "editorial",
		"title": "inconsistent use of 'side effect' versus 'side-effect'",
		"long_link": "https://github.com/cplusplus/draft/issues/552",
		"link": "https://wg21.link/edit552",
		"status": "closed"
	},
	"EDIT553": {
		"type": "editorial",
		"title": "Remove space after \\placeholder so can embed in code.",
		"long_link": "https://github.com/cplusplus/draft/pull/553",
		"link": "https://wg21.link/edit553",
		"status": "closed"
	},
	"EDIT554": {
		"type": "editorial",
		"title": "Make \"at least as specialized\" an indexed term.",
		"long_link": "https://github.com/cplusplus/draft/pull/554",
		"link": "https://wg21.link/edit554",
		"status": "closed"
	},
	"EDIT555": {
		"type": "editorial",
		"title": "[unord.req] Clarify the complexity of clear() method",
		"long_link": "https://github.com/cplusplus/draft/pull/555",
		"link": "https://wg21.link/edit555",
		"status": "closed"
	},
	"EDIT556": {
		"type": "editorial",
		"title": "Format in [class.copy]/17",
		"long_link": "https://github.com/cplusplus/draft/issues/556",
		"link": "https://wg21.link/edit556",
		"status": "open"
	},
	"EDIT557": {
		"type": "editorial",
		"title": "UB wording in §12.6.2/16",
		"long_link": "https://github.com/cplusplus/draft/issues/557",
		"link": "https://wg21.link/edit557",
		"status": "closed"
	},
	"EDIT558": {
		"type": "editorial",
		"title": "Fix incorrect section reference as pointed out in LWG 2181 which beca…",
		"long_link": "https://github.com/cplusplus/draft/pull/558",
		"link": "https://wg21.link/edit558",
		"status": "closed"
	},
	"EDIT559": {
		"type": "editorial",
		"title": "stop using teletype font for `constexpr` function",
		"long_link": "https://github.com/cplusplus/draft/issues/559",
		"link": "https://wg21.link/edit559",
		"status": "closed"
	},
	"EDIT560": {
		"type": "editorial",
		"title": "[sequences.general] Promote header synopses to rSec2",
		"long_link": "https://github.com/cplusplus/draft/pull/560",
		"link": "https://wg21.link/edit560",
		"status": "closed"
	},
	"EDIT561": {
		"type": "editorial",
		"title": "Resolution of CWG 2017 \"Flowing off end is not equivalent to no-expression return\"",
		"long_link": "https://github.com/cplusplus/draft/issues/561",
		"link": "https://wg21.link/edit561",
		"status": "closed"
	},
	"EDIT562": {
		"type": "editorial",
		"title": "20.12.6.7 [time.point.cast] is missing parens",
		"long_link": "https://github.com/cplusplus/draft/issues/562",
		"link": "https://wg21.link/edit562",
		"status": "closed"
	},
	"EDIT563": {
		"type": "editorial",
		"title": "20.7.2 [memory.syn] should mention owner_less's default template arg",
		"long_link": "https://github.com/cplusplus/draft/issues/563",
		"link": "https://wg21.link/edit563",
		"status": "closed"
	},
	"EDIT564": {
		"type": "editorial",
		"title": "inconsistent periods in compatibility annex",
		"long_link": "https://github.com/cplusplus/draft/issues/564",
		"link": "https://wg21.link/edit564",
		"status": "closed"
	},
	"EDIT565": {
		"type": "editorial",
		"title": "[locale.id] Add missing \\tcode",
		"long_link": "https://github.com/cplusplus/draft/pull/565",
		"link": "https://wg21.link/edit565",
		"status": "closed"
	},
	"EDIT566": {
		"type": "editorial",
		"title": "Synopses should have numbered headers",
		"long_link": "https://github.com/cplusplus/draft/issues/566",
		"link": "https://wg21.link/edit566",
		"status": "closed"
	},
	"EDIT567": {
		"type": "editorial",
		"title": "[library] Fix index entry",
		"long_link": "https://github.com/cplusplus/draft/pull/567",
		"link": "https://wg21.link/edit567",
		"status": "closed"
	},
	"EDIT568": {
		"type": "editorial",
		"title": "[dcl.array] Padding before/after sequence of array subobjects",
		"long_link": "https://github.com/cplusplus/draft/issues/568",
		"link": "https://wg21.link/edit568",
		"status": "closed"
	},
	"EDIT569": {
		"type": "editorial",
		"title": "[support, diagnostics] Turn synopses into numbered sections",
		"long_link": "https://github.com/cplusplus/draft/pull/569",
		"link": "https://wg21.link/edit569",
		"status": "closed"
	},
	"EDIT570": {
		"type": "editorial",
		"title": "[futures.async] Use code font for \"std::async\"",
		"long_link": "https://github.com/cplusplus/draft/pull/570",
		"link": "https://wg21.link/edit570",
		"status": "closed"
	},
	"EDIT571": {
		"type": "editorial",
		"title": "[macros] Disable italic correction for monospaced italics",
		"long_link": "https://github.com/cplusplus/draft/pull/571",
		"link": "https://wg21.link/edit571",
		"status": "closed"
	},
	"EDIT572": {
		"type": "editorial",
		"title": "Syntax highlighted code for drafts",
		"long_link": "https://github.com/cplusplus/draft/issues/572",
		"link": "https://wg21.link/edit572",
		"status": "closed"
	},
	"EDIT573": {
		"type": "editorial",
		"title": "[diff.library] (C.5) is woefully out of date",
		"long_link": "https://github.com/cplusplus/draft/issues/573",
		"link": "https://wg21.link/edit573",
		"status": "closed"
	},
	"EDIT574": {
		"type": "editorial",
		"title": "Avoid hanging paragraphs as well as 'in general' / 'overview' subclauses",
		"long_link": "https://github.com/cplusplus/draft/issues/574",
		"link": "https://wg21.link/edit574",
		"status": "open"
	},
	"EDIT575": {
		"type": "editorial",
		"title": "update Annex F introductory text",
		"long_link": "https://github.com/cplusplus/draft/issues/575",
		"link": "https://wg21.link/edit575",
		"status": "closed"
	},
	"EDIT576": {
		"type": "editorial",
		"title": "[func.wrap.func.con] Fix error in note",
		"long_link": "https://github.com/cplusplus/draft/pull/576",
		"link": "https://wg21.link/edit576",
		"status": "closed"
	},
	"EDIT577": {
		"type": "editorial",
		"title": "Whitespace fixes around punctuators (library)",
		"long_link": "https://github.com/cplusplus/draft/pull/577",
		"link": "https://wg21.link/edit577",
		"status": "closed"
	},
	"EDIT578": {
		"type": "editorial",
		"title": "Replace raw string 'C++' with the appropriate macro",
		"long_link": "https://github.com/cplusplus/draft/pull/578",
		"link": "https://wg21.link/edit578",
		"status": "closed"
	},
	"EDIT579": {
		"type": "editorial",
		"title": "[macros] Change \\Cpp macro to look nicer",
		"long_link": "https://github.com/cplusplus/draft/pull/579",
		"link": "https://wg21.link/edit579",
		"status": "closed"
	},
	"EDIT580": {
		"type": "editorial",
		"title": "Use textual angle brackets rather than relational operators",
		"long_link": "https://github.com/cplusplus/draft/pull/580",
		"link": "https://wg21.link/edit580",
		"status": "closed"
	},
	"EDIT581": {
		"type": "editorial",
		"title": "replace `typedef` declarations with *alias-declaration*s in the library",
		"long_link": "https://github.com/cplusplus/draft/issues/581",
		"link": "https://wg21.link/edit581",
		"status": "closed"
	},
	"EDIT582": {
		"type": "editorial",
		"title": "[iterators, locales] Apply \\placeholder macro",
		"long_link": "https://github.com/cplusplus/draft/pull/582",
		"link": "https://wg21.link/edit582",
		"status": "closed"
	},
	"EDIT583": {
		"type": "editorial",
		"title": "[lib-intro, utilities] Apply \\placeholder macro",
		"long_link": "https://github.com/cplusplus/draft/pull/583",
		"link": "https://wg21.link/edit583",
		"status": "closed"
	},
	"EDIT584": {
		"type": "editorial",
		"title": "[atomics] Reword table headers, removing mention of \"inttypes.h\"",
		"long_link": "https://github.com/cplusplus/draft/pull/584",
		"link": "https://wg21.link/edit584",
		"status": "closed"
	},
	"EDIT585": {
		"type": "editorial",
		"title": "unique_ptr's \"see below\" points the wrong way",
		"long_link": "https://github.com/cplusplus/draft/issues/585",
		"link": "https://wg21.link/edit585",
		"status": "open"
	},
	"EDIT586": {
		"type": "editorial",
		"title": "[diff.library] NULL <cstdio> missing in Table 149",
		"long_link": "https://github.com/cplusplus/draft/issues/586",
		"link": "https://wg21.link/edit586",
		"status": "closed"
	},
	"EDIT587": {
		"type": "editorial",
		"title": "[diff.library] add missing NULL <cstdio> to Table 149",
		"long_link": "https://github.com/cplusplus/draft/pull/587",
		"link": "https://wg21.link/edit587",
		"status": "closed"
	},
	"EDIT588": {
		"type": "editorial",
		"title": "[macros] Add space into \\range, reflow [alg.transform]",
		"long_link": "https://github.com/cplusplus/draft/pull/588",
		"link": "https://wg21.link/edit588",
		"status": "closed"
	},
	"EDIT589": {
		"type": "editorial",
		"title": "Clarify the return value range of log(x)",
		"long_link": "https://github.com/cplusplus/draft/pull/589",
		"link": "https://wg21.link/edit589",
		"status": "closed"
	},
	"EDIT590": {
		"type": "editorial",
		"title": "[algorithms] Improve typographic consistency of complexity expressions",
		"long_link": "https://github.com/cplusplus/draft/pull/590",
		"link": "https://wg21.link/edit590",
		"status": "closed"
	},
	"EDIT591": {
		"type": "editorial",
		"title": "[macros, atomic] Align placeholders",
		"long_link": "https://github.com/cplusplus/draft/pull/591",
		"link": "https://wg21.link/edit591",
		"status": "closed"
	},
	"EDIT592": {
		"type": "editorial",
		"title": "[basic.types]p2 comment in example says \"scalar\" where \"trivially copyable\" is meant",
		"long_link": "https://github.com/cplusplus/draft/issues/592",
		"link": "https://wg21.link/edit592",
		"status": "closed"
	},
	"EDIT593": {
		"type": "editorial",
		"title": "[temp] Overall definition of term \"template\"",
		"long_link": "https://github.com/cplusplus/draft/issues/593",
		"link": "https://wg21.link/edit593",
		"status": "closed"
	},
	"EDIT594": {
		"type": "editorial",
		"title": "Use of \"value\" in [expr.const]/5",
		"long_link": "https://github.com/cplusplus/draft/issues/594",
		"link": "https://wg21.link/edit594",
		"status": "closed"
	},
	"EDIT595": {
		"type": "editorial",
		"title": "Problem with application of LWG 436",
		"long_link": "https://github.com/cplusplus/draft/issues/595",
		"link": "https://wg21.link/edit595",
		"status": "closed"
	},
	"EDIT596": {
		"type": "editorial",
		"title": "[c.files] table 134 lists SCNX* macros, which do not exist",
		"long_link": "https://github.com/cplusplus/draft/issues/596",
		"link": "https://wg21.link/edit596",
		"status": "closed"
	},
	"EDIT597": {
		"type": "editorial",
		"title": "[c.files] cinttypes synopsis refers to SCNX* macros which do not exist",
		"long_link": "https://github.com/cplusplus/draft/pull/597",
		"link": "https://wg21.link/edit597",
		"status": "closed"
	},
	"EDIT598": {
		"type": "editorial",
		"title": "Lines run over the right margin",
		"long_link": "https://github.com/cplusplus/draft/issues/598",
		"link": "https://wg21.link/edit598",
		"status": "closed"
	},
	"EDIT599": {
		"type": "editorial",
		"title": "[dcl.type.cv]/6 \"program behavior\" vs \"behavior\"",
		"long_link": "https://github.com/cplusplus/draft/pull/599",
		"link": "https://wg21.link/edit599",
		"status": "closed"
	},
	"EDIT600": {
		"type": "editorial",
		"title": "[expr.const] adjust note",
		"long_link": "https://github.com/cplusplus/draft/pull/600",
		"link": "https://wg21.link/edit600",
		"status": "closed"
	},
	"EDIT601": {
		"type": "editorial",
		"title": "Making identifier label into a definition.",
		"long_link": "https://github.com/cplusplus/draft/pull/601",
		"link": "https://wg21.link/edit601",
		"status": "closed"
	},
	"EDIT602": {
		"type": "editorial",
		"title": "Adding a note about what a member subobject is",
		"long_link": "https://github.com/cplusplus/draft/pull/602",
		"link": "https://wg21.link/edit602",
		"status": "closed"
	},
	"EDIT603": {
		"type": "editorial",
		"title": "Missing closing parenthesis in [except.handle]",
		"long_link": "https://github.com/cplusplus/draft/pull/603",
		"link": "https://wg21.link/edit603",
		"status": "closed"
	},
	"EDIT604": {
		"type": "editorial",
		"title": "Remove redundant constraint in [class.static.data]",
		"long_link": "https://github.com/cplusplus/draft/pull/604",
		"link": "https://wg21.link/edit604",
		"status": "closed"
	},
	"EDIT605": {
		"type": "editorial",
		"title": "[facet.num.put.virtuals] Table 89 refers to an undefined variable and reapplies a bitwise &",
		"long_link": "https://github.com/cplusplus/draft/issues/605",
		"link": "https://wg21.link/edit605",
		"status": "closed"
	},
	"EDIT606": {
		"type": "editorial",
		"title": "Words in italics",
		"long_link": "https://github.com/cplusplus/draft/issues/606",
		"link": "https://wg21.link/edit606",
		"status": "open"
	},
	"EDIT607": {
		"type": "editorial",
		"title": "[defns.const.subexpr] Remove superfluous words",
		"long_link": "https://github.com/cplusplus/draft/pull/607",
		"link": "https://wg21.link/edit607",
		"status": "closed"
	},
	"EDIT608": {
		"type": "editorial",
		"title": "[support.types] Remove \"field\", which is not a defined term in C++",
		"long_link": "https://github.com/cplusplus/draft/pull/608",
		"link": "https://wg21.link/edit608",
		"status": "closed"
	},
	"EDIT609": {
		"type": "editorial",
		"title": "[expr.prim.lambda] Missing capture default in example 5.1.2.4",
		"long_link": "https://github.com/cplusplus/draft/issues/609",
		"link": "https://wg21.link/edit609",
		"status": "closed"
	},
	"EDIT610": {
		"type": "editorial",
		"title": "[expr.prim.lambda] Fix the capture list in code example",
		"long_link": "https://github.com/cplusplus/draft/pull/610",
		"link": "https://wg21.link/edit610",
		"status": "closed"
	},
	"EDIT611": {
		"type": "editorial",
		"title": "[terminate] Fix typo \"terminate_handleri\"",
		"long_link": "https://github.com/cplusplus/draft/pull/611",
		"link": "https://wg21.link/edit611",
		"status": "closed"
	},
	"EDIT612": {
		"type": "editorial",
		"title": "Improper usage of \"comparison operator\"",
		"long_link": "https://github.com/cplusplus/draft/issues/612",
		"link": "https://wg21.link/edit612",
		"status": "closed"
	},
	"EDIT613": {
		"type": "editorial",
		"title": "[expr.const]p7 should be closer to p3",
		"long_link": "https://github.com/cplusplus/draft/issues/613",
		"link": "https://wg21.link/edit613",
		"status": "closed"
	},
	"EDIT614": {
		"type": "editorial",
		"title": "Remove incorrect \"shall\"",
		"long_link": "https://github.com/cplusplus/draft/pull/614",
		"link": "https://wg21.link/edit614",
		"status": "closed"
	},
	"EDIT615": {
		"type": "editorial",
		"title": "[unique.ptr.runtime.ctor] Fix format",
		"long_link": "https://github.com/cplusplus/draft/pull/615",
		"link": "https://wg21.link/edit615",
		"status": "closed"
	},
	"EDIT616": {
		"type": "editorial",
		"title": "Swap effects of `basic_regex::operator=` and `assign`",
		"long_link": "https://github.com/cplusplus/draft/pull/616",
		"link": "https://wg21.link/edit616",
		"status": "closed"
	},
	"EDIT617": {
		"type": "editorial",
		"title": "Re-synchronize generated grammar.tex with grambase.tex.",
		"long_link": "https://github.com/cplusplus/draft/pull/617",
		"link": "https://wg21.link/edit617",
		"status": "closed"
	},
	"EDIT618": {
		"type": "editorial",
		"title": "Synchronize grammar for namespace-name",
		"long_link": "https://github.com/cplusplus/draft/pull/618",
		"link": "https://wg21.link/edit618",
		"status": "closed"
	},
	"EDIT619": {
		"type": "editorial",
		"title": "Uniform \"ones' complement\" and \"two's complement\"",
		"long_link": "https://github.com/cplusplus/draft/pull/619",
		"link": "https://wg21.link/edit619",
		"status": "closed"
	},
	"EDIT620": {
		"type": "editorial",
		"title": "The libreqtab4 LaTeX environment doesn't work",
		"long_link": "https://github.com/cplusplus/draft/issues/620",
		"link": "https://wg21.link/edit620",
		"status": "closed"
	},
	"EDIT621": {
		"type": "editorial",
		"title": "Index subentries for make_error_code and make_error_condition",
		"long_link": "https://github.com/cplusplus/draft/issues/621",
		"link": "https://wg21.link/edit621",
		"status": "closed"
	},
	"EDIT622": {
		"type": "editorial",
		"title": "No \\idxhdr index entry for <chrono>",
		"long_link": "https://github.com/cplusplus/draft/issues/622",
		"link": "https://wg21.link/edit622",
		"status": "closed"
	},
	"EDIT623": {
		"type": "editorial",
		"title": "Why does the size of the PDF fluctuate between 5 MB and 11 MB?",
		"long_link": "https://github.com/cplusplus/draft/issues/623",
		"link": "https://wg21.link/edit623",
		"status": "closed"
	},
	"EDIT624": {
		"type": "editorial",
		"title": "[diff.class] Fix typo \"choise\"",
		"long_link": "https://github.com/cplusplus/draft/pull/624",
		"link": "https://wg21.link/edit624",
		"status": "closed"
	},
	"EDIT625": {
		"type": "editorial",
		"title": "[conv.qual] Fix typo \"desecender\"",
		"long_link": "https://github.com/cplusplus/draft/pull/625",
		"link": "https://wg21.link/edit625",
		"status": "closed"
	},
	"EDIT626": {
		"type": "editorial",
		"title": "[futures.shared_future] Remove duplicated word \"shared\"",
		"long_link": "https://github.com/cplusplus/draft/pull/626",
		"link": "https://wg21.link/edit626",
		"status": "closed"
	},
	"EDIT627": {
		"type": "editorial",
		"title": "Delete the notionally redundant 'update' when describing actions upon ...",
		"long_link": "https://github.com/cplusplus/draft/pull/627",
		"link": "https://wg21.link/edit627",
		"status": "closed"
	},
	"EDIT628": {
		"type": "editorial",
		"title": "user-defined versus user defined",
		"long_link": "https://github.com/cplusplus/draft/issues/628",
		"link": "https://wg21.link/edit628",
		"status": "closed"
	},
	"EDIT629": {
		"type": "editorial",
		"title": "[meta.trans.other] Table 57 uses the layout for type predicates (Tables 47-49,51) instead of type transformations/queries (Tables 50,52-56)",
		"long_link": "https://github.com/cplusplus/draft/issues/629",
		"link": "https://wg21.link/edit629",
		"status": "closed"
	},
	"EDIT630": {
		"type": "editorial",
		"title": "inconsistent terminology: \"key equality\" predicate\" versus \"key equality function\"",
		"long_link": "https://github.com/cplusplus/draft/issues/630",
		"link": "https://wg21.link/edit630",
		"status": "closed"
	},
	"EDIT631": {
		"type": "editorial",
		"title": "[lex] Remove spurious whitespace",
		"long_link": "https://github.com/cplusplus/draft/pull/631",
		"link": "https://wg21.link/edit631",
		"status": "closed"
	},
	"EDIT632": {
		"type": "editorial",
		"title": "[diff] Use \\Cpp macro",
		"long_link": "https://github.com/cplusplus/draft/pull/632",
		"link": "https://wg21.link/edit632",
		"status": "closed"
	},
	"EDIT633": {
		"type": "editorial",
		"title": "Replaced \\note with \\remark and \\notes with \\remarks.",
		"long_link": "https://github.com/cplusplus/draft/pull/633",
		"link": "https://wg21.link/edit633",
		"status": "closed"
	},
	"EDIT634": {
		"type": "editorial",
		"title": "[utilities] Add some hyphenation hints for long inline expressions",
		"long_link": "https://github.com/cplusplus/draft/pull/634",
		"link": "https://wg21.link/edit634",
		"status": "closed"
	},
	"EDIT635": {
		"type": "editorial",
		"title": "Travis CI support",
		"long_link": "https://github.com/cplusplus/draft/pull/635",
		"link": "https://wg21.link/edit635",
		"status": "closed"
	},
	"EDIT636": {
		"type": "editorial",
		"title": "Improve consistency of complexity descriptions",
		"long_link": "https://github.com/cplusplus/draft/pull/636",
		"link": "https://wg21.link/edit636",
		"status": "closed"
	},
	"EDIT637": {
		"type": "editorial",
		"title": "[re.alg.match] Fix typo \"otherwis\"",
		"long_link": "https://github.com/cplusplus/draft/pull/637",
		"link": "https://wg21.link/edit637",
		"status": "closed"
	},
	"EDIT638": {
		"type": "editorial",
		"title": "[temp.variadic] Fix typo \"evalutes\"",
		"long_link": "https://github.com/cplusplus/draft/pull/638",
		"link": "https://wg21.link/edit638",
		"status": "closed"
	},
	"EDIT639": {
		"type": "editorial",
		"title": "[macros] Make \\Cpp work in PDF bookmarks again",
		"long_link": "https://github.com/cplusplus/draft/pull/639",
		"link": "https://wg21.link/edit639",
		"status": "closed"
	},
	"EDIT640": {
		"type": "editorial",
		"title": "Add missing \"*\" in example.",
		"long_link": "https://github.com/cplusplus/draft/pull/640",
		"link": "https://wg21.link/edit640",
		"status": "closed"
	},
	"EDIT641": {
		"type": "editorial",
		"title": "Fix wrong reference",
		"long_link": "https://github.com/cplusplus/draft/pull/641",
		"link": "https://wg21.link/edit641",
		"status": "closed"
	},
	"EDIT642": {
		"type": "editorial",
		"title": "[gslice.array.comp.assign] Fix missing title",
		"long_link": "https://github.com/cplusplus/draft/pull/642",
		"link": "https://wg21.link/edit642",
		"status": "closed"
	},
	"EDIT643": {
		"type": "editorial",
		"title": "[valarray.members] add missing \\end{itemdescr} and \\begin{itemdescr}",
		"long_link": "https://github.com/cplusplus/draft/pull/643",
		"link": "https://wg21.link/edit643",
		"status": "closed"
	},
	"EDIT644": {
		"type": "editorial",
		"title": "[strings] Formatting and whitespace harmonization",
		"long_link": "https://github.com/cplusplus/draft/pull/644",
		"link": "https://wg21.link/edit644",
		"status": "closed"
	},
	"EDIT645": {
		"type": "editorial",
		"title": "(may be wrong) [tuple.apply] Use existing std::invoke function rather than magic INVOKE",
		"long_link": "https://github.com/cplusplus/draft/pull/645",
		"link": "https://wg21.link/edit645",
		"status": "closed"
	},
	"EDIT646": {
		"type": "editorial",
		"title": "Move removal of bool++ from C++14 compatibility annex to C++17 annex",
		"long_link": "https://github.com/cplusplus/draft/pull/646",
		"link": "https://wg21.link/edit646",
		"status": "closed"
	},
	"EDIT647": {
		"type": "editorial",
		"title": "References to tables in Clause 28 should use \"Table\" not \"table\"",
		"long_link": "https://github.com/cplusplus/draft/issues/647",
		"link": "https://wg21.link/edit647",
		"status": "closed"
	},
	"EDIT648": {
		"type": "editorial",
		"title": "Filesystem library should be mentioned in 17.1 [library.general]",
		"long_link": "https://github.com/cplusplus/draft/issues/648",
		"link": "https://wg21.link/edit648",
		"status": "closed"
	},
	"EDIT649": {
		"type": "editorial",
		"title": "[enum.copy_options] refers to \"Filesystem library\"",
		"long_link": "https://github.com/cplusplus/draft/issues/649",
		"link": "https://wg21.link/edit649",
		"status": "closed"
	},
	"EDIT650": {
		"type": "editorial",
		"title": "[dcl.attr] Fix wrong source encoding",
		"long_link": "https://github.com/cplusplus/draft/pull/650",
		"link": "https://wg21.link/edit650",
		"status": "closed"
	},
	"EDIT651": {
		"type": "editorial",
		"title": "[dcl.init.aggr] Fix an example in extended init.",
		"long_link": "https://github.com/cplusplus/draft/pull/651",
		"link": "https://wg21.link/edit651",
		"status": "closed"
	},
	"EDIT652": {
		"type": "editorial",
		"title": "[defns.const.subexpr] Place defintition in alphabetical order",
		"long_link": "https://github.com/cplusplus/draft/pull/652",
		"link": "https://wg21.link/edit652",
		"status": "closed"
	},
	"EDIT653": {
		"type": "editorial",
		"title": "\"ith\" should be consistently formatted",
		"long_link": "https://github.com/cplusplus/draft/issues/653",
		"link": "https://wg21.link/edit653",
		"status": "closed"
	},
	"EDIT654": {
		"type": "editorial",
		"title": "[expr.new] Terminate a parenthetical",
		"long_link": "https://github.com/cplusplus/draft/pull/654",
		"link": "https://wg21.link/edit654",
		"status": "closed"
	},
	"EDIT655": {
		"type": "editorial",
		"title": "[class.conv.fct] add \\tcode{} around `*`",
		"long_link": "https://github.com/cplusplus/draft/pull/655",
		"link": "https://wg21.link/edit655",
		"status": "closed"
	},
	"EDIT656": {
		"type": "editorial",
		"title": "[expr.prim.lambda] Replace EM-SPACE(U+2003) with space(U+0020)",
		"long_link": "https://github.com/cplusplus/draft/pull/656",
		"link": "https://wg21.link/edit656",
		"status": "closed"
	},
	"EDIT657": {
		"type": "editorial",
		"title": "[class.mem] Convert nonstatic to non-static since the hyphenated use …",
		"long_link": "https://github.com/cplusplus/draft/pull/657",
		"link": "https://wg21.link/edit657",
		"status": "closed"
	},
	"EDIT658": {
		"type": "editorial",
		"title": "[class.mem, class.mfct.non-static] Convert nonstatic to non-static si…",
		"long_link": "https://github.com/cplusplus/draft/pull/658",
		"link": "https://wg21.link/edit658",
		"status": "closed"
	},
	"EDIT659": {
		"type": "editorial",
		"title": "[algorithms] Use \\Cpp macro",
		"long_link": "https://github.com/cplusplus/draft/pull/659",
		"link": "https://wg21.link/edit659",
		"status": "closed"
	},
	"EDIT660": {
		"type": "editorial",
		"title": "[inclusive.scan] Add missing template parameter.",
		"long_link": "https://github.com/cplusplus/draft/pull/660",
		"link": "https://wg21.link/edit660",
		"status": "closed"
	},
	"EDIT661": {
		"type": "editorial",
		"title": "[tools] simplify makegram",
		"long_link": "https://github.com/cplusplus/draft/pull/661",
		"link": "https://wg21.link/edit661",
		"status": "closed"
	},
	"EDIT662": {
		"type": "editorial",
		"title": "[intro.object] For object names, don't refer to 'name' grammar rule, …",
		"long_link": "https://github.com/cplusplus/draft/pull/662",
		"link": "https://wg21.link/edit662",
		"status": "closed"
	},
	"EDIT663": {
		"type": "editorial",
		"title": "[cstdint] Fix macro name patterns",
		"long_link": "https://github.com/cplusplus/draft/pull/663",
		"link": "https://wg21.link/edit663",
		"status": "closed"
	},
	"EDIT664": {
		"type": "editorial",
		"title": "Whitespace in index",
		"long_link": "https://github.com/cplusplus/draft/issues/664",
		"link": "https://wg21.link/edit664",
		"status": "closed"
	},
	"EDIT665": {
		"type": "editorial",
		"title": "Index entries for [hardware.interference]",
		"long_link": "https://github.com/cplusplus/draft/pull/665",
		"link": "https://wg21.link/edit665",
		"status": "closed"
	},
	"EDIT666": {
		"type": "editorial",
		"title": "[cpp.replace] Remove a bogus grammar term",
		"long_link": "https://github.com/cplusplus/draft/pull/666",
		"link": "https://wg21.link/edit666",
		"status": "closed"
	},
	"EDIT667": {
		"type": "editorial",
		"title": "[c.limits] Remove an incorrect note about type of constant macros",
		"long_link": "https://github.com/cplusplus/draft/pull/667",
		"link": "https://wg21.link/edit667",
		"status": "closed"
	},
	"EDIT668": {
		"type": "editorial",
		"title": "[sf.cmath] Use \\indextext and \\indexlibrary instead of \\index.",
		"long_link": "https://github.com/cplusplus/draft/pull/668",
		"link": "https://wg21.link/edit668",
		"status": "closed"
	},
	"EDIT669": {
		"type": "editorial",
		"title": "[error.reporting] references in [filesystems] should be to [fs.err.report] instead",
		"long_link": "https://github.com/cplusplus/draft/issues/669",
		"link": "https://wg21.link/edit669",
		"status": "closed"
	},
	"EDIT670": {
		"type": "editorial",
		"title": "[numerics] Use simpler table for header content",
		"long_link": "https://github.com/cplusplus/draft/pull/670",
		"link": "https://wg21.link/edit670",
		"status": "closed"
	},
	"EDIT671": {
		"type": "editorial",
		"title": "Consider changing title of [fs.err.report]",
		"long_link": "https://github.com/cplusplus/draft/issues/671",
		"link": "https://wg21.link/edit671",
		"status": "closed"
	},
	"EDIT672": {
		"type": "editorial",
		"title": "Restore links in filesystem synopses",
		"long_link": "https://github.com/cplusplus/draft/issues/672",
		"link": "https://wg21.link/edit672",
		"status": "closed"
	},
	"EDIT673": {
		"type": "editorial",
		"title": "[string.view, alg.random.sample, numerics] Use \\bigoh.",
		"long_link": "https://github.com/cplusplus/draft/pull/673",
		"link": "https://wg21.link/edit673",
		"status": "closed"
	},
	"EDIT674": {
		"type": "editorial",
		"title": "Why do we name `fail` in [iostate.flags]?",
		"long_link": "https://github.com/cplusplus/draft/issues/674",
		"link": "https://wg21.link/edit674",
		"status": "closed"
	},
	"EDIT675": {
		"type": "editorial",
		"title": "Overlong line in [new.delete.array]",
		"long_link": "https://github.com/cplusplus/draft/issues/675",
		"link": "https://wg21.link/edit675",
		"status": "closed"
	},
	"EDIT676": {
		"type": "editorial",
		"title": "Overlong line in [syserr.errcode.nonmembers]",
		"long_link": "https://github.com/cplusplus/draft/issues/676",
		"link": "https://wg21.link/edit676",
		"status": "closed"
	},
	"EDIT677": {
		"type": "editorial",
		"title": "[cpp.predefined] Use \\xname in index entry for __cplusplus.",
		"long_link": "https://github.com/cplusplus/draft/pull/677",
		"link": "https://wg21.link/edit677",
		"status": "closed"
	},
	"EDIT678": {
		"type": "editorial",
		"title": "Two index entries for ~",
		"long_link": "https://github.com/cplusplus/draft/issues/678",
		"link": "https://wg21.link/edit678",
		"status": "closed"
	},
	"EDIT679": {
		"type": "editorial",
		"title": "\"Equivalent to return foo();\" vs. \"Equivalent to foo()\".",
		"long_link": "https://github.com/cplusplus/draft/issues/679",
		"link": "https://wg21.link/edit679",
		"status": "closed"
	},
	"EDIT680": {
		"type": "editorial",
		"title": "Need Annex C entry for hexfloat ",
		"long_link": "https://github.com/cplusplus/draft/issues/680",
		"link": "https://wg21.link/edit680",
		"status": "closed"
	},
	"EDIT681": {
		"type": "editorial",
		"title": "[meta.unary.prop] add missing \\ in is_swappable.",
		"long_link": "https://github.com/cplusplus/draft/pull/681",
		"link": "https://wg21.link/edit681",
		"status": "closed"
	},
	"EDIT682": {
		"type": "editorial",
		"title": "[intseq] consolidate <utility> docs",
		"long_link": "https://github.com/cplusplus/draft/pull/682",
		"link": "https://wg21.link/edit682",
		"status": "closed"
	},
	"EDIT683": {
		"type": "editorial",
		"title": "[allocator.adaptor] consolidate memory utilities",
		"long_link": "https://github.com/cplusplus/draft/pull/683",
		"link": "https://wg21.link/edit683",
		"status": "closed"
	},
	"EDIT684": {
		"type": "editorial",
		"title": "[meta.unary.prop] Consistent formatting for 'void'",
		"long_link": "https://github.com/cplusplus/draft/pull/684",
		"link": "https://wg21.link/edit684",
		"status": "closed"
	},
	"EDIT685": {
		"type": "editorial",
		"title": "[unique.ptr.special] prefer use of common_type_t",
		"long_link": "https://github.com/cplusplus/draft/pull/685",
		"link": "https://wg21.link/edit685",
		"status": "closed"
	},
	"EDIT686": {
		"type": "editorial",
		"title": "[tuple.helper] prefer to use tuple_element_t",
		"long_link": "https://github.com/cplusplus/draft/pull/686",
		"link": "https://wg21.link/edit686",
		"status": "closed"
	},
	"EDIT687": {
		"type": "editorial",
		"title": "implementation-defined vs. implementation defined vs. impldef",
		"long_link": "https://github.com/cplusplus/draft/issues/687",
		"link": "https://wg21.link/edit687",
		"status": "closed"
	},
	"EDIT688": {
		"type": "editorial",
		"title": "Formatting of \"Type/Name(s)\" Tables is confusing",
		"long_link": "https://github.com/cplusplus/draft/issues/688",
		"link": "https://wg21.link/edit688",
		"status": "closed"
	},
	"EDIT689": {
		"type": "editorial",
		"title": "How to interpret Table 152 \"Header <cinttypes> synopsis\"?",
		"long_link": "https://github.com/cplusplus/draft/issues/689",
		"link": "https://wg21.link/edit689",
		"status": "closed"
	},
	"EDIT690": {
		"type": "editorial",
		"title": "inconsistency in library type requirements",
		"long_link": "https://github.com/cplusplus/draft/issues/690",
		"link": "https://wg21.link/edit690",
		"status": "closed"
	},
	"EDIT691": {
		"type": "editorial",
		"title": "is_swappable is damaged in [meta.unary.prop]",
		"long_link": "https://github.com/cplusplus/draft/issues/691",
		"link": "https://wg21.link/edit691",
		"status": "closed"
	},
	"EDIT692": {
		"type": "editorial",
		"title": "[tuple.cnstr] fix the position of \\end{itemdescr}",
		"long_link": "https://github.com/cplusplus/draft/pull/692",
		"link": "https://wg21.link/edit692",
		"status": "closed"
	},
	"EDIT693": {
		"type": "editorial",
		"title": "\"Underfull\" and \"Overfull\" warnings emitted from Latex.",
		"long_link": "https://github.com/cplusplus/draft/issues/693",
		"link": "https://wg21.link/edit693",
		"status": "closed"
	},
	"EDIT694": {
		"type": "editorial",
		"title": "Formatting in \"Effects: Equivalent to\" is confusing",
		"long_link": "https://github.com/cplusplus/draft/issues/694",
		"link": "https://wg21.link/edit694",
		"status": "closed"
	},
	"EDIT695": {
		"type": "editorial",
		"title": "What is \"it\" in [memory.resource.prot]/7?",
		"long_link": "https://github.com/cplusplus/draft/issues/695",
		"link": "https://wg21.link/edit695",
		"status": "closed"
	},
	"EDIT696": {
		"type": "editorial",
		"title": "cross-references needed to library types and their requirements",
		"long_link": "https://github.com/cplusplus/draft/issues/696",
		"link": "https://wg21.link/edit696",
		"status": "closed"
	},
	"EDIT697": {
		"type": "editorial",
		"title": "cross-references needed at uses of \"writable to\" in the library",
		"long_link": "https://github.com/cplusplus/draft/issues/697",
		"link": "https://wg21.link/edit697",
		"status": "closed"
	},
	"EDIT698": {
		"type": "editorial",
		"title": "Fix the definition of \"writable to\"",
		"long_link": "https://github.com/cplusplus/draft/issues/698",
		"link": "https://wg21.link/edit698",
		"status": "closed"
	},
	"EDIT699": {
		"type": "editorial",
		"title": "Reference comments missing from [memory.polymorphic.allocator.class] synopsis",
		"long_link": "https://github.com/cplusplus/draft/issues/699",
		"link": "https://wg21.link/edit699",
		"status": "closed"
	},
	"EDIT700": {
		"type": "editorial",
		"title": "[dcl.enum] This is not where layout-compatible is defined",
		"long_link": "https://github.com/cplusplus/draft/pull/700",
		"link": "https://wg21.link/edit700",
		"status": "closed"
	},
	"EDIT701": {
		"type": "editorial",
		"title": "grammar terms aren't \\grammarterm'd",
		"long_link": "https://github.com/cplusplus/draft/issues/701",
		"link": "https://wg21.link/edit701",
		"status": "closed"
	},
	"EDIT702": {
		"type": "editorial",
		"title": "cross-references to hard-coded paragraph numbers",
		"long_link": "https://github.com/cplusplus/draft/issues/702",
		"link": "https://wg21.link/edit702",
		"status": "closed"
	},
	"EDIT703": {
		"type": "editorial",
		"title": "[support.runtime] Clarify va_start requirements",
		"long_link": "https://github.com/cplusplus/draft/pull/703",
		"link": "https://wg21.link/edit703",
		"status": "closed"
	},
	"EDIT704": {
		"type": "editorial",
		"title": "[18-30] Replace typedefs with alias",
		"long_link": "https://github.com/cplusplus/draft/pull/704",
		"link": "https://wg21.link/edit704",
		"status": "closed"
	},
	"EDIT705": {
		"type": "editorial",
		"title": "[alg.random.sample] reword and add cross-reference",
		"long_link": "https://github.com/cplusplus/draft/pull/705",
		"link": "https://wg21.link/edit705",
		"status": "closed"
	},
	"EDIT706": {
		"type": "editorial",
		"title": "[algorithms] [numeric.ops] Crossref \"writable\"",
		"long_link": "https://github.com/cplusplus/draft/pull/706",
		"link": "https://wg21.link/edit706",
		"status": "closed"
	},
	"EDIT707": {
		"type": "editorial",
		"title": "\"deallocation function\" is \\term'd",
		"long_link": "https://github.com/cplusplus/draft/issues/707",
		"link": "https://wg21.link/edit707",
		"status": "closed"
	},
	"EDIT708": {
		"type": "editorial",
		"title": "Fix uses of \"value-initialize\"/\"value initialize\"",
		"long_link": "https://github.com/cplusplus/draft/issues/708",
		"link": "https://wg21.link/edit708",
		"status": "closed"
	},
	"EDIT709": {
		"type": "editorial",
		"title": "[meta.rel] New 'is_callable' entries overflow the middle cell of table",
		"long_link": "https://github.com/cplusplus/draft/issues/709",
		"link": "https://wg21.link/edit709",
		"status": "closed"
	},
	"EDIT710": {
		"type": "editorial",
		"title": "[meta.rel] Fix for for INVOKE in table 54",
		"long_link": "https://github.com/cplusplus/draft/pull/710",
		"link": "https://wg21.link/edit710",
		"status": "closed"
	},
	"EDIT711": {
		"type": "editorial",
		"title": "Add name \"high\" to locale::narrow in [category.ctype]",
		"long_link": "https://github.com/cplusplus/draft/pull/711",
		"link": "https://wg21.link/edit711",
		"status": "closed"
	},
	"EDIT712": {
		"type": "editorial",
		"title": "class.copy rules for overloading as rvalue",
		"long_link": "https://github.com/cplusplus/draft/issues/712",
		"link": "https://wg21.link/edit712",
		"status": "closed"
	},
	"EDIT713": {
		"type": "editorial",
		"title": "[compatibility] Add compatibility notices for pp-number",
		"long_link": "https://github.com/cplusplus/draft/pull/713",
		"link": "https://wg21.link/edit713",
		"status": "closed"
	},
	"EDIT714": {
		"type": "editorial",
		"title": "Fix typo and bad formatting",
		"long_link": "https://github.com/cplusplus/draft/pull/714",
		"link": "https://wg21.link/edit714",
		"status": "closed"
	},
	"EDIT715": {
		"type": "editorial",
		"title": "Incorrect section references in filesystems subclause",
		"long_link": "https://github.com/cplusplus/draft/issues/715",
		"link": "https://wg21.link/edit715",
		"status": "closed"
	},
	"EDIT716": {
		"type": "editorial",
		"title": "Clean up apparent stray HTML formatting",
		"long_link": "https://github.com/cplusplus/draft/pull/716",
		"link": "https://wg21.link/edit716",
		"status": "closed"
	},
	"EDIT717": {
		"type": "editorial",
		"title": "[ext.manip] fix typo in put_money description",
		"long_link": "https://github.com/cplusplus/draft/pull/717",
		"link": "https://wg21.link/edit717",
		"status": "closed"
	},
	"EDIT718": {
		"type": "editorial",
		"title": "Remove the semicolon in \"Returns: expr;\"",
		"long_link": "https://github.com/cplusplus/draft/pull/718",
		"link": "https://wg21.link/edit718",
		"status": "closed"
	},
	"EDIT719": {
		"type": "editorial",
		"title": "[deque.overview] deque should not reference vector",
		"long_link": "https://github.com/cplusplus/draft/pull/719",
		"link": "https://wg21.link/edit719",
		"status": "closed"
	},
	"EDIT720": {
		"type": "editorial",
		"title": "[expr.ass] What's \"the expression\"?",
		"long_link": "https://github.com/cplusplus/draft/issues/720",
		"link": "https://wg21.link/edit720",
		"status": "open"
	},
	"EDIT721": {
		"type": "editorial",
		"title": "Why value_type for ostream_iterator is void?",
		"long_link": "https://github.com/cplusplus/draft/issues/721",
		"link": "https://wg21.link/edit721",
		"status": "closed"
	},
	"EDIT722": {
		"type": "editorial",
		"title": "[class.member.lookup] 'overloading resolution' sounds odd - every oth…",
		"long_link": "https://github.com/cplusplus/draft/pull/722",
		"link": "https://wg21.link/edit722",
		"status": "closed"
	},
	"EDIT723": {
		"type": "editorial",
		"title": "[class.member.lookup] 'overloading resolution' sounds odd - every oth…",
		"long_link": "https://github.com/cplusplus/draft/pull/723",
		"link": "https://wg21.link/edit723",
		"status": "closed"
	},
	"EDIT724": {
		"type": "editorial",
		"title": "[class.abstract] The intro para seems like it should be a note - noth…",
		"long_link": "https://github.com/cplusplus/draft/pull/724",
		"link": "https://wg21.link/edit724",
		"status": "closed"
	},
	"EDIT725": {
		"type": "editorial",
		"title": "[class.virtual] This seems like it should be a note: it is the only s…",
		"long_link": "https://github.com/cplusplus/draft/pull/725",
		"link": "https://wg21.link/edit725",
		"status": "closed"
	},
	"EDIT726": {
		"type": "editorial",
		"title": "[namespace.udecl] tweak the example in para 17 so that the comment is…",
		"long_link": "https://github.com/cplusplus/draft/pull/726",
		"link": "https://wg21.link/edit726",
		"status": "closed"
	},
	"EDIT727": {
		"type": "editorial",
		"title": "Fix incorrect variable references",
		"long_link": "https://github.com/cplusplus/draft/pull/727",
		"link": "https://wg21.link/edit727",
		"status": "closed"
	},
	"EDIT728": {
		"type": "editorial",
		"title": "[util.smartptr.enab] make p6 appear in its own line",
		"long_link": "https://github.com/cplusplus/draft/pull/728",
		"link": "https://wg21.link/edit728",
		"status": "closed"
	},
	"EDIT729": {
		"type": "editorial",
		"title": "[quoted.manip] incorrect reference to basic_istream::operator>>",
		"long_link": "https://github.com/cplusplus/draft/issues/729",
		"link": "https://wg21.link/edit729",
		"status": "closed"
	},
	"EDIT730": {
		"type": "editorial",
		"title": "[fs.norm.ref]: random reference to \"MAC OS\"",
		"long_link": "https://github.com/cplusplus/draft/issues/730",
		"link": "https://wg21.link/edit730",
		"status": "closed"
	},
	"EDIT731": {
		"type": "editorial",
		"title": "[class.path]: literal missing backslash-escape",
		"long_link": "https://github.com/cplusplus/draft/issues/731",
		"link": "https://wg21.link/edit731",
		"status": "closed"
	},
	"EDIT732": {
		"type": "editorial",
		"title": "Fix other incorrect variable names in Table 28",
		"long_link": "https://github.com/cplusplus/draft/pull/732",
		"link": "https://wg21.link/edit732",
		"status": "closed"
	},
	"EDIT733": {
		"type": "editorial",
		"title": "Define \\defnnote for notes in \"Terms and definitions\"",
		"long_link": "https://github.com/cplusplus/draft/pull/733",
		"link": "https://wg21.link/edit733",
		"status": "closed"
	},
	"EDIT734": {
		"type": "editorial",
		"title": "[class.path] escape backslash in character literal",
		"long_link": "https://github.com/cplusplus/draft/pull/734",
		"link": "https://wg21.link/edit734",
		"status": "closed"
	},
	"EDIT735": {
		"type": "editorial",
		"title": "[lex.pptoken] fix term",
		"long_link": "https://github.com/cplusplus/draft/pull/735",
		"link": "https://wg21.link/edit735",
		"status": "closed"
	},
	"EDIT736": {
		"type": "editorial",
		"title": "23.2.5[unord.req]p12 refers to key_equal as a function",
		"long_link": "https://github.com/cplusplus/draft/issues/736",
		"link": "https://wg21.link/edit736",
		"status": "closed"
	},
	"EDIT737": {
		"type": "editorial",
		"title": "23.2.5[unord.req]p12 should refer to key_eq(), not key_equal()",
		"long_link": "https://github.com/cplusplus/draft/pull/737",
		"link": "https://wg21.link/edit737",
		"status": "closed"
	},
	"EDIT738": {
		"type": "editorial",
		"title": "[time.duration.comparisons] Fix index entry for duration operator<",
		"long_link": "https://github.com/cplusplus/draft/pull/738",
		"link": "https://wg21.link/edit738",
		"status": "closed"
	},
	"EDIT739": {
		"type": "editorial",
		"title": "[string.view.comparison] Fix index for basic_string_view operators",
		"long_link": "https://github.com/cplusplus/draft/pull/739",
		"link": "https://wg21.link/edit739",
		"status": "closed"
	},
	"EDIT740": {
		"type": "editorial",
		"title": "[18-28] Fix index entry for constructors",
		"long_link": "https://github.com/cplusplus/draft/pull/740",
		"link": "https://wg21.link/edit740",
		"status": "closed"
	},
	"EDIT741": {
		"type": "editorial",
		"title": "[18-27] Remove tcode from index entries",
		"long_link": "https://github.com/cplusplus/draft/pull/741",
		"link": "https://wg21.link/edit741",
		"status": "closed"
	},
	"EDIT742": {
		"type": "editorial",
		"title": "[support.runtime] Fix name of stdarg.h in index",
		"long_link": "https://github.com/cplusplus/draft/pull/742",
		"link": "https://wg21.link/edit742",
		"status": "closed"
	},
	"EDIT743": {
		"type": "editorial",
		"title": "Odd indexing for bitset::set",
		"long_link": "https://github.com/cplusplus/draft/issues/743",
		"link": "https://wg21.link/edit743",
		"status": "closed"
	},
	"EDIT744": {
		"type": "editorial",
		"title": "[bad.cast], [bad.exception] nest index entries consistently",
		"long_link": "https://github.com/cplusplus/draft/pull/744",
		"link": "https://wg21.link/edit744",
		"status": "closed"
	},
	"EDIT745": {
		"type": "editorial",
		"title": "duplicate index entries when items referenced from tables",
		"long_link": "https://github.com/cplusplus/draft/issues/745",
		"link": "https://wg21.link/edit745",
		"status": "closed"
	},
	"EDIT746": {
		"type": "editorial",
		"title": "[valarray.sub] Fix error in example code",
		"long_link": "https://github.com/cplusplus/draft/pull/746",
		"link": "https://wg21.link/edit746",
		"status": "closed"
	},
	"EDIT747": {
		"type": "editorial",
		"title": "[meta.trans.other] Reformat Other Transformations table",
		"long_link": "https://github.com/cplusplus/draft/pull/747",
		"link": "https://wg21.link/edit747",
		"status": "closed"
	},
	"EDIT748": {
		"type": "editorial",
		"title": "Exceptions classes deriving directly from std::exception should be presented consistently",
		"long_link": "https://github.com/cplusplus/draft/issues/748",
		"link": "https://wg21.link/edit748",
		"status": "open"
	},
	"EDIT749": {
		"type": "editorial",
		"title": "[namespace.udecl]/17 Fix the note and comment to better reflect that …",
		"long_link": "https://github.com/cplusplus/draft/pull/749",
		"link": "https://wg21.link/edit749",
		"status": "closed"
	},
	"EDIT750": {
		"type": "editorial",
		"title": "[18,20] Consistent indexing of simple exception types",
		"long_link": "https://github.com/cplusplus/draft/pull/750",
		"link": "https://wg21.link/edit750",
		"status": "closed"
	},
	"EDIT751": {
		"type": "editorial",
		"title": "Should the library use override, instead of virtual, in derived classes?",
		"long_link": "https://github.com/cplusplus/draft/issues/751",
		"link": "https://wg21.link/edit751",
		"status": "closed"
	},
	"EDIT752": {
		"type": "editorial",
		"title": "[basic.lookup] Fix typos",
		"long_link": "https://github.com/cplusplus/draft/pull/752",
		"link": "https://wg21.link/edit752",
		"status": "closed"
	},
	"EDIT753": {
		"type": "editorial",
		"title": "[18-20,27] Prefer to use 'override' where appropriate",
		"long_link": "https://github.com/cplusplus/draft/pull/753",
		"link": "https://wg21.link/edit753",
		"status": "closed"
	},
	"EDIT754": {
		"type": "editorial",
		"title": "[strings,containers] Add iterators to index of implemenetation define…",
		"long_link": "https://github.com/cplusplus/draft/pull/754",
		"link": "https://wg21.link/edit754",
		"status": "closed"
	},
	"EDIT755": {
		"type": "editorial",
		"title": "Readme points to an out of date web address for Defect Reports",
		"long_link": "https://github.com/cplusplus/draft/issues/755",
		"link": "https://wg21.link/edit755",
		"status": "closed"
	},
	"EDIT756": {
		"type": "editorial",
		"title": "[Readme] Fix isocpp link for DR submission",
		"long_link": "https://github.com/cplusplus/draft/pull/756",
		"link": "https://wg21.link/edit756",
		"status": "closed"
	},
	"EDIT757": {
		"type": "editorial",
		"title": "[strings] Fix spacing around commas",
		"long_link": "https://github.com/cplusplus/draft/pull/757",
		"link": "https://wg21.link/edit757",
		"status": "closed"
	},
	"EDIT758": {
		"type": "editorial",
		"title": "Remove std:: from normative wording",
		"long_link": "https://github.com/cplusplus/draft/pull/758",
		"link": "https://wg21.link/edit758",
		"status": "closed"
	},
	"EDIT759": {
		"type": "editorial",
		"title": "Latex environments",
		"long_link": "https://github.com/cplusplus/draft/pull/759",
		"link": "https://wg21.link/edit759",
		"status": "closed"
	},
	"EDIT760": {
		"type": "editorial",
		"title": "Inconsistent punctuation in Table Associative container requirements",
		"long_link": "https://github.com/cplusplus/draft/issues/760",
		"link": "https://wg21.link/edit760",
		"status": "open"
	},
	"EDIT761": {
		"type": "editorial",
		"title": "\\opt vs. \\opt{}",
		"long_link": "https://github.com/cplusplus/draft/issues/761",
		"link": "https://wg21.link/edit761",
		"status": "closed"
	},
	"EDIT762": {
		"type": "editorial",
		"title": "[impldef] Fixed index entry collation to support keys containing code",
		"long_link": "https://github.com/cplusplus/draft/pull/762",
		"link": "https://wg21.link/edit762",
		"status": "closed"
	},
	"EDIT763": {
		"type": "editorial",
		"title": "[macros,intro] Present example/note formatting better",
		"long_link": "https://github.com/cplusplus/draft/pull/763",
		"link": "https://wg21.link/edit763",
		"status": "closed"
	},
	"EDIT764": {
		"type": "editorial",
		"title": "[overloading] Make operators appear in code font",
		"long_link": "https://github.com/cplusplus/draft/pull/764",
		"link": "https://wg21.link/edit764",
		"status": "closed"
	},
	"EDIT765": {
		"type": "editorial",
		"title": "[fs.op.absolute] s/absolute_error/absolute/g;",
		"long_link": "https://github.com/cplusplus/draft/issues/765",
		"link": "https://wg21.link/edit765",
		"status": "closed"
	},
	"EDIT766": {
		"type": "editorial",
		"title": "remove counts of headers etc from [headers] and [depr.c.headers]",
		"long_link": "https://github.com/cplusplus/draft/issues/766",
		"link": "https://wg21.link/edit766",
		"status": "closed"
	},
	"EDIT767": {
		"type": "editorial",
		"title": "[diff.cpp11.special] Move to [diff.cpp14.special]",
		"long_link": "https://github.com/cplusplus/draft/pull/767",
		"link": "https://wg21.link/edit767",
		"status": "closed"
	},
	"EDIT768": {
		"type": "editorial",
		"title": "[temp.deduct.call] [temp.deduct.conv] Hyphenate top-level",
		"long_link": "https://github.com/cplusplus/draft/pull/768",
		"link": "https://wg21.link/edit768",
		"status": "closed"
	},
	"EDIT769": {
		"type": "editorial",
		"title": "Replace NULL with \"null pointer value\"",
		"long_link": "https://github.com/cplusplus/draft/pull/769",
		"link": "https://wg21.link/edit769",
		"status": "closed"
	},
	"EDIT770": {
		"type": "editorial",
		"title": "[macros] Replace cooked underscore with raw version",
		"long_link": "https://github.com/cplusplus/draft/pull/770",
		"link": "https://wg21.link/edit770",
		"status": "closed"
	},
	"EDIT771": {
		"type": "editorial",
		"title": "[utility,iterator] Apply p0174r2 deprecating vestigial library compon…",
		"long_link": "https://github.com/cplusplus/draft/pull/771",
		"link": "https://wg21.link/edit771",
		"status": "closed"
	},
	"EDIT772": {
		"type": "editorial",
		"title": "[impldef] Fixed index entry collation to support keys containing code",
		"long_link": "https://github.com/cplusplus/draft/pull/772",
		"link": "https://wg21.link/edit772",
		"status": "closed"
	},
	"EDIT773": {
		"type": "editorial",
		"title": "[utility,iterator] Apply p0174r2 deprecating vestigial library compon…",
		"long_link": "https://github.com/cplusplus/draft/pull/773",
		"link": "https://wg21.link/edit773",
		"status": "closed"
	},
	"EDIT774": {
		"type": "editorial",
		"title": "[utility,containers] Apply p0181r1, a default order",
		"long_link": "https://github.com/cplusplus/draft/pull/774",
		"link": "https://wg21.link/edit774",
		"status": "closed"
	},
	"EDIT775": {
		"type": "editorial",
		"title": "[constraints] Apply p0180r2, reserve future namespaces",
		"long_link": "https://github.com/cplusplus/draft/pull/775",
		"link": "https://wg21.link/edit775",
		"status": "closed"
	},
	"EDIT776": {
		"type": "editorial",
		"title": "P0305R1 Selection statements with initializer",
		"long_link": "https://github.com/cplusplus/draft/pull/776",
		"link": "https://wg21.link/edit776",
		"status": "closed"
	},
	"EDIT777": {
		"type": "editorial",
		"title": "P0292R2 constexpr if: a slightly different syntax",
		"long_link": "https://github.com/cplusplus/draft/pull/777",
		"link": "https://wg21.link/edit777",
		"status": "closed"
	},
	"EDIT778": {
		"type": "editorial",
		"title": "P0391R0 Introducing the term \"templated entity\"",
		"long_link": "https://github.com/cplusplus/draft/pull/778",
		"link": "https://wg21.link/edit778",
		"status": "closed"
	},
	"EDIT779": {
		"type": "editorial",
		"title": "[ratio.si] fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/779",
		"link": "https://wg21.link/edit779",
		"status": "closed"
	},
	"EDIT780": {
		"type": "editorial",
		"title": "Travis CI: Fail build if regenerated xref and grammar files don't match those in repository",
		"long_link": "https://github.com/cplusplus/draft/pull/780",
		"link": "https://wg21.link/edit780",
		"status": "closed"
	},
	"EDIT781": {
		"type": "editorial",
		"title": "\\pnums in examples and notes are ugly and confusing",
		"long_link": "https://github.com/cplusplus/draft/issues/781",
		"link": "https://wg21.link/edit781",
		"status": "closed"
	},
	"EDIT782": {
		"type": "editorial",
		"title": "[dcl.spec.auto] Add 'The' to heading",
		"long_link": "https://github.com/cplusplus/draft/pull/782",
		"link": "https://wg21.link/edit782",
		"status": "closed"
	},
	"EDIT783": {
		"type": "editorial",
		"title": "[19-26] Consistent use of _v",
		"long_link": "https://github.com/cplusplus/draft/pull/783",
		"link": "https://wg21.link/edit783",
		"status": "closed"
	},
	"EDIT784": {
		"type": "editorial",
		"title": "[cpp] Fix index text for STDCPP_DEFAULT_NEW_ALIGNMENT",
		"long_link": "https://github.com/cplusplus/draft/pull/784",
		"link": "https://wg21.link/edit784",
		"status": "closed"
	},
	"EDIT785": {
		"type": "editorial",
		"title": "Sections 18.3.2.1 and 18.3.2.3 have the same name",
		"long_link": "https://github.com/cplusplus/draft/issues/785",
		"link": "https://wg21.link/edit785",
		"status": "closed"
	},
	"EDIT786": {
		"type": "editorial",
		"title": "[stmt.if] Balance brackets and fix indentation.",
		"long_link": "https://github.com/cplusplus/draft/pull/786",
		"link": "https://wg21.link/edit786",
		"status": "closed"
	},
	"EDIT787": {
		"type": "editorial",
		"title": "\"punctuator\" grammar rule not defined",
		"long_link": "https://github.com/cplusplus/draft/issues/787",
		"link": "https://wg21.link/edit787",
		"status": "closed"
	},
	"EDIT788": {
		"type": "editorial",
		"title": "Some thoughts about C++",
		"long_link": "https://github.com/cplusplus/draft/issues/788",
		"link": "https://wg21.link/edit788",
		"status": "closed"
	},
	"EDIT789": {
		"type": "editorial",
		"title": "[diff.basic] Fix format and inexact wording",
		"long_link": "https://github.com/cplusplus/draft/pull/789",
		"link": "https://wg21.link/edit789",
		"status": "closed"
	},
	"EDIT790": {
		"type": "editorial",
		"title": "[gram] Change \"syntax\" to \"grammar\".",
		"long_link": "https://github.com/cplusplus/draft/pull/790",
		"link": "https://wg21.link/edit790",
		"status": "closed"
	},
	"EDIT791": {
		"type": "editorial",
		"title": "[valarray.members] add valarray index entry for named member functions",
		"long_link": "https://github.com/cplusplus/draft/pull/791",
		"link": "https://wg21.link/edit791",
		"status": "closed"
	},
	"EDIT792": {
		"type": "editorial",
		"title": "\"pre:\" and \"post:\" in container requirements tables",
		"long_link": "https://github.com/cplusplus/draft/issues/792",
		"link": "https://wg21.link/edit792",
		"status": "closed"
	},
	"EDIT793": {
		"type": "editorial",
		"title": "Inconsistent wording in [new.delete.single] and [new.delete.array]",
		"long_link": "https://github.com/cplusplus/draft/issues/793",
		"link": "https://wg21.link/edit793",
		"status": "closed"
	},
	"EDIT794": {
		"type": "editorial",
		"title": "Stable names in 20.11 are too long",
		"long_link": "https://github.com/cplusplus/draft/issues/794",
		"link": "https://wg21.link/edit794",
		"status": "closed"
	},
	"EDIT795": {
		"type": "editorial",
		"title": "[diagnostics] Make system_error synopsis more consistent",
		"long_link": "https://github.com/cplusplus/draft/pull/795",
		"link": "https://wg21.link/edit795",
		"status": "closed"
	},
	"EDIT796": {
		"type": "editorial",
		"title": "[list.ops] p12 has Effects in the Requires paragraph",
		"long_link": "https://github.com/cplusplus/draft/issues/796",
		"link": "https://wg21.link/edit796",
		"status": "closed"
	},
	"EDIT797": {
		"type": "editorial",
		"title": "[alg.random.sample] has period in middle of sentence",
		"long_link": "https://github.com/cplusplus/draft/issues/797",
		"link": "https://wg21.link/edit797",
		"status": "closed"
	},
	"EDIT798": {
		"type": "editorial",
		"title": "Inconsistent formatting of cv-qualified",
		"long_link": "https://github.com/cplusplus/draft/issues/798",
		"link": "https://wg21.link/edit798",
		"status": "closed"
	},
	"EDIT799": {
		"type": "editorial",
		"title": "[LaTeX] Simplify index entries for class members",
		"long_link": "https://github.com/cplusplus/draft/issues/799",
		"link": "https://wg21.link/edit799",
		"status": "closed"
	},
	"EDIT800": {
		"type": "editorial",
		"title": "Missing index entries for operator!=",
		"long_link": "https://github.com/cplusplus/draft/issues/800",
		"link": "https://wg21.link/edit800",
		"status": "closed"
	},
	"EDIT801": {
		"type": "editorial",
		"title": "Stable name [util.smartptr.weakptr] is awful",
		"long_link": "https://github.com/cplusplus/draft/issues/801",
		"link": "https://wg21.link/edit801",
		"status": "closed"
	},
	"EDIT802": {
		"type": "editorial",
		"title": "[lib] How to format sectioning comments in synopsis",
		"long_link": "https://github.com/cplusplus/draft/issues/802",
		"link": "https://wg21.link/edit802",
		"status": "closed"
	},
	"EDIT803": {
		"type": "editorial",
		"title": "[input.output] Remove obsolete, commented out content",
		"long_link": "https://github.com/cplusplus/draft/pull/803",
		"link": "https://wg21.link/edit803",
		"status": "closed"
	},
	"EDIT804": {
		"type": "editorial",
		"title": "[class.union] Fix typo.",
		"long_link": "https://github.com/cplusplus/draft/pull/804",
		"link": "https://wg21.link/edit804",
		"status": "closed"
	},
	"EDIT805": {
		"type": "editorial",
		"title": "\"// see below\" vs @\\seebelow@",
		"long_link": "https://github.com/cplusplus/draft/issues/805",
		"link": "https://wg21.link/edit805",
		"status": "closed"
	},
	"EDIT806": {
		"type": "editorial",
		"title": "Improve cross references",
		"long_link": "https://github.com/cplusplus/draft/pull/806",
		"link": "https://wg21.link/edit806",
		"status": "closed"
	},
	"EDIT807": {
		"type": "editorial",
		"title": "Make universal-character-name \\grammarterm'd",
		"long_link": "https://github.com/cplusplus/draft/pull/807",
		"link": "https://wg21.link/edit807",
		"status": "closed"
	},
	"EDIT808": {
		"type": "editorial",
		"title": "[valarray.members] Fix up index entries for named valarray member functions",
		"long_link": "https://github.com/cplusplus/draft/pull/808",
		"link": "https://wg21.link/edit808",
		"status": "closed"
	},
	"EDIT809": {
		"type": "editorial",
		"title": "[input.output,strings,utilities] Don't format informative 'see below' as code",
		"long_link": "https://github.com/cplusplus/draft/pull/809",
		"link": "https://wg21.link/edit809",
		"status": "closed"
	},
	"EDIT810": {
		"type": "editorial",
		"title": "[variant.visit] Remove superfluous colon.",
		"long_link": "https://github.com/cplusplus/draft/pull/810",
		"link": "https://wg21.link/edit810",
		"status": "closed"
	},
	"EDIT811": {
		"type": "editorial",
		"title": "[variant.visit] Add missing std:: qualification on uses of std::forward.",
		"long_link": "https://github.com/cplusplus/draft/pull/811",
		"link": "https://wg21.link/edit811",
		"status": "closed"
	},
	"EDIT812": {
		"type": "editorial",
		"title": "[/tools] Delete vestigial support files",
		"long_link": "https://github.com/cplusplus/draft/pull/812",
		"link": "https://wg21.link/edit812",
		"status": "closed"
	},
	"EDIT813": {
		"type": "editorial",
		"title": "make_any",
		"long_link": "https://github.com/cplusplus/draft/issues/813",
		"link": "https://wg21.link/edit813",
		"status": "closed"
	},
	"EDIT814": {
		"type": "editorial",
		"title": "[ﬁlesystems] add missing parens",
		"long_link": "https://github.com/cplusplus/draft/pull/814",
		"link": "https://wg21.link/edit814",
		"status": "closed"
	},
	"EDIT815": {
		"type": "editorial",
		"title": "filesystem: Bad mixing of effects in Returns element",
		"long_link": "https://github.com/cplusplus/draft/issues/815",
		"link": "https://wg21.link/edit815",
		"status": "closed"
	},
	"EDIT816": {
		"type": "editorial",
		"title": "[gram] Use 'extract' package for grammar summary",
		"long_link": "https://github.com/cplusplus/draft/pull/816",
		"link": "https://wg21.link/edit816",
		"status": "closed"
	},
	"EDIT817": {
		"type": "editorial",
		"title": "[macros,gram] Simplify definition of non-copying grammar environments",
		"long_link": "https://github.com/cplusplus/draft/pull/817",
		"link": "https://wg21.link/edit817",
		"status": "closed"
	},
	"EDIT818": {
		"type": "editorial",
		"title": "[locale.codecvt.virtuals] Use \\range and \\crange for ranges",
		"long_link": "https://github.com/cplusplus/draft/pull/818",
		"link": "https://wg21.link/edit818",
		"status": "closed"
	},
	"EDIT819": {
		"type": "editorial",
		"title": "[func.default.traits] remove crossref to [unord]",
		"long_link": "https://github.com/cplusplus/draft/pull/819",
		"link": "https://wg21.link/edit819",
		"status": "closed"
	},
	"EDIT820": {
		"type": "editorial",
		"title": "[clause 27] Index all member functions in clause 27",
		"long_link": "https://github.com/cplusplus/draft/pull/820",
		"link": "https://wg21.link/edit820",
		"status": "closed"
	},
	"EDIT821": {
		"type": "editorial",
		"title": "\\pnums in effects/returns/etc. are confusing",
		"long_link": "https://github.com/cplusplus/draft/issues/821",
		"link": "https://wg21.link/edit821",
		"status": "open"
	},
	"EDIT822": {
		"type": "editorial",
		"title": "[variant.assign] consider converting \"If an exception is thrown\" sentences in Remarks: clauses into bulleted lists",
		"long_link": "https://github.com/cplusplus/draft/issues/822",
		"link": "https://wg21.link/edit822",
		"status": "closed"
	},
	"EDIT823": {
		"type": "editorial",
		"title": "[support] clean up index for clause 18",
		"long_link": "https://github.com/cplusplus/draft/pull/823",
		"link": "https://wg21.link/edit823",
		"status": "closed"
	},
	"EDIT824": {
		"type": "editorial",
		"title": "consistently render, or omit, labels for tables",
		"long_link": "https://github.com/cplusplus/draft/issues/824",
		"link": "https://wg21.link/edit824",
		"status": "closed"
	},
	"EDIT825": {
		"type": "editorial",
		"title": "\"constexpr constructor\" and \"constexpr function\" are defined terms and should not be formatted in code font",
		"long_link": "https://github.com/cplusplus/draft/issues/825",
		"link": "https://wg21.link/edit825",
		"status": "closed"
	},
	"EDIT826": {
		"type": "editorial",
		"title": "[futures.overview] and [futures.async] use sloppy terminology for launch bitmask",
		"long_link": "https://github.com/cplusplus/draft/issues/826",
		"link": "https://wg21.link/edit826",
		"status": "closed"
	},
	"EDIT827": {
		"type": "editorial",
		"title": "[future.async]p3 use neither/nor",
		"long_link": "https://github.com/cplusplus/draft/pull/827",
		"link": "https://wg21.link/edit827",
		"status": "closed"
	},
	"EDIT828": {
		"type": "editorial",
		"title": "[path.type.cvt] remove redundant word",
		"long_link": "https://github.com/cplusplus/draft/pull/828",
		"link": "https://wg21.link/edit828",
		"status": "closed"
	},
	"EDIT829": {
		"type": "editorial",
		"title": "[diagnostics] audit index entries for clause 19",
		"long_link": "https://github.com/cplusplus/draft/pull/829",
		"link": "https://wg21.link/edit829",
		"status": "closed"
	},
	"EDIT830": {
		"type": "editorial",
		"title": "Update the reference to the C standard in intro.scope",
		"long_link": "https://github.com/cplusplus/draft/pull/830",
		"link": "https://wg21.link/edit830",
		"status": "closed"
	},
	"EDIT831": {
		"type": "editorial",
		"title": "[reverse.iter.ops] Sync and simplify several reverse_iterator member function prototype declarations",
		"long_link": "https://github.com/cplusplus/draft/issues/831",
		"link": "https://wg21.link/edit831",
		"status": "closed"
	},
	"EDIT832": {
		"type": "editorial",
		"title": "Add back function lvalues to [dcl.init.ref]/5.2.1.2",
		"long_link": "https://github.com/cplusplus/draft/pull/832",
		"link": "https://wg21.link/edit832",
		"status": "closed"
	},
	"EDIT833": {
		"type": "editorial",
		"title": "[Editorial] Typo <memory_resorce>",
		"long_link": "https://github.com/cplusplus/draft/pull/833",
		"link": "https://wg21.link/edit833",
		"status": "closed"
	},
	"EDIT834": {
		"type": "editorial",
		"title": "[impldef] Collate index correctly",
		"long_link": "https://github.com/cplusplus/draft/pull/834",
		"link": "https://wg21.link/edit834",
		"status": "closed"
	},
	"EDIT835": {
		"type": "editorial",
		"title": "[18,19] Add and use new indexlibrarymember macro",
		"long_link": "https://github.com/cplusplus/draft/pull/835",
		"link": "https://wg21.link/edit835",
		"status": "closed"
	},
	"EDIT836": {
		"type": "editorial",
		"title": "[hardware.interference] prefer itemdecl to codeblock",
		"long_link": "https://github.com/cplusplus/draft/pull/836",
		"link": "https://wg21.link/edit836",
		"status": "closed"
	},
	"EDIT837": {
		"type": "editorial",
		"title": "Use new macro \\indexlibrarymember to simplify the library index",
		"long_link": "https://github.com/cplusplus/draft/pull/837",
		"link": "https://wg21.link/edit837",
		"status": "closed"
	},
	"EDIT838": {
		"type": "editorial",
		"title": "Fix formatting in [dcl.init.ref]/4.2",
		"long_link": "https://github.com/cplusplus/draft/pull/838",
		"link": "https://wg21.link/edit838",
		"status": "closed"
	},
	"EDIT839": {
		"type": "editorial",
		"title": "Add constexpr to optional::value_or(U&&) &&",
		"long_link": "https://github.com/cplusplus/draft/pull/839",
		"link": "https://wg21.link/edit839",
		"status": "closed"
	},
	"EDIT840": {
		"type": "editorial",
		"title": "[language.support] review library indexing of clause 18",
		"long_link": "https://github.com/cplusplus/draft/pull/840",
		"link": "https://wg21.link/edit840",
		"status": "closed"
	},
	"EDIT841": {
		"type": "editorial",
		"title": "[support,utilities] More uses of \\indexlibrarymember",
		"long_link": "https://github.com/cplusplus/draft/pull/841",
		"link": "https://wg21.link/edit841",
		"status": "closed"
	},
	"EDIT842": {
		"type": "editorial",
		"title": "23.1.1 Node handles [container.node] in the wrong place?",
		"long_link": "https://github.com/cplusplus/draft/issues/842",
		"link": "https://wg21.link/edit842",
		"status": "closed"
	},
	"EDIT843": {
		"type": "editorial",
		"title": "[cstdint, cinttypes.syn] Reorganize <cstdint> presentation",
		"long_link": "https://github.com/cplusplus/draft/pull/843",
		"link": "https://wg21.link/edit843",
		"status": "open"
	},
	"EDIT844": {
		"type": "editorial",
		"title": "Incorrect underline character in the title of [util.smartptr.getdeleter]",
		"long_link": "https://github.com/cplusplus/draft/issues/844",
		"link": "https://wg21.link/edit844",
		"status": "closed"
	},
	"EDIT845": {
		"type": "editorial",
		"title": "[temp.deduct.call] Avoid line wrap in long comment.",
		"long_link": "https://github.com/cplusplus/draft/pull/845",
		"link": "https://wg21.link/edit845",
		"status": "closed"
	},
	"EDIT846": {
		"type": "editorial",
		"title": "[path.generic.obs] Escape backslash in string literal in example.",
		"long_link": "https://github.com/cplusplus/draft/pull/846",
		"link": "https://wg21.link/edit846",
		"status": "closed"
	},
	"EDIT847": {
		"type": "editorial",
		"title": "[file_status.obs] Remove stray \\begin{itemdecl}.",
		"long_link": "https://github.com/cplusplus/draft/pull/847",
		"link": "https://wg21.link/edit847",
		"status": "closed"
	},
	"EDIT848": {
		"type": "editorial",
		"title": "[numeric.ops.gcd] Don't format \"that\" as code in note.",
		"long_link": "https://github.com/cplusplus/draft/pull/848",
		"link": "https://wg21.link/edit848",
		"status": "closed"
	},
	"EDIT849": {
		"type": "editorial",
		"title": "[stmt.dcl]/4 Thread-safe statics \"deadlock\" footnote causing confusion.",
		"long_link": "https://github.com/cplusplus/draft/issues/849",
		"link": "https://wg21.link/edit849",
		"status": "closed"
	},
	"EDIT850": {
		"type": "editorial",
		"title": "[container.node] Move sub-clause to after [sequence.reqmts]",
		"long_link": "https://github.com/cplusplus/draft/pull/850",
		"link": "https://wg21.link/edit850",
		"status": "closed"
	},
	"EDIT851": {
		"type": "editorial",
		"title": "[atomics.order] Remove redundant typedef-name for memory_order",
		"long_link": "https://github.com/cplusplus/draft/pull/851",
		"link": "https://wg21.link/edit851",
		"status": "closed"
	},
	"EDIT852": {
		"type": "editorial",
		"title": "[basic, memory, time] Use \\impldef consistently.",
		"long_link": "https://github.com/cplusplus/draft/pull/852",
		"link": "https://wg21.link/edit852",
		"status": "closed"
	},
	"EDIT853": {
		"type": "editorial",
		"title": "[intro.progress] Add missing impldef index entry for concurrent forward progress guarantees provided by threads of execution.",
		"long_link": "https://github.com/cplusplus/draft/pull/853",
		"link": "https://wg21.link/edit853",
		"status": "closed"
	},
	"EDIT854": {
		"type": "editorial",
		"title": "[basic.life] Fix modal verb",
		"long_link": "https://github.com/cplusplus/draft/pull/854",
		"link": "https://wg21.link/edit854",
		"status": "closed"
	},
	"EDIT855": {
		"type": "editorial",
		"title": "[utilities] review of library index",
		"long_link": "https://github.com/cplusplus/draft/pull/855",
		"link": "https://wg21.link/edit855",
		"status": "closed"
	},
	"EDIT856": {
		"type": "editorial",
		"title": "[language.support] review of library index",
		"long_link": "https://github.com/cplusplus/draft/pull/856",
		"link": "https://wg21.link/edit856",
		"status": "closed"
	},
	"EDIT857": {
		"type": "editorial",
		"title": "[diagnostics] review of library index",
		"long_link": "https://github.com/cplusplus/draft/pull/857",
		"link": "https://wg21.link/edit857",
		"status": "closed"
	},
	"EDIT858": {
		"type": "editorial",
		"title": "[strings] review of library index",
		"long_link": "https://github.com/cplusplus/draft/pull/858",
		"link": "https://wg21.link/edit858",
		"status": "closed"
	},
	"EDIT859": {
		"type": "editorial",
		"title": "[iterators] review of library index",
		"long_link": "https://github.com/cplusplus/draft/pull/859",
		"link": "https://wg21.link/edit859",
		"status": "closed"
	},
	"EDIT860": {
		"type": "editorial",
		"title": "[numerics] review of library index",
		"long_link": "https://github.com/cplusplus/draft/pull/860",
		"link": "https://wg21.link/edit860",
		"status": "closed"
	},
	"EDIT861": {
		"type": "editorial",
		"title": "Review of library index entries",
		"long_link": "https://github.com/cplusplus/draft/pull/861",
		"link": "https://wg21.link/edit861",
		"status": "closed"
	},
	"EDIT862": {
		"type": "editorial",
		"title": "Remaining reference to <cstring> in 20.10.1 [memory.general]",
		"long_link": "https://github.com/cplusplus/draft/issues/862",
		"link": "https://wg21.link/edit862",
		"status": "closed"
	},
	"EDIT863": {
		"type": "editorial",
		"title": "[special, strings, localization, numerics] Add missing trailing periods in footnotes",
		"long_link": "https://github.com/cplusplus/draft/pull/863",
		"link": "https://wg21.link/edit863",
		"status": "closed"
	},
	"EDIT864": {
		"type": "editorial",
		"title": "[re.tokiter.incr] Add missing \\pnum for \"Returns:\" element.",
		"long_link": "https://github.com/cplusplus/draft/pull/864",
		"link": "https://wg21.link/edit864",
		"status": "closed"
	},
	"EDIT865": {
		"type": "editorial",
		"title": "[re.traits] Remove excessive parentheses in \"Returns:\" element.",
		"long_link": "https://github.com/cplusplus/draft/pull/865",
		"link": "https://wg21.link/edit865",
		"status": "closed"
	},
	"EDIT866": {
		"type": "editorial",
		"title": "[re.syn] Synchronize regex_constants type declarations with those in [re.const].",
		"long_link": "https://github.com/cplusplus/draft/pull/866",
		"link": "https://wg21.link/edit866",
		"status": "closed"
	},
	"EDIT867": {
		"type": "editorial",
		"title": "[re.traits] Remove excessive newlines from codeblocks.",
		"long_link": "https://github.com/cplusplus/draft/pull/867",
		"link": "https://wg21.link/edit867",
		"status": "closed"
	},
	"EDIT868": {
		"type": "editorial",
		"title": "[cpp.predefined] Make description for __cplusplus non-redundant and consistent with rest.",
		"long_link": "https://github.com/cplusplus/draft/pull/868",
		"link": "https://wg21.link/edit868",
		"status": "closed"
	},
	"EDIT869": {
		"type": "editorial",
		"title": "[depr.{i,o}strstream.cons] Remove stray parentheses.",
		"long_link": "https://github.com/cplusplus/draft/pull/869",
		"link": "https://wg21.link/edit869",
		"status": "closed"
	},
	"EDIT870": {
		"type": "editorial",
		"title": "[dcl.attr.deprecated, depr.ostream.members] Fix trailing whitespace in \\tcode.",
		"long_link": "https://github.com/cplusplus/draft/pull/870",
		"link": "https://wg21.link/edit870",
		"status": "closed"
	},
	"EDIT871": {
		"type": "editorial",
		"title": "[depr.strstream.dest] Move rdbuf() to [depr.strstream.oper].",
		"long_link": "https://github.com/cplusplus/draft/pull/871",
		"link": "https://wg21.link/edit871",
		"status": "closed"
	},
	"EDIT872": {
		"type": "editorial",
		"title": "Replace 0 with nullptr or 'null pointer value'.",
		"long_link": "https://github.com/cplusplus/draft/pull/872",
		"link": "https://wg21.link/edit872",
		"status": "closed"
	},
	"EDIT873": {
		"type": "editorial",
		"title": "[meta.unary.cat] Use core term non-union class type",
		"long_link": "https://github.com/cplusplus/draft/pull/873",
		"link": "https://wg21.link/edit873",
		"status": "closed"
	},
	"EDIT874": {
		"type": "editorial",
		"title": "fix incorrect use of \\idxhdr",
		"long_link": "https://github.com/cplusplus/draft/pull/874",
		"link": "https://wg21.link/edit874",
		"status": "closed"
	},
	"EDIT875": {
		"type": "editorial",
		"title": "[depr.strstreambuf.cons] Remove stray period in footnote.",
		"long_link": "https://github.com/cplusplus/draft/pull/875",
		"link": "https://wg21.link/edit875",
		"status": "closed"
	},
	"EDIT876": {
		"type": "editorial",
		"title": "[depr.strstreambuf.cons] Don't use an itemdecl and index entry for a mere use of setg.",
		"long_link": "https://github.com/cplusplus/draft/pull/876",
		"link": "https://wg21.link/edit876",
		"status": "closed"
	},
	"EDIT877": {
		"type": "editorial",
		"title": "[depr.strstreambuf.virtuals] Fix typo: (unsigned char*)gnext -> (unsigned char)*gnext.",
		"long_link": "https://github.com/cplusplus/draft/pull/877",
		"link": "https://wg21.link/edit877",
		"status": "closed"
	},
	"EDIT878": {
		"type": "editorial",
		"title": "[depr.istrstream.cons] Add missing constructor.",
		"long_link": "https://github.com/cplusplus/draft/pull/878",
		"link": "https://wg21.link/edit878",
		"status": "closed"
	},
	"EDIT879": {
		"type": "editorial",
		"title": "[input.output] Review library index for clause 27",
		"long_link": "https://github.com/cplusplus/draft/pull/879",
		"link": "https://wg21.link/edit879",
		"status": "closed"
	},
	"EDIT880": {
		"type": "editorial",
		"title": "operator< for error_condition in wrong(?) place",
		"long_link": "https://github.com/cplusplus/draft/issues/880",
		"link": "https://wg21.link/edit880",
		"status": "closed"
	},
	"EDIT881": {
		"type": "editorial",
		"title": "[system_error.syn] [syserr.compare] Declare all nonmembers in the synopsis",
		"long_link": "https://github.com/cplusplus/draft/pull/881",
		"link": "https://wg21.link/edit881",
		"status": "closed"
	},
	"EDIT882": {
		"type": "editorial",
		"title": "[temp.deduct.call] Don't nest paragraphs inside eachother.",
		"long_link": "https://github.com/cplusplus/draft/pull/882",
		"link": "https://wg21.link/edit882",
		"status": "closed"
	},
	"EDIT883": {
		"type": "editorial",
		"title": "[depr] Reviewed index for Anndex D",
		"long_link": "https://github.com/cplusplus/draft/pull/883",
		"link": "https://wg21.link/edit883",
		"status": "closed"
	},
	"EDIT884": {
		"type": "editorial",
		"title": "Remove redundant `this->` in library specification",
		"long_link": "https://github.com/cplusplus/draft/pull/884",
		"link": "https://wg21.link/edit884",
		"status": "closed"
	},
	"EDIT885": {
		"type": "editorial",
		"title": "[thread.thread.id] Consistently use an lvalue reference for operator<<'s first parameter.",
		"long_link": "https://github.com/cplusplus/draft/pull/885",
		"link": "https://wg21.link/edit885",
		"status": "closed"
	},
	"EDIT886": {
		"type": "editorial",
		"title": "g/special math functions/s//mathematical special functions/",
		"long_link": "https://github.com/cplusplus/draft/pull/886",
		"link": "https://wg21.link/edit886",
		"status": "closed"
	},
	"EDIT887": {
		"type": "editorial",
		"title": "[container.requirements.general] Use proper environment for note.",
		"long_link": "https://github.com/cplusplus/draft/pull/887",
		"link": "https://wg21.link/edit887",
		"status": "closed"
	},
	"EDIT888": {
		"type": "editorial",
		"title": "[associative.reqmts] Add missing line break.",
		"long_link": "https://github.com/cplusplus/draft/pull/888",
		"link": "https://wg21.link/edit888",
		"status": "closed"
	},
	"EDIT889": {
		"type": "editorial",
		"title": "[futures.promise] Make swapping std::promises consistently noexcept.",
		"long_link": "https://github.com/cplusplus/draft/pull/889",
		"link": "https://wg21.link/edit889",
		"status": "closed"
	},
	"EDIT890": {
		"type": "editorial",
		"title": "[cstdlib.syn] Add missing extern-C/C++ overloads for at_exit, at_quick_exit",
		"long_link": "https://github.com/cplusplus/draft/pull/890",
		"link": "https://wg21.link/edit890",
		"status": "closed"
	},
	"EDIT891": {
		"type": "editorial",
		"title": "Editorial review of Clause 27 [input.output]",
		"long_link": "https://github.com/cplusplus/draft/pull/891",
		"link": "https://wg21.link/edit891",
		"status": "closed"
	},
	"EDIT892": {
		"type": "editorial",
		"title": "Use 'if and only if' for conditions that are sufficient as well as necessary.",
		"long_link": "https://github.com/cplusplus/draft/pull/892",
		"link": "https://wg21.link/edit892",
		"status": "closed"
	},
	"EDIT893": {
		"type": "editorial",
		"title": "[depr.func.adaptor.typedefs] Clarify that reference_wrapper does not define argument_type for non-nullary member function pointer types.",
		"long_link": "https://github.com/cplusplus/draft/pull/893",
		"link": "https://wg21.link/edit893",
		"status": "closed"
	},
	"EDIT894": {
		"type": "editorial",
		"title": "Remove imports for unused packages: verbatim, fixme, and booktabs.",
		"long_link": "https://github.com/cplusplus/draft/pull/894",
		"link": "https://wg21.link/edit894",
		"status": "closed"
	},
	"EDIT895": {
		"type": "editorial",
		"title": "[util.smartptr.getdeleter] Remove broken 'std:' qualification on addressof.",
		"long_link": "https://github.com/cplusplus/draft/pull/895",
		"link": "https://wg21.link/edit895",
		"status": "closed"
	},
	"EDIT896": {
		"type": "editorial",
		"title": "[set.cons, multiset.cons] Specify correct constructed type and add missing \\tcode.",
		"long_link": "https://github.com/cplusplus/draft/pull/896",
		"link": "https://wg21.link/edit896",
		"status": "closed"
	},
	"EDIT897": {
		"type": "editorial",
		"title": "[temp.over.link] replace \"file\" with \"translation unit\", add space after //",
		"long_link": "https://github.com/cplusplus/draft/pull/897",
		"link": "https://wg21.link/edit897",
		"status": "closed"
	},
	"EDIT898": {
		"type": "editorial",
		"title": "[expr.call]p1 Use a more idiomatic way to specify the expression has undefined behavior",
		"long_link": "https://github.com/cplusplus/draft/pull/898",
		"link": "https://wg21.link/edit898",
		"status": "closed"
	},
	"EDIT899": {
		"type": "editorial",
		"title": "[whole standard] Audit index of implementation-defined behavior",
		"long_link": "https://github.com/cplusplus/draft/pull/899",
		"link": "https://wg21.link/edit899",
		"status": "closed"
	},
	"EDIT900": {
		"type": "editorial",
		"title": "[depr, exception.syn] Consistently move deprecated decls to Annex D",
		"long_link": "https://github.com/cplusplus/draft/pull/900",
		"link": "https://wg21.link/edit900",
		"status": "closed"
	},
	"EDIT901": {
		"type": "editorial",
		"title": "[thread] Index review clause 30",
		"long_link": "https://github.com/cplusplus/draft/pull/901",
		"link": "https://wg21.link/edit901",
		"status": "closed"
	},
	"EDIT902": {
		"type": "editorial",
		"title": "[lex.phases] Index and xref raw string literels",
		"long_link": "https://github.com/cplusplus/draft/pull/902",
		"link": "https://wg21.link/edit902",
		"status": "closed"
	},
	"EDIT903": {
		"type": "editorial",
		"title": "chmod 644 source/{containers,lib-intro}.tex",
		"long_link": "https://github.com/cplusplus/draft/pull/903",
		"link": "https://wg21.link/edit903",
		"status": "closed"
	},
	"EDIT904": {
		"type": "editorial",
		"title": "What is the meaning of 'section' in the standard?",
		"long_link": "https://github.com/cplusplus/draft/issues/904",
		"link": "https://wg21.link/edit904",
		"status": "closed"
	},
	"EDIT905": {
		"type": "editorial",
		"title": "type traits do not show in the index of library names",
		"long_link": "https://github.com/cplusplus/draft/issues/905",
		"link": "https://wg21.link/edit905",
		"status": "closed"
	},
	"EDIT906": {
		"type": "editorial",
		"title": "[intro.progress] fix typo: guaranteees -> guarantees",
		"long_link": "https://github.com/cplusplus/draft/pull/906",
		"link": "https://wg21.link/edit906",
		"status": "closed"
	},
	"EDIT907": {
		"type": "editorial",
		"title": "[class.local, facet.num.{get,put}.virtuals, temp.expl.spec] Remove stray whitespace.",
		"long_link": "https://github.com/cplusplus/draft/pull/907",
		"link": "https://wg21.link/edit907",
		"status": "closed"
	},
	"EDIT908": {
		"type": "editorial",
		"title": "[facet.num.put.virtuals] Fix grammar: determining -> determine.",
		"long_link": "https://github.com/cplusplus/draft/pull/908",
		"link": "https://wg21.link/edit908",
		"status": "closed"
	},
	"EDIT909": {
		"type": "editorial",
		"title": "[function.objects] Use formal Returns: clause for std functors",
		"long_link": "https://github.com/cplusplus/draft/pull/909",
		"link": "https://wg21.link/edit909",
		"status": "closed"
	},
	"EDIT910": {
		"type": "editorial",
		"title": "[optional.object.ctor] remove redundant <T>",
		"long_link": "https://github.com/cplusplus/draft/pull/910",
		"link": "https://wg21.link/edit910",
		"status": "closed"
	},
	"EDIT911": {
		"type": "editorial",
		"title": "[ostream.inserters] vs [istream::extractors] and [alg.any_of] vs [alg.nth.element]",
		"long_link": "https://github.com/cplusplus/draft/issues/911",
		"link": "https://wg21.link/edit911",
		"status": "closed"
	},
	"EDIT912": {
		"type": "editorial",
		"title": "[input.iterators] Fix formatting of parentheses and p.",
		"long_link": "https://github.com/cplusplus/draft/pull/912",
		"link": "https://wg21.link/edit912",
		"status": "closed"
	},
	"EDIT913": {
		"type": "editorial",
		"title": "Small typo in [any.modifiers]/2",
		"long_link": "https://github.com/cplusplus/draft/issues/913",
		"link": "https://wg21.link/edit913",
		"status": "closed"
	},
	"EDIT914": {
		"type": "editorial",
		"title": "[any.nonmembers]/3 is missing a parameter name",
		"long_link": "https://github.com/cplusplus/draft/issues/914",
		"link": "https://wg21.link/edit914",
		"status": "closed"
	},
	"EDIT915": {
		"type": "editorial",
		"title": "[expr.prim.paren] Clarify that parentheses preserve all value categories, not just lvalueness.",
		"long_link": "https://github.com/cplusplus/draft/pull/915",
		"link": "https://wg21.link/edit915",
		"status": "closed"
	},
	"EDIT916": {
		"type": "editorial",
		"title": "[time.duration.nonmember] is missing formatting",
		"long_link": "https://github.com/cplusplus/draft/issues/916",
		"link": "https://wg21.link/edit916",
		"status": "open"
	},
	"EDIT917": {
		"type": "editorial",
		"title": "[dcl.type.auto.deduct] Use void() instead of the ill-formed void{}.",
		"long_link": "https://github.com/cplusplus/draft/pull/917",
		"link": "https://wg21.link/edit917",
		"status": "closed"
	},
	"EDIT918": {
		"type": "editorial",
		"title": "[thread.once] should have the call_once class defintion",
		"long_link": "https://github.com/cplusplus/draft/issues/918",
		"link": "https://wg21.link/edit918",
		"status": "closed"
	},
	"EDIT919": {
		"type": "editorial",
		"title": "Typo in specification of merge for associative containers",
		"long_link": "https://github.com/cplusplus/draft/issues/919",
		"link": "https://wg21.link/edit919",
		"status": "closed"
	},
	"EDIT920": {
		"type": "editorial",
		"title": "[thread.once] Move struct once_flag defintion into corresponding subc…",
		"long_link": "https://github.com/cplusplus/draft/pull/920",
		"link": "https://wg21.link/edit920",
		"status": "closed"
	},
	"EDIT921": {
		"type": "editorial",
		"title": "[thread.lock.shared] Apply conventional indent to shared_lock class d…",
		"long_link": "https://github.com/cplusplus/draft/pull/921",
		"link": "https://wg21.link/edit921",
		"status": "closed"
	},
	"EDIT922": {
		"type": "editorial",
		"title": "[meta] Add index entries for each type trait",
		"long_link": "https://github.com/cplusplus/draft/pull/922",
		"link": "https://wg21.link/edit922",
		"status": "closed"
	},
	"EDIT923": {
		"type": "editorial",
		"title": "[class.base.init] Remove stray indentation in codeblock.",
		"long_link": "https://github.com/cplusplus/draft/pull/923",
		"link": "https://wg21.link/edit923",
		"status": "closed"
	},
	"EDIT924": {
		"type": "editorial",
		"title": "[new.delete.array] Add missing [].",
		"long_link": "https://github.com/cplusplus/draft/pull/924",
		"link": "https://wg21.link/edit924",
		"status": "closed"
	},
	"EDIT925": {
		"type": "editorial",
		"title": "[inner.product] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/925",
		"link": "https://wg21.link/edit925",
		"status": "closed"
	},
	"EDIT926": {
		"type": "editorial",
		"title": "[iterator.iterators] Remove unmatched parenthesis, formatting",
		"long_link": "https://github.com/cplusplus/draft/pull/926",
		"link": "https://wg21.link/edit926",
		"status": "closed"
	},
	"EDIT927": {
		"type": "editorial",
		"title": "[stmt.return] Change 'void' to 'cv void'",
		"long_link": "https://github.com/cplusplus/draft/pull/927",
		"link": "https://wg21.link/edit927",
		"status": "closed"
	},
	"EDIT928": {
		"type": "editorial",
		"title": "Reword implementation-defined nature of <> and \"\" for #include",
		"long_link": "https://github.com/cplusplus/draft/issues/928",
		"link": "https://wg21.link/edit928",
		"status": "open"
	},
	"EDIT929": {
		"type": "editorial",
		"title": "[dcl.type.simple] consistent indexing of type specifiers",
		"long_link": "https://github.com/cplusplus/draft/pull/929",
		"link": "https://wg21.link/edit929",
		"status": "closed"
	},
	"EDIT930": {
		"type": "editorial",
		"title": "[diff.cpp14.special] Clarify example comment",
		"long_link": "https://github.com/cplusplus/draft/pull/930",
		"link": "https://wg21.link/edit930",
		"status": "closed"
	},
	"EDIT931": {
		"type": "editorial",
		"title": "[basic.link] consistent indexing of 'translation unit'",
		"long_link": "https://github.com/cplusplus/draft/pull/931",
		"link": "https://wg21.link/edit931",
		"status": "closed"
	},
	"EDIT932": {
		"type": "editorial",
		"title": "[lex.literal] consistent indexing of prefix and suffix",
		"long_link": "https://github.com/cplusplus/draft/pull/932",
		"link": "https://wg21.link/edit932",
		"status": "closed"
	},
	"EDIT933": {
		"type": "editorial",
		"title": "[index] consistent indexing of name hiding",
		"long_link": "https://github.com/cplusplus/draft/pull/933",
		"link": "https://wg21.link/edit933",
		"status": "closed"
	},
	"EDIT934": {
		"type": "editorial",
		"title": "Consistently use the stdlib designations defined in [intro.refs]/2 and [library.general]/1.",
		"long_link": "https://github.com/cplusplus/draft/pull/934",
		"link": "https://wg21.link/edit934",
		"status": "closed"
	},
	"EDIT935": {
		"type": "editorial",
		"title": "[time.syn] Format whitespace more consistently with the rest of the WD",
		"long_link": "https://github.com/cplusplus/draft/pull/935",
		"link": "https://wg21.link/edit935",
		"status": "closed"
	},
	"EDIT936": {
		"type": "editorial",
		"title": "[time.duration.nonmember] Add missing \\tcode",
		"long_link": "https://github.com/cplusplus/draft/pull/936",
		"link": "https://wg21.link/edit936",
		"status": "closed"
	},
	"EDIT937": {
		"type": "editorial",
		"title": "NB US-91 (C++17 CD): [algorithm][numeric] Specify all parallel algorithms",
		"long_link": "https://github.com/cplusplus/draft/pull/937",
		"link": "https://wg21.link/edit937",
		"status": "closed"
	},
	"EDIT938": {
		"type": "editorial",
		"title": "Index entry for DECAY_COPY not formatted",
		"long_link": "https://github.com/cplusplus/draft/issues/938",
		"link": "https://wg21.link/edit938",
		"status": "closed"
	},
	"EDIT939": {
		"type": "editorial",
		"title": "Index entry for terminate has argument list",
		"long_link": "https://github.com/cplusplus/draft/issues/939",
		"link": "https://wg21.link/edit939",
		"status": "closed"
	},
	"EDIT940": {
		"type": "editorial",
		"title": "Not all headers are indexed in the main index.",
		"long_link": "https://github.com/cplusplus/draft/issues/940",
		"link": "https://wg21.link/edit940",
		"status": "closed"
	},
	"EDIT941": {
		"type": "editorial",
		"title": "[extern.names] Use \\tcode when referring to namespace std.",
		"long_link": "https://github.com/cplusplus/draft/pull/941",
		"link": "https://wg21.link/edit941",
		"status": "closed"
	},
	"EDIT942": {
		"type": "editorial",
		"title": "[class, class.derived, special] Write space in 'access control' consistently in index keys.",
		"long_link": "https://github.com/cplusplus/draft/pull/942",
		"link": "https://wg21.link/edit942",
		"status": "closed"
	},
	"EDIT943": {
		"type": "editorial",
		"title": "Fix lots of see/seealso references, especially regarding operators.",
		"long_link": "https://github.com/cplusplus/draft/pull/943",
		"link": "https://wg21.link/edit943",
		"status": "closed"
	},
	"EDIT944": {
		"type": "editorial",
		"title": "[basic.def.odr] brittle and broken count of bullets in normative text",
		"long_link": "https://github.com/cplusplus/draft/issues/944",
		"link": "https://wg21.link/edit944",
		"status": "closed"
	},
	"EDIT945": {
		"type": "editorial",
		"title": "[basic.def.odr] dangling reference to 7.1.2 for \"inline\"",
		"long_link": "https://github.com/cplusplus/draft/issues/945",
		"link": "https://wg21.link/edit945",
		"status": "closed"
	},
	"EDIT946": {
		"type": "editorial",
		"title": "generated pdf doesn't contain hyperlinks for grammer terms.",
		"long_link": "https://github.com/cplusplus/draft/issues/946",
		"link": "https://wg21.link/edit946",
		"status": "closed"
	},
	"EDIT947": {
		"type": "editorial",
		"title": "[expr.reinterpret.cast] Fix indentation artifact by adding missing % after \\indextext.",
		"long_link": "https://github.com/cplusplus/draft/pull/947",
		"link": "https://wg21.link/edit947",
		"status": "closed"
	},
	"EDIT948": {
		"type": "editorial",
		"title": "[basic, stmt, dcl.dcl] Move surrounding punctuation out of \\grammarterm arguments.",
		"long_link": "https://github.com/cplusplus/draft/pull/948",
		"link": "https://wg21.link/edit948",
		"status": "closed"
	},
	"EDIT949": {
		"type": "editorial",
		"title": "[basic, class.this, algorithms] Remove parentheses after \"see\".",
		"long_link": "https://github.com/cplusplus/draft/pull/949",
		"link": "https://wg21.link/edit949",
		"status": "closed"
	},
	"EDIT950": {
		"type": "editorial",
		"title": "[class.conv.fct] Add missing 'the'.",
		"long_link": "https://github.com/cplusplus/draft/pull/950",
		"link": "https://wg21.link/edit950",
		"status": "closed"
	},
	"EDIT951": {
		"type": "editorial",
		"title": "[optional.nullopt] Add missing 'the'.",
		"long_link": "https://github.com/cplusplus/draft/pull/951",
		"link": "https://wg21.link/edit951",
		"status": "closed"
	},
	"EDIT952": {
		"type": "editorial",
		"title": "Subhead with no [stable.tag]",
		"long_link": "https://github.com/cplusplus/draft/issues/952",
		"link": "https://wg21.link/edit952",
		"status": "closed"
	},
	"EDIT953": {
		"type": "editorial",
		"title": "Inconsistency in [expr.ass] and [intro.execution]",
		"long_link": "https://github.com/cplusplus/draft/issues/953",
		"link": "https://wg21.link/edit953",
		"status": "closed"
	},
	"EDIT954": {
		"type": "editorial",
		"title": "[stmt.stmt] condition contains brace-or-equal",
		"long_link": "https://github.com/cplusplus/draft/pull/954",
		"link": "https://wg21.link/edit954",
		"status": "closed"
	},
	"EDIT955": {
		"type": "editorial",
		"title": "[streambuf.virt.put] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/955",
		"link": "https://wg21.link/edit955",
		"status": "closed"
	},
	"EDIT956": {
		"type": "editorial",
		"title": "[temp.alias, rand.dist.pois.exp] Fix typos",
		"long_link": "https://github.com/cplusplus/draft/pull/956",
		"link": "https://wg21.link/edit956",
		"status": "closed"
	},
	"EDIT957": {
		"type": "editorial",
		"title": "Special math functions editorial issues found by Matwey V. Kornilov f…",
		"long_link": "https://github.com/cplusplus/draft/pull/957",
		"link": "https://wg21.link/edit957",
		"status": "closed"
	},
	"EDIT958": {
		"type": "editorial",
		"title": "[whole standard] fix typos (#647)",
		"long_link": "https://github.com/cplusplus/draft/pull/958",
		"link": "https://wg21.link/edit958",
		"status": "closed"
	},
	"EDIT959": {
		"type": "editorial",
		"title": "[syntax] Use a different example",
		"long_link": "https://github.com/cplusplus/draft/pull/959",
		"link": "https://wg21.link/edit959",
		"status": "closed"
	},
	"EDIT960": {
		"type": "editorial",
		"title": "[stmt.iter] Remove superfluous and incorrect note",
		"long_link": "https://github.com/cplusplus/draft/pull/960",
		"link": "https://wg21.link/edit960",
		"status": "closed"
	},
	"EDIT961": {
		"type": "editorial",
		"title": "[iterator.synopsis] Add specialization specified in [iterator.traits]/3",
		"long_link": "https://github.com/cplusplus/draft/pull/961",
		"link": "https://wg21.link/edit961",
		"status": "closed"
	},
	"EDIT962": {
		"type": "editorial",
		"title": "[iterator.range]/1 List <string_view>, specified in [string.view.synop]/1",
		"long_link": "https://github.com/cplusplus/draft/pull/962",
		"link": "https://wg21.link/edit962",
		"status": "closed"
	},
	"EDIT963": {
		"type": "editorial",
		"title": "<string_view> is missing from the list of headers in  [iterator.range]/1:",
		"long_link": "https://github.com/cplusplus/draft/issues/963",
		"link": "https://wg21.link/edit963",
		"status": "closed"
	},
	"EDIT964": {
		"type": "editorial",
		"title": "Example in [temp.variadic] attached to wrong paragraph",
		"long_link": "https://github.com/cplusplus/draft/issues/964",
		"link": "https://wg21.link/edit964",
		"status": "closed"
	},
	"EDIT965": {
		"type": "editorial",
		"title": "References to \"member subobject\" and \"base class subobject\" on [intro.object]/2 in italics",
		"long_link": "https://github.com/cplusplus/draft/issues/965",
		"link": "https://wg21.link/edit965",
		"status": "open"
	},
	"EDIT966": {
		"type": "editorial",
		"title": "Behaviour of `std::pmr::memory_resource::do_allocate()` is ambiguous",
		"long_link": "https://github.com/cplusplus/draft/issues/966",
		"link": "https://wg21.link/edit966",
		"status": "closed"
	},
	"EDIT967": {
		"type": "editorial",
		"title": "[string.view.io] Update Effects: with P0254R2 changes",
		"long_link": "https://github.com/cplusplus/draft/pull/967",
		"link": "https://wg21.link/edit967",
		"status": "closed"
	},
	"EDIT968": {
		"type": "editorial",
		"title": "[associative.reqmts] Fully qualify 'mapped_type'",
		"long_link": "https://github.com/cplusplus/draft/pull/968",
		"link": "https://wg21.link/edit968",
		"status": "closed"
	},
	"EDIT969": {
		"type": "editorial",
		"title": "[associative.reqmts, unord.req] insert_return_type only for unique keys",
		"long_link": "https://github.com/cplusplus/draft/pull/969",
		"link": "https://wg21.link/edit969",
		"status": "closed"
	},
	"EDIT970": {
		"type": "editorial",
		"title": "Add index entries for ones' and two's complements",
		"long_link": "https://github.com/cplusplus/draft/pull/970",
		"link": "https://wg21.link/edit970",
		"status": "closed"
	},
	"EDIT971": {
		"type": "editorial",
		"title": "OK, error, ambiguous consistency of comments in examples.",
		"long_link": "https://github.com/cplusplus/draft/pull/971",
		"link": "https://wg21.link/edit971",
		"status": "closed"
	},
	"EDIT972": {
		"type": "editorial",
		"title": "Editorial: execpol.vec was renamed to unsequenced",
		"long_link": "https://github.com/cplusplus/draft/pull/972",
		"link": "https://wg21.link/edit972",
		"status": "closed"
	},
	"EDIT973": {
		"type": "editorial",
		"title": "After applying CWG1860, replace \"anonymous union\" and \"anonymous union member\" with \"anonymous union object\" where relevant",
		"long_link": "https://github.com/cplusplus/draft/issues/973",
		"link": "https://wg21.link/edit973",
		"status": "open"
	},
	"EDIT974": {
		"type": "editorial",
		"title": "Unify the wording style of saying \"T in Types\"",
		"long_link": "https://github.com/cplusplus/draft/issues/974",
		"link": "https://wg21.link/edit974",
		"status": "open"
	},
	"EDIT975": {
		"type": "editorial",
		"title": "iostream.tex wrong index ref in comment of stringstream synopsis (ed)",
		"long_link": "https://github.com/cplusplus/draft/issues/975",
		"link": "https://wg21.link/edit975",
		"status": "closed"
	},
	"EDIT976": {
		"type": "editorial",
		"title": "Editorial: remove '+' from title",
		"long_link": "https://github.com/cplusplus/draft/pull/976",
		"link": "https://wg21.link/edit976",
		"status": "closed"
	},
	"EDIT977": {
		"type": "editorial",
		"title": "[whole draft] Use \\tcode{true} and \\tcode{false} consistently",
		"long_link": "https://github.com/cplusplus/draft/pull/977",
		"link": "https://wg21.link/edit977",
		"status": "closed"
	},
	"EDIT978": {
		"type": "editorial",
		"title": "[iostreams] Refer to int values as nonzero instead of true",
		"long_link": "https://github.com/cplusplus/draft/pull/978",
		"link": "https://wg21.link/edit978",
		"status": "closed"
	},
	"EDIT979": {
		"type": "editorial",
		"title": "Use decay_t<> rather than typename decay<>::type.",
		"long_link": "https://github.com/cplusplus/draft/pull/979",
		"link": "https://wg21.link/edit979",
		"status": "closed"
	},
	"EDIT980": {
		"type": "editorial",
		"title": "Use \\term and \\defnx more correctly and consistently",
		"long_link": "https://github.com/cplusplus/draft/pull/980",
		"link": "https://wg21.link/edit980",
		"status": "closed"
	},
	"EDIT981": {
		"type": "editorial",
		"title": "NB GB-11 (C++17 CD): [intro.memory] add a footnote referencing CHAR_BIT",
		"long_link": "https://github.com/cplusplus/draft/pull/981",
		"link": "https://wg21.link/edit981",
		"status": "closed"
	},
	"EDIT982": {
		"type": "editorial",
		"title": "NB GB-32 (C++17 CD): [defns.additional] make this clause a note in [d…",
		"long_link": "https://github.com/cplusplus/draft/pull/982",
		"link": "https://wg21.link/edit982",
		"status": "closed"
	},
	"EDIT983": {
		"type": "editorial",
		"title": "NB GB-33 (C++17 CD): [objects.within.classes] change external behavio…",
		"long_link": "https://github.com/cplusplus/draft/pull/983",
		"link": "https://wg21.link/edit983",
		"status": "closed"
	},
	"EDIT984": {
		"type": "editorial",
		"title": "P0435R1 \"Resolving LWG Issues re common_type\" + misc cleanups",
		"long_link": "https://github.com/cplusplus/draft/pull/984",
		"link": "https://wg21.link/edit984",
		"status": "closed"
	},
	"EDIT985": {
		"type": "editorial",
		"title": "[dcl.init] don't mention expresion where braced-init-list may appear",
		"long_link": "https://github.com/cplusplus/draft/pull/985",
		"link": "https://wg21.link/edit985",
		"status": "closed"
	},
	"EDIT986": {
		"type": "editorial",
		"title": "Updated required package list.",
		"long_link": "https://github.com/cplusplus/draft/pull/986",
		"link": "https://wg21.link/edit986",
		"status": "closed"
	},
	"EDIT987": {
		"type": "editorial",
		"title": "[class.dtor] add paragraph number",
		"long_link": "https://github.com/cplusplus/draft/pull/987",
		"link": "https://wg21.link/edit987",
		"status": "closed"
	},
	"EDIT988": {
		"type": "editorial",
		"title": "NB GB-48 (C++17 CD): [parallel.execpol.objects] simplify stable tag",
		"long_link": "https://github.com/cplusplus/draft/pull/988",
		"link": "https://wg21.link/edit988",
		"status": "closed"
	},
	"EDIT989": {
		"type": "editorial",
		"title": "NB GB-29 (C++17 CD): [intro.defs] move block and unblock definitions",
		"long_link": "https://github.com/cplusplus/draft/pull/989",
		"link": "https://wg21.link/edit989",
		"status": "closed"
	},
	"EDIT990": {
		"type": "editorial",
		"title": "[intro.races] remove redundant constraint on modification order",
		"long_link": "https://github.com/cplusplus/draft/pull/990",
		"link": "https://wg21.link/edit990",
		"status": "closed"
	},
	"EDIT991": {
		"type": "editorial",
		"title": "NB GB-8 (C++17 CD): [intro.object] clearer definition for complete ob…",
		"long_link": "https://github.com/cplusplus/draft/pull/991",
		"link": "https://wg21.link/edit991",
		"status": "closed"
	},
	"EDIT992": {
		"type": "editorial",
		"title": "Added wording for partial ordering of template template parameters and arguments (P0522R0).",
		"long_link": "https://github.com/cplusplus/draft/pull/992",
		"link": "https://wg21.link/edit992",
		"status": "closed"
	},
	"EDIT993": {
		"type": "editorial",
		"title": "[alg.reverse] use ValueSwappable instead of swappable requirement",
		"long_link": "https://github.com/cplusplus/draft/pull/993",
		"link": "https://wg21.link/edit993",
		"status": "closed"
	},
	"EDIT994": {
		"type": "editorial",
		"title": "[string.capacity] improve max_size() description by copying from string_view",
		"long_link": "https://github.com/cplusplus/draft/pull/994",
		"link": "https://wg21.link/edit994",
		"status": "closed"
	},
	"EDIT995": {
		"type": "editorial",
		"title": "Tidy referenceable definition",
		"long_link": "https://github.com/cplusplus/draft/pull/995",
		"link": "https://wg21.link/edit995",
		"status": "closed"
	},
	"EDIT996": {
		"type": "editorial",
		"title": "[expr.reinterpret.cast]: requirement redundant with static_cast: make it into a note",
		"long_link": "https://github.com/cplusplus/draft/pull/996",
		"link": "https://wg21.link/edit996",
		"status": "closed"
	},
	"EDIT997": {
		"type": "editorial",
		"title": "NB JP-21 (C++17 CD): [algorithms] Order elements consistently",
		"long_link": "https://github.com/cplusplus/draft/pull/997",
		"link": "https://wg21.link/edit997",
		"status": "closed"
	},
	"EDIT998": {
		"type": "editorial",
		"title": "[string::compare] replace smallest by smaller",
		"long_link": "https://github.com/cplusplus/draft/pull/998",
		"link": "https://wg21.link/edit998",
		"status": "closed"
	},
	"EDIT999": {
		"type": "editorial",
		"title": "[string.classes] replace :: in stable names with .",
		"long_link": "https://github.com/cplusplus/draft/pull/999",
		"link": "https://wg21.link/edit999",
		"status": "closed"
	},
	"EDIT1000": {
		"type": "editorial",
		"title": "[lib] Make Remark: and Postcondition: plural",
		"long_link": "https://github.com/cplusplus/draft/pull/1000",
		"link": "https://wg21.link/edit1000",
		"status": "closed"
	},
	"EDIT1001": {
		"type": "editorial",
		"title": "[istream.extractors] rename stable name from istream::extractors",
		"long_link": "https://github.com/cplusplus/draft/pull/1001",
		"link": "https://wg21.link/edit1001",
		"status": "closed"
	},
	"EDIT1002": {
		"type": "editorial",
		"title": "Improve synopsis presentation for function pointers with different language linkages",
		"long_link": "https://github.com/cplusplus/draft/issues/1002",
		"link": "https://wg21.link/edit1002",
		"status": "closed"
	},
	"EDIT1003": {
		"type": "editorial",
		"title": "[intro.multithread] add 'std' to standard library names",
		"long_link": "https://github.com/cplusplus/draft/pull/1003",
		"link": "https://wg21.link/edit1003",
		"status": "closed"
	},
	"EDIT1004": {
		"type": "editorial",
		"title": "[diff.cpp11.lex] fix example for digit separators",
		"long_link": "https://github.com/cplusplus/draft/pull/1004",
		"link": "https://wg21.link/edit1004",
		"status": "closed"
	},
	"EDIT1005": {
		"type": "editorial",
		"title": "[func.bind.bind] fix intro sentence for local definitions",
		"long_link": "https://github.com/cplusplus/draft/pull/1005",
		"link": "https://wg21.link/edit1005",
		"status": "closed"
	},
	"EDIT1006": {
		"type": "editorial",
		"title": "Clean up C.5",
		"long_link": "https://github.com/cplusplus/draft/issues/1006",
		"link": "https://wg21.link/edit1006",
		"status": "closed"
	},
	"EDIT1007": {
		"type": "editorial",
		"title": "[dcl.init] clarify invocation of list-initialization for '= braced-init-list'",
		"long_link": "https://github.com/cplusplus/draft/pull/1007",
		"link": "https://wg21.link/edit1007",
		"status": "closed"
	},
	"EDIT1008": {
		"type": "editorial",
		"title": "[lib] modernize closing template brackets",
		"long_link": "https://github.com/cplusplus/draft/pull/1008",
		"link": "https://wg21.link/edit1008",
		"status": "closed"
	},
	"EDIT1009": {
		"type": "editorial",
		"title": "[numeric.limits.members] replace IEC 559 by ISO/IEC/IEEE 60559",
		"long_link": "https://github.com/cplusplus/draft/pull/1009",
		"link": "https://wg21.link/edit1009",
		"status": "closed"
	},
	"EDIT1010": {
		"type": "editorial",
		"title": "[facet.num.get.virtuals] Clarify 'fails to convert' for empty sequence",
		"long_link": "https://github.com/cplusplus/draft/pull/1010",
		"link": "https://wg21.link/edit1010",
		"status": "closed"
	},
	"EDIT1011": {
		"type": "editorial",
		"title": "[class.ctor] split into numbered paragraphs",
		"long_link": "https://github.com/cplusplus/draft/pull/1011",
		"link": "https://wg21.link/edit1011",
		"status": "closed"
	},
	"EDIT1012": {
		"type": "editorial",
		"title": "[containers] 'const iterator' should be 'constant iterator'",
		"long_link": "https://github.com/cplusplus/draft/pull/1012",
		"link": "https://wg21.link/edit1012",
		"status": "closed"
	},
	"EDIT1013": {
		"type": "editorial",
		"title": "[over.match] 'underlying type' for a reference is undefined",
		"long_link": "https://github.com/cplusplus/draft/pull/1013",
		"link": "https://wg21.link/edit1013",
		"status": "closed"
	},
	"EDIT1014": {
		"type": "editorial",
		"title": "[any,thread] Whitespace for template parameter packs",
		"long_link": "https://github.com/cplusplus/draft/pull/1014",
		"link": "https://wg21.link/edit1014",
		"status": "closed"
	},
	"EDIT1015": {
		"type": "editorial",
		"title": "[expr.rel] Complete the definition of 'compares greater than'",
		"long_link": "https://github.com/cplusplus/draft/pull/1015",
		"link": "https://wg21.link/edit1015",
		"status": "closed"
	},
	"EDIT1016": {
		"type": "editorial",
		"title": "[dcl.type.simple] Add decltype(auto) to the table giving meaning to",
		"long_link": "https://github.com/cplusplus/draft/pull/1016",
		"link": "https://wg21.link/edit1016",
		"status": "closed"
	},
	"EDIT1017": {
		"type": "editorial",
		"title": "Subnormal instead of denormal",
		"long_link": "https://github.com/cplusplus/draft/issues/1017",
		"link": "https://wg21.link/edit1017",
		"status": "closed"
	},
	"EDIT1018": {
		"type": "editorial",
		"title": "[vector.bool] Excise use of undefined term 'conversion operator'",
		"long_link": "https://github.com/cplusplus/draft/pull/1018",
		"link": "https://wg21.link/edit1018",
		"status": "closed"
	},
	"EDIT1019": {
		"type": "editorial",
		"title": "[diff.cpp03.input.output] \"explicit\" should be in code font",
		"long_link": "https://github.com/cplusplus/draft/issues/1019",
		"link": "https://wg21.link/edit1019",
		"status": "closed"
	},
	"EDIT1020": {
		"type": "editorial",
		"title": "[intro.execution] Adjust example to new rules for sequencing of",
		"long_link": "https://github.com/cplusplus/draft/pull/1020",
		"link": "https://wg21.link/edit1020",
		"status": "closed"
	},
	"EDIT1021": {
		"type": "editorial",
		"title": "[atomics] Fix standard-layout requirement for atomic types",
		"long_link": "https://github.com/cplusplus/draft/pull/1021",
		"link": "https://wg21.link/edit1021",
		"status": "closed"
	},
	"EDIT1022": {
		"type": "editorial",
		"title": "Ensure PDF files are not compared with text-based diff",
		"long_link": "https://github.com/cplusplus/draft/pull/1022",
		"link": "https://wg21.link/edit1022",
		"status": "closed"
	},
	"EDIT1023": {
		"type": "editorial",
		"title": "[type.descriptions.general] Remove reference to undefined library concepts.",
		"long_link": "https://github.com/cplusplus/draft/pull/1023",
		"link": "https://wg21.link/edit1023",
		"status": "closed"
	},
	"EDIT1024": {
		"type": "editorial",
		"title": "[expr.dynamic.cast] Remove redundant specification of value category",
		"long_link": "https://github.com/cplusplus/draft/pull/1024",
		"link": "https://wg21.link/edit1024",
		"status": "closed"
	},
	"EDIT1025": {
		"type": "editorial",
		"title": "Harmonize formatting of 'cv-qualified'",
		"long_link": "https://github.com/cplusplus/draft/pull/1025",
		"link": "https://wg21.link/edit1025",
		"status": "closed"
	},
	"EDIT1026": {
		"type": "editorial",
		"title": "[namespace.udecl] Remove stray newline in grammar production",
		"long_link": "https://github.com/cplusplus/draft/pull/1026",
		"link": "https://wg21.link/edit1026",
		"status": "closed"
	},
	"EDIT1027": {
		"type": "editorial",
		"title": "[basic.type.qualifier] add const-qualified / volatile-qualified to the index",
		"long_link": "https://github.com/cplusplus/draft/issues/1027",
		"link": "https://wg21.link/edit1027",
		"status": "closed"
	},
	"EDIT1028": {
		"type": "editorial",
		"title": "[expr.const] Avoid 'value' of a glvalue in definition of",
		"long_link": "https://github.com/cplusplus/draft/pull/1028",
		"link": "https://wg21.link/edit1028",
		"status": "closed"
	},
	"EDIT1029": {
		"type": "editorial",
		"title": "[string.require] Add note that traits::char_type is the same as",
		"long_link": "https://github.com/cplusplus/draft/pull/1029",
		"link": "https://wg21.link/edit1029",
		"status": "closed"
	},
	"EDIT1030": {
		"type": "editorial",
		"title": "[intro.scope, namespace.udecl, temp.deduct.type] Avoid \"and so\"",
		"long_link": "https://github.com/cplusplus/draft/pull/1030",
		"link": "https://wg21.link/edit1030",
		"status": "closed"
	},
	"EDIT1031": {
		"type": "editorial",
		"title": " [fpos.operations] Unclear assertions in requirements table",
		"long_link": "https://github.com/cplusplus/draft/issues/1031",
		"link": "https://wg21.link/edit1031",
		"status": "closed"
	},
	"EDIT1032": {
		"type": "editorial",
		"title": "[tables] Formatting of \"Effects:\", \"pre:\" and \"post:\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1032",
		"link": "https://wg21.link/edit1032",
		"status": "closed"
	},
	"EDIT1033": {
		"type": "editorial",
		"title": "[index] Using \"type!POD\" vs. \"POD type\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1033",
		"link": "https://wg21.link/edit1033",
		"status": "open"
	},
	"EDIT1034": {
		"type": "editorial",
		"title": "[containers] Consistent semicolons in tables",
		"long_link": "https://github.com/cplusplus/draft/pull/1034",
		"link": "https://wg21.link/edit1034",
		"status": "closed"
	},
	"EDIT1035": {
		"type": "editorial",
		"title": "[whole standard] Add a space before \\begin{example}",
		"long_link": "https://github.com/cplusplus/draft/pull/1035",
		"link": "https://wg21.link/edit1035",
		"status": "closed"
	},
	"EDIT1036": {
		"type": "editorial",
		"title": "Late 15 (C++17 CD): [path.gen] Simplify and clarify specification of lexically_relative",
		"long_link": "https://github.com/cplusplus/draft/pull/1036",
		"link": "https://wg21.link/edit1036",
		"status": "closed"
	},
	"EDIT1037": {
		"type": "editorial",
		"title": "[containers] Fix typos",
		"long_link": "https://github.com/cplusplus/draft/pull/1037",
		"link": "https://wg21.link/edit1037",
		"status": "closed"
	},
	"EDIT1038": {
		"type": "editorial",
		"title": "[atomics] Clean up indexing of atomics clause",
		"long_link": "https://github.com/cplusplus/draft/pull/1038",
		"link": "https://wg21.link/edit1038",
		"status": "closed"
	},
	"EDIT1039": {
		"type": "editorial",
		"title": "[lex.ext] Add hyphen in index entry for user-defined literals",
		"long_link": "https://github.com/cplusplus/draft/pull/1039",
		"link": "https://wg21.link/edit1039",
		"status": "closed"
	},
	"EDIT1040": {
		"type": "editorial",
		"title": "Replace 'sub-clause' by 'subclause'",
		"long_link": "https://github.com/cplusplus/draft/pull/1040",
		"link": "https://wg21.link/edit1040",
		"status": "closed"
	},
	"EDIT1041": {
		"type": "editorial",
		"title": "[meta] add cross-references to 'referenceable type'",
		"long_link": "https://github.com/cplusplus/draft/pull/1041",
		"link": "https://wg21.link/edit1041",
		"status": "closed"
	},
	"EDIT1042": {
		"type": "editorial",
		"title": "Change 'result is undefined' to 'has undefined behavior'",
		"long_link": "https://github.com/cplusplus/draft/pull/1042",
		"link": "https://wg21.link/edit1042",
		"status": "closed"
	},
	"EDIT1043": {
		"type": "editorial",
		"title": "[dcl.align] Avoid 'shall' for a requirement on the implementation",
		"long_link": "https://github.com/cplusplus/draft/pull/1043",
		"link": "https://wg21.link/edit1043",
		"status": "closed"
	},
	"EDIT1044": {
		"type": "editorial",
		"title": "[container.requirements.general] Remove redundant Requires",
		"long_link": "https://github.com/cplusplus/draft/pull/1044",
		"link": "https://wg21.link/edit1044",
		"status": "closed"
	},
	"EDIT1045": {
		"type": "editorial",
		"title": "[cpp.replace] Delete obsolete footnote",
		"long_link": "https://github.com/cplusplus/draft/pull/1045",
		"link": "https://wg21.link/edit1045",
		"status": "closed"
	},
	"EDIT1046": {
		"type": "editorial",
		"title": "[clause 21] Index cstd header synopses",
		"long_link": "https://github.com/cplusplus/draft/pull/1046",
		"link": "https://wg21.link/edit1046",
		"status": "closed"
	},
	"EDIT1047": {
		"type": "editorial",
		"title": "Correct typo in algorithms.tex",
		"long_link": "https://github.com/cplusplus/draft/pull/1047",
		"link": "https://wg21.link/edit1047",
		"status": "closed"
	},
	"EDIT1048": {
		"type": "editorial",
		"title": "[utility] shorten stable names",
		"long_link": "https://github.com/cplusplus/draft/pull/1048",
		"link": "https://wg21.link/edit1048",
		"status": "closed"
	},
	"EDIT1049": {
		"type": "editorial",
		"title": "[cstdlib.syn, csignal.syn] Introduce exposition-only function types with C and C++ language linkage to improve the presentation of C library functions that take callbacks.",
		"long_link": "https://github.com/cplusplus/draft/pull/1049",
		"link": "https://wg21.link/edit1049",
		"status": "closed"
	},
	"EDIT1050": {
		"type": "editorial",
		"title": "Define a new macro \\caret and use it",
		"long_link": "https://github.com/cplusplus/draft/pull/1050",
		"link": "https://wg21.link/edit1050",
		"status": "closed"
	},
	"EDIT1051": {
		"type": "editorial",
		"title": "[diff.mods.to.headers] Explain what happened to meaningless C headers",
		"long_link": "https://github.com/cplusplus/draft/pull/1051",
		"link": "https://wg21.link/edit1051",
		"status": "closed"
	},
	"EDIT1052": {
		"type": "editorial",
		"title": "[diff.library] Remove listings of content shared between C and C++.",
		"long_link": "https://github.com/cplusplus/draft/pull/1052",
		"link": "https://wg21.link/edit1052",
		"status": "closed"
	},
	"EDIT1053": {
		"type": "editorial",
		"title": "Replace 'run-time' by 'runtime' for consistency.",
		"long_link": "https://github.com/cplusplus/draft/pull/1053",
		"link": "https://wg21.link/edit1053",
		"status": "closed"
	},
	"EDIT1054": {
		"type": "editorial",
		"title": "Move specification of deprecated headers to Annex D",
		"long_link": "https://github.com/cplusplus/draft/pull/1054",
		"link": "https://wg21.link/edit1054",
		"status": "closed"
	},
	"EDIT1055": {
		"type": "editorial",
		"title": "monotonic_buffer_resource: initial_size vs buffer_size",
		"long_link": "https://github.com/cplusplus/draft/issues/1055",
		"link": "https://wg21.link/edit1055",
		"status": "closed"
	},
	"EDIT1056": {
		"type": "editorial",
		"title": "[diff.mods.to.definitions] Add entry for 'nullptr_t in stddef.h'",
		"long_link": "https://github.com/cplusplus/draft/pull/1056",
		"link": "https://wg21.link/edit1056",
		"status": "closed"
	},
	"EDIT1057": {
		"type": "editorial",
		"title": "[exception] Rephrase to avoid overfull hbox",
		"long_link": "https://github.com/cplusplus/draft/pull/1057",
		"link": "https://wg21.link/edit1057",
		"status": "closed"
	},
	"EDIT1058": {
		"type": "editorial",
		"title": "[support.types.layout], [diff.offsetof] Use \\placeholder",
		"long_link": "https://github.com/cplusplus/draft/pull/1058",
		"link": "https://wg21.link/edit1058",
		"status": "closed"
	},
	"EDIT1059": {
		"type": "editorial",
		"title": "[diff.cpp03.input.output] Use code font for 'explicit'",
		"long_link": "https://github.com/cplusplus/draft/pull/1059",
		"link": "https://wg21.link/edit1059",
		"status": "closed"
	},
	"EDIT1060": {
		"type": "editorial",
		"title": "Separate textual and code placeholders; use slanted font for the latter",
		"long_link": "https://github.com/cplusplus/draft/issues/1060",
		"link": "https://wg21.link/edit1060",
		"status": "open"
	},
	"EDIT1061": {
		"type": "editorial",
		"title": "[basic] Replace \\term with \\defnx as appropriate",
		"long_link": "https://github.com/cplusplus/draft/pull/1061",
		"link": "https://wg21.link/edit1061",
		"status": "closed"
	},
	"EDIT1062": {
		"type": "editorial",
		"title": "[intro] Replace \\term with \\placeholder or \\defn as appropriate",
		"long_link": "https://github.com/cplusplus/draft/pull/1062",
		"link": "https://wg21.link/edit1062",
		"status": "closed"
	},
	"EDIT1063": {
		"type": "editorial",
		"title": "[utilities], [futures.task] Use 'not defined', not 'undefined', to pr…",
		"long_link": "https://github.com/cplusplus/draft/pull/1063",
		"link": "https://wg21.link/edit1063",
		"status": "closed"
	},
	"EDIT1064": {
		"type": "editorial",
		"title": "Tildes in index entries",
		"long_link": "https://github.com/cplusplus/draft/issues/1064",
		"link": "https://wg21.link/edit1064",
		"status": "closed"
	},
	"EDIT1065": {
		"type": "editorial",
		"title": "[facet.num.put.virtuals] define showpoint and don't apply & twice",
		"long_link": "https://github.com/cplusplus/draft/pull/1065",
		"link": "https://wg21.link/edit1065",
		"status": "closed"
	},
	"EDIT1066": {
		"type": "editorial",
		"title": "Use \\cv{}, not \\cv\\ .",
		"long_link": "https://github.com/cplusplus/draft/pull/1066",
		"link": "https://wg21.link/edit1066",
		"status": "closed"
	},
	"EDIT1067": {
		"type": "editorial",
		"title": "[lex] Replace \\term with \\placeholder or \\defn as appropriate",
		"long_link": "https://github.com/cplusplus/draft/pull/1067",
		"link": "https://wg21.link/edit1067",
		"status": "closed"
	},
	"EDIT1068": {
		"type": "editorial",
		"title": "Resolve some 'Overfull \\hbox' warnings.",
		"long_link": "https://github.com/cplusplus/draft/pull/1068",
		"link": "https://wg21.link/edit1068",
		"status": "closed"
	},
	"EDIT1069": {
		"type": "editorial",
		"title": "[variant.assign] Introduce bullets for 'If an exception is thrown...'…",
		"long_link": "https://github.com/cplusplus/draft/pull/1069",
		"link": "https://wg21.link/edit1069",
		"status": "closed"
	},
	"EDIT1070": {
		"type": "editorial",
		"title": "[numeric] Order elements correctly",
		"long_link": "https://github.com/cplusplus/draft/pull/1070",
		"link": "https://wg21.link/edit1070",
		"status": "closed"
	},
	"EDIT1071": {
		"type": "editorial",
		"title": "[valarray] wording needs major overhaul",
		"long_link": "https://github.com/cplusplus/draft/issues/1071",
		"link": "https://wg21.link/edit1071",
		"status": "closed"
	},
	"EDIT1072": {
		"type": "editorial",
		"title": "LWG2754 The in_place constructors and emplace functions added by P0032R3 don't require CopyConstructible",
		"long_link": "https://github.com/cplusplus/draft/pull/1072",
		"link": "https://wg21.link/edit1072",
		"status": "closed"
	},
	"EDIT1073": {
		"type": "editorial",
		"title": "[class.union]/3 note contradicts normative wording",
		"long_link": "https://github.com/cplusplus/draft/issues/1073",
		"link": "https://wg21.link/edit1073",
		"status": "closed"
	},
	"EDIT1074": {
		"type": "editorial",
		"title": "[class.mem] 9.2p1 should talk about member names instead of members? Members can be added later, names not.",
		"long_link": "https://github.com/cplusplus/draft/issues/1074",
		"link": "https://wg21.link/edit1074",
		"status": "open"
	},
	"EDIT1075": {
		"type": "editorial",
		"title": "[lib] Spell value-initialization with a hyphen.",
		"long_link": "https://github.com/cplusplus/draft/pull/1075",
		"link": "https://wg21.link/edit1075",
		"status": "closed"
	},
	"EDIT1076": {
		"type": "editorial",
		"title": "[class] Rephrase definition of M(X) used to define a standard-layout …",
		"long_link": "https://github.com/cplusplus/draft/pull/1076",
		"link": "https://wg21.link/edit1076",
		"status": "closed"
	},
	"EDIT1077": {
		"type": "editorial",
		"title": "[class.copy] Introduce three subsections.",
		"long_link": "https://github.com/cplusplus/draft/pull/1077",
		"link": "https://wg21.link/edit1077",
		"status": "closed"
	},
	"EDIT1078": {
		"type": "editorial",
		"title": "[17-30] Create index entries for all namespaces",
		"long_link": "https://github.com/cplusplus/draft/pull/1078",
		"link": "https://wg21.link/edit1078",
		"status": "closed"
	},
	"EDIT1079": {
		"type": "editorial",
		"title": "Multiple global style improvements",
		"long_link": "https://github.com/cplusplus/draft/pull/1079",
		"link": "https://wg21.link/edit1079",
		"status": "closed"
	},
	"EDIT1080": {
		"type": "editorial",
		"title": "[associative.reqmts], [unord.req] fix typo in precondition for the me…",
		"long_link": "https://github.com/cplusplus/draft/pull/1080",
		"link": "https://wg21.link/edit1080",
		"status": "closed"
	},
	"EDIT1081": {
		"type": "editorial",
		"title": "Replace \\textit{cv} with \\cv{} or \\cvqual{...} as appopriate.",
		"long_link": "https://github.com/cplusplus/draft/pull/1081",
		"link": "https://wg21.link/edit1081",
		"status": "closed"
	},
	"EDIT1082": {
		"type": "editorial",
		"title": "[temp.variadic] Move example so that it attaches to the correct parag…",
		"long_link": "https://github.com/cplusplus/draft/pull/1082",
		"link": "https://wg21.link/edit1082",
		"status": "closed"
	},
	"EDIT1083": {
		"type": "editorial",
		"title": "[dcl.ref] Introduce the phrase 'reference collapsing' in a note.",
		"long_link": "https://github.com/cplusplus/draft/pull/1083",
		"link": "https://wg21.link/edit1083",
		"status": "closed"
	},
	"EDIT1084": {
		"type": "editorial",
		"title": "[intro.execution] Adjust example for unsequenced side effects",
		"long_link": "https://github.com/cplusplus/draft/pull/1084",
		"link": "https://wg21.link/edit1084",
		"status": "closed"
	},
	"EDIT1085": {
		"type": "editorial",
		"title": "[lib] Remove 'std::' prefix from library names.",
		"long_link": "https://github.com/cplusplus/draft/pull/1085",
		"link": "https://wg21.link/edit1085",
		"status": "closed"
	},
	"EDIT1086": {
		"type": "editorial",
		"title": "[lib] When to use 'shall' in library clauses?",
		"long_link": "https://github.com/cplusplus/draft/issues/1086",
		"link": "https://wg21.link/edit1086",
		"status": "open"
	},
	"EDIT1087": {
		"type": "editorial",
		"title": "[lib] Harmonize sectioning comments of synopses.",
		"long_link": "https://github.com/cplusplus/draft/pull/1087",
		"link": "https://wg21.link/edit1087",
		"status": "closed"
	},
	"EDIT1088": {
		"type": "editorial",
		"title": "[lib] Inconsistent style in \\complexity",
		"long_link": "https://github.com/cplusplus/draft/issues/1088",
		"link": "https://wg21.link/edit1088",
		"status": "closed"
	},
	"EDIT1089": {
		"type": "editorial",
		"title": "Fix typos and add missing \\tcode{}s",
		"long_link": "https://github.com/cplusplus/draft/pull/1089",
		"link": "https://wg21.link/edit1089",
		"status": "closed"
	},
	"EDIT1090": {
		"type": "editorial",
		"title": "Meaning of \"program-defined\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1090",
		"link": "https://wg21.link/edit1090",
		"status": "closed"
	},
	"EDIT1091": {
		"type": "editorial",
		"title": "[lib] Referring to \\requires, \\effects and others",
		"long_link": "https://github.com/cplusplus/draft/issues/1091",
		"link": "https://wg21.link/edit1091",
		"status": "closed"
	},
	"EDIT1092": {
		"type": "editorial",
		"title": "[basic.lookup.argdep] Mark definitions of 'associated class/namespace'.",
		"long_link": "https://github.com/cplusplus/draft/pull/1092",
		"link": "https://wg21.link/edit1092",
		"status": "closed"
	},
	"EDIT1093": {
		"type": "editorial",
		"title": "[library] Use \\effects etc. when referring to them in text",
		"long_link": "https://github.com/cplusplus/draft/pull/1093",
		"link": "https://wg21.link/edit1093",
		"status": "closed"
	},
	"EDIT1094": {
		"type": "editorial",
		"title": "[library] Change program-defined to user-defined",
		"long_link": "https://github.com/cplusplus/draft/pull/1094",
		"link": "https://wg21.link/edit1094",
		"status": "closed"
	},
	"EDIT1095": {
		"type": "editorial",
		"title": "[futures.overview], [futures.async] Use 'bitmask type' terminology.",
		"long_link": "https://github.com/cplusplus/draft/pull/1095",
		"link": "https://wg21.link/edit1095",
		"status": "closed"
	},
	"EDIT1096": {
		"type": "editorial",
		"title": "[class.copy] Rephrase rule preferring a move constructor",
		"long_link": "https://github.com/cplusplus/draft/pull/1096",
		"link": "https://wg21.link/edit1096",
		"status": "closed"
	},
	"EDIT1097": {
		"type": "editorial",
		"title": "[styles] Give lists uniform vertical spacing.",
		"long_link": "https://github.com/cplusplus/draft/pull/1097",
		"link": "https://wg21.link/edit1097",
		"status": "closed"
	},
	"EDIT1098": {
		"type": "editorial",
		"title": "[reverse.iter.ops] Simplify reverse_iterator operator function declar…",
		"long_link": "https://github.com/cplusplus/draft/pull/1098",
		"link": "https://wg21.link/edit1098",
		"status": "closed"
	},
	"EDIT1099": {
		"type": "editorial",
		"title": "[istream], [ostream] Remove paragraph numbers in cross-references.",
		"long_link": "https://github.com/cplusplus/draft/pull/1099",
		"link": "https://wg21.link/edit1099",
		"status": "closed"
	},
	"EDIT1100": {
		"type": "editorial",
		"title": "[quoted.manip] operator>> is not a member of basic_istream.",
		"long_link": "https://github.com/cplusplus/draft/pull/1100",
		"link": "https://wg21.link/edit1100",
		"status": "closed"
	},
	"EDIT1101": {
		"type": "editorial",
		"title": "[iterator.requirements.general] Rephrase definition of 'writable to'",
		"long_link": "https://github.com/cplusplus/draft/pull/1101",
		"link": "https://wg21.link/edit1101",
		"status": "closed"
	},
	"EDIT1102": {
		"type": "editorial",
		"title": "[basic.scope.class] Use a regular itemize environment instead of enumeraten",
		"long_link": "https://github.com/cplusplus/draft/pull/1102",
		"link": "https://wg21.link/edit1102",
		"status": "closed"
	},
	"EDIT1103": {
		"type": "editorial",
		"title": "[basic.scope.class] Add missing whitespace before example.",
		"long_link": "https://github.com/cplusplus/draft/pull/1103",
		"link": "https://wg21.link/edit1103",
		"status": "closed"
	},
	"EDIT1104": {
		"type": "editorial",
		"title": "[class.conv.fct] Add an example for a conversion function with a dedu…",
		"long_link": "https://github.com/cplusplus/draft/pull/1104",
		"link": "https://wg21.link/edit1104",
		"status": "closed"
	},
	"EDIT1105": {
		"type": "editorial",
		"title": "[macros, basic, streambuf] Retire enumeraten environment in favour of…",
		"long_link": "https://github.com/cplusplus/draft/pull/1105",
		"link": "https://wg21.link/edit1105",
		"status": "closed"
	},
	"EDIT1106": {
		"type": "editorial",
		"title": "[basic.lookup.unqual] Rephrase unqualified lookup in a function defin…",
		"long_link": "https://github.com/cplusplus/draft/pull/1106",
		"link": "https://wg21.link/edit1106",
		"status": "closed"
	},
	"EDIT1107": {
		"type": "editorial",
		"title": "[sequence.reqmts] Remove redundant 'forward iterator' requirement",
		"long_link": "https://github.com/cplusplus/draft/pull/1107",
		"link": "https://wg21.link/edit1107",
		"status": "closed"
	},
	"EDIT1108": {
		"type": "editorial",
		"title": "[temp.deduct.call] Add example involving cv-qualifiers and references.",
		"long_link": "https://github.com/cplusplus/draft/pull/1108",
		"link": "https://wg21.link/edit1108",
		"status": "closed"
	},
	"EDIT1109": {
		"type": "editorial",
		"title": "[basic.def.odr] Avoid counting bullets in normative text.",
		"long_link": "https://github.com/cplusplus/draft/pull/1109",
		"link": "https://wg21.link/edit1109",
		"status": "closed"
	},
	"EDIT1110": {
		"type": "editorial",
		"title": "[thread.mutex.requirements] Make references to mutex requirements con…",
		"long_link": "https://github.com/cplusplus/draft/pull/1110",
		"link": "https://wg21.link/edit1110",
		"status": "closed"
	},
	"EDIT1111": {
		"type": "editorial",
		"title": "[streambuf.virtuals] Simplify the logic of exposition; remove several unneeded lists",
		"long_link": "https://github.com/cplusplus/draft/pull/1111",
		"link": "https://wg21.link/edit1111",
		"status": "closed"
	},
	"EDIT1112": {
		"type": "editorial",
		"title": "For some X, choose a consistent spelling between non-X vs. nonX.",
		"long_link": "https://github.com/cplusplus/draft/pull/1112",
		"link": "https://wg21.link/edit1112",
		"status": "closed"
	},
	"EDIT1113": {
		"type": "editorial",
		"title": "[class.union] Clarify in the note that a default member",
		"long_link": "https://github.com/cplusplus/draft/pull/1113",
		"link": "https://wg21.link/edit1113",
		"status": "closed"
	},
	"EDIT1114": {
		"type": "editorial",
		"title": "[diff] Miscellaneous fixes.",
		"long_link": "https://github.com/cplusplus/draft/pull/1114",
		"link": "https://wg21.link/edit1114",
		"status": "closed"
	},
	"EDIT1115": {
		"type": "editorial",
		"title": "Use teletype font for T throughout [variant]",
		"long_link": "https://github.com/cplusplus/draft/issues/1115",
		"link": "https://wg21.link/edit1115",
		"status": "closed"
	},
	"EDIT1116": {
		"type": "editorial",
		"title": "Replace \"Error reporting (27.10.7)\" with just \"27.10.7\" throughout [filesystems]",
		"long_link": "https://github.com/cplusplus/draft/issues/1116",
		"link": "https://wg21.link/edit1116",
		"status": "closed"
	},
	"EDIT1117": {
		"type": "editorial",
		"title": "fix paragraph ordering after LWG2729",
		"long_link": "https://github.com/cplusplus/draft/issues/1117",
		"link": "https://wg21.link/edit1117",
		"status": "closed"
	},
	"EDIT1118": {
		"type": "editorial",
		"title": "[locale.facet] Don't bother itemizing a single item.",
		"long_link": "https://github.com/cplusplus/draft/pull/1118",
		"link": "https://wg21.link/edit1118",
		"status": "closed"
	},
	"EDIT1119": {
		"type": "editorial",
		"title": "Style of \"equivalent to\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1119",
		"link": "https://wg21.link/edit1119",
		"status": "closed"
	},
	"EDIT1120": {
		"type": "editorial",
		"title": "[atomics] Use \\placeholder instead of \\textit or \\term.",
		"long_link": "https://github.com/cplusplus/draft/pull/1120",
		"link": "https://wg21.link/edit1120",
		"status": "closed"
	},
	"EDIT1121": {
		"type": "editorial",
		"title": "[dcl.decl] Turn very large footnote into ordinary note.",
		"long_link": "https://github.com/cplusplus/draft/pull/1121",
		"link": "https://wg21.link/edit1121",
		"status": "closed"
	},
	"EDIT1122": {
		"type": "editorial",
		"title": "[thread.lock] Extract error conditions from 'Throws' element.",
		"long_link": "https://github.com/cplusplus/draft/pull/1122",
		"link": "https://wg21.link/edit1122",
		"status": "closed"
	},
	"EDIT1123": {
		"type": "editorial",
		"title": "[filesystems] Do not repeat section title in cross-references to [fs.…",
		"long_link": "https://github.com/cplusplus/draft/pull/1123",
		"link": "https://wg21.link/edit1123",
		"status": "closed"
	},
	"EDIT1124": {
		"type": "editorial",
		"title": "[re.matchflag] Remove namespace qualification when mentioning match_f…",
		"long_link": "https://github.com/cplusplus/draft/pull/1124",
		"link": "https://wg21.link/edit1124",
		"status": "closed"
	},
	"EDIT1125": {
		"type": "editorial",
		"title": "[variant] Use \\tcode for type designators, not math mode.",
		"long_link": "https://github.com/cplusplus/draft/pull/1125",
		"link": "https://wg21.link/edit1125",
		"status": "closed"
	},
	"EDIT1126": {
		"type": "editorial",
		"title": "[thread.lock.shared] Add sectioning comments to synopsis.",
		"long_link": "https://github.com/cplusplus/draft/pull/1126",
		"link": "https://wg21.link/edit1126",
		"status": "closed"
	},
	"EDIT1127": {
		"type": "editorial",
		"title": "Adjust italics and index entries for 'underlying type'.",
		"long_link": "https://github.com/cplusplus/draft/pull/1127",
		"link": "https://wg21.link/edit1127",
		"status": "closed"
	},
	"EDIT1128": {
		"type": "editorial",
		"title": "UK spelling \"behaviour\" appears in description of pairs",
		"long_link": "https://github.com/cplusplus/draft/issues/1128",
		"link": "https://wg21.link/edit1128",
		"status": "closed"
	},
	"EDIT1129": {
		"type": "editorial",
		"title": "[re.regex.const] missing multiline from LWG2503",
		"long_link": "https://github.com/cplusplus/draft/issues/1129",
		"link": "https://wg21.link/edit1129",
		"status": "closed"
	},
	"EDIT1130": {
		"type": "editorial",
		"title": "Missing definition of \"direct-non-list-initialization\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1130",
		"link": "https://wg21.link/edit1130",
		"status": "closed"
	},
	"EDIT1131": {
		"type": "editorial",
		"title": "remove \\exor command",
		"long_link": "https://github.com/cplusplus/draft/pull/1131",
		"link": "https://wg21.link/edit1131",
		"status": "closed"
	},
	"EDIT1132": {
		"type": "editorial",
		"title": "Application of LWG 2567 missed a few `bool(Bi::value)` casts",
		"long_link": "https://github.com/cplusplus/draft/issues/1132",
		"link": "https://wg21.link/edit1132",
		"status": "closed"
	},
	"EDIT1133": {
		"type": "editorial",
		"title": "[meta.logical] Fix application of LWG 2567 and add further explicit boolean conversions editorially.",
		"long_link": "https://github.com/cplusplus/draft/pull/1133",
		"link": "https://wg21.link/edit1133",
		"status": "closed"
	},
	"EDIT1134": {
		"type": "editorial",
		"title": "Alternative lists adjustment",
		"long_link": "https://github.com/cplusplus/draft/pull/1134",
		"link": "https://wg21.link/edit1134",
		"status": "closed"
	},
	"EDIT1135": {
		"type": "editorial",
		"title": "[macros] Reduce whitespace at the end of code blocks",
		"long_link": "https://github.com/cplusplus/draft/pull/1135",
		"link": "https://wg21.link/edit1135",
		"status": "closed"
	},
	"EDIT1136": {
		"type": "editorial",
		"title": "s/behaviour/behavior/",
		"long_link": "https://github.com/cplusplus/draft/pull/1136",
		"link": "https://wg21.link/edit1136",
		"status": "closed"
	},
	"EDIT1137": {
		"type": "editorial",
		"title": "[basic.scope.class] Break up list",
		"long_link": "https://github.com/cplusplus/draft/pull/1137",
		"link": "https://wg21.link/edit1137",
		"status": "closed"
	},
	"EDIT1138": {
		"type": "editorial",
		"title": "[fpos.operations] Use code font for a type",
		"long_link": "https://github.com/cplusplus/draft/pull/1138",
		"link": "https://wg21.link/edit1138",
		"status": "closed"
	},
	"EDIT1139": {
		"type": "editorial",
		"title": "Format indexed variables with code and maths properly",
		"long_link": "https://github.com/cplusplus/draft/issues/1139",
		"link": "https://wg21.link/edit1139",
		"status": "closed"
	},
	"EDIT1140": {
		"type": "editorial",
		"title": "[except.spec] missing linebreak",
		"long_link": "https://github.com/cplusplus/draft/pull/1140",
		"link": "https://wg21.link/edit1140",
		"status": "closed"
	},
	"EDIT1141": {
		"type": "editorial",
		"title": "[unord.req.except] Add missing \\tcode for Hash and Pred.",
		"long_link": "https://github.com/cplusplus/draft/pull/1141",
		"link": "https://wg21.link/edit1141",
		"status": "closed"
	},
	"EDIT1142": {
		"type": "editorial",
		"title": "s/(possibly cv-qualified)/\\\\cv{}~/ and allied changes.",
		"long_link": "https://github.com/cplusplus/draft/pull/1142",
		"link": "https://wg21.link/edit1142",
		"status": "closed"
	},
	"EDIT1143": {
		"type": "editorial",
		"title": "[numeric.limits] Add missing \\tcode around true",
		"long_link": "https://github.com/cplusplus/draft/pull/1143",
		"link": "https://wg21.link/edit1143",
		"status": "closed"
	},
	"EDIT1144": {
		"type": "editorial",
		"title": "[new.delete] Use \\replaceable instead of \\textit",
		"long_link": "https://github.com/cplusplus/draft/pull/1144",
		"link": "https://wg21.link/edit1144",
		"status": "closed"
	},
	"EDIT1145": {
		"type": "editorial",
		"title": "[new.delete] Multiple \\requires elements for one function",
		"long_link": "https://github.com/cplusplus/draft/issues/1145",
		"link": "https://wg21.link/edit1145",
		"status": "closed"
	},
	"EDIT1146": {
		"type": "editorial",
		"title": "[containers] Add a space after \"Requires:\"",
		"long_link": "https://github.com/cplusplus/draft/pull/1146",
		"link": "https://wg21.link/edit1146",
		"status": "closed"
	},
	"EDIT1147": {
		"type": "editorial",
		"title": "[syserr.syserr.members] Use \\ntbs macro",
		"long_link": "https://github.com/cplusplus/draft/pull/1147",
		"link": "https://wg21.link/edit1147",
		"status": "closed"
	},
	"EDIT1148": {
		"type": "editorial",
		"title": "[whole standard] Put commas outside quotes",
		"long_link": "https://github.com/cplusplus/draft/pull/1148",
		"link": "https://wg21.link/edit1148",
		"status": "closed"
	},
	"EDIT1149": {
		"type": "editorial",
		"title": "[library] Fix capitalization and add missing \\tcode in headings",
		"long_link": "https://github.com/cplusplus/draft/pull/1149",
		"link": "https://wg21.link/edit1149",
		"status": "closed"
	},
	"EDIT1150": {
		"type": "editorial",
		"title": "[meta] Formatting of \"UnaryTypeTrait\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1150",
		"link": "https://wg21.link/edit1150",
		"status": "closed"
	},
	"EDIT1151": {
		"type": "editorial",
		"title": "[utilities] Use code font for named requirements",
		"long_link": "https://github.com/cplusplus/draft/pull/1151",
		"link": "https://wg21.link/edit1151",
		"status": "closed"
	},
	"EDIT1152": {
		"type": "editorial",
		"title": "Comments in code example in footnotes should be italic like elsewhere",
		"long_link": "https://github.com/cplusplus/draft/issues/1152",
		"link": "https://wg21.link/edit1152",
		"status": "closed"
	},
	"EDIT1153": {
		"type": "editorial",
		"title": "Do not use code font for constexpr constructor and constexpr function",
		"long_link": "https://github.com/cplusplus/draft/pull/1153",
		"link": "https://wg21.link/edit1153",
		"status": "closed"
	},
	"EDIT1154": {
		"type": "editorial",
		"title": "BaseCharacteristic, unlike all other technical terms we define, is in CamelCase",
		"long_link": "https://github.com/cplusplus/draft/issues/1154",
		"link": "https://wg21.link/edit1154",
		"status": "closed"
	},
	"EDIT1155": {
		"type": "editorial",
		"title": "[expr.prim.lambda] p 6, 7 obnoxiously long",
		"long_link": "https://github.com/cplusplus/draft/issues/1155",
		"link": "https://wg21.link/edit1155",
		"status": "closed"
	},
	"EDIT1156": {
		"type": "editorial",
		"title": "[over.best.ics] Turn a rationalizing footnote into a note with an acc…",
		"long_link": "https://github.com/cplusplus/draft/pull/1156",
		"link": "https://wg21.link/edit1156",
		"status": "closed"
	},
	"EDIT1157": {
		"type": "editorial",
		"title": "[streambuf.virt.get] use half-open ranges in underflow effects",
		"long_link": "https://github.com/cplusplus/draft/pull/1157",
		"link": "https://wg21.link/edit1157",
		"status": "closed"
	},
	"EDIT1158": {
		"type": "editorial",
		"title": "[expr.prim.lambda] Split specification of lambda expressions into sub…",
		"long_link": "https://github.com/cplusplus/draft/pull/1158",
		"link": "https://wg21.link/edit1158",
		"status": "closed"
	},
	"EDIT1159": {
		"type": "editorial",
		"title": "[limits] Integrate section [limits.numeric] into section [numeric.lim…",
		"long_link": "https://github.com/cplusplus/draft/pull/1159",
		"link": "https://wg21.link/edit1159",
		"status": "closed"
	},
	"EDIT1160": {
		"type": "editorial",
		"title": "[lib] Replace 'Notes:' elements with regular [ Note: ... — end note]",
		"long_link": "https://github.com/cplusplus/draft/pull/1160",
		"link": "https://wg21.link/edit1160",
		"status": "closed"
	},
	"EDIT1161": {
		"type": "editorial",
		"title": "[util.smartptr] Cleanse of italics infestation.",
		"long_link": "https://github.com/cplusplus/draft/pull/1161",
		"link": "https://wg21.link/edit1161",
		"status": "closed"
	},
	"EDIT1162": {
		"type": "editorial",
		"title": "[re.regex] Add missing 'multiline' constant.",
		"long_link": "https://github.com/cplusplus/draft/pull/1162",
		"link": "https://wg21.link/edit1162",
		"status": "closed"
	},
	"EDIT1163": {
		"type": "editorial",
		"title": "[re.regex]/3 regex_constants presentation",
		"long_link": "https://github.com/cplusplus/draft/issues/1163",
		"link": "https://wg21.link/edit1163",
		"status": "open"
	},
	"EDIT1164": {
		"type": "editorial",
		"title": "[utilities] Do not use CamelCase for 'BaseCharacteristic'.",
		"long_link": "https://github.com/cplusplus/draft/pull/1164",
		"link": "https://wg21.link/edit1164",
		"status": "closed"
	},
	"EDIT1165": {
		"type": "editorial",
		"title": "Fix duplicate index entries for 'base class'.",
		"long_link": "https://github.com/cplusplus/draft/pull/1165",
		"link": "https://wg21.link/edit1165",
		"status": "closed"
	},
	"EDIT1166": {
		"type": "editorial",
		"title": "[class.mi] Redirect index entry for virtual base class to base class.",
		"long_link": "https://github.com/cplusplus/draft/pull/1166",
		"link": "https://wg21.link/edit1166",
		"status": "closed"
	},
	"EDIT1167": {
		"type": "editorial",
		"title": "[headers], [depr.c.headers] Avoid brittle counts of headers.",
		"long_link": "https://github.com/cplusplus/draft/pull/1167",
		"link": "https://wg21.link/edit1167",
		"status": "closed"
	},
	"EDIT1168": {
		"type": "editorial",
		"title": "Which codeblocks should contain \"namespace std\"?",
		"long_link": "https://github.com/cplusplus/draft/issues/1168",
		"link": "https://wg21.link/edit1168",
		"status": "open"
	},
	"EDIT1169": {
		"type": "editorial",
		"title": "[basic.scope.class] is redundant",
		"long_link": "https://github.com/cplusplus/draft/issues/1169",
		"link": "https://wg21.link/edit1169",
		"status": "open"
	},
	"EDIT1170": {
		"type": "editorial",
		"title": "[macros, styles] Make BNF vertical spacing like that of normal paragraphs",
		"long_link": "https://github.com/cplusplus/draft/pull/1170",
		"link": "https://wg21.link/edit1170",
		"status": "closed"
	},
	"EDIT1171": {
		"type": "editorial",
		"title": "Inconsistent noexcept",
		"long_link": "https://github.com/cplusplus/draft/issues/1171",
		"link": "https://wg21.link/edit1171",
		"status": "closed"
	},
	"EDIT1172": {
		"type": "editorial",
		"title": "[utility] Harmonize spelling of template parameters for std::pair<T1,…",
		"long_link": "https://github.com/cplusplus/draft/pull/1172",
		"link": "https://wg21.link/edit1172",
		"status": "closed"
	},
	"EDIT1173": {
		"type": "editorial",
		"title": "Capitalize notes.",
		"long_link": "https://github.com/cplusplus/draft/pull/1173",
		"link": "https://wg21.link/edit1173",
		"status": "closed"
	},
	"EDIT1174": {
		"type": "editorial",
		"title": "Capitalize examples outside sentences.",
		"long_link": "https://github.com/cplusplus/draft/pull/1174",
		"link": "https://wg21.link/edit1174",
		"status": "closed"
	},
	"EDIT1175": {
		"type": "editorial",
		"title": "Class members are introduced by a member-declaration, not member-de…",
		"long_link": "https://github.com/cplusplus/draft/pull/1175",
		"link": "https://wg21.link/edit1175",
		"status": "closed"
	},
	"EDIT1176": {
		"type": "editorial",
		"title": "remove apply example in 20.3.1",
		"long_link": "https://github.com/cplusplus/draft/issues/1176",
		"link": "https://wg21.link/edit1176",
		"status": "closed"
	},
	"EDIT1177": {
		"type": "editorial",
		"title": "[temp.class] Start paragraph 2 at beginning of example rather than in the middle",
		"long_link": "https://github.com/cplusplus/draft/pull/1177",
		"link": "https://wg21.link/edit1177",
		"status": "closed"
	},
	"EDIT1178": {
		"type": "editorial",
		"title": "[pairs.pair] Further harmonize spelling of template parameters for pa…",
		"long_link": "https://github.com/cplusplus/draft/pull/1178",
		"link": "https://wg21.link/edit1178",
		"status": "closed"
	},
	"EDIT1179": {
		"type": "editorial",
		"title": "[function.objects] Introduce a new subsection for the <functional> sy…",
		"long_link": "https://github.com/cplusplus/draft/pull/1179",
		"link": "https://wg21.link/edit1179",
		"status": "closed"
	},
	"EDIT1180": {
		"type": "editorial",
		"title": "[temp.class] Reorganize examples into separate paragraph",
		"long_link": "https://github.com/cplusplus/draft/pull/1180",
		"link": "https://wg21.link/edit1180",
		"status": "closed"
	},
	"EDIT1181": {
		"type": "editorial",
		"title": "[lib] Adjust whitespace to attach & to the type, not the declarator-id.",
		"long_link": "https://github.com/cplusplus/draft/pull/1181",
		"link": "https://wg21.link/edit1181",
		"status": "closed"
	},
	"EDIT1182": {
		"type": "editorial",
		"title": "[class.virtual] Remove awkward 'but'.",
		"long_link": "https://github.com/cplusplus/draft/pull/1182",
		"link": "https://wg21.link/edit1182",
		"status": "closed"
	},
	"EDIT1183": {
		"type": "editorial",
		"title": "[lib] More & and && adjustments for #166",
		"long_link": "https://github.com/cplusplus/draft/pull/1183",
		"link": "https://wg21.link/edit1183",
		"status": "closed"
	},
	"EDIT1184": {
		"type": "editorial",
		"title": "[containers], [alg.transform] Minor presentation fixes.",
		"long_link": "https://github.com/cplusplus/draft/pull/1184",
		"link": "https://wg21.link/edit1184",
		"status": "closed"
	},
	"EDIT1185": {
		"type": "editorial",
		"title": "[iterators] Fix whitespace to attach & to the type",
		"long_link": "https://github.com/cplusplus/draft/pull/1185",
		"link": "https://wg21.link/edit1185",
		"status": "closed"
	},
	"EDIT1186": {
		"type": "editorial",
		"title": "[sequence.reqmts] Use placeholders for 'member functions of the form'.",
		"long_link": "https://github.com/cplusplus/draft/pull/1186",
		"link": "https://wg21.link/edit1186",
		"status": "closed"
	},
	"EDIT1187": {
		"type": "editorial",
		"title": "[intseq.general] Remove example not quite mirroring a standard function.",
		"long_link": "https://github.com/cplusplus/draft/pull/1187",
		"link": "https://wg21.link/edit1187",
		"status": "closed"
	},
	"EDIT1188": {
		"type": "editorial",
		"title": "[class.bit] Add missing \"bit-\" to \"field declaration\" in index entry",
		"long_link": "https://github.com/cplusplus/draft/pull/1188",
		"link": "https://wg21.link/edit1188",
		"status": "closed"
	},
	"EDIT1189": {
		"type": "editorial",
		"title": "Remove tildes from index entries.",
		"long_link": "https://github.com/cplusplus/draft/pull/1189",
		"link": "https://wg21.link/edit1189",
		"status": "closed"
	},
	"EDIT1190": {
		"type": "editorial",
		"title": "[namespace.udecl] Restore accidentally deleted }",
		"long_link": "https://github.com/cplusplus/draft/pull/1190",
		"link": "https://wg21.link/edit1190",
		"status": "closed"
	},
	"EDIT1191": {
		"type": "editorial",
		"title": "[depr] Add missing parentheses and fix formatting",
		"long_link": "https://github.com/cplusplus/draft/pull/1191",
		"link": "https://wg21.link/edit1191",
		"status": "closed"
	},
	"EDIT1192": {
		"type": "editorial",
		"title": "[numeric.special] Remove redundant 'inline' specifiers in example.",
		"long_link": "https://github.com/cplusplus/draft/pull/1192",
		"link": "https://wg21.link/edit1192",
		"status": "closed"
	},
	"EDIT1193": {
		"type": "editorial",
		"title": "[complex.numbers] Use \\cv{}",
		"long_link": "https://github.com/cplusplus/draft/pull/1193",
		"link": "https://wg21.link/edit1193",
		"status": "closed"
	},
	"EDIT1194": {
		"type": "editorial",
		"title": "[rand.req.adapt] Fix syntax error",
		"long_link": "https://github.com/cplusplus/draft/pull/1194",
		"link": "https://wg21.link/edit1194",
		"status": "closed"
	},
	"EDIT1195": {
		"type": "editorial",
		"title": "[char.traits] Use \\tcode around parameter name",
		"long_link": "https://github.com/cplusplus/draft/pull/1195",
		"link": "https://wg21.link/edit1195",
		"status": "closed"
	},
	"EDIT1196": {
		"type": "editorial",
		"title": "Clean up duplicate 'itemdescr' items.",
		"long_link": "https://github.com/cplusplus/draft/pull/1196",
		"link": "https://wg21.link/edit1196",
		"status": "closed"
	},
	"EDIT1197": {
		"type": "editorial",
		"title": "[lib] Add main index entries for all headers.",
		"long_link": "https://github.com/cplusplus/draft/pull/1197",
		"link": "https://wg21.link/edit1197",
		"status": "closed"
	},
	"EDIT1198": {
		"type": "editorial",
		"title": "[expr.ass] The right operand is not necessarily an expression.",
		"long_link": "https://github.com/cplusplus/draft/pull/1198",
		"link": "https://wg21.link/edit1198",
		"status": "closed"
	},
	"EDIT1199": {
		"type": "editorial",
		"title": "[allocator] Format OUTERMOST in code font",
		"long_link": "https://github.com/cplusplus/draft/pull/1199",
		"link": "https://wg21.link/edit1199",
		"status": "closed"
	},
	"EDIT1200": {
		"type": "editorial",
		"title": "[diff] Capitalization of headings",
		"long_link": "https://github.com/cplusplus/draft/issues/1200",
		"link": "https://wg21.link/edit1200",
		"status": "closed"
	},
	"EDIT1201": {
		"type": "editorial",
		"title": "[diff] Capitalize clause headings",
		"long_link": "https://github.com/cplusplus/draft/pull/1201",
		"link": "https://wg21.link/edit1201",
		"status": "closed"
	},
	"EDIT1202": {
		"type": "editorial",
		"title": "The ValueType parameter of std::any_cast is confusingly named",
		"long_link": "https://github.com/cplusplus/draft/issues/1202",
		"link": "https://wg21.link/edit1202",
		"status": "closed"
	},
	"EDIT1203": {
		"type": "editorial",
		"title": "[limits] Use 'subnormal number' as defined by IEEE 754-2008 = ISO 60559.",
		"long_link": "https://github.com/cplusplus/draft/pull/1203",
		"link": "https://wg21.link/edit1203",
		"status": "closed"
	},
	"EDIT1204": {
		"type": "editorial",
		"title": "For 'immediate context', refer to [temp.deduct].",
		"long_link": "https://github.com/cplusplus/draft/pull/1204",
		"link": "https://wg21.link/edit1204",
		"status": "closed"
	},
	"EDIT1205": {
		"type": "editorial",
		"title": "Synopses in [localization] use non-standard indentation style",
		"long_link": "https://github.com/cplusplus/draft/issues/1205",
		"link": "https://wg21.link/edit1205",
		"status": "closed"
	},
	"EDIT1206": {
		"type": "editorial",
		"title": "[pairs.pair, tuple.cnstr] Replace 'The constructor initializes' with just 'Initializes', which is how we say it in many other places.",
		"long_link": "https://github.com/cplusplus/draft/pull/1206",
		"link": "https://wg21.link/edit1206",
		"status": "closed"
	},
	"EDIT1207": {
		"type": "editorial",
		"title": "[dcl.fct.default] Restore }, again",
		"long_link": "https://github.com/cplusplus/draft/pull/1207",
		"link": "https://wg21.link/edit1207",
		"status": "closed"
	},
	"EDIT1208": {
		"type": "editorial",
		"title": "[variant.bad.access] use override in synopsis",
		"long_link": "https://github.com/cplusplus/draft/pull/1208",
		"link": "https://wg21.link/edit1208",
		"status": "closed"
	},
	"EDIT1209": {
		"type": "editorial",
		"title": "[mem.res.syn] should call polymorphic_allocator a template",
		"long_link": "https://github.com/cplusplus/draft/pull/1209",
		"link": "https://wg21.link/edit1209",
		"status": "closed"
	},
	"EDIT1210": {
		"type": "editorial",
		"title": "[{ex,in}clusive.scan]: Rephase 'for each *j' in terms of indexes",
		"long_link": "https://github.com/cplusplus/draft/pull/1210",
		"link": "https://wg21.link/edit1210",
		"status": "closed"
	},
	"EDIT1211": {
		"type": "editorial",
		"title": "[class.temporary] Add paragraph number and split off example into its…",
		"long_link": "https://github.com/cplusplus/draft/pull/1211",
		"link": "https://wg21.link/edit1211",
		"status": "closed"
	},
	"EDIT1212": {
		"type": "editorial",
		"title": "[pairs.spec], [tuple.creation] Avoid 'equality' of types phrasing.",
		"long_link": "https://github.com/cplusplus/draft/pull/1212",
		"link": "https://wg21.link/edit1212",
		"status": "closed"
	},
	"EDIT1213": {
		"type": "editorial",
		"title": "[utility], [bitset] Introduce a separate heading for the synopsis.",
		"long_link": "https://github.com/cplusplus/draft/pull/1213",
		"link": "https://wg21.link/edit1213",
		"status": "closed"
	},
	"EDIT1214": {
		"type": "editorial",
		"title": "[thread] Add numbered headings for synopses.",
		"long_link": "https://github.com/cplusplus/draft/pull/1214",
		"link": "https://wg21.link/edit1214",
		"status": "closed"
	},
	"EDIT1215": {
		"type": "editorial",
		"title": "[numarray] Add standard description elements.",
		"long_link": "https://github.com/cplusplus/draft/pull/1215",
		"link": "https://wg21.link/edit1215",
		"status": "closed"
	},
	"EDIT1216": {
		"type": "editorial",
		"title": "Delete accidentally added vim swap file.",
		"long_link": "https://github.com/cplusplus/draft/pull/1216",
		"link": "https://wg21.link/edit1216",
		"status": "closed"
	},
	"EDIT1217": {
		"type": "editorial",
		"title": "[strings, algorithms, diff] Replace 'routine' with 'function'.",
		"long_link": "https://github.com/cplusplus/draft/pull/1217",
		"link": "https://wg21.link/edit1217",
		"status": "closed"
	},
	"EDIT1218": {
		"type": "editorial",
		"title": "[bitset.members] Remove confusing index entries for 'set' and 'any'.",
		"long_link": "https://github.com/cplusplus/draft/pull/1218",
		"link": "https://wg21.link/edit1218",
		"status": "closed"
	},
	"EDIT1219": {
		"type": "editorial",
		"title": "Last example in [dcl.init.ref] uses \"type qualifier\", which is C terminology, not C++",
		"long_link": "https://github.com/cplusplus/draft/issues/1219",
		"link": "https://wg21.link/edit1219",
		"status": "closed"
	},
	"EDIT1220": {
		"type": "editorial",
		"title": "[any] Rename the ValueType template parameter to T.",
		"long_link": "https://github.com/cplusplus/draft/pull/1220",
		"link": "https://wg21.link/edit1220",
		"status": "closed"
	},
	"EDIT1221": {
		"type": "editorial",
		"title": "[list.ops] Move effects to 'Effects' element.",
		"long_link": "https://github.com/cplusplus/draft/pull/1221",
		"link": "https://wg21.link/edit1221",
		"status": "closed"
	},
	"EDIT1222": {
		"type": "editorial",
		"title": "[dcl.init.ref] Replace 'type qualifier' with 'cv-qualifier' in example.",
		"long_link": "https://github.com/cplusplus/draft/pull/1222",
		"link": "https://wg21.link/edit1222",
		"status": "closed"
	},
	"EDIT1223": {
		"type": "editorial",
		"title": "[lib] Harmonize index entries for 'make_error_code' and 'make_error_c…",
		"long_link": "https://github.com/cplusplus/draft/pull/1223",
		"link": "https://wg21.link/edit1223",
		"status": "closed"
	},
	"EDIT1224": {
		"type": "editorial",
		"title": "[lib] Use 'comparison function', not 'comparison operator'.",
		"long_link": "https://github.com/cplusplus/draft/pull/1224",
		"link": "https://wg21.link/edit1224",
		"status": "closed"
	},
	"EDIT1225": {
		"type": "editorial",
		"title": "[temp] Add variable templates to the definition of 'template'.",
		"long_link": "https://github.com/cplusplus/draft/pull/1225",
		"link": "https://wg21.link/edit1225",
		"status": "closed"
	},
	"EDIT1226": {
		"type": "editorial",
		"title": "[mem.res.monotonic.buffer.ctor] Spell reference to a parameter correc…",
		"long_link": "https://github.com/cplusplus/draft/pull/1226",
		"link": "https://wg21.link/edit1226",
		"status": "closed"
	},
	"EDIT1227": {
		"type": "editorial",
		"title": "[localization] Fix indentation in class template synopses.",
		"long_link": "https://github.com/cplusplus/draft/pull/1227",
		"link": "https://wg21.link/edit1227",
		"status": "closed"
	},
	"EDIT1228": {
		"type": "editorial",
		"title": "[input.output] Add numbered headings for synopses.",
		"long_link": "https://github.com/cplusplus/draft/pull/1228",
		"link": "https://wg21.link/edit1228",
		"status": "closed"
	},
	"EDIT1229": {
		"type": "editorial",
		"title": "[localization] Add numbered headings for synopses.",
		"long_link": "https://github.com/cplusplus/draft/pull/1229",
		"link": "https://wg21.link/edit1229",
		"status": "closed"
	},
	"EDIT1230": {
		"type": "editorial",
		"title": "[algorithms] Add numbered heading for synopsis.",
		"long_link": "https://github.com/cplusplus/draft/pull/1230",
		"link": "https://wg21.link/edit1230",
		"status": "closed"
	},
	"EDIT1231": {
		"type": "editorial",
		"title": "Remove \\synopsis macro.",
		"long_link": "https://github.com/cplusplus/draft/pull/1231",
		"link": "https://wg21.link/edit1231",
		"status": "closed"
	},
	"EDIT1232": {
		"type": "editorial",
		"title": "Footnote 133 should be reimagined",
		"long_link": "https://github.com/cplusplus/draft/issues/1232",
		"link": "https://wg21.link/edit1232",
		"status": "closed"
	},
	"EDIT1233": {
		"type": "editorial",
		"title": "Inconsistent placeholder styling in [over.built]",
		"long_link": "https://github.com/cplusplus/draft/issues/1233",
		"link": "https://wg21.link/edit1233",
		"status": "closed"
	},
	"EDIT1234": {
		"type": "editorial",
		"title": "[intro.races] Remove duplicated index entry for 'data race'.",
		"long_link": "https://github.com/cplusplus/draft/pull/1234",
		"link": "https://wg21.link/edit1234",
		"status": "closed"
	},
	"EDIT1235": {
		"type": "editorial",
		"title": "[string.view.hash] Add a note about equality to string hashes.",
		"long_link": "https://github.com/cplusplus/draft/pull/1235",
		"link": "https://wg21.link/edit1235",
		"status": "closed"
	},
	"EDIT1236": {
		"type": "editorial",
		"title": "[path.non-member] Structure multi-paragraph note using an itemization instead.",
		"long_link": "https://github.com/cplusplus/draft/pull/1236",
		"link": "https://wg21.link/edit1236",
		"status": "closed"
	},
	"EDIT1237": {
		"type": "editorial",
		"title": "[over.built] Rework formatting of placeholders.",
		"long_link": "https://github.com/cplusplus/draft/pull/1237",
		"link": "https://wg21.link/edit1237",
		"status": "closed"
	},
	"EDIT1238": {
		"type": "editorial",
		"title": "[library] Add full stops to \\returns etc.",
		"long_link": "https://github.com/cplusplus/draft/pull/1238",
		"link": "https://wg21.link/edit1238",
		"status": "closed"
	},
	"EDIT1239": {
		"type": "editorial",
		"title": "Don't re-use note environments for unrelated notes in subsequent paragraphs.",
		"long_link": "https://github.com/cplusplus/draft/pull/1239",
		"link": "https://wg21.link/edit1239",
		"status": "closed"
	},
	"EDIT1240": {
		"type": "editorial",
		"title": "[class.derived] Don't bother splitting last remark in note off into separate paragraph.",
		"long_link": "https://github.com/cplusplus/draft/pull/1240",
		"link": "https://wg21.link/edit1240",
		"status": "closed"
	},
	"EDIT1241": {
		"type": "editorial",
		"title": "[unord] Use 'key equality predicate' consistently.",
		"long_link": "https://github.com/cplusplus/draft/pull/1241",
		"link": "https://wg21.link/edit1241",
		"status": "closed"
	},
	"EDIT1242": {
		"type": "editorial",
		"title": "[lib] Subheadings in class descriptions",
		"long_link": "https://github.com/cplusplus/draft/issues/1242",
		"link": "https://wg21.link/edit1242",
		"status": "open"
	},
	"EDIT1243": {
		"type": "editorial",
		"title": "disambiguate an odr usage requirement in [basic.def.odr]",
		"long_link": "https://github.com/cplusplus/draft/pull/1243",
		"link": "https://wg21.link/edit1243",
		"status": "closed"
	},
	"EDIT1244": {
		"type": "editorial",
		"title": "[iostream.forward.overview] Promote introductory sentences",
		"long_link": "https://github.com/cplusplus/draft/pull/1244",
		"link": "https://wg21.link/edit1244",
		"status": "closed"
	},
	"EDIT1245": {
		"type": "editorial",
		"title": "[algorithms] Move non-modifying algorithms away",
		"long_link": "https://github.com/cplusplus/draft/pull/1245",
		"link": "https://wg21.link/edit1245",
		"status": "closed"
	},
	"EDIT1246": {
		"type": "editorial",
		"title": "[filesystems] Filesystem library edits/issues",
		"long_link": "https://github.com/cplusplus/draft/issues/1246",
		"link": "https://wg21.link/edit1246",
		"status": "open"
	},
	"EDIT1247": {
		"type": "editorial",
		"title": "[cmath.syn] C functions show five overloads; those from [sf.math] only three",
		"long_link": "https://github.com/cplusplus/draft/issues/1247",
		"link": "https://wg21.link/edit1247",
		"status": "open"
	},
	"EDIT1248": {
		"type": "editorial",
		"title": "[cmplx.over], [cmath.syn] use of undefined phrase \"effectively cast\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1248",
		"link": "https://wg21.link/edit1248",
		"status": "closed"
	},
	"EDIT1249": {
		"type": "editorial",
		"title": "[cmath.syn] \"have type float\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1249",
		"link": "https://wg21.link/edit1249",
		"status": "open"
	},
	"EDIT1250": {
		"type": "editorial",
		"title": "[sf.math] parenthesized \"of the first/second kind\"?",
		"long_link": "https://github.com/cplusplus/draft/issues/1250",
		"link": "https://wg21.link/edit1250",
		"status": "closed"
	},
	"EDIT1251": {
		"type": "editorial",
		"title": "[tuple.creation] Simplify the introductory notation, and then use notation that matches the introduction.",
		"long_link": "https://github.com/cplusplus/draft/pull/1251",
		"link": "https://wg21.link/edit1251",
		"status": "closed"
	},
	"EDIT1252": {
		"type": "editorial",
		"title": "[temp.deduct] Avoid talking about 'side effect' and 'evaluation'",
		"long_link": "https://github.com/cplusplus/draft/pull/1252",
		"link": "https://wg21.link/edit1252",
		"status": "closed"
	},
	"EDIT1253": {
		"type": "editorial",
		"title": "[meta.rel] Fix incorrect use of \\grammarterm{return-statement}.",
		"long_link": "https://github.com/cplusplus/draft/pull/1253",
		"link": "https://wg21.link/edit1253",
		"status": "closed"
	},
	"EDIT1254": {
		"type": "editorial",
		"title": "[namespace.udecl] Clarify error in example.",
		"long_link": "https://github.com/cplusplus/draft/pull/1254",
		"link": "https://wg21.link/edit1254",
		"status": "closed"
	},
	"EDIT1255": {
		"type": "editorial",
		"title": "[unique.ptr.single.modifiers] Use 'if and only if' when calling deleter.",
		"long_link": "https://github.com/cplusplus/draft/pull/1255",
		"link": "https://wg21.link/edit1255",
		"status": "closed"
	},
	"EDIT1256": {
		"type": "editorial",
		"title": "[sf.math] Promote parenthesized parts of function names",
		"long_link": "https://github.com/cplusplus/draft/pull/1256",
		"link": "https://wg21.link/edit1256",
		"status": "closed"
	},
	"EDIT1257": {
		"type": "editorial",
		"title": "[mem.res.pool], [mem.res.monotonic.buffer] \"owns\" defined, but not used",
		"long_link": "https://github.com/cplusplus/draft/issues/1257",
		"link": "https://wg21.link/edit1257",
		"status": "closed"
	},
	"EDIT1258": {
		"type": "editorial",
		"title": "[mem.res.pool.overview] Implicit definition of terms",
		"long_link": "https://github.com/cplusplus/draft/issues/1258",
		"link": "https://wg21.link/edit1258",
		"status": "open"
	},
	"EDIT1259": {
		"type": "editorial",
		"title": "[mem.res] Miscellaneous changes",
		"long_link": "https://github.com/cplusplus/draft/issues/1259",
		"link": "https://wg21.link/edit1259",
		"status": "closed"
	},
	"EDIT1260": {
		"type": "editorial",
		"title": "[mem.res.pool], [mem.res.monotonic.buffer] Do not define the otherwis…",
		"long_link": "https://github.com/cplusplus/draft/pull/1260",
		"link": "https://wg21.link/edit1260",
		"status": "closed"
	},
	"EDIT1261": {
		"type": "editorial",
		"title": "[dcl.array], [temp.deduct.type] Split notes spanning numbered paragra…",
		"long_link": "https://github.com/cplusplus/draft/pull/1261",
		"link": "https://wg21.link/edit1261",
		"status": "closed"
	},
	"EDIT1262": {
		"type": "editorial",
		"title": "Avoid \\pnum inside examples.",
		"long_link": "https://github.com/cplusplus/draft/pull/1262",
		"link": "https://wg21.link/edit1262",
		"status": "closed"
	},
	"EDIT1263": {
		"type": "editorial",
		"title": "[lib] Referring to standard library requirements.",
		"long_link": "https://github.com/cplusplus/draft/issues/1263",
		"link": "https://wg21.link/edit1263",
		"status": "open"
	},
	"EDIT1264": {
		"type": "editorial",
		"title": "[lib] Harmonize casing for 'shall meet the requirements of ... iterator'.",
		"long_link": "https://github.com/cplusplus/draft/pull/1264",
		"link": "https://wg21.link/edit1264",
		"status": "closed"
	},
	"EDIT1265": {
		"type": "editorial",
		"title": "[class.derived] Avoid \\pnum inside examples.",
		"long_link": "https://github.com/cplusplus/draft/pull/1265",
		"link": "https://wg21.link/edit1265",
		"status": "closed"
	},
	"EDIT1266": {
		"type": "editorial",
		"title": "[stmt.dcl] Clarify footnote about deadlock avoidance.",
		"long_link": "https://github.com/cplusplus/draft/pull/1266",
		"link": "https://wg21.link/edit1266",
		"status": "closed"
	},
	"EDIT1267": {
		"type": "editorial",
		"title": "[ostream.iterator], [istream.iterator] Format exposition-only members",
		"long_link": "https://github.com/cplusplus/draft/pull/1267",
		"link": "https://wg21.link/edit1267",
		"status": "closed"
	},
	"EDIT1268": {
		"type": "editorial",
		"title": "Define 'object type' only once.",
		"long_link": "https://github.com/cplusplus/draft/pull/1268",
		"link": "https://wg21.link/edit1268",
		"status": "closed"
	},
	"EDIT1269": {
		"type": "editorial",
		"title": "Fix typos in [mem.poly.allocator.mem]/9.1 and /9.5",
		"long_link": "https://github.com/cplusplus/draft/pull/1269",
		"link": "https://wg21.link/edit1269",
		"status": "closed"
	},
	"EDIT1270": {
		"type": "editorial",
		"title": "[dcl.init.aggr] Add example for array of unknown bound",
		"long_link": "https://github.com/cplusplus/draft/pull/1270",
		"link": "https://wg21.link/edit1270",
		"status": "closed"
	},
	"EDIT1271": {
		"type": "editorial",
		"title": "[associative.reqmts] Harmonize capitalization.",
		"long_link": "https://github.com/cplusplus/draft/pull/1271",
		"link": "https://wg21.link/edit1271",
		"status": "closed"
	},
	"EDIT1272": {
		"type": "editorial",
		"title": "[unord.req] Split column heading into two rows",
		"long_link": "https://github.com/cplusplus/draft/pull/1272",
		"link": "https://wg21.link/edit1272",
		"status": "closed"
	},
	"EDIT1273": {
		"type": "editorial",
		"title": "[containers] Replace pre: and post: in requirements tables",
		"long_link": "https://github.com/cplusplus/draft/pull/1273",
		"link": "https://wg21.link/edit1273",
		"status": "closed"
	},
	"EDIT1274": {
		"type": "editorial",
		"title": "Use \\tcode for indexed type placeholders (also in math mode)",
		"long_link": "https://github.com/cplusplus/draft/pull/1274",
		"link": "https://wg21.link/edit1274",
		"status": "closed"
	},
	"EDIT1275": {
		"type": "editorial",
		"title": "[lib] For showing complexity, use $N \\log N$",
		"long_link": "https://github.com/cplusplus/draft/pull/1275",
		"link": "https://wg21.link/edit1275",
		"status": "closed"
	},
	"EDIT1276": {
		"type": "editorial",
		"title": "[cstdint.syn] should list the macros it defines",
		"long_link": "https://github.com/cplusplus/draft/issues/1276",
		"link": "https://wg21.link/edit1276",
		"status": "closed"
	},
	"EDIT1277": {
		"type": "editorial",
		"title": "[lex.literal] Avoid references to plain 'literal'",
		"long_link": "https://github.com/cplusplus/draft/pull/1277",
		"link": "https://wg21.link/edit1277",
		"status": "closed"
	},
	"EDIT1278": {
		"type": "editorial",
		"title": "Harmonize spacing for template headers.",
		"long_link": "https://github.com/cplusplus/draft/pull/1278",
		"link": "https://wg21.link/edit1278",
		"status": "closed"
	},
	"EDIT1279": {
		"type": "editorial",
		"title": "[intro.refs] Add normative references to LIA-1 and IEEE 754.",
		"long_link": "https://github.com/cplusplus/draft/pull/1279",
		"link": "https://wg21.link/edit1279",
		"status": "closed"
	},
	"EDIT1280": {
		"type": "editorial",
		"title": "Inconsistencies with \"object declarations\", \"declarations that declare objects\" and \"class members of object type\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1280",
		"link": "https://wg21.link/edit1280",
		"status": "open"
	},
	"EDIT1281": {
		"type": "editorial",
		"title": "More pre:'s and post:'s in library specification",
		"long_link": "https://github.com/cplusplus/draft/issues/1281",
		"link": "https://wg21.link/edit1281",
		"status": "closed"
	},
	"EDIT1282": {
		"type": "editorial",
		"title": "[string.view.find] Fix grammar (add missing 'be').",
		"long_link": "https://github.com/cplusplus/draft/pull/1282",
		"link": "https://wg21.link/edit1282",
		"status": "closed"
	},
	"EDIT1283": {
		"type": "editorial",
		"title": "Mechanically harmonize indexed types to $\\tcode{T}_i$.",
		"long_link": "https://github.com/cplusplus/draft/pull/1283",
		"link": "https://wg21.link/edit1283",
		"status": "closed"
	},
	"EDIT1284": {
		"type": "editorial",
		"title": "[lib] Replace pre: and post: in requirements tables",
		"long_link": "https://github.com/cplusplus/draft/pull/1284",
		"link": "https://wg21.link/edit1284",
		"status": "closed"
	},
	"EDIT1285": {
		"type": "editorial",
		"title": "[func.bind.bind] Reformat to use math-style indexing.",
		"long_link": "https://github.com/cplusplus/draft/pull/1285",
		"link": "https://wg21.link/edit1285",
		"status": "closed"
	},
	"EDIT1286": {
		"type": "editorial",
		"title": "[except] Replace \\term and \\textit",
		"long_link": "https://github.com/cplusplus/draft/pull/1286",
		"link": "https://wg21.link/edit1286",
		"status": "closed"
	},
	"EDIT1287": {
		"type": "editorial",
		"title": "[utilities] Tweaks for better linebreaks",
		"long_link": "https://github.com/cplusplus/draft/pull/1287",
		"link": "https://wg21.link/edit1287",
		"status": "closed"
	},
	"EDIT1288": {
		"type": "editorial",
		"title": "[string.view] Remove unnecessary std:: prefixes.",
		"long_link": "https://github.com/cplusplus/draft/pull/1288",
		"link": "https://wg21.link/edit1288",
		"status": "closed"
	},
	"EDIT1289": {
		"type": "editorial",
		"title": "[strings] Remove remarks that repeat what was stated a few lines before.",
		"long_link": "https://github.com/cplusplus/draft/pull/1289",
		"link": "https://wg21.link/edit1289",
		"status": "closed"
	},
	"EDIT1290": {
		"type": "editorial",
		"title": "[sf.cmath.cyl_bessel_j] Remove parentheses for index entry",
		"long_link": "https://github.com/cplusplus/draft/pull/1290",
		"link": "https://wg21.link/edit1290",
		"status": "closed"
	},
	"EDIT1291": {
		"type": "editorial",
		"title": "[sf.cmath] association of Greek math variables with parameters fails",
		"long_link": "https://github.com/cplusplus/draft/issues/1291",
		"link": "https://wg21.link/edit1291",
		"status": "closed"
	},
	"EDIT1292": {
		"type": "editorial",
		"title": "[meta.trans.other] add missing cv for common_type",
		"long_link": "https://github.com/cplusplus/draft/pull/1292",
		"link": "https://wg21.link/edit1292",
		"status": "closed"
	},
	"EDIT1293": {
		"type": "editorial",
		"title": "[char.traits.specializations] Inconsistent punctuation in stable names of subsections",
		"long_link": "https://github.com/cplusplus/draft/issues/1293",
		"link": "https://wg21.link/edit1293",
		"status": "closed"
	},
	"EDIT1294": {
		"type": "editorial",
		"title": "[char.traits.specializations] Add missing \\tcode.",
		"long_link": "https://github.com/cplusplus/draft/pull/1294",
		"link": "https://wg21.link/edit1294",
		"status": "closed"
	},
	"EDIT1295": {
		"type": "editorial",
		"title": "Decide on \\defn{thing}{s} vs \\defnx{things}{thing}",
		"long_link": "https://github.com/cplusplus/draft/issues/1295",
		"link": "https://wg21.link/edit1295",
		"status": "closed"
	},
	"EDIT1296": {
		"type": "editorial",
		"title": "Consistently italicize definitions' plural 's'.",
		"long_link": "https://github.com/cplusplus/draft/pull/1296",
		"link": "https://wg21.link/edit1296",
		"status": "closed"
	},
	"EDIT1297": {
		"type": "editorial",
		"title": "Capitalize notes.",
		"long_link": "https://github.com/cplusplus/draft/pull/1297",
		"link": "https://wg21.link/edit1297",
		"status": "closed"
	},
	"EDIT1298": {
		"type": "editorial",
		"title": "[class.virtual] Adjust whitespace to fix vertical alignment in code example.",
		"long_link": "https://github.com/cplusplus/draft/pull/1298",
		"link": "https://wg21.link/edit1298",
		"status": "closed"
	},
	"EDIT1299": {
		"type": "editorial",
		"title": "[util.smartptr.enab]/8 and P0033R1",
		"long_link": "https://github.com/cplusplus/draft/issues/1299",
		"link": "https://wg21.link/edit1299",
		"status": "closed"
	},
	"EDIT1300": {
		"type": "editorial",
		"title": "[expr] Split off definition of 'composite pointer type' into dedicated paragraph.",
		"long_link": "https://github.com/cplusplus/draft/pull/1300",
		"link": "https://wg21.link/edit1300",
		"status": "closed"
	},
	"EDIT1301": {
		"type": "editorial",
		"title": "[expr.reinterpret.cast] impldef not indexed",
		"long_link": "https://github.com/cplusplus/draft/issues/1301",
		"link": "https://wg21.link/edit1301",
		"status": "closed"
	},
	"EDIT1302": {
		"type": "editorial",
		"title": "Replace 'sub-clause' by 'subclause'",
		"long_link": "https://github.com/cplusplus/draft/pull/1302",
		"link": "https://wg21.link/edit1302",
		"status": "closed"
	},
	"EDIT1303": {
		"type": "editorial",
		"title": "[limits] Use normal font in \"try block\"",
		"long_link": "https://github.com/cplusplus/draft/pull/1303",
		"link": "https://wg21.link/edit1303",
		"status": "closed"
	},
	"EDIT1304": {
		"type": "editorial",
		"title": "\"main()\" vs. \"main function\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1304",
		"link": "https://wg21.link/edit1304",
		"status": "closed"
	},
	"EDIT1305": {
		"type": "editorial",
		"title": "Code font in \"return statement\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1305",
		"link": "https://wg21.link/edit1305",
		"status": "closed"
	},
	"EDIT1306": {
		"type": "editorial",
		"title": "[class.virtual] Add index entry for covariant return types.",
		"long_link": "https://github.com/cplusplus/draft/pull/1306",
		"link": "https://wg21.link/edit1306",
		"status": "closed"
	},
	"EDIT1307": {
		"type": "editorial",
		"title": "[expr.reinterpret.cast] Index implementation-defined behavior.",
		"long_link": "https://github.com/cplusplus/draft/pull/1307",
		"link": "https://wg21.link/edit1307",
		"status": "closed"
	},
	"EDIT1308": {
		"type": "editorial",
		"title": "Harmonize formatting of 'main' function.",
		"long_link": "https://github.com/cplusplus/draft/pull/1308",
		"link": "https://wg21.link/edit1308",
		"status": "closed"
	},
	"EDIT1309": {
		"type": "editorial",
		"title": "Consider using more \"Descriptive variable definitions\" tables for requirements",
		"long_link": "https://github.com/cplusplus/draft/issues/1309",
		"link": "https://wg21.link/edit1309",
		"status": "open"
	},
	"EDIT1310": {
		"type": "editorial",
		"title": "Decide as what kind of entity to annotate \"derived-declarator-type-list\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1310",
		"link": "https://wg21.link/edit1310",
		"status": "closed"
	},
	"EDIT1311": {
		"type": "editorial",
		"title": "[expr.unary.noexcept] expression grammarterm marked as \\tcode",
		"long_link": "https://github.com/cplusplus/draft/issues/1311",
		"link": "https://wg21.link/edit1311",
		"status": "closed"
	},
	"EDIT1312": {
		"type": "editorial",
		"title": "Replace \\nonterminal with \\grammarterm or \\cv or \\cvqual or ...",
		"long_link": "https://github.com/cplusplus/draft/issues/1312",
		"link": "https://wg21.link/edit1312",
		"status": "closed"
	},
	"EDIT1313": {
		"type": "editorial",
		"title": "[expr.unary.noexcept] Use \\grammarterm{expression}, not \\tcode.",
		"long_link": "https://github.com/cplusplus/draft/pull/1313",
		"link": "https://wg21.link/edit1313",
		"status": "closed"
	},
	"EDIT1314": {
		"type": "editorial",
		"title": "[util.smartptr.enab] Remove leftover postcondition after P0033R1.",
		"long_link": "https://github.com/cplusplus/draft/pull/1314",
		"link": "https://wg21.link/edit1314",
		"status": "closed"
	},
	"EDIT1315": {
		"type": "editorial",
		"title": "[dcl.meaning] Consistently use \\placeholder{derived-declarator-type-l…",
		"long_link": "https://github.com/cplusplus/draft/pull/1315",
		"link": "https://wg21.link/edit1315",
		"status": "closed"
	},
	"EDIT1316": {
		"type": "editorial",
		"title": "Replace \\nonterminal with \\grammarterm or \\cvqual, as appropriate.",
		"long_link": "https://github.com/cplusplus/draft/pull/1316",
		"link": "https://wg21.link/edit1316",
		"status": "closed"
	},
	"EDIT1317": {
		"type": "editorial",
		"title": "[sf.cmath] Fix 'where' associations of Greek variable names.",
		"long_link": "https://github.com/cplusplus/draft/pull/1317",
		"link": "https://wg21.link/edit1317",
		"status": "closed"
	},
	"EDIT1318": {
		"type": "editorial",
		"title": "[conv.lval] Split off description of conversion result into dedicated paragraph.",
		"long_link": "https://github.com/cplusplus/draft/pull/1318",
		"link": "https://wg21.link/edit1318",
		"status": "closed"
	},
	"EDIT1319": {
		"type": "editorial",
		"title": "Add missing hyphen in 'floating-point'.",
		"long_link": "https://github.com/cplusplus/draft/pull/1319",
		"link": "https://wg21.link/edit1319",
		"status": "closed"
	},
	"EDIT1320": {
		"type": "editorial",
		"title": "wrongly added {}",
		"long_link": "https://github.com/cplusplus/draft/issues/1320",
		"link": "https://wg21.link/edit1320",
		"status": "closed"
	},
	"EDIT1321": {
		"type": "editorial",
		"title": "[basic] Remove stray whitespace after \\tcode{...}",
		"long_link": "https://github.com/cplusplus/draft/pull/1321",
		"link": "https://wg21.link/edit1321",
		"status": "closed"
	},
	"EDIT1322": {
		"type": "editorial",
		"title": "[stmt.stmt] Remove stray {} after \\grammarterm.",
		"long_link": "https://github.com/cplusplus/draft/pull/1322",
		"link": "https://wg21.link/edit1322",
		"status": "closed"
	},
	"EDIT1323": {
		"type": "editorial",
		"title": "[re.submatch.op] Remove excessive parentheses in \"Returns:\" element.",
		"long_link": "https://github.com/cplusplus/draft/pull/1323",
		"link": "https://wg21.link/edit1323",
		"status": "closed"
	},
	"EDIT1324": {
		"type": "editorial",
		"title": "[complex.ops] Don't repeat declaration in \"Effects:\" element.",
		"long_link": "https://github.com/cplusplus/draft/pull/1324",
		"link": "https://wg21.link/edit1324",
		"status": "closed"
	},
	"EDIT1325": {
		"type": "editorial",
		"title": "Issues of ending indeces.",
		"long_link": "https://github.com/cplusplus/draft/issues/1325",
		"link": "https://wg21.link/edit1325",
		"status": "closed"
	},
	"EDIT1326": {
		"type": "editorial",
		"title": "[dcl.link] missing impldef index",
		"long_link": "https://github.com/cplusplus/draft/issues/1326",
		"link": "https://wg21.link/edit1326",
		"status": "closed"
	},
	"EDIT1327": {
		"type": "editorial",
		"title": "[dcl.init] Fix a typo in definition of const-default-constructible",
		"long_link": "https://github.com/cplusplus/draft/pull/1327",
		"link": "https://wg21.link/edit1327",
		"status": "closed"
	},
	"EDIT1328": {
		"type": "editorial",
		"title": "Fix range_close markers for index ranges",
		"long_link": "https://github.com/cplusplus/draft/pull/1328",
		"link": "https://wg21.link/edit1328",
		"status": "closed"
	},
	"EDIT1329": {
		"type": "editorial",
		"title": "[rand.util.seedseq] Consistently format T(...) as ordinary math, not code.",
		"long_link": "https://github.com/cplusplus/draft/pull/1329",
		"link": "https://wg21.link/edit1329",
		"status": "closed"
	},
	"EDIT1330": {
		"type": "editorial",
		"title": "[dcl.link] Index implementation-defined behavior.",
		"long_link": "https://github.com/cplusplus/draft/pull/1330",
		"link": "https://wg21.link/edit1330",
		"status": "closed"
	},
	"EDIT1331": {
		"type": "editorial",
		"title": "[rand.adapt.shuf] Declaration and initialization order of \"exposition only\" variables does not match",
		"long_link": "https://github.com/cplusplus/draft/issues/1331",
		"link": "https://wg21.link/edit1331",
		"status": "closed"
	},
	"EDIT1332": {
		"type": "editorial",
		"title": "[rand.adapt.shuf] Show exposition-only members in the order",
		"long_link": "https://github.com/cplusplus/draft/pull/1332",
		"link": "https://wg21.link/edit1332",
		"status": "closed"
	},
	"EDIT1333": {
		"type": "editorial",
		"title": "[string.io] Don't refer to sentry by name it was not given.",
		"long_link": "https://github.com/cplusplus/draft/pull/1333",
		"link": "https://wg21.link/edit1333",
		"status": "closed"
	},
	"EDIT1334": {
		"type": "editorial",
		"title": "[class.gslice.overview] Replace $$...$$ with \\[...\\].",
		"long_link": "https://github.com/cplusplus/draft/pull/1334",
		"link": "https://wg21.link/edit1334",
		"status": "closed"
	},
	"EDIT1335": {
		"type": "editorial",
		"title": "Cleanup \"partial specializations\" language in [atomics.syn]",
		"long_link": "https://github.com/cplusplus/draft/pull/1335",
		"link": "https://wg21.link/edit1335",
		"status": "closed"
	},
	"EDIT1336": {
		"type": "editorial",
		"title": "[rand.adapt.ibits] Don't typeset binary + as unary +.",
		"long_link": "https://github.com/cplusplus/draft/pull/1336",
		"link": "https://wg21.link/edit1336",
		"status": "closed"
	},
	"EDIT1337": {
		"type": "editorial",
		"title": "[valarray.access] 'evaluates as' -> 'evaluates to'.",
		"long_link": "https://github.com/cplusplus/draft/pull/1337",
		"link": "https://wg21.link/edit1337",
		"status": "closed"
	},
	"EDIT1338": {
		"type": "editorial",
		"title": "[string.insert] Typo fix for argument name",
		"long_link": "https://github.com/cplusplus/draft/pull/1338",
		"link": "https://wg21.link/edit1338",
		"status": "closed"
	},
	"EDIT1339": {
		"type": "editorial",
		"title": "[dcl.enum, conv.prom] Style min/max subscripts as labels, not variables.",
		"long_link": "https://github.com/cplusplus/draft/pull/1339",
		"link": "https://wg21.link/edit1339",
		"status": "closed"
	},
	"EDIT1340": {
		"type": "editorial",
		"title": "[rand.req.eng] Omit superfluous dollar-math wrapping inside \\bigoh.",
		"long_link": "https://github.com/cplusplus/draft/pull/1340",
		"link": "https://wg21.link/edit1340",
		"status": "closed"
	},
	"EDIT1341": {
		"type": "editorial",
		"title": "[iterator.traits] Add index entry for std::iterator_traits.",
		"long_link": "https://github.com/cplusplus/draft/pull/1341",
		"link": "https://wg21.link/edit1341",
		"status": "closed"
	},
	"EDIT1342": {
		"type": "editorial",
		"title": "Preserve whitespace after \\shr and \\shl where appropriate.",
		"long_link": "https://github.com/cplusplus/draft/pull/1342",
		"link": "https://wg21.link/edit1342",
		"status": "closed"
	},
	"EDIT1343": {
		"type": "editorial",
		"title": "10.2p12 wrong example.",
		"long_link": "https://github.com/cplusplus/draft/issues/1343",
		"link": "https://wg21.link/edit1343",
		"status": "closed"
	},
	"EDIT1344": {
		"type": "editorial",
		"title": "Replace \\mbox with \\text where appropriate",
		"long_link": "https://github.com/cplusplus/draft/issues/1344",
		"link": "https://wg21.link/edit1344",
		"status": "closed"
	},
	"EDIT1345": {
		"type": "editorial",
		"title": "[rand.util.seedseq] Replace nested ternary expressions with definition by cases.",
		"long_link": "https://github.com/cplusplus/draft/pull/1345",
		"link": "https://wg21.link/edit1345",
		"status": "closed"
	},
	"EDIT1346": {
		"type": "editorial",
		"title": "Remove \\shl and \\shr.",
		"long_link": "https://github.com/cplusplus/draft/pull/1346",
		"link": "https://wg21.link/edit1346",
		"status": "closed"
	},
	"EDIT1347": {
		"type": "editorial",
		"title": "[class.temporary/1] `(\\ref{class.access})` should be `(Clause~\\ref{class.access})`",
		"long_link": "https://github.com/cplusplus/draft/issues/1347",
		"link": "https://wg21.link/edit1347",
		"status": "closed"
	},
	"EDIT1348": {
		"type": "editorial",
		"title": "[class.temporary] Use 'Clause~\\ref{class.access}'",
		"long_link": "https://github.com/cplusplus/draft/pull/1348",
		"link": "https://wg21.link/edit1348",
		"status": "closed"
	},
	"EDIT1349": {
		"type": "editorial",
		"title": "[dcl.enum] Fix calculation for bmax",
		"long_link": "https://github.com/cplusplus/draft/pull/1349",
		"link": "https://wg21.link/edit1349",
		"status": "open"
	},
	"EDIT1350": {
		"type": "editorial",
		"title": "In math, do not needlessly wrap \\tcode inside \\text.",
		"long_link": "https://github.com/cplusplus/draft/pull/1350",
		"link": "https://wg21.link/edit1350",
		"status": "closed"
	},
	"EDIT1351": {
		"type": "editorial",
		"title": "Inconsistent italicization of \\nontermdef's colon in bnf and bnfkeywordtab envs",
		"long_link": "https://github.com/cplusplus/draft/issues/1351",
		"link": "https://wg21.link/edit1351",
		"status": "closed"
	},
	"EDIT1352": {
		"type": "editorial",
		"title": "[dcl.enum] Add missing \\tcode in comment in example code.",
		"long_link": "https://github.com/cplusplus/draft/pull/1352",
		"link": "https://wg21.link/edit1352",
		"status": "closed"
	},
	"EDIT1353": {
		"type": "editorial",
		"title": "[expr.prim.fold]  Fix alignment in list of fold-operators.",
		"long_link": "https://github.com/cplusplus/draft/pull/1353",
		"link": "https://wg21.link/edit1353",
		"status": "closed"
	},
	"EDIT1354": {
		"type": "editorial",
		"title": "[numerics] Remove useless \\mbox wrappings.",
		"long_link": "https://github.com/cplusplus/draft/pull/1354",
		"link": "https://wg21.link/edit1354",
		"status": "closed"
	},
	"EDIT1355": {
		"type": "editorial",
		"title": "Do not italicize colons when defining grammar non-terminals or",
		"long_link": "https://github.com/cplusplus/draft/pull/1355",
		"link": "https://wg21.link/edit1355",
		"status": "closed"
	},
	"EDIT1356": {
		"type": "editorial",
		"title": "Capitalize examples where appropriate.",
		"long_link": "https://github.com/cplusplus/draft/pull/1356",
		"link": "https://wg21.link/edit1356",
		"status": "closed"
	},
	"EDIT1357": {
		"type": "editorial",
		"title": "Remove stray whitespace around scope resolution operator.",
		"long_link": "https://github.com/cplusplus/draft/pull/1357",
		"link": "https://wg21.link/edit1357",
		"status": "closed"
	},
	"EDIT1358": {
		"type": "editorial",
		"title": "[re] Remove whitespace before \\colcol.",
		"long_link": "https://github.com/cplusplus/draft/pull/1358",
		"link": "https://wg21.link/edit1358",
		"status": "closed"
	},
	"EDIT1359": {
		"type": "editorial",
		"title": "Inconsistent use of \\colcol vs. ::\\brk{}",
		"long_link": "https://github.com/cplusplus/draft/issues/1359",
		"link": "https://wg21.link/edit1359",
		"status": "closed"
	},
	"EDIT1360": {
		"type": "editorial",
		"title": "[any.class]/3 Rephrase example",
		"long_link": "https://github.com/cplusplus/draft/issues/1360",
		"link": "https://wg21.link/edit1360",
		"status": "open"
	},
	"EDIT1361": {
		"type": "editorial",
		"title": "[temp.deduct.type] Don't style prose as monotype.",
		"long_link": "https://github.com/cplusplus/draft/pull/1361",
		"link": "https://wg21.link/edit1361",
		"status": "closed"
	},
	"EDIT1362": {
		"type": "editorial",
		"title": "[dcl.fct] Make bnf indentation in source match presentation.",
		"long_link": "https://github.com/cplusplus/draft/pull/1362",
		"link": "https://wg21.link/edit1362",
		"status": "closed"
	},
	"EDIT1363": {
		"type": "editorial",
		"title": "[any.modifiers] Remove space in 'forward<Args> (args)'.",
		"long_link": "https://github.com/cplusplus/draft/pull/1363",
		"link": "https://wg21.link/edit1363",
		"status": "closed"
	},
	"EDIT1364": {
		"type": "editorial",
		"title": "Remove stray whitespace after opening parentheses.",
		"long_link": "https://github.com/cplusplus/draft/pull/1364",
		"link": "https://wg21.link/edit1364",
		"status": "closed"
	},
	"EDIT1365": {
		"type": "editorial",
		"title": "consistent whitespace in \\tcode types",
		"long_link": "https://github.com/cplusplus/draft/pull/1365",
		"link": "https://wg21.link/edit1365",
		"status": "closed"
	},
	"EDIT1366": {
		"type": "editorial",
		"title": "Fix remaining uses of \\Cpp macro",
		"long_link": "https://github.com/cplusplus/draft/pull/1366",
		"link": "https://wg21.link/edit1366",
		"status": "closed"
	},
	"EDIT1367": {
		"type": "editorial",
		"title": "[diff] Consider assigning paragraph numbers to changes",
		"long_link": "https://github.com/cplusplus/draft/issues/1367",
		"link": "https://wg21.link/edit1367",
		"status": "closed"
	},
	"EDIT1368": {
		"type": "editorial",
		"title": "[diff.expr] Remove stray paragraph break.",
		"long_link": "https://github.com/cplusplus/draft/pull/1368",
		"link": "https://wg21.link/edit1368",
		"status": "closed"
	},
	"EDIT1369": {
		"type": "editorial",
		"title": "\"pointer to member\" vs \"pointer-to-member\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1369",
		"link": "https://wg21.link/edit1369",
		"status": "closed"
	},
	"EDIT1370": {
		"type": "editorial",
		"title": "[temp] Replace \\term with \\defn or \\placeholder",
		"long_link": "https://github.com/cplusplus/draft/pull/1370",
		"link": "https://wg21.link/edit1370",
		"status": "closed"
	},
	"EDIT1371": {
		"type": "editorial",
		"title": "[dcl.ambig.res] Describe example ambiguous case more clearly.",
		"long_link": "https://github.com/cplusplus/draft/pull/1371",
		"link": "https://wg21.link/edit1371",
		"status": "closed"
	},
	"EDIT1372": {
		"type": "editorial",
		"title": "[dcl.ptr] Remove unnecessary line break in comment in example code.",
		"long_link": "https://github.com/cplusplus/draft/pull/1372",
		"link": "https://wg21.link/edit1372",
		"status": "closed"
	},
	"EDIT1373": {
		"type": "editorial",
		"title": "[expr.cond]/4.3 simplification",
		"long_link": "https://github.com/cplusplus/draft/issues/1373",
		"link": "https://wg21.link/edit1373",
		"status": "closed"
	},
	"EDIT1374": {
		"type": "editorial",
		"title": "[expr.cond] drop redundant subclause",
		"long_link": "https://github.com/cplusplus/draft/pull/1374",
		"link": "https://wg21.link/edit1374",
		"status": "open"
	},
	"EDIT1375": {
		"type": "editorial",
		"title": "Style references to numbered lines in example code consistently",
		"long_link": "https://github.com/cplusplus/draft/issues/1375",
		"link": "https://wg21.link/edit1375",
		"status": "closed"
	},
	"EDIT1376": {
		"type": "editorial",
		"title": "[utilities.general] Missing row separator in table",
		"long_link": "https://github.com/cplusplus/draft/issues/1376",
		"link": "https://wg21.link/edit1376",
		"status": "closed"
	},
	"EDIT1377": {
		"type": "editorial",
		"title": "[cpp.concat] In example code comment, remove unnecessary line break and format code as code.",
		"long_link": "https://github.com/cplusplus/draft/pull/1377",
		"link": "https://wg21.link/edit1377",
		"status": "closed"
	},
	"EDIT1378": {
		"type": "editorial",
		"title": "CWG telecon: \"re-declared\" -> \"redeclared\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1378",
		"link": "https://wg21.link/edit1378",
		"status": "closed"
	},
	"EDIT1379": {
		"type": "editorial",
		"title": "CWG telecon: mix of \"base subobject\" and \"base class subobject\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1379",
		"link": "https://wg21.link/edit1379",
		"status": "closed"
	},
	"EDIT1380": {
		"type": "editorial",
		"title": "Consistently use 'this International Standard'.",
		"long_link": "https://github.com/cplusplus/draft/pull/1380",
		"link": "https://wg21.link/edit1380",
		"status": "closed"
	},
	"EDIT1381": {
		"type": "editorial",
		"title": "[stmt.stmt], [dcl.attr.deprecated] Remove hyphen in 're-declared'",
		"long_link": "https://github.com/cplusplus/draft/pull/1381",
		"link": "https://wg21.link/edit1381",
		"status": "closed"
	},
	"EDIT1382": {
		"type": "editorial",
		"title": "Use 'base class subobject', not 'base subobject'",
		"long_link": "https://github.com/cplusplus/draft/pull/1382",
		"link": "https://wg21.link/edit1382",
		"status": "closed"
	},
	"EDIT1383": {
		"type": "editorial",
		"title": "Use body font, not \\tcode, for '#1' code line references in running t…",
		"long_link": "https://github.com/cplusplus/draft/pull/1383",
		"link": "https://wg21.link/edit1383",
		"status": "closed"
	},
	"EDIT1384": {
		"type": "editorial",
		"title": "'floating-point something', not 'floating point something'",
		"long_link": "https://github.com/cplusplus/draft/pull/1384",
		"link": "https://wg21.link/edit1384",
		"status": "closed"
	},
	"EDIT1385": {
		"type": "editorial",
		"title": "Remove space between period/comma and footnote reference.",
		"long_link": "https://github.com/cplusplus/draft/pull/1385",
		"link": "https://wg21.link/edit1385",
		"status": "closed"
	},
	"EDIT1386": {
		"type": "editorial",
		"title": "Hyphenate 'pointer-to-member' when it is an adjective.",
		"long_link": "https://github.com/cplusplus/draft/pull/1386",
		"link": "https://wg21.link/edit1386",
		"status": "closed"
	},
	"EDIT1387": {
		"type": "editorial",
		"title": "[cpp.pragma.op] Add missing \\pnums and remove unwanted paragraph breaks.",
		"long_link": "https://github.com/cplusplus/draft/pull/1387",
		"link": "https://wg21.link/edit1387",
		"status": "closed"
	},
	"EDIT1388": {
		"type": "editorial",
		"title": "[cpp.pragma.op] Take into account encoding-prefixes other than 'L'",
		"long_link": "https://github.com/cplusplus/draft/issues/1388",
		"link": "https://wg21.link/edit1388",
		"status": "closed"
	},
	"EDIT1389": {
		"type": "editorial",
		"title": "Use \"this document\" instead of \"this International Standard\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1389",
		"link": "https://wg21.link/edit1389",
		"status": "closed"
	},
	"EDIT1390": {
		"type": "editorial",
		"title": "Comment out ellipses when they mean \"more code here\" rather than an actual ellipsis token.",
		"long_link": "https://github.com/cplusplus/draft/issues/1390",
		"link": "https://wg21.link/edit1390",
		"status": "open"
	},
	"EDIT1391": {
		"type": "editorial",
		"title": "Format index entries that redirect to multiple other index entries consistently",
		"long_link": "https://github.com/cplusplus/draft/issues/1391",
		"link": "https://wg21.link/edit1391",
		"status": "closed"
	},
	"EDIT1392": {
		"type": "editorial",
		"title": "[optional.ctor] missing \\pnum",
		"long_link": "https://github.com/cplusplus/draft/issues/1392",
		"link": "https://wg21.link/edit1392",
		"status": "closed"
	},
	"EDIT1393": {
		"type": "editorial",
		"title": "Comment out ellipses when they mean \"more code here\" rather than an actual ellipsis token.",
		"long_link": "https://github.com/cplusplus/draft/pull/1393",
		"link": "https://wg21.link/edit1393",
		"status": "closed"
	},
	"EDIT1394": {
		"type": "editorial",
		"title": "[optional.observe] Redundant remarks?",
		"long_link": "https://github.com/cplusplus/draft/issues/1394",
		"link": "https://wg21.link/edit1394",
		"status": "closed"
	},
	"EDIT1395": {
		"type": "editorial",
		"title": "[namespace.memdef]/3",
		"long_link": "https://github.com/cplusplus/draft/pull/1395",
		"link": "https://wg21.link/edit1395",
		"status": "closed"
	},
	"EDIT1396": {
		"type": "editorial",
		"title": "Add missing \\pnums.",
		"long_link": "https://github.com/cplusplus/draft/pull/1396",
		"link": "https://wg21.link/edit1396",
		"status": "closed"
	},
	"EDIT1397": {
		"type": "editorial",
		"title": "[basic.ios.cons] Remove stray semicolon.",
		"long_link": "https://github.com/cplusplus/draft/pull/1397",
		"link": "https://wg21.link/edit1397",
		"status": "closed"
	},
	"EDIT1398": {
		"type": "editorial",
		"title": "[variant.assign], [variant.swap]: place \\item before or after \"Otherwise,\"?",
		"long_link": "https://github.com/cplusplus/draft/issues/1398",
		"link": "https://wg21.link/edit1398",
		"status": "closed"
	},
	"EDIT1399": {
		"type": "editorial",
		"title": "[variant.visit], [variant.monostate], missing \\pnum",
		"long_link": "https://github.com/cplusplus/draft/issues/1399",
		"link": "https://wg21.link/edit1399",
		"status": "closed"
	},
	"EDIT1400": {
		"type": "editorial",
		"title": "[tuple.creation] Fix formatting errors and capitalization in description of tuple_cat.",
		"long_link": "https://github.com/cplusplus/draft/pull/1400",
		"link": "https://wg21.link/edit1400",
		"status": "closed"
	},
	"EDIT1401": {
		"type": "editorial",
		"title": "[any] \"contained value\" vs \"contained object\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1401",
		"link": "https://wg21.link/edit1401",
		"status": "closed"
	},
	"EDIT1402": {
		"type": "editorial",
		"title": "Header <ratio> synopsis has two blocks for \"ratio comparisons\", one of them with a bad link",
		"long_link": "https://github.com/cplusplus/draft/issues/1402",
		"link": "https://wg21.link/edit1402",
		"status": "closed"
	},
	"EDIT1403": {
		"type": "editorial",
		"title": "Term \"functor\" is used but never defined",
		"long_link": "https://github.com/cplusplus/draft/issues/1403",
		"link": "https://wg21.link/edit1403",
		"status": "closed"
	},
	"EDIT1404": {
		"type": "editorial",
		"title": "[support.types] Mixed-up description of <cstddef>",
		"long_link": "https://github.com/cplusplus/draft/issues/1404",
		"link": "https://wg21.link/edit1404",
		"status": "closed"
	},
	"EDIT1405": {
		"type": "editorial",
		"title": "[function.objects] removes uses of term functor",
		"long_link": "https://github.com/cplusplus/draft/pull/1405",
		"link": "https://wg21.link/edit1405",
		"status": "closed"
	},
	"EDIT1406": {
		"type": "editorial",
		"title": "s/0-based/zero-based/",
		"long_link": "https://github.com/cplusplus/draft/pull/1406",
		"link": "https://wg21.link/edit1406",
		"status": "closed"
	},
	"EDIT1407": {
		"type": "editorial",
		"title": "Reasoning about IO types",
		"long_link": "https://github.com/cplusplus/draft/issues/1407",
		"link": "https://wg21.link/edit1407",
		"status": "closed"
	},
	"EDIT1408": {
		"type": "editorial",
		"title": "[dcl.attr.depend] Fix spacing in /**/ comments in example.",
		"long_link": "https://github.com/cplusplus/draft/pull/1408",
		"link": "https://wg21.link/edit1408",
		"status": "closed"
	},
	"EDIT1409": {
		"type": "editorial",
		"title": "[alg.heap.operations] Use \\bigoh instead of \\mathcal{O}.",
		"long_link": "https://github.com/cplusplus/draft/pull/1409",
		"link": "https://wg21.link/edit1409",
		"status": "closed"
	},
	"EDIT1410": {
		"type": "editorial",
		"title": "[dcl.enum] Italicize 'unscoped enumeration' in its definition.",
		"long_link": "https://github.com/cplusplus/draft/pull/1410",
		"link": "https://wg21.link/edit1410",
		"status": "closed"
	},
	"EDIT1411": {
		"type": "editorial",
		"title": "Use `value_type` instead of `charT` in the `string_view` declarations.",
		"long_link": "https://github.com/cplusplus/draft/pull/1411",
		"link": "https://wg21.link/edit1411",
		"status": "closed"
	},
	"EDIT1412": {
		"type": "editorial",
		"title": "[locale.time.get] change undefined term \"record\" to \"object\"",
		"long_link": "https://github.com/cplusplus/draft/pull/1412",
		"link": "https://wg21.link/edit1412",
		"status": "closed"
	},
	"EDIT1413": {
		"type": "editorial",
		"title": "[valarray.members] Style unary minus sign as math symbol, not as hyphen.",
		"long_link": "https://github.com/cplusplus/draft/pull/1413",
		"link": "https://wg21.link/edit1413",
		"status": "closed"
	},
	"EDIT1414": {
		"type": "editorial",
		"title": "Footnote 152 contains \"should\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1414",
		"link": "https://wg21.link/edit1414",
		"status": "open"
	},
	"EDIT1415": {
		"type": "editorial",
		"title": "[support.types] Properly describe <cstddef> header",
		"long_link": "https://github.com/cplusplus/draft/pull/1415",
		"link": "https://wg21.link/edit1415",
		"status": "closed"
	},
	"EDIT1416": {
		"type": "editorial",
		"title": "Change the `reference`, `pointer` etc typedefs in `string_view` to us…",
		"long_link": "https://github.com/cplusplus/draft/pull/1416",
		"link": "https://wg21.link/edit1416",
		"status": "closed"
	},
	"EDIT1417": {
		"type": "editorial",
		"title": "[expr.delete] Missing tilde in index entry?",
		"long_link": "https://github.com/cplusplus/draft/issues/1417",
		"link": "https://wg21.link/edit1417",
		"status": "closed"
	},
	"EDIT1418": {
		"type": "editorial",
		"title": "[locale.facet] add missing backslash in \\defn",
		"long_link": "https://github.com/cplusplus/draft/pull/1418",
		"link": "https://wg21.link/edit1418",
		"status": "closed"
	},
	"EDIT1419": {
		"type": "editorial",
		"title": "[basic.types]/9 refers to [basic.type.qualifier] five times.",
		"long_link": "https://github.com/cplusplus/draft/issues/1419",
		"link": "https://wg21.link/edit1419",
		"status": "closed"
	},
	"EDIT1420": {
		"type": "editorial",
		"title": "Don't parenthesize \\refs after 'in'/'of'/'notwithstanding'.",
		"long_link": "https://github.com/cplusplus/draft/pull/1420",
		"link": "https://wg21.link/edit1420",
		"status": "closed"
	},
	"EDIT1421": {
		"type": "editorial",
		"title": "[lex.phases] Remove stray period.",
		"long_link": "https://github.com/cplusplus/draft/pull/1421",
		"link": "https://wg21.link/edit1421",
		"status": "closed"
	},
	"EDIT1422": {
		"type": "editorial",
		"title": "[enum.copy_options] Poor wording for requirement on elements set in copy_options",
		"long_link": "https://github.com/cplusplus/draft/issues/1422",
		"link": "https://wg21.link/edit1422",
		"status": "closed"
	},
	"EDIT1423": {
		"type": "editorial",
		"title": "[unord.req] variable `p` should be `q` in table",
		"long_link": "https://github.com/cplusplus/draft/issues/1423",
		"link": "https://wg21.link/edit1423",
		"status": "closed"
	},
	"EDIT1424": {
		"type": "editorial",
		"title": "[associative.set.syn] Wrong link in synopsis",
		"long_link": "https://github.com/cplusplus/draft/issues/1424",
		"link": "https://wg21.link/edit1424",
		"status": "closed"
	},
	"EDIT1425": {
		"type": "editorial",
		"title": "Indexing issues in [containers]",
		"long_link": "https://github.com/cplusplus/draft/issues/1425",
		"link": "https://wg21.link/edit1425",
		"status": "open"
	},
	"EDIT1426": {
		"type": "editorial",
		"title": "Use columns=fullflexible listings option.",
		"long_link": "https://github.com/cplusplus/draft/pull/1426",
		"link": "https://wg21.link/edit1426",
		"status": "closed"
	},
	"EDIT1427": {
		"type": "editorial",
		"title": "Remove stray whitespace resulting from use of \" ~\".",
		"long_link": "https://github.com/cplusplus/draft/pull/1427",
		"link": "https://wg21.link/edit1427",
		"status": "closed"
	},
	"EDIT1428": {
		"type": "editorial",
		"title": "[cpp.preprocessor] Remove additional \"implementation defined\" index entries.",
		"long_link": "https://github.com/cplusplus/draft/pull/1428",
		"link": "https://wg21.link/edit1428",
		"status": "closed"
	},
	"EDIT1429": {
		"type": "editorial",
		"title": "[ostreambuf.iter.ops] not divided into subsections as [istreambuf.iter.ops]",
		"long_link": "https://github.com/cplusplus/draft/issues/1429",
		"link": "https://wg21.link/edit1429",
		"status": "open"
	},
	"EDIT1430": {
		"type": "editorial",
		"title": "[intro] Uncapitalize index entries for 'sequenced before' and 'evaluate'.",
		"long_link": "https://github.com/cplusplus/draft/pull/1430",
		"link": "https://wg21.link/edit1430",
		"status": "closed"
	},
	"EDIT1431": {
		"type": "editorial",
		"title": "Add missing \\tcode.",
		"long_link": "https://github.com/cplusplus/draft/pull/1431",
		"link": "https://wg21.link/edit1431",
		"status": "closed"
	},
	"EDIT1432": {
		"type": "editorial",
		"title": "[algorithms.parallel] missing \\pnum",
		"long_link": "https://github.com/cplusplus/draft/issues/1432",
		"link": "https://wg21.link/edit1432",
		"status": "closed"
	},
	"EDIT1433": {
		"type": "editorial",
		"title": "Review use of \\xspace in macro definitions",
		"long_link": "https://github.com/cplusplus/draft/issues/1433",
		"link": "https://wg21.link/edit1433",
		"status": "closed"
	},
	"EDIT1434": {
		"type": "editorial",
		"title": "[expr.mptr.oper] Use defined term 'null member pointer value'.",
		"long_link": "https://github.com/cplusplus/draft/pull/1434",
		"link": "https://wg21.link/edit1434",
		"status": "closed"
	},
	"EDIT1435": {
		"type": "editorial",
		"title": "[expr.new] Add missing space",
		"long_link": "https://github.com/cplusplus/draft/pull/1435",
		"link": "https://wg21.link/edit1435",
		"status": "closed"
	},
	"EDIT1436": {
		"type": "editorial",
		"title": "[containers, regex, utilities] Parenthesize some \\refs.",
		"long_link": "https://github.com/cplusplus/draft/pull/1436",
		"link": "https://wg21.link/edit1436",
		"status": "closed"
	},
	"EDIT1437": {
		"type": "editorial",
		"title": "[multibyte.strings] Move punctuation out of \\term.",
		"long_link": "https://github.com/cplusplus/draft/pull/1437",
		"link": "https://wg21.link/edit1437",
		"status": "closed"
	},
	"EDIT1438": {
		"type": "editorial",
		"title": "[dcl.stc] Remove stray whitespace in plural \\grammarterm",
		"long_link": "https://github.com/cplusplus/draft/pull/1438",
		"link": "https://wg21.link/edit1438",
		"status": "closed"
	},
	"EDIT1439": {
		"type": "editorial",
		"title": "Remove \\xspace",
		"long_link": "https://github.com/cplusplus/draft/pull/1439",
		"link": "https://wg21.link/edit1439",
		"status": "closed"
	},
	"EDIT1440": {
		"type": "editorial",
		"title": "[unord.req] Insert hint is 'p', not 'q'",
		"long_link": "https://github.com/cplusplus/draft/pull/1440",
		"link": "https://wg21.link/edit1440",
		"status": "closed"
	},
	"EDIT1441": {
		"type": "editorial",
		"title": "[temp.class.spec/1] Wrongly used \\defnx",
		"long_link": "https://github.com/cplusplus/draft/issues/1441",
		"link": "https://wg21.link/edit1441",
		"status": "closed"
	},
	"EDIT1442": {
		"type": "editorial",
		"title": "[container.requirements.general] Refer to table series a bit more smoothly",
		"long_link": "https://github.com/cplusplus/draft/pull/1442",
		"link": "https://wg21.link/edit1442",
		"status": "closed"
	},
	"EDIT1443": {
		"type": "editorial",
		"title": "[any.assign] T -> VT",
		"long_link": "https://github.com/cplusplus/draft/issues/1443",
		"link": "https://wg21.link/edit1443",
		"status": "closed"
	},
	"EDIT1444": {
		"type": "editorial",
		"title": "[basic.types] Remove excessive references to [basic.type.qualifier].",
		"long_link": "https://github.com/cplusplus/draft/pull/1444",
		"link": "https://wg21.link/edit1444",
		"status": "closed"
	},
	"EDIT1445": {
		"type": "editorial",
		"title": "[enum.copy_options] Rephrase restriction on copy_options values.",
		"long_link": "https://github.com/cplusplus/draft/pull/1445",
		"link": "https://wg21.link/edit1445",
		"status": "closed"
	},
	"EDIT1446": {
		"type": "editorial",
		"title": "[temp.class.spec] Fix index entry for 'primary class template'.",
		"long_link": "https://github.com/cplusplus/draft/pull/1446",
		"link": "https://wg21.link/edit1446",
		"status": "closed"
	},
	"EDIT1447": {
		"type": "editorial",
		"title": "[expr.delete] Remove bad index entry and",
		"long_link": "https://github.com/cplusplus/draft/pull/1447",
		"link": "https://wg21.link/edit1447",
		"status": "closed"
	},
	"EDIT1448": {
		"type": "editorial",
		"title": "[any.assign] Rename T to VT.",
		"long_link": "https://github.com/cplusplus/draft/pull/1448",
		"link": "https://wg21.link/edit1448",
		"status": "closed"
	},
	"EDIT1449": {
		"type": "editorial",
		"title": "[istreambuf.iterator] Join subsections for operations descriptions.",
		"long_link": "https://github.com/cplusplus/draft/pull/1449",
		"link": "https://wg21.link/edit1449",
		"status": "closed"
	},
	"EDIT1450": {
		"type": "editorial",
		"title": "Harmonize use of \"no diagnostic required\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1450",
		"link": "https://wg21.link/edit1450",
		"status": "closed"
	},
	"EDIT1451": {
		"type": "editorial",
		"title": "Replace \\colcol by ::",
		"long_link": "https://github.com/cplusplus/draft/pull/1451",
		"link": "https://wg21.link/edit1451",
		"status": "closed"
	},
	"EDIT1452": {
		"type": "editorial",
		"title": "Index all mentions of a grammarterm?",
		"long_link": "https://github.com/cplusplus/draft/issues/1452",
		"link": "https://wg21.link/edit1452",
		"status": "closed"
	},
	"EDIT1453": {
		"type": "editorial",
		"title": "[expr.dynamic.cast] Incorrect wording regarding dynamic_cast",
		"long_link": "https://github.com/cplusplus/draft/issues/1453",
		"link": "https://wg21.link/edit1453",
		"status": "open"
	},
	"EDIT1454": {
		"type": "editorial",
		"title": "Consistently use bold font for table headers.",
		"long_link": "https://github.com/cplusplus/draft/pull/1454",
		"link": "https://wg21.link/edit1454",
		"status": "closed"
	},
	"EDIT1455": {
		"type": "editorial",
		"title": "[alg.min.max] Make lfloor/rfloor delimiters stretchable.",
		"long_link": "https://github.com/cplusplus/draft/pull/1455",
		"link": "https://wg21.link/edit1455",
		"status": "closed"
	},
	"EDIT1456": {
		"type": "editorial",
		"title": "Harmonize punctuation for 'ill-formed, no diagnostic required'",
		"long_link": "https://github.com/cplusplus/draft/pull/1456",
		"link": "https://wg21.link/edit1456",
		"status": "closed"
	},
	"EDIT1457": {
		"type": "editorial",
		"title": "[any] Use 'contained value' consistently.",
		"long_link": "https://github.com/cplusplus/draft/pull/1457",
		"link": "https://wg21.link/edit1457",
		"status": "closed"
	},
	"EDIT1458": {
		"type": "editorial",
		"title": "[dcl.fct.spec] mistakenly used as reference for 'inline'",
		"long_link": "https://github.com/cplusplus/draft/issues/1458",
		"link": "https://wg21.link/edit1458",
		"status": "closed"
	},
	"EDIT1459": {
		"type": "editorial",
		"title": "[move.iter.op.index] Wrong \\text{} marking",
		"long_link": "https://github.com/cplusplus/draft/issues/1459",
		"link": "https://wg21.link/edit1459",
		"status": "closed"
	},
	"EDIT1460": {
		"type": "editorial",
		"title": "[alg.min.max] Remove space before footnote mark.",
		"long_link": "https://github.com/cplusplus/draft/pull/1460",
		"link": "https://wg21.link/edit1460",
		"status": "closed"
	},
	"EDIT1461": {
		"type": "editorial",
		"title": "[basic] Misuse of '@' in index entries",
		"long_link": "https://github.com/cplusplus/draft/issues/1461",
		"link": "https://wg21.link/edit1461",
		"status": "closed"
	},
	"EDIT1462": {
		"type": "editorial",
		"title": "Move plural 's' outside of \\grammarterm.",
		"long_link": "https://github.com/cplusplus/draft/pull/1462",
		"link": "https://wg21.link/edit1462",
		"status": "closed"
	},
	"EDIT1463": {
		"type": "editorial",
		"title": "Fix index entries for 'nested/local class'.",
		"long_link": "https://github.com/cplusplus/draft/pull/1463",
		"link": "https://wg21.link/edit1463",
		"status": "closed"
	},
	"EDIT1464": {
		"type": "editorial",
		"title": "Fix cross-reference for 'inline'.",
		"long_link": "https://github.com/cplusplus/draft/pull/1464",
		"link": "https://wg21.link/edit1464",
		"status": "closed"
	},
	"EDIT1465": {
		"type": "editorial",
		"title": "[basic.fundamental] Fix index entries for sizeof",
		"long_link": "https://github.com/cplusplus/draft/pull/1465",
		"link": "https://wg21.link/edit1465",
		"status": "closed"
	},
	"EDIT1466": {
		"type": "editorial",
		"title": "Fix destructor declaration indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/1466",
		"link": "https://wg21.link/edit1466",
		"status": "closed"
	},
	"EDIT1467": {
		"type": "editorial",
		"title": "[cpp.cond] Make `defined` and `__has_include` show up in Annex A",
		"long_link": "https://github.com/cplusplus/draft/pull/1467",
		"link": "https://wg21.link/edit1467",
		"status": "closed"
	},
	"EDIT1468": {
		"type": "editorial",
		"title": "Remove trailing whitespace in LaTeX sources.",
		"long_link": "https://github.com/cplusplus/draft/pull/1468",
		"link": "https://wg21.link/edit1468",
		"status": "closed"
	},
	"EDIT1469": {
		"type": "editorial",
		"title": "[class.dtor, cpp.cond] Add missing \\grammarterm.",
		"long_link": "https://github.com/cplusplus/draft/pull/1469",
		"link": "https://wg21.link/edit1469",
		"status": "closed"
	},
	"EDIT1470": {
		"type": "editorial",
		"title": "example in [dcl.attr.nodiscard]p3 is insufficiently clear",
		"long_link": "https://github.com/cplusplus/draft/issues/1470",
		"link": "https://wg21.link/edit1470",
		"status": "closed"
	},
	"EDIT1471": {
		"type": "editorial",
		"title": "[dcl.attr.nodiscard] Clarify example with reference return type.",
		"long_link": "https://github.com/cplusplus/draft/pull/1471",
		"link": "https://wg21.link/edit1471",
		"status": "closed"
	},
	"EDIT1472": {
		"type": "editorial",
		"title": "`Index style file basic.gst not found.`",
		"long_link": "https://github.com/cplusplus/draft/issues/1472",
		"link": "https://wg21.link/edit1472",
		"status": "closed"
	},
	"EDIT1473": {
		"type": "editorial",
		"title": "[conv]p4 incorrect formatting.",
		"long_link": "https://github.com/cplusplus/draft/issues/1473",
		"link": "https://wg21.link/edit1473",
		"status": "closed"
	},
	"EDIT1474": {
		"type": "editorial",
		"title": "Consistently use \\mathit for italic 'cv' (or not)",
		"long_link": "https://github.com/cplusplus/draft/issues/1474",
		"link": "https://wg21.link/edit1474",
		"status": "open"
	},
	"EDIT1475": {
		"type": "editorial",
		"title": "[temp.arg.template] Reference given for \"equivalent types\" only defines other kinds of equivalence",
		"long_link": "https://github.com/cplusplus/draft/issues/1475",
		"link": "https://wg21.link/edit1475",
		"status": "open"
	},
	"EDIT1476": {
		"type": "editorial",
		"title": "[expr] Built-in operators shouldn't \"return\" things",
		"long_link": "https://github.com/cplusplus/draft/issues/1476",
		"link": "https://wg21.link/edit1476",
		"status": "closed"
	},
	"EDIT1477": {
		"type": "editorial",
		"title": "Add Travis CI check for whitespace at the ends of lines.",
		"long_link": "https://github.com/cplusplus/draft/pull/1477",
		"link": "https://wg21.link/edit1477",
		"status": "closed"
	},
	"EDIT1478": {
		"type": "editorial",
		"title": "[except.spec] Add missing 'an'.",
		"long_link": "https://github.com/cplusplus/draft/pull/1478",
		"link": "https://wg21.link/edit1478",
		"status": "closed"
	},
	"EDIT1479": {
		"type": "editorial",
		"title": "[meta.unary.prop, meta.trans.other] Omit unhelpful second argument in static_asserts.",
		"long_link": "https://github.com/cplusplus/draft/pull/1479",
		"link": "https://wg21.link/edit1479",
		"status": "closed"
	},
	"EDIT1480": {
		"type": "editorial",
		"title": "Missing cross-references to INVOKE in Clause 20",
		"long_link": "https://github.com/cplusplus/draft/issues/1480",
		"link": "https://wg21.link/edit1480",
		"status": "closed"
	},
	"EDIT1481": {
		"type": "editorial",
		"title": "[rand.req.eng, rand.req.dist] Replace square brackets around reference with regular parentheses.",
		"long_link": "https://github.com/cplusplus/draft/pull/1481",
		"link": "https://wg21.link/edit1481",
		"status": "closed"
	},
	"EDIT1482": {
		"type": "editorial",
		"title": "[localization, diff] Omit superfluous 'return 0;' in main.",
		"long_link": "https://github.com/cplusplus/draft/pull/1482",
		"link": "https://wg21.link/edit1482",
		"status": "closed"
	},
	"EDIT1483": {
		"type": "editorial",
		"title": "Type of an enumerator in the declaration of its enumeration",
		"long_link": "https://github.com/cplusplus/draft/issues/1483",
		"link": "https://wg21.link/edit1483",
		"status": "closed"
	},
	"EDIT1484": {
		"type": "editorial",
		"title": "Do not use code font for constexpr constructor and constexpr function",
		"long_link": "https://github.com/cplusplus/draft/pull/1484",
		"link": "https://wg21.link/edit1484",
		"status": "closed"
	},
	"EDIT1485": {
		"type": "editorial",
		"title": "[stmt.while] Equivalence given for \"while (T t = x)\" should also cover \"while (T t{...})\"?",
		"long_link": "https://github.com/cplusplus/draft/issues/1485",
		"link": "https://wg21.link/edit1485",
		"status": "open"
	},
	"EDIT1486": {
		"type": "editorial",
		"title": "[expr.eq] Remove space before footnote mark.",
		"long_link": "https://github.com/cplusplus/draft/pull/1486",
		"link": "https://wg21.link/edit1486",
		"status": "closed"
	},
	"EDIT1487": {
		"type": "editorial",
		"title": "Harmonize index entries for \"null pointer value\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1487",
		"link": "https://wg21.link/edit1487",
		"status": "closed"
	},
	"EDIT1488": {
		"type": "editorial",
		"title": "[lex.ccon, stmt.ranged] Fix index entries that misuse \\idxcode.",
		"long_link": "https://github.com/cplusplus/draft/pull/1488",
		"link": "https://wg21.link/edit1488",
		"status": "closed"
	},
	"EDIT1489": {
		"type": "editorial",
		"title": "[basic] Use less monospace in index entries.",
		"long_link": "https://github.com/cplusplus/draft/pull/1489",
		"link": "https://wg21.link/edit1489",
		"status": "closed"
	},
	"EDIT1490": {
		"type": "editorial",
		"title": "[allocator.uses.construction] Uncapitalize index entry for 'uses-allocator construction'.",
		"long_link": "https://github.com/cplusplus/draft/pull/1490",
		"link": "https://wg21.link/edit1490",
		"status": "closed"
	},
	"EDIT1491": {
		"type": "editorial",
		"title": "[dcl.init] Add index entry for direct-initialization.",
		"long_link": "https://github.com/cplusplus/draft/pull/1491",
		"link": "https://wg21.link/edit1491",
		"status": "closed"
	},
	"EDIT1492": {
		"type": "editorial",
		"title": "[intro] Promote \"Scope\", \"Normative references\", \"Terms and definitions\"",
		"long_link": "https://github.com/cplusplus/draft/pull/1492",
		"link": "https://wg21.link/edit1492",
		"status": "closed"
	},
	"EDIT1493": {
		"type": "editorial",
		"title": "[macros] Remove terms-and-definitions entries from TOC and bookmarks",
		"long_link": "https://github.com/cplusplus/draft/pull/1493",
		"link": "https://wg21.link/edit1493",
		"status": "closed"
	},
	"EDIT1494": {
		"type": "editorial",
		"title": "[diff.decl] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/1494",
		"link": "https://wg21.link/edit1494",
		"status": "closed"
	},
	"EDIT1495": {
		"type": "editorial",
		"title": "[lex] Complete index redirects to 'backslash character'.",
		"long_link": "https://github.com/cplusplus/draft/pull/1495",
		"link": "https://wg21.link/edit1495",
		"status": "closed"
	},
	"EDIT1496": {
		"type": "editorial",
		"title": "[implimits] Add cross-references for Annex B",
		"long_link": "https://github.com/cplusplus/draft/issues/1496",
		"link": "https://wg21.link/edit1496",
		"status": "closed"
	},
	"EDIT1497": {
		"type": "editorial",
		"title": "\"a possibly const value of type X\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1497",
		"link": "https://wg21.link/edit1497",
		"status": "open"
	},
	"EDIT1498": {
		"type": "editorial",
		"title": "Revise problematic stable labels",
		"long_link": "https://github.com/cplusplus/draft/issues/1498",
		"link": "https://wg21.link/edit1498",
		"status": "open"
	},
	"EDIT1499": {
		"type": "editorial",
		"title": "Review rev7 of ISO Directives, Part 2 for changes",
		"long_link": "https://github.com/cplusplus/draft/issues/1499",
		"link": "https://wg21.link/edit1499",
		"status": "closed"
	},
	"EDIT1500": {
		"type": "editorial",
		"title": "Change \"name space\" to \"namespace\"?",
		"long_link": "https://github.com/cplusplus/draft/issues/1500",
		"link": "https://wg21.link/edit1500",
		"status": "closed"
	},
	"EDIT1501": {
		"type": "editorial",
		"title": "Consistently use repeated \\indextext for index redirects with multiple targets.",
		"long_link": "https://github.com/cplusplus/draft/pull/1501",
		"link": "https://wg21.link/edit1501",
		"status": "closed"
	},
	"EDIT1502": {
		"type": "editorial",
		"title": "Change stable names for Filesystem subclause",
		"long_link": "https://github.com/cplusplus/draft/issues/1502",
		"link": "https://wg21.link/edit1502",
		"status": "closed"
	},
	"EDIT1503": {
		"type": "editorial",
		"title": "[meta.trans] uses \"shall\" incorrectly",
		"long_link": "https://github.com/cplusplus/draft/issues/1503",
		"link": "https://wg21.link/edit1503",
		"status": "closed"
	},
	"EDIT1504": {
		"type": "editorial",
		"title": "[expr.prim.id.qual] Redirect '::' index entry directly to 'operator, scope resolution'.",
		"long_link": "https://github.com/cplusplus/draft/pull/1504",
		"link": "https://wg21.link/edit1504",
		"status": "closed"
	},
	"EDIT1505": {
		"type": "editorial",
		"title": "editorial fixups post-P0270R3",
		"long_link": "https://github.com/cplusplus/draft/issues/1505",
		"link": "https://wg21.link/edit1505",
		"status": "closed"
	},
	"EDIT1506": {
		"type": "editorial",
		"title": "Change stable names for Filesystem subclause",
		"long_link": "https://github.com/cplusplus/draft/pull/1506",
		"link": "https://wg21.link/edit1506",
		"status": "closed"
	},
	"EDIT1507": {
		"type": "editorial",
		"title": "[meta.trans] replace \"shall name\" with \"names\" in traits tables",
		"long_link": "https://github.com/cplusplus/draft/pull/1507",
		"link": "https://wg21.link/edit1507",
		"status": "closed"
	},
	"EDIT1508": {
		"type": "editorial",
		"title": "[cpp] Change index redirect from '#' to '# operator' (and same for ##).",
		"long_link": "https://github.com/cplusplus/draft/pull/1508",
		"link": "https://wg21.link/edit1508",
		"status": "closed"
	},
	"EDIT1509": {
		"type": "editorial",
		"title": "[util.smartptr.ownerless] Remove 'struct' from index entry for owner_less.",
		"long_link": "https://github.com/cplusplus/draft/pull/1509",
		"link": "https://wg21.link/edit1509",
		"status": "closed"
	},
	"EDIT1510": {
		"type": "editorial",
		"title": "remove space after INVOKE (please complete before applying p0604r0)",
		"long_link": "https://github.com/cplusplus/draft/issues/1510",
		"link": "https://wg21.link/edit1510",
		"status": "closed"
	},
	"EDIT1511": {
		"type": "editorial",
		"title": "Move <numeric> to the algorithms clause",
		"long_link": "https://github.com/cplusplus/draft/issues/1511",
		"link": "https://wg21.link/edit1511",
		"status": "open"
	},
	"EDIT1512": {
		"type": "editorial",
		"title": "Consistent comma after e.g. and i.e.",
		"long_link": "https://github.com/cplusplus/draft/pull/1512",
		"link": "https://wg21.link/edit1512",
		"status": "closed"
	},
	"EDIT1513": {
		"type": "editorial",
		"title": "Update __cplusplus",
		"long_link": "https://github.com/cplusplus/draft/issues/1513",
		"link": "https://wg21.link/edit1513",
		"status": "closed"
	},
	"EDIT1514": {
		"type": "editorial",
		"title": "[dcl.dcl] Consider using less awkward example to illustrate static_assert",
		"long_link": "https://github.com/cplusplus/draft/issues/1514",
		"link": "https://wg21.link/edit1514",
		"status": "closed"
	},
	"EDIT1515": {
		"type": "editorial",
		"title": "[unord.req] Move library name index entries to library name index.",
		"long_link": "https://github.com/cplusplus/draft/pull/1515",
		"link": "https://wg21.link/edit1515",
		"status": "closed"
	},
	"EDIT1516": {
		"type": "editorial",
		"title": "Class templates in Clause 33 are not indented",
		"long_link": "https://github.com/cplusplus/draft/issues/1516",
		"link": "https://wg21.link/edit1516",
		"status": "closed"
	},
	"EDIT1517": {
		"type": "editorial",
		"title": "[over.best.ics]p4 contains an irrelevant example",
		"long_link": "https://github.com/cplusplus/draft/issues/1517",
		"link": "https://wg21.link/edit1517",
		"status": "closed"
	},
	"EDIT1518": {
		"type": "editorial",
		"title": "Inconsistent phrasing for \"Shall not participate ...\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1518",
		"link": "https://wg21.link/edit1518",
		"status": "open"
	},
	"EDIT1519": {
		"type": "editorial",
		"title": "[dcl.dcl] Capitalize grammarterms that start a sentence.",
		"long_link": "https://github.com/cplusplus/draft/pull/1519",
		"link": "https://wg21.link/edit1519",
		"status": "closed"
	},
	"EDIT1520": {
		"type": "editorial",
		"title": "Move plural 's' out of \\grammarterm.",
		"long_link": "https://github.com/cplusplus/draft/pull/1520",
		"link": "https://wg21.link/edit1520",
		"status": "closed"
	},
	"EDIT1521": {
		"type": "editorial",
		"title": "operator~ in index uses ugly ~",
		"long_link": "https://github.com/cplusplus/draft/issues/1521",
		"link": "https://wg21.link/edit1521",
		"status": "closed"
	},
	"EDIT1522": {
		"type": "editorial",
		"title": "atomic<integral>'s operator^= does not collate well with others",
		"long_link": "https://github.com/cplusplus/draft/issues/1522",
		"link": "https://wg21.link/edit1522",
		"status": "closed"
	},
	"EDIT1523": {
		"type": "editorial",
		"title": "Exposition-only alias templates for associative container deduction guides",
		"long_link": "https://github.com/cplusplus/draft/issues/1523",
		"link": "https://wg21.link/edit1523",
		"status": "open"
	},
	"EDIT1524": {
		"type": "editorial",
		"title": "Assorted wording issues with P0433R2 ",
		"long_link": "https://github.com/cplusplus/draft/issues/1524",
		"link": "https://wg21.link/edit1524",
		"status": "closed"
	},
	"EDIT1525": {
		"type": "editorial",
		"title": "[gram.cpp] Add space before comma in bnf.",
		"long_link": "https://github.com/cplusplus/draft/pull/1525",
		"link": "https://wg21.link/edit1525",
		"status": "closed"
	},
	"EDIT1526": {
		"type": "editorial",
		"title": "Capitalization in [path.generic] grammar ",
		"long_link": "https://github.com/cplusplus/draft/issues/1526",
		"link": "https://wg21.link/edit1526",
		"status": "closed"
	},
	"EDIT1527": {
		"type": "editorial",
		"title": "P0492R2 makes dot and dot-dot no longer grammarterms",
		"long_link": "https://github.com/cplusplus/draft/issues/1527",
		"link": "https://wg21.link/edit1527",
		"status": "closed"
	},
	"EDIT1528": {
		"type": "editorial",
		"title": "[pairs.pair] use code font for 'pair'",
		"long_link": "https://github.com/cplusplus/draft/pull/1528",
		"link": "https://wg21.link/edit1528",
		"status": "closed"
	},
	"EDIT1529": {
		"type": "editorial",
		"title": "[expr.mptr.oper] Add missing indentation in example code.",
		"long_link": "https://github.com/cplusplus/draft/pull/1529",
		"link": "https://wg21.link/edit1529",
		"status": "closed"
	},
	"EDIT1530": {
		"type": "editorial",
		"title": "[unique.ptr.single.ctor] Sloppy wording after application of LWG 2905",
		"long_link": "https://github.com/cplusplus/draft/issues/1530",
		"link": "https://wg21.link/edit1530",
		"status": "open"
	},
	"EDIT1531": {
		"type": "editorial",
		"title": "[re.results.state] fix bad index for match_result",
		"long_link": "https://github.com/cplusplus/draft/pull/1531",
		"link": "https://wg21.link/edit1531",
		"status": "closed"
	},
	"EDIT1532": {
		"type": "editorial",
		"title": "[expr.delete] Properly italicize the term 'delete array', as done elsewhere",
		"long_link": "https://github.com/cplusplus/draft/pull/1532",
		"link": "https://wg21.link/edit1532",
		"status": "closed"
	},
	"EDIT1533": {
		"type": "editorial",
		"title": "Add instructions for helpless Ubuntu users like myself.",
		"long_link": "https://github.com/cplusplus/draft/pull/1533",
		"link": "https://wg21.link/edit1533",
		"status": "closed"
	},
	"EDIT1534": {
		"type": "editorial",
		"title": "[fs.definitions] needs overhaul",
		"long_link": "https://github.com/cplusplus/draft/issues/1534",
		"link": "https://wg21.link/edit1534",
		"status": "closed"
	},
	"EDIT1535": {
		"type": "editorial",
		"title": "[fs] negation style needs to be harmonized with rest of document",
		"long_link": "https://github.com/cplusplus/draft/issues/1535",
		"link": "https://wg21.link/edit1535",
		"status": "closed"
	},
	"EDIT1536": {
		"type": "editorial",
		"title": "[basic.start.dynamic] says \"of a thread\", what thread?",
		"long_link": "https://github.com/cplusplus/draft/issues/1536",
		"link": "https://wg21.link/edit1536",
		"status": "open"
	},
	"EDIT1537": {
		"type": "editorial",
		"title": "Absolute values need to be displayed as maths, not code.",
		"long_link": "https://github.com/cplusplus/draft/issues/1537",
		"link": "https://wg21.link/edit1537",
		"status": "closed"
	},
	"EDIT1538": {
		"type": "editorial",
		"title": "[meta.reqmts] UnaryTypeTrait and friends are not in code font in their definition",
		"long_link": "https://github.com/cplusplus/draft/issues/1538",
		"link": "https://wg21.link/edit1538",
		"status": "open"
	},
	"EDIT1539": {
		"type": "editorial",
		"title": "[intro] contains subclauses that belong in [basic]",
		"long_link": "https://github.com/cplusplus/draft/issues/1539",
		"link": "https://wg21.link/edit1539",
		"status": "closed"
	},
	"EDIT1540": {
		"type": "editorial",
		"title": "[filesystems] Overfull hboxes in Filesystem subclause",
		"long_link": "https://github.com/cplusplus/draft/issues/1540",
		"link": "https://wg21.link/edit1540",
		"status": "closed"
	},
	"EDIT1541": {
		"type": "editorial",
		"title": "[filesystems] uses of \"respectively\" in wording is incorrect",
		"long_link": "https://github.com/cplusplus/draft/issues/1541",
		"link": "https://wg21.link/edit1541",
		"status": "open"
	},
	"EDIT1542": {
		"type": "editorial",
		"title": "[dcl.init.list] Replace misuse of \\grammarterm with \\defn",
		"long_link": "https://github.com/cplusplus/draft/pull/1542",
		"link": "https://wg21.link/edit1542",
		"status": "closed"
	},
	"EDIT1543": {
		"type": "editorial",
		"title": "Possible CI check: bad use of \\grammarterm",
		"long_link": "https://github.com/cplusplus/draft/issues/1543",
		"link": "https://wg21.link/edit1543",
		"status": "closed"
	},
	"EDIT1544": {
		"type": "editorial",
		"title": "[basic.link, expr.add, cstdlib.syn] Small fixes regarding spacing before commas",
		"long_link": "https://github.com/cplusplus/draft/pull/1544",
		"link": "https://wg21.link/edit1544",
		"status": "closed"
	},
	"EDIT1545": {
		"type": "editorial",
		"title": "[any.modifiers] fix emplace return type for 'any'",
		"long_link": "https://github.com/cplusplus/draft/pull/1545",
		"link": "https://wg21.link/edit1545",
		"status": "closed"
	},
	"EDIT1546": {
		"type": "editorial",
		"title": "Fix misuses of \\grammarterm.",
		"long_link": "https://github.com/cplusplus/draft/pull/1546",
		"link": "https://wg21.link/edit1546",
		"status": "closed"
	},
	"EDIT1547": {
		"type": "editorial",
		"title": "Add mapping from removed section labels to new location of content in xrefs",
		"long_link": "https://github.com/cplusplus/draft/issues/1547",
		"link": "https://wg21.link/edit1547",
		"status": "closed"
	},
	"EDIT1548": {
		"type": "editorial",
		"title": "[containers] Rephrase deduction guide constraints",
		"long_link": "https://github.com/cplusplus/draft/pull/1548",
		"link": "https://wg21.link/edit1548",
		"status": "closed"
	},
	"EDIT1549": {
		"type": "editorial",
		"title": "[swappable.requirements] Mark up the swappable requirement in code font",
		"long_link": "https://github.com/cplusplus/draft/pull/1549",
		"link": "https://wg21.link/edit1549",
		"status": "closed"
	},
	"EDIT1550": {
		"type": "editorial",
		"title": "[dcl.init.list] Fix misuses of \\grammarterm.",
		"long_link": "https://github.com/cplusplus/draft/pull/1550",
		"link": "https://wg21.link/edit1550",
		"status": "closed"
	},
	"EDIT1551": {
		"type": "editorial",
		"title": "[input.output] Invalid use of injected-class-name of dependent base",
		"long_link": "https://github.com/cplusplus/draft/issues/1551",
		"link": "https://wg21.link/edit1551",
		"status": "closed"
	},
	"EDIT1552": {
		"type": "editorial",
		"title": "[stringbuf.virtuals] has \"Returns:\" inside Effects:",
		"long_link": "https://github.com/cplusplus/draft/issues/1552",
		"link": "https://wg21.link/edit1552",
		"status": "closed"
	},
	"EDIT1553": {
		"type": "editorial",
		"title": "[partial.sort] Remove 'It takes' from complexity specification.",
		"long_link": "https://github.com/cplusplus/draft/pull/1553",
		"link": "https://wg21.link/edit1553",
		"status": "closed"
	},
	"EDIT1554": {
		"type": "editorial",
		"title": "Move \\opt out of \\grammarterm",
		"long_link": "https://github.com/cplusplus/draft/pull/1554",
		"link": "https://wg21.link/edit1554",
		"status": "closed"
	},
	"EDIT1555": {
		"type": "editorial",
		"title": "Remove bad \\grammarterm for \"injected-class-name\"",
		"long_link": "https://github.com/cplusplus/draft/pull/1555",
		"link": "https://wg21.link/edit1555",
		"status": "closed"
	},
	"EDIT1556": {
		"type": "editorial",
		"title": "\"opt\" should not be italicised",
		"long_link": "https://github.com/cplusplus/draft/issues/1556",
		"link": "https://wg21.link/edit1556",
		"status": "closed"
	},
	"EDIT1557": {
		"type": "editorial",
		"title": "In Mac Preview, searching for \"func.wrap.func.con\" finds only the cross reference",
		"long_link": "https://github.com/cplusplus/draft/issues/1557",
		"link": "https://wg21.link/edit1557",
		"status": "closed"
	},
	"EDIT1558": {
		"type": "editorial",
		"title": "[stmt.ranged] Do not use \\grammarterm for begin-expr and end-expr.",
		"long_link": "https://github.com/cplusplus/draft/pull/1558",
		"link": "https://wg21.link/edit1558",
		"status": "closed"
	},
	"EDIT1559": {
		"type": "editorial",
		"title": "Fix some more inappropriate \\grammarterm uses.",
		"long_link": "https://github.com/cplusplus/draft/pull/1559",
		"link": "https://wg21.link/edit1559",
		"status": "closed"
	},
	"EDIT1560": {
		"type": "editorial",
		"title": "[library] Add a noun 'subclause' or 'annex' to references that are used as nouns",
		"long_link": "https://github.com/cplusplus/draft/pull/1560",
		"link": "https://wg21.link/edit1560",
		"status": "closed"
	},
	"EDIT1561": {
		"type": "editorial",
		"title": "Don't abuse \\xref",
		"long_link": "https://github.com/cplusplus/draft/issues/1561",
		"link": "https://wg21.link/edit1561",
		"status": "closed"
	},
	"EDIT1562": {
		"type": "editorial",
		"title": "index entries for library declarations should point at the declaration itself, not the start of the synopsis",
		"long_link": "https://github.com/cplusplus/draft/issues/1562",
		"link": "https://wg21.link/edit1562",
		"status": "open"
	},
	"EDIT1563": {
		"type": "editorial",
		"title": "Rephrase \"possibly const value\" in terms of types",
		"long_link": "https://github.com/cplusplus/draft/pull/1563",
		"link": "https://wg21.link/edit1563",
		"status": "open"
	},
	"EDIT1564": {
		"type": "editorial",
		"title": "Consistently use math mode for index notation and ellipses in INVOKE expressions",
		"long_link": "https://github.com/cplusplus/draft/pull/1564",
		"link": "https://wg21.link/edit1564",
		"status": "closed"
	},
	"EDIT1565": {
		"type": "editorial",
		"title": "[language.support] Reserve \\xref for references to the C standard.",
		"long_link": "https://github.com/cplusplus/draft/pull/1565",
		"link": "https://wg21.link/edit1565",
		"status": "closed"
	},
	"EDIT1566": {
		"type": "editorial",
		"title": "[numerics] Use absolute-value markers in math mode.",
		"long_link": "https://github.com/cplusplus/draft/pull/1566",
		"link": "https://wg21.link/edit1566",
		"status": "closed"
	},
	"EDIT1567": {
		"type": "editorial",
		"title": "N4659 Table 31 starts at a weird position",
		"long_link": "https://github.com/cplusplus/draft/issues/1567",
		"link": "https://wg21.link/edit1567",
		"status": "closed"
	},
	"EDIT1568": {
		"type": "editorial",
		"title": "[rand, atomics] Don't needlessly escape underscores.",
		"long_link": "https://github.com/cplusplus/draft/pull/1568",
		"link": "https://wg21.link/edit1568",
		"status": "closed"
	},
	"EDIT1569": {
		"type": "editorial",
		"title": "[intro.memory] What is a \"field\"?",
		"long_link": "https://github.com/cplusplus/draft/issues/1569",
		"link": "https://wg21.link/edit1569",
		"status": "closed"
	},
	"EDIT1570": {
		"type": "editorial",
		"title": "[intro.memory] Replace undefined 'field' with 'member' in note.",
		"long_link": "https://github.com/cplusplus/draft/pull/1570",
		"link": "https://wg21.link/edit1570",
		"status": "closed"
	},
	"EDIT1571": {
		"type": "editorial",
		"title": "figure out what's wrong with the \"Allocator requirements\" table and prevent it ever happening again",
		"long_link": "https://github.com/cplusplus/draft/issues/1571",
		"link": "https://wg21.link/edit1571",
		"status": "open"
	},
	"EDIT1572": {
		"type": "editorial",
		"title": "Process: IS final release",
		"long_link": "https://github.com/cplusplus/draft/issues/1572",
		"link": "https://wg21.link/edit1572",
		"status": "closed"
	},
	"EDIT1573": {
		"type": "editorial",
		"title": "\"method\" as synonym for \"class member function\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1573",
		"link": "https://wg21.link/edit1573",
		"status": "closed"
	},
	"EDIT1574": {
		"type": "editorial",
		"title": "[mem.poly.allocator.mem], [string.view.iterators] Replace 'method' wi…",
		"long_link": "https://github.com/cplusplus/draft/pull/1574",
		"link": "https://wg21.link/edit1574",
		"status": "closed"
	},
	"EDIT1575": {
		"type": "editorial",
		"title": "[utility] Change 'nonzero' to more proper words",
		"long_link": "https://github.com/cplusplus/draft/pull/1575",
		"link": "https://wg21.link/edit1575",
		"status": "closed"
	},
	"EDIT1576": {
		"type": "editorial",
		"title": "Indentation style for classes and class templates",
		"long_link": "https://github.com/cplusplus/draft/issues/1576",
		"link": "https://wg21.link/edit1576",
		"status": "closed"
	},
	"EDIT1577": {
		"type": "editorial",
		"title": "[string.cons] Consolidate two functions into one description",
		"long_link": "https://github.com/cplusplus/draft/pull/1577",
		"link": "https://wg21.link/edit1577",
		"status": "closed"
	},
	"EDIT1578": {
		"type": "editorial",
		"title": "[alg.equal] Wrong wording (by copy/paste?)",
		"long_link": "https://github.com/cplusplus/draft/issues/1578",
		"link": "https://wg21.link/edit1578",
		"status": "closed"
	},
	"EDIT1579": {
		"type": "editorial",
		"title": "[any.bad_any_cast] Not bad_any_access",
		"long_link": "https://github.com/cplusplus/draft/issues/1579",
		"link": "https://wg21.link/edit1579",
		"status": "closed"
	},
	"EDIT1580": {
		"type": "editorial",
		"title": "[any.cons] Replace 'contained object' by 'contained value' in Kona motion edits",
		"long_link": "https://github.com/cplusplus/draft/issues/1580",
		"link": "https://wg21.link/edit1580",
		"status": "closed"
	},
	"EDIT1581": {
		"type": "editorial",
		"title": "[meta.unary.prop] Fix index entry for is_aggregate.",
		"long_link": "https://github.com/cplusplus/draft/pull/1581",
		"link": "https://wg21.link/edit1581",
		"status": "closed"
	},
	"EDIT1582": {
		"type": "editorial",
		"title": "[any.cons] Use 'contained value', not 'contained object'.",
		"long_link": "https://github.com/cplusplus/draft/pull/1582",
		"link": "https://wg21.link/edit1582",
		"status": "closed"
	},
	"EDIT1583": {
		"type": "editorial",
		"title": "[filesystems] Change '!predicate' phrasing to 'predicate is false'.",
		"long_link": "https://github.com/cplusplus/draft/pull/1583",
		"link": "https://wg21.link/edit1583",
		"status": "closed"
	},
	"EDIT1584": {
		"type": "editorial",
		"title": "Do not use \\tcode for non-syntax.",
		"long_link": "https://github.com/cplusplus/draft/pull/1584",
		"link": "https://wg21.link/edit1584",
		"status": "closed"
	},
	"EDIT1585": {
		"type": "editorial",
		"title": "Use 'subclause', not 'section'.",
		"long_link": "https://github.com/cplusplus/draft/pull/1585",
		"link": "https://wg21.link/edit1585",
		"status": "closed"
	},
	"EDIT1586": {
		"type": "editorial",
		"title": "[lib] Use nullptr, not 0, for null pointer values.",
		"long_link": "https://github.com/cplusplus/draft/pull/1586",
		"link": "https://wg21.link/edit1586",
		"status": "closed"
	},
	"EDIT1587": {
		"type": "editorial",
		"title": "\"well-defined\" vs. \"well defined\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1587",
		"link": "https://wg21.link/edit1587",
		"status": "closed"
	},
	"EDIT1588": {
		"type": "editorial",
		"title": "[class.mfct.non-static], [class.this] Define and use cv member function.",
		"long_link": "https://github.com/cplusplus/draft/pull/1588",
		"link": "https://wg21.link/edit1588",
		"status": "closed"
	},
	"EDIT1589": {
		"type": "editorial",
		"title": "[tables] Do not show labels for 'concepttable' environment.",
		"long_link": "https://github.com/cplusplus/draft/pull/1589",
		"link": "https://wg21.link/edit1589",
		"status": "closed"
	},
	"EDIT1590": {
		"type": "editorial",
		"title": "[basic.scope.pdecl] Capitalize note.",
		"long_link": "https://github.com/cplusplus/draft/pull/1590",
		"link": "https://wg21.link/edit1590",
		"status": "closed"
	},
	"EDIT1591": {
		"type": "editorial",
		"title": "[expr.type.conv]/2: Priority of first \"if\", and binding of \"otherwise\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1591",
		"link": "https://wg21.link/edit1591",
		"status": "closed"
	},
	"EDIT1592": {
		"type": "editorial",
		"title": "LWG 2260 and 'r'",
		"long_link": "https://github.com/cplusplus/draft/issues/1592",
		"link": "https://wg21.link/edit1592",
		"status": "closed"
	},
	"EDIT1593": {
		"type": "editorial",
		"title": "[support.runtime, list.ops] Move non-code punctuation out of \\tcode.",
		"long_link": "https://github.com/cplusplus/draft/pull/1593",
		"link": "https://wg21.link/edit1593",
		"status": "closed"
	},
	"EDIT1594": {
		"type": "editorial",
		"title": "[charconv] Elementary string conversions wording nits",
		"long_link": "https://github.com/cplusplus/draft/issues/1594",
		"link": "https://wg21.link/edit1594",
		"status": "closed"
	},
	"EDIT1595": {
		"type": "editorial",
		"title": "[except.handle] Add index entry for 'active handler'.",
		"long_link": "https://github.com/cplusplus/draft/pull/1595",
		"link": "https://wg21.link/edit1595",
		"status": "closed"
	},
	"EDIT1596": {
		"type": "editorial",
		"title": "[basic.start.main] Remove space before plural 's'.",
		"long_link": "https://github.com/cplusplus/draft/pull/1596",
		"link": "https://wg21.link/edit1596",
		"status": "closed"
	},
	"EDIT1597": {
		"type": "editorial",
		"title": "[expr]/12 optional conversion",
		"long_link": "https://github.com/cplusplus/draft/issues/1597",
		"link": "https://wg21.link/edit1597",
		"status": "closed"
	},
	"EDIT1598": {
		"type": "editorial",
		"title": "[expr.type.conv] Clarify if ... otherwise ladder.",
		"long_link": "https://github.com/cplusplus/draft/pull/1598",
		"link": "https://wg21.link/edit1598",
		"status": "closed"
	},
	"EDIT1599": {
		"type": "editorial",
		"title": "Spell 'well-defined' with a hyphen when it is an adjective.",
		"long_link": "https://github.com/cplusplus/draft/pull/1599",
		"link": "https://wg21.link/edit1599",
		"status": "closed"
	},
	"EDIT1600": {
		"type": "editorial",
		"title": "[string.streams], [file.streams] Use simple-template-id when naming b…",
		"long_link": "https://github.com/cplusplus/draft/pull/1600",
		"link": "https://wg21.link/edit1600",
		"status": "closed"
	},
	"EDIT1601": {
		"type": "editorial",
		"title": "[dcl.attr] \"implementations are encouraged\" vs. \"should\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1601",
		"link": "https://wg21.link/edit1601",
		"status": "closed"
	},
	"EDIT1602": {
		"type": "editorial",
		"title": "Remove \\tcode from 'const object'.",
		"long_link": "https://github.com/cplusplus/draft/pull/1602",
		"link": "https://wg21.link/edit1602",
		"status": "closed"
	},
	"EDIT1603": {
		"type": "editorial",
		"title": "No synopsis for <strstream>",
		"long_link": "https://github.com/cplusplus/draft/issues/1603",
		"link": "https://wg21.link/edit1603",
		"status": "closed"
	},
	"EDIT1604": {
		"type": "editorial",
		"title": "macros: Remove unused SectionDepthBase functionality.",
		"long_link": "https://github.com/cplusplus/draft/pull/1604",
		"link": "https://wg21.link/edit1604",
		"status": "closed"
	},
	"EDIT1605": {
		"type": "editorial",
		"title": "[re.def] Incorrect clause numbers for definitions",
		"long_link": "https://github.com/cplusplus/draft/issues/1605",
		"link": "https://wg21.link/edit1605",
		"status": "closed"
	},
	"EDIT1606": {
		"type": "editorial",
		"title": "Remove need to redefine \\definition.",
		"long_link": "https://github.com/cplusplus/draft/pull/1606",
		"link": "https://wg21.link/edit1606",
		"status": "closed"
	},
	"EDIT1607": {
		"type": "editorial",
		"title": "Replace 'encouraged' with 'should'.",
		"long_link": "https://github.com/cplusplus/draft/pull/1607",
		"link": "https://wg21.link/edit1607",
		"status": "closed"
	},
	"EDIT1608": {
		"type": "editorial",
		"title": "[temp.deduct.type] Use \\cv instead of \\grammarterm{cv-list}.",
		"long_link": "https://github.com/cplusplus/draft/pull/1608",
		"link": "https://wg21.link/edit1608",
		"status": "closed"
	},
	"EDIT1609": {
		"type": "editorial",
		"title": "Standard omission pertaining to the subscript operator",
		"long_link": "https://github.com/cplusplus/draft/issues/1609",
		"link": "https://wg21.link/edit1609",
		"status": "closed"
	},
	"EDIT1610": {
		"type": "editorial",
		"title": "Fix header synopses",
		"long_link": "https://github.com/cplusplus/draft/pull/1610",
		"link": "https://wg21.link/edit1610",
		"status": "closed"
	},
	"EDIT1611": {
		"type": "editorial",
		"title": "[intro.races] CWG 2297: Unclear specification of atomic operations",
		"long_link": "https://github.com/cplusplus/draft/issues/1611",
		"link": "https://wg21.link/edit1611",
		"status": "open"
	},
	"EDIT1612": {
		"type": "editorial",
		"title": "[intro.races] Clarify 'synchronization operation'.",
		"long_link": "https://github.com/cplusplus/draft/pull/1612",
		"link": "https://wg21.link/edit1612",
		"status": "open"
	},
	"EDIT1613": {
		"type": "editorial",
		"title": "[streambuf.virt.put] Fix logic in overflow() effects specification.",
		"long_link": "https://github.com/cplusplus/draft/pull/1613",
		"link": "https://wg21.link/edit1613",
		"status": "closed"
	},
	"EDIT1614": {
		"type": "editorial",
		"title": "[class.protected] Add missing period at end of sentence.",
		"long_link": "https://github.com/cplusplus/draft/pull/1614",
		"link": "https://wg21.link/edit1614",
		"status": "closed"
	},
	"EDIT1615": {
		"type": "editorial",
		"title": "[dcl.init] should this 'declarator' be the 'initializer'8",
		"long_link": "https://github.com/cplusplus/draft/issues/1615",
		"link": "https://wg21.link/edit1615",
		"status": "closed"
	},
	"EDIT1616": {
		"type": "editorial",
		"title": "[dcl.init] A declarator does not have an initializer.",
		"long_link": "https://github.com/cplusplus/draft/pull/1616",
		"link": "https://wg21.link/edit1616",
		"status": "closed"
	},
	"EDIT1617": {
		"type": "editorial",
		"title": "[dcl.init] It is the 'initializer' who specifies an initial value for…",
		"long_link": "https://github.com/cplusplus/draft/pull/1617",
		"link": "https://wg21.link/edit1617",
		"status": "closed"
	},
	"EDIT1618": {
		"type": "editorial",
		"title": "\"well formed\" vs. \"well-formed\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1618",
		"link": "https://wg21.link/edit1618",
		"status": "closed"
	},
	"EDIT1619": {
		"type": "editorial",
		"title": "Use 'well-formed' (with hyphen) consistently.",
		"long_link": "https://github.com/cplusplus/draft/pull/1619",
		"link": "https://wg21.link/edit1619",
		"status": "closed"
	},
	"EDIT1620": {
		"type": "editorial",
		"title": "fs.op.canonical still defined in terms of absolute(p, base)",
		"long_link": "https://github.com/cplusplus/draft/issues/1620",
		"link": "https://wg21.link/edit1620",
		"status": "closed"
	},
	"EDIT1621": {
		"type": "editorial",
		"title": "[expr.prim.lambda.capture] Question about the example in p9",
		"long_link": "https://github.com/cplusplus/draft/issues/1621",
		"link": "https://wg21.link/edit1621",
		"status": "open"
	},
	"EDIT1622": {
		"type": "editorial",
		"title": "[dcl.attr.depend] Remove paragraph break before end of example.",
		"long_link": "https://github.com/cplusplus/draft/pull/1622",
		"link": "https://wg21.link/edit1622",
		"status": "closed"
	},
	"EDIT1623": {
		"type": "editorial",
		"title": "[lex.phases] Capitalize example.",
		"long_link": "https://github.com/cplusplus/draft/pull/1623",
		"link": "https://wg21.link/edit1623",
		"status": "closed"
	},
	"EDIT1624": {
		"type": "editorial",
		"title": "[class.union] inaccurate note in p2",
		"long_link": "https://github.com/cplusplus/draft/issues/1624",
		"link": "https://wg21.link/edit1624",
		"status": "closed"
	},
	"EDIT1625": {
		"type": "editorial",
		"title": "[class.union] Only standard-layout unions are pointer-interconvertible",
		"long_link": "https://github.com/cplusplus/draft/pull/1625",
		"link": "https://wg21.link/edit1625",
		"status": "closed"
	},
	"EDIT1626": {
		"type": "editorial",
		"title": "Change the return type of monotonic_buffer_resource's deleted assignment",
		"long_link": "https://github.com/cplusplus/draft/pull/1626",
		"link": "https://wg21.link/edit1626",
		"status": "closed"
	},
	"EDIT1627": {
		"type": "editorial",
		"title": "Bad example in [expr.const]p7",
		"long_link": "https://github.com/cplusplus/draft/issues/1627",
		"link": "https://wg21.link/edit1627",
		"status": "closed"
	},
	"EDIT1628": {
		"type": "editorial",
		"title": "[any.nonmembers] fix LWG2769 by merging with #1220",
		"long_link": "https://github.com/cplusplus/draft/pull/1628",
		"link": "https://wg21.link/edit1628",
		"status": "closed"
	},
	"EDIT1629": {
		"type": "editorial",
		"title": "[filesystem_error.members] what() function to use non-existant function native_string() ",
		"long_link": "https://github.com/cplusplus/draft/issues/1629",
		"link": "https://wg21.link/edit1629",
		"status": "closed"
	},
	"EDIT1630": {
		"type": "editorial",
		"title": "[fs.dir.entry.obs] directory_entry members to call non-existent functions",
		"long_link": "https://github.com/cplusplus/draft/issues/1630",
		"link": "https://wg21.link/edit1630",
		"status": "closed"
	},
	"EDIT1631": {
		"type": "editorial",
		"title": "[fs.filesystem.syn] only lists old absolute function",
		"long_link": "https://github.com/cplusplus/draft/issues/1631",
		"link": "https://wg21.link/edit1631",
		"status": "closed"
	},
	"EDIT1632": {
		"type": "editorial",
		"title": "[fs.op.canonical] uses non-existent absolute(p, base);",
		"long_link": "https://github.com/cplusplus/draft/issues/1632",
		"link": "https://wg21.link/edit1632",
		"status": "closed"
	},
	"EDIT1633": {
		"type": "editorial",
		"title": "[filesystem_error.members] doesn't have \"fs.\" prefix",
		"long_link": "https://github.com/cplusplus/draft/issues/1633",
		"link": "https://wg21.link/edit1633",
		"status": "closed"
	},
	"EDIT1634": {
		"type": "editorial",
		"title": "Building pdf is not working",
		"long_link": "https://github.com/cplusplus/draft/issues/1634",
		"link": "https://wg21.link/edit1634",
		"status": "closed"
	},
	"EDIT1635": {
		"type": "editorial",
		"title": "[lex.string] p5 examples involving non-trigraphs",
		"long_link": "https://github.com/cplusplus/draft/issues/1635",
		"link": "https://wg21.link/edit1635",
		"status": "closed"
	},
	"EDIT1636": {
		"type": "editorial",
		"title": "Fixed ref to effects of invalid pointer values.",
		"long_link": "https://github.com/cplusplus/draft/pull/1636",
		"link": "https://wg21.link/edit1636",
		"status": "closed"
	},
	"EDIT1637": {
		"type": "editorial",
		"title": "Support XeTeX.",
		"long_link": "https://github.com/cplusplus/draft/pull/1637",
		"link": "https://wg21.link/edit1637",
		"status": "closed"
	},
	"EDIT1638": {
		"type": "editorial",
		"title": "[facet.num.put.virtuals]/1 Bad grammar",
		"long_link": "https://github.com/cplusplus/draft/issues/1638",
		"link": "https://wg21.link/edit1638",
		"status": "closed"
	},
	"EDIT1639": {
		"type": "editorial",
		"title": "[cfenv.syn] some FE_ macros may not be defined",
		"long_link": "https://github.com/cplusplus/draft/issues/1639",
		"link": "https://wg21.link/edit1639",
		"status": "open"
	},
	"EDIT1640": {
		"type": "editorial",
		"title": "For 'signal-safe', refer to [support.signal] (21.10.4), not [csignal.syn] (21.10.3).",
		"long_link": "https://github.com/cplusplus/draft/pull/1640",
		"link": "https://wg21.link/edit1640",
		"status": "closed"
	},
	"EDIT1641": {
		"type": "editorial",
		"title": "The term \"class name declaration\" used in [basic.def]/2 (2.5) is not defined in the Standard",
		"long_link": "https://github.com/cplusplus/draft/issues/1641",
		"link": "https://wg21.link/edit1641",
		"status": "closed"
	},
	"EDIT1642": {
		"type": "editorial",
		"title": "[over.call] wording makes little sense",
		"long_link": "https://github.com/cplusplus/draft/issues/1642",
		"link": "https://wg21.link/edit1642",
		"status": "open"
	},
	"EDIT1643": {
		"type": "editorial",
		"title": "[unique.ptr]  Consider removing \"transfer ownership\" definition",
		"long_link": "https://github.com/cplusplus/draft/issues/1643",
		"link": "https://wg21.link/edit1643",
		"status": "open"
	},
	"EDIT1644": {
		"type": "editorial",
		"title": "Spurious remove_all_extents<T> in is_destructible definition",
		"long_link": "https://github.com/cplusplus/draft/issues/1644",
		"link": "https://wg21.link/edit1644",
		"status": "closed"
	},
	"EDIT1645": {
		"type": "editorial",
		"title": "[dcl.array]/7 describes pointer arithmetic in a non-standard way and prematurely decays arrays",
		"long_link": "https://github.com/cplusplus/draft/issues/1645",
		"link": "https://wg21.link/edit1645",
		"status": "closed"
	},
	"EDIT1646": {
		"type": "editorial",
		"title": "[locale.moneypunct.virtuals] Footnote on moneypunct::do_curr_symbol could be more helpful",
		"long_link": "https://github.com/cplusplus/draft/issues/1646",
		"link": "https://wg21.link/edit1646",
		"status": "closed"
	},
	"EDIT1647": {
		"type": "editorial",
		"title": "[atomics.syn] missed edit for atomic_exchange signature in P558R1",
		"long_link": "https://github.com/cplusplus/draft/issues/1647",
		"link": "https://wg21.link/edit1647",
		"status": "closed"
	},
	"EDIT1648": {
		"type": "editorial",
		"title": "size of strings",
		"long_link": "https://github.com/cplusplus/draft/issues/1648",
		"link": "https://wg21.link/edit1648",
		"status": "closed"
	},
	"EDIT1649": {
		"type": "editorial",
		"title": "[memory.syn] Add reinterpret_pointer_cast to synopsis",
		"long_link": "https://github.com/cplusplus/draft/pull/1649",
		"link": "https://wg21.link/edit1649",
		"status": "closed"
	},
	"EDIT1650": {
		"type": "editorial",
		"title": "Wrong comment in [intro.execution]/12's example",
		"long_link": "https://github.com/cplusplus/draft/issues/1650",
		"link": "https://wg21.link/edit1650",
		"status": "closed"
	},
	"EDIT1651": {
		"type": "editorial",
		"title": "inconsistent invalidation rules for the pointers to container elements",
		"long_link": "https://github.com/cplusplus/draft/issues/1651",
		"link": "https://wg21.link/edit1651",
		"status": "open"
	},
	"EDIT1652": {
		"type": "editorial",
		"title": "Why does [basic.scope.class]/2 must be NDR?",
		"long_link": "https://github.com/cplusplus/draft/issues/1652",
		"link": "https://wg21.link/edit1652",
		"status": "closed"
	},
	"EDIT1653": {
		"type": "editorial",
		"title": "Fix spelling mistake in 'if constexpr' wording",
		"long_link": "https://github.com/cplusplus/draft/pull/1653",
		"link": "https://wg21.link/edit1653",
		"status": "closed"
	},
	"EDIT1654": {
		"type": "editorial",
		"title": "[stringbuf.virtuals] balance parentheses in seekoff table",
		"long_link": "https://github.com/cplusplus/draft/pull/1654",
		"link": "https://wg21.link/edit1654",
		"status": "closed"
	},
	"EDIT1655": {
		"type": "editorial",
		"title": "[filesystem_error.members] Rename to [fs.filesystem_error.members]",
		"long_link": "https://github.com/cplusplus/draft/pull/1655",
		"link": "https://wg21.link/edit1655",
		"status": "closed"
	},
	"EDIT1656": {
		"type": "editorial",
		"title": "[allocator.requirements] Fix pointer_to expression",
		"long_link": "https://github.com/cplusplus/draft/pull/1656",
		"link": "https://wg21.link/edit1656",
		"status": "closed"
	},
	"EDIT1657": {
		"type": "editorial",
		"title": "[stringbuf.virtuals] Rephrase DR 453 resolution for seekoff",
		"long_link": "https://github.com/cplusplus/draft/pull/1657",
		"link": "https://wg21.link/edit1657",
		"status": "closed"
	},
	"EDIT1658": {
		"type": "editorial",
		"title": "Clarify a note on cmpxchg",
		"long_link": "https://github.com/cplusplus/draft/pull/1658",
		"link": "https://wg21.link/edit1658",
		"status": "closed"
	},
	"EDIT1659": {
		"type": "editorial",
		"title": "Globally replace unqualified uses of \"concept\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1659",
		"link": "https://wg21.link/edit1659",
		"status": "open"
	},
	"EDIT1660": {
		"type": "editorial",
		"title": "Redundant changes to [basic] and [basic.def.odr]",
		"long_link": "https://github.com/cplusplus/draft/issues/1660",
		"link": "https://wg21.link/edit1660",
		"status": "closed"
	},
	"EDIT1661": {
		"type": "editorial",
		"title": "Move reference to LIA-1 into a new section 'Bibliography'",
		"long_link": "https://github.com/cplusplus/draft/pull/1661",
		"link": "https://wg21.link/edit1661",
		"status": "closed"
	},
	"EDIT1662": {
		"type": "editorial",
		"title": "[util.smartptr.shared] should not duplicate non-member functions in class synopsis",
		"long_link": "https://github.com/cplusplus/draft/issues/1662",
		"link": "https://wg21.link/edit1662",
		"status": "closed"
	},
	"EDIT1663": {
		"type": "editorial",
		"title": "[variant.visit], [tuple.apply], [futures.task.members] add cross-refe…",
		"long_link": "https://github.com/cplusplus/draft/pull/1663",
		"link": "https://wg21.link/edit1663",
		"status": "closed"
	},
	"EDIT1664": {
		"type": "editorial",
		"title": "intro.scope implies that C++ is a strict superset of C",
		"long_link": "https://github.com/cplusplus/draft/issues/1664",
		"link": "https://wg21.link/edit1664",
		"status": "closed"
	},
	"EDIT1665": {
		"type": "editorial",
		"title": "Replace \\term+\\indextext pairs with \\defn(x).",
		"long_link": "https://github.com/cplusplus/draft/pull/1665",
		"link": "https://wg21.link/edit1665",
		"status": "closed"
	},
	"EDIT1666": {
		"type": "editorial",
		"title": "[expr.mptr.oper] Add missing indentation in example code.",
		"long_link": "https://github.com/cplusplus/draft/pull/1666",
		"link": "https://wg21.link/edit1666",
		"status": "closed"
	},
	"EDIT1667": {
		"type": "editorial",
		"title": "[dcl.enum] Add index entry for 'fixed' underlying type.",
		"long_link": "https://github.com/cplusplus/draft/pull/1667",
		"link": "https://wg21.link/edit1667",
		"status": "closed"
	},
	"EDIT1668": {
		"type": "editorial",
		"title": "[re.traits] Use \\placeholdernc for a placeholder.",
		"long_link": "https://github.com/cplusplus/draft/pull/1668",
		"link": "https://wg21.link/edit1668",
		"status": "closed"
	},
	"EDIT1669": {
		"type": "editorial",
		"title": "[expr.mptr.oper] Index second definition of 'object expression'.",
		"long_link": "https://github.com/cplusplus/draft/pull/1669",
		"link": "https://wg21.link/edit1669",
		"status": "closed"
	},
	"EDIT1670": {
		"type": "editorial",
		"title": "Globally replace ambiguous use of \"constraints\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1670",
		"link": "https://wg21.link/edit1670",
		"status": "open"
	},
	"EDIT1671": {
		"type": "editorial",
		"title": "Avoid \"requirement\" as a grammar non-terminal",
		"long_link": "https://github.com/cplusplus/draft/issues/1671",
		"link": "https://wg21.link/edit1671",
		"status": "closed"
	},
	"EDIT1672": {
		"type": "editorial",
		"title": "Use \"trailing requires-clause\" where we mean it",
		"long_link": "https://github.com/cplusplus/draft/issues/1672",
		"link": "https://wg21.link/edit1672",
		"status": "closed"
	},
	"EDIT1673": {
		"type": "editorial",
		"title": "[iterator.synopsis, template.bitset] Add missing whitespace.",
		"long_link": "https://github.com/cplusplus/draft/pull/1673",
		"link": "https://wg21.link/edit1673",
		"status": "closed"
	},
	"EDIT1674": {
		"type": "editorial",
		"title": "[class.temporary]p6: \"should\" in note",
		"long_link": "https://github.com/cplusplus/draft/issues/1674",
		"link": "https://wg21.link/edit1674",
		"status": "closed"
	},
	"EDIT1675": {
		"type": "editorial",
		"title": "Editorial: difference between \"well defined\" and \"well-defined\"?",
		"long_link": "https://github.com/cplusplus/draft/issues/1675",
		"link": "https://wg21.link/edit1675",
		"status": "closed"
	},
	"EDIT1676": {
		"type": "editorial",
		"title": "Capitalize after \"Effects:\"/\"Returns:\"/\"Throws:\"/\"Requires:\".",
		"long_link": "https://github.com/cplusplus/draft/pull/1676",
		"link": "https://wg21.link/edit1676",
		"status": "closed"
	},
	"EDIT1677": {
		"type": "editorial",
		"title": "Merge small selection of editorial fixes since C++17 branched",
		"long_link": "https://github.com/cplusplus/draft/pull/1677",
		"link": "https://wg21.link/edit1677",
		"status": "closed"
	},
	"EDIT1678": {
		"type": "editorial",
		"title": "[Editorial] Clarify UTF-8 character literal definition",
		"long_link": "https://github.com/cplusplus/draft/pull/1678",
		"link": "https://wg21.link/edit1678",
		"status": "closed"
	},
	"EDIT1679": {
		"type": "editorial",
		"title": "[class.temporary] Remove note giving questionable implementation advice.",
		"long_link": "https://github.com/cplusplus/draft/pull/1679",
		"link": "https://wg21.link/edit1679",
		"status": "closed"
	},
	"EDIT1680": {
		"type": "editorial",
		"title": "[expr] Use 'possibly converted' for discarded-value expression.",
		"long_link": "https://github.com/cplusplus/draft/pull/1680",
		"link": "https://wg21.link/edit1680",
		"status": "closed"
	},
	"EDIT1681": {
		"type": "editorial",
		"title": "[class.derived] has confusing cross-reference for inheriting constructors",
		"long_link": "https://github.com/cplusplus/draft/issues/1681",
		"link": "https://wg21.link/edit1681",
		"status": "closed"
	},
	"EDIT1682": {
		"type": "editorial",
		"title": "Remove trailing whitespace.",
		"long_link": "https://github.com/cplusplus/draft/pull/1682",
		"link": "https://wg21.link/edit1682",
		"status": "closed"
	},
	"EDIT1683": {
		"type": "editorial",
		"title": "[over.call.object] Reference postfix-expression in call syntax correctly",
		"long_link": "https://github.com/cplusplus/draft/pull/1683",
		"link": "https://wg21.link/edit1683",
		"status": "closed"
	},
	"EDIT1684": {
		"type": "editorial",
		"title": "[meta.endian] Simplify wording, avoid \"shall\"",
		"long_link": "https://github.com/cplusplus/draft/pull/1684",
		"link": "https://wg21.link/edit1684",
		"status": "closed"
	},
	"EDIT1685": {
		"type": "editorial",
		"title": "[xrefdelta] one remaining \\CppXIV -> \\CppXVII",
		"long_link": "https://github.com/cplusplus/draft/pull/1685",
		"link": "https://wg21.link/edit1685",
		"status": "closed"
	},
	"EDIT1686": {
		"type": "editorial",
		"title": "[temp] concept-definition is missing a terminating semicolon",
		"long_link": "https://github.com/cplusplus/draft/issues/1686",
		"link": "https://wg21.link/edit1686",
		"status": "closed"
	},
	"EDIT1687": {
		"type": "editorial",
		"title": "[class.derived] Add cross-reference to [class.inhctor.init]",
		"long_link": "https://github.com/cplusplus/draft/pull/1687",
		"link": "https://wg21.link/edit1687",
		"status": "closed"
	},
	"EDIT1688": {
		"type": "editorial",
		"title": "[std] Allow linebreaks before \\ref in select places",
		"long_link": "https://github.com/cplusplus/draft/pull/1688",
		"link": "https://wg21.link/edit1688",
		"status": "closed"
	},
	"EDIT1689": {
		"type": "editorial",
		"title": "[temp] Add missing semicolon in grammar for concept-definition",
		"long_link": "https://github.com/cplusplus/draft/pull/1689",
		"link": "https://wg21.link/edit1689",
		"status": "closed"
	},
	"EDIT1690": {
		"type": "editorial",
		"title": "[everywhere] Rework how we mark up inline references.",
		"long_link": "https://github.com/cplusplus/draft/pull/1690",
		"link": "https://wg21.link/edit1690",
		"status": "closed"
	},
	"EDIT1691": {
		"type": "editorial",
		"title": "[over.over]/p4 what \"set of selected functions\"?",
		"long_link": "https://github.com/cplusplus/draft/issues/1691",
		"link": "https://wg21.link/edit1691",
		"status": "open"
	},
	"EDIT1692": {
		"type": "editorial",
		"title": "[dcl.decl, temp.deduct.type] Fix inappropriate uses of \\grammarterm.",
		"long_link": "https://github.com/cplusplus/draft/pull/1692",
		"link": "https://wg21.link/edit1692",
		"status": "closed"
	},
	"EDIT1693": {
		"type": "editorial",
		"title": "[expr.const] Move p7 next to p3.",
		"long_link": "https://github.com/cplusplus/draft/pull/1693",
		"link": "https://wg21.link/edit1693",
		"status": "closed"
	},
	"EDIT1694": {
		"type": "editorial",
		"title": "Remove accidentally committed tmp.tex.",
		"long_link": "https://github.com/cplusplus/draft/pull/1694",
		"link": "https://wg21.link/edit1694",
		"status": "closed"
	},
	"EDIT1695": {
		"type": "editorial",
		"title": "[defns.well.formed] remove full stop",
		"long_link": "https://github.com/cplusplus/draft/pull/1695",
		"link": "https://wg21.link/edit1695",
		"status": "closed"
	},
	"EDIT1696": {
		"type": "editorial",
		"title": "[util.smartptr.shared.create]: Broken declaration by \"\\placeholder{}\" macro",
		"long_link": "https://github.com/cplusplus/draft/issues/1696",
		"link": "https://wg21.link/edit1696",
		"status": "closed"
	},
	"EDIT1697": {
		"type": "editorial",
		"title": "[memory.syn] does not have declarations for the new make/allocate_shared overloads",
		"long_link": "https://github.com/cplusplus/draft/issues/1697",
		"link": "https://wg21.link/edit1697",
		"status": "closed"
	},
	"EDIT1698": {
		"type": "editorial",
		"title": "[mem.res.private] Questionable note in p7",
		"long_link": "https://github.com/cplusplus/draft/issues/1698",
		"link": "https://wg21.link/edit1698",
		"status": "closed"
	},
	"EDIT1699": {
		"type": "editorial",
		"title": "[temp.constr.order]/p2 wrong definition for subsume",
		"long_link": "https://github.com/cplusplus/draft/issues/1699",
		"link": "https://wg21.link/edit1699",
		"status": "closed"
	},
	"EDIT1700": {
		"type": "editorial",
		"title": "[diff.cpp14.library] missing Annex C note for new C++17 headers",
		"long_link": "https://github.com/cplusplus/draft/issues/1700",
		"link": "https://wg21.link/edit1700",
		"status": "closed"
	},
	"EDIT1701": {
		"type": "editorial",
		"title": "[meta.endian] Unclear wording regarding size of scalar types",
		"long_link": "https://github.com/cplusplus/draft/issues/1701",
		"link": "https://wg21.link/edit1701",
		"status": "closed"
	},
	"EDIT1702": {
		"type": "editorial",
		"title": "[intro.defs] Should the definition of 'signature' explicitly exclude default template arguments?",
		"long_link": "https://github.com/cplusplus/draft/issues/1702",
		"link": "https://wg21.link/edit1702",
		"status": "open"
	},
	"EDIT1703": {
		"type": "editorial",
		"title": "[diff.cpp14.library] Add Annex C entry for new headers in C++17",
		"long_link": "https://github.com/cplusplus/draft/pull/1703",
		"link": "https://wg21.link/edit1703",
		"status": "closed"
	},
	"EDIT1704": {
		"type": "editorial",
		"title": "[array.size] shows full template header",
		"long_link": "https://github.com/cplusplus/draft/issues/1704",
		"link": "https://wg21.link/edit1704",
		"status": "closed"
	},
	"EDIT1705": {
		"type": "editorial",
		"title": "Consistently place footnote mark after sentence full stop, not before it.",
		"long_link": "https://github.com/cplusplus/draft/pull/1705",
		"link": "https://wg21.link/edit1705",
		"status": "closed"
	},
	"EDIT1706": {
		"type": "editorial",
		"title": "Incorrect comment in [intro.execution] p. 12",
		"long_link": "https://github.com/cplusplus/draft/issues/1706",
		"link": "https://wg21.link/edit1706",
		"status": "closed"
	},
	"EDIT1707": {
		"type": "editorial",
		"title": "[futures.async] remove parens from DECAY_COPY()",
		"long_link": "https://github.com/cplusplus/draft/pull/1707",
		"link": "https://wg21.link/edit1707",
		"status": "closed"
	},
	"EDIT1708": {
		"type": "editorial",
		"title": "[intro.races] Add index entries for notions of coherence.",
		"long_link": "https://github.com/cplusplus/draft/pull/1708",
		"link": "https://wg21.link/edit1708",
		"status": "closed"
	},
	"EDIT1709": {
		"type": "editorial",
		"title": "Minor styles inconsistency in single-line comments",
		"long_link": "https://github.com/cplusplus/draft/issues/1709",
		"link": "https://wg21.link/edit1709",
		"status": "closed"
	},
	"EDIT1710": {
		"type": "editorial",
		"title": "[re.grammar] Fix typeface of 'match_type_flag'",
		"long_link": "https://github.com/cplusplus/draft/pull/1710",
		"link": "https://wg21.link/edit1710",
		"status": "closed"
	},
	"EDIT1711": {
		"type": "editorial",
		"title": "[rand.eng.lcong] Fix the modulus m",
		"long_link": "https://github.com/cplusplus/draft/pull/1711",
		"link": "https://wg21.link/edit1711",
		"status": "closed"
	},
	"EDIT1712": {
		"type": "editorial",
		"title": "Index additional member typedefs.",
		"long_link": "https://github.com/cplusplus/draft/pull/1712",
		"link": "https://wg21.link/edit1712",
		"status": "closed"
	},
	"EDIT1713": {
		"type": "editorial",
		"title": "[C++17 DIS comment 001] remove [intro.refs] bullet 1.4",
		"long_link": "https://github.com/cplusplus/draft/issues/1713",
		"link": "https://wg21.link/edit1713",
		"status": "closed"
	},
	"EDIT1714": {
		"type": "editorial",
		"title": "[C++17 DIS comment 002] update [intro.defs] to use text that can be substituted for the use of the term",
		"long_link": "https://github.com/cplusplus/draft/issues/1714",
		"link": "https://wg21.link/edit1714",
		"status": "closed"
	},
	"EDIT1715": {
		"type": "editorial",
		"title": "[C++17 DIS comment 003] update [intro.defs] to use \"Note to entry\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1715",
		"link": "https://wg21.link/edit1715",
		"status": "closed"
	},
	"EDIT1716": {
		"type": "editorial",
		"title": "[C++17 DIS comment 004] Fix page break within Table 7",
		"long_link": "https://github.com/cplusplus/draft/issues/1716",
		"link": "https://wg21.link/edit1716",
		"status": "closed"
	},
	"EDIT1717": {
		"type": "editorial",
		"title": "[C++17 DIS comment 005] Update [over.match.funcs] to not contain a number of contexts (which is now incorrect)",
		"long_link": "https://github.com/cplusplus/draft/issues/1717",
		"link": "https://wg21.link/edit1717",
		"status": "closed"
	},
	"EDIT1718": {
		"type": "editorial",
		"title": "[C++17 DIS comment 006] [temp.over.link]p8: change comments to lowercase",
		"long_link": "https://github.com/cplusplus/draft/issues/1718",
		"link": "https://wg21.link/edit1718",
		"status": "closed"
	},
	"EDIT1719": {
		"type": "editorial",
		"title": "[C++17 DIS comment 007] [support.start.term]p13 restore xref to C 7.22.4.5",
		"long_link": "https://github.com/cplusplus/draft/issues/1719",
		"link": "https://wg21.link/edit1719",
		"status": "closed"
	},
	"EDIT1720": {
		"type": "editorial",
		"title": "[C++17 DIS comment 008] [new.delete.single]p16 remove \"Replaceable:\" from note",
		"long_link": "https://github.com/cplusplus/draft/issues/1720",
		"link": "https://wg21.link/edit1720",
		"status": "closed"
	},
	"EDIT1721": {
		"type": "editorial",
		"title": "[C++17 DIS comment 010] [any_cons]p2, `in_place<T>` should say `in_place_type<T>`",
		"long_link": "https://github.com/cplusplus/draft/issues/1721",
		"link": "https://wg21.link/edit1721",
		"status": "closed"
	},
	"EDIT1722": {
		"type": "editorial",
		"title": "[C++17 DIS comment 011] [any.nonmembers]p4-6 replace \"ValueType\" with \"T\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1722",
		"link": "https://wg21.link/edit1722",
		"status": "closed"
	},
	"EDIT1723": {
		"type": "editorial",
		"title": "[C++17 DIS comment 009] Avoid splitting footnote#218 across pages",
		"long_link": "https://github.com/cplusplus/draft/issues/1723",
		"link": "https://wg21.link/edit1723",
		"status": "closed"
	},
	"EDIT1724": {
		"type": "editorial",
		"title": "[C++17 DIS comment 012] [algorithms.parallel.user]p1 Repeated period at end of paragraph..",
		"long_link": "https://github.com/cplusplus/draft/issues/1724",
		"link": "https://wg21.link/edit1724",
		"status": "closed"
	},
	"EDIT1725": {
		"type": "editorial",
		"title": "[C++17 DIS comment 013] [alg.equal]p3 \"For the overloads with no ExecutionPolicy\" repeated twice",
		"long_link": "https://github.com/cplusplus/draft/issues/1725",
		"link": "https://wg21.link/edit1725",
		"status": "closed"
	},
	"EDIT1726": {
		"type": "editorial",
		"title": "[C++17 DIS comment 014] [alg.reverse] reverse has two Requires: clauses",
		"long_link": "https://github.com/cplusplus/draft/issues/1726",
		"link": "https://wg21.link/edit1726",
		"status": "closed"
	},
	"EDIT1727": {
		"type": "editorial",
		"title": "[C++17 DIS comment 015] Move LIA-1 from Normative References to Bibliography",
		"long_link": "https://github.com/cplusplus/draft/issues/1727",
		"link": "https://wg21.link/edit1727",
		"status": "closed"
	},
	"EDIT1728": {
		"type": "editorial",
		"title": "[C++17 DIS comment 016] Add Foreword",
		"long_link": "https://github.com/cplusplus/draft/issues/1728",
		"link": "https://wg21.link/edit1728",
		"status": "closed"
	},
	"EDIT1729": {
		"type": "editorial",
		"title": "[C++17 DIS comment 017] Convert to UK English spelling",
		"long_link": "https://github.com/cplusplus/draft/issues/1729",
		"link": "https://wg21.link/edit1729",
		"status": "closed"
	},
	"EDIT1730": {
		"type": "editorial",
		"title": "[C++17 DIS comment 018] Hanging paragraphs",
		"long_link": "https://github.com/cplusplus/draft/issues/1730",
		"link": "https://wg21.link/edit1730",
		"status": "open"
	},
	"EDIT1731": {
		"type": "editorial",
		"title": "[C++17 DIS comment 019] Document has lists of tables and figures, xrefs, and indices",
		"long_link": "https://github.com/cplusplus/draft/issues/1731",
		"link": "https://wg21.link/edit1731",
		"status": "closed"
	},
	"EDIT1732": {
		"type": "editorial",
		"title": "[C++17 DIS comment 020] Use of \"this International Standard\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1732",
		"link": "https://wg21.link/edit1732",
		"status": "closed"
	},
	"EDIT1733": {
		"type": "editorial",
		"title": "[C++17 DIS comment 021] Review all 'must's and fix as appropriate",
		"long_link": "https://github.com/cplusplus/draft/issues/1733",
		"link": "https://wg21.link/edit1733",
		"status": "closed"
	},
	"EDIT1734": {
		"type": "editorial",
		"title": "[C++17 DIS comment 022] Change from letter to A4",
		"long_link": "https://github.com/cplusplus/draft/issues/1734",
		"link": "https://wg21.link/edit1734",
		"status": "closed"
	},
	"EDIT1735": {
		"type": "editorial",
		"title": "[C++17 DIS comment 023] [support.runtime] Remove index entry for __bool_true_false_are_defined",
		"long_link": "https://github.com/cplusplus/draft/issues/1735",
		"link": "https://wg21.link/edit1735",
		"status": "closed"
	},
	"EDIT1736": {
		"type": "editorial",
		"title": "[alg.reverse] remove duplicated Requires: element",
		"long_link": "https://github.com/cplusplus/draft/pull/1736",
		"link": "https://wg21.link/edit1736",
		"status": "closed"
	},
	"EDIT1737": {
		"type": "editorial",
		"title": "[travis] Add newly required package",
		"long_link": "https://github.com/cplusplus/draft/pull/1737",
		"link": "https://wg21.link/edit1737",
		"status": "closed"
	},
	"EDIT1738": {
		"type": "editorial",
		"title": "[intro.defs, definitions, fs.definitions] change notes in Terms and Definitions to say \"Note X to entry\"",
		"long_link": "https://github.com/cplusplus/draft/pull/1738",
		"link": "https://wg21.link/edit1738",
		"status": "closed"
	},
	"EDIT1739": {
		"type": "editorial",
		"title": "[class.copy.assign] Remove extraneous space before the first word of para 1",
		"long_link": "https://github.com/cplusplus/draft/pull/1739",
		"link": "https://wg21.link/edit1739",
		"status": "closed"
	},
	"EDIT1740": {
		"type": "editorial",
		"title": "[class.virtual] Incorrect comments in [class.virtual] p.9",
		"long_link": "https://github.com/cplusplus/draft/issues/1740",
		"link": "https://wg21.link/edit1740",
		"status": "closed"
	},
	"EDIT1741": {
		"type": "editorial",
		"title": "Reword [over.ics.rank]/3.2.3",
		"long_link": "https://github.com/cplusplus/draft/pull/1741",
		"link": "https://wg21.link/edit1741",
		"status": "open"
	},
	"EDIT1742": {
		"type": "editorial",
		"title": "Wrong example of unspecified behavior in [intro.abstract]/3",
		"long_link": "https://github.com/cplusplus/draft/issues/1742",
		"link": "https://wg21.link/edit1742",
		"status": "open"
	},
	"EDIT1743": {
		"type": "editorial",
		"title": "[intro.refs] Remove redundant reference to C11 Technical Corrigendum 1.",
		"long_link": "https://github.com/cplusplus/draft/pull/1743",
		"link": "https://wg21.link/edit1743",
		"status": "closed"
	},
	"EDIT1744": {
		"type": "editorial",
		"title": "[over.match.funcs] Remove the number of overload resolution contexts",
		"long_link": "https://github.com/cplusplus/draft/pull/1744",
		"link": "https://wg21.link/edit1744",
		"status": "closed"
	},
	"EDIT1745": {
		"type": "editorial",
		"title": "[temp.over.link] Change leading letter in comments in example to lowercase.",
		"long_link": "https://github.com/cplusplus/draft/pull/1745",
		"link": "https://wg21.link/edit1745",
		"status": "closed"
	},
	"EDIT1746": {
		"type": "editorial",
		"title": "Add Foreword.",
		"long_link": "https://github.com/cplusplus/draft/pull/1746",
		"link": "https://wg21.link/edit1746",
		"status": "closed"
	},
	"EDIT1747": {
		"type": "editorial",
		"title": "Convert \"must\"s in normative wording that do not indicate logical",
		"long_link": "https://github.com/cplusplus/draft/pull/1747",
		"link": "https://wg21.link/edit1747",
		"status": "closed"
	},
	"EDIT1748": {
		"type": "editorial",
		"title": "Replace \"this International Standard\" with \"this document\" when",
		"long_link": "https://github.com/cplusplus/draft/pull/1748",
		"link": "https://wg21.link/edit1748",
		"status": "closed"
	},
	"EDIT1749": {
		"type": "editorial",
		"title": "[expr.prim.lambda] 8.1.5/4 Add capture to the j variant to make the example to be compiled",
		"long_link": "https://github.com/cplusplus/draft/pull/1749",
		"link": "https://wg21.link/edit1749",
		"status": "closed"
	},
	"EDIT1750": {
		"type": "editorial",
		"title": "Can we flatten the list in [dcl.init.ref]p5",
		"long_link": "https://github.com/cplusplus/draft/issues/1750",
		"link": "https://wg21.link/edit1750",
		"status": "open"
	},
	"EDIT1751": {
		"type": "editorial",
		"title": "Add Foreword.",
		"long_link": "https://github.com/cplusplus/draft/pull/1751",
		"link": "https://wg21.link/edit1751",
		"status": "closed"
	},
	"EDIT1752": {
		"type": "editorial",
		"title": "Improve automatic widow/club control",
		"long_link": "https://github.com/cplusplus/draft/issues/1752",
		"link": "https://wg21.link/edit1752",
		"status": "closed"
	},
	"EDIT1753": {
		"type": "editorial",
		"title": "[mismatch] and [alg.equal] have slightly off horizontal whitespace in itemdecls",
		"long_link": "https://github.com/cplusplus/draft/issues/1753",
		"link": "https://wg21.link/edit1753",
		"status": "closed"
	},
	"EDIT1754": {
		"type": "editorial",
		"title": "Decide how to indent class template definitions",
		"long_link": "https://github.com/cplusplus/draft/issues/1754",
		"link": "https://wg21.link/edit1754",
		"status": "open"
	},
	"EDIT1755": {
		"type": "editorial",
		"title": "[thread.condition.condvarany]/9 is incorrect",
		"long_link": "https://github.com/cplusplus/draft/issues/1755",
		"link": "https://wg21.link/edit1755",
		"status": "closed"
	},
	"EDIT1756": {
		"type": "editorial",
		"title": "support LuaLaTeX",
		"long_link": "https://github.com/cplusplus/draft/pull/1756",
		"link": "https://wg21.link/edit1756",
		"status": "closed"
	},
	"EDIT1757": {
		"type": "editorial",
		"title": "[meta.trans.other] Consider referencing p2 from the aligned_storage and aligned_union rows in Table 50",
		"long_link": "https://github.com/cplusplus/draft/issues/1757",
		"link": "https://wg21.link/edit1757",
		"status": "open"
	},
	"EDIT1758": {
		"type": "editorial",
		"title": "[unique.ptr, util.smartptr.shared] Remove redundant repetitions of declarations that already appear in the synopsis",
		"long_link": "https://github.com/cplusplus/draft/pull/1758",
		"link": "https://wg21.link/edit1758",
		"status": "closed"
	},
	"EDIT1759": {
		"type": "editorial",
		"title": "[containers] Remove repeated statement of relational operator declarations",
		"long_link": "https://github.com/cplusplus/draft/pull/1759",
		"link": "https://wg21.link/edit1759",
		"status": "closed"
	},
	"EDIT1760": {
		"type": "editorial",
		"title": "[dcl.fct.def.general] Typeset placeholder consistently.",
		"long_link": "https://github.com/cplusplus/draft/pull/1760",
		"link": "https://wg21.link/edit1760",
		"status": "closed"
	},
	"EDIT1761": {
		"type": "editorial",
		"title": "Remove \\xspace everywhere except for \\opt",
		"long_link": "https://github.com/cplusplus/draft/pull/1761",
		"link": "https://wg21.link/edit1761",
		"status": "closed"
	},
	"EDIT1762": {
		"type": "editorial",
		"title": "[mem.res.private] Remove misleading 'typical' in note.",
		"long_link": "https://github.com/cplusplus/draft/pull/1762",
		"link": "https://wg21.link/edit1762",
		"status": "closed"
	},
	"EDIT1763": {
		"type": "editorial",
		"title": "[thread.condition.condvarany] Remove note made incorrect by LWG 2135.",
		"long_link": "https://github.com/cplusplus/draft/pull/1763",
		"link": "https://wg21.link/edit1763",
		"status": "closed"
	},
	"EDIT1764": {
		"type": "editorial",
		"title": "[styles] Improve automatic page breaking",
		"long_link": "https://github.com/cplusplus/draft/pull/1764",
		"link": "https://wg21.link/edit1764",
		"status": "closed"
	},
	"EDIT1765": {
		"type": "editorial",
		"title": "[fs.filesystem.syn] fix ordering of exists and equivalent",
		"long_link": "https://github.com/cplusplus/draft/pull/1765",
		"link": "https://wg21.link/edit1765",
		"status": "closed"
	},
	"EDIT1766": {
		"type": "editorial",
		"title": "[intro.execution] Fix indentation of example code",
		"long_link": "https://github.com/cplusplus/draft/pull/1766",
		"link": "https://wg21.link/edit1766",
		"status": "closed"
	},
	"EDIT1767": {
		"type": "editorial",
		"title": "[class.virtual] Correct function names in example comments.",
		"long_link": "https://github.com/cplusplus/draft/pull/1767",
		"link": "https://wg21.link/edit1767",
		"status": "closed"
	},
	"EDIT1768": {
		"type": "editorial",
		"title": "[alg.count,mismatch,alg.equal] Fix indentation of declaration.",
		"long_link": "https://github.com/cplusplus/draft/pull/1768",
		"link": "https://wg21.link/edit1768",
		"status": "closed"
	},
	"EDIT1769": {
		"type": "editorial",
		"title": "The deduction guides for unordered_map and unordered_multimap use an exposition-only helper that does not exist",
		"long_link": "https://github.com/cplusplus/draft/issues/1769",
		"link": "https://wg21.link/edit1769",
		"status": "closed"
	},
	"EDIT1770": {
		"type": "editorial",
		"title": "[Editorial][util.smartptr.shared.cmp] add missing typename for operaotr<",
		"long_link": "https://github.com/cplusplus/draft/pull/1770",
		"link": "https://wg21.link/edit1770",
		"status": "closed"
	},
	"EDIT1771": {
		"type": "editorial",
		"title": "Hanging paragraphs vs. warm-up introduction",
		"long_link": "https://github.com/cplusplus/draft/issues/1771",
		"link": "https://wg21.link/edit1771",
		"status": "open"
	},
	"EDIT1772": {
		"type": "editorial",
		"title": "[unord.map.overview], [unord.multimap.overview] Use iter_val_t inst…",
		"long_link": "https://github.com/cplusplus/draft/pull/1772",
		"link": "https://wg21.link/edit1772",
		"status": "closed"
	},
	"EDIT1773": {
		"type": "editorial",
		"title": "[utilities, depr] Replace \"member typedef\" with \"nested type\" ",
		"long_link": "https://github.com/cplusplus/draft/pull/1773",
		"link": "https://wg21.link/edit1773",
		"status": "closed"
	},
	"EDIT1774": {
		"type": "editorial",
		"title": "[macros] Prevent unfortunate page break",
		"long_link": "https://github.com/cplusplus/draft/pull/1774",
		"link": "https://wg21.link/edit1774",
		"status": "closed"
	},
	"EDIT1775": {
		"type": "editorial",
		"title": "[lib] Harmonize introductory comments in synopses",
		"long_link": "https://github.com/cplusplus/draft/pull/1775",
		"link": "https://wg21.link/edit1775",
		"status": "closed"
	},
	"EDIT1776": {
		"type": "editorial",
		"title": "[lib] Add hyphen to 'well-defined'",
		"long_link": "https://github.com/cplusplus/draft/pull/1776",
		"link": "https://wg21.link/edit1776",
		"status": "closed"
	},
	"EDIT1777": {
		"type": "editorial",
		"title": "[csetjmp.syn] Restrictions cannot be mandatory",
		"long_link": "https://github.com/cplusplus/draft/pull/1777",
		"link": "https://wg21.link/edit1777",
		"status": "closed"
	},
	"EDIT1778": {
		"type": "editorial",
		"title": "[csetjmp.syn] Imprecise description of UB",
		"long_link": "https://github.com/cplusplus/draft/issues/1778",
		"link": "https://wg21.link/edit1778",
		"status": "open"
	},
	"EDIT1779": {
		"type": "editorial",
		"title": "[locale.moneypunct.virtuals] Add reference to ISO 4217.",
		"long_link": "https://github.com/cplusplus/draft/pull/1779",
		"link": "https://wg21.link/edit1779",
		"status": "closed"
	},
	"EDIT1780": {
		"type": "editorial",
		"title": "[travis] Make overfull hboxes a presubmit error.",
		"long_link": "https://github.com/cplusplus/draft/pull/1780",
		"link": "https://wg21.link/edit1780",
		"status": "closed"
	},
	"EDIT1781": {
		"type": "editorial",
		"title": "C++17",
		"long_link": "https://github.com/cplusplus/draft/pull/1781",
		"link": "https://wg21.link/edit1781",
		"status": "closed"
	},
	"EDIT1784": {
		"type": "editorial",
		"title": "[implimits] Add cross-references to the definition of the respective …",
		"long_link": "https://github.com/cplusplus/draft/pull/1784",
		"link": "https://wg21.link/edit1784",
		"status": "closed"
	},
	"EDIT1785": {
		"type": "editorial",
		"title": "[expr.prim.lambda.capture]p11 description of capture-by-reference of references is out of place",
		"long_link": "https://github.com/cplusplus/draft/issues/1785",
		"link": "https://wg21.link/edit1785",
		"status": "closed"
	},
	"EDIT1786": {
		"type": "editorial",
		"title": "[expr.prim.lambda.capture] Move discusssion of capture-by-reference o…",
		"long_link": "https://github.com/cplusplus/draft/pull/1786",
		"link": "https://wg21.link/edit1786",
		"status": "closed"
	},
	"EDIT1787": {
		"type": "editorial",
		"title": "[temp] p1 what is a family of classes?  and can they claim dependents? ;) ",
		"long_link": "https://github.com/cplusplus/draft/issues/1787",
		"link": "https://wg21.link/edit1787",
		"status": "closed"
	},
	"EDIT1788": {
		"type": "editorial",
		"title": "[bitmask.types] Potential undefined behavior in operator~",
		"long_link": "https://github.com/cplusplus/draft/issues/1788",
		"link": "https://wg21.link/edit1788",
		"status": "closed"
	},
	"EDIT1789": {
		"type": "editorial",
		"title": "Use 'trailing requires-clause'",
		"long_link": "https://github.com/cplusplus/draft/pull/1789",
		"link": "https://wg21.link/edit1789",
		"status": "closed"
	},
	"EDIT1790": {
		"type": "editorial",
		"title": "[array.size] Remove full template declaration.",
		"long_link": "https://github.com/cplusplus/draft/pull/1790",
		"link": "https://wg21.link/edit1790",
		"status": "closed"
	},
	"EDIT1791": {
		"type": "editorial",
		"title": "[array] Dissolve single-item subclauses.",
		"long_link": "https://github.com/cplusplus/draft/pull/1791",
		"link": "https://wg21.link/edit1791",
		"status": "closed"
	},
	"EDIT1792": {
		"type": "editorial",
		"title": "[basic.def.odr] Intervening declarative region should be refered to as such",
		"long_link": "https://github.com/cplusplus/draft/issues/1792",
		"link": "https://wg21.link/edit1792",
		"status": "open"
	},
	"EDIT1793": {
		"type": "editorial",
		"title": "I do not think [fs.req.namespaces] means what it thinks it means",
		"long_link": "https://github.com/cplusplus/draft/issues/1793",
		"link": "https://wg21.link/edit1793",
		"status": "open"
	},
	"EDIT1794": {
		"type": "editorial",
		"title": "[implimits] Unclear text",
		"long_link": "https://github.com/cplusplus/draft/issues/1794",
		"link": "https://wg21.link/edit1794",
		"status": "open"
	},
	"EDIT1795": {
		"type": "editorial",
		"title": "[any.class] Revert dot to comma typo from bdff8687c",
		"long_link": "https://github.com/cplusplus/draft/pull/1795",
		"link": "https://wg21.link/edit1795",
		"status": "closed"
	},
	"EDIT1796": {
		"type": "editorial",
		"title": "[tuple.cnstr] \\tcode one instance of \"tuple\".",
		"long_link": "https://github.com/cplusplus/draft/pull/1796",
		"link": "https://wg21.link/edit1796",
		"status": "closed"
	},
	"EDIT1797": {
		"type": "editorial",
		"title": "[basic.link] members of unnamed namespace have internal linkage",
		"long_link": "https://github.com/cplusplus/draft/issues/1797",
		"link": "https://wg21.link/edit1797",
		"status": "closed"
	},
	"EDIT1798": {
		"type": "editorial",
		"title": "[intro], [basic] Rearrange subclauses",
		"long_link": "https://github.com/cplusplus/draft/pull/1798",
		"link": "https://wg21.link/edit1798",
		"status": "closed"
	},
	"EDIT1799": {
		"type": "editorial",
		"title": "[expr] Add subclauses.",
		"long_link": "https://github.com/cplusplus/draft/pull/1799",
		"link": "https://wg21.link/edit1799",
		"status": "closed"
	},
	"EDIT1800": {
		"type": "editorial",
		"title": "[intro.execution] Clarify full-expression in example.",
		"long_link": "https://github.com/cplusplus/draft/pull/1800",
		"link": "https://wg21.link/edit1800",
		"status": "closed"
	},
	"EDIT1801": {
		"type": "editorial",
		"title": "[algorithms.general] & [algorithm.syn] name \"mutating sequence operat…",
		"long_link": "https://github.com/cplusplus/draft/pull/1801",
		"link": "https://wg21.link/edit1801",
		"status": "closed"
	},
	"EDIT1802": {
		"type": "editorial",
		"title": "[conv.rank] Move from [conv] to [basic.types]",
		"long_link": "https://github.com/cplusplus/draft/pull/1802",
		"link": "https://wg21.link/edit1802",
		"status": "closed"
	},
	"EDIT1803": {
		"type": "editorial",
		"title": "[diff] Give numbers to changes.",
		"long_link": "https://github.com/cplusplus/draft/pull/1803",
		"link": "https://wg21.link/edit1803",
		"status": "closed"
	},
	"EDIT1804": {
		"type": "editorial",
		"title": "[expr], [over] Add cross-references for usual arithmetic conversions.",
		"long_link": "https://github.com/cplusplus/draft/pull/1804",
		"link": "https://wg21.link/edit1804",
		"status": "closed"
	},
	"EDIT1805": {
		"type": "editorial",
		"title": "Fix some more subscripts for T, also fix cv in a few places.",
		"long_link": "https://github.com/cplusplus/draft/pull/1805",
		"link": "https://wg21.link/edit1805",
		"status": "closed"
	},
	"EDIT1806": {
		"type": "editorial",
		"title": "[unord.req], [fs.path.io] Fix \"Effects: Equivalent to\" styles",
		"long_link": "https://github.com/cplusplus/draft/pull/1806",
		"link": "https://wg21.link/edit1806",
		"status": "closed"
	},
	"EDIT1807": {
		"type": "editorial",
		"title": "rationalize library header name indexing",
		"long_link": "https://github.com/cplusplus/draft/issues/1807",
		"link": "https://wg21.link/edit1807",
		"status": "closed"
	},
	"EDIT1808": {
		"type": "editorial",
		"title": "[temp.constr.order] In definition of 'subsumes', remove",
		"long_link": "https://github.com/cplusplus/draft/pull/1808",
		"link": "https://wg21.link/edit1808",
		"status": "closed"
	},
	"EDIT1809": {
		"type": "editorial",
		"title": "[basic.link] Entities declared in an unnamed namespace",
		"long_link": "https://github.com/cplusplus/draft/pull/1809",
		"link": "https://wg21.link/edit1809",
		"status": "closed"
	},
	"EDIT1810": {
		"type": "editorial",
		"title": "[macros] Introduce \\indexhdr and apply it for all headers.",
		"long_link": "https://github.com/cplusplus/draft/pull/1810",
		"link": "https://wg21.link/edit1810",
		"status": "closed"
	},
	"EDIT1811": {
		"type": "editorial",
		"title": "[over.over] Consistently use 'set of overloaded functions'",
		"long_link": "https://github.com/cplusplus/draft/pull/1811",
		"link": "https://wg21.link/edit1811",
		"status": "open"
	},
	"EDIT1812": {
		"type": "editorial",
		"title": "[unique.ptr] Remove definition of 'transfers ownership'.",
		"long_link": "https://github.com/cplusplus/draft/pull/1812",
		"link": "https://wg21.link/edit1812",
		"status": "open"
	},
	"EDIT1813": {
		"type": "editorial",
		"title": "[variant] Move 'Otherwise' to start of following bullet.",
		"long_link": "https://github.com/cplusplus/draft/pull/1813",
		"link": "https://wg21.link/edit1813",
		"status": "closed"
	},
	"EDIT1814": {
		"type": "editorial",
		"title": "[util.sharedptr] Dissolve subclause and integrate contents into parent.",
		"long_link": "https://github.com/cplusplus/draft/pull/1814",
		"link": "https://wg21.link/edit1814",
		"status": "closed"
	},
	"EDIT1815": {
		"type": "editorial",
		"title": "[lib] Harmonize punctuation of 'Effects: Equivalent to'",
		"long_link": "https://github.com/cplusplus/draft/pull/1815",
		"link": "https://wg21.link/edit1815",
		"status": "closed"
	},
	"EDIT1816": {
		"type": "editorial",
		"title": "[temp.arg.explicit] Remove note after merge of P0846R0",
		"long_link": "https://github.com/cplusplus/draft/issues/1816",
		"link": "https://wg21.link/edit1816",
		"status": "closed"
	},
	"EDIT1817": {
		"type": "editorial",
		"title": "[basic.def] 'class name declaration' is undefined.",
		"long_link": "https://github.com/cplusplus/draft/pull/1817",
		"link": "https://wg21.link/edit1817",
		"status": "closed"
	},
	"EDIT1818": {
		"type": "editorial",
		"title": "[expr.compound] Expression operators do not 'return' results.",
		"long_link": "https://github.com/cplusplus/draft/pull/1818",
		"link": "https://wg21.link/edit1818",
		"status": "closed"
	},
	"EDIT1819": {
		"type": "editorial",
		"title": "Use \\tcode for return/if/switch statement.",
		"long_link": "https://github.com/cplusplus/draft/pull/1819",
		"link": "https://wg21.link/edit1819",
		"status": "closed"
	},
	"EDIT1820": {
		"type": "editorial",
		"title": "[expr.delete] destructor invoked for null pointer values?",
		"long_link": "https://github.com/cplusplus/draft/issues/1820",
		"link": "https://wg21.link/edit1820",
		"status": "closed"
	},
	"EDIT1821": {
		"type": "editorial",
		"title": "fix bnf / bnftab / bnfkeywordtab mess",
		"long_link": "https://github.com/cplusplus/draft/issues/1821",
		"link": "https://wg21.link/edit1821",
		"status": "open"
	},
	"EDIT1822": {
		"type": "editorial",
		"title": "[complex.value.ops] and [complex.transcendentals] contain failed attempts to xref the C standard",
		"long_link": "https://github.com/cplusplus/draft/issues/1822",
		"link": "https://wg21.link/edit1822",
		"status": "open"
	},
	"EDIT1823": {
		"type": "editorial",
		"title": "[strings.general] Use plural to take string_view into account",
		"long_link": "https://github.com/cplusplus/draft/pull/1823",
		"link": "https://wg21.link/edit1823",
		"status": "closed"
	},
	"EDIT1824": {
		"type": "editorial",
		"title": "[temp.arg.explicit] Remove note obsoleted by P0846R0",
		"long_link": "https://github.com/cplusplus/draft/pull/1824",
		"link": "https://wg21.link/edit1824",
		"status": "closed"
	},
	"EDIT1825": {
		"type": "editorial",
		"title": "[structure.summary] Remove obsolete paragraph about Note(s): and Example(s): elements that we no longer provide",
		"long_link": "https://github.com/cplusplus/draft/pull/1825",
		"link": "https://wg21.link/edit1825",
		"status": "closed"
	},
	"EDIT1826": {
		"type": "editorial",
		"title": "[dcl.enum] Duplicate sentences about redeclarations",
		"long_link": "https://github.com/cplusplus/draft/issues/1826",
		"link": "https://wg21.link/edit1826",
		"status": "open"
	},
	"EDIT1827": {
		"type": "editorial",
		"title": "[dcl.enum] Merge duplicate normative paragraphs on redeclarations.",
		"long_link": "https://github.com/cplusplus/draft/pull/1827",
		"link": "https://wg21.link/edit1827",
		"status": "open"
	},
	"EDIT1828": {
		"type": "editorial",
		"title": "[complex.numbers] Use \\xref for references to the C standard.",
		"long_link": "https://github.com/cplusplus/draft/pull/1828",
		"link": "https://wg21.link/edit1828",
		"status": "closed"
	},
	"EDIT1829": {
		"type": "editorial",
		"title": "[swappable.requirements] Merge example's comment to one line",
		"long_link": "https://github.com/cplusplus/draft/pull/1829",
		"link": "https://wg21.link/edit1829",
		"status": "closed"
	},
	"EDIT1830": {
		"type": "editorial",
		"title": "[layout] Feet at bottom",
		"long_link": "https://github.com/cplusplus/draft/pull/1830",
		"link": "https://wg21.link/edit1830",
		"status": "open"
	},
	"EDIT1831": {
		"type": "editorial",
		"title": "Add Arch Linux getting started instructions",
		"long_link": "https://github.com/cplusplus/draft/pull/1831",
		"link": "https://wg21.link/edit1831",
		"status": "closed"
	},
	"EDIT1832": {
		"type": "editorial",
		"title": "[reverse.iterators] Dissolve single-item subclauses.",
		"long_link": "https://github.com/cplusplus/draft/pull/1832",
		"link": "https://wg21.link/edit1832",
		"status": "open"
	},
	"EDIT1833": {
		"type": "editorial",
		"title": "[atomics.types.operations]p22 has spurious paragraph break",
		"long_link": "https://github.com/cplusplus/draft/issues/1833",
		"link": "https://wg21.link/edit1833",
		"status": "closed"
	},
	"EDIT1834": {
		"type": "editorial",
		"title": "[atomics.types.operations] Remove spurious paragraph break.",
		"long_link": "https://github.com/cplusplus/draft/pull/1834",
		"link": "https://wg21.link/edit1834",
		"status": "closed"
	},
	"EDIT1835": {
		"type": "editorial",
		"title": "Create a new index for library headers",
		"long_link": "https://github.com/cplusplus/draft/pull/1835",
		"link": "https://wg21.link/edit1835",
		"status": "closed"
	},
	"EDIT1836": {
		"type": "editorial",
		"title": "Merge [depr.ispod] with [depr.meta.types]?",
		"long_link": "https://github.com/cplusplus/draft/issues/1836",
		"link": "https://wg21.link/edit1836",
		"status": "closed"
	},
	"EDIT1837": {
		"type": "editorial",
		"title": "[diff] Introduce numbered paragraphs",
		"long_link": "https://github.com/cplusplus/draft/pull/1837",
		"link": "https://wg21.link/edit1837",
		"status": "closed"
	},
	"EDIT1838": {
		"type": "editorial",
		"title": "Convert blah\\opt to \\opt{blah}",
		"long_link": "https://github.com/cplusplus/draft/pull/1838",
		"link": "https://wg21.link/edit1838",
		"status": "closed"
	},
	"EDIT1839": {
		"type": "editorial",
		"title": "Typo, missing \"be\"",
		"long_link": "https://github.com/cplusplus/draft/pull/1839",
		"link": "https://wg21.link/edit1839",
		"status": "closed"
	},
	"EDIT1840": {
		"type": "editorial",
		"title": "[mem.res] Fix whitespace around ptr-declarators and template arguments",
		"long_link": "https://github.com/cplusplus/draft/pull/1840",
		"link": "https://wg21.link/edit1840",
		"status": "closed"
	},
	"EDIT1841": {
		"type": "editorial",
		"title": "Does [basic.life] have the wrong cross-reference?",
		"long_link": "https://github.com/cplusplus/draft/issues/1841",
		"link": "https://wg21.link/edit1841",
		"status": "closed"
	},
	"EDIT1842": {
		"type": "editorial",
		"title": "[basic.life],[mem.res.private],[mem.res.pool.mem],[mem.res.monotonic.buffer] fix cross-references",
		"long_link": "https://github.com/cplusplus/draft/pull/1842",
		"link": "https://wg21.link/edit1842",
		"status": "closed"
	},
	"EDIT1843": {
		"type": "editorial",
		"title": "[func.require] Clarify which assignment operators",
		"long_link": "https://github.com/cplusplus/draft/pull/1843",
		"link": "https://wg21.link/edit1843",
		"status": "closed"
	},
	"EDIT1844": {
		"type": "editorial",
		"title": "[vector.bool] Use injected-class-name in synopsis",
		"long_link": "https://github.com/cplusplus/draft/pull/1844",
		"link": "https://wg21.link/edit1844",
		"status": "closed"
	},
	"EDIT1845": {
		"type": "editorial",
		"title": "Type of an enumerator inside the declaration of its enumeration - a conflict",
		"long_link": "https://github.com/cplusplus/draft/issues/1845",
		"link": "https://wg21.link/edit1845",
		"status": "closed"
	},
	"EDIT1846": {
		"type": "editorial",
		"title": "[tuple.tuple] Remove extra space before class scope",
		"long_link": "https://github.com/cplusplus/draft/pull/1846",
		"link": "https://wg21.link/edit1846",
		"status": "closed"
	},
	"EDIT1847": {
		"type": "editorial",
		"title": "[lex.ccon] Align char16_t phrasing to UTF-8 one",
		"long_link": "https://github.com/cplusplus/draft/pull/1847",
		"link": "https://wg21.link/edit1847",
		"status": "closed"
	},
	"EDIT1848": {
		"type": "editorial",
		"title": "[fs.op.funcs] Separate effects from returns.",
		"long_link": "https://github.com/cplusplus/draft/pull/1848",
		"link": "https://wg21.link/edit1848",
		"status": "closed"
	},
	"EDIT1849": {
		"type": "editorial",
		"title": "[fs.op.funcs] has 39 immediately-nested subclauses",
		"long_link": "https://github.com/cplusplus/draft/issues/1849",
		"link": "https://wg21.link/edit1849",
		"status": "open"
	},
	"EDIT1850": {
		"type": "editorial",
		"title": "[allocator.adaptor.syn] Fix index entries for scoped_allocator_adaptor member typedefs.",
		"long_link": "https://github.com/cplusplus/draft/pull/1850",
		"link": "https://wg21.link/edit1850",
		"status": "closed"
	},
	"EDIT1851": {
		"type": "editorial",
		"title": "Remove \\tilde in favour of \\~.",
		"long_link": "https://github.com/cplusplus/draft/pull/1851",
		"link": "https://wg21.link/edit1851",
		"status": "closed"
	},
	"EDIT1852": {
		"type": "editorial",
		"title": "Consider removing [facets.examples]",
		"long_link": "https://github.com/cplusplus/draft/issues/1852",
		"link": "https://wg21.link/edit1852",
		"status": "open"
	},
	"EDIT1853": {
		"type": "editorial",
		"title": "CI failing due to \"disk quota exceeded\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1853",
		"link": "https://wg21.link/edit1853",
		"status": "closed"
	},
	"EDIT1854": {
		"type": "editorial",
		"title": "missing xrefdelta updates for recent reorganization work",
		"long_link": "https://github.com/cplusplus/draft/issues/1854",
		"link": "https://wg21.link/edit1854",
		"status": "closed"
	},
	"EDIT1855": {
		"type": "editorial",
		"title": "[basic.compound], [conv.ptr] Improve index for 'null pointer value'",
		"long_link": "https://github.com/cplusplus/draft/pull/1855",
		"link": "https://wg21.link/edit1855",
		"status": "closed"
	},
	"EDIT1856": {
		"type": "editorial",
		"title": "[class.friend], [expr.ref], [expr.mptr.oper] Apply \\grammarterm markings",
		"long_link": "https://github.com/cplusplus/draft/pull/1856",
		"link": "https://wg21.link/edit1856",
		"status": "closed"
	},
	"EDIT1857": {
		"type": "editorial",
		"title": "[xrefdelta] Add deprecation of [util.smartptr.shared.atomic]",
		"long_link": "https://github.com/cplusplus/draft/pull/1857",
		"link": "https://wg21.link/edit1857",
		"status": "closed"
	},
	"EDIT1858": {
		"type": "editorial",
		"title": "[macros] Index all occurrences of \\grammarterm",
		"long_link": "https://github.com/cplusplus/draft/pull/1858",
		"link": "https://wg21.link/edit1858",
		"status": "closed"
	},
	"EDIT1859": {
		"type": "editorial",
		"title": "[intro.scope] C++ is not a strict superset of C",
		"long_link": "https://github.com/cplusplus/draft/pull/1859",
		"link": "https://wg21.link/edit1859",
		"status": "closed"
	},
	"EDIT1860": {
		"type": "editorial",
		"title": "Possibly misleading sentence in [temp.spec]/5",
		"long_link": "https://github.com/cplusplus/draft/issues/1860",
		"link": "https://wg21.link/edit1860",
		"status": "open"
	},
	"EDIT1861": {
		"type": "editorial",
		"title": "[facet.num.put.virtuals] Fix definition and use of 'loc'",
		"long_link": "https://github.com/cplusplus/draft/pull/1861",
		"link": "https://wg21.link/edit1861",
		"status": "closed"
	},
	"EDIT1862": {
		"type": "editorial",
		"title": "[charconv.to.chars, charconv.from.chars] Replace 'minus sign' with '-'",
		"long_link": "https://github.com/cplusplus/draft/pull/1862",
		"link": "https://wg21.link/edit1862",
		"status": "closed"
	},
	"EDIT1863": {
		"type": "editorial",
		"title": "[filesystems] 'dot' and 'dot-dot' are not \\grammarterms",
		"long_link": "https://github.com/cplusplus/draft/pull/1863",
		"link": "https://wg21.link/edit1863",
		"status": "closed"
	},
	"EDIT1864": {
		"type": "editorial",
		"title": "[fs.path.decompose] 'root-path' is not a grammar non-terminal     ",
		"long_link": "https://github.com/cplusplus/draft/pull/1864",
		"link": "https://wg21.link/edit1864",
		"status": "closed"
	},
	"EDIT1865": {
		"type": "editorial",
		"title": "[except] Fix index entry for 'exception object'",
		"long_link": "https://github.com/cplusplus/draft/pull/1865",
		"link": "https://wg21.link/edit1865",
		"status": "closed"
	},
	"EDIT1866": {
		"type": "editorial",
		"title": "[over.best.ics] Adjust example for [over.match.list] case",
		"long_link": "https://github.com/cplusplus/draft/pull/1866",
		"link": "https://wg21.link/edit1866",
		"status": "closed"
	},
	"EDIT1867": {
		"type": "editorial",
		"title": "[language.support, utilities] Condense description of exception classes",
		"long_link": "https://github.com/cplusplus/draft/pull/1867",
		"link": "https://wg21.link/edit1867",
		"status": "open"
	},
	"EDIT1868": {
		"type": "editorial",
		"title": "Use 'anonymous union object' where appropriate.",
		"long_link": "https://github.com/cplusplus/draft/pull/1868",
		"link": "https://wg21.link/edit1868",
		"status": "open"
	},
	"EDIT1869": {
		"type": "editorial",
		"title": "[utilities] Remove \\placeholder when naming a specific type",
		"long_link": "https://github.com/cplusplus/draft/pull/1869",
		"link": "https://wg21.link/edit1869",
		"status": "closed"
	},
	"EDIT1870": {
		"type": "editorial",
		"title": "basic_string_view begins_with has an incorrect reference implementation",
		"long_link": "https://github.com/cplusplus/draft/issues/1870",
		"link": "https://wg21.link/edit1870",
		"status": "closed"
	},
	"EDIT1871": {
		"type": "editorial",
		"title": "Fix misuses of \\grammarterm for other purposes",
		"long_link": "https://github.com/cplusplus/draft/pull/1871",
		"link": "https://wg21.link/edit1871",
		"status": "closed"
	},
	"EDIT1872": {
		"type": "editorial",
		"title": "[class] Replace \\term with \\defn or \\defnx",
		"long_link": "https://github.com/cplusplus/draft/pull/1872",
		"link": "https://wg21.link/edit1872",
		"status": "closed"
	},
	"EDIT1873": {
		"type": "editorial",
		"title": "[cpp] Replace \\term with \\defn",
		"long_link": "https://github.com/cplusplus/draft/pull/1873",
		"link": "https://wg21.link/edit1873",
		"status": "closed"
	},
	"EDIT1874": {
		"type": "editorial",
		"title": "Indexing of examples",
		"long_link": "https://github.com/cplusplus/draft/issues/1874",
		"link": "https://wg21.link/edit1874",
		"status": "open"
	},
	"EDIT1875": {
		"type": "editorial",
		"title": "[string.cons] Editorial change for caption on table 56",
		"long_link": "https://github.com/cplusplus/draft/issues/1875",
		"link": "https://wg21.link/edit1875",
		"status": "closed"
	},
	"EDIT1876": {
		"type": "editorial",
		"title": "[string.cons] Replace postcondition tables by ordinary Postcondition elements",
		"long_link": "https://github.com/cplusplus/draft/pull/1876",
		"link": "https://wg21.link/edit1876",
		"status": "closed"
	},
	"EDIT1877": {
		"type": "editorial",
		"title": "[library] Replace \\term with \\defnx",
		"long_link": "https://github.com/cplusplus/draft/pull/1877",
		"link": "https://wg21.link/edit1877",
		"status": "closed"
	},
	"EDIT1878": {
		"type": "editorial",
		"title": "[diff.mods.to.headers] De-index non-existent headers",
		"long_link": "https://github.com/cplusplus/draft/pull/1878",
		"link": "https://wg21.link/edit1878",
		"status": "closed"
	},
	"EDIT1879": {
		"type": "editorial",
		"title": "[basic.string] State class invariants about [data(), data() + size()] in the introduction.",
		"long_link": "https://github.com/cplusplus/draft/pull/1879",
		"link": "https://wg21.link/edit1879",
		"status": "closed"
	},
	"EDIT1880": {
		"type": "editorial",
		"title": "[conv] Replace \\term with \\defn or \\defnx",
		"long_link": "https://github.com/cplusplus/draft/pull/1880",
		"link": "https://wg21.link/edit1880",
		"status": "closed"
	},
	"EDIT1881": {
		"type": "editorial",
		"title": "[over] Replace \\term with \\defnx to add index entries",
		"long_link": "https://github.com/cplusplus/draft/pull/1881",
		"link": "https://wg21.link/edit1881",
		"status": "closed"
	},
	"EDIT1882": {
		"type": "editorial",
		"title": "Clean up some index entries related to functions",
		"long_link": "https://github.com/cplusplus/draft/pull/1882",
		"link": "https://wg21.link/edit1882",
		"status": "closed"
	},
	"EDIT1883": {
		"type": "editorial",
		"title": "[string.view.template] Add missing stable reference",
		"long_link": "https://github.com/cplusplus/draft/pull/1883",
		"link": "https://wg21.link/edit1883",
		"status": "closed"
	},
	"EDIT1884": {
		"type": "editorial",
		"title": "[dcl.struct.bind] Clarify that structured bindings are entities (as contrast to names)",
		"long_link": "https://github.com/cplusplus/draft/pull/1884",
		"link": "https://wg21.link/edit1884",
		"status": "closed"
	},
	"EDIT1885": {
		"type": "editorial",
		"title": "[defns.undefined] Constant expressions can have \"library UB\"",
		"long_link": "https://github.com/cplusplus/draft/pull/1885",
		"link": "https://wg21.link/edit1885",
		"status": "closed"
	},
	"EDIT1886": {
		"type": "editorial",
		"title": "[string.view.template] Add reference to [string.view.find] …",
		"long_link": "https://github.com/cplusplus/draft/pull/1886",
		"link": "https://wg21.link/edit1886",
		"status": "closed"
	},
	"EDIT1887": {
		"type": "editorial",
		"title": "[temp.dep.type] Clarify that a simple-template-id denotes a type",
		"long_link": "https://github.com/cplusplus/draft/pull/1887",
		"link": "https://wg21.link/edit1887",
		"status": "closed"
	},
	"EDIT1888": {
		"type": "editorial",
		"title": "[refwrap] Fix wrong use of \"shall\"",
		"long_link": "https://github.com/cplusplus/draft/pull/1888",
		"link": "https://wg21.link/edit1888",
		"status": "closed"
	},
	"EDIT1889": {
		"type": "editorial",
		"title": "[thread.thread.id] Fix wrong uses of \"shall\"",
		"long_link": "https://github.com/cplusplus/draft/pull/1889",
		"link": "https://wg21.link/edit1889",
		"status": "closed"
	},
	"EDIT1890": {
		"type": "editorial",
		"title": "[atomics.types.memop] Add missing \\pnum",
		"long_link": "https://github.com/cplusplus/draft/pull/1890",
		"link": "https://wg21.link/edit1890",
		"status": "closed"
	},
	"EDIT1891": {
		"type": "editorial",
		"title": "Use 'one of' formulation for binary-digit",
		"long_link": "https://github.com/cplusplus/draft/pull/1891",
		"link": "https://wg21.link/edit1891",
		"status": "closed"
	},
	"EDIT1892": {
		"type": "editorial",
		"title": "[basic.scope.class,basic.lookup.unqual] Use the term \"default member initializer\"",
		"long_link": "https://github.com/cplusplus/draft/pull/1892",
		"link": "https://wg21.link/edit1892",
		"status": "closed"
	},
	"EDIT1893": {
		"type": "editorial",
		"title": "[re.regex.construct] Add default argument to itemdecl",
		"long_link": "https://github.com/cplusplus/draft/pull/1893",
		"link": "https://wg21.link/edit1893",
		"status": "closed"
	},
	"EDIT1894": {
		"type": "editorial",
		"title": "[expr.const] Fix no longer correct comment",
		"long_link": "https://github.com/cplusplus/draft/pull/1894",
		"link": "https://wg21.link/edit1894",
		"status": "closed"
	},
	"EDIT1895": {
		"type": "editorial",
		"title": "[variant.visit] qualify std::forward for consistency",
		"long_link": "https://github.com/cplusplus/draft/pull/1895",
		"link": "https://wg21.link/edit1895",
		"status": "closed"
	},
	"EDIT1896": {
		"type": "editorial",
		"title": "[dcl.enum] use indefinite article before \"fixed underlying type\"",
		"long_link": "https://github.com/cplusplus/draft/pull/1896",
		"link": "https://wg21.link/edit1896",
		"status": "closed"
	},
	"EDIT1897": {
		"type": "editorial",
		"title": "[basic.lookup] Clarify name lookup consistency",
		"long_link": "https://github.com/cplusplus/draft/pull/1897",
		"link": "https://wg21.link/edit1897",
		"status": "closed"
	},
	"EDIT1898": {
		"type": "editorial",
		"title": "[namespace.udir] Ambiguous lookup results are covered in [basic.lookup]",
		"long_link": "https://github.com/cplusplus/draft/pull/1898",
		"link": "https://wg21.link/edit1898",
		"status": "closed"
	},
	"EDIT1899": {
		"type": "editorial",
		"title": "[everywhere] Remove paragraph breaks in the middle of sentences",
		"long_link": "https://github.com/cplusplus/draft/issues/1899",
		"link": "https://wg21.link/edit1899",
		"status": "open"
	},
	"EDIT1900": {
		"type": "editorial",
		"title": "[temp.local]/3 Wrong example?",
		"long_link": "https://github.com/cplusplus/draft/issues/1900",
		"link": "https://wg21.link/edit1900",
		"status": "open"
	},
	"EDIT1901": {
		"type": "editorial",
		"title": "[class.temporary, temp.inst, temp.dep, temp.res] Capitalize some sentences.",
		"long_link": "https://github.com/cplusplus/draft/pull/1901",
		"link": "https://wg21.link/edit1901",
		"status": "closed"
	},
	"EDIT1902": {
		"type": "editorial",
		"title": "Replace \\^ with \\caret",
		"long_link": "https://github.com/cplusplus/draft/pull/1902",
		"link": "https://wg21.link/edit1902",
		"status": "closed"
	},
	"EDIT1903": {
		"type": "editorial",
		"title": "[fs.rec.dir.itr.members] Grammar fixes.",
		"long_link": "https://github.com/cplusplus/draft/pull/1903",
		"link": "https://wg21.link/edit1903",
		"status": "closed"
	},
	"EDIT1904": {
		"type": "editorial",
		"title": "Update the description for array.data",
		"long_link": "https://github.com/cplusplus/draft/pull/1904",
		"link": "https://wg21.link/edit1904",
		"status": "closed"
	},
	"EDIT1905": {
		"type": "editorial",
		"title": "Fix references to container requirements tables.",
		"long_link": "https://github.com/cplusplus/draft/pull/1905",
		"link": "https://wg21.link/edit1905",
		"status": "closed"
	},
	"EDIT1906": {
		"type": "editorial",
		"title": "Problems with [expr.ass]p3 with initializer lists and ambiguity of term \"expression\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1906",
		"link": "https://wg21.link/edit1906",
		"status": "closed"
	},
	"EDIT1907": {
		"type": "editorial",
		"title": "Harmonize wording about reallocation invalidating pointers in `vector`",
		"long_link": "https://github.com/cplusplus/draft/pull/1907",
		"link": "https://wg21.link/edit1907",
		"status": "open"
	},
	"EDIT1908": {
		"type": "editorial",
		"title": "Fix decay index redirects.",
		"long_link": "https://github.com/cplusplus/draft/pull/1908",
		"link": "https://wg21.link/edit1908",
		"status": "closed"
	},
	"EDIT1909": {
		"type": "editorial",
		"title": "Atomic cmpxchg note clarification",
		"long_link": "https://github.com/cplusplus/draft/pull/1909",
		"link": "https://wg21.link/edit1909",
		"status": "closed"
	},
	"EDIT1910": {
		"type": "editorial",
		"title": "[expr.comma, class.base.init] What is \"temporary expression\"?",
		"long_link": "https://github.com/cplusplus/draft/issues/1910",
		"link": "https://wg21.link/edit1910",
		"status": "open"
	},
	"EDIT1911": {
		"type": "editorial",
		"title": "[over.match.ctor] Initialization by \"()\" neither is copy-initialization nor direct-initialization. ",
		"long_link": "https://github.com/cplusplus/draft/issues/1911",
		"link": "https://wg21.link/edit1911",
		"status": "open"
	},
	"EDIT1912": {
		"type": "editorial",
		"title": "Not a real PR, do not merge",
		"long_link": "https://github.com/cplusplus/draft/pull/1912",
		"link": "https://wg21.link/edit1912",
		"status": "closed"
	},
	"EDIT1913": {
		"type": "editorial",
		"title": "[contents,fs.req.namespace] Qualify only namespace-scope names",
		"long_link": "https://github.com/cplusplus/draft/pull/1913",
		"link": "https://wg21.link/edit1913",
		"status": "open"
	},
	"EDIT1914": {
		"type": "editorial",
		"title": "[expr.typeid, time.syn, class.access.base] Replace \\term with \\placeholder where appropriate.",
		"long_link": "https://github.com/cplusplus/draft/pull/1914",
		"link": "https://wg21.link/edit1914",
		"status": "open"
	},
	"EDIT1915": {
		"type": "editorial",
		"title": "'floating type' is not a defined term in C++",
		"long_link": "https://github.com/cplusplus/draft/pull/1915",
		"link": "https://wg21.link/edit1915",
		"status": "open"
	},
	"EDIT1916": {
		"type": "editorial",
		"title": "[intro.defs] Default template arguments are not part of the signature",
		"long_link": "https://github.com/cplusplus/draft/pull/1916",
		"link": "https://wg21.link/edit1916",
		"status": "open"
	},
	"EDIT1917": {
		"type": "editorial",
		"title": "Grammar index broken by #1858",
		"long_link": "https://github.com/cplusplus/draft/issues/1917",
		"link": "https://wg21.link/edit1917",
		"status": "open"
	},
	"EDIT1918": {
		"type": "editorial",
		"title": "Remove uses of 'concept' with ordinary English meaning.",
		"long_link": "https://github.com/cplusplus/draft/pull/1918",
		"link": "https://wg21.link/edit1918",
		"status": "open"
	},
	"EDIT1919": {
		"type": "editorial",
		"title": "[conv,class] Clause reorganization in core sections",
		"long_link": "https://github.com/cplusplus/draft/issues/1919",
		"link": "https://wg21.link/edit1919",
		"status": "open"
	},
	"EDIT1920": {
		"type": "editorial",
		"title": "[utility] Make content in hanging paragraph non-normative.",
		"long_link": "https://github.com/cplusplus/draft/pull/1920",
		"link": "https://wg21.link/edit1920",
		"status": "open"
	},
	"EDIT1921": {
		"type": "editorial",
		"title": "[rand.req.eng] Use \\text, not \\mbox, in math mode",
		"long_link": "https://github.com/cplusplus/draft/pull/1921",
		"link": "https://wg21.link/edit1921",
		"status": "closed"
	},
	"EDIT1922": {
		"type": "editorial",
		"title": "[depr.str.strstreams] Add synopsis for <strstream> header",
		"long_link": "https://github.com/cplusplus/draft/pull/1922",
		"link": "https://wg21.link/edit1922",
		"status": "closed"
	},
	"EDIT1923": {
		"type": "editorial",
		"title": "[dcl.dcl] Change example for static_assert",
		"long_link": "https://github.com/cplusplus/draft/pull/1923",
		"link": "https://wg21.link/edit1923",
		"status": "closed"
	},
	"EDIT1924": {
		"type": "editorial",
		"title": "[insert.iterators] Dissolve single-item subclauses.",
		"long_link": "https://github.com/cplusplus/draft/pull/1924",
		"link": "https://wg21.link/edit1924",
		"status": "open"
	},
	"EDIT1925": {
		"type": "editorial",
		"title": "[dcl.fct.def.delete] questionable example in p3",
		"long_link": "https://github.com/cplusplus/draft/issues/1925",
		"link": "https://wg21.link/edit1925",
		"status": "open"
	},
	"EDIT1926": {
		"type": "editorial",
		"title": "[over.match.oper] p6.2 Add a note for the synthesized <=> candidate",
		"long_link": "https://github.com/cplusplus/draft/issues/1926",
		"link": "https://wg21.link/edit1926",
		"status": "open"
	},
	"EDIT1927": {
		"type": "editorial",
		"title": "[over.match.oper] Add a note for conversions on synthesized candidates.",
		"long_link": "https://github.com/cplusplus/draft/pull/1927",
		"link": "https://wg21.link/edit1927",
		"status": "open"
	},
	"EDIT1928": {
		"type": "editorial",
		"title": "[string.classes] Remove class name repeated in subheadings",
		"long_link": "https://github.com/cplusplus/draft/pull/1928",
		"link": "https://wg21.link/edit1928",
		"status": "closed"
	},
	"EDIT1929": {
		"type": "editorial",
		"title": "[fs.path.nonmember] Grammar",
		"long_link": "https://github.com/cplusplus/draft/pull/1929",
		"link": "https://wg21.link/edit1929",
		"status": "closed"
	},
	"EDIT1930": {
		"type": "editorial",
		"title": "[intro.abstract] Change example for unspecified behavior.",
		"long_link": "https://github.com/cplusplus/draft/pull/1930",
		"link": "https://wg21.link/edit1930",
		"status": "open"
	},
	"EDIT1931": {
		"type": "editorial",
		"title": "[stmt.while] Generalize the equivalence for a declaration as the condition.",
		"long_link": "https://github.com/cplusplus/draft/pull/1931",
		"link": "https://wg21.link/edit1931",
		"status": "open"
	},
	"EDIT1932": {
		"type": "editorial",
		"title": "[locale] Remove class name repeated in subheadings",
		"long_link": "https://github.com/cplusplus/draft/pull/1932",
		"link": "https://wg21.link/edit1932",
		"status": "open"
	},
	"EDIT1933": {
		"type": "editorial",
		"title": "[containers] Remove class name repeated in subheadings",
		"long_link": "https://github.com/cplusplus/draft/pull/1933",
		"link": "https://wg21.link/edit1933",
		"status": "open"
	},
	"EDIT1934": {
		"type": "editorial",
		"title": "[expr.dynamic.cast] cv-qualification cleanups",
		"long_link": "https://github.com/cplusplus/draft/issues/1934",
		"link": "https://wg21.link/edit1934",
		"status": "open"
	},
	"EDIT1935": {
		"type": "editorial",
		"title": "[unord] \"Specialized algorithms\" vs. \"Swap\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1935",
		"link": "https://wg21.link/edit1935",
		"status": "open"
	},
	"EDIT1936": {
		"type": "editorial",
		"title": "[expr.dynamic.cast] Remove redundant statements on casting away constness",
		"long_link": "https://github.com/cplusplus/draft/pull/1936",
		"link": "https://wg21.link/edit1936",
		"status": "open"
	},
	"EDIT1937": {
		"type": "editorial",
		"title": "[lib] Harmonize references to standard library requirements.",
		"long_link": "https://github.com/cplusplus/draft/pull/1937",
		"link": "https://wg21.link/edit1937",
		"status": "open"
	},
	"EDIT1938": {
		"type": "editorial",
		"title": "[expr.rel] \"compares greater\" term is needlessly confusing",
		"long_link": "https://github.com/cplusplus/draft/issues/1938",
		"link": "https://wg21.link/edit1938",
		"status": "open"
	},
	"EDIT1939": {
		"type": "editorial",
		"title": "[std] Improve index by adding cross-references to defined terms",
		"long_link": "https://github.com/cplusplus/draft/issues/1939",
		"link": "https://wg21.link/edit1939",
		"status": "open"
	},
	"EDIT1940": {
		"type": "editorial",
		"title": "[access] Remove inappropriate uses of \\term",
		"long_link": "https://github.com/cplusplus/draft/pull/1940",
		"link": "https://wg21.link/edit1940",
		"status": "open"
	},
	"EDIT1941": {
		"type": "editorial",
		"title": "[dcl.dcl] Replace \\term with  \\defn or \\defnx",
		"long_link": "https://github.com/cplusplus/draft/pull/1941",
		"link": "https://wg21.link/edit1941",
		"status": "open"
	},
	"EDIT1942": {
		"type": "editorial",
		"title": "update [dcl.spec.auto]p9 to match the form of wording used by cwg2285",
		"long_link": "https://github.com/cplusplus/draft/issues/1942",
		"link": "https://wg21.link/edit1942",
		"status": "open"
	},
	"EDIT1943": {
		"type": "editorial",
		"title": "[fs.class.filesystem_error] Rephrase para 1 to avoid \"class defines t…",
		"long_link": "https://github.com/cplusplus/draft/pull/1943",
		"link": "https://wg21.link/edit1943",
		"status": "open"
	},
	"EDIT1944": {
		"type": "editorial",
		"title": "[class.temporary] Repair example",
		"long_link": "https://github.com/cplusplus/draft/pull/1944",
		"link": "https://wg21.link/edit1944",
		"status": "open"
	},
	"EDIT1945": {
		"type": "editorial",
		"title": "10.1.7.1 [dcl.type.cv] has a broken PDF bookmark name",
		"long_link": "https://github.com/cplusplus/draft/issues/1945",
		"link": "https://wg21.link/edit1945",
		"status": "closed"
	},
	"EDIT1946": {
		"type": "editorial",
		"title": "[dcl.type.cv] Do not use \\grammarterm in heading",
		"long_link": "https://github.com/cplusplus/draft/pull/1946",
		"link": "https://wg21.link/edit1946",
		"status": "closed"
	},
	"EDIT1947": {
		"type": "editorial",
		"title": "[dcl.spec.auto] Use of undeduced placeholder types",
		"long_link": "https://github.com/cplusplus/draft/pull/1947",
		"link": "https://wg21.link/edit1947",
		"status": "open"
	},
	"EDIT1948": {
		"type": "editorial",
		"title": "[std] Review cross-references to [expr.prim]",
		"long_link": "https://github.com/cplusplus/draft/pull/1948",
		"link": "https://wg21.link/edit1948",
		"status": "open"
	},
	"EDIT1949": {
		"type": "editorial",
		"title": "CWG2345 Jumping across initializers in init-statements and conditions",
		"long_link": "https://github.com/cplusplus/draft/pull/1949",
		"link": "https://wg21.link/edit1949",
		"status": "open"
	},
	"EDIT1950": {
		"type": "editorial",
		"title": "[dcl.fct.def.delete] Adjust 'onlydouble' example.",
		"long_link": "https://github.com/cplusplus/draft/pull/1950",
		"link": "https://wg21.link/edit1950",
		"status": "open"
	},
	"EDIT1951": {
		"type": "editorial",
		"title": "Index entries for \"implementation-dependent\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1951",
		"link": "https://wg21.link/edit1951",
		"status": "open"
	},
	"EDIT1952": {
		"type": "editorial",
		"title": "Imprecise wording regarding pointers to members?",
		"long_link": "https://github.com/cplusplus/draft/issues/1952",
		"link": "https://wg21.link/edit1952",
		"status": "open"
	},
	"EDIT1953": {
		"type": "editorial",
		"title": "[error.reporting] placement and tag are questionable",
		"long_link": "https://github.com/cplusplus/draft/issues/1953",
		"link": "https://wg21.link/edit1953",
		"status": "open"
	},
	"EDIT1954": {
		"type": "editorial",
		"title": "[error.reporting] Change \\rSec3 to \\rSec2",
		"long_link": "https://github.com/cplusplus/draft/pull/1954",
		"link": "https://wg21.link/edit1954",
		"status": "open"
	},
	"EDIT1955": {
		"type": "editorial",
		"title": "[ios.base] has too many variables called \"index\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1955",
		"link": "https://wg21.link/edit1955",
		"status": "open"
	},
	"EDIT1956": {
		"type": "editorial",
		"title": "add example if/when the [[likely]] / [[unlikely]] paper is merged",
		"long_link": "https://github.com/cplusplus/draft/issues/1956",
		"link": "https://wg21.link/edit1956",
		"status": "open"
	},
	"EDIT1957": {
		"type": "editorial",
		"title": "Remove [facets.examples].",
		"long_link": "https://github.com/cplusplus/draft/pull/1957",
		"link": "https://wg21.link/edit1957",
		"status": "open"
	},
	"EDIT1958": {
		"type": "editorial",
		"title": "rename [time.syn] to [chrono.syn]",
		"long_link": "https://github.com/cplusplus/draft/issues/1958",
		"link": "https://wg21.link/edit1958",
		"status": "open"
	},
	"EDIT1959": {
		"type": "editorial",
		"title": "[associative.reqmts] Turn emphasis into a note.",
		"long_link": "https://github.com/cplusplus/draft/pull/1959",
		"link": "https://wg21.link/edit1959",
		"status": "open"
	},
	"EDIT1960": {
		"type": "editorial",
		"title": "[time.syn] Rename to [chrono.syn], consistent with header name",
		"long_link": "https://github.com/cplusplus/draft/pull/1960",
		"link": "https://wg21.link/edit1960",
		"status": "open"
	},
	"EDIT1961": {
		"type": "editorial",
		"title": "[xrefdelta] Use \\deprxref",
		"long_link": "https://github.com/cplusplus/draft/pull/1961",
		"link": "https://wg21.link/edit1961",
		"status": "open"
	},
	"EDIT1962": {
		"type": "editorial",
		"title": "Typos in P0753R2",
		"long_link": "https://github.com/cplusplus/draft/issues/1962",
		"link": "https://wg21.link/edit1962",
		"status": "open"
	},
	"EDIT1963": {
		"type": "editorial",
		"title": "[expr.reinterpret.cast] Define reinterpret_cast from nullptr_t in terms of reinterpret_cast<void*> rather than c-style cast",
		"long_link": "https://github.com/cplusplus/draft/pull/1963",
		"link": "https://wg21.link/edit1963",
		"status": "closed"
	},
	"EDIT1964": {
		"type": "editorial",
		"title": "[mem.res.pool.overview] add proper definitions of terms",
		"long_link": "https://github.com/cplusplus/draft/pull/1964",
		"link": "https://wg21.link/edit1964",
		"status": "open"
	},
	"EDIT1965": {
		"type": "editorial",
		"title": "Use \\placeholder for alias templates in container deduction guides",
		"long_link": "https://github.com/cplusplus/draft/pull/1965",
		"link": "https://wg21.link/edit1965",
		"status": "open"
	},
	"EDIT1966": {
		"type": "editorial",
		"title": "Clarifying \"the value of the expression\" in simple assignment expression",
		"long_link": "https://github.com/cplusplus/draft/pull/1966",
		"link": "https://wg21.link/edit1966",
		"status": "open"
	},
	"EDIT1967": {
		"type": "editorial",
		"title": "Index all mentions of 'implementation-dependent'",
		"long_link": "https://github.com/cplusplus/draft/pull/1967",
		"link": "https://wg21.link/edit1967",
		"status": "open"
	},
	"EDIT1968": {
		"type": "editorial",
		"title": "[conv.fctptr,special] Pointers to members designate their target",
		"long_link": "https://github.com/cplusplus/draft/pull/1968",
		"link": "https://wg21.link/edit1968",
		"status": "open"
	},
	"EDIT1969": {
		"type": "editorial",
		"title": "[ios.base] Disambiguate parameters from static data members",
		"long_link": "https://github.com/cplusplus/draft/pull/1969",
		"link": "https://wg21.link/edit1969",
		"status": "open"
	},
	"EDIT1970": {
		"type": "editorial",
		"title": "[support.types.byteops] byte spec has wrong sequence of Remarks/Effects in C++17 std",
		"long_link": "https://github.com/cplusplus/draft/issues/1970",
		"link": "https://wg21.link/edit1970",
		"status": "open"
	},
	"EDIT1971": {
		"type": "editorial",
		"title": "[intro.refs] add normative reference on ISO 8601",
		"long_link": "https://github.com/cplusplus/draft/issues/1971",
		"link": "https://wg21.link/edit1971",
		"status": "closed"
	},
	"EDIT1972": {
		"type": "editorial",
		"title": "[intro.refs] Add normative reference to ISO 8601",
		"long_link": "https://github.com/cplusplus/draft/pull/1972",
		"link": "https://wg21.link/edit1972",
		"status": "closed"
	},
	"EDIT1973": {
		"type": "editorial",
		"title": "[support.types.byteops] Move 'Remarks' to after 'Effects'",
		"long_link": "https://github.com/cplusplus/draft/pull/1973",
		"link": "https://wg21.link/edit1973",
		"status": "open"
	},
	"EDIT1974": {
		"type": "editorial",
		"title": "improve `std::chrono::month` `operator+`'s description of arithmetic mod 12",
		"long_link": "https://github.com/cplusplus/draft/issues/1974",
		"link": "https://wg21.link/edit1974",
		"status": "open"
	},
	"EDIT1975": {
		"type": "editorial",
		"title": "[namespace.udecl]p16 references nonexistent \"implicit this parameter\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1975",
		"link": "https://wg21.link/edit1975",
		"status": "open"
	},
	"EDIT1976": {
		"type": "editorial",
		"title": "[namespace.udecl] Demote normative duplication to notes",
		"long_link": "https://github.com/cplusplus/draft/pull/1976",
		"link": "https://wg21.link/edit1976",
		"status": "open"
	},
	"EDIT1977": {
		"type": "editorial",
		"title": "[expr.rel] Clarify auxiliary partial ordering",
		"long_link": "https://github.com/cplusplus/draft/pull/1977",
		"link": "https://wg21.link/edit1977",
		"status": "closed"
	},
	"EDIT1978": {
		"type": "editorial",
		"title": "[containers] Removed redundant specifications of non-member swap",
		"long_link": "https://github.com/cplusplus/draft/pull/1978",
		"link": "https://wg21.link/edit1978",
		"status": "open"
	},
	"EDIT1979": {
		"type": "editorial",
		"title": "[index] Do not index examples",
		"long_link": "https://github.com/cplusplus/draft/pull/1979",
		"link": "https://wg21.link/edit1979",
		"status": "closed"
	},
	"EDIT1980": {
		"type": "editorial",
		"title": "[temp.spec] Fix cross-reference to one-definition rule.",
		"long_link": "https://github.com/cplusplus/draft/pull/1980",
		"link": "https://wg21.link/edit1980",
		"status": "closed"
	},
	"EDIT1981": {
		"type": "editorial",
		"title": "[temp.local] Fix example not to name the constructor.",
		"long_link": "https://github.com/cplusplus/draft/pull/1981",
		"link": "https://wg21.link/edit1981",
		"status": "closed"
	},
	"EDIT1982": {
		"type": "editorial",
		"title": "[lib] \\xref may refer to standards other than C",
		"long_link": "https://github.com/cplusplus/draft/pull/1982",
		"link": "https://wg21.link/edit1982",
		"status": "closed"
	},
	"EDIT1983": {
		"type": "editorial",
		"title": "[implimits] Clarify meaning of implementation limits",
		"long_link": "https://github.com/cplusplus/draft/pull/1983",
		"link": "https://wg21.link/edit1983",
		"status": "closed"
	},
	"EDIT1984": {
		"type": "editorial",
		"title": "[re.regex] Avoid duplicate list of constants",
		"long_link": "https://github.com/cplusplus/draft/pull/1984",
		"link": "https://wg21.link/edit1984",
		"status": "closed"
	},
	"EDIT1985": {
		"type": "editorial",
		"title": "[time.duration.nonmember] Replace type designator CR with its definition",
		"long_link": "https://github.com/cplusplus/draft/pull/1985",
		"link": "https://wg21.link/edit1985",
		"status": "closed"
	},
	"EDIT1986": {
		"type": "editorial",
		"title": "[lib] Avoid 'shall' and 'should' in footnotes.",
		"long_link": "https://github.com/cplusplus/draft/pull/1986",
		"link": "https://wg21.link/edit1986",
		"status": "closed"
	},
	"EDIT1987": {
		"type": "editorial",
		"title": "[over.best.ics] p6, [over.ics.ref] p1 Fix case",
		"long_link": "https://github.com/cplusplus/draft/pull/1987",
		"link": "https://wg21.link/edit1987",
		"status": "closed"
	},
	"EDIT1988": {
		"type": "editorial",
		"title": "[dcl.type.cv] P4 doesn't sufficiently define \"modify\"",
		"long_link": "https://github.com/cplusplus/draft/issues/1988",
		"link": "https://wg21.link/edit1988",
		"status": "open"
	},
	"EDIT1989": {
		"type": "editorial",
		"title": "Update container advice",
		"long_link": "https://github.com/cplusplus/draft/pull/1989",
		"link": "https://wg21.link/edit1989",
		"status": "closed"
	},
	"EDIT1990": {
		"type": "editorial",
		"title": "[utility.syn]p2 should be moved to [charconv.syn]",
		"long_link": "https://github.com/cplusplus/draft/issues/1990",
		"link": "https://wg21.link/edit1990",
		"status": "closed"
	},
	"EDIT1991": {
		"type": "editorial",
		"title": "Rename [cmp.syn] to [compare.syn]",
		"long_link": "https://github.com/cplusplus/draft/issues/1991",
		"link": "https://wg21.link/edit1991",
		"status": "open"
	},
	"EDIT1992": {
		"type": "editorial",
		"title": "[utilities] Move chars_format bitmask statement to [charconv.syn]",
		"long_link": "https://github.com/cplusplus/draft/pull/1992",
		"link": "https://wg21.link/edit1992",
		"status": "closed"
	},
	"EDIT1993": {
		"type": "editorial",
		"title": "[cmp.syn] Rename to [compare.syn] to match the header name",
		"long_link": "https://github.com/cplusplus/draft/pull/1993",
		"link": "https://wg21.link/edit1993",
		"status": "open"
	},
	"EDIT1994": {
		"type": "editorial",
		"title": "[any.class] Rephrase small-object optimization",
		"long_link": "https://github.com/cplusplus/draft/pull/1994",
		"link": "https://wg21.link/edit1994",
		"status": "closed"
	},
	"EDIT1995": {
		"type": "editorial",
		"title": "[conv,expr] Use \\cv{} where appropriate",
		"long_link": "https://github.com/cplusplus/draft/pull/1995",
		"link": "https://wg21.link/edit1995",
		"status": "closed"
	},
	"EDIT1996": {
		"type": "editorial",
		"title": "[basic.def.odr] Adds note that x may be part of a qualified id",
		"long_link": "https://github.com/cplusplus/draft/pull/1996",
		"link": "https://wg21.link/edit1996",
		"status": "open"
	},
	"EDIT1997": {
		"type": "editorial",
		"title": "consider whether [cinttypes.syn] is in the right place",
		"long_link": "https://github.com/cplusplus/draft/issues/1997",
		"link": "https://wg21.link/edit1997",
		"status": "open"
	},
	"EDIT1998": {
		"type": "editorial",
		"title": "P0969R0 editorial fix",
		"long_link": "https://github.com/cplusplus/draft/pull/1998",
		"link": "https://wg21.link/edit1998",
		"status": "open"
	},
	"EDIT1999": {
		"type": "editorial",
		"title": "[time.cal.month.nonmembers,time.cal.wd.nonmembers] Do not digress to …",
		"long_link": "https://github.com/cplusplus/draft/pull/1999",
		"link": "https://wg21.link/edit1999",
		"status": "open"
	},
	"EDIT2000": {
		"type": "editorial",
		"title": "th should be \\textrm'ed",
		"long_link": "https://github.com/cplusplus/draft/issues/2000",
		"link": "https://wg21.link/edit2000",
		"status": "closed"
	},
	"EDIT2001": {
		"type": "editorial",
		"title": "uses of \"parameter pack\" should specify \"template\" or \"function\"",
		"long_link": "https://github.com/cplusplus/draft/issues/2001",
		"link": "https://wg21.link/edit2001",
		"status": "closed"
	},
	"EDIT2002": {
		"type": "editorial",
		"title": "[ostream.manip] fix \"basic_osyncbuf\" typo",
		"long_link": "https://github.com/cplusplus/draft/pull/2002",
		"link": "https://wg21.link/edit2002",
		"status": "closed"
	},
	"EDIT2003": {
		"type": "editorial",
		"title": "More places to use i^\\text{th} for i-th",
		"long_link": "https://github.com/cplusplus/draft/pull/2003",
		"link": "https://wg21.link/edit2003",
		"status": "closed"
	},
	"EDIT2004": {
		"type": "editorial",
		"title": "[ostream.manip] fix \"basic_osyncbuf\" typo",
		"long_link": "https://github.com/cplusplus/draft/pull/2004",
		"link": "https://wg21.link/edit2004",
		"status": "closed"
	},
	"EDIT2005": {
		"type": "editorial",
		"title": "[ostream.manip,time] Replace \"can not\" with \"cannot\"",
		"long_link": "https://github.com/cplusplus/draft/pull/2005",
		"link": "https://wg21.link/edit2005",
		"status": "closed"
	},
	"EDIT2006": {
		"type": "editorial",
		"title": "[span.cons] Fix indentation of remarks.",
		"long_link": "https://github.com/cplusplus/draft/pull/2006",
		"link": "https://wg21.link/edit2006",
		"status": "closed"
	},
	"EDIT2007": {
		"type": "editorial",
		"title": "[span.elem] Fix misplaced colon",
		"long_link": "https://github.com/cplusplus/draft/pull/2007",
		"link": "https://wg21.link/edit2007",
		"status": "closed"
	},
	"EDIT2008": {
		"type": "editorial",
		"title": "[stmt.while] no rewrite rule for non-variable condition case",
		"long_link": "https://github.com/cplusplus/draft/issues/2008",
		"link": "https://wg21.link/edit2008",
		"status": "open"
	},
	"EDIT2009": {
		"type": "editorial",
		"title": "Travis CI: Upgrade to newer TeX Live distribution.",
		"long_link": "https://github.com/cplusplus/draft/pull/2009",
		"link": "https://wg21.link/edit2009",
		"status": "closed"
	},
	"EDIT2010": {
		"type": "editorial",
		"title": "[temp.concept]: Use note; no syntax for explicit specialization, etc.",
		"long_link": "https://github.com/cplusplus/draft/pull/2010",
		"link": "https://wg21.link/edit2010",
		"status": "closed"
	},
	"EDIT2011": {
		"type": "editorial",
		"title": "empty xrefdelta.gls",
		"long_link": "https://github.com/cplusplus/draft/pull/2011",
		"link": "https://wg21.link/edit2011",
		"status": "closed"
	},
	"EDIT2012": {
		"type": "editorial",
		"title": "[dcl.init.aggr] Does p9 apply to function-style casts?",
		"long_link": "https://github.com/cplusplus/draft/issues/2012",
		"link": "https://wg21.link/edit2012",
		"status": "open"
	},
	"EDIT2013": {
		"type": "editorial",
		"title": "[grammar index] Fix warnings; prefer listing bold page locators.",
		"long_link": "https://github.com/cplusplus/draft/pull/2013",
		"link": "https://wg21.link/edit2013",
		"status": "open"
	},
	"EDIT2014": {
		"type": "editorial",
		"title": "unify capitalization of node_handle and INSERT_RETURN_TYPE",
		"long_link": "https://github.com/cplusplus/draft/issues/2014",
		"link": "https://wg21.link/edit2014",
		"status": "open"
	},
	"EDIT2015": {
		"type": "editorial",
		"title": "[xrefdelta] Fixes for reverse_iterator cleanup",
		"long_link": "https://github.com/cplusplus/draft/pull/2015",
		"link": "https://wg21.link/edit2015",
		"status": "closed"
	},
	"EDIT2016": {
		"type": "editorial",
		"title": "[stmt.while] Simplify rewrite rule.",
		"long_link": "https://github.com/cplusplus/draft/pull/2016",
		"link": "https://wg21.link/edit2016",
		"status": "open"
	},
	"EDIT2017": {
		"type": "editorial",
		"title": "[time.syn] groups the new <chrono> literal operators incorrectly",
		"long_link": "https://github.com/cplusplus/draft/issues/2017",
		"link": "https://wg21.link/edit2017",
		"status": "closed"
	},
	"EDIT2018": {
		"type": "editorial",
		"title": "[time.syn] Add comments pointing to specification of literal operators",
		"long_link": "https://github.com/cplusplus/draft/pull/2018",
		"link": "https://wg21.link/edit2018",
		"status": "closed"
	},
	"EDIT2019": {
		"type": "editorial",
		"title": "[dcl.array] Clarify that an array bound is deduced in an explicit typ…",
		"long_link": "https://github.com/cplusplus/draft/pull/2019",
		"link": "https://wg21.link/edit2019",
		"status": "open"
	},
	"EDIT2020": {
		"type": "editorial",
		"title": "Clarify which kind of parameter pack is intended.",
		"long_link": "https://github.com/cplusplus/draft/pull/2020",
		"link": "https://wg21.link/edit2020",
		"status": "closed"
	},
	"EDIT2021": {
		"type": "editorial",
		"title": "[move.iterators] Dissolve single-item subclauses.",
		"long_link": "https://github.com/cplusplus/draft/pull/2021",
		"link": "https://wg21.link/edit2021",
		"status": "open"
	},
	"EDIT2022": {
		"type": "editorial",
		"title": "[macros, lex, over] Dissolve bnfkeytab environments. Use a fixed-width (\\fw{...}) code field instead.",
		"long_link": "https://github.com/cplusplus/draft/pull/2022",
		"link": "https://wg21.link/edit2022",
		"status": "closed"
	},
	"EDIT2023": {
		"type": "editorial",
		"title": "[numarray] Wildly inconsistent formatting for valarray helpers",
		"long_link": "https://github.com/cplusplus/draft/issues/2023",
		"link": "https://wg21.link/edit2023",
		"status": "open"
	},
	"EDIT2024": {
		"type": "editorial",
		"title": "[template.slice.array] Harmonize presentation with neighboring parall…",
		"long_link": "https://github.com/cplusplus/draft/pull/2024",
		"link": "https://wg21.link/edit2024",
		"status": "closed"
	},
	"EDIT2025": {
		"type": "editorial",
		"title": "[dcl.type.cv,expr.ass] Clarify the meaning of \"modify\" for an object.",
		"long_link": "https://github.com/cplusplus/draft/pull/2025",
		"link": "https://wg21.link/edit2025",
		"status": "open"
	},
	"EDIT2026": {
		"type": "editorial",
		"title": "Word-for-word repetition in [views.general] and [span.overview]",
		"long_link": "https://github.com/cplusplus/draft/issues/2026",
		"link": "https://wg21.link/edit2026",
		"status": "open"
	},
	"EDIT2027": {
		"type": "editorial",
		"title": "Use \\commentellip macro for omitted program text.",
		"long_link": "https://github.com/cplusplus/draft/pull/2027",
		"link": "https://wg21.link/edit2027",
		"status": "closed"
	},
	"EDIT2028": {
		"type": "editorial",
		"title": "[time.syn][time.zone] Various editorial fixes",
		"long_link": "https://github.com/cplusplus/draft/pull/2028",
		"link": "https://wg21.link/edit2028",
		"status": "closed"
	},
	"EDIT2029": {
		"type": "editorial",
		"title": "library wording uses meaningless term \"is convertible to\"",
		"long_link": "https://github.com/cplusplus/draft/issues/2029",
		"link": "https://wg21.link/edit2029",
		"status": "open"
	},
	"EDIT2030": {
		"type": "editorial",
		"title": "[basic.def.odr] What does \"non-trivial functions\" mean?",
		"long_link": "https://github.com/cplusplus/draft/issues/2030",
		"link": "https://wg21.link/edit2030",
		"status": "open"
	},
	"EDIT2031": {
		"type": "editorial",
		"title": "[enumerated.types,bitmask.types] Use \\vdots and \\ldots instead of ...…",
		"long_link": "https://github.com/cplusplus/draft/pull/2031",
		"link": "https://wg21.link/edit2031",
		"status": "closed"
	},
	"EDIT2032": {
		"type": "editorial",
		"title": "Mixed use of \\ldots and \\dotsc",
		"long_link": "https://github.com/cplusplus/draft/issues/2032",
		"link": "https://wg21.link/edit2032",
		"status": "closed"
	},
	"EDIT2033": {
		"type": "editorial",
		"title": "[rand] Use \\dotsc, not \\ldots for comma-separated lists",
		"long_link": "https://github.com/cplusplus/draft/pull/2033",
		"link": "https://wg21.link/edit2033",
		"status": "closed"
	},
	"EDIT2034": {
		"type": "editorial",
		"title": "[class.spaceship] Use math mode for the entire formula,",
		"long_link": "https://github.com/cplusplus/draft/pull/2034",
		"link": "https://wg21.link/edit2034",
		"status": "closed"
	},
	"EDIT2035": {
		"type": "editorial",
		"title": "[cpp, lex, over] Make bnf indentation in source match presentation.",
		"long_link": "https://github.com/cplusplus/draft/pull/2035",
		"link": "https://wg21.link/edit2035",
		"status": "closed"
	},
	"EDIT2036": {
		"type": "editorial",
		"title": "[pairs.pair]/25 operator= Effects clause uses wrong type names U and V",
		"long_link": "https://github.com/cplusplus/draft/issues/2036",
		"link": "https://wg21.link/edit2036",
		"status": "closed"
	},
	"EDIT2037": {
		"type": "editorial",
		"title": "[pairs.pair] Missed rename from U,V to U1,U2.",
		"long_link": "https://github.com/cplusplus/draft/pull/2037",
		"link": "https://wg21.link/edit2037",
		"status": "closed"
	},
	"EDIT2038": {
		"type": "editorial",
		"title": "The Note in [over.oper]/1 requires a change",
		"long_link": "https://github.com/cplusplus/draft/issues/2038",
		"link": "https://wg21.link/edit2038",
		"status": "closed"
	},
	"EDIT2039": {
		"type": "editorial",
		"title": "[template.gslice.array.overview] Join two single-sentence paragraphs.",
		"long_link": "https://github.com/cplusplus/draft/pull/2039",
		"link": "https://wg21.link/edit2039",
		"status": "closed"
	},
	"EDIT2040": {
		"type": "editorial",
		"title": "[over.oper] Remove incorrect and redundant sentence in a note.",
		"long_link": "https://github.com/cplusplus/draft/pull/2040",
		"link": "https://wg21.link/edit2040",
		"status": "closed"
	},
	"EDIT2041": {
		"type": "editorial",
		"title": "[temp.arg.explicit] Misleading note about explicit template arguments on constructors",
		"long_link": "https://github.com/cplusplus/draft/issues/2041",
		"link": "https://wg21.link/edit2041",
		"status": "open"
	},
	"EDIT2042": {
		"type": "editorial",
		"title": "The example in [over.sub]p1 is incorrect",
		"long_link": "https://github.com/cplusplus/draft/issues/2042",
		"link": "https://wg21.link/edit2042",
		"status": "closed"
	},
	"EDIT2043": {
		"type": "editorial",
		"title": "[temp.arg.explicit,temp.mem] Clarify note about explicit template arg…",
		"long_link": "https://github.com/cplusplus/draft/pull/2043",
		"link": "https://wg21.link/edit2043",
		"status": "open"
	},
	"EDIT2044": {
		"type": "editorial",
		"title": "[basic.lval]/4 (Note): add non-lvalue array subscripting expression to xvalue examples",
		"long_link": "https://github.com/cplusplus/draft/issues/2044",
		"link": "https://wg21.link/edit2044",
		"status": "closed"
	},
	"EDIT2045": {
		"type": "editorial",
		"title": "[basic.lval] Add array subscripting to note enumerating xvalues.",
		"long_link": "https://github.com/cplusplus/draft/pull/2045",
		"link": "https://wg21.link/edit2045",
		"status": "closed"
	},
	"EDIT2046": {
		"type": "editorial",
		"title": "[over.match] Why \"glvalue or class prvalue\"?",
		"long_link": "https://github.com/cplusplus/draft/issues/2046",
		"link": "https://wg21.link/edit2046",
		"status": "closed"
	},
	"EDIT2047": {
		"type": "editorial",
		"title": "[over.match,over.match.ref] Drop obsolete mention of class prvalues.",
		"long_link": "https://github.com/cplusplus/draft/pull/2047",
		"link": "https://wg21.link/edit2047",
		"status": "closed"
	},
	"EDIT2048": {
		"type": "editorial",
		"title": "[dcl.array]: delete note about non-modifiability of arrays",
		"long_link": "https://github.com/cplusplus/draft/pull/2048",
		"link": "https://wg21.link/edit2048",
		"status": "closed"
	},
	"EDIT2049": {
		"type": "editorial",
		"title": "[dcl.array]/8 does not take into account array xvalues",
		"long_link": "https://github.com/cplusplus/draft/issues/2049",
		"link": "https://wg21.link/edit2049",
		"status": "closed"
	},
	"EDIT2050": {
		"type": "editorial",
		"title": "[dcl.array,expr.sub] Consolidate notes on symmetry of array subscript…",
		"long_link": "https://github.com/cplusplus/draft/pull/2050",
		"link": "https://wg21.link/edit2050",
		"status": "closed"
	},
	"EDIT2051": {
		"type": "editorial",
		"title": "[expr.ref]/2 ",
		"long_link": "https://github.com/cplusplus/draft/issues/2051",
		"link": "https://wg21.link/edit2051",
		"status": "closed"
	},
	"EDIT2052": {
		"type": "editorial",
		"title": "Order library comparisons canonically",
		"long_link": "https://github.com/cplusplus/draft/pull/2052",
		"link": "https://wg21.link/edit2052",
		"status": "closed"
	},
	"EDIT2053": {
		"type": "editorial",
		"title": "[over.match.copy]: \"return lvalues or xvalues\" makes me uncomfortable",
		"long_link": "https://github.com/cplusplus/draft/issues/2053",
		"link": "https://wg21.link/edit2053",
		"status": "closed"
	},
	"EDIT2054": {
		"type": "editorial",
		"title": "[over.match.copy] Clarify candidate function selection for references.",
		"long_link": "https://github.com/cplusplus/draft/pull/2054",
		"link": "https://wg21.link/edit2054",
		"status": "closed"
	},
	"EDIT2055": {
		"type": "editorial",
		"title": "[basic.scope.pdecl] Change \"type-id\" to \"defining-type-id\"",
		"long_link": "https://github.com/cplusplus/draft/pull/2055",
		"link": "https://wg21.link/edit2055",
		"status": "closed"
	},
	"EDIT2056": {
		"type": "editorial",
		"title": "[algorithms.parallel.defns] Fix cross-reference to [algorithms.requirements]",
		"long_link": "https://github.com/cplusplus/draft/pull/2056",
		"link": "https://wg21.link/edit2056",
		"status": "closed"
	},
	"EDIT2057": {
		"type": "editorial",
		"title": "[atomics.types.operations] misuses \"underlying type\"",
		"long_link": "https://github.com/cplusplus/draft/issues/2057",
		"link": "https://wg21.link/edit2057",
		"status": "open"
	},
	"EDIT2058": {
		"type": "editorial",
		"title": "[class.dtor] Typo.",
		"long_link": "https://github.com/cplusplus/draft/pull/2058",
		"link": "https://wg21.link/edit2058",
		"status": "closed"
	},
	"EDIT2059": {
		"type": "editorial",
		"title": "[span.overview] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/2059",
		"link": "https://wg21.link/edit2059",
		"status": "closed"
	},
	"EDIT2060": {
		"type": "editorial",
		"title": "Delete redundant and wrong example",
		"long_link": "https://github.com/cplusplus/draft/pull/2060",
		"link": "https://wg21.link/edit2060",
		"status": "closed"
	},
	"EDIT2061": {
		"type": "editorial",
		"title": "[atomics.types.operations] Avoid inappropriate use of 'underlying type'",
		"long_link": "https://github.com/cplusplus/draft/pull/2061",
		"link": "https://wg21.link/edit2061",
		"status": "open"
	},
	"EDIT2062": {
		"type": "editorial",
		"title": "[views.general] Remove redundant introduction for span.",
		"long_link": "https://github.com/cplusplus/draft/pull/2062",
		"link": "https://wg21.link/edit2062",
		"status": "open"
	},
	"EDIT2063": {
		"type": "editorial",
		"title": "Fixed example about [[likely]] attribute",
		"long_link": "https://github.com/cplusplus/draft/pull/2063",
		"link": "https://wg21.link/edit2063",
		"status": "open"
	},
	"EDIT2064": {
		"type": "editorial",
		"title": "Follow \"semantic line breaks\" in the LaTeX sources",
		"long_link": "https://github.com/cplusplus/draft/issues/2064",
		"link": "https://wg21.link/edit2064",
		"status": "open"
	},
	"EDIT2065": {
		"type": "editorial",
		"title": "Improve indexing for \"trivial class\" et al",
		"long_link": "https://github.com/cplusplus/draft/pull/2065",
		"link": "https://wg21.link/edit2065",
		"status": "open"
	},
	"EDIT2066": {
		"type": "editorial",
		"title": "[class] Split paragraph defining standard-layout class",
		"long_link": "https://github.com/cplusplus/draft/pull/2066",
		"link": "https://wg21.link/edit2066",
		"status": "open"
	},
	"EDIT2067": {
		"type": "editorial",
		"title": "Adding index cross-references for definitions where index entry is for a different term",
		"long_link": "https://github.com/cplusplus/draft/issues/2067",
		"link": "https://wg21.link/edit2067",
		"status": "open"
	},
	"EDIT2068": {
		"type": "editorial",
		"title": "[expr.new] p18 Weird index entries for initialization in new-expression",
		"long_link": "https://github.com/cplusplus/draft/issues/2068",
		"link": "https://wg21.link/edit2068",
		"status": "open"
	},
	"EDIT2069": {
		"type": "editorial",
		"title": "Consider consistently omitting \"expression\" in \"{l,r,x,pr,gl}value expression\"",
		"long_link": "https://github.com/cplusplus/draft/issues/2069",
		"link": "https://wg21.link/edit2069",
		"status": "open"
	},
	"EDIT2070": {
		"type": "editorial",
		"title": "[rand] Use itemize envs instead of enumeratea",
		"long_link": "https://github.com/cplusplus/draft/pull/2070",
		"link": "https://wg21.link/edit2070",
		"status": "open"
	},
	"EDIT2071": {
		"type": "editorial",
		"title": "Unify typesetting of ordinals.",
		"long_link": "https://github.com/cplusplus/draft/pull/2071",
		"link": "https://wg21.link/edit2071",
		"status": "open"
	},
	"EDIT2072": {
		"type": "editorial",
		"title": "Overuse and misuse of \\techterm in [rand]",
		"long_link": "https://github.com/cplusplus/draft/issues/2072",
		"link": "https://wg21.link/edit2072",
		"status": "open"
	},
	"EDIT2073": {
		"type": "editorial",
		"title": "Improves the spacing around bit operators.",
		"long_link": "https://github.com/cplusplus/draft/pull/2073",
		"link": "https://wg21.link/edit2073",
		"status": "open"
	},
	"EDIT2074": {
		"type": "editorial",
		"title": "Misplaced index entries on [class] p6",
		"long_link": "https://github.com/cplusplus/draft/issues/2074",
		"link": "https://wg21.link/edit2074",
		"status": "open"
	},
	"EDIT2075": {
		"type": "editorial",
		"title": "Improved typesetting of probability functions.",
		"long_link": "https://github.com/cplusplus/draft/pull/2075",
		"link": "https://wg21.link/edit2075",
		"status": "open"
	},
	"EDIT2076": {
		"type": "editorial",
		"title": "Evaluate uses of `\\textit` in text",
		"long_link": "https://github.com/cplusplus/draft/issues/2076",
		"link": "https://wg21.link/edit2076",
		"status": "open"
	},
	"EDIT2077": {
		"type": "editorial",
		"title": "[dcl.attr.likelihood] Fix error in example",
		"long_link": "https://github.com/cplusplus/draft/pull/2077",
		"link": "https://wg21.link/edit2077",
		"status": "closed"
	},
	"EDIT2078": {
		"type": "editorial",
		"title": "[istreambuf.iterator.proxy] correct title and remove default template…",
		"long_link": "https://github.com/cplusplus/draft/pull/2078",
		"link": "https://wg21.link/edit2078",
		"status": "open"
	},
	"EDIT2079": {
		"type": "editorial",
		"title": "[conv.lval] Move a misplaced note",
		"long_link": "https://github.com/cplusplus/draft/pull/2079",
		"link": "https://wg21.link/edit2079",
		"status": "closed"
	},
	"EDIT2080": {
		"type": "editorial",
		"title": "[macros,class] Define \\defnc and use it experimentally",
		"long_link": "https://github.com/cplusplus/draft/pull/2080",
		"link": "https://wg21.link/edit2080",
		"status": "open"
	},
	"EDIT2081": {
		"type": "editorial",
		"title": "[expr.new] Remove misplaced index entries",
		"long_link": "https://github.com/cplusplus/draft/pull/2081",
		"link": "https://wg21.link/edit2081",
		"status": "closed"
	},
	"EDIT2082": {
		"type": "editorial",
		"title": "Probably wrong complexity of std::includes",
		"long_link": "https://github.com/cplusplus/draft/issues/2082",
		"link": "https://wg21.link/edit2082",
		"status": "closed"
	},
	"EDIT2083": {
		"type": "editorial",
		"title": "[output.iterators] Strike useless sentence from note",
		"long_link": "https://github.com/cplusplus/draft/pull/2083",
		"link": "https://wg21.link/edit2083",
		"status": "open"
	},
	"EDIT2084": {
		"type": "editorial",
		"title": "[class] Remove misplaced index entries",
		"long_link": "https://github.com/cplusplus/draft/pull/2084",
		"link": "https://wg21.link/edit2084",
		"status": "closed"
	},
	"EDIT2085": {
		"type": "editorial",
		"title": "Drop redundant 'expression'",
		"long_link": "https://github.com/cplusplus/draft/pull/2085",
		"link": "https://wg21.link/edit2085",
		"status": "open"
	},
	"EDIT2086": {
		"type": "editorial",
		"title": "[dcl.init,over.match.ctor] Clarify copy-initialization for empty argu…",
		"long_link": "https://github.com/cplusplus/draft/pull/2086",
		"link": "https://wg21.link/edit2086",
		"status": "open"
	},
	"EDIT2087": {
		"type": "editorial",
		"title": "Wrong specification of `basic_string_view::starts_with(basic_string_view)`",
		"long_link": "https://github.com/cplusplus/draft/issues/2087",
		"link": "https://wg21.link/edit2087",
		"status": "closed"
	},
	"EDIT2088": {
		"type": "editorial",
		"title": "[intro.abstract] Move \\indextext under \\pnum",
		"long_link": "https://github.com/cplusplus/draft/pull/2088",
		"link": "https://wg21.link/edit2088",
		"status": "closed"
	},
	"EDIT2089": {
		"type": "editorial",
		"title": "Fix a typo in the note for `std::less`.",
		"long_link": "https://github.com/cplusplus/draft/pull/2089",
		"link": "https://wg21.link/edit2089",
		"status": "closed"
	},
	"EDIT2090": {
		"type": "editorial",
		"title": "[intro.refs]/1 Plurality correction",
		"long_link": "https://github.com/cplusplus/draft/issues/2090",
		"link": "https://wg21.link/edit2090",
		"status": "closed"
	},
	"EDIT2091": {
		"type": "editorial",
		"title": "[over.match.viable] Fix cross-reference to satisfaction of constraints",
		"long_link": "https://github.com/cplusplus/draft/pull/2091",
		"link": "https://wg21.link/edit2091",
		"status": "open"
	},
	"EDIT2092": {
		"type": "editorial",
		"title": "[smartptr] Remove class name repeated in subheadings",
		"long_link": "https://github.com/cplusplus/draft/pull/2092",
		"link": "https://wg21.link/edit2092",
		"status": "open"
	},
	"EDIT2093": {
		"type": "editorial",
		"title": "[syserr] Remove class name repeated in subheadings",
		"long_link": "https://github.com/cplusplus/draft/pull/2093",
		"link": "https://wg21.link/edit2093",
		"status": "open"
	},
	"EDIT2094": {
		"type": "editorial",
		"title": "Harmonize \"lambda expression\" towards \"lambda-expression\" (grammar term)",
		"long_link": "https://github.com/cplusplus/draft/issues/2094",
		"link": "https://wg21.link/edit2094",
		"status": "open"
	},
	"EDIT2095": {
		"type": "editorial",
		"title": "[basic.fundamental] is missing a definition of \"fundamental type\"",
		"long_link": "https://github.com/cplusplus/draft/issues/2095",
		"link": "https://wg21.link/edit2095",
		"status": "open"
	},
	"EDIT2096": {
		"type": "editorial",
		"title": "[optional.syn] is the wrong place to state requirements on std::optional",
		"long_link": "https://github.com/cplusplus/draft/issues/2096",
		"link": "https://wg21.link/edit2096",
		"status": "open"
	},
	"EDIT2097": {
		"type": "editorial",
		"title": "[lib] Make use of \"introduce data races\" consistent",
		"long_link": "https://github.com/cplusplus/draft/issues/2097",
		"link": "https://wg21.link/edit2097",
		"status": "open"
	},
	"EDIT2098": {
		"type": "editorial",
		"title": "[fs.path.append] Fix examples to show correct results for Windows",
		"long_link": "https://github.com/cplusplus/draft/pull/2098",
		"link": "https://wg21.link/edit2098",
		"status": "open"
	},
	"EDIT2099": {
		"type": "editorial",
		"title": "[container.list/forward_list] fix missing 'to' in 'referred [to] by'",
		"long_link": "https://github.com/cplusplus/draft/pull/2099",
		"link": "https://wg21.link/edit2099",
		"status": "closed"
	},
	"EDIT2100": {
		"type": "editorial",
		"title": "[(forward)list.modifiers] fix missing 'to' in 'referred [to] by'",
		"long_link": "https://github.com/cplusplus/draft/pull/2100",
		"link": "https://wg21.link/edit2100",
		"status": "closed"
	},
	"EDIT2101": {
		"type": "editorial",
		"title": "we say ISO 10646 in some places where we mean ISO/IEC 10646",
		"long_link": "https://github.com/cplusplus/draft/issues/2101",
		"link": "https://wg21.link/edit2101",
		"status": "open"
	},
	"EDIT2102": {
		"type": "editorial",
		"title": "[depr.locale.stdcvt.req] D.18.2 normative references for UCS-2 and UCS-4 ",
		"long_link": "https://github.com/cplusplus/draft/issues/2102",
		"link": "https://wg21.link/edit2102",
		"status": "open"
	},
	"EDIT2103": {
		"type": "editorial",
		"title": "[time.zone.db.remote] replace \"this section\" with \"this subclause\"",
		"long_link": "https://github.com/cplusplus/draft/pull/2103",
		"link": "https://wg21.link/edit2103",
		"status": "closed"
	},
	"EDIT2104": {
		"type": "editorial",
		"title": "[atomics.types.operations]p20's note makes incorrect assumptions about atomic representation",
		"long_link": "https://github.com/cplusplus/draft/issues/2104",
		"link": "https://wg21.link/edit2104",
		"status": "open"
	},
	"EDIT2105": {
		"type": "editorial",
		"title": "[basic.types] p4: definition of \"value representation\" unnecessarily vague",
		"long_link": "https://github.com/cplusplus/draft/issues/2105",
		"link": "https://wg21.link/edit2105",
		"status": "open"
	},
	"EDIT2106": {
		"type": "editorial",
		"title": "[atomics.types.operations] ISO frowns on \"may\" and \"may not\" in notes",
		"long_link": "https://github.com/cplusplus/draft/issues/2106",
		"link": "https://wg21.link/edit2106",
		"status": "open"
	},
	"EDIT2107": {
		"type": "editorial",
		"title": "Add cross-references to lists of delayed-parsed region",
		"long_link": "https://github.com/cplusplus/draft/issues/2107",
		"link": "https://wg21.link/edit2107",
		"status": "open"
	},
	"EDIT2108": {
		"type": "editorial",
		"title": "contracts: rework change to basic.def.odr",
		"long_link": "https://github.com/cplusplus/draft/issues/2108",
		"link": "https://wg21.link/edit2108",
		"status": "open"
	},
	"EDIT2109": {
		"type": "editorial",
		"title": "[lex.charset] ISO/IEC 10646 does not define \"character short name\"",
		"long_link": "https://github.com/cplusplus/draft/issues/2109",
		"link": "https://wg21.link/edit2109",
		"status": "open"
	},
	"EDIT2110": {
		"type": "editorial",
		"title": "Harmonize index entries for list items",
		"long_link": "https://github.com/cplusplus/draft/issues/2110",
		"link": "https://wg21.link/edit2110",
		"status": "open"
	},
	"EDIT2111": {
		"type": "editorial",
		"title": "[dcl.mptr] Add index entry for pointer to member clause",
		"long_link": "https://github.com/cplusplus/draft/pull/2111",
		"link": "https://wg21.link/edit2111",
		"status": "closed"
	},
	"EDIT2112": {
		"type": "editorial",
		"title": "[span.overview] fix reverse_iterator for span",
		"long_link": "https://github.com/cplusplus/draft/pull/2112",
		"link": "https://wg21.link/edit2112",
		"status": "open"
	},
	"EDIT2113": {
		"type": "editorial",
		"title": "[2018-06 CWG Motion 1] P1113R0 CWG \"ready\" Issues for the June, 2018 (Rapperswil) meeting",
		"long_link": "https://github.com/cplusplus/draft/issues/2113",
		"link": "https://wg21.link/edit2113",
		"status": "open"
	},
	"EDIT2114": {
		"type": "editorial",
		"title": "[2018-06 CWG Motion 2] P1114R0 CWG \"tentatively ready\" Issues for the June, 2018 (Rapperswil) meeting",
		"long_link": "https://github.com/cplusplus/draft/issues/2114",
		"link": "https://wg21.link/edit2114",
		"status": "open"
	},
	"EDIT2115": {
		"type": "editorial",
		"title": "[2018-06 CWG Motion 3] P0806R2 Deprecate implicit capture of this via [=]",
		"long_link": "https://github.com/cplusplus/draft/issues/2115",
		"link": "https://wg21.link/edit2115",
		"status": "open"
	},
	"EDIT2116": {
		"type": "editorial",
		"title": "[2018-06 CWG Motion 4] P1042R1 __VA_OPT__ wording clarifications",
		"long_link": "https://github.com/cplusplus/draft/issues/2116",
		"link": "https://wg21.link/edit2116",
		"status": "open"
	},
	"EDIT2117": {
		"type": "editorial",
		"title": "[2018-06 CWG Motion 5] P0929R2 Checking for abstract class types",
		"long_link": "https://github.com/cplusplus/draft/issues/2117",
		"link": "https://wg21.link/edit2117",
		"status": "open"
	},
	"EDIT2118": {
		"type": "editorial",
		"title": "[2018-06 CWG Motion 6] P0732R2 Class types in non-type template parameters",
		"long_link": "https://github.com/cplusplus/draft/issues/2118",
		"link": "https://wg21.link/edit2118",
		"status": "open"
	},
	"EDIT2119": {
		"type": "editorial",
		"title": "<deleted>",
		"long_link": "https://github.com/cplusplus/draft/issues/2119",
		"link": "https://wg21.link/edit2119",
		"status": "closed"
	},
	"EDIT2120": {
		"type": "editorial",
		"title": "[2018-06 CWG Motion 8] P1025R1 Update the reference to the Unicode standard",
		"long_link": "https://github.com/cplusplus/draft/issues/2120",
		"link": "https://wg21.link/edit2120",
		"status": "open"
	},
	"EDIT2121": {
		"type": "editorial",
		"title": "[2018-06 CWG Motion 9] P0528R3 The curious case of padding bits, featuring atomic compare-and-exchange",
		"long_link": "https://github.com/cplusplus/draft/issues/2121",
		"link": "https://wg21.link/edit2121",
		"status": "open"
	},
	"EDIT2122": {
		"type": "editorial",
		"title": "[2018-06 CWG Motion 10] P0722R3 Efficient sized delete for variable sized classes",
		"long_link": "https://github.com/cplusplus/draft/issues/2122",
		"link": "https://wg21.link/edit2122",
		"status": "open"
	},
	"EDIT2123": {
		"type": "editorial",
		"title": "[2018-06 CWG Motion 11] P1064R0 Allowing virtual function calls in constant expressions",
		"long_link": "https://github.com/cplusplus/draft/issues/2123",
		"link": "https://wg21.link/edit2123",
		"status": "open"
	},
	"EDIT2124": {
		"type": "editorial",
		"title": "[2018-06 CWG Motion 12] P1008R1 Prohibit aggregates with user-declared constructors",
		"long_link": "https://github.com/cplusplus/draft/issues/2124",
		"link": "https://wg21.link/edit2124",
		"status": "open"
	},
	"EDIT2125": {
		"type": "editorial",
		"title": "[2018-06 CWG Motion 13] P1120R0 Consistency improvements for <=> and other comparison operators",
		"long_link": "https://github.com/cplusplus/draft/issues/2125",
		"link": "https://wg21.link/edit2125",
		"status": "open"
	},
	"EDIT2126": {
		"type": "editorial",
		"title": "[2018-06 CWG Motion 14] P0542R5 Support for contract based programming in C++",
		"long_link": "https://github.com/cplusplus/draft/issues/2126",
		"link": "https://wg21.link/edit2126",
		"status": "open"
	},
	"EDIT2127": {
		"type": "editorial",
		"title": "[2018-06 CWG Motion 15] P0941R2 Integrating feature-test macros into the C++ WD (rev. 2)",
		"long_link": "https://github.com/cplusplus/draft/issues/2127",
		"link": "https://wg21.link/edit2127",
		"status": "open"
	},
	"EDIT2128": {
		"type": "editorial",
		"title": "[2018-06 CWG Motion 16] P0892R2 explicit(bool)",
		"long_link": "https://github.com/cplusplus/draft/issues/2128",
		"link": "https://wg21.link/edit2128",
		"status": "open"
	},
	"EDIT2129": {
		"type": "editorial",
		"title": "[2018-06 LWG Motion 11] P1082R0 LWG Issues to be moved in Rapperswil (except issue 3071)",
		"long_link": "https://github.com/cplusplus/draft/issues/2129",
		"link": "https://wg21.link/edit2129",
		"status": "open"
	},
	"EDIT2130": {
		"type": "editorial",
		"title": "[2018-06 LWG Motion 12] P0475R1 LWG 2511: guaranteed copy elision for piecewise construction",
		"long_link": "https://github.com/cplusplus/draft/issues/2130",
		"link": "https://wg21.link/edit2130",
		"status": "open"
	},
	"EDIT2131": {
		"type": "editorial",
		"title": " [2018-06 LWG Motion 13] P0476R2 Bit-casting object representations",
		"long_link": "https://github.com/cplusplus/draft/issues/2131",
		"link": "https://wg21.link/edit2131",
		"status": "open"
	},
	"EDIT2132": {
		"type": "editorial",
		"title": " [2018-06 LWG Motion 14] P0788R3 Standard library specification in a concepts and contracts world",
		"long_link": "https://github.com/cplusplus/draft/issues/2132",
		"link": "https://wg21.link/edit2132",
		"status": "open"
	},
	"EDIT2133": {
		"type": "editorial",
		"title": " [2018-06 LWG Motion 16] P0458R2 Checking for existence of an element in associative containers",
		"long_link": "https://github.com/cplusplus/draft/issues/2133",
		"link": "https://wg21.link/edit2133",
		"status": "open"
	},
	"EDIT2134": {
		"type": "editorial",
		"title": " [2018-06 LWG Motion 17] P0759R1 fpos requirements",
		"long_link": "https://github.com/cplusplus/draft/issues/2134",
		"link": "https://wg21.link/edit2134",
		"status": "open"
	},
	"EDIT2135": {
		"type": "editorial",
		"title": " [2018-06 LWG Motion 18] P1023R0 constexpr comparison operators for std::array",
		"long_link": "https://github.com/cplusplus/draft/issues/2135",
		"link": "https://wg21.link/edit2135",
		"status": "open"
	},
	"EDIT2136": {
		"type": "editorial",
		"title": "[2018-06 LWG Motion 19] P0769R2 Add shift to <algorithm>",
		"long_link": "https://github.com/cplusplus/draft/issues/2136",
		"link": "https://wg21.link/edit2136",
		"status": "open"
	},
	"EDIT2137": {
		"type": "editorial",
		"title": "[2018-06 LWG Motion 20] P0887R1 The identity metafunction",
		"long_link": "https://github.com/cplusplus/draft/issues/2137",
		"link": "https://wg21.link/edit2137",
		"status": "open"
	},
	"EDIT2138": {
		"type": "editorial",
		"title": "[2018-06 LWG Motion 21] P0879R0 Constexpr for swap and swap related functions",
		"long_link": "https://github.com/cplusplus/draft/issues/2138",
		"link": "https://wg21.link/edit2138",
		"status": "open"
	},
	"EDIT2139": {
		"type": "editorial",
		"title": "[2018-06 LWG Motion 22] P0758R1 Implicit conversion traits and utility functions",
		"long_link": "https://github.com/cplusplus/draft/issues/2139",
		"link": "https://wg21.link/edit2139",
		"status": "open"
	},
	"EDIT2140": {
		"type": "editorial",
		"title": "[2018-06 LWG Motion 23] P0556R3 Integral power-of-2 operations",
		"long_link": "https://github.com/cplusplus/draft/issues/2140",
		"link": "https://wg21.link/edit2140",
		"status": "open"
	},
	"EDIT2141": {
		"type": "editorial",
		"title": "[2018-06 LWG Motion 24] P0019R8 Atomic ref",
		"long_link": "https://github.com/cplusplus/draft/issues/2141",
		"link": "https://wg21.link/edit2141",
		"status": "open"
	},
	"EDIT2142": {
		"type": "editorial",
		"title": "[2018-06 LWG Motion 25] P0935R0 Eradicating unnecessarily explicit default constructors from the standard library",
		"long_link": "https://github.com/cplusplus/draft/issues/2142",
		"link": "https://wg21.link/edit2142",
		"status": "open"
	},
	"EDIT2143": {
		"type": "editorial",
		"title": "[2018-06 LWG Motion 26] P0646R1 Improving the return value of erase-like algorithms",
		"long_link": "https://github.com/cplusplus/draft/issues/2143",
		"link": "https://wg21.link/edit2143",
		"status": "open"
	},
	"EDIT2144": {
		"type": "editorial",
		"title": "[2018-06 LWG Motion 27] P0619R4 Reviewing deprecated facilities of C++17 for C++20",
		"long_link": "https://github.com/cplusplus/draft/issues/2144",
		"link": "https://wg21.link/edit2144",
		"status": "open"
	},
	"EDIT2145": {
		"type": "editorial",
		"title": "[2018-06 LWG Motion 28] P0898R3 Standard library concepts",
		"long_link": "https://github.com/cplusplus/draft/issues/2145",
		"link": "https://wg21.link/edit2145",
		"status": "open"
	},
	"EDIT2146": {
		"type": "editorial",
		"title": "P1025R1 Update the reference to the Unicode standard",
		"long_link": "https://github.com/cplusplus/draft/pull/2146",
		"link": "https://wg21.link/edit2146",
		"status": "open"
	},
	"EDIT2147": {
		"type": "editorial",
		"title": "P0806R2 Deprecate implicit capture of this via [=]",
		"long_link": "https://github.com/cplusplus/draft/pull/2147",
		"link": "https://wg21.link/edit2147",
		"status": "open"
	},
	"EDIT2148": {
		"type": "editorial",
		"title": "P1042R1 __VA_OPT__ wording clarifications",
		"long_link": "https://github.com/cplusplus/draft/pull/2148",
		"link": "https://wg21.link/edit2148",
		"status": "open"
	},
	"EDIT2149": {
		"type": "editorial",
		"title": "P0929R2 Checking for abstract class types",
		"long_link": "https://github.com/cplusplus/draft/pull/2149",
		"link": "https://wg21.link/edit2149",
		"status": "open"
	},
	"EDIT2150": {
		"type": "editorial",
		"title": "Calling std::terminate() vs. std::terminate (no parens)",
		"long_link": "https://github.com/cplusplus/draft/issues/2150",
		"link": "https://wg21.link/edit2150",
		"status": "open"
	},
	"EDIT2151": {
		"type": "editorial",
		"title": "P0542R5 Support for contract based programming in C++",
		"long_link": "https://github.com/cplusplus/draft/pull/2151",
		"link": "https://wg21.link/edit2151",
		"status": "open"
	},
	"EDIT2152": {
		"type": "editorial",
		"title": "P0892R2 explicit(bool)",
		"long_link": "https://github.com/cplusplus/draft/pull/2152",
		"link": "https://wg21.link/edit2152",
		"status": "open"
	},
	"EDIT2153": {
		"type": "editorial",
		"title": "P0941R2 Integrating feature-test macros into the C++ WD",
		"long_link": "https://github.com/cplusplus/draft/pull/2153",
		"link": "https://wg21.link/edit2153",
		"status": "open"
	},
	"EDIT2154": {
		"type": "editorial",
		"title": "P0528R3 The curious case of padding bits, featuring atomic compare-and-exchange",
		"long_link": "https://github.com/cplusplus/draft/pull/2154",
		"link": "https://wg21.link/edit2154",
		"status": "open"
	},
	"EDIT2155": {
		"type": "editorial",
		"title": "P1023R0 constexpr comparison operators for std::array",
		"long_link": "https://github.com/cplusplus/draft/pull/2155",
		"link": "https://wg21.link/edit2155",
		"status": "open"
	},
	"EDIT2156": {
		"type": "editorial",
		"title": "P0556R3: Integral power-of-2 operations",
		"long_link": "https://github.com/cplusplus/draft/pull/2156",
		"link": "https://wg21.link/edit2156",
		"status": "open"
	},
	"EDIT2157": {
		"type": "editorial",
		"title": "P0769R2 Add shift to <algorithm>",
		"long_link": "https://github.com/cplusplus/draft/pull/2157",
		"link": "https://wg21.link/edit2157",
		"status": "open"
	},
	"EDIT2158": {
		"type": "editorial",
		"title": "P0759R1 fpos requirements",
		"long_link": "https://github.com/cplusplus/draft/pull/2158",
		"link": "https://wg21.link/edit2158",
		"status": "open"
	},
	"EDIT2159": {
		"type": "editorial",
		"title": "P0887R1 The identity metafunction",
		"long_link": "https://github.com/cplusplus/draft/pull/2159",
		"link": "https://wg21.link/edit2159",
		"status": "open"
	},
	"EDIT2160": {
		"type": "editorial",
		"title": "P0879R0 Constexpr for swap and swap-related functions",
		"long_link": "https://github.com/cplusplus/draft/pull/2160",
		"link": "https://wg21.link/edit2160",
		"status": "open"
	},
	"EDIT2161": {
		"type": "editorial",
		"title": "P0758R1 Implicit conversion traits and utility functions",
		"long_link": "https://github.com/cplusplus/draft/pull/2161",
		"link": "https://wg21.link/edit2161",
		"status": "open"
	},
	"EDIT2162": {
		"type": "editorial",
		"title": "P0935R0 Eradicating unnecessarily explicit default constructors from the standard library",
		"long_link": "https://github.com/cplusplus/draft/pull/2162",
		"link": "https://wg21.link/edit2162",
		"status": "open"
	},
	"EDIT2163": {
		"type": "editorial",
		"title": "P0458R2 Checking for existence of an element in associative containers",
		"long_link": "https://github.com/cplusplus/draft/pull/2163",
		"link": "https://wg21.link/edit2163",
		"status": "open"
	},
	"EDIT2164": {
		"type": "editorial",
		"title": "P0788R3 Standard library specification in a concepts and contracts world",
		"long_link": "https://github.com/cplusplus/draft/pull/2164",
		"link": "https://wg21.link/edit2164",
		"status": "open"
	},
	"EDIT2165": {
		"type": "editorial",
		"title": "P0646R1 Improving the return value of erase-like algorithms",
		"long_link": "https://github.com/cplusplus/draft/pull/2165",
		"link": "https://wg21.link/edit2165",
		"status": "open"
	},
	"EDIT2166": {
		"type": "editorial",
		"title": " P0722R3 Efficient sized delete for variable sized classes",
		"long_link": "https://github.com/cplusplus/draft/pull/2166",
		"link": "https://wg21.link/edit2166",
		"status": "open"
	},
	"EDIT2167": {
		"type": "editorial",
		"title": "P1064R0 Allowing virtual function calls in constant expressions",
		"long_link": "https://github.com/cplusplus/draft/pull/2167",
		"link": "https://wg21.link/edit2167",
		"status": "closed"
	},
	"EDIT2168": {
		"type": "editorial",
		"title": "P0476R2 Bit-casting object representations",
		"long_link": "https://github.com/cplusplus/draft/pull/2168",
		"link": "https://wg21.link/edit2168",
		"status": "open"
	},
	"EDIT2169": {
		"type": "editorial",
		"title": "P1008R1 Prohibit aggregates with user-declared constructors",
		"long_link": "https://github.com/cplusplus/draft/pull/2169",
		"link": "https://wg21.link/edit2169",
		"status": "closed"
	},
	"EDIT2170": {
		"type": "editorial",
		"title": "P1120R0 Consistency improvements for <=> and other comparison operators",
		"long_link": "https://github.com/cplusplus/draft/pull/2170",
		"link": "https://wg21.link/edit2170",
		"status": "closed"
	},
	"EDIT2171": {
		"type": "editorial",
		"title": "P0732R2 Class types in non-type template parameters",
		"long_link": "https://github.com/cplusplus/draft/pull/2171",
		"link": "https://wg21.link/edit2171",
		"status": "closed"
	},
	"EDIT2172": {
		"type": "editorial",
		"title": "P0019R8 Atomic ref",
		"long_link": "https://github.com/cplusplus/draft/pull/2172",
		"link": "https://wg21.link/edit2172",
		"status": "open"
	},
	"EDIT2173": {
		"type": "editorial",
		"title": "P0619 Review of deprecated facilities",
		"long_link": "https://github.com/cplusplus/draft/pull/2173",
		"link": "https://wg21.link/edit2173",
		"status": "open"
	},
	"EDIT2174": {
		"type": "editorial",
		"title": "[macros,headers] Introduce 'multicoltable'",
		"long_link": "https://github.com/cplusplus/draft/pull/2174",
		"link": "https://wg21.link/edit2174",
		"status": "closed"
	},
	"EDIT2175": {
		"type": "editorial",
		"title": "[dcl.array]/1 This grammar does not always declare an array.",
		"long_link": "https://github.com/cplusplus/draft/issues/2175",
		"link": "https://wg21.link/edit2175",
		"status": "open"
	},
	"EDIT2176": {
		"type": "editorial",
		"title": "P0898R3 Standard Library Concepts",
		"long_link": "https://github.com/cplusplus/draft/pull/2176",
		"link": "https://wg21.link/edit2176",
		"status": "open"
	},
	"EDIT2177": {
		"type": "editorial",
		"title": "Typo: [temp.dep]/1 says \"An expressions\"",
		"long_link": "https://github.com/cplusplus/draft/issues/2177",
		"link": "https://wg21.link/edit2177",
		"status": "open"
	},
	"EDIT2178": {
		"type": "editorial",
		"title": " [vector.cons]/1 should say noexcept",
		"long_link": "https://github.com/cplusplus/draft/issues/2178",
		"link": "https://wg21.link/edit2178",
		"status": "open"
	},
	"EDIT2179": {
		"type": "editorial",
		"title": "[class.copy.assign]/7.4 misses the unsuccessful overload resolution case",
		"long_link": "https://github.com/cplusplus/draft/issues/2179",
		"link": "https://wg21.link/edit2179",
		"status": "open"
	},
	"EDIT2180": {
		"type": "editorial",
		"title": "[dcl.init.ref]/5 misuses \"underlying type\" for references",
		"long_link": "https://github.com/cplusplus/draft/issues/2180",
		"link": "https://wg21.link/edit2180",
		"status": "open"
	},
	"EDIT2181": {
		"type": "editorial",
		"title": "[temp.dep] Typo fix: 'An expressions...'",
		"long_link": "https://github.com/cplusplus/draft/pull/2181",
		"link": "https://wg21.link/edit2181",
		"status": "open"
	},
	"EDIT2182": {
		"type": "editorial",
		"title": "[vector.cons] vector(Allocator) should be noexcept",
		"long_link": "https://github.com/cplusplus/draft/pull/2182",
		"link": "https://wg21.link/edit2182",
		"status": "open"
	},
	"EDIT2183": {
		"type": "editorial",
		"title": "[dcl.init.ref] Avoid use of 'underlying type' for references",
		"long_link": "https://github.com/cplusplus/draft/pull/2183",
		"link": "https://wg21.link/edit2183",
		"status": "open"
	},
	"EDIT2184": {
		"type": "editorial",
		"title": "[temp.constr.constr]/2, [iterator.requirements.general]/14, [re.results.size]/1 Replace \"section\" with \"subclause\"",
		"long_link": "https://github.com/cplusplus/draft/pull/2184",
		"link": "https://wg21.link/edit2184",
		"status": "open"
	},
	"EDIT2185": {
		"type": "editorial",
		"title": "[cpp.subst] Create new grammar production for __VA_OPT__(content)",
		"long_link": "https://github.com/cplusplus/draft/issues/2185",
		"link": "https://wg21.link/edit2185",
		"status": "open"
	},
	"EDIT2186": {
		"type": "editorial",
		"title": "P1113R0 CWG \"ready\" Issues for the June, 2018 (Rapperswil) meeting",
		"long_link": "https://github.com/cplusplus/draft/pull/2186",
		"link": "https://wg21.link/edit2186",
		"status": "closed"
	},
	"EDIT2187": {
		"type": "editorial",
		"title": "[basic.start,except] Harmonize references to std::terminate",
		"long_link": "https://github.com/cplusplus/draft/pull/2187",
		"link": "https://wg21.link/edit2187",
		"status": "open"
	},
	"EDIT2188": {
		"type": "editorial",
		"title": "[temp.explicit] Restrictions on explicit instantiations are inconsistently placed",
		"long_link": "https://github.com/cplusplus/draft/issues/2188",
		"link": "https://wg21.link/edit2188",
		"status": "open"
	},
	"EDIT2189": {
		"type": "editorial",
		"title": "P1114R0 CWG \"tentatively ready\" Issues for the June, 2018 (Rapperswil) meeting",
		"long_link": "https://github.com/cplusplus/draft/pull/2189",
		"link": "https://wg21.link/edit2189",
		"status": "closed"
	},
	"EDIT2190": {
		"type": "editorial",
		"title": "\"dynamic type\" is defined as a property of expressions but sometimes used as a property of objects",
		"long_link": "https://github.com/cplusplus/draft/issues/2190",
		"link": "https://wg21.link/edit2190",
		"status": "open"
	},
	"EDIT2191": {
		"type": "editorial",
		"title": "Harmonize phrasings of \"this destructor is trivial\"",
		"long_link": "https://github.com/cplusplus/draft/pull/2191",
		"link": "https://wg21.link/edit2191",
		"status": "closed"
	},
	"EDIT2192": {
		"type": "editorial",
		"title": "Typo in Rapperswil CWG motion 14",
		"long_link": "https://github.com/cplusplus/draft/issues/2192",
		"link": "https://wg21.link/edit2192",
		"status": "closed"
	},
	"EDIT2193": {
		"type": "editorial",
		"title": "P1082R0 LWG Issues to be moved in Rapperswil (except issue 3071)",
		"long_link": "https://github.com/cplusplus/draft/pull/2193",
		"link": "https://wg21.link/edit2193",
		"status": "closed"
	},
	"EDIT2194": {
		"type": "editorial",
		"title": "P0475R1 LWG 2511: guaranteed copy elision for piecewise construction",
		"long_link": "https://github.com/cplusplus/draft/pull/2194",
		"link": "https://wg21.link/edit2194",
		"status": "closed"
	},
	"EDIT2195": {
		"type": "editorial",
		"title": "[re.general] Refer to table as done in the other clauses",
		"long_link": "https://github.com/cplusplus/draft/pull/2195",
		"link": "https://wg21.link/edit2195",
		"status": "open"
	},
	"EDIT2196": {
		"type": "editorial",
		"title": "[string.view], [string.classes] Hanging paragraphs",
		"long_link": "https://github.com/cplusplus/draft/issues/2196",
		"link": "https://wg21.link/edit2196",
		"status": "open"
	},
	"EDIT2197": {
		"type": "editorial",
		"title": "add subclause structure to [dcl.attr.contract]",
		"long_link": "https://github.com/cplusplus/draft/issues/2197",
		"link": "https://wg21.link/edit2197",
		"status": "open"
	},
	"EDIT2198": {
		"type": "editorial",
		"title": "[dcl.attr.contract] Introduce subheadings and reorder paragraphs to fit",
		"long_link": "https://github.com/cplusplus/draft/pull/2198",
		"link": "https://wg21.link/edit2198",
		"status": "open"
	},
	"EDIT2199": {
		"type": "editorial",
		"title": "[dcl] Large variation in phrasing of restrictions for decl-specifiers",
		"long_link": "https://github.com/cplusplus/draft/issues/2199",
		"link": "https://wg21.link/edit2199",
		"status": "open"
	},
	"EDIT2200": {
		"type": "editorial",
		"title": "[cpp.predefined] Feature-test macro for P0732R2",
		"long_link": "https://github.com/cplusplus/draft/pull/2200",
		"link": "https://wg21.link/edit2200",
		"status": "closed"
	},
	"EDIT2201": {
		"type": "editorial",
		"title": "[lex.charset] Change \"short name\" to \"short identifier\" to match ISO 10646",
		"long_link": "https://github.com/cplusplus/draft/pull/2201",
		"link": "https://wg21.link/edit2201",
		"status": "open"
	},
	"EDIT2202": {
		"type": "editorial",
		"title": "[time.duration] repeats \"duration\" in subclauses",
		"long_link": "https://github.com/cplusplus/draft/issues/2202",
		"link": "https://wg21.link/edit2202",
		"status": "open"
	},
	"EDIT2203": {
		"type": "editorial",
		"title": "[input.iterators] odd phrasing for postconditions of iterator `operator++`",
		"long_link": "https://github.com/cplusplus/draft/issues/2203",
		"link": "https://wg21.link/edit2203",
		"status": "closed"
	},
	"EDIT2204": {
		"type": "editorial",
		"title": "[cpp.cond] Add contract attributes for feature testing P0542R5",
		"long_link": "https://github.com/cplusplus/draft/pull/2204",
		"link": "https://wg21.link/edit2204",
		"status": "closed"
	},
	"EDIT2205": {
		"type": "editorial",
		"title": "[cpp.predefined] Feature-test macro for P0892R2",
		"long_link": "https://github.com/cplusplus/draft/pull/2205",
		"link": "https://wg21.link/edit2205",
		"status": "closed"
	},
	"EDIT2206": {
		"type": "editorial",
		"title": "[expr.spaceship] strong_ordering::unequal / strong_ordering::nonequal",
		"long_link": "https://github.com/cplusplus/draft/issues/2206",
		"link": "https://wg21.link/edit2206",
		"status": "closed"
	},
	"EDIT2207": {
		"type": "editorial",
		"title": "library index entries for memory_order, memory_order_* in wrong type face",
		"long_link": "https://github.com/cplusplus/draft/issues/2207",
		"link": "https://wg21.link/edit2207",
		"status": "closed"
	},
	"EDIT2208": {
		"type": "editorial",
		"title": "[time.duration.io] Requires: element should be a Remarks:",
		"long_link": "https://github.com/cplusplus/draft/issues/2208",
		"link": "https://wg21.link/edit2208",
		"status": "closed"
	},
	"EDIT2209": {
		"type": "editorial",
		"title": "[time] Inconsistent ordering of elements of description",
		"long_link": "https://github.com/cplusplus/draft/issues/2209",
		"link": "https://wg21.link/edit2209",
		"status": "open"
	},
	"EDIT2210": {
		"type": "editorial",
		"title": "P0619R4 Review of deprecated facilities",
		"long_link": "https://github.com/cplusplus/draft/pull/2210",
		"link": "https://wg21.link/edit2210",
		"status": "closed"
	},
	"EDIT2211": {
		"type": "editorial",
		"title": "[iterator.requirements.general] eliminate extra leading space in para 13",
		"long_link": "https://github.com/cplusplus/draft/pull/2211",
		"link": "https://wg21.link/edit2211",
		"status": "closed"
	},
	"EDIT2212": {
		"type": "editorial",
		"title": "[alg.shift], [fpos.operations] Annotate \"old\" requirements with \\oldc…",
		"long_link": "https://github.com/cplusplus/draft/pull/2212",
		"link": "https://wg21.link/edit2212",
		"status": "closed"
	},
	"EDIT2213": {
		"type": "editorial",
		"title": "quantification of \"satisfied\" definitions for concepts",
		"long_link": "https://github.com/cplusplus/draft/issues/2213",
		"link": "https://wg21.link/edit2213",
		"status": "open"
	},
	"EDIT2214": {
		"type": "editorial",
		"title": "[macros] Make colon in Note: and Example: upright and reduce spacing around brackets",
		"long_link": "https://github.com/cplusplus/draft/pull/2214",
		"link": "https://wg21.link/edit2214",
		"status": "closed"
	},
	"EDIT2215": {
		"type": "editorial",
		"title": "What \"temporary variable\" is?",
		"long_link": "https://github.com/cplusplus/draft/issues/2215",
		"link": "https://wg21.link/edit2215",
		"status": "open"
	},
	"EDIT2216": {
		"type": "editorial",
		"title": "[expr.spaceship] Fix typo for std::strong_equality::nonequal",
		"long_link": "https://github.com/cplusplus/draft/pull/2216",
		"link": "https://wg21.link/edit2216",
		"status": "closed"
	},
	"EDIT2217": {
		"type": "editorial",
		"title": "[diff.cpp17.depr] apparent typo in p0619r4: raw_memory_iterator",
		"long_link": "https://github.com/cplusplus/draft/pull/2217",
		"link": "https://wg21.link/edit2217",
		"status": "closed"
	},
	"EDIT2218": {
		"type": "editorial",
		"title": "[algorithm.syn] Algorithm ordering inconsistency",
		"long_link": "https://github.com/cplusplus/draft/issues/2218",
		"link": "https://wg21.link/edit2218",
		"status": "closed"
	},
	"EDIT2219": {
		"type": "editorial",
		"title": "[algorithm.syn] Relocate the \"partitions\" algorithms",
		"long_link": "https://github.com/cplusplus/draft/pull/2219",
		"link": "https://wg21.link/edit2219",
		"status": "closed"
	},
	"EDIT2220": {
		"type": "editorial",
		"title": "[basic.types] Remove extraneous leading whitespace in para 9",
		"long_link": "https://github.com/cplusplus/draft/pull/2220",
		"link": "https://wg21.link/edit2220",
		"status": "closed"
	},
	"EDIT2221": {
		"type": "editorial",
		"title": "[variant.get] Consistently place comma after \"otherwise\"",
		"long_link": "https://github.com/cplusplus/draft/pull/2221",
		"link": "https://wg21.link/edit2221",
		"status": "closed"
	},
	"EDIT2222": {
		"type": "editorial",
		"title": "[atomics.order] Index entries for memory_order should be in code font",
		"long_link": "https://github.com/cplusplus/draft/pull/2222",
		"link": "https://wg21.link/edit2222",
		"status": "closed"
	},
	"EDIT2223": {
		"type": "editorial",
		"title": "[lib] Review macros for library index",
		"long_link": "https://github.com/cplusplus/draft/issues/2223",
		"link": "https://wg21.link/edit2223",
		"status": "open"
	},
	"EDIT2224": {
		"type": "editorial",
		"title": "[input.iterators,fs.rec.dir.itr.members] Disambiguate phrasing for pr…",
		"long_link": "https://github.com/cplusplus/draft/pull/2224",
		"link": "https://wg21.link/edit2224",
		"status": "closed"
	},
	"EDIT2225": {
		"type": "editorial",
		"title": "[depr.locale.stdcvt.req] Add normative references for encoding forms",
		"long_link": "https://github.com/cplusplus/draft/pull/2225",
		"link": "https://wg21.link/edit2225",
		"status": "closed"
	},
	"EDIT2226": {
		"type": "editorial",
		"title": "[lex] Correctly cite ISO/IEC 10646",
		"long_link": "https://github.com/cplusplus/draft/pull/2226",
		"link": "https://wg21.link/edit2226",
		"status": "closed"
	},
	"EDIT2227": {
		"type": "editorial",
		"title": "[optional] Move requirements from header synopsis to class template",
		"long_link": "https://github.com/cplusplus/draft/pull/2227",
		"link": "https://wg21.link/edit2227",
		"status": "closed"
	},
	"EDIT2228": {
		"type": "editorial",
		"title": "[basic.fundamental] Add definition of 'fundamental type'",
		"long_link": "https://github.com/cplusplus/draft/pull/2228",
		"link": "https://wg21.link/edit2228",
		"status": "closed"
	},
	"EDIT2229": {
		"type": "editorial",
		"title": "[dcl.attr.contract] Clarify interaction of parameters and postconditions",
		"long_link": "https://github.com/cplusplus/draft/pull/2229",
		"link": "https://wg21.link/edit2229",
		"status": "closed"
	},
	"EDIT2230": {
		"type": "editorial",
		"title": "[expr.prim.lambda,depr.capture.this] Replace 'lambda expression'",
		"long_link": "https://github.com/cplusplus/draft/pull/2230",
		"link": "https://wg21.link/edit2230",
		"status": "closed"
	},
	"EDIT2231": {
		"type": "editorial",
		"title": "[class.mem] Define complete-class context",
		"long_link": "https://github.com/cplusplus/draft/pull/2231",
		"link": "https://wg21.link/edit2231",
		"status": "closed"
	},
	"EDIT2232": {
		"type": "editorial",
		"title": "[expr.prim.id.unqual] Fix cross reference",
		"long_link": "https://github.com/cplusplus/draft/pull/2232",
		"link": "https://wg21.link/edit2232",
		"status": "closed"
	},
	"EDIT2233": {
		"type": "editorial",
		"title": "[{i,o}{string,f}stream.cons] remove dangling )",
		"long_link": "https://github.com/cplusplus/draft/pull/2233",
		"link": "https://wg21.link/edit2233",
		"status": "closed"
	},
	"EDIT2234": {
		"type": "editorial",
		"title": "[expr.prim.id.{un,}qual] A structured binding name is an lvalue",
		"long_link": "https://github.com/cplusplus/draft/pull/2234",
		"link": "https://wg21.link/edit2234",
		"status": "closed"
	},
	"EDIT2235": {
		"type": "editorial",
		"title": "[span.overview]p2-3 Requirements should be moved after the synopsis",
		"long_link": "https://github.com/cplusplus/draft/issues/2235",
		"link": "https://wg21.link/edit2235",
		"status": "open"
	},
	"EDIT2236": {
		"type": "editorial",
		"title": "[diff] Use plural form of \\diffref for changes affecting multiple subclauses.",
		"long_link": "https://github.com/cplusplus/draft/pull/2236",
		"link": "https://wg21.link/edit2236",
		"status": "closed"
	},
	"EDIT2237": {
		"type": "editorial",
		"title": "[concept.swappable] remove wrongly included text",
		"long_link": "https://github.com/cplusplus/draft/pull/2237",
		"link": "https://wg21.link/edit2237",
		"status": "closed"
	},
	"EDIT2238": {
		"type": "editorial",
		"title": "Fix for typo in code example in [class.copy.elision] section of document",
		"long_link": "https://github.com/cplusplus/draft/pull/2238",
		"link": "https://wg21.link/edit2238",
		"status": "closed"
	},
	"EDIT2239": {
		"type": "editorial",
		"title": "\\diffref and \\diffrefs now take a comma-separated list of references.",
		"long_link": "https://github.com/cplusplus/draft/pull/2239",
		"link": "https://wg21.link/edit2239",
		"status": "open"
	},
	"EDIT2240": {
		"type": "editorial",
		"title": "[concepts.object] Dissolve single-item subclauses.",
		"long_link": "https://github.com/cplusplus/draft/pull/2240",
		"link": "https://wg21.link/edit2240",
		"status": "closed"
	},
	"EDIT2241": {
		"type": "editorial",
		"title": "[concepts.{lang,compare,callable}.general] Replace \"section\" with \"subclause\"",
		"long_link": "https://github.com/cplusplus/draft/pull/2241",
		"link": "https://wg21.link/edit2241",
		"status": "closed"
	},
	"EDIT2242": {
		"type": "editorial",
		"title": "[structure.specifications] spell static_assert-declaration without \\_",
		"long_link": "https://github.com/cplusplus/draft/pull/2242",
		"link": "https://wg21.link/edit2242",
		"status": "closed"
	},
	"EDIT2243": {
		"type": "editorial",
		"title": "P1076R1: Editorial clause reorganization",
		"long_link": "https://github.com/cplusplus/draft/pull/2243",
		"link": "https://wg21.link/edit2243",
		"status": "closed"
	},
	"EDIT2244": {
		"type": "editorial",
		"title": "Travis CI: Check for undefined references.",
		"long_link": "https://github.com/cplusplus/draft/pull/2244",
		"link": "https://wg21.link/edit2244",
		"status": "closed"
	},
	"EDIT2245": {
		"type": "editorial",
		"title": "New placeholder macro that uses italics or slanted type depending on the context",
		"long_link": "https://github.com/cplusplus/draft/pull/2245",
		"link": "https://wg21.link/edit2245",
		"status": "open"
	},
	"EDIT2246": {
		"type": "editorial",
		"title": "[basic.types] Clarify that 'value representation' does not depend on …",
		"long_link": "https://github.com/cplusplus/draft/pull/2246",
		"link": "https://wg21.link/edit2246",
		"status": "open"
	},
	"EDIT2247": {
		"type": "editorial",
		"title": "[concept.common] Confusing wording",
		"long_link": "https://github.com/cplusplus/draft/issues/2247",
		"link": "https://wg21.link/edit2247",
		"status": "open"
	},
	"EDIT2248": {
		"type": "editorial",
		"title": "intro.defs: Use https; see Directives, Part 2:2018",
		"long_link": "https://github.com/cplusplus/draft/pull/2248",
		"link": "https://wg21.link/edit2248",
		"status": "closed"
	},
	"EDIT2249": {
		"type": "editorial",
		"title": "[time.point,time.duration] Avoid repetition of class name in subheadi…",
		"long_link": "https://github.com/cplusplus/draft/pull/2249",
		"link": "https://wg21.link/edit2249",
		"status": "closed"
	},
	"EDIT2250": {
		"type": "editorial",
		"title": "[class] Introduce a subheading 'Properties of classes'.",
		"long_link": "https://github.com/cplusplus/draft/pull/2250",
		"link": "https://wg21.link/edit2250",
		"status": "closed"
	},
	"EDIT2251": {
		"type": "editorial",
		"title": "[intro.abstract]p7 belongs in [expr]",
		"long_link": "https://github.com/cplusplus/draft/issues/2251",
		"link": "https://wg21.link/edit2251",
		"status": "open"
	},
	"EDIT2252": {
		"type": "editorial",
		"title": "Reorder [basic] before [lex]",
		"long_link": "https://github.com/cplusplus/draft/issues/2252",
		"link": "https://wg21.link/edit2252",
		"status": "open"
	},
	"EDIT2253": {
		"type": "editorial",
		"title": "[std] Fix cross-reference that should point to [class.prop]",
		"long_link": "https://github.com/cplusplus/draft/pull/2253",
		"link": "https://wg21.link/edit2253",
		"status": "open"
	},
	"EDIT2254": {
		"type": "editorial",
		"title": "[expr.pre] Add note on operator regrouping here,",
		"long_link": "https://github.com/cplusplus/draft/pull/2254",
		"link": "https://wg21.link/edit2254",
		"status": "open"
	},
	"EDIT2255": {
		"type": "editorial",
		"title": "\"cv-qualified versions of cv-unqualified scalar types\" are just \"scalar types\"",
		"long_link": "https://github.com/cplusplus/draft/pull/2255",
		"link": "https://wg21.link/edit2255",
		"status": "open"
	},
	"EDIT2256": {
		"type": "editorial",
		"title": "Proposal: Pull all macros into a custom documentclass",
		"long_link": "https://github.com/cplusplus/draft/issues/2256",
		"link": "https://wg21.link/edit2256",
		"status": "open"
	},
	"EDIT2257": {
		"type": "editorial",
		"title": "Use the Oxford comma in [class.copy.assign].",
		"long_link": "https://github.com/cplusplus/draft/pull/2257",
		"link": "https://wg21.link/edit2257",
		"status": "open"
	},
	"EDIT2258": {
		"type": "editorial",
		"title": "[std] Use \\defnadj where appropriate",
		"long_link": "https://github.com/cplusplus/draft/pull/2258",
		"link": "https://wg21.link/edit2258",
		"status": "open"
	},
	"EDIT2259": {
		"type": "editorial",
		"title": "Simplify definition of \"data race\"",
		"long_link": "https://github.com/cplusplus/draft/pull/2259",
		"link": "https://wg21.link/edit2259",
		"status": "open"
	},
	"EDIT2260": {
		"type": "editorial",
		"title": "[span.overview] Move requirements on types to after the synposis.",
		"long_link": "https://github.com/cplusplus/draft/pull/2260",
		"link": "https://wg21.link/edit2260",
		"status": "open"
	},
	"EDIT2261": {
		"type": "editorial",
		"title": "[string.view] Move complexity requirement into [string.view.template].",
		"long_link": "https://github.com/cplusplus/draft/pull/2261",
		"link": "https://wg21.link/edit2261",
		"status": "open"
	},
	"EDIT2262": {
		"type": "editorial",
		"title": "[library.general] Fixup the library categories table",
		"long_link": "https://github.com/cplusplus/draft/pull/2262",
		"link": "https://wg21.link/edit2262",
		"status": "closed"
	},
	"EDIT2263": {
		"type": "editorial",
		"title": "[iterators.general] Fixup Iterators library summary table",
		"long_link": "https://github.com/cplusplus/draft/pull/2263",
		"link": "https://wg21.link/edit2263",
		"status": "open"
	},
	"EDIT2264": {
		"type": "editorial",
		"title": "Unnecessary overhead in placement new [ ]",
		"long_link": "https://github.com/cplusplus/draft/issues/2264",
		"link": "https://wg21.link/edit2264",
		"status": "closed"
	},
	"EDIT2265": {
		"type": "editorial",
		"title": "[basic.lval,expr.delete] 'dynamic type' refers to lvalues, not objects",
		"long_link": "https://github.com/cplusplus/draft/pull/2265",
		"link": "https://wg21.link/edit2265",
		"status": "open"
	},
	"EDIT2269": {
		"type": "editorial",
		"title": "Names from namespace std::pmr need to be qualified",
		"long_link": "https://github.com/cplusplus/draft/issues/2269",
		"link": "https://wg21.link/edit2269",
		"status": "open"
	},
	"EDIT2270": {
		"type": "editorial",
		"title": "[copy.ctor] Rearrange constructor subclauses",
		"long_link": "https://github.com/cplusplus/draft/pull/2270",
		"link": "https://wg21.link/edit2270",
		"status": "open"
	},
	"EDIT2271": {
		"type": "editorial",
		"title": "[diff] Remove headings that refer to dissolved clauses",
		"long_link": "https://github.com/cplusplus/draft/pull/2271",
		"link": "https://wg21.link/edit2271",
		"status": "open"
	},
	"EDIT2272": {
		"type": "editorial",
		"title": "[stmt.switch] p4 is unclear on whether operator== might be used",
		"long_link": "https://github.com/cplusplus/draft/issues/2272",
		"link": "https://wg21.link/edit2272",
		"status": "open"
	},
	"EDIT2273": {
		"type": "editorial",
		"title": "[stmt.switch] Clarify comparison for case labels",
		"long_link": "https://github.com/cplusplus/draft/pull/2273",
		"link": "https://wg21.link/edit2273",
		"status": "open"
	},
	"EDIT2274": {
		"type": "editorial",
		"title": "[dcl.array] Rework description.",
		"long_link": "https://github.com/cplusplus/draft/pull/2274",
		"link": "https://wg21.link/edit2274",
		"status": "open"
	},
	"EDIT2275": {
		"type": "editorial",
		"title": "[class.dtor] Clean up awkward '.. is the type of the class' phrasing.",
		"long_link": "https://github.com/cplusplus/draft/pull/2275",
		"link": "https://wg21.link/edit2275",
		"status": "open"
	},
	"EDIT2276": {
		"type": "editorial",
		"title": "note on locations where nodeclspec-function-declarator can appear seems to be incorrect",
		"long_link": "https://github.com/cplusplus/draft/issues/2276",
		"link": "https://wg21.link/edit2276",
		"status": "closed"
	},
	"EDIT2277": {
		"type": "editorial",
		"title": "[dcl.dcl] Remove incorrect footnote about the implicit int rule.",
		"long_link": "https://github.com/cplusplus/draft/pull/2277",
		"link": "https://wg21.link/edit2277",
		"status": "closed"
	},
	"EDIT2278": {
		"type": "editorial",
		"title": "[containers,utilities] Mark exposition-only names",
		"long_link": "https://github.com/cplusplus/draft/pull/2278",
		"link": "https://wg21.link/edit2278",
		"status": "open"
	},
	"EDIT2279": {
		"type": "editorial",
		"title": "[expr.new]p1 is too generic in its wording",
		"long_link": "https://github.com/cplusplus/draft/issues/2279",
		"link": "https://wg21.link/edit2279",
		"status": "open"
	},
	"EDIT2280": {
		"type": "editorial",
		"title": "Fix spelling error \"Tueday\" --> \"Tuesday\" (4x)",
		"long_link": "https://github.com/cplusplus/draft/pull/2280",
		"link": "https://wg21.link/edit2280",
		"status": "closed"
	},
	"EDIT2281": {
		"type": "editorial",
		"title": "Add index entry for atomic union with padding",
		"long_link": "https://github.com/cplusplus/draft/pull/2281",
		"link": "https://wg21.link/edit2281",
		"status": "closed"
	},
	"EDIT2282": {
		"type": "editorial",
		"title": "Update Getting Started On Fedora to include latexmk",
		"long_link": "https://github.com/cplusplus/draft/pull/2282",
		"link": "https://wg21.link/edit2282",
		"status": "closed"
	},
	"EDIT2283": {
		"type": "editorial",
		"title": "[basic] Fix index entry for 'odr-use'",
		"long_link": "https://github.com/cplusplus/draft/pull/2283",
		"link": "https://wg21.link/edit2283",
		"status": "closed"
	},
	"EDIT2284": {
		"type": "editorial",
		"title": "[expr.new] Use 'object', not 'entity', for new-expression.",
		"long_link": "https://github.com/cplusplus/draft/pull/2284",
		"link": "https://wg21.link/edit2284",
		"status": "open"
	},
	"EDIT2285": {
		"type": "editorial",
		"title": "[fs.filesystem.syn] Fixes related to chrono::file_clock usage in <filesystem>",
		"long_link": "https://github.com/cplusplus/draft/pull/2285",
		"link": "https://wg21.link/edit2285",
		"status": "open"
	},
	"EDIT2286": {
		"type": "editorial",
		"title": "[concepts.equality] modifying and non-modifying expressions",
		"long_link": "https://github.com/cplusplus/draft/issues/2286",
		"link": "https://wg21.link/edit2286",
		"status": "closed"
	},
	"EDIT2287": {
		"type": "editorial",
		"title": "The word \"below\" in [basic.lookup.argdep]/3 should be replaced by \"above\". ",
		"long_link": "https://github.com/cplusplus/draft/issues/2287",
		"link": "https://wg21.link/edit2287",
		"status": "closed"
	},
	"EDIT2288": {
		"type": "editorial",
		"title": "[over.best.ics] Wording might be confusing",
		"long_link": "https://github.com/cplusplus/draft/issues/2288",
		"link": "https://wg21.link/edit2288",
		"status": "open"
	},
	"EDIT2289": {
		"type": "editorial",
		"title": "[std] Use of undefined term \"structure\"",
		"long_link": "https://github.com/cplusplus/draft/issues/2289",
		"link": "https://wg21.link/edit2289",
		"status": "open"
	},
	"EDIT2290": {
		"type": "editorial",
		"title": "[class.virtual] missing a definition of \"virtual function\"",
		"long_link": "https://github.com/cplusplus/draft/issues/2290",
		"link": "https://wg21.link/edit2290",
		"status": "open"
	},
	"EDIT2291": {
		"type": "editorial",
		"title": "[temp.param] fix spaceship example",
		"long_link": "https://github.com/cplusplus/draft/pull/2291",
		"link": "https://wg21.link/edit2291",
		"status": "open"
	},
	"EDIT2292": {
		"type": "editorial",
		"title": "[forwardlist.modifiers] Remove index entry for forward_list::erased",
		"long_link": "https://github.com/cplusplus/draft/pull/2292",
		"link": "https://wg21.link/edit2292",
		"status": "closed"
	},
	"EDIT2293": {
		"type": "editorial",
		"title": "[unord.req] Move index entry for \"erase\" to previous row",
		"long_link": "https://github.com/cplusplus/draft/pull/2293",
		"link": "https://wg21.link/edit2293",
		"status": "closed"
	},
	"EDIT2294": {
		"type": "editorial",
		"title": "[unord.req] index \"extract\" and \"merge\"",
		"long_link": "https://github.com/cplusplus/draft/pull/2294",
		"link": "https://wg21.link/edit2294",
		"status": "closed"
	},
	"EDIT2295": {
		"type": "editorial",
		"title": "[associative.reqmts] index all members",
		"long_link": "https://github.com/cplusplus/draft/pull/2295",
		"link": "https://wg21.link/edit2295",
		"status": "closed"
	},
	"EDIT2296": {
		"type": "editorial",
		"title": "[std] Replace use of 'structure' by 'class'",
		"long_link": "https://github.com/cplusplus/draft/pull/2296",
		"link": "https://wg21.link/edit2296",
		"status": "open"
	},
	"EDIT2297": {
		"type": "editorial",
		"title": "[class.virtual] Define 'virtual function'",
		"long_link": "https://github.com/cplusplus/draft/pull/2297",
		"link": "https://wg21.link/edit2297",
		"status": "open"
	},
	"EDIT2298": {
		"type": "editorial",
		"title": "[dcl.init] Rephrase \"user-defined conversion sequence\"",
		"long_link": "https://github.com/cplusplus/draft/pull/2298",
		"link": "https://wg21.link/edit2298",
		"status": "open"
	},
	"EDIT2299": {
		"type": "editorial",
		"title": "[expr.add]p4 seem to conflict with [expr.add]p7",
		"long_link": "https://github.com/cplusplus/draft/issues/2299",
		"link": "https://wg21.link/edit2299",
		"status": "open"
	},
	"EDIT2300": {
		"type": "editorial",
		"title": "Contradiction on result objects of prvalues",
		"long_link": "https://github.com/cplusplus/draft/issues/2300",
		"link": "https://wg21.link/edit2300",
		"status": "open"
	},
	"EDIT2301": {
		"type": "editorial",
		"title": "ADL is invoked by the compiler when a postfix-expression in a function call is an unqualified-id.",
		"long_link": "https://github.com/cplusplus/draft/issues/2301",
		"link": "https://wg21.link/edit2301",
		"status": "closed"
	},
	"EDIT2302": {
		"type": "editorial",
		"title": "[rand.util.seedseq] Typo \"for( \" should be \"for (\"",
		"long_link": "https://github.com/cplusplus/draft/pull/2302",
		"link": "https://wg21.link/edit2302",
		"status": "closed"
	},
	"EDIT2303": {
		"type": "editorial",
		"title": "[class.member.lookup]/1 is confusing",
		"long_link": "https://github.com/cplusplus/draft/issues/2303",
		"link": "https://wg21.link/edit2303",
		"status": "open"
	},
	"EDIT2304": {
		"type": "editorial",
		"title": "[dcl.ref]/5 CWG 453: What is a valid object? function?",
		"long_link": "https://github.com/cplusplus/draft/issues/2304",
		"link": "https://wg21.link/edit2304",
		"status": "open"
	},
	"EDIT2305": {
		"type": "editorial",
		"title": "[class.temporary]/1: prvalue can't be materialized, it is an expression",
		"long_link": "https://github.com/cplusplus/draft/issues/2305",
		"link": "https://wg21.link/edit2305",
		"status": "open"
	},
	"EDIT2306": {
		"type": "editorial",
		"title": "[expr.prim.this]/2 alludes to the grammar production `declarator` without necessity",
		"long_link": "https://github.com/cplusplus/draft/issues/2306",
		"link": "https://wg21.link/edit2306",
		"status": "closed"
	},
	"EDIT2307": {
		"type": "editorial",
		"title": "[expr.const]/2.11 CWG 2186: \"Preceding\" is unclear",
		"long_link": "https://github.com/cplusplus/draft/issues/2307",
		"link": "https://wg21.link/edit2307",
		"status": "open"
	},
	"EDIT2308": {
		"type": "editorial",
		"title": "[intro.object]/1: the (interpretation of the) value of an object is determined by the type of the expressions used to access it",
		"long_link": "https://github.com/cplusplus/draft/issues/2308",
		"link": "https://wg21.link/edit2308",
		"status": "closed"
	},
	"EDIT2309": {
		"type": "editorial",
		"title": "[basic.life] Change \"class or aggregate type\" to \"class or array type\"",
		"long_link": "https://github.com/cplusplus/draft/pull/2309",
		"link": "https://wg21.link/edit2309",
		"status": "open"
	},
	"EDIT2310": {
		"type": "editorial",
		"title": "[intro.object]: the term \"subobject\" should consistently be either transitive or intransitive",
		"long_link": "https://github.com/cplusplus/draft/issues/2310",
		"link": "https://wg21.link/edit2310",
		"status": "open"
	},
	"EDIT2311": {
		"type": "editorial",
		"title": "[class.this]/1 lags behind in terms of pointer values",
		"long_link": "https://github.com/cplusplus/draft/issues/2311",
		"link": "https://wg21.link/edit2311",
		"status": "open"
	},
	"EDIT2312": {
		"type": "editorial",
		"title": "[array.zero] paragraph 2 has confusing mathmatical notation using C++…",
		"long_link": "https://github.com/cplusplus/draft/pull/2312",
		"link": "https://wg21.link/edit2312",
		"status": "closed"
	},
	"EDIT2313": {
		"type": "editorial",
		"title": "[basic.life,etc] Fix imbalanced spacing around parens",
		"long_link": "https://github.com/cplusplus/draft/pull/2313",
		"link": "https://wg21.link/edit2313",
		"status": "closed"
	},
	"EDIT2314": {
		"type": "editorial",
		"title": "[expr.prim.id] Fix typo \"the the\"",
		"long_link": "https://github.com/cplusplus/draft/pull/2314",
		"link": "https://wg21.link/edit2314",
		"status": "closed"
	},
	"EDIT2315": {
		"type": "editorial",
		"title": "[expr.add] Clarify if/otherwise ladder",
		"long_link": "https://github.com/cplusplus/draft/pull/2315",
		"link": "https://wg21.link/edit2315",
		"status": "open"
	},
	"EDIT2316": {
		"type": "editorial",
		"title": "[basic.lval] Clarify result object for prvalues as operands",
		"long_link": "https://github.com/cplusplus/draft/pull/2316",
		"link": "https://wg21.link/edit2316",
		"status": "open"
	},
	"EDIT2317": {
		"type": "editorial",
		"title": "[class.member.lookup] 'unqualified-id' is the correct complement for …",
		"long_link": "https://github.com/cplusplus/draft/pull/2317",
		"link": "https://wg21.link/edit2317",
		"status": "closed"
	},
	"EDIT2318": {
		"type": "editorial",
		"title": "[expr.prim.this] Do not mention 'declarator';",
		"long_link": "https://github.com/cplusplus/draft/pull/2318",
		"link": "https://wg21.link/edit2318",
		"status": "closed"
	},
	"EDIT2319": {
		"type": "editorial",
		"title": "[class.this] A pointer represents more than an address",
		"long_link": "https://github.com/cplusplus/draft/pull/2319",
		"link": "https://wg21.link/edit2319",
		"status": "closed"
	},
	"EDIT2320": {
		"type": "editorial",
		"title": "[class.temporary] prvalues are not materialized,",
		"long_link": "https://github.com/cplusplus/draft/pull/2320",
		"link": "https://wg21.link/edit2320",
		"status": "closed"
	},
	"EDIT2321": {
		"type": "editorial",
		"title": "[dcl.dcl] nodeclspec-function-declaration should probably allow trailing requires-clause",
		"long_link": "https://github.com/cplusplus/draft/issues/2321",
		"link": "https://wg21.link/edit2321",
		"status": "open"
	},
	"EDIT2322": {
		"type": "editorial",
		"title": "[temp.constr.order] Fix typo: conjuctive -> conjunctive",
		"long_link": "https://github.com/cplusplus/draft/pull/2322",
		"link": "https://wg21.link/edit2322",
		"status": "closed"
	},
	"EDIT2323": {
		"type": "editorial",
		"title": "[basic.type.qualifier] Clarify the definitions of const/volatile object",
		"long_link": "https://github.com/cplusplus/draft/pull/2323",
		"link": "https://wg21.link/edit2323",
		"status": "open"
	},
	"EDIT2324": {
		"type": "editorial",
		"title": "[basic.def.odr] Replace undefined term 'non-trivial function'",
		"long_link": "https://github.com/cplusplus/draft/pull/2324",
		"link": "https://wg21.link/edit2324",
		"status": "closed"
	},
	"EDIT2325": {
		"type": "editorial",
		"title": "[basic.def.odr] Clarify antecedent for declarative region",
		"long_link": "https://github.com/cplusplus/draft/pull/2325",
		"link": "https://wg21.link/edit2325",
		"status": "closed"
	},
	"EDIT2326": {
		"type": "editorial",
		"title": "[unique.ptr.single.ctor] Simplify description of unique_ptr constructors",
		"long_link": "https://github.com/cplusplus/draft/pull/2326",
		"link": "https://wg21.link/edit2326",
		"status": "closed"
	},
	"EDIT2327": {
		"type": "editorial",
		"title": "[expr.new] Harmonize rules of constant array bounds > 0",
		"long_link": "https://github.com/cplusplus/draft/pull/2327",
		"link": "https://wg21.link/edit2327",
		"status": "open"
	},
	"EDIT2328": {
		"type": "editorial",
		"title": "[string.classes] Avoid special characters in stable labels",
		"long_link": "https://github.com/cplusplus/draft/pull/2328",
		"link": "https://wg21.link/edit2328",
		"status": "open"
	},
	"EDIT2329": {
		"type": "editorial",
		"title": "Non-type paramaters can have class type",
		"long_link": "https://github.com/cplusplus/draft/pull/2329",
		"link": "https://wg21.link/edit2329",
		"status": "closed"
	},
	"EDIT2330": {
		"type": "editorial",
		"title": "Update the descriptions of `map`s indexing operators to use `mapped_t…",
		"long_link": "https://github.com/cplusplus/draft/pull/2330",
		"link": "https://wg21.link/edit2330",
		"status": "closed"
	},
	"EDIT2331": {
		"type": "editorial",
		"title": "[class.union]/1 and /2 use term struct",
		"long_link": "https://github.com/cplusplus/draft/issues/2331",
		"link": "https://wg21.link/edit2331",
		"status": "closed"
	},
	"EDIT2332": {
		"type": "editorial",
		"title": "[class.union] use 'class', not (undefined) 'struct'",
		"long_link": "https://github.com/cplusplus/draft/pull/2332",
		"link": "https://wg21.link/edit2332",
		"status": "closed"
	},
	"EDIT2333": {
		"type": "editorial",
		"title": "Fix lambda-declarator",
		"long_link": "https://github.com/cplusplus/draft/pull/2333",
		"link": "https://wg21.link/edit2333",
		"status": "open"
	},
	"EDIT2334": {
		"type": "editorial",
		"title": "[basic.fundamental] CWG 2185: Missing \"and cv-qualified versions of those types\" for various type categories",
		"long_link": "https://github.com/cplusplus/draft/issues/2334",
		"link": "https://wg21.link/edit2334",
		"status": "open"
	},
	"EDIT2335": {
		"type": "editorial",
		"title": "[dcl.init.aggr] Bad phrase \"empty initializer list\"",
		"long_link": "https://github.com/cplusplus/draft/issues/2335",
		"link": "https://wg21.link/edit2335",
		"status": "closed"
	},
	"EDIT2336": {
		"type": "editorial",
		"title": "[dcl.init.aggr] initializer-list (grammar) is never empty",
		"long_link": "https://github.com/cplusplus/draft/pull/2336",
		"link": "https://wg21.link/edit2336",
		"status": "closed"
	},
	"EDIT2337": {
		"type": "editorial",
		"title": "[alg.shift] Slight mismatch with accepted proposal wording",
		"long_link": "https://github.com/cplusplus/draft/issues/2337",
		"link": "https://wg21.link/edit2337",
		"status": "closed"
	},
	"EDIT2338": {
		"type": "editorial",
		"title": "[expr.prim.lambda] Avoid decl-specifier-seq in lambda-declarator",
		"long_link": "https://github.com/cplusplus/draft/pull/2338",
		"link": "https://wg21.link/edit2338",
		"status": "open"
	},
	"EDIT2339": {
		"type": "editorial",
		"title": "[temp.arg.nontype] Use struct instead of class to make example valid",
		"long_link": "https://github.com/cplusplus/draft/pull/2339",
		"link": "https://wg21.link/edit2339",
		"status": "closed"
	},
	"EDIT2340": {
		"type": "editorial",
		"title": "[dcl.attr.contract.check]p6 user-provided and throwing violation handler",
		"long_link": "https://github.com/cplusplus/draft/issues/2340",
		"link": "https://wg21.link/edit2340",
		"status": "closed"
	},
	"EDIT2341": {
		"type": "editorial",
		"title": "[dcl.attr.contract.check] Violation handlers are not 'user-provided'",
		"long_link": "https://github.com/cplusplus/draft/pull/2341",
		"link": "https://wg21.link/edit2341",
		"status": "closed"
	},
	"EDIT2342": {
		"type": "editorial",
		"title": "[basic.life] Remove description of impossible UB",
		"long_link": "https://github.com/cplusplus/draft/pull/2342",
		"link": "https://wg21.link/edit2342",
		"status": "open"
	},
	"EDIT2343": {
		"type": "editorial",
		"title": "[temp] Add 'static' to examples for static data member template",
		"long_link": "https://github.com/cplusplus/draft/pull/2343",
		"link": "https://wg21.link/edit2343",
		"status": "closed"
	},
	"EDIT2344": {
		"type": "editorial",
		"title": "[class.copy.ctor] Add missing cross-references to Annex D",
		"long_link": "https://github.com/cplusplus/draft/pull/2344",
		"link": "https://wg21.link/edit2344",
		"status": "closed"
	},
	"EDIT2345": {
		"type": "editorial",
		"title": "[dcl.init.aggr] p4.1 Add example to clarify anonymous union case",
		"long_link": "https://github.com/cplusplus/draft/issues/2345",
		"link": "https://wg21.link/edit2345",
		"status": "open"
	},
	"EDIT2346": {
		"type": "editorial",
		"title": "Move \"plain ints\" statement to a note",
		"long_link": "https://github.com/cplusplus/draft/pull/2346",
		"link": "https://wg21.link/edit2346",
		"status": "closed"
	},
	"EDIT2347": {
		"type": "editorial",
		"title": "[class.this] restriction on constructors and destructors has nothing to do with this pointer",
		"long_link": "https://github.com/cplusplus/draft/issues/2347",
		"link": "https://wg21.link/edit2347",
		"status": "closed"
	},
	"EDIT2348": {
		"type": "editorial",
		"title": "[class.this] Turn redundant statement on cv-qualified constructors/de…",
		"long_link": "https://github.com/cplusplus/draft/pull/2348",
		"link": "https://wg21.link/edit2348",
		"status": "closed"
	},
	"EDIT2349": {
		"type": "editorial",
		"title": "[dcl.spec.auto] p10 Return type deduction should refer to templated entity",
		"long_link": "https://github.com/cplusplus/draft/issues/2349",
		"link": "https://wg21.link/edit2349",
		"status": "open"
	},
	"EDIT2350": {
		"type": "editorial",
		"title": "[dcl.spec.auto] Return type deduction should refer to templated entity",
		"long_link": "https://github.com/cplusplus/draft/pull/2350",
		"link": "https://wg21.link/edit2350",
		"status": "open"
	},
	"EDIT2351": {
		"type": "editorial",
		"title": "[decl.init]/10 Fix specified initialization.",
		"long_link": "https://github.com/cplusplus/draft/pull/2351",
		"link": "https://wg21.link/edit2351",
		"status": "open"
	},
	"EDIT2352": {
		"type": "editorial",
		"title": "[lib] Replace \\postconditions with \\ensures",
		"long_link": "https://github.com/cplusplus/draft/pull/2352",
		"link": "https://wg21.link/edit2352",
		"status": "closed"
	},
	"EDIT2353": {
		"type": "editorial",
		"title": "[class.mem] Add opaque-enum-declaration to member-declaration",
		"long_link": "https://github.com/cplusplus/draft/pull/2353",
		"link": "https://wg21.link/edit2353",
		"status": "open"
	},
	"EDIT2354": {
		"type": "editorial",
		"title": "Remove \"shall equals\" naming from conditional/decay/enable_if",
		"long_link": "https://github.com/cplusplus/draft/pull/2354",
		"link": "https://wg21.link/edit2354",
		"status": "open"
	},
	"EDIT2355": {
		"type": "editorial",
		"title": "[utilities] Remove class name repeated in subheadings",
		"long_link": "https://github.com/cplusplus/draft/pull/2355",
		"link": "https://wg21.link/edit2355",
		"status": "closed"
	},
	"EDIT2356": {
		"type": "editorial",
		"title": "[re] Remove class name repeated in subheadings",
		"long_link": "https://github.com/cplusplus/draft/pull/2356",
		"link": "https://wg21.link/edit2356",
		"status": "closed"
	},
	"EDIT2357": {
		"type": "editorial",
		"title": "Wonky wording: operators that \"admit\" other operators?",
		"long_link": "https://github.com/cplusplus/draft/issues/2357",
		"link": "https://wg21.link/edit2357",
		"status": "open"
	},
	"EDIT2358": {
		"type": "editorial",
		"title": "[iterators] Remove class name repeated in subheadings",
		"long_link": "https://github.com/cplusplus/draft/pull/2358",
		"link": "https://wg21.link/edit2358",
		"status": "closed"
	},
	"EDIT2359": {
		"type": "editorial",
		"title": "Correct an article in the prvalue definition",
		"long_link": "https://github.com/cplusplus/draft/pull/2359",
		"link": "https://wg21.link/edit2359",
		"status": "open"
	},
	"EDIT2360": {
		"type": "editorial",
		"title": "[output.iterators] Remove misleading italics from note",
		"long_link": "https://github.com/cplusplus/draft/pull/2360",
		"link": "https://wg21.link/edit2360",
		"status": "closed"
	},
	"EDIT2361": {
		"type": "editorial",
		"title": "[iterator.operations] Harmonize bad wording with shiny new Ranges wording",
		"long_link": "https://github.com/cplusplus/draft/pull/2361",
		"link": "https://wg21.link/edit2361",
		"status": "open"
	},
	"EDIT2362": {
		"type": "editorial",
		"title": "[numerics] Remove class name repeated in subheadings",
		"long_link": "https://github.com/cplusplus/draft/pull/2362",
		"link": "https://wg21.link/edit2362",
		"status": "closed"
	},
	"EDIT2363": {
		"type": "editorial",
		"title": "[dcl.init.aggr] Add example for anonymous union",
		"long_link": "https://github.com/cplusplus/draft/pull/2363",
		"link": "https://wg21.link/edit2363",
		"status": "open"
	},
	"EDIT2364": {
		"type": "editorial",
		"title": "[localization] Remove class name repeated in subheadings",
		"long_link": "https://github.com/cplusplus/draft/pull/2364",
		"link": "https://wg21.link/edit2364",
		"status": "closed"
	},
	"EDIT2365": {
		"type": "editorial",
		"title": "Wording issue between [over.call.func] and [basic.lookup]",
		"long_link": "https://github.com/cplusplus/draft/issues/2365",
		"link": "https://wg21.link/edit2365",
		"status": "open"
	},
	"EDIT2366": {
		"type": "editorial",
		"title": "[input.output] Remove class name repeated in subheadings",
		"long_link": "https://github.com/cplusplus/draft/pull/2366",
		"link": "https://wg21.link/edit2366",
		"status": "closed"
	},
	"EDIT2367": {
		"type": "editorial",
		"title": "Should the PDF title be different for drafts?",
		"long_link": "https://github.com/cplusplus/draft/issues/2367",
		"link": "https://wg21.link/edit2367",
		"status": "open"
	},
	"EDIT2368": {
		"type": "editorial",
		"title": "[thread] Remove class name repeated in subheadings",
		"long_link": "https://github.com/cplusplus/draft/pull/2368",
		"link": "https://wg21.link/edit2368",
		"status": "closed"
	},
	"EDIT2369": {
		"type": "editorial",
		"title": "[rand.dist.uni.real] Correct a typo",
		"long_link": "https://github.com/cplusplus/draft/pull/2369",
		"link": "https://wg21.link/edit2369",
		"status": "closed"
	},
	"EDIT2370": {
		"type": "editorial",
		"title": "[basic.lookup,over.call.func] Clarify lookup rules for function calls.",
		"long_link": "https://github.com/cplusplus/draft/pull/2370",
		"link": "https://wg21.link/edit2370",
		"status": "open"
	},
	"EDIT2371": {
		"type": "editorial",
		"title": "\"explicit constexpr\" vs. \"constexpr explicit\"",
		"long_link": "https://github.com/cplusplus/draft/issues/2371",
		"link": "https://wg21.link/edit2371",
		"status": "open"
	},
	"EDIT2372": {
		"type": "editorial",
		"title": "[conv.lval] Improve the note about std::nullptr_t case",
		"long_link": "https://github.com/cplusplus/draft/pull/2372",
		"link": "https://wg21.link/edit2372",
		"status": "open"
	},
	"EDIT2373": {
		"type": "editorial",
		"title": "[dcl.init] Initialization of non-class types with direct initialization with multiple arguments",
		"long_link": "https://github.com/cplusplus/draft/issues/2373",
		"link": "https://wg21.link/edit2373",
		"status": "closed"
	},
	"EDIT2374": {
		"type": "editorial",
		"title": "[dcl.init] vague wording for non-class initializer conversions",
		"long_link": "https://github.com/cplusplus/draft/issues/2374",
		"link": "https://wg21.link/edit2374",
		"status": "open"
	},
	"EDIT2375": {
		"type": "editorial",
		"title": "[iterator.requirements.general] operations satisfy requirements, not …",
		"long_link": "https://github.com/cplusplus/draft/pull/2375",
		"link": "https://wg21.link/edit2375",
		"status": "closed"
	},
	"EDIT2376": {
		"type": "editorial",
		"title": "[numerics.defns] should be moved to [algorithms]",
		"long_link": "https://github.com/cplusplus/draft/issues/2376",
		"link": "https://wg21.link/edit2376",
		"status": "open"
	},
	"EDIT2377": {
		"type": "editorial",
		"title": "[alg.find.end] and [alg.search] should not use \"subsequence\"",
		"long_link": "https://github.com/cplusplus/draft/issues/2377",
		"link": "https://wg21.link/edit2377",
		"status": "open"
	},
	"EDIT2378": {
		"type": "editorial",
		"title": "[numeric.ops] Move [numerics.defns] to the point-of-use.",
		"long_link": "https://github.com/cplusplus/draft/pull/2378",
		"link": "https://wg21.link/edit2378",
		"status": "open"
	},
	"EDIT2379": {
		"type": "editorial",
		"title": "[alg.find.end,alg.search] Remove redundant 'Effects' paragraphs",
		"long_link": "https://github.com/cplusplus/draft/pull/2379",
		"link": "https://wg21.link/edit2379",
		"status": "open"
	},
	"EDIT2380": {
		"type": "editorial",
		"title": "[class.bit] talks about round-tripping enumerator values, should apply to all values of the enumeration",
		"long_link": "https://github.com/cplusplus/draft/issues/2380",
		"link": "https://wg21.link/edit2380",
		"status": "open"
	},
	"EDIT2381": {
		"type": "editorial",
		"title": "[iterator.requirements.general] Allowed operations on singular iterators needs rephrasing",
		"long_link": "https://github.com/cplusplus/draft/issues/2381",
		"link": "https://wg21.link/edit2381",
		"status": "open"
	},
	"EDIT2382": {
		"type": "editorial",
		"title": "[structure.specification] p3 add note for \"Mandates\" item",
		"long_link": "https://github.com/cplusplus/draft/issues/2382",
		"link": "https://wg21.link/edit2382",
		"status": "open"
	},
	"EDIT2383": {
		"type": "editorial",
		"title": "Cleanup quoted mentions of \"happens before\"",
		"long_link": "https://github.com/cplusplus/draft/issues/2383",
		"link": "https://wg21.link/edit2383",
		"status": "open"
	},
	"EDIT2384": {
		"type": "editorial",
		"title": "[allocator.uses.construction] Rephrase note on uses-allocator construction",
		"long_link": "https://github.com/cplusplus/draft/issues/2384",
		"link": "https://wg21.link/edit2384",
		"status": "open"
	},
	"EDIT2385": {
		"type": "editorial",
		"title": "\\tcode{min} vs. $\\min$",
		"long_link": "https://github.com/cplusplus/draft/issues/2385",
		"link": "https://wg21.link/edit2385",
		"status": "open"
	},
	"EDIT2386": {
		"type": "editorial",
		"title": "[dcl.init.aggr] braced-enclosed initializer-list is never empty",
		"long_link": "https://github.com/cplusplus/draft/issues/2386",
		"link": "https://wg21.link/edit2386",
		"status": "open"
	},
	"EDIT2387": {
		"type": "editorial",
		"title": "[dcl.attr.contract.check] redundant wording on implementation-defined nature of violation handler",
		"long_link": "https://github.com/cplusplus/draft/issues/2387",
		"link": "https://wg21.link/edit2387",
		"status": "open"
	},
	"EDIT2388": {
		"type": "editorial",
		"title": "\"standard conversion sequence\" should say \"implicit conversion sequence\" in some places",
		"long_link": "https://github.com/cplusplus/draft/issues/2388",
		"link": "https://wg21.link/edit2388",
		"status": "open"
	},
	"EDIT2389": {
		"type": "editorial",
		"title": "[over.ics.user] Mark \"user-defined conversion sequence\" as a term of art",
		"long_link": "https://github.com/cplusplus/draft/pull/2389",
		"link": "https://wg21.link/edit2389",
		"status": "open"
	},
	"EDIT2390": {
		"type": "editorial",
		"title": "harmonize \"deduced to\" versus \"deduced as\" in [temp.deduct]",
		"long_link": "https://github.com/cplusplus/draft/issues/2390",
		"link": "https://wg21.link/edit2390",
		"status": "open"
	},
	"EDIT2391": {
		"type": "editorial",
		"title": "Cross-references for \"composite pointer type\"",
		"long_link": "https://github.com/cplusplus/draft/issues/2391",
		"link": "https://wg21.link/edit2391",
		"status": "open"
	},
	"EDIT2392": {
		"type": "editorial",
		"title": "Different vertical positioning of items in top-level clause summary tables",
		"long_link": "https://github.com/cplusplus/draft/issues/2392",
		"link": "https://wg21.link/edit2392",
		"status": "open"
	},
	"EDIT2393": {
		"type": "editorial",
		"title": "Add precisions for void expressions",
		"long_link": "https://github.com/cplusplus/draft/pull/2393",
		"link": "https://wg21.link/edit2393",
		"status": "open"
	},
	"EDIT2394": {
		"type": "editorial",
		"title": "[2018-11 CWG Motion 1] P1350R0 (Core Language Working Group \"tentatively ready\" Issues (San Diego)",
		"long_link": "https://github.com/cplusplus/draft/issues/2394",
		"link": "https://wg21.link/edit2394",
		"status": "open"
	},
	"EDIT2395": {
		"type": "editorial",
		"title": "[2018-11 CWG Motion 2]  P0668R5 Revising the C++ memory model",
		"long_link": "https://github.com/cplusplus/draft/issues/2395",
		"link": "https://wg21.link/edit2395",
		"status": "open"
	},
	"EDIT2396": {
		"type": "editorial",
		"title": "[2018-11 CWG Motion 3] P0982R1 Weaken Release Sequences",
		"long_link": "https://github.com/cplusplus/draft/issues/2396",
		"link": "https://wg21.link/edit2396",
		"status": "open"
	},
	"EDIT2397": {
		"type": "editorial",
		"title": "[2018-11 CWG Motion 4] P1084R2 Today's return-type-requirements Are Insufficient",
		"long_link": "https://github.com/cplusplus/draft/issues/2397",
		"link": "https://wg21.link/edit2397",
		"status": "open"
	},
	"EDIT2398": {
		"type": "editorial",
		"title": "[2018-11 CWG Motion 5] P1131R2 Core Issue 2292: simple-template-id is ambiguous between class-name and type-name",
		"long_link": "https://github.com/cplusplus/draft/issues/2398",
		"link": "https://wg21.link/edit2398",
		"status": "open"
	},
	"EDIT2399": {
		"type": "editorial",
		"title": "[2018-11 CWG Motion 6] P1289R1 Access control in contract conditions",
		"long_link": "https://github.com/cplusplus/draft/issues/2399",
		"link": "https://wg21.link/edit2399",
		"status": "open"
	},
	"EDIT2400": {
		"type": "editorial",
		"title": "[2018-11 CWG Motion 8] P1002R1 Try-catch blocks in constexpr functions",
		"long_link": "https://github.com/cplusplus/draft/issues/2400",
		"link": "https://wg21.link/edit2400",
		"status": "open"
	},
	"EDIT2401": {
		"type": "editorial",
		"title": "[2018-11 CWG Motion 9] P1327R1 Allowing dynamic_cast, polymorphic typeid in Constant Expression",
		"long_link": "https://github.com/cplusplus/draft/issues/2401",
		"link": "https://wg21.link/edit2401",
		"status": "open"
	},
	"EDIT2402": {
		"type": "editorial",
		"title": "[2018-11 CWG Motion 10] P1236R1 Alternative Wording for P0907R4 Signed Integers are Two's Complement",
		"long_link": "https://github.com/cplusplus/draft/issues/2402",
		"link": "https://wg21.link/edit2402",
		"status": "open"
	},
	"EDIT2403": {
		"type": "editorial",
		"title": "[2018-11 CWG Motion 11] P0482R6 char8_t: A type for UTF-8 characters and strings (Revision 6)",
		"long_link": "https://github.com/cplusplus/draft/issues/2403",
		"link": "https://wg21.link/edit2403",
		"status": "open"
	},
	"EDIT2404": {
		"type": "editorial",
		"title": "[2018-11 CWG Motion 12] P1353R0 Missing Feature Test Macros",
		"long_link": "https://github.com/cplusplus/draft/issues/2404",
		"link": "https://wg21.link/edit2404",
		"status": "open"
	},
	"EDIT2405": {
		"type": "editorial",
		"title": "[2018-11 CWG Motion 13] P1073R3 Immediate functions",
		"long_link": "https://github.com/cplusplus/draft/issues/2405",
		"link": "https://wg21.link/edit2405",
		"status": "open"
	},
	"EDIT2406": {
		"type": "editorial",
		"title": "[2018-11 CWG Motion 14] P0595R2 std::is_constant_evaluated()",
		"long_link": "https://github.com/cplusplus/draft/issues/2406",
		"link": "https://wg21.link/edit2406",
		"status": "open"
	},
	"EDIT2407": {
		"type": "editorial",
		"title": "[2018-11 CWG Motion 15] P1141R2 Yet another approach for constrained declarations",
		"long_link": "https://github.com/cplusplus/draft/issues/2407",
		"link": "https://wg21.link/edit2407",
		"status": "open"
	},
	"EDIT2408": {
		"type": "editorial",
		"title": "[2018-11 CWG Motion 16] P1094R2 Nested Inline Namespaces",
		"long_link": "https://github.com/cplusplus/draft/issues/2408",
		"link": "https://wg21.link/edit2408",
		"status": "open"
	},
	"EDIT2409": {
		"type": "editorial",
		"title": "[2018-11 CWG Motion 17] P1330R0 Changing the active member of a union inside constexpr",
		"long_link": "https://github.com/cplusplus/draft/issues/2409",
		"link": "https://wg21.link/edit2409",
		"status": "open"
	},
	"EDIT2410": {
		"type": "editorial",
		"title": "[2018-11 LWG Motion 4] P1224R0 C++ Standard Library Issues to be moved in San Diego except...",
		"long_link": "https://github.com/cplusplus/draft/issues/2410",
		"link": "https://wg21.link/edit2410",
		"status": "open"
	},
	"EDIT2411": {
		"type": "editorial",
		"title": "[2018-11 LWG Motion 5] P1123R0 Editorial Guidance for merging P0019r8 and P0528r3",
		"long_link": "https://github.com/cplusplus/draft/issues/2411",
		"link": "https://wg21.link/edit2411",
		"status": "open"
	},
	"EDIT2412": {
		"type": "editorial",
		"title": "[2018-11 LWG Motion 6] P0487R1Fixing operator>>(basic_istream&, CharT*) (LWG 2499)",
		"long_link": "https://github.com/cplusplus/draft/issues/2412",
		"link": "https://wg21.link/edit2412",
		"status": "open"
	},
	"EDIT2413": {
		"type": "editorial",
		"title": "[2018-11 LWG Motion 7] P0602R4 variant and optional should propagate copy/move triviality",
		"long_link": "https://github.com/cplusplus/draft/issues/2413",
		"link": "https://wg21.link/edit2413",
		"status": "open"
	},
	"EDIT2414": {
		"type": "editorial",
		"title": "[2018-11 LWG Motion 8] P0655R1 visit<R>: Explicit Return Type for visit",
		"long_link": "https://github.com/cplusplus/draft/issues/2414",
		"link": "https://wg21.link/edit2414",
		"status": "open"
	},
	"EDIT2415": {
		"type": "editorial",
		"title": "[2018-11 LWG Motion 9] P0972R0 <chrono> zero(), min(), and max() should be noexcept",
		"long_link": "https://github.com/cplusplus/draft/issues/2415",
		"link": "https://wg21.link/edit2415",
		"status": "open"
	},
	"EDIT2416": {
		"type": "editorial",
		"title": "[2018-11 LWG Motion 10] P1006R1 Constexpr in std::pointer_traits",
		"long_link": "https://github.com/cplusplus/draft/issues/2416",
		"link": "https://wg21.link/edit2416",
		"status": "open"
	},
	"EDIT2417": {
		"type": "editorial",
		"title": "[2018-11 LWG Motion 11] P1032R1 Misc constexpr bits",
		"long_link": "https://github.com/cplusplus/draft/issues/2417",
		"link": "https://wg21.link/edit2417",
		"status": "open"
	},
	"EDIT2418": {
		"type": "editorial",
		"title": "[2018-11 LWG Motion 12] P1148R0 Cleaning up Clause 20",
		"long_link": "https://github.com/cplusplus/draft/issues/2418",
		"link": "https://wg21.link/edit2418",
		"status": "open"
	},
	"EDIT2419": {
		"type": "editorial",
		"title": "[2018-11 LWG Motion 13] P0318R1 unwrap_ref_decay and unwrap_reference",
		"long_link": "https://github.com/cplusplus/draft/issues/2419",
		"link": "https://wg21.link/edit2419",
		"status": "open"
	},
	"EDIT2420": {
		"type": "editorial",
		"title": "[2018-11 LWG Motion 14] P0357R3 reference_wrapper for incomplete types",
		"long_link": "https://github.com/cplusplus/draft/issues/2420",
		"link": "https://wg21.link/edit2420",
		"status": "open"
	},
	"EDIT2421": {
		"type": "editorial",
		"title": "[2018-11 LWG Motion 15] P0608R3 A sane variant converting constructor",
		"long_link": "https://github.com/cplusplus/draft/issues/2421",
		"link": "https://wg21.link/edit2421",
		"status": "open"
	},
	"EDIT2422": {
		"type": "editorial",
		"title": "[2018-11 LWG Motion 16] P0771R1 std::function move constructor should be noexcept",
		"long_link": "https://github.com/cplusplus/draft/issues/2422",
		"link": "https://wg21.link/edit2422",
		"status": "open"
	},
	"EDIT2423": {
		"type": "editorial",
		"title": "[2018-11 LWG Motion 17] P1007R3 std::assume_aligned",
		"long_link": "https://github.com/cplusplus/draft/issues/2423",
		"link": "https://wg21.link/edit2423",
		"status": "open"
	},
	"EDIT2424": {
		"type": "editorial",
		"title": "[2018-11 LWG Motion 18] P1020R1 Smart pointer creation with default initialization",
		"long_link": "https://github.com/cplusplus/draft/issues/2424",
		"link": "https://wg21.link/edit2424",
		"status": "open"
	},
	"EDIT2425": {
		"type": "editorial",
		"title": "[2018-11 LWG Motion 19] P1285R0 Improving Completeness Requirements for Type Traits",
		"long_link": "https://github.com/cplusplus/draft/issues/2425",
		"link": "https://wg21.link/edit2425",
		"status": "open"
	},
	"EDIT2426": {
		"type": "editorial",
		"title": "[2018-11 LWG Motion 20] P1248R1 Remove CommonReference requirement from StrictWeakOrdering (a.k.a Fixing Relations)",
		"long_link": "https://github.com/cplusplus/draft/issues/2426",
		"link": "https://wg21.link/edit2426",
		"status": "open"
	},
	"EDIT2427": {
		"type": "editorial",
		"title": "[2018-11 LWG Motion 21] P0591R4 Utility functions to implement uses-allocator construction",
		"long_link": "https://github.com/cplusplus/draft/issues/2427",
		"link": "https://wg21.link/edit2427",
		"status": "open"
	},
	"EDIT2428": {
		"type": "editorial",
		"title": "[2018-11 LWG Motion 22] P0899R1 LWG 3016 is Not a Defect",
		"long_link": "https://github.com/cplusplus/draft/issues/2428",
		"link": "https://wg21.link/edit2428",
		"status": "open"
	},
	"EDIT2429": {
		"type": "editorial",
		"title": "[2018-11 LWG Motion 23] P1085R2 Should Span be Regular?",
		"long_link": "https://github.com/cplusplus/draft/issues/2429",
		"link": "https://wg21.link/edit2429",
		"status": "open"
	},
	"EDIT2430": {
		"type": "editorial",
		"title": "[2018-11 LWG Motion 24] P1165R1 Make stateful allocator propagation more consistent for operator+(basic_string)",
		"long_link": "https://github.com/cplusplus/draft/issues/2430",
		"link": "https://wg21.link/edit2430",
		"status": "open"
	},
	"EDIT2431": {
		"type": "editorial",
		"title": "[2018-11 LWG Motion 25] P0896R4 The One Ranges Proposal",
		"long_link": "https://github.com/cplusplus/draft/issues/2431",
		"link": "https://wg21.link/edit2431",
		"status": "open"
	},
	"EDIT2432": {
		"type": "editorial",
		"title": "[2018-11 LWG Motion 26] P0356R5 Simplified partial function application",
		"long_link": "https://github.com/cplusplus/draft/issues/2432",
		"link": "https://wg21.link/edit2432",
		"status": "open"
	},
	"EDIT2433": {
		"type": "editorial",
		"title": "[2018-11 LWG Motion 27] P0919R3 Heterogeneous lookup for unordered containers",
		"long_link": "https://github.com/cplusplus/draft/issues/2433",
		"link": "https://wg21.link/edit2433",
		"status": "open"
	},
	"EDIT2434": {
		"type": "editorial",
		"title": "[2018-11 LWG Motion 28] P1209R0 Adopt Consistent Container Erasure from Library Fundamentals 2 for C++20",
		"long_link": "https://github.com/cplusplus/draft/issues/2434",
		"link": "https://wg21.link/edit2434",
		"status": "open"
	},
	"EDIT2435": {
		"type": "editorial",
		"title": "11.3.3.1 [over.best.ics] paragraph 2 \"such as\" sentences should be a note",
		"long_link": "https://github.com/cplusplus/draft/issues/2435",
		"link": "https://wg21.link/edit2435",
		"status": "open"
	},
	"EDIT2436": {
		"type": "editorial",
		"title": "P1289R1 Access control in contract conditions",
		"long_link": "https://github.com/cplusplus/draft/pull/2436",
		"link": "https://wg21.link/edit2436",
		"status": "open"
	},
	"EDIT2437": {
		"type": "editorial",
		"title": "P0668R5 Revising the C++ memory model",
		"long_link": "https://github.com/cplusplus/draft/pull/2437",
		"link": "https://wg21.link/edit2437",
		"status": "open"
	},
	"EDIT2438": {
		"type": "editorial",
		"title": "P1236R1 Alternative Wording for P0907R4 Signed Integers are Two's Com…",
		"long_link": "https://github.com/cplusplus/draft/pull/2438",
		"link": "https://wg21.link/edit2438",
		"status": "open"
	},
	"EDIT2439": {
		"type": "editorial",
		"title": "P0982R1 Weaken Release Sequences",
		"long_link": "https://github.com/cplusplus/draft/pull/2439",
		"link": "https://wg21.link/edit2439",
		"status": "open"
	},
	"EDIT2440": {
		"type": "editorial",
		"title": "[time] Use outputblock environment where appropriate.",
		"long_link": "https://github.com/cplusplus/draft/pull/2440",
		"link": "https://wg21.link/edit2440",
		"status": "open"
	},
	"EDIT2441": {
		"type": "editorial",
		"title": "[expr.static.cast] Say 'lvalue denoting ...' instead of 'lvalue to ...'",
		"long_link": "https://github.com/cplusplus/draft/pull/2441",
		"link": "https://wg21.link/edit2441",
		"status": "open"
	},
	"EDIT2442": {
		"type": "editorial",
		"title": "P0595R2 std::is_constant_evaluated()",
		"long_link": "https://github.com/cplusplus/draft/pull/2442",
		"link": "https://wg21.link/edit2442",
		"status": "open"
	},
	"EDIT2443": {
		"type": "editorial",
		"title": "P1353R0 Missing Feature Test Macros",
		"long_link": "https://github.com/cplusplus/draft/pull/2443",
		"link": "https://wg21.link/edit2443",
		"status": "open"
	},
	"EDIT2444": {
		"type": "editorial",
		"title": " P1131R2 Core Issue 2292: simple-template-id is ambiguous between class-name and type-name",
		"long_link": "https://github.com/cplusplus/draft/pull/2444",
		"link": "https://wg21.link/edit2444",
		"status": "open"
	},
	"EDIT2445": {
		"type": "editorial",
		"title": "P1327R1 Allowing dynamic_cast, polymorphic typeid in Constant Express…",
		"long_link": "https://github.com/cplusplus/draft/pull/2445",
		"link": "https://wg21.link/edit2445",
		"status": "open"
	},
	"EDIT2446": {
		"type": "editorial",
		"title": "P1002R1 Try-catch blocks in constexpr functions",
		"long_link": "https://github.com/cplusplus/draft/pull/2446",
		"link": "https://wg21.link/edit2446",
		"status": "open"
	},
	"EDIT2447": {
		"type": "editorial",
		"title": "P0899R1 LWG 3016 is Not a Defect (issue #2428)",
		"long_link": "https://github.com/cplusplus/draft/pull/2447",
		"link": "https://wg21.link/edit2447",
		"status": "open"
	},
	"EDIT2448": {
		"type": "editorial",
		"title": "P1094R2 Nested Inline Namespaces",
		"long_link": "https://github.com/cplusplus/draft/pull/2448",
		"link": "https://wg21.link/edit2448",
		"status": "open"
	},
	"EDIT2449": {
		"type": "editorial",
		"title": "P1330R0 Changing the active member of a union inside constexpr",
		"long_link": "https://github.com/cplusplus/draft/pull/2449",
		"link": "https://wg21.link/edit2449",
		"status": "open"
	},
	"EDIT2450": {
		"type": "editorial",
		"title": "P1084R2 Today’s return-type-requirements Are Insufficient",
		"long_link": "https://github.com/cplusplus/draft/pull/2450",
		"link": "https://wg21.link/edit2450",
		"status": "open"
	},
	"EDIT2451": {
		"type": "editorial",
		"title": "P1350R0 Core Language Working Group \"tentatively ready\" Issues (San Diego)",
		"long_link": "https://github.com/cplusplus/draft/pull/2451",
		"link": "https://wg21.link/edit2451",
		"status": "open"
	},
	"EDIT2452": {
		"type": "editorial",
		"title": "P1224R0 C++ Standard Library Issues to be moved in San Diego except 2697, 2960 and 3134",
		"long_link": "https://github.com/cplusplus/draft/pull/2452",
		"link": "https://wg21.link/edit2452",
		"status": "open"
	},
	"EDIT2453": {
		"type": "editorial",
		"title": "P1141R2 Yet another approach for constrained declarations",
		"long_link": "https://github.com/cplusplus/draft/pull/2453",
		"link": "https://wg21.link/edit2453",
		"status": "open"
	},
	"EDIT2454": {
		"type": "editorial",
		"title": "I'm unable to generate the PDF file with Archlinux",
		"long_link": "https://github.com/cplusplus/draft/issues/2454",
		"link": "https://wg21.link/edit2454",
		"status": "closed"
	},
	"EDIT2455": {
		"type": "editorial",
		"title": "P1006R1 Constexpr in std::pointer_traits",
		"long_link": "https://github.com/cplusplus/draft/pull/2455",
		"link": "https://wg21.link/edit2455",
		"status": "open"
	},
	"EDIT2456": {
		"type": "editorial",
		"title": "P0972R0 <chrono> zero(), min(), and max() should be noexcept",
		"long_link": "https://github.com/cplusplus/draft/pull/2456",
		"link": "https://wg21.link/edit2456",
		"status": "open"
	},
	"EDIT2457": {
		"type": "editorial",
		"title": "P0655R1 visit<R>: Explicit Return Type for visit",
		"long_link": "https://github.com/cplusplus/draft/pull/2457",
		"link": "https://wg21.link/edit2457",
		"status": "open"
	},
	"EDIT2458": {
		"type": "editorial",
		"title": "P0602R4 variant and optional should propagate copy/move triviality",
		"long_link": "https://github.com/cplusplus/draft/pull/2458",
		"link": "https://wg21.link/edit2458",
		"status": "open"
	},
	"EDIT2459": {
		"type": "editorial",
		"title": "P0487R1 Fixing operator>>(basic_istream&, CharT*) (LWG 2499)",
		"long_link": "https://github.com/cplusplus/draft/pull/2459",
		"link": "https://wg21.link/edit2459",
		"status": "open"
	},
	"EDIT2460": {
		"type": "editorial",
		"title": "P1123R0 Editorial Guidance for merging P0019r8 and P0528r3",
		"long_link": "https://github.com/cplusplus/draft/pull/2460",
		"link": "https://wg21.link/edit2460",
		"status": "open"
	},
	"EDIT2461": {
		"type": "editorial",
		"title": "P1073R3 Immediate functions",
		"long_link": "https://github.com/cplusplus/draft/pull/2461",
		"link": "https://wg21.link/edit2461",
		"status": "open"
	},
	"EDIT2462": {
		"type": "editorial",
		"title": "Add an index entry for \"extern template\"",
		"long_link": "https://github.com/cplusplus/draft/pull/2462",
		"link": "https://wg21.link/edit2462",
		"status": "closed"
	},
	"EDIT2463": {
		"type": "editorial",
		"title": "P0482R6 char8_t: A type for UTF-8 characters and strings",
		"long_link": "https://github.com/cplusplus/draft/pull/2463",
		"link": "https://wg21.link/edit2463",
		"status": "open"
	},
	"EDIT2464": {
		"type": "editorial",
		"title": "P0357R3 reference_wrapper for incomplete types",
		"long_link": "https://github.com/cplusplus/draft/pull/2464",
		"link": "https://wg21.link/edit2464",
		"status": "open"
	},
	"EDIT2465": {
		"type": "editorial",
		"title": "P0608R3 A sane variant converting constructor",
		"long_link": "https://github.com/cplusplus/draft/pull/2465",
		"link": "https://wg21.link/edit2465",
		"status": "open"
	},
	"EDIT2466": {
		"type": "editorial",
		"title": "P0771R1 std::function move constructor should be noexcept",
		"long_link": "https://github.com/cplusplus/draft/pull/2466",
		"link": "https://wg21.link/edit2466",
		"status": "open"
	},
	"EDIT2467": {
		"type": "editorial",
		"title": "P1007R3 std::assume_aligned",
		"long_link": "https://github.com/cplusplus/draft/pull/2467",
		"link": "https://wg21.link/edit2467",
		"status": "open"
	},
	"EDIT2468": {
		"type": "editorial",
		"title": "P1020R1 Smart pointer creation with default initialization",
		"long_link": "https://github.com/cplusplus/draft/pull/2468",
		"link": "https://wg21.link/edit2468",
		"status": "open"
	},
	"EDIT2469": {
		"type": "editorial",
		"title": "P1285R0 Improving Completeness Requirements for Type Traits",
		"long_link": "https://github.com/cplusplus/draft/pull/2469",
		"link": "https://wg21.link/edit2469",
		"status": "open"
	},
	"EDIT2470": {
		"type": "editorial",
		"title": "P1248R1 Remove CommonReference requirement from StrictWeakOrdering (a…",
		"long_link": "https://github.com/cplusplus/draft/pull/2470",
		"link": "https://wg21.link/edit2470",
		"status": "open"
	},
	"EDIT2471": {
		"type": "editorial",
		"title": "P0318R1 unwrap_ref_decay and unwrap_reference",
		"long_link": "https://github.com/cplusplus/draft/pull/2471",
		"link": "https://wg21.link/edit2471",
		"status": "open"
	},
	"EDIT2472": {
		"type": "editorial",
		"title": "[over.best.ics] Turn 'such as' list into a note",
		"long_link": "https://github.com/cplusplus/draft/pull/2472",
		"link": "https://wg21.link/edit2472",
		"status": "open"
	},
	"EDIT2473": {
		"type": "editorial",
		"title": "[styles] Also allow 'listings' package v1.7",
		"long_link": "https://github.com/cplusplus/draft/pull/2473",
		"link": "https://wg21.link/edit2473",
		"status": "closed"
	},
	"EDIT2474": {
		"type": "editorial",
		"title": "P1165R1 Make stateful allocator propagation more consistent for opera…",
		"long_link": "https://github.com/cplusplus/draft/pull/2474",
		"link": "https://wg21.link/edit2474",
		"status": "open"
	},
	"EDIT2475": {
		"type": "editorial",
		"title": "[array.syn] Add reference to [array.tuple]",
		"long_link": "https://github.com/cplusplus/draft/pull/2475",
		"link": "https://wg21.link/edit2475",
		"status": "open"
	},
	"EDIT2476": {
		"type": "editorial",
		"title": "[tuple.helper, pair.astuple, array.tuple] Unconventional description of `tuple_element`",
		"long_link": "https://github.com/cplusplus/draft/issues/2476",
		"link": "https://wg21.link/edit2476",
		"status": "open"
	},
	"EDIT2477": {
		"type": "editorial",
		"title": "[dcl.type.auto.deduct] Use \"immediately-declared constraint of\"",
		"long_link": "https://github.com/cplusplus/draft/issues/2477",
		"link": "https://wg21.link/edit2477",
		"status": "open"
	},
	"EDIT2478": {
		"type": "editorial",
		"title": "P1085R2 Should Span be Regular?",
		"long_link": "https://github.com/cplusplus/draft/pull/2478",
		"link": "https://wg21.link/edit2478",
		"status": "open"
	},
	"EDIT2479": {
		"type": "editorial",
		"title": "P0919R3 Heterogeneous lookup for unordered containers",
		"long_link": "https://github.com/cplusplus/draft/pull/2479",
		"link": "https://wg21.link/edit2479",
		"status": "open"
	},
	"EDIT2480": {
		"type": "editorial",
		"title": "P1209R0 Adopt Consistent Container Erasure from Library Fundamentals …",
		"long_link": "https://github.com/cplusplus/draft/pull/2480",
		"link": "https://wg21.link/edit2480",
		"status": "open"
	},
	"EDIT2481": {
		"type": "editorial",
		"title": "[diff] Rename \"basic concepts\" to \"basics\"",
		"long_link": "https://github.com/cplusplus/draft/pull/2481",
		"link": "https://wg21.link/edit2481",
		"status": "closed"
	},
	"EDIT2482": {
		"type": "editorial",
		"title": "Link in [expr.call]/6 is probably wrong. It should be [expr.reinterpret.cast] instead of [dcl.link].",
		"long_link": "https://github.com/cplusplus/draft/issues/2482",
		"link": "https://wg21.link/edit2482",
		"status": "open"
	},
	"EDIT2483": {
		"type": "editorial",
		"title": "[basic.fundamental] boolean note nitpick",
		"long_link": "https://github.com/cplusplus/draft/issues/2483",
		"link": "https://wg21.link/edit2483",
		"status": "open"
	},
	"EDIT2484": {
		"type": "editorial",
		"title": "[expr.new] Is a copy constructor call elided in a new-expression?",
		"long_link": "https://github.com/cplusplus/draft/issues/2484",
		"link": "https://wg21.link/edit2484",
		"status": "open"
	},
	"EDIT2485": {
		"type": "editorial",
		"title": "P0591R4 Utility functions to implement uses-allocator construction",
		"long_link": "https://github.com/cplusplus/draft/pull/2485",
		"link": "https://wg21.link/edit2485",
		"status": "closed"
	},
	"EDIT2486": {
		"type": "editorial",
		"title": "[func.bind_front] use unwrap_ref_t for bind_front",
		"long_link": "https://github.com/cplusplus/draft/issues/2486",
		"link": "https://wg21.link/edit2486",
		"status": "open"
	},
	"EDIT2487": {
		"type": "editorial",
		"title": "P0356R5 Simplified partial function application",
		"long_link": "https://github.com/cplusplus/draft/pull/2487",
		"link": "https://wg21.link/edit2487",
		"status": "closed"
	},
	"EDIT2488": {
		"type": "editorial",
		"title": "[concepts] P1084R2 library wording changes",
		"long_link": "https://github.com/cplusplus/draft/pull/2488",
		"link": "https://wg21.link/edit2488",
		"status": "closed"
	},
	"EDIT2489": {
		"type": "editorial",
		"title": "[cmp.categories,time.cal] Change \"explicit constexpr\" to \"constexpr e…",
		"long_link": "https://github.com/cplusplus/draft/pull/2489",
		"link": "https://wg21.link/edit2489",
		"status": "closed"
	},
	"EDIT2490": {
		"type": "editorial",
		"title": "[utility.syn,pairs.spec,tuple.syn,tuple.creation] Use unwrap_ref_deca…",
		"long_link": "https://github.com/cplusplus/draft/pull/2490",
		"link": "https://wg21.link/edit2490",
		"status": "closed"
	},
	"EDIT2491": {
		"type": "editorial",
		"title": "Wrong link in [basic.stc.dynamic.allocation]/3",
		"long_link": "https://github.com/cplusplus/draft/issues/2491",
		"link": "https://wg21.link/edit2491",
		"status": "closed"
	},
	"EDIT2492": {
		"type": "editorial",
		"title": "[pairs.general] Don't encourage use of `make_pair` since we have CTAD",
		"long_link": "https://github.com/cplusplus/draft/issues/2492",
		"link": "https://wg21.link/edit2492",
		"status": "open"
	},
	"EDIT2493": {
		"type": "editorial",
		"title": "[expr.prim.lambda.capture] CWG 2378: Resolve FIXME regarding ellipses in captures",
		"long_link": "https://github.com/cplusplus/draft/issues/2493",
		"link": "https://wg21.link/edit2493",
		"status": "closed"
	},
	"EDIT2494": {
		"type": "editorial",
		"title": "[dcl.fct] Add missing period after last sentence in example.",
		"long_link": "https://github.com/cplusplus/draft/pull/2494",
		"link": "https://wg21.link/edit2494",
		"status": "closed"
	},
	"EDIT2495": {
		"type": "editorial",
		"title": "P1032R1 Misc constexpr bits",
		"long_link": "https://github.com/cplusplus/draft/pull/2495",
		"link": "https://wg21.link/edit2495",
		"status": "closed"
	},
	"EDIT2496": {
		"type": "editorial",
		"title": "P1148R0 Cleaning up Clause 20",
		"long_link": "https://github.com/cplusplus/draft/pull/2496",
		"link": "https://wg21.link/edit2496",
		"status": "closed"
	},
	"EDIT2497": {
		"type": "editorial",
		"title": "[2018-11 LWG Motion 25] P0896R4 — Clause 17",
		"long_link": "https://github.com/cplusplus/draft/issues/2497",
		"link": "https://wg21.link/edit2497",
		"status": "closed"
	},
	"EDIT2498": {
		"type": "editorial",
		"title": "[2018-11 LWG Motion 25] P0896R4 — Clause 18",
		"long_link": "https://github.com/cplusplus/draft/issues/2498",
		"link": "https://wg21.link/edit2498",
		"status": "closed"
	},
	"EDIT2499": {
		"type": "editorial",
		"title": "[2018-11 LWG Motion 25] P0896R4 — Clause 19",
		"long_link": "https://github.com/cplusplus/draft/issues/2499",
		"link": "https://wg21.link/edit2499",
		"status": "closed"
	},
	"EDIT2500": {
		"type": "editorial",
		"title": "[2018-11 LWG Motion 25] P0896R4 — Clause 22",
		"long_link": "https://github.com/cplusplus/draft/issues/2500",
		"link": "https://wg21.link/edit2500",
		"status": "closed"
	},
	"EDIT2501": {
		"type": "editorial",
		"title": "[2018-11 LWG Motion 25] P0896R4 — Clause 24",
		"long_link": "https://github.com/cplusplus/draft/issues/2501",
		"link": "https://wg21.link/edit2501",
		"status": "closed"
	},
	"EDIT2502": {
		"type": "editorial",
		"title": "[basic.stc.dynamic.allocation] Fix cross-reference for get_new_handler",
		"long_link": "https://github.com/cplusplus/draft/pull/2502",
		"link": "https://wg21.link/edit2502",
		"status": "closed"
	},
	"EDIT2503": {
		"type": "editorial",
		"title": "[over.ics.ref] unclear about reference binding occurring as part of the second standard conversion sequence in a user-defined conversion sequence",
		"long_link": "https://github.com/cplusplus/draft/issues/2503",
		"link": "https://wg21.link/edit2503",
		"status": "open"
	},
	"EDIT2504": {
		"type": "editorial",
		"title": "always parenthesize the constraint-logical-or-expression in a requires-clause",
		"long_link": "https://github.com/cplusplus/draft/issues/2504",
		"link": "https://wg21.link/edit2504",
		"status": "open"
	},
	"EDIT2505": {
		"type": "editorial",
		"title": "[structure.summary] Unaccounted templated entities",
		"long_link": "https://github.com/cplusplus/draft/issues/2505",
		"link": "https://wg21.link/edit2505",
		"status": "closed"
	},
	"EDIT2506": {
		"type": "editorial",
		"title": "[depr.locale.category] Replace tcode environments with codeblock environments.",
		"long_link": "https://github.com/cplusplus/draft/pull/2506",
		"link": "https://wg21.link/edit2506",
		"status": "closed"
	},
	"EDIT2507": {
		"type": "editorial",
		"title": "use return-type-requirements where applicable",
		"long_link": "https://github.com/cplusplus/draft/issues/2507",
		"link": "https://wg21.link/edit2507",
		"status": "closed"
	},
	"EDIT2508": {
		"type": "editorial",
		"title": "P1085R2 Should Span be Regular?",
		"long_link": "https://github.com/cplusplus/draft/pull/2508",
		"link": "https://wg21.link/edit2508",
		"status": "closed"
	},
	"EDIT2509": {
		"type": "editorial",
		"title": "clean up [algorithms] source code",
		"long_link": "https://github.com/cplusplus/draft/issues/2509",
		"link": "https://wg21.link/edit2509",
		"status": "open"
	},
	"EDIT2510": {
		"type": "editorial",
		"title": "consider moving requires-clause in a template-head onto the same line as the rest of the template-head where profitable",
		"long_link": "https://github.com/cplusplus/draft/issues/2510",
		"link": "https://wg21.link/edit2510",
		"status": "open"
	},
	"EDIT2511": {
		"type": "editorial",
		"title": "formatting for \"E\" variant marker in [algorithms]",
		"long_link": "https://github.com/cplusplus/draft/issues/2511",
		"link": "https://wg21.link/edit2511",
		"status": "open"
	},
	"EDIT2512": {
		"type": "editorial",
		"title": "always use sub-namespace in itemdecls",
		"long_link": "https://github.com/cplusplus/draft/issues/2512",
		"link": "https://wg21.link/edit2512",
		"status": "open"
	},
	"EDIT2513": {
		"type": "editorial",
		"title": "revise section labels introduced by ranges",
		"long_link": "https://github.com/cplusplus/draft/issues/2513",
		"link": "https://wg21.link/edit2513",
		"status": "closed"
	},
	"EDIT2514": {
		"type": "editorial",
		"title": "define DECAY_COPY more centrally",
		"long_link": "https://github.com/cplusplus/draft/issues/2514",
		"link": "https://wg21.link/edit2514",
		"status": "open"
	},
	"EDIT2515": {
		"type": "editorial",
		"title": "P0896R4 The One Ranges Proposal",
		"long_link": "https://github.com/cplusplus/draft/pull/2515",
		"link": "https://wg21.link/edit2515",
		"status": "closed"
	},
	"EDIT2516": {
		"type": "editorial",
		"title": "consider renaming [*.erasure] to [*.erase]",
		"long_link": "https://github.com/cplusplus/draft/issues/2516",
		"link": "https://wg21.link/edit2516",
		"status": "open"
	},
	"EDIT2517": {
		"type": "editorial",
		"title": "[ranges] Shorten and adjust stable labels",
		"long_link": "https://github.com/cplusplus/draft/pull/2517",
		"link": "https://wg21.link/edit2517",
		"status": "closed"
	},
	"EDIT2518": {
		"type": "editorial",
		"title": "[algorithms] Long and unwieldly declarations",
		"long_link": "https://github.com/cplusplus/draft/issues/2518",
		"link": "https://wg21.link/edit2518",
		"status": "open"
	},
	"EDIT2519": {
		"type": "editorial",
		"title": "[structure.summary] Add missing templated entities",
		"long_link": "https://github.com/cplusplus/draft/pull/2519",
		"link": "https://wg21.link/edit2519",
		"status": "closed"
	},
	"EDIT2520": {
		"type": "editorial",
		"title": "[func.bind_front] Use unwrap_ref_decay_t",
		"long_link": "https://github.com/cplusplus/draft/pull/2520",
		"link": "https://wg21.link/edit2520",
		"status": "closed"
	},
	"EDIT2521": {
		"type": "editorial",
		"title": "[dcl.attr.contract.check] Remove redundant statement that violation ha…",
		"long_link": "https://github.com/cplusplus/draft/pull/2521",
		"link": "https://wg21.link/edit2521",
		"status": "closed"
	},
	"EDIT2522": {
		"type": "editorial",
		"title": "[expr] Fix cross-references for 'composite pointer type'",
		"long_link": "https://github.com/cplusplus/draft/pull/2522",
		"link": "https://wg21.link/edit2522",
		"status": "closed"
	},
	"EDIT2523": {
		"type": "editorial",
		"title": "[temp] Use 'deduced as' instead of 'deduced to'",
		"long_link": "https://github.com/cplusplus/draft/pull/2523",
		"link": "https://wg21.link/edit2523",
		"status": "closed"
	},
	"EDIT2524": {
		"type": "editorial",
		"title": "Derived constructor is not preferred, rather the base constructor does not belong to the set of candidate.",
		"long_link": "https://github.com/cplusplus/draft/issues/2524",
		"link": "https://wg21.link/edit2524",
		"status": "closed"
	},
	"EDIT2525": {
		"type": "editorial",
		"title": "[range.cmp] \"Range comparisons\" is not a great subclause title",
		"long_link": "https://github.com/cplusplus/draft/issues/2525",
		"link": "https://wg21.link/edit2525",
		"status": "open"
	},
	"EDIT2526": {
		"type": "editorial",
		"title": "[depr.locale.category] Don't parenthesize reference after 'in'.",
		"long_link": "https://github.com/cplusplus/draft/pull/2526",
		"link": "https://wg21.link/edit2526",
		"status": "closed"
	},
	"EDIT2527": {
		"type": "editorial",
		"title": "[allocator.uses.construction] the argument name is alloc, not allocator",
		"long_link": "https://github.com/cplusplus/draft/pull/2527",
		"link": "https://wg21.link/edit2527",
		"status": "closed"
	},
	"EDIT2528": {
		"type": "editorial",
		"title": "[structure] needs an overhaul",
		"long_link": "https://github.com/cplusplus/draft/issues/2528",
		"link": "https://wg21.link/edit2528",
		"status": "open"
	},
	"EDIT2529": {
		"type": "editorial",
		"title": "When to use \\ldots v. \\cdots v. ...?",
		"long_link": "https://github.com/cplusplus/draft/issues/2529",
		"link": "https://wg21.link/edit2529",
		"status": "closed"
	},
	"EDIT2530": {
		"type": "editorial",
		"title": "[cpp.subst] Introduce grammar non-terminal 'va-opt-replacement'",
		"long_link": "https://github.com/cplusplus/draft/pull/2530",
		"link": "https://wg21.link/edit2530",
		"status": "open"
	},
	"EDIT2531": {
		"type": "editorial",
		"title": "[algorithms] Use math \\min when computing complexities.",
		"long_link": "https://github.com/cplusplus/draft/pull/2531",
		"link": "https://wg21.link/edit2531",
		"status": "closed"
	},
	"EDIT2532": {
		"type": "editorial",
		"title": "[over.best.ics] Clarify ambiguous conversion sequence",
		"long_link": "https://github.com/cplusplus/draft/pull/2532",
		"link": "https://wg21.link/edit2532",
		"status": "closed"
	},
	"EDIT2533": {
		"type": "editorial",
		"title": "[cmp.categories] Replace 'operator admits' phrasing.",
		"long_link": "https://github.com/cplusplus/draft/pull/2533",
		"link": "https://wg21.link/edit2533",
		"status": "open"
	},
	"EDIT2534": {
		"type": "editorial",
		"title": "[dcl.init] Clarify standard conversions for built-in types",
		"long_link": "https://github.com/cplusplus/draft/pull/2534",
		"link": "https://wg21.link/edit2534",
		"status": "closed"
	},
	"EDIT2535": {
		"type": "editorial",
		"title": "[over.ics.ref] Use 'implicit conversion sequence',",
		"long_link": "https://github.com/cplusplus/draft/pull/2535",
		"link": "https://wg21.link/edit2535",
		"status": "closed"
	},
	"EDIT2536": {
		"type": "editorial",
		"title": "[dcl.init.aggr] Resolve grammar confusion around arrays of unknown bound",
		"long_link": "https://github.com/cplusplus/draft/pull/2536",
		"link": "https://wg21.link/edit2536",
		"status": "closed"
	},
	"EDIT2537": {
		"type": "editorial",
		"title": "[structure.specifications] Clarify that 'Mandates' conditions may or …",
		"long_link": "https://github.com/cplusplus/draft/pull/2537",
		"link": "https://wg21.link/edit2537",
		"status": "open"
	},
	"EDIT2538": {
		"type": "editorial",
		"title": "[class.bit] Bit-fields of sufficient width can store any value of an …",
		"long_link": "https://github.com/cplusplus/draft/pull/2538",
		"link": "https://wg21.link/edit2538",
		"status": "closed"
	},
	"EDIT2539": {
		"type": "editorial",
		"title": "[dcl.struct.bind,numarray] Use '\\dotsc' for comma-separated lists",
		"long_link": "https://github.com/cplusplus/draft/pull/2539",
		"link": "https://wg21.link/edit2539",
		"status": "closed"
	},
	"EDIT2540": {
		"type": "editorial",
		"title": "[dcl.spec] Harmonize phrasing of restrictions on decl-specifiers",
		"long_link": "https://github.com/cplusplus/draft/pull/2540",
		"link": "https://wg21.link/edit2540",
		"status": "closed"
	},
	"EDIT2541": {
		"type": "editorial",
		"title": "[class.dtor]/12.3 causes linking to depend on run-time behavior",
		"long_link": "https://github.com/cplusplus/draft/issues/2541",
		"link": "https://wg21.link/edit2541",
		"status": "open"
	},
	"EDIT2542": {
		"type": "editorial",
		"title": "undefined boolean note clarification",
		"long_link": "https://github.com/cplusplus/draft/pull/2542",
		"link": "https://wg21.link/edit2542",
		"status": "closed"
	},
	"EDIT2543": {
		"type": "editorial",
		"title": "[utilities] Harmonize 'For T in Types' phrasing.",
		"long_link": "https://github.com/cplusplus/draft/pull/2543",
		"link": "https://wg21.link/edit2543",
		"status": "closed"
	},
	"EDIT2544": {
		"type": "editorial",
		"title": "[input.output] Avoid colons in stable labels",
		"long_link": "https://github.com/cplusplus/draft/pull/2544",
		"link": "https://wg21.link/edit2544",
		"status": "closed"
	},
	"EDIT2545": {
		"type": "editorial",
		"title": "Use \\logop consistently.",
		"long_link": "https://github.com/cplusplus/draft/pull/2545",
		"link": "https://wg21.link/edit2545",
		"status": "closed"
	},
	"EDIT2546": {
		"type": "editorial",
		"title": "[view.interface] Use \"inherits\"/\"derives\" consistently.",
		"long_link": "https://github.com/cplusplus/draft/pull/2546",
		"link": "https://wg21.link/edit2546",
		"status": "closed"
	},
	"EDIT2547": {
		"type": "editorial",
		"title": "[algorithms] Compactify and reformat source with no visual change",
		"long_link": "https://github.com/cplusplus/draft/pull/2547",
		"link": "https://wg21.link/edit2547",
		"status": "closed"
	},
	"EDIT2548": {
		"type": "editorial",
		"title": "[meta.logical] unclear wording",
		"long_link": "https://github.com/cplusplus/draft/issues/2548",
		"link": "https://wg21.link/edit2548",
		"status": "open"
	},
	"EDIT2549": {
		"type": "editorial",
		"title": "[meta.logical] use math mode subscripts for Bi, B1, BN etc.",
		"long_link": "https://github.com/cplusplus/draft/pull/2549",
		"link": "https://wg21.link/edit2549",
		"status": "closed"
	},
	"EDIT2550": {
		"type": "editorial",
		"title": "[meta.logical] clarify short-circuiting property",
		"long_link": "https://github.com/cplusplus/draft/pull/2550",
		"link": "https://wg21.link/edit2550",
		"status": "open"
	},
	"EDIT2551": {
		"type": "editorial",
		"title": "[iterator.requirements.general] \"counted range\" defines a term of art",
		"long_link": "https://github.com/cplusplus/draft/pull/2551",
		"link": "https://wg21.link/edit2551",
		"status": "open"
	},
	"EDIT2552": {
		"type": "editorial",
		"title": "[re.grammar] Add missing closing parentheses.",
		"long_link": "https://github.com/cplusplus/draft/pull/2552",
		"link": "https://wg21.link/edit2552",
		"status": "closed"
	},
	"EDIT2553": {
		"type": "editorial",
		"title": "Missing template declaration in [array.tuple]",
		"long_link": "https://github.com/cplusplus/draft/issues/2553",
		"link": "https://wg21.link/edit2553",
		"status": "open"
	},
	"EDIT2554": {
		"type": "editorial",
		"title": "[temp.constr.atomic]/2 Meaning of \"the same *expression*\" is unclear",
		"long_link": "https://github.com/cplusplus/draft/issues/2554",
		"link": "https://wg21.link/edit2554",
		"status": "open"
	},
	"EDIT2555": {
		"type": "editorial",
		"title": "[atomics.types.operations]/20 Awkward \"E.g.\" at start of sentence",
		"long_link": "https://github.com/cplusplus/draft/issues/2555",
		"link": "https://wg21.link/edit2555",
		"status": "closed"
	},
	"EDIT2556": {
		"type": "editorial",
		"title": "Consider formatting ranges with math brackets",
		"long_link": "https://github.com/cplusplus/draft/issues/2556",
		"link": "https://wg21.link/edit2556",
		"status": "open"
	},
	"EDIT2557": {
		"type": "editorial",
		"title": "Escape spaces following mid-sentence periods.",
		"long_link": "https://github.com/cplusplus/draft/pull/2557",
		"link": "https://wg21.link/edit2557",
		"status": "closed"
	},
	"EDIT2558": {
		"type": "editorial",
		"title": "[atomics.types.operations]/20 Replace \"E.g.\" at start of sentence with \"For example\".",
		"long_link": "https://github.com/cplusplus/draft/pull/2558",
		"link": "https://wg21.link/edit2558",
		"status": "closed"
	},
	"EDIT2559": {
		"type": "editorial",
		"title": "Incompatible example with CWG 1395",
		"long_link": "https://github.com/cplusplus/draft/issues/2559",
		"link": "https://wg21.link/edit2559",
		"status": "closed"
	},
	"EDIT2560": {
		"type": "editorial",
		"title": "shared_ptr do not own a deleter for non-array type",
		"long_link": "https://github.com/cplusplus/draft/issues/2560",
		"link": "https://wg21.link/edit2560",
		"status": "closed"
	},
	"EDIT2561": {
		"type": "editorial",
		"title": "struct/class mismatch for `char_traits`",
		"long_link": "https://github.com/cplusplus/draft/issues/2561",
		"link": "https://wg21.link/edit2561",
		"status": "closed"
	},
	"EDIT2562": {
		"type": "editorial",
		"title": "Fix spacing after full stops that LaTeX mistakenly thinks are mid-sentence.",
		"long_link": "https://github.com/cplusplus/draft/pull/2562",
		"link": "https://wg21.link/edit2562",
		"status": "closed"
	},
	"EDIT2563": {
		"type": "editorial",
		"title": "[variant.assign]  Move punctuation out of \\tcode.",
		"long_link": "https://github.com/cplusplus/draft/pull/2563",
		"link": "https://wg21.link/edit2563",
		"status": "closed"
	},
	"EDIT2564": {
		"type": "editorial",
		"title": "[alg.partitions] Add missing closing parenthesis.",
		"long_link": "https://github.com/cplusplus/draft/pull/2564",
		"link": "https://wg21.link/edit2564",
		"status": "closed"
	},
	"EDIT2565": {
		"type": "editorial",
		"title": "[iterator.synopsis] Add reference to [alg.req.sortable]",
		"long_link": "https://github.com/cplusplus/draft/pull/2565",
		"link": "https://wg21.link/edit2565",
		"status": "closed"
	},
	"EDIT2566": {
		"type": "editorial",
		"title": "[iterator.traits] Present concept requirements consistently",
		"long_link": "https://github.com/cplusplus/draft/pull/2566",
		"link": "https://wg21.link/edit2566",
		"status": "closed"
	},
	"EDIT2567": {
		"type": "editorial",
		"title": "[iterator.concept.readable]/2 parenthesized clarification seems like a note",
		"long_link": "https://github.com/cplusplus/draft/issues/2567",
		"link": "https://wg21.link/edit2567",
		"status": "closed"
	},
	"EDIT2568": {
		"type": "editorial",
		"title": "[iterator.concept.writable] Double if and one-item list",
		"long_link": "https://github.com/cplusplus/draft/issues/2568",
		"link": "https://wg21.link/edit2568",
		"status": "closed"
	},
	"EDIT2569": {
		"type": "editorial",
		"title": "[iterator.concepts.readable] Turn parenthesized explanation into a note.",
		"long_link": "https://github.com/cplusplus/draft/pull/2569",
		"link": "https://wg21.link/edit2569",
		"status": "closed"
	},
	"EDIT2570": {
		"type": "editorial",
		"title": "[iosfwd.syn] Change char_traits from 'class' to 'struct'.",
		"long_link": "https://github.com/cplusplus/draft/pull/2570",
		"link": "https://wg21.link/edit2570",
		"status": "closed"
	},
	"EDIT2571": {
		"type": "editorial",
		"title": "[temp.func.order] Adjust example to rules in [temp.deduct.partial].",
		"long_link": "https://github.com/cplusplus/draft/pull/2571",
		"link": "https://wg21.link/edit2571",
		"status": "closed"
	},
	"EDIT2572": {
		"type": "editorial",
		"title": "[template.mask.array.overview, iterator.concept.iterator] Use non-eng…",
		"long_link": "https://github.com/cplusplus/draft/pull/2572",
		"link": "https://wg21.link/edit2572",
		"status": "closed"
	},
	"EDIT2573": {
		"type": "editorial",
		"title": "[basic.indet] Indeterminate values",
		"long_link": "https://github.com/cplusplus/draft/pull/2573",
		"link": "https://wg21.link/edit2573",
		"status": "closed"
	},
	"EDIT2574": {
		"type": "editorial",
		"title": "[iterator.concept.bidir] Add comma for clarity",
		"long_link": "https://github.com/cplusplus/draft/pull/2574",
		"link": "https://wg21.link/edit2574",
		"status": "closed"
	},
	"EDIT2575": {
		"type": "editorial",
		"title": "[indirectcallable.general] Fix reference",
		"long_link": "https://github.com/cplusplus/draft/pull/2575",
		"link": "https://wg21.link/edit2575",
		"status": "closed"
	},
	"EDIT2576": {
		"type": "editorial",
		"title": "[iterator.traits] Remove space between type and ref-qualifier",
		"long_link": "https://github.com/cplusplus/draft/pull/2576",
		"link": "https://wg21.link/edit2576",
		"status": "closed"
	},
	"EDIT2577": {
		"type": "editorial",
		"title": "[iterator.primitives] Various problems in its only paragraph",
		"long_link": "https://github.com/cplusplus/draft/issues/2577",
		"link": "https://wg21.link/edit2577",
		"status": "closed"
	},
	"EDIT2578": {
		"type": "editorial",
		"title": "[reverse.iter.cons] Indent consistently with the parent subclause",
		"long_link": "https://github.com/cplusplus/draft/pull/2578",
		"link": "https://wg21.link/edit2578",
		"status": "open"
	},
	"EDIT2579": {
		"type": "editorial",
		"title": "[reverse.iter.nonmember] Replace data member access with accessor",
		"long_link": "https://github.com/cplusplus/draft/issues/2579",
		"link": "https://wg21.link/edit2579",
		"status": "open"
	},
	"EDIT2580": {
		"type": "editorial",
		"title": "[iterators] Declaration duplication",
		"long_link": "https://github.com/cplusplus/draft/issues/2580",
		"link": "https://wg21.link/edit2580",
		"status": "open"
	},
	"EDIT2581": {
		"type": "editorial",
		"title": "[expr.and][expr.or][expr.xor] Add grouping sentence to the binary and/or/xor operators.",
		"long_link": "https://github.com/cplusplus/draft/pull/2581",
		"link": "https://wg21.link/edit2581",
		"status": "open"
	},
	"EDIT2582": {
		"type": "editorial",
		"title": "[move.iterators] Various (hopefully) editorial fixes",
		"long_link": "https://github.com/cplusplus/draft/pull/2582",
		"link": "https://wg21.link/edit2582",
		"status": "open"
	},
	"EDIT2583": {
		"type": "editorial",
		"title": "[iterators] Remove duplicated declarations",
		"long_link": "https://github.com/cplusplus/draft/pull/2583",
		"link": "https://wg21.link/edit2583",
		"status": "open"
	},
	"EDIT2584": {
		"type": "editorial",
		"title": "[dcl.typedef] \"redefine\"",
		"long_link": "https://github.com/cplusplus/draft/issues/2584",
		"link": "https://wg21.link/edit2584",
		"status": "open"
	},
	"EDIT2585": {
		"type": "editorial",
		"title": "[counted.iter.cmp] Add missing colon to specification element",
		"long_link": "https://github.com/cplusplus/draft/pull/2585",
		"link": "https://wg21.link/edit2585",
		"status": "open"
	},
	"EDIT2586": {
		"type": "editorial",
		"title": "[stream.iterators] Improvements, modernization and fixes",
		"long_link": "https://github.com/cplusplus/draft/pull/2586",
		"link": "https://wg21.link/edit2586",
		"status": "open"
	},
	"EDIT2587": {
		"type": "editorial",
		"title": "[stream.iterators] Requirements mixed with description",
		"long_link": "https://github.com/cplusplus/draft/issues/2587",
		"link": "https://wg21.link/edit2587",
		"status": "open"
	},
	"EDIT2588": {
		"type": "editorial",
		"title": "[diff.cpp17.library] add <ranges>",
		"long_link": "https://github.com/cplusplus/draft/pull/2588",
		"link": "https://wg21.link/edit2588",
		"status": "closed"
	},
	"EDIT2589": {
		"type": "editorial",
		"title": "[range.range] Requirement marked wrongly",
		"long_link": "https://github.com/cplusplus/draft/issues/2589",
		"link": "https://wg21.link/edit2589",
		"status": "closed"
	},
	"EDIT2590": {
		"type": "editorial",
		"title": "[ranges] Different uses of \"common range\"",
		"long_link": "https://github.com/cplusplus/draft/issues/2590",
		"link": "https://wg21.link/edit2590",
		"status": "open"
	},
	"EDIT2591": {
		"type": "editorial",
		"title": "[concepts] Use \"model\" instead of \"satisfy\" for the semantic requirements",
		"long_link": "https://github.com/cplusplus/draft/issues/2591",
		"link": "https://wg21.link/edit2591",
		"status": "open"
	},
	"EDIT2592": {
		"type": "editorial",
		"title": "[range.view] Add complexity requirement normatively",
		"long_link": "https://github.com/cplusplus/draft/pull/2592",
		"link": "https://wg21.link/edit2592",
		"status": "open"
	},
	"EDIT2593": {
		"type": "editorial",
		"title": "[basic.lookup.classref]p1 Should allow alias-templates followed by '<'",
		"long_link": "https://github.com/cplusplus/draft/issues/2593",
		"link": "https://wg21.link/edit2593",
		"status": "open"
	},
	"EDIT2594": {
		"type": "editorial",
		"title": "[range.utility, ranges.syn] Various editorial fixes",
		"long_link": "https://github.com/cplusplus/draft/pull/2594",
		"link": "https://wg21.link/edit2594",
		"status": "closed"
	},
	"EDIT2595": {
		"type": "editorial",
		"title": "[temp.mem.func] Remove inappropriate parentheses in 'Array<T>::operator[]()'.",
		"long_link": "https://github.com/cplusplus/draft/pull/2595",
		"link": "https://wg21.link/edit2595",
		"status": "closed"
	},
	"EDIT2596": {
		"type": "editorial",
		"title": "[range.adaptors, ranges.syn] Various editorial fixes",
		"long_link": "https://github.com/cplusplus/draft/pull/2596",
		"link": "https://wg21.link/edit2596",
		"status": "closed"
	},
	"EDIT2597": {
		"type": "editorial",
		"title": "Fixed title of [dcl.constexpr] section to include consteval",
		"long_link": "https://github.com/cplusplus/draft/pull/2597",
		"link": "https://wg21.link/edit2597",
		"status": "closed"
	},
	"EDIT2598": {
		"type": "editorial",
		"title": "[diff.dcl]/4 Capitalize sentence.",
		"long_link": "https://github.com/cplusplus/draft/pull/2598",
		"link": "https://wg21.link/edit2598",
		"status": "open"
	},
	"EDIT2599": {
		"type": "editorial",
		"title": "[diff.dcl] Remove space before colon.",
		"long_link": "https://github.com/cplusplus/draft/pull/2599",
		"link": "https://wg21.link/edit2599",
		"status": "closed"
	},
	"EDIT2600": {
		"type": "editorial",
		"title": "[alg.min.max] Fix typo in returns element of ranges::minmax",
		"long_link": "https://github.com/cplusplus/draft/pull/2600",
		"link": "https://wg21.link/edit2600",
		"status": "closed"
	},
	"EDIT2601": {
		"type": "editorial",
		"title": "[basic.life] CWG 2012: Underspecification on lifetime of references",
		"long_link": "https://github.com/cplusplus/draft/issues/2601",
		"link": "https://wg21.link/edit2601",
		"status": "open"
	},
	"EDIT2602": {
		"type": "editorial",
		"title": "Update expressions.tex",
		"long_link": "https://github.com/cplusplus/draft/pull/2602",
		"link": "https://wg21.link/edit2602",
		"status": "open"
	},
	"EDIT2603": {
		"type": "editorial",
		"title": "[reverse.iterators] Use the public accessor function,",
		"long_link": "https://github.com/cplusplus/draft/pull/2603",
		"link": "https://wg21.link/edit2603",
		"status": "open"
	},
	"EDIT2604": {
		"type": "editorial",
		"title": "[iterator.primitives] Rescue introductory sentence.",
		"long_link": "https://github.com/cplusplus/draft/pull/2604",
		"link": "https://wg21.link/edit2604",
		"status": "closed"
	},
	"EDIT2605": {
		"type": "editorial",
		"title": "[range.adaptors] Replace Base with const V for clarity",
		"long_link": "https://github.com/cplusplus/draft/pull/2605",
		"link": "https://wg21.link/edit2605",
		"status": "open"
	},
	"EDIT2606": {
		"type": "editorial",
		"title": "[optional.assign] use injected class name consistently",
		"long_link": "https://github.com/cplusplus/draft/pull/2606",
		"link": "https://wg21.link/edit2606",
		"status": "closed"
	},
	"EDIT2607": {
		"type": "editorial",
		"title": "[over.ics.user,over.ics.rank] Reference binding is part of the second…",
		"long_link": "https://github.com/cplusplus/draft/pull/2607",
		"link": "https://wg21.link/edit2607",
		"status": "open"
	},
	"EDIT2608": {
		"type": "editorial",
		"title": "[expr.new] A new-expression might not invoke a constructor",
		"long_link": "https://github.com/cplusplus/draft/pull/2608",
		"link": "https://wg21.link/edit2608",
		"status": "open"
	},
	"EDIT2609": {
		"type": "editorial",
		"title": "decide what to do with underscores in section labels",
		"long_link": "https://github.com/cplusplus/draft/issues/2609",
		"link": "https://wg21.link/edit2609",
		"status": "open"
	},
	"EDIT2610": {
		"type": "editorial",
		"title": "[std] Replace underscores in stable labels with periods.",
		"long_link": "https://github.com/cplusplus/draft/pull/2610",
		"link": "https://wg21.link/edit2610",
		"status": "open"
	},
	"EDIT2611": {
		"type": "editorial",
		"title": "[mismatch] LWG 3178: std::mismatch is missing an upper bound",
		"long_link": "https://github.com/cplusplus/draft/issues/2611",
		"link": "https://wg21.link/edit2611",
		"status": "open"
	},
	"EDIT2612": {
		"type": "editorial",
		"title": "[iterators] Qualify declarator-id with sub-namespace.",
		"long_link": "https://github.com/cplusplus/draft/pull/2612",
		"link": "https://wg21.link/edit2612",
		"status": "open"
	},
	"EDIT2613": {
		"type": "editorial",
		"title": "[mismatch] LWG3178 std::mismatch is missing an upper bound",
		"long_link": "https://github.com/cplusplus/draft/pull/2613",
		"link": "https://wg21.link/edit2613",
		"status": "open"
	},
	"EDIT2614": {
		"type": "editorial",
		"title": "[iterator.container,range.prim] \"range\" vs. \"container and/or view\"",
		"long_link": "https://github.com/cplusplus/draft/issues/2614",
		"link": "https://wg21.link/edit2614",
		"status": "open"
	},
	"EDIT2615": {
		"type": "editorial",
		"title": "[range.adaptors] Generators bundled together with the adaptors",
		"long_link": "https://github.com/cplusplus/draft/issues/2615",
		"link": "https://wg21.link/edit2615",
		"status": "open"
	},
	"EDIT2616": {
		"type": "editorial",
		"title": "[basic.life] Adjust subclause heading",
		"long_link": "https://github.com/cplusplus/draft/pull/2616",
		"link": "https://wg21.link/edit2616",
		"status": "open"
	},
	"EDIT2617": {
		"type": "editorial",
		"title": "[dcl.typedef] Use 'redeclare', not 'redefine'",
		"long_link": "https://github.com/cplusplus/draft/pull/2617",
		"link": "https://wg21.link/edit2617",
		"status": "open"
	},
	"EDIT2618": {
		"type": "editorial",
		"title": "[special.mem.concepts] Unconventional description",
		"long_link": "https://github.com/cplusplus/draft/issues/2618",
		"link": "https://wg21.link/edit2618",
		"status": "open"
	},
	"EDIT2619": {
		"type": "editorial",
		"title": "[range.factories] New subclause, split off from [range.adaptors]",
		"long_link": "https://github.com/cplusplus/draft/pull/2619",
		"link": "https://wg21.link/edit2619",
		"status": "closed"
	},
	"EDIT2620": {
		"type": "editorial",
		"title": "[range.prim,iterator.container] merge into preceding subclause",
		"long_link": "https://github.com/cplusplus/draft/pull/2620",
		"link": "https://wg21.link/edit2620",
		"status": "open"
	},
	"EDIT2621": {
		"type": "editorial",
		"title": "[special.mem.concepts] Use 'models ... only if' phrasing for semantic…",
		"long_link": "https://github.com/cplusplus/draft/pull/2621",
		"link": "https://wg21.link/edit2621",
		"status": "closed"
	},
	"EDIT2622": {
		"type": "editorial",
		"title": "[range.refinements] Rephrase heading to not use 'common range'",
		"long_link": "https://github.com/cplusplus/draft/pull/2622",
		"link": "https://wg21.link/edit2622",
		"status": "closed"
	},
	"EDIT2623": {
		"type": "editorial",
		"title": "DECAY_COPY cleanup",
		"long_link": "https://github.com/cplusplus/draft/pull/2623",
		"link": "https://wg21.link/edit2623",
		"status": "closed"
	},
	"EDIT2624": {
		"type": "editorial",
		"title": "[library] needs a structural overhaul",
		"long_link": "https://github.com/cplusplus/draft/issues/2624",
		"link": "https://wg21.link/edit2624",
		"status": "open"
	},
	"EDIT2625": {
		"type": "editorial",
		"title": "[operators] offers nice shorthand that should be exploited everywhere",
		"long_link": "https://github.com/cplusplus/draft/issues/2625",
		"link": "https://wg21.link/edit2625",
		"status": "open"
	},
	"EDIT2626": {
		"type": "editorial",
		"title": "[unreachable.sentinel] In \"Index of library names\", unreachable_sentinel should point to [iterators.general]",
		"long_link": "https://github.com/cplusplus/draft/issues/2626",
		"link": "https://wg21.link/edit2626",
		"status": "closed"
	},
	"EDIT2627": {
		"type": "editorial",
		"title": "[iterator.synopsis] Index fix: unreachable_sentinel is defined here.",
		"long_link": "https://github.com/cplusplus/draft/pull/2627",
		"link": "https://wg21.link/edit2627",
		"status": "closed"
	},
	"EDIT2628": {
		"type": "editorial",
		"title": "[range.cmp] Deconfuse subclause heading.",
		"long_link": "https://github.com/cplusplus/draft/pull/2628",
		"link": "https://wg21.link/edit2628",
		"status": "closed"
	},
	"EDIT2629": {
		"type": "editorial",
		"title": "[unord.req] Add missing \\tcode.",
		"long_link": "https://github.com/cplusplus/draft/pull/2629",
		"link": "https://wg21.link/edit2629",
		"status": "closed"
	},
	"EDIT2630": {
		"type": "editorial",
		"title": "[expr.prim.id.dtor] Comment in example reflects lexing misunderstanding",
		"long_link": "https://github.com/cplusplus/draft/issues/2630",
		"link": "https://wg21.link/edit2630",
		"status": "closed"
	},
	"EDIT2631": {
		"type": "editorial",
		"title": "[index] Index entry for \"deferencing\" says \"see also\" without any page number",
		"long_link": "https://github.com/cplusplus/draft/issues/2631",
		"link": "https://wg21.link/edit2631",
		"status": "closed"
	},
	"EDIT2632": {
		"type": "editorial",
		"title": "[iterator.requirements.general] past-the-end/dereferenceable/singular iterators are not defined",
		"long_link": "https://github.com/cplusplus/draft/issues/2632",
		"link": "https://wg21.link/edit2632",
		"status": "open"
	},
	"EDIT2633": {
		"type": "editorial",
		"title": "[expr.prim.id.dtor] Fix comment in example.",
		"long_link": "https://github.com/cplusplus/draft/pull/2633",
		"link": "https://wg21.link/edit2633",
		"status": "closed"
	},
	"EDIT2634": {
		"type": "editorial",
		"title": "Fix some `operator<=>` declarations with the wrong number of parameters",
		"long_link": "https://github.com/cplusplus/draft/pull/2634",
		"link": "https://wg21.link/edit2634",
		"status": "closed"
	},
	"EDIT2635": {
		"type": "editorial",
		"title": "[unreachable.sentinel] open interval -> half-infinite interval",
		"long_link": "https://github.com/cplusplus/draft/issues/2635",
		"link": "https://wg21.link/edit2635",
		"status": "closed"
	},
	"EDIT2636": {
		"type": "editorial",
		"title": "[index] Replace 'see also' with 'see' absent page numbers.",
		"long_link": "https://github.com/cplusplus/draft/pull/2636",
		"link": "https://wg21.link/edit2636",
		"status": "closed"
	},
	"EDIT2637": {
		"type": "editorial",
		"title": "[unreachable.sentinel] 'open interval' -> 'unbounded interval'",
		"long_link": "https://github.com/cplusplus/draft/pull/2637",
		"link": "https://wg21.link/edit2637",
		"status": "closed"
	},
	"EDIT2638": {
		"type": "editorial",
		"title": "[basic.fundamental] rename 'range exponent' to 'width'",
		"long_link": "https://github.com/cplusplus/draft/pull/2638",
		"link": "https://wg21.link/edit2638",
		"status": "open"
	},
	"EDIT2639": {
		"type": "editorial",
		"title": "[allocator.requirements] Example is misplaced",
		"long_link": "https://github.com/cplusplus/draft/issues/2639",
		"link": "https://wg21.link/edit2639",
		"status": "closed"
	},
	"EDIT2640": {
		"type": "editorial",
		"title": "Use \"models\" for concepts, and \"meets\" for non-concept requirements with semantics",
		"long_link": "https://github.com/cplusplus/draft/pull/2640",
		"link": "https://wg21.link/edit2640",
		"status": "open"
	},
	"EDIT2641": {
		"type": "editorial",
		"title": "[allocator.requirements] relocate example to end of subclause",
		"long_link": "https://github.com/cplusplus/draft/pull/2641",
		"link": "https://wg21.link/edit2641",
		"status": "closed"
	},
	"EDIT2642": {
		"type": "editorial",
		"title": "CI meta-question",
		"long_link": "https://github.com/cplusplus/draft/issues/2642",
		"link": "https://wg21.link/edit2642",
		"status": "open"
	},
	"EDIT2643": {
		"type": "editorial",
		"title": "[ranges.syn] Fix a typo: \"fowarding\"",
		"long_link": "https://github.com/cplusplus/draft/pull/2643",
		"link": "https://wg21.link/edit2643",
		"status": "closed"
	},
	"EDIT2644": {
		"type": "editorial",
		"title": "[alg.any_of] Add source code newline to prevent visual mangling betwe…",
		"long_link": "https://github.com/cplusplus/draft/pull/2644",
		"link": "https://wg21.link/edit2644",
		"status": "closed"
	},
	"EDIT2645": {
		"type": "editorial",
		"title": "[expr.unary.op]/3: the value of a pointer should be \"pointer to\", not \"address of\"",
		"long_link": "https://github.com/cplusplus/draft/issues/2645",
		"link": "https://wg21.link/edit2645",
		"status": "open"
	},
	"EDIT2646": {
		"type": "editorial",
		"title": "[depr.strstreambuf.virtuals] Hyphenate \"implementation-defined\"",
		"long_link": "https://github.com/cplusplus/draft/pull/2646",
		"link": "https://wg21.link/edit2646",
		"status": "closed"
	},
	"EDIT2647": {
		"type": "editorial",
		"title": "Clear up a note about condition variables",
		"long_link": "https://github.com/cplusplus/draft/pull/2647",
		"link": "https://wg21.link/edit2647",
		"status": "closed"
	},
	"EDIT2648": {
		"type": "editorial",
		"title": "we should have a descriptive element for \"a type models this concept only if\"",
		"long_link": "https://github.com/cplusplus/draft/issues/2648",
		"link": "https://wg21.link/edit2648",
		"status": "open"
	},
	"EDIT2649": {
		"type": "editorial",
		"title": "[tuple.helper] remove duplicate paragraph",
		"long_link": "https://github.com/cplusplus/draft/pull/2649",
		"link": "https://wg21.link/edit2649",
		"status": "closed"
	},
	"EDIT2650": {
		"type": "editorial",
		"title": "[meta.const.eval] Fix typo in function name",
		"long_link": "https://github.com/cplusplus/draft/pull/2650",
		"link": "https://wg21.link/edit2650",
		"status": "closed"
	},
	"EDIT2651": {
		"type": "editorial",
		"title": "revert e58439b (fix to \"usable in constant expressions\") if not fixed at Kona",
		"long_link": "https://github.com/cplusplus/draft/issues/2651",
		"link": "https://wg21.link/edit2651",
		"status": "open"
	},
	"EDIT2652": {
		"type": "editorial",
		"title": "[expr.sizeof]/2: Is 'When applied to a reference' needed when we have [expr.type]/1",
		"long_link": "https://github.com/cplusplus/draft/issues/2652",
		"link": "https://wg21.link/edit2652",
		"status": "closed"
	},
	"EDIT2653": {
		"type": "editorial",
		"title": "Remove [expr.sizeof]/3",
		"long_link": "https://github.com/cplusplus/draft/pull/2653",
		"link": "https://wg21.link/edit2653",
		"status": "open"
	},
	"EDIT2654": {
		"type": "editorial",
		"title": "[expr.sizeof]/2: there are no expressions of reference type",
		"long_link": "https://github.com/cplusplus/draft/pull/2654",
		"link": "https://wg21.link/edit2654",
		"status": "closed"
	},
	"EDIT2655": {
		"type": "editorial",
		"title": "[basic.lval]/9 all prvalues can have cv-qualified types",
		"long_link": "https://github.com/cplusplus/draft/pull/2655",
		"link": "https://wg21.link/edit2655",
		"status": "open"
	},
	"EDIT2656": {
		"type": "editorial",
		"title": "[algorithms] Qualify declarator-id with sub-namespace.",
		"long_link": "https://github.com/cplusplus/draft/pull/2656",
		"link": "https://wg21.link/edit2656",
		"status": "open"
	},
	"EDIT2657": {
		"type": "editorial",
		"title": "[dcl.init.ref]/5 Prevent prvalue type adjustment",
		"long_link": "https://github.com/cplusplus/draft/pull/2657",
		"link": "https://wg21.link/edit2657",
		"status": "open"
	},
	"EDIT2658": {
		"type": "editorial",
		"title": "Fixed text in [temp.mem.func]/1 example, which was not updated by CWG249",
		"long_link": "https://github.com/cplusplus/draft/pull/2658",
		"link": "https://wg21.link/edit2658",
		"status": "closed"
	},
	"EDIT2659": {
		"type": "editorial",
		"title": "The hyperlink [stmt.if] is wrong in [dcl.spec.auto]/3",
		"long_link": "https://github.com/cplusplus/draft/issues/2659",
		"link": "https://wg21.link/edit2659",
		"status": "closed"
	},
	"EDIT2660": {
		"type": "editorial",
		"title": "[algorithms.general] Summary table missing row for [algorithms.requirements]",
		"long_link": "https://github.com/cplusplus/draft/issues/2660",
		"link": "https://wg21.link/edit2660",
		"status": "closed"
	},
	"EDIT2661": {
		"type": "editorial",
		"title": "[concepts.general] Summary table missing row for [concepts.equality]",
		"long_link": "https://github.com/cplusplus/draft/issues/2661",
		"link": "https://wg21.link/edit2661",
		"status": "closed"
	},
	"EDIT2662": {
		"type": "editorial",
		"title": "[meta.rel] Add missing noexcept cross-refs for invokable traits",
		"long_link": "https://github.com/cplusplus/draft/pull/2662",
		"link": "https://wg21.link/edit2662",
		"status": "closed"
	},
	"EDIT2663": {
		"type": "editorial",
		"title": "[algorithms.general,concepts.general] Add missing entries for summary…",
		"long_link": "https://github.com/cplusplus/draft/pull/2663",
		"link": "https://wg21.link/edit2663",
		"status": "closed"
	},
	"EDIT2664": {
		"type": "editorial",
		"title": "[intro.execution] Destruction of a temp. object bound to a reference is not a full-expression?",
		"long_link": "https://github.com/cplusplus/draft/issues/2664",
		"link": "https://wg21.link/edit2664",
		"status": "open"
	},
	"EDIT2665": {
		"type": "editorial",
		"title": "Can we find a better name for \"promoted arithmetic type\"?",
		"long_link": "https://github.com/cplusplus/draft/issues/2665",
		"link": "https://wg21.link/edit2665",
		"status": "open"
	},
	"EDIT2666": {
		"type": "editorial",
		"title": "[temp.spec]/2 dead wording",
		"long_link": "https://github.com/cplusplus/draft/pull/2666",
		"link": "https://wg21.link/edit2666",
		"status": "closed"
	},
	"EDIT2667": {
		"type": "editorial",
		"title": "Fixed wording on [temp.class.spec.mfunc]/1 sentence 3",
		"long_link": "https://github.com/cplusplus/draft/pull/2667",
		"link": "https://wg21.link/edit2667",
		"status": "open"
	},
	"EDIT2668": {
		"type": "editorial",
		"title": "[dcl.attr.contract.cond] example fails to return",
		"long_link": "https://github.com/cplusplus/draft/pull/2668",
		"link": "https://wg21.link/edit2668",
		"status": "open"
	},
	"EDIT2669": {
		"type": "editorial",
		"title": "[dcl.attr.contract.cond] reference parameters in postconditions",
		"long_link": "https://github.com/cplusplus/draft/issues/2669",
		"link": "https://wg21.link/edit2669",
		"status": "open"
	},
	"EDIT2670": {
		"type": "editorial",
		"title": "\"Syntactic\" circularity between [expr.add]/4 and [expr.sub]/1?",
		"long_link": "https://github.com/cplusplus/draft/issues/2670",
		"link": "https://wg21.link/edit2670",
		"status": "open"
	},
	"EDIT2671": {
		"type": "editorial",
		"title": "[expr.sizeof][expr.alignof][expr.unary.noexcept] What is a constant?",
		"long_link": "https://github.com/cplusplus/draft/issues/2671",
		"link": "https://wg21.link/edit2671",
		"status": "open"
	},
	"EDIT2672": {
		"type": "editorial",
		"title": "Harmonize \", inclusive\" and \"(inclusive)\" spelling",
		"long_link": "https://github.com/cplusplus/draft/issues/2672",
		"link": "https://wg21.link/edit2672",
		"status": "open"
	},
	"EDIT2673": {
		"type": "editorial",
		"title": "Add \"Otherwise\" to the start of [dcl.init]/17.6",
		"long_link": "https://github.com/cplusplus/draft/issues/2673",
		"link": "https://wg21.link/edit2673",
		"status": "open"
	},
	"EDIT2674": {
		"type": "editorial",
		"title": "Table names should be present as stable names",
		"long_link": "https://github.com/cplusplus/draft/issues/2674",
		"link": "https://wg21.link/edit2674",
		"status": "open"
	},
	"EDIT2675": {
		"type": "editorial",
		"title": "Why are the words \"that is not a cv-qualifier\" mentioned in [class.mem]/12? ",
		"long_link": "https://github.com/cplusplus/draft/issues/2675",
		"link": "https://wg21.link/edit2675",
		"status": "closed"
	},
	"EDIT2676": {
		"type": "editorial",
		"title": "[container.node] Add 3 template keywords for dependent name",
		"long_link": "https://github.com/cplusplus/draft/pull/2676",
		"link": "https://wg21.link/edit2676",
		"status": "open"
	},
	"EDIT2677": {
		"type": "editorial",
		"title": "Merge [basic.lookup.argdep]/4.1 and /4.3",
		"long_link": "https://github.com/cplusplus/draft/issues/2677",
		"link": "https://wg21.link/edit2677",
		"status": "open"
	},
	"EDIT2678": {
		"type": "editorial",
		"title": "Use \"denotes a type\" in utilities library clause",
		"long_link": "https://github.com/cplusplus/draft/pull/2678",
		"link": "https://wg21.link/edit2678",
		"status": "open"
	},
	"EDIT2679": {
		"type": "editorial",
		"title": "Incosistency in tuple_size/tuple_element struct/class. ",
		"long_link": "https://github.com/cplusplus/draft/pull/2679",
		"link": "https://wg21.link/edit2679",
		"status": "closed"
	},
	"EDIT2680": {
		"type": "editorial",
		"title": "Typo in P1358R0 issue #2358 (Explicit capture of value)...",
		"long_link": "https://github.com/cplusplus/draft/issues/2680",
		"link": "https://wg21.link/edit2680",
		"status": "open"
	},
	"EDIT2681": {
		"type": "editorial",
		"title": "[2019-02 CWG Motion 1] P1358R0 Core Language Working Group \"ready\" Issues (Kona 2019)",
		"long_link": "https://github.com/cplusplus/draft/issues/2681",
		"link": "https://wg21.link/edit2681",
		"status": "open"
	},
	"EDIT2682": {
		"type": "editorial",
		"title": "[2019-02 CWG Motion 2] P1359R0 Core Language Working Group \"tentatively ready\" Issues (Kona 2019)",
		"long_link": "https://github.com/cplusplus/draft/issues/2682",
		"link": "https://wg21.link/edit2682",
		"status": "open"
	},
	"EDIT2683": {
		"type": "editorial",
		"title": "[2019-02 CWG Motion 3] P1286R2 Contra CWG DR1778",
		"long_link": "https://github.com/cplusplus/draft/issues/2683",
		"link": "https://wg21.link/edit2683",
		"status": "open"
	},
	"EDIT2684": {
		"type": "editorial",
		"title": "[2019-02 CWG Motion 4] P1091R3 Extending structured bindings to be more like variable declarations",
		"long_link": "https://github.com/cplusplus/draft/issues/2684",
		"link": "https://wg21.link/edit2684",
		"status": "open"
	},
	"EDIT2685": {
		"type": "editorial",
		"title": "[2019-02 CWG Motion 5] P1381R1 Reference capture of structured bindings",
		"long_link": "https://github.com/cplusplus/draft/issues/2685",
		"link": "https://wg21.link/edit2685",
		"status": "open"
	},
	"EDIT2686": {
		"type": "editorial",
		"title": "[2019-02 CWG Motion 6] P1041R4 Make char16_t/char32_t string literals be UTF-16/32",
		"long_link": "https://github.com/cplusplus/draft/issues/2686",
		"link": "https://wg21.link/edit2686",
		"status": "open"
	},
	"EDIT2687": {
		"type": "editorial",
		"title": "[2019-02 CWG Motion 7] P1139R2 Address wording issues related to ISO 10646",
		"long_link": "https://github.com/cplusplus/draft/issues/2687",
		"link": "https://wg21.link/edit2687",
		"status": "open"
	},
	"EDIT2688": {
		"type": "editorial",
		"title": "[2019-02 CWG Motion 8] P1323R2 Contract postconditions and return type deduction",
		"long_link": "https://github.com/cplusplus/draft/issues/2688",
		"link": "https://wg21.link/edit2688",
		"status": "open"
	},
	"EDIT2689": {
		"type": "editorial",
		"title": "[2019-02 CWG Motion 9] P0960R3 Allow initializing aggregates from a parenthesized list of values",
		"long_link": "https://github.com/cplusplus/draft/issues/2689",
		"link": "https://wg21.link/edit2689",
		"status": "open"
	},
	"EDIT2690": {
		"type": "editorial",
		"title": "[2019-02 CWG Motion 10] P1009R2 Array size deduction in new-expressions",
		"long_link": "https://github.com/cplusplus/draft/issues/2690",
		"link": "https://wg21.link/edit2690",
		"status": "open"
	},
	"EDIT2691": {
		"type": "editorial",
		"title": "[2019-02 CWG Motion 11] P1103R3 Merging Modules",
		"long_link": "https://github.com/cplusplus/draft/issues/2691",
		"link": "https://wg21.link/edit2691",
		"status": "open"
	},
	"EDIT2692": {
		"type": "editorial",
		"title": "[2019-02 CWG Motion 12] P1185R2 <=> != ==",
		"long_link": "https://github.com/cplusplus/draft/issues/2692",
		"link": "https://wg21.link/edit2692",
		"status": "open"
	},
	"EDIT2693": {
		"type": "editorial",
		"title": "[2019-02 CWG Motion 15] P0912R5 Merge Coroutines TS into C++20 working draft",
		"long_link": "https://github.com/cplusplus/draft/issues/2693",
		"link": "https://wg21.link/edit2693",
		"status": "open"
	},
	"EDIT2694": {
		"type": "editorial",
		"title": "[2019-02 LWG Motion 1] P1457R0 C++ Standard Library Issues (Kona 2019)",
		"long_link": "https://github.com/cplusplus/draft/issues/2694",
		"link": "https://wg21.link/edit2694",
		"status": "open"
	},
	"EDIT2695": {
		"type": "editorial",
		"title": "[2019-02 LWG Motion 3] P0339R6 polymorphic_allocator<> as a vocabulary type",
		"long_link": "https://github.com/cplusplus/draft/issues/2695",
		"link": "https://wg21.link/edit2695",
		"status": "open"
	},
	"EDIT2696": {
		"type": "editorial",
		"title": "[2019-02 LWG Motion 4] P0340R3 Making std::underlying_type SFINAE-friendly",
		"long_link": "https://github.com/cplusplus/draft/issues/2696",
		"link": "https://wg21.link/edit2696",
		"status": "open"
	},
	"EDIT2697": {
		"type": "editorial",
		"title": "[2019-02 LWG Motion 6] P0738R2 I Stream, You Stream, We All Stream for istream_iterator",
		"long_link": "https://github.com/cplusplus/draft/issues/2697",
		"link": "https://wg21.link/edit2697",
		"status": "open"
	},
	"EDIT2698": {
		"type": "editorial",
		"title": "[2019-02 LWG Motion 7] P1458R1 Mandating the Standard Library: Clause 16 - Language support library",
		"long_link": "https://github.com/cplusplus/draft/issues/2698",
		"link": "https://wg21.link/edit2698",
		"status": "open"
	},
	"EDIT2699": {
		"type": "editorial",
		"title": "[2019-02 LWG Motion 8] P1459R1 Mandating the Standard Library: Clause 18 - Language support library",
		"long_link": "https://github.com/cplusplus/draft/issues/2699",
		"link": "https://wg21.link/edit2699",
		"status": "open"
	},
	"EDIT2700": {
		"type": "editorial",
		"title": "[2019-02 LWG Motion 9] P1462R1 Mandating the Standard Library: Clause 20 - Strings library",
		"long_link": "https://github.com/cplusplus/draft/issues/2700",
		"link": "https://wg21.link/edit2700",
		"status": "open"
	},
	"EDIT2701": {
		"type": "editorial",
		"title": "[2019-02 LWG Motion 10] P1463R1 Mandating the Standard Library: Clause 21 - Containers library",
		"long_link": "https://github.com/cplusplus/draft/issues/2701",
		"link": "https://wg21.link/edit2701",
		"status": "open"
	},
	"EDIT2702": {
		"type": "editorial",
		"title": "[2019-02 LWG Motion 11] P1464R1 Mandating the Standard Library: Clause 22 - Iterators library",
		"long_link": "https://github.com/cplusplus/draft/issues/2702",
		"link": "https://wg21.link/edit2702",
		"status": "open"
	},
	"EDIT2703": {
		"type": "editorial",
		"title": "[2019-02 LWG Motion 12] P1164R1 Make create_directory() Intuitive",
		"long_link": "https://github.com/cplusplus/draft/issues/2703",
		"link": "https://wg21.link/edit2703",
		"status": "open"
	},
	"EDIT2704": {
		"type": "editorial",
		"title": "[2019-02 LWG Motion 13] P0811R3 Well-behaved interpolation for numbers and pointers",
		"long_link": "https://github.com/cplusplus/draft/issues/2704",
		"link": "https://wg21.link/edit2704",
		"status": "open"
	},
	"EDIT2705": {
		"type": "editorial",
		"title": "[2019-02 LWG Motion 14] P1001R2 Target Vectorization Policies from Parallelism V2 TS to C++20",
		"long_link": "https://github.com/cplusplus/draft/issues/2705",
		"link": "https://wg21.link/edit2705",
		"status": "open"
	},
	"EDIT2706": {
		"type": "editorial",
		"title": "[2019-02 LWG Motion 15] P1227R2 Signed ssize() functions, unsigned size() functions",
		"long_link": "https://github.com/cplusplus/draft/issues/2706",
		"link": "https://wg21.link/edit2706",
		"status": "open"
	},
	"EDIT2707": {
		"type": "editorial",
		"title": "[2019-02 LWG Motion 16] P1252R2 Ranges Design Cleanup",
		"long_link": "https://github.com/cplusplus/draft/issues/2707",
		"link": "https://wg21.link/edit2707",
		"status": "open"
	},
	"EDIT2708": {
		"type": "editorial",
		"title": "[2019-02 LWG Motion 17] P1024R3 Usability Enhancements for std::span",
		"long_link": "https://github.com/cplusplus/draft/issues/2708",
		"link": "https://wg21.link/edit2708",
		"status": "open"
	},
	"EDIT2709": {
		"type": "editorial",
		"title": "[2019-02 LWG Motion 18] P0920R2 Precalculated hash values in lookup",
		"long_link": "https://github.com/cplusplus/draft/issues/2709",
		"link": "https://wg21.link/edit2709",
		"status": "open"
	},
	"EDIT2710": {
		"type": "editorial",
		"title": "[2019-02 LWG Motion 19] P1357R1 Traits for [Un]bounded Arrays",
		"long_link": "https://github.com/cplusplus/draft/issues/2710",
		"link": "https://wg21.link/edit2710",
		"status": "open"
	},
	"EDIT2711": {
		"type": "editorial",
		"title": "[2019-02 LWG Motion 2] P1457R0 C++ Standard Library Issues (Kona 2019)",
		"long_link": "https://github.com/cplusplus/draft/issues/2711",
		"link": "https://wg21.link/edit2711",
		"status": "open"
	},
	"EDIT2712": {
		"type": "editorial",
		"title": "Index of library names should include \"comp\"",
		"long_link": "https://github.com/cplusplus/draft/issues/2712",
		"link": "https://wg21.link/edit2712",
		"status": "open"
	},
	"EDIT2713": {
		"type": "editorial",
		"title": "P1357R1 Traits for [Un]bounded Arrays",
		"long_link": "https://github.com/cplusplus/draft/pull/2713",
		"link": "https://wg21.link/edit2713",
		"status": "open"
	},
	"EDIT2714": {
		"type": "editorial",
		"title": "P0738R2 I Stream, You Stream, We All Stream for istream_iterator",
		"long_link": "https://github.com/cplusplus/draft/pull/2714",
		"link": "https://wg21.link/edit2714",
		"status": "open"
	},
	"EDIT2715": {
		"type": "editorial",
		"title": "uses_allocator specializations missing from <queue> and <stack> synopses",
		"long_link": "https://github.com/cplusplus/draft/issues/2715",
		"link": "https://wg21.link/edit2715",
		"status": "open"
	},
	"EDIT2716": {
		"type": "editorial",
		"title": "[range.iota, range.adaptors] View's synopses missing cross-references to iterator and sentinel members",
		"long_link": "https://github.com/cplusplus/draft/issues/2716",
		"link": "https://wg21.link/edit2716",
		"status": "open"
	},
	"EDIT2717": {
		"type": "editorial",
		"title": "Typo? in range.iota_view example",
		"long_link": "https://github.com/cplusplus/draft/issues/2717",
		"link": "https://wg21.link/edit2717",
		"status": "closed"
	},
	"EDIT2718": {
		"type": "editorial",
		"title": "P0920R2 Precalculated hash values in lookup",
		"long_link": "https://github.com/cplusplus/draft/pull/2718",
		"link": "https://wg21.link/edit2718",
		"status": "open"
	},
	"EDIT2719": {
		"type": "editorial",
		"title": "P1024R3 Usability Enhancements for std::span",
		"long_link": "https://github.com/cplusplus/draft/pull/2719",
		"link": "https://wg21.link/edit2719",
		"status": "open"
	},
	"EDIT2720": {
		"type": "editorial",
		"title": "P1252R2 Ranges Design Cleanup",
		"long_link": "https://github.com/cplusplus/draft/pull/2720",
		"link": "https://wg21.link/edit2720",
		"status": "open"
	},
	"EDIT2721": {
		"type": "editorial",
		"title": "P1103R3 Merging Modules",
		"long_link": "https://github.com/cplusplus/draft/pull/2721",
		"link": "https://wg21.link/edit2721",
		"status": "open"
	},
	"EDIT2722": {
		"type": "editorial",
		"title": "P1227R2 Signed ssize() functions, unsigned size() functions",
		"long_link": "https://github.com/cplusplus/draft/pull/2722",
		"link": "https://wg21.link/edit2722",
		"status": "open"
	},
	"EDIT2723": {
		"type": "editorial",
		"title": "P1001R2 Target Vectorization Policies from Parallelism V2 TS to C++20",
		"long_link": "https://github.com/cplusplus/draft/pull/2723",
		"link": "https://wg21.link/edit2723",
		"status": "open"
	},
	"EDIT2724": {
		"type": "editorial",
		"title": "P0811R3 Well-behaved interpolation for numbers and pointers",
		"long_link": "https://github.com/cplusplus/draft/pull/2724",
		"link": "https://wg21.link/edit2724",
		"status": "open"
	},
	"EDIT2725": {
		"type": "editorial",
		"title": "P1164R1 Make create_directory() Intuitive",
		"long_link": "https://github.com/cplusplus/draft/pull/2725",
		"link": "https://wg21.link/edit2725",
		"status": "open"
	},
	"EDIT2726": {
		"type": "editorial",
		"title": "P0340R3 Making std::underlying_type SFINAE-friendly",
		"long_link": "https://github.com/cplusplus/draft/pull/2726",
		"link": "https://wg21.link/edit2726",
		"status": "open"
	},
	"EDIT2727": {
		"type": "editorial",
		"title": "[rand.synopsis] unhelpfully incomplete",
		"long_link": "https://github.com/cplusplus/draft/issues/2727",
		"link": "https://wg21.link/edit2727",
		"status": "closed"
	},
	"EDIT2728": {
		"type": "editorial",
		"title": "P0339R6 polymorphic_allocator<> as a vocabulary type",
		"long_link": "https://github.com/cplusplus/draft/pull/2728",
		"link": "https://wg21.link/edit2728",
		"status": "open"
	},
	"EDIT2729": {
		"type": "editorial",
		"title": "P1185R2 <=> != ==",
		"long_link": "https://github.com/cplusplus/draft/pull/2729",
		"link": "https://wg21.link/edit2729",
		"status": "open"
	},
	"EDIT2730": {
		"type": "editorial",
		"title": "[specialized.algorithms] Rename voidify's parameter",
		"long_link": "https://github.com/cplusplus/draft/pull/2730",
		"link": "https://wg21.link/edit2730",
		"status": "open"
	},
	"EDIT2731": {
		"type": "editorial",
		"title": "P1009R2 Array size deduction in new-expressions",
		"long_link": "https://github.com/cplusplus/draft/pull/2731",
		"link": "https://wg21.link/edit2731",
		"status": "open"
	},
	"EDIT2732": {
		"type": "editorial",
		"title": "P1458R1 Mandating the Standard Library: Clause 16 - Language support …",
		"long_link": "https://github.com/cplusplus/draft/pull/2732",
		"link": "https://wg21.link/edit2732",
		"status": "open"
	},
	"EDIT2733": {
		"type": "editorial",
		"title": "P1459R1 Mandating the Standard Library: Clause 18 - Diagnostics library",
		"long_link": "https://github.com/cplusplus/draft/pull/2733",
		"link": "https://wg21.link/edit2733",
		"status": "open"
	},
	"EDIT2734": {
		"type": "editorial",
		"title": "Remove requirement duplication from Cpp17TrivialClock",
		"long_link": "https://github.com/cplusplus/draft/issues/2734",
		"link": "https://wg21.link/edit2734",
		"status": "open"
	},
	"EDIT2735": {
		"type": "editorial",
		"title": "P1462R1 Mandating the Standard Library: Clause 20 - Strings library",
		"long_link": "https://github.com/cplusplus/draft/pull/2735",
		"link": "https://wg21.link/edit2735",
		"status": "open"
	},
	"EDIT2736": {
		"type": "editorial",
		"title": "Motions 2019 02 cwg 1",
		"long_link": "https://github.com/cplusplus/draft/pull/2736",
		"link": "https://wg21.link/edit2736",
		"status": "closed"
	},
	"EDIT2737": {
		"type": "editorial",
		"title": "Motions 2019 02 cwg 2",
		"long_link": "https://github.com/cplusplus/draft/pull/2737",
		"link": "https://wg21.link/edit2737",
		"status": "closed"
	},
	"EDIT2738": {
		"type": "editorial",
		"title": "P1286R2 Contra CWG DR1778",
		"long_link": "https://github.com/cplusplus/draft/pull/2738",
		"link": "https://wg21.link/edit2738",
		"status": "closed"
	},
	"EDIT2739": {
		"type": "editorial",
		"title": "Motions 2019 02 cwg 4 and 5",
		"long_link": "https://github.com/cplusplus/draft/pull/2739",
		"link": "https://wg21.link/edit2739",
		"status": "closed"
	},
	"EDIT2740": {
		"type": "editorial",
		"title": "P1041R4 Make char16_t/char32_t string literals be UTF-16/32",
		"long_link": "https://github.com/cplusplus/draft/pull/2740",
		"link": "https://wg21.link/edit2740",
		"status": "closed"
	},
	"EDIT2741": {
		"type": "editorial",
		"title": "P1139R2 Address wording issues related to ISO 10646",
		"long_link": "https://github.com/cplusplus/draft/pull/2741",
		"link": "https://wg21.link/edit2741",
		"status": "closed"
	},
	"EDIT2742": {
		"type": "editorial",
		"title": "P1323R2 Contract postconditions and return type deduction",
		"long_link": "https://github.com/cplusplus/draft/pull/2742",
		"link": "https://wg21.link/edit2742",
		"status": "closed"
	},
	"EDIT2743": {
		"type": "editorial",
		"title": "P0960r3 Allow initializing aggregates from a parenthesized list of va…",
		"long_link": "https://github.com/cplusplus/draft/pull/2743",
		"link": "https://wg21.link/edit2743",
		"status": "closed"
	},
	"EDIT2744": {
		"type": "editorial",
		"title": "P1463R1 Mandating the Standard Library: Clause 21 - Containers library",
		"long_link": "https://github.com/cplusplus/draft/pull/2744",
		"link": "https://wg21.link/edit2744",
		"status": "open"
	},
	"EDIT2745": {
		"type": "editorial",
		"title": "Motions 2019 02 lwg 2",
		"long_link": "https://github.com/cplusplus/draft/pull/2745",
		"link": "https://wg21.link/edit2745",
		"status": "open"
	},
	"EDIT2746": {
		"type": "editorial",
		"title": "P1464R1 Mandating the Standard Library: Clause 22 - Iterators library",
		"long_link": "https://github.com/cplusplus/draft/pull/2746",
		"link": "https://wg21.link/edit2746",
		"status": "open"
	},
	"EDIT2747": {
		"type": "editorial",
		"title": "P0912R5 Merge Coroutines TS into C++20 working draft",
		"long_link": "https://github.com/cplusplus/draft/pull/2747",
		"link": "https://wg21.link/edit2747",
		"status": "closed"
	},
	"EDIT2748": {
		"type": "editorial",
		"title": "[class.spaceship]/3 operation order is unclear",
		"long_link": "https://github.com/cplusplus/draft/issues/2748",
		"link": "https://wg21.link/edit2748",
		"status": "open"
	},
	"EDIT2749": {
		"type": "editorial",
		"title": "Inconsistent complexities for average/worst",
		"long_link": "https://github.com/cplusplus/draft/issues/2749",
		"link": "https://wg21.link/edit2749",
		"status": "open"
	},
	"EDIT2750": {
		"type": "editorial",
		"title": "[func.not_fn], [func.bind_front] fix phrasing of \\mandates and \\expects",
		"long_link": "https://github.com/cplusplus/draft/pull/2750",
		"link": "https://wg21.link/edit2750",
		"status": "open"
	},
	"EDIT2751": {
		"type": "editorial",
		"title": "[conv.prom] dangling reference to b_min / b_max",
		"long_link": "https://github.com/cplusplus/draft/issues/2751",
		"link": "https://wg21.link/edit2751",
		"status": "open"
	},
	"EDIT2752": {
		"type": "editorial",
		"title": "[lex.charset] p2 \\00NNNNNN should use placeholder",
		"long_link": "https://github.com/cplusplus/draft/issues/2752",
		"link": "https://wg21.link/edit2752",
		"status": "open"
	},
	"EDIT2753": {
		"type": "editorial",
		"title": "[stmt.iter] paragraph after 2 is missing formatting and paragraph number",
		"long_link": "https://github.com/cplusplus/draft/issues/2753",
		"link": "https://wg21.link/edit2753",
		"status": "open"
	},
	"EDIT2754": {
		"type": "editorial",
		"title": "[stmt.iter,stmt.select] Add formatting for grammar terms",
		"long_link": "https://github.com/cplusplus/draft/pull/2754",
		"link": "https://wg21.link/edit2754",
		"status": "open"
	},
	"EDIT2755": {
		"type": "editorial",
		"title": "[conv.prom] b_min and b_max are no longer defined in [dcl.enum]",
		"long_link": "https://github.com/cplusplus/draft/pull/2755",
		"link": "https://wg21.link/edit2755",
		"status": "open"
	},
	"EDIT2756": {
		"type": "editorial",
		"title": "[queue.syn,stack.syn] Add partial specialization of uses_allocator",
		"long_link": "https://github.com/cplusplus/draft/pull/2756",
		"link": "https://wg21.link/edit2756",
		"status": "open"
	},
	"EDIT2757": {
		"type": "editorial",
		"title": "`T` in [expr.type]/4.3 is lacking code font",
		"long_link": "https://github.com/cplusplus/draft/issues/2757",
		"link": "https://wg21.link/edit2757",
		"status": "open"
	},
	"EDIT2758": {
		"type": "editorial",
		"title": "[temp.deduct.conv]p5 missing code font for \"noexcept function\"",
		"long_link": "https://github.com/cplusplus/draft/issues/2758",
		"link": "https://wg21.link/edit2758",
		"status": "open"
	},
	"EDIT2759": {
		"type": "editorial",
		"title": "P1091R3 Extending structured bindings to be more like variable declarations",
		"long_link": "https://github.com/cplusplus/draft/pull/2759",
		"link": "https://wg21.link/edit2759",
		"status": "closed"
	},
	"EDIT2760": {
		"type": "editorial",
		"title": "P1091R3 Extending structured bindings to be more like variable declarations",
		"long_link": "https://github.com/cplusplus/draft/pull/2760",
		"link": "https://wg21.link/edit2760",
		"status": "closed"
	},
	"EDIT2761": {
		"type": "editorial",
		"title": "P1381R1 Reference capture of structured bindings",
		"long_link": "https://github.com/cplusplus/draft/pull/2761",
		"link": "https://wg21.link/edit2761",
		"status": "closed"
	},
	"EDIT2762": {
		"type": "editorial",
		"title": "[expr.type] Fix missing formatting for 'T'.",
		"long_link": "https://github.com/cplusplus/draft/pull/2762",
		"link": "https://wg21.link/edit2762",
		"status": "closed"
	},
	"EDIT2763": {
		"type": "editorial",
		"title": "[temp.deduct.conv] Add missing formatting for 'noexcept'.",
		"long_link": "https://github.com/cplusplus/draft/pull/2763",
		"link": "https://wg21.link/edit2763",
		"status": "closed"
	},
	"EDIT2764": {
		"type": "editorial",
		"title": "[time.clock.req] Simplify requirements for Cpp17TrivialClock.",
		"long_link": "https://github.com/cplusplus/draft/pull/2764",
		"link": "https://wg21.link/edit2764",
		"status": "closed"
	},
	"EDIT2765": {
		"type": "editorial",
		"title": "[range.iota,range.adaptors] Add cross-references for private member t…",
		"long_link": "https://github.com/cplusplus/draft/pull/2765",
		"link": "https://wg21.link/edit2765",
		"status": "closed"
	},
	"EDIT2766": {
		"type": "editorial",
		"title": "[dcl.init] Prepend 'Otherwise' to a bullet",
		"long_link": "https://github.com/cplusplus/draft/pull/2766",
		"link": "https://wg21.link/edit2766",
		"status": "closed"
	},
	"EDIT2767": {
		"type": "editorial",
		"title": "[dcl.attr.contract.cond] References cannot be modified.",
		"long_link": "https://github.com/cplusplus/draft/pull/2767",
		"link": "https://wg21.link/edit2767",
		"status": "closed"
	},
	"EDIT2768": {
		"type": "editorial",
		"title": "Lex.charset fixes",
		"long_link": "https://github.com/cplusplus/draft/pull/2768",
		"link": "https://wg21.link/edit2768",
		"status": "open"
	},
	"EDIT2769": {
		"type": "editorial",
		"title": "add index entries for identifiers with special meaning",
		"long_link": "https://github.com/cplusplus/draft/issues/2769",
		"link": "https://wg21.link/edit2769",
		"status": "closed"
	},
	"EDIT2770": {
		"type": "editorial",
		"title": "P0912R5 Merge Coroutines TS",
		"long_link": "https://github.com/cplusplus/draft/pull/2770",
		"link": "https://wg21.link/edit2770",
		"status": "closed"
	},
	"EDIT2771": {
		"type": "editorial",
		"title": "[over.match.best] Add number for paragraph 2.",
		"long_link": "https://github.com/cplusplus/draft/pull/2771",
		"link": "https://wg21.link/edit2771",
		"status": "closed"
	},
	"EDIT2772": {
		"type": "editorial",
		"title": "Fix a bunch of faulty parallelism with \"either\".",
		"long_link": "https://github.com/cplusplus/draft/pull/2772",
		"link": "https://wg21.link/edit2772",
		"status": "closed"
	},
	"EDIT2773": {
		"type": "editorial",
		"title": "reorder subclauses of [expr.unary] to match grammar",
		"long_link": "https://github.com/cplusplus/draft/issues/2773",
		"link": "https://wg21.link/edit2773",
		"status": "open"
	},
	"EDIT2774": {
		"type": "editorial",
		"title": "reconsider placeholder formatting in [expr.await]",
		"long_link": "https://github.com/cplusplus/draft/issues/2774",
		"link": "https://wg21.link/edit2774",
		"status": "closed"
	},
	"EDIT2775": {
		"type": "editorial",
		"title": "Reconsider use of 'prime' placeholder variables in code fragments",
		"long_link": "https://github.com/cplusplus/draft/issues/2775",
		"link": "https://wg21.link/edit2775",
		"status": "closed"
	},
	"EDIT2776": {
		"type": "editorial",
		"title": "[lib] Use '(inclusive)', not other punctuation",
		"long_link": "https://github.com/cplusplus/draft/pull/2776",
		"link": "https://wg21.link/edit2776",
		"status": "closed"
	},
	"EDIT2777": {
		"type": "editorial",
		"title": "[class.eq,class.spaceship] Clarify order of comparison.",
		"long_link": "https://github.com/cplusplus/draft/pull/2777",
		"link": "https://wg21.link/edit2777",
		"status": "closed"
	},
	"EDIT2778": {
		"type": "editorial",
		"title": "[std] Index all mentions of keywords in grammar productions.",
		"long_link": "https://github.com/cplusplus/draft/pull/2778",
		"link": "https://wg21.link/edit2778",
		"status": "closed"
	},
	"EDIT2779": {
		"type": "editorial",
		"title": "[basic.lookup.argdep] Reorder bullets to group semantics.",
		"long_link": "https://github.com/cplusplus/draft/pull/2779",
		"link": "https://wg21.link/edit2779",
		"status": "closed"
	},
	"EDIT2780": {
		"type": "editorial",
		"title": "Simplifying [class.rel] wording.",
		"long_link": "https://github.com/cplusplus/draft/pull/2780",
		"link": "https://wg21.link/edit2780",
		"status": "closed"
	},
	"EDIT2781": {
		"type": "editorial",
		"title": "Hanging paragraphs in [stmt.return] following the coroutines merge",
		"long_link": "https://github.com/cplusplus/draft/issues/2781",
		"link": "https://wg21.link/edit2781",
		"status": "open"
	},
	"EDIT2782": {
		"type": "editorial",
		"title": "P0738R2 I Stream, You Stream, We All Stream for istream_iterator",
		"long_link": "https://github.com/cplusplus/draft/pull/2782",
		"link": "https://wg21.link/edit2782",
		"status": "closed"
	},
	"EDIT2783": {
		"type": "editorial",
		"title": "use italic teletype font for exposition-only identifiers in core wording",
		"long_link": "https://github.com/cplusplus/draft/issues/2783",
		"link": "https://wg21.link/edit2783",
		"status": "closed"
	},
	"EDIT2784": {
		"type": "editorial",
		"title": "[meta.type.synop] Align type_identity_t's \"=\" with following declarat…",
		"long_link": "https://github.com/cplusplus/draft/pull/2784",
		"link": "https://wg21.link/edit2784",
		"status": "closed"
	},
	"EDIT2785": {
		"type": "editorial",
		"title": "prevent `template <` from sneaking into the library wording",
		"long_link": "https://github.com/cplusplus/draft/issues/2785",
		"link": "https://wg21.link/edit2785",
		"status": "open"
	},
	"EDIT2786": {
		"type": "editorial",
		"title": "fix presentation of `tuple_element` specializations",
		"long_link": "https://github.com/cplusplus/draft/issues/2786",
		"link": "https://wg21.link/edit2786",
		"status": "open"
	},
	"EDIT2787": {
		"type": "editorial",
		"title": "[lib] Remove space between 'template' and argument list.",
		"long_link": "https://github.com/cplusplus/draft/pull/2787",
		"link": "https://wg21.link/edit2787",
		"status": "closed"
	},
	"EDIT2788": {
		"type": "editorial",
		"title": "do not use teletype spaces in BNF",
		"long_link": "https://github.com/cplusplus/draft/issues/2788",
		"link": "https://wg21.link/edit2788",
		"status": "open"
	},
	"EDIT2789": {
		"type": "editorial",
		"title": "[intro.execution] make function evaluation actually not interleave",
		"long_link": "https://github.com/cplusplus/draft/pull/2789",
		"link": "https://wg21.link/edit2789",
		"status": "open"
	},
	"EDIT2790": {
		"type": "editorial",
		"title": "[range.split.outer] value_type to use conventional cross-reference",
		"long_link": "https://github.com/cplusplus/draft/issues/2790",
		"link": "https://wg21.link/edit2790",
		"status": "open"
	},
	"EDIT2791": {
		"type": "editorial",
		"title": "Alignment of declarations in library synopses",
		"long_link": "https://github.com/cplusplus/draft/issues/2791",
		"link": "https://wg21.link/edit2791",
		"status": "open"
	},
	"EDIT2792": {
		"type": "editorial",
		"title": "Switch to using constant-width italics for exposition-only names in the core wording",
		"long_link": "https://github.com/cplusplus/draft/pull/2792",
		"link": "https://wg21.link/edit2792",
		"status": "closed"
	},
	"EDIT2793": {
		"type": "editorial",
		"title": "Clarify grouping of \"either\".",
		"long_link": "https://github.com/cplusplus/draft/pull/2793",
		"link": "https://wg21.link/edit2793",
		"status": "closed"
	},
	"EDIT2794": {
		"type": "editorial",
		"title": "[range.prim.size] Missing \"respectively\"",
		"long_link": "https://github.com/cplusplus/draft/issues/2794",
		"link": "https://wg21.link/edit2794",
		"status": "open"
	},
	"EDIT2795": {
		"type": "editorial",
		"title": "char_traits<char8_t> members not all constexpr",
		"long_link": "https://github.com/cplusplus/draft/issues/2795",
		"link": "https://wg21.link/edit2795",
		"status": "open"
	},
	"EDIT2796": {
		"type": "editorial",
		"title": "Library-wide: Use \"meet\" for non-concept type requirements",
		"long_link": "https://github.com/cplusplus/draft/pull/2796",
		"link": "https://wg21.link/edit2796",
		"status": "open"
	},
	"EDIT2797": {
		"type": "editorial",
		"title": "Library-wide: Use \"model\" instead of \"satisfy\" with library concept r…",
		"long_link": "https://github.com/cplusplus/draft/pull/2797",
		"link": "https://wg21.link/edit2797",
		"status": "open"
	},
	"EDIT2798": {
		"type": "editorial",
		"title": "[alg.random.sample] Remove redundant requirement",
		"long_link": "https://github.com/cplusplus/draft/pull/2798",
		"link": "https://wg21.link/edit2798",
		"status": "open"
	},
	"EDIT2799": {
		"type": "editorial",
		"title": "table 34 falls off the bottom of the page",
		"long_link": "https://github.com/cplusplus/draft/issues/2799",
		"link": "https://wg21.link/edit2799",
		"status": "open"
	},
	"EDIT2800": {
		"type": "editorial",
		"title": "Add coroutine to headers",
		"long_link": "https://github.com/cplusplus/draft/pull/2800",
		"link": "https://wg21.link/edit2800",
		"status": "closed"
	},
	"EDIT2801": {
		"type": "editorial",
		"title": "[cmp.categories] eq, ord, and ncmp should use kebab-case",
		"long_link": "https://github.com/cplusplus/draft/issues/2801",
		"link": "https://wg21.link/edit2801",
		"status": "open"
	},
	"EDIT2802": {
		"type": "editorial",
		"title": "I find the first comment in the example in [basic.lookup.elab]/3 inaccurate",
		"long_link": "https://github.com/cplusplus/draft/issues/2802",
		"link": "https://wg21.link/edit2802",
		"status": "open"
	},
	"EDIT2803": {
		"type": "editorial",
		"title": "[cmp.categories] Use kebab-case for \\expos enumerations",
		"long_link": "https://github.com/cplusplus/draft/pull/2803",
		"link": "https://wg21.link/edit2803",
		"status": "open"
	},
	"EDIT2804": {
		"type": "editorial",
		"title": "[limits.syn,numeric.limits] declare partial specializations of numeri…",
		"long_link": "https://github.com/cplusplus/draft/pull/2804",
		"link": "https://wg21.link/edit2804",
		"status": "closed"
	},
	"EDIT2805": {
		"type": "editorial",
		"title": "[stmt.stmt,basic.scope.block] Merge redeclaration provisions",
		"long_link": "https://github.com/cplusplus/draft/issues/2805",
		"link": "https://wg21.link/edit2805",
		"status": "open"
	},
	"EDIT2806": {
		"type": "editorial",
		"title": "[span.overview] Iterator requirements should be appropriately relocated",
		"long_link": "https://github.com/cplusplus/draft/issues/2806",
		"link": "https://wg21.link/edit2806",
		"status": "open"
	},
	"EDIT2807": {
		"type": "editorial",
		"title": "[iterator.operations] It should be stated clearly that `std::distance(first, last)` might invalidate all copies of `first` if it is not a ForwardIterator.",
		"long_link": "https://github.com/cplusplus/draft/issues/2807",
		"link": "https://wg21.link/edit2807",
		"status": "open"
	},
	"EDIT2808": {
		"type": "editorial",
		"title": "[dcl.type.elab] Mix struct/class in example",
		"long_link": "https://github.com/cplusplus/draft/pull/2808",
		"link": "https://wg21.link/edit2808",
		"status": "open"
	},
	"EDIT2809": {
		"type": "editorial",
		"title": "Fixed grammar of [temp.expl.spec]/18 sentence 2",
		"long_link": "https://github.com/cplusplus/draft/pull/2809",
		"link": "https://wg21.link/edit2809",
		"status": "closed"
	},
	"EDIT2810": {
		"type": "editorial",
		"title": "[coroutine.traits.primary] Hyphenate \"program-defined\"",
		"long_link": "https://github.com/cplusplus/draft/pull/2810",
		"link": "https://wg21.link/edit2810",
		"status": "open"
	},
	"EDIT2811": {
		"type": "editorial",
		"title": "[coroutine.handle,coroutine.handle.export.import] \"static\" before \"constexpr\"",
		"long_link": "https://github.com/cplusplus/draft/pull/2811",
		"link": "https://wg21.link/edit2811",
		"status": "open"
	},
	"EDIT2812": {
		"type": "editorial",
		"title": "[algorithms.requirements] Say below to account for clause move",
		"long_link": "https://github.com/cplusplus/draft/pull/2812",
		"link": "https://wg21.link/edit2812",
		"status": "open"
	},
	"EDIT2813": {
		"type": "editorial",
		"title": "[iterator.operations] Clarify the observable side-effects of `distance`.",
		"long_link": "https://github.com/cplusplus/draft/pull/2813",
		"link": "https://wg21.link/edit2813",
		"status": "open"
	},
	"EDIT2814": {
		"type": "editorial",
		"title": "[pointer.conversion] Reorder overloads of to_address",
		"long_link": "https://github.com/cplusplus/draft/pull/2814",
		"link": "https://wg21.link/edit2814",
		"status": "open"
	},
	"EDIT2815": {
		"type": "editorial",
		"title": "[range.filter.iterator] Add bounds checking to operator--",
		"long_link": "https://github.com/cplusplus/draft/pull/2815",
		"link": "https://wg21.link/edit2815",
		"status": "closed"
	},
	"EDIT2816": {
		"type": "editorial",
		"title": "[iterator.traits] Redundant required expression in cpp17-input-iterator",
		"long_link": "https://github.com/cplusplus/draft/issues/2816",
		"link": "https://wg21.link/edit2816",
		"status": "closed"
	},
	"EDIT2817": {
		"type": "editorial",
		"title": "[iterator.traits] Remove redundant required expression in cpp17-input…",
		"long_link": "https://github.com/cplusplus/draft/pull/2817",
		"link": "https://wg21.link/edit2817",
		"status": "closed"
	},
	"EDIT2818": {
		"type": "editorial",
		"title": "[istream.sentry] Remove unreferenced typedef-name traits_type",
		"long_link": "https://github.com/cplusplus/draft/pull/2818",
		"link": "https://wg21.link/edit2818",
		"status": "open"
	},
	"EDIT2819": {
		"type": "editorial",
		"title": "change chi_squared_distribution's integer literal to floating literal",
		"long_link": "https://github.com/cplusplus/draft/pull/2819",
		"link": "https://wg21.link/edit2819",
		"status": "open"
	},
	"EDIT2820": {
		"type": "editorial",
		"title": "\"Template template arguments\" contributing to ADL?",
		"long_link": "https://github.com/cplusplus/draft/pull/2820",
		"link": "https://wg21.link/edit2820",
		"status": "open"
	},
	"EDIT2821": {
		"type": "editorial",
		"title": "[equal.range] Bad formatting",
		"long_link": "https://github.com/cplusplus/draft/issues/2821",
		"link": "https://wg21.link/edit2821",
		"status": "closed"
	},
	"EDIT2822": {
		"type": "editorial",
		"title": "[basic.lookup.elab] Clarify example to refer to injected-class-name",
		"long_link": "https://github.com/cplusplus/draft/pull/2822",
		"link": "https://wg21.link/edit2822",
		"status": "open"
	},
	"EDIT2823": {
		"type": "editorial",
		"title": "[equal.range] Fix formatting of 'Returns' clause.",
		"long_link": "https://github.com/cplusplus/draft/pull/2823",
		"link": "https://wg21.link/edit2823",
		"status": "closed"
	},
	"EDIT2824": {
		"type": "editorial",
		"title": "add forward declaration of atomic class for atomic<shared_ptr<T>> (P0718R2)",
		"long_link": "https://github.com/cplusplus/draft/pull/2824",
		"link": "https://wg21.link/edit2824",
		"status": "closed"
	},
	"EDIT2825": {
		"type": "editorial",
		"title": "[range.counted] Missing description",
		"long_link": "https://github.com/cplusplus/draft/issues/2825",
		"link": "https://wg21.link/edit2825",
		"status": "open"
	},
	"EDIT2826": {
		"type": "editorial",
		"title": "[alg.unique] Remove <> after ranges::equal_to",
		"long_link": "https://github.com/cplusplus/draft/pull/2826",
		"link": "https://wg21.link/edit2826",
		"status": "open"
	},
	"EDIT2827": {
		"type": "editorial",
		"title": "[range.counted] Introduce \"Counted view\"",
		"long_link": "https://github.com/cplusplus/draft/pull/2827",
		"link": "https://wg21.link/edit2827",
		"status": "open"
	},
	"EDIT2828": {
		"type": "editorial",
		"title": "[ranges.syn][range.dangling] contradictory specification for \"dangling\"",
		"long_link": "https://github.com/cplusplus/draft/issues/2828",
		"link": "https://wg21.link/edit2828",
		"status": "closed"
	},
	"EDIT2829": {
		"type": "editorial",
		"title": "[ranges.dangling] Fix namespace of ranges::dangling",
		"long_link": "https://github.com/cplusplus/draft/pull/2829",
		"link": "https://wg21.link/edit2829",
		"status": "closed"
	},
	"EDIT2830": {
		"type": "editorial",
		"title": "[fs.rec.dir.itr.members] change \\ensures to \\remarks for pop()",
		"long_link": "https://github.com/cplusplus/draft/pull/2830",
		"link": "https://wg21.link/edit2830",
		"status": "open"
	},
	"EDIT2831": {
		"type": "editorial",
		"title": "[dcl.ambig.res] Ambiguity resolution for function and object declarations is ambiguous ",
		"long_link": "https://github.com/cplusplus/draft/issues/2831",
		"link": "https://wg21.link/edit2831",
		"status": "open"
	},
	"EDIT2832": {
		"type": "editorial",
		"title": "[dcl.ambig.res]/1 Fixed ambiguity with resolving object and function declarations",
		"long_link": "https://github.com/cplusplus/draft/pull/2832",
		"link": "https://wg21.link/edit2832",
		"status": "closed"
	},
	"EDIT2833": {
		"type": "editorial",
		"title": "[char.traits.specializations.char8.t] Make all members constexpr.",
		"long_link": "https://github.com/cplusplus/draft/pull/2833",
		"link": "https://wg21.link/edit2833",
		"status": "open"
	},
	"EDIT2834": {
		"type": "editorial",
		"title": "[std] Do not use teletype spaces in BNF",
		"long_link": "https://github.com/cplusplus/draft/pull/2834",
		"link": "https://wg21.link/edit2834",
		"status": "open"
	},
	"EDIT2835": {
		"type": "editorial",
		"title": "Expand table links to include \"Table\", like \"Clause\" and \"Annex\"",
		"long_link": "https://github.com/cplusplus/draft/issues/2835",
		"link": "https://wg21.link/edit2835",
		"status": "closed"
	},
	"EDIT2836": {
		"type": "editorial",
		"title": "[time.cal.ym.nonmembers] Add missing \\pnum for Complexity element.",
		"long_link": "https://github.com/cplusplus/draft/pull/2836",
		"link": "https://wg21.link/edit2836",
		"status": "closed"
	},
	"EDIT2837": {
		"type": "editorial",
		"title": "[dcl.stc]/9 allows modification of any member provided any is mutable",
		"long_link": "https://github.com/cplusplus/draft/issues/2837",
		"link": "https://wg21.link/edit2837",
		"status": "open"
	},
	"EDIT2838": {
		"type": "editorial",
		"title": "deduction-guide grammar fix for P0892",
		"long_link": "https://github.com/cplusplus/draft/pull/2838",
		"link": "https://wg21.link/edit2838",
		"status": "closed"
	},
	"EDIT2839": {
		"type": "editorial",
		"title": "[temp.deduct.guide] deduction-guide grammar fix",
		"long_link": "https://github.com/cplusplus/draft/pull/2839",
		"link": "https://wg21.link/edit2839",
		"status": "open"
	},
	"EDIT2840": {
		"type": "editorial",
		"title": "[cstdio.syn] Rename parameter name of function \"rename\"",
		"long_link": "https://github.com/cplusplus/draft/pull/2840",
		"link": "https://wg21.link/edit2840",
		"status": "closed"
	},
	"EDIT2841": {
		"type": "editorial",
		"title": "[expos.only.func] Add library index entry for decay-copy",
		"long_link": "https://github.com/cplusplus/draft/pull/2841",
		"link": "https://wg21.link/edit2841",
		"status": "closed"
	},
	"EDIT2842": {
		"type": "editorial",
		"title": "[basic.life]/6 Remove erroneous comma in description of treatment of storage out of lifetime",
		"long_link": "https://github.com/cplusplus/draft/pull/2842",
		"link": "https://wg21.link/edit2842",
		"status": "closed"
	},
	"EDIT2843": {
		"type": "editorial",
		"title": "Add index entry for atomic union with padding",
		"long_link": "https://github.com/cplusplus/draft/pull/2843",
		"link": "https://wg21.link/edit2843",
		"status": "closed"
	},
	"EDIT2844": {
		"type": "editorial",
		"title": "The sentence highlighted below in [basic.start.static]/2 is indexed to {initialization!runtime}. Is that correct?",
		"long_link": "https://github.com/cplusplus/draft/issues/2844",
		"link": "https://wg21.link/edit2844",
		"status": "closed"
	},
	"EDIT2845": {
		"type": "editorial",
		"title": "[iterator.cust] Introduce expression-equivalent list as in [ranges]",
		"long_link": "https://github.com/cplusplus/draft/pull/2845",
		"link": "https://wg21.link/edit2845",
		"status": "closed"
	},
	"EDIT2846": {
		"type": "editorial",
		"title": "[dcl.init]/7.1 Use of \"initializer ()\"",
		"long_link": "https://github.com/cplusplus/draft/issues/2846",
		"link": "https://wg21.link/edit2846",
		"status": "open"
	},
	"EDIT2847": {
		"type": "editorial",
		"title": "[over.match.ctor] Initialization by \"()\" does not match \"initializer\" grammer term",
		"long_link": "https://github.com/cplusplus/draft/issues/2847",
		"link": "https://wg21.link/edit2847",
		"status": "open"
	},
	"EDIT2848": {
		"type": "editorial",
		"title": "[dcl.ref] Requirement to diagnose invalid binding of references",
		"long_link": "https://github.com/cplusplus/draft/issues/2848",
		"link": "https://wg21.link/edit2848",
		"status": "closed"
	},
	"EDIT2849": {
		"type": "editorial",
		"title": "s/deteminate/determinate/",
		"long_link": "https://github.com/cplusplus/draft/issues/2849",
		"link": "https://wg21.link/edit2849",
		"status": "closed"
	},
	"EDIT2850": {
		"type": "editorial",
		"title": "[dcl.stc,dcl.type.cv] Avoid redundancy when specifying 'mutable'.",
		"long_link": "https://github.com/cplusplus/draft/pull/2850",
		"link": "https://wg21.link/edit2850",
		"status": "open"
	},
	"EDIT2851": {
		"type": "editorial",
		"title": "[macros] Adjust \\tref to enlarge active link text.",
		"long_link": "https://github.com/cplusplus/draft/pull/2851",
		"link": "https://wg21.link/edit2851",
		"status": "closed"
	},
	"EDIT2852": {
		"type": "editorial",
		"title": "[tables] Various cleanups.",
		"long_link": "https://github.com/cplusplus/draft/pull/2852",
		"link": "https://wg21.link/edit2852",
		"status": "open"
	},
	"EDIT2853": {
		"type": "editorial",
		"title": "[namespace.def]/1 Remove redundant statement",
		"long_link": "https://github.com/cplusplus/draft/pull/2853",
		"link": "https://wg21.link/edit2853",
		"status": "open"
	},
	"EDIT2854": {
		"type": "editorial",
		"title": "[dcl.ambig.res]/1 Fixed ambiguity with resolving object and function declarations",
		"long_link": "https://github.com/cplusplus/draft/pull/2854",
		"link": "https://wg21.link/edit2854",
		"status": "open"
	},
	"EDIT2855": {
		"type": "editorial",
		"title": "[dcl.init.ref] References are bound to objects and functions, not expressions",
		"long_link": "https://github.com/cplusplus/draft/issues/2855",
		"link": "https://wg21.link/edit2855",
		"status": "open"
	},
	"EDIT2856": {
		"type": "editorial",
		"title": "[dcl.init.ref] References are bound to objects and functions, not expressions",
		"long_link": "https://github.com/cplusplus/draft/pull/2856",
		"link": "https://wg21.link/edit2856",
		"status": "open"
	},
	"EDIT2857": {
		"type": "editorial",
		"title": "Should we change all \"source character set\" to \"basic source character set\"?",
		"long_link": "https://github.com/cplusplus/draft/issues/2857",
		"link": "https://wg21.link/edit2857",
		"status": "open"
	},
	"EDIT2858": {
		"type": "editorial",
		"title": "[allocator.adaptor.syn] talks about \"the memory resource\"",
		"long_link": "https://github.com/cplusplus/draft/issues/2858",
		"link": "https://wg21.link/edit2858",
		"status": "open"
	},
	"EDIT2859": {
		"type": "editorial",
		"title": "[iterator.synopsis][insert.iterator] Some \"iterator_t\" should be replaced with \"ranges::iterator_t\"",
		"long_link": "https://github.com/cplusplus/draft/issues/2859",
		"link": "https://wg21.link/edit2859",
		"status": "closed"
	},
	"EDIT2860": {
		"type": "editorial",
		"title": "[iterators] Add \"ranges::\" for \"iterator_t\"",
		"long_link": "https://github.com/cplusplus/draft/pull/2860",
		"link": "https://wg21.link/edit2860",
		"status": "closed"
	},
	"EDIT2861": {
		"type": "editorial",
		"title": "[map,multimap] Add index entries for members of value_compare.",
		"long_link": "https://github.com/cplusplus/draft/pull/2861",
		"link": "https://wg21.link/edit2861",
		"status": "closed"
	},
	"EDIT2862": {
		"type": "editorial",
		"title": "[expr.alignof,expr.unary.noexcept] Reorder to after [expr.sizeof].",
		"long_link": "https://github.com/cplusplus/draft/pull/2862",
		"link": "https://wg21.link/edit2862",
		"status": "open"
	},
	"EDIT2863": {
		"type": "editorial",
		"title": "[expr.call,expr.reinterpret.cast] Adjust cross-references for",
		"long_link": "https://github.com/cplusplus/draft/pull/2863",
		"link": "https://wg21.link/edit2863",
		"status": "open"
	},
	"EDIT2864": {
		"type": "editorial",
		"title": "[views.span] Move description of iterators to [span.iterators].",
		"long_link": "https://github.com/cplusplus/draft/pull/2864",
		"link": "https://wg21.link/edit2864",
		"status": "open"
	},
	"EDIT2865": {
		"type": "editorial",
		"title": "[string.view.template][string.view.iterators] Move requirements to a more appropriate place",
		"long_link": "https://github.com/cplusplus/draft/pull/2865",
		"link": "https://wg21.link/edit2865",
		"status": "open"
	},
	"EDIT2866": {
		"type": "editorial",
		"title": "[string.view.iterators] *this is not invalidated",
		"long_link": "https://github.com/cplusplus/draft/issues/2866",
		"link": "https://wg21.link/edit2866",
		"status": "open"
	},
	"EDIT2867": {
		"type": "editorial",
		"title": "[basic.start.static] Repair index entry for zero-initialization.",
		"long_link": "https://github.com/cplusplus/draft/pull/2867",
		"link": "https://wg21.link/edit2867",
		"status": "closed"
	},
	"EDIT2868": {
		"type": "editorial",
		"title": "[utilities,containers] Harmonize presentation of tuple_element.",
		"long_link": "https://github.com/cplusplus/draft/pull/2868",
		"link": "https://wg21.link/edit2868",
		"status": "closed"
	},
	"EDIT2869": {
		"type": "editorial",
		"title": "[lib] Reformat summary tables.",
		"long_link": "https://github.com/cplusplus/draft/pull/2869",
		"link": "https://wg21.link/edit2869",
		"status": "open"
	},
	"EDIT2870": {
		"type": "editorial",
		"title": "simplify lambda-expression grammar",
		"long_link": "https://github.com/cplusplus/draft/issues/2870",
		"link": "https://wg21.link/edit2870",
		"status": "closed"
	},
	"EDIT2871": {
		"type": "editorial",
		"title": "[stmt.jump]/2 Wording does not apply to objects whose lifetime has ended",
		"long_link": "https://github.com/cplusplus/draft/issues/2871",
		"link": "https://wg21.link/edit2871",
		"status": "open"
	},
	"EDIT2872": {
		"type": "editorial",
		"title": "[stmt.jump]/2 Fixed wording that does not apply to objects who's lifetime has ended",
		"long_link": "https://github.com/cplusplus/draft/pull/2872",
		"link": "https://wg21.link/edit2872",
		"status": "open"
	},
	"EDIT2873": {
		"type": "editorial",
		"title": "[dcl.dcl,temp.spec] Move normative statements on restrictions for",
		"long_link": "https://github.com/cplusplus/draft/pull/2873",
		"link": "https://wg21.link/edit2873",
		"status": "open"
	},
	"EDIT2874": {
		"type": "editorial",
		"title": "[expr.prim.lambda] Simplify grammar for lambda-expression.",
		"long_link": "https://github.com/cplusplus/draft/pull/2874",
		"link": "https://wg21.link/edit2874",
		"status": "closed"
	},
	"EDIT2875": {
		"type": "editorial",
		"title": "[optional.ctor] Remove extra dot.",
		"long_link": "https://github.com/cplusplus/draft/pull/2875",
		"link": "https://wg21.link/edit2875",
		"status": "closed"
	},
	"EDIT2876": {
		"type": "editorial",
		"title": "[expr.type]/1 Change \"designates\" to \"result of\"",
		"long_link": "https://github.com/cplusplus/draft/pull/2876",
		"link": "https://wg21.link/edit2876",
		"status": "open"
	},
	"EDIT2877": {
		"type": "editorial",
		"title": "[dcl.dcl]/11 Storage from object definitions has proper alignment",
		"long_link": "https://github.com/cplusplus/draft/pull/2877",
		"link": "https://wg21.link/edit2877",
		"status": "closed"
	},
	"EDIT2878": {
		"type": "editorial",
		"title": "[dcl.dcl]/11 Storage from object definitions has proper alignment",
		"long_link": "https://github.com/cplusplus/draft/pull/2878",
		"link": "https://wg21.link/edit2878",
		"status": "open"
	},
	"EDIT2879": {
		"type": "editorial",
		"title": "[basic.life] p5 Fixed destructor calls not ending lifetime of objects with trivial destructors",
		"long_link": "https://github.com/cplusplus/draft/pull/2879",
		"link": "https://wg21.link/edit2879",
		"status": "open"
	},
	"EDIT2880": {
		"type": "editorial",
		"title": "[range.filter.sentinel] filter_view::sentinel's single-parameter constructor seems wrong",
		"long_link": "https://github.com/cplusplus/draft/issues/2880",
		"link": "https://wg21.link/edit2880",
		"status": "open"
	},
	"EDIT2881": {
		"type": "editorial",
		"title": "[view.interface] Drop unused exposition-only items",
		"long_link": "https://github.com/cplusplus/draft/pull/2881",
		"link": "https://wg21.link/edit2881",
		"status": "closed"
	},
	"EDIT2882": {
		"type": "editorial",
		"title": "Reference Initialization: function lvalue covered by two cases",
		"long_link": "https://github.com/cplusplus/draft/issues/2882",
		"link": "https://wg21.link/edit2882",
		"status": "closed"
	},
	"EDIT2883": {
		"type": "editorial",
		"title": "[fs.path.query,fs.op.equivalent] Introduce else branch conventionally",
		"long_link": "https://github.com/cplusplus/draft/pull/2883",
		"link": "https://wg21.link/edit2883",
		"status": "closed"
	},
	"EDIT2884": {
		"type": "editorial",
		"title": "[range.filter.sentinel] Fix argument to ranges::end",
		"long_link": "https://github.com/cplusplus/draft/pull/2884",
		"link": "https://wg21.link/edit2884",
		"status": "open"
	},
	"EDIT2885": {
		"type": "editorial",
		"title": "The term \"full-expression\" is not a grammar production",
		"long_link": "https://github.com/cplusplus/draft/issues/2885",
		"link": "https://wg21.link/edit2885",
		"status": "closed"
	},
	"EDIT2886": {
		"type": "editorial",
		"title": "[time.cal.ymwd.nonmembers] Typo in year_month_weekday subtraction/addition with years",
		"long_link": "https://github.com/cplusplus/draft/issues/2886",
		"link": "https://wg21.link/edit2886",
		"status": "closed"
	},
	"EDIT2887": {
		"type": "editorial",
		"title": "[concept.swappable] Strike array poison pill swap overload",
		"long_link": "https://github.com/cplusplus/draft/pull/2887",
		"link": "https://wg21.link/edit2887",
		"status": "open"
	},
	"EDIT2888": {
		"type": "editorial",
		"title": "[concept.boolean] Rephrase first requirement",
		"long_link": "https://github.com/cplusplus/draft/pull/2888",
		"link": "https://wg21.link/edit2888",
		"status": "closed"
	},
	"EDIT2889": {
		"type": "editorial",
		"title": "[styles] Also allow 'listings' package v1.8b",
		"long_link": "https://github.com/cplusplus/draft/pull/2889",
		"link": "https://wg21.link/edit2889",
		"status": "closed"
	},
	"EDIT2890": {
		"type": "editorial",
		"title": "[concept.booolean] Reorder expression requirements consistently",
		"long_link": "https://github.com/cplusplus/draft/pull/2890",
		"link": "https://wg21.link/edit2890",
		"status": "closed"
	},
	"EDIT2891": {
		"type": "editorial",
		"title": "Remove four extraneous spaces from parameter lists ([rand.device] and [rand.util.seedseq])",
		"long_link": "https://github.com/cplusplus/draft/pull/2891",
		"link": "https://wg21.link/edit2891",
		"status": "closed"
	},
	"EDIT2892": {
		"type": "editorial",
		"title": "[dcl.init.aggr]/1 An aggregate can have private or protected data members",
		"long_link": "https://github.com/cplusplus/draft/pull/2892",
		"link": "https://wg21.link/edit2892",
		"status": "closed"
	},
	"EDIT2893": {
		"type": "editorial",
		"title": "[temp.inst] Specializations can be implicitly instantiated infinitely",
		"long_link": "https://github.com/cplusplus/draft/issues/2893",
		"link": "https://wg21.link/edit2893",
		"status": "open"
	},
	"EDIT2894": {
		"type": "editorial",
		"title": "[range.counted] Misplaced [range.counted]",
		"long_link": "https://github.com/cplusplus/draft/issues/2894",
		"link": "https://wg21.link/edit2894",
		"status": "closed"
	},
	"EDIT2895": {
		"type": "editorial",
		"title": "[time.cal.ymwd.nonmembers] Fix typo in parameter names.",
		"long_link": "https://github.com/cplusplus/draft/pull/2895",
		"link": "https://wg21.link/edit2895",
		"status": "closed"
	},
	"EDIT2896": {
		"type": "editorial",
		"title": "[std] Show stable labels for tables.",
		"long_link": "https://github.com/cplusplus/draft/pull/2896",
		"link": "https://wg21.link/edit2896",
		"status": "open"
	},
	"EDIT2897": {
		"type": "editorial",
		"title": "[module.reach, dcl.fct.def.coroutine] Fix index redirects.",
		"long_link": "https://github.com/cplusplus/draft/pull/2897",
		"link": "https://wg21.link/edit2897",
		"status": "closed"
	},
	"EDIT2898": {
		"type": "editorial",
		"title": "[ranges] Fix index entries for operator!=.",
		"long_link": "https://github.com/cplusplus/draft/pull/2898",
		"link": "https://wg21.link/edit2898",
		"status": "closed"
	},
	"EDIT2899": {
		"type": "editorial",
		"title": "[range.prim.size] Clarify by adding 'respectively'.",
		"long_link": "https://github.com/cplusplus/draft/pull/2899",
		"link": "https://wg21.link/edit2899",
		"status": "open"
	},
	"EDIT2900": {
		"type": "editorial",
		"title": "[time.zone.info] Return is not specified for sys_info/local_info streaming operator",
		"long_link": "https://github.com/cplusplus/draft/issues/2900",
		"link": "https://wg21.link/edit2900",
		"status": "closed"
	},
	"EDIT2901": {
		"type": "editorial",
		"title": "[time.zone.info] Add missing 'Returns' items.",
		"long_link": "https://github.com/cplusplus/draft/pull/2901",
		"link": "https://wg21.link/edit2901",
		"status": "closed"
	},
	"EDIT2902": {
		"type": "editorial",
		"title": "[expr.sizeof,expr.alignof,expr.unary.noexcept] Clarify value category.",
		"long_link": "https://github.com/cplusplus/draft/pull/2902",
		"link": "https://wg21.link/edit2902",
		"status": "closed"
	},
	"EDIT2903": {
		"type": "editorial",
		"title": "[except.terminate] thread has move-assignment, not copy",
		"long_link": "https://github.com/cplusplus/draft/pull/2903",
		"link": "https://wg21.link/edit2903",
		"status": "closed"
	},
	"EDIT2904": {
		"type": "editorial",
		"title": "[allocator.adaptor.syn] Avoid confusing term 'memory resource'.",
		"long_link": "https://github.com/cplusplus/draft/pull/2904",
		"link": "https://wg21.link/edit2904",
		"status": "closed"
	},
	"EDIT2905": {
		"type": "editorial",
		"title": "[std] Consistently use 'immediately-declared constraint'.",
		"long_link": "https://github.com/cplusplus/draft/pull/2905",
		"link": "https://wg21.link/edit2905",
		"status": "open"
	},
	"EDIT2906": {
		"type": "editorial",
		"title": "[basic.compound] Replace four refs with a single one to [dcl.meaning]",
		"long_link": "https://github.com/cplusplus/draft/pull/2906",
		"link": "https://wg21.link/edit2906",
		"status": "closed"
	},
	"EDIT2907": {
		"type": "editorial",
		"title": "[dcl.mptr] Add \\pnum to note",
		"long_link": "https://github.com/cplusplus/draft/pull/2907",
		"link": "https://wg21.link/edit2907",
		"status": "closed"
	},
	"EDIT2908": {
		"type": "editorial",
		"title": "[stmt.stmt,basic.scope.block] Remove normative redundancy.",
		"long_link": "https://github.com/cplusplus/draft/pull/2908",
		"link": "https://wg21.link/edit2908",
		"status": "closed"
	},
	"EDIT2909": {
		"type": "editorial",
		"title": "[dcl.type.simple]/2 erroneous statement about a type-specifier",
		"long_link": "https://github.com/cplusplus/draft/issues/2909",
		"link": "https://wg21.link/edit2909",
		"status": "closed"
	},
	"EDIT2910": {
		"type": "editorial",
		"title": "P0457R2 - links in TOC point to R1",
		"long_link": "https://github.com/cplusplus/draft/issues/2910",
		"link": "https://wg21.link/edit2910",
		"status": "closed"
	},
	"EDIT2911": {
		"type": "editorial",
		"title": "[except.uncaught] Clarify duration of uncaught exception.",
		"long_link": "https://github.com/cplusplus/draft/pull/2911",
		"link": "https://wg21.link/edit2911",
		"status": "closed"
	},
	"EDIT2912": {
		"type": "editorial",
		"title": "[over.call.object] Fix surrogate calls with regards to cv-qualifiers",
		"long_link": "https://github.com/cplusplus/draft/pull/2912",
		"link": "https://wg21.link/edit2912",
		"status": "closed"
	},
	"EDIT2913": {
		"type": "editorial",
		"title": "[dcl.fct.def.default] Add missing comma in p5",
		"long_link": "https://github.com/cplusplus/draft/pull/2913",
		"link": "https://wg21.link/edit2913",
		"status": "closed"
	},
	"EDIT2914": {
		"type": "editorial",
		"title": "[range.semi.wrap] Rename \"semiregular\" to \"semiregular-box\"",
		"long_link": "https://github.com/cplusplus/draft/pull/2914",
		"link": "https://wg21.link/edit2914",
		"status": "closed"
	},
	"EDIT2915": {
		"type": "editorial",
		"title": "[time.cal.ymwdlast.members] Move class-level sentence to previous section",
		"long_link": "https://github.com/cplusplus/draft/issues/2915",
		"link": "https://wg21.link/edit2915",
		"status": "closed"
	},
	"EDIT2916": {
		"type": "editorial",
		"title": "[module.interface] Use 'namespace-definition',",
		"long_link": "https://github.com/cplusplus/draft/pull/2916",
		"link": "https://wg21.link/edit2916",
		"status": "closed"
	},
	"EDIT2917": {
		"type": "editorial",
		"title": "[stmt.return.coroutine] Move one level up to avoid hanging paragraphs.",
		"long_link": "https://github.com/cplusplus/draft/pull/2917",
		"link": "https://wg21.link/edit2917",
		"status": "closed"
	},
	"EDIT2918": {
		"type": "editorial",
		"title": "[expr.unary.op] Modernize wording for obtaining a pointer.",
		"long_link": "https://github.com/cplusplus/draft/pull/2918",
		"link": "https://wg21.link/edit2918",
		"status": "closed"
	},
	"EDIT2919": {
		"type": "editorial",
		"title": "[expr.unary.op] does not handle non-lvalue qualified-ids",
		"long_link": "https://github.com/cplusplus/draft/issues/2919",
		"link": "https://wg21.link/edit2919",
		"status": "closed"
	},
	"EDIT2920": {
		"type": "editorial",
		"title": "[expr.add] Avoid x[i] syntax when defining pointer arithmetic.",
		"long_link": "https://github.com/cplusplus/draft/pull/2920",
		"link": "https://wg21.link/edit2920",
		"status": "closed"
	},
	"EDIT2921": {
		"type": "editorial",
		"title": "[unord.req] Consistently use 'Average case x, worst case y.'",
		"long_link": "https://github.com/cplusplus/draft/pull/2921",
		"link": "https://wg21.link/edit2921",
		"status": "closed"
	},
	"EDIT2922": {
		"type": "editorial",
		"title": "[expr.unary.op] Use bullets to clarify the address-of operator.",
		"long_link": "https://github.com/cplusplus/draft/pull/2922",
		"link": "https://wg21.link/edit2922",
		"status": "closed"
	},
	"EDIT2923": {
		"type": "editorial",
		"title": "[class.mfct.non-static] weird \\movedxref",
		"long_link": "https://github.com/cplusplus/draft/issues/2923",
		"link": "https://wg21.link/edit2923",
		"status": "closed"
	},
	"EDIT2924": {
		"type": "editorial",
		"title": "[conv.qual]/5 and footnote 67 are near-identical",
		"long_link": "https://github.com/cplusplus/draft/issues/2924",
		"link": "https://wg21.link/edit2924",
		"status": "open"
	},
	"EDIT2925": {
		"type": "editorial",
		"title": "[algorithms.parallel.exec],[alg.set.operations],[alg.min.max],[alg.clibrary] remove empty parens",
		"long_link": "https://github.com/cplusplus/draft/pull/2925",
		"link": "https://wg21.link/edit2925",
		"status": "closed"
	},
	"EDIT2926": {
		"type": "editorial",
		"title": "[xrefdelta] Remove spurious entry for no-op rename.",
		"long_link": "https://github.com/cplusplus/draft/pull/2926",
		"link": "https://wg21.link/edit2926",
		"status": "closed"
	},
	"EDIT2927": {
		"type": "editorial",
		"title": "[time.cal.ymwdlast.members] Move statement on class properties",
		"long_link": "https://github.com/cplusplus/draft/pull/2927",
		"link": "https://wg21.link/edit2927",
		"status": "closed"
	},
	"EDIT2928": {
		"type": "editorial",
		"title": "[lex] Fix stray uses of 'source character set'",
		"long_link": "https://github.com/cplusplus/draft/pull/2928",
		"link": "https://wg21.link/edit2928",
		"status": "closed"
	},
	"EDIT2929": {
		"type": "editorial",
		"title": "[range.split.outer] Convert trailing cross-reference to prefix style.",
		"long_link": "https://github.com/cplusplus/draft/pull/2929",
		"link": "https://wg21.link/edit2929",
		"status": "closed"
	},
	"EDIT2930": {
		"type": "editorial",
		"title": "[func.bind] needs de-shalling",
		"long_link": "https://github.com/cplusplus/draft/issues/2930",
		"link": "https://wg21.link/edit2930",
		"status": "closed"
	},
	"EDIT2931": {
		"type": "editorial",
		"title": "[iterator.requirements.general] The definition of \"counted range\" isn't properly annotated",
		"long_link": "https://github.com/cplusplus/draft/issues/2931",
		"link": "https://wg21.link/edit2931",
		"status": "closed"
	},
	"EDIT2932": {
		"type": "editorial",
		"title": "Counted ranges abuse mathematical notation",
		"long_link": "https://github.com/cplusplus/draft/issues/2932",
		"link": "https://wg21.link/edit2932",
		"status": "open"
	},
	"EDIT2933": {
		"type": "editorial",
		"title": "[move.sent.ops] Add missing description of move_sentinel::base",
		"long_link": "https://github.com/cplusplus/draft/pull/2933",
		"link": "https://wg21.link/edit2933",
		"status": "open"
	},
	"EDIT2934": {
		"type": "editorial",
		"title": "[dcl.init] Explicitly define \"initializer expression\"",
		"long_link": "https://github.com/cplusplus/draft/issues/2934",
		"link": "https://wg21.link/edit2934",
		"status": "open"
	},
	"EDIT2935": {
		"type": "editorial",
		"title": "[time.parse] Locale alternative specifiers for '%x'/'%X' are refering to producing instead of interpreting values",
		"long_link": "https://github.com/cplusplus/draft/issues/2935",
		"link": "https://wg21.link/edit2935",
		"status": "open"
	},
	"EDIT2936": {
		"type": "editorial",
		"title": "[list.erasure][forward.list.erasure] Fix missing lambda braces",
		"long_link": "https://github.com/cplusplus/draft/pull/2936",
		"link": "https://wg21.link/edit2936",
		"status": "closed"
	},
	"EDIT2937": {
		"type": "editorial",
		"title": "[range.filter.sentinel] Correct typo in constructor Effects",
		"long_link": "https://github.com/cplusplus/draft/pull/2937",
		"link": "https://wg21.link/edit2937",
		"status": "closed"
	},
	"EDIT2938": {
		"type": "editorial",
		"title": "[dcl.type.auto.deduct]/2.3 superfluous?",
		"long_link": "https://github.com/cplusplus/draft/issues/2938",
		"link": "https://wg21.link/edit2938",
		"status": "open"
	},
	"EDIT2939": {
		"type": "editorial",
		"title": "[temp.friend]/2: Last sentence redundant?",
		"long_link": "https://github.com/cplusplus/draft/issues/2939",
		"link": "https://wg21.link/edit2939",
		"status": "open"
	},
	"EDIT2940": {
		"type": "editorial",
		"title": "[conv.qual]/1 Example became incorrect after CWG2051 resolution",
		"long_link": "https://github.com/cplusplus/draft/issues/2940",
		"link": "https://wg21.link/edit2940",
		"status": "open"
	},
	"EDIT2941": {
		"type": "editorial",
		"title": "[expr.prim.lambda] Capture j so that it compiles",
		"long_link": "https://github.com/cplusplus/draft/pull/2941",
		"link": "https://wg21.link/edit2941",
		"status": "closed"
	},
	"EDIT2942": {
		"type": "editorial",
		"title": "[conv.qual] Fix example for cv-decomposition.",
		"long_link": "https://github.com/cplusplus/draft/pull/2942",
		"link": "https://wg21.link/edit2942",
		"status": "open"
	},
	"EDIT2943": {
		"type": "editorial",
		"title": "[iterator.synopsis] Copy constraint for iterator_traits<T*> from [iterator.traits]/5",
		"long_link": "https://github.com/cplusplus/draft/pull/2943",
		"link": "https://wg21.link/edit2943",
		"status": "closed"
	},
	"EDIT2944": {
		"type": "editorial",
		"title": "[expr.prim.req]/1 Incorrect reference to [temp.constr.decl]?",
		"long_link": "https://github.com/cplusplus/draft/issues/2944",
		"link": "https://wg21.link/edit2944",
		"status": "closed"
	},
	"EDIT2945": {
		"type": "editorial",
		"title": "[res.on.functions] Inconsistent list item punctuation",
		"long_link": "https://github.com/cplusplus/draft/issues/2945",
		"link": "https://wg21.link/edit2945",
		"status": "open"
	},
	"EDIT2946": {
		"type": "editorial",
		"title": "[res.on.functions] Properly capitalize full-sentence bullets.",
		"long_link": "https://github.com/cplusplus/draft/pull/2946",
		"link": "https://wg21.link/edit2946",
		"status": "open"
	},
	"EDIT2947": {
		"type": "editorial",
		"title": "[expr.prim.req] Fix cross-reference for substituting into constraints.",
		"long_link": "https://github.com/cplusplus/draft/pull/2947",
		"link": "https://wg21.link/edit2947",
		"status": "closed"
	},
	"EDIT2948": {
		"type": "editorial",
		"title": "[time.parse] Fix description of %Ex and %EX parse flags.",
		"long_link": "https://github.com/cplusplus/draft/pull/2948",
		"link": "https://wg21.link/edit2948",
		"status": "open"
	},
	"EDIT2949": {
		"type": "editorial",
		"title": "[time] Add missing \\tcode for a couple of \"Returns:\" clauses.",
		"long_link": "https://github.com/cplusplus/draft/pull/2949",
		"link": "https://wg21.link/edit2949",
		"status": "closed"
	},
	"EDIT2950": {
		"type": "editorial",
		"title": "[intro.object] Definition of \"most derived object\" does not match its use",
		"long_link": "https://github.com/cplusplus/draft/issues/2950",
		"link": "https://wg21.link/edit2950",
		"status": "open"
	},
	"EDIT2951": {
		"type": "editorial",
		"title": "Typo fixes for sample code comments related to modules.",
		"long_link": "https://github.com/cplusplus/draft/pull/2951",
		"link": "https://wg21.link/edit2951",
		"status": "open"
	},
	"EDIT2952": {
		"type": "editorial",
		"title": "[Concepts] Remove qualified-concept-name reference",
		"long_link": "https://github.com/cplusplus/draft/pull/2952",
		"link": "https://wg21.link/edit2952",
		"status": "closed"
	},
	"EDIT2953": {
		"type": "editorial",
		"title": "[basic.life]/5 was overlooked during CWG2256 resolution?",
		"long_link": "https://github.com/cplusplus/draft/issues/2953",
		"link": "https://wg21.link/edit2953",
		"status": "open"
	},
	"EDIT2954": {
		"type": "editorial",
		"title": "[basic.life] Lifetime of class objects is treated uniformly",
		"long_link": "https://github.com/cplusplus/draft/pull/2954",
		"link": "https://wg21.link/edit2954",
		"status": "open"
	},
	"EDIT2955": {
		"type": "editorial",
		"title": "[func.bind] Remove bogus 'shall's.",
		"long_link": "https://github.com/cplusplus/draft/pull/2955",
		"link": "https://wg21.link/edit2955",
		"status": "closed"
	},
	"EDIT2956": {
		"type": "editorial",
		"title": "[expr.reinterpret.cast] Properly capitalize full-sentence bullets.",
		"long_link": "https://github.com/cplusplus/draft/pull/2956",
		"link": "https://wg21.link/edit2956",
		"status": "closed"
	},
	"EDIT2957": {
		"type": "editorial",
		"title": "[temp.constr.constr] Add missing period at end of sentence.",
		"long_link": "https://github.com/cplusplus/draft/pull/2957",
		"link": "https://wg21.link/edit2957",
		"status": "closed"
	},
	"EDIT2958": {
		"type": "editorial",
		"title": "[dcl.asm] Rename grammar term 'asm-definition' to 'asm-declaration'",
		"long_link": "https://github.com/cplusplus/draft/pull/2958",
		"link": "https://wg21.link/edit2958",
		"status": "closed"
	},
	"EDIT2959": {
		"type": "editorial",
		"title": "An index of library concepts would be extremely useful",
		"long_link": "https://github.com/cplusplus/draft/issues/2959",
		"link": "https://wg21.link/edit2959",
		"status": "open"
	},
	"EDIT2960": {
		"type": "editorial",
		"title": "result_type missing from index of library names",
		"long_link": "https://github.com/cplusplus/draft/issues/2960",
		"link": "https://wg21.link/edit2960",
		"status": "open"
	},
	"EDIT2961": {
		"type": "editorial",
		"title": "[INDEX] Ensure index entry for all Cpp17Requirements",
		"long_link": "https://github.com/cplusplus/draft/pull/2961",
		"link": "https://wg21.link/edit2961",
		"status": "open"
	},
	"EDIT2962": {
		"type": "editorial",
		"title": "[unique.ptr] Clarify nullptr case in destructor and reset()",
		"long_link": "https://github.com/cplusplus/draft/pull/2962",
		"link": "https://wg21.link/edit2962",
		"status": "open"
	},
	"EDIT2963": {
		"type": "editorial",
		"title": "[alg.unique] p7.2.3 is very crowded",
		"long_link": "https://github.com/cplusplus/draft/issues/2963",
		"link": "https://wg21.link/edit2963",
		"status": "open"
	},
	"EDIT2964": {
		"type": "editorial",
		"title": "[temp.constr.order]/1 Remove extraneous \"the\"",
		"long_link": "https://github.com/cplusplus/draft/pull/2964",
		"link": "https://wg21.link/edit2964",
		"status": "closed"
	},
	"EDIT2965": {
		"type": "editorial",
		"title": "[intro.execution] Is `i = i++ + 1` really well-formed?",
		"long_link": "https://github.com/cplusplus/draft/issues/2965",
		"link": "https://wg21.link/edit2965",
		"status": "closed"
	},
	"EDIT2966": {
		"type": "editorial",
		"title": "Specifying hidden friends",
		"long_link": "https://github.com/cplusplus/draft/issues/2966",
		"link": "https://wg21.link/edit2966",
		"status": "open"
	},
	"EDIT2967": {
		"type": "editorial",
		"title": "[class.temporary]/2 Replace `A::operator=(const A&)`by `X::operator=(const X&)`",
		"long_link": "https://github.com/cplusplus/draft/issues/2967",
		"link": "https://wg21.link/edit2967",
		"status": "open"
	},
	"EDIT2968": {
		"type": "editorial",
		"title": "[basic.lookup.argdep]/5 Missing export in `apply(T t, U u)` ?",
		"long_link": "https://github.com/cplusplus/draft/issues/2968",
		"link": "https://wg21.link/edit2968",
		"status": "open"
	},
	"EDIT2969": {
		"type": "editorial",
		"title": "Use of bitmasks in [stringbuf]",
		"long_link": "https://github.com/cplusplus/draft/issues/2969",
		"link": "https://wg21.link/edit2969",
		"status": "open"
	},
	"EDIT2970": {
		"type": "editorial",
		"title": "Indexing of ios_base members",
		"long_link": "https://github.com/cplusplus/draft/issues/2970",
		"link": "https://wg21.link/edit2970",
		"status": "open"
	},
	"EDIT2971": {
		"type": "editorial",
		"title": "[complex.literals] Remove bogus index entry",
		"long_link": "https://github.com/cplusplus/draft/pull/2971",
		"link": "https://wg21.link/edit2971",
		"status": "open"
	},
	"EDIT2972": {
		"type": "editorial",
		"title": "Which library features appear in the main index is inconsistent",
		"long_link": "https://github.com/cplusplus/draft/issues/2972",
		"link": "https://wg21.link/edit2972",
		"status": "open"
	},
	"EDIT2973": {
		"type": "editorial",
		"title": "[basic.lookup.argdep]/5 Added export to `apply(T t, U u)`",
		"long_link": "https://github.com/cplusplus/draft/pull/2973",
		"link": "https://wg21.link/edit2973",
		"status": "open"
	},
	"EDIT2974": {
		"type": "editorial",
		"title": "\"member class\" <- \"nested class\"",
		"long_link": "https://github.com/cplusplus/draft/issues/2974",
		"link": "https://wg21.link/edit2974",
		"status": "open"
	},
	"EDIT2975": {
		"type": "editorial",
		"title": "Avoid use of \"comprise\"",
		"long_link": "https://github.com/cplusplus/draft/issues/2975",
		"link": "https://wg21.link/edit2975",
		"status": "open"
	},
	"EDIT2976": {
		"type": "editorial",
		"title": "cross-references for \"explicit type conversion\"",
		"long_link": "https://github.com/cplusplus/draft/issues/2976",
		"link": "https://wg21.link/edit2976",
		"status": "open"
	},
	"EDIT2977": {
		"type": "editorial",
		"title": "[expr.ass] Excise mention of class types",
		"long_link": "https://github.com/cplusplus/draft/issues/2977",
		"link": "https://wg21.link/edit2977",
		"status": "open"
	},
	"EDIT2978": {
		"type": "editorial",
		"title": "[dcl.attr.*] and Recommended Practice",
		"long_link": "https://github.com/cplusplus/draft/issues/2978",
		"link": "https://wg21.link/edit2978",
		"status": "open"
	},
	"EDIT2979": {
		"type": "editorial",
		"title": "Solve \"CWG 2389. Agreement of deduced and explicitly-specified variable types\" editorially",
		"long_link": "https://github.com/cplusplus/draft/issues/2979",
		"link": "https://wg21.link/edit2979",
		"status": "open"
	},
	"EDIT2980": {
		"type": "editorial",
		"title": "[2019-07 CWG Motion 1] P1510R0 Core Language Working Group \"tentatively ready\" Issues",
		"long_link": "https://github.com/cplusplus/draft/issues/2980",
		"link": "https://wg21.link/edit2980",
		"status": "open"
	},
	"EDIT2981": {
		"type": "editorial",
		"title": "[2019-07 CWG Motion 2] P1161R3 Deprecate uses of the comma operator in subscripting expressions",
		"long_link": "https://github.com/cplusplus/draft/issues/2981",
		"link": "https://wg21.link/edit2981",
		"status": "open"
	},
	"EDIT2982": {
		"type": "editorial",
		"title": "[2019-07 CWG Motion 3] P1331R2 Permitting trivial default initialization in constexpr contexts",
		"long_link": "https://github.com/cplusplus/draft/issues/2982",
		"link": "https://wg21.link/edit2982",
		"status": "open"
	},
	"EDIT2983": {
		"type": "editorial",
		"title": "[2019-07 CWG Motion 4] P0735R1 Interaction of memory_order_consume with release sequences",
		"long_link": "https://github.com/cplusplus/draft/issues/2983",
		"link": "https://wg21.link/edit2983",
		"status": "open"
	},
	"EDIT2984": {
		"type": "editorial",
		"title": "[2019-07 CWG Motion 5] P0848R3 Conditionally Trivial Special Member Functions",
		"long_link": "https://github.com/cplusplus/draft/issues/2984",
		"link": "https://wg21.link/edit2984",
		"status": "open"
	},
	"EDIT2985": {
		"type": "editorial",
		"title": "[2019-07 CWG Motion 6] P1186R3 When do you actually use <=>?",
		"long_link": "https://github.com/cplusplus/draft/issues/2985",
		"link": "https://wg21.link/edit2985",
		"status": "open"
	},
	"EDIT2986": {
		"type": "editorial",
		"title": "[2019-07 CWG Motion 7] P1301R4 [[nodiscard(\"should have a reason\")]]",
		"long_link": "https://github.com/cplusplus/draft/issues/2986",
		"link": "https://wg21.link/edit2986",
		"status": "open"
	},
	"EDIT2987": {
		"type": "editorial",
		"title": "[2019-07 CWG Motion 8] P1099R5 Using Enum",
		"long_link": "https://github.com/cplusplus/draft/issues/2987",
		"link": "https://wg21.link/edit2987",
		"status": "open"
	},
	"EDIT2988": {
		"type": "editorial",
		"title": "[2019-07 CWG Motion 9] P1630R1 Spaceship needs a tune-up",
		"long_link": "https://github.com/cplusplus/draft/issues/2988",
		"link": "https://wg21.link/edit2988",
		"status": "open"
	},
	"EDIT2989": {
		"type": "editorial",
		"title": "[2019-07 CWG Motion 10] P1616R1 Using unconstrained template template parameters with constrained templates",
		"long_link": "https://github.com/cplusplus/draft/issues/2989",
		"link": "https://wg21.link/edit2989",
		"status": "open"
	},
	"EDIT2990": {
		"type": "editorial",
		"title": "[2019-07 CWG Motion 11] P1816R0 Wording for class template argument deduction for aggregates",
		"long_link": "https://github.com/cplusplus/draft/issues/2990",
		"link": "https://wg21.link/edit2990",
		"status": "open"
	},
	"EDIT2991": {
		"type": "editorial",
		"title": "[2019-07 CWG Motion 12] P1668R1 Enabling constexpr Intrinsics By Permitting Unevaluated inline-assembly in constexpr Functions",
		"long_link": "https://github.com/cplusplus/draft/issues/2991",
		"link": "https://wg21.link/edit2991",
		"status": "open"
	},
	"EDIT2992": {
		"type": "editorial",
		"title": "[2019-07 CWG Motion 13] P1766R1 Mitigating minor modules maladies",
		"long_link": "https://github.com/cplusplus/draft/issues/2992",
		"link": "https://wg21.link/edit2992",
		"status": "open"
	},
	"EDIT2993": {
		"type": "editorial",
		"title": "[2019-07 CWG Motion 14] P1811R0 Relaxing redefinition restrictions for re-exportation robustness",
		"long_link": "https://github.com/cplusplus/draft/issues/2993",
		"link": "https://wg21.link/edit2993",
		"status": "open"
	},
	"EDIT2994": {
		"type": "editorial",
		"title": "Delete irrelevant copy-paste from previous section",
		"long_link": "https://github.com/cplusplus/draft/pull/2994",
		"link": "https://wg21.link/edit2994",
		"status": "open"
	},
	"EDIT2995": {
		"type": "editorial",
		"title": "[2019-07 CWG Motion 15] P0388R4 Permit conversions to arrays of unknown bound",
		"long_link": "https://github.com/cplusplus/draft/issues/2995",
		"link": "https://wg21.link/edit2995",
		"status": "open"
	},
	"EDIT2996": {
		"type": "editorial",
		"title": "[2019-07 CWG Motion 16] P1823R0 Remove Contracts from C++20",
		"long_link": "https://github.com/cplusplus/draft/issues/2996",
		"link": "https://wg21.link/edit2996",
		"status": "open"
	},
	"EDIT2997": {
		"type": "editorial",
		"title": "[2019-07 CWG Motion 17] P1143R2 Adding the constinit keyword",
		"long_link": "https://github.com/cplusplus/draft/issues/2997",
		"link": "https://wg21.link/edit2997",
		"status": "open"
	},
	"EDIT2998": {
		"type": "editorial",
		"title": "[2019-07 CWG Motion 18 P1452R2 On the non-uniform semantics of return-type-requirements",
		"long_link": "https://github.com/cplusplus/draft/issues/2998",
		"link": "https://wg21.link/edit2998",
		"status": "open"
	},
	"EDIT2999": {
		"type": "editorial",
		"title": "[2019-07 CWG Motion 19] P1152R4 Deprecating volatile",
		"long_link": "https://github.com/cplusplus/draft/issues/2999",
		"link": "https://wg21.link/edit2999",
		"status": "open"
	},
	"EDIT3000": {
		"type": "editorial",
		"title": "[2019-07 CWG Motion 20] P1771R1 ([[nodiscard]] for constructors",
		"long_link": "https://github.com/cplusplus/draft/issues/3000",
		"link": "https://wg21.link/edit3000",
		"status": "open"
	},
	"EDIT3001": {
		"type": "editorial",
		"title": "[2019-07 CWG Motion 21] P1814R0 Wording for Class Template Argument Deduction for Alias Template",
		"long_link": "https://github.com/cplusplus/draft/issues/3001",
		"link": "https://wg21.link/edit3001",
		"status": "open"
	},
	"EDIT3002": {
		"type": "editorial",
		"title": "[2019-07 CWG Motion 23] P1825R0 Merged wording for P0527R1 and P1155R3",
		"long_link": "https://github.com/cplusplus/draft/issues/3002",
		"link": "https://wg21.link/edit3002",
		"status": "open"
	},
	"EDIT3003": {
		"type": "editorial",
		"title": "[2019-07 CWG Motion 24] P1703R1 Recognizing Header Unit Imports Requires Full Preprocessing",
		"long_link": "https://github.com/cplusplus/draft/issues/3003",
		"link": "https://wg21.link/edit3003",
		"status": "open"
	},
	"EDIT3004": {
		"type": "editorial",
		"title": "[2019-07 CWG Motion 25] P0784R7 More constexpr containers",
		"long_link": "https://github.com/cplusplus/draft/issues/3004",
		"link": "https://wg21.link/edit3004",
		"status": "open"
	},
	"EDIT3005": {
		"type": "editorial",
		"title": "[2019-07 LWG Motion 1] P1724R0 C++ Standard Library Issues to be moved in Cologne",
		"long_link": "https://github.com/cplusplus/draft/issues/3005",
		"link": "https://wg21.link/edit3005",
		"status": "open"
	},
	"EDIT3006": {
		"type": "editorial",
		"title": "[2019-07 LWG Motion 2]  P1355R2 Exposing a narrow contract for ceil2",
		"long_link": "https://github.com/cplusplus/draft/issues/3006",
		"link": "https://wg21.link/edit3006",
		"status": "open"
	},
	"EDIT3007": {
		"type": "editorial",
		"title": "[2019-07 LWG Motion 3] P0553R4 Bit operations",
		"long_link": "https://github.com/cplusplus/draft/issues/3007",
		"link": "https://wg21.link/edit3007",
		"status": "open"
	},
	"EDIT3008": {
		"type": "editorial",
		"title": "[2019-07 LWG Motion 4] P1424R1 'constexpr' feature macro concerns",
		"long_link": "https://github.com/cplusplus/draft/issues/3008",
		"link": "https://wg21.link/edit3008",
		"status": "open"
	},
	"EDIT3009": {
		"type": "editorial",
		"title": "[2019-07 LWG Motion 5] P0645R10 Text Formatting",
		"long_link": "https://github.com/cplusplus/draft/issues/3009",
		"link": "https://wg21.link/edit3009",
		"status": "open"
	},
	"EDIT3010": {
		"type": "editorial",
		"title": "[2019-07 LWG Motion 6] P1361R2 Integration of chrono with text formatting",
		"long_link": "https://github.com/cplusplus/draft/issues/3010",
		"link": "https://wg21.link/edit3010",
		"status": "open"
	},
	"EDIT3011": {
		"type": "editorial",
		"title": "[2019-07 LWG Motion 7] P1652R1 Printf corner cases in std::format",
		"long_link": "https://github.com/cplusplus/draft/issues/3011",
		"link": "https://wg21.link/edit3011",
		"status": "open"
	},
	"EDIT3012": {
		"type": "editorial",
		"title": "[2019-07 LWG Motion 8] P0631R8 Math Constants",
		"long_link": "https://github.com/cplusplus/draft/issues/3012",
		"link": "https://wg21.link/edit3012",
		"status": "open"
	},
	"EDIT3013": {
		"type": "editorial",
		"title": "[2019-07 LWG Motion 9] P1135R6 The C++20 Synchronization Library",
		"long_link": "https://github.com/cplusplus/draft/issues/3013",
		"link": "https://wg21.link/edit3013",
		"status": "open"
	},
	"EDIT3014": {
		"type": "editorial",
		"title": "[2019-07 LWG Motion 10] P1466R3 Miscellaneous minor fixes for chrono",
		"long_link": "https://github.com/cplusplus/draft/issues/3014",
		"link": "https://wg21.link/edit3014",
		"status": "open"
	},
	"EDIT3015": {
		"type": "editorial",
		"title": "[2019-07 LWG Motion 11] P1754R1 Rename concepts to standard_case for C++20",
		"long_link": "https://github.com/cplusplus/draft/issues/3015",
		"link": "https://wg21.link/edit3015",
		"status": "open"
	},
	"EDIT3016": {
		"type": "editorial",
		"title": "[2019-07 LWG Motion 12] P1614R2 The Mothership has Landed",
		"long_link": "https://github.com/cplusplus/draft/issues/3016",
		"link": "https://wg21.link/edit3016",
		"status": "open"
	},
	"EDIT3017": {
		"type": "editorial",
		"title": "[2019-07 LWG Motion 13] P0325R4 to_array from LFTS with updates",
		"long_link": "https://github.com/cplusplus/draft/issues/3017",
		"link": "https://wg21.link/edit3017",
		"status": "open"
	},
	"EDIT3018": {
		"type": "editorial",
		"title": "[2019-07 LWG Motion 14] P0408R7 Efficient Access to basic_stringbuf ’s Buffer",
		"long_link": "https://github.com/cplusplus/draft/issues/3018",
		"link": "https://wg21.link/edit3018",
		"status": "open"
	},
	"EDIT3019": {
		"type": "editorial",
		"title": "[2019-07 LWG Motion 15] P1423R3 char8_t backward compatibility remediation",
		"long_link": "https://github.com/cplusplus/draft/issues/3019",
		"link": "https://wg21.link/edit3019",
		"status": "open"
	},
	"EDIT3020": {
		"type": "editorial",
		"title": "[2019-07 LWG Motion 16] P1502R1 Standard library header units for C++20",
		"long_link": "https://github.com/cplusplus/draft/issues/3020",
		"link": "https://wg21.link/edit3020",
		"status": "open"
	},
	"EDIT3021": {
		"type": "editorial",
		"title": "[2019-07 LWG Motion 17] P1612R1 Relocate Endian’s Specification",
		"long_link": "https://github.com/cplusplus/draft/issues/3021",
		"link": "https://wg21.link/edit3021",
		"status": "open"
	},
	"EDIT3022": {
		"type": "editorial",
		"title": "[2019-07 LWG Motion 18] P1661R1 Remove dedicated precalculated hash lookup interface",
		"long_link": "https://github.com/cplusplus/draft/issues/3022",
		"link": "https://wg21.link/edit3022",
		"status": "open"
	},
	"EDIT3023": {
		"type": "editorial",
		"title": "[2019-07 LWG Motion 19] P1650R0 Output std::chrono::days with 'd' suffix",
		"long_link": "https://github.com/cplusplus/draft/issues/3023",
		"link": "https://wg21.link/edit3023",
		"status": "open"
	},
	"EDIT3024": {
		"type": "editorial",
		"title": "[2019-07 LWG Motion 20] P1651R0 bind_front should not unwrap reference_wrapper",
		"long_link": "https://github.com/cplusplus/draft/issues/3024",
		"link": "https://wg21.link/edit3024",
		"status": "open"
	},
	"EDIT3025": {
		"type": "editorial",
		"title": "[2019-07 LWG Motion 21] P1065R2 Constexpr INVOKE",
		"long_link": "https://github.com/cplusplus/draft/issues/3025",
		"link": "https://wg21.link/edit3025",
		"status": "open"
	},
	"EDIT3026": {
		"type": "editorial",
		"title": "[2019-07 LWG Motion 22] P1207R4 Movability of Single-pass Iterators",
		"long_link": "https://github.com/cplusplus/draft/issues/3026",
		"link": "https://wg21.link/edit3026",
		"status": "open"
	},
	"EDIT3027": {
		"type": "editorial",
		"title": "[2019-07 LWG Motion 23] P1035R7 Input Range Adaptors",
		"long_link": "https://github.com/cplusplus/draft/issues/3027",
		"link": "https://wg21.link/edit3027",
		"status": "open"
	},
	"EDIT3028": {
		"type": "editorial",
		"title": "[2019-07 LWG Motion 24] P1638R1 basic_istream_view::iterator should not be copyable",
		"long_link": "https://github.com/cplusplus/draft/issues/3028",
		"link": "https://wg21.link/edit3028",
		"status": "open"
	},
	"EDIT3029": {
		"type": "editorial",
		"title": "[2019-07 LWG Motion 25] P1522R1 Iterator Difference Type and Integer Overflow",
		"long_link": "https://github.com/cplusplus/draft/issues/3029",
		"link": "https://wg21.link/edit3029",
		"status": "open"
	},
	"EDIT3030": {
		"type": "editorial",
		"title": "[2019-07 LWG Motion 26] P1004R2 Making std::vector constexpr",
		"long_link": "https://github.com/cplusplus/draft/issues/3030",
		"link": "https://wg21.link/edit3030",
		"status": "open"
	},
	"EDIT3031": {
		"type": "editorial",
		"title": "[2019-07 LWG Motion 27] P0980R1 Making std::string constexpr",
		"long_link": "https://github.com/cplusplus/draft/issues/3031",
		"link": "https://wg21.link/edit3031",
		"status": "open"
	},
	"EDIT3032": {
		"type": "editorial",
		"title": "[2019-07 LWG Motion 28] P0660R10 Stop Token and Joining Thread, Rev 10",
		"long_link": "https://github.com/cplusplus/draft/issues/3032",
		"link": "https://wg21.link/edit3032",
		"status": "open"
	},
	"EDIT3033": {
		"type": "editorial",
		"title": "[2019-07 LWG Motion 29] P1474R1 Helpful pointers for ContiguousIterator",
		"long_link": "https://github.com/cplusplus/draft/issues/3033",
		"link": "https://wg21.link/edit3033",
		"status": "open"
	},
	"EDIT3034": {
		"type": "editorial",
		"title": "[2019-07 LWG Motion 30] P1523R1 Views and Size Types",
		"long_link": "https://github.com/cplusplus/draft/issues/3034",
		"link": "https://wg21.link/edit3034",
		"status": "open"
	},
	"EDIT3035": {
		"type": "editorial",
		"title": "[2019-07 LWG Motion 31] P0466R5 Layout-compatibility and Pointer-interconvertibility Traits",
		"long_link": "https://github.com/cplusplus/draft/issues/3035",
		"link": "https://wg21.link/edit3035",
		"status": "open"
	},
	"EDIT3036": {
		"type": "editorial",
		"title": "[2019-07 LWG Motion 32] P1208R6 Adopt source_location for C++20",
		"long_link": "https://github.com/cplusplus/draft/issues/3036",
		"link": "https://wg21.link/edit3036",
		"status": "open"
	},
	"EDIT3037": {
		"type": "editorial",
		"title": "P1208R6 Adopt source_location for C++20",
		"long_link": "https://github.com/cplusplus/draft/pull/3037",
		"link": "https://wg21.link/edit3037",
		"status": "open"
	},
	"EDIT3038": {
		"type": "editorial",
		"title": "P1355R2 Exposing a narrow contract for ceil2",
		"long_link": "https://github.com/cplusplus/draft/pull/3038",
		"link": "https://wg21.link/edit3038",
		"status": "open"
	},
	"EDIT3039": {
		"type": "editorial",
		"title": "P0553R4 Bit operations",
		"long_link": "https://github.com/cplusplus/draft/pull/3039",
		"link": "https://wg21.link/edit3039",
		"status": "open"
	},
	"EDIT3040": {
		"type": "editorial",
		"title": "P1161R3 Deprecate uses of the comma operator in subscripting expressions",
		"long_link": "https://github.com/cplusplus/draft/pull/3040",
		"link": "https://wg21.link/edit3040",
		"status": "open"
	},
	"EDIT3041": {
		"type": "editorial",
		"title": "P1331R2 Permitting trivial default initialization in constexpr contexts",
		"long_link": "https://github.com/cplusplus/draft/pull/3041",
		"link": "https://wg21.link/edit3041",
		"status": "open"
	},
	"EDIT3042": {
		"type": "editorial",
		"title": "P0735R1 Interaction of memory_order_consume with release sequences",
		"long_link": "https://github.com/cplusplus/draft/pull/3042",
		"link": "https://wg21.link/edit3042",
		"status": "open"
	},
	"EDIT3043": {
		"type": "editorial",
		"title": "P0848R3 Conditionally Trivial Special Member Functions",
		"long_link": "https://github.com/cplusplus/draft/pull/3043",
		"link": "https://wg21.link/edit3043",
		"status": "open"
	},
	"EDIT3044": {
		"type": "editorial",
		"title": " P1186R3 When do you actually use <=>?",
		"long_link": "https://github.com/cplusplus/draft/pull/3044",
		"link": "https://wg21.link/edit3044",
		"status": "open"
	},
	"EDIT3045": {
		"type": "editorial",
		"title": "P0631R8 Math constants",
		"long_link": "https://github.com/cplusplus/draft/pull/3045",
		"link": "https://wg21.link/edit3045",
		"status": "open"
	},
	"EDIT3046": {
		"type": "editorial",
		"title": " P1301R4 [[nodiscard(\"should have a reason\")]]",
		"long_link": "https://github.com/cplusplus/draft/pull/3046",
		"link": "https://wg21.link/edit3046",
		"status": "open"
	},
	"EDIT3047": {
		"type": "editorial",
		"title": " P1099R5 Using enum",
		"long_link": "https://github.com/cplusplus/draft/pull/3047",
		"link": "https://wg21.link/edit3047",
		"status": "open"
	},
	"EDIT3048": {
		"type": "editorial",
		"title": "P1630R1 Spaceship needs a tune-up",
		"long_link": "https://github.com/cplusplus/draft/pull/3048",
		"link": "https://wg21.link/edit3048",
		"status": "open"
	},
	"EDIT3049": {
		"type": "editorial",
		"title": "P1207R4 Movability of Single-pass Iterators",
		"long_link": "https://github.com/cplusplus/draft/pull/3049",
		"link": "https://wg21.link/edit3049",
		"status": "open"
	},
	"EDIT3050": {
		"type": "editorial",
		"title": "[is.sorted] Add missing \"return\" and semi-colon",
		"long_link": "https://github.com/cplusplus/draft/pull/3050",
		"link": "https://wg21.link/edit3050",
		"status": "open"
	},
	"EDIT3051": {
		"type": "editorial",
		"title": "Variable templates for type traits not in index of library names",
		"long_link": "https://github.com/cplusplus/draft/issues/3051",
		"link": "https://wg21.link/edit3051",
		"status": "open"
	},
	"EDIT3052": {
		"type": "editorial",
		"title": "P1651R0 bind_front should not unwrap reference_wrapper",
		"long_link": "https://github.com/cplusplus/draft/pull/3052",
		"link": "https://wg21.link/edit3052",
		"status": "open"
	},
	"EDIT3053": {
		"type": "editorial",
		"title": "P1650R0 Output std::chrono::days with 'd' suffix",
		"long_link": "https://github.com/cplusplus/draft/pull/3053",
		"link": "https://wg21.link/edit3053",
		"status": "open"
	},
	"EDIT3054": {
		"type": "editorial",
		"title": "Example LaTeX on style wiki does not demonstrate good semantic line breaking",
		"long_link": "https://github.com/cplusplus/draft/issues/3054",
		"link": "https://wg21.link/edit3054",
		"status": "closed"
	},
	"EDIT3055": {
		"type": "editorial",
		"title": "P1502R1 Standard library header units for C++20",
		"long_link": "https://github.com/cplusplus/draft/pull/3055",
		"link": "https://wg21.link/edit3055",
		"status": "open"
	},
	"EDIT3056": {
		"type": "editorial",
		"title": "P1523R1 Views and Size Types",
		"long_link": "https://github.com/cplusplus/draft/pull/3056",
		"link": "https://wg21.link/edit3056",
		"status": "open"
	},
	"EDIT3057": {
		"type": "editorial",
		"title": "P1474R1 Helpful pointers for ContiguousIterator",
		"long_link": "https://github.com/cplusplus/draft/pull/3057",
		"link": "https://wg21.link/edit3057",
		"status": "open"
	},
	"EDIT3058": {
		"type": "editorial",
		"title": "P0325R4 to_array from LFTS with updates",
		"long_link": "https://github.com/cplusplus/draft/pull/3058",
		"link": "https://wg21.link/edit3058",
		"status": "open"
	},
	"EDIT3059": {
		"type": "editorial",
		"title": "P1423R3 char8_t backward compatibility remediation",
		"long_link": "https://github.com/cplusplus/draft/pull/3059",
		"link": "https://wg21.link/edit3059",
		"status": "open"
	},
	"EDIT3060": {
		"type": "editorial",
		"title": "P1612R1 Relocate endian’s specification",
		"long_link": "https://github.com/cplusplus/draft/pull/3060",
		"link": "https://wg21.link/edit3060",
		"status": "open"
	},
	"EDIT3061": {
		"type": "editorial",
		"title": "P1661R1 Remove dedicated precalculated hash lookup interface",
		"long_link": "https://github.com/cplusplus/draft/pull/3061",
		"link": "https://wg21.link/edit3061",
		"status": "open"
	},
	"EDIT3062": {
		"type": "editorial",
		"title": "P1771R1 [[nodiscard]] for constructors",
		"long_link": "https://github.com/cplusplus/draft/pull/3062",
		"link": "https://wg21.link/edit3062",
		"status": "open"
	},
	"EDIT3063": {
		"type": "editorial",
		"title": "P1152R4 Deprecating volatile",
		"long_link": "https://github.com/cplusplus/draft/pull/3063",
		"link": "https://wg21.link/edit3063",
		"status": "open"
	},
	"EDIT3064": {
		"type": "editorial",
		"title": "Use of \"cv\" and \"void types\" in type traits tables",
		"long_link": "https://github.com/cplusplus/draft/issues/3064",
		"link": "https://wg21.link/edit3064",
		"status": "open"
	},
	"EDIT3065": {
		"type": "editorial",
		"title": "P0466R5 Layout-compatibility and Pointer-interconvertibility Traits",
		"long_link": "https://github.com/cplusplus/draft/pull/3065",
		"link": "https://wg21.link/edit3065",
		"status": "open"
	},
	"EDIT3066": {
		"type": "editorial",
		"title": "P1452R2 On the non-uniform semantics of return-type-requirements",
		"long_link": "https://github.com/cplusplus/draft/pull/3066",
		"link": "https://wg21.link/edit3066",
		"status": "open"
	},
	"EDIT3067": {
		"type": "editorial",
		"title": "[coroutine.handle.resumption] \"an instance of std::thread\" is not an execution agent",
		"long_link": "https://github.com/cplusplus/draft/issues/3067",
		"link": "https://wg21.link/edit3067",
		"status": "open"
	},
	"EDIT3068": {
		"type": "editorial",
		"title": "P1522R1 Iterator difference type and integer overflow",
		"long_link": "https://github.com/cplusplus/draft/pull/3068",
		"link": "https://wg21.link/edit3068",
		"status": "open"
	},
	"EDIT3069": {
		"type": "editorial",
		"title": "Motions 2019 07 lwg 1",
		"long_link": "https://github.com/cplusplus/draft/pull/3069",
		"link": "https://wg21.link/edit3069",
		"status": "open"
	},
	"EDIT3070": {
		"type": "editorial",
		"title": "Motions 2019 07 cwg 1",
		"long_link": "https://github.com/cplusplus/draft/pull/3070",
		"link": "https://wg21.link/edit3070",
		"status": "open"
	},
	"EDIT3071": {
		"type": "editorial",
		"title": "P1065R2 Constexpr INVOKE",
		"long_link": "https://github.com/cplusplus/draft/pull/3071",
		"link": "https://wg21.link/edit3071",
		"status": "open"
	},
	"EDIT3072": {
		"type": "editorial",
		"title": "P0660R10 Stop Token and Joining Thread",
		"long_link": "https://github.com/cplusplus/draft/pull/3072",
		"link": "https://wg21.link/edit3072",
		"status": "open"
	},
	"EDIT3073": {
		"type": "editorial",
		"title": "[alg.find.end] Separate Returns: items with \"or\" for consistency",
		"long_link": "https://github.com/cplusplus/draft/pull/3073",
		"link": "https://wg21.link/edit3073",
		"status": "open"
	},
	"EDIT3074": {
		"type": "editorial",
		"title": "P1143R2 Adding the constinit keyword",
		"long_link": "https://github.com/cplusplus/draft/pull/3074",
		"link": "https://wg21.link/edit3074",
		"status": "open"
	},
	"EDIT3075": {
		"type": "editorial",
		"title": "P1814R0 Class template argument deduction for alias template",
		"long_link": "https://github.com/cplusplus/draft/pull/3075",
		"link": "https://wg21.link/edit3075",
		"status": "open"
	},
	"EDIT3076": {
		"type": "editorial",
		"title": "P1825R0 Merged wording for P0527R1 and P1155R3",
		"long_link": "https://github.com/cplusplus/draft/pull/3076",
		"link": "https://wg21.link/edit3076",
		"status": "open"
	},
	"EDIT3077": {
		"type": "editorial",
		"title": "P0980R1 Making std::string constexpr",
		"long_link": "https://github.com/cplusplus/draft/pull/3077",
		"link": "https://wg21.link/edit3077",
		"status": "open"
	},
	"EDIT3078": {
		"type": "editorial",
		"title": "P1004R2 Making std::vector constexpr",
		"long_link": "https://github.com/cplusplus/draft/pull/3078",
		"link": "https://wg21.link/edit3078",
		"status": "open"
	},
	"EDIT3079": {
		"type": "editorial",
		"title": "\"terminate is called\" inconsistency",
		"long_link": "https://github.com/cplusplus/draft/issues/3079",
		"link": "https://wg21.link/edit3079",
		"status": "open"
	},
	"EDIT3080": {
		"type": "editorial",
		"title": "[tuple] Use \"objects\" instead of \"variables\"",
		"long_link": "https://github.com/cplusplus/draft/pull/3080",
		"link": "https://wg21.link/edit3080",
		"status": "open"
	},
	"EDIT3081": {
		"type": "editorial",
		"title": "P1703R1 Recognizing header unit imports requires full preprocessing",
		"long_link": "https://github.com/cplusplus/draft/pull/3081",
		"link": "https://wg21.link/edit3081",
		"status": "open"
	},
	"EDIT3082": {
		"type": "editorial",
		"title": "P0784R7 More constexpr containers",
		"long_link": "https://github.com/cplusplus/draft/pull/3082",
		"link": "https://wg21.link/edit3082",
		"status": "open"
	},
	"EDIT3083": {
		"type": "editorial",
		"title": "P1616R1 Using unconstrained template template parameters with constra…",
		"long_link": "https://github.com/cplusplus/draft/pull/3083",
		"link": "https://wg21.link/edit3083",
		"status": "open"
	},
	"EDIT3084": {
		"type": "editorial",
		"title": "P1668R1 Enabling constexpr intrinsics by permitting unevaluated inlin…",
		"long_link": "https://github.com/cplusplus/draft/pull/3084",
		"link": "https://wg21.link/edit3084",
		"status": "open"
	},
	"EDIT3085": {
		"type": "editorial",
		"title": "P1816R0 Class template argument deduction for aggregates",
		"long_link": "https://github.com/cplusplus/draft/pull/3085",
		"link": "https://wg21.link/edit3085",
		"status": "open"
	},
	"EDIT3086": {
		"type": "editorial",
		"title": "P1766R1 Mitigating minor modules maladies",
		"long_link": "https://github.com/cplusplus/draft/pull/3086",
		"link": "https://wg21.link/edit3086",
		"status": "open"
	},
	"EDIT3087": {
		"type": "editorial",
		"title": "P1811R0 Relaxing redefinition restrictions for re-exportation robustness",
		"long_link": "https://github.com/cplusplus/draft/pull/3087",
		"link": "https://wg21.link/edit3087",
		"status": "open"
	},
	"EDIT3088": {
		"type": "editorial",
		"title": "[conv.qual] Consider renaming cv-combined type etc.",
		"long_link": "https://github.com/cplusplus/draft/issues/3088",
		"link": "https://wg21.link/edit3088",
		"status": "open"
	},
	"EDIT3089": {
		"type": "editorial",
		"title": "[temp.deduct] Fix Ambiguous \"this\" in paragraph 3",
		"long_link": "https://github.com/cplusplus/draft/pull/3089",
		"link": "https://wg21.link/edit3089",
		"status": "closed"
	},
	"EDIT3090": {
		"type": "editorial",
		"title": "P0388R4 Permit conversions to arrays of unknown bound",
		"long_link": "https://github.com/cplusplus/draft/pull/3090",
		"link": "https://wg21.link/edit3090",
		"status": "closed"
	},
	"EDIT3091": {
		"type": "editorial",
		"title": "P1823R0 Remove contracts from C++20",
		"long_link": "https://github.com/cplusplus/draft/pull/3091",
		"link": "https://wg21.link/edit3091",
		"status": "closed"
	},
	"EDIT3092": {
		"type": "editorial",
		"title": "P1466R3 Miscellaneous minor fixes for chrono",
		"long_link": "https://github.com/cplusplus/draft/pull/3092",
		"link": "https://wg21.link/edit3092",
		"status": "open"
	},
	"EDIT3093": {
		"type": "editorial",
		"title": "P1135R6 The C++20 synchronization library",
		"long_link": "https://github.com/cplusplus/draft/pull/3093",
		"link": "https://wg21.link/edit3093",
		"status": "open"
	},
	"EDIT3094": {
		"type": "editorial",
		"title": "[temp.param]/6 example code uses `X` without defining it",
		"long_link": "https://github.com/cplusplus/draft/issues/3094",
		"link": "https://wg21.link/edit3094",
		"status": "open"
	},
	"EDIT3095": {
		"type": "editorial",
		"title": "[temp.deduct] editorial changes to clarify substitution",
		"long_link": "https://github.com/cplusplus/draft/pull/3095",
		"link": "https://wg21.link/edit3095",
		"status": "open"
	},
	"EDIT3096": {
		"type": "editorial",
		"title": "[lib] Improve macros for library index entries",
		"long_link": "https://github.com/cplusplus/draft/issues/3096",
		"link": "https://wg21.link/edit3096",
		"status": "open"
	},
	"EDIT3097": {
		"type": "editorial",
		"title": "kebab-case all the exposition only ranges types",
		"long_link": "https://github.com/cplusplus/draft/issues/3097",
		"link": "https://wg21.link/edit3097",
		"status": "open"
	},
	"EDIT3098": {
		"type": "editorial",
		"title": "P1614R2 Adding <=> to the Library",
		"long_link": "https://github.com/cplusplus/draft/pull/3098",
		"link": "https://wg21.link/edit3098",
		"status": "open"
	},
	"EDIT3099": {
		"type": "editorial",
		"title": "P1754R1 Rename concepts to standard_case for C++20",
		"long_link": "https://github.com/cplusplus/draft/pull/3099",
		"link": "https://wg21.link/edit3099",
		"status": "open"
	},
	"EDIT3100": {
		"type": "editorial",
		"title": "fix [locale.numpunct] to use the same presentation for its grammar as the rest of the standard",
		"long_link": "https://github.com/cplusplus/draft/issues/3100",
		"link": "https://wg21.link/edit3100",
		"status": "open"
	},
	"EDIT3101": {
		"type": "editorial",
		"title": "fix comment in [tuple.elem]/7 example",
		"long_link": "https://github.com/cplusplus/draft/issues/3101",
		"link": "https://wg21.link/edit3101",
		"status": "open"
	},
	"EDIT3102": {
		"type": "editorial",
		"title": "[ranges] Switch to using \\indexlibrarymember throughout",
		"long_link": "https://github.com/cplusplus/draft/issues/3102",
		"link": "https://wg21.link/edit3102",
		"status": "open"
	},
	"EDIT3103": {
		"type": "editorial",
		"title": "[bit.syn] Replace template<typename T> with template<class T>",
		"long_link": "https://github.com/cplusplus/draft/issues/3103",
		"link": "https://wg21.link/edit3103",
		"status": "open"
	},
	"EDIT3104": {
		"type": "editorial",
		"title": "[range.take.while.adaptor] for \"some\" subexpressions?",
		"long_link": "https://github.com/cplusplus/draft/issues/3104",
		"link": "https://wg21.link/edit3104",
		"status": "open"
	},
	"EDIT3105": {
		"type": "editorial",
		"title": "[ranges] Fix examples that want to be inside a function body",
		"long_link": "https://github.com/cplusplus/draft/issues/3105",
		"link": "https://wg21.link/edit3105",
		"status": "open"
	},
	"EDIT3106": {
		"type": "editorial",
		"title": "P1035R7 Input range adaptors",
		"long_link": "https://github.com/cplusplus/draft/pull/3106",
		"link": "https://wg21.link/edit3106",
		"status": "closed"
	},
	"EDIT3107": {
		"type": "editorial",
		"title": "P1638R1 basic_istream_view::iterator should not be copyable",
		"long_link": "https://github.com/cplusplus/draft/pull/3107",
		"link": "https://wg21.link/edit3107",
		"status": "closed"
	},
	"EDIT3108": {
		"type": "editorial",
		"title": "[char.traits.specializations.char8.t] Incosistent formatting with sibling specializations",
		"long_link": "https://github.com/cplusplus/draft/issues/3108",
		"link": "https://wg21.link/edit3108",
		"status": "open"
	},
	"EDIT3109": {
		"type": "editorial",
		"title": "P0408R7 Efficient Access to basic_stringbuf ’s Buffer",
		"long_link": "https://github.com/cplusplus/draft/pull/3109",
		"link": "https://wg21.link/edit3109",
		"status": "closed"
	},
	"EDIT3110": {
		"type": "editorial",
		"title": "[lib] LWG 3239: inline definition in the header / class synopsis",
		"long_link": "https://github.com/cplusplus/draft/issues/3110",
		"link": "https://wg21.link/edit3110",
		"status": "open"
	},
	"EDIT3111": {
		"type": "editorial",
		"title": "[allocator.uses.construction] Problems about the unqualified names",
		"long_link": "https://github.com/cplusplus/draft/issues/3111",
		"link": "https://wg21.link/edit3111",
		"status": "open"
	},
	"EDIT3112": {
		"type": "editorial",
		"title": "What are \"Boolean contexts\"?",
		"long_link": "https://github.com/cplusplus/draft/issues/3112",
		"link": "https://wg21.link/edit3112",
		"status": "open"
	},
	"EDIT3113": {
		"type": "editorial",
		"title": "[time.clock,bit.cast] Replace template<typename...> with template<cla…",
		"long_link": "https://github.com/cplusplus/draft/pull/3113",
		"link": "https://wg21.link/edit3113",
		"status": "open"
	},
	"EDIT3114": {
		"type": "editorial",
		"title": "injected-class-name is \\grammarterm'ed in [diff.cpp17.class]",
		"long_link": "https://github.com/cplusplus/draft/issues/3114",
		"link": "https://wg21.link/edit3114",
		"status": "open"
	},
	"EDIT3115": {
		"type": "editorial",
		"title": "2019-07 LWG Motions 5, 6, and 7",
		"long_link": "https://github.com/cplusplus/draft/pull/3115",
		"link": "https://wg21.link/edit3115",
		"status": "closed"
	},
	"EDIT3116": {
		"type": "editorial",
		"title": "[diff.cpp17.class] 'injected-class-name' is not a grammar non-terminal.",
		"long_link": "https://github.com/cplusplus/draft/pull/3116",
		"link": "https://wg21.link/edit3116",
		"status": "open"
	},
	"EDIT3117": {
		"type": "editorial",
		"title": "[class.copy.elision] Is the first example contradictory?",
		"long_link": "https://github.com/cplusplus/draft/issues/3117",
		"link": "https://wg21.link/edit3117",
		"status": "open"
	},
	"EDIT3118": {
		"type": "editorial",
		"title": "Delete outdated git branches on the \"main\" fork",
		"long_link": "https://github.com/cplusplus/draft/issues/3118",
		"link": "https://wg21.link/edit3118",
		"status": "open"
	},
	"EDIT3119": {
		"type": "editorial",
		"title": "[diff.cpp17.class] Add example where P0527R1 silently changes semantics.",
		"long_link": "https://github.com/cplusplus/draft/pull/3119",
		"link": "https://wg21.link/edit3119",
		"status": "open"
	},
	"EDIT3120": {
		"type": "editorial",
		"title": "review [iterator.concepts] for proper use of \\itemdescr",
		"long_link": "https://github.com/cplusplus/draft/issues/3120",
		"link": "https://wg21.link/edit3120",
		"status": "open"
	},
	"EDIT3121": {
		"type": "editorial",
		"title": "P1424R1 'constexpr' feature macro concerns",
		"long_link": "https://github.com/cplusplus/draft/pull/3121",
		"link": "https://wg21.link/edit3121",
		"status": "closed"
	},
	"EDIT3122": {
		"type": "editorial",
		"title": "Update [diff.cpp17.library] to match new headers since C++17",
		"long_link": "https://github.com/cplusplus/draft/issues/3122",
		"link": "https://wg21.link/edit3122",
		"status": "closed"
	},
	"EDIT3123": {
		"type": "editorial",
		"title": "Add examples to [depr.volatile]",
		"long_link": "https://github.com/cplusplus/draft/pull/3123",
		"link": "https://wg21.link/edit3123",
		"status": "open"
	},
	"EDIT3124": {
		"type": "editorial",
		"title": "[expr.call]/9 The result of a function call may not be the same as the result of the operand of its return statement",
		"long_link": "https://github.com/cplusplus/draft/issues/3124",
		"link": "https://wg21.link/edit3124",
		"status": "open"
	},
	"EDIT3125": {
		"type": "editorial",
		"title": "[atomics.types.generic] Canonicalize order of member functions",
		"long_link": "https://github.com/cplusplus/draft/issues/3125",
		"link": "https://wg21.link/edit3125",
		"status": "open"
	},
	"EDIT3126": {
		"type": "editorial",
		"title": "Inconsistencies in comments for ill-formed/undefined behavior examples",
		"long_link": "https://github.com/cplusplus/draft/issues/3126",
		"link": "https://wg21.link/edit3126",
		"status": "open"
	},
	"EDIT3127": {
		"type": "editorial",
		"title": "Indentation used in Latex for \\items",
		"long_link": "https://github.com/cplusplus/draft/issues/3127",
		"link": "https://wg21.link/edit3127",
		"status": "open"
	},
	"EDIT3128": {
		"type": "editorial",
		"title": "Inconsistent Latex coding style used in clauses of \\itemdescrs",
		"long_link": "https://github.com/cplusplus/draft/issues/3128",
		"link": "https://wg21.link/edit3128",
		"status": "open"
	},
	"EDIT3129": {
		"type": "editorial",
		"title": "[diff.iso] Inconsistent Latex coding style used in clauses",
		"long_link": "https://github.com/cplusplus/draft/issues/3129",
		"link": "https://wg21.link/edit3129",
		"status": "open"
	},
	"EDIT3130": {
		"type": "editorial",
		"title": "consistently use hyphens instead of underscores as word separators in placeholders",
		"long_link": "https://github.com/cplusplus/draft/issues/3130",
		"link": "https://wg21.link/edit3130",
		"status": "closed"
	},
	"EDIT3131": {
		"type": "editorial",
		"title": "In Latex sources, do columns start counting at 0 or 1?",
		"long_link": "https://github.com/cplusplus/draft/issues/3131",
		"link": "https://wg21.link/edit3131",
		"status": "open"
	},
	"EDIT3132": {
		"type": "editorial",
		"title": "[atomics.wait] Add an index for \"eligible to be unblocked\" under \"atomic\"",
		"long_link": "https://github.com/cplusplus/draft/issues/3132",
		"link": "https://wg21.link/edit3132",
		"status": "open"
	},
	"EDIT3133": {
		"type": "editorial",
		"title": "Problems with the wording for P1135R6 added in #3093",
		"long_link": "https://github.com/cplusplus/draft/issues/3133",
		"link": "https://wg21.link/edit3133",
		"status": "open"
	},
	"EDIT3134": {
		"type": "editorial",
		"title": "[ranges] Merge range adaptor specs into overview paragraphs",
		"long_link": "https://github.com/cplusplus/draft/issues/3134",
		"link": "https://wg21.link/edit3134",
		"status": "open"
	},
	"EDIT3135": {
		"type": "editorial",
		"title": "\\placeholder or \\placeholdernc?",
		"long_link": "https://github.com/cplusplus/draft/issues/3135",
		"link": "https://wg21.link/edit3135",
		"status": "open"
	},
	"EDIT3136": {
		"type": "editorial",
		"title": "fix use of \"for some\" throughout [ranges]",
		"long_link": "https://github.com/cplusplus/draft/issues/3136",
		"link": "https://wg21.link/edit3136",
		"status": "open"
	},
	"EDIT3137": {
		"type": "editorial",
		"title": "[meta.trans.other] Use hyphens, not underscores, for meta-functions.",
		"long_link": "https://github.com/cplusplus/draft/pull/3137",
		"link": "https://wg21.link/edit3137",
		"status": "closed"
	},
	"EDIT3138": {
		"type": "editorial",
		"title": "[lib] Harmonize italics correction after \\placeholder",
		"long_link": "https://github.com/cplusplus/draft/pull/3138",
		"link": "https://wg21.link/edit3138",
		"status": "open"
	},
	"EDIT3139": {
		"type": "editorial",
		"title": "[std] Use of \\placeholder for atomic operations meta-variables",
		"long_link": "https://github.com/cplusplus/draft/issues/3139",
		"link": "https://wg21.link/edit3139",
		"status": "open"
	},
	"EDIT3140": {
		"type": "editorial",
		"title": "[support.srcloc] Canonicalize presentation",
		"long_link": "https://github.com/cplusplus/draft/issues/3140",
		"link": "https://wg21.link/edit3140",
		"status": "open"
	},
	"EDIT3141": {
		"type": "editorial",
		"title": "[range.iota.view] Add missing @",
		"long_link": "https://github.com/cplusplus/draft/pull/3141",
		"link": "https://wg21.link/edit3141",
		"status": "closed"
	},
	"EDIT3142": {
		"type": "editorial",
		"title": "[time.clock.utc.nonmembers] fix \\end{itemdescr}",
		"long_link": "https://github.com/cplusplus/draft/pull/3142",
		"link": "https://wg21.link/edit3142",
		"status": "closed"
	},
	"EDIT3143": {
		"type": "editorial",
		"title": "[cmp.alg] Use regular apostrophes instead of fancy Unicode quotation marks.",
		"long_link": "https://github.com/cplusplus/draft/pull/3143",
		"link": "https://wg21.link/edit3143",
		"status": "closed"
	},
	"EDIT3144": {
		"type": "editorial",
		"title": "[diff.cpp17.library] Add new headers since C++17.",
		"long_link": "https://github.com/cplusplus/draft/pull/3144",
		"link": "https://wg21.link/edit3144",
		"status": "closed"
	},
	"EDIT3145": {
		"type": "editorial",
		"title": "[char.traits.specializations.char8.t] Align member typedefs.",
		"long_link": "https://github.com/cplusplus/draft/pull/3145",
		"link": "https://wg21.link/edit3145",
		"status": "closed"
	},
	"EDIT3146": {
		"type": "editorial",
		"title": "Library-wide: don't use \"for some\" to mean \"for an arbitrary\"",
		"long_link": "https://github.com/cplusplus/draft/pull/3146",
		"link": "https://wg21.link/edit3146",
		"status": "open"
	},
	"EDIT3147": {
		"type": "editorial",
		"title": "missing synopsis for <version> header",
		"long_link": "https://github.com/cplusplus/draft/issues/3147",
		"link": "https://wg21.link/edit3147",
		"status": "open"
	},
	"EDIT3148": {
		"type": "editorial",
		"title": "[conv.qual,expr.static.cast] Harmonize notes on cv-qualified function…",
		"long_link": "https://github.com/cplusplus/draft/pull/3148",
		"link": "https://wg21.link/edit3148",
		"status": "closed"
	},
	"EDIT3149": {
		"type": "editorial",
		"title": "P1754R1 Rename concepts to standard_case for C++20",
		"long_link": "https://github.com/cplusplus/draft/pull/3149",
		"link": "https://wg21.link/edit3149",
		"status": "closed"
	},
	"EDIT3150": {
		"type": "editorial",
		"title": "[intro.multithread,util.smartptr,atomics] Group index entries for 'at…",
		"long_link": "https://github.com/cplusplus/draft/pull/3150",
		"link": "https://wg21.link/edit3150",
		"status": "open"
	},
	"EDIT3151": {
		"type": "editorial",
		"title": "[std] Harmonize cross-references for explicit casts.",
		"long_link": "https://github.com/cplusplus/draft/pull/3151",
		"link": "https://wg21.link/edit3151",
		"status": "open"
	},
	"EDIT3152": {
		"type": "editorial",
		"title": "[expr.ass] Remove mention of class types.",
		"long_link": "https://github.com/cplusplus/draft/pull/3152",
		"link": "https://wg21.link/edit3152",
		"status": "closed"
	},
	"EDIT3153": {
		"type": "editorial",
		"title": "Lost changes to P1754R1 (LWG Motion 11)",
		"long_link": "https://github.com/cplusplus/draft/pull/3153",
		"link": "https://wg21.link/edit3153",
		"status": "open"
	},
	"EDIT3154": {
		"type": "editorial",
		"title": "[func.wrap.func,rand] Index 'result_type'.",
		"long_link": "https://github.com/cplusplus/draft/pull/3154",
		"link": "https://wg21.link/edit3154",
		"status": "open"
	},
	"EDIT3155": {
		"type": "editorial",
		"title": "Confusing wording in CWG2300 regarding definitions and token sequences",
		"long_link": "https://github.com/cplusplus/draft/issues/3155",
		"link": "https://wg21.link/edit3155",
		"status": "open"
	},
	"EDIT3156": {
		"type": "editorial",
		"title": "What is \"the initialization full-expression\" ??",
		"long_link": "https://github.com/cplusplus/draft/issues/3156",
		"link": "https://wg21.link/edit3156",
		"status": "open"
	},
	"EDIT3157": {
		"type": "editorial",
		"title": "[thread.jthread.class] suggests the thread joins itself",
		"long_link": "https://github.com/cplusplus/draft/issues/3157",
		"link": "https://wg21.link/edit3157",
		"status": "open"
	},
	"EDIT3158": {
		"type": "editorial",
		"title": "Several subclauses under [tuple.tuple] don't belong there",
		"long_link": "https://github.com/cplusplus/draft/issues/3158",
		"link": "https://wg21.link/edit3158",
		"status": "open"
	},
	"EDIT3159": {
		"type": "editorial",
		"title": "[index] Add index of concept names.",
		"long_link": "https://github.com/cplusplus/draft/pull/3159",
		"link": "https://wg21.link/edit3159",
		"status": "open"
	},
	"EDIT3160": {
		"type": "editorial",
		"title": "[tuple] Make descriptions of non-members siblings of [tuple.tuple].",
		"long_link": "https://github.com/cplusplus/draft/pull/3160",
		"link": "https://wg21.link/edit3160",
		"status": "open"
	},
	"EDIT3161": {
		"type": "editorial",
		"title": "[tuple.elem] Canonicalize comments in example.",
		"long_link": "https://github.com/cplusplus/draft/pull/3161",
		"link": "https://wg21.link/edit3161",
		"status": "closed"
	},
	"EDIT3162": {
		"type": "editorial",
		"title": "[thread.jthread.class] Rephrase introductory sentence.",
		"long_link": "https://github.com/cplusplus/draft/pull/3162",
		"link": "https://wg21.link/edit3162",
		"status": "open"
	},
	"EDIT3163": {
		"type": "editorial",
		"title": "[version.syn] Add synopsis for <version> header.",
		"long_link": "https://github.com/cplusplus/draft/pull/3163",
		"link": "https://wg21.link/edit3163",
		"status": "open"
	},
	"EDIT3164": {
		"type": "editorial",
		"title": "[ranges] Harmonize index entries.",
		"long_link": "https://github.com/cplusplus/draft/pull/3164",
		"link": "https://wg21.link/edit3164",
		"status": "open"
	},
	"EDIT3165": {
		"type": "editorial",
		"title": "consider renaming \"floating literals\" to \"floating-point literals\"",
		"long_link": "https://github.com/cplusplus/draft/issues/3165",
		"link": "https://wg21.link/edit3165",
		"status": "open"
	},
	"EDIT3166": {
		"type": "editorial",
		"title": "[meta] Harmonize ordering in descriptions.",
		"long_link": "https://github.com/cplusplus/draft/pull/3166",
		"link": "https://wg21.link/edit3166",
		"status": "open"
	},
	"EDIT3167": {
		"type": "editorial",
		"title": "[std] Hyphenate floating-point and avoid 'floating'.",
		"long_link": "https://github.com/cplusplus/draft/pull/3167",
		"link": "https://wg21.link/edit3167",
		"status": "open"
	},
	"EDIT3168": {
		"type": "editorial",
		"title": "[std] Rename 'floating literal' to 'floating-point literal'.",
		"long_link": "https://github.com/cplusplus/draft/pull/3168",
		"link": "https://wg21.link/edit3168",
		"status": "open"
	},
	"EDIT3169": {
		"type": "editorial",
		"title": "move [latch.syn], [thread.latch.class] under [thread.latch]",
		"long_link": "https://github.com/cplusplus/draft/issues/3169",
		"link": "https://wg21.link/edit3169",
		"status": "open"
	},
	"EDIT3170": {
		"type": "editorial",
		"title": "[support.srcloc] It's underspecified whether copy/move functions of source_location are constexpr or not",
		"long_link": "https://github.com/cplusplus/draft/issues/3170",
		"link": "https://wg21.link/edit3170",
		"status": "open"
	},
	"EDIT3171": {
		"type": "editorial",
		"title": "Editing committee editing",
		"long_link": "https://github.com/cplusplus/draft/pull/3171",
		"link": "https://wg21.link/edit3171",
		"status": "closed"
	},
	"EDIT3172": {
		"type": "editorial",
		"title": "reorder members of atomic and atomic_ref to a more meaningful and conventional order",
		"long_link": "https://github.com/cplusplus/draft/issues/3172",
		"link": "https://wg21.link/edit3172",
		"status": "open"
	},
	"EDIT3173": {
		"type": "editorial",
		"title": "[ostream] non-member functions are listed in the wrong place",
		"long_link": "https://github.com/cplusplus/draft/issues/3173",
		"link": "https://wg21.link/edit3173",
		"status": "open"
	},
	"EDIT3174": {
		"type": "editorial",
		"title": "[locale.numpunct,locale.moneypunct] Canonicalize local grammar presen…",
		"long_link": "https://github.com/cplusplus/draft/pull/3174",
		"link": "https://wg21.link/edit3174",
		"status": "open"
	},
	"EDIT3175": {
		"type": "editorial",
		"title": "Use correct punctuation to terminate non-final list items.",
		"long_link": "https://github.com/cplusplus/draft/pull/3175",
		"link": "https://wg21.link/edit3175",
		"status": "closed"
	},
	"EDIT3176": {
		"type": "editorial",
		"title": "[over.match.funcs, ...?] Consider shunning single-item lists",
		"long_link": "https://github.com/cplusplus/draft/issues/3176",
		"link": "https://wg21.link/edit3176",
		"status": "open"
	},
	"EDIT3177": {
		"type": "editorial",
		"title": "Add/fix periods at end of sentences.",
		"long_link": "https://github.com/cplusplus/draft/pull/3177",
		"link": "https://wg21.link/edit3177",
		"status": "closed"
	},
	"EDIT3178": {
		"type": "editorial",
		"title": "[expr.new] does not specify pointer value in case of an empty array allocation",
		"long_link": "https://github.com/cplusplus/draft/issues/3178",
		"link": "https://wg21.link/edit3178",
		"status": "open"
	},
	"EDIT3179": {
		"type": "editorial",
		"title": "[format.context] Use \\indextext, not \\index.",
		"long_link": "https://github.com/cplusplus/draft/pull/3179",
		"link": "https://wg21.link/edit3179",
		"status": "closed"
	},
	"EDIT3180": {
		"type": "editorial",
		"title": "Change Expects to Effects for atomic_ref::notify_{one,all}",
		"long_link": "https://github.com/cplusplus/draft/pull/3180",
		"link": "https://wg21.link/edit3180",
		"status": "closed"
	},
	"EDIT3181": {
		"type": "editorial",
		"title": "[memory.syn] ExecutionPolicy overloads of destroy/destroy_n shoudn't be constexpr",
		"long_link": "https://github.com/cplusplus/draft/issues/3181",
		"link": "https://wg21.link/edit3181",
		"status": "open"
	},
	"EDIT3182": {
		"type": "editorial",
		"title": "Correct indentation for operator<<(basic_ostream<char, traits>&, const char32_t*) = delete.",
		"long_link": "https://github.com/cplusplus/draft/pull/3182",
		"link": "https://wg21.link/edit3182",
		"status": "closed"
	},
	"EDIT3183": {
		"type": "editorial",
		"title": "[thread.jthread.class] fix typos",
		"long_link": "https://github.com/cplusplus/draft/pull/3183",
		"link": "https://wg21.link/edit3183",
		"status": "closed"
	},
	"EDIT3184": {
		"type": "editorial",
		"title": "remove incorrect note in 13.2 [temp.names] paragraph 6",
		"long_link": "https://github.com/cplusplus/draft/issues/3184",
		"link": "https://wg21.link/edit3184",
		"status": "open"
	},
	"EDIT3185": {
		"type": "editorial",
		"title": "[basic.stc.dynamic.safety] \"dynamic object\" used but not defined",
		"long_link": "https://github.com/cplusplus/draft/issues/3185",
		"link": "https://wg21.link/edit3185",
		"status": "open"
	},
	"EDIT3186": {
		"type": "editorial",
		"title": "[everywhere] Use consistent margins for codeblocks",
		"long_link": "https://github.com/cplusplus/draft/issues/3186",
		"link": "https://wg21.link/edit3186",
		"status": "open"
	},
	"EDIT3187": {
		"type": "editorial",
		"title": "[std] Use consistent margins for codeblocks.",
		"long_link": "https://github.com/cplusplus/draft/pull/3187",
		"link": "https://wg21.link/edit3187",
		"status": "open"
	},
	"EDIT3188": {
		"type": "editorial",
		"title": "[temp.names] Remove misleading note.",
		"long_link": "https://github.com/cplusplus/draft/pull/3188",
		"link": "https://wg21.link/edit3188",
		"status": "open"
	},
	"EDIT3189": {
		"type": "editorial",
		"title": "[diff.library] Consistency for wide char types",
		"long_link": "https://github.com/cplusplus/draft/pull/3189",
		"link": "https://wg21.link/edit3189",
		"status": "open"
	},
	"EDIT3190": {
		"type": "editorial",
		"title": "[lex.key],[diff.header.iso646.h] Consistent tokens order",
		"long_link": "https://github.com/cplusplus/draft/pull/3190",
		"link": "https://wg21.link/edit3190",
		"status": "closed"
	},
	"EDIT3191": {
		"type": "editorial",
		"title": "[intro.refs] ISO/IEC 2382 missing date",
		"long_link": "https://github.com/cplusplus/draft/pull/3191",
		"link": "https://wg21.link/edit3191",
		"status": "open"
	},
	"EDIT3192": {
		"type": "editorial",
		"title": "[intro.compliance] Fix reference in footnote",
		"long_link": "https://github.com/cplusplus/draft/pull/3192",
		"link": "https://wg21.link/edit3192",
		"status": "open"
	},
	"EDIT3193": {
		"type": "editorial",
		"title": "[re.grammar] Improve grammar typesetting.",
		"long_link": "https://github.com/cplusplus/draft/pull/3193",
		"link": "https://wg21.link/edit3193",
		"status": "open"
	},
	"EDIT3194": {
		"type": "editorial",
		"title": "[using.headers]/1 Not declaration, but directive?",
		"long_link": "https://github.com/cplusplus/draft/issues/3194",
		"link": "https://wg21.link/edit3194",
		"status": "closed"
	},
	"EDIT3195": {
		"type": "editorial",
		"title": "[basic.def] missing template declaration in list of non-definitions",
		"long_link": "https://github.com/cplusplus/draft/issues/3195",
		"link": "https://wg21.link/edit3195",
		"status": "open"
	},
	"EDIT3196": {
		"type": "editorial",
		"title": "[lex.pptoken] import-keyword missing from list of categories of preprocessing token",
		"long_link": "https://github.com/cplusplus/draft/issues/3196",
		"link": "https://wg21.link/edit3196",
		"status": "open"
	},
	"EDIT3197": {
		"type": "editorial",
		"title": "Non grammatical term initializer is used like a language construct but not defined",
		"long_link": "https://github.com/cplusplus/draft/issues/3197",
		"link": "https://wg21.link/edit3197",
		"status": "open"
	},
	"EDIT3198": {
		"type": "editorial",
		"title": "[re.regex] assign editorial cleanup.",
		"long_link": "https://github.com/cplusplus/draft/pull/3198",
		"link": "https://wg21.link/edit3198",
		"status": "open"
	},
	"EDIT3199": {
		"type": "editorial",
		"title": "[temp.param] Remove unused class template from example.",
		"long_link": "https://github.com/cplusplus/draft/pull/3199",
		"link": "https://wg21.link/edit3199",
		"status": "open"
	},
	"EDIT3200": {
		"type": "editorial",
		"title": "[basic.def] Move rule on template definition here",
		"long_link": "https://github.com/cplusplus/draft/pull/3200",
		"link": "https://wg21.link/edit3200",
		"status": "open"
	},
	"EDIT3201": {
		"type": "editorial",
		"title": "Import directive is deleted at the end of translation phase 4",
		"long_link": "https://github.com/cplusplus/draft/issues/3201",
		"link": "https://wg21.link/edit3201",
		"status": "open"
	},
	"EDIT3202": {
		"type": "editorial",
		"title": "[allocator.requirements] inconsistent use of periods in tables",
		"long_link": "https://github.com/cplusplus/draft/issues/3202",
		"link": "https://wg21.link/edit3202",
		"status": "open"
	},
	"EDIT3203": {
		"type": "editorial",
		"title": "[dcl.array] The first element has the same address as the array",
		"long_link": "https://github.com/cplusplus/draft/pull/3203",
		"link": "https://wg21.link/edit3203",
		"status": "open"
	},
	"EDIT3204": {
		"type": "editorial",
		"title": "Gather destructor behavior",
		"long_link": "https://github.com/cplusplus/draft/issues/3204",
		"link": "https://wg21.link/edit3204",
		"status": "open"
	},
	"EDIT3205": {
		"type": "editorial",
		"title": "Improve cv-combination note",
		"long_link": "https://github.com/cplusplus/draft/issues/3205",
		"link": "https://wg21.link/edit3205",
		"status": "closed"
	},
	"EDIT3206": {
		"type": "editorial",
		"title": "[range.range] replace hyphens with dashes",
		"long_link": "https://github.com/cplusplus/draft/pull/3206",
		"link": "https://wg21.link/edit3206",
		"status": "closed"
	},
	"EDIT3207": {
		"type": "editorial",
		"title": "[containers] \"throws an exception\"",
		"long_link": "https://github.com/cplusplus/draft/issues/3207",
		"link": "https://wg21.link/edit3207",
		"status": "open"
	},
	"EDIT3208": {
		"type": "editorial",
		"title": "[deque.modifiers][vector.modifiers] unclear \"assignment operator\"",
		"long_link": "https://github.com/cplusplus/draft/issues/3208",
		"link": "https://wg21.link/edit3208",
		"status": "open"
	},
	"EDIT3209": {
		"type": "editorial",
		"title": "[iterators] s/a == b/bool(a == b)/ and s/++a == ++b/bool(++a == ++b)/",
		"long_link": "https://github.com/cplusplus/draft/pull/3209",
		"link": "https://wg21.link/edit3209",
		"status": "open"
	},
	"EDIT3210": {
		"type": "editorial",
		"title": "[span.tuple] simplify definition of get(span<T, I>)",
		"long_link": "https://github.com/cplusplus/draft/pull/3210",
		"link": "https://wg21.link/edit3210",
		"status": "closed"
	},
	"EDIT3211": {
		"type": "editorial",
		"title": "[span.syn] Fix inconsistent class key in tuple_size/tuple_element",
		"long_link": "https://github.com/cplusplus/draft/pull/3211",
		"link": "https://wg21.link/edit3211",
		"status": "closed"
	},
	"EDIT3212": {
		"type": "editorial",
		"title": "[lex.pptoken] Mention import keywords in the category list.",
		"long_link": "https://github.com/cplusplus/draft/pull/3212",
		"link": "https://wg21.link/edit3212",
		"status": "open"
	},
	"EDIT3213": {
		"type": "editorial",
		"title": "[class.dtor] Group declaration properties vs. behavior.",
		"long_link": "https://github.com/cplusplus/draft/pull/3213",
		"link": "https://wg21.link/edit3213",
		"status": "open"
	},
	"EDIT3214": {
		"type": "editorial",
		"title": "[thread.latch] Subordinate [latch.syn] and [thread.latch.class]",
		"long_link": "https://github.com/cplusplus/draft/pull/3214",
		"link": "https://wg21.link/edit3214",
		"status": "open"
	},
	"EDIT3215": {
		"type": "editorial",
		"title": "\"Observable behavior\" is not defined properly",
		"long_link": "https://github.com/cplusplus/draft/issues/3215",
		"link": "https://wg21.link/edit3215",
		"status": "open"
	},
	"EDIT3216": {
		"type": "editorial",
		"title": "Use consistent wording to indicate ADL-only lookup.",
		"long_link": "https://github.com/cplusplus/draft/pull/3216",
		"link": "https://wg21.link/edit3216",
		"status": "open"
	},
	"EDIT3217": {
		"type": "editorial",
		"title": "[dcl.init.ref] Constructors not mentioned when user-defined conversions are used",
		"long_link": "https://github.com/cplusplus/draft/issues/3217",
		"link": "https://wg21.link/edit3217",
		"status": "open"
	},
	"EDIT3218": {
		"type": "editorial",
		"title": "[class.cdtor] Final overrider used incorrectly",
		"long_link": "https://github.com/cplusplus/draft/issues/3218",
		"link": "https://wg21.link/edit3218",
		"status": "open"
	},
	"EDIT3219": {
		"type": "editorial",
		"title": "[std] Move \\pnum and library element markers to a line of their own.",
		"long_link": "https://github.com/cplusplus/draft/pull/3219",
		"link": "https://wg21.link/edit3219",
		"status": "open"
	},
	"EDIT3220": {
		"type": "editorial",
		"title": "[class.spaceship] equal to equivalent",
		"long_link": "https://github.com/cplusplus/draft/pull/3220",
		"link": "https://wg21.link/edit3220",
		"status": "closed"
	},
	"EDIT3221": {
		"type": "editorial",
		"title": "[diff] Move markers to lines of their own.",
		"long_link": "https://github.com/cplusplus/draft/pull/3221",
		"link": "https://wg21.link/edit3221",
		"status": "closed"
	},
	"EDIT3222": {
		"type": "editorial",
		"title": "[basic.life] Lifetime of union member",
		"long_link": "https://github.com/cplusplus/draft/issues/3222",
		"link": "https://wg21.link/edit3222",
		"status": "open"
	},
	"EDIT3223": {
		"type": "editorial",
		"title": "[concepts.arithmetic] fix notes that use undefined terms",
		"long_link": "https://github.com/cplusplus/draft/pull/3223",
		"link": "https://wg21.link/edit3223",
		"status": "closed"
	},
	"EDIT3224": {
		"type": "editorial",
		"title": "[over.match.funcs] Remove bullet for single-item bulleted list.",
		"long_link": "https://github.com/cplusplus/draft/pull/3224",
		"link": "https://wg21.link/edit3224",
		"status": "open"
	},
	"EDIT3225": {
		"type": "editorial",
		"title": "[basic.stc.dynamic.safety] Avoid undefined term 'dynamic object'.",
		"long_link": "https://github.com/cplusplus/draft/pull/3225",
		"link": "https://wg21.link/edit3225",
		"status": "closed"
	},
	"EDIT3226": {
		"type": "editorial",
		"title": "[temp.param] Define X in the example.",
		"long_link": "https://github.com/cplusplus/draft/pull/3226",
		"link": "https://wg21.link/edit3226",
		"status": "closed"
	},
	"EDIT3227": {
		"type": "editorial",
		"title": "[dcl.spec.auto] Add example to show variable redeclaration with 'auto'.",
		"long_link": "https://github.com/cplusplus/draft/pull/3227",
		"link": "https://wg21.link/edit3227",
		"status": "open"
	},
	"EDIT3228": {
		"type": "editorial",
		"title": "[basic.stc.dynamic.safety] Fix ambiguous antecedent for 'it'.",
		"long_link": "https://github.com/cplusplus/draft/pull/3228",
		"link": "https://wg21.link/edit3228",
		"status": "closed"
	},
	"EDIT3229": {
		"type": "editorial",
		"title": "Replace \"shall not throw\" with \"does not throw\" when it describes library behavior",
		"long_link": "https://github.com/cplusplus/draft/pull/3229",
		"link": "https://wg21.link/edit3229",
		"status": "open"
	},
	"EDIT3230": {
		"type": "editorial",
		"title": "Several editorial fixes in [re.regex].",
		"long_link": "https://github.com/cplusplus/draft/pull/3230",
		"link": "https://wg21.link/edit3230",
		"status": "open"
	},
	"EDIT3231": {
		"type": "editorial",
		"title": "[range.elements.overview] range adaptor objects `keys` and `values` are unspecified",
		"long_link": "https://github.com/cplusplus/draft/issues/3231",
		"link": "https://wg21.link/edit3231",
		"status": "open"
	},
	"EDIT3232": {
		"type": "editorial",
		"title": "[ranges] Range adaptor/factory objects not indexed",
		"long_link": "https://github.com/cplusplus/draft/issues/3232",
		"link": "https://wg21.link/edit3232",
		"status": "open"
	},
	"EDIT3233": {
		"type": "editorial",
		"title": "[lib] Use more abstract library indexing macros",
		"long_link": "https://github.com/cplusplus/draft/pull/3233",
		"link": "https://wg21.link/edit3233",
		"status": "closed"
	},
	"EDIT3234": {
		"type": "editorial",
		"title": "[class.default.ctor] Implicit definitions of special functions",
		"long_link": "https://github.com/cplusplus/draft/issues/3234",
		"link": "https://wg21.link/edit3234",
		"status": "open"
	},
	"EDIT3235": {
		"type": "editorial",
		"title": "[over.match.viable] footnote is incorrect",
		"long_link": "https://github.com/cplusplus/draft/issues/3235",
		"link": "https://wg21.link/edit3235",
		"status": "open"
	},
	"EDIT3236": {
		"type": "editorial",
		"title": "[ostream.iterator] Wrong type name in default constructor of ostream_iterator",
		"long_link": "https://github.com/cplusplus/draft/issues/3236",
		"link": "https://wg21.link/edit3236",
		"status": "closed"
	},
	"EDIT3237": {
		"type": "editorial",
		"title": "[basic.def.odr] Why is \"external linkage\" only mentioned for inline functions & variables?",
		"long_link": "https://github.com/cplusplus/draft/issues/3237",
		"link": "https://wg21.link/edit3237",
		"status": "open"
	},
	"EDIT3238": {
		"type": "editorial",
		"title": "[locale] Example calls time_put::put with ios_base::iostate& but there is no such overload",
		"long_link": "https://github.com/cplusplus/draft/issues/3238",
		"link": "https://wg21.link/edit3238",
		"status": "open"
	},
	"EDIT3239": {
		"type": "editorial",
		"title": "[std] Improve indexing of standard library headers.",
		"long_link": "https://github.com/cplusplus/draft/pull/3239",
		"link": "https://wg21.link/edit3239",
		"status": "closed"
	},
	"EDIT3240": {
		"type": "editorial",
		"title": "[ostream.iterator] Correct typo",
		"long_link": "https://github.com/cplusplus/draft/pull/3240",
		"link": "https://wg21.link/edit3240",
		"status": "closed"
	},
	"EDIT3241": {
		"type": "editorial",
		"title": "[over.match.viable] Properly handle non-trailing default arguments.",
		"long_link": "https://github.com/cplusplus/draft/pull/3241",
		"link": "https://wg21.link/edit3241",
		"status": "open"
	},
	"EDIT3242": {
		"type": "editorial",
		"title": "[locale] Fix example.",
		"long_link": "https://github.com/cplusplus/draft/pull/3242",
		"link": "https://wg21.link/edit3242",
		"status": "open"
	},
	"EDIT3243": {
		"type": "editorial",
		"title": "[class.temporary] Fix typo in example.",
		"long_link": "https://github.com/cplusplus/draft/pull/3243",
		"link": "https://wg21.link/edit3243",
		"status": "open"
	},
	"EDIT3244": {
		"type": "editorial",
		"title": "[expr.prim.id] Fix immediate function id-expression requirement",
		"long_link": "https://github.com/cplusplus/draft/pull/3244",
		"link": "https://wg21.link/edit3244",
		"status": "open"
	},
	"EDIT3245": {
		"type": "editorial",
		"title": "Avoid confusion between lookup and overall overload resolution",
		"long_link": "https://github.com/cplusplus/draft/pull/3245",
		"link": "https://wg21.link/edit3245",
		"status": "open"
	},
	"EDIT3246": {
		"type": "editorial",
		"title": "[index] Create first-letter subheadings for the general index.",
		"long_link": "https://github.com/cplusplus/draft/pull/3246",
		"link": "https://wg21.link/edit3246",
		"status": "closed"
	},
	"EDIT3247": {
		"type": "editorial",
		"title": "Change type-id to defining-type-id [temp.alias] p4",
		"long_link": "https://github.com/cplusplus/draft/pull/3247",
		"link": "https://wg21.link/edit3247",
		"status": "open"
	},
	"EDIT3248": {
		"type": "editorial",
		"title": "[temp.spec] Make \"specialization\" a proper definition & adjust definition.",
		"long_link": "https://github.com/cplusplus/draft/pull/3248",
		"link": "https://wg21.link/edit3248",
		"status": "open"
	},
	"EDIT3249": {
		"type": "editorial",
		"title": "[class.dtor] Remove incorrect note about trivial vs. constexpr.",
		"long_link": "https://github.com/cplusplus/draft/pull/3249",
		"link": "https://wg21.link/edit3249",
		"status": "open"
	},
	"EDIT3250": {
		"type": "editorial",
		"title": "[std] Add \"Preamble\" sections to top-level core clauses",
		"long_link": "https://github.com/cplusplus/draft/issues/3250",
		"link": "https://wg21.link/edit3250",
		"status": "closed"
	},
	"EDIT3251": {
		"type": "editorial",
		"title": "[std] Introduce 'Preamble' sections to avoid hanging paragraphs.",
		"long_link": "https://github.com/cplusplus/draft/pull/3251",
		"link": "https://wg21.link/edit3251",
		"status": "closed"
	},
	"EDIT3252": {
		"type": "editorial",
		"title": "[macros,range.counted] Introduce and use \\libconceptx",
		"long_link": "https://github.com/cplusplus/draft/pull/3252",
		"link": "https://wg21.link/edit3252",
		"status": "closed"
	},
	"EDIT3253": {
		"type": "editorial",
		"title": "[everywhere] Remove inappropriate paragraph breaks.",
		"long_link": "https://github.com/cplusplus/draft/pull/3253",
		"link": "https://wg21.link/edit3253",
		"status": "closed"
	},
	"EDIT3254": {
		"type": "editorial",
		"title": "[class.copy.elision] Fix the contradiction introduced by CWG 2278",
		"long_link": "https://github.com/cplusplus/draft/pull/3254",
		"link": "https://wg21.link/edit3254",
		"status": "closed"
	},
	"EDIT3255": {
		"type": "editorial",
		"title": "[lib] Parameter names in synopses",
		"long_link": "https://github.com/cplusplus/draft/issues/3255",
		"link": "https://wg21.link/edit3255",
		"status": "open"
	},
	"EDIT3256": {
		"type": "editorial",
		"title": "[travis] Expand automatic LaTeX source checking for \\pnum etc.",
		"long_link": "https://github.com/cplusplus/draft/pull/3256",
		"link": "https://wg21.link/edit3256",
		"status": "closed"
	},
	"EDIT3257": {
		"type": "editorial",
		"title": "Mis-application of a bit of p1463r1",
		"long_link": "https://github.com/cplusplus/draft/issues/3257",
		"link": "https://wg21.link/edit3257",
		"status": "closed"
	},
	"EDIT3258": {
		"type": "editorial",
		"title": "[list.ops] Fix misapplication of P1463R1, \"!=\" should be \"==\".",
		"long_link": "https://github.com/cplusplus/draft/pull/3258",
		"link": "https://wg21.link/edit3258",
		"status": "closed"
	},
	"EDIT3259": {
		"type": "editorial",
		"title": "[lib] Remove parameter names from deleted special member functions.",
		"long_link": "https://github.com/cplusplus/draft/pull/3259",
		"link": "https://wg21.link/edit3259",
		"status": "closed"
	},
	"EDIT3260": {
		"type": "editorial",
		"title": "[expr.typeid] Add a note covering abominable function types as type-id",
		"long_link": "https://github.com/cplusplus/draft/issues/3260",
		"link": "https://wg21.link/edit3260",
		"status": "closed"
	},
	"EDIT3261": {
		"type": "editorial",
		"title": "[alg.search] search_n. Use consistent wording with search",
		"long_link": "https://github.com/cplusplus/draft/pull/3261",
		"link": "https://wg21.link/edit3261",
		"status": "open"
	},
	"EDIT3262": {
		"type": "editorial",
		"title": "[basic.lval] Non-static member function designator is a prvalue",
		"long_link": "https://github.com/cplusplus/draft/pull/3262",
		"link": "https://wg21.link/edit3262",
		"status": "open"
	},
	"EDIT3263": {
		"type": "editorial",
		"title": "[expr.typeid] Add note highlighting prohibition of bad function types.",
		"long_link": "https://github.com/cplusplus/draft/pull/3263",
		"link": "https://wg21.link/edit3263",
		"status": "closed"
	},
	"EDIT3264": {
		"type": "editorial",
		"title": "[atomics] Reorder members of atomic, atomic_ref, atomic_flag",
		"long_link": "https://github.com/cplusplus/draft/pull/3264",
		"link": "https://wg21.link/edit3264",
		"status": "closed"
	},
	"EDIT3265": {
		"type": "editorial",
		"title": "[expr.const] Excise 'initialization full-expression'",
		"long_link": "https://github.com/cplusplus/draft/pull/3265",
		"link": "https://wg21.link/edit3265",
		"status": "closed"
	},
	"EDIT3266": {
		"type": "editorial",
		"title": "[atomics.ref.ops] Rename stable label from .operations",
		"long_link": "https://github.com/cplusplus/draft/pull/3266",
		"link": "https://wg21.link/edit3266",
		"status": "closed"
	},
	"EDIT3267": {
		"type": "editorial",
		"title": "[basic.def.odr] Replace misleading 'for which' with 'where'.",
		"long_link": "https://github.com/cplusplus/draft/pull/3267",
		"link": "https://wg21.link/edit3267",
		"status": "closed"
	},
	"EDIT3268": {
		"type": "editorial",
		"title": "[support.srcloc] Canonicalize presentation.",
		"long_link": "https://github.com/cplusplus/draft/pull/3268",
		"link": "https://wg21.link/edit3268",
		"status": "closed"
	},
	"EDIT3269": {
		"type": "editorial",
		"title": "[concept.boolean] Avoid undefined 'Boolean context'.",
		"long_link": "https://github.com/cplusplus/draft/pull/3269",
		"link": "https://wg21.link/edit3269",
		"status": "closed"
	},
	"EDIT3270": {
		"type": "editorial",
		"title": "[std] Align all comments to multiples of four",
		"long_link": "https://github.com/cplusplus/draft/pull/3270",
		"link": "https://wg21.link/edit3270",
		"status": "closed"
	},
	"EDIT3271": {
		"type": "editorial",
		"title": "Upper-case vs Lower-case for expressions",
		"long_link": "https://github.com/cplusplus/draft/issues/3271",
		"link": "https://wg21.link/edit3271",
		"status": "open"
	},
	"EDIT3272": {
		"type": "editorial",
		"title": "[lib] Use macro \\notdef for undefined entities.",
		"long_link": "https://github.com/cplusplus/draft/pull/3272",
		"link": "https://wg21.link/edit3272",
		"status": "closed"
	},
	"EDIT3273": {
		"type": "editorial",
		"title": "[travis] improve messages for \"overfull \\hbox\" and \"Reference ... und…",
		"long_link": "https://github.com/cplusplus/draft/pull/3273",
		"link": "https://wg21.link/edit3273",
		"status": "closed"
	},
	"EDIT3274": {
		"type": "editorial",
		"title": "[utilities] Index _t typedefs and _v variable templates.",
		"long_link": "https://github.com/cplusplus/draft/pull/3274",
		"link": "https://wg21.link/edit3274",
		"status": "closed"
	},
	"EDIT3275": {
		"type": "editorial",
		"title": "[stmt.jump] Fix markup typo in grammar, causing bad index entries.",
		"long_link": "https://github.com/cplusplus/draft/pull/3275",
		"link": "https://wg21.link/edit3275",
		"status": "closed"
	},
	"EDIT3276": {
		"type": "editorial",
		"title": "[span.iterators] Fix typo in paragraph 5",
		"long_link": "https://github.com/cplusplus/draft/pull/3276",
		"link": "https://wg21.link/edit3276",
		"status": "closed"
	},
	"EDIT3277": {
		"type": "editorial",
		"title": "[class.mem] Avoid 'shall have been defined'",
		"long_link": "https://github.com/cplusplus/draft/pull/3277",
		"link": "https://wg21.link/edit3277",
		"status": "closed"
	},
	"EDIT3278": {
		"type": "editorial",
		"title": "[rand.predef] use digit separators for long literals",
		"long_link": "https://github.com/cplusplus/draft/issues/3278",
		"link": "https://wg21.link/edit3278",
		"status": "closed"
	},
	"EDIT3279": {
		"type": "editorial",
		"title": "[rand.predef] Add digit separators to large numbers.",
		"long_link": "https://github.com/cplusplus/draft/pull/3279",
		"link": "https://wg21.link/edit3279",
		"status": "closed"
	},
	"EDIT3280": {
		"type": "editorial",
		"title": "[ranges] Add index entries.",
		"long_link": "https://github.com/cplusplus/draft/pull/3280",
		"link": "https://wg21.link/edit3280",
		"status": "closed"
	},
	"EDIT3281": {
		"type": "editorial",
		"title": "[dcl.fct] parameter-type-list should be non-hyphenated, and inconsistent use",
		"long_link": "https://github.com/cplusplus/draft/issues/3281",
		"link": "https://wg21.link/edit3281",
		"status": "closed"
	},
	"EDIT3282": {
		"type": "editorial",
		"title": "[intro.defs] Hyphenate parameter-type-list.",
		"long_link": "https://github.com/cplusplus/draft/pull/3282",
		"link": "https://wg21.link/edit3282",
		"status": "closed"
	},
	"EDIT3283": {
		"type": "editorial",
		"title": "[expr.const] drop unused declaration from integral constant expression example",
		"long_link": "https://github.com/cplusplus/draft/pull/3283",
		"link": "https://wg21.link/edit3283",
		"status": "closed"
	},
	"EDIT3284": {
		"type": "editorial",
		"title": "missing definition for \"comparison operator\"",
		"long_link": "https://github.com/cplusplus/draft/issues/3284",
		"link": "https://wg21.link/edit3284",
		"status": "closed"
	},
	"EDIT3285": {
		"type": "editorial",
		"title": "[std] Consistently use 'comparison function'",
		"long_link": "https://github.com/cplusplus/draft/pull/3285",
		"link": "https://wg21.link/edit3285",
		"status": "closed"
	},
	"EDIT3286": {
		"type": "editorial",
		"title": "[lib] Do not use macro \\libconcept in headings.",
		"long_link": "https://github.com/cplusplus/draft/pull/3286",
		"link": "https://wg21.link/edit3286",
		"status": "closed"
	},
	"EDIT3287": {
		"type": "editorial",
		"title": "Should [basic.lval] p9 note refer to [expr.type] not [expr.prop] ?",
		"long_link": "https://github.com/cplusplus/draft/issues/3287",
		"link": "https://wg21.link/edit3287",
		"status": "closed"
	},
	"EDIT3288": {
		"type": "editorial",
		"title": "[basic.lval] Adjust cross-reference in the note.",
		"long_link": "https://github.com/cplusplus/draft/pull/3288",
		"link": "https://wg21.link/edit3288",
		"status": "closed"
	},
	"EDIT3289": {
		"type": "editorial",
		"title": "[basic.def.odr] Variable templates are not excepted from ODR",
		"long_link": "https://github.com/cplusplus/draft/issues/3289",
		"link": "https://wg21.link/edit3289",
		"status": "closed"
	},
	"EDIT3290": {
		"type": "editorial",
		"title": "Possible contradiction between [basic.link]/9 and [base.scope.declarative]/4",
		"long_link": "https://github.com/cplusplus/draft/issues/3290",
		"link": "https://wg21.link/edit3290",
		"status": "open"
	},
	"EDIT3291": {
		"type": "editorial",
		"title": "No indefinite articles before grammatical productions",
		"long_link": "https://github.com/cplusplus/draft/pull/3291",
		"link": "https://wg21.link/edit3291",
		"status": "closed"
	},
	"EDIT3292": {
		"type": "editorial",
		"title": "[alg.min.max] Correct errors in paragraph 22",
		"long_link": "https://github.com/cplusplus/draft/pull/3292",
		"link": "https://wg21.link/edit3292",
		"status": "closed"
	},
	"EDIT3293": {
		"type": "editorial",
		"title": "[set.symmetric.difference] Strike duplicated sentence from para 2",
		"long_link": "https://github.com/cplusplus/draft/pull/3293",
		"link": "https://wg21.link/edit3293",
		"status": "closed"
	},
	"EDIT3294": {
		"type": "editorial",
		"title": "[readable.traits] Add template argument list to constrained specialization",
		"long_link": "https://github.com/cplusplus/draft/pull/3294",
		"link": "https://wg21.link/edit3294",
		"status": "closed"
	},
	"EDIT3295": {
		"type": "editorial",
		"title": "[module.context]/7",
		"long_link": "https://github.com/cplusplus/draft/issues/3295",
		"link": "https://wg21.link/edit3295",
		"status": "closed"
	},
	"EDIT3296": {
		"type": "editorial",
		"title": "Update cross-references to refer to [*.pre]",
		"long_link": "https://github.com/cplusplus/draft/issues/3296",
		"link": "https://wg21.link/edit3296",
		"status": "open"
	},
	"EDIT3297": {
		"type": "editorial",
		"title": "fix residual suggestions that overload resolution might not always happen",
		"long_link": "https://github.com/cplusplus/draft/issues/3297",
		"link": "https://wg21.link/edit3297",
		"status": "open"
	},
	"EDIT3298": {
		"type": "editorial",
		"title": "[duration.cast, time.point.cast] Better subclause names",
		"long_link": "https://github.com/cplusplus/draft/issues/3298",
		"link": "https://wg21.link/edit3298",
		"status": "open"
	},
	"EDIT3299": {
		"type": "editorial",
		"title": "[range.subrange.access] fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/3299",
		"link": "https://wg21.link/edit3299",
		"status": "closed"
	},
	"EDIT3300": {
		"type": "editorial",
		"title": "make-unsigned-like and make-unsigned-like-t are too similar",
		"long_link": "https://github.com/cplusplus/draft/issues/3300",
		"link": "https://wg21.link/edit3300",
		"status": "open"
	},
	"EDIT3301": {
		"type": "editorial",
		"title": "[iterator.concept.winc] fix \"extended integral type\"",
		"long_link": "https://github.com/cplusplus/draft/pull/3301",
		"link": "https://wg21.link/edit3301",
		"status": "closed"
	},
	"EDIT3302": {
		"type": "editorial",
		"title": "[time.duration.cast,time.point.cast] Rename subclause to 'Conversions'.",
		"long_link": "https://github.com/cplusplus/draft/pull/3302",
		"link": "https://wg21.link/edit3302",
		"status": "open"
	},
	"EDIT3303": {
		"type": "editorial",
		"title": "[std] Fix cross-references pointing to entire clauses",
		"long_link": "https://github.com/cplusplus/draft/pull/3303",
		"link": "https://wg21.link/edit3303",
		"status": "open"
	},
	"EDIT3304": {
		"type": "editorial",
		"title": "[time.cal.ymd.overview] Typo fix: comma at end of sentence.",
		"long_link": "https://github.com/cplusplus/draft/pull/3304",
		"link": "https://wg21.link/edit3304",
		"status": "closed"
	},
	"EDIT3305": {
		"type": "editorial",
		"title": "[time.zone.db.tzdb] Add missing '\\pnum'.",
		"long_link": "https://github.com/cplusplus/draft/pull/3305",
		"link": "https://wg21.link/edit3305",
		"status": "closed"
	},
	"EDIT3306": {
		"type": "editorial",
		"title": "\"ios_base::failure\" vs. \"ios::failure\" vs. \"basic_ios::failure\"",
		"long_link": "https://github.com/cplusplus/draft/issues/3306",
		"link": "https://wg21.link/edit3306",
		"status": "open"
	},
	"EDIT3307": {
		"type": "editorial",
		"title": "[std] Remove 'shall' from notes.",
		"long_link": "https://github.com/cplusplus/draft/pull/3307",
		"link": "https://wg21.link/edit3307",
		"status": "open"
	},
	"EDIT3308": {
		"type": "editorial",
		"title": "[numerics,input.output] Consistently use ios_base::failure.",
		"long_link": "https://github.com/cplusplus/draft/pull/3308",
		"link": "https://wg21.link/edit3308",
		"status": "open"
	},
	"EDIT3309": {
		"type": "editorial",
		"title": "[support.srcloc.class] Highlight unspecified properties",
		"long_link": "https://github.com/cplusplus/draft/pull/3309",
		"link": "https://wg21.link/edit3309",
		"status": "open"
	},
	"EDIT3310": {
		"type": "editorial",
		"title": "[basic.fundamental]p4 misquotes C",
		"long_link": "https://github.com/cplusplus/draft/issues/3310",
		"link": "https://wg21.link/edit3310",
		"status": "open"
	},
	"EDIT3311": {
		"type": "editorial",
		"title": "Cleanup make-unsigned-like",
		"long_link": "https://github.com/cplusplus/draft/pull/3311",
		"link": "https://wg21.link/edit3311",
		"status": "open"
	},
	"EDIT3312": {
		"type": "editorial",
		"title": "[basic.scope.class] Reinstate a qualification that was lost in 0e26279b88c3b8b0a09babdeec8418d383f07419.",
		"long_link": "https://github.com/cplusplus/draft/pull/3312",
		"link": "https://wg21.link/edit3312",
		"status": "closed"
	},
	"EDIT3313": {
		"type": "editorial",
		"title": "Upload generated PDFs to GitHub releases from Travis",
		"long_link": "https://github.com/cplusplus/draft/issues/3313",
		"link": "https://wg21.link/edit3313",
		"status": "closed"
	},
	"EDIT3314": {
		"type": "editorial",
		"title": " [stmt.dcl] Vacuous initialization is defined in [basic.life]",
		"long_link": "https://github.com/cplusplus/draft/pull/3314",
		"link": "https://wg21.link/edit3314",
		"status": "closed"
	},
	"EDIT3315": {
		"type": "editorial",
		"title": "[basic.stc.dynamic.deallocation] Use of incorrect grammar",
		"long_link": "https://github.com/cplusplus/draft/issues/3315",
		"link": "https://wg21.link/edit3315",
		"status": "open"
	},
	"EDIT3316": {
		"type": "editorial",
		"title": "[class.access] Allocation order of data members is described in [expr.rel]",
		"long_link": "https://github.com/cplusplus/draft/pull/3316",
		"link": "https://wg21.link/edit3316",
		"status": "closed"
	},
	"EDIT3317": {
		"type": "editorial",
		"title": "[alg.replace]p8 Ambiguous assignment",
		"long_link": "https://github.com/cplusplus/draft/issues/3317",
		"link": "https://wg21.link/edit3317",
		"status": "open"
	},
	"EDIT3318": {
		"type": "editorial",
		"title": "Avoid tracking PDF result files in the main github draft repository",
		"long_link": "https://github.com/cplusplus/draft/issues/3318",
		"link": "https://wg21.link/edit3318",
		"status": "open"
	},
	"EDIT3319": {
		"type": "editorial",
		"title": "assymetry in basic.lval.11 and intro intro.object.3",
		"long_link": "https://github.com/cplusplus/draft/issues/3319",
		"link": "https://wg21.link/edit3319",
		"status": "closed"
	},
	"EDIT3320": {
		"type": "editorial",
		"title": "[multimap.modifiers]/1 says Mandates instead of Constraints",
		"long_link": "https://github.com/cplusplus/draft/issues/3320",
		"link": "https://wg21.link/edit3320",
		"status": "closed"
	},
	"EDIT3321": {
		"type": "editorial",
		"title": "The standard and the DRY principle: header descriptions",
		"long_link": "https://github.com/cplusplus/draft/issues/3321",
		"link": "https://wg21.link/edit3321",
		"status": "open"
	},
	"EDIT3322": {
		"type": "editorial",
		"title": "[multimap.modifiers] para 1 Mandates should be Constraints",
		"long_link": "https://github.com/cplusplus/draft/pull/3322",
		"link": "https://wg21.link/edit3322",
		"status": "closed"
	},
	"EDIT3323": {
		"type": "editorial",
		"title": "[xrefdelta] Fix typo for 'fmtflags'.",
		"long_link": "https://github.com/cplusplus/draft/pull/3323",
		"link": "https://wg21.link/edit3323",
		"status": "closed"
	},
	"EDIT3324": {
		"type": "editorial",
		"title": "[depr.impldec] Fix cross-reference for 'deleted function'.",
		"long_link": "https://github.com/cplusplus/draft/pull/3324",
		"link": "https://wg21.link/edit3324",
		"status": "closed"
	},
	"EDIT3325": {
		"type": "editorial",
		"title": "[diff.cpp17.lex] Add cross-references for 'requires' keyword.",
		"long_link": "https://github.com/cplusplus/draft/pull/3325",
		"link": "https://wg21.link/edit3325",
		"status": "closed"
	},
	"EDIT3326": {
		"type": "editorial",
		"title": "[thread.jthread.static] Repeat '[[nodiscard]]' from synopsis.",
		"long_link": "https://github.com/cplusplus/draft/pull/3326",
		"link": "https://wg21.link/edit3326",
		"status": "closed"
	},
	"EDIT3327": {
		"type": "editorial",
		"title": "[syncstream] Add default template parameters for basic_syncbuf and basic_osyncstream",
		"long_link": "https://github.com/cplusplus/draft/pull/3327",
		"link": "https://wg21.link/edit3327",
		"status": "closed"
	},
	"EDIT3328": {
		"type": "editorial",
		"title": "[time.syn] Unclear namespace prefix for literal operators",
		"long_link": "https://github.com/cplusplus/draft/issues/3328",
		"link": "https://wg21.link/edit3328",
		"status": "closed"
	},
	"EDIT3329": {
		"type": "editorial",
		"title": "[time.cal.month.members] Remove nested-name-specifier from declarations.",
		"long_link": "https://github.com/cplusplus/draft/pull/3329",
		"link": "https://wg21.link/edit3329",
		"status": "closed"
	},
	"EDIT3330": {
		"type": "editorial",
		"title": "[cmp.alg] Fix typo for 'ISO/IEC/IEEE 60559'.",
		"long_link": "https://github.com/cplusplus/draft/pull/3330",
		"link": "https://wg21.link/edit3330",
		"status": "closed"
	},
	"EDIT3331": {
		"type": "editorial",
		"title": "[module.reach] Clearly separate translation units in example.",
		"long_link": "https://github.com/cplusplus/draft/pull/3331",
		"link": "https://wg21.link/edit3331",
		"status": "closed"
	},
	"EDIT3332": {
		"type": "editorial",
		"title": "\"ios::failbit\" and \"ios::badbit\"(analogous to #3306)",
		"long_link": "https://github.com/cplusplus/draft/issues/3332",
		"link": "https://wg21.link/edit3332",
		"status": "open"
	},
	"EDIT3333": {
		"type": "editorial",
		"title": "Weird sentence in [ostream]",
		"long_link": "https://github.com/cplusplus/draft/issues/3333",
		"link": "https://wg21.link/edit3333",
		"status": "open"
	},
	"EDIT3334": {
		"type": "editorial",
		"title": "Fix declarations of literal operators for day and year",
		"long_link": "https://github.com/cplusplus/draft/pull/3334",
		"link": "https://wg21.link/edit3334",
		"status": "closed"
	},
	"EDIT3335": {
		"type": "editorial",
		"title": "[atomics.ref.int,atomics.types.int] Clarify notes on atomic/_ref<bool…",
		"long_link": "https://github.com/cplusplus/draft/pull/3335",
		"link": "https://wg21.link/edit3335",
		"status": "closed"
	},
	"EDIT3336": {
		"type": "editorial",
		"title": "[iterator.requirements.general] Define 'reachable from' to avoid conf…",
		"long_link": "https://github.com/cplusplus/draft/pull/3336",
		"link": "https://wg21.link/edit3336",
		"status": "closed"
	},
	"EDIT3337": {
		"type": "editorial",
		"title": "[iterators] Improve indexing of defined terms.",
		"long_link": "https://github.com/cplusplus/draft/pull/3337",
		"link": "https://wg21.link/edit3337",
		"status": "open"
	},
	"EDIT3338": {
		"type": "editorial",
		"title": "[temp.param] Strike redundant normative sentence.",
		"long_link": "https://github.com/cplusplus/draft/pull/3338",
		"link": "https://wg21.link/edit3338",
		"status": "closed"
	},
	"EDIT3339": {
		"type": "editorial",
		"title": "[expr.prim.id.unqual] Excise redundant special case for the type",
		"long_link": "https://github.com/cplusplus/draft/pull/3339",
		"link": "https://wg21.link/edit3339",
		"status": "closed"
	},
	"EDIT3340": {
		"type": "editorial",
		"title": "[temp.constr.decl] Missing case when constraints are associated with …",
		"long_link": "https://github.com/cplusplus/draft/pull/3340",
		"link": "https://wg21.link/edit3340",
		"status": "closed"
	},
	"EDIT3341": {
		"type": "editorial",
		"title": "[expr.type] Fix typo when using 'reference-related'.",
		"long_link": "https://github.com/cplusplus/draft/pull/3341",
		"link": "https://wg21.link/edit3341",
		"status": "closed"
	},
	"EDIT3342": {
		"type": "editorial",
		"title": "[basic.lookup.argdep] Add missing namespace qualification in example.",
		"long_link": "https://github.com/cplusplus/draft/pull/3342",
		"link": "https://wg21.link/edit3342",
		"status": "closed"
	},
	"EDIT3343": {
		"type": "editorial",
		"title": "[intro.structure] 'Note n to entry' is also a note.",
		"long_link": "https://github.com/cplusplus/draft/pull/3343",
		"link": "https://wg21.link/edit3343",
		"status": "closed"
	},
	"EDIT3344": {
		"type": "editorial",
		"title": "[defns.block.stmt] Add definition of block as a compound statement.",
		"long_link": "https://github.com/cplusplus/draft/pull/3344",
		"link": "https://wg21.link/edit3344",
		"status": "closed"
	},
	"EDIT3345": {
		"type": "editorial",
		"title": "[namespace.future,diff.cpp14.library] Properly refer to grammar 'digit'",
		"long_link": "https://github.com/cplusplus/draft/pull/3345",
		"link": "https://wg21.link/edit3345",
		"status": "closed"
	},
	"EDIT3346": {
		"type": "editorial",
		"title": "[dcl.inline] Function parameters shouldn't be inline",
		"long_link": "https://github.com/cplusplus/draft/pull/3346",
		"link": "https://wg21.link/edit3346",
		"status": "closed"
	},
	"EDIT3347": {
		"type": "editorial",
		"title": "[basic.def.odr] Wording could be simplified to \"partial specialization\"",
		"long_link": "https://github.com/cplusplus/draft/issues/3347",
		"link": "https://wg21.link/edit3347",
		"status": "open"
	},
	"EDIT3348": {
		"type": "editorial",
		"title": "[istream.sentry] [ostream.sentry] Modernize and clean up.",
		"long_link": "https://github.com/cplusplus/draft/pull/3348",
		"link": "https://wg21.link/edit3348",
		"status": "open"
	},
	"EDIT3349": {
		"type": "editorial",
		"title": "[lib] Review organization of standard library clauses",
		"long_link": "https://github.com/cplusplus/draft/issues/3349",
		"link": "https://wg21.link/edit3349",
		"status": "open"
	},
	"EDIT3350": {
		"type": "editorial",
		"title": "[algorithms.parallel.defns] Rename to 'Preamble'",
		"long_link": "https://github.com/cplusplus/draft/pull/3350",
		"link": "https://wg21.link/edit3350",
		"status": "closed"
	},
	"EDIT3351": {
		"type": "editorial",
		"title": "[module.global,cpp.glob.frag] Rename labels to ...global.frag.",
		"long_link": "https://github.com/cplusplus/draft/pull/3351",
		"link": "https://wg21.link/edit3351",
		"status": "closed"
	},
	"EDIT3352": {
		"type": "editorial",
		"title": "[std] Replace \\rSec with plain \\Sec",
		"long_link": "https://github.com/cplusplus/draft/issues/3352",
		"link": "https://wg21.link/edit3352",
		"status": "open"
	},
	"EDIT3353": {
		"type": "editorial",
		"title": "[dcl.list.init] Make spacing around & declarator operator locally con…",
		"long_link": "https://github.com/cplusplus/draft/pull/3353",
		"link": "https://wg21.link/edit3353",
		"status": "closed"
	},
	"EDIT3354": {
		"type": "editorial",
		"title": "[lib] Refer to subclause being introduced rather than \"this subclause\"",
		"long_link": "https://github.com/cplusplus/draft/issues/3354",
		"link": "https://wg21.link/edit3354",
		"status": "open"
	},
	"EDIT3355": {
		"type": "editorial",
		"title": "[range.filter.overview] Avoid double-negative",
		"long_link": "https://github.com/cplusplus/draft/pull/3355",
		"link": "https://wg21.link/edit3355",
		"status": "open"
	},
	"EDIT3356": {
		"type": "editorial",
		"title": "[intro.compliance] The standard library also offers header units.",
		"long_link": "https://github.com/cplusplus/draft/pull/3356",
		"link": "https://wg21.link/edit3356",
		"status": "closed"
	},
	"EDIT3357": {
		"type": "editorial",
		"title": "[range.join.iterator] starts with a spurious paragraph number",
		"long_link": "https://github.com/cplusplus/draft/issues/3357",
		"link": "https://wg21.link/edit3357",
		"status": "closed"
	},
	"EDIT3358": {
		"type": "editorial",
		"title": "[range.join.iterator] Remove spurious paragraph number",
		"long_link": "https://github.com/cplusplus/draft/pull/3358",
		"link": "https://wg21.link/edit3358",
		"status": "closed"
	},
	"EDIT3359": {
		"type": "editorial",
		"title": "[range.join.iterator] Clarify if ... otherwise ladder.",
		"long_link": "https://github.com/cplusplus/draft/pull/3359",
		"link": "https://wg21.link/edit3359",
		"status": "closed"
	},
	"EDIT3360": {
		"type": "editorial",
		"title": "[basic.types]/2 replace macro constant with constexpr variable",
		"long_link": "https://github.com/cplusplus/draft/pull/3360",
		"link": "https://wg21.link/edit3360",
		"status": "closed"
	},
	"EDIT3361": {
		"type": "editorial",
		"title": "[class.copy.assign] Remove semicolon in 'of the form' phrase.",
		"long_link": "https://github.com/cplusplus/draft/pull/3361",
		"link": "https://wg21.link/edit3361",
		"status": "closed"
	},
	"EDIT3362": {
		"type": "editorial",
		"title": "[any.cons]p5 Strike otherwise to form a valid term",
		"long_link": "https://github.com/cplusplus/draft/issues/3362",
		"link": "https://wg21.link/edit3362",
		"status": "open"
	},
	"EDIT3363": {
		"type": "editorial",
		"title": "[thread.jthread.class] Namespace not closed",
		"long_link": "https://github.com/cplusplus/draft/pull/3363",
		"link": "https://wg21.link/edit3363",
		"status": "closed"
	},
	"EDIT3364": {
		"type": "editorial",
		"title": "Provide a summary reference to where the 'Normative references' were mentioned inside the specification",
		"long_link": "https://github.com/cplusplus/draft/issues/3364",
		"link": "https://wg21.link/edit3364",
		"status": "open"
	},
	"EDIT3365": {
		"type": "editorial",
		"title": "Make usage of memory_order enumeration values consistent",
		"long_link": "https://github.com/cplusplus/draft/issues/3365",
		"link": "https://wg21.link/edit3365",
		"status": "open"
	},
	"EDIT3366": {
		"type": "editorial",
		"title": "Small improvements",
		"long_link": "https://github.com/cplusplus/draft/pull/3366",
		"link": "https://wg21.link/edit3366",
		"status": "closed"
	},
	"EDIT3367": {
		"type": "editorial",
		"title": "Make sure that the text can be searched regardless of hyphenation",
		"long_link": "https://github.com/cplusplus/draft/issues/3367",
		"link": "https://wg21.link/edit3367",
		"status": "open"
	},
	"EDIT3368": {
		"type": "editorial",
		"title": "[util.smartpr.atomic] Move std::atomic<std::shared_ptr<T>> to [atomics]",
		"long_link": "https://github.com/cplusplus/draft/issues/3368",
		"link": "https://wg21.link/edit3368",
		"status": "closed"
	},
	"EDIT3369": {
		"type": "editorial",
		"title": "[iterator.concept.writable] Correct repeated word",
		"long_link": "https://github.com/cplusplus/draft/pull/3369",
		"link": "https://wg21.link/edit3369",
		"status": "open"
	},
	"EDIT3370": {
		"type": "editorial",
		"title": "[std] Switch grammar to  \\sffamily \\itshape",
		"long_link": "https://github.com/cplusplus/draft/pull/3370",
		"link": "https://wg21.link/edit3370",
		"status": "open"
	},
	"EDIT3371": {
		"type": "editorial",
		"title": "[class.copy.ctor] p10.1 CWG 2197: specify the argument used for overload resolution of subobject constructors",
		"long_link": "https://github.com/cplusplus/draft/issues/3371",
		"link": "https://wg21.link/edit3371",
		"status": "open"
	},
	"EDIT3372": {
		"type": "editorial",
		"title": "[over.match.list] Acknowledge entry from 12.4.3.1.5 and fix presentation",
		"long_link": "https://github.com/cplusplus/draft/issues/3372",
		"link": "https://wg21.link/edit3372",
		"status": "open"
	},
	"EDIT3373": {
		"type": "editorial",
		"title": "CWG 1924: Definition of “literal” and kinds of literals ",
		"long_link": "https://github.com/cplusplus/draft/issues/3373",
		"link": "https://wg21.link/edit3373",
		"status": "open"
	},
	"EDIT3374": {
		"type": "editorial",
		"title": "[feature] Add an option to browse the documentation as HTML pages on a local server",
		"long_link": "https://github.com/cplusplus/draft/issues/3374",
		"link": "https://wg21.link/edit3374",
		"status": "closed"
	},
	"EDIT3375": {
		"type": "editorial",
		"title": "[expr.const] p5 integrate construct_at/destroy_at wording into bullet 2 in p4",
		"long_link": "https://github.com/cplusplus/draft/issues/3375",
		"link": "https://wg21.link/edit3375",
		"status": "open"
	},
	"EDIT3376": {
		"type": "editorial",
		"title": "[stmt] coroutines: \"contain\" is underspecified",
		"long_link": "https://github.com/cplusplus/draft/issues/3376",
		"link": "https://wg21.link/edit3376",
		"status": "open"
	},
	"EDIT3377": {
		"type": "editorial",
		"title": "day's operator- : add missing close bracket",
		"long_link": "https://github.com/cplusplus/draft/pull/3377",
		"link": "https://wg21.link/edit3377",
		"status": "closed"
	},
	"EDIT3378": {
		"type": "editorial",
		"title": "[temp.pre] Move concept-definition grammar to [temp.concept]",
		"long_link": "https://github.com/cplusplus/draft/issues/3378",
		"link": "https://wg21.link/edit3378",
		"status": "open"
	},
	"EDIT3379": {
		"type": "editorial",
		"title": "[stmt.return]/2 example doesn't have an explanation",
		"long_link": "https://github.com/cplusplus/draft/issues/3379",
		"link": "https://wg21.link/edit3379",
		"status": "open"
	},
	"EDIT3380": {
		"type": "editorial",
		"title": "different words for specifying evaluation order and sequence before",
		"long_link": "https://github.com/cplusplus/draft/issues/3380",
		"link": "https://wg21.link/edit3380",
		"status": "open"
	},
	"EDIT3381": {
		"type": "editorial",
		"title": "Simplify incoming initialization sequencing",
		"long_link": "https://github.com/cplusplus/draft/issues/3381",
		"link": "https://wg21.link/edit3381",
		"status": "open"
	},
	"EDIT3382": {
		"type": "editorial",
		"title": "[specialized.destroy] add whitespace around binary operator",
		"long_link": "https://github.com/cplusplus/draft/pull/3382",
		"link": "https://wg21.link/edit3382",
		"status": "closed"
	},
	"EDIT3383": {
		"type": "editorial",
		"title": "Wrong xref in [conv.rank]",
		"long_link": "https://github.com/cplusplus/draft/issues/3383",
		"link": "https://wg21.link/edit3383",
		"status": "closed"
	},
	"EDIT3384": {
		"type": "editorial",
		"title": "[conv.rank] Fix cross reference to expr.arith.conv",
		"long_link": "https://github.com/cplusplus/draft/pull/3384",
		"link": "https://wg21.link/edit3384",
		"status": "closed"
	},
	"EDIT3385": {
		"type": "editorial",
		"title": "Double negative in [dcl.decl]/4",
		"long_link": "https://github.com/cplusplus/draft/issues/3385",
		"link": "https://wg21.link/edit3385",
		"status": "open"
	},
	"EDIT3386": {
		"type": "editorial",
		"title": "awkward to specify whether two template-ids are the same",
		"long_link": "https://github.com/cplusplus/draft/issues/3386",
		"link": "https://wg21.link/edit3386",
		"status": "open"
	},
	"EDIT3387": {
		"type": "editorial",
		"title": "Rename \"Expects:\"/\"Ensures:\" to \"Preconditions:\"/\"Postconditions:\"",
		"long_link": "https://github.com/cplusplus/draft/issues/3387",
		"link": "https://wg21.link/edit3387",
		"status": "closed"
	},
	"EDIT3388": {
		"type": "editorial",
		"title": "Restructure [utilities]",
		"long_link": "https://github.com/cplusplus/draft/issues/3388",
		"link": "https://wg21.link/edit3388",
		"status": "open"
	},
	"EDIT3389": {
		"type": "editorial",
		"title": "[macros, structure.specifications] Rename \"Expects:\"/\"Ensures:\" to \"Preconditions:\"/\"Postconditions:\"",
		"long_link": "https://github.com/cplusplus/draft/pull/3389",
		"link": "https://wg21.link/edit3389",
		"status": "closed"
	},
	"EDIT3390": {
		"type": "editorial",
		"title": "[basic.lookup.argdep] Inline the definition of 'interface'.",
		"long_link": "https://github.com/cplusplus/draft/pull/3390",
		"link": "https://wg21.link/edit3390",
		"status": "closed"
	},
	"EDIT3391": {
		"type": "editorial",
		"title": "[util.smartpr.atomic] Moves subclause from \"Utilities\" to \"Atomics\".",
		"long_link": "https://github.com/cplusplus/draft/pull/3391",
		"link": "https://wg21.link/edit3391",
		"status": "closed"
	},
	"EDIT3392": {
		"type": "editorial",
		"title": "'voidify' is not indexed",
		"long_link": "https://github.com/cplusplus/draft/issues/3392",
		"link": "https://wg21.link/edit3392",
		"status": "open"
	},
	"EDIT3393": {
		"type": "editorial",
		"title": "Fix GB079 10.01 Add example for private-module-fragment",
		"long_link": "https://github.com/cplusplus/draft/issues/3393",
		"link": "https://wg21.link/edit3393",
		"status": "open"
	},
	"EDIT3394": {
		"type": "editorial",
		"title": "[2019-11 CWG Motion 1] P1969R0 Core Language Working Group \"ready\" Issues for the November, 2019 (Belfast) meeting",
		"long_link": "https://github.com/cplusplus/draft/issues/3394",
		"link": "https://wg21.link/edit3394",
		"status": "open"
	},
	"EDIT3395": {
		"type": "editorial",
		"title": "[2019-11 CWG Motion 2] P1968R0 Core Language Working Group \"tentatively ready\" Issues for the November, 2019 (Belfast) meeting",
		"long_link": "https://github.com/cplusplus/draft/issues/3395",
		"link": "https://wg21.link/edit3395",
		"status": "open"
	},
	"EDIT3396": {
		"type": "editorial",
		"title": "[2019-11 CWG Motion 3]  P1971R0 Core Language Changes for NB Comments at the November, 2019 (Belfast) meeting",
		"long_link": "https://github.com/cplusplus/draft/issues/3396",
		"link": "https://wg21.link/edit3396",
		"status": "open"
	},
	"EDIT3397": {
		"type": "editorial",
		"title": "[2019-11 CWG Motion 4] P1972R0 US105 Check satisfaction of constraints for non-templates when forming pointer to function",
		"long_link": "https://github.com/cplusplus/draft/issues/3397",
		"link": "https://wg21.link/edit3397",
		"status": "open"
	},
	"EDIT3398": {
		"type": "editorial",
		"title": "[2019-11 CWG Motion 5] P1975R0 Fixing the wording of parenthesized aggregate-initialization",
		"long_link": "https://github.com/cplusplus/draft/issues/3398",
		"link": "https://wg21.link/edit3398",
		"status": "open"
	},
	"EDIT3399": {
		"type": "editorial",
		"title": "[2019-11 CWG Motion 6] P1874R1 Dynamic Initialization Order of Non-Local Variables in Modules",
		"long_link": "https://github.com/cplusplus/draft/issues/3399",
		"link": "https://wg21.link/edit3399",
		"status": "open"
	},
	"EDIT3400": {
		"type": "editorial",
		"title": "[2019-11 CWG Motion 7]  P1946R0 Allow defaulting comparisons by value",
		"long_link": "https://github.com/cplusplus/draft/issues/3400",
		"link": "https://wg21.link/edit3400",
		"status": "open"
	},
	"EDIT3401": {
		"type": "editorial",
		"title": "[2019-11 CWG Motion 8] P1907R1 Inconsistencies with non-type template parameters",
		"long_link": "https://github.com/cplusplus/draft/issues/3401",
		"link": "https://wg21.link/edit3401",
		"status": "open"
	},
	"EDIT3402": {
		"type": "editorial",
		"title": "[2019-11 CWG Motion 9]  P1979R0 Resolution to US086",
		"long_link": "https://github.com/cplusplus/draft/issues/3402",
		"link": "https://wg21.link/edit3402",
		"status": "open"
	},
	"EDIT3403": {
		"type": "editorial",
		"title": "[2019-11 CWG Motion 10] P1980R0 Drafting for CA096: Declaration matching for non-dependent requires-clauses",
		"long_link": "https://github.com/cplusplus/draft/issues/3403",
		"link": "https://wg21.link/edit3403",
		"status": "open"
	},
	"EDIT3404": {
		"type": "editorial",
		"title": "[2019-11 LWG Motion 1] P1917R0 C++ Standard Library Issues to be moved in Belfast",
		"long_link": "https://github.com/cplusplus/draft/issues/3404",
		"link": "https://wg21.link/edit3404",
		"status": "open"
	},
	"EDIT3405": {
		"type": "editorial",
		"title": "[2019-11 LWG Motion 2] P1855R0 Make <compare> freestanding",
		"long_link": "https://github.com/cplusplus/draft/issues/3405",
		"link": "https://wg21.link/edit3405",
		"status": "open"
	},
	"EDIT3406": {
		"type": "editorial",
		"title": "[2019-11 LWG Motion 3]  P1690R1 Refinement Proposal for P0919 Heterogeneous lookup for unordered containers",
		"long_link": "https://github.com/cplusplus/draft/issues/3406",
		"link": "https://wg21.link/edit3406",
		"status": "open"
	},
	"EDIT3407": {
		"type": "editorial",
		"title": "[2019-11 LWG Motion 4]  P1872R0 span should have size_type, not index_type",
		"long_link": "https://github.com/cplusplus/draft/issues/3407",
		"link": "https://wg21.link/edit3407",
		"status": "open"
	},
	"EDIT3408": {
		"type": "editorial",
		"title": "[2019-11 LWG Motion 5]  P1965R0 Blanket Wording for Specifying “Hidden Friends”",
		"long_link": "https://github.com/cplusplus/draft/issues/3408",
		"link": "https://wg21.link/edit3408",
		"status": "open"
	},
	"EDIT3409": {
		"type": "editorial",
		"title": "[2019-11 LWG Motion 6] P1716R3 ranges compare algorithm are over-constrained",
		"long_link": "https://github.com/cplusplus/draft/issues/3409",
		"link": "https://wg21.link/edit3409",
		"status": "open"
	},
	"EDIT3410": {
		"type": "editorial",
		"title": "[2019-11 LWG Motion 7] P1869R1 Rename condition_variable_any interruptible wait methods",
		"long_link": "https://github.com/cplusplus/draft/issues/3410",
		"link": "https://wg21.link/edit3410",
		"status": "open"
	},
	"EDIT3411": {
		"type": "editorial",
		"title": "[2019-11 LWG Motion 8]  P1961R0 Harmonizing the definitions of total order for pointers",
		"long_link": "https://github.com/cplusplus/draft/issues/3411",
		"link": "https://wg21.link/edit3411",
		"status": "open"
	},
	"EDIT3412": {
		"type": "editorial",
		"title": "[2019-11 LWG Motion 9]  P1878R1 Constraining Readable Types",
		"long_link": "https://github.com/cplusplus/draft/issues/3412",
		"link": "https://wg21.link/edit3412",
		"status": "open"
	},
	"EDIT3413": {
		"type": "editorial",
		"title": "[2019-11 LWG Motion 10] P1871R1 Concept traits should be named after concepts",
		"long_link": "https://github.com/cplusplus/draft/issues/3413",
		"link": "https://wg21.link/edit3413",
		"status": "open"
	},
	"EDIT3414": {
		"type": "editorial",
		"title": "[2019-11 LWG Motion 11] P1456R1 Move-only views",
		"long_link": "https://github.com/cplusplus/draft/issues/3414",
		"link": "https://wg21.link/edit3414",
		"status": "open"
	},
	"EDIT3415": {
		"type": "editorial",
		"title": "[2019-11 LWG Motion 12] P1391R4 Range constructor for std::string_view",
		"long_link": "https://github.com/cplusplus/draft/issues/3415",
		"link": "https://wg21.link/edit3415",
		"status": "open"
	},
	"EDIT3416": {
		"type": "editorial",
		"title": "[2019-11 LWG Motion 13]  P1394R4 Range constructor for std::span",
		"long_link": "https://github.com/cplusplus/draft/issues/3416",
		"link": "https://wg21.link/edit3416",
		"status": "open"
	},
	"EDIT3417": {
		"type": "editorial",
		"title": "[2019-11 LWG Motion 15] P1862R1 Ranges adaptors for non-copyable iterators",
		"long_link": "https://github.com/cplusplus/draft/issues/3417",
		"link": "https://wg21.link/edit3417",
		"status": "open"
	},
	"EDIT3418": {
		"type": "editorial",
		"title": "[2019-11 LWG Motion 16]  P1870R1 forwarding-range<T> is too subtle",
		"long_link": "https://github.com/cplusplus/draft/issues/3418",
		"link": "https://wg21.link/edit3418",
		"status": "open"
	},
	"EDIT3419": {
		"type": "editorial",
		"title": "[2019-11 LWG Motion 17]  P1865R1 Add max() to latch and barrier",
		"long_link": "https://github.com/cplusplus/draft/issues/3419",
		"link": "https://wg21.link/edit3419",
		"status": "open"
	},
	"EDIT3420": {
		"type": "editorial",
		"title": "[2019-11 LWG Motion 18] P1960R0 NB Comment Changes Reviewed by SG1",
		"long_link": "https://github.com/cplusplus/draft/issues/3420",
		"link": "https://wg21.link/edit3420",
		"status": "open"
	},
	"EDIT3421": {
		"type": "editorial",
		"title": "[2019-11 LWG Motion 19] P1902R1 Missing feature-test macros 2017-2019",
		"long_link": "https://github.com/cplusplus/draft/issues/3421",
		"link": "https://wg21.link/edit3421",
		"status": "open"
	},
	"EDIT3422": {
		"type": "editorial",
		"title": "[2019-11 LWG Motion 20] P0883R2 Fixing Atomic Initialization",
		"long_link": "https://github.com/cplusplus/draft/issues/3422",
		"link": "https://wg21.link/edit3422",
		"status": "open"
	},
	"EDIT3423": {
		"type": "editorial",
		"title": "[2019-11 LWG Motion 21] P1959R0 Remove std::weak_equality and std::strong_equality",
		"long_link": "https://github.com/cplusplus/draft/issues/3423",
		"link": "https://wg21.link/edit3423",
		"status": "open"
	},
	"EDIT3424": {
		"type": "editorial",
		"title": "[2019-11 LWG Motion 22] 1892R1 Extended locale-specific presentation specifiers for std::format",
		"long_link": "https://github.com/cplusplus/draft/issues/3424",
		"link": "https://wg21.link/edit3424",
		"status": "open"
	},
	"EDIT3425": {
		"type": "editorial",
		"title": "[2019-11 LWG Motion 23] P1645R1 constexpr for <numeric> algorithms",
		"long_link": "https://github.com/cplusplus/draft/issues/3425",
		"link": "https://wg21.link/edit3425",
		"status": "open"
	},
	"EDIT3426": {
		"type": "editorial",
		"title": "[2019-11 LWG Motoin 24]  P1718R2 Mandating the Standard Library: Clause 25 - Algorithms library",
		"long_link": "https://github.com/cplusplus/draft/issues/3426",
		"link": "https://wg21.link/edit3426",
		"status": "open"
	},
	"EDIT3427": {
		"type": "editorial",
		"title": "[2019-11 LWG Motion 25]  P1719R2 Mandating the Standard Library: Clause 26 - Numerics library",
		"long_link": "https://github.com/cplusplus/draft/issues/3427",
		"link": "https://wg21.link/edit3427",
		"status": "open"
	},
	"EDIT3428": {
		"type": "editorial",
		"title": "[2019-11 LWG Motion 26] P1686R2 Mandating the Standard Library: Clause 27 - Time library",
		"long_link": "https://github.com/cplusplus/draft/issues/3428",
		"link": "https://wg21.link/edit3428",
		"status": "open"
	},
	"EDIT3429": {
		"type": "editorial",
		"title": "[2019-11 LWG Motion 27] P1720R2 Mandating the Standard Library: Clause 28 - Localization library",
		"long_link": "https://github.com/cplusplus/draft/issues/3429",
		"link": "https://wg21.link/edit3429",
		"status": "open"
	},
	"EDIT3430": {
		"type": "editorial",
		"title": "[2019-11 LWG Motion 28] P1721R2 Mandating the Standard Library: Clause 29 - Input/Output library",
		"long_link": "https://github.com/cplusplus/draft/issues/3430",
		"link": "https://wg21.link/edit3430",
		"status": "open"
	},
	"EDIT3431": {
		"type": "editorial",
		"title": "[2019-11 LWG Motion 29]  P1722R2 Mandating the Standard Library: Clause 30 - Regular Expression library",
		"long_link": "https://github.com/cplusplus/draft/issues/3431",
		"link": "https://wg21.link/edit3431",
		"status": "open"
	},
	"EDIT3432": {
		"type": "editorial",
		"title": "[2019-11 LWG Motion 30]  P1723R2 Mandating the Standard Library: Clause 31 - Atomics library",
		"long_link": "https://github.com/cplusplus/draft/issues/3432",
		"link": "https://wg21.link/edit3432",
		"status": "open"
	},
	"EDIT3433": {
		"type": "editorial",
		"title": "[2019-11 LWG Motion 31]  P1622R3 Mandating the Standard Library: Clause 32 - Thread support library",
		"long_link": "https://github.com/cplusplus/draft/issues/3433",
		"link": "https://wg21.link/edit3433",
		"status": "open"
	},
	"EDIT3434": {
		"type": "editorial",
		"title": "[structure.specifications] Rename remaining \"Expects\"/\"Ensures\" to \"Preconditions\"/\"Postconditions\"",
		"long_link": "https://github.com/cplusplus/draft/pull/3434",
		"link": "https://wg21.link/edit3434",
		"status": "closed"
	},
	"EDIT3435": {
		"type": "editorial",
		"title": "[expr.sizeof] Replace inappropriate \\term{n} with $n$.",
		"long_link": "https://github.com/cplusplus/draft/pull/3435",
		"link": "https://wg21.link/edit3435",
		"status": "closed"
	},
	"EDIT3436": {
		"type": "editorial",
		"title": "P1972R0 US105 Check satisfaction of constraints for non-templates whe…",
		"long_link": "https://github.com/cplusplus/draft/pull/3436",
		"link": "https://wg21.link/edit3436",
		"status": "open"
	},
	"EDIT3437": {
		"type": "editorial",
		"title": "P1975R0 Fixing the wording of parenthesized aggregate-initialization",
		"long_link": "https://github.com/cplusplus/draft/pull/3437",
		"link": "https://wg21.link/edit3437",
		"status": "open"
	},
	"EDIT3438": {
		"type": "editorial",
		"title": "P1874R1 Dynamic Initialization Order of Non-Local Variables in Modules",
		"long_link": "https://github.com/cplusplus/draft/pull/3438",
		"link": "https://wg21.link/edit3438",
		"status": "open"
	},
	"EDIT3439": {
		"type": "editorial",
		"title": "P1946R0 Allow defaulting comparisons by value",
		"long_link": "https://github.com/cplusplus/draft/pull/3439",
		"link": "https://wg21.link/edit3439",
		"status": "open"
	},
	"EDIT3440": {
		"type": "editorial",
		"title": "Injected-class-names: members or not?",
		"long_link": "https://github.com/cplusplus/draft/issues/3440",
		"link": "https://wg21.link/edit3440",
		"status": "closed"
	},
	"EDIT3441": {
		"type": "editorial",
		"title": " P1907R1 Inconsistencies with non-type template parameters",
		"long_link": "https://github.com/cplusplus/draft/pull/3441",
		"link": "https://wg21.link/edit3441",
		"status": "open"
	},
	"EDIT3442": {
		"type": "editorial",
		"title": "P1979R0 Resolution to US086",
		"long_link": "https://github.com/cplusplus/draft/pull/3442",
		"link": "https://wg21.link/edit3442",
		"status": "open"
	},
	"EDIT3443": {
		"type": "editorial",
		"title": "P1980R0 CA096: Declaration matching for non-dependent requires-clauses",
		"long_link": "https://github.com/cplusplus/draft/pull/3443",
		"link": "https://wg21.link/edit3443",
		"status": "open"
	},
	"EDIT3444": {
		"type": "editorial",
		"title": "P1855R0 Make <compare> freestanding",
		"long_link": "https://github.com/cplusplus/draft/pull/3444",
		"link": "https://wg21.link/edit3444",
		"status": "open"
	},
	"EDIT3445": {
		"type": "editorial",
		"title": "P1690R1 Refinement Proposal for P0919 Heterogeneous lookup for unordered containers",
		"long_link": "https://github.com/cplusplus/draft/pull/3445",
		"link": "https://wg21.link/edit3445",
		"status": "open"
	},
	"EDIT3446": {
		"type": "editorial",
		"title": "P1872R0 span should have size_type, not index_type",
		"long_link": "https://github.com/cplusplus/draft/pull/3446",
		"link": "https://wg21.link/edit3446",
		"status": "open"
	},
	"EDIT3447": {
		"type": "editorial",
		"title": "P1965R0 Blanket Wording for Specifying \"Hidden Friends\"",
		"long_link": "https://github.com/cplusplus/draft/pull/3447",
		"link": "https://wg21.link/edit3447",
		"status": "open"
	},
	"EDIT3448": {
		"type": "editorial",
		"title": "P1869R1 Rename condition_variable_any interruptible wait methods",
		"long_link": "https://github.com/cplusplus/draft/pull/3448",
		"link": "https://wg21.link/edit3448",
		"status": "open"
	},
	"EDIT3449": {
		"type": "editorial",
		"title": "P1961R0 Harmonizing the definitions of total order for pointers",
		"long_link": "https://github.com/cplusplus/draft/pull/3449",
		"link": "https://wg21.link/edit3449",
		"status": "open"
	},
	"EDIT3450": {
		"type": "editorial",
		"title": "P1716R3 ranges compare algorithm are over-constrained",
		"long_link": "https://github.com/cplusplus/draft/pull/3450",
		"link": "https://wg21.link/edit3450",
		"status": "open"
	},
	"EDIT3451": {
		"type": "editorial",
		"title": "P1878R1 Constraining Readable Types",
		"long_link": "https://github.com/cplusplus/draft/pull/3451",
		"link": "https://wg21.link/edit3451",
		"status": "open"
	},
	"EDIT3452": {
		"type": "editorial",
		"title": "P1871R1 Concept traits should be named after concepts",
		"long_link": "https://github.com/cplusplus/draft/pull/3452",
		"link": "https://wg21.link/edit3452",
		"status": "open"
	},
	"EDIT3453": {
		"type": "editorial",
		"title": "P1456R1 Move-only views",
		"long_link": "https://github.com/cplusplus/draft/pull/3453",
		"link": "https://wg21.link/edit3453",
		"status": "open"
	},
	"EDIT3454": {
		"type": "editorial",
		"title": "P1391R4 Range constructor for std::string_view",
		"long_link": "https://github.com/cplusplus/draft/pull/3454",
		"link": "https://wg21.link/edit3454",
		"status": "open"
	},
	"EDIT3455": {
		"type": "editorial",
		"title": "[basic.life] Use idiomatic wording.",
		"long_link": "https://github.com/cplusplus/draft/pull/3455",
		"link": "https://wg21.link/edit3455",
		"status": "open"
	},
	"EDIT3456": {
		"type": "editorial",
		"title": "P1394R4 Range constructor for std::span",
		"long_link": "https://github.com/cplusplus/draft/pull/3456",
		"link": "https://wg21.link/edit3456",
		"status": "open"
	},
	"EDIT3457": {
		"type": "editorial",
		"title": "[ranges] Parameter of range refinement should be named R",
		"long_link": "https://github.com/cplusplus/draft/issues/3457",
		"link": "https://wg21.link/edit3457",
		"status": "open"
	},
	"EDIT3458": {
		"type": "editorial",
		"title": "P1718R2 Mandating the Standard Library: Clause 25 - Algorithms library",
		"long_link": "https://github.com/cplusplus/draft/pull/3458",
		"link": "https://wg21.link/edit3458",
		"status": "open"
	},
	"EDIT3459": {
		"type": "editorial",
		"title": "P1862R1 Ranges adaptors for non-copyable iterators",
		"long_link": "https://github.com/cplusplus/draft/pull/3459",
		"link": "https://wg21.link/edit3459",
		"status": "closed"
	},
	"EDIT3460": {
		"type": "editorial",
		"title": "P1862R1 Ranges adaptors for non-copyable iterators",
		"long_link": "https://github.com/cplusplus/draft/pull/3460",
		"link": "https://wg21.link/edit3460",
		"status": "open"
	},
	"EDIT3461": {
		"type": "editorial",
		"title": "[format.arg] Declaration mismatch",
		"long_link": "https://github.com/cplusplus/draft/issues/3461",
		"link": "https://wg21.link/edit3461",
		"status": "open"
	},
	"EDIT3462": {
		"type": "editorial",
		"title": "[basic.def.odr] Sentence has two full stops (incorrect list item punctuation)",
		"long_link": "https://github.com/cplusplus/draft/issues/3462",
		"link": "https://wg21.link/edit3462",
		"status": "open"
	},
	"EDIT3463": {
		"type": "editorial",
		"title": "P1719R2 Mandating the Standard Library: Clause 26 - Numerics library",
		"long_link": "https://github.com/cplusplus/draft/pull/3463",
		"link": "https://wg21.link/edit3463",
		"status": "open"
	},
	"EDIT3464": {
		"type": "editorial",
		"title": "[basic.def.odr] Properly continue long-winded bulleted sentence.",
		"long_link": "https://github.com/cplusplus/draft/pull/3464",
		"link": "https://wg21.link/edit3464",
		"status": "open"
	},
	"EDIT3465": {
		"type": "editorial",
		"title": "[format.arg] Fix parameter type for basic_format_arg constructor.",
		"long_link": "https://github.com/cplusplus/draft/pull/3465",
		"link": "https://wg21.link/edit3465",
		"status": "open"
	},
	"EDIT3466": {
		"type": "editorial",
		"title": "P1720R2 Mandating the Standard Library: Clause 28 - Localization library",
		"long_link": "https://github.com/cplusplus/draft/pull/3466",
		"link": "https://wg21.link/edit3466",
		"status": "open"
	},
	"EDIT3467": {
		"type": "editorial",
		"title": "P1721R2 Mandating the Standard Library: Clause 29 - Input/output library",
		"long_link": "https://github.com/cplusplus/draft/pull/3467",
		"link": "https://wg21.link/edit3467",
		"status": "open"
	},
	"EDIT3468": {
		"type": "editorial",
		"title": "istream_view is a range factory, not a range adaptor",
		"long_link": "https://github.com/cplusplus/draft/issues/3468",
		"link": "https://wg21.link/edit3468",
		"status": "open"
	},
	"EDIT3469": {
		"type": "editorial",
		"title": "[range.istream] Relocate under [range.factories]",
		"long_link": "https://github.com/cplusplus/draft/pull/3469",
		"link": "https://wg21.link/edit3469",
		"status": "open"
	},
	"EDIT3470": {
		"type": "editorial",
		"title": "[defns.access] Clarify definition of \"access\".",
		"long_link": "https://github.com/cplusplus/draft/pull/3470",
		"link": "https://wg21.link/edit3470",
		"status": "open"
	},
	"EDIT3471": {
		"type": "editorial",
		"title": "P1722R2 Mandating the Standard Library: Clause 30 - Regular Expression library",
		"long_link": "https://github.com/cplusplus/draft/pull/3471",
		"link": "https://wg21.link/edit3471",
		"status": "open"
	},
	"EDIT3472": {
		"type": "editorial",
		"title": "Motions 2019 11 lwg 1: P1917R0 C++ Standard Library Issues to be moved in Belfast",
		"long_link": "https://github.com/cplusplus/draft/pull/3472",
		"link": "https://wg21.link/edit3472",
		"status": "open"
	},
	"EDIT3473": {
		"type": "editorial",
		"title": "P1645R1 constexpr for <numeric> algorithms",
		"long_link": "https://github.com/cplusplus/draft/pull/3473",
		"link": "https://wg21.link/edit3473",
		"status": "open"
	},
	"EDIT3474": {
		"type": "editorial",
		"title": "P1892R1 Extended locale-specific presentation specifiers for std::format",
		"long_link": "https://github.com/cplusplus/draft/pull/3474",
		"link": "https://wg21.link/edit3474",
		"status": "open"
	},
	"EDIT3475": {
		"type": "editorial",
		"title": "P1959R0 Remove std::weak_equality and std::strong_equality",
		"long_link": "https://github.com/cplusplus/draft/pull/3475",
		"link": "https://wg21.link/edit3475",
		"status": "open"
	},
	"EDIT3476": {
		"type": "editorial",
		"title": "LWG Motion 19: P1902R1 Missing feature-test macros 2017-2019",
		"long_link": "https://github.com/cplusplus/draft/pull/3476",
		"link": "https://wg21.link/edit3476",
		"status": "open"
	},
	"EDIT3477": {
		"type": "editorial",
		"title": "LWG Motion 18: P1960R0 NB Comment Changes Reviewed by SG1",
		"long_link": "https://github.com/cplusplus/draft/pull/3477",
		"link": "https://wg21.link/edit3477",
		"status": "open"
	},
	"EDIT3478": {
		"type": "editorial",
		"title": "LWG Motion 17: P1865R1 Add max() to latch and barrier",
		"long_link": "https://github.com/cplusplus/draft/pull/3478",
		"link": "https://wg21.link/edit3478",
		"status": "open"
	},
	"EDIT3479": {
		"type": "editorial",
		"title": "[concept.regularinvocable] Adding examples for regular_invocable would be helpful",
		"long_link": "https://github.com/cplusplus/draft/issues/3479",
		"link": "https://wg21.link/edit3479",
		"status": "open"
	},
	"EDIT3480": {
		"type": "editorial",
		"title": "Motions 2019 11 cwg 1: P1969R0 Core Language Working Group \"ready\" Issues",
		"long_link": "https://github.com/cplusplus/draft/pull/3480",
		"link": "https://wg21.link/edit3480",
		"status": "closed"
	},
	"EDIT3481": {
		"type": "editorial",
		"title": "Motions 2019 11 cwg 3: P1971R0 Core Language Changes for NB Comments",
		"long_link": "https://github.com/cplusplus/draft/pull/3481",
		"link": "https://wg21.link/edit3481",
		"status": "closed"
	},
	"EDIT3482": {
		"type": "editorial",
		"title": "[depr.relops] Move index entry here from [utility.syn]",
		"long_link": "https://github.com/cplusplus/draft/pull/3482",
		"link": "https://wg21.link/edit3482",
		"status": "open"
	},
	"EDIT3483": {
		"type": "editorial",
		"title": "[concept.regularinvocable] move iref to a better place",
		"long_link": "https://github.com/cplusplus/draft/pull/3483",
		"link": "https://wg21.link/edit3483",
		"status": "open"
	},
	"EDIT3484": {
		"type": "editorial",
		"title": "[concept.defaultconstructible] Rename default_constructible to default_initializable",
		"long_link": "https://github.com/cplusplus/draft/issues/3484",
		"link": "https://wg21.link/edit3484",
		"status": "closed"
	},
	"EDIT3485": {
		"type": "editorial",
		"title": "Motions 2019 11 cwg 2: P1968R0 Core Language Working Group \"tentatively ready\" Issues",
		"long_link": "https://github.com/cplusplus/draft/pull/3485",
		"link": "https://wg21.link/edit3485",
		"status": "closed"
	},
	"EDIT3486": {
		"type": "editorial",
		"title": "Motions 2019 11 lwg 16: P1870R1 forwarding-range<T> is too subtle",
		"long_link": "https://github.com/cplusplus/draft/pull/3486",
		"link": "https://wg21.link/edit3486",
		"status": "closed"
	},
	"EDIT3487": {
		"type": "editorial",
		"title": "Motions 2019 11 lwg 20: P0883R2 Fixing Atomic Initialization",
		"long_link": "https://github.com/cplusplus/draft/pull/3487",
		"link": "https://wg21.link/edit3487",
		"status": "closed"
	},
	"EDIT3488": {
		"type": "editorial",
		"title": "P1686R2 Mandating the Standard Library: Clause 27 - Time library",
		"long_link": "https://github.com/cplusplus/draft/pull/3488",
		"link": "https://wg21.link/edit3488",
		"status": "closed"
	},
	"EDIT3489": {
		"type": "editorial",
		"title": "P1723R2 Mandating the Standard Library: Clause 31 - Atomics library",
		"long_link": "https://github.com/cplusplus/draft/pull/3489",
		"link": "https://wg21.link/edit3489",
		"status": "closed"
	},
	"EDIT3490": {
		"type": "editorial",
		"title": "Strike mentions of undefined term \"automatic object\"",
		"long_link": "https://github.com/cplusplus/draft/pull/3490",
		"link": "https://wg21.link/edit3490",
		"status": "open"
	},
	"EDIT3491": {
		"type": "editorial",
		"title": "P1622R3 Mandating the Standard Library: Clause 32 - Thread support library",
		"long_link": "https://github.com/cplusplus/draft/pull/3491",
		"link": "https://wg21.link/edit3491",
		"status": "closed"
	},
	"EDIT3492": {
		"type": "editorial",
		"title": "[dcl.init.list] Missing cv before T",
		"long_link": "https://github.com/cplusplus/draft/pull/3492",
		"link": "https://wg21.link/edit3492",
		"status": "open"
	},
	"EDIT3493": {
		"type": "editorial",
		"title": "[time.cal.wdidx.nonmembers] Remove extra \"",
		"long_link": "https://github.com/cplusplus/draft/pull/3493",
		"link": "https://wg21.link/edit3493",
		"status": "closed"
	},
	"EDIT3494": {
		"type": "editorial",
		"title": "[lib] Use \\exposconcept and \\libconcept where applicable",
		"long_link": "https://github.com/cplusplus/draft/issues/3494",
		"link": "https://wg21.link/edit3494",
		"status": "open"
	},
	"EDIT3495": {
		"type": "editorial",
		"title": "Prefix names of std lib concepts with \"std::\" in the core clauses",
		"long_link": "https://github.com/cplusplus/draft/issues/3495",
		"link": "https://wg21.link/edit3495",
		"status": "open"
	},
	"EDIT3496": {
		"type": "editorial",
		"title": "[std] Mark all concepts with \\libconcept or \\exposconcept",
		"long_link": "https://github.com/cplusplus/draft/pull/3496",
		"link": "https://wg21.link/edit3496",
		"status": "open"
	},
	"EDIT3497": {
		"type": "editorial",
		"title": "[conv.array] should be updated to use new array element terminology",
		"long_link": "https://github.com/cplusplus/draft/issues/3497",
		"link": "https://wg21.link/edit3497",
		"status": "open"
	},
	"EDIT3498": {
		"type": "editorial",
		"title": "consider moving [temp.deduct.guide] under [temp.class]",
		"long_link": "https://github.com/cplusplus/draft/issues/3498",
		"link": "https://wg21.link/edit3498",
		"status": "closed"
	},
	"EDIT3499": {
		"type": "editorial",
		"title": "consistently use either \"valid\" or \"well-formed\" in library constraints",
		"long_link": "https://github.com/cplusplus/draft/issues/3499",
		"link": "https://wg21.link/edit3499",
		"status": "open"
	},
	"EDIT3500": {
		"type": "editorial",
		"title": "[temp.deduct.guide] Move into [temp.class].",
		"long_link": "https://github.com/cplusplus/draft/pull/3500",
		"link": "https://wg21.link/edit3500",
		"status": "closed"
	},
	"EDIT3501": {
		"type": "editorial",
		"title": "[module.private.frag] Fix indentation in example",
		"long_link": "https://github.com/cplusplus/draft/pull/3501",
		"link": "https://wg21.link/edit3501",
		"status": "closed"
	},
	"EDIT3502": {
		"type": "editorial",
		"title": "clarify meaning of \"has an interface dependency [...] prior to X\"",
		"long_link": "https://github.com/cplusplus/draft/issues/3502",
		"link": "https://wg21.link/edit3502",
		"status": "open"
	},
	"EDIT3503": {
		"type": "editorial",
		"title": "[temp.concept] Move grammar non-terminal concept-definition here.",
		"long_link": "https://github.com/cplusplus/draft/pull/3503",
		"link": "https://wg21.link/edit3503",
		"status": "closed"
	},
	"EDIT3504": {
		"type": "editorial",
		"title": "[any.cons,any.assign] Remove redundant postcondition for moves.",
		"long_link": "https://github.com/cplusplus/draft/pull/3504",
		"link": "https://wg21.link/edit3504",
		"status": "closed"
	},
	"EDIT3505": {
		"type": "editorial",
		"title": "[dcl.fct.def.coroutine] Use 'encloses' instead of imprecise 'contains'.",
		"long_link": "https://github.com/cplusplus/draft/pull/3505",
		"link": "https://wg21.link/edit3505",
		"status": "closed"
	},
	"EDIT3506": {
		"type": "editorial",
		"title": "Remove all \"Constructs a Foo by\" from Effects: clauses",
		"long_link": "https://github.com/cplusplus/draft/issues/3506",
		"link": "https://wg21.link/edit3506",
		"status": "open"
	},
	"EDIT3507": {
		"type": "editorial",
		"title": "[lib] Remove 'Constructs an object of type ...' phrases",
		"long_link": "https://github.com/cplusplus/draft/pull/3507",
		"link": "https://wg21.link/edit3507",
		"status": "closed"
	},
	"EDIT3508": {
		"type": "editorial",
		"title": "[lib] Replace 'this subclause' with numbered subclause references.",
		"long_link": "https://github.com/cplusplus/draft/pull/3508",
		"link": "https://wg21.link/edit3508",
		"status": "closed"
	},
	"EDIT3509": {
		"type": "editorial",
		"title": "[temp.local] Change \"template-parameter\" to \"name of a template parameter\"",
		"long_link": "https://github.com/cplusplus/draft/pull/3509",
		"link": "https://wg21.link/edit3509",
		"status": "closed"
	},
	"EDIT3510": {
		"type": "editorial",
		"title": "need an equivalent of [fs.req.namespace] for chrono",
		"long_link": "https://github.com/cplusplus/draft/issues/3510",
		"link": "https://wg21.link/edit3510",
		"status": "open"
	},
	"EDIT3511": {
		"type": "editorial",
		"title": "[complex.ops] Remove empty paragraph.",
		"long_link": "https://github.com/cplusplus/draft/pull/3511",
		"link": "https://wg21.link/edit3511",
		"status": "closed"
	},
	"EDIT3512": {
		"type": "editorial",
		"title": "[dcl.decl] Avoid double negative.",
		"long_link": "https://github.com/cplusplus/draft/pull/3512",
		"link": "https://wg21.link/edit3512",
		"status": "closed"
	},
	"EDIT3513": {
		"type": "editorial",
		"title": "[over.match.list] Acknowledge [over.ics.list] and clarify text.",
		"long_link": "https://github.com/cplusplus/draft/pull/3513",
		"link": "https://wg21.link/edit3513",
		"status": "closed"
	},
	"EDIT3514": {
		"type": "editorial",
		"title": "[ranges.syn, range.adaptors] Name view template parameter V for consistency",
		"long_link": "https://github.com/cplusplus/draft/pull/3514",
		"link": "https://wg21.link/edit3514",
		"status": "closed"
	},
	"EDIT3515": {
		"type": "editorial",
		"title": "don't use \"is called\" to introduce a definition",
		"long_link": "https://github.com/cplusplus/draft/issues/3515",
		"link": "https://wg21.link/edit3515",
		"status": "open"
	},
	"EDIT3516": {
		"type": "editorial",
		"title": "move type-constraint grammar production into temp.param",
		"long_link": "https://github.com/cplusplus/draft/issues/3516",
		"link": "https://wg21.link/edit3516",
		"status": "closed"
	},
	"EDIT3517": {
		"type": "editorial",
		"title": "[container.requirements.general]/Table 71 LWG 3352: Remove the requirement for strong_equality",
		"long_link": "https://github.com/cplusplus/draft/pull/3517",
		"link": "https://wg21.link/edit3517",
		"status": "open"
	},
	"EDIT3518": {
		"type": "editorial",
		"title": "[temp.param] Move grammar non-terminal 'type-constraint' here",
		"long_link": "https://github.com/cplusplus/draft/pull/3518",
		"link": "https://wg21.link/edit3518",
		"status": "closed"
	},
	"EDIT3519": {
		"type": "editorial",
		"title": "[class.member.lookup] lookups names in base class *subobjects*",
		"long_link": "https://github.com/cplusplus/draft/issues/3519",
		"link": "https://wg21.link/edit3519",
		"status": "open"
	},
	"EDIT3520": {
		"type": "editorial",
		"title": "[language.support] Stable label not right-aligned",
		"long_link": "https://github.com/cplusplus/draft/issues/3520",
		"link": "https://wg21.link/edit3520",
		"status": "open"
	},
	"EDIT3521": {
		"type": "editorial",
		"title": "[cstdint.syn.2] is not in line with intention",
		"long_link": "https://github.com/cplusplus/draft/issues/3521",
		"link": "https://wg21.link/edit3521",
		"status": "open"
	},
	"EDIT3522": {
		"type": "editorial",
		"title": "[std] Multiple notes and examples within the same subclause shall be numbered",
		"long_link": "https://github.com/cplusplus/draft/issues/3522",
		"link": "https://wg21.link/edit3522",
		"status": "open"
	},
	"EDIT3523": {
		"type": "editorial",
		"title": "Missing index entries for definitions of the terms \"satisfies\" and \"models\"",
		"long_link": "https://github.com/cplusplus/draft/issues/3523",
		"link": "https://wg21.link/edit3523",
		"status": "open"
	},
	"EDIT3524": {
		"type": "editorial",
		"title": "[class.derived, class.member.lookup] Missing explicit reference to figure",
		"long_link": "https://github.com/cplusplus/draft/issues/3524",
		"link": "https://wg21.link/edit3524",
		"status": "closed"
	},
	"EDIT3525": {
		"type": "editorial",
		"title": "[std] There shall be no .1 subclause without a .2 sibling",
		"long_link": "https://github.com/cplusplus/draft/issues/3525",
		"link": "https://wg21.link/edit3525",
		"status": "open"
	},
	"EDIT3526": {
		"type": "editorial",
		"title": "[class.derived,class.member.lookup] Reference figures in running text.",
		"long_link": "https://github.com/cplusplus/draft/pull/3526",
		"link": "https://wg21.link/edit3526",
		"status": "closed"
	},
	"EDIT3527": {
		"type": "editorial",
		"title": "[temp.constr.contr] Add index entry for 'satisfy'.",
		"long_link": "https://github.com/cplusplus/draft/pull/3527",
		"link": "https://wg21.link/edit3527",
		"status": "closed"
	},
	"EDIT3528": {
		"type": "editorial",
		"title": "[library.headers],[cstdint.syn.2], [cstdint.syn.2] is not in line with intention. Also fixes #3521",
		"long_link": "https://github.com/cplusplus/draft/pull/3528",
		"link": "https://wg21.link/edit3528",
		"status": "open"
	},
	"EDIT3529": {
		"type": "editorial",
		"title": "Freestanding note in [basic.start.main.1] has no normative backing",
		"long_link": "https://github.com/cplusplus/draft/issues/3529",
		"link": "https://wg21.link/edit3529",
		"status": "open"
	},
	"EDIT3530": {
		"type": "editorial",
		"title": "Inconsistent terminology and spelling regarding start, startup, and start-up",
		"long_link": "https://github.com/cplusplus/draft/issues/3530",
		"link": "https://wg21.link/edit3530",
		"status": "open"
	},
	"EDIT3531": {
		"type": "editorial",
		"title": "[expr.comma] Remove \"temporary expression\"",
		"long_link": "https://github.com/cplusplus/draft/pull/3531",
		"link": "https://wg21.link/edit3531",
		"status": "open"
	},
	"EDIT3532": {
		"type": "editorial",
		"title": "qualifies indirectly-readable-impl's use of iter_move",
		"long_link": "https://github.com/cplusplus/draft/pull/3532",
		"link": "https://wg21.link/edit3532",
		"status": "closed"
	},
	"EDIT3533": {
		"type": "editorial",
		"title": "[time.syn] Move `treat_as_floating_point_v` to be right after `treat_as_floating_point` in the `<chrono>` synopsis.",
		"long_link": "https://github.com/cplusplus/draft/pull/3533",
		"link": "https://wg21.link/edit3533",
		"status": "closed"
	},
	"EDIT3534": {
		"type": "editorial",
		"title": "[span.cons] thinks that to_address() can throw, but it can't",
		"long_link": "https://github.com/cplusplus/draft/issues/3534",
		"link": "https://wg21.link/edit3534",
		"status": "closed"
	},
	"EDIT3535": {
		"type": "editorial",
		"title": "[over.match.funcs] Correct comment in example.",
		"long_link": "https://github.com/cplusplus/draft/pull/3535",
		"link": "https://wg21.link/edit3535",
		"status": "open"
	},
	"EDIT3536": {
		"type": "editorial",
		"title": "[functional.syn] Move is_bind_expression_v & is_placeholder_v to be right after is_bind_expression & is_placeholder in the <functional> synopsis",
		"long_link": "https://github.com/cplusplus/draft/pull/3536",
		"link": "https://wg21.link/edit3536",
		"status": "closed"
	},
	"EDIT3537": {
		"type": "editorial",
		"title": "[ptr.launder] Use consistent style for ptr-operators in text",
		"long_link": "https://github.com/cplusplus/draft/pull/3537",
		"link": "https://wg21.link/edit3537",
		"status": "closed"
	},
	"EDIT3538": {
		"type": "editorial",
		"title": "[dcl.decl] Change \"templated function\" to instead use \"templated entity\"",
		"long_link": "https://github.com/cplusplus/draft/pull/3538",
		"link": "https://wg21.link/edit3538",
		"status": "open"
	},
	"EDIT3539": {
		"type": "editorial",
		"title": "[std] Harmonize index entries for list items",
		"long_link": "https://github.com/cplusplus/draft/pull/3539",
		"link": "https://wg21.link/edit3539",
		"status": "closed"
	},
	"EDIT3540": {
		"type": "editorial",
		"title": "Missing paragraph number for Preconditions element [span.cons] p7/8",
		"long_link": "https://github.com/cplusplus/draft/issues/3540",
		"link": "https://wg21.link/edit3540",
		"status": "closed"
	},
	"EDIT3541": {
		"type": "editorial",
		"title": "[cmp.categories.pre] nonequal and nonequivalent are non-used",
		"long_link": "https://github.com/cplusplus/draft/issues/3541",
		"link": "https://wg21.link/edit3541",
		"status": "open"
	},
	"EDIT3542": {
		"type": "editorial",
		"title": "[cmp.categories.pre] Remove unused enumerators",
		"long_link": "https://github.com/cplusplus/draft/pull/3542",
		"link": "https://wg21.link/edit3542",
		"status": "open"
	},
	"EDIT3543": {
		"type": "editorial",
		"title": "[namespace.udecl]/14 clarify wording for comparisons between templates and non-templates",
		"long_link": "https://github.com/cplusplus/draft/issues/3543",
		"link": "https://wg21.link/edit3543",
		"status": "open"
	},
	"EDIT3544": {
		"type": "editorial",
		"title": "Examples in [cpp.scope]p3 onwards are misplaced",
		"long_link": "https://github.com/cplusplus/draft/issues/3544",
		"link": "https://wg21.link/edit3544",
		"status": "open"
	},
	"EDIT3545": {
		"type": "editorial",
		"title": "[cpp.replace] Distribute examples from [cpp.scope]",
		"long_link": "https://github.com/cplusplus/draft/pull/3545",
		"link": "https://wg21.link/edit3545",
		"status": "open"
	},
	"EDIT3546": {
		"type": "editorial",
		"title": "[span.cons] to_address cannot throw",
		"long_link": "https://github.com/cplusplus/draft/pull/3546",
		"link": "https://wg21.link/edit3546",
		"status": "closed"
	},
	"EDIT3547": {
		"type": "editorial",
		"title": "Inconsistent indexing of Cpp17 requirements",
		"long_link": "https://github.com/cplusplus/draft/issues/3547",
		"link": "https://wg21.link/edit3547",
		"status": "open"
	},
	"EDIT3548": {
		"type": "editorial",
		"title": "[lib] Put \\constraints on a line of its own.",
		"long_link": "https://github.com/cplusplus/draft/pull/3548",
		"link": "https://wg21.link/edit3548",
		"status": "closed"
	},
	"EDIT3549": {
		"type": "editorial",
		"title": "[alg.partitions] Add missing \\pnum.",
		"long_link": "https://github.com/cplusplus/draft/pull/3549",
		"link": "https://wg21.link/edit3549",
		"status": "closed"
	},
	"EDIT3550": {
		"type": "editorial",
		"title": "[thread.condvarany.intwait] missing wait_for() change from P1869R1",
		"long_link": "https://github.com/cplusplus/draft/issues/3550",
		"link": "https://wg21.link/edit3550",
		"status": "open"
	},
	"EDIT3551": {
		"type": "editorial",
		"title": "[string.view.synop,span.syn,span.cons] (enable_)?safe_range are defin…",
		"long_link": "https://github.com/cplusplus/draft/pull/3551",
		"link": "https://wg21.link/edit3551",
		"status": "closed"
	},
	"EDIT3552": {
		"type": "editorial",
		"title": "[string.view.synop][span.syn] Declaration for primary template and namespace of enable_safe_range",
		"long_link": "https://github.com/cplusplus/draft/issues/3552",
		"link": "https://wg21.link/edit3552",
		"status": "closed"
	},
	"EDIT3553": {
		"type": "editorial",
		"title": "[basic.atomics] Use math mode for memory model placeholders.",
		"long_link": "https://github.com/cplusplus/draft/pull/3553",
		"link": "https://wg21.link/edit3553",
		"status": "closed"
	},
	"EDIT3554": {
		"type": "editorial",
		"title": "[std] Use $E$ as expression placeholder.",
		"long_link": "https://github.com/cplusplus/draft/pull/3554",
		"link": "https://wg21.link/edit3554",
		"status": "open"
	},
	"EDIT3555": {
		"type": "editorial",
		"title": "[lib] Consistently use ios_base::failbit and ios_base::badbit.",
		"long_link": "https://github.com/cplusplus/draft/pull/3555",
		"link": "https://wg21.link/edit3555",
		"status": "closed"
	},
	"EDIT3556": {
		"type": "editorial",
		"title": "[ranges] Integrate adaptor subclauses into overviews.",
		"long_link": "https://github.com/cplusplus/draft/pull/3556",
		"link": "https://wg21.link/edit3556",
		"status": "open"
	},
	"EDIT3557": {
		"type": "editorial",
		"title": "[std] Harmonize comments indicating errors.",
		"long_link": "https://github.com/cplusplus/draft/pull/3557",
		"link": "https://wg21.link/edit3557",
		"status": "open"
	},
	"EDIT3558": {
		"type": "editorial",
		"title": "[std] Punctuation after \"OK\" example comments",
		"long_link": "https://github.com/cplusplus/draft/issues/3558",
		"link": "https://wg21.link/edit3558",
		"status": "open"
	},
	"EDIT3559": {
		"type": "editorial",
		"title": "[ranges] Mark exposition-only names as kebab-case.",
		"long_link": "https://github.com/cplusplus/draft/pull/3559",
		"link": "https://wg21.link/edit3559",
		"status": "closed"
	},
	"EDIT3560": {
		"type": "editorial",
		"title": "[range.istream] s/object_/value_/",
		"long_link": "https://github.com/cplusplus/draft/pull/3560",
		"link": "https://wg21.link/edit3560",
		"status": "open"
	},
	"EDIT3561": {
		"type": "editorial",
		"title": "[range.adaptors] Base vs base-t",
		"long_link": "https://github.com/cplusplus/draft/issues/3561",
		"link": "https://wg21.link/edit3561",
		"status": "open"
	},
	"EDIT3562": {
		"type": "editorial",
		"title": "[ranges] Missed kebab-case markings for exposition-only names.",
		"long_link": "https://github.com/cplusplus/draft/pull/3562",
		"link": "https://wg21.link/edit3562",
		"status": "closed"
	},
	"EDIT3563": {
		"type": "editorial",
		"title": "[range.refinements] Simplify viewable_range",
		"long_link": "https://github.com/cplusplus/draft/pull/3563",
		"link": "https://wg21.link/edit3563",
		"status": "open"
	},
	"EDIT3564": {
		"type": "editorial",
		"title": "[range.range] LWG 3361: Misleading description of safe_range",
		"long_link": "https://github.com/cplusplus/draft/issues/3564",
		"link": "https://wg21.link/edit3564",
		"status": "closed"
	},
	"EDIT3565": {
		"type": "editorial",
		"title": "[range.prim.size] rewords p1.3 to make it easier to parse",
		"long_link": "https://github.com/cplusplus/draft/pull/3565",
		"link": "https://wg21.link/edit3565",
		"status": "open"
	},
	"EDIT3566": {
		"type": "editorial",
		"title": "[stmt.cont] formatting broken",
		"long_link": "https://github.com/cplusplus/draft/issues/3566",
		"link": "https://wg21.link/edit3566",
		"status": "closed"
	},
	"EDIT3567": {
		"type": "editorial",
		"title": "[stmt.cont] Fix formatting.",
		"long_link": "https://github.com/cplusplus/draft/pull/3567",
		"link": "https://wg21.link/edit3567",
		"status": "closed"
	},
	"EDIT3568": {
		"type": "editorial",
		"title": "[ranges] Indented \\end{codeblock} causes trailing empty line",
		"long_link": "https://github.com/cplusplus/draft/issues/3568",
		"link": "https://wg21.link/edit3568",
		"status": "closed"
	},
	"EDIT3569": {
		"type": "editorial",
		"title": "[defns.signature] functions never have trailing requires-clauses",
		"long_link": "https://github.com/cplusplus/draft/pull/3569",
		"link": "https://wg21.link/edit3569",
		"status": "open"
	},
	"EDIT3570": {
		"type": "editorial",
		"title": "[ranges] Do not indent codeblocks",
		"long_link": "https://github.com/cplusplus/draft/pull/3570",
		"link": "https://wg21.link/edit3570",
		"status": "closed"
	},
	"EDIT3571": {
		"type": "editorial",
		"title": "[temp.inst] Define the process of instantiation",
		"long_link": "https://github.com/cplusplus/draft/issues/3571",
		"link": "https://wg21.link/edit3571",
		"status": "open"
	},
	"EDIT3572": {
		"type": "editorial",
		"title": "[ranges] Do not indent \\begin/end{codeblock}.",
		"long_link": "https://github.com/cplusplus/draft/pull/3572",
		"link": "https://wg21.link/edit3572",
		"status": "closed"
	},
	"EDIT3573": {
		"type": "editorial",
		"title": "[class.static.data] Confusingly contains \"contains\"",
		"long_link": "https://github.com/cplusplus/draft/issues/3573",
		"link": "https://wg21.link/edit3573",
		"status": "open"
	},
	"EDIT3574": {
		"type": "editorial",
		"title": "Replace #include by import-declaration",
		"long_link": "https://github.com/cplusplus/draft/pull/3574",
		"link": "https://wg21.link/edit3574",
		"status": "open"
	},
	"EDIT3575": {
		"type": "editorial",
		"title": "Connect pp-import to the preprocessor grammar",
		"long_link": "https://github.com/cplusplus/draft/pull/3575",
		"link": "https://wg21.link/edit3575",
		"status": "open"
	},
	"EDIT3576": {
		"type": "editorial",
		"title": "[meta.rel] Wording for is_­nothrow_­convertible might not cleary enough to indicate the destruction",
		"long_link": "https://github.com/cplusplus/draft/issues/3576",
		"link": "https://wg21.link/edit3576",
		"status": "open"
	},
	"EDIT3577": {
		"type": "editorial",
		"title": "[view.interface] Inconsistencies in the draft",
		"long_link": "https://github.com/cplusplus/draft/issues/3577",
		"link": "https://wg21.link/edit3577",
		"status": "closed"
	},
	"EDIT3578": {
		"type": "editorial",
		"title": "[basic.scope.pdecl]/1 Example is outdated",
		"long_link": "https://github.com/cplusplus/draft/issues/3578",
		"link": "https://wg21.link/edit3578",
		"status": "open"
	},
	"EDIT3579": {
		"type": "editorial",
		"title": "[dcl.fct]/7 [class.this]/3 cv-qualified function types",
		"long_link": "https://github.com/cplusplus/draft/issues/3579",
		"link": "https://wg21.link/edit3579",
		"status": "open"
	},
	"EDIT3580": {
		"type": "editorial",
		"title": "[basic.scope.pdecl] Fix example of self-referential initialization.",
		"long_link": "https://github.com/cplusplus/draft/pull/3580",
		"link": "https://wg21.link/edit3580",
		"status": "open"
	},
	"EDIT3581": {
		"type": "editorial",
		"title": "[class.this] Member functions are not cv-qualified. ",
		"long_link": "https://github.com/cplusplus/draft/pull/3581",
		"link": "https://wg21.link/edit3581",
		"status": "open"
	},
	"EDIT3582": {
		"type": "editorial",
		"title": "[class.static.data] Cleanup description for local/unnamed classes.",
		"long_link": "https://github.com/cplusplus/draft/pull/3582",
		"link": "https://wg21.link/edit3582",
		"status": "open"
	},
	"EDIT3583": {
		"type": "editorial",
		"title": "[thread.condvarany.intwait] Fix invocation of wait_until.",
		"long_link": "https://github.com/cplusplus/draft/pull/3583",
		"link": "https://wg21.link/edit3583",
		"status": "open"
	},
	"EDIT3584": {
		"type": "editorial",
		"title": "[index] Harmonize indexing for Cpp17 concepts.",
		"long_link": "https://github.com/cplusplus/draft/pull/3584",
		"link": "https://wg21.link/edit3584",
		"status": "open"
	},
	"EDIT3585": {
		"type": "editorial",
		"title": "[temp.type,temp.over.link] Define and use 'same template-id'.",
		"long_link": "https://github.com/cplusplus/draft/pull/3585",
		"link": "https://wg21.link/edit3585",
		"status": "open"
	},
	"EDIT3586": {
		"type": "editorial",
		"title": "[expr.compound] Use sequencing on expressions",
		"long_link": "https://github.com/cplusplus/draft/pull/3586",
		"link": "https://wg21.link/edit3586",
		"status": "open"
	},
	"EDIT3587": {
		"type": "editorial",
		"title": "[expr.call] Clarify result of function call vs. return operand.",
		"long_link": "https://github.com/cplusplus/draft/pull/3587",
		"link": "https://wg21.link/edit3587",
		"status": "open"
	},
	"EDIT3588": {
		"type": "editorial",
		"title": "[std] Consistently use 'overload set'.",
		"long_link": "https://github.com/cplusplus/draft/pull/3588",
		"link": "https://wg21.link/edit3588",
		"status": "open"
	},
	"EDIT3589": {
		"type": "editorial",
		"title": "[stringbuf] Use phrases from [bitmask.types].",
		"long_link": "https://github.com/cplusplus/draft/pull/3589",
		"link": "https://wg21.link/edit3589",
		"status": "open"
	},
	"EDIT3590": {
		"type": "editorial",
		"title": "[expr.rel] Simplify pointer comparison wording",
		"long_link": "https://github.com/cplusplus/draft/issues/3590",
		"link": "https://wg21.link/edit3590",
		"status": "closed"
	},
	"EDIT3591": {
		"type": "editorial",
		"title": "[over.built] Avoid confusing term 'promoted arithmetic type'.",
		"long_link": "https://github.com/cplusplus/draft/pull/3591",
		"link": "https://wg21.link/edit3591",
		"status": "open"
	},
	"EDIT3592": {
		"type": "editorial",
		"title": "Allow 'listings' package v1.8c",
		"long_link": "https://github.com/cplusplus/draft/pull/3592",
		"link": "https://wg21.link/edit3592",
		"status": "closed"
	},
	"EDIT3593": {
		"type": "editorial",
		"title": "[iterator.requirements.general] Consistently index iterator terms.",
		"long_link": "https://github.com/cplusplus/draft/pull/3593",
		"link": "https://wg21.link/edit3593",
		"status": "open"
	},
	"EDIT3594": {
		"type": "editorial",
		"title": "[range.sized] Fix and improve wording",
		"long_link": "https://github.com/cplusplus/draft/pull/3594",
		"link": "https://wg21.link/edit3594",
		"status": "open"
	},
	"EDIT3595": {
		"type": "editorial",
		"title": "[iterator.concept.sizedsentinel] Improve wording",
		"long_link": "https://github.com/cplusplus/draft/pull/3595",
		"link": "https://wg21.link/edit3595",
		"status": "open"
	},
	"EDIT3596": {
		"type": "editorial",
		"title": "[range.subrange] Unaligned comments",
		"long_link": "https://github.com/cplusplus/draft/issues/3596",
		"link": "https://wg21.link/edit3596",
		"status": "closed"
	},
	"EDIT3597": {
		"type": "editorial",
		"title": "[range.prim.size] When is ranges::size ill-formed?",
		"long_link": "https://github.com/cplusplus/draft/issues/3597",
		"link": "https://wg21.link/edit3597",
		"status": "open"
	},
	"EDIT3598": {
		"type": "editorial",
		"title": "[range.common.view] Declare size() last like in the other views",
		"long_link": "https://github.com/cplusplus/draft/pull/3598",
		"link": "https://wg21.link/edit3598",
		"status": "closed"
	},
	"EDIT3599": {
		"type": "editorial",
		"title": "Windows instructions",
		"long_link": "https://github.com/cplusplus/draft/pull/3599",
		"link": "https://wg21.link/edit3599",
		"status": "closed"
	},
	"EDIT3600": {
		"type": "editorial",
		"title": "Basic getting started for Windows",
		"long_link": "https://github.com/cplusplus/draft/pull/3600",
		"link": "https://wg21.link/edit3600",
		"status": "closed"
	},
	"EDIT3601": {
		"type": "editorial",
		"title": "Treatment varies, not vary",
		"long_link": "https://github.com/cplusplus/draft/pull/3601",
		"link": "https://wg21.link/edit3601",
		"status": "closed"
	},
	"EDIT3602": {
		"type": "editorial",
		"title": "[range.subrange] Align comments.",
		"long_link": "https://github.com/cplusplus/draft/pull/3602",
		"link": "https://wg21.link/edit3602",
		"status": "closed"
	},
	"EDIT3603": {
		"type": "editorial",
		"title": "[iterator.requirements.general,range.counted] Rework notation for cou…",
		"long_link": "https://github.com/cplusplus/draft/pull/3603",
		"link": "https://wg21.link/edit3603",
		"status": "open"
	},
	"EDIT3604": {
		"type": "editorial",
		"title": "[range.take.while] Add missing template parameter and xref",
		"long_link": "https://github.com/cplusplus/draft/pull/3604",
		"link": "https://wg21.link/edit3604",
		"status": "closed"
	},
	"EDIT3605": {
		"type": "editorial",
		"title": "[range.istream, range.take.while.sentinel] Initialize member pointer …",
		"long_link": "https://github.com/cplusplus/draft/pull/3605",
		"link": "https://wg21.link/edit3605",
		"status": "closed"
	},
	"EDIT3606": {
		"type": "editorial",
		"title": "[rand.dist.bern.negbin] negative_binomial_distribution has unclear specification for p == 1",
		"long_link": "https://github.com/cplusplus/draft/issues/3606",
		"link": "https://wg21.link/edit3606",
		"status": "open"
	},
	"EDIT3607": {
		"type": "editorial",
		"title": "[expr.ref]/(6.3.2) function type spelling doesn't match [dcl.fct]/1",
		"long_link": "https://github.com/cplusplus/draft/issues/3607",
		"link": "https://wg21.link/edit3607",
		"status": "open"
	},
	"EDIT3608": {
		"type": "editorial",
		"title": "[over.oper] falsely claims operator= can be overloaded for enumerations",
		"long_link": "https://github.com/cplusplus/draft/issues/3608",
		"link": "https://wg21.link/edit3608",
		"status": "open"
	},
	"EDIT3609": {
		"type": "editorial",
		"title": "[range.elements.iterator] Add missing \\expos",
		"long_link": "https://github.com/cplusplus/draft/pull/3609",
		"link": "https://wg21.link/edit3609",
		"status": "closed"
	},
	"EDIT3610": {
		"type": "editorial",
		"title": "[range.join.iterator] Rename ref-is-glvalue to account for rvalues",
		"long_link": "https://github.com/cplusplus/draft/issues/3610",
		"link": "https://wg21.link/edit3610",
		"status": "closed"
	},
	"EDIT3611": {
		"type": "editorial",
		"title": "[locale.codecvt] Unicode is not a character encoding",
		"long_link": "https://github.com/cplusplus/draft/issues/3611",
		"link": "https://wg21.link/edit3611",
		"status": "open"
	},
	"EDIT3612": {
		"type": "editorial",
		"title": "consider reordering Postconditions: library element after Throws:",
		"long_link": "https://github.com/cplusplus/draft/issues/3612",
		"link": "https://wg21.link/edit3612",
		"status": "open"
	},
	"EDIT3613": {
		"type": "editorial",
		"title": "[ptr.launder] Note and Example became incorrect after RU007/US042 NB comments resolution",
		"long_link": "https://github.com/cplusplus/draft/issues/3613",
		"link": "https://wg21.link/edit3613",
		"status": "closed"
	},
	"EDIT3614": {
		"type": "editorial",
		"title": "[expr.add]/6 unfortunate example in Note",
		"long_link": "https://github.com/cplusplus/draft/issues/3614",
		"link": "https://wg21.link/edit3614",
		"status": "open"
	},
	"EDIT3615": {
		"type": "editorial",
		"title": "[format.arg]/5 \"otherwise\" all at the end",
		"long_link": "https://github.com/cplusplus/draft/issues/3615",
		"link": "https://wg21.link/edit3615",
		"status": "closed"
	},
	"EDIT3616": {
		"type": "editorial",
		"title": "[thread.sema] PascalCase for template parameters",
		"long_link": "https://github.com/cplusplus/draft/pull/3616",
		"link": "https://wg21.link/edit3616",
		"status": "open"
	},
	"EDIT3617": {
		"type": "editorial",
		"title": "[thread.lock.unique.locking]/19",
		"long_link": "https://github.com/cplusplus/draft/issues/3617",
		"link": "https://wg21.link/edit3617",
		"status": "closed"
	},
	"EDIT3618": {
		"type": "editorial",
		"title": "[expr.prim.lambda.closure]/3 Fix note: a generic lambda has a function call operator template, not a function call operator.",
		"long_link": "https://github.com/cplusplus/draft/pull/3618",
		"link": "https://wg21.link/edit3618",
		"status": "closed"
	},
	"EDIT3619": {
		"type": "editorial",
		"title": "[thread.lock.unique.locking] Fix typo in try_lock_for.",
		"long_link": "https://github.com/cplusplus/draft/pull/3619",
		"link": "https://wg21.link/edit3619",
		"status": "closed"
	},
	"EDIT3620": {
		"type": "editorial",
		"title": "[format.arg] Move 'otherwise' to the start of the bullets.",
		"long_link": "https://github.com/cplusplus/draft/pull/3620",
		"link": "https://wg21.link/edit3620",
		"status": "closed"
	},
	"EDIT3621": {
		"type": "editorial",
		"title": "[locale.codecvt] Do not claim that 'Unicode' is a character encoding.",
		"long_link": "https://github.com/cplusplus/draft/pull/3621",
		"link": "https://wg21.link/edit3621",
		"status": "closed"
	},
	"EDIT3622": {
		"type": "editorial",
		"title": "[over.oper] Clarify that operator= cannot be overloaded for enumerati…",
		"long_link": "https://github.com/cplusplus/draft/pull/3622",
		"link": "https://wg21.link/edit3622",
		"status": "closed"
	},
	"EDIT3623": {
		"type": "editorial",
		"title": "[ptr.launder] Fix note and example for std::launder.",
		"long_link": "https://github.com/cplusplus/draft/pull/3623",
		"link": "https://wg21.link/edit3623",
		"status": "closed"
	},
	"EDIT3624": {
		"type": "editorial",
		"title": "[dcl.fct,expr.ref] Fix description of class member access expressions",
		"long_link": "https://github.com/cplusplus/draft/pull/3624",
		"link": "https://wg21.link/edit3624",
		"status": "closed"
	},
	"EDIT3625": {
		"type": "editorial",
		"title": "[over.oper] Clarify handling of individual operators.",
		"long_link": "https://github.com/cplusplus/draft/pull/3625",
		"link": "https://wg21.link/edit3625",
		"status": "open"
	},
	"EDIT3626": {
		"type": "editorial",
		"title": "[cmath.syn] Turn a consequence into a note.",
		"long_link": "https://github.com/cplusplus/draft/pull/3626",
		"link": "https://wg21.link/edit3626",
		"status": "closed"
	},
	"EDIT3627": {
		"type": "editorial",
		"title": "[dcl.constexpr]/8.1 should be clearer that declaring a function constexpr can affect its return value if it invokes is_constant_evaluated",
		"long_link": "https://github.com/cplusplus/draft/issues/3627",
		"link": "https://wg21.link/edit3627",
		"status": "open"
	},
	"EDIT3628": {
		"type": "editorial",
		"title": "[dcl.attr] Introduce 'Recommended practice' paragraphs.",
		"long_link": "https://github.com/cplusplus/draft/pull/3628",
		"link": "https://wg21.link/edit3628",
		"status": "open"
	},
	"EDIT3629": {
		"type": "editorial",
		"title": "[func.wrap.badcall] Add missing itemdecl for what()",
		"long_link": "https://github.com/cplusplus/draft/pull/3629",
		"link": "https://wg21.link/edit3629",
		"status": "closed"
	},
	"EDIT3630": {
		"type": "editorial",
		"title": "[basic.lookup] Grammar",
		"long_link": "https://github.com/cplusplus/draft/pull/3630",
		"link": "https://wg21.link/edit3630",
		"status": "closed"
	},
	"EDIT3631": {
		"type": "editorial",
		"title": "[std] Enforce comment alignment in 'codeblocktu' environments.",
		"long_link": "https://github.com/cplusplus/draft/pull/3631",
		"link": "https://wg21.link/edit3631",
		"status": "closed"
	},
	"EDIT3632": {
		"type": "editorial",
		"title": "[span.overview] typo: \"tmeplate\"",
		"long_link": "https://github.com/cplusplus/draft/issues/3632",
		"link": "https://wg21.link/edit3632",
		"status": "closed"
	},
	"EDIT3633": {
		"type": "editorial",
		"title": "[span.overview] Correct typo",
		"long_link": "https://github.com/cplusplus/draft/pull/3633",
		"link": "https://wg21.link/edit3633",
		"status": "closed"
	},
	"EDIT3634": {
		"type": "editorial",
		"title": "[basic.compound] [expr.add] How to get a pointer past the end?",
		"long_link": "https://github.com/cplusplus/draft/issues/3634",
		"link": "https://wg21.link/edit3634",
		"status": "closed"
	},
	"EDIT3635": {
		"type": "editorial",
		"title": "[temp.dep.type] Simplify the meaning of \"template argument list of the primary template\"",
		"long_link": "https://github.com/cplusplus/draft/issues/3635",
		"link": "https://wg21.link/edit3635",
		"status": "open"
	},
	"EDIT3636": {
		"type": "editorial",
		"title": "replace \"character literal\" with references to grammar term character-literal",
		"long_link": "https://github.com/cplusplus/draft/issues/3636",
		"link": "https://wg21.link/edit3636",
		"status": "open"
	},
	"EDIT3637": {
		"type": "editorial",
		"title": "Eliminate redundant use of typename throughout library",
		"long_link": "https://github.com/cplusplus/draft/issues/3637",
		"link": "https://wg21.link/edit3637",
		"status": "open"
	},
	"EDIT3638": {
		"type": "editorial",
		"title": "[except.spec]p12 Example refers to undefined symbol Y",
		"long_link": "https://github.com/cplusplus/draft/issues/3638",
		"link": "https://wg21.link/edit3638",
		"status": "open"
	},
	"EDIT3639": {
		"type": "editorial",
		"title": "[except.spec] Avoid reference to undeclared identifier in example.",
		"long_link": "https://github.com/cplusplus/draft/pull/3639",
		"link": "https://wg21.link/edit3639",
		"status": "open"
	},
	"EDIT3640": {
		"type": "editorial",
		"title": "[basic.fundamental] Clarify that in C, padding bits may cause traps.",
		"long_link": "https://github.com/cplusplus/draft/pull/3640",
		"link": "https://wg21.link/edit3640",
		"status": "open"
	},
	"EDIT3641": {
		"type": "editorial",
		"title": "[dcl.constexpr] Add a note explaining the result of a constexpr funct…",
		"long_link": "https://github.com/cplusplus/draft/pull/3641",
		"link": "https://wg21.link/edit3641",
		"status": "open"
	},
	"EDIT3642": {
		"type": "editorial",
		"title": "Consistency for template parameter names in standard library",
		"long_link": "https://github.com/cplusplus/draft/issues/3642",
		"link": "https://wg21.link/edit3642",
		"status": "open"
	},
	"EDIT3643": {
		"type": "editorial",
		"title": "Fix example in [temp.constr.op]/p4",
		"long_link": "https://github.com/cplusplus/draft/pull/3643",
		"link": "https://wg21.link/edit3643",
		"status": "closed"
	},
	"EDIT3644": {
		"type": "editorial",
		"title": "[optional.optional, optional.ctor] Fix constexpr/explicit position",
		"long_link": "https://github.com/cplusplus/draft/pull/3644",
		"link": "https://wg21.link/edit3644",
		"status": "closed"
	},
	"EDIT3645": {
		"type": "editorial",
		"title": "[lex.operators] Add `co_await` to the list",
		"long_link": "https://github.com/cplusplus/draft/pull/3645",
		"link": "https://wg21.link/edit3645",
		"status": "closed"
	},
	"EDIT3646": {
		"type": "editorial",
		"title": "[expr.prim.req.nested] Add missing semicolon to example",
		"long_link": "https://github.com/cplusplus/draft/pull/3646",
		"link": "https://wg21.link/edit3646",
		"status": "closed"
	},
	"EDIT3647": {
		"type": "editorial",
		"title": "[class] Returns for constructors and destructors should not have operands",
		"long_link": "https://github.com/cplusplus/draft/pull/3647",
		"link": "https://wg21.link/edit3647",
		"status": "open"
	},
	"EDIT3648": {
		"type": "editorial",
		"title": "Use \"requirement\" in grammar font in expr.prim.req",
		"long_link": "https://github.com/cplusplus/draft/pull/3648",
		"link": "https://wg21.link/edit3648",
		"status": "open"
	},
	"EDIT3649": {
		"type": "editorial",
		"title": "Sub-bullets for value-initialization.",
		"long_link": "https://github.com/cplusplus/draft/pull/3649",
		"link": "https://wg21.link/edit3649",
		"status": "open"
	},
	"EDIT3650": {
		"type": "editorial",
		"title": "[lex.icon,lex.fcon] Rework description to avoid redundancies.",
		"long_link": "https://github.com/cplusplus/draft/pull/3650",
		"link": "https://wg21.link/edit3650",
		"status": "open"
	},
	"EDIT3651": {
		"type": "editorial",
		"title": "[temp.constr.normal] Extraneous parentheses on concept use",
		"long_link": "https://github.com/cplusplus/draft/pull/3651",
		"link": "https://wg21.link/edit3651",
		"status": "closed"
	},
	"EDIT3652": {
		"type": "editorial",
		"title": "[temp.constr.normal] Confusing identifier used in explanation",
		"long_link": "https://github.com/cplusplus/draft/pull/3652",
		"link": "https://wg21.link/edit3652",
		"status": "closed"
	},
	"EDIT3653": {
		"type": "editorial",
		"title": "[class.mem] Explicit specializations within classes",
		"long_link": "https://github.com/cplusplus/draft/pull/3653",
		"link": "https://wg21.link/edit3653",
		"status": "open"
	},
	"EDIT3654": {
		"type": "editorial",
		"title": "[class.conv.fct] Add \\tcode to void",
		"long_link": "https://github.com/cplusplus/draft/pull/3654",
		"link": "https://wg21.link/edit3654",
		"status": "closed"
	},
	"EDIT3655": {
		"type": "editorial",
		"title": "[extern.types] strike footnote listing C stdlib types",
		"long_link": "https://github.com/cplusplus/draft/pull/3655",
		"link": "https://wg21.link/edit3655",
		"status": "open"
	},
	"EDIT3656": {
		"type": "editorial",
		"title": "[range.join.sentinel], [range.split.view] fix typos",
		"long_link": "https://github.com/cplusplus/draft/pull/3656",
		"link": "https://wg21.link/edit3656",
		"status": "closed"
	},
	"EDIT3657": {
		"type": "editorial",
		"title": "Cross reference to temp.over.link is misleading for abbreviated function template wording",
		"long_link": "https://github.com/cplusplus/draft/issues/3657",
		"link": "https://wg21.link/edit3657",
		"status": "closed"
	},
	"EDIT3658": {
		"type": "editorial",
		"title": "[gram] type-name is not formally defined",
		"long_link": "https://github.com/cplusplus/draft/issues/3658",
		"link": "https://wg21.link/edit3658",
		"status": "closed"
	},
	"EDIT3659": {
		"type": "editorial",
		"title": "[class.ctor/dtor] consteval, constructors, and destructors",
		"long_link": "https://github.com/cplusplus/draft/pull/3659",
		"link": "https://wg21.link/edit3659",
		"status": "open"
	},
	"EDIT3660": {
		"type": "editorial",
		"title": "Consistent cv-qualification notation",
		"long_link": "https://github.com/cplusplus/draft/pull/3660",
		"link": "https://wg21.link/edit3660",
		"status": "open"
	},
	"EDIT3661": {
		"type": "editorial",
		"title": "[range.istream.iterator] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/3661",
		"link": "https://wg21.link/edit3661",
		"status": "closed"
	},
	"EDIT3662": {
		"type": "editorial",
		"title": "[diff.cpp17.iterators] Added compatibility note on iterator_traits",
		"long_link": "https://github.com/cplusplus/draft/pull/3662",
		"link": "https://wg21.link/edit3662",
		"status": "open"
	},
	"EDIT3663": {
		"type": "editorial",
		"title": "[class.mfct]p2's list of keywords that make a function inline forgets consteval",
		"long_link": "https://github.com/cplusplus/draft/issues/3663",
		"link": "https://wg21.link/edit3663",
		"status": "open"
	},
	"EDIT3664": {
		"type": "editorial",
		"title": "consider moving description of Requires: element and [res.on.required]p1 to Annex D",
		"long_link": "https://github.com/cplusplus/draft/issues/3664",
		"link": "https://wg21.link/edit3664",
		"status": "open"
	},
	"EDIT3665": {
		"type": "editorial",
		"title": "[contents]/1 suggests that declval is defined",
		"long_link": "https://github.com/cplusplus/draft/issues/3665",
		"link": "https://wg21.link/edit3665",
		"status": "open"
	},
	"EDIT3666": {
		"type": "editorial",
		"title": "take_while_view::sentinel declaration is missing the Pred parameter",
		"long_link": "https://github.com/cplusplus/draft/issues/3666",
		"link": "https://wg21.link/edit3666",
		"status": "open"
	},
	"EDIT3667": {
		"type": "editorial",
		"title": "[class.access.base] Add missing formatting to an access specifier",
		"long_link": "https://github.com/cplusplus/draft/pull/3667",
		"link": "https://wg21.link/edit3667",
		"status": "closed"
	},
	"EDIT3668": {
		"type": "editorial",
		"title": "Produce foreword with list of changes for C++20",
		"long_link": "https://github.com/cplusplus/draft/issues/3668",
		"link": "https://wg21.link/edit3668",
		"status": "open"
	},
	"EDIT3669": {
		"type": "editorial",
		"title": "[basic.pre] Improve consistency in list",
		"long_link": "https://github.com/cplusplus/draft/pull/3669",
		"link": "https://wg21.link/edit3669",
		"status": "open"
	},
	"EDIT3670": {
		"type": "editorial",
		"title": "[cmp, comparisons] Move description of compare_three_way.",
		"long_link": "https://github.com/cplusplus/draft/pull/3670",
		"link": "https://wg21.link/edit3670",
		"status": "closed"
	},
	"EDIT3671": {
		"type": "editorial",
		"title": "Fix definition of has-tuple-element",
		"long_link": "https://github.com/cplusplus/draft/pull/3671",
		"link": "https://wg21.link/edit3671",
		"status": "open"
	},
	"EDIT3672": {
		"type": "editorial",
		"title": "[class.access] Eliminate the friend case for protected member access from derived class",
		"long_link": "https://github.com/cplusplus/draft/pull/3672",
		"link": "https://wg21.link/edit3672",
		"status": "open"
	},
	"EDIT3673": {
		"type": "editorial",
		"title": "\"ill-formed with no diagnostic required\" is odd",
		"long_link": "https://github.com/cplusplus/draft/issues/3673",
		"link": "https://wg21.link/edit3673",
		"status": "open"
	},
	"EDIT3674": {
		"type": "editorial",
		"title": "[over.oper]p3 should be a note",
		"long_link": "https://github.com/cplusplus/draft/issues/3674",
		"link": "https://wg21.link/edit3674",
		"status": "open"
	},
	"EDIT3675": {
		"type": "editorial",
		"title": "[conv.rank] Change \"size\" to \"width\" in conversion rank relation",
		"long_link": "https://github.com/cplusplus/draft/pull/3675",
		"link": "https://wg21.link/edit3675",
		"status": "closed"
	},
	"EDIT3676": {
		"type": "editorial",
		"title": "p0593r6's `#include` is missing a filename",
		"long_link": "https://github.com/cplusplus/draft/issues/3676",
		"link": "https://wg21.link/edit3676",
		"status": "closed"
	},
	"EDIT3677": {
		"type": "editorial",
		"title": "Check element order programmatically and presubmit",
		"long_link": "https://github.com/cplusplus/draft/issues/3677",
		"link": "https://wg21.link/edit3677",
		"status": "open"
	},
	"EDIT3678": {
		"type": "editorial",
		"title": "[stmt.return.coroutine] Use notion of \"enclosing\" for \"return\"",
		"long_link": "https://github.com/cplusplus/draft/pull/3678",
		"link": "https://wg21.link/edit3678",
		"status": "open"
	},
	"EDIT3679": {
		"type": "editorial",
		"title": "inconsistent indenting for multi-lined requires clauses",
		"long_link": "https://github.com/cplusplus/draft/issues/3679",
		"link": "https://wg21.link/edit3679",
		"status": "open"
	},
	"EDIT3680": {
		"type": "editorial",
		"title": "Inconsistent use of \\defexposconcept v. \\exposconcept v. \\placeholder for \\expos concepts",
		"long_link": "https://github.com/cplusplus/draft/issues/3680",
		"link": "https://wg21.link/edit3680",
		"status": "open"
	},
	"EDIT3681": {
		"type": "editorial",
		"title": "Content of the Forward would be helpful for the DIS",
		"long_link": "https://github.com/cplusplus/draft/issues/3681",
		"link": "https://wg21.link/edit3681",
		"status": "closed"
	},
	"EDIT3682": {
		"type": "editorial",
		"title": "[functional.syn] Correct text in cross-reference comment",
		"long_link": "https://github.com/cplusplus/draft/pull/3682",
		"link": "https://wg21.link/edit3682",
		"status": "open"
	},
	"EDIT3683": {
		"type": "editorial",
		"title": "Consider moving \"in addition ... included\" content into synopses, deleting prose text",
		"long_link": "https://github.com/cplusplus/draft/issues/3683",
		"link": "https://wg21.link/edit3683",
		"status": "open"
	},
	"EDIT3684": {
		"type": "editorial",
		"title": "Consider updating \"Specification-Style-Guidelines\"",
		"long_link": "https://github.com/cplusplus/draft/issues/3684",
		"link": "https://wg21.link/edit3684",
		"status": "open"
	},
	"EDIT3685": {
		"type": "editorial",
		"title": "[2020-02 CWG Poll 1] P2103R0 (Core Language Changes for NB Comments at the February, 2020 (Prague) meeting",
		"long_link": "https://github.com/cplusplus/draft/issues/3685",
		"link": "https://wg21.link/edit3685",
		"status": "open"
	},
	"EDIT3686": {
		"type": "editorial",
		"title": "[2020-02 CWG Poll 2] P1779R3 ABI isolation for member functions",
		"long_link": "https://github.com/cplusplus/draft/issues/3686",
		"link": "https://wg21.link/edit3686",
		"status": "open"
	},
	"EDIT3687": {
		"type": "editorial",
		"title": "[2020-02 CWG Poll 3] P1857R3 Modules Dependency Discovery",
		"long_link": "https://github.com/cplusplus/draft/issues/3687",
		"link": "https://wg21.link/edit3687",
		"status": "open"
	},
	"EDIT3688": {
		"type": "editorial",
		"title": "[2020-02 CWG Poll 4] P0593R6 Implicit creation of objects for low-level object manipulation",
		"long_link": "https://github.com/cplusplus/draft/issues/3688",
		"link": "https://wg21.link/edit3688",
		"status": "open"
	},
	"EDIT3689": {
		"type": "editorial",
		"title": "[2020-02 CWG Poll 5] P1957R2 Converting from T* to bool should be considered narrowing (re: US 212)",
		"long_link": "https://github.com/cplusplus/draft/issues/3689",
		"link": "https://wg21.link/edit3689",
		"status": "open"
	},
	"EDIT3690": {
		"type": "editorial",
		"title": "[2020-02 CWG Poll 6] P2104R0 Disallow changing concept values",
		"long_link": "https://github.com/cplusplus/draft/issues/3690",
		"link": "https://wg21.link/edit3690",
		"status": "open"
	},
	"EDIT3691": {
		"type": "editorial",
		"title": "[2020-02 CWG Poll 7] P2107R0 Core Issue 2436: US064 Copy semantics of coroutine parameters",
		"long_link": "https://github.com/cplusplus/draft/issues/3691",
		"link": "https://wg21.link/edit3691",
		"status": "open"
	},
	"EDIT3692": {
		"type": "editorial",
		"title": "[2020-02 CWG Poll 8] P2092R0 Disambiguating Nested-Requirements",
		"long_link": "https://github.com/cplusplus/draft/issues/3692",
		"link": "https://wg21.link/edit3692",
		"status": "open"
	},
	"EDIT3693": {
		"type": "editorial",
		"title": "[2020-02 CWG Poll 9]  P2108R0 Core Language Working Group \"ready\" Issues for the February, 2020 (Prague) meeting",
		"long_link": "https://github.com/cplusplus/draft/issues/3693",
		"link": "https://wg21.link/edit3693",
		"status": "open"
	},
	"EDIT3694": {
		"type": "editorial",
		"title": "[2020-02 CWG Poll 10] P2109R0 US084: Disallow \"export import foo\" outside of module interface",
		"long_link": "https://github.com/cplusplus/draft/issues/3694",
		"link": "https://wg21.link/edit3694",
		"status": "open"
	},
	"EDIT3695": {
		"type": "editorial",
		"title": "[2020-02 CWG Poll 11] P2082R1 Fixing CTAD for aggregates",
		"long_link": "https://github.com/cplusplus/draft/issues/3695",
		"link": "https://wg21.link/edit3695",
		"status": "open"
	},
	"EDIT3696": {
		"type": "editorial",
		"title": "[2020-02 CWG Poll 12] P2113R0 Proposed resolution for 2019 comment CA 112",
		"long_link": "https://github.com/cplusplus/draft/issues/3696",
		"link": "https://wg21.link/edit3696",
		"status": "open"
	},
	"EDIT3697": {
		"type": "editorial",
		"title": "[2020-02 CWG Poll 13] P2115R0 US069: Merging of multiple definitions for unnamed unscoped enumerations",
		"long_link": "https://github.com/cplusplus/draft/issues/3697",
		"link": "https://wg21.link/edit3697",
		"status": "open"
	},
	"EDIT3698": {
		"type": "editorial",
		"title": "[2020-02 CWG Poll 14] P1815R2 Translation-unit-local entities",
		"long_link": "https://github.com/cplusplus/draft/issues/3698",
		"link": "https://wg21.link/edit3698",
		"status": "open"
	},
	"EDIT3699": {
		"type": "editorial",
		"title": "[2020-02 CWG Poll 15] P2095R0 Resolve lambda init-capture pack grammar (CWG2378)",
		"long_link": "https://github.com/cplusplus/draft/issues/3699",
		"link": "https://wg21.link/edit3699",
		"status": "open"
	},
	"EDIT3700": {
		"type": "editorial",
		"title": "[2020-02 CWG Poll 16] P2002R1 Defaulted comparison specification cleanups",
		"long_link": "https://github.com/cplusplus/draft/issues/3700",
		"link": "https://wg21.link/edit3700",
		"status": "open"
	},
	"EDIT3701": {
		"type": "editorial",
		"title": "[2020-02 CWG Poll 17] P2085R0 Consistent defaulted comparisons",
		"long_link": "https://github.com/cplusplus/draft/issues/3701",
		"link": "https://wg21.link/edit3701",
		"status": "open"
	},
	"EDIT3702": {
		"type": "editorial",
		"title": "[2020-02 CWG Poll 18] P1908R1 Reserving Attribute Namespaces for Future Use",
		"long_link": "https://github.com/cplusplus/draft/issues/3702",
		"link": "https://wg21.link/edit3702",
		"status": "open"
	},
	"EDIT3703": {
		"type": "editorial",
		"title": "[2020-02 CWG Poll 19] P1937R2 Fixing inconsistencies between constexpr and consteval functions",
		"long_link": "https://github.com/cplusplus/draft/issues/3703",
		"link": "https://wg21.link/edit3703",
		"status": "open"
	},
	"EDIT3704": {
		"type": "editorial",
		"title": "[2020-02 LWG Poll 2] P2051R0 C++ Standard Library Issues to be moved in Prague",
		"long_link": "https://github.com/cplusplus/draft/issues/3704",
		"link": "https://wg21.link/edit3704",
		"status": "open"
	},
	"EDIT3705": {
		"type": "editorial",
		"title": "[2020-02 LWG Poll 3] P2117R0 C++ Standard Library Issues Resolved Directly In Prague",
		"long_link": "https://github.com/cplusplus/draft/issues/3705",
		"link": "https://wg21.link/edit3705",
		"status": "open"
	},
	"EDIT3706": {
		"type": "editorial",
		"title": "[2020-02 LWG Poll 4] P2045R1 Missing Mandates for the standard library",
		"long_link": "https://github.com/cplusplus/draft/issues/3706",
		"link": "https://wg21.link/edit3706",
		"status": "open"
	},
	"EDIT3707": {
		"type": "editorial",
		"title": "[2020-02 LWG Poll 5] P1460R1 Mandating the Standard Library: Clause 20 - Utilities library",
		"long_link": "https://github.com/cplusplus/draft/issues/3707",
		"link": "https://wg21.link/edit3707",
		"status": "open"
	},
	"EDIT3708": {
		"type": "editorial",
		"title": "[2020-02 LWG Poll 6] P1963R0 Fixing US 313",
		"long_link": "https://github.com/cplusplus/draft/issues/3708",
		"link": "https://wg21.link/edit3708",
		"status": "open"
	},
	"EDIT3709": {
		"type": "editorial",
		"title": "[2020-02 LWG Poll 7] P1983R0 Wording for GB301, US296, US292, US291, and US283",
		"long_link": "https://github.com/cplusplus/draft/issues/3709",
		"link": "https://wg21.link/edit3709",
		"status": "open"
	},
	"EDIT3710": {
		"type": "editorial",
		"title": "[2020-02 LWG Poll 8] P1981R0 Rename leap to leap_second",
		"long_link": "https://github.com/cplusplus/draft/issues/3710",
		"link": "https://wg21.link/edit3710",
		"status": "open"
	},
	"EDIT3711": {
		"type": "editorial",
		"title": "[2020-02 LWG Poll 9] P1982R0 Rename link to time_zone_link",
		"long_link": "https://github.com/cplusplus/draft/issues/3711",
		"link": "https://wg21.link/edit3711",
		"status": "open"
	},
	"EDIT3712": {
		"type": "editorial",
		"title": "[2020-02 LWG Poll 10] P2101R0 'Models' subsumes 'satisfies' (Wording for US298 and US300)",
		"long_link": "https://github.com/cplusplus/draft/issues/3712",
		"link": "https://wg21.link/edit3712",
		"status": "open"
	},
	"EDIT3713": {
		"type": "editorial",
		"title": "[2020-02 LWG Poll 11] P1115R3 Improving the Return Value of Erase-Like Algorithms II: Free erase/erase if",
		"long_link": "https://github.com/cplusplus/draft/issues/3713",
		"link": "https://wg21.link/edit3713",
		"status": "open"
	},
	"EDIT3714": {
		"type": "editorial",
		"title": "[2020-02 LWG Poll 12] P2102R0 Make 'implicit expression variations' more explicit (Wording for US185)",
		"long_link": "https://github.com/cplusplus/draft/issues/3714",
		"link": "https://wg21.link/edit3714",
		"status": "open"
	},
	"EDIT3715": {
		"type": "editorial",
		"title": "[2020-02 LWG Poll 13] P1994R1 elements_view needs its own sentinel",
		"long_link": "https://github.com/cplusplus/draft/issues/3715",
		"link": "https://wg21.link/edit3715",
		"status": "open"
	},
	"EDIT3716": {
		"type": "editorial",
		"title": "[2020-02 LWG Poll 14] P1868R2 width: clarifying units of width and precision in std::format",
		"long_link": "https://github.com/cplusplus/draft/issues/3716",
		"link": "https://wg21.link/edit3716",
		"status": "open"
	},
	"EDIT3717": {
		"type": "editorial",
		"title": "[2020-02 LWG Poll 15] P1956R1 On the names of low-level bit manipulation functions",
		"long_link": "https://github.com/cplusplus/draft/issues/3717",
		"link": "https://wg21.link/edit3717",
		"status": "open"
	},
	"EDIT3718": {
		"type": "editorial",
		"title": "[2020-02 LWG Poll 16] P1976R2 Fixed-size span construction from dynamic range",
		"long_link": "https://github.com/cplusplus/draft/issues/3718",
		"link": "https://wg21.link/edit3718",
		"status": "open"
	},
	"EDIT3719": {
		"type": "editorial",
		"title": "[2020-02 LWG Poll 17] P1964R2 Wording for boolean-testable",
		"long_link": "https://github.com/cplusplus/draft/issues/3719",
		"link": "https://wg21.link/edit3719",
		"status": "open"
	},
	"EDIT3720": {
		"type": "editorial",
		"title": "[2020-02 LWG Poll 18] P2091R0 Issues with range access CPOs",
		"long_link": "https://github.com/cplusplus/draft/issues/3720",
		"link": "https://wg21.link/edit3720",
		"status": "open"
	},
	"EDIT3721": {
		"type": "editorial",
		"title": "[2020-02 LWG Poll 19] P0586R2 Safe integral comparisons",
		"long_link": "https://github.com/cplusplus/draft/issues/3721",
		"link": "https://wg21.link/edit3721",
		"status": "open"
	},
	"EDIT3722": {
		"type": "editorial",
		"title": "[2020-02 LWG Poll 20] P1831R1 (Deprecating volatile: library",
		"long_link": "https://github.com/cplusplus/draft/issues/3722",
		"link": "https://wg21.link/edit3722",
		"status": "open"
	},
	"EDIT3723": {
		"type": "editorial",
		"title": "[2020-02 LWG Poll 21] P1973R1 Rename \"_default_init\" Functions, Rev1",
		"long_link": "https://github.com/cplusplus/draft/issues/3723",
		"link": "https://wg21.link/edit3723",
		"status": "open"
	},
	"EDIT3724": {
		"type": "editorial",
		"title": "[2020-02 LWG Poll 22] P1243R4 Rangify New Algorithms",
		"long_link": "https://github.com/cplusplus/draft/issues/3724",
		"link": "https://wg21.link/edit3724",
		"status": "open"
	},
	"EDIT3725": {
		"type": "editorial",
		"title": "[2020-02 LWG Poll 23] P2106R0 Alternative wording for GB315 and GB316",
		"long_link": "https://github.com/cplusplus/draft/issues/3725",
		"link": "https://wg21.link/edit3725",
		"status": "open"
	},
	"EDIT3726": {
		"type": "editorial",
		"title": "[2020-02 LWG Poll 24] P1739R4 Avoid template bloat for safe_ranges in combination with \"subrange-y\" view adaptors",
		"long_link": "https://github.com/cplusplus/draft/issues/3726",
		"link": "https://wg21.link/edit3726",
		"status": "open"
	},
	"EDIT3727": {
		"type": "editorial",
		"title": "[2020-02 LWG Poll 25] P2116R0 Remove tuple-like protocol support from fixed-extent span",
		"long_link": "https://github.com/cplusplus/draft/issues/3727",
		"link": "https://wg21.link/edit3727",
		"status": "open"
	},
	"EDIT3728": {
		"type": "editorial",
		"title": "[2020-02 LWG Poll 26] P1970R2 Consistency for size() functions: Add ranges::ssize",
		"long_link": "https://github.com/cplusplus/draft/issues/3728",
		"link": "https://wg21.link/edit3728",
		"status": "open"
	},
	"EDIT3729": {
		"type": "editorial",
		"title": "P1957R2 Converting from T* to bool should be considered narrowing",
		"long_link": "https://github.com/cplusplus/draft/pull/3729",
		"link": "https://wg21.link/edit3729",
		"status": "open"
	},
	"EDIT3730": {
		"type": "editorial",
		"title": "[atomic] Minor corrections to atomic index",
		"long_link": "https://github.com/cplusplus/draft/pull/3730",
		"link": "https://wg21.link/edit3730",
		"status": "open"
	},
	"EDIT3731": {
		"type": "editorial",
		"title": "Library index is missing many enumerators",
		"long_link": "https://github.com/cplusplus/draft/issues/3731",
		"link": "https://wg21.link/edit3731",
		"status": "open"
	},
	"EDIT3732": {
		"type": "editorial",
		"title": "P2104R0 Disallow changing concept values",
		"long_link": "https://github.com/cplusplus/draft/pull/3732",
		"link": "https://wg21.link/edit3732",
		"status": "open"
	},
	"EDIT3733": {
		"type": "editorial",
		"title": "P2092R0 Disambiguating nested requirements",
		"long_link": "https://github.com/cplusplus/draft/pull/3733",
		"link": "https://wg21.link/edit3733",
		"status": "open"
	},
	"EDIT3734": {
		"type": "editorial",
		"title": "P2109R0 Disallow \"export import foo\" outside of module interface",
		"long_link": "https://github.com/cplusplus/draft/pull/3734",
		"link": "https://wg21.link/edit3734",
		"status": "open"
	},
	"EDIT3735": {
		"type": "editorial",
		"title": "[dcl.meaning] General wording cleanup",
		"long_link": "https://github.com/cplusplus/draft/pull/3735",
		"link": "https://wg21.link/edit3735",
		"status": "open"
	},
	"EDIT3736": {
		"type": "editorial",
		"title": "[basic.type.qualifier] Remove redundant wording",
		"long_link": "https://github.com/cplusplus/draft/pull/3736",
		"link": "https://wg21.link/edit3736",
		"status": "open"
	},
	"EDIT3737": {
		"type": "editorial",
		"title": "P2082R1 Fixing CTAD for aggregates",
		"long_link": "https://github.com/cplusplus/draft/pull/3737",
		"link": "https://wg21.link/edit3737",
		"status": "open"
	},
	"EDIT3738": {
		"type": "editorial",
		"title": "P2113R0 Proposed resolution for 2019 comment CA 112",
		"long_link": "https://github.com/cplusplus/draft/pull/3738",
		"link": "https://wg21.link/edit3738",
		"status": "open"
	},
	"EDIT3739": {
		"type": "editorial",
		"title": "P2115R0 US069: Merging of multiple definitions for unnamed unscoped e…",
		"long_link": "https://github.com/cplusplus/draft/pull/3739",
		"link": "https://wg21.link/edit3739",
		"status": "open"
	},
	"EDIT3740": {
		"type": "editorial",
		"title": "P1815R2 Translation-unit-local entities",
		"long_link": "https://github.com/cplusplus/draft/pull/3740",
		"link": "https://wg21.link/edit3740",
		"status": "open"
	},
	"EDIT3741": {
		"type": "editorial",
		"title": "P1908R1 Reserving attribute namespaces for future use",
		"long_link": "https://github.com/cplusplus/draft/pull/3741",
		"link": "https://wg21.link/edit3741",
		"status": "open"
	},
	"EDIT3742": {
		"type": "editorial",
		"title": "bad example in P0593R6 [diff.cpp17]",
		"long_link": "https://github.com/cplusplus/draft/issues/3742",
		"link": "https://wg21.link/edit3742",
		"status": "open"
	},
	"EDIT3743": {
		"type": "editorial",
		"title": "[basic.life]p5 is missing a case where the program can explicitly end the lifetime of an object after P0593R6",
		"long_link": "https://github.com/cplusplus/draft/issues/3743",
		"link": "https://wg21.link/edit3743",
		"status": "open"
	},
	"EDIT3744": {
		"type": "editorial",
		"title": "[swappable.requirements] Add missing \\pnum to example",
		"long_link": "https://github.com/cplusplus/draft/pull/3744",
		"link": "https://wg21.link/edit3744",
		"status": "open"
	},
	"EDIT3745": {
		"type": "editorial",
		"title": "P2107R0 Core Issue 2436: US064 Copy semantics of coroutine parameters",
		"long_link": "https://github.com/cplusplus/draft/pull/3745",
		"link": "https://wg21.link/edit3745",
		"status": "open"
	},
	"EDIT3746": {
		"type": "editorial",
		"title": "CWG Poll 9: P2108R0 Core Language Working Group \"ready\" Issues for the February, 2020 (Prague) meeting",
		"long_link": "https://github.com/cplusplus/draft/pull/3746",
		"link": "https://wg21.link/edit3746",
		"status": "open"
	},
	"EDIT3747": {
		"type": "editorial",
		"title": "P2095R0 Resolve lambda init-capture pack grammar (CWG2378)",
		"long_link": "https://github.com/cplusplus/draft/pull/3747",
		"link": "https://wg21.link/edit3747",
		"status": "open"
	},
	"EDIT3748": {
		"type": "editorial",
		"title": "P2051R0 C++ Standard Library Issues to be moved in Prague",
		"long_link": "https://github.com/cplusplus/draft/pull/3748",
		"link": "https://wg21.link/edit3748",
		"status": "open"
	},
	"EDIT3749": {
		"type": "editorial",
		"title": "LWG Poll 3: P2117R0 C++ Standard Library Issues Resolved Directly In Prague",
		"long_link": "https://github.com/cplusplus/draft/pull/3749",
		"link": "https://wg21.link/edit3749",
		"status": "open"
	},
	"EDIT3750": {
		"type": "editorial",
		"title": "Fix #3666, plus some drive-by edits",
		"long_link": "https://github.com/cplusplus/draft/pull/3750",
		"link": "https://wg21.link/edit3750",
		"status": "open"
	},
	"EDIT3751": {
		"type": "editorial",
		"title": "P2116R0 Remove tuple-like protocol support from fixed-extent span",
		"long_link": "https://github.com/cplusplus/draft/pull/3751",
		"link": "https://wg21.link/edit3751",
		"status": "open"
	},
	"EDIT3752": {
		"type": "editorial",
		"title": "P2091R0 Issues with range access CPOs",
		"long_link": "https://github.com/cplusplus/draft/pull/3752",
		"link": "https://wg21.link/edit3752",
		"status": "open"
	},
	"EDIT3753": {
		"type": "editorial",
		"title": "P1868R2 width: clarifying units of width and precision in std::format",
		"long_link": "https://github.com/cplusplus/draft/pull/3753",
		"link": "https://wg21.link/edit3753",
		"status": "open"
	},
	"EDIT3754": {
		"type": "editorial",
		"title": "P1994R1 elements_view needs its own sentinel",
		"long_link": "https://github.com/cplusplus/draft/pull/3754",
		"link": "https://wg21.link/edit3754",
		"status": "open"
	},
	"EDIT3755": {
		"type": "editorial",
		"title": "LWG Poll 10: P2101R0 'Models' subsumes 'satisfies' (Wording for US298 and US300)",
		"long_link": "https://github.com/cplusplus/draft/pull/3755",
		"link": "https://wg21.link/edit3755",
		"status": "open"
	},
	"EDIT3756": {
		"type": "editorial",
		"title": "LWG Poll 7: P1983R0 Wording for GB301, US296, US292, US291, and US283",
		"long_link": "https://github.com/cplusplus/draft/pull/3756",
		"link": "https://wg21.link/edit3756",
		"status": "open"
	},
	"EDIT3757": {
		"type": "editorial",
		"title": "CWG Poll 19: P1937R2 Fixing inconsistencies between constexpr and consteval functions",
		"long_link": "https://github.com/cplusplus/draft/pull/3757",
		"link": "https://wg21.link/edit3757",
		"status": "open"
	},
	"EDIT3758": {
		"type": "editorial",
		"title": "CWG Poll 2: P1779R3 ABI isolation for member functions",
		"long_link": "https://github.com/cplusplus/draft/pull/3758",
		"link": "https://wg21.link/edit3758",
		"status": "open"
	},
	"EDIT3759": {
		"type": "editorial",
		"title": "Add article to bullet start...",
		"long_link": "https://github.com/cplusplus/draft/pull/3759",
		"link": "https://wg21.link/edit3759",
		"status": "open"
	},
	"EDIT3760": {
		"type": "editorial",
		"title": "LWG Poll 8: P1981R0 Rename leap to leap_second",
		"long_link": "https://github.com/cplusplus/draft/pull/3760",
		"link": "https://wg21.link/edit3760",
		"status": "open"
	},
	"EDIT3761": {
		"type": "editorial",
		"title": "LWG Poll 9: P1982R0 Rename link to time_zone_link",
		"long_link": "https://github.com/cplusplus/draft/pull/3761",
		"link": "https://wg21.link/edit3761",
		"status": "open"
	},
	"EDIT3762": {
		"type": "editorial",
		"title": "Cleanup for [2020-02 LWG Poll 6] P1963R0 Fixing US 313",
		"long_link": "https://github.com/cplusplus/draft/issues/3762",
		"link": "https://wg21.link/edit3762",
		"status": "open"
	},
	"EDIT3763": {
		"type": "editorial",
		"title": "LWG Poll 6: P1963R0 Fixing US 313",
		"long_link": "https://github.com/cplusplus/draft/pull/3763",
		"link": "https://wg21.link/edit3763",
		"status": "open"
	},
	"EDIT3764": {
		"type": "editorial",
		"title": "CWG Poll 3: P1857R3 Modules Dependency Discovery",
		"long_link": "https://github.com/cplusplus/draft/pull/3764",
		"link": "https://wg21.link/edit3764",
		"status": "open"
	},
	"EDIT3765": {
		"type": "editorial",
		"title": "CWG Poll 4: P0593R6 Implicit creation of objects for low-level object manipulation",
		"long_link": "https://github.com/cplusplus/draft/pull/3765",
		"link": "https://wg21.link/edit3765",
		"status": "open"
	},
	"EDIT3766": {
		"type": "editorial",
		"title": "Fixes for 2020-02 CWG Poll 4 (P0593R6)",
		"long_link": "https://github.com/cplusplus/draft/pull/3766",
		"link": "https://wg21.link/edit3766",
		"status": "open"
	},
	"EDIT3767": {
		"type": "editorial",
		"title": "CWG Poll 16: P2002R1 Defaulted comparison specification cleanups",
		"long_link": "https://github.com/cplusplus/draft/pull/3767",
		"link": "https://wg21.link/edit3767",
		"status": "open"
	},
	"EDIT3768": {
		"type": "editorial",
		"title": "CWG Poll 17: P2085R0 Consistent defaulted comparisons",
		"long_link": "https://github.com/cplusplus/draft/pull/3768",
		"link": "https://wg21.link/edit3768",
		"status": "open"
	},
	"EDIT3769": {
		"type": "editorial",
		"title": "LWG Poll 12: P2102R0 Make 'implicit expression variations' more explicit",
		"long_link": "https://github.com/cplusplus/draft/pull/3769",
		"link": "https://wg21.link/edit3769",
		"status": "open"
	},
	"EDIT3770": {
		"type": "editorial",
		"title": "LWG Poll 21: P1973R1 Rename \"_default_init\" Functions, Rev1",
		"long_link": "https://github.com/cplusplus/draft/pull/3770",
		"link": "https://wg21.link/edit3770",
		"status": "open"
	},
	"EDIT3771": {
		"type": "editorial",
		"title": "LWG Poll 26: P1970R2 Consistency for size() functions: Add ranges::ssize",
		"long_link": "https://github.com/cplusplus/draft/pull/3771",
		"link": "https://wg21.link/edit3771",
		"status": "open"
	},
	"EDIT3772": {
		"type": "editorial",
		"title": "LWG Poll 16: P1976R2 Fixed-size span construction from dynamic range",
		"long_link": "https://github.com/cplusplus/draft/pull/3772",
		"link": "https://wg21.link/edit3772",
		"status": "open"
	},
	"EDIT3773": {
		"type": "editorial",
		"title": "[atomic] Apply conventional order to members of atomic smart pointers",
		"long_link": "https://github.com/cplusplus/draft/pull/3773",
		"link": "https://wg21.link/edit3773",
		"status": "open"
	},
	"EDIT3774": {
		"type": "editorial",
		"title": "LWG Poll 23: P2106R0 Alternative wording for GB315 and GB316",
		"long_link": "https://github.com/cplusplus/draft/pull/3774",
		"link": "https://wg21.link/edit3774",
		"status": "open"
	},
	"EDIT3775": {
		"type": "editorial",
		"title": "Simplify build process for the standard draft",
		"long_link": "https://github.com/cplusplus/draft/pull/3775",
		"link": "https://wg21.link/edit3775",
		"status": "closed"
	},
	"EDIT3776": {
		"type": "editorial",
		"title": "LWG Poll 20: P1831R1 Deprecating volatile: library",
		"long_link": "https://github.com/cplusplus/draft/pull/3776",
		"link": "https://wg21.link/edit3776",
		"status": "open"
	},
	"EDIT3777": {
		"type": "editorial",
		"title": "LWG Poll 24: P1739R4 Avoid template bloat for safe_ranges in combination with \"sub…",
		"long_link": "https://github.com/cplusplus/draft/pull/3777",
		"link": "https://wg21.link/edit3777",
		"status": "open"
	},
	"EDIT3778": {
		"type": "editorial",
		"title": "[span.overview] Deduction guide's End can also be the size_type",
		"long_link": "https://github.com/cplusplus/draft/issues/3778",
		"link": "https://wg21.link/edit3778",
		"status": "open"
	},
	"EDIT3779": {
		"type": "editorial",
		"title": "LWG Poll 19: P0586R2 Safe integral comparisons",
		"long_link": "https://github.com/cplusplus/draft/pull/3779",
		"link": "https://wg21.link/edit3779",
		"status": "open"
	},
	"EDIT3780": {
		"type": "editorial",
		"title": "LWG Poll 15: P1956R1 On the names of low-level bit manipulation functions",
		"long_link": "https://github.com/cplusplus/draft/pull/3780",
		"link": "https://wg21.link/edit3780",
		"status": "open"
	},
	"EDIT3781": {
		"type": "editorial",
		"title": "LWG Poll 4: P2045R1 Missing Mandates for the standard library",
		"long_link": "https://github.com/cplusplus/draft/pull/3781",
		"link": "https://wg21.link/edit3781",
		"status": "closed"
	},
	"EDIT3782": {
		"type": "editorial",
		"title": "CWG Poll 1: P2103R0 (Core Language Changes for NB Comments at the February, 2020 (Prague) meeting",
		"long_link": "https://github.com/cplusplus/draft/pull/3782",
		"link": "https://wg21.link/edit3782",
		"status": "closed"
	},
	"EDIT3783": {
		"type": "editorial",
		"title": "LWG Poll 22: P1243R4 Rangify New Algorithms",
		"long_link": "https://github.com/cplusplus/draft/pull/3783",
		"link": "https://wg21.link/edit3783",
		"status": "open"
	},
	"EDIT3784": {
		"type": "editorial",
		"title": "[ostream] Fix poor grammar to be consistent with [istream]",
		"long_link": "https://github.com/cplusplus/draft/pull/3784",
		"link": "https://wg21.link/edit3784",
		"status": "open"
	},
	"EDIT3785": {
		"type": "editorial",
		"title": "[alg.clamp] Reword for clarity",
		"long_link": "https://github.com/cplusplus/draft/pull/3785",
		"link": "https://wg21.link/edit3785",
		"status": "open"
	},
	"EDIT3786": {
		"type": "editorial",
		"title": "LWG Poll 17: P1964R2 Wording for boolean-testable",
		"long_link": "https://github.com/cplusplus/draft/pull/3786",
		"link": "https://wg21.link/edit3786",
		"status": "closed"
	},
	"EDIT3787": {
		"type": "editorial",
		"title": "LWG Poll 11: P1115R3 Improving the Return Value of Erase-Like Algorithms II: Free …",
		"long_link": "https://github.com/cplusplus/draft/pull/3787",
		"link": "https://wg21.link/edit3787",
		"status": "closed"
	},
	"EDIT3788": {
		"type": "editorial",
		"title": "LWG Poll 5: P1460R1 Mandating the Standard Library: Clause 20 - Utilities library",
		"long_link": "https://github.com/cplusplus/draft/pull/3788",
		"link": "https://wg21.link/edit3788",
		"status": "closed"
	},
	"EDIT3789": {
		"type": "editorial",
		"title": "[concept.swappable,iterator.cust] Fix phrasing 'with no diagnostic required'",
		"long_link": "https://github.com/cplusplus/draft/pull/3789",
		"link": "https://wg21.link/edit3789",
		"status": "open"
	},
	"EDIT3790": {
		"type": "editorial",
		"title": "[check] Flag non-ASCII characters in source",
		"long_link": "https://github.com/cplusplus/draft/pull/3790",
		"link": "https://wg21.link/edit3790",
		"status": "open"
	},
	"EDIT3791": {
		"type": "editorial",
		"title": "[dcl.array] Potentially ambiguous specification of array contents",
		"long_link": "https://github.com/cplusplus/draft/issues/3791",
		"link": "https://wg21.link/edit3791",
		"status": "open"
	},
	"EDIT3792": {
		"type": "editorial",
		"title": "[expr.const]p14 example incorrect after P1937R2",
		"long_link": "https://github.com/cplusplus/draft/issues/3792",
		"link": "https://wg21.link/edit3792",
		"status": "closed"
	},
	"EDIT3793": {
		"type": "editorial",
		"title": "[range.prim.cdata] Properly ranges::-qualify cdata",
		"long_link": "https://github.com/cplusplus/draft/pull/3793",
		"link": "https://wg21.link/edit3793",
		"status": "open"
	},
	"EDIT3794": {
		"type": "editorial",
		"title": "Replace non-code \"C++\" with \"\\Cpp{}\"",
		"long_link": "https://github.com/cplusplus/draft/issues/3794",
		"link": "https://wg21.link/edit3794",
		"status": "closed"
	},
	"EDIT3795": {
		"type": "editorial",
		"title": "Fixes for 2020-02 LWG Poll 5",
		"long_link": "https://github.com/cplusplus/draft/pull/3795",
		"link": "https://wg21.link/edit3795",
		"status": "closed"
	},
	"EDIT3796": {
		"type": "editorial",
		"title": "Fixes for 2020-02 CWG Poll 1",
		"long_link": "https://github.com/cplusplus/draft/pull/3796",
		"link": "https://wg21.link/edit3796",
		"status": "closed"
	},
	"EDIT3797": {
		"type": "editorial",
		"title": "[atomics.nonmembers,diff.cpp17.dcl.dcl,library,version.syn] Replace non-code \"C++\" with \"\\Cpp{}\"",
		"long_link": "https://github.com/cplusplus/draft/pull/3797",
		"link": "https://wg21.link/edit3797",
		"status": "closed"
	},
	"EDIT3798": {
		"type": "editorial",
		"title": "Calls to swap in the library don't properly describe context",
		"long_link": "https://github.com/cplusplus/draft/issues/3798",
		"link": "https://wg21.link/edit3798",
		"status": "open"
	},
	"EDIT3799": {
		"type": "editorial",
		"title": "Cross-reference fixes",
		"long_link": "https://github.com/cplusplus/draft/pull/3799",
		"link": "https://wg21.link/edit3799",
		"status": "closed"
	},
	"EDIT3800": {
		"type": "editorial",
		"title": "Add missing @s",
		"long_link": "https://github.com/cplusplus/draft/pull/3800",
		"link": "https://wg21.link/edit3800",
		"status": "closed"
	},
	"EDIT3801": {
		"type": "editorial",
		"title": "Fixes for 2020-02 CWG Poll 3",
		"long_link": "https://github.com/cplusplus/draft/pull/3801",
		"link": "https://wg21.link/edit3801",
		"status": "closed"
	},
	"EDIT3802": {
		"type": "editorial",
		"title": "[range.access.begin] P2091R0's change to para 1 is ambiguous",
		"long_link": "https://github.com/cplusplus/draft/issues/3802",
		"link": "https://wg21.link/edit3802",
		"status": "open"
	},
	"EDIT3803": {
		"type": "editorial",
		"title": "Replace `SIZE_MAX` with `numeric_limits` in [allocator.members]",
		"long_link": "https://github.com/cplusplus/draft/issues/3803",
		"link": "https://wg21.link/edit3803",
		"status": "open"
	},
	"EDIT3804": {
		"type": "editorial",
		"title": "redundant wording after P2109R0",
		"long_link": "https://github.com/cplusplus/draft/issues/3804",
		"link": "https://wg21.link/edit3804",
		"status": "open"
	},
	"EDIT3805": {
		"type": "editorial",
		"title": "[allocator.members] Replace SIZE_MAX with numeric_limits<size_t>::max()",
		"long_link": "https://github.com/cplusplus/draft/pull/3805",
		"link": "https://wg21.link/edit3805",
		"status": "closed"
	},
	"EDIT3806": {
		"type": "editorial",
		"title": "Fix for US 115 to avoid use of nouns with missing articles",
		"long_link": "https://github.com/cplusplus/draft/pull/3806",
		"link": "https://wg21.link/edit3806",
		"status": "open"
	},
	"EDIT3807": {
		"type": "editorial",
		"title": "Restructure CA 107 functionally equivalent IFNDR note",
		"long_link": "https://github.com/cplusplus/draft/pull/3807",
		"link": "https://wg21.link/edit3807",
		"status": "open"
	},
	"EDIT3808": {
		"type": "editorial",
		"title": "[any.synop,any.class,any.nonmembers] Format pack conventionally",
		"long_link": "https://github.com/cplusplus/draft/pull/3808",
		"link": "https://wg21.link/edit3808",
		"status": "closed"
	},
	"EDIT3809": {
		"type": "editorial",
		"title": "[lib] Format true/false in code font conventionally",
		"long_link": "https://github.com/cplusplus/draft/pull/3809",
		"link": "https://wg21.link/edit3809",
		"status": "closed"
	},
	"EDIT3810": {
		"type": "editorial",
		"title": "fix several bugs in the LWG3262 wording",
		"long_link": "https://github.com/cplusplus/draft/issues/3810",
		"link": "https://wg21.link/edit3810",
		"status": "closed"
	},
	"EDIT3811": {
		"type": "editorial",
		"title": "[expr.call] Incorrect reference to \"this parameter\"",
		"long_link": "https://github.com/cplusplus/draft/issues/3811",
		"link": "https://wg21.link/edit3811",
		"status": "open"
	},
	"EDIT3812": {
		"type": "editorial",
		"title": "Possibly outdated \"Getting Started on Debian-based Systems\"",
		"long_link": "https://github.com/cplusplus/draft/issues/3812",
		"link": "https://wg21.link/edit3812",
		"status": "open"
	},
	"EDIT3813": {
		"type": "editorial",
		"title": "Update Getting Started on Debian-based Systems",
		"long_link": "https://github.com/cplusplus/draft/pull/3813",
		"link": "https://wg21.link/edit3813",
		"status": "open"
	},
	"EDIT3814": {
		"type": "editorial",
		"title": "[utility.syn] Index in-place construction types",
		"long_link": "https://github.com/cplusplus/draft/pull/3814",
		"link": "https://wg21.link/edit3814",
		"status": "closed"
	},
	"EDIT3815": {
		"type": "editorial",
		"title": "[class.friend] Add cross-reference for the namespace of the friend",
		"long_link": "https://github.com/cplusplus/draft/pull/3815",
		"link": "https://wg21.link/edit3815",
		"status": "closed"
	},
	"EDIT3816": {
		"type": "editorial",
		"title": "Remove [atomcis.types.operations]p1",
		"long_link": "https://github.com/cplusplus/draft/issues/3816",
		"link": "https://wg21.link/edit3816",
		"status": "closed"
	},
	"EDIT3817": {
		"type": "editorial",
		"title": "decide whether to bump feature test macro version for P1973R1",
		"long_link": "https://github.com/cplusplus/draft/issues/3817",
		"link": "https://wg21.link/edit3817",
		"status": "closed"
	},
	"EDIT3818": {
		"type": "editorial",
		"title": "[class.copy.elision] Specification of when implicit move occurs is potentially confusing",
		"long_link": "https://github.com/cplusplus/draft/issues/3818",
		"link": "https://wg21.link/edit3818",
		"status": "open"
	},
	"EDIT3819": {
		"type": "editorial",
		"title": "[expr.sizeof] Incorrect use of \\term",
		"long_link": "https://github.com/cplusplus/draft/pull/3819",
		"link": "https://wg21.link/edit3819",
		"status": "closed"
	},
	"EDIT3820": {
		"type": "editorial",
		"title": "[rand.util.canonical] Convert normative duplication into a note.",
		"long_link": "https://github.com/cplusplus/draft/pull/3820",
		"link": "https://wg21.link/edit3820",
		"status": "closed"
	},
	"EDIT3821": {
		"type": "editorial",
		"title": "[time.format] Add/fix region-index entry for \"format\"",
		"long_link": "https://github.com/cplusplus/draft/pull/3821",
		"link": "https://wg21.link/edit3821",
		"status": "closed"
	},
	"EDIT3822": {
		"type": "editorial",
		"title": "[temp.explicit] Add missing comma",
		"long_link": "https://github.com/cplusplus/draft/pull/3822",
		"link": "https://wg21.link/edit3822",
		"status": "closed"
	},
	"EDIT3823": {
		"type": "editorial",
		"title": "[conv.ptr] Fix unclear specification of derived-to-base conversions for null pointers",
		"long_link": "https://github.com/cplusplus/draft/pull/3823",
		"link": "https://wg21.link/edit3823",
		"status": "open"
	},
	"EDIT3824": {
		"type": "editorial",
		"title": "Consistent null pointer value usage",
		"long_link": "https://github.com/cplusplus/draft/pull/3824",
		"link": "https://wg21.link/edit3824",
		"status": "open"
	},
	"EDIT3825": {
		"type": "editorial",
		"title": "[front.insert.iterator] Correct mis-incorporation of P0896R4",
		"long_link": "https://github.com/cplusplus/draft/pull/3825",
		"link": "https://wg21.link/edit3825",
		"status": "closed"
	},
	"EDIT3826": {
		"type": "editorial",
		"title": "[expr.ref] clarify access of non-static data members",
		"long_link": "https://github.com/cplusplus/draft/pull/3826",
		"link": "https://wg21.link/edit3826",
		"status": "closed"
	},
	"EDIT3827": {
		"type": "editorial",
		"title": "[basic], [expr] Fix incorrect cross-references to [conv.ptr] for null pointer values",
		"long_link": "https://github.com/cplusplus/draft/pull/3827",
		"link": "https://wg21.link/edit3827",
		"status": "open"
	},
	"EDIT3828": {
		"type": "editorial",
		"title": "Use consistent terminology when referring to what a pointer to member points to",
		"long_link": "https://github.com/cplusplus/draft/pull/3828",
		"link": "https://wg21.link/edit3828",
		"status": "open"
	},
	"EDIT3829": {
		"type": "editorial",
		"title": "[iterator.concept.winc,range.iota.view] is-integer-like is not a concept",
		"long_link": "https://github.com/cplusplus/draft/pull/3829",
		"link": "https://wg21.link/edit3829",
		"status": "closed"
	},
	"EDIT3830": {
		"type": "editorial",
		"title": "[algorithms] Rename concept 'writable' to 'indirectly_writable'.",
		"long_link": "https://github.com/cplusplus/draft/pull/3830",
		"link": "https://wg21.link/edit3830",
		"status": "closed"
	},
	"EDIT3831": {
		"type": "editorial",
		"title": "In the index, properly sort terms starting with two underscores",
		"long_link": "https://github.com/cplusplus/draft/pull/3831",
		"link": "https://wg21.link/edit3831",
		"status": "closed"
	},
	"EDIT3832": {
		"type": "editorial",
		"title": "[atomics] Consistent use of enum class memory_order",
		"long_link": "https://github.com/cplusplus/draft/pull/3832",
		"link": "https://wg21.link/edit3832",
		"status": "closed"
	},
	"EDIT3833": {
		"type": "editorial",
		"title": "[memory.syn] Index the pointer_safety enum class",
		"long_link": "https://github.com/cplusplus/draft/pull/3833",
		"link": "https://wg21.link/edit3833",
		"status": "closed"
	},
	"EDIT3834": {
		"type": "editorial",
		"title": "[concept.constructible] is-default-initializable is not a concept",
		"long_link": "https://github.com/cplusplus/draft/pull/3834",
		"link": "https://wg21.link/edit3834",
		"status": "closed"
	},
	"EDIT3835": {
		"type": "editorial",
		"title": "The iterator \"old\" concepts (Cpp17Requirements) are not indexed",
		"long_link": "https://github.com/cplusplus/draft/issues/3835",
		"link": "https://wg21.link/edit3835",
		"status": "open"
	},
	"EDIT3836": {
		"type": "editorial",
		"title": "Fix incorrect references to past the end pointers",
		"long_link": "https://github.com/cplusplus/draft/pull/3836",
		"link": "https://wg21.link/edit3836",
		"status": "open"
	},
	"EDIT3837": {
		"type": "editorial",
		"title": "Remove definition in note",
		"long_link": "https://github.com/cplusplus/draft/pull/3837",
		"link": "https://wg21.link/edit3837",
		"status": "closed"
	},
	"EDIT3838": {
		"type": "editorial",
		"title": "[algorithms.general] Add [specialized.algorithms] to summary table.",
		"long_link": "https://github.com/cplusplus/draft/pull/3838",
		"link": "https://wg21.link/edit3838",
		"status": "closed"
	},
	"EDIT3839": {
		"type": "editorial",
		"title": "[module.interface] Remove redundant bullet for exported declaration.",
		"long_link": "https://github.com/cplusplus/draft/pull/3839",
		"link": "https://wg21.link/edit3839",
		"status": "closed"
	},
	"EDIT3840": {
		"type": "editorial",
		"title": "[module.interface] Fix typo.",
		"long_link": "https://github.com/cplusplus/draft/pull/3840",
		"link": "https://wg21.link/edit3840",
		"status": "closed"
	},
	"EDIT3841": {
		"type": "editorial",
		"title": "[over.oper] Make statement about non-overloadable operators a note.",
		"long_link": "https://github.com/cplusplus/draft/pull/3841",
		"link": "https://wg21.link/edit3841",
		"status": "closed"
	},
	"EDIT3842": {
		"type": "editorial",
		"title": "[class] [over] Redundant specification of ignoring move special members",
		"long_link": "https://github.com/cplusplus/draft/pull/3842",
		"link": "https://wg21.link/edit3842",
		"status": "closed"
	},
	"EDIT3843": {
		"type": "editorial",
		"title": "[class.mfct] consteval member functions are also inline.",
		"long_link": "https://github.com/cplusplus/draft/pull/3843",
		"link": "https://wg21.link/edit3843",
		"status": "closed"
	},
	"EDIT3844": {
		"type": "editorial",
		"title": "[lex.ccon,lex.string] Remove redundant repetition of the grammar.",
		"long_link": "https://github.com/cplusplus/draft/pull/3844",
		"link": "https://wg21.link/edit3844",
		"status": "closed"
	},
	"EDIT3845": {
		"type": "editorial",
		"title": "[support.dynamic] Improve cross-referencing for dynamic memory subcla…",
		"long_link": "https://github.com/cplusplus/draft/pull/3845",
		"link": "https://wg21.link/edit3845",
		"status": "closed"
	},
	"EDIT3846": {
		"type": "editorial",
		"title": "[time.zone.zonedtime.overview] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/3846",
		"link": "https://wg21.link/edit3846",
		"status": "closed"
	},
	"EDIT3847": {
		"type": "editorial",
		"title": "Scope of [range.split.outer] p1 is unclear",
		"long_link": "https://github.com/cplusplus/draft/issues/3847",
		"link": "https://wg21.link/edit3847",
		"status": "open"
	},
	"EDIT3848": {
		"type": "editorial",
		"title": "[range.split] confuses current and current_",
		"long_link": "https://github.com/cplusplus/draft/issues/3848",
		"link": "https://wg21.link/edit3848",
		"status": "closed"
	},
	"EDIT3849": {
		"type": "editorial",
		"title": "[range.split.outer], [range.split.inner] Fix misuses of current_",
		"long_link": "https://github.com/cplusplus/draft/pull/3849",
		"link": "https://wg21.link/edit3849",
		"status": "closed"
	},
	"EDIT3850": {
		"type": "editorial",
		"title": "[expr.rel] Unclear how function pointers are compared",
		"long_link": "https://github.com/cplusplus/draft/issues/3850",
		"link": "https://wg21.link/edit3850",
		"status": "open"
	},
	"EDIT3851": {
		"type": "editorial",
		"title": "[range.split.outer,range.split.inner] \"current\" placeholder vs. current_ exposition-only member",
		"long_link": "https://github.com/cplusplus/draft/issues/3851",
		"link": "https://wg21.link/edit3851",
		"status": "open"
	},
	"EDIT3852": {
		"type": "editorial",
		"title": "[span.deduct] Rename template parameter 'End' to 'EndOrSize'",
		"long_link": "https://github.com/cplusplus/draft/pull/3852",
		"link": "https://wg21.link/edit3852",
		"status": "closed"
	},
	"EDIT3853": {
		"type": "editorial",
		"title": "[contents] Some standard library functions are not defined.",
		"long_link": "https://github.com/cplusplus/draft/pull/3853",
		"link": "https://wg21.link/edit3853",
		"status": "closed"
	},
	"EDIT3854": {
		"type": "editorial",
		"title": "[res.on.requires] Move description of 'Requires' element to Annex D",
		"long_link": "https://github.com/cplusplus/draft/pull/3854",
		"link": "https://wg21.link/edit3854",
		"status": "closed"
	},
	"EDIT3855": {
		"type": "editorial",
		"title": "[depr.conversions] Rename snake_case template parameters to CamelCase.",
		"long_link": "https://github.com/cplusplus/draft/pull/3855",
		"link": "https://wg21.link/edit3855",
		"status": "closed"
	},
	"EDIT3856": {
		"type": "editorial",
		"title": "[range.access] Introduce 'reified object' to simplify the descriptions.",
		"long_link": "https://github.com/cplusplus/draft/pull/3856",
		"link": "https://wg21.link/edit3856",
		"status": "closed"
	},
	"EDIT3857": {
		"type": "editorial",
		"title": "[range.take.while.sentinel,range.elements.iterator] Rename exposition…",
		"long_link": "https://github.com/cplusplus/draft/pull/3857",
		"link": "https://wg21.link/edit3857",
		"status": "closed"
	},
	"EDIT3858": {
		"type": "editorial",
		"title": "[support] Renamed from [language.support].",
		"long_link": "https://github.com/cplusplus/draft/pull/3858",
		"link": "https://wg21.link/edit3858",
		"status": "closed"
	},
	"EDIT3859": {
		"type": "editorial",
		"title": "[basic,support] Correctly use 'startup' and 'start of program'",
		"long_link": "https://github.com/cplusplus/draft/pull/3859",
		"link": "https://wg21.link/edit3859",
		"status": "closed"
	},
	"EDIT3860": {
		"type": "editorial",
		"title": "[expr.prim.req,temp.concept] Add std:: qualification for library conc…",
		"long_link": "https://github.com/cplusplus/draft/pull/3860",
		"link": "https://wg21.link/edit3860",
		"status": "closed"
	},
	"EDIT3861": {
		"type": "editorial",
		"title": "[module.unit] module-declarations no longer contain \\tcode{export}",
		"long_link": "https://github.com/cplusplus/draft/pull/3861",
		"link": "https://wg21.link/edit3861",
		"status": "closed"
	},
	"EDIT3862": {
		"type": "editorial",
		"title": "[support.types.byteops]/6",
		"long_link": "https://github.com/cplusplus/draft/issues/3862",
		"link": "https://wg21.link/edit3862",
		"status": "closed"
	},
	"EDIT3863": {
		"type": "editorial",
		"title": "[support.types.byteops] Fix misapplication of LWG2950",
		"long_link": "https://github.com/cplusplus/draft/pull/3863",
		"link": "https://wg21.link/edit3863",
		"status": "closed"
	},
	"EDIT3864": {
		"type": "editorial",
		"title": "[depr.atomics] Use enum class memory_order",
		"long_link": "https://github.com/cplusplus/draft/pull/3864",
		"link": "https://wg21.link/edit3864",
		"status": "closed"
	},
	"EDIT3865": {
		"type": "editorial",
		"title": "[support.types.byteops] remove redundant static_cast to unsigned char",
		"long_link": "https://github.com/cplusplus/draft/pull/3865",
		"link": "https://wg21.link/edit3865",
		"status": "closed"
	},
	"EDIT3866": {
		"type": "editorial",
		"title": "[fs.path.modifiers] Remove \\tcode around cross reference",
		"long_link": "https://github.com/cplusplus/draft/pull/3866",
		"link": "https://wg21.link/edit3866",
		"status": "closed"
	},
	"EDIT3867": {
		"type": "editorial",
		"title": "[alg.replace] Clarify which value gets assigned depending on E.",
		"long_link": "https://github.com/cplusplus/draft/pull/3867",
		"link": "https://wg21.link/edit3867",
		"status": "closed"
	},
	"EDIT3868": {
		"type": "editorial",
		"title": "[allocator.requirements] Fix punctuation in tables.",
		"long_link": "https://github.com/cplusplus/draft/pull/3868",
		"link": "https://wg21.link/edit3868",
		"status": "closed"
	},
	"EDIT3869": {
		"type": "editorial",
		"title": "[alg.clamp] Reword for clarity",
		"long_link": "https://github.com/cplusplus/draft/pull/3869",
		"link": "https://wg21.link/edit3869",
		"status": "closed"
	},
	"EDIT3870": {
		"type": "editorial",
		"title": "[ranges] has many concepts used without \\libconcept",
		"long_link": "https://github.com/cplusplus/draft/issues/3870",
		"link": "https://wg21.link/edit3870",
		"status": "open"
	},
	"EDIT3871": {
		"type": "editorial",
		"title": "[over.best.ics] Remove redundant sub-bullet",
		"long_link": "https://github.com/cplusplus/draft/pull/3871",
		"link": "https://wg21.link/edit3871",
		"status": "open"
	},
	"EDIT3872": {
		"type": "editorial",
		"title": "[temp.explicit] Fix unclear reference to elaborated-type-specifier",
		"long_link": "https://github.com/cplusplus/draft/pull/3872",
		"link": "https://wg21.link/edit3872",
		"status": "open"
	},
	"EDIT3873": {
		"type": "editorial",
		"title": "[index] Use LaTeX package 'imakeidx' to allow for more indices.",
		"long_link": "https://github.com/cplusplus/draft/pull/3873",
		"link": "https://wg21.link/edit3873",
		"status": "open"
	},
	"EDIT3874": {
		"type": "editorial",
		"title": "[filesystems] Fix \"Filesystem library edits/issues\"",
		"long_link": "https://github.com/cplusplus/draft/pull/3874",
		"link": "https://wg21.link/edit3874",
		"status": "open"
	},
	"EDIT3875": {
		"type": "editorial",
		"title": "Inconsistency between the Note in [cpp.pre]/1 and the last sentence in [cpp.replace]/12 ",
		"long_link": "https://github.com/cplusplus/draft/issues/3875",
		"link": "https://wg21.link/edit3875",
		"status": "open"
	},
	"EDIT3876": {
		"type": "editorial",
		"title": "[index] Add index of exposition-only library names.",
		"long_link": "https://github.com/cplusplus/draft/pull/3876",
		"link": "https://wg21.link/edit3876",
		"status": "open"
	},
	"EDIT3877": {
		"type": "editorial",
		"title": "[dcl.dcl] Improve note regarding nodeclspec-function-declarations",
		"long_link": "https://github.com/cplusplus/draft/pull/3877",
		"link": "https://wg21.link/edit3877",
		"status": "open"
	},
	"EDIT3878": {
		"type": "editorial",
		"title": "clarify whether [over.built] and surrogate candidates are functions",
		"long_link": "https://github.com/cplusplus/draft/issues/3878",
		"link": "https://wg21.link/edit3878",
		"status": "open"
	},
	"EDIT3879": {
		"type": "editorial",
		"title": "Disable \\requires",
		"long_link": "https://github.com/cplusplus/draft/pull/3879",
		"link": "https://wg21.link/edit3879",
		"status": "closed"
	},
	"EDIT3880": {
		"type": "editorial",
		"title": "\\defnc and \\defna",
		"long_link": "https://github.com/cplusplus/draft/pull/3880",
		"link": "https://wg21.link/edit3880",
		"status": "open"
	},
	"EDIT3881": {
		"type": "editorial",
		"title": "Nicer diff support",
		"long_link": "https://github.com/cplusplus/draft/pull/3881",
		"link": "https://wg21.link/edit3881",
		"status": "closed"
	},
	"EDIT3882": {
		"type": "editorial",
		"title": "[temp.names] Do not use \"template-name\" for \"name referring to template\"",
		"long_link": "https://github.com/cplusplus/draft/pull/3882",
		"link": "https://wg21.link/edit3882",
		"status": "open"
	},
	"EDIT3883": {
		"type": "editorial",
		"title": "Motion corrections",
		"long_link": "https://github.com/cplusplus/draft/pull/3883",
		"link": "https://wg21.link/edit3883",
		"status": "closed"
	},
	"EDIT3884": {
		"type": "editorial",
		"title": "Two index entries for \"NTBS\" don't use \\ntbs",
		"long_link": "https://github.com/cplusplus/draft/issues/3884",
		"link": "https://wg21.link/edit3884",
		"status": "open"
	},
	"EDIT3885": {
		"type": "editorial",
		"title": "[basic.namespace] Definition in note should be grammar term",
		"long_link": "https://github.com/cplusplus/draft/pull/3885",
		"link": "https://wg21.link/edit3885",
		"status": "closed"
	},
	"EDIT3886": {
		"type": "editorial",
		"title": "Non-normative cleanup",
		"long_link": "https://github.com/cplusplus/draft/pull/3886",
		"link": "https://wg21.link/edit3886",
		"status": "closed"
	},
	"EDIT3887": {
		"type": "editorial",
		"title": "Normative cleanup",
		"long_link": "https://github.com/cplusplus/draft/pull/3887",
		"link": "https://wg21.link/edit3887",
		"status": "closed"
	},
	"EDIT3888": {
		"type": "editorial",
		"title": "[version.syn] Fix mis-ordering",
		"long_link": "https://github.com/cplusplus/draft/pull/3888",
		"link": "https://wg21.link/edit3888",
		"status": "closed"
	},
	"EDIT3889": {
		"type": "editorial",
		"title": "[stmt.block] Informal tone used to describe blocks which is inconsistent with other wording",
		"long_link": "https://github.com/cplusplus/draft/issues/3889",
		"link": "https://wg21.link/edit3889",
		"status": "open"
	},
	"EDIT3890": {
		"type": "editorial",
		"title": "[basic.types] Change redundant normative wording into note",
		"long_link": "https://github.com/cplusplus/draft/pull/3890",
		"link": "https://wg21.link/edit3890",
		"status": "open"
	},
	"EDIT3891": {
		"type": "editorial",
		"title": "[dcl.init] Remove redundant specification of when value-initialization occurs",
		"long_link": "https://github.com/cplusplus/draft/pull/3891",
		"link": "https://wg21.link/edit3891",
		"status": "open"
	},
	"EDIT3892": {
		"type": "editorial",
		"title": "Unclear time zone placeholders",
		"long_link": "https://github.com/cplusplus/draft/issues/3892",
		"link": "https://wg21.link/edit3892",
		"status": "closed"
	},
	"EDIT3893": {
		"type": "editorial",
		"title": "[lex.ccon] grammar falls off bottom of page",
		"long_link": "https://github.com/cplusplus/draft/issues/3893",
		"link": "https://wg21.link/edit3893",
		"status": "closed"
	},
	"EDIT3894": {
		"type": "editorial",
		"title": "[dcl.init, dcl.stc] Move specification as to where extern is allowed into [dcl.stc]",
		"long_link": "https://github.com/cplusplus/draft/pull/3894",
		"link": "https://wg21.link/edit3894",
		"status": "open"
	},
	"EDIT3895": {
		"type": "editorial",
		"title": "Add Foreword",
		"long_link": "https://github.com/cplusplus/draft/pull/3895",
		"link": "https://wg21.link/edit3895",
		"status": "closed"
	},
	"EDIT3896": {
		"type": "editorial",
		"title": "ADL for cv T or T&",
		"long_link": "https://github.com/cplusplus/draft/issues/3896",
		"link": "https://wg21.link/edit3896",
		"status": "open"
	},
	"EDIT3897": {
		"type": "editorial",
		"title": "More review changes",
		"long_link": "https://github.com/cplusplus/draft/pull/3897",
		"link": "https://wg21.link/edit3897",
		"status": "closed"
	},
	"EDIT3898": {
		"type": "editorial",
		"title": "[over.match.class.deduct] Wording does not seem to match intention",
		"long_link": "https://github.com/cplusplus/draft/issues/3898",
		"link": "https://wg21.link/edit3898",
		"status": "open"
	},
	"EDIT3899": {
		"type": "editorial",
		"title": "[expr.sub] Really deprecate comma in braces",
		"long_link": "https://github.com/cplusplus/draft/pull/3899",
		"link": "https://wg21.link/edit3899",
		"status": "open"
	},
	"EDIT3900": {
		"type": "editorial",
		"title": "[temp.deduct.call] Clear up wording regarding function parameter packs appearing in non-deduced contexts",
		"long_link": "https://github.com/cplusplus/draft/pull/3900",
		"link": "https://wg21.link/edit3900",
		"status": "open"
	},
	"EDIT3901": {
		"type": "editorial",
		"title": "[dcl.stc] Define mutable subobject and make use of keyword consistent",
		"long_link": "https://github.com/cplusplus/draft/pull/3901",
		"link": "https://wg21.link/edit3901",
		"status": "open"
	},
	"EDIT3902": {
		"type": "editorial",
		"title": "[alg.clamp] Add missing calls to invoke",
		"long_link": "https://github.com/cplusplus/draft/pull/3902",
		"link": "https://wg21.link/edit3902",
		"status": "open"
	},
	"EDIT3903": {
		"type": "editorial",
		"title": "Library clauses misuse \"an instance of\"",
		"long_link": "https://github.com/cplusplus/draft/issues/3903",
		"link": "https://wg21.link/edit3903",
		"status": "open"
	},
	"EDIT3904": {
		"type": "editorial",
		"title": "More cv-qualification fixes",
		"long_link": "https://github.com/cplusplus/draft/pull/3904",
		"link": "https://wg21.link/edit3904",
		"status": "closed"
	},
	"EDIT3905": {
		"type": "editorial",
		"title": "[iterator.synopsis] Cleanups",
		"long_link": "https://github.com/cplusplus/draft/pull/3905",
		"link": "https://wg21.link/edit3905",
		"status": "open"
	},
	"EDIT3906": {
		"type": "editorial",
		"title": "Strike surviving mentions of \"storage class\" (outside of stable names and grammar)",
		"long_link": "https://github.com/cplusplus/draft/pull/3906",
		"link": "https://wg21.link/edit3906",
		"status": "open"
	},
	"EDIT3907": {
		"type": "editorial",
		"title": "[class.union.anon] Turn redundant wording into a note",
		"long_link": "https://github.com/cplusplus/draft/pull/3907",
		"link": "https://wg21.link/edit3907",
		"status": "open"
	},
	"EDIT3908": {
		"type": "editorial",
		"title": "Correctly annotate keywords",
		"long_link": "https://github.com/cplusplus/draft/pull/3908",
		"link": "https://wg21.link/edit3908",
		"status": "open"
	},
	"EDIT3909": {
		"type": "editorial",
		"title": "Clean up of discarded-value expressions",
		"long_link": "https://github.com/cplusplus/draft/pull/3909",
		"link": "https://wg21.link/edit3909",
		"status": "open"
	},
	"EDIT3910": {
		"type": "editorial",
		"title": "Simplify reachability definition",
		"long_link": "https://github.com/cplusplus/draft/pull/3910",
		"link": "https://wg21.link/edit3910",
		"status": "closed"
	},
	"EDIT3911": {
		"type": "editorial",
		"title": "[std] Use \\libmember and \\libglobal everywhere",
		"long_link": "https://github.com/cplusplus/draft/issues/3911",
		"link": "https://wg21.link/edit3911",
		"status": "open"
	},
	"EDIT3912": {
		"type": "editorial",
		"title": "[res.on.requirements] Not sufficiently clear on transitiveness and disjunctions",
		"long_link": "https://github.com/cplusplus/draft/issues/3912",
		"link": "https://wg21.link/edit3912",
		"status": "open"
	},
	"EDIT3913": {
		"type": "editorial",
		"title": "[iter.concepts.general] example could be simplified slightly",
		"long_link": "https://github.com/cplusplus/draft/issues/3913",
		"link": "https://wg21.link/edit3913",
		"status": "open"
	},
	"EDIT3914": {
		"type": "editorial",
		"title": "__STDC_­HOSTED__ deals with freestanding, but does not mention it",
		"long_link": "https://github.com/cplusplus/draft/issues/3914",
		"link": "https://wg21.link/edit3914",
		"status": "open"
	},
	"EDIT3915": {
		"type": "editorial",
		"title": "One more review fix",
		"long_link": "https://github.com/cplusplus/draft/pull/3915",
		"link": "https://wg21.link/edit3915",
		"status": "closed"
	},
	"EDIT3916": {
		"type": "editorial",
		"title": "[over.match.class.deduct] Fix self-referential cross-references",
		"long_link": "https://github.com/cplusplus/draft/pull/3916",
		"link": "https://wg21.link/edit3916",
		"status": "closed"
	},
	"EDIT3917": {
		"type": "editorial",
		"title": "[temp.param] Remove definitions in footnote and fix wording referring to non-type template parameters",
		"long_link": "https://github.com/cplusplus/draft/pull/3917",
		"link": "https://wg21.link/edit3917",
		"status": "open"
	},
	"EDIT3918": {
		"type": "editorial",
		"title": "[class.temporary, expr, dcl.ref] Fix incorrect cross-refs to [dcl.type.decltype]",
		"long_link": "https://github.com/cplusplus/draft/pull/3918",
		"link": "https://wg21.link/edit3918",
		"status": "closed"
	},
	"EDIT3919": {
		"type": "editorial",
		"title": "[expr.const] Change \"dynamic cast\" to \"dynamic_cast\" and move throw-expression to its own item",
		"long_link": "https://github.com/cplusplus/draft/pull/3919",
		"link": "https://wg21.link/edit3919",
		"status": "closed"
	},
	"EDIT3920": {
		"type": "editorial",
		"title": "[except.handle] Simplify void pointer cv-qualification",
		"long_link": "https://github.com/cplusplus/draft/pull/3920",
		"link": "https://wg21.link/edit3920",
		"status": "closed"
	},
	"EDIT3921": {
		"type": "editorial",
		"title": "[expr.throw] Make wording for throw-expressions more consistent with [expr]",
		"long_link": "https://github.com/cplusplus/draft/pull/3921",
		"link": "https://wg21.link/edit3921",
		"status": "open"
	},
	"EDIT3922": {
		"type": "editorial",
		"title": "[temp.class.spec.match] Strengthen wording for matching partial specializations",
		"long_link": "https://github.com/cplusplus/draft/pull/3922",
		"link": "https://wg21.link/edit3922",
		"status": "open"
	},
	"EDIT3923": {
		"type": "editorial",
		"title": "One more word, again",
		"long_link": "https://github.com/cplusplus/draft/pull/3923",
		"link": "https://wg21.link/edit3923",
		"status": "open"
	},
	"EDIT3924": {
		"type": "editorial",
		"title": "[dcl.fct.spec] Remove \"class\" from \"non-static class member function\" and cleanup sentence",
		"long_link": "https://github.com/cplusplus/draft/pull/3924",
		"link": "https://wg21.link/edit3924",
		"status": "open"
	},
	"EDIT3925": {
		"type": "editorial",
		"title": "[dcl.fct.def] Fix incorrect cross-ref referring to \"this\"",
		"long_link": "https://github.com/cplusplus/draft/pull/3925",
		"link": "https://wg21.link/edit3925",
		"status": "closed"
	},
	"EDIT3926": {
		"type": "editorial",
		"title": "[dcl.fct] Fix incorrectly pluralized grammar terms",
		"long_link": "https://github.com/cplusplus/draft/pull/3926",
		"link": "https://wg21.link/edit3926",
		"status": "closed"
	},
	"EDIT3927": {
		"type": "editorial",
		"title": "[class.virtual] Fix example with constrained non-templated function",
		"long_link": "https://github.com/cplusplus/draft/pull/3927",
		"link": "https://wg21.link/edit3927",
		"status": "open"
	},
	"EDIT3928": {
		"type": "editorial",
		"title": "[temp.class.spec] Remove unused hyphenation point",
		"long_link": "https://github.com/cplusplus/draft/pull/3928",
		"link": "https://wg21.link/edit3928",
		"status": "closed"
	},
	"EDIT3929": {
		"type": "editorial",
		"title": "[core] Use \\keyword to introduce 'template'.",
		"long_link": "https://github.com/cplusplus/draft/pull/3929",
		"link": "https://wg21.link/edit3929",
		"status": "open"
	},
	"EDIT3930": {
		"type": "editorial",
		"title": "[class.this] has no novel normative wording",
		"long_link": "https://github.com/cplusplus/draft/issues/3930",
		"link": "https://wg21.link/edit3930",
		"status": "open"
	},
	"EDIT3931": {
		"type": "editorial",
		"title": "[dcl.init]/14 should probably consider parenthesized initializer for arrays",
		"long_link": "https://github.com/cplusplus/draft/issues/3931",
		"link": "https://wg21.link/edit3931",
		"status": "open"
	},
	"EDIT3932": {
		"type": "editorial",
		"title": "[class.mem] Deduction guides do not declare new members",
		"long_link": "https://github.com/cplusplus/draft/pull/3932",
		"link": "https://wg21.link/edit3932",
		"status": "open"
	},
	"EDIT3933": {
		"type": "editorial",
		"title": "[dcl.spec.auto] Denoise wording for when placeholders can deduce from an initializer",
		"long_link": "https://github.com/cplusplus/draft/pull/3933",
		"link": "https://wg21.link/edit3933",
		"status": "open"
	},
	"EDIT3934": {
		"type": "editorial",
		"title": "[basic.lval] Dynamic type is not a property of objects",
		"long_link": "https://github.com/cplusplus/draft/pull/3934",
		"link": "https://wg21.link/edit3934",
		"status": "open"
	},
	"EDIT3935": {
		"type": "editorial",
		"title": "[temp.over] Fix example",
		"long_link": "https://github.com/cplusplus/draft/pull/3935",
		"link": "https://wg21.link/edit3935",
		"status": "open"
	},
	"EDIT3936": {
		"type": "editorial",
		"title": "[dcl.fct.def.general] Non-templated functions cannot have a requires-clause",
		"long_link": "https://github.com/cplusplus/draft/pull/3936",
		"link": "https://wg21.link/edit3936",
		"status": "open"
	},
	"EDIT3937": {
		"type": "editorial",
		"title": "[expr.static.cast] Remove unused cv-qualifier notation",
		"long_link": "https://github.com/cplusplus/draft/pull/3937",
		"link": "https://wg21.link/edit3937",
		"status": "open"
	},
	"EDIT3938": {
		"type": "editorial",
		"title": "[expr.reinterpret.cast] Strike definition in footnote",
		"long_link": "https://github.com/cplusplus/draft/pull/3938",
		"link": "https://wg21.link/edit3938",
		"status": "open"
	},
	"EDIT3939": {
		"type": "editorial",
		"title": "[expr.comma] Remove mid-sentence example",
		"long_link": "https://github.com/cplusplus/draft/pull/3939",
		"link": "https://wg21.link/edit3939",
		"status": "open"
	},
	"EDIT3940": {
		"type": "editorial",
		"title": "[basic.type.qualifier] Incomplete and complete object types are just object types",
		"long_link": "https://github.com/cplusplus/draft/pull/3940",
		"link": "https://wg21.link/edit3940",
		"status": "closed"
	},
	"EDIT3941": {
		"type": "editorial",
		"title": "[string.conversions] Replaced comparisons of a pointer against 0 with comparision against nullptr",
		"long_link": "https://github.com/cplusplus/draft/pull/3941",
		"link": "https://wg21.link/edit3941",
		"status": "closed"
	},
	"EDIT3942": {
		"type": "editorial",
		"title": "[depr.strstream] Fix typography for NTBS in index.",
		"long_link": "https://github.com/cplusplus/draft/pull/3942",
		"link": "https://wg21.link/edit3942",
		"status": "closed"
	},
	"EDIT3943": {
		"type": "editorial",
		"title": "[basic.lval] Amend note",
		"long_link": "https://github.com/cplusplus/draft/pull/3943",
		"link": "https://wg21.link/edit3943",
		"status": "closed"
	},
	"EDIT3944": {
		"type": "editorial",
		"title": "[std] Remove cross-references to the very same subclause",
		"long_link": "https://github.com/cplusplus/draft/pull/3944",
		"link": "https://wg21.link/edit3944",
		"status": "open"
	},
	"EDIT3945": {
		"type": "editorial",
		"title": "[expr.unary.op] Fix usage of \"result\"",
		"long_link": "https://github.com/cplusplus/draft/pull/3945",
		"link": "https://wg21.link/edit3945",
		"status": "open"
	},
	"EDIT3946": {
		"type": "editorial",
		"title": "[algorithms.results] Chapter defines class templates not in header <algorithm> synopsis chapter",
		"long_link": "https://github.com/cplusplus/draft/issues/3946",
		"link": "https://wg21.link/edit3946",
		"status": "closed"
	},
	"EDIT3947": {
		"type": "editorial",
		"title": "[depr.atomics] Possible header name typo: <atomics> vs <atomic>",
		"long_link": "https://github.com/cplusplus/draft/issues/3947",
		"link": "https://wg21.link/edit3947",
		"status": "closed"
	},
	"EDIT3948": {
		"type": "editorial",
		"title": "[depr.atomics] Fix <atomic> header name.",
		"long_link": "https://github.com/cplusplus/draft/pull/3948",
		"link": "https://wg21.link/edit3948",
		"status": "closed"
	},
	"EDIT3949": {
		"type": "editorial",
		"title": "[std] Improve index for 'freestanding/hosted implementation'.",
		"long_link": "https://github.com/cplusplus/draft/pull/3949",
		"link": "https://wg21.link/edit3949",
		"status": "open"
	},
	"EDIT3950": {
		"type": "editorial",
		"title": "[iterator.concepts.general] Remove synthesizeable operator!= in example.",
		"long_link": "https://github.com/cplusplus/draft/pull/3950",
		"link": "https://wg21.link/edit3950",
		"status": "closed"
	},
	"EDIT3951": {
		"type": "editorial",
		"title": "[basic.lval] Xvalue don't always denote entities whose resources can be reused",
		"long_link": "https://github.com/cplusplus/draft/pull/3951",
		"link": "https://wg21.link/edit3951",
		"status": "open"
	},
	"EDIT3952": {
		"type": "editorial",
		"title": "[dcl.fct.def.delete] Make terms cover semantic deletedness",
		"long_link": "https://github.com/cplusplus/draft/pull/3952",
		"link": "https://wg21.link/edit3952",
		"status": "open"
	},
	"EDIT3953": {
		"type": "editorial",
		"title": "Non-defining object declarations can have type cv void",
		"long_link": "https://github.com/cplusplus/draft/issues/3953",
		"link": "https://wg21.link/edit3953",
		"status": "open"
	},
	"EDIT3954": {
		"type": "editorial",
		"title": "[format.syn] Added missing reference to [format.context] in file synopsis",
		"long_link": "https://github.com/cplusplus/draft/pull/3954",
		"link": "https://wg21.link/edit3954",
		"status": "closed"
	},
	"EDIT3955": {
		"type": "editorial",
		"title": "[expr] Clarify performing / applying standard conversions.",
		"long_link": "https://github.com/cplusplus/draft/pull/3955",
		"link": "https://wg21.link/edit3955",
		"status": "open"
	},
	"EDIT3956": {
		"type": "editorial",
		"title": "[expr.spaceship]: Wording should be clearer that function pointers don't do <=>",
		"long_link": "https://github.com/cplusplus/draft/issues/3956",
		"link": "https://wg21.link/edit3956",
		"status": "open"
	},
	"EDIT3957": {
		"type": "editorial",
		"title": "Dissolve [over.oper]",
		"long_link": "https://github.com/cplusplus/draft/issues/3957",
		"link": "https://wg21.link/edit3957",
		"status": "open"
	},
	"EDIT3958": {
		"type": "editorial",
		"title": "[expr.spaceship] Clarify treatment of pointers.",
		"long_link": "https://github.com/cplusplus/draft/pull/3958",
		"link": "https://wg21.link/edit3958",
		"status": "open"
	},
	"EDIT3959": {
		"type": "editorial",
		"title": "[expr.throw#2] incorrectly dropping cv-qualifiers",
		"long_link": "https://github.com/cplusplus/draft/issues/3959",
		"link": "https://wg21.link/edit3959",
		"status": "open"
	},
	"EDIT3960": {
		"type": "editorial",
		"title": "[class.abstract] Clean up redundant wording",
		"long_link": "https://github.com/cplusplus/draft/pull/3960",
		"link": "https://wg21.link/edit3960",
		"status": "open"
	},
	"EDIT3961": {
		"type": "editorial",
		"title": "[temp.local] Remove space between angle brackets in example",
		"long_link": "https://github.com/cplusplus/draft/pull/3961",
		"link": "https://wg21.link/edit3961",
		"status": "closed"
	},
	"EDIT3962": {
		"type": "editorial",
		"title": "[class.dtor] Remove incorrect uses of virtual as a keyword",
		"long_link": "https://github.com/cplusplus/draft/pull/3962",
		"link": "https://wg21.link/edit3962",
		"status": "open"
	},
	"EDIT3963": {
		"type": "editorial",
		"title": "[conv.integral, conv.double] Fix promotion conversions",
		"long_link": "https://github.com/cplusplus/draft/pull/3963",
		"link": "https://wg21.link/edit3963",
		"status": "open"
	},
	"EDIT3964": {
		"type": "editorial",
		"title": "[dcl.name] Change informative style normative wording into note",
		"long_link": "https://github.com/cplusplus/draft/pull/3964",
		"link": "https://wg21.link/edit3964",
		"status": "open"
	},
	"EDIT3965": {
		"type": "editorial",
		"title": "[class.static.mfct] Strike redundant normative wording",
		"long_link": "https://github.com/cplusplus/draft/pull/3965",
		"link": "https://wg21.link/edit3965",
		"status": "open"
	},
	"EDIT3966": {
		"type": "editorial",
		"title": "[class.dtor] Change redundant wording into note",
		"long_link": "https://github.com/cplusplus/draft/pull/3966",
		"link": "https://wg21.link/edit3966",
		"status": "open"
	},
	"EDIT3967": {
		"type": "editorial",
		"title": "[tab:container.node.compat] is missing some compatibility cases LWG 3438",
		"long_link": "https://github.com/cplusplus/draft/issues/3967",
		"link": "https://wg21.link/edit3967",
		"status": "open"
	},
	"EDIT3968": {
		"type": "editorial",
		"title": "Cross-reference [class.mem]/14 from [class.virtual]/5 and [class.virtual]/4",
		"long_link": "https://github.com/cplusplus/draft/issues/3968",
		"link": "https://wg21.link/edit3968",
		"status": "open"
	},
	"EDIT3969": {
		"type": "editorial",
		"title": "[meta.trans.other] \"C++ object type\" is overprecise",
		"long_link": "https://github.com/cplusplus/draft/pull/3969",
		"link": "https://wg21.link/edit3969",
		"status": "closed"
	},
	"EDIT3970": {
		"type": "editorial",
		"title": "[dcl.init.ref] Remove \"type\" from \"reference to type T\"",
		"long_link": "https://github.com/cplusplus/draft/pull/3970",
		"link": "https://wg21.link/edit3970",
		"status": "open"
	},
	"EDIT3971": {
		"type": "editorial",
		"title": "[over.ics.user] Small grammatical nit-picks",
		"long_link": "https://github.com/cplusplus/draft/pull/3971",
		"link": "https://wg21.link/edit3971",
		"status": "open"
	},
	"EDIT3972": {
		"type": "editorial",
		"title": "[over.ics.ref] Remove erroneous capitalization of Conversion",
		"long_link": "https://github.com/cplusplus/draft/pull/3972",
		"link": "https://wg21.link/edit3972",
		"status": "closed"
	},
	"EDIT3973": {
		"type": "editorial",
		"title": "[basic.def.odr] Change \"is required\" to \"shall\"",
		"long_link": "https://github.com/cplusplus/draft/pull/3973",
		"link": "https://wg21.link/edit3973",
		"status": "open"
	},
	"EDIT3974": {
		"type": "editorial",
		"title": "[basic.fundamental] Provide more information about which types are integral",
		"long_link": "https://github.com/cplusplus/draft/pull/3974",
		"link": "https://wg21.link/edit3974",
		"status": "open"
	},
	"EDIT3975": {
		"type": "editorial",
		"title": "[namespace.qual] Add missing annotation to X",
		"long_link": "https://github.com/cplusplus/draft/pull/3975",
		"link": "https://wg21.link/edit3975",
		"status": "closed"
	},
	"EDIT3976": {
		"type": "editorial",
		"title": "[dcl.enum] Turn redundant and informal wording into a note",
		"long_link": "https://github.com/cplusplus/draft/pull/3976",
		"link": "https://wg21.link/edit3976",
		"status": "open"
	},
	"EDIT3977": {
		"type": "editorial",
		"title": "[basic, class, expr] Replace enumerated type with enumeration type",
		"long_link": "https://github.com/cplusplus/draft/pull/3977",
		"link": "https://wg21.link/edit3977",
		"status": "open"
	},
	"EDIT3978": {
		"type": "editorial",
		"title": "[over.best.ics] Disambiguating ambiguous conversion sequences (again)",
		"long_link": "https://github.com/cplusplus/draft/issues/3978",
		"link": "https://wg21.link/edit3978",
		"status": "open"
	},
	"EDIT3979": {
		"type": "editorial",
		"title": "Allow 'listings' package v1.8d",
		"long_link": "https://github.com/cplusplus/draft/pull/3979",
		"link": "https://wg21.link/edit3979",
		"status": "closed"
	},
	"EDIT3980": {
		"type": "editorial",
		"title": "[concepts.equality] Spurious \"this document\" wording",
		"long_link": "https://github.com/cplusplus/draft/issues/3980",
		"link": "https://wg21.link/edit3980",
		"status": "open"
	},
	"EDIT3981": {
		"type": "editorial",
		"title": "Typo in the synopsis of elements_view::iterator",
		"long_link": "https://github.com/cplusplus/draft/pull/3981",
		"link": "https://wg21.link/edit3981",
		"status": "closed"
	},
	"EDIT3982": {
		"type": "editorial",
		"title": "[vector.capacity]p17/18 has two paragraph numbers",
		"long_link": "https://github.com/cplusplus/draft/issues/3982",
		"link": "https://wg21.link/edit3982",
		"status": "open"
	},
	"EDIT3983": {
		"type": "editorial",
		"title": "[vector.capacity] Remove duplicate \\pnum",
		"long_link": "https://github.com/cplusplus/draft/pull/3983",
		"link": "https://wg21.link/edit3983",
		"status": "closed"
	},
	"EDIT3984": {
		"type": "editorial",
		"title": "[concepts.equality] Replace spurious 'this document'",
		"long_link": "https://github.com/cplusplus/draft/pull/3984",
		"link": "https://wg21.link/edit3984",
		"status": "open"
	},
	"EDIT3985": {
		"type": "editorial",
		"title": "[module.context] Instantiation context is inconsistently defined",
		"long_link": "https://github.com/cplusplus/draft/issues/3985",
		"link": "https://wg21.link/edit3985",
		"status": "open"
	},
	"EDIT3986": {
		"type": "editorial",
		"title": "[temp.mem] Change \"virtual\" to \"declared virtual\"",
		"long_link": "https://github.com/cplusplus/draft/pull/3986",
		"link": "https://wg21.link/edit3986",
		"status": "open"
	},
	"EDIT3987": {
		"type": "editorial",
		"title": "Cleanup of [class.virtual]",
		"long_link": "https://github.com/cplusplus/draft/pull/3987",
		"link": "https://wg21.link/edit3987",
		"status": "open"
	},
	"EDIT3988": {
		"type": "editorial",
		"title": "[thread.syn] Should <thread> include <initializer_list>?",
		"long_link": "https://github.com/cplusplus/draft/issues/3988",
		"link": "https://wg21.link/edit3988",
		"status": "closed"
	},
	"EDIT3989": {
		"type": "editorial",
		"title": "Imprecise definition of unqualified name lookup for global and namespace scope.",
		"long_link": "https://github.com/cplusplus/draft/issues/3989",
		"link": "https://wg21.link/edit3989",
		"status": "closed"
	},
	"EDIT3990": {
		"type": "editorial",
		"title": "Reference the normative text for data member order",
		"long_link": "https://github.com/cplusplus/draft/pull/3990",
		"link": "https://wg21.link/edit3990",
		"status": "closed"
	},
	"EDIT3991": {
		"type": "editorial",
		"title": "[thread.syn] Don't mandate including <initializer_list> when including <thread>",
		"long_link": "https://github.com/cplusplus/draft/pull/3991",
		"link": "https://wg21.link/edit3991",
		"status": "closed"
	},
	"EDIT3992": {
		"type": "editorial",
		"title": "modify customization point to customization point object #1",
		"long_link": "https://github.com/cplusplus/draft/pull/3992",
		"link": "https://wg21.link/edit3992",
		"status": "closed"
	},
	"EDIT3993": {
		"type": "editorial",
		"title": "Fixing customization point references #2",
		"long_link": "https://github.com/cplusplus/draft/pull/3993",
		"link": "https://wg21.link/edit3993",
		"status": "closed"
	},
	"EDIT3994": {
		"type": "editorial",
		"title": "fixing customization point references #3",
		"long_link": "https://github.com/cplusplus/draft/pull/3994",
		"link": "https://wg21.link/edit3994",
		"status": "closed"
	},
	"EDIT3995": {
		"type": "editorial",
		"title": "renaming [common.iter.cust]",
		"long_link": "https://github.com/cplusplus/draft/pull/3995",
		"link": "https://wg21.link/edit3995",
		"status": "closed"
	},
	"EDIT3996": {
		"type": "editorial",
		"title": "Inconsistent wording for mutex types",
		"long_link": "https://github.com/cplusplus/draft/issues/3996",
		"link": "https://wg21.link/edit3996",
		"status": "open"
	},
	"EDIT3997": {
		"type": "editorial",
		"title": "Why do deduction guides for take_view and drop_view have different constraints? LWG 3447",
		"long_link": "https://github.com/cplusplus/draft/issues/3997",
		"link": "https://wg21.link/edit3997",
		"status": "open"
	},
	"EDIT3998": {
		"type": "editorial",
		"title": "[class.copy.elision] Move specification of altered overload resolution",
		"long_link": "https://github.com/cplusplus/draft/pull/3998",
		"link": "https://wg21.link/edit3998",
		"status": "open"
	},
	"EDIT3999": {
		"type": "editorial",
		"title": "[module.import] Clarify that only header imports make macros visible.",
		"long_link": "https://github.com/cplusplus/draft/pull/3999",
		"link": "https://wg21.link/edit3999",
		"status": "open"
	},
	"EDIT4000": {
		"type": "editorial",
		"title": "[atomics.types.operations] note typo",
		"long_link": "https://github.com/cplusplus/draft/issues/4000",
		"link": "https://wg21.link/edit4000",
		"status": "closed"
	},
	"EDIT4001": {
		"type": "editorial",
		"title": "[atomics.types.operations] Fix note typo",
		"long_link": "https://github.com/cplusplus/draft/pull/4001",
		"link": "https://wg21.link/edit4001",
		"status": "closed"
	},
	"EDIT4002": {
		"type": "editorial",
		"title": "[class.temporary] space-separate trivially copyable",
		"long_link": "https://github.com/cplusplus/draft/pull/4002",
		"link": "https://wg21.link/edit4002",
		"status": "closed"
	},
	"EDIT4003": {
		"type": "editorial",
		"title": "[concept.swappable] Missing an index entry for ranges::swap",
		"long_link": "https://github.com/cplusplus/draft/issues/4003",
		"link": "https://wg21.link/edit4003",
		"status": "open"
	},
	"EDIT4004": {
		"type": "editorial",
		"title": "[class] Incorrect cross-references",
		"long_link": "https://github.com/cplusplus/draft/issues/4004",
		"link": "https://wg21.link/edit4004",
		"status": "open"
	},
	"EDIT4005": {
		"type": "editorial",
		"title": "[std] Harmonize phrasing 'terminate is invoked'",
		"long_link": "https://github.com/cplusplus/draft/pull/4005",
		"link": "https://wg21.link/edit4005",
		"status": "open"
	},
	"EDIT4006": {
		"type": "editorial",
		"title": "www.open-std.org not reachable over a secure connection (TLS)",
		"long_link": "https://github.com/cplusplus/draft/issues/4006",
		"link": "https://wg21.link/edit4006",
		"status": "closed"
	},
	"EDIT4007": {
		"type": "editorial",
		"title": "[class.derived] Clean up cross-references.",
		"long_link": "https://github.com/cplusplus/draft/pull/4007",
		"link": "https://wg21.link/edit4007",
		"status": "open"
	},
	"EDIT4008": {
		"type": "editorial",
		"title": "Fix index entries for CPOs",
		"long_link": "https://github.com/cplusplus/draft/pull/4008",
		"link": "https://wg21.link/edit4008",
		"status": "open"
	},
	"EDIT4009": {
		"type": "editorial",
		"title": "[range.single.view] Add missing requires-clause to spec",
		"long_link": "https://github.com/cplusplus/draft/pull/4009",
		"link": "https://wg21.link/edit4009",
		"status": "closed"
	},
	"EDIT4010": {
		"type": "editorial",
		"title": "C++20 [range.single.view] Add missing requires-clause to \\itemdecl",
		"long_link": "https://github.com/cplusplus/draft/pull/4010",
		"link": "https://wg21.link/edit4010",
		"status": "open"
	},
	"EDIT4011": {
		"type": "editorial",
		"title": "C++20 [thread.syn] Do not mandate including <initializer_list> when including <thread>",
		"long_link": "https://github.com/cplusplus/draft/pull/4011",
		"link": "https://wg21.link/edit4011",
		"status": "open"
	},
	"EDIT4012": {
		"type": "editorial",
		"title": "C++20 [vector.capacity] Remove duplicate \\pnum",
		"long_link": "https://github.com/cplusplus/draft/pull/4012",
		"link": "https://wg21.link/edit4012",
		"status": "open"
	},
	"EDIT4013": {
		"type": "editorial",
		"title": "[thread.mutex.requirements] Harmonize wording for try_lock.",
		"long_link": "https://github.com/cplusplus/draft/pull/4013",
		"link": "https://wg21.link/edit4013",
		"status": "open"
	},
	"EDIT4014": {
		"type": "editorial",
		"title": "Partial ordering rules for packs in [temp.deduct.type]",
		"long_link": "https://github.com/cplusplus/draft/issues/4014",
		"link": "https://wg21.link/edit4014",
		"status": "open"
	},
	"EDIT4015": {
		"type": "editorial",
		"title": "I have a question. Is this true?",
		"long_link": "https://github.com/cplusplus/draft/issues/4015",
		"link": "https://wg21.link/edit4015",
		"status": "closed"
	},
	"EDIT4016": {
		"type": "editorial",
		"title": "[res.on.expects] is still titled \"Expects paragraph\"",
		"long_link": "https://github.com/cplusplus/draft/issues/4016",
		"link": "https://wg21.link/edit4016",
		"status": "closed"
	},
	"EDIT4017": {
		"type": "editorial",
		"title": "[iterator.concept.forward] Undo spurious list item capitalization.",
		"long_link": "https://github.com/cplusplus/draft/pull/4017",
		"link": "https://wg21.link/edit4017",
		"status": "closed"
	},
	"EDIT4018": {
		"type": "editorial",
		"title": "[res.on.expects] Replace obsolete term 'expects' in the title.",
		"long_link": "https://github.com/cplusplus/draft/pull/4018",
		"link": "https://wg21.link/edit4018",
		"status": "closed"
	},
	"EDIT4019": {
		"type": "editorial",
		"title": "[class.default.ctor]/4 /5 Constructors do not create objects",
		"long_link": "https://github.com/cplusplus/draft/issues/4019",
		"link": "https://wg21.link/edit4019",
		"status": "open"
	},
	"EDIT4020": {
		"type": "editorial",
		"title": "[algorithms.general] Add [algorithms.results] to summary table",
		"long_link": "https://github.com/cplusplus/draft/pull/4020",
		"link": "https://wg21.link/edit4020",
		"status": "closed"
	},
	"EDIT4021": {
		"type": "editorial",
		"title": "The first sentence in [lex.ext]/1, is it really necessary?",
		"long_link": "https://github.com/cplusplus/draft/issues/4021",
		"link": "https://wg21.link/edit4021",
		"status": "closed"
	},
	"EDIT4022": {
		"type": "editorial",
		"title": "Footnote numbers are unbearably unstable",
		"long_link": "https://github.com/cplusplus/draft/issues/4022",
		"link": "https://wg21.link/edit4022",
		"status": "closed"
	},
	"EDIT4023": {
		"type": "editorial",
		"title": "[unique.ptr.runtime.asgn] Fix a missing space",
		"long_link": "https://github.com/cplusplus/draft/pull/4023",
		"link": "https://wg21.link/edit4023",
		"status": "closed"
	},
	"EDIT4024": {
		"type": "editorial",
		"title": "[lex.name] Don't talk about upper/lower case letters",
		"long_link": "https://github.com/cplusplus/draft/issues/4024",
		"link": "https://wg21.link/edit4024",
		"status": "open"
	},
	"EDIT4025": {
		"type": "editorial",
		"title": "[temp.deduct] What is \"immediate context\"? CWG 1844",
		"long_link": "https://github.com/cplusplus/draft/issues/4025",
		"link": "https://wg21.link/edit4025",
		"status": "closed"
	},
	"EDIT4026": {
		"type": "editorial",
		"title": "[class.default.ctor] Fix sloppy wording.",
		"long_link": "https://github.com/cplusplus/draft/pull/4026",
		"link": "https://wg21.link/edit4026",
		"status": "open"
	},
	"EDIT4027": {
		"type": "editorial",
		"title": "[iterator.concept.winc] Format I in code font",
		"long_link": "https://github.com/cplusplus/draft/pull/4027",
		"link": "https://wg21.link/edit4027",
		"status": "closed"
	},
	"EDIT4028": {
		"type": "editorial",
		"title": "[default.sentinels, unreachable.sentinels] Inconsistent grammatical numbering and hanging paragraph",
		"long_link": "https://github.com/cplusplus/draft/issues/4028",
		"link": "https://wg21.link/edit4028",
		"status": "open"
	},
	"EDIT4029": {
		"type": "editorial",
		"title": "[ranges.general] Capitalize the word clause",
		"long_link": "https://github.com/cplusplus/draft/pull/4029",
		"link": "https://wg21.link/edit4029",
		"status": "closed"
	},
	"EDIT4030": {
		"type": "editorial",
		"title": "[iterator.synopsis] Fix indexing targets for singular sentinels.",
		"long_link": "https://github.com/cplusplus/draft/pull/4030",
		"link": "https://wg21.link/edit4030",
		"status": "closed"
	},
	"EDIT4031": {
		"type": "editorial",
		"title": "[predef.iterators] Singularize heading of singular sentinels.",
		"long_link": "https://github.com/cplusplus/draft/pull/4031",
		"link": "https://wg21.link/edit4031",
		"status": "open"
	},
	"EDIT4032": {
		"type": "editorial",
		"title": "[module.reach] Clarify that only TUs with an interface dependency may be incidentally reachable",
		"long_link": "https://github.com/cplusplus/draft/pull/4032",
		"link": "https://wg21.link/edit4032",
		"status": "open"
	},
	"EDIT4033": {
		"type": "editorial",
		"title": "[class.access.base] talks about \"occurs in a member or friend\" but means \"direct member or friend\"",
		"long_link": "https://github.com/cplusplus/draft/issues/4033",
		"link": "https://wg21.link/edit4033",
		"status": "open"
	},
	"EDIT4034": {
		"type": "editorial",
		"title": "[diff.cpp03.temp]/1 outdated",
		"long_link": "https://github.com/cplusplus/draft/issues/4034",
		"link": "https://wg21.link/edit4034",
		"status": "open"
	},
	"EDIT4035": {
		"type": "editorial",
		"title": "[func.wrap.func] Remove declarations already in [functional.syn]",
		"long_link": "https://github.com/cplusplus/draft/pull/4035",
		"link": "https://wg21.link/edit4035",
		"status": "open"
	},
	"EDIT4036": {
		"type": "editorial",
		"title": "[refwrap] Add blank line between class definition and deduction guide",
		"long_link": "https://github.com/cplusplus/draft/pull/4036",
		"link": "https://wg21.link/edit4036",
		"status": "closed"
	},
	"EDIT4037": {
		"type": "editorial",
		"title": "[util.smartptr.weak] Remove declarations already in [memory.syn]",
		"long_link": "https://github.com/cplusplus/draft/pull/4037",
		"link": "https://wg21.link/edit4037",
		"status": "open"
	},
	"EDIT4038": {
		"type": "editorial",
		"title": "[string.view.template] Wrap synopsis in its namespace",
		"long_link": "https://github.com/cplusplus/draft/pull/4038",
		"link": "https://wg21.link/edit4038",
		"status": "closed"
	},
	"EDIT4039": {
		"type": "editorial",
		"title": "[string.view.template] Deduction guide specified far from constructors",
		"long_link": "https://github.com/cplusplus/draft/issues/4039",
		"link": "https://wg21.link/edit4039",
		"status": "open"
	},
	"EDIT4040": {
		"type": "editorial",
		"title": "[stopcallback] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/4040",
		"link": "https://wg21.link/edit4040",
		"status": "closed"
	},
	"EDIT4041": {
		"type": "editorial",
		"title": "[lib] Non-member swap inconsistently specified in class synopsis",
		"long_link": "https://github.com/cplusplus/draft/issues/4041",
		"link": "https://wg21.link/edit4041",
		"status": "open"
	},
	"EDIT4042": {
		"type": "editorial",
		"title": "[structure.specifications] Integrate [res.on.expects].",
		"long_link": "https://github.com/cplusplus/draft/pull/4042",
		"link": "https://wg21.link/edit4042",
		"status": "closed"
	},
	"EDIT4043": {
		"type": "editorial",
		"title": "[container.requirements.general] Don't use 'f()' to refer to non-nullary function.",
		"long_link": "https://github.com/cplusplus/draft/pull/4043",
		"link": "https://wg21.link/edit4043",
		"status": "closed"
	},
	"EDIT4044": {
		"type": "editorial",
		"title": "[class.access] Sentence has three full stops (bad list item punctuation)",
		"long_link": "https://github.com/cplusplus/draft/issues/4044",
		"link": "https://wg21.link/edit4044",
		"status": "open"
	},
	"EDIT4045": {
		"type": "editorial",
		"title": "[structure.specifications] Integrate [res.on.expects].",
		"long_link": "https://github.com/cplusplus/draft/pull/4045",
		"link": "https://wg21.link/edit4045",
		"status": "open"
	},
	"EDIT4046": {
		"type": "editorial",
		"title": "Excessive paragraph indentation throughout [concepts.lang]",
		"long_link": "https://github.com/cplusplus/draft/issues/4046",
		"link": "https://wg21.link/edit4046",
		"status": "open"
	},
	"EDIT4047": {
		"type": "editorial",
		"title": "[dcl.init]/11 and [dcl.init]/(17.4) say the same thing?",
		"long_link": "https://github.com/cplusplus/draft/issues/4047",
		"link": "https://wg21.link/edit4047",
		"status": "open"
	},
	"EDIT4048": {
		"type": "editorial",
		"title": " Example in [over.literal]/8 misses the word error in one of its declarations",
		"long_link": "https://github.com/cplusplus/draft/issues/4048",
		"link": "https://wg21.link/edit4048",
		"status": "open"
	},
	"EDIT4049": {
		"type": "editorial",
		"title": "[conv.rank] Excise \"shall\" phrasing",
		"long_link": "https://github.com/cplusplus/draft/issues/4049",
		"link": "https://wg21.link/edit4049",
		"status": "open"
	},
	"EDIT4050": {
		"type": "editorial",
		"title": "[special.mem.concepts] Append -for to no-throw-sentinel",
		"long_link": "https://github.com/cplusplus/draft/issues/4050",
		"link": "https://wg21.link/edit4050",
		"status": "open"
	},
	"EDIT4051": {
		"type": "editorial",
		"title": "[container.requirements] Improve index entries for contiguous and reversible containers.",
		"long_link": "https://github.com/cplusplus/draft/pull/4051",
		"link": "https://wg21.link/edit4051",
		"status": "closed"
	},
	"EDIT4052": {
		"type": "editorial",
		"title": "[intro.execution] A full-expression is: an invocation of a destructor generated at the end of the lifetime",
		"long_link": "https://github.com/cplusplus/draft/issues/4052",
		"link": "https://wg21.link/edit4052",
		"status": "open"
	},
	"EDIT4053": {
		"type": "editorial",
		"title": "[specialized.algorithms] for loop bodies incosistently a compound-statement",
		"long_link": "https://github.com/cplusplus/draft/issues/4053",
		"link": "https://wg21.link/edit4053",
		"status": "open"
	},
	"EDIT4054": {
		"type": "editorial",
		"title": "[iterator.concepts] Requirements out of \"model\"",
		"long_link": "https://github.com/cplusplus/draft/issues/4054",
		"link": "https://wg21.link/edit4054",
		"status": "open"
	},
	"EDIT4055": {
		"type": "editorial",
		"title": "[expr.const] Remove xref repeated above but not below",
		"long_link": "https://github.com/cplusplus/draft/pull/4055",
		"link": "https://wg21.link/edit4055",
		"status": "closed"
	},
	"EDIT4056": {
		"type": "editorial",
		"title": "[expr.const] Add missing paragraph break",
		"long_link": "https://github.com/cplusplus/draft/pull/4056",
		"link": "https://wg21.link/edit4056",
		"status": "open"
	},
	"EDIT4057": {
		"type": "editorial",
		"title": "[basic.fundamental] Use canonical types in Table 12",
		"long_link": "https://github.com/cplusplus/draft/pull/4057",
		"link": "https://wg21.link/edit4057",
		"status": "closed"
	},
	"EDIT4058": {
		"type": "editorial",
		"title": "[class.derived] Remove second definition of base class subobject",
		"long_link": "https://github.com/cplusplus/draft/pull/4058",
		"link": "https://wg21.link/edit4058",
		"status": "open"
	},
	"EDIT4059": {
		"type": "editorial",
		"title": "[stmt.block] Rephrase introductory sentence.",
		"long_link": "https://github.com/cplusplus/draft/pull/4059",
		"link": "https://wg21.link/edit4059",
		"status": "open"
	},
	"EDIT4060": {
		"type": "editorial",
		"title": "[iterator.cpp17] Index old-style iterator requirements.",
		"long_link": "https://github.com/cplusplus/draft/pull/4060",
		"link": "https://wg21.link/edit4060",
		"status": "open"
	},
	"EDIT4061": {
		"type": "editorial",
		"title": "[dcl.array] Clarify that arrays do not have extra padding.",
		"long_link": "https://github.com/cplusplus/draft/pull/4061",
		"link": "https://wg21.link/edit4061",
		"status": "open"
	},
	"EDIT4062": {
		"type": "editorial",
		"title": "[span.iterators] Specify aliases, like [string.view.iterators] does",
		"long_link": "https://github.com/cplusplus/draft/pull/4062",
		"link": "https://wg21.link/edit4062",
		"status": "open"
	},
	"EDIT4063": {
		"type": "editorial",
		"title": "The wording about instantiation of a pack expansion in [temp.variadic]",
		"long_link": "https://github.com/cplusplus/draft/issues/4063",
		"link": "https://wg21.link/edit4063",
		"status": "closed"
	},
	"EDIT4064": {
		"type": "editorial",
		"title": "[special] Remove index entry for 'X(X&)'.",
		"long_link": "https://github.com/cplusplus/draft/pull/4064",
		"link": "https://wg21.link/edit4064",
		"status": "closed"
	},
	"EDIT4065": {
		"type": "editorial",
		"title": "[expr.new] Use repeated \\indextext for index redirects with multiple targets.",
		"long_link": "https://github.com/cplusplus/draft/pull/4065",
		"link": "https://wg21.link/edit4065",
		"status": "closed"
	},
	"EDIT4066": {
		"type": "editorial",
		"title": "Is it an unclear wording about deducing template arguments for function parameter pack",
		"long_link": "https://github.com/cplusplus/draft/issues/4066",
		"link": "https://wg21.link/edit4066",
		"status": "open"
	},
	"EDIT4067": {
		"type": "editorial",
		"title": "[lib] Canonicalize order of library descriptive elements.",
		"long_link": "https://github.com/cplusplus/draft/pull/4067",
		"link": "https://wg21.link/edit4067",
		"status": "closed"
	},
	"EDIT4068": {
		"type": "editorial",
		"title": "[basic.lval] bit-fields are objects",
		"long_link": "https://github.com/cplusplus/draft/pull/4068",
		"link": "https://wg21.link/edit4068",
		"status": "open"
	},
	"EDIT4069": {
		"type": "editorial",
		"title": "[expr.prim.lambda] Move operator() return type description",
		"long_link": "https://github.com/cplusplus/draft/pull/4069",
		"link": "https://wg21.link/edit4069",
		"status": "open"
	},
	"EDIT4070": {
		"type": "editorial",
		"title": "[stmt.pre, re.grammar, gram] Use a separate bnf environment for each nonterminal.",
		"long_link": "https://github.com/cplusplus/draft/pull/4070",
		"link": "https://wg21.link/edit4070",
		"status": "closed"
	},
	"EDIT4071": {
		"type": "editorial",
		"title": "[alg.is.permutation] Rephrase to simplify",
		"long_link": "https://github.com/cplusplus/draft/pull/4071",
		"link": "https://wg21.link/edit4071",
		"status": "closed"
	},
	"EDIT4072": {
		"type": "editorial",
		"title": "What is \"it\" in the definition of \"usable in constant expressions\"",
		"long_link": "https://github.com/cplusplus/draft/issues/4072",
		"link": "https://wg21.link/edit4072",
		"status": "open"
	},
	"EDIT4073": {
		"type": "editorial",
		"title": "[allocator.members] Remove stray whitespace.",
		"long_link": "https://github.com/cplusplus/draft/pull/4073",
		"link": "https://wg21.link/edit4073",
		"status": "closed"
	},
	"EDIT4074": {
		"type": "editorial",
		"title": "[re.grammar] Don't use monospace for ordinary text.",
		"long_link": "https://github.com/cplusplus/draft/pull/4074",
		"link": "https://wg21.link/edit4074",
		"status": "closed"
	},
	"EDIT4075": {
		"type": "editorial",
		"title": "[dcl.constexpr] Excise 'initialization full-expression'",
		"long_link": "https://github.com/cplusplus/draft/issues/4075",
		"link": "https://wg21.link/edit4075",
		"status": "open"
	},
	"EDIT4076": {
		"type": "editorial",
		"title": "[tab:cpp17.moveassignable] Remove superfluous space.",
		"long_link": "https://github.com/cplusplus/draft/pull/4076",
		"link": "https://wg21.link/edit4076",
		"status": "closed"
	},
	"EDIT4077": {
		"type": "editorial",
		"title": "[expr.const] \"as described above\"... where?",
		"long_link": "https://github.com/cplusplus/draft/issues/4077",
		"link": "https://wg21.link/edit4077",
		"status": "open"
	},
	"EDIT4078": {
		"type": "editorial",
		"title": "[expr.const] Add cross-reference for 'constant initialization'.",
		"long_link": "https://github.com/cplusplus/draft/pull/4078",
		"link": "https://wg21.link/edit4078",
		"status": "open"
	},
	"EDIT4079": {
		"type": "editorial",
		"title": "[alg.copy] Typeset variable consistently.",
		"long_link": "https://github.com/cplusplus/draft/pull/4079",
		"link": "https://wg21.link/edit4079",
		"status": "closed"
	},
	"EDIT4080": {
		"type": "editorial",
		"title": "[expr.reinterpret.cast] Fix a note",
		"long_link": "https://github.com/cplusplus/draft/pull/4080",
		"link": "https://wg21.link/edit4080",
		"status": "closed"
	},
	"EDIT4081": {
		"type": "editorial",
		"title": "The wording \"pack\" in [temp.variadic]#6 is not clear",
		"long_link": "https://github.com/cplusplus/draft/issues/4081",
		"link": "https://wg21.link/edit4081",
		"status": "open"
	},
	"EDIT4082": {
		"type": "editorial",
		"title": "The standard does not specify when to supply default arguments as template arguments",
		"long_link": "https://github.com/cplusplus/draft/issues/4082",
		"link": "https://wg21.link/edit4082",
		"status": "open"
	},
	"EDIT4083": {
		"type": "editorial",
		"title": "[fs.class.path] Ensure interword spacing inside sentence.",
		"long_link": "https://github.com/cplusplus/draft/pull/4083",
		"link": "https://wg21.link/edit4083",
		"status": "closed"
	},
	"EDIT4084": {
		"type": "editorial",
		"title": "[istream.syn][ostream.syn] update synopses according to LWG1203",
		"long_link": "https://github.com/cplusplus/draft/pull/4084",
		"link": "https://wg21.link/edit4084",
		"status": "closed"
	},
	"EDIT4085": {
		"type": "editorial",
		"title": "These appear to be distinct definitions for the term `explicit type conversion`, as highlighted below.",
		"long_link": "https://github.com/cplusplus/draft/issues/4085",
		"link": "https://wg21.link/edit4085",
		"status": "open"
	},
	"EDIT4086": {
		"type": "editorial",
		"title": "[algorithms] Inconsistency for parameter `x` vs parameter named `x`",
		"long_link": "https://github.com/cplusplus/draft/issues/4086",
		"link": "https://wg21.link/edit4086",
		"status": "open"
	},
	"EDIT4087": {
		"type": "editorial",
		"title": "[dcl.init] Remove redundant paragraph about initialization with () initializer",
		"long_link": "https://github.com/cplusplus/draft/pull/4087",
		"link": "https://wg21.link/edit4087",
		"status": "open"
	},
	"EDIT4088": {
		"type": "editorial",
		"title": "[dcl.type.auto.deduct] Incorrect description of deduction for a variable with copy-initialization?",
		"long_link": "https://github.com/cplusplus/draft/issues/4088",
		"link": "https://wg21.link/edit4088",
		"status": "open"
	},
	"EDIT4089": {
		"type": "editorial",
		"title": "Add additional example to CWG2303 example to clarify meaning.",
		"long_link": "https://github.com/cplusplus/draft/pull/4089",
		"link": "https://wg21.link/edit4089",
		"status": "open"
	},
	"EDIT4090": {
		"type": "editorial",
		"title": "Two trivial punctuation fixes",
		"long_link": "https://github.com/cplusplus/draft/pull/4090",
		"link": "https://wg21.link/edit4090",
		"status": "closed"
	},
	"EDIT4091": {
		"type": "editorial",
		"title": "[lex.ext] Simplify use of \\placeholder.",
		"long_link": "https://github.com/cplusplus/draft/pull/4091",
		"link": "https://wg21.link/edit4091",
		"status": "closed"
	},
	"EDIT4092": {
		"type": "editorial",
		"title": "[fs.class.path, fs.path.nonmember] Fix inline whitespace",
		"long_link": "https://github.com/cplusplus/draft/pull/4092",
		"link": "https://wg21.link/edit4092",
		"status": "open"
	},
	"EDIT4093": {
		"type": "editorial",
		"title": "[conv.qual]  Fix example for cv-decomposition",
		"long_link": "https://github.com/cplusplus/draft/pull/4093",
		"link": "https://wg21.link/edit4093",
		"status": "closed"
	},
	"EDIT4094": {
		"type": "editorial",
		"title": "[lex.ccon] Remove redundant nested \\tcode.",
		"long_link": "https://github.com/cplusplus/draft/pull/4094",
		"link": "https://wg21.link/edit4094",
		"status": "closed"
	},
	"EDIT4095": {
		"type": "editorial",
		"title": "[mask.array.assign] Replace \"it\" with its antecedent",
		"long_link": "https://github.com/cplusplus/draft/pull/4095",
		"link": "https://wg21.link/edit4095",
		"status": "closed"
	},
	"EDIT4096": {
		"type": "editorial",
		"title": "[mask.array.comp.assign] Clarify \"mask object\"",
		"long_link": "https://github.com/cplusplus/draft/pull/4096",
		"link": "https://wg21.link/edit4096",
		"status": "closed"
	},
	"EDIT4097": {
		"type": "editorial",
		"title": "[libraryindex] Harmonize index entries for operator--",
		"long_link": "https://github.com/cplusplus/draft/issues/4097",
		"link": "https://wg21.link/edit4097",
		"status": "open"
	},
	"EDIT4098": {
		"type": "editorial",
		"title": "[std] Remove unnecessary bracketing in \\tcode and retire \\dcr",
		"long_link": "https://github.com/cplusplus/draft/pull/4098",
		"link": "https://wg21.link/edit4098",
		"status": "open"
	},
	"EDIT4099": {
		"type": "editorial",
		"title": "check.sh: escape backslash in awk program to silence warning",
		"long_link": "https://github.com/cplusplus/draft/pull/4099",
		"link": "https://wg21.link/edit4099",
		"status": "closed"
	},
	"EDIT4100": {
		"type": "editorial",
		"title": "[memory.syn,specialized.algorithms] Append \"-for\" to exposition-only concept \"no-throw-sentinel\"",
		"long_link": "https://github.com/cplusplus/draft/pull/4100",
		"link": "https://wg21.link/edit4100",
		"status": "closed"
	},
	"EDIT4101": {
		"type": "editorial",
		"title": "[special.mem.concepts] Remove hyphen in _no-throw_ for consistency with the type traits",
		"long_link": "https://github.com/cplusplus/draft/issues/4101",
		"link": "https://wg21.link/edit4101",
		"status": "open"
	},
	"EDIT4102": {
		"type": "editorial",
		"title": "[std] Add missing \\pnums.",
		"long_link": "https://github.com/cplusplus/draft/pull/4102",
		"link": "https://wg21.link/edit4102",
		"status": "closed"
	},
	"EDIT4103": {
		"type": "editorial",
		"title": "[ranges.syn] Properly capitalize \"Clause\"",
		"long_link": "https://github.com/cplusplus/draft/pull/4103",
		"link": "https://wg21.link/edit4103",
		"status": "closed"
	},
	"EDIT4104": {
		"type": "editorial",
		"title": "[lib] Fix uses of \"clause\"",
		"long_link": "https://github.com/cplusplus/draft/pull/4104",
		"link": "https://wg21.link/edit4104",
		"status": "open"
	},
	"EDIT4105": {
		"type": "editorial",
		"title": "[lib] Fix \"The expression in...is equivalent to\"",
		"long_link": "https://github.com/cplusplus/draft/pull/4105",
		"link": "https://wg21.link/edit4105",
		"status": "open"
	},
	"EDIT4106": {
		"type": "editorial",
		"title": "cplus",
		"long_link": "https://github.com/cplusplus/draft/issues/4106",
		"link": "https://wg21.link/edit4106",
		"status": "closed"
	},
	"EDIT4107": {
		"type": "editorial",
		"title": "[stmt.return] Fix the operand's conversions description",
		"long_link": "https://github.com/cplusplus/draft/pull/4107",
		"link": "https://wg21.link/edit4107",
		"status": "open"
	},
	"EDIT4108": {
		"type": "editorial",
		"title": "[lib] Fix typos in \"The expression in...is equivalent to\"",
		"long_link": "https://github.com/cplusplus/draft/pull/4108",
		"link": "https://wg21.link/edit4108",
		"status": "closed"
	},
	"EDIT4109": {
		"type": "editorial",
		"title": "`<` characters are also allowed in q-char-sequence's",
		"long_link": "https://github.com/cplusplus/draft/issues/4109",
		"link": "https://wg21.link/edit4109",
		"status": "closed"
	},
	"EDIT4110": {
		"type": "editorial",
		"title": "[std] Fix dangling index redirects.",
		"long_link": "https://github.com/cplusplus/draft/pull/4110",
		"link": "https://wg21.link/edit4110",
		"status": "closed"
	},
	"EDIT4111": {
		"type": "editorial",
		"title": "[range.prim.empty] Fix expression specification",
		"long_link": "https://github.com/cplusplus/draft/pull/4111",
		"link": "https://wg21.link/edit4111",
		"status": "open"
	},
	"EDIT4112": {
		"type": "editorial",
		"title": "[stmt.return] Improve CWG2426 wording",
		"long_link": "https://github.com/cplusplus/draft/pull/4112",
		"link": "https://wg21.link/edit4112",
		"status": "open"
	},
	"EDIT4113": {
		"type": "editorial",
		"title": "[expr.call] [dcl.fct] Move return type requiremens",
		"long_link": "https://github.com/cplusplus/draft/pull/4113",
		"link": "https://wg21.link/edit4113",
		"status": "open"
	},
	"EDIT4114": {
		"type": "editorial",
		"title": "[thread.condvarany.intwait] contains reference to nonexistent \"cv\" variable",
		"long_link": "https://github.com/cplusplus/draft/issues/4114",
		"link": "https://wg21.link/edit4114",
		"status": "closed"
	},
	"EDIT4115": {
		"type": "editorial",
		"title": "[thread.condvarany.intwait] remove reference to nonexistent \"cv\" variable",
		"long_link": "https://github.com/cplusplus/draft/pull/4115",
		"link": "https://wg21.link/edit4115",
		"status": "closed"
	},
	"EDIT4116": {
		"type": "editorial",
		"title": "Put rSec before indextext",
		"long_link": "https://github.com/cplusplus/draft/pull/4116",
		"link": "https://wg21.link/edit4116",
		"status": "closed"
	},
	"EDIT4117": {
		"type": "editorial",
		"title": "[numeric.limits] use \"primary template\"",
		"long_link": "https://github.com/cplusplus/draft/pull/4117",
		"link": "https://wg21.link/edit4117",
		"status": "open"
	},
	"EDIT4118": {
		"type": "editorial",
		"title": "Improve / extend sample in [basic.life#8]",
		"long_link": "https://github.com/cplusplus/draft/issues/4118",
		"link": "https://wg21.link/edit4118",
		"status": "open"
	},
	"EDIT4119": {
		"type": "editorial",
		"title": "[conv.qual] Bad list punctuation",
		"long_link": "https://github.com/cplusplus/draft/issues/4119",
		"link": "https://wg21.link/edit4119",
		"status": "open"
	},
	"EDIT4120": {
		"type": "editorial",
		"title": "[depr.conversions.string] Use proper \"Returns:\" markup.",
		"long_link": "https://github.com/cplusplus/draft/pull/4120",
		"link": "https://wg21.link/edit4120",
		"status": "closed"
	},
	"EDIT4121": {
		"type": "editorial",
		"title": "[dcl.fct] Description of abbreviated function templates should not use \"equivalent\"",
		"long_link": "https://github.com/cplusplus/draft/issues/4121",
		"link": "https://wg21.link/edit4121",
		"status": "open"
	},
	"EDIT4122": {
		"type": "editorial",
		"title": "[fs.race.behavior] Fix referred subclause",
		"long_link": "https://github.com/cplusplus/draft/pull/4122",
		"link": "https://wg21.link/edit4122",
		"status": "closed"
	},
	"EDIT4123": {
		"type": "editorial",
		"title": "[std] 'subclause \\\\ref' cleanups",
		"long_link": "https://github.com/cplusplus/draft/issues/4123",
		"link": "https://wg21.link/edit4123",
		"status": "open"
	},
	"EDIT4124": {
		"type": "editorial",
		"title": "Index __func__",
		"long_link": "https://github.com/cplusplus/draft/pull/4124",
		"link": "https://wg21.link/edit4124",
		"status": "closed"
	},
	"EDIT4125": {
		"type": "editorial",
		"title": "[string.syn] Index basic_string typedefs.",
		"long_link": "https://github.com/cplusplus/draft/pull/4125",
		"link": "https://wg21.link/edit4125",
		"status": "closed"
	},
	"EDIT4126": {
		"type": "editorial",
		"title": "In [dcl.fct.default]/10 the term \"virtual function call\" is defined in [expr.call]/3, not in [class.virtual].",
		"long_link": "https://github.com/cplusplus/draft/issues/4126",
		"link": "https://wg21.link/edit4126",
		"status": "closed"
	},
	"EDIT4127": {
		"type": "editorial",
		"title": "[range.utility.helpers] Move template argument out of \\libconcept.",
		"long_link": "https://github.com/cplusplus/draft/pull/4127",
		"link": "https://wg21.link/edit4127",
		"status": "closed"
	},
	"EDIT4128": {
		"type": "editorial",
		"title": "[ranges.syn] Remove bogus ; after requires-clause",
		"long_link": "https://github.com/cplusplus/draft/pull/4128",
		"link": "https://wg21.link/edit4128",
		"status": "closed"
	},
	"EDIT4129": {
		"type": "editorial",
		"title": "[format.syn] Avoid forward references",
		"long_link": "https://github.com/cplusplus/draft/pull/4129",
		"link": "https://wg21.link/edit4129",
		"status": "closed"
	},
	"EDIT4130": {
		"type": "editorial",
		"title": "[std] Fix dangling \\grammarterms.",
		"long_link": "https://github.com/cplusplus/draft/pull/4130",
		"link": "https://wg21.link/edit4130",
		"status": "open"
	},
	"EDIT4131": {
		"type": "editorial",
		"title": "[expr.unary.op]/8",
		"long_link": "https://github.com/cplusplus/draft/issues/4131",
		"link": "https://wg21.link/edit4131",
		"status": "open"
	},
	"EDIT4132": {
		"type": "editorial",
		"title": "[ranges.syn] Fix declaration of transform_view",
		"long_link": "https://github.com/cplusplus/draft/pull/4132",
		"link": "https://wg21.link/edit4132",
		"status": "closed"
	},
	"EDIT4133": {
		"type": "editorial",
		"title": "[coroutine.noop.coroutine] Use code font for noop_coroutine index entry.",
		"long_link": "https://github.com/cplusplus/draft/pull/4133",
		"link": "https://wg21.link/edit4133",
		"status": "closed"
	},
	"EDIT4134": {
		"type": "editorial",
		"title": "drop_view: begin() Returns: element doesn't use italics for exposition-only data members",
		"long_link": "https://github.com/cplusplus/draft/issues/4134",
		"link": "https://wg21.link/edit4134",
		"status": "closed"
	},
	"EDIT4135": {
		"type": "editorial",
		"title": "[range.drop.view] Fix italics for exposition-only members.",
		"long_link": "https://github.com/cplusplus/draft/pull/4135",
		"link": "https://wg21.link/edit4135",
		"status": "closed"
	},
	"EDIT4136": {
		"type": "editorial",
		"title": "[span.syn] Add index entry for dynamic_extent.",
		"long_link": "https://github.com/cplusplus/draft/pull/4136",
		"link": "https://wg21.link/edit4136",
		"status": "closed"
	},
	"EDIT4137": {
		"type": "editorial",
		"title": "[tab:atomic.types.pointer.comp] Fix column captions.",
		"long_link": "https://github.com/cplusplus/draft/pull/4137",
		"link": "https://wg21.link/edit4137",
		"status": "closed"
	},
	"EDIT4138": {
		"type": "editorial",
		"title": "[re, over.match.viable] Remove bad space before full stop.",
		"long_link": "https://github.com/cplusplus/draft/pull/4138",
		"link": "https://wg21.link/edit4138",
		"status": "closed"
	},
	"EDIT4139": {
		"type": "editorial",
		"title": "[class.virtual] index semantics of final and override",
		"long_link": "https://github.com/cplusplus/draft/pull/4139",
		"link": "https://wg21.link/edit4139",
		"status": "closed"
	},
	"EDIT4140": {
		"type": "editorial",
		"title": "[atomics.types.operations] Fix typo in exposition-only code",
		"long_link": "https://github.com/cplusplus/draft/pull/4140",
		"link": "https://wg21.link/edit4140",
		"status": "open"
	},
	"EDIT4141": {
		"type": "editorial",
		"title": "[util.smartptr.shared.cast] Add hyphen for 'well-formed'.",
		"long_link": "https://github.com/cplusplus/draft/pull/4141",
		"link": "https://wg21.link/edit4141",
		"status": "open"
	},
	"EDIT4142": {
		"type": "editorial",
		"title": "[expr.post] Only keyword template is optional",
		"long_link": "https://github.com/cplusplus/draft/pull/4142",
		"link": "https://wg21.link/edit4142",
		"status": "closed"
	},
	"EDIT4143": {
		"type": "editorial",
		"title": "[defns.undefined] Move cross-reference to [expr.const]",
		"long_link": "https://github.com/cplusplus/draft/pull/4143",
		"link": "https://wg21.link/edit4143",
		"status": "open"
	},
	"EDIT4144": {
		"type": "editorial",
		"title": "Inconsistent description of C++ extensions to header <cstddef>",
		"long_link": "https://github.com/cplusplus/draft/issues/4144",
		"link": "https://wg21.link/edit4144",
		"status": "closed"
	},
	"EDIT4145": {
		"type": "editorial",
		"title": "[diff.mods.to.declarations] Also mention 'byte' and 'to_integer.",
		"long_link": "https://github.com/cplusplus/draft/pull/4145",
		"link": "https://wg21.link/edit4145",
		"status": "closed"
	},
	"EDIT4146": {
		"type": "editorial",
		"title": "[iterator.concept.random.access] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/4146",
		"link": "https://wg21.link/edit4146",
		"status": "closed"
	},
	"EDIT4147": {
		"type": "editorial",
		"title": "[numeric.ops.gcd,numeric.ops.lcm] Say \"other than cv bool\" as done elsewhere",
		"long_link": "https://github.com/cplusplus/draft/pull/4147",
		"link": "https://wg21.link/edit4147",
		"status": "closed"
	},
	"EDIT4148": {
		"type": "editorial",
		"title": "[variant.helper] Use 'struct' for variant_size and variant_alternative",
		"long_link": "https://github.com/cplusplus/draft/pull/4148",
		"link": "https://wg21.link/edit4148",
		"status": "open"
	},
	"EDIT4149": {
		"type": "editorial",
		"title": "[mem.res.syn] Add default template argument for polymorphic_allocator",
		"long_link": "https://github.com/cplusplus/draft/pull/4149",
		"link": "https://wg21.link/edit4149",
		"status": "open"
	},
	"EDIT4150": {
		"type": "editorial",
		"title": "[mem.poly.allocator.mem] Fix syntax for variadic template declaration",
		"long_link": "https://github.com/cplusplus/draft/pull/4150",
		"link": "https://wg21.link/edit4150",
		"status": "open"
	},
	"EDIT4151": {
		"type": "editorial",
		"title": "[except.uncaught] Remove parentheses when not invoking a function",
		"long_link": "https://github.com/cplusplus/draft/pull/4151",
		"link": "https://wg21.link/edit4151",
		"status": "closed"
	},
	"EDIT4152": {
		"type": "editorial",
		"title": "[expr.prim.lambda.capture] Use the term \"local entity\".",
		"long_link": "https://github.com/cplusplus/draft/pull/4152",
		"link": "https://wg21.link/edit4152",
		"status": "open"
	},
	"EDIT4153": {
		"type": "editorial",
		"title": "[basic.life] \"Otherwise, such a pointer/glvalue refers to allocated storage\" is unclear",
		"long_link": "https://github.com/cplusplus/draft/issues/4153",
		"link": "https://wg21.link/edit4153",
		"status": "open"
	},
	"EDIT4154": {
		"type": "editorial",
		"title": "[macros] Fix PDF links to clauses and annexes",
		"long_link": "https://github.com/cplusplus/draft/pull/4154",
		"link": "https://wg21.link/edit4154",
		"status": "closed"
	},
	"EDIT4155": {
		"type": "editorial",
		"title": "[expr.ref] and postfix-expression.template id-expression",
		"long_link": "https://github.com/cplusplus/draft/issues/4155",
		"link": "https://wg21.link/edit4155",
		"status": "open"
	},
	"EDIT4156": {
		"type": "editorial",
		"title": "[range.elements.iterator]: Missing friend specifier for operator- prototype declarations",
		"long_link": "https://github.com/cplusplus/draft/issues/4156",
		"link": "https://wg21.link/edit4156",
		"status": "closed"
	},
	"EDIT4157": {
		"type": "editorial",
		"title": "[std] Remove superfluous final \\rowsep or \\hline in tables.",
		"long_link": "https://github.com/cplusplus/draft/pull/4157",
		"link": "https://wg21.link/edit4157",
		"status": "closed"
	},
	"EDIT4158": {
		"type": "editorial",
		"title": "[range.elements.iterator] Add missing 'friend' for operator-.",
		"long_link": "https://github.com/cplusplus/draft/pull/4158",
		"link": "https://wg21.link/edit4158",
		"status": "closed"
	},
	"EDIT4159": {
		"type": "editorial",
		"title": "[conv.qual] Fix punctuation in bulleted list.",
		"long_link": "https://github.com/cplusplus/draft/pull/4159",
		"link": "https://wg21.link/edit4159",
		"status": "open"
	},
	"EDIT4160": {
		"type": "editorial",
		"title": "[expr.const] Disambiguate 'it' by introducing the name V.",
		"long_link": "https://github.com/cplusplus/draft/pull/4160",
		"link": "https://wg21.link/edit4160",
		"status": "open"
	},
	"EDIT4161": {
		"type": "editorial",
		"title": "[specialized.algorithms] Fold away unnecessary compound-statements.",
		"long_link": "https://github.com/cplusplus/draft/pull/4161",
		"link": "https://wg21.link/edit4161",
		"status": "open"
	},
	"EDIT4162": {
		"type": "editorial",
		"title": "[over.literal] Mark use of a reserved identifier with 'error'.",
		"long_link": "https://github.com/cplusplus/draft/pull/4162",
		"link": "https://wg21.link/edit4162",
		"status": "open"
	},
	"EDIT4163": {
		"type": "editorial",
		"title": "[intro.object] Say \"member subobject\" instead of \"data member\"",
		"long_link": "https://github.com/cplusplus/draft/pull/4163",
		"link": "https://wg21.link/edit4163",
		"status": "open"
	},
	"EDIT4164": {
		"type": "editorial",
		"title": "[meta.type.synop] Fix bad indentation.",
		"long_link": "https://github.com/cplusplus/draft/pull/4164",
		"link": "https://wg21.link/edit4164",
		"status": "closed"
	},
	"EDIT4165": {
		"type": "editorial",
		"title": "[std] Use \\defnadj to improve/add many index entries.",
		"long_link": "https://github.com/cplusplus/draft/pull/4165",
		"link": "https://wg21.link/edit4165",
		"status": "open"
	},
	"EDIT4166": {
		"type": "editorial",
		"title": "[foreword] Adjust Foreword per ISO/CS requirements.",
		"long_link": "https://github.com/cplusplus/draft/pull/4166",
		"link": "https://wg21.link/edit4166",
		"status": "closed"
	},
	"EDIT4167": {
		"type": "editorial",
		"title": "[basic.life]/8.5 breaks subobject replacement depending on interpretation",
		"long_link": "https://github.com/cplusplus/draft/issues/4167",
		"link": "https://wg21.link/edit4167",
		"status": "open"
	},
	"EDIT4168": {
		"type": "editorial",
		"title": "Various small edits for CS016",
		"long_link": "https://github.com/cplusplus/draft/pull/4168",
		"link": "https://wg21.link/edit4168",
		"status": "closed"
	},
	"EDIT4169": {
		"type": "editorial",
		"title": "Fix hanging paragraphs for C++20",
		"long_link": "https://github.com/cplusplus/draft/pull/4169",
		"link": "https://wg21.link/edit4169",
		"status": "closed"
	},
	"EDIT4170": {
		"type": "editorial",
		"title": "[check] Detect hanging paragraphs.",
		"long_link": "https://github.com/cplusplus/draft/pull/4170",
		"link": "https://wg21.link/edit4170",
		"status": "closed"
	},
	"EDIT4171": {
		"type": "editorial",
		"title": "Adjust Foreword based on comments from ISO/CS",
		"long_link": "https://github.com/cplusplus/draft/pull/4171",
		"link": "https://wg21.link/edit4171",
		"status": "closed"
	},
	"EDIT4172": {
		"type": "editorial",
		"title": "Fix all hanging paragraphs by adding \"General\" sections.",
		"long_link": "https://github.com/cplusplus/draft/pull/4172",
		"link": "https://wg21.link/edit4172",
		"status": "closed"
	},
	"EDIT4173": {
		"type": "editorial",
		"title": "Overfull \\hbox; bugfix for check script",
		"long_link": "https://github.com/cplusplus/draft/pull/4173",
		"link": "https://wg21.link/edit4173",
		"status": "closed"
	},
	"EDIT4174": {
		"type": "editorial",
		"title": "Replace \"this subclause\" with an explicit reference in all formerly-hanging paragraphs",
		"long_link": "https://github.com/cplusplus/draft/pull/4174",
		"link": "https://wg21.link/edit4174",
		"status": "closed"
	},
	"EDIT4175": {
		"type": "editorial",
		"title": "[intro.ack] Dissolve subclause.",
		"long_link": "https://github.com/cplusplus/draft/pull/4175",
		"link": "https://wg21.link/edit4175",
		"status": "closed"
	},
	"EDIT4176": {
		"type": "editorial",
		"title": "[fs.norm.ref] Dissolve and follow #4175 suit",
		"long_link": "https://github.com/cplusplus/draft/issues/4176",
		"link": "https://wg21.link/edit4176",
		"status": "open"
	},
	"EDIT4177": {
		"type": "editorial",
		"title": "[check] Consider only text with \\pnum as a hanging paragraph.",
		"long_link": "https://github.com/cplusplus/draft/pull/4177",
		"link": "https://wg21.link/edit4177",
		"status": "closed"
	},
	"EDIT4178": {
		"type": "editorial",
		"title": "Fix solitary subclauses",
		"long_link": "https://github.com/cplusplus/draft/pull/4178",
		"link": "https://wg21.link/edit4178",
		"status": "closed"
	},
	"EDIT4179": {
		"type": "editorial",
		"title": "[check] Detect subclauses without siblings.",
		"long_link": "https://github.com/cplusplus/draft/pull/4179",
		"link": "https://wg21.link/edit4179",
		"status": "closed"
	},
	"EDIT4180": {
		"type": "editorial",
		"title": "[definitions] Integrate into [intro.defs]",
		"long_link": "https://github.com/cplusplus/draft/pull/4180",
		"link": "https://wg21.link/edit4180",
		"status": "closed"
	},
	"EDIT4181": {
		"type": "editorial",
		"title": "Cs016 7",
		"long_link": "https://github.com/cplusplus/draft/pull/4181",
		"link": "https://wg21.link/edit4181",
		"status": "closed"
	},
	"EDIT4182": {
		"type": "editorial",
		"title": "[intro.refs] Fix clause reference to ISO/IEC 9899.",
		"long_link": "https://github.com/cplusplus/draft/pull/4182",
		"link": "https://wg21.link/edit4182",
		"status": "closed"
	},
	"EDIT4183": {
		"type": "editorial",
		"title": "[intro.refs] Update from ISO/IEC 10646-1:1993 to ISO/IEC 10646:2003.",
		"long_link": "https://github.com/cplusplus/draft/pull/4183",
		"link": "https://wg21.link/edit4183",
		"status": "closed"
	},
	"EDIT4184": {
		"type": "editorial",
		"title": "[time.cal.year.nonmembers] Avoid narrowing conversion",
		"long_link": "https://github.com/cplusplus/draft/pull/4184",
		"link": "https://wg21.link/edit4184",
		"status": "open"
	},
	"EDIT4185": {
		"type": "editorial",
		"title": "[format.arg,filebuf.members] Invalid uses of NTCTS",
		"long_link": "https://github.com/cplusplus/draft/issues/4185",
		"link": "https://wg21.link/edit4185",
		"status": "open"
	},
	"EDIT4186": {
		"type": "editorial",
		"title": "Fix solitary subclauses",
		"long_link": "https://github.com/cplusplus/draft/pull/4186",
		"link": "https://wg21.link/edit4186",
		"status": "closed"
	},
	"EDIT4187": {
		"type": "editorial",
		"title": "[intro.defs] Refer to undated ISO/IEC 2382 for the terminology.",
		"long_link": "https://github.com/cplusplus/draft/pull/4187",
		"link": "https://wg21.link/edit4187",
		"status": "closed"
	},
	"EDIT4188": {
		"type": "editorial",
		"title": "[intro.refs,time.format] Fix normative references.",
		"long_link": "https://github.com/cplusplus/draft/pull/4188",
		"link": "https://wg21.link/edit4188",
		"status": "closed"
	},
	"EDIT4189": {
		"type": "editorial",
		"title": "[intro.compliance.general] Properly reference normative clauses",
		"long_link": "https://github.com/cplusplus/draft/pull/4189",
		"link": "https://wg21.link/edit4189",
		"status": "closed"
	},
	"EDIT4190": {
		"type": "editorial",
		"title": "[everywhere] Follow ISO rules for the presentation of notes and examples",
		"long_link": "https://github.com/cplusplus/draft/pull/4190",
		"link": "https://wg21.link/edit4190",
		"status": "closed"
	},
	"EDIT4191": {
		"type": "editorial",
		"title": "[intro.defs] Remove cross-references to main part",
		"long_link": "https://github.com/cplusplus/draft/pull/4191",
		"link": "https://wg21.link/edit4191",
		"status": "closed"
	},
	"EDIT4192": {
		"type": "editorial",
		"title": "[ranges.syn] Update iota_view constraints",
		"long_link": "https://github.com/cplusplus/draft/pull/4192",
		"link": "https://wg21.link/edit4192",
		"status": "closed"
	},
	"EDIT4193": {
		"type": "editorial",
		"title": "[vector.cons] is called \"Constructors, copy, and assignment\" but only has constructors",
		"long_link": "https://github.com/cplusplus/draft/issues/4193",
		"link": "https://wg21.link/edit4193",
		"status": "closed"
	},
	"EDIT4194": {
		"type": "editorial",
		"title": "Fix modal verbs",
		"long_link": "https://github.com/cplusplus/draft/pull/4194",
		"link": "https://wg21.link/edit4194",
		"status": "closed"
	},
	"EDIT4195": {
		"type": "editorial",
		"title": "Formally the term `member class template` is not defined in the standard",
		"long_link": "https://github.com/cplusplus/draft/issues/4195",
		"link": "https://wg21.link/edit4195",
		"status": "open"
	},
	"EDIT4196": {
		"type": "editorial",
		"title": "Inconsistent spelling of \"whitespace\"",
		"long_link": "https://github.com/cplusplus/draft/issues/4196",
		"link": "https://wg21.link/edit4196",
		"status": "open"
	},
	"EDIT4197": {
		"type": "editorial",
		"title": "[class.mem.general]/12 contains a false statement",
		"long_link": "https://github.com/cplusplus/draft/issues/4197",
		"link": "https://wg21.link/edit4197",
		"status": "closed"
	},
	"EDIT4198": {
		"type": "editorial",
		"title": "[everywhere] Stop talking about C++ International Standards.",
		"long_link": "https://github.com/cplusplus/draft/pull/4198",
		"link": "https://wg21.link/edit4198",
		"status": "closed"
	},
	"EDIT4199": {
		"type": "editorial",
		"title": "The wordings of the paragraph [temp.dep.type#1] miss some examples",
		"long_link": "https://github.com/cplusplus/draft/issues/4199",
		"link": "https://wg21.link/edit4199",
		"status": "open"
	},
	"EDIT4200": {
		"type": "editorial",
		"title": "[dcl.fct.def.coroutine] p11 Missing \"noexcept\" on final_suspend in example",
		"long_link": "https://github.com/cplusplus/draft/issues/4200",
		"link": "https://wg21.link/edit4200",
		"status": "closed"
	},
	"EDIT4201": {
		"type": "editorial",
		"title": "[dcl.fct.def.coroutine] Add missing 'noexcept' for final_suspend.",
		"long_link": "https://github.com/cplusplus/draft/pull/4201",
		"link": "https://wg21.link/edit4201",
		"status": "closed"
	},
	"EDIT4202": {
		"type": "editorial",
		"title": "Many implementation defined typedefs are not indexed",
		"long_link": "https://github.com/cplusplus/draft/issues/4202",
		"link": "https://wg21.link/edit4202",
		"status": "open"
	},
	"EDIT4203": {
		"type": "editorial",
		"title": "[everywhere] Reduce width of space after Note: and Example:.",
		"long_link": "https://github.com/cplusplus/draft/pull/4203",
		"link": "https://wg21.link/edit4203",
		"status": "closed"
	},
	"EDIT4204": {
		"type": "editorial",
		"title": "[c++20] The last item in [cpp.predefined] looks very silly",
		"long_link": "https://github.com/cplusplus/draft/issues/4204",
		"link": "https://wg21.link/edit4204",
		"status": "closed"
	},
	"EDIT4205": {
		"type": "editorial",
		"title": "[c++20] Increase value of __cplusplus macro",
		"long_link": "https://github.com/cplusplus/draft/issues/4205",
		"link": "https://wg21.link/edit4205",
		"status": "closed"
	},
	"EDIT4206": {
		"type": "editorial",
		"title": "[cpp.predefined] Shuffle items to avoid an unfortunate page break.",
		"long_link": "https://github.com/cplusplus/draft/pull/4206",
		"link": "https://wg21.link/edit4206",
		"status": "closed"
	},
	"EDIT4207": {
		"type": "editorial",
		"title": "[xref] Fix C++20-based reference of cross-references again.",
		"long_link": "https://github.com/cplusplus/draft/pull/4207",
		"link": "https://wg21.link/edit4207",
		"status": "closed"
	},
	"EDIT4208": {
		"type": "editorial",
		"title": "[std] Fix PDF title and subject.",
		"long_link": "https://github.com/cplusplus/draft/pull/4208",
		"link": "https://wg21.link/edit4208",
		"status": "open"
	},
	"EDIT4209": {
		"type": "editorial",
		"title": "[conv.rank] Avoid hinting that 'bool' be a standard integer type.",
		"long_link": "https://github.com/cplusplus/draft/pull/4209",
		"link": "https://wg21.link/edit4209",
		"status": "open"
	},
	"EDIT4210": {
		"type": "editorial",
		"title": "Statement in the Note in [class.union.anon]/1 should have normative status",
		"long_link": "https://github.com/cplusplus/draft/issues/4210",
		"link": "https://wg21.link/edit4210",
		"status": "open"
	},
	"EDIT4211": {
		"type": "editorial",
		"title": "[everywhere] Consistently use 'whitespace'.",
		"long_link": "https://github.com/cplusplus/draft/pull/4211",
		"link": "https://wg21.link/edit4211",
		"status": "open"
	},
	"EDIT4212": {
		"type": "editorial",
		"title": "[class.union.anon] Remove duplicate normative wording.",
		"long_link": "https://github.com/cplusplus/draft/pull/4212",
		"link": "https://wg21.link/edit4212",
		"status": "open"
	},
	"EDIT4213": {
		"type": "editorial",
		"title": "[vector.cons] Fix subclause heading.",
		"long_link": "https://github.com/cplusplus/draft/pull/4213",
		"link": "https://wg21.link/edit4213",
		"status": "closed"
	},
	"EDIT4214": {
		"type": "editorial",
		"title": "[fs.norm.ref] Dissolve subclause.",
		"long_link": "https://github.com/cplusplus/draft/pull/4214",
		"link": "https://wg21.link/edit4214",
		"status": "closed"
	},
	"EDIT4215": {
		"type": "editorial",
		"title": "[expr.unary.op] Use 'negative', not 'negation'.",
		"long_link": "https://github.com/cplusplus/draft/pull/4215",
		"link": "https://wg21.link/edit4215",
		"status": "open"
	},
	"EDIT4216": {
		"type": "editorial",
		"title": "[expr.prim.paren] Replace \"value\" with \"result\"",
		"long_link": "https://github.com/cplusplus/draft/pull/4216",
		"link": "https://wg21.link/edit4216",
		"status": "open"
	},
	"EDIT4217": {
		"type": "editorial",
		"title": "[class.prop]/(3.7) is in contradiction with [class.prop]/(3.7.3)",
		"long_link": "https://github.com/cplusplus/draft/issues/4217",
		"link": "https://wg21.link/edit4217",
		"status": "closed"
	},
	"EDIT4218": {
		"type": "editorial",
		"title": "footnote environment",
		"long_link": "https://github.com/cplusplus/draft/pull/4218",
		"link": "https://wg21.link/edit4218",
		"status": "open"
	},
	"EDIT4219": {
		"type": "editorial",
		"title": "Process: final page-by-page review",
		"long_link": "https://github.com/cplusplus/draft/issues/4219",
		"link": "https://wg21.link/edit4219",
		"status": "open"
	},
	"EDIT4220": {
		"type": "editorial",
		"title": "Pull a bunch of changes from master onto the C++20 branch",
		"long_link": "https://github.com/cplusplus/draft/pull/4220",
		"link": "https://wg21.link/edit4220",
		"status": "closed"
	},
	"EDIT4221": {
		"type": "editorial",
		"title": "[forwardlist.ops] bogus specification of forward_list::unique",
		"long_link": "https://github.com/cplusplus/draft/issues/4221",
		"link": "https://wg21.link/edit4221",
		"status": "open"
	},
	"EDIT4222": {
		"type": "editorial",
		"title": "Fix modal verb \"must\"",
		"long_link": "https://github.com/cplusplus/draft/pull/4222",
		"link": "https://wg21.link/edit4222",
		"status": "closed"
	},
	"EDIT4223": {
		"type": "editorial",
		"title": "[temp.constr.order] Remove example markers from footnote.",
		"long_link": "https://github.com/cplusplus/draft/pull/4223",
		"link": "https://wg21.link/edit4223",
		"status": "closed"
	},
	"EDIT4224": {
		"type": "editorial",
		"title": "[std] Fix the remainder of 'may' and 'shall' in footnotes.",
		"long_link": "https://github.com/cplusplus/draft/pull/4224",
		"link": "https://wg21.link/edit4224",
		"status": "closed"
	},
	"EDIT4225": {
		"type": "editorial",
		"title": "Further cherry-picks for the c++20 branch",
		"long_link": "https://github.com/cplusplus/draft/pull/4225",
		"link": "https://wg21.link/edit4225",
		"status": "closed"
	},
	"EDIT4226": {
		"type": "editorial",
		"title": "It seems to an editorial issue for the comment in an operator over example",
		"long_link": "https://github.com/cplusplus/draft/issues/4226",
		"link": "https://wg21.link/edit4226",
		"status": "closed"
	},
	"EDIT4227": {
		"type": "editorial",
		"title": "Yet more cherry-picks for c++20",
		"long_link": "https://github.com/cplusplus/draft/pull/4227",
		"link": "https://wg21.link/edit4227",
		"status": "closed"
	},
	"EDIT4228": {
		"type": "editorial",
		"title": "Process: page-by-page review tracking",
		"long_link": "https://github.com/cplusplus/draft/issues/4228",
		"link": "https://wg21.link/edit4228",
		"status": "open"
	},
	"EDIT4229": {
		"type": "editorial",
		"title": "The wording in paragraph [temp.variadic#8] may make a bit misleading",
		"long_link": "https://github.com/cplusplus/draft/issues/4229",
		"link": "https://wg21.link/edit4229",
		"status": "open"
	},
	"EDIT4230": {
		"type": "editorial",
		"title": "[iostream.objects.overview] Delete duplicate paragraph.",
		"long_link": "https://github.com/cplusplus/draft/pull/4230",
		"link": "https://wg21.link/edit4230",
		"status": "closed"
	},
	"EDIT4231": {
		"type": "editorial",
		"title": "Page breaks (jmaurer)",
		"long_link": "https://github.com/cplusplus/draft/pull/4231",
		"link": "https://wg21.link/edit4231",
		"status": "open"
	},
	"EDIT4232": {
		"type": "editorial",
		"title": "[futures.async] Avoid note within a sentence.",
		"long_link": "https://github.com/cplusplus/draft/pull/4232",
		"link": "https://wg21.link/edit4232",
		"status": "closed"
	},
	"EDIT4233": {
		"type": "editorial",
		"title": "Page breaks (tkoeppe)",
		"long_link": "https://github.com/cplusplus/draft/pull/4233",
		"link": "https://wg21.link/edit4233",
		"status": "open"
	},
	"EDIT4234": {
		"type": "editorial",
		"title": "[lex.charset] Replace \"is required\" wording in footnote with simple statement.",
		"long_link": "https://github.com/cplusplus/draft/pull/4234",
		"link": "https://wg21.link/edit4234",
		"status": "closed"
	},
	"EDIT4235": {
		"type": "editorial",
		"title": "[class.init] Replace abominable temporary expression wording",
		"long_link": "https://github.com/cplusplus/draft/pull/4235",
		"link": "https://wg21.link/edit4235",
		"status": "open"
	},
	"EDIT4236": {
		"type": "editorial",
		"title": "[class.mem.general] Awkward punctuation around note in list item",
		"long_link": "https://github.com/cplusplus/draft/issues/4236",
		"link": "https://wg21.link/edit4236",
		"status": "closed"
	},
	"EDIT4237": {
		"type": "editorial",
		"title": "[macros] Avoid page break between example and codeblock introducers",
		"long_link": "https://github.com/cplusplus/draft/pull/4237",
		"link": "https://wg21.link/edit4237",
		"status": "open"
	},
	"EDIT4238": {
		"type": "editorial",
		"title": "[basic.fundamental] Delete stray space.",
		"long_link": "https://github.com/cplusplus/draft/pull/4238",
		"link": "https://wg21.link/edit4238",
		"status": "closed"
	},
	"EDIT4239": {
		"type": "editorial",
		"title": "[foreword] Exclude mentions of library headers from the index.",
		"long_link": "https://github.com/cplusplus/draft/pull/4239",
		"link": "https://wg21.link/edit4239",
		"status": "closed"
	},
	"EDIT4240": {
		"type": "editorial",
		"title": "[input.output] Reformat declarations according to newest conventions",
		"long_link": "https://github.com/cplusplus/draft/issues/4240",
		"link": "https://wg21.link/edit4240",
		"status": "open"
	},
	"EDIT4241": {
		"type": "editorial",
		"title": "Add new note* and example* environments to suppress paragraph break.",
		"long_link": "https://github.com/cplusplus/draft/pull/4241",
		"link": "https://wg21.link/edit4241",
		"status": "closed"
	},
	"EDIT4242": {
		"type": "editorial",
		"title": "[grammar] Prefer putting a section heading on a new page.",
		"long_link": "https://github.com/cplusplus/draft/pull/4242",
		"link": "https://wg21.link/edit4242",
		"status": "closed"
	},
	"EDIT4243": {
		"type": "editorial",
		"title": "[range.reverse.overview] Use \\cv{} instead of \"cv-qualified\"",
		"long_link": "https://github.com/cplusplus/draft/pull/4243",
		"link": "https://wg21.link/edit4243",
		"status": "open"
	},
	"EDIT4244": {
		"type": "editorial",
		"title": "[futures.async] Avoid note within a sentence.",
		"long_link": "https://github.com/cplusplus/draft/pull/4244",
		"link": "https://wg21.link/edit4244",
		"status": "closed"
	},
	"EDIT4245": {
		"type": "editorial",
		"title": "[intro.compliance.general, implimits] Cite Annex B normatively.",
		"long_link": "https://github.com/cplusplus/draft/pull/4245",
		"link": "https://wg21.link/edit4245",
		"status": "closed"
	},
	"EDIT4246": {
		"type": "editorial",
		"title": "[fig:iostreams.streampos] Reconsider use of informal term \"xfered\"",
		"long_link": "https://github.com/cplusplus/draft/issues/4246",
		"link": "https://wg21.link/edit4246",
		"status": "open"
	},
	"EDIT4247": {
		"type": "editorial",
		"title": "[range.dangling]p1 is overly long and complex.",
		"long_link": "https://github.com/cplusplus/draft/issues/4247",
		"link": "https://wg21.link/edit4247",
		"status": "open"
	},
	"EDIT4248": {
		"type": "editorial",
		"title": "[class.mem.general] Move note to the end of the list item.",
		"long_link": "https://github.com/cplusplus/draft/pull/4248",
		"link": "https://wg21.link/edit4248",
		"status": "closed"
	},
	"EDIT4249": {
		"type": "editorial",
		"title": "[std] Introduce tailnote environment to avoid empty lines in tables.",
		"long_link": "https://github.com/cplusplus/draft/pull/4249",
		"link": "https://wg21.link/edit4249",
		"status": "closed"
	},
	"EDIT4250": {
		"type": "editorial",
		"title": "Class types are not cv-qualified",
		"long_link": "https://github.com/cplusplus/draft/issues/4250",
		"link": "https://wg21.link/edit4250",
		"status": "closed"
	},
	"EDIT4251": {
		"type": "editorial",
		"title": "[std] Use tailnote and tailexample to avoid empty space in tables.",
		"long_link": "https://github.com/cplusplus/draft/pull/4251",
		"link": "https://wg21.link/edit4251",
		"status": "closed"
	},
	"EDIT4252": {
		"type": "editorial",
		"title": "Page breaks (burblebee)",
		"long_link": "https://github.com/cplusplus/draft/pull/4252",
		"link": "https://wg21.link/edit4252",
		"status": "closed"
	},
	"EDIT4253": {
		"type": "editorial",
		"title": "[special.mem.concepts] Adjust presentation to use ranges::blah",
		"long_link": "https://github.com/cplusplus/draft/issues/4253",
		"link": "https://wg21.link/edit4253",
		"status": "open"
	},
	"EDIT4254": {
		"type": "editorial",
		"title": "[macros] Avoid excess vertical space for Annex C macros.",
		"long_link": "https://github.com/cplusplus/draft/pull/4254",
		"link": "https://wg21.link/edit4254",
		"status": "closed"
	},
	"EDIT4255": {
		"type": "editorial",
		"title": "[ranges] Index \"split_view::{outer,inner}-iterator\" correctly.",
		"long_link": "https://github.com/cplusplus/draft/pull/4255",
		"link": "https://wg21.link/edit4255",
		"status": "closed"
	},
	"EDIT4256": {
		"type": "editorial",
		"title": "use nested namespace definitions in the library where applicable",
		"long_link": "https://github.com/cplusplus/draft/issues/4256",
		"link": "https://wg21.link/edit4256",
		"status": "open"
	},
	"EDIT4257": {
		"type": "editorial",
		"title": "[time.clock.utc.overview] example can probably be line-wrapped better",
		"long_link": "https://github.com/cplusplus/draft/issues/4257",
		"link": "https://wg21.link/edit4257",
		"status": "closed"
	},
	"EDIT4258": {
		"type": "editorial",
		"title": "[floatfield.manip]/8 has not stood the test of time",
		"long_link": "https://github.com/cplusplus/draft/issues/4258",
		"link": "https://wg21.link/edit4258",
		"status": "open"
	},
	"EDIT4259": {
		"type": "editorial",
		"title": "[iomanip.syn] invents unnecessary placeholders",
		"long_link": "https://github.com/cplusplus/draft/issues/4259",
		"link": "https://wg21.link/edit4259",
		"status": "closed"
	},
	"EDIT4260": {
		"type": "editorial",
		"title": "[tab:filebuf.open.modes] is weirdly split in two",
		"long_link": "https://github.com/cplusplus/draft/issues/4260",
		"link": "https://wg21.link/edit4260",
		"status": "closed"
	},
	"EDIT4261": {
		"type": "editorial",
		"title": "[time.clock.utc.overview] Move explicit line break in example.",
		"long_link": "https://github.com/cplusplus/draft/pull/4261",
		"link": "https://wg21.link/edit4261",
		"status": "closed"
	},
	"EDIT4262": {
		"type": "editorial",
		"title": "Improved docs",
		"long_link": "https://github.com/cplusplus/draft/pull/4262",
		"link": "https://wg21.link/edit4262",
		"status": "closed"
	},
	"EDIT4263": {
		"type": "editorial",
		"title": "[move.iter.elem] Add missing 'return'",
		"long_link": "https://github.com/cplusplus/draft/pull/4263",
		"link": "https://wg21.link/edit4263",
		"status": "closed"
	},
	"EDIT4264": {
		"type": "editorial",
		"title": "CPOs inhibit guaranteed copy elision of arguments, are unimplementable as specified",
		"long_link": "https://github.com/cplusplus/draft/issues/4264",
		"link": "https://wg21.link/edit4264",
		"status": "closed"
	},
	"EDIT4265": {
		"type": "editorial",
		"title": "[structure.elements] describes a standard from an alternate universe",
		"long_link": "https://github.com/cplusplus/draft/issues/4265",
		"link": "https://wg21.link/edit4265",
		"status": "closed"
	},
	"EDIT4266": {
		"type": "editorial",
		"title": "consider moving [declval]p4 inside the itemdescr",
		"long_link": "https://github.com/cplusplus/draft/issues/4266",
		"link": "https://wg21.link/edit4266",
		"status": "open"
	},
	"EDIT4267": {
		"type": "editorial",
		"title": "normative \"Note A\", \"Note B\", ...",
		"long_link": "https://github.com/cplusplus/draft/issues/4267",
		"link": "https://wg21.link/edit4267",
		"status": "open"
	},
	"EDIT4268": {
		"type": "editorial",
		"title": "[tab:container.assoc.req] missing an \"Effects:\"",
		"long_link": "https://github.com/cplusplus/draft/issues/4268",
		"link": "https://wg21.link/edit4268",
		"status": "closed"
	},
	"EDIT4269": {
		"type": "editorial",
		"title": "[tab:container.hash.req] missing capitalization in description of node_type",
		"long_link": "https://github.com/cplusplus/draft/issues/4269",
		"link": "https://wg21.link/edit4269",
		"status": "closed"
	},
	"EDIT4270": {
		"type": "editorial",
		"title": "[range.access] Should we move [range.access] to [iterators]?",
		"long_link": "https://github.com/cplusplus/draft/issues/4270",
		"link": "https://wg21.link/edit4270",
		"status": "open"
	},
	"EDIT4271": {
		"type": "editorial",
		"title": "[tab:container.hash.req] Capitalize start of sentence.",
		"long_link": "https://github.com/cplusplus/draft/pull/4271",
		"link": "https://wg21.link/edit4271",
		"status": "closed"
	},
	"EDIT4272": {
		"type": "editorial",
		"title": "[tab:container.assoc.req] Add missing 'Effects'",
		"long_link": "https://github.com/cplusplus/draft/pull/4272",
		"link": "https://wg21.link/edit4272",
		"status": "closed"
	},
	"EDIT4273": {
		"type": "editorial",
		"title": "[tab:filebuf.open.modes] Consistently order table rows.",
		"long_link": "https://github.com/cplusplus/draft/pull/4273",
		"link": "https://wg21.link/edit4273",
		"status": "closed"
	},
	"EDIT4274": {
		"type": "editorial",
		"title": "[dcl.init.ref] instructs performing direct initialization after applying a user-defined conversion",
		"long_link": "https://github.com/cplusplus/draft/issues/4274",
		"link": "https://wg21.link/edit4274",
		"status": "open"
	},
	"EDIT4275": {
		"type": "editorial",
		"title": "C++20 tweaks",
		"long_link": "https://github.com/cplusplus/draft/pull/4275",
		"link": "https://wg21.link/edit4275",
		"status": "closed"
	},
	"EDIT4276": {
		"type": "editorial",
		"title": "[dcl.fct.def.coroutine] Replace \"variable\" with \"object\"",
		"long_link": "https://github.com/cplusplus/draft/pull/4276",
		"link": "https://wg21.link/edit4276",
		"status": "closed"
	},
	"EDIT4277": {
		"type": "editorial",
		"title": "[iomanip.syn] Use 'unspecified' instead of type meta-variables.",
		"long_link": "https://github.com/cplusplus/draft/pull/4277",
		"link": "https://wg21.link/edit4277",
		"status": "closed"
	},
	"EDIT4278": {
		"type": "editorial",
		"title": "[intro.races] Duplicate index entry for 'visible side effect(s)'",
		"long_link": "https://github.com/cplusplus/draft/issues/4278",
		"link": "https://wg21.link/edit4278",
		"status": "closed"
	},
	"EDIT4279": {
		"type": "editorial",
		"title": "[intro.races] Harmonize index entry for \"visible side effect(s)\".",
		"long_link": "https://github.com/cplusplus/draft/pull/4279",
		"link": "https://wg21.link/edit4279",
		"status": "closed"
	},
	"EDIT4280": {
		"type": "editorial",
		"title": "[expr.prim.id.unqual] Restore \"Otherwise\"",
		"long_link": "https://github.com/cplusplus/draft/pull/4280",
		"link": "https://wg21.link/edit4280",
		"status": "closed"
	},
	"EDIT4281": {
		"type": "editorial",
		"title": "[locale.codecvt.virtuals]p2+ is missing a paragraph number",
		"long_link": "https://github.com/cplusplus/draft/issues/4281",
		"link": "https://wg21.link/edit4281",
		"status": "closed"
	},
	"EDIT4282": {
		"type": "editorial",
		"title": "[facet.num.get.virtuals]p3 needs rework",
		"long_link": "https://github.com/cplusplus/draft/issues/4282",
		"link": "https://wg21.link/edit4282",
		"status": "open"
	},
	"EDIT4283": {
		"type": "editorial",
		"title": "merge [re.def] into Clause 3",
		"long_link": "https://github.com/cplusplus/draft/issues/4283",
		"link": "https://wg21.link/edit4283",
		"status": "closed"
	},
	"EDIT4284": {
		"type": "editorial",
		"title": "[locale.codecvt.virtuals] Add missing pnum",
		"long_link": "https://github.com/cplusplus/draft/pull/4284",
		"link": "https://wg21.link/edit4284",
		"status": "closed"
	},
	"EDIT4285": {
		"type": "editorial",
		"title": "[stmt.ranged] Inconsistent placeholder formatting ",
		"long_link": "https://github.com/cplusplus/draft/issues/4285",
		"link": "https://wg21.link/edit4285",
		"status": "closed"
	},
	"EDIT4286": {
		"type": "editorial",
		"title": "[class.dtor] Fix wording about object's lifetime",
		"long_link": "https://github.com/cplusplus/draft/pull/4286",
		"link": "https://wg21.link/edit4286",
		"status": "closed"
	},
	"EDIT4287": {
		"type": "editorial",
		"title": "[dcl.fct] Clarify which declarations we're talking about in example.",
		"long_link": "https://github.com/cplusplus/draft/pull/4287",
		"link": "https://wg21.link/edit4287",
		"status": "open"
	},
	"EDIT4288": {
		"type": "editorial",
		"title": "[intro.defs] Integrate [re.def].",
		"long_link": "https://github.com/cplusplus/draft/pull/4288",
		"link": "https://wg21.link/edit4288",
		"status": "closed"
	},
	"EDIT4289": {
		"type": "editorial",
		"title": "[stmt.ranged] Align font for begin-expr and end-expr.",
		"long_link": "https://github.com/cplusplus/draft/pull/4289",
		"link": "https://wg21.link/edit4289",
		"status": "closed"
	},
	"EDIT4290": {
		"type": "editorial",
		"title": "[declval] Indent example and fix phrasing in example",
		"long_link": "https://github.com/cplusplus/draft/pull/4290",
		"link": "https://wg21.link/edit4290",
		"status": "closed"
	},
	"EDIT4291": {
		"type": "editorial",
		"title": "[macros] Harmonize paragraph vertical spacing",
		"long_link": "https://github.com/cplusplus/draft/pull/4291",
		"link": "https://wg21.link/edit4291",
		"status": "open"
	},
	"EDIT4292": {
		"type": "editorial",
		"title": "[rand.eng.mers] should use math font for (1u<<w)-1u",
		"long_link": "https://github.com/cplusplus/draft/issues/4292",
		"link": "https://wg21.link/edit4292",
		"status": "open"
	},
	"EDIT4293": {
		"type": "editorial",
		"title": "[layout] Make \"small\" line spacing equal to normal spacing.",
		"long_link": "https://github.com/cplusplus/draft/pull/4293",
		"link": "https://wg21.link/edit4293",
		"status": "open"
	},
	"EDIT4294": {
		"type": "editorial",
		"title": "[rand.eng.sub] drop no-op modulo operation",
		"long_link": "https://github.com/cplusplus/draft/pull/4294",
		"link": "https://wg21.link/edit4294",
		"status": "open"
	},
	"EDIT4295": {
		"type": "editorial",
		"title": "[rand.eng], [rand.adapt] Use maths to describe relations between constants",
		"long_link": "https://github.com/cplusplus/draft/pull/4295",
		"link": "https://wg21.link/edit4295",
		"status": "open"
	},
	"EDIT4296": {
		"type": "editorial",
		"title": "Fix missing `ranges::` qualifier in example",
		"long_link": "https://github.com/cplusplus/draft/pull/4296",
		"link": "https://wg21.link/edit4296",
		"status": "closed"
	},
	"EDIT4297": {
		"type": "editorial",
		"title": "Paragraphs 2 and 6 of [basic.type.qualifier] appear to be in contradiction (emphases are mine)",
		"long_link": "https://github.com/cplusplus/draft/issues/4297",
		"link": "https://wg21.link/edit4297",
		"status": "closed"
	},
	"EDIT4298": {
		"type": "editorial",
		"title": "[input.output.general] Delete note containing [fig:iostreams.streampos].",
		"long_link": "https://github.com/cplusplus/draft/pull/4298",
		"link": "https://wg21.link/edit4298",
		"status": "open"
	},
	"EDIT4299": {
		"type": "editorial",
		"title": "Replace [fig:iostreams.streampos] with words",
		"long_link": "https://github.com/cplusplus/draft/pull/4299",
		"link": "https://wg21.link/edit4299",
		"status": "open"
	},
	"EDIT4300": {
		"type": "editorial",
		"title": "[ostream.manip] Introduce SYNCBUF to detect basic_syncbuf",
		"long_link": "https://github.com/cplusplus/draft/pull/4300",
		"link": "https://wg21.link/edit4300",
		"status": "open"
	},
	"EDIT4301": {
		"type": "editorial",
		"title": "[thread.stoptoken.intro] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/4301",
		"link": "https://wg21.link/edit4301",
		"status": "closed"
	},
	"EDIT4302": {
		"type": "editorial",
		"title": "Inconsistent section naming for forward_list",
		"long_link": "https://github.com/cplusplus/draft/issues/4302",
		"link": "https://wg21.link/edit4302",
		"status": "open"
	},
	"EDIT4303": {
		"type": "editorial",
		"title": "[ranges] Add missing \"is true\"s to \\expects",
		"long_link": "https://github.com/cplusplus/draft/pull/4303",
		"link": "https://wg21.link/edit4303",
		"status": "closed"
	},
	"EDIT4304": {
		"type": "editorial",
		"title": "year_month_weekday ctor : fix object name",
		"long_link": "https://github.com/cplusplus/draft/pull/4304",
		"link": "https://wg21.link/edit4304",
		"status": "closed"
	},
	"EDIT4305": {
		"type": "editorial",
		"title": "deleting a pointer when the static type and dynamic types are similar is potentially UB",
		"long_link": "https://github.com/cplusplus/draft/issues/4305",
		"link": "https://wg21.link/edit4305",
		"status": "open"
	},
	"EDIT4306": {
		"type": "editorial",
		"title": "[stringbuf.assign] Fix typo.",
		"long_link": "https://github.com/cplusplus/draft/pull/4306",
		"link": "https://wg21.link/edit4306",
		"status": "closed"
	},
	"EDIT4307": {
		"type": "editorial",
		"title": "[conv.rank] Avoid 'shall' for plain descriptions.",
		"long_link": "https://github.com/cplusplus/draft/pull/4307",
		"link": "https://wg21.link/edit4307",
		"status": "open"
	},
	"EDIT4308": {
		"type": "editorial",
		"title": "[class.access.base] Clarify 'direct member' for access checks.",
		"long_link": "https://github.com/cplusplus/draft/pull/4308",
		"link": "https://wg21.link/edit4308",
		"status": "open"
	},
	"EDIT4309": {
		"type": "editorial",
		"title": "[stmt.return] Remove unhelpful example.",
		"long_link": "https://github.com/cplusplus/draft/pull/4309",
		"link": "https://wg21.link/edit4309",
		"status": "open"
	},
	"EDIT4310": {
		"type": "editorial",
		"title": "Remove library names from general index",
		"long_link": "https://github.com/cplusplus/draft/pull/4310",
		"link": "https://wg21.link/edit4310",
		"status": "closed"
	},
	"EDIT4311": {
		"type": "editorial",
		"title": "[ptr.launder] Fix font for object meta-variable 'X'.",
		"long_link": "https://github.com/cplusplus/draft/pull/4311",
		"link": "https://wg21.link/edit4311",
		"status": "closed"
	},
	"EDIT4312": {
		"type": "editorial",
		"title": "[except.spec] Excise undefined term 'instantiation directive'.",
		"long_link": "https://github.com/cplusplus/draft/pull/4312",
		"link": "https://wg21.link/edit4312",
		"status": "open"
	},
	"EDIT4313": {
		"type": "editorial",
		"title": "Fix list item punctuation",
		"long_link": "https://github.com/cplusplus/draft/pull/4313",
		"link": "https://wg21.link/edit4313",
		"status": "open"
	},
	"EDIT4314": {
		"type": "editorial",
		"title": "[expr] Use 'qualification-combined' and 'decomposition'.",
		"long_link": "https://github.com/cplusplus/draft/pull/4314",
		"link": "https://wg21.link/edit4314",
		"status": "open"
	},
	"EDIT4315": {
		"type": "editorial",
		"title": "[dcl.type.auto.deduct] Clarify initializer for placeholder type deduction.",
		"long_link": "https://github.com/cplusplus/draft/pull/4315",
		"link": "https://wg21.link/edit4315",
		"status": "open"
	},
	"EDIT4316": {
		"type": "editorial",
		"title": "[diff.cpp03.temp] 'export' was resurrected for modules.",
		"long_link": "https://github.com/cplusplus/draft/pull/4316",
		"link": "https://wg21.link/edit4316",
		"status": "open"
	},
	"EDIT4317": {
		"type": "editorial",
		"title": "[cpp.subst]/4 Isn't the macro execution example wrong?",
		"long_link": "https://github.com/cplusplus/draft/issues/4317",
		"link": "https://wg21.link/edit4317",
		"status": "closed"
	},
	"EDIT4318": {
		"type": "editorial",
		"title": " [time.clock.gps.members]/2 return type typo",
		"long_link": "https://github.com/cplusplus/draft/pull/4318",
		"link": "https://wg21.link/edit4318",
		"status": "open"
	},
	"EDIT4319": {
		"type": "editorial",
		"title": "could and might",
		"long_link": "https://github.com/cplusplus/draft/issues/4319",
		"link": "https://wg21.link/edit4319",
		"status": "open"
	},
	"EDIT4320": {
		"type": "editorial",
		"title": "P1048R1 A proposal for a type trait to detect scoped enumerations",
		"long_link": "https://github.com/cplusplus/draft/pull/4320",
		"link": "https://wg21.link/edit4320",
		"status": "open"
	},
	"EDIT4321": {
		"type": "editorial",
		"title": "P2227R0 Update normative reference to POSIX",
		"long_link": "https://github.com/cplusplus/draft/pull/4321",
		"link": "https://wg21.link/edit4321",
		"status": "open"
	},
	"EDIT4322": {
		"type": "editorial",
		"title": "[2020-11 CWG Motion 1] P2238R0 Core Language Working Group \"tentatively ready\" Issues for the November, 2020 virtual meeting",
		"long_link": "https://github.com/cplusplus/draft/issues/4322",
		"link": "https://wg21.link/edit4322",
		"status": "open"
	},
	"EDIT4323": {
		"type": "editorial",
		"title": "[2020-11 CWG Motion 2] P0330R8 Literal Suffix for (signed) size_t",
		"long_link": "https://github.com/cplusplus/draft/issues/4323",
		"link": "https://wg21.link/edit4323",
		"status": "open"
	},
	"EDIT4324": {
		"type": "editorial",
		"title": "[2020-11 CWG Motion 3] P2096R2 Generalized wording for partial specializations",
		"long_link": "https://github.com/cplusplus/draft/issues/4324",
		"link": "https://wg21.link/edit4324",
		"status": "open"
	},
	"EDIT4325": {
		"type": "editorial",
		"title": "[2020-11 CWG Motion 4] P2029R4 Proposed resolution for core issues 411, 1656, and 2333; numeric and universal character escapes in character and string literals",
		"long_link": "https://github.com/cplusplus/draft/issues/4325",
		"link": "https://wg21.link/edit4325",
		"status": "open"
	},
	"EDIT4326": {
		"type": "editorial",
		"title": "[2020-11 CWG Motion 5] P1787R6 Declarations and where to find them",
		"long_link": "https://github.com/cplusplus/draft/issues/4326",
		"link": "https://wg21.link/edit4326",
		"status": "open"
	},
	"EDIT4327": {
		"type": "editorial",
		"title": "[2020-11 LWG Motion 3] P2236R0 C++ Standard Library Issues to be moved in Virtual Plenary, Nov. 2020",
		"long_link": "https://github.com/cplusplus/draft/issues/4327",
		"link": "https://wg21.link/edit4327",
		"status": "open"
	},
	"EDIT4328": {
		"type": "editorial",
		"title": "[2020-11 LWG Motion 4] P1679R3 string contains function",
		"long_link": "https://github.com/cplusplus/draft/issues/4328",
		"link": "https://wg21.link/edit4328",
		"status": "open"
	},
	"EDIT4329": {
		"type": "editorial",
		"title": "[2020-11 LWG Motion 5] P0881R7 A Proposal to add stacktrace library",
		"long_link": "https://github.com/cplusplus/draft/issues/4329",
		"link": "https://wg21.link/edit4329",
		"status": "open"
	},
	"EDIT4330": {
		"type": "editorial",
		"title": "[2020-11 LWG Motion 6] P2227R0 Update normative reference to POSIX",
		"long_link": "https://github.com/cplusplus/draft/issues/4330",
		"link": "https://wg21.link/edit4330",
		"status": "open"
	},
	"EDIT4331": {
		"type": "editorial",
		"title": "[2020-11 LWG Motion 7] P1048R1 A proposal for a type trait to detect scoped enumerations",
		"long_link": "https://github.com/cplusplus/draft/issues/4331",
		"link": "https://wg21.link/edit4331",
		"status": "open"
	},
	"EDIT4332": {
		"type": "editorial",
		"title": "[2020-11 LWG Motion 8] P0943R6 Support C atomics in C++",
		"long_link": "https://github.com/cplusplus/draft/issues/4332",
		"link": "https://wg21.link/edit4332",
		"status": "open"
	},
	"EDIT4333": {
		"type": "editorial",
		"title": "[syncstream.syncbuf.cons] Remove bogus rdbuf() calls",
		"long_link": "https://github.com/cplusplus/draft/pull/4333",
		"link": "https://wg21.link/edit4333",
		"status": "open"
	},
	"EDIT4334": {
		"type": "editorial",
		"title": "[utilities] Replace 'could' and 'might'",
		"long_link": "https://github.com/cplusplus/draft/pull/4334",
		"link": "https://wg21.link/edit4334",
		"status": "open"
	},
	"EDIT4335": {
		"type": "editorial",
		"title": "[stringbuf.cons] Insert space after comma",
		"long_link": "https://github.com/cplusplus/draft/pull/4335",
		"link": "https://wg21.link/edit4335",
		"status": "closed"
	},
	"EDIT4336": {
		"type": "editorial",
		"title": "[time] Replace 'could' and 'might'",
		"long_link": "https://github.com/cplusplus/draft/pull/4336",
		"link": "https://wg21.link/edit4336",
		"status": "open"
	},
	"EDIT4337": {
		"type": "editorial",
		"title": "[strings] Replace 'could' and 'might'",
		"long_link": "https://github.com/cplusplus/draft/pull/4337",
		"link": "https://wg21.link/edit4337",
		"status": "closed"
	},
	"EDIT4338": {
		"type": "editorial",
		"title": "Consistent (and conventional) spelling of `struct tm`",
		"long_link": "https://github.com/cplusplus/draft/issues/4338",
		"link": "https://wg21.link/edit4338",
		"status": "open"
	},
	"EDIT4339": {
		"type": "editorial",
		"title": "[containers] Replace 'could' and 'might'",
		"long_link": "https://github.com/cplusplus/draft/pull/4339",
		"link": "https://wg21.link/edit4339",
		"status": "closed"
	},
	"EDIT4340": {
		"type": "editorial",
		"title": "[std] might and could: re-review for complicated cases",
		"long_link": "https://github.com/cplusplus/draft/issues/4340",
		"link": "https://wg21.link/edit4340",
		"status": "open"
	},
	"EDIT4341": {
		"type": "editorial",
		"title": "[iterators] Replace 'could' and 'might'",
		"long_link": "https://github.com/cplusplus/draft/pull/4341",
		"link": "https://wg21.link/edit4341",
		"status": "closed"
	},
	"EDIT4342": {
		"type": "editorial",
		"title": "[ranges] Replace 'could' and 'might'",
		"long_link": "https://github.com/cplusplus/draft/pull/4342",
		"link": "https://wg21.link/edit4342",
		"status": "closed"
	},
	"EDIT4343": {
		"type": "editorial",
		"title": "[algorithms] Replace 'could' and 'might'",
		"long_link": "https://github.com/cplusplus/draft/pull/4343",
		"link": "https://wg21.link/edit4343",
		"status": "closed"
	},
	"EDIT4344": {
		"type": "editorial",
		"title": "[numerics] Replace 'could' and 'might'",
		"long_link": "https://github.com/cplusplus/draft/pull/4344",
		"link": "https://wg21.link/edit4344",
		"status": "closed"
	},
	"EDIT4345": {
		"type": "editorial",
		"title": "[localization] Replace 'could' and 'might'",
		"long_link": "https://github.com/cplusplus/draft/pull/4345",
		"link": "https://wg21.link/edit4345",
		"status": "closed"
	},
	"EDIT4346": {
		"type": "editorial",
		"title": "[input.output] Replace 'could' and 'might'",
		"long_link": "https://github.com/cplusplus/draft/pull/4346",
		"link": "https://wg21.link/edit4346",
		"status": "closed"
	},
	"EDIT4347": {
		"type": "editorial",
		"title": "[re] Replace 'could' and 'might'",
		"long_link": "https://github.com/cplusplus/draft/pull/4347",
		"link": "https://wg21.link/edit4347",
		"status": "closed"
	},
	"EDIT4348": {
		"type": "editorial",
		"title": "[atomics] Replace 'could' and 'might'",
		"long_link": "https://github.com/cplusplus/draft/pull/4348",
		"link": "https://wg21.link/edit4348",
		"status": "closed"
	},
	"EDIT4349": {
		"type": "editorial",
		"title": "[thread] Replace 'could' and 'might'",
		"long_link": "https://github.com/cplusplus/draft/pull/4349",
		"link": "https://wg21.link/edit4349",
		"status": "closed"
	},
	"EDIT4350": {
		"type": "editorial",
		"title": "[diff] Replace 'could' and 'might'",
		"long_link": "https://github.com/cplusplus/draft/pull/4350",
		"link": "https://wg21.link/edit4350",
		"status": "closed"
	},
	"EDIT4351": {
		"type": "editorial",
		"title": "[depr] Replace 'could' and 'might'",
		"long_link": "https://github.com/cplusplus/draft/pull/4351",
		"link": "https://wg21.link/edit4351",
		"status": "closed"
	},
	"EDIT4352": {
		"type": "editorial",
		"title": "[diagnostics] Replace 'could' and 'might'",
		"long_link": "https://github.com/cplusplus/draft/pull/4352",
		"link": "https://wg21.link/edit4352",
		"status": "closed"
	},
	"EDIT4353": {
		"type": "editorial",
		"title": "[concepts] Replace 'could' and 'might'",
		"long_link": "https://github.com/cplusplus/draft/pull/4353",
		"link": "https://wg21.link/edit4353",
		"status": "closed"
	},
	"EDIT4354": {
		"type": "editorial",
		"title": "[support] Replace 'could' and 'might'",
		"long_link": "https://github.com/cplusplus/draft/pull/4354",
		"link": "https://wg21.link/edit4354",
		"status": "closed"
	},
	"EDIT4355": {
		"type": "editorial",
		"title": "[library] Replace 'could' and 'might'",
		"long_link": "https://github.com/cplusplus/draft/pull/4355",
		"link": "https://wg21.link/edit4355",
		"status": "closed"
	},
	"EDIT4356": {
		"type": "editorial",
		"title": "Might be a wrong of the interpretation of the example in [basic.start.dynamic#5]",
		"long_link": "https://github.com/cplusplus/draft/issues/4356",
		"link": "https://wg21.link/edit4356",
		"status": "open"
	},
	"EDIT4357": {
		"type": "editorial",
		"title": "[cpp] Replace 'could' and 'might'",
		"long_link": "https://github.com/cplusplus/draft/pull/4357",
		"link": "https://wg21.link/edit4357",
		"status": "closed"
	},
	"EDIT4358": {
		"type": "editorial",
		"title": "[except] Replace 'could' and 'might'",
		"long_link": "https://github.com/cplusplus/draft/pull/4358",
		"link": "https://wg21.link/edit4358",
		"status": "closed"
	},
	"EDIT4359": {
		"type": "editorial",
		"title": "[temp] Replace 'could' and 'might'",
		"long_link": "https://github.com/cplusplus/draft/pull/4359",
		"link": "https://wg21.link/edit4359",
		"status": "closed"
	},
	"EDIT4360": {
		"type": "editorial",
		"title": "[over] Replace 'could' and 'might'",
		"long_link": "https://github.com/cplusplus/draft/pull/4360",
		"link": "https://wg21.link/edit4360",
		"status": "closed"
	},
	"EDIT4361": {
		"type": "editorial",
		"title": "[class] Replace 'could' and 'might'",
		"long_link": "https://github.com/cplusplus/draft/pull/4361",
		"link": "https://wg21.link/edit4361",
		"status": "closed"
	},
	"EDIT4362": {
		"type": "editorial",
		"title": "[dcl.dcl] Replace 'could' and 'might'",
		"long_link": "https://github.com/cplusplus/draft/pull/4362",
		"link": "https://wg21.link/edit4362",
		"status": "closed"
	},
	"EDIT4363": {
		"type": "editorial",
		"title": "[stmt.stmt] Replace 'could' and 'might'",
		"long_link": "https://github.com/cplusplus/draft/pull/4363",
		"link": "https://wg21.link/edit4363",
		"status": "closed"
	},
	"EDIT4364": {
		"type": "editorial",
		"title": "[expr] Replace 'could' and 'might'",
		"long_link": "https://github.com/cplusplus/draft/pull/4364",
		"link": "https://wg21.link/edit4364",
		"status": "closed"
	},
	"EDIT4365": {
		"type": "editorial",
		"title": "[basic] Replace 'could' and 'might'",
		"long_link": "https://github.com/cplusplus/draft/pull/4365",
		"link": "https://wg21.link/edit4365",
		"status": "closed"
	},
	"EDIT4366": {
		"type": "editorial",
		"title": "[lex] Replace 'could' and 'might'",
		"long_link": "https://github.com/cplusplus/draft/pull/4366",
		"link": "https://wg21.link/edit4366",
		"status": "closed"
	},
	"EDIT4367": {
		"type": "editorial",
		"title": "CWG Poll 2: P0330R8 Literal Suffix for (signed) size_t",
		"long_link": "https://github.com/cplusplus/draft/pull/4367",
		"link": "https://wg21.link/edit4367",
		"status": "closed"
	},
	"EDIT4368": {
		"type": "editorial",
		"title": "CWG Poll 3: P2096R2 Generalized wording for partial specializations",
		"long_link": "https://github.com/cplusplus/draft/pull/4368",
		"link": "https://wg21.link/edit4368",
		"status": "closed"
	},
	"EDIT4369": {
		"type": "editorial",
		"title": "Consider using less excessively large source files",
		"long_link": "https://github.com/cplusplus/draft/issues/4369",
		"link": "https://wg21.link/edit4369",
		"status": "open"
	},
	"EDIT4370": {
		"type": "editorial",
		"title": "[res.on.data.races] Replace 'could'.",
		"long_link": "https://github.com/cplusplus/draft/pull/4370",
		"link": "https://wg21.link/edit4370",
		"status": "closed"
	},
	"EDIT4371": {
		"type": "editorial",
		"title": "CWG Poll 4: P2029R4 Numeric and universal character escapes in character and string literals",
		"long_link": "https://github.com/cplusplus/draft/pull/4371",
		"link": "https://wg21.link/edit4371",
		"status": "closed"
	},
	"EDIT4372": {
		"type": "editorial",
		"title": "LWG Poll 8: P0943R6 Support C atomics in C++",
		"long_link": "https://github.com/cplusplus/draft/pull/4372",
		"link": "https://wg21.link/edit4372",
		"status": "open"
	},
	"EDIT4373": {
		"type": "editorial",
		"title": "LWG Poll 4: P1679R3 string contains function",
		"long_link": "https://github.com/cplusplus/draft/pull/4373",
		"link": "https://wg21.link/edit4373",
		"status": "open"
	},
	"EDIT4374": {
		"type": "editorial",
		"title": "[thread.sharedtimedmutex.requirements.general] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/4374",
		"link": "https://wg21.link/edit4374",
		"status": "closed"
	},
	"EDIT4375": {
		"type": "editorial",
		"title": "LWG Poll 5: P0881R7 A Proposal to add stacktrace library",
		"long_link": "https://github.com/cplusplus/draft/pull/4375",
		"link": "https://wg21.link/edit4375",
		"status": "open"
	},
	"EDIT4376": {
		"type": "editorial",
		"title": "CWG Poll 1: P2238R0 Core Language Working Group \"tentatively ready\" Issues",
		"long_link": "https://github.com/cplusplus/draft/pull/4376",
		"link": "https://wg21.link/edit4376",
		"status": "closed"
	},
	"EDIT4377": {
		"type": "editorial",
		"title": "[res.on.arguments.1.3] Can std library APIs that take arguments by rvalue reference move from them?",
		"long_link": "https://github.com/cplusplus/draft/issues/4377",
		"link": "https://wg21.link/edit4377",
		"status": "closed"
	},
	"EDIT4378": {
		"type": "editorial",
		"title": "[atomics.syn] macros in namespace std",
		"long_link": "https://github.com/cplusplus/draft/issues/4378",
		"link": "https://wg21.link/edit4378",
		"status": "open"
	},
	"EDIT4379": {
		"type": "editorial",
		"title": "CWG Poll 5: P1787R6 Declarations and where to find them",
		"long_link": "https://github.com/cplusplus/draft/pull/4379",
		"link": "https://wg21.link/edit4379",
		"status": "open"
	},
	"EDIT4380": {
		"type": "editorial",
		"title": "LWG Poll 3: P2236R0 Standard Library Ready and Tentatively Ready issues",
		"long_link": "https://github.com/cplusplus/draft/pull/4380",
		"link": "https://wg21.link/edit4380",
		"status": "open"
	},
	"EDIT4381": {
		"type": "editorial",
		"title": "\\exposid (and similar macros) cause misalignment of columns in code blocks",
		"long_link": "https://github.com/cplusplus/draft/issues/4381",
		"link": "https://wg21.link/edit4381",
		"status": "closed"
	},
	"EDIT4382": {
		"type": "editorial",
		"title": "[iterators.common] fix typo and add \"is true\" to Preconditions: clauses",
		"long_link": "https://github.com/cplusplus/draft/pull/4382",
		"link": "https://wg21.link/edit4382",
		"status": "closed"
	},
	"EDIT4383": {
		"type": "editorial",
		"title": "Always use \\libconcept, even in synopsis and itemdecls",
		"long_link": "https://github.com/cplusplus/draft/issues/4383",
		"link": "https://wg21.link/edit4383",
		"status": "open"
	},
	"EDIT4384": {
		"type": "editorial",
		"title": "Replace \"could\" and \"might\", Clauses 1-15.",
		"long_link": "https://github.com/cplusplus/draft/pull/4384",
		"link": "https://wg21.link/edit4384",
		"status": "closed"
	},
	"EDIT4385": {
		"type": "editorial",
		"title": "[over.call.func, gram.key] Make colon in bnf non-italic.",
		"long_link": "https://github.com/cplusplus/draft/pull/4385",
		"link": "https://wg21.link/edit4385",
		"status": "open"
	},
	"EDIT4386": {
		"type": "editorial",
		"title": "Replace \"could\" and \"might\", Clauses 16-32.",
		"long_link": "https://github.com/cplusplus/draft/pull/4386",
		"link": "https://wg21.link/edit4386",
		"status": "closed"
	},
	"EDIT4387": {
		"type": "editorial",
		"title": "[dcl.array] p.7 may be outdated",
		"long_link": "https://github.com/cplusplus/draft/issues/4387",
		"link": "https://wg21.link/edit4387",
		"status": "open"
	},
	"EDIT4388": {
		"type": "editorial",
		"title": "[class.copy.assign]p8 needs rewording",
		"long_link": "https://github.com/cplusplus/draft/issues/4388",
		"link": "https://wg21.link/edit4388",
		"status": "open"
	},
	"EDIT4389": {
		"type": "editorial",
		"title": "Replacing \"might\" with \"can\" obscures the distinction of possiblity and risk",
		"long_link": "https://github.com/cplusplus/draft/issues/4389",
		"link": "https://wg21.link/edit4389",
		"status": "open"
	},
	"EDIT4390": {
		"type": "editorial",
		"title": "Replace \"could\" and \"might\" in Annexes.",
		"long_link": "https://github.com/cplusplus/draft/pull/4390",
		"link": "https://wg21.link/edit4390",
		"status": "closed"
	},
	"EDIT4391": {
		"type": "editorial",
		"title": "atomic wait/notify_one/notify_all : add volatile constraints",
		"long_link": "https://github.com/cplusplus/draft/pull/4391",
		"link": "https://wg21.link/edit4391",
		"status": "closed"
	},
	"EDIT4392": {
		"type": "editorial",
		"title": "[macros] Add \"\\exposidnc\", like \\exposid without italic correction",
		"long_link": "https://github.com/cplusplus/draft/pull/4392",
		"link": "https://wg21.link/edit4392",
		"status": "closed"
	},
	"EDIT4393": {
		"type": "editorial",
		"title": "Rewordings to avoid \"might\" and \"could\"",
		"long_link": "https://github.com/cplusplus/draft/pull/4393",
		"link": "https://wg21.link/edit4393",
		"status": "open"
	},
	"EDIT4394": {
		"type": "editorial",
		"title": "P2029R4 (\"character escapes\") seemingly attempts to introduce new terms",
		"long_link": "https://github.com/cplusplus/draft/issues/4394",
		"link": "https://wg21.link/edit4394",
		"status": "open"
	},
	"EDIT4395": {
		"type": "editorial",
		"title": "Rebase Motion 5",
		"long_link": "https://github.com/cplusplus/draft/pull/4395",
		"link": "https://wg21.link/edit4395",
		"status": "closed"
	},
	"EDIT4396": {
		"type": "editorial",
		"title": "[temp.over.link] Remove (apparent) copy/paste extra lines from example code",
		"long_link": "https://github.com/cplusplus/draft/pull/4396",
		"link": "https://wg21.link/edit4396",
		"status": "open"
	},
	"EDIT4397": {
		"type": "editorial",
		"title": "[expr.type.conv] Remove unnecessary indirection of \"specified type\" when the resulting type will always be unqualified void",
		"long_link": "https://github.com/cplusplus/draft/pull/4397",
		"link": "https://wg21.link/edit4397",
		"status": "closed"
	},
	"EDIT4398": {
		"type": "editorial",
		"title": "Rebased version of CWG Poll 5: P1787R6 Declarations and where to find them",
		"long_link": "https://github.com/cplusplus/draft/pull/4398",
		"link": "https://wg21.link/edit4398",
		"status": "closed"
	},
	"EDIT4399": {
		"type": "editorial",
		"title": "Address partial specialization merge conflicts",
		"long_link": "https://github.com/cplusplus/draft/pull/4399",
		"link": "https://wg21.link/edit4399",
		"status": "closed"
	},
	"EDIT4400": {
		"type": "editorial",
		"title": "Footnote marks should appear after punctuation",
		"long_link": "https://github.com/cplusplus/draft/issues/4400",
		"link": "https://wg21.link/edit4400",
		"status": "closed"
	},
	"EDIT4401": {
		"type": "editorial",
		"title": "Replace \"typedef name\" with <grammar>typedef-name</>",
		"long_link": "https://github.com/cplusplus/draft/issues/4401",
		"link": "https://wg21.link/edit4401",
		"status": "open"
	},
	"EDIT4402": {
		"type": "editorial",
		"title": "[std] Move punctuation to before the footnote marker.",
		"long_link": "https://github.com/cplusplus/draft/pull/4402",
		"link": "https://wg21.link/edit4402",
		"status": "closed"
	},
	"EDIT4403": {
		"type": "editorial",
		"title": "Assorted review comments from CWG-5",
		"long_link": "https://github.com/cplusplus/draft/issues/4403",
		"link": "https://wg21.link/edit4403",
		"status": "open"
	},
	"EDIT4404": {
		"type": "editorial",
		"title": "[cpp.import] Use \"header unit\" where appropriate",
		"long_link": "https://github.com/cplusplus/draft/issues/4404",
		"link": "https://wg21.link/edit4404",
		"status": "open"
	},
	"EDIT4405": {
		"type": "editorial",
		"title": "Use \\keyword pervasively",
		"long_link": "https://github.com/cplusplus/draft/pull/4405",
		"link": "https://wg21.link/edit4405",
		"status": "open"
	},
	"EDIT4406": {
		"type": "editorial",
		"title": "[cpp.import] Clarify header units as the source of macro definitions.",
		"long_link": "https://github.com/cplusplus/draft/pull/4406",
		"link": "https://wg21.link/edit4406",
		"status": "open"
	},
	"EDIT4407": {
		"type": "editorial",
		"title": "[iterator.requirements.general] Fix indexing around 'valid range'.",
		"long_link": "https://github.com/cplusplus/draft/pull/4407",
		"link": "https://wg21.link/edit4407",
		"status": "closed"
	},
	"EDIT4408": {
		"type": "editorial",
		"title": "Fix up the wording of one note, and add a second note, on implicit move.",
		"long_link": "https://github.com/cplusplus/draft/pull/4408",
		"link": "https://wg21.link/edit4408",
		"status": "open"
	},
	"EDIT4409": {
		"type": "editorial",
		"title": "[class.mem.general]/12 seems to conflict with [class.nest]/3",
		"long_link": "https://github.com/cplusplus/draft/issues/4409",
		"link": "https://wg21.link/edit4409",
		"status": "open"
	},
	"EDIT4410": {
		"type": "editorial",
		"title": "[atomics.syn] Move macro definitions to the global namespace.",
		"long_link": "https://github.com/cplusplus/draft/pull/4410",
		"link": "https://wg21.link/edit4410",
		"status": "closed"
	},
	"EDIT4411": {
		"type": "editorial",
		"title": "[func.wrap.func] Remove declarations already in [functional.syn]",
		"long_link": "https://github.com/cplusplus/draft/pull/4411",
		"link": "https://wg21.link/edit4411",
		"status": "closed"
	},
	"EDIT4412": {
		"type": "editorial",
		"title": "Hello",
		"long_link": "https://github.com/cplusplus/draft/issues/4412",
		"link": "https://wg21.link/edit4412",
		"status": "closed"
	},
	"EDIT4413": {
		"type": "editorial",
		"title": "[dcl.constexpr] Definition of \"identifier label\" was removed but is still used",
		"long_link": "https://github.com/cplusplus/draft/issues/4413",
		"link": "https://wg21.link/edit4413",
		"status": "closed"
	},
	"EDIT4414": {
		"type": "editorial",
		"title": "[std, cover-wd] Update editor",
		"long_link": "https://github.com/cplusplus/draft/pull/4414",
		"link": "https://wg21.link/edit4414",
		"status": "closed"
	},
	"EDIT4415": {
		"type": "editorial",
		"title": "[dcl.constexpr] Remove use of 'identifier label'.",
		"long_link": "https://github.com/cplusplus/draft/pull/4415",
		"link": "https://wg21.link/edit4415",
		"status": "closed"
	},
	"EDIT4416": {
		"type": "editorial",
		"title": "[class.mem.general] Allow non-defining declarations of nested classes.",
		"long_link": "https://github.com/cplusplus/draft/pull/4416",
		"link": "https://wg21.link/edit4416",
		"status": "open"
	},
	"EDIT4417": {
		"type": "editorial",
		"title": "[std] Use grammar typedef-name instead of 'typedef name'.",
		"long_link": "https://github.com/cplusplus/draft/pull/4417",
		"link": "https://wg21.link/edit4417",
		"status": "open"
	},
	"EDIT4418": {
		"type": "editorial",
		"title": "[class.copy.assign] Fix phrasing in note",
		"long_link": "https://github.com/cplusplus/draft/pull/4418",
		"link": "https://wg21.link/edit4418",
		"status": "open"
	},
	"EDIT4419": {
		"type": "editorial",
		"title": "[dcl.array] Arrays of unknown bound are allowed in function parameters.",
		"long_link": "https://github.com/cplusplus/draft/pull/4419",
		"link": "https://wg21.link/edit4419",
		"status": "closed"
	},
	"EDIT4420": {
		"type": "editorial",
		"title": "Confusing wording in note on [basic.start.dynamic]/1",
		"long_link": "https://github.com/cplusplus/draft/issues/4420",
		"link": "https://wg21.link/edit4420",
		"status": "open"
	},
	"EDIT4421": {
		"type": "editorial",
		"title": "[stacktrace.entry.overview] Italicize 'implementation-defined' in code block",
		"long_link": "https://github.com/cplusplus/draft/pull/4421",
		"link": "https://wg21.link/edit4421",
		"status": "closed"
	},
	"EDIT4422": {
		"type": "editorial",
		"title": "[basic.lookup.qual.general] Add \\tcode around N::B<0>",
		"long_link": "https://github.com/cplusplus/draft/pull/4422",
		"link": "https://wg21.link/edit4422",
		"status": "closed"
	},
	"EDIT4423": {
		"type": "editorial",
		"title": "[range.split.view] Make require-constant a function",
		"long_link": "https://github.com/cplusplus/draft/issues/4423",
		"link": "https://wg21.link/edit4423",
		"status": "closed"
	},
	"EDIT4424": {
		"type": "editorial",
		"title": "[range.drop.while.view] Add missing \\exposid{}s",
		"long_link": "https://github.com/cplusplus/draft/pull/4424",
		"link": "https://wg21.link/edit4424",
		"status": "closed"
	},
	"EDIT4425": {
		"type": "editorial",
		"title": "[time.zone.leap.nonmembers] Fix requires-clause indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/4425",
		"link": "https://wg21.link/edit4425",
		"status": "closed"
	},
	"EDIT4426": {
		"type": "editorial",
		"title": "[range.iota.iterator,range.iota.sentinel] Complete iota_view's requires-clause",
		"long_link": "https://github.com/cplusplus/draft/pull/4426",
		"link": "https://wg21.link/edit4426",
		"status": "open"
	},
	"EDIT4427": {
		"type": "editorial",
		"title": "[iterator.synopsis] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/4427",
		"link": "https://wg21.link/edit4427",
		"status": "closed"
	},
	"EDIT4428": {
		"type": "editorial",
		"title": "[time.duration.comparisons] Fix requires-clause indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/4428",
		"link": "https://wg21.link/edit4428",
		"status": "closed"
	},
	"EDIT4429": {
		"type": "editorial",
		"title": "[specialized.algorithms] requires-clause not aligned with return type",
		"long_link": "https://github.com/cplusplus/draft/issues/4429",
		"link": "https://wg21.link/edit4429",
		"status": "closed"
	},
	"EDIT4430": {
		"type": "editorial",
		"title": "[specialized.algorithms] Align requires-clause with return type",
		"long_link": "https://github.com/cplusplus/draft/pull/4430",
		"link": "https://wg21.link/edit4430",
		"status": "closed"
	},
	"EDIT4431": {
		"type": "editorial",
		"title": "[range.range] Redudant paragraph about expression variations",
		"long_link": "https://github.com/cplusplus/draft/issues/4431",
		"link": "https://wg21.link/edit4431",
		"status": "open"
	},
	"EDIT4432": {
		"type": "editorial",
		"title": "[concepts.equality] Mark notes and examples as such",
		"long_link": "https://github.com/cplusplus/draft/issues/4432",
		"link": "https://wg21.link/edit4432",
		"status": "open"
	},
	"EDIT4433": {
		"type": "editorial",
		"title": "Missing defining entry for <stacktrace> in header index",
		"long_link": "https://github.com/cplusplus/draft/issues/4433",
		"link": "https://wg21.link/edit4433",
		"status": "closed"
	},
	"EDIT4434": {
		"type": "editorial",
		"title": "[stacktrace.syn] Add header index entry for <stacktrace>.",
		"long_link": "https://github.com/cplusplus/draft/pull/4434",
		"link": "https://wg21.link/edit4434",
		"status": "closed"
	},
	"EDIT4435": {
		"type": "editorial",
		"title": "[library.general] Update for top-level Clause [time]",
		"long_link": "https://github.com/cplusplus/draft/issues/4435",
		"link": "https://wg21.link/edit4435",
		"status": "open"
	},
	"EDIT4436": {
		"type": "editorial",
		"title": "[localization] Reformat LaTeX source code.",
		"long_link": "https://github.com/cplusplus/draft/pull/4436",
		"link": "https://wg21.link/edit4436",
		"status": "closed"
	},
	"EDIT4437": {
		"type": "editorial",
		"title": "[unord.hash] Redundant wording",
		"long_link": "https://github.com/cplusplus/draft/issues/4437",
		"link": "https://wg21.link/edit4437",
		"status": "open"
	},
	"EDIT4438": {
		"type": "editorial",
		"title": "[unord.hash] Remove redundant wording",
		"long_link": "https://github.com/cplusplus/draft/pull/4438",
		"link": "https://wg21.link/edit4438",
		"status": "open"
	},
	"EDIT4439": {
		"type": "editorial",
		"title": "[temp.explicit] Remove extraneous x",
		"long_link": "https://github.com/cplusplus/draft/pull/4439",
		"link": "https://wg21.link/edit4439",
		"status": "closed"
	},
	"EDIT4440": {
		"type": "editorial",
		"title": "[system.error.syn] Specify the what: templates",
		"long_link": "https://github.com/cplusplus/draft/pull/4440",
		"link": "https://wg21.link/edit4440",
		"status": "closed"
	},
	"EDIT4441": {
		"type": "editorial",
		"title": "[library.general] Adjust order according to recent clause reorganizations.",
		"long_link": "https://github.com/cplusplus/draft/pull/4441",
		"link": "https://wg21.link/edit4441",
		"status": "open"
	},
	"EDIT4442": {
		"type": "editorial",
		"title": "[concepts.equality] Turn 'e.g.' into a proper example.",
		"long_link": "https://github.com/cplusplus/draft/pull/4442",
		"link": "https://wg21.link/edit4442",
		"status": "closed"
	},
	"EDIT4443": {
		"type": "editorial",
		"title": "The candidate conversion functions of directly binding reference",
		"long_link": "https://github.com/cplusplus/draft/issues/4443",
		"link": "https://wg21.link/edit4443",
		"status": "closed"
	},
	"EDIT4444": {
		"type": "editorial",
		"title": "[range.dangling] Split up overly long sentence.",
		"long_link": "https://github.com/cplusplus/draft/pull/4444",
		"link": "https://wg21.link/edit4444",
		"status": "open"
	},
	"EDIT4445": {
		"type": "editorial",
		"title": "[over.built] Correct note re: \"hiding\" to match over.match.oper/3",
		"long_link": "https://github.com/cplusplus/draft/pull/4445",
		"link": "https://wg21.link/edit4445",
		"status": "closed"
	},
	"EDIT4446": {
		"type": "editorial",
		"title": "[floatfield.manip] Rephrase note about ios_base::hex",
		"long_link": "https://github.com/cplusplus/draft/pull/4446",
		"link": "https://wg21.link/edit4446",
		"status": "open"
	},
	"EDIT4447": {
		"type": "editorial",
		"title": "[index] Add missing implementation-defined types",
		"long_link": "https://github.com/cplusplus/draft/pull/4447",
		"link": "https://wg21.link/edit4447",
		"status": "open"
	},
	"EDIT4448": {
		"type": "editorial",
		"title": "[lib] Ensure non-member swap is declared in the header synopsis only",
		"long_link": "https://github.com/cplusplus/draft/pull/4448",
		"link": "https://wg21.link/edit4448",
		"status": "closed"
	},
	"EDIT4449": {
		"type": "editorial",
		"title": "[lib] Use 'specialization' instead of 'instance'",
		"long_link": "https://github.com/cplusplus/draft/pull/4449",
		"link": "https://wg21.link/edit4449",
		"status": "closed"
	},
	"EDIT4450": {
		"type": "editorial",
		"title": "[range.split.outer] Clarify scope of exposition-only 'current'",
		"long_link": "https://github.com/cplusplus/draft/pull/4450",
		"link": "https://wg21.link/edit4450",
		"status": "open"
	},
	"EDIT4451": {
		"type": "editorial",
		"title": "[basic.stc.dynamic] Rework presentation",
		"long_link": "https://github.com/cplusplus/draft/pull/4451",
		"link": "https://wg21.link/edit4451",
		"status": "open"
	},
	"EDIT4452": {
		"type": "editorial",
		"title": "[thread.condition.general] Fix style of quotation marks",
		"long_link": "https://github.com/cplusplus/draft/pull/4452",
		"link": "https://wg21.link/edit4452",
		"status": "closed"
	},
	"EDIT4453": {
		"type": "editorial",
		"title": "Remove some \\textit",
		"long_link": "https://github.com/cplusplus/draft/pull/4453",
		"link": "https://wg21.link/edit4453",
		"status": "closed"
	},
	"EDIT4454": {
		"type": "editorial",
		"title": "[container.requirements] Improve indexing of members described in requirements",
		"long_link": "https://github.com/cplusplus/draft/pull/4454",
		"link": "https://wg21.link/edit4454",
		"status": "open"
	},
	"EDIT4455": {
		"type": "editorial",
		"title": "fix: small typo errors",
		"long_link": "https://github.com/cplusplus/draft/pull/4455",
		"link": "https://wg21.link/edit4455",
		"status": "closed"
	},
	"EDIT4456": {
		"type": "editorial",
		"title": "[ranges] Improve concept index",
		"long_link": "https://github.com/cplusplus/draft/pull/4456",
		"link": "https://wg21.link/edit4456",
		"status": "closed"
	},
	"EDIT4457": {
		"type": "editorial",
		"title": "[expr.prim.req.type] Clarify example comment re: validity of name only",
		"long_link": "https://github.com/cplusplus/draft/pull/4457",
		"link": "https://wg21.link/edit4457",
		"status": "closed"
	},
	"EDIT4458": {
		"type": "editorial",
		"title": "[specialized.algorithms] Qualify declarator-id with sub-namespace.",
		"long_link": "https://github.com/cplusplus/draft/pull/4458",
		"link": "https://wg21.link/edit4458",
		"status": "open"
	},
	"EDIT4459": {
		"type": "editorial",
		"title": "[fs.op.funcs] Qualify declarator-id with sub-namespace.",
		"long_link": "https://github.com/cplusplus/draft/pull/4459",
		"link": "https://wg21.link/edit4459",
		"status": "closed"
	},
	"EDIT4460": {
		"type": "editorial",
		"title": "[re.req] Dismantle requirements table.",
		"long_link": "https://github.com/cplusplus/draft/pull/4460",
		"link": "https://wg21.link/edit4460",
		"status": "open"
	},
	"EDIT4461": {
		"type": "editorial",
		"title": "[over.match.conv]: added missing \"can\"",
		"long_link": "https://github.com/cplusplus/draft/pull/4461",
		"link": "https://wg21.link/edit4461",
		"status": "closed"
	},
	"EDIT4462": {
		"type": "editorial",
		"title": "[dcl.pre] Reorder paragraphs",
		"long_link": "https://github.com/cplusplus/draft/pull/4462",
		"link": "https://wg21.link/edit4462",
		"status": "open"
	},
	"EDIT4463": {
		"type": "editorial",
		"title": "Add examples to [basic.lookup.unqual]/5",
		"long_link": "https://github.com/cplusplus/draft/issues/4463",
		"link": "https://wg21.link/edit4463",
		"status": "open"
	},
	"EDIT4464": {
		"type": "editorial",
		"title": "[basic.lookup.unqual] Add examples for conversion-function-ids",
		"long_link": "https://github.com/cplusplus/draft/pull/4464",
		"link": "https://wg21.link/edit4464",
		"status": "open"
	},
	"EDIT4465": {
		"type": "editorial",
		"title": "[forwardlist.ops,list.ops] Fix specification of 'unique'",
		"long_link": "https://github.com/cplusplus/draft/pull/4465",
		"link": "https://wg21.link/edit4465",
		"status": "open"
	},
	"EDIT4466": {
		"type": "editorial",
		"title": "What are the immediate subexpressions of a braced-init-list",
		"long_link": "https://github.com/cplusplus/draft/issues/4466",
		"link": "https://wg21.link/edit4466",
		"status": "open"
	},
	"EDIT4467": {
		"type": "editorial",
		"title": "[defns.well.formed] Current definition of \"well-formed\" might be imprecise",
		"long_link": "https://github.com/cplusplus/draft/issues/4467",
		"link": "https://wg21.link/edit4467",
		"status": "open"
	},
	"EDIT4468": {
		"type": "editorial",
		"title": "[stmt.pre] Different definitions for the substatements of selection-statement and iteration-statement",
		"long_link": "https://github.com/cplusplus/draft/issues/4468",
		"link": "https://wg21.link/edit4468",
		"status": "closed"
	},
	"EDIT4469": {
		"type": "editorial",
		"title": "[stacktrace.basic.overview] Add missing \"namespace std {\"",
		"long_link": "https://github.com/cplusplus/draft/pull/4469",
		"link": "https://wg21.link/edit4469",
		"status": "closed"
	},
	"EDIT4470": {
		"type": "editorial",
		"title": "[iterator.concept.winc] Improve paragraph's indexing and grammar",
		"long_link": "https://github.com/cplusplus/draft/pull/4470",
		"link": "https://wg21.link/edit4470",
		"status": "closed"
	},
	"EDIT4471": {
		"type": "editorial",
		"title": "[time.traits] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/4471",
		"link": "https://wg21.link/edit4471",
		"status": "closed"
	},
	"EDIT4472": {
		"type": "editorial",
		"title": "[iterator.concept.winc] `I` used to represent both an integer-class and weakly_incrementable type",
		"long_link": "https://github.com/cplusplus/draft/issues/4472",
		"link": "https://wg21.link/edit4472",
		"status": "open"
	},
	"EDIT4473": {
		"type": "editorial",
		"title": "[stacktrace.basic.cmp] Update 'lexicographical_­compare_­3way'",
		"long_link": "https://github.com/cplusplus/draft/pull/4473",
		"link": "https://wg21.link/edit4473",
		"status": "closed"
	},
	"EDIT4474": {
		"type": "editorial",
		"title": "[stacktrace.basic.cmp] Update 'lexicographical_compare_3way'",
		"long_link": "https://github.com/cplusplus/draft/pull/4474",
		"link": "https://wg21.link/edit4474",
		"status": "closed"
	},
	"EDIT4475": {
		"type": "editorial",
		"title": "[stacktrace.basic.cmp] fix <=> function name",
		"long_link": "https://github.com/cplusplus/draft/pull/4475",
		"link": "https://wg21.link/edit4475",
		"status": "closed"
	},
	"EDIT4476": {
		"type": "editorial",
		"title": "[time.duration.cons] sentence in p3 is not clear  LWG 3090",
		"long_link": "https://github.com/cplusplus/draft/issues/4476",
		"link": "https://wg21.link/edit4476",
		"status": "closed"
	},
	"EDIT4477": {
		"type": "editorial",
		"title": "[lib] Index all uses of public concepts",
		"long_link": "https://github.com/cplusplus/draft/pull/4477",
		"link": "https://wg21.link/edit4477",
		"status": "open"
	},
	"EDIT4478": {
		"type": "editorial",
		"title": "[dcl.init.general] p5 wording does not seem to match the intent",
		"long_link": "https://github.com/cplusplus/draft/issues/4478",
		"link": "https://wg21.link/edit4478",
		"status": "closed"
	},
	"EDIT4479": {
		"type": "editorial",
		"title": "[temp.expl.spec] Should \"declared before\" be replaced by \"reachable\"?",
		"long_link": "https://github.com/cplusplus/draft/issues/4479",
		"link": "https://wg21.link/edit4479",
		"status": "open"
	},
	"EDIT4480": {
		"type": "editorial",
		"title": "[format.arg] Fix return type of visit_format_arg",
		"long_link": "https://github.com/cplusplus/draft/pull/4480",
		"link": "https://wg21.link/edit4480",
		"status": "closed"
	},
	"EDIT4481": {
		"type": "editorial",
		"title": "[stacktrace.entry.query] Fix description of `source_line`",
		"long_link": "https://github.com/cplusplus/draft/pull/4481",
		"link": "https://wg21.link/edit4481",
		"status": "open"
	},
	"EDIT4482": {
		"type": "editorial",
		"title": "[dcl.init.general] Fix misapplied term 'block variable'",
		"long_link": "https://github.com/cplusplus/draft/pull/4482",
		"link": "https://wg21.link/edit4482",
		"status": "closed"
	},
	"EDIT4483": {
		"type": "editorial",
		"title": "[lib] Use 'tm', not 'struct tm'",
		"long_link": "https://github.com/cplusplus/draft/pull/4483",
		"link": "https://wg21.link/edit4483",
		"status": "closed"
	},
	"EDIT4484": {
		"type": "editorial",
		"title": "[defns.well.formed] Fix definition of 'well-formed'",
		"long_link": "https://github.com/cplusplus/draft/pull/4484",
		"link": "https://wg21.link/edit4484",
		"status": "open"
	},
	"EDIT4485": {
		"type": "editorial",
		"title": "[stmt.pre] Excise undefined term 'contained'",
		"long_link": "https://github.com/cplusplus/draft/pull/4485",
		"link": "https://wg21.link/edit4485",
		"status": "closed"
	},
	"EDIT4486": {
		"type": "editorial",
		"title": "[basic.start.dynamic] Clarify note about templated variables",
		"long_link": "https://github.com/cplusplus/draft/pull/4486",
		"link": "https://wg21.link/edit4486",
		"status": "open"
	},
	"EDIT4487": {
		"type": "editorial",
		"title": "[iterator.concept.winc] Move concept definition near its description",
		"long_link": "https://github.com/cplusplus/draft/pull/4487",
		"link": "https://wg21.link/edit4487",
		"status": "open"
	},
	"EDIT4488": {
		"type": "editorial",
		"title": "[func.bind.front] Delimit introduced names more conventionally",
		"long_link": "https://github.com/cplusplus/draft/pull/4488",
		"link": "https://wg21.link/edit4488",
		"status": "closed"
	},
	"EDIT4489": {
		"type": "editorial",
		"title": "[temp.expl.spec] Use 'reachable from', not 'declared before'",
		"long_link": "https://github.com/cplusplus/draft/pull/4489",
		"link": "https://wg21.link/edit4489",
		"status": "open"
	},
	"EDIT4490": {
		"type": "editorial",
		"title": "[intro.object]/1 Turn non-normative wording into a Note; remove incorrect wording.",
		"long_link": "https://github.com/cplusplus/draft/pull/4490",
		"link": "https://wg21.link/edit4490",
		"status": "open"
	},
	"EDIT4491": {
		"type": "editorial",
		"title": "[structure.specifications] Should we add an element for semantic requirements of concepts?",
		"long_link": "https://github.com/cplusplus/draft/issues/4491",
		"link": "https://wg21.link/edit4491",
		"status": "open"
	},
	"EDIT4492": {
		"type": "editorial",
		"title": "[cmp.alg] Notes for ill-formed cases are inconsistent with those in [range.access]",
		"long_link": "https://github.com/cplusplus/draft/issues/4492",
		"link": "https://wg21.link/edit4492",
		"status": "open"
	},
	"EDIT4493": {
		"type": "editorial",
		"title": "[conv.lval] doesn't specify the result for objects that are not accessed?",
		"long_link": "https://github.com/cplusplus/draft/issues/4493",
		"link": "https://wg21.link/edit4493",
		"status": "open"
	},
	"EDIT4494": {
		"type": "editorial",
		"title": "[cmp.alg] Clarify ill-formed CPO invocations are SFINAE-friendly",
		"long_link": "https://github.com/cplusplus/draft/pull/4494",
		"link": "https://wg21.link/edit4494",
		"status": "open"
	},
	"EDIT4495": {
		"type": "editorial",
		"title": "[conv.lval] Determine the value of a constant without accessing an object",
		"long_link": "https://github.com/cplusplus/draft/pull/4495",
		"link": "https://wg21.link/edit4495",
		"status": "open"
	},
	"EDIT4496": {
		"type": "editorial",
		"title": "Update Getting Started on Arch Linux",
		"long_link": "https://github.com/cplusplus/draft/pull/4496",
		"link": "https://wg21.link/edit4496",
		"status": "closed"
	},
	"EDIT4497": {
		"type": "editorial",
		"title": "[class.base.init] \"Unfortunately\" in standardese text",
		"long_link": "https://github.com/cplusplus/draft/issues/4497",
		"link": "https://wg21.link/edit4497",
		"status": "closed"
	},
	"EDIT4498": {
		"type": "editorial",
		"title": "[basic.def.odr] What does `D` refer to in p14?",
		"long_link": "https://github.com/cplusplus/draft/issues/4498",
		"link": "https://wg21.link/edit4498",
		"status": "open"
	},
	"EDIT4499": {
		"type": "editorial",
		"title": "[container.requirements] Use bulleted lists to introduce identifiers",
		"long_link": "https://github.com/cplusplus/draft/pull/4499",
		"link": "https://wg21.link/edit4499",
		"status": "closed"
	},
	"EDIT4500": {
		"type": "editorial",
		"title": "[Editorial] Add whitespace.",
		"long_link": "https://github.com/cplusplus/draft/pull/4500",
		"link": "https://wg21.link/edit4500",
		"status": "closed"
	},
	"EDIT4501": {
		"type": "editorial",
		"title": "[vector.bool] Remove an extra close-paren.",
		"long_link": "https://github.com/cplusplus/draft/pull/4501",
		"link": "https://wg21.link/edit4501",
		"status": "closed"
	},
	"EDIT4502": {
		"type": "editorial",
		"title": "[stdatomic.h.syn] Add semicolons in using statements.",
		"long_link": "https://github.com/cplusplus/draft/pull/4502",
		"link": "https://wg21.link/edit4502",
		"status": "closed"
	},
	"EDIT4503": {
		"type": "editorial",
		"title": "[range.iota.iterator,range.iota.sentinel] Fix markup around \\libconcept",
		"long_link": "https://github.com/cplusplus/draft/pull/4503",
		"link": "https://wg21.link/edit4503",
		"status": "closed"
	},
	"EDIT4504": {
		"type": "editorial",
		"title": "[2021-02 CWG Motion 2] P2313R0 Core Language Working Group \"tentatively ready\" Issues",
		"long_link": "https://github.com/cplusplus/draft/issues/4504",
		"link": "https://wg21.link/edit4504",
		"status": "open"
	},
	"EDIT4505": {
		"type": "editorial",
		"title": "[2021-02 CWG Motion 3] P1102R2 Down with ()!",
		"long_link": "https://github.com/cplusplus/draft/issues/4505",
		"link": "https://wg21.link/edit4505",
		"status": "open"
	},
	"EDIT4506": {
		"type": "editorial",
		"title": "[2021-02 LWG Motion 1] P2315R0 C++ Standard Library Issues to be moved in Virtual Plenary",
		"long_link": "https://github.com/cplusplus/draft/issues/4506",
		"link": "https://wg21.link/edit4506",
		"status": "open"
	},
	"EDIT4507": {
		"type": "editorial",
		"title": "[2021-02 LWG Motion 2] P2259R1 Repairing input range adaptors and counted_iterator",
		"long_link": "https://github.com/cplusplus/draft/issues/4507",
		"link": "https://wg21.link/edit4507",
		"status": "open"
	},
	"EDIT4508": {
		"type": "editorial",
		"title": "[2021-02 LWG Motion 3] P2212R2 Relax Requirements for time_point::clock",
		"long_link": "https://github.com/cplusplus/draft/issues/4508",
		"link": "https://wg21.link/edit4508",
		"status": "open"
	},
	"EDIT4509": {
		"type": "editorial",
		"title": "[2021-02 LWG Motion 4] P2162R2 Inheriting from std::variant",
		"long_link": "https://github.com/cplusplus/draft/issues/4509",
		"link": "https://wg21.link/edit4509",
		"status": "open"
	},
	"EDIT4510": {
		"type": "editorial",
		"title": "[2021-02 LWG Motion 5] P2160R1 Locks lock lockables",
		"long_link": "https://github.com/cplusplus/draft/issues/4510",
		"link": "https://wg21.link/edit4510",
		"status": "open"
	},
	"EDIT4511": {
		"type": "editorial",
		"title": "[2021-02 LWG Motion 6] P2017R1 Conditionally borrowed ranges",
		"long_link": "https://github.com/cplusplus/draft/issues/4511",
		"link": "https://wg21.link/edit4511",
		"status": "open"
	},
	"EDIT4512": {
		"type": "editorial",
		"title": "[2021-02 LWG Motion 7] P1682R2 std::to_underlying for enumeration",
		"long_link": "https://github.com/cplusplus/draft/issues/4512",
		"link": "https://wg21.link/edit4512",
		"status": "open"
	},
	"EDIT4513": {
		"type": "editorial",
		"title": "P1102R2 Down with ()!",
		"long_link": "https://github.com/cplusplus/draft/pull/4513",
		"link": "https://wg21.link/edit4513",
		"status": "closed"
	},
	"EDIT4514": {
		"type": "editorial",
		"title": "P2212R2 Relax Requirements for time_point::clock",
		"long_link": "https://github.com/cplusplus/draft/pull/4514",
		"link": "https://wg21.link/edit4514",
		"status": "closed"
	},
	"EDIT4515": {
		"type": "editorial",
		"title": "P2162R2 Inheriting from std::variant",
		"long_link": "https://github.com/cplusplus/draft/pull/4515",
		"link": "https://wg21.link/edit4515",
		"status": "closed"
	},
	"EDIT4516": {
		"type": "editorial",
		"title": "P2017R1 Conditionally borrowed ranges",
		"long_link": "https://github.com/cplusplus/draft/pull/4516",
		"link": "https://wg21.link/edit4516",
		"status": "closed"
	},
	"EDIT4517": {
		"type": "editorial",
		"title": "[lex.ccon] What is the single code unit for an ordinary character literal or wide character literal?",
		"long_link": "https://github.com/cplusplus/draft/issues/4517",
		"link": "https://wg21.link/edit4517",
		"status": "open"
	},
	"EDIT4518": {
		"type": "editorial",
		"title": "P2259R1 Repairing input range adaptors and counted_iterator",
		"long_link": "https://github.com/cplusplus/draft/pull/4518",
		"link": "https://wg21.link/edit4518",
		"status": "closed"
	},
	"EDIT4519": {
		"type": "editorial",
		"title": "[ranges.syn] Don't constrain specializations of enable_borrowed_range",
		"long_link": "https://github.com/cplusplus/draft/pull/4519",
		"link": "https://wg21.link/edit4519",
		"status": "closed"
	},
	"EDIT4520": {
		"type": "editorial",
		"title": "LWG Poll 5: P2160R1 Locks lock lockables",
		"long_link": "https://github.com/cplusplus/draft/pull/4520",
		"link": "https://wg21.link/edit4520",
		"status": "closed"
	},
	"EDIT4521": {
		"type": "editorial",
		"title": "[dcl.fct] Overbroad grammar for parameter-declaration",
		"long_link": "https://github.com/cplusplus/draft/issues/4521",
		"link": "https://wg21.link/edit4521",
		"status": "open"
	},
	"EDIT4522": {
		"type": "editorial",
		"title": "CWG Poll 2: CWG2470 Multiple array objects providing storage for one object",
		"long_link": "https://github.com/cplusplus/draft/pull/4522",
		"link": "https://wg21.link/edit4522",
		"status": "closed"
	},
	"EDIT4523": {
		"type": "editorial",
		"title": "LWG Poll 1: P2315R0 LWG Tentatively Ready issues",
		"long_link": "https://github.com/cplusplus/draft/pull/4523",
		"link": "https://wg21.link/edit4523",
		"status": "closed"
	},
	"EDIT4524": {
		"type": "editorial",
		"title": "[range.drop.view] Fix tabs inserted as part of LWG3482",
		"long_link": "https://github.com/cplusplus/draft/pull/4524",
		"link": "https://wg21.link/edit4524",
		"status": "closed"
	},
	"EDIT4525": {
		"type": "editorial",
		"title": "[intro.execution] Is it possible to clarify the second bullet for immediate subexpressions",
		"long_link": "https://github.com/cplusplus/draft/issues/4525",
		"link": "https://wg21.link/edit4525",
		"status": "open"
	},
	"EDIT4526": {
		"type": "editorial",
		"title": "P1682R2 std::to_underlying for enumerations",
		"long_link": "https://github.com/cplusplus/draft/pull/4526",
		"link": "https://wg21.link/edit4526",
		"status": "closed"
	},
	"EDIT4527": {
		"type": "editorial",
		"title": "[class.cdtor] Only objects of scalar type can be accessed",
		"long_link": "https://github.com/cplusplus/draft/pull/4527",
		"link": "https://wg21.link/edit4527",
		"status": "open"
	},
	"EDIT4528": {
		"type": "editorial",
		"title": "[variant.visit]p3 What is mi? What is Variantsi?",
		"long_link": "https://github.com/cplusplus/draft/issues/4528",
		"link": "https://wg21.link/edit4528",
		"status": "open"
	},
	"EDIT4529": {
		"type": "editorial",
		"title": "ci: more visibility of errors output by tools/check.sh",
		"long_link": "https://github.com/cplusplus/draft/issues/4529",
		"link": "https://wg21.link/edit4529",
		"status": "closed"
	},
	"EDIT4530": {
		"type": "editorial",
		"title": "Make checker script more helpful",
		"long_link": "https://github.com/cplusplus/draft/pull/4530",
		"link": "https://wg21.link/edit4530",
		"status": "closed"
	},
	"EDIT4531": {
		"type": "editorial",
		"title": "ci: split make and check steps",
		"long_link": "https://github.com/cplusplus/draft/pull/4531",
		"link": "https://wg21.link/edit4531",
		"status": "closed"
	},
	"EDIT4532": {
		"type": "editorial",
		"title": "docs: update Debian instructions",
		"long_link": "https://github.com/cplusplus/draft/pull/4532",
		"link": "https://wg21.link/edit4532",
		"status": "closed"
	},
	"EDIT4533": {
		"type": "editorial",
		"title": "[check] Split github action into two stages (source, output)",
		"long_link": "https://github.com/cplusplus/draft/pull/4533",
		"link": "https://wg21.link/edit4533",
		"status": "closed"
	},
	"EDIT4534": {
		"type": "editorial",
		"title": "[utilities] `\\tcode`s true in `optional` constructor",
		"long_link": "https://github.com/cplusplus/draft/pull/4534",
		"link": "https://wg21.link/edit4534",
		"status": "closed"
	},
	"EDIT4535": {
		"type": "editorial",
		"title": "[concepts] rotates [concept.swappable] to the end of [concepts.lang]",
		"long_link": "https://github.com/cplusplus/draft/pull/4535",
		"link": "https://wg21.link/edit4535",
		"status": "open"
	},
	"EDIT4536": {
		"type": "editorial",
		"title": "[class.copy.assign]/7 and \"corresponding\"  assignment operator in a union-like class",
		"long_link": "https://github.com/cplusplus/draft/issues/4536",
		"link": "https://wg21.link/edit4536",
		"status": "open"
	},
	"EDIT4537": {
		"type": "editorial",
		"title": "[thread] “single total order” and “total order”",
		"long_link": "https://github.com/cplusplus/draft/issues/4537",
		"link": "https://wg21.link/edit4537",
		"status": "open"
	},
	"EDIT4538": {
		"type": "editorial",
		"title": "[check] Terminate sed commands with semicolons",
		"long_link": "https://github.com/cplusplus/draft/pull/4538",
		"link": "https://wg21.link/edit4538",
		"status": "closed"
	},
	"EDIT4539": {
		"type": "editorial",
		"title": "[time.syn] add constexpr to leap_second comparisons",
		"long_link": "https://github.com/cplusplus/draft/pull/4539",
		"link": "https://wg21.link/edit4539",
		"status": "closed"
	},
	"EDIT4540": {
		"type": "editorial",
		"title": "[module.interface] Example does not seem to match normative wording",
		"long_link": "https://github.com/cplusplus/draft/issues/4540",
		"link": "https://wg21.link/edit4540",
		"status": "open"
	},
	"EDIT4541": {
		"type": "editorial",
		"title": "[dcl.struct.bind] Fix indexing font and use conventional indexing markup",
		"long_link": "https://github.com/cplusplus/draft/pull/4541",
		"link": "https://wg21.link/edit4541",
		"status": "closed"
	},
	"EDIT4542": {
		"type": "editorial",
		"title": "[temp.variadic] description of the instantiation of fold-expressions",
		"long_link": "https://github.com/cplusplus/draft/issues/4542",
		"link": "https://wg21.link/edit4542",
		"status": "open"
	},
	"EDIT4543": {
		"type": "editorial",
		"title": "[temp.variadic] Rearrange description of pack expansion",
		"long_link": "https://github.com/cplusplus/draft/pull/4543",
		"link": "https://wg21.link/edit4543",
		"status": "open"
	},
	"EDIT4544": {
		"type": "editorial",
		"title": "[common.iter.nav] Bad concept index entry",
		"long_link": "https://github.com/cplusplus/draft/issues/4544",
		"link": "https://wg21.link/edit4544",
		"status": "closed"
	},
	"EDIT4545": {
		"type": "editorial",
		"title": "[range.split.inner] Clarify paragraph 1",
		"long_link": "https://github.com/cplusplus/draft/pull/4545",
		"link": "https://wg21.link/edit4545",
		"status": "closed"
	},
	"EDIT4546": {
		"type": "editorial",
		"title": "Description for two non-static member declarations to determine whether they correspond",
		"long_link": "https://github.com/cplusplus/draft/issues/4546",
		"link": "https://wg21.link/edit4546",
		"status": "closed"
	},
	"EDIT4547": {
		"type": "editorial",
		"title": "The structure of the rule of producing a transformed template when partial ordering",
		"long_link": "https://github.com/cplusplus/draft/issues/4547",
		"link": "https://wg21.link/edit4547",
		"status": "open"
	},
	"EDIT4548": {
		"type": "editorial",
		"title": "[except.ctor] stack unwinding vs. automatic storage duration",
		"long_link": "https://github.com/cplusplus/draft/issues/4548",
		"link": "https://wg21.link/edit4548",
		"status": "open"
	},
	"EDIT4549": {
		"type": "editorial",
		"title": "[lex.string] Replace string-literal with a string literal object in a note",
		"long_link": "https://github.com/cplusplus/draft/pull/4549",
		"link": "https://wg21.link/edit4549",
		"status": "open"
	},
	"EDIT4550": {
		"type": "editorial",
		"title": "[except.ctor] Remove false claim about automatic objects",
		"long_link": "https://github.com/cplusplus/draft/pull/4550",
		"link": "https://wg21.link/edit4550",
		"status": "open"
	},
	"EDIT4551": {
		"type": "editorial",
		"title": "[class.temporary]/3 A deleted destructor is meaninglessly allowed",
		"long_link": "https://github.com/cplusplus/draft/issues/4551",
		"link": "https://wg21.link/edit4551",
		"status": "open"
	},
	"EDIT4552": {
		"type": "editorial",
		"title": "Clarify the terminology of the non-local variable",
		"long_link": "https://github.com/cplusplus/draft/issues/4552",
		"link": "https://wg21.link/edit4552",
		"status": "closed"
	},
	"EDIT4553": {
		"type": "editorial",
		"title": "Example in [allocator.requirements.general] incorrectly uses launder?",
		"long_link": "https://github.com/cplusplus/draft/issues/4553",
		"link": "https://wg21.link/edit4553",
		"status": "open"
	},
	"EDIT4554": {
		"type": "editorial",
		"title": "[alg.is.permutation]/6",
		"long_link": "https://github.com/cplusplus/draft/issues/4554",
		"link": "https://wg21.link/edit4554",
		"status": "closed"
	},
	"EDIT4555": {
		"type": "editorial",
		"title": "Template parameter pack that does not participate in template argument deduction",
		"long_link": "https://github.com/cplusplus/draft/issues/4555",
		"link": "https://wg21.link/edit4555",
		"status": "open"
	},
	"EDIT4556": {
		"type": "editorial",
		"title": "[namespace.def.general] p6 Clarify \"enclosing\" and inserted using-directive",
		"long_link": "https://github.com/cplusplus/draft/issues/4556",
		"link": "https://wg21.link/edit4556",
		"status": "open"
	},
	"EDIT4557": {
		"type": "editorial",
		"title": "Spell \"whitespace\" consistently",
		"long_link": "https://github.com/cplusplus/draft/pull/4557",
		"link": "https://wg21.link/edit4557",
		"status": "closed"
	},
	"EDIT4558": {
		"type": "editorial",
		"title": "List initliazation of an enumeration with fixed underlying type from a single element v",
		"long_link": "https://github.com/cplusplus/draft/issues/4558",
		"link": "https://wg21.link/edit4558",
		"status": "closed"
	},
	"EDIT4559": {
		"type": "editorial",
		"title": "[format.context] p4 is non-normative encouragement",
		"long_link": "https://github.com/cplusplus/draft/issues/4559",
		"link": "https://wg21.link/edit4559",
		"status": "open"
	},
	"EDIT4560": {
		"type": "editorial",
		"title": "[format.context] Rephrase recommended practice",
		"long_link": "https://github.com/cplusplus/draft/pull/4560",
		"link": "https://wg21.link/edit4560",
		"status": "open"
	},
	"EDIT4561": {
		"type": "editorial",
		"title": "Several issues about section [except.spec] ",
		"long_link": "https://github.com/cplusplus/draft/issues/4561",
		"link": "https://wg21.link/edit4561",
		"status": "open"
	},
	"EDIT4562": {
		"type": "editorial",
		"title": "[namespace.def.general] Clarify inline namespaces",
		"long_link": "https://github.com/cplusplus/draft/pull/4562",
		"link": "https://wg21.link/edit4562",
		"status": "open"
	},
	"EDIT4563": {
		"type": "editorial",
		"title": "[except.spec] Clarify potentially-throwing functions",
		"long_link": "https://github.com/cplusplus/draft/pull/4563",
		"link": "https://wg21.link/edit4563",
		"status": "open"
	},
	"EDIT4564": {
		"type": "editorial",
		"title": "[time.clock.cast.sys] and [time.clock.cast.utc] reuse \"Duration\" confusingly",
		"long_link": "https://github.com/cplusplus/draft/issues/4564",
		"link": "https://wg21.link/edit4564",
		"status": "open"
	},
	"EDIT4565": {
		"type": "editorial",
		"title": "[time.clock.cast.sys],[time.clock.cast.utc] Use Duration2 for clarity.",
		"long_link": "https://github.com/cplusplus/draft/pull/4565",
		"link": "https://wg21.link/edit4565",
		"status": "open"
	},
	"EDIT4566": {
		"type": "editorial",
		"title": "[expr.type.conv] doesn't define T() for T ≠ void",
		"long_link": "https://github.com/cplusplus/draft/issues/4566",
		"link": "https://wg21.link/edit4566",
		"status": "closed"
	},
	"EDIT4567": {
		"type": "editorial",
		"title": "The non-normative wording \"local variable\" should not survive in [basic.stc.static]",
		"long_link": "https://github.com/cplusplus/draft/issues/4567",
		"link": "https://wg21.link/edit4567",
		"status": "open"
	},
	"EDIT4568": {
		"type": "editorial",
		"title": "Description for bullet 5.1 in section [expr.await]",
		"long_link": "https://github.com/cplusplus/draft/issues/4568",
		"link": "https://wg21.link/edit4568",
		"status": "open"
	},
	"EDIT4569": {
		"type": "editorial",
		"title": "Is a coroutine considered suspend after evaluating the await-suspend expression for the final suspend point",
		"long_link": "https://github.com/cplusplus/draft/issues/4569",
		"link": "https://wg21.link/edit4569",
		"status": "open"
	},
	"EDIT4570": {
		"type": "editorial",
		"title": "replace all keywords by static",
		"long_link": "https://github.com/cplusplus/draft/pull/4570",
		"link": "https://wg21.link/edit4570",
		"status": "closed"
	},
	"EDIT4571": {
		"type": "editorial",
		"title": "[dcl.init.aggr] Inconsistent meaning of initializer list",
		"long_link": "https://github.com/cplusplus/draft/issues/4571",
		"link": "https://wg21.link/edit4571",
		"status": "open"
	},
	"EDIT4572": {
		"type": "editorial",
		"title": "[ranges.syn] Forward declarations of tuple_size and tuple_element are not shown in the synopsis",
		"long_link": "https://github.com/cplusplus/draft/issues/4572",
		"link": "https://wg21.link/edit4572",
		"status": "closed"
	},
	"EDIT4573": {
		"type": "editorial",
		"title": "[ranges.syn] Add primary templates for tuple-like protocol",
		"long_link": "https://github.com/cplusplus/draft/pull/4573",
		"link": "https://wg21.link/edit4573",
		"status": "closed"
	},
	"EDIT4574": {
		"type": "editorial",
		"title": "[dcl.init.aggr] An initializer list is brace-enclosed",
		"long_link": "https://github.com/cplusplus/draft/pull/4574",
		"link": "https://wg21.link/edit4574",
		"status": "open"
	},
	"EDIT4575": {
		"type": "editorial",
		"title": "[basic.stc.static] Rephrase the definition of 'static storage duration'",
		"long_link": "https://github.com/cplusplus/draft/pull/4575",
		"link": "https://wg21.link/edit4575",
		"status": "open"
	},
	"EDIT4576": {
		"type": "editorial",
		"title": "[iterator.cust.swap] Should iter_move be qualified with ranges::?",
		"long_link": "https://github.com/cplusplus/draft/issues/4576",
		"link": "https://wg21.link/edit4576",
		"status": "open"
	},
	"EDIT4577": {
		"type": "editorial",
		"title": "[syserr] Should `make_error_code` and `make_error_condition` be found by ADL?",
		"long_link": "https://github.com/cplusplus/draft/issues/4577",
		"link": "https://wg21.link/edit4577",
		"status": "open"
	},
	"EDIT4578": {
		"type": "editorial",
		"title": "missing to_underlying in index",
		"long_link": "https://github.com/cplusplus/draft/pull/4578",
		"link": "https://wg21.link/edit4578",
		"status": "closed"
	},
	"EDIT4579": {
		"type": "editorial",
		"title": "P2351: add [[nodiscard]] to cast-like library wrappers [WIP]",
		"long_link": "https://github.com/cplusplus/draft/pull/4579",
		"link": "https://wg21.link/edit4579",
		"status": "open"
	},
	"EDIT4580": {
		"type": "editorial",
		"title": "[basic.types.general] Do not mention pointers",
		"long_link": "https://github.com/cplusplus/draft/pull/4580",
		"link": "https://wg21.link/edit4580",
		"status": "open"
	},
	"EDIT4581": {
		"type": "editorial",
		"title": "[expr.unary.general] Misaligned grammar productions",
		"long_link": "https://github.com/cplusplus/draft/issues/4581",
		"link": "https://wg21.link/edit4581",
		"status": "closed"
	},
	"EDIT4582": {
		"type": "editorial",
		"title": "Clarify that  direct-initialized, copy-initialized from E",
		"long_link": "https://github.com/cplusplus/draft/issues/4582",
		"link": "https://wg21.link/edit4582",
		"status": "open"
	},
	"EDIT4583": {
		"type": "editorial",
		"title": "[expr.unary.general] Fix misaligned grammar.",
		"long_link": "https://github.com/cplusplus/draft/pull/4583",
		"link": "https://wg21.link/edit4583",
		"status": "closed"
	},
	"EDIT4584": {
		"type": "editorial",
		"title": "The initializer or initializer expression in whole [dcl.init]",
		"long_link": "https://github.com/cplusplus/draft/issues/4584",
		"link": "https://wg21.link/edit4584",
		"status": "open"
	},
	"EDIT4585": {
		"type": "editorial",
		"title": "When does the lookup perform for a name used in default member initialization in a class template CWG1396",
		"long_link": "https://github.com/cplusplus/draft/issues/4585",
		"link": "https://wg21.link/edit4585",
		"status": "open"
	},
	"EDIT4586": {
		"type": "editorial",
		"title": "Error: misaligned address",
		"long_link": "https://github.com/cplusplus/draft/issues/4586",
		"link": "https://wg21.link/edit4586",
		"status": "closed"
	},
	"EDIT4587": {
		"type": "editorial",
		"title": "[ranges] Some range adaptors are missing from the libraryindex",
		"long_link": "https://github.com/cplusplus/draft/issues/4587",
		"link": "https://wg21.link/edit4587",
		"status": "closed"
	},
	"EDIT4588": {
		"type": "editorial",
		"title": "[ranges] Improve library index for views",
		"long_link": "https://github.com/cplusplus/draft/pull/4588",
		"link": "https://wg21.link/edit4588",
		"status": "closed"
	},
	"EDIT4589": {
		"type": "editorial",
		"title": "[expr.await] Clarify rethrowing exceptions from await-suspend",
		"long_link": "https://github.com/cplusplus/draft/pull/4589",
		"link": "https://wg21.link/edit4589",
		"status": "closed"
	},
	"EDIT4590": {
		"type": "editorial",
		"title": "The range of the application of [namespace.udecl#11]",
		"long_link": "https://github.com/cplusplus/draft/issues/4590",
		"link": "https://wg21.link/edit4590",
		"status": "open"
	},
	"EDIT4591": {
		"type": "editorial",
		"title": "Index item 'program execution' range from page 10 to 80",
		"long_link": "https://github.com/cplusplus/draft/issues/4591",
		"link": "https://wg21.link/edit4591",
		"status": "closed"
	},
	"EDIT4592": {
		"type": "editorial",
		"title": "Nested-name-specifier is not mentioned for member definition outside its target scope",
		"long_link": "https://github.com/cplusplus/draft/issues/4592",
		"link": "https://wg21.link/edit4592",
		"status": "open"
	},
	"EDIT4593": {
		"type": "editorial",
		"title": "[ranges] follow-up to P2367: replace brace-init with paren-init",
		"long_link": "https://github.com/cplusplus/draft/issues/4593",
		"link": "https://wg21.link/edit4593",
		"status": "open"
	},
	"EDIT4594": {
		"type": "editorial",
		"title": "[bitset] Injected class name not used for bitset",
		"long_link": "https://github.com/cplusplus/draft/issues/4594",
		"link": "https://wg21.link/edit4594",
		"status": "closed"
	},
	"EDIT4595": {
		"type": "editorial",
		"title": "[check] Fixes to scripts to run on OSX",
		"long_link": "https://github.com/cplusplus/draft/pull/4595",
		"link": "https://wg21.link/edit4595",
		"status": "open"
	},
	"EDIT4596": {
		"type": "editorial",
		"title": "Fixes for bitset function declarations",
		"long_link": "https://github.com/cplusplus/draft/pull/4596",
		"link": "https://wg21.link/edit4596",
		"status": "closed"
	},
	"EDIT4597": {
		"type": "editorial",
		"title": "[index] Fix entry for 'program execution'",
		"long_link": "https://github.com/cplusplus/draft/pull/4597",
		"link": "https://wg21.link/edit4597",
		"status": "closed"
	},
	"EDIT4598": {
		"type": "editorial",
		"title": "[forward.list] Rename stable label from [forwardlist]",
		"long_link": "https://github.com/cplusplus/draft/pull/4598",
		"link": "https://wg21.link/edit4598",
		"status": "closed"
	},
	"EDIT4599": {
		"type": "editorial",
		"title": "[README] Update reqs for macOS BasicTeX installs",
		"long_link": "https://github.com/cplusplus/draft/pull/4599",
		"link": "https://wg21.link/edit4599",
		"status": "closed"
	},
	"EDIT4600": {
		"type": "editorial",
		"title": "[temp.type] What are \"identical\" values?",
		"long_link": "https://github.com/cplusplus/draft/issues/4600",
		"link": "https://wg21.link/edit4600",
		"status": "open"
	},
	"EDIT4601": {
		"type": "editorial",
		"title": "[meta.type.synop] (and other) Repetitive 'inline constexpr'?",
		"long_link": "https://github.com/cplusplus/draft/issues/4601",
		"link": "https://wg21.link/edit4601",
		"status": "open"
	},
	"EDIT4602": {
		"type": "editorial",
		"title": "[tuple.elem] Replace \"member variables\" with \"data members\"",
		"long_link": "https://github.com/cplusplus/draft/pull/4602",
		"link": "https://wg21.link/edit4602",
		"status": "closed"
	},
	"EDIT4603": {
		"type": "editorial",
		"title": "[range.elements.sentinel] Correct return type of operator-",
		"long_link": "https://github.com/cplusplus/draft/pull/4603",
		"link": "https://wg21.link/edit4603",
		"status": "closed"
	},
	"EDIT4604": {
		"type": "editorial",
		"title": "The wording in [dcl.fct.def.general]/2 doesn't seem to be right.",
		"long_link": "https://github.com/cplusplus/draft/issues/4604",
		"link": "https://wg21.link/edit4604",
		"status": "closed"
	},
	"EDIT4605": {
		"type": "editorial",
		"title": "[expr.static.cast] static_cast of pointer to derived class only handles base class subobjects",
		"long_link": "https://github.com/cplusplus/draft/pull/4605",
		"link": "https://wg21.link/edit4605",
		"status": "closed"
	},
	"EDIT4606": {
		"type": "editorial",
		"title": "[range.utility.helpers] not-same-as is confusingly named",
		"long_link": "https://github.com/cplusplus/draft/issues/4606",
		"link": "https://wg21.link/edit4606",
		"status": "closed"
	},
	"EDIT4607": {
		"type": "editorial",
		"title": "[vector.bool] reference has multiple assignment operators",
		"long_link": "https://github.com/cplusplus/draft/pull/4607",
		"link": "https://wg21.link/edit4607",
		"status": "closed"
	},
	"EDIT4608": {
		"type": "editorial",
		"title": "[vector.bool] Remove top level const from signature",
		"long_link": "https://github.com/cplusplus/draft/pull/4608",
		"link": "https://wg21.link/edit4608",
		"status": "closed"
	},
	"EDIT4609": {
		"type": "editorial",
		"title": "[temp.over.link] Add missing \\grammarterm marker",
		"long_link": "https://github.com/cplusplus/draft/pull/4609",
		"link": "https://wg21.link/edit4609",
		"status": "closed"
	},
	"EDIT4610": {
		"type": "editorial",
		"title": "[list.ops] Fix name of parameter in list::unique effects",
		"long_link": "https://github.com/cplusplus/draft/pull/4610",
		"link": "https://wg21.link/edit4610",
		"status": "closed"
	},
	"EDIT4611": {
		"type": "editorial",
		"title": "[dcl.meaning.general] Improve clarity of presentation",
		"long_link": "https://github.com/cplusplus/draft/pull/4611",
		"link": "https://wg21.link/edit4611",
		"status": "open"
	},
	"EDIT4612": {
		"type": "editorial",
		"title": "[intro.execution] Sequencing of evaluations inside called functions CWG2466",
		"long_link": "https://github.com/cplusplus/draft/issues/4612",
		"link": "https://wg21.link/edit4612",
		"status": "open"
	},
	"EDIT4613": {
		"type": "editorial",
		"title": "Simplify notion of \"valid duration\" in [time.clock.cast.sys, time.clock.cast.utc]",
		"long_link": "https://github.com/cplusplus/draft/issues/4613",
		"link": "https://wg21.link/edit4613",
		"status": "open"
	},
	"EDIT4614": {
		"type": "editorial",
		"title": "[misc] Add index of Working Drafts",
		"long_link": "https://github.com/cplusplus/draft/pull/4614",
		"link": "https://wg21.link/edit4614",
		"status": "closed"
	},
	"EDIT4615": {
		"type": "editorial",
		"title": "[expr.prim.lambda] Replace 'unnamed' with 'unique name'",
		"long_link": "https://github.com/cplusplus/draft/pull/4615",
		"link": "https://wg21.link/edit4615",
		"status": "open"
	},
	"EDIT4616": {
		"type": "editorial",
		"title": "[range.elements.overview] Correct example",
		"long_link": "https://github.com/cplusplus/draft/pull/4616",
		"link": "https://wg21.link/edit4616",
		"status": "closed"
	},
	"EDIT4617": {
		"type": "editorial",
		"title": "[expr.rel] Clarify function pointer comparisons",
		"long_link": "https://github.com/cplusplus/draft/pull/4617",
		"link": "https://wg21.link/edit4617",
		"status": "open"
	},
	"EDIT4618": {
		"type": "editorial",
		"title": "[cpp.import]/3 What if pp-import is produce by `#include` within private module fragment?",
		"long_link": "https://github.com/cplusplus/draft/issues/4618",
		"link": "https://wg21.link/edit4618",
		"status": "closed"
	},
	"EDIT4619": {
		"type": "editorial",
		"title": "[expr.prim.lambda.capture] Which entity does the id-expression captured by reference refer to after evaluating the lambda-expression?",
		"long_link": "https://github.com/cplusplus/draft/issues/4619",
		"link": "https://wg21.link/edit4619",
		"status": "open"
	},
	"EDIT4620": {
		"type": "editorial",
		"title": "Check for misordered library elements",
		"long_link": "https://github.com/cplusplus/draft/pull/4620",
		"link": "https://wg21.link/edit4620",
		"status": "closed"
	},
	"EDIT4621": {
		"type": "editorial",
		"title": "[expr] Add cross-references for 'local entity'.",
		"long_link": "https://github.com/cplusplus/draft/pull/4621",
		"link": "https://wg21.link/edit4621",
		"status": "closed"
	},
	"EDIT4622": {
		"type": "editorial",
		"title": "[spanbuf.members] \"span\" getter and setter should be noexcept P0448",
		"long_link": "https://github.com/cplusplus/draft/issues/4622",
		"link": "https://wg21.link/edit4622",
		"status": "open"
	},
	"EDIT4623": {
		"type": "editorial",
		"title": "[ranges] Rename 'not-same-as' to 'different-from'.",
		"long_link": "https://github.com/cplusplus/draft/pull/4623",
		"link": "https://wg21.link/edit4623",
		"status": "closed"
	},
	"EDIT4624": {
		"type": "editorial",
		"title": "[class.pre] Fix incorrect comment in example",
		"long_link": "https://github.com/cplusplus/draft/pull/4624",
		"link": "https://wg21.link/edit4624",
		"status": "open"
	},
	"EDIT4625": {
		"type": "editorial",
		"title": "[lib] Drop 'inline' from 'inline constexpr' variable templates.",
		"long_link": "https://github.com/cplusplus/draft/pull/4625",
		"link": "https://wg21.link/edit4625",
		"status": "open"
	},
	"EDIT4626": {
		"type": "editorial",
		"title": "A corner case for an explicit type conversion whose type-specifier is void and the initializer is non-empty braced-init-list",
		"long_link": "https://github.com/cplusplus/draft/issues/4626",
		"link": "https://wg21.link/edit4626",
		"status": "open"
	},
	"EDIT4627": {
		"type": "editorial",
		"title": "[class.access.base] Are friends defined in-class \"in\" the class for purposes of access control? CWG1699",
		"long_link": "https://github.com/cplusplus/draft/issues/4627",
		"link": "https://wg21.link/edit4627",
		"status": "open"
	},
	"EDIT4628": {
		"type": "editorial",
		"title": "[range.prim.data] Use ranges::begin(t) not ranges::begin(E)",
		"long_link": "https://github.com/cplusplus/draft/pull/4628",
		"link": "https://wg21.link/edit4628",
		"status": "open"
	},
	"EDIT4629": {
		"type": "editorial",
		"title": "\"single search\" is confusingly ambiguous",
		"long_link": "https://github.com/cplusplus/draft/issues/4629",
		"link": "https://wg21.link/edit4629",
		"status": "open"
	},
	"EDIT4630": {
		"type": "editorial",
		"title": "Imprecise cross-references for \"trivially copyable type\"",
		"long_link": "https://github.com/cplusplus/draft/issues/4630",
		"link": "https://wg21.link/edit4630",
		"status": "open"
	},
	"EDIT4631": {
		"type": "editorial",
		"title": "[2021-06 CWG Motion 1] P2386R0 Core Language Working Group \"ready\" Issues for the June, 2021 meeting",
		"long_link": "https://github.com/cplusplus/draft/issues/4631",
		"link": "https://wg21.link/edit4631",
		"status": "open"
	},
	"EDIT4632": {
		"type": "editorial",
		"title": "[2021-06 CWG Motion 2] P1938R3 if consteval",
		"long_link": "https://github.com/cplusplus/draft/issues/4632",
		"link": "https://wg21.link/edit4632",
		"status": "open"
	},
	"EDIT4633": {
		"type": "editorial",
		"title": "[2021-06 CWG Motion 3] P2186R2 Removing Garbage Collection Support",
		"long_link": "https://github.com/cplusplus/draft/issues/4633",
		"link": "https://wg21.link/edit4633",
		"status": "open"
	},
	"EDIT4634": {
		"type": "editorial",
		"title": "[2021-06 CWG Motion 4] P1949R7 C++ Identifier Syntax using Unicode Standard Annex 31",
		"long_link": "https://github.com/cplusplus/draft/issues/4634",
		"link": "https://wg21.link/edit4634",
		"status": "open"
	},
	"EDIT4635": {
		"type": "editorial",
		"title": "[2021-06 CWG Motion 5] P2156R1 Allow Duplicate Attributes",
		"long_link": "https://github.com/cplusplus/draft/issues/4635",
		"link": "https://wg21.link/edit4635",
		"status": "open"
	},
	"EDIT4636": {
		"type": "editorial",
		"title": "[2021-06 CWG Motion 6] P1401R5 Narrowing contextual conversions to bool",
		"long_link": "https://github.com/cplusplus/draft/issues/4636",
		"link": "https://wg21.link/edit4636",
		"status": "open"
	},
	"EDIT4637": {
		"type": "editorial",
		"title": "[2021-06 CWG Motion 7] P2223R2 Trimming whitespaces before line splicing",
		"long_link": "https://github.com/cplusplus/draft/issues/4637",
		"link": "https://wg21.link/edit4637",
		"status": "open"
	},
	"EDIT4638": {
		"type": "editorial",
		"title": "[2021-06 CWG Motion 8] P1847R4 Make declaration order layout mandated",
		"long_link": "https://github.com/cplusplus/draft/issues/4638",
		"link": "https://wg21.link/edit4638",
		"status": "open"
	},
	"EDIT4639": {
		"type": "editorial",
		"title": "[2021-06 CWG Motion 9] P2201R1 Mixed string literal concatenation",
		"long_link": "https://github.com/cplusplus/draft/issues/4639",
		"link": "https://wg21.link/edit4639",
		"status": "open"
	},
	"EDIT4640": {
		"type": "editorial",
		"title": "[2021-06 LWG Motion 3] P2385R0 C++ Standard Library Issues to be moved in Virtual Plenary, June 2021",
		"long_link": "https://github.com/cplusplus/draft/issues/4640",
		"link": "https://wg21.link/edit4640",
		"status": "open"
	},
	"EDIT4641": {
		"type": "editorial",
		"title": "[2021-06 LWG Motion 4] P1132R7 out_ptr",
		"long_link": "https://github.com/cplusplus/draft/issues/4641",
		"link": "https://wg21.link/edit4641",
		"status": "open"
	},
	"EDIT4642": {
		"type": "editorial",
		"title": "[2021-06 LWG Motion 5] P1328R1 Making std::type_info::operator== constexpr",
		"long_link": "https://github.com/cplusplus/draft/issues/4642",
		"link": "https://wg21.link/edit4642",
		"status": "open"
	},
	"EDIT4643": {
		"type": "editorial",
		"title": "[2021-06 LWG Motion 6] P0448R4 A strstream replacement using span as buffer",
		"long_link": "https://github.com/cplusplus/draft/issues/4643",
		"link": "https://wg21.link/edit4643",
		"status": "open"
	},
	"EDIT4644": {
		"type": "editorial",
		"title": "[2021-06 LWG Motion 7] P1425R4 Iterators pair constructors for stack and queue",
		"long_link": "https://github.com/cplusplus/draft/issues/4644",
		"link": "https://wg21.link/edit4644",
		"status": "open"
	},
	"EDIT4645": {
		"type": "editorial",
		"title": "[2021-06 LWG Motion 8] P1518R2 Stop overconstraining allocators in container deduction guides",
		"long_link": "https://github.com/cplusplus/draft/issues/4645",
		"link": "https://wg21.link/edit4645",
		"status": "open"
	},
	"EDIT4646": {
		"type": "editorial",
		"title": "[2021-06 LWG Motion 9] P0401R6 Providing size feedback in the Allocator interface",
		"long_link": "https://github.com/cplusplus/draft/issues/4646",
		"link": "https://wg21.link/edit4646",
		"status": "open"
	},
	"EDIT4647": {
		"type": "editorial",
		"title": "[2021-06 LWG Motion 10] P1659R3 starts_with and ends_with",
		"long_link": "https://github.com/cplusplus/draft/issues/4647",
		"link": "https://wg21.link/edit4647",
		"status": "open"
	},
	"EDIT4648": {
		"type": "editorial",
		"title": "[2021-06 LWG Motion 11] P1951R1 Default Arguments for pair's Forwarding Constructor",
		"long_link": "https://github.com/cplusplus/draft/issues/4648",
		"link": "https://wg21.link/edit4648",
		"status": "open"
	},
	"EDIT4649": {
		"type": "editorial",
		"title": "[2021-06 LWG Motion 12] P1989R2 Range constructor for std::string_view 2: Constrain Harder",
		"long_link": "https://github.com/cplusplus/draft/issues/4649",
		"link": "https://wg21.link/edit4649",
		"status": "open"
	},
	"EDIT4650": {
		"type": "editorial",
		"title": "[2021-06 LWG Motion 13] P2136R3 invoke_r",
		"long_link": "https://github.com/cplusplus/draft/issues/4650",
		"link": "https://wg21.link/edit4650",
		"status": "open"
	},
	"EDIT4651": {
		"type": "editorial",
		"title": "[2021-06 LWG Motion 14] P2166R1 A Proposal to Prohibit std::basic_string and std::basic_string_view construction from nullptr",
		"long_link": "https://github.com/cplusplus/draft/issues/4651",
		"link": "https://wg21.link/edit4651",
		"status": "open"
	},
	"EDIT4652": {
		"type": "editorial",
		"title": "[2021-06 LWG Motion 15] P2231R1 Missing constexpr in std::optional and std::variant",
		"long_link": "https://github.com/cplusplus/draft/issues/4652",
		"link": "https://wg21.link/edit4652",
		"status": "open"
	},
	"EDIT4653": {
		"type": "editorial",
		"title": "[2021-06 LWG Motion 16] P2216R3 std::format improvements",
		"long_link": "https://github.com/cplusplus/draft/issues/4653",
		"link": "https://wg21.link/edit4653",
		"status": "open"
	},
	"EDIT4654": {
		"type": "editorial",
		"title": "[2021-06 LWG Motion 17] P2281R1 Clarifying range adaptor objects",
		"long_link": "https://github.com/cplusplus/draft/issues/4654",
		"link": "https://wg21.link/edit4654",
		"status": "open"
	},
	"EDIT4655": {
		"type": "editorial",
		"title": "[2021-06 LWG Motion 18] P2328R1 join_view should join all views of ranges",
		"long_link": "https://github.com/cplusplus/draft/issues/4655",
		"link": "https://wg21.link/edit4655",
		"status": "open"
	},
	"EDIT4656": {
		"type": "editorial",
		"title": "[2021-06 LWG Motion 19] P2325R3 Views should not be required to be default constructible",
		"long_link": "https://github.com/cplusplus/draft/issues/4656",
		"link": "https://wg21.link/edit4656",
		"status": "open"
	},
	"EDIT4657": {
		"type": "editorial",
		"title": "[2021-06 LWG Motion 20] P2210R2 Superior String Splitting",
		"long_link": "https://github.com/cplusplus/draft/issues/4657",
		"link": "https://wg21.link/edit4657",
		"status": "open"
	},
	"EDIT4658": {
		"type": "editorial",
		"title": "[2021-06 LWG Motion 21] P2367R0 Remove misuses of list-initialization from Clause 24",
		"long_link": "https://github.com/cplusplus/draft/issues/4658",
		"link": "https://wg21.link/edit4658",
		"status": "open"
	},
	"EDIT4659": {
		"type": "editorial",
		"title": "[ranges] Use views::meow in examples instead of meow_view",
		"long_link": "https://github.com/cplusplus/draft/pull/4659",
		"link": "https://wg21.link/edit4659",
		"status": "open"
	},
	"EDIT4660": {
		"type": "editorial",
		"title": "P1938R3 if consteval",
		"long_link": "https://github.com/cplusplus/draft/pull/4660",
		"link": "https://wg21.link/edit4660",
		"status": "open"
	},
	"EDIT4661": {
		"type": "editorial",
		"title": "P2186R2 Removing Garbage Collection Support",
		"long_link": "https://github.com/cplusplus/draft/pull/4661",
		"link": "https://wg21.link/edit4661",
		"status": "open"
	},
	"EDIT4662": {
		"type": "editorial",
		"title": "Is a null pointer value of a pointer type be called a pointer?",
		"long_link": "https://github.com/cplusplus/draft/issues/4662",
		"link": "https://wg21.link/edit4662",
		"status": "open"
	},
	"EDIT4663": {
		"type": "editorial",
		"title": "P1949R7 C++ Identifier Syntax using Unicode Standard Annex 31",
		"long_link": "https://github.com/cplusplus/draft/pull/4663",
		"link": "https://wg21.link/edit4663",
		"status": "open"
	},
	"EDIT4664": {
		"type": "editorial",
		"title": "P2156R1 Allow Duplicate Attributes",
		"long_link": "https://github.com/cplusplus/draft/pull/4664",
		"link": "https://wg21.link/edit4664",
		"status": "open"
	},
	"EDIT4665": {
		"type": "editorial",
		"title": "P1401R5 Narrowing contextual conversions to bool",
		"long_link": "https://github.com/cplusplus/draft/pull/4665",
		"link": "https://wg21.link/edit4665",
		"status": "open"
	},
	"EDIT4666": {
		"type": "editorial",
		"title": "P2223R2 Trimming whitespaces before line splicing",
		"long_link": "https://github.com/cplusplus/draft/pull/4666",
		"link": "https://wg21.link/edit4666",
		"status": "open"
	},
	"EDIT4667": {
		"type": "editorial",
		"title": "P1847R4 Make declaration order layout mandated",
		"long_link": "https://github.com/cplusplus/draft/pull/4667",
		"link": "https://wg21.link/edit4667",
		"status": "open"
	},
	"EDIT4668": {
		"type": "editorial",
		"title": "P2201R1 Mixed string literal concatenation",
		"long_link": "https://github.com/cplusplus/draft/pull/4668",
		"link": "https://wg21.link/edit4668",
		"status": "open"
	},
	"EDIT4669": {
		"type": "editorial",
		"title": "P1328R1 Making std::type_info::operator== constexpr",
		"long_link": "https://github.com/cplusplus/draft/pull/4669",
		"link": "https://wg21.link/edit4669",
		"status": "open"
	},
	"EDIT4670": {
		"type": "editorial",
		"title": "P1425R4 Iterators pair constructors for stack and queue",
		"long_link": "https://github.com/cplusplus/draft/pull/4670",
		"link": "https://wg21.link/edit4670",
		"status": "open"
	},
	"EDIT4671": {
		"type": "editorial",
		"title": "The reference of a conversion function(template) with a deduced return type",
		"long_link": "https://github.com/cplusplus/draft/issues/4671",
		"link": "https://wg21.link/edit4671",
		"status": "open"
	},
	"EDIT4672": {
		"type": "editorial",
		"title": "P1518R2 Stop overconstraining allocators in container deduction guides",
		"long_link": "https://github.com/cplusplus/draft/pull/4672",
		"link": "https://wg21.link/edit4672",
		"status": "closed"
	},
	"EDIT4673": {
		"type": "editorial",
		"title": "P0401R6 Providing size feedback in the Allocator interface",
		"long_link": "https://github.com/cplusplus/draft/pull/4673",
		"link": "https://wg21.link/edit4673",
		"status": "closed"
	},
	"EDIT4674": {
		"type": "editorial",
		"title": "P1659R3 starts_with and ends_with",
		"long_link": "https://github.com/cplusplus/draft/pull/4674",
		"link": "https://wg21.link/edit4674",
		"status": "closed"
	},
	"EDIT4675": {
		"type": "editorial",
		"title": "P1951R1 Default Arguments for pair's Forwarding Constructor",
		"long_link": "https://github.com/cplusplus/draft/pull/4675",
		"link": "https://wg21.link/edit4675",
		"status": "closed"
	},
	"EDIT4676": {
		"type": "editorial",
		"title": "P1989R2 Range constructor for std::string_view 2: Constrain Harder",
		"long_link": "https://github.com/cplusplus/draft/pull/4676",
		"link": "https://wg21.link/edit4676",
		"status": "closed"
	},
	"EDIT4677": {
		"type": "editorial",
		"title": "P2136R3 invoke_r",
		"long_link": "https://github.com/cplusplus/draft/pull/4677",
		"link": "https://wg21.link/edit4677",
		"status": "closed"
	},
	"EDIT4678": {
		"type": "editorial",
		"title": "P2166R1 A Proposal to Prohibit std::basic_string and std::basic_strin…",
		"long_link": "https://github.com/cplusplus/draft/pull/4678",
		"link": "https://wg21.link/edit4678",
		"status": "closed"
	},
	"EDIT4679": {
		"type": "editorial",
		"title": "P2231R1 Missing constexpr in std::optional and std::variant",
		"long_link": "https://github.com/cplusplus/draft/pull/4679",
		"link": "https://wg21.link/edit4679",
		"status": "closed"
	},
	"EDIT4680": {
		"type": "editorial",
		"title": "P2216R3 std::format improvements",
		"long_link": "https://github.com/cplusplus/draft/pull/4680",
		"link": "https://wg21.link/edit4680",
		"status": "closed"
	},
	"EDIT4681": {
		"type": "editorial",
		"title": "P2281R1 Clarifying range adaptor objects",
		"long_link": "https://github.com/cplusplus/draft/pull/4681",
		"link": "https://wg21.link/edit4681",
		"status": "closed"
	},
	"EDIT4682": {
		"type": "editorial",
		"title": "P2328R1 join_view should join all views of ranges",
		"long_link": "https://github.com/cplusplus/draft/pull/4682",
		"link": "https://wg21.link/edit4682",
		"status": "closed"
	},
	"EDIT4683": {
		"type": "editorial",
		"title": "P2325R3 Views should not be required to be default constructible",
		"long_link": "https://github.com/cplusplus/draft/pull/4683",
		"link": "https://wg21.link/edit4683",
		"status": "closed"
	},
	"EDIT4684": {
		"type": "editorial",
		"title": "P2210R2 Superior String Splitting",
		"long_link": "https://github.com/cplusplus/draft/pull/4684",
		"link": "https://wg21.link/edit4684",
		"status": "closed"
	},
	"EDIT4685": {
		"type": "editorial",
		"title": "P2367R0 Remove misuses of list-initialization from Clause 24",
		"long_link": "https://github.com/cplusplus/draft/pull/4685",
		"link": "https://wg21.link/edit4685",
		"status": "closed"
	},
	"EDIT4686": {
		"type": "editorial",
		"title": "P1132R7 out_ptr - a scalable output pointer abstraction",
		"long_link": "https://github.com/cplusplus/draft/pull/4686",
		"link": "https://wg21.link/edit4686",
		"status": "closed"
	},
	"EDIT4687": {
		"type": "editorial",
		"title": "P0448R4 A strstream replacement using span<charT> as buffer",
		"long_link": "https://github.com/cplusplus/draft/pull/4687",
		"link": "https://wg21.link/edit4687",
		"status": "closed"
	},
	"EDIT4688": {
		"type": "editorial",
		"title": "Bogus note in [fs.path.native.obs]",
		"long_link": "https://github.com/cplusplus/draft/issues/4688",
		"link": "https://wg21.link/edit4688",
		"status": "closed"
	},
	"EDIT4689": {
		"type": "editorial",
		"title": "[basic.fundamental] Redirect some index entries.",
		"long_link": "https://github.com/cplusplus/draft/pull/4689",
		"link": "https://wg21.link/edit4689",
		"status": "closed"
	},
	"EDIT4690": {
		"type": "editorial",
		"title": "Replace post-increment and post-decrement boilerplate for iterators",
		"long_link": "https://github.com/cplusplus/draft/issues/4690",
		"link": "https://wg21.link/edit4690",
		"status": "open"
	},
	"EDIT4691": {
		"type": "editorial",
		"title": "[conv.general] Fix index redirect for contextual conversion to bool.",
		"long_link": "https://github.com/cplusplus/draft/pull/4691",
		"link": "https://wg21.link/edit4691",
		"status": "closed"
	},
	"EDIT4692": {
		"type": "editorial",
		"title": "Replace boilerplate for deciding iterator_category of a view adaptor's iterator",
		"long_link": "https://github.com/cplusplus/draft/issues/4692",
		"link": "https://wg21.link/edit4692",
		"status": "open"
	},
	"EDIT4693": {
		"type": "editorial",
		"title": "P2386R0 Core Language Working Group \"ready\" Issues for the June, 2021 meeting",
		"long_link": "https://github.com/cplusplus/draft/pull/4693",
		"link": "https://wg21.link/edit4693",
		"status": "closed"
	},
	"EDIT4694": {
		"type": "editorial",
		"title": "[fs.path.native.obs] Remove bogus note.",
		"long_link": "https://github.com/cplusplus/draft/pull/4694",
		"link": "https://wg21.link/edit4694",
		"status": "closed"
	},
	"EDIT4695": {
		"type": "editorial",
		"title": "P2385R0 C++ Standard Library Issues to be moved in Virtual Plenary, June 2021",
		"long_link": "https://github.com/cplusplus/draft/pull/4695",
		"link": "https://wg21.link/edit4695",
		"status": "closed"
	},
	"EDIT4696": {
		"type": "editorial",
		"title": "Clarify definition of \"variable\"",
		"long_link": "https://github.com/cplusplus/draft/pull/4696",
		"link": "https://wg21.link/edit4696",
		"status": "closed"
	},
	"EDIT4697": {
		"type": "editorial",
		"title": "Now U(*)[N] is convertible to cv U(*)[], can [util.smartptr.shared.general] be simplified?",
		"long_link": "https://github.com/cplusplus/draft/issues/4697",
		"link": "https://wg21.link/edit4697",
		"status": "open"
	},
	"EDIT4698": {
		"type": "editorial",
		"title": "[format] Use \\exposid, not \\placeholder, for format-arg-store",
		"long_link": "https://github.com/cplusplus/draft/issues/4698",
		"link": "https://wg21.link/edit4698",
		"status": "closed"
	},
	"EDIT4699": {
		"type": "editorial",
		"title": "[class.virtual] Corresponding declaration vs. overriding a virtual function",
		"long_link": "https://github.com/cplusplus/draft/issues/4699",
		"link": "https://wg21.link/edit4699",
		"status": "open"
	},
	"EDIT4700": {
		"type": "editorial",
		"title": "Consider spanstream assignment operations",
		"long_link": "https://github.com/cplusplus/draft/issues/4700",
		"link": "https://wg21.link/edit4700",
		"status": "open"
	},
	"EDIT4701": {
		"type": "editorial",
		"title": "[out.ptr.t][inout.ptr.t] The notes for `operator void**` might suggest violation of the strict aliasing rule",
		"long_link": "https://github.com/cplusplus/draft/issues/4701",
		"link": "https://wg21.link/edit4701",
		"status": "open"
	},
	"EDIT4702": {
		"type": "editorial",
		"title": "How to style expos-only members [Was: Restyle expos-only member basic-formatting-string::str]",
		"long_link": "https://github.com/cplusplus/draft/issues/4702",
		"link": "https://wg21.link/edit4702",
		"status": "open"
	},
	"EDIT4703": {
		"type": "editorial",
		"title": "Mislead utterance of section [expr.mptr.oper]",
		"long_link": "https://github.com/cplusplus/draft/issues/4703",
		"link": "https://wg21.link/edit4703",
		"status": "open"
	},
	"EDIT4704": {
		"type": "editorial",
		"title": "Consistent vertical spacing for access modifiers in [ranges]",
		"long_link": "https://github.com/cplusplus/draft/issues/4704",
		"link": "https://wg21.link/edit4704",
		"status": "open"
	},
	"EDIT4705": {
		"type": "editorial",
		"title": "[format.syn] Remove extraneous commas in vformat_to declarations",
		"long_link": "https://github.com/cplusplus/draft/pull/4705",
		"link": "https://wg21.link/edit4705",
		"status": "closed"
	},
	"EDIT4706": {
		"type": "editorial",
		"title": "[basic.string.general], [string.view.template.general] remove constexpr",
		"long_link": "https://github.com/cplusplus/draft/pull/4706",
		"link": "https://wg21.link/edit4706",
		"status": "closed"
	},
	"EDIT4707": {
		"type": "editorial",
		"title": "remove the condition to clarify the case that the parameter pack is n…",
		"long_link": "https://github.com/cplusplus/draft/pull/4707",
		"link": "https://wg21.link/edit4707",
		"status": "closed"
	},
	"EDIT4708": {
		"type": "editorial",
		"title": "[temp.variadic] Clarify template parameter packs not introduced by pa…",
		"long_link": "https://github.com/cplusplus/draft/pull/4708",
		"link": "https://wg21.link/edit4708",
		"status": "closed"
	},
	"EDIT4709": {
		"type": "editorial",
		"title": "[basic, class, dcl] Fix ranged index entries",
		"long_link": "https://github.com/cplusplus/draft/pull/4709",
		"link": "https://wg21.link/edit4709",
		"status": "closed"
	},
	"EDIT4710": {
		"type": "editorial",
		"title": "Several issues about function parameter scope ",
		"long_link": "https://github.com/cplusplus/draft/issues/4710",
		"link": "https://wg21.link/edit4710",
		"status": "open"
	},
	"EDIT4711": {
		"type": "editorial",
		"title": "Inappropriate \"Shall\" in PostConditions: elements",
		"long_link": "https://github.com/cplusplus/draft/issues/4711",
		"link": "https://wg21.link/edit4711",
		"status": "closed"
	},
	"EDIT4712": {
		"type": "editorial",
		"title": "Some rules are omitted in [dcl.ptr], [dcl.ref], [dcl.mptr], [dcl.array], [dcl.fct]",
		"long_link": "https://github.com/cplusplus/draft/issues/4712",
		"link": "https://wg21.link/edit4712",
		"status": "open"
	},
	"EDIT4713": {
		"type": "editorial",
		"title": "Missing \"<condition> is `true`|`false`\"",
		"long_link": "https://github.com/cplusplus/draft/issues/4713",
		"link": "https://wg21.link/edit4713",
		"status": "open"
	},
	"EDIT4714": {
		"type": "editorial",
		"title": "Better string splitting example",
		"long_link": "https://github.com/cplusplus/draft/pull/4714",
		"link": "https://wg21.link/edit4714",
		"status": "closed"
	},
	"EDIT4715": {
		"type": "editorial",
		"title": "[iterator.operations, range.iter.op.distance] Reword \"get to\".",
		"long_link": "https://github.com/cplusplus/draft/pull/4715",
		"link": "https://wg21.link/edit4715",
		"status": "closed"
	},
	"EDIT4716": {
		"type": "editorial",
		"title": "[format] Use \\exposid{,nc} for format-arg-store, not \\placeholder",
		"long_link": "https://github.com/cplusplus/draft/pull/4716",
		"link": "https://wg21.link/edit4716",
		"status": "closed"
	},
	"EDIT4717": {
		"type": "editorial",
		"title": "Sloppy wording around formatted/unformatted input/output functions",
		"long_link": "https://github.com/cplusplus/draft/issues/4717",
		"link": "https://wg21.link/edit4717",
		"status": "open"
	},
	"EDIT4718": {
		"type": "editorial",
		"title": "[istream.extractors] mixes members and non-members",
		"long_link": "https://github.com/cplusplus/draft/issues/4718",
		"link": "https://wg21.link/edit4718",
		"status": "open"
	},
	"EDIT4719": {
		"type": "editorial",
		"title": "[lib] Remove space between `requires` and parameter list",
		"long_link": "https://github.com/cplusplus/draft/pull/4719",
		"link": "https://wg21.link/edit4719",
		"status": "closed"
	},
	"EDIT4720": {
		"type": "editorial",
		"title": "[lib] Space between requires and its parameter list?",
		"long_link": "https://github.com/cplusplus/draft/issues/4720",
		"link": "https://wg21.link/edit4720",
		"status": "open"
	},
	"EDIT4721": {
		"type": "editorial",
		"title": "[range.split.iterator] Fix formatting of the 'Effects' clause",
		"long_link": "https://github.com/cplusplus/draft/pull/4721",
		"link": "https://wg21.link/edit4721",
		"status": "closed"
	},
	"EDIT4722": {
		"type": "editorial",
		"title": "\"binds to\" versus \"is bound to\"",
		"long_link": "https://github.com/cplusplus/draft/issues/4722",
		"link": "https://wg21.link/edit4722",
		"status": "open"
	},
	"EDIT4723": {
		"type": "editorial",
		"title": "Inconsistent meaning of \"result of a call\"",
		"long_link": "https://github.com/cplusplus/draft/issues/4723",
		"link": "https://wg21.link/edit4723",
		"status": "open"
	},
	"EDIT4724": {
		"type": "editorial",
		"title": "Reword the wording for glvalue result of a function call",
		"long_link": "https://github.com/cplusplus/draft/issues/4724",
		"link": "https://wg21.link/edit4724",
		"status": "open"
	},
	"EDIT4725": {
		"type": "editorial",
		"title": "upload the PDF for everybody to download",
		"long_link": "https://github.com/cplusplus/draft/pull/4725",
		"link": "https://wg21.link/edit4725",
		"status": "closed"
	},
	"EDIT4726": {
		"type": "editorial",
		"title": "Replace \"Working Draft\" for non mailing-list ready builds",
		"long_link": "https://github.com/cplusplus/draft/issues/4726",
		"link": "https://wg21.link/edit4726",
		"status": "closed"
	},
	"EDIT4727": {
		"type": "editorial",
		"title": "[dcl.pre] What's the meaning of (re)introducing names into the program?",
		"long_link": "https://github.com/cplusplus/draft/issues/4727",
		"link": "https://wg21.link/edit4727",
		"status": "open"
	},
	"EDIT4728": {
		"type": "editorial",
		"title": "[allocator.uses.construction] LWG3527 incompletely applied",
		"long_link": "https://github.com/cplusplus/draft/issues/4728",
		"link": "https://wg21.link/edit4728",
		"status": "closed"
	},
	"EDIT4729": {
		"type": "editorial",
		"title": "[allocator.uses.construction] Add missing closing parentheses",
		"long_link": "https://github.com/cplusplus/draft/pull/4729",
		"link": "https://wg21.link/edit4729",
		"status": "closed"
	},
	"EDIT4730": {
		"type": "editorial",
		"title": "[std] Harmonize 'reference binds to an expression' phrasing",
		"long_link": "https://github.com/cplusplus/draft/pull/4730",
		"link": "https://wg21.link/edit4730",
		"status": "open"
	},
	"EDIT4731": {
		"type": "editorial",
		"title": "using-declaration is not a member vs [class.member.lookup]",
		"long_link": "https://github.com/cplusplus/draft/issues/4731",
		"link": "https://wg21.link/edit4731",
		"status": "open"
	},
	"EDIT4732": {
		"type": "editorial",
		"title": "[range.nonprop.cache] Clarify that emplace-deref does not require materialization of the result of *i before the initialization",
		"long_link": "https://github.com/cplusplus/draft/pull/4732",
		"link": "https://wg21.link/edit4732",
		"status": "open"
	},
	"EDIT4733": {
		"type": "editorial",
		"title": "[expr.mptr.oper] Clarify pointer-to-member operators.",
		"long_link": "https://github.com/cplusplus/draft/pull/4733",
		"link": "https://wg21.link/edit4733",
		"status": "open"
	},
	"EDIT4734": {
		"type": "editorial",
		"title": "[time.clock.cast.sys,time.clock.cast.utc] Shorten introdution of Duration2",
		"long_link": "https://github.com/cplusplus/draft/pull/4734",
		"link": "https://wg21.link/edit4734",
		"status": "closed"
	},
	"EDIT4735": {
		"type": "editorial",
		"title": "[over.match.class.deduct] The obscure structure of the rule for aggregate deduction",
		"long_link": "https://github.com/cplusplus/draft/issues/4735",
		"link": "https://wg21.link/edit4735",
		"status": "open"
	},
	"EDIT4736": {
		"type": "editorial",
		"title": "[unique.ptr.single] Rephrase destruction",
		"long_link": "https://github.com/cplusplus/draft/pull/4736",
		"link": "https://wg21.link/edit4736",
		"status": "open"
	},
	"EDIT4737": {
		"type": "editorial",
		"title": "[stmt.return,class.{ctor,dtor}] Clarify no return operand",
		"long_link": "https://github.com/cplusplus/draft/pull/4737",
		"link": "https://wg21.link/edit4737",
		"status": "open"
	},
	"EDIT4738": {
		"type": "editorial",
		"title": "[thread] Fix and add cross-references in header synopses",
		"long_link": "https://github.com/cplusplus/draft/pull/4738",
		"link": "https://wg21.link/edit4738",
		"status": "closed"
	},
	"EDIT4739": {
		"type": "editorial",
		"title": "[func.require][func.wrap.func.inv] Use defined term target object",
		"long_link": "https://github.com/cplusplus/draft/pull/4739",
		"link": "https://wg21.link/edit4739",
		"status": "closed"
	},
	"EDIT4740": {
		"type": "editorial",
		"title": "[expr.delete] \"result\" usage fix",
		"long_link": "https://github.com/cplusplus/draft/pull/4740",
		"link": "https://wg21.link/edit4740",
		"status": "open"
	},
	"EDIT4741": {
		"type": "editorial",
		"title": "[stmt.dcl]/3 is not precise",
		"long_link": "https://github.com/cplusplus/draft/issues/4741",
		"link": "https://wg21.link/edit4741",
		"status": "open"
	},
	"EDIT4742": {
		"type": "editorial",
		"title": "[range.adaptor.object] Fix latex reference",
		"long_link": "https://github.com/cplusplus/draft/pull/4742",
		"link": "https://wg21.link/edit4742",
		"status": "closed"
	},
	"EDIT4743": {
		"type": "editorial",
		"title": "[basic.compound] Use quoted-string designation for pointer types",
		"long_link": "https://github.com/cplusplus/draft/pull/4743",
		"link": "https://wg21.link/edit4743",
		"status": "closed"
	},
	"EDIT4744": {
		"type": "editorial",
		"title": "[array.overview] Extend complexity exception to move construction",
		"long_link": "https://github.com/cplusplus/draft/pull/4744",
		"link": "https://wg21.link/edit4744",
		"status": "open"
	},
	"EDIT4745": {
		"type": "editorial",
		"title": "Awkward invented declaration in P0849",
		"long_link": "https://github.com/cplusplus/draft/issues/4745",
		"link": "https://wg21.link/edit4745",
		"status": "open"
	},
	"EDIT4746": {
		"type": "editorial",
		"title": "\"...denoted by the operand\" in [expr.delete] can result in a wrong meaning",
		"long_link": "https://github.com/cplusplus/draft/issues/4746",
		"link": "https://wg21.link/edit4746",
		"status": "closed"
	},
	"EDIT4747": {
		"type": "editorial",
		"title": "[bit.count] Turn introduction of `N` into a note",
		"long_link": "https://github.com/cplusplus/draft/issues/4747",
		"link": "https://wg21.link/edit4747",
		"status": "open"
	},
	"EDIT4748": {
		"type": "editorial",
		"title": "Confliction between [expr.cast] and \"shall not discard cv-qualification\"",
		"long_link": "https://github.com/cplusplus/draft/issues/4748",
		"link": "https://wg21.link/edit4748",
		"status": "open"
	},
	"EDIT4749": {
		"type": "editorial",
		"title": "The unclear definition for \"variable\"",
		"long_link": "https://github.com/cplusplus/draft/issues/4749",
		"link": "https://wg21.link/edit4749",
		"status": "open"
	},
	"EDIT4750": {
		"type": "editorial",
		"title": "Integral promotion is excluded by Integral conversion in [expr.static.cast#10]",
		"long_link": "https://github.com/cplusplus/draft/issues/4750",
		"link": "https://wg21.link/edit4750",
		"status": "closed"
	},
	"EDIT4751": {
		"type": "editorial",
		"title": "Unclearly defined rule in [over.match.funcs#general-5]  conflicts with the rule defined in [dcl.init.ref#5.2]",
		"long_link": "https://github.com/cplusplus/draft/issues/4751",
		"link": "https://wg21.link/edit4751",
		"status": "open"
	},
	"EDIT4752": {
		"type": "editorial",
		"title": "[expr.new] doesn't specify the type of a new-expression",
		"long_link": "https://github.com/cplusplus/draft/issues/4752",
		"link": "https://wg21.link/edit4752",
		"status": "open"
	},
	"EDIT4753": {
		"type": "editorial",
		"title": "A lvalue-to-rvalue conversion is not necessary to be required in [dcl.init.ref#5.3]",
		"long_link": "https://github.com/cplusplus/draft/issues/4753",
		"link": "https://wg21.link/edit4753",
		"status": "open"
	},
	"EDIT4754": {
		"type": "editorial",
		"title": "[optional.optional] Can we eliminate the exposition only member `val`?",
		"long_link": "https://github.com/cplusplus/draft/issues/4754",
		"link": "https://wg21.link/edit4754",
		"status": "open"
	},
	"EDIT4755": {
		"type": "editorial",
		"title": "[expr.call] Consider noting the exception for temporary objects",
		"long_link": "https://github.com/cplusplus/draft/issues/4755",
		"link": "https://wg21.link/edit4755",
		"status": "closed"
	},
	"EDIT4756": {
		"type": "editorial",
		"title": "[expr.new] Clarify result type and value category",
		"long_link": "https://github.com/cplusplus/draft/pull/4756",
		"link": "https://wg21.link/edit4756",
		"status": "open"
	},
	"EDIT4757": {
		"type": "editorial",
		"title": "ranges::split_view::iterator::operator* Not rendered properly",
		"long_link": "https://github.com/cplusplus/draft/issues/4757",
		"link": "https://wg21.link/edit4757",
		"status": "closed"
	},
	"EDIT4758": {
		"type": "editorial",
		"title": "[expr.static.cast] Admit integral promotion for cast to enumeration type",
		"long_link": "https://github.com/cplusplus/draft/pull/4758",
		"link": "https://wg21.link/edit4758",
		"status": "closed"
	},
	"EDIT4759": {
		"type": "editorial",
		"title": "[bit.count] Add missing paragraph number",
		"long_link": "https://github.com/cplusplus/draft/pull/4759",
		"link": "https://wg21.link/edit4759",
		"status": "closed"
	},
	"EDIT4760": {
		"type": "editorial",
		"title": "[over.match.funcs#general-7.3] is unclear on \"for the former set\" and its \"additional permissible types\"",
		"long_link": "https://github.com/cplusplus/draft/issues/4760",
		"link": "https://wg21.link/edit4760",
		"status": "open"
	},
	"EDIT4761": {
		"type": "editorial",
		"title": "The permissible types in [over.match.conv] should not be reference types",
		"long_link": "https://github.com/cplusplus/draft/issues/4761",
		"link": "https://wg21.link/edit4761",
		"status": "open"
	},
	"EDIT4762": {
		"type": "editorial",
		"title": "[expr.delete] Replace 'denote' with 'pointed to'",
		"long_link": "https://github.com/cplusplus/draft/pull/4762",
		"link": "https://wg21.link/edit4762",
		"status": "closed"
	},
	"EDIT4763": {
		"type": "editorial",
		"title": "[stmt.dcl] Clarify 'active' variables",
		"long_link": "https://github.com/cplusplus/draft/pull/4763",
		"link": "https://wg21.link/edit4763",
		"status": "open"
	},
	"EDIT4764": {
		"type": "editorial",
		"title": "A note in [namespace.udir] that metions \"using-directive does no introduce name\" should be turned to a normative rule",
		"long_link": "https://github.com/cplusplus/draft/issues/4764",
		"link": "https://wg21.link/edit4764",
		"status": "open"
	},
	"EDIT4765": {
		"type": "editorial",
		"title": "[variant.variant.general] fix constexpr typo",
		"long_link": "https://github.com/cplusplus/draft/pull/4765",
		"link": "https://wg21.link/edit4765",
		"status": "closed"
	},
	"EDIT4766": {
		"type": "editorial",
		"title": "[cpp.stringize] Whitespace is not a preprocessing token",
		"long_link": "https://github.com/cplusplus/draft/issues/4766",
		"link": "https://wg21.link/edit4766",
		"status": "open"
	},
	"EDIT4767": {
		"type": "editorial",
		"title": "Some minor iostream edits for clarity",
		"long_link": "https://github.com/cplusplus/draft/pull/4767",
		"link": "https://wg21.link/edit4767",
		"status": "closed"
	},
	"EDIT4768": {
		"type": "editorial",
		"title": "[meta.member] Clarify is_corresponding_member semantics",
		"long_link": "https://github.com/cplusplus/draft/pull/4768",
		"link": "https://wg21.link/edit4768",
		"status": "closed"
	},
	"EDIT4769": {
		"type": "editorial",
		"title": "[span.streams.overview] Correct typo \"theses\" => \"these\"",
		"long_link": "https://github.com/cplusplus/draft/pull/4769",
		"link": "https://wg21.link/edit4769",
		"status": "closed"
	},
	"EDIT4770": {
		"type": "editorial",
		"title": "[basic.def.odr#9] Saying that a scope corresponds to a function is not precise",
		"long_link": "https://github.com/cplusplus/draft/issues/4770",
		"link": "https://wg21.link/edit4770",
		"status": "open"
	},
	"EDIT4771": {
		"type": "editorial",
		"title": "[propagation] Make sure \"otherwise\" is at the start of a bullet P1675R2",
		"long_link": "https://github.com/cplusplus/draft/issues/4771",
		"link": "https://wg21.link/edit4771",
		"status": "open"
	},
	"EDIT4772": {
		"type": "editorial",
		"title": "[std] Use \\Fundescx to avoid awkward mid-sentence colons.",
		"long_link": "https://github.com/cplusplus/draft/pull/4772",
		"link": "https://wg21.link/edit4772",
		"status": "open"
	},
	"EDIT4773": {
		"type": "editorial",
		"title": " Fix notes due to TBAA and use \"implementation\" instead of \"compiler\"",
		"long_link": "https://github.com/cplusplus/draft/pull/4773",
		"link": "https://wg21.link/edit4773",
		"status": "open"
	},
	"EDIT4774": {
		"type": "editorial",
		"title": "[container.adaptors.general] Fix ref",
		"long_link": "https://github.com/cplusplus/draft/pull/4774",
		"link": "https://wg21.link/edit4774",
		"status": "closed"
	},
	"EDIT4775": {
		"type": "editorial",
		"title": "Two conflict notes about member lookup occurred in base-specifier",
		"long_link": "https://github.com/cplusplus/draft/issues/4775",
		"link": "https://wg21.link/edit4775",
		"status": "open"
	},
	"EDIT4776": {
		"type": "editorial",
		"title": "A definition for a class introduces a class scope rather than doing that by a declaration that is not a definition",
		"long_link": "https://github.com/cplusplus/draft/issues/4776",
		"link": "https://wg21.link/edit4776",
		"status": "open"
	},
	"EDIT4777": {
		"type": "editorial",
		"title": "[defns.access] [basic.lval] Clarify what and how can be accessed",
		"long_link": "https://github.com/cplusplus/draft/pull/4777",
		"link": "https://wg21.link/edit4777",
		"status": "open"
	},
	"EDIT4778": {
		"type": "editorial",
		"title": "[expr.add] Use better example",
		"long_link": "https://github.com/cplusplus/draft/pull/4778",
		"link": "https://wg21.link/edit4778",
		"status": "open"
	},
	"EDIT4779": {
		"type": "editorial",
		"title": "[basic.types.general] p6 Incorrect comment in example",
		"long_link": "https://github.com/cplusplus/draft/issues/4779",
		"link": "https://wg21.link/edit4779",
		"status": "closed"
	},
	"EDIT4780": {
		"type": "editorial",
		"title": "[tuple.creation] Remove unused introductory notation",
		"long_link": "https://github.com/cplusplus/draft/pull/4780",
		"link": "https://wg21.link/edit4780",
		"status": "closed"
	},
	"EDIT4781": {
		"type": "editorial",
		"title": "Typo in Cpp17Allocator requirements Note",
		"long_link": "https://github.com/cplusplus/draft/issues/4781",
		"link": "https://wg21.link/edit4781",
		"status": "closed"
	},
	"EDIT4782": {
		"type": "editorial",
		"title": "[allocator.requirements.general] Fix typo in table's note",
		"long_link": "https://github.com/cplusplus/draft/pull/4782",
		"link": "https://wg21.link/edit4782",
		"status": "closed"
	},
	"EDIT4783": {
		"type": "editorial",
		"title": "[basic.types.general] Fix comment in example",
		"long_link": "https://github.com/cplusplus/draft/pull/4783",
		"link": "https://wg21.link/edit4783",
		"status": "closed"
	},
	"EDIT4784": {
		"type": "editorial",
		"title": "A pointer past the end of the last element should have an explicit pointer value category and consistently use that term ",
		"long_link": "https://github.com/cplusplus/draft/issues/4784",
		"link": "https://wg21.link/edit4784",
		"status": "open"
	},
	"EDIT4785": {
		"type": "editorial",
		"title": "Don't reuse term \"note\" for normative requirements in tables",
		"long_link": "https://github.com/cplusplus/draft/issues/4785",
		"link": "https://wg21.link/edit4785",
		"status": "open"
	},
	"EDIT4786": {
		"type": "editorial",
		"title": "[array.overview] Move default constructor exception to [container.requirements]",
		"long_link": "https://github.com/cplusplus/draft/issues/4786",
		"link": "https://wg21.link/edit4786",
		"status": "open"
	},
	"EDIT4787": {
		"type": "editorial",
		"title": "[basic.scope#scope-4]The meaning of \"denote different entities\" is vague",
		"long_link": "https://github.com/cplusplus/draft/issues/4787",
		"link": "https://wg21.link/edit4787",
		"status": "open"
	},
	"EDIT4788": {
		"type": "editorial",
		"title": "The odr restrictions didn't apply to enumerators",
		"long_link": "https://github.com/cplusplus/draft/issues/4788",
		"link": "https://wg21.link/edit4788",
		"status": "open"
	},
	"EDIT4789": {
		"type": "editorial",
		"title": "[variant.variant],[variant.ctor] - clarifying the meaning of Ti",
		"long_link": "https://github.com/cplusplus/draft/pull/4789",
		"link": "https://wg21.link/edit4789",
		"status": "open"
	},
	"EDIT4790": {
		"type": "editorial",
		"title": "Use $...$ around negative numbers, for proper minus signs",
		"long_link": "https://github.com/cplusplus/draft/pull/4790",
		"link": "https://wg21.link/edit4790",
		"status": "closed"
	},
	"EDIT4791": {
		"type": "editorial",
		"title": "[temp.res.general] p5: dependent qualified-id and using-declarator",
		"long_link": "https://github.com/cplusplus/draft/issues/4791",
		"link": "https://wg21.link/edit4791",
		"status": "open"
	},
	"EDIT4792": {
		"type": "editorial",
		"title": "[temp.res.general] p5: dependent names in other than type-only context",
		"long_link": "https://github.com/cplusplus/draft/issues/4792",
		"link": "https://wg21.link/edit4792",
		"status": "open"
	},
	"EDIT4793": {
		"type": "editorial",
		"title": "dependent names",
		"long_link": "https://github.com/cplusplus/draft/pull/4793",
		"link": "https://wg21.link/edit4793",
		"status": "open"
	},
	"EDIT4794": {
		"type": "editorial",
		"title": "[expr.sizeof]p2 makes an unjustified inference about the size of an array",
		"long_link": "https://github.com/cplusplus/draft/issues/4794",
		"link": "https://wg21.link/edit4794",
		"status": "open"
	},
	"EDIT4795": {
		"type": "editorial",
		"title": "[spanbuf.virtuals] Add missing \"override\"",
		"long_link": "https://github.com/cplusplus/draft/pull/4795",
		"link": "https://wg21.link/edit4795",
		"status": "closed"
	},
	"EDIT4796": {
		"type": "editorial",
		"title": "[dcl.spec.general] p2 prevents the valid type combination",
		"long_link": "https://github.com/cplusplus/draft/issues/4796",
		"link": "https://wg21.link/edit4796",
		"status": "open"
	},
	"EDIT4797": {
		"type": "editorial",
		"title": "\"single-element of an array\" model",
		"long_link": "https://github.com/cplusplus/draft/issues/4797",
		"link": "https://wg21.link/edit4797",
		"status": "closed"
	},
	"EDIT4798": {
		"type": "editorial",
		"title": "What is \"the full-expression of its initialization\"?",
		"long_link": "https://github.com/cplusplus/draft/issues/4798",
		"link": "https://wg21.link/edit4798",
		"status": "open"
	},
	"EDIT4799": {
		"type": "editorial",
		"title": "[dcl.init.general] default-initialization vs extern declaration",
		"long_link": "https://github.com/cplusplus/draft/issues/4799",
		"link": "https://wg21.link/edit4799",
		"status": "open"
	},
	"EDIT4800": {
		"type": "editorial",
		"title": "[basic.start.static] p3 is a bit vague",
		"long_link": "https://github.com/cplusplus/draft/issues/4800",
		"link": "https://wg21.link/edit4800",
		"status": "open"
	},
	"EDIT4801": {
		"type": "editorial",
		"title": "[stacktrace.entry.cmp] does not describe operator<=>",
		"long_link": "https://github.com/cplusplus/draft/issues/4801",
		"link": "https://wg21.link/edit4801",
		"status": "closed"
	},
	"EDIT4802": {
		"type": "editorial",
		"title": "[basic.life] Does zero-initialization as a static initialization begin the lifetime of an object?",
		"long_link": "https://github.com/cplusplus/draft/issues/4802",
		"link": "https://wg21.link/edit4802",
		"status": "open"
	},
	"EDIT4803": {
		"type": "editorial",
		"title": "[stmt.return,dcl.fct.def.coroutine] Avoid use of 'glvalue result'",
		"long_link": "https://github.com/cplusplus/draft/pull/4803",
		"link": "https://wg21.link/edit4803",
		"status": "open"
	},
	"EDIT4804": {
		"type": "editorial",
		"title": "[dcl.init.ref] Avoid 'value of the expression'",
		"long_link": "https://github.com/cplusplus/draft/pull/4804",
		"link": "https://wg21.link/edit4804",
		"status": "open"
	},
	"EDIT4805": {
		"type": "editorial",
		"title": "[cmath.syn] p1 is missing lerp",
		"long_link": "https://github.com/cplusplus/draft/issues/4805",
		"link": "https://wg21.link/edit4805",
		"status": "closed"
	},
	"EDIT4806": {
		"type": "editorial",
		"title": "[cmath.syn] Add 'lerp' to list of differences vs. C",
		"long_link": "https://github.com/cplusplus/draft/pull/4806",
		"link": "https://wg21.link/edit4806",
		"status": "closed"
	},
	"EDIT4807": {
		"type": "editorial",
		"title": "[std] Replace vestigial parenthesized \\ref with \\iref",
		"long_link": "https://github.com/cplusplus/draft/pull/4807",
		"link": "https://wg21.link/edit4807",
		"status": "open"
	},
	"EDIT4808": {
		"type": "editorial",
		"title": "[expr.sizeof] Clarify sizeof(array)",
		"long_link": "https://github.com/cplusplus/draft/pull/4808",
		"link": "https://wg21.link/edit4808",
		"status": "open"
	},
	"EDIT4809": {
		"type": "editorial",
		"title": "[over.ics.list] define \"worst conversion sequence\" CWG2492",
		"long_link": "https://github.com/cplusplus/draft/issues/4809",
		"link": "https://wg21.link/edit4809",
		"status": "open"
	},
	"EDIT4810": {
		"type": "editorial",
		"title": "[over.match.best] Define 'worst conversion sequence'",
		"long_link": "https://github.com/cplusplus/draft/pull/4810",
		"link": "https://wg21.link/edit4810",
		"status": "open"
	},
	"EDIT4811": {
		"type": "editorial",
		"title": "[dcl.spec.auto.general] Call to conversion function whose conversion-function-id contains a placeholder CWG2493",
		"long_link": "https://github.com/cplusplus/draft/issues/4811",
		"link": "https://wg21.link/edit4811",
		"status": "open"
	},
	"EDIT4812": {
		"type": "editorial",
		"title": "[basic.lookup.unqual] Component names in converstion-type-id are unqualified names?",
		"long_link": "https://github.com/cplusplus/draft/issues/4812",
		"link": "https://wg21.link/edit4812",
		"status": "open"
	},
	"EDIT4813": {
		"type": "editorial",
		"title": "[basic.lookup.unqual] Clarify 'unqualified name'",
		"long_link": "https://github.com/cplusplus/draft/pull/4813",
		"link": "https://wg21.link/edit4813",
		"status": "open"
	},
	"EDIT4814": {
		"type": "editorial",
		"title": "[temp.explicit] p4 has a vague expound",
		"long_link": "https://github.com/cplusplus/draft/issues/4814",
		"link": "https://wg21.link/edit4814",
		"status": "open"
	},
	"EDIT4815": {
		"type": "editorial",
		"title": "[temp.expl.spec] p6 not only applies to definitions",
		"long_link": "https://github.com/cplusplus/draft/issues/4815",
		"link": "https://wg21.link/edit4815",
		"status": "open"
	},
	"EDIT4816": {
		"type": "editorial",
		"title": "[temp.expl.spec] p7 merely implicit instantiation? ",
		"long_link": "https://github.com/cplusplus/draft/issues/4816",
		"link": "https://wg21.link/edit4816",
		"status": "open"
	},
	"EDIT4817": {
		"type": "editorial",
		"title": "[range.dangling] Simplify syntax",
		"long_link": "https://github.com/cplusplus/draft/pull/4817",
		"link": "https://wg21.link/edit4817",
		"status": "closed"
	},
	"EDIT4818": {
		"type": "editorial",
		"title": "[range.iota.view] Mark exposition-only concepts as such",
		"long_link": "https://github.com/cplusplus/draft/pull/4818",
		"link": "https://wg21.link/edit4818",
		"status": "closed"
	},
	"EDIT4819": {
		"type": "editorial",
		"title": "[ranges] Inconsistent marking of definitions with `// \\expos`",
		"long_link": "https://github.com/cplusplus/draft/issues/4819",
		"link": "https://wg21.link/edit4819",
		"status": "open"
	},
	"EDIT4820": {
		"type": "editorial",
		"title": "[stmt.return] p3 The context of the invocation of the potentially invoked destructor is unspecified",
		"long_link": "https://github.com/cplusplus/draft/issues/4820",
		"link": "https://wg21.link/edit4820",
		"status": "open"
	},
	"EDIT4821": {
		"type": "editorial",
		"title": "[futures.async] Add missing space to fold expression",
		"long_link": "https://github.com/cplusplus/draft/pull/4821",
		"link": "https://wg21.link/edit4821",
		"status": "closed"
	},
	"EDIT4822": {
		"type": "editorial",
		"title": "[std] Where template and function parameter pack can be swapped",
		"long_link": "https://github.com/cplusplus/draft/issues/4822",
		"link": "https://wg21.link/edit4822",
		"status": "open"
	},
	"EDIT4823": {
		"type": "editorial",
		"title": "[coroutine.handle.export.import] Add missing space after _cv_",
		"long_link": "https://github.com/cplusplus/draft/pull/4823",
		"link": "https://wg21.link/edit4823",
		"status": "closed"
	},
	"EDIT4824": {
		"type": "editorial",
		"title": "[coroutine.handle.resumption] Index implementation-defined behavior",
		"long_link": "https://github.com/cplusplus/draft/issues/4824",
		"link": "https://wg21.link/edit4824",
		"status": "open"
	},
	"EDIT4825": {
		"type": "editorial",
		"title": "[coroutine.traits.primary] Separate parameters by spaces",
		"long_link": "https://github.com/cplusplus/draft/pull/4825",
		"link": "https://wg21.link/edit4825",
		"status": "closed"
	},
	"EDIT4826": {
		"type": "editorial",
		"title": "[expr.typeid] glvalue of incomplete type vs typeid",
		"long_link": "https://github.com/cplusplus/draft/issues/4826",
		"link": "https://wg21.link/edit4826",
		"status": "open"
	},
	"EDIT4827": {
		"type": "editorial",
		"title": "[expr.typeid] Require class type to be complete",
		"long_link": "https://github.com/cplusplus/draft/pull/4827",
		"link": "https://wg21.link/edit4827",
		"status": "open"
	},
	"EDIT4828": {
		"type": "editorial",
		"title": "[impldef] Add missing index entries",
		"long_link": "https://github.com/cplusplus/draft/pull/4828",
		"link": "https://wg21.link/edit4828",
		"status": "open"
	},
	"EDIT4829": {
		"type": "editorial",
		"title": "[ranges] Add missing \\expos markers for nested types",
		"long_link": "https://github.com/cplusplus/draft/pull/4829",
		"link": "https://wg21.link/edit4829",
		"status": "open"
	},
	"EDIT4830": {
		"type": "editorial",
		"title": "[expr.prim.req.nested] misuse of term \"unevaluated operand\"",
		"long_link": "https://github.com/cplusplus/draft/issues/4830",
		"link": "https://wg21.link/edit4830",
		"status": "open"
	},
	"EDIT4831": {
		"type": "editorial",
		"title": "[iostream.format] Use the injected-class-name throughout",
		"long_link": "https://github.com/cplusplus/draft/pull/4831",
		"link": "https://wg21.link/edit4831",
		"status": "closed"
	},
	"EDIT4832": {
		"type": "editorial",
		"title": "[expr.prim.req] Fix uses of 'unevaluated operand'",
		"long_link": "https://github.com/cplusplus/draft/pull/4832",
		"link": "https://wg21.link/edit4832",
		"status": "open"
	},
	"EDIT4833": {
		"type": "editorial",
		"title": "[basic.pre,basic.link] Clarify 'declaration of entity' vs. namespace-alias",
		"long_link": "https://github.com/cplusplus/draft/pull/4833",
		"link": "https://wg21.link/edit4833",
		"status": "open"
	},
	"EDIT4834": {
		"type": "editorial",
		"title": "[dcl.spec.general,dcl.fct.spec] Clarify duplication of decl-specifiers",
		"long_link": "https://github.com/cplusplus/draft/pull/4834",
		"link": "https://wg21.link/edit4834",
		"status": "open"
	},
	"EDIT4835": {
		"type": "editorial",
		"title": "[over.match.oper] p3 The \"rewritten\" is used in different meanings",
		"long_link": "https://github.com/cplusplus/draft/issues/4835",
		"link": "https://wg21.link/edit4835",
		"status": "open"
	},
	"EDIT4836": {
		"type": "editorial",
		"title": "[range.istream.view] Repeat default template argument in synopsis",
		"long_link": "https://github.com/cplusplus/draft/pull/4836",
		"link": "https://wg21.link/edit4836",
		"status": "closed"
	},
	"EDIT4837": {
		"type": "editorial",
		"title": "Is the constructor call a prvalue and what's the type of it?",
		"long_link": "https://github.com/cplusplus/draft/issues/4837",
		"link": "https://wg21.link/edit4837",
		"status": "closed"
	},
	"EDIT4838": {
		"type": "editorial",
		"title": "The name is bound to a declaration vs is bound to a Scope",
		"long_link": "https://github.com/cplusplus/draft/issues/4838",
		"link": "https://wg21.link/edit4838",
		"status": "open"
	},
	"EDIT4839": {
		"type": "editorial",
		"title": "[class.copy.elision] p3 The return type in the first bullet should be restricted ",
		"long_link": "https://github.com/cplusplus/draft/issues/4839",
		"link": "https://wg21.link/edit4839",
		"status": "open"
	},
	"EDIT4840": {
		"type": "editorial",
		"title": "[basic.stc] Temporary object and its storage duration CWG1634",
		"long_link": "https://github.com/cplusplus/draft/issues/4840",
		"link": "https://wg21.link/edit4840",
		"status": "open"
	},
	"EDIT4841": {
		"type": "editorial",
		"title": "[basic.scope.block] p1 The note should be as a normative rule",
		"long_link": "https://github.com/cplusplus/draft/issues/4841",
		"link": "https://wg21.link/edit4841",
		"status": "open"
	},
	"EDIT4842": {
		"type": "editorial",
		"title": "[class.copy.elision] No implicit moves for reference return types",
		"long_link": "https://github.com/cplusplus/draft/pull/4842",
		"link": "https://wg21.link/edit4842",
		"status": "open"
	},
	"EDIT4843": {
		"type": "editorial",
		"title": "[basic.scope.block] Fix regression introduced by P1787R6",
		"long_link": "https://github.com/cplusplus/draft/pull/4843",
		"link": "https://wg21.link/edit4843",
		"status": "open"
	},
	"EDIT4844": {
		"type": "editorial",
		"title": "Several rules conflict with the modification of P1971",
		"long_link": "https://github.com/cplusplus/draft/issues/4844",
		"link": "https://wg21.link/edit4844",
		"status": "closed"
	},
	"EDIT4845": {
		"type": "editorial",
		"title": "[temp.arg.general] p2 template argument list of template-head seems to have a more restriction",
		"long_link": "https://github.com/cplusplus/draft/issues/4845",
		"link": "https://wg21.link/edit4845",
		"status": "open"
	},
	"EDIT4846": {
		"type": "editorial",
		"title": "[temp.expl.spec] p6 explicitly specialized class vs explicitly specialized class template",
		"long_link": "https://github.com/cplusplus/draft/issues/4846",
		"link": "https://wg21.link/edit4846",
		"status": "open"
	},
	"EDIT4847": {
		"type": "editorial",
		"title": "The operand in the copy-initialization of the result object of a function should be the possibly-converted one",
		"long_link": "https://github.com/cplusplus/draft/issues/4847",
		"link": "https://wg21.link/edit4847",
		"status": "open"
	},
	"EDIT4848": {
		"type": "editorial",
		"title": "[expr.delete] Clarify treatment of arrays of classes",
		"long_link": "https://github.com/cplusplus/draft/pull/4848",
		"link": "https://wg21.link/edit4848",
		"status": "open"
	},
	"EDIT4849": {
		"type": "editorial",
		"title": "[temp.spec.general] Format grammar terms",
		"long_link": "https://github.com/cplusplus/draft/pull/4849",
		"link": "https://wg21.link/edit4849",
		"status": "closed"
	},
	"EDIT4850": {
		"type": "editorial",
		"title": "[expr.delete] p7 The time of calling a deallocation function",
		"long_link": "https://github.com/cplusplus/draft/issues/4850",
		"link": "https://wg21.link/edit4850",
		"status": "open"
	},
	"EDIT4851": {
		"type": "editorial",
		"title": "[conv.qual] identity conversion and similar type",
		"long_link": "https://github.com/cplusplus/draft/issues/4851",
		"link": "https://wg21.link/edit4851",
		"status": "open"
	},
	"EDIT4852": {
		"type": "editorial",
		"title": "[dcl.constexpr] A full-expression of initialization of a variable may be not an expression",
		"long_link": "https://github.com/cplusplus/draft/issues/4852",
		"link": "https://wg21.link/edit4852",
		"status": "open"
	},
	"EDIT4853": {
		"type": "editorial",
		"title": "[expr.delete] p2 The restriction on operand of a single-object delete expression",
		"long_link": "https://github.com/cplusplus/draft/issues/4853",
		"link": "https://wg21.link/edit4853",
		"status": "open"
	},
	"EDIT4854": {
		"type": "editorial",
		"title": "[basic.lval] p5 value vs initialization",
		"long_link": "https://github.com/cplusplus/draft/issues/4854",
		"link": "https://wg21.link/edit4854",
		"status": "open"
	},
	"EDIT4855": {
		"type": "editorial",
		"title": "[expr.const] p10 converted constant expression of type bool vs contextually converted constant expression of type bool",
		"long_link": "https://github.com/cplusplus/draft/issues/4855",
		"link": "https://wg21.link/edit4855",
		"status": "closed"
	},
	"EDIT4856": {
		"type": "editorial",
		"title": "[expr.const] \"converted expression is a constant expression\" ",
		"long_link": "https://github.com/cplusplus/draft/issues/4856",
		"link": "https://wg21.link/edit4856",
		"status": "open"
	},
	"EDIT4857": {
		"type": "editorial",
		"title": "[basic.fundamental] Lacking a definition of overflow",
		"long_link": "https://github.com/cplusplus/draft/issues/4857",
		"link": "https://wg21.link/edit4857",
		"status": "open"
	},
	"EDIT4858": {
		"type": "editorial",
		"title": "[forward] Fix typo in example 2 in paragraph 6",
		"long_link": "https://github.com/cplusplus/draft/pull/4858",
		"link": "https://wg21.link/edit4858",
		"status": "closed"
	},
	"EDIT4859": {
		"type": "editorial",
		"title": "[expr.delete] Clarify constraints on non-array delete",
		"long_link": "https://github.com/cplusplus/draft/pull/4859",
		"link": "https://wg21.link/edit4859",
		"status": "open"
	},
	"EDIT4860": {
		"type": "editorial",
		"title": "[conv.integral,over.best.ics.general,over.ics.user] Ignore cv-qualification differences",
		"long_link": "https://github.com/cplusplus/draft/pull/4860",
		"link": "https://wg21.link/edit4860",
		"status": "open"
	},
	"EDIT4861": {
		"type": "editorial",
		"title": "[intro.execution] p11 sequencing of co_await",
		"long_link": "https://github.com/cplusplus/draft/issues/4861",
		"link": "https://wg21.link/edit4861",
		"status": "open"
	},
	"EDIT4862": {
		"type": "editorial",
		"title": "[basic.string.general] Fix basic_string::npos",
		"long_link": "https://github.com/cplusplus/draft/pull/4862",
		"link": "https://wg21.link/edit4862",
		"status": "closed"
	},
	"EDIT4863": {
		"type": "editorial",
		"title": "[lib] Extend exception propagation to cover the initialization",
		"long_link": "https://github.com/cplusplus/draft/issues/4863",
		"link": "https://wg21.link/edit4863",
		"status": "open"
	},
	"EDIT4864": {
		"type": "editorial",
		"title": "[expr.ass] does not specify the type of the expression (and traditionally misuses \"result\")",
		"long_link": "https://github.com/cplusplus/draft/issues/4864",
		"link": "https://wg21.link/edit4864",
		"status": "closed"
	},
	"EDIT4865": {
		"type": "editorial",
		"title": "[expr.ass] Clarify type of assignment-expression",
		"long_link": "https://github.com/cplusplus/draft/pull/4865",
		"link": "https://wg21.link/edit4865",
		"status": "closed"
	},
	"EDIT4866": {
		"type": "editorial",
		"title": "[basic] Reference the more specific [expr.context]",
		"long_link": "https://github.com/cplusplus/draft/pull/4866",
		"link": "https://wg21.link/edit4866",
		"status": "closed"
	},
	"EDIT4867": {
		"type": "editorial",
		"title": "[expr.await] The lifetime of parameters and variables that are defined in a coroutine",
		"long_link": "https://github.com/cplusplus/draft/issues/4867",
		"link": "https://wg21.link/edit4867",
		"status": "open"
	},
	"EDIT4868": {
		"type": "editorial",
		"title": "[dcl.fct.def.coroutine] p13 A valid reference type is not cv-qualified",
		"long_link": "https://github.com/cplusplus/draft/issues/4868",
		"link": "https://wg21.link/edit4868",
		"status": "closed"
	},
	"EDIT4869": {
		"type": "editorial",
		"title": "[utility.requirements,exception.propagation] Clarify the thrown exceptions that have requirements and guarantees imposed",
		"long_link": "https://github.com/cplusplus/draft/pull/4869",
		"link": "https://wg21.link/edit4869",
		"status": "open"
	},
	"EDIT4870": {
		"type": "editorial",
		"title": "[dcl.fct.def.coroutine] p13 \"xvalue of type T\" where T is lvalue reference type",
		"long_link": "https://github.com/cplusplus/draft/issues/4870",
		"link": "https://wg21.link/edit4870",
		"status": "open"
	},
	"EDIT4871": {
		"type": "editorial",
		"title": "[unique.ptr.single] Remove redundant preconditions after 079f7d3b02d",
		"long_link": "https://github.com/cplusplus/draft/pull/4871",
		"link": "https://wg21.link/edit4871",
		"status": "closed"
	},
	"EDIT4872": {
		"type": "editorial",
		"title": "[unique.ptr.single] Throwing after 079f7d3b02d can be well-defined",
		"long_link": "https://github.com/cplusplus/draft/issues/4872",
		"link": "https://wg21.link/edit4872",
		"status": "closed"
	},
	"EDIT4873": {
		"type": "editorial",
		"title": "[func.search] Fix inconsistencies between boyer_moore searchers",
		"long_link": "https://github.com/cplusplus/draft/pull/4873",
		"link": "https://wg21.link/edit4873",
		"status": "open"
	},
	"EDIT4874": {
		"type": "editorial",
		"title": "[lex.phases] Some unused links are useful ",
		"long_link": "https://github.com/cplusplus/draft/issues/4874",
		"link": "https://wg21.link/edit4874",
		"status": "open"
	},
	"EDIT4875": {
		"type": "editorial",
		"title": "[basic.lval] Remove an incorrect statement that assignment expects PR-value right operands",
		"long_link": "https://github.com/cplusplus/draft/pull/4875",
		"link": "https://wg21.link/edit4875",
		"status": "closed"
	},
	"EDIT4876": {
		"type": "editorial",
		"title": "[lib] Cpp17Meow requirements, its table, and references to those",
		"long_link": "https://github.com/cplusplus/draft/issues/4876",
		"link": "https://wg21.link/edit4876",
		"status": "open"
	},
	"EDIT4877": {
		"type": "editorial",
		"title": "[format.syn] A wrong exposition for std::format definition",
		"long_link": "https://github.com/cplusplus/draft/issues/4877",
		"link": "https://wg21.link/edit4877",
		"status": "closed"
	},
	"EDIT4878": {
		"type": "editorial",
		"title": "[temp.deduct.type] p6 type name includes non-deduced context",
		"long_link": "https://github.com/cplusplus/draft/issues/4878",
		"link": "https://wg21.link/edit4878",
		"status": "open"
	},
	"EDIT4879": {
		"type": "editorial",
		"title": "[temp.deduct.partial] p4 Partial ordering for a non-deduced context parameter",
		"long_link": "https://github.com/cplusplus/draft/issues/4879",
		"link": "https://wg21.link/edit4879",
		"status": "open"
	},
	"EDIT4880": {
		"type": "editorial",
		"title": "[expr.const] Fix integer overflow reference",
		"long_link": "https://github.com/cplusplus/draft/pull/4880",
		"link": "https://wg21.link/edit4880",
		"status": "closed"
	},
	"EDIT4881": {
		"type": "editorial",
		"title": "Bad subclause nesting in [smartptr]",
		"long_link": "https://github.com/cplusplus/draft/issues/4881",
		"link": "https://wg21.link/edit4881",
		"status": "open"
	},
	"EDIT4882": {
		"type": "editorial",
		"title": "Is a variable that is about to go out of scope an lvalue or an xvalue?",
		"long_link": "https://github.com/cplusplus/draft/issues/4882",
		"link": "https://wg21.link/edit4882",
		"status": "closed"
	},
	"EDIT4883": {
		"type": "editorial",
		"title": "[expr.typeid] Fix reference to header synopsis",
		"long_link": "https://github.com/cplusplus/draft/pull/4883",
		"link": "https://wg21.link/edit4883",
		"status": "closed"
	},
	"EDIT4884": {
		"type": "editorial",
		"title": "[temp.deduct.type] p4 values vs parameters",
		"long_link": "https://github.com/cplusplus/draft/issues/4884",
		"link": "https://wg21.link/edit4884",
		"status": "open"
	},
	"EDIT4885": {
		"type": "editorial",
		"title": "Conflict for the result object of a prvalue",
		"long_link": "https://github.com/cplusplus/draft/issues/4885",
		"link": "https://wg21.link/edit4885",
		"status": "closed"
	},
	"EDIT4886": {
		"type": "editorial",
		"title": "Requires should now be Mandates",
		"long_link": "https://github.com/cplusplus/draft/pull/4886",
		"link": "https://wg21.link/edit4886",
		"status": "open"
	},
	"EDIT4887": {
		"type": "editorial",
		"title": "[expr.dynamic.cast] Missing case when `C` is the most derived class in the runtime check",
		"long_link": "https://github.com/cplusplus/draft/issues/4887",
		"link": "https://wg21.link/edit4887",
		"status": "closed"
	},
	"EDIT4888": {
		"type": "editorial",
		"title": "Add a check for the commit message format when one of the sources is modified",
		"long_link": "https://github.com/cplusplus/draft/issues/4888",
		"link": "https://wg21.link/edit4888",
		"status": "open"
	},
	"EDIT4889": {
		"type": "editorial",
		"title": "[expr.dynamic.cast] Remove apparent condition",
		"long_link": "https://github.com/cplusplus/draft/pull/4889",
		"link": "https://wg21.link/edit4889",
		"status": "open"
	},
	"EDIT4890": {
		"type": "editorial",
		"title": "[module.private.frag] A confused example",
		"long_link": "https://github.com/cplusplus/draft/issues/4890",
		"link": "https://wg21.link/edit4890",
		"status": "open"
	},
	"EDIT4891": {
		"type": "editorial",
		"title": "[dcl.init.aggr] Example 3 continues list of normative text",
		"long_link": "https://github.com/cplusplus/draft/issues/4891",
		"link": "https://wg21.link/edit4891",
		"status": "open"
	},
	"EDIT4892": {
		"type": "editorial",
		"title": "[intro.abstract] Reference the sibling subclause",
		"long_link": "https://github.com/cplusplus/draft/pull/4892",
		"link": "https://wg21.link/edit4892",
		"status": "closed"
	},
	"EDIT4893": {
		"type": "editorial",
		"title": "[basic.fundamental] Unsigned integral type representation is neither unspecified nor implementation-defined",
		"long_link": "https://github.com/cplusplus/draft/issues/4893",
		"link": "https://wg21.link/edit4893",
		"status": "open"
	},
	"EDIT4894": {
		"type": "editorial",
		"title": "[basic.life] Storage release also ends an object’s lifetime",
		"long_link": "https://github.com/cplusplus/draft/pull/4894",
		"link": "https://wg21.link/edit4894",
		"status": "open"
	},
	"EDIT4895": {
		"type": "editorial",
		"title": "[basic] Reference [basic.types.general] where appropriate",
		"long_link": "https://github.com/cplusplus/draft/pull/4895",
		"link": "https://wg21.link/edit4895",
		"status": "closed"
	},
	"EDIT4896": {
		"type": "editorial",
		"title": "[basic.life] Use Oxford comma",
		"long_link": "https://github.com/cplusplus/draft/pull/4896",
		"link": "https://wg21.link/edit4896",
		"status": "closed"
	},
	"EDIT4897": {
		"type": "editorial",
		"title": "[actions] Update dependencies cache before installing",
		"long_link": "https://github.com/cplusplus/draft/pull/4897",
		"link": "https://wg21.link/edit4897",
		"status": "closed"
	},
	"EDIT4898": {
		"type": "editorial",
		"title": "[dcl.init.aggr]/4.1 designated-initializer-list  vs initializer-clause",
		"long_link": "https://github.com/cplusplus/draft/issues/4898",
		"link": "https://wg21.link/edit4898",
		"status": "open"
	},
	"EDIT4899": {
		"type": "editorial",
		"title": "[dcl.init.aggr] p2 Elements of an anonymous union",
		"long_link": "https://github.com/cplusplus/draft/issues/4899",
		"link": "https://wg21.link/edit4899",
		"status": "open"
	},
	"EDIT4900": {
		"type": "editorial",
		"title": "Specifying the storage duration of temporary objects (automatic, thread, static, or dynamic?)",
		"long_link": "https://github.com/cplusplus/draft/issues/4900",
		"link": "https://wg21.link/edit4900",
		"status": "closed"
	},
	"EDIT4901": {
		"type": "editorial",
		"title": "[optional] Use x.has_value() instead of bool(x)",
		"long_link": "https://github.com/cplusplus/draft/issues/4901",
		"link": "https://wg21.link/edit4901",
		"status": "open"
	},
	"EDIT4902": {
		"type": "editorial",
		"title": "[range.filter.iterator] Add noexcept to base() functions",
		"long_link": "https://github.com/cplusplus/draft/pull/4902",
		"link": "https://wg21.link/edit4902",
		"status": "closed"
	},
	"EDIT4903": {
		"type": "editorial",
		"title": "[lex.phases] p2 Any Splice's deleting is firstly taken place",
		"long_link": "https://github.com/cplusplus/draft/issues/4903",
		"link": "https://wg21.link/edit4903",
		"status": "open"
	},
	"EDIT4904": {
		"type": "editorial",
		"title": "[dcl.spec.auto.general] Definition of _generic parameter type placeholder_ can be simplified",
		"long_link": "https://github.com/cplusplus/draft/issues/4904",
		"link": "https://wg21.link/edit4904",
		"status": "closed"
	},
	"EDIT4905": {
		"type": "editorial",
		"title": "[dcl.spec.auto.general] Remove redundant, mutually exclusive case",
		"long_link": "https://github.com/cplusplus/draft/pull/4905",
		"link": "https://wg21.link/edit4905",
		"status": "closed"
	},
	"EDIT4906": {
		"type": "editorial",
		"title": "[basic.life] Does storage reuse update pointers/references/names when the original object’s lifetime has not ended?",
		"long_link": "https://github.com/cplusplus/draft/issues/4906",
		"link": "https://wg21.link/edit4906",
		"status": "open"
	},
	"EDIT4907": {
		"type": "editorial",
		"title": "[module.import]/3 remove redundant importing of interface partitions",
		"long_link": "https://github.com/cplusplus/draft/pull/4907",
		"link": "https://wg21.link/edit4907",
		"status": "open"
	},
	"EDIT4908": {
		"type": "editorial",
		"title": "[basic.type.qualifier] The ordering defined on cv-qualifiers is not a partial ordering",
		"long_link": "https://github.com/cplusplus/draft/issues/4908",
		"link": "https://wg21.link/edit4908",
		"status": "closed"
	},
	"EDIT4909": {
		"type": "editorial",
		"title": "[dcl.spec.auto.general] The placeholder type -> A placeholder type",
		"long_link": "https://github.com/cplusplus/draft/pull/4909",
		"link": "https://wg21.link/edit4909",
		"status": "closed"
	},
	"EDIT4910": {
		"type": "editorial",
		"title": "[dcl.init.general] Remove confusing ‘no initialization’ from default-initialization and zero-initialization",
		"long_link": "https://github.com/cplusplus/draft/issues/4910",
		"link": "https://wg21.link/edit4910",
		"status": "closed"
	},
	"EDIT4911": {
		"type": "editorial",
		"title": "[dcl.init.general] Mention scalar type explicitly for default-initialization",
		"long_link": "https://github.com/cplusplus/draft/pull/4911",
		"link": "https://wg21.link/edit4911",
		"status": "closed"
	},
	"EDIT4912": {
		"type": "editorial",
		"title": "[dcl.init.general] break p7 into three paragraphs",
		"long_link": "https://github.com/cplusplus/draft/pull/4912",
		"link": "https://wg21.link/edit4912",
		"status": "closed"
	},
	"EDIT4913": {
		"type": "editorial",
		"title": "[basic.lval] Replace the misused term ‘classifications’ by ‘categories’",
		"long_link": "https://github.com/cplusplus/draft/pull/4913",
		"link": "https://wg21.link/edit4913",
		"status": "open"
	},
	"EDIT4914": {
		"type": "editorial",
		"title": "[class.mfct.non-static] p3 class member access transformation in the context where \"this\" is not permitted",
		"long_link": "https://github.com/cplusplus/draft/issues/4914",
		"link": "https://wg21.link/edit4914",
		"status": "open"
	},
	"EDIT4915": {
		"type": "editorial",
		"title": "[facet.num.get.virtuals] Two minor fixes:",
		"long_link": "https://github.com/cplusplus/draft/pull/4915",
		"link": "https://wg21.link/edit4915",
		"status": "closed"
	},
	"EDIT4916": {
		"type": "editorial",
		"title": "[class.base.init] p9 is not suitable for implicitly defined copy/move constructor",
		"long_link": "https://github.com/cplusplus/draft/issues/4916",
		"link": "https://wg21.link/edit4916",
		"status": "closed"
	},
	"EDIT4917": {
		"type": "editorial",
		"title": "What is the value category of an expression denoting base class subobject in reference binding?",
		"long_link": "https://github.com/cplusplus/draft/issues/4917",
		"link": "https://wg21.link/edit4917",
		"status": "open"
	},
	"EDIT4918": {
		"type": "editorial",
		"title": "[class.base.init] Clarify implicitly-defined copy/move constructors",
		"long_link": "https://github.com/cplusplus/draft/pull/4918",
		"link": "https://wg21.link/edit4918",
		"status": "closed"
	},
	"EDIT4919": {
		"type": "editorial",
		"title": "[reserved.names] Account for *module-name*s reserved in [module.unit]p1",
		"long_link": "https://github.com/cplusplus/draft/issues/4919",
		"link": "https://wg21.link/edit4919",
		"status": "open"
	},
	"EDIT4920": {
		"type": "editorial",
		"title": "[std] Replace \\rSec with \\subclause",
		"long_link": "https://github.com/cplusplus/draft/pull/4920",
		"link": "https://wg21.link/edit4920",
		"status": "open"
	},
	"EDIT4921": {
		"type": "editorial",
		"title": "[temp.param] p8 The value category of the non-type non-class non-reference parameter",
		"long_link": "https://github.com/cplusplus/draft/issues/4921",
		"link": "https://wg21.link/edit4921",
		"status": "open"
	},
	"EDIT4922": {
		"type": "editorial",
		"title": "The requirement of the trailing requires-clause in function-definition",
		"long_link": "https://github.com/cplusplus/draft/issues/4922",
		"link": "https://wg21.link/edit4922",
		"status": "open"
	},
	"EDIT4923": {
		"type": "editorial",
		"title": "[dcl.meaning.general] p5 Normalization of any declaration",
		"long_link": "https://github.com/cplusplus/draft/issues/4923",
		"link": "https://wg21.link/edit4923",
		"status": "open"
	},
	"EDIT4924": {
		"type": "editorial",
		"title": "Follow-on to P2314R4: properly define encoding restrictions",
		"long_link": "https://github.com/cplusplus/draft/issues/4924",
		"link": "https://wg21.link/edit4924",
		"status": "open"
	},
	"EDIT4925": {
		"type": "editorial",
		"title": "[basic.link] p19 Two confusing comments in the formal example",
		"long_link": "https://github.com/cplusplus/draft/issues/4925",
		"link": "https://wg21.link/edit4925",
		"status": "open"
	},
	"EDIT4926": {
		"type": "editorial",
		"title": "[class.copy.elision] p2 incorrect comment in copy elision example",
		"long_link": "https://github.com/cplusplus/draft/issues/4926",
		"link": "https://wg21.link/edit4926",
		"status": "closed"
	},
	"EDIT4927": {
		"type": "editorial",
		"title": "[expr.prim.lambda.capture] p6 The specified behavior of an init-capture is incorrect",
		"long_link": "https://github.com/cplusplus/draft/issues/4927",
		"link": "https://wg21.link/edit4927",
		"status": "open"
	},
	"EDIT4928": {
		"type": "editorial",
		"title": "[class.copy.elision] Fix comment in example",
		"long_link": "https://github.com/cplusplus/draft/pull/4928",
		"link": "https://wg21.link/edit4928",
		"status": "closed"
	},
	"EDIT4929": {
		"type": "editorial",
		"title": "[optional] Replace bool(x) with x.has_value()",
		"long_link": "https://github.com/cplusplus/draft/pull/4929",
		"link": "https://wg21.link/edit4929",
		"status": "closed"
	},
	"EDIT4930": {
		"type": "editorial",
		"title": "[dcl.init.aggr] Insert paragraph break to avoid bad \\item numbering",
		"long_link": "https://github.com/cplusplus/draft/pull/4930",
		"link": "https://wg21.link/edit4930",
		"status": "closed"
	},
	"EDIT4931": {
		"type": "editorial",
		"title": "[basic.scope.temp] p2 What is \"the scope D inhabits\"?",
		"long_link": "https://github.com/cplusplus/draft/issues/4931",
		"link": "https://wg21.link/edit4931",
		"status": "open"
	},
	"EDIT4932": {
		"type": "editorial",
		"title": "Are members of a nested class be members of the enclosing class? ",
		"long_link": "https://github.com/cplusplus/draft/issues/4932",
		"link": "https://wg21.link/edit4932",
		"status": "open"
	},
	"EDIT4933": {
		"type": "editorial",
		"title": "[fstream.syn] Fix grammar",
		"long_link": "https://github.com/cplusplus/draft/pull/4933",
		"link": "https://wg21.link/edit4933",
		"status": "closed"
	},
	"EDIT4934": {
		"type": "editorial",
		"title": "[over.best.ics.general] p1 \"T t = E;\" determins whether the implicitly conversion sequenced can be formed",
		"long_link": "https://github.com/cplusplus/draft/issues/4934",
		"link": "https://wg21.link/edit4934",
		"status": "open"
	},
	"EDIT4935": {
		"type": "editorial",
		"title": "[headers] Fix note about importing library headers",
		"long_link": "https://github.com/cplusplus/draft/pull/4935",
		"link": "https://wg21.link/edit4935",
		"status": "open"
	},
	"EDIT4936": {
		"type": "editorial",
		"title": "[expr.context] List of back references crossreference the parent subclause",
		"long_link": "https://github.com/cplusplus/draft/issues/4936",
		"link": "https://wg21.link/edit4936",
		"status": "open"
	},
	"EDIT4937": {
		"type": "editorial",
		"title": "Consider adding a macro for semantic cross references",
		"long_link": "https://github.com/cplusplus/draft/issues/4937",
		"link": "https://wg21.link/edit4937",
		"status": "open"
	},
	"EDIT4938": {
		"type": "editorial",
		"title": "[class.union.anon] p1 All implicitly declared special member functions for anonymous union violate that rule",
		"long_link": "https://github.com/cplusplus/draft/issues/4938",
		"link": "https://wg21.link/edit4938",
		"status": "open"
	},
	"EDIT4939": {
		"type": "editorial",
		"title": "An anonymous union member is not a non-static data member on grammar",
		"long_link": "https://github.com/cplusplus/draft/issues/4939",
		"link": "https://wg21.link/edit4939",
		"status": "open"
	},
	"EDIT4940": {
		"type": "editorial",
		"title": "[intro.execution] p5 Which language constructs does a full-expression include/comprise/contain",
		"long_link": "https://github.com/cplusplus/draft/issues/4940",
		"link": "https://wg21.link/edit4940",
		"status": "open"
	},
	"EDIT4941": {
		"type": "editorial",
		"title": "[std] Fix cross-references to 'unevaluated operand'",
		"long_link": "https://github.com/cplusplus/draft/pull/4941",
		"link": "https://wg21.link/edit4941",
		"status": "open"
	},
	"EDIT4942": {
		"type": "editorial",
		"title": "[lib] Rename exposition-only 'no-throw-' concepts",
		"long_link": "https://github.com/cplusplus/draft/pull/4942",
		"link": "https://wg21.link/edit4942",
		"status": "closed"
	},
	"EDIT4943": {
		"type": "editorial",
		"title": "[std] Use \\keyword for coroutine keywords",
		"long_link": "https://github.com/cplusplus/draft/pull/4943",
		"link": "https://wg21.link/edit4943",
		"status": "closed"
	},
	"EDIT4944": {
		"type": "editorial",
		"title": "Update the example of temporary pseudo-destruction to undefined behavior",
		"long_link": "https://github.com/cplusplus/draft/issues/4944",
		"link": "https://wg21.link/edit4944",
		"status": "open"
	},
	"EDIT4945": {
		"type": "editorial",
		"title": "[temp.friend] p5 Two declarations correspond can ignore the return types",
		"long_link": "https://github.com/cplusplus/draft/issues/4945",
		"link": "https://wg21.link/edit4945",
		"status": "open"
	},
	"EDIT4946": {
		"type": "editorial",
		"title": "[range.dangling] Use ranges::subrange in example",
		"long_link": "https://github.com/cplusplus/draft/pull/4946",
		"link": "https://wg21.link/edit4946",
		"status": "closed"
	},
	"EDIT4947": {
		"type": "editorial",
		"title": "[expr.const] p5 neither allocation nor deallocation function is a constexpr function",
		"long_link": "https://github.com/cplusplus/draft/issues/4947",
		"link": "https://wg21.link/edit4947",
		"status": "open"
	},
	"EDIT4948": {
		"type": "editorial",
		"title": "[tuple.apply] Redundant/inconsistent std:: qualification for std::get",
		"long_link": "https://github.com/cplusplus/draft/issues/4948",
		"link": "https://wg21.link/edit4948",
		"status": "closed"
	},
	"EDIT4949": {
		"type": "editorial",
		"title": "[module.context] instantiation context of the enclosing specialization",
		"long_link": "https://github.com/cplusplus/draft/issues/4949",
		"link": "https://wg21.link/edit4949",
		"status": "open"
	},
	"EDIT4950": {
		"type": "editorial",
		"title": "[customization.point.object] fix grammar",
		"long_link": "https://github.com/cplusplus/draft/pull/4950",
		"link": "https://wg21.link/edit4950",
		"status": "closed"
	},
	"EDIT4951": {
		"type": "editorial",
		"title": "[tuple.apply] Move exposition-only functions to namespace std",
		"long_link": "https://github.com/cplusplus/draft/pull/4951",
		"link": "https://wg21.link/edit4951",
		"status": "closed"
	},
	"EDIT4952": {
		"type": "editorial",
		"title": "[class.access.base] p6 Unclear about the cv-qualification",
		"long_link": "https://github.com/cplusplus/draft/issues/4952",
		"link": "https://wg21.link/edit4952",
		"status": "open"
	},
	"EDIT4953": {
		"type": "editorial",
		"title": "[basic.life,basic.start.term,expr.delete] Clarify destruction of scalars",
		"long_link": "https://github.com/cplusplus/draft/pull/4953",
		"link": "https://wg21.link/edit4953",
		"status": "open"
	},
	"EDIT4954": {
		"type": "editorial",
		"title": "[istream.iterator.cons] uses no-longer-defined term \"constant initializer\"",
		"long_link": "https://github.com/cplusplus/draft/issues/4954",
		"link": "https://wg21.link/edit4954",
		"status": "open"
	},
	"EDIT4955": {
		"type": "editorial",
		"title": "[expr.const] the term \"constant-initialized\" is confusing",
		"long_link": "https://github.com/cplusplus/draft/issues/4955",
		"link": "https://wg21.link/edit4955",
		"status": "open"
	},
	"EDIT4956": {
		"type": "editorial",
		"title": "Add trailing semicolon to the example in expr.prim.id.general p5",
		"long_link": "https://github.com/cplusplus/draft/pull/4956",
		"link": "https://wg21.link/edit4956",
		"status": "closed"
	},
	"EDIT4957": {
		"type": "editorial",
		"title": "[range.join.view] remove duplicative condition in end() const",
		"long_link": "https://github.com/cplusplus/draft/pull/4957",
		"link": "https://wg21.link/edit4957",
		"status": "open"
	},
	"EDIT4958": {
		"type": "editorial",
		"title": "[support.types.layout] Note should be a recommended practice paragraph",
		"long_link": "https://github.com/cplusplus/draft/issues/4958",
		"link": "https://wg21.link/edit4958",
		"status": "open"
	},
	"EDIT4959": {
		"type": "editorial",
		"title": "[stmt.pre] Remove erroneous crossreference",
		"long_link": "https://github.com/cplusplus/draft/pull/4959",
		"link": "https://wg21.link/edit4959",
		"status": "closed"
	},
	"EDIT4960": {
		"type": "editorial",
		"title": " P0288R9 move_only_function editorial fixes",
		"long_link": "https://github.com/cplusplus/draft/issues/4960",
		"link": "https://wg21.link/edit4960",
		"status": "open"
	},
	"EDIT4961": {
		"type": "editorial",
		"title": "[support.types.layout] Avoid implementation guidance in a note",
		"long_link": "https://github.com/cplusplus/draft/pull/4961",
		"link": "https://wg21.link/edit4961",
		"status": "open"
	},
	"EDIT4962": {
		"type": "editorial",
		"title": "[2021-10 CWG Motion 1] P2462R0 Core Language Working Group \"ready\" Issues for the October, 2021 meeting",
		"long_link": "https://github.com/cplusplus/draft/issues/4962",
		"link": "https://wg21.link/edit4962",
		"status": "open"
	},
	"EDIT4963": {
		"type": "editorial",
		"title": "[2021-10 CWG Motion 2] P2242R3 Non-literal variables (and labels and gotos) in constexpr functions",
		"long_link": "https://github.com/cplusplus/draft/issues/4963",
		"link": "https://wg21.link/edit4963",
		"status": "open"
	},
	"EDIT4964": {
		"type": "editorial",
		"title": "[2021-10 CWG Motion 3]  P0847R7 Deducing this",
		"long_link": "https://github.com/cplusplus/draft/issues/4964",
		"link": "https://wg21.link/edit4964",
		"status": "open"
	},
	"EDIT4965": {
		"type": "editorial",
		"title": "[2021-10 CWG Motion 4] P2316R2 Consistent character literal encoding",
		"long_link": "https://github.com/cplusplus/draft/issues/4965",
		"link": "https://wg21.link/edit4965",
		"status": "open"
	},
	"EDIT4966": {
		"type": "editorial",
		"title": "[2021-10 CWG Motion 5] P2334R1 Add support for preprocessing directives elifdef and elifndef",
		"long_link": "https://github.com/cplusplus/draft/issues/4966",
		"link": "https://wg21.link/edit4966",
		"status": "open"
	},
	"EDIT4967": {
		"type": "editorial",
		"title": "[2021-10 CWG Motion 6] P2246R1 Character encoding of diagnostic text",
		"long_link": "https://github.com/cplusplus/draft/issues/4967",
		"link": "https://wg21.link/edit4967",
		"status": "open"
	},
	"EDIT4968": {
		"type": "editorial",
		"title": "[2021-10 CWG Motion 7] P2360R0 Extend init-statement to allow alias-declaration",
		"long_link": "https://github.com/cplusplus/draft/issues/4968",
		"link": "https://wg21.link/edit4968",
		"status": "open"
	},
	"EDIT4969": {
		"type": "editorial",
		"title": "[2021-10 CWG Motion 8] P2036R3 Change scope of lambda trailing-return-type",
		"long_link": "https://github.com/cplusplus/draft/issues/4969",
		"link": "https://wg21.link/edit4969",
		"status": "open"
	},
	"EDIT4970": {
		"type": "editorial",
		"title": "[2021-10 CWG Motion 9] P2128R6 Multidimensional subscript operator",
		"long_link": "https://github.com/cplusplus/draft/issues/4970",
		"link": "https://wg21.link/edit4970",
		"status": "open"
	},
	"EDIT4971": {
		"type": "editorial",
		"title": "[2021-10 CWG Motion 10] P2314R4 Character sets and encodings",
		"long_link": "https://github.com/cplusplus/draft/issues/4971",
		"link": "https://wg21.link/edit4971",
		"status": "open"
	},
	"EDIT4972": {
		"type": "editorial",
		"title": "[2021-10 LWG Motion 1] C++ Standard Library Issues to be moved in Virtual Plenary, Oct. 2021",
		"long_link": "https://github.com/cplusplus/draft/issues/4972",
		"link": "https://wg21.link/edit4972",
		"status": "open"
	},
	"EDIT4973": {
		"type": "editorial",
		"title": "[2021-10 LWG Motion 2] P2372R3 Fixing locale handling in chrono formatters",
		"long_link": "https://github.com/cplusplus/draft/issues/4973",
		"link": "https://wg21.link/edit4973",
		"status": "open"
	},
	"EDIT4974": {
		"type": "editorial",
		"title": "[2021-10 LWG Motion 3] P2415R2 What is a view?",
		"long_link": "https://github.com/cplusplus/draft/issues/4974",
		"link": "https://wg21.link/edit4974",
		"status": "open"
	},
	"EDIT4975": {
		"type": "editorial",
		"title": "[2021-10 LWG Motion 4] P2418R2 Add support for std::generator -like types to std::format",
		"long_link": "https://github.com/cplusplus/draft/issues/4975",
		"link": "https://wg21.link/edit4975",
		"status": "open"
	},
	"EDIT4976": {
		"type": "editorial",
		"title": "[2021-10 LWG Motion 5] P2432R1 fix istream_view",
		"long_link": "https://github.com/cplusplus/draft/issues/4976",
		"link": "https://wg21.link/edit4976",
		"status": "open"
	},
	"EDIT4977": {
		"type": "editorial",
		"title": "[2021-10 LWG Motion 6] P0288R9 move_only_function",
		"long_link": "https://github.com/cplusplus/draft/issues/4977",
		"link": "https://wg21.link/edit4977",
		"status": "open"
	},
	"EDIT4978": {
		"type": "editorial",
		"title": "[2021-10 LWG Motion 7] P0798R8 Monadic operations for std::optional",
		"long_link": "https://github.com/cplusplus/draft/issues/4978",
		"link": "https://wg21.link/edit4978",
		"status": "open"
	},
	"EDIT4979": {
		"type": "editorial",
		"title": "[2021-10 LWG Motion 8] P0849R8 auto(x): decay-copy in the language",
		"long_link": "https://github.com/cplusplus/draft/issues/4979",
		"link": "https://wg21.link/edit4979",
		"status": "open"
	},
	"EDIT4980": {
		"type": "editorial",
		"title": "[2021-10 LWG Motion 9] P1072R10 basic_string::resize_and_overwrite",
		"long_link": "https://github.com/cplusplus/draft/issues/4980",
		"link": "https://wg21.link/edit4980",
		"status": "open"
	},
	"EDIT4981": {
		"type": "editorial",
		"title": "[2021-10 LWG Motion 10] P1147R1 Printing volatile Pointers",
		"long_link": "https://github.com/cplusplus/draft/issues/4981",
		"link": "https://wg21.link/edit4981",
		"status": "open"
	},
	"EDIT4982": {
		"type": "editorial",
		"title": "[2021-10 LWG Motion 11] P1272R4 Byteswapping for fun&&nuf",
		"long_link": "https://github.com/cplusplus/draft/issues/4982",
		"link": "https://wg21.link/edit4982",
		"status": "open"
	},
	"EDIT4983": {
		"type": "editorial",
		"title": "[2021-10 LWG Motion 12] P1675R2 rethrow_exception must be allowed to copy",
		"long_link": "https://github.com/cplusplus/draft/issues/4983",
		"link": "https://wg21.link/edit4983",
		"status": "open"
	},
	"EDIT4984": {
		"type": "editorial",
		"title": "[2021-10 LWG Motion 13] P2077R3 Heterogeneous erasure overloads for associative containers",
		"long_link": "https://github.com/cplusplus/draft/issues/4984",
		"link": "https://wg21.link/edit4984",
		"status": "open"
	},
	"EDIT4985": {
		"type": "editorial",
		"title": "[2021-10 LWG Motion 14] P2251R1 Require span & basic_string_view to be Trivially Copyable",
		"long_link": "https://github.com/cplusplus/draft/issues/4985",
		"link": "https://wg21.link/edit4985",
		"status": "open"
	},
	"EDIT4986": {
		"type": "editorial",
		"title": "[2021-10 LWG Motion 15] P2301R1 Add a pmr alias for std::stacktrace",
		"long_link": "https://github.com/cplusplus/draft/issues/4986",
		"link": "https://wg21.link/edit4986",
		"status": "open"
	},
	"EDIT4987": {
		"type": "editorial",
		"title": "[2021-10 LWG Motion 16] P2321R2 zip",
		"long_link": "https://github.com/cplusplus/draft/issues/4987",
		"link": "https://wg21.link/edit4987",
		"status": "open"
	},
	"EDIT4988": {
		"type": "editorial",
		"title": "[2021-10 LWG Motion 17] P2340R1 Clarifying the status of the \"C headers\"",
		"long_link": "https://github.com/cplusplus/draft/issues/4988",
		"link": "https://wg21.link/edit4988",
		"status": "open"
	},
	"EDIT4989": {
		"type": "editorial",
		"title": "[2021-10 LWG Motion 18] P2393R1 Cleaning up integer-class types",
		"long_link": "https://github.com/cplusplus/draft/issues/4989",
		"link": "https://wg21.link/edit4989",
		"status": "open"
	},
	"EDIT4990": {
		"type": "editorial",
		"title": "[2021-10 LWG Motion 19] P2401R0 Add a conditional noexcept specification to std::exchange",
		"long_link": "https://github.com/cplusplus/draft/issues/4990",
		"link": "https://wg21.link/edit4990",
		"status": "open"
	},
	"EDIT4991": {
		"type": "editorial",
		"title": "\"automatic conversions\"",
		"long_link": "https://github.com/cplusplus/draft/issues/4991",
		"link": "https://wg21.link/edit4991",
		"status": "open"
	},
	"EDIT4992": {
		"type": "editorial",
		"title": "P2334R1 Add support for preprocessing directives elifdef and elifndef",
		"long_link": "https://github.com/cplusplus/draft/pull/4992",
		"link": "https://wg21.link/edit4992",
		"status": "open"
	},
	"EDIT4993": {
		"type": "editorial",
		"title": "P2242R3  Non-literal variables (and labels and gotos) in constexpr functions",
		"long_link": "https://github.com/cplusplus/draft/pull/4993",
		"link": "https://wg21.link/edit4993",
		"status": "open"
	},
	"EDIT4994": {
		"type": "editorial",
		"title": "P2316R2 Consistent character literal encoding",
		"long_link": "https://github.com/cplusplus/draft/pull/4994",
		"link": "https://wg21.link/edit4994",
		"status": "open"
	},
	"EDIT4995": {
		"type": "editorial",
		"title": "P2246R1 Character encoding of diagnostic text",
		"long_link": "https://github.com/cplusplus/draft/pull/4995",
		"link": "https://wg21.link/edit4995",
		"status": "open"
	},
	"EDIT4996": {
		"type": "editorial",
		"title": "P2360R0 Extend init-statement to allow alias-declaration",
		"long_link": "https://github.com/cplusplus/draft/pull/4996",
		"link": "https://wg21.link/edit4996",
		"status": "open"
	},
	"EDIT4997": {
		"type": "editorial",
		"title": "P2128R6 Multidimensional subscript operator",
		"long_link": "https://github.com/cplusplus/draft/pull/4997",
		"link": "https://wg21.link/edit4997",
		"status": "open"
	},
	"EDIT4998": {
		"type": "editorial",
		"title": "P2301R1 Add a pmr alias for std::stacktrace",
		"long_link": "https://github.com/cplusplus/draft/pull/4998",
		"link": "https://wg21.link/edit4998",
		"status": "open"
	},
	"EDIT4999": {
		"type": "editorial",
		"title": "P2401R0 Add a conditional noexcept specification to std::exchange",
		"long_link": "https://github.com/cplusplus/draft/pull/4999",
		"link": "https://wg21.link/edit4999",
		"status": "open"
	},
	"EDIT5000": {
		"type": "editorial",
		"title": "P2251R1 Require span & basic_string_view to be Trivially Copyable",
		"long_link": "https://github.com/cplusplus/draft/pull/5000",
		"link": "https://wg21.link/edit5000",
		"status": "open"
	},
	"EDIT5001": {
		"type": "editorial",
		"title": "[c.mb.wcs] mbrtoc8 should generally be said to store code units",
		"long_link": "https://github.com/cplusplus/draft/issues/5001",
		"link": "https://wg21.link/edit5001",
		"status": "open"
	},
	"EDIT5002": {
		"type": "editorial",
		"title": "P0847R7 Deducing this",
		"long_link": "https://github.com/cplusplus/draft/pull/5002",
		"link": "https://wg21.link/edit5002",
		"status": "closed"
	},
	"EDIT5003": {
		"type": "editorial",
		"title": "P2036R3 Change scope of lambda trailing-return-type",
		"long_link": "https://github.com/cplusplus/draft/pull/5003",
		"link": "https://wg21.link/edit5003",
		"status": "closed"
	},
	"EDIT5004": {
		"type": "editorial",
		"title": "P2314R4 Character sets and encodings",
		"long_link": "https://github.com/cplusplus/draft/pull/5004",
		"link": "https://wg21.link/edit5004",
		"status": "open"
	},
	"EDIT5005": {
		"type": "editorial",
		"title": "P2372R3 Fixing locale handling in chrono formatters",
		"long_link": "https://github.com/cplusplus/draft/pull/5005",
		"link": "https://wg21.link/edit5005",
		"status": "closed"
	},
	"EDIT5006": {
		"type": "editorial",
		"title": "[macros] Preserve straight apostrophes in code.",
		"long_link": "https://github.com/cplusplus/draft/pull/5006",
		"link": "https://wg21.link/edit5006",
		"status": "closed"
	},
	"EDIT5007": {
		"type": "editorial",
		"title": "[utility.intcmp].9 is redundant",
		"long_link": "https://github.com/cplusplus/draft/issues/5007",
		"link": "https://wg21.link/edit5007",
		"status": "closed"
	},
	"EDIT5008": {
		"type": "editorial",
		"title": "[utility.intcmp] Remove Mandates implied by Equivalent to",
		"long_link": "https://github.com/cplusplus/draft/pull/5008",
		"link": "https://wg21.link/edit5008",
		"status": "closed"
	},
	"EDIT5009": {
		"type": "editorial",
		"title": "[vector.cons].10 Code font `N` should be math font $N$",
		"long_link": "https://github.com/cplusplus/draft/issues/5009",
		"link": "https://wg21.link/edit5009",
		"status": "open"
	},
	"EDIT5010": {
		"type": "editorial",
		"title": "P2415R2 What is a view?",
		"long_link": "https://github.com/cplusplus/draft/pull/5010",
		"link": "https://wg21.link/edit5010",
		"status": "closed"
	},
	"EDIT5011": {
		"type": "editorial",
		"title": "P2418R2 Add support for std::generator-like types to std::format",
		"long_link": "https://github.com/cplusplus/draft/pull/5011",
		"link": "https://wg21.link/edit5011",
		"status": "closed"
	},
	"EDIT5012": {
		"type": "editorial",
		"title": "P2432R1 Fix istream_view",
		"long_link": "https://github.com/cplusplus/draft/pull/5012",
		"link": "https://wg21.link/edit5012",
		"status": "closed"
	},
	"EDIT5013": {
		"type": "editorial",
		"title": "P0288R9 move_only_function",
		"long_link": "https://github.com/cplusplus/draft/pull/5013",
		"link": "https://wg21.link/edit5013",
		"status": "closed"
	},
	"EDIT5014": {
		"type": "editorial",
		"title": "P0798R8 Monadic operations for std::optional",
		"long_link": "https://github.com/cplusplus/draft/pull/5014",
		"link": "https://wg21.link/edit5014",
		"status": "closed"
	},
	"EDIT5015": {
		"type": "editorial",
		"title": "P0849R8 auto(x): decay-copy in the language",
		"long_link": "https://github.com/cplusplus/draft/pull/5015",
		"link": "https://wg21.link/edit5015",
		"status": "closed"
	},
	"EDIT5016": {
		"type": "editorial",
		"title": "P1072R10 basic_string::resize_and_overwrite",
		"long_link": "https://github.com/cplusplus/draft/pull/5016",
		"link": "https://wg21.link/edit5016",
		"status": "closed"
	},
	"EDIT5017": {
		"type": "editorial",
		"title": "P1147R1 Printing volatile Pointers",
		"long_link": "https://github.com/cplusplus/draft/pull/5017",
		"link": "https://wg21.link/edit5017",
		"status": "closed"
	},
	"EDIT5018": {
		"type": "editorial",
		"title": "P1272R4 Byteswapping for fun&&nuf",
		"long_link": "https://github.com/cplusplus/draft/pull/5018",
		"link": "https://wg21.link/edit5018",
		"status": "closed"
	},
	"EDIT5019": {
		"type": "editorial",
		"title": "P1675R2 rethrow_exception must be allowed to copy",
		"long_link": "https://github.com/cplusplus/draft/pull/5019",
		"link": "https://wg21.link/edit5019",
		"status": "closed"
	},
	"EDIT5020": {
		"type": "editorial",
		"title": "P2077R3 Heterogeneous erasure overloads for associative containers",
		"long_link": "https://github.com/cplusplus/draft/pull/5020",
		"link": "https://wg21.link/edit5020",
		"status": "closed"
	},
	"EDIT5021": {
		"type": "editorial",
		"title": "LWG3480 directory_iterator and recursive_directory_iterator are not C++20 ranges",
		"long_link": "https://github.com/cplusplus/draft/issues/5021",
		"link": "https://wg21.link/edit5021",
		"status": "closed"
	},
	"EDIT5022": {
		"type": "editorial",
		"title": "Consider introducing a new grammar `pp-balanced-token-seq`",
		"long_link": "https://github.com/cplusplus/draft/issues/5022",
		"link": "https://wg21.link/edit5022",
		"status": "open"
	},
	"EDIT5023": {
		"type": "editorial",
		"title": "[over.best.ics] Minor reading improvements",
		"long_link": "https://github.com/cplusplus/draft/issues/5023",
		"link": "https://wg21.link/edit5023",
		"status": "open"
	},
	"EDIT5024": {
		"type": "editorial",
		"title": "P2321R2 zip",
		"long_link": "https://github.com/cplusplus/draft/pull/5024",
		"link": "https://wg21.link/edit5024",
		"status": "closed"
	},
	"EDIT5025": {
		"type": "editorial",
		"title": "P2340R1 Clarifying the status of the \"C headers\"",
		"long_link": "https://github.com/cplusplus/draft/pull/5025",
		"link": "https://wg21.link/edit5025",
		"status": "closed"
	},
	"EDIT5026": {
		"type": "editorial",
		"title": "P2393R1 Cleaning up integer-class types",
		"long_link": "https://github.com/cplusplus/draft/pull/5026",
		"link": "https://wg21.link/edit5026",
		"status": "closed"
	},
	"EDIT5027": {
		"type": "editorial",
		"title": "P2450 C++ Standard Library Issues to be moved in Virtual Plenary, Oct. 2021",
		"long_link": "https://github.com/cplusplus/draft/pull/5027",
		"link": "https://wg21.link/edit5027",
		"status": "closed"
	},
	"EDIT5028": {
		"type": "editorial",
		"title": "[pairs.pair] contains a mix of T1/T2 and first_type/second_type",
		"long_link": "https://github.com/cplusplus/draft/issues/5028",
		"link": "https://wg21.link/edit5028",
		"status": "open"
	},
	"EDIT5029": {
		"type": "editorial",
		"title": "[move.iterator] Use the template parameter directly in declaration of base()",
		"long_link": "https://github.com/cplusplus/draft/pull/5029",
		"link": "https://wg21.link/edit5029",
		"status": "closed"
	},
	"EDIT5030": {
		"type": "editorial",
		"title": "P2462R0 Core Language Working Group \"ready\" Issues for the October, 2021 meeting",
		"long_link": "https://github.com/cplusplus/draft/pull/5030",
		"link": "https://wg21.link/edit5030",
		"status": "closed"
	},
	"EDIT5031": {
		"type": "editorial",
		"title": "[iostreams] Make \"sentry\" object code font throughout",
		"long_link": "https://github.com/cplusplus/draft/issues/5031",
		"link": "https://wg21.link/edit5031",
		"status": "closed"
	},
	"EDIT5032": {
		"type": "editorial",
		"title": "inconsistent formatting for \\U+nnnn",
		"long_link": "https://github.com/cplusplus/draft/issues/5032",
		"link": "https://wg21.link/edit5032",
		"status": "open"
	},
	"EDIT5033": {
		"type": "editorial",
		"title": "[lex.ccon]/p2 Reword long sentence so it's easier to parse",
		"long_link": "https://github.com/cplusplus/draft/issues/5033",
		"link": "https://wg21.link/edit5033",
		"status": "closed"
	},
	"EDIT5034": {
		"type": "editorial",
		"title": "What's a \"first-class object\"?",
		"long_link": "https://github.com/cplusplus/draft/issues/5034",
		"link": "https://wg21.link/edit5034",
		"status": "open"
	},
	"EDIT5035": {
		"type": "editorial",
		"title": "How to format around a codeblock",
		"long_link": "https://github.com/cplusplus/draft/issues/5035",
		"link": "https://wg21.link/edit5035",
		"status": "closed"
	},
	"EDIT5036": {
		"type": "editorial",
		"title": "[time.format] Avoid sentence fragments in list",
		"long_link": "https://github.com/cplusplus/draft/issues/5036",
		"link": "https://wg21.link/edit5036",
		"status": "closed"
	},
	"EDIT5037": {
		"type": "editorial",
		"title": "[range.lazy.split.outer.value] Fix indexed outer class name",
		"long_link": "https://github.com/cplusplus/draft/pull/5037",
		"link": "https://wg21.link/edit5037",
		"status": "closed"
	},
	"EDIT5038": {
		"type": "editorial",
		"title": "Wording for how \"a contained value is initialized\" could be simplified",
		"long_link": "https://github.com/cplusplus/draft/issues/5038",
		"link": "https://wg21.link/edit5038",
		"status": "closed"
	},
	"EDIT5039": {
		"type": "editorial",
		"title": "[expr.type.conv] Move description of 'auto' deduction to [dcl.type.auto.deduct]",
		"long_link": "https://github.com/cplusplus/draft/pull/5039",
		"link": "https://wg21.link/edit5039",
		"status": "closed"
	},
	"EDIT5040": {
		"type": "editorial",
		"title": "[lex] P2314r4 fixes",
		"long_link": "https://github.com/cplusplus/draft/pull/5040",
		"link": "https://wg21.link/edit5040",
		"status": "closed"
	},
	"EDIT5041": {
		"type": "editorial",
		"title": "\"Duplicate\" index entries re: implementation-defined mapping from source",
		"long_link": "https://github.com/cplusplus/draft/issues/5041",
		"link": "https://wg21.link/edit5041",
		"status": "closed"
	},
	"EDIT5042": {
		"type": "editorial",
		"title": "[utilities][range.nonprop.cache] Simplify direct-non-list-initalization phrasing",
		"long_link": "https://github.com/cplusplus/draft/pull/5042",
		"link": "https://wg21.link/edit5042",
		"status": "closed"
	},
	"EDIT5043": {
		"type": "editorial",
		"title": "[support.c.headers.general] Do not use \\libheader with placeholder.",
		"long_link": "https://github.com/cplusplus/draft/pull/5043",
		"link": "https://wg21.link/edit5043",
		"status": "closed"
	},
	"EDIT5044": {
		"type": "editorial",
		"title": "[expos.only.func] Should we move decay-copy to [range.adaptors.general] ?",
		"long_link": "https://github.com/cplusplus/draft/issues/5044",
		"link": "https://wg21.link/edit5044",
		"status": "closed"
	},
	"EDIT5045": {
		"type": "editorial",
		"title": "what are \"view\"s?",
		"long_link": "https://github.com/cplusplus/draft/issues/5045",
		"link": "https://wg21.link/edit5045",
		"status": "closed"
	},
	"EDIT5046": {
		"type": "editorial",
		"title": "Indentation in the presence of requires-clauses",
		"long_link": "https://github.com/cplusplus/draft/issues/5046",
		"link": "https://wg21.link/edit5046",
		"status": "open"
	},
	"EDIT5047": {
		"type": "editorial",
		"title": "[container.requirements] Improve punctuation of list items.",
		"long_link": "https://github.com/cplusplus/draft/pull/5047",
		"link": "https://wg21.link/edit5047",
		"status": "closed"
	},
	"EDIT5048": {
		"type": "editorial",
		"title": "[ranges] Tweak use of braces and whitespace",
		"long_link": "https://github.com/cplusplus/draft/pull/5048",
		"link": "https://wg21.link/edit5048",
		"status": "closed"
	},
	"EDIT5049": {
		"type": "editorial",
		"title": "[basic.def.odr] Introduce label 'term.odr.use' and refer to it",
		"long_link": "https://github.com/cplusplus/draft/pull/5049",
		"link": "https://wg21.link/edit5049",
		"status": "closed"
	},
	"EDIT5050": {
		"type": "editorial",
		"title": "[diff.cpp14.lex] Fix index entry for implementation-defined behavior",
		"long_link": "https://github.com/cplusplus/draft/pull/5050",
		"link": "https://wg21.link/edit5050",
		"status": "closed"
	},
	"EDIT5051": {
		"type": "editorial",
		"title": "Dangling references in index ",
		"long_link": "https://github.com/cplusplus/draft/issues/5051",
		"link": "https://wg21.link/edit5051",
		"status": "closed"
	},
	"EDIT5052": {
		"type": "editorial",
		"title": "Fix sentry dealings",
		"long_link": "https://github.com/cplusplus/draft/pull/5052",
		"link": "https://wg21.link/edit5052",
		"status": "closed"
	},
	"EDIT5053": {
		"type": "editorial",
		"title": "[vector.cons] Use math formatting for 'N' for consistency",
		"long_link": "https://github.com/cplusplus/draft/pull/5053",
		"link": "https://wg21.link/edit5053",
		"status": "closed"
	},
	"EDIT5054": {
		"type": "editorial",
		"title": "[c.mb.wcs] mbrtoc8 stores code units, not characters",
		"long_link": "https://github.com/cplusplus/draft/pull/5054",
		"link": "https://wg21.link/edit5054",
		"status": "open"
	},
	"EDIT5055": {
		"type": "editorial",
		"title": "[index] Add UTF-8, UTF-16, UTF-32 to the index",
		"long_link": "https://github.com/cplusplus/draft/pull/5055",
		"link": "https://wg21.link/edit5055",
		"status": "closed"
	},
	"EDIT5056": {
		"type": "editorial",
		"title": "[system.error.syn,locale.facet] Replace 'automatic' by 'implicit' conversion",
		"long_link": "https://github.com/cplusplus/draft/pull/5056",
		"link": "https://wg21.link/edit5056",
		"status": "closed"
	},
	"EDIT5057": {
		"type": "editorial",
		"title": "[pairs.pair] Use T1/T2, not first_type/second_type",
		"long_link": "https://github.com/cplusplus/draft/pull/5057",
		"link": "https://wg21.link/edit5057",
		"status": "closed"
	},
	"EDIT5058": {
		"type": "editorial",
		"title": "[time.format] Avoid non-sentence in bulleted list",
		"long_link": "https://github.com/cplusplus/draft/pull/5058",
		"link": "https://wg21.link/edit5058",
		"status": "closed"
	},
	"EDIT5059": {
		"type": "editorial",
		"title": "[lex.ccon] Clarify antecedent for 'it'",
		"long_link": "https://github.com/cplusplus/draft/pull/5059",
		"link": "https://wg21.link/edit5059",
		"status": "closed"
	},
	"EDIT5060": {
		"type": "editorial",
		"title": "[basic.start.main, dcl.link] Avoid implementation guidance in note",
		"long_link": "https://github.com/cplusplus/draft/issues/5060",
		"link": "https://wg21.link/edit5060",
		"status": "open"
	},
	"EDIT5061": {
		"type": "editorial",
		"title": "Mix of \"see\" and page numbers in the same index entry",
		"long_link": "https://github.com/cplusplus/draft/issues/5061",
		"link": "https://wg21.link/edit5061",
		"status": "open"
	},
	"EDIT5062": {
		"type": "editorial",
		"title": "[expr.await] Remove hyphen from \"re-thrown\"",
		"long_link": "https://github.com/cplusplus/draft/pull/5062",
		"link": "https://wg21.link/edit5062",
		"status": "closed"
	},
	"EDIT5063": {
		"type": "editorial",
		"title": "Does the rule of \"corresponding bit\" need clarification?",
		"long_link": "https://github.com/cplusplus/draft/issues/5063",
		"link": "https://wg21.link/edit5063",
		"status": "closed"
	},
	"EDIT5064": {
		"type": "editorial",
		"title": "[range.view] Move note outside of list.",
		"long_link": "https://github.com/cplusplus/draft/pull/5064",
		"link": "https://wg21.link/edit5064",
		"status": "closed"
	},
	"EDIT5065": {
		"type": "editorial",
		"title": "[cpp.replace.general] Rephrase function-like macro invocations",
		"long_link": "https://github.com/cplusplus/draft/pull/5065",
		"link": "https://wg21.link/edit5065",
		"status": "open"
	},
	"EDIT5066": {
		"type": "editorial",
		"title": "[index] Fix dangling 'see' references",
		"long_link": "https://github.com/cplusplus/draft/pull/5066",
		"link": "https://wg21.link/edit5066",
		"status": "closed"
	},
	"EDIT5067": {
		"type": "editorial",
		"title": "[func.wrap.func.general,func.wrap.move.class] Remove 'first-class' object",
		"long_link": "https://github.com/cplusplus/draft/pull/5067",
		"link": "https://wg21.link/edit5067",
		"status": "open"
	},
	"EDIT5068": {
		"type": "editorial",
		"title": "Cv-qualification for access to inherited members",
		"long_link": "https://github.com/cplusplus/draft/pull/5068",
		"link": "https://wg21.link/edit5068",
		"status": "open"
	},
	"EDIT5069": {
		"type": "editorial",
		"title": "Fixes misapplied resolution of LWG3539",
		"long_link": "https://github.com/cplusplus/draft/pull/5069",
		"link": "https://wg21.link/edit5069",
		"status": "open"
	},
	"EDIT5070": {
		"type": "editorial",
		"title": "[basic.indet][bit.cast] Why \"unsigned ordinary character\"?",
		"long_link": "https://github.com/cplusplus/draft/issues/5070",
		"link": "https://wg21.link/edit5070",
		"status": "open"
	},
	"EDIT5071": {
		"type": "editorial",
		"title": "[temp.constr.atomic] Fix phrasing in note",
		"long_link": "https://github.com/cplusplus/draft/pull/5071",
		"link": "https://wg21.link/edit5071",
		"status": "open"
	},
	"EDIT5072": {
		"type": "editorial",
		"title": "[expr.prim.req.general] Change requirement-seq to right-recursive",
		"long_link": "https://github.com/cplusplus/draft/pull/5072",
		"link": "https://wg21.link/edit5072",
		"status": "open"
	},
	"EDIT5073": {
		"type": "editorial",
		"title": "Avoid implementation guidance in notes",
		"long_link": "https://github.com/cplusplus/draft/pull/5073",
		"link": "https://wg21.link/edit5073",
		"status": "open"
	},
	"EDIT5074": {
		"type": "editorial",
		"title": "[stdatomic.h.syn] Fix missing \\expos",
		"long_link": "https://github.com/cplusplus/draft/pull/5074",
		"link": "https://wg21.link/edit5074",
		"status": "open"
	},
	"EDIT5075": {
		"type": "editorial",
		"title": "[intro.object,lex.ccon] Use \\Cpp{} macros",
		"long_link": "https://github.com/cplusplus/draft/pull/5075",
		"link": "https://wg21.link/edit5075",
		"status": "closed"
	},
	"EDIT5076": {
		"type": "editorial",
		"title": "[alg.c.library,c.math.fpclass,cmath.syn] Use \\xrefc macro",
		"long_link": "https://github.com/cplusplus/draft/pull/5076",
		"link": "https://wg21.link/edit5076",
		"status": "open"
	},
	"EDIT5077": {
		"type": "editorial",
		"title": "[lex] Use \\textsc for Unicode character names",
		"long_link": "https://github.com/cplusplus/draft/pull/5077",
		"link": "https://wg21.link/edit5077",
		"status": "open"
	},
	"EDIT5078": {
		"type": "editorial",
		"title": "[expr.ref] specify the result of a reference member access expression",
		"long_link": "https://github.com/cplusplus/draft/pull/5078",
		"link": "https://wg21.link/edit5078",
		"status": "open"
	},
	"EDIT5079": {
		"type": "editorial",
		"title": "[macros] Allow \\keyword and \\grammarterm in section headings",
		"long_link": "https://github.com/cplusplus/draft/pull/5079",
		"link": "https://wg21.link/edit5079",
		"status": "open"
	},
	"EDIT5080": {
		"type": "editorial",
		"title": "[std] Replace 'OK:' in code comments with 'OK,'",
		"long_link": "https://github.com/cplusplus/draft/pull/5080",
		"link": "https://wg21.link/edit5080",
		"status": "open"
	},
	"EDIT5081": {
		"type": "editorial",
		"title": "Fix inconsistency in class grammar vs text",
		"long_link": "https://github.com/cplusplus/draft/pull/5081",
		"link": "https://wg21.link/edit5081",
		"status": "closed"
	},
	"EDIT5082": {
		"type": "editorial",
		"title": "[basic.link]/10 definition of \"attached to module\" is redunant and circular",
		"long_link": "https://github.com/cplusplus/draft/issues/5082",
		"link": "https://wg21.link/edit5082",
		"status": "closed"
	},
	"EDIT5083": {
		"type": "editorial",
		"title": "[basic.start.main] remove redundant phrase",
		"long_link": "https://github.com/cplusplus/draft/pull/5083",
		"link": "https://wg21.link/edit5083",
		"status": "open"
	},
	"EDIT5084": {
		"type": "editorial",
		"title": "[dcl.init.general] Could the definition of value-initialization be simplified?",
		"long_link": "https://github.com/cplusplus/draft/issues/5084",
		"link": "https://wg21.link/edit5084",
		"status": "open"
	},
	"EDIT5085": {
		"type": "editorial",
		"title": "[dcl.fct.def.coroutine] mention of `*this` does not make sense after P0847R7",
		"long_link": "https://github.com/cplusplus/draft/issues/5085",
		"link": "https://wg21.link/edit5085",
		"status": "open"
	},
	"EDIT5086": {
		"type": "editorial",
		"title": "[over.best.ics] Clarify phrasing around user-defined conversion sequence",
		"long_link": "https://github.com/cplusplus/draft/pull/5086",
		"link": "https://wg21.link/edit5086",
		"status": "open"
	},
	"EDIT5087": {
		"type": "editorial",
		"title": "[basic.fundamental] Clarify unspecified representation",
		"long_link": "https://github.com/cplusplus/draft/pull/5087",
		"link": "https://wg21.link/edit5087",
		"status": "open"
	},
	"EDIT5088": {
		"type": "editorial",
		"title": "C compatibility fixes",
		"long_link": "https://github.com/cplusplus/draft/pull/5088",
		"link": "https://wg21.link/edit5088",
		"status": "open"
	},
	"EDIT5089": {
		"type": "editorial",
		"title": "[check] Cosmetics",
		"long_link": "https://github.com/cplusplus/draft/pull/5089",
		"link": "https://wg21.link/edit5089",
		"status": "closed"
	},
	"EDIT5090": {
		"type": "editorial",
		"title": "[lex.string]: Encoding described only for expression evaluation",
		"long_link": "https://github.com/cplusplus/draft/issues/5090",
		"link": "https://wg21.link/edit5090",
		"status": "open"
	},
	"EDIT5091": {
		"type": "editorial",
		"title": "[except.throw] doesn't specify the type of the lvalue denoting the exception object",
		"long_link": "https://github.com/cplusplus/draft/issues/5091",
		"link": "https://wg21.link/edit5091",
		"status": "open"
	},
	"EDIT5092": {
		"type": "editorial",
		"title": "[except.throw,except.handle] Move lvalue specification for copies",
		"long_link": "https://github.com/cplusplus/draft/pull/5092",
		"link": "https://wg21.link/edit5092",
		"status": "open"
	},
	"EDIT5093": {
		"type": "editorial",
		"title": "[lex] Unicode character names",
		"long_link": "https://github.com/cplusplus/draft/issues/5093",
		"link": "https://wg21.link/edit5093",
		"status": "open"
	},
	"EDIT5094": {
		"type": "editorial",
		"title": "Unicode naming cleanups",
		"long_link": "https://github.com/cplusplus/draft/pull/5094",
		"link": "https://wg21.link/edit5094",
		"status": "closed"
	},
	"EDIT5095": {
		"type": "editorial",
		"title": "[lex.string] Clarify size of string-literal",
		"long_link": "https://github.com/cplusplus/draft/pull/5095",
		"link": "https://wg21.link/edit5095",
		"status": "open"
	},
	"EDIT5096": {
		"type": "editorial",
		"title": "[defs] Update introduction to match ISO Directives",
		"long_link": "https://github.com/cplusplus/draft/pull/5096",
		"link": "https://wg21.link/edit5096",
		"status": "closed"
	},
	"EDIT5097": {
		"type": "editorial",
		"title": "[dcl.fct.def.coroutine] Limit 'this' to implicit object member functions",
		"long_link": "https://github.com/cplusplus/draft/pull/5097",
		"link": "https://wg21.link/edit5097",
		"status": "open"
	},
	"EDIT5098": {
		"type": "editorial",
		"title": "[intro.refs] 3 ISO/IEC 9945:2003",
		"long_link": "https://github.com/cplusplus/draft/issues/5098",
		"link": "https://wg21.link/edit5098",
		"status": "closed"
	},
	"EDIT5099": {
		"type": "editorial",
		"title": "[intro.refs] Update dated reference to previous POSIX standard",
		"long_link": "https://github.com/cplusplus/draft/pull/5099",
		"link": "https://wg21.link/edit5099",
		"status": "closed"
	},
	"EDIT5100": {
		"type": "editorial",
		"title": "[locale.time.get] Replace 'ISO/IEC 9945' with 'POSIX'",
		"long_link": "https://github.com/cplusplus/draft/pull/5100",
		"link": "https://wg21.link/edit5100",
		"status": "closed"
	},
	"EDIT5101": {
		"type": "editorial",
		"title": "[lex.charset] Define 'valid encoding'",
		"long_link": "https://github.com/cplusplus/draft/pull/5101",
		"link": "https://wg21.link/edit5101",
		"status": "open"
	},
	"EDIT5102": {
		"type": "editorial",
		"title": "[input.output] Fix headings of 'assign and swap' subclauses",
		"long_link": "https://github.com/cplusplus/draft/pull/5102",
		"link": "https://wg21.link/edit5102",
		"status": "closed"
	},
	"EDIT5103": {
		"type": "editorial",
		"title": "[dcl.init.string] p1 Successive characters initializing array elements make nosense after P2314",
		"long_link": "https://github.com/cplusplus/draft/issues/5103",
		"link": "https://wg21.link/edit5103",
		"status": "open"
	},
	"EDIT5104": {
		"type": "editorial",
		"title": "Introduce term.* labels for [basic.types.general] terms",
		"long_link": "https://github.com/cplusplus/draft/pull/5104",
		"link": "https://wg21.link/edit5104",
		"status": "open"
	},
	"EDIT5105": {
		"type": "editorial",
		"title": "[basic.fundamental] Excise normative requirements std::numeric_limits",
		"long_link": "https://github.com/cplusplus/draft/pull/5105",
		"link": "https://wg21.link/edit5105",
		"status": "open"
	},
	"EDIT5106": {
		"type": "editorial",
		"title": "[spanstream.ctor] Fix base class name in effects",
		"long_link": "https://github.com/cplusplus/draft/pull/5106",
		"link": "https://wg21.link/edit5106",
		"status": "closed"
	},
	"EDIT5107": {
		"type": "editorial",
		"title": "[dcl.typedef] p2 Unexplained lookup \"error\" in example",
		"long_link": "https://github.com/cplusplus/draft/issues/5107",
		"link": "https://wg21.link/edit5107",
		"status": "closed"
	},
	"EDIT5108": {
		"type": "editorial",
		"title": "[dcl.typedef] Add explanation for lookup failure in example",
		"long_link": "https://github.com/cplusplus/draft/pull/5108",
		"link": "https://wg21.link/edit5108",
		"status": "closed"
	},
	"EDIT5109": {
		"type": "editorial",
		"title": "[version.syn] Use a digit separator to split the year and the month",
		"long_link": "https://github.com/cplusplus/draft/issues/5109",
		"link": "https://wg21.link/edit5109",
		"status": "closed"
	},
	"EDIT5110": {
		"type": "editorial",
		"title": "[temp.explicit] Note disallows explicit instantiation of non-template member functions of a class template specialization",
		"long_link": "https://github.com/cplusplus/draft/issues/5110",
		"link": "https://wg21.link/edit5110",
		"status": "open"
	},
	"EDIT5111": {
		"type": "editorial",
		"title": "[std] Index specializations of range variable templates",
		"long_link": "https://github.com/cplusplus/draft/pull/5111",
		"link": "https://wg21.link/edit5111",
		"status": "open"
	},
	"EDIT5112": {
		"type": "editorial",
		"title": "[range.adjacent.overview] Fix multi-character in example",
		"long_link": "https://github.com/cplusplus/draft/pull/5112",
		"link": "https://wg21.link/edit5112",
		"status": "closed"
	},
	"EDIT5113": {
		"type": "editorial",
		"title": "[index] Index keywords as '<keyword>, keyword' for differentiation",
		"long_link": "https://github.com/cplusplus/draft/pull/5113",
		"link": "https://wg21.link/edit5113",
		"status": "open"
	},
	"EDIT5114": {
		"type": "editorial",
		"title": "[chrono.syn] Use nested namespace definitions for clarity",
		"long_link": "https://github.com/cplusplus/draft/pull/5114",
		"link": "https://wg21.link/edit5114",
		"status": "open"
	},
	"EDIT5115": {
		"type": "editorial",
		"title": "[temp.arg.explicit] doesn't allow converting arguments if they deduced template parameters in non-deduced context",
		"long_link": "https://github.com/cplusplus/draft/issues/5115",
		"link": "https://wg21.link/edit5115",
		"status": "open"
	},
	"EDIT5116": {
		"type": "editorial",
		"title": "[expr.prim.req.nested] Fix restriction on local parameters",
		"long_link": "https://github.com/cplusplus/draft/pull/5116",
		"link": "https://wg21.link/edit5116",
		"status": "open"
	},
	"EDIT5117": {
		"type": "editorial",
		"title": "[version.syn] Add digit separators between year and month",
		"long_link": "https://github.com/cplusplus/draft/pull/5117",
		"link": "https://wg21.link/edit5117",
		"status": "closed"
	},
	"EDIT5118": {
		"type": "editorial",
		"title": "[lex.string,dcl.init.string] Use 'code unit' for initialization from a string-literal",
		"long_link": "https://github.com/cplusplus/draft/pull/5118",
		"link": "https://wg21.link/edit5118",
		"status": "open"
	},
	"EDIT5119": {
		"type": "editorial",
		"title": "[smartptr] Rework subclause nesting",
		"long_link": "https://github.com/cplusplus/draft/pull/5119",
		"link": "https://wg21.link/edit5119",
		"status": "closed"
	},
	"EDIT5120": {
		"type": "editorial",
		"title": "[atomics.types.int] Reference [tab:atomics.types.int.comp]",
		"long_link": "https://github.com/cplusplus/draft/issues/5120",
		"link": "https://wg21.link/edit5120",
		"status": "open"
	},
	"EDIT5121": {
		"type": "editorial",
		"title": "[allocator.adaptor.members] Fix select_on_container_copy_construction",
		"long_link": "https://github.com/cplusplus/draft/pull/5121",
		"link": "https://wg21.link/edit5121",
		"status": "open"
	},
	"EDIT5122": {
		"type": "editorial",
		"title": "[refwrap.general] Add cross-references to the class synopsis",
		"long_link": "https://github.com/cplusplus/draft/pull/5122",
		"link": "https://wg21.link/edit5122",
		"status": "closed"
	},
	"EDIT5123": {
		"type": "editorial",
		"title": "[temp.deduct.conv] Implementations think there is a defect in this subclause",
		"long_link": "https://github.com/cplusplus/draft/issues/5123",
		"link": "https://wg21.link/edit5123",
		"status": "open"
	},
	"EDIT5124": {
		"type": "editorial",
		"title": "Restructuring clauses for C++23",
		"long_link": "https://github.com/cplusplus/draft/issues/5124",
		"link": "https://wg21.link/edit5124",
		"status": "open"
	},
	"EDIT5125": {
		"type": "editorial",
		"title": "[cpp.cond,cpp.predefined,version.syn] Highlight preprocessor dates",
		"long_link": "https://github.com/cplusplus/draft/issues/5125",
		"link": "https://wg21.link/edit5125",
		"status": "open"
	},
	"EDIT5126": {
		"type": "editorial",
		"title": "[lib] Add 'namespace std' wrappings around class definitions",
		"long_link": "https://github.com/cplusplus/draft/pull/5126",
		"link": "https://wg21.link/edit5126",
		"status": "open"
	},
	"EDIT5127": {
		"type": "editorial",
		"title": "[basic.lookup.qual.general] p2 Improve the definition of a member-qualified name",
		"long_link": "https://github.com/cplusplus/draft/issues/5127",
		"link": "https://wg21.link/edit5127",
		"status": "open"
	},
	"EDIT5128": {
		"type": "editorial",
		"title": "Repository",
		"long_link": "https://github.com/cplusplus/draft/issues/5128",
		"link": "https://wg21.link/edit5128",
		"status": "closed"
	},
	"EDIT5129": {
		"type": "editorial",
		"title": "[temp.deduct.general]/p7 should exclude exception specifications",
		"long_link": "https://github.com/cplusplus/draft/issues/5129",
		"link": "https://wg21.link/edit5129",
		"status": "open"
	},
	"EDIT5130": {
		"type": "editorial",
		"title": "[temp.deduct.general] Clarify explicit-specifier and exception specifications",
		"long_link": "https://github.com/cplusplus/draft/pull/5130",
		"link": "https://wg21.link/edit5130",
		"status": "open"
	},
	"EDIT5131": {
		"type": "editorial",
		"title": "[over.oper.general] default arguments for operator[]",
		"long_link": "https://github.com/cplusplus/draft/issues/5131",
		"link": "https://wg21.link/edit5131",
		"status": "open"
	},
	"EDIT5132": {
		"type": "editorial",
		"title": "[ranges] Considering adding ExecutionPolicy parameters into std::ranges::for_each",
		"long_link": "https://github.com/cplusplus/draft/issues/5132",
		"link": "https://wg21.link/edit5132",
		"status": "closed"
	},
	"EDIT5133": {
		"type": "editorial",
		"title": "[dcl.attr.grammar] Clarify that only non-standard attributes can be ignored",
		"long_link": "https://github.com/cplusplus/draft/pull/5133",
		"link": "https://wg21.link/edit5133",
		"status": "open"
	},
	"EDIT5134": {
		"type": "editorial",
		"title": "[associative.reqmts.general] introduces `r` with two different meanings",
		"long_link": "https://github.com/cplusplus/draft/issues/5134",
		"link": "https://wg21.link/edit5134",
		"status": "open"
	},
	"EDIT5135": {
		"type": "editorial",
		"title": "[associative.reqmts.general]/8.22.1 mentions nonexistent `rx`",
		"long_link": "https://github.com/cplusplus/draft/issues/5135",
		"link": "https://wg21.link/edit5135",
		"status": "closed"
	},
	"EDIT5136": {
		"type": "editorial",
		"title": "[associative.reqmts.general] Fix typo: 'kx', not 'rx'",
		"long_link": "https://github.com/cplusplus/draft/pull/5136",
		"link": "https://wg21.link/edit5136",
		"status": "closed"
	},
	"EDIT5137": {
		"type": "editorial",
		"title": "[fs.class.path.general]Where is section 4.12？",
		"long_link": "https://github.com/cplusplus/draft/issues/5137",
		"link": "https://wg21.link/edit5137",
		"status": "closed"
	},
	"EDIT5138": {
		"type": "editorial",
		"title": "[associative.reqmts.general] Fix confusing local use of 'r'",
		"long_link": "https://github.com/cplusplus/draft/pull/5138",
		"link": "https://wg21.link/edit5138",
		"status": "open"
	},
	"EDIT5139": {
		"type": "editorial",
		"title": "[temp.local] injected-class-name as a type-name",
		"long_link": "https://github.com/cplusplus/draft/issues/5139",
		"link": "https://wg21.link/edit5139",
		"status": "open"
	},
	"EDIT5140": {
		"type": "editorial",
		"title": "[over.sub] Fix typo: change oeprator to operator",
		"long_link": "https://github.com/cplusplus/draft/pull/5140",
		"link": "https://wg21.link/edit5140",
		"status": "closed"
	},
	"EDIT5141": {
		"type": "editorial",
		"title": "[temp.local] Fix type-name interpretation of injected-class-name",
		"long_link": "https://github.com/cplusplus/draft/pull/5141",
		"link": "https://wg21.link/edit5141",
		"status": "open"
	},
	"EDIT5142": {
		"type": "editorial",
		"title": "[over.sub] Subscripting may have default arguments CWG2507",
		"long_link": "https://github.com/cplusplus/draft/pull/5142",
		"link": "https://wg21.link/edit5142",
		"status": "open"
	},
	"EDIT5143": {
		"type": "editorial",
		"title": "[class.conv.fct] specifies the wrong type for conversion functions with explicit object parameters",
		"long_link": "https://github.com/cplusplus/draft/issues/5143",
		"link": "https://wg21.link/edit5143",
		"status": "open"
	},
	"EDIT5144": {
		"type": "editorial",
		"title": "[class.virtual] Overriding virtual function through an explicit object member function",
		"long_link": "https://github.com/cplusplus/draft/issues/5144",
		"link": "https://wg21.link/edit5144",
		"status": "open"
	},
	"EDIT5145": {
		"type": "editorial",
		"title": "[class.virtual] Explicit object member functions cannot be virtual",
		"long_link": "https://github.com/cplusplus/draft/pull/5145",
		"link": "https://wg21.link/edit5145",
		"status": "open"
	},
	"EDIT5146": {
		"type": "editorial",
		"title": "Inconsistent cross-references for array of unknown bound",
		"long_link": "https://github.com/cplusplus/draft/issues/5146",
		"link": "https://wg21.link/edit5146",
		"status": "closed"
	},
	"EDIT5147": {
		"type": "editorial",
		"title": "[range.access] Fix cross-references for 'array'",
		"long_link": "https://github.com/cplusplus/draft/pull/5147",
		"link": "https://wg21.link/edit5147",
		"status": "closed"
	},
	"EDIT5148": {
		"type": "editorial",
		"title": "[dcl.meaning.general] p2.3 Correspond to a declaration that inhabits the block scope is not sufficient",
		"long_link": "https://github.com/cplusplus/draft/issues/5148",
		"link": "https://wg21.link/edit5148",
		"status": "open"
	},
	"EDIT5149": {
		"type": "editorial",
		"title": "[dcl.meaning.general] Clarify correspondence for block-scope friends",
		"long_link": "https://github.com/cplusplus/draft/pull/5149",
		"link": "https://wg21.link/edit5149",
		"status": "open"
	},
	"EDIT5150": {
		"type": "editorial",
		"title": "[temp.deduct.general] The rules regarding \"deduction fails\" need to be rearranged",
		"long_link": "https://github.com/cplusplus/draft/issues/5150",
		"link": "https://wg21.link/edit5150",
		"status": "open"
	},
	"EDIT5151": {
		"type": "editorial",
		"title": "[std] Extend \\iref to accept a list of cross-references",
		"long_link": "https://github.com/cplusplus/draft/pull/5151",
		"link": "https://wg21.link/edit5151",
		"status": "open"
	},
	"EDIT5152": {
		"type": "editorial",
		"title": "[depr.default.allocator] Index allocator::is_always_equal here",
		"long_link": "https://github.com/cplusplus/draft/pull/5152",
		"link": "https://wg21.link/edit5152",
		"status": "closed"
	},
	"EDIT5153": {
		"type": "editorial",
		"title": "[std] Fix bad \\grammarterms",
		"long_link": "https://github.com/cplusplus/draft/pull/5153",
		"link": "https://wg21.link/edit5153",
		"status": "open"
	},
	"EDIT5154": {
		"type": "editorial",
		"title": "[atomics] Harmonize references to atomics operations tables",
		"long_link": "https://github.com/cplusplus/draft/pull/5154",
		"link": "https://wg21.link/edit5154",
		"status": "open"
	},
	"EDIT5155": {
		"type": "editorial",
		"title": "[format.arg] Fix the determination of T without cvref-qualifiers removed",
		"long_link": "https://github.com/cplusplus/draft/pull/5155",
		"link": "https://wg21.link/edit5155",
		"status": "closed"
	},
	"EDIT5156": {
		"type": "editorial",
		"title": "[format.arg] Fix the determination of T without cvref-qualifiers removed LWG3631",
		"long_link": "https://github.com/cplusplus/draft/pull/5156",
		"link": "https://wg21.link/edit5156",
		"status": "open"
	},
	"EDIT5157": {
		"type": "editorial",
		"title": "[dcl.meaning.general] p6 Which specifiers in the decl-specifier-seq contribute to the type of declarations are underspecified",
		"long_link": "https://github.com/cplusplus/draft/issues/5157",
		"link": "https://wg21.link/edit5157",
		"status": "open"
	},
	"EDIT5158": {
		"type": "editorial",
		"title": "Avoid \"compiler\"",
		"long_link": "https://github.com/cplusplus/draft/pull/5158",
		"link": "https://wg21.link/edit5158",
		"status": "closed"
	},
	"EDIT5159": {
		"type": "editorial",
		"title": "[conv.rank] p1.10 Improve the definition of comparing ranks",
		"long_link": "https://github.com/cplusplus/draft/issues/5159",
		"link": "https://wg21.link/edit5159",
		"status": "open"
	},
	"EDIT5160": {
		"type": "editorial",
		"title": "[over.ics.rank] p3.2.1 \"Proper subsequence\" vs. \"subsequence\"",
		"long_link": "https://github.com/cplusplus/draft/issues/5160",
		"link": "https://wg21.link/edit5160",
		"status": "open"
	},
	"EDIT5161": {
		"type": "editorial",
		"title": "c plus plus application openSUSE 15.2 cannot find -lmysqlclient_",
		"long_link": "https://github.com/cplusplus/draft/issues/5161",
		"link": "https://wg21.link/edit5161",
		"status": "closed"
	},
	"EDIT5162": {
		"type": "editorial",
		"title": "[dcl.init.aggr] The meaning of \"corresponding\" is vague in aggregate initialization",
		"long_link": "https://github.com/cplusplus/draft/issues/5162",
		"link": "https://wg21.link/edit5162",
		"status": "open"
	},
	"EDIT5163": {
		"type": "editorial",
		"title": "Lack an explicit restriction on \"return type\" in the explicit function template instantiation/specialization ",
		"long_link": "https://github.com/cplusplus/draft/issues/5163",
		"link": "https://wg21.link/edit5163",
		"status": "open"
	},
	"EDIT5164": {
		"type": "editorial",
		"title": "[macros] Use math font for ranges",
		"long_link": "https://github.com/cplusplus/draft/pull/5164",
		"link": "https://wg21.link/edit5164",
		"status": "open"
	},
	"EDIT5165": {
		"type": "editorial",
		"title": "[temp.variadic] Clarify \"pack expansion of its initialization\"",
		"long_link": "https://github.com/cplusplus/draft/issues/5165",
		"link": "https://wg21.link/edit5165",
		"status": "open"
	},
	"EDIT5166": {
		"type": "editorial",
		"title": "[expr.prim.id.unqual] p3 Improve the utterance: \"contain\" vs. \"in\"",
		"long_link": "https://github.com/cplusplus/draft/issues/5166",
		"link": "https://wg21.link/edit5166",
		"status": "open"
	},
	"EDIT5167": {
		"type": "editorial",
		"title": "[meta.rel] Avoid undefined term 'void types'",
		"long_link": "https://github.com/cplusplus/draft/pull/5167",
		"link": "https://wg21.link/edit5167",
		"status": "open"
	},
	"EDIT5168": {
		"type": "editorial",
		"title": "[locale.ctype.virtuals] Clarify do_widen parameter",
		"long_link": "https://github.com/cplusplus/draft/pull/5168",
		"link": "https://wg21.link/edit5168",
		"status": "open"
	},
	"EDIT5169": {
		"type": "editorial",
		"title": "[diff.expr] Replace 'will' with present tense",
		"long_link": "https://github.com/cplusplus/draft/pull/5169",
		"link": "https://wg21.link/edit5169",
		"status": "open"
	},
	"EDIT5170": {
		"type": "editorial",
		"title": "[diff.stmt] Properly refer to function return types",
		"long_link": "https://github.com/cplusplus/draft/pull/5170",
		"link": "https://wg21.link/edit5170",
		"status": "open"
	},
	"EDIT5171": {
		"type": "editorial",
		"title": "[basic.scope.pdecl] The locus of using-directives are underspecified",
		"long_link": "https://github.com/cplusplus/draft/issues/5171",
		"link": "https://wg21.link/edit5171",
		"status": "open"
	},
	"EDIT5172": {
		"type": "editorial",
		"title": "[over.match.oper] p2, p3, p7 several issues",
		"long_link": "https://github.com/cplusplus/draft/issues/5172",
		"link": "https://wg21.link/edit5172",
		"status": "open"
	},
	"EDIT5173": {
		"type": "editorial",
		"title": "[class.member.lookup] Clarify \"unambiguous base class\"",
		"long_link": "https://github.com/cplusplus/draft/issues/5173",
		"link": "https://wg21.link/edit5173",
		"status": "open"
	},
	"EDIT5174": {
		"type": "editorial",
		"title": "[diff] Annotate keywords",
		"long_link": "https://github.com/cplusplus/draft/pull/5174",
		"link": "https://wg21.link/edit5174",
		"status": "open"
	},
	"EDIT5175": {
		"type": "editorial",
		"title": "[class.cdtor.example] p1 The comment is wrong since the example violates [class.cdtor]p3",
		"long_link": "https://github.com/cplusplus/draft/issues/5175",
		"link": "https://wg21.link/edit5175",
		"status": "open"
	},
	"EDIT5176": {
		"type": "editorial",
		"title": "Direct non-static data member vs. non-static data member",
		"long_link": "https://github.com/cplusplus/draft/issues/5176",
		"link": "https://wg21.link/edit5176",
		"status": "open"
	},
	"EDIT5177": {
		"type": "editorial",
		"title": "The meaning of \"under construction or destruction\" is not precise",
		"long_link": "https://github.com/cplusplus/draft/issues/5177",
		"link": "https://wg21.link/edit5177",
		"status": "open"
	},
	"EDIT5178": {
		"type": "editorial",
		"title": "[core] Replace 'enumerated type' with 'enumeration'",
		"long_link": "https://github.com/cplusplus/draft/pull/5178",
		"link": "https://wg21.link/edit5178",
		"status": "open"
	},
	"EDIT5179": {
		"type": "editorial",
		"title": "[expr] Cleanup for 'discarded-value expression'",
		"long_link": "https://github.com/cplusplus/draft/pull/5179",
		"link": "https://wg21.link/edit5179",
		"status": "open"
	},
	"EDIT5180": {
		"type": "editorial",
		"title": "[over.literal] p1 is out-date",
		"long_link": "https://github.com/cplusplus/draft/issues/5180",
		"link": "https://wg21.link/edit5180",
		"status": "open"
	},
	"EDIT5181": {
		"type": "editorial",
		"title": "[lex.string] p7 Lacks the case that both have no \"encoding-prefix\"",
		"long_link": "https://github.com/cplusplus/draft/issues/5181",
		"link": "https://wg21.link/edit5181",
		"status": "open"
	},
	"EDIT5182": {
		"type": "editorial",
		"title": "[diff.mods.to.declarations] Additions in <cmath> are not mentioned",
		"long_link": "https://github.com/cplusplus/draft/issues/5182",
		"link": "https://wg21.link/edit5182",
		"status": "open"
	},
	"EDIT5183": {
		"type": "editorial",
		"title": "[stmt.expr] p1 There is not only a side effect but also value computation",
		"long_link": "https://github.com/cplusplus/draft/issues/5183",
		"link": "https://wg21.link/edit5183",
		"status": "open"
	},
	"EDIT5184": {
		"type": "editorial",
		"title": "Improve [dcl.fct.def.general] p2",
		"long_link": "https://github.com/cplusplus/draft/issues/5184",
		"link": "https://wg21.link/edit5184",
		"status": "open"
	},
	"EDIT5185": {
		"type": "editorial",
		"title": "[expr.prim.id.qual]/(3.2) declarative nested-name-specifier nominating a partial specialization",
		"long_link": "https://github.com/cplusplus/draft/issues/5185",
		"link": "https://wg21.link/edit5185",
		"status": "open"
	},
	"EDIT5186": {
		"type": "editorial",
		"title": "[temp.dep.general] p2.1 lacks a trialing 'or'",
		"long_link": "https://github.com/cplusplus/draft/pull/5186",
		"link": "https://wg21.link/edit5186",
		"status": "open"
	},
	"EDIT5187": {
		"type": "editorial",
		"title": "[lex.name] p3 contradicts to [usrlit.suffix]p1",
		"long_link": "https://github.com/cplusplus/draft/issues/5187",
		"link": "https://wg21.link/edit5187",
		"status": "open"
	},
	"EDIT5188": {
		"type": "editorial",
		"title": "[lex.ppnumber] should also include user-defined-integer-literal and user-defined-floating-point-literal",
		"long_link": "https://github.com/cplusplus/draft/issues/5188",
		"link": "https://wg21.link/edit5188",
		"status": "open"
	},
	"EDIT5189": {
		"type": "editorial",
		"title": "[temp.res.general]/1 What does \"is or is reachable\" mean?",
		"long_link": "https://github.com/cplusplus/draft/issues/5189",
		"link": "https://wg21.link/edit5189",
		"status": "closed"
	},
	"EDIT5190": {
		"type": "editorial",
		"title": "[temp.res.general] Clarify binding of names",
		"long_link": "https://github.com/cplusplus/draft/pull/5190",
		"link": "https://wg21.link/edit5190",
		"status": "closed"
	},
	"EDIT5191": {
		"type": "editorial",
		"title": "[basic.lookup.unqual] Clarify conversion-function-id components lookup",
		"long_link": "https://github.com/cplusplus/draft/pull/5191",
		"link": "https://wg21.link/edit5191",
		"status": "open"
	},
	"EDIT5192": {
		"type": "editorial",
		"title": "Macro replacement is performed in a has-include-expression?",
		"long_link": "https://github.com/cplusplus/draft/issues/5192",
		"link": "https://wg21.link/edit5192",
		"status": "open"
	},
	"EDIT5193": {
		"type": "editorial",
		"title": "[class.copy.ctor] p15 Only the corresponding active object can be created and copied from the source",
		"long_link": "https://github.com/cplusplus/draft/issues/5193",
		"link": "https://wg21.link/edit5193",
		"status": "open"
	},
	"EDIT5194": {
		"type": "editorial",
		"title": "[class.copy.ctor] p10 What is the selected one by overload resolution for a variant member in the context of implicitly copy/move constructor for a union?",
		"long_link": "https://github.com/cplusplus/draft/issues/5194",
		"link": "https://wg21.link/edit5194",
		"status": "open"
	},
	"EDIT5195": {
		"type": "editorial",
		"title": "[algorithm.syn][alg.min.max] Fix indexing of indirectly_copyable_storable",
		"long_link": "https://github.com/cplusplus/draft/pull/5195",
		"link": "https://wg21.link/edit5195",
		"status": "closed"
	},
	"EDIT5196": {
		"type": "editorial",
		"title": "[pairs.pair] Add missing `_v`",
		"long_link": "https://github.com/cplusplus/draft/pull/5196",
		"link": "https://wg21.link/edit5196",
		"status": "closed"
	},
	"EDIT5197": {
		"type": "editorial",
		"title": "[class.copy.assign] lacks to specify the effect of the implicitly-defined move assignment operator for a union class",
		"long_link": "https://github.com/cplusplus/draft/issues/5197",
		"link": "https://wg21.link/edit5197",
		"status": "open"
	},
	"EDIT5198": {
		"type": "editorial",
		"title": "move_only_function takes one signature",
		"long_link": "https://github.com/cplusplus/draft/pull/5198",
		"link": "https://wg21.link/edit5198",
		"status": "closed"
	},
	"EDIT5199": {
		"type": "editorial",
		"title": "[expr.add] p4 lacks to specify the case when the expression J has an unscoped enumeration type",
		"long_link": "https://github.com/cplusplus/draft/issues/5199",
		"link": "https://wg21.link/edit5199",
		"status": "open"
	},
	"EDIT5200": {
		"type": "editorial",
		"title": "[class.bit] p4 It is not clear whether a value of enumeration whose underlying type is fixed can be compared equally with the stored value in a bit-field",
		"long_link": "https://github.com/cplusplus/draft/issues/5200",
		"link": "https://wg21.link/edit5200",
		"status": "open"
	},
	"EDIT5201": {
		"type": "editorial",
		"title": "[dcl.struct.bind] structured bindings vs. potentially conflict",
		"long_link": "https://github.com/cplusplus/draft/issues/5201",
		"link": "https://wg21.link/edit5201",
		"status": "open"
	},
	"EDIT5202": {
		"type": "editorial",
		"title": "[func.memfn] Correct target object by fixing typo",
		"long_link": "https://github.com/cplusplus/draft/pull/5202",
		"link": "https://wg21.link/edit5202",
		"status": "closed"
	},
	"EDIT5203": {
		"type": "editorial",
		"title": "[func.require] Introduce labels 'term.perfect.forwarding.call.wrapper'",
		"long_link": "https://github.com/cplusplus/draft/pull/5203",
		"link": "https://wg21.link/edit5203",
		"status": "open"
	},
	"EDIT5204": {
		"type": "editorial",
		"title": "[temp.param] Delete outdated wording at p15",
		"long_link": "https://github.com/cplusplus/draft/pull/5204",
		"link": "https://wg21.link/edit5204",
		"status": "closed"
	},
	"EDIT5205": {
		"type": "editorial",
		"title": "Create an exposition-only helper for the std::optional copy/move ctor constraints",
		"long_link": "https://github.com/cplusplus/draft/issues/5205",
		"link": "https://wg21.link/edit5205",
		"status": "open"
	},
	"EDIT5206": {
		"type": "editorial",
		"title": "[util.smartptr.atomic] Add a note mentioning <memory>",
		"long_link": "https://github.com/cplusplus/draft/issues/5206",
		"link": "https://wg21.link/edit5206",
		"status": "closed"
	},
	"EDIT5207": {
		"type": "editorial",
		"title": "[util.smartptr.atomic] Add cross-reference to <memory> header",
		"long_link": "https://github.com/cplusplus/draft/pull/5207",
		"link": "https://wg21.link/edit5207",
		"status": "closed"
	},
	"EDIT5208": {
		"type": "editorial",
		"title": "[expr.await] lacks the specification for overload \"operator co_await\"",
		"long_link": "https://github.com/cplusplus/draft/issues/5208",
		"link": "https://wg21.link/edit5208",
		"status": "open"
	},
	"EDIT5209": {
		"type": "editorial",
		"title": "[basic.lookup.argdep] should also perform if function declaration is not found",
		"long_link": "https://github.com/cplusplus/draft/issues/5209",
		"link": "https://wg21.link/edit5209",
		"status": "open"
	},
	"EDIT5210": {
		"type": "editorial",
		"title": "[macros] Introduce 'term.*' labels",
		"long_link": "https://github.com/cplusplus/draft/pull/5210",
		"link": "https://wg21.link/edit5210",
		"status": "open"
	},
	"EDIT5211": {
		"type": "editorial",
		"title": "[macros] In \\ucode, align size of digits and letters",
		"long_link": "https://github.com/cplusplus/draft/pull/5211",
		"link": "https://wg21.link/edit5211",
		"status": "closed"
	},
	"EDIT5212": {
		"type": "editorial",
		"title": "Less redundant 'typename' in type-id-only contexts",
		"long_link": "https://github.com/cplusplus/draft/pull/5212",
		"link": "https://wg21.link/edit5212",
		"status": "open"
	},
	"EDIT5213": {
		"type": "editorial",
		"title": "the lifetime of the variant members of union class objects operated by memcpy",
		"long_link": "https://github.com/cplusplus/draft/issues/5213",
		"link": "https://wg21.link/edit5213",
		"status": "open"
	},
	"EDIT5214": {
		"type": "editorial",
		"title": "[stmt.return.coroutine] p3 the original function-body vs. the replaced function-body ",
		"long_link": "https://github.com/cplusplus/draft/issues/5214",
		"link": "https://wg21.link/edit5214",
		"status": "open"
	},
	"EDIT5215": {
		"type": "editorial",
		"title": "[editoral] the ambiguity in [stmt.return] p4",
		"long_link": "https://github.com/cplusplus/draft/issues/5215",
		"link": "https://wg21.link/edit5215",
		"status": "closed"
	},
	"EDIT5216": {
		"type": "editorial",
		"title": "[class.mem.general] only second use of \"layout-compatible types\" has xref to definition",
		"long_link": "https://github.com/cplusplus/draft/issues/5216",
		"link": "https://wg21.link/edit5216",
		"status": "closed"
	},
	"EDIT5217": {
		"type": "editorial",
		"title": "[stmt.return] Clarify flowing off the end of a function",
		"long_link": "https://github.com/cplusplus/draft/pull/5217",
		"link": "https://wg21.link/edit5217",
		"status": "closed"
	},
	"EDIT5218": {
		"type": "editorial",
		"title": "[class.mem.general] Add cross-reference for 'layout-compatible type'",
		"long_link": "https://github.com/cplusplus/draft/pull/5218",
		"link": "https://wg21.link/edit5218",
		"status": "closed"
	},
	"EDIT5219": {
		"type": "editorial",
		"title": "[basic.life] p1 omits a cross-reference to [class.copy.assign] for union member case",
		"long_link": "https://github.com/cplusplus/draft/issues/5219",
		"link": "https://wg21.link/edit5219",
		"status": "open"
	},
	"EDIT5220": {
		"type": "editorial",
		"title": "[class.pre] p2 what is the locus of a injected-class-name?",
		"long_link": "https://github.com/cplusplus/draft/issues/5220",
		"link": "https://wg21.link/edit5220",
		"status": "closed"
	},
	"EDIT5221": {
		"type": "editorial",
		"title": "[basic.lookup.unqual] p5 The component names of a type-specifier or ptr-operator are underspecified",
		"long_link": "https://github.com/cplusplus/draft/issues/5221",
		"link": "https://wg21.link/edit5221",
		"status": "open"
	},
	"EDIT5222": {
		"type": "editorial",
		"title": "[util.smartptr.atomic.general] Fix xref",
		"long_link": "https://github.com/cplusplus/draft/pull/5222",
		"link": "https://wg21.link/edit5222",
		"status": "closed"
	},
	"EDIT5223": {
		"type": "editorial",
		"title": "Improve certain definitions in [class.mem.general]",
		"long_link": "https://github.com/cplusplus/draft/issues/5223",
		"link": "https://wg21.link/edit5223",
		"status": "open"
	},
	"EDIT5224": {
		"type": "editorial",
		"title": "P2441 Fix \"In that case\"",
		"long_link": "https://github.com/cplusplus/draft/issues/5224",
		"link": "https://wg21.link/edit5224",
		"status": "open"
	},
	"EDIT5225": {
		"type": "editorial",
		"title": "inconsistent use of periods versus hyphens in [defns]",
		"long_link": "https://github.com/cplusplus/draft/issues/5225",
		"link": "https://wg21.link/edit5225",
		"status": "open"
	},
	"EDIT5226": {
		"type": "editorial",
		"title": "[text] Create \"Text processing library\" clause",
		"long_link": "https://github.com/cplusplus/draft/issues/5226",
		"link": "https://wg21.link/edit5226",
		"status": "open"
	},
	"EDIT5227": {
		"type": "editorial",
		"title": "[std] Replace hyphen with period in labels",
		"long_link": "https://github.com/cplusplus/draft/pull/5227",
		"link": "https://wg21.link/edit5227",
		"status": "open"
	},
	"EDIT5228": {
		"type": "editorial",
		"title": "[basic.life] Add cross-reference for union member lifetime",
		"long_link": "https://github.com/cplusplus/draft/pull/5228",
		"link": "https://wg21.link/edit5228",
		"status": "open"
	},
	"EDIT5229": {
		"type": "editorial",
		"title": "Move [class.free]",
		"long_link": "https://github.com/cplusplus/draft/pull/5229",
		"link": "https://wg21.link/edit5229",
		"status": "closed"
	},
	"EDIT5230": {
		"type": "editorial",
		"title": "Move [class.free]",
		"long_link": "https://github.com/cplusplus/draft/pull/5230",
		"link": "https://wg21.link/edit5230",
		"status": "closed"
	},
	"EDIT5231": {
		"type": "editorial",
		"title": "[stacktrace] Move into [diagnostics]",
		"long_link": "https://github.com/cplusplus/draft/pull/5231",
		"link": "https://wg21.link/edit5231",
		"status": "closed"
	},
	"EDIT5232": {
		"type": "editorial",
		"title": "[temp.res] Move a note outside itemize environment",
		"long_link": "https://github.com/cplusplus/draft/pull/5232",
		"link": "https://wg21.link/edit5232",
		"status": "open"
	},
	"EDIT5233": {
		"type": "editorial",
		"title": "P2416 Inconsistent wording in the requirements for expressions",
		"long_link": "https://github.com/cplusplus/draft/issues/5233",
		"link": "https://wg21.link/edit5233",
		"status": "closed"
	},
	"EDIT5234": {
		"type": "editorial",
		"title": "[range.req.general]/2 still says view requires constant time destruction",
		"long_link": "https://github.com/cplusplus/draft/issues/5234",
		"link": "https://wg21.link/edit5234",
		"status": "closed"
	},
	"EDIT5235": {
		"type": "editorial",
		"title": "[range.req.general] Remove incorrect normative duplication for 'view'",
		"long_link": "https://github.com/cplusplus/draft/pull/5235",
		"link": "https://wg21.link/edit5235",
		"status": "closed"
	},
	"EDIT5236": {
		"type": "editorial",
		"title": "[except.handle] p9 handler vs. implicit handler ",
		"long_link": "https://github.com/cplusplus/draft/issues/5236",
		"link": "https://wg21.link/edit5236",
		"status": "open"
	},
	"EDIT5237": {
		"type": "editorial",
		"title": "P1766R1 partially not reflected in draft",
		"long_link": "https://github.com/cplusplus/draft/issues/5237",
		"link": "https://wg21.link/edit5237",
		"status": "closed"
	},
	"EDIT5238": {
		"type": "editorial",
		"title": "Some unclear wording in [except]",
		"long_link": "https://github.com/cplusplus/draft/issues/5238",
		"link": "https://wg21.link/edit5238",
		"status": "open"
	},
	"EDIT5239": {
		"type": "editorial",
		"title": "The definition of \"reference-compatible\" is not accurate ",
		"long_link": "https://github.com/cplusplus/draft/issues/5239",
		"link": "https://wg21.link/edit5239",
		"status": "open"
	},
	"EDIT5240": {
		"type": "editorial",
		"title": "[stream.types][derivation] What are \"basic integral types\"?",
		"long_link": "https://github.com/cplusplus/draft/issues/5240",
		"link": "https://wg21.link/edit5240",
		"status": "open"
	},
	"EDIT5241": {
		"type": "editorial",
		"title": "Terms \"template declaration\" and \"template entity\" are undefined",
		"long_link": "https://github.com/cplusplus/draft/issues/5241",
		"link": "https://wg21.link/edit5241",
		"status": "open"
	},
	"EDIT5242": {
		"type": "editorial",
		"title": "[derivation] Remove 'basic integral type' from footnote",
		"long_link": "https://github.com/cplusplus/draft/pull/5242",
		"link": "https://wg21.link/edit5242",
		"status": "open"
	},
	"EDIT5243": {
		"type": "editorial",
		"title": "[expr.prim.lambda.capture] vs. [basic.def.odr] in their use of «names»/«named by»",
		"long_link": "https://github.com/cplusplus/draft/issues/5243",
		"link": "https://wg21.link/edit5243",
		"status": "open"
	},
	"EDIT5244": {
		"type": "editorial",
		"title": "[iterator.operations] clarify preconditions on std::distance",
		"long_link": "https://github.com/cplusplus/draft/pull/5244",
		"link": "https://wg21.link/edit5244",
		"status": "open"
	},
	"EDIT5245": {
		"type": "editorial",
		"title": "[fs.class.directory.iterator.general] Fix grammar",
		"long_link": "https://github.com/cplusplus/draft/pull/5245",
		"link": "https://wg21.link/edit5245",
		"status": "open"
	},
	"EDIT5246": {
		"type": "editorial",
		"title": "Fix order of std-format-spec field descriptions.",
		"long_link": "https://github.com/cplusplus/draft/pull/5246",
		"link": "https://wg21.link/edit5246",
		"status": "open"
	},
	"EDIT5247": {
		"type": "editorial",
		"title": "[lex.charset] p5 The associated character type of a code unit is not clear",
		"long_link": "https://github.com/cplusplus/draft/issues/5247",
		"link": "https://wg21.link/edit5247",
		"status": "open"
	},
	"EDIT5248": {
		"type": "editorial",
		"title": "P2441R2 views::join_with",
		"long_link": "https://github.com/cplusplus/draft/pull/5248",
		"link": "https://wg21.link/edit5248",
		"status": "open"
	},
	"EDIT5249": {
		"type": "editorial",
		"title": "P2442R1 Windowing range adaptors: views::chunk and views::slide",
		"long_link": "https://github.com/cplusplus/draft/pull/5249",
		"link": "https://wg21.link/edit5249",
		"status": "open"
	},
	"EDIT5250": {
		"type": "editorial",
		"title": "[range.slide.view] Replace conditional with call to max",
		"long_link": "https://github.com/cplusplus/draft/issues/5250",
		"link": "https://wg21.link/edit5250",
		"status": "open"
	},
	"EDIT5251": {
		"type": "editorial",
		"title": "[iterator.concept.winc] Duplicate paragraph",
		"long_link": "https://github.com/cplusplus/draft/issues/5251",
		"link": "https://wg21.link/edit5251",
		"status": "open"
	},
	"EDIT5252": {
		"type": "editorial",
		"title": "P2443R1 views::chunk_by",
		"long_link": "https://github.com/cplusplus/draft/pull/5252",
		"link": "https://wg21.link/edit5252",
		"status": "open"
	},
	"EDIT5253": {
		"type": "editorial",
		"title": "[iterator.concept.winc] Remove duplicate paragraph",
		"long_link": "https://github.com/cplusplus/draft/pull/5253",
		"link": "https://wg21.link/edit5253",
		"status": "open"
	},
	"EDIT5254": {
		"type": "editorial",
		"title": "[expr.prim.lambda.capture] Fix 'potentially references' for members",
		"long_link": "https://github.com/cplusplus/draft/pull/5254",
		"link": "https://wg21.link/edit5254",
		"status": "open"
	},
	"EDIT5255": {
		"type": "editorial",
		"title": "The links to [term.odr.use] all response 404.",
		"long_link": "https://github.com/cplusplus/draft/issues/5255",
		"link": "https://wg21.link/edit5255",
		"status": "closed"
	},
	"EDIT5256": {
		"type": "editorial",
		"title": "[container.gen.reqmts] Eliminate \"Value:\"",
		"long_link": "https://github.com/cplusplus/draft/pull/5256",
		"link": "https://wg21.link/edit5256",
		"status": "open"
	},
	"EDIT5257": {
		"type": "editorial",
		"title": "[2022-02 CWG Motion 1] P2533R0 (Core Language Working Group \"ready\" Issue",
		"long_link": "https://github.com/cplusplus/draft/issues/5257",
		"link": "https://wg21.link/edit5257",
		"status": "open"
	},
	"EDIT5258": {
		"type": "editorial",
		"title": "[2022-02 CWG Motion 2] P2173R1 Attributes on Lambda-Expressions",
		"long_link": "https://github.com/cplusplus/draft/issues/5258",
		"link": "https://wg21.link/edit5258",
		"status": "open"
	},
	"EDIT5259": {
		"type": "editorial",
		"title": "[2022-02 CWG Motion 3] P2493R0 Missing feature test macros for C++20 core papers",
		"long_link": "https://github.com/cplusplus/draft/issues/5259",
		"link": "https://wg21.link/edit5259",
		"status": "open"
	},
	"EDIT5260": {
		"type": "editorial",
		"title": "[2022-02 LWG Motion 1] P2531R0 C++ Standard Library Issues",
		"long_link": "https://github.com/cplusplus/draft/issues/5260",
		"link": "https://wg21.link/edit5260",
		"status": "open"
	},
	"EDIT5261": {
		"type": "editorial",
		"title": "[2022-02 LWG Motion 2] P0323R12 std::expected",
		"long_link": "https://github.com/cplusplus/draft/issues/5261",
		"link": "https://wg21.link/edit5261",
		"status": "open"
	},
	"EDIT5262": {
		"type": "editorial",
		"title": "[2022-02 LWG Motion 3] P0533R9 constexpr for <cmath> and <cstdlib>",
		"long_link": "https://github.com/cplusplus/draft/issues/5262",
		"link": "https://wg21.link/edit5262",
		"status": "open"
	},
	"EDIT5263": {
		"type": "editorial",
		"title": "[2022-02 LWG Motion 4] P0627R6 Function to mark unreachable code",
		"long_link": "https://github.com/cplusplus/draft/issues/5263",
		"link": "https://wg21.link/edit5263",
		"status": "open"
	},
	"EDIT5264": {
		"type": "editorial",
		"title": "[2022-02 LWG Motion 5] P1206R7 ranges::to: A function to convert any range to a container",
		"long_link": "https://github.com/cplusplus/draft/issues/5264",
		"link": "https://wg21.link/edit5264",
		"status": "open"
	},
	"EDIT5265": {
		"type": "editorial",
		"title": "[2022-02 LWG Motion 6] P1413R3 Deprecate std::aligned_storage and std::aligned_union",
		"long_link": "https://github.com/cplusplus/draft/issues/5265",
		"link": "https://wg21.link/edit5265",
		"status": "open"
	},
	"EDIT5266": {
		"type": "editorial",
		"title": "[2022-02 LWG Motion 7] P2255R2 A type trait to detect reference binding to temporary",
		"long_link": "https://github.com/cplusplus/draft/issues/5266",
		"link": "https://wg21.link/edit5266",
		"status": "open"
	},
	"EDIT5267": {
		"type": "editorial",
		"title": "[2022-02 LWG Motion 8] P2273R3 Making std::unique_ptr constexpr",
		"long_link": "https://github.com/cplusplus/draft/issues/5267",
		"link": "https://wg21.link/edit5267",
		"status": "open"
	},
	"EDIT5268": {
		"type": "editorial",
		"title": "[2022-02 LWG Motion 9] P2387R3 Pipe support for user-defined range adaptors",
		"long_link": "https://github.com/cplusplus/draft/issues/5268",
		"link": "https://wg21.link/edit5268",
		"status": "open"
	},
	"EDIT5269": {
		"type": "editorial",
		"title": "[2022-02 LWG Motion 10] P2440R1 ranges::iota, ranges::shift_left and ranges::shift_right",
		"long_link": "https://github.com/cplusplus/draft/issues/5269",
		"link": "https://wg21.link/edit5269",
		"status": "open"
	},
	"EDIT5270": {
		"type": "editorial",
		"title": "[2022-02 LWG Motion 11] P2441R2 views::join_with",
		"long_link": "https://github.com/cplusplus/draft/issues/5270",
		"link": "https://wg21.link/edit5270",
		"status": "open"
	},
	"EDIT5271": {
		"type": "editorial",
		"title": "[2022-02 LWG Motion 12] P2442R1 Windowing range adaptors: views::chunk and views::slide",
		"long_link": "https://github.com/cplusplus/draft/issues/5271",
		"link": "https://wg21.link/edit5271",
		"status": "open"
	},
	"EDIT5272": {
		"type": "editorial",
		"title": "[2022-02 LWG Motion 13] P2443R1 views::chunk_by",
		"long_link": "https://github.com/cplusplus/draft/issues/5272",
		"link": "https://wg21.link/edit5272",
		"status": "open"
	},
	"EDIT5273": {
		"type": "editorial",
		"title": "P2173R1 Attributes on lambda-expressions",
		"long_link": "https://github.com/cplusplus/draft/pull/5273",
		"link": "https://wg21.link/edit5273",
		"status": "closed"
	},
	"EDIT5274": {
		"type": "editorial",
		"title": "P2493R0 Missing feature test macros for C++20 core papers",
		"long_link": "https://github.com/cplusplus/draft/pull/5274",
		"link": "https://wg21.link/edit5274",
		"status": "closed"
	},
	"EDIT5275": {
		"type": "editorial",
		"title": "[dcl.init.list] Unparenthesize cross-reference",
		"long_link": "https://github.com/cplusplus/draft/issues/5275",
		"link": "https://wg21.link/edit5275",
		"status": "open"
	},
	"EDIT5276": {
		"type": "editorial",
		"title": "P0323R12 std::expected",
		"long_link": "https://github.com/cplusplus/draft/pull/5276",
		"link": "https://wg21.link/edit5276",
		"status": "closed"
	},
	"EDIT5277": {
		"type": "editorial",
		"title": "[namespace.udecl] does not explicitly state the reason for special member hidden",
		"long_link": "https://github.com/cplusplus/draft/issues/5277",
		"link": "https://wg21.link/edit5277",
		"status": "open"
	},
	"EDIT5278": {
		"type": "editorial",
		"title": "P0533R9 constexpr for <cmath> and <cstdlib>",
		"long_link": "https://github.com/cplusplus/draft/pull/5278",
		"link": "https://wg21.link/edit5278",
		"status": "closed"
	},
	"EDIT5279": {
		"type": "editorial",
		"title": "P0627R6 Function to mark unreachable code",
		"long_link": "https://github.com/cplusplus/draft/pull/5279",
		"link": "https://wg21.link/edit5279",
		"status": "closed"
	},
	"EDIT5280": {
		"type": "editorial",
		"title": "P1206R7 Conversions from ranges to containers",
		"long_link": "https://github.com/cplusplus/draft/pull/5280",
		"link": "https://wg21.link/edit5280",
		"status": "closed"
	},
	"EDIT5281": {
		"type": "editorial",
		"title": "what is the locus of a function-definition?",
		"long_link": "https://github.com/cplusplus/draft/issues/5281",
		"link": "https://wg21.link/edit5281",
		"status": "open"
	},
	"EDIT5282": {
		"type": "editorial",
		"title": "P1413R3 Deprecate std::aligned_storage and std::aligned_union",
		"long_link": "https://github.com/cplusplus/draft/pull/5282",
		"link": "https://wg21.link/edit5282",
		"status": "closed"
	},
	"EDIT5283": {
		"type": "editorial",
		"title": "P2255R2 A type trait to detect reference binding to temporary",
		"long_link": "https://github.com/cplusplus/draft/pull/5283",
		"link": "https://wg21.link/edit5283",
		"status": "closed"
	},
	"EDIT5284": {
		"type": "editorial",
		"title": "P2273R3 Making std::unique_ptr constexpr",
		"long_link": "https://github.com/cplusplus/draft/pull/5284",
		"link": "https://wg21.link/edit5284",
		"status": "closed"
	},
	"EDIT5285": {
		"type": "editorial",
		"title": "P2387R3 Pipe support for user-defined range adaptors",
		"long_link": "https://github.com/cplusplus/draft/pull/5285",
		"link": "https://wg21.link/edit5285",
		"status": "closed"
	},
	"EDIT5286": {
		"type": "editorial",
		"title": "P2440R1 ranges::iota, ranges::shift_left, and ranges::shift_right",
		"long_link": "https://github.com/cplusplus/draft/pull/5286",
		"link": "https://wg21.link/edit5286",
		"status": "closed"
	},
	"EDIT5287": {
		"type": "editorial",
		"title": "P2533R0 Core Language Working Group \"ready\"",
		"long_link": "https://github.com/cplusplus/draft/pull/5287",
		"link": "https://wg21.link/edit5287",
		"status": "closed"
	},
	"EDIT5288": {
		"type": "editorial",
		"title": "P2531R0 C++ Standard Library Issues",
		"long_link": "https://github.com/cplusplus/draft/pull/5288",
		"link": "https://wg21.link/edit5288",
		"status": "closed"
	},
	"EDIT5289": {
		"type": "editorial",
		"title": "we didn't explicitly specify that the current instantiation does not cause an implicit instantiation",
		"long_link": "https://github.com/cplusplus/draft/issues/5289",
		"link": "https://wg21.link/edit5289",
		"status": "open"
	},
	"EDIT5290": {
		"type": "editorial",
		"title": "[module.interface] Add adjective 'exported' to dangling prons",
		"long_link": "https://github.com/cplusplus/draft/pull/5290",
		"link": "https://wg21.link/edit5290",
		"status": "closed"
	},
	"EDIT5291": {
		"type": "editorial",
		"title": "[stdatomic.h.syn] Add missing atomic_fetch_xor/_explicit",
		"long_link": "https://github.com/cplusplus/draft/pull/5291",
		"link": "https://wg21.link/edit5291",
		"status": "closed"
	},
	"EDIT5292": {
		"type": "editorial",
		"title": "[locale.cons] Ambiguous argument in Throws for locale+name+category constructor",
		"long_link": "https://github.com/cplusplus/draft/issues/5292",
		"link": "https://wg21.link/edit5292",
		"status": "closed"
	},
	"EDIT5293": {
		"type": "editorial",
		"title": "[range.zip.iterator]  Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/5293",
		"link": "https://wg21.link/edit5293",
		"status": "closed"
	},
	"EDIT5294": {
		"type": "editorial",
		"title": "[expr.prim.lambda.closure] Conversion to function pointer doesn't account for explicit object parameter",
		"long_link": "https://github.com/cplusplus/draft/issues/5294",
		"link": "https://wg21.link/edit5294",
		"status": "open"
	},
	"EDIT5295": {
		"type": "editorial",
		"title": "The resumer of a coroutine may not be a function",
		"long_link": "https://github.com/cplusplus/draft/issues/5295",
		"link": "https://wg21.link/edit5295",
		"status": "open"
	},
	"EDIT5296": {
		"type": "editorial",
		"title": "[lex.name] prohibits uses of predefined macro names and feature-test macros",
		"long_link": "https://github.com/cplusplus/draft/issues/5296",
		"link": "https://wg21.link/edit5296",
		"status": "open"
	},
	"EDIT5297": {
		"type": "editorial",
		"title": "Cplusplus",
		"long_link": "https://github.com/cplusplus/draft/issues/5297",
		"link": "https://wg21.link/edit5297",
		"status": "closed"
	},
	"EDIT5298": {
		"type": "editorial",
		"title": "[dcl.fct.def.coroutine] Initializer of a non-block variable is also a resumer",
		"long_link": "https://github.com/cplusplus/draft/pull/5298",
		"link": "https://wg21.link/edit5298",
		"status": "open"
	},
	"EDIT5299": {
		"type": "editorial",
		"title": "[class.temporary] The use of term \"trivially copyable\" may be wrong",
		"long_link": "https://github.com/cplusplus/draft/issues/5299",
		"link": "https://wg21.link/edit5299",
		"status": "open"
	},
	"EDIT5300": {
		"type": "editorial",
		"title": "Regardez \"Sokuu - Survie\" sur YouTube",
		"long_link": "https://github.com/cplusplus/draft/issues/5300",
		"link": "https://wg21.link/edit5300",
		"status": "closed"
	},
	"EDIT5301": {
		"type": "editorial",
		"title": "import-keyword, module-keyword, and export-keyword are not preprocessing tokens",
		"long_link": "https://github.com/cplusplus/draft/issues/5301",
		"link": "https://wg21.link/edit5301",
		"status": "open"
	},
	"EDIT5302": {
		"type": "editorial",
		"title": "An improvement to ADL for the name declared by a friend declaration ",
		"long_link": "https://github.com/cplusplus/draft/issues/5302",
		"link": "https://wg21.link/edit5302",
		"status": "open"
	},
	"EDIT5303": {
		"type": "editorial",
		"title": "Unable to find label {term.odr.use}",
		"long_link": "https://github.com/cplusplus/draft/issues/5303",
		"link": "https://wg21.link/edit5303",
		"status": "closed"
	},
	"EDIT5304": {
		"type": "editorial",
		"title": "[lex.name] Rephrase note to avoid upper/lower-case",
		"long_link": "https://github.com/cplusplus/draft/pull/5304",
		"link": "https://wg21.link/edit5304",
		"status": "closed"
	},
	"EDIT5305": {
		"type": "editorial",
		"title": "Difference between \"execution\" and \"evaluation\"",
		"long_link": "https://github.com/cplusplus/draft/issues/5305",
		"link": "https://wg21.link/edit5305",
		"status": "open"
	},
	"EDIT5306": {
		"type": "editorial",
		"title": "[lib] Add missing \\pnum before descriptive elements",
		"long_link": "https://github.com/cplusplus/draft/pull/5306",
		"link": "https://wg21.link/edit5306",
		"status": "closed"
	},
	"EDIT5307": {
		"type": "editorial",
		"title": "[basic.start.dynamic] didn't state the situation for the initialization of the non-block thread storage duration inline variable",
		"long_link": "https://github.com/cplusplus/draft/issues/5307",
		"link": "https://wg21.link/edit5307",
		"status": "open"
	},
	"EDIT5308": {
		"type": "editorial",
		"title": "How to space ref qualifiers",
		"long_link": "https://github.com/cplusplus/draft/issues/5308",
		"link": "https://wg21.link/edit5308",
		"status": "closed"
	},
	"EDIT5309": {
		"type": "editorial",
		"title": "[range.slide.iterator] Remove `@` in `\\tcode`",
		"long_link": "https://github.com/cplusplus/draft/pull/5309",
		"link": "https://wg21.link/edit5309",
		"status": "closed"
	},
	"EDIT5310": {
		"type": "editorial",
		"title": "[allocator.requirements.general] Remove unused provisions",
		"long_link": "https://github.com/cplusplus/draft/pull/5310",
		"link": "https://wg21.link/edit5310",
		"status": "open"
	},
	"EDIT5311": {
		"type": "editorial",
		"title": "[version.syn] Remove mention of nonexistent header `<priority_queue>`",
		"long_link": "https://github.com/cplusplus/draft/pull/5311",
		"link": "https://wg21.link/edit5311",
		"status": "closed"
	},
	"EDIT5312": {
		"type": "editorial",
		"title": "spacing of ref-qualifiers",
		"long_link": "https://github.com/cplusplus/draft/pull/5312",
		"link": "https://wg21.link/edit5312",
		"status": "closed"
	},
	"EDIT5313": {
		"type": "editorial",
		"title": "Clause reorganization for C++23 ",
		"long_link": "https://github.com/cplusplus/draft/pull/5313",
		"link": "https://wg21.link/edit5313",
		"status": "closed"
	},
	"EDIT5314": {
		"type": "editorial",
		"title": "[diff.cpp20.library] is missing",
		"long_link": "https://github.com/cplusplus/draft/issues/5314",
		"link": "https://wg21.link/edit5314",
		"status": "closed"
	},
	"EDIT5315": {
		"type": "editorial",
		"title": "Restructuring clauses for C++26",
		"long_link": "https://github.com/cplusplus/draft/issues/5315",
		"link": "https://wg21.link/edit5315",
		"status": "open"
	},
	"EDIT5316": {
		"type": "editorial",
		"title": "[headers][expected.syn] Index and list `<expected>`",
		"long_link": "https://github.com/cplusplus/draft/pull/5316",
		"link": "https://wg21.link/edit5316",
		"status": "closed"
	},
	"EDIT5317": {
		"type": "editorial",
		"title": "[temp.variadic] Use consistent utterances associated with pack expansion",
		"long_link": "https://github.com/cplusplus/draft/issues/5317",
		"link": "https://wg21.link/edit5317",
		"status": "open"
	},
	"EDIT5318": {
		"type": "editorial",
		"title": "[class.prop] ambiguous conditions in definition of implicit-lifetime class",
		"long_link": "https://github.com/cplusplus/draft/issues/5318",
		"link": "https://wg21.link/edit5318",
		"status": "open"
	},
	"EDIT5319": {
		"type": "editorial",
		"title": "[class.prop] Clarify definition of implicit-lifetime class",
		"long_link": "https://github.com/cplusplus/draft/pull/5319",
		"link": "https://wg21.link/edit5319",
		"status": "open"
	},
	"EDIT5320": {
		"type": "editorial",
		"title": "[thread] Rename to 'Concurrency support library'",
		"long_link": "https://github.com/cplusplus/draft/pull/5320",
		"link": "https://wg21.link/edit5320",
		"status": "closed"
	},
	"EDIT5321": {
		"type": "editorial",
		"title": "Move the restrictions regarding macros away from [library] (or add links to them)",
		"long_link": "https://github.com/cplusplus/draft/issues/5321",
		"link": "https://wg21.link/edit5321",
		"status": "closed"
	},
	"EDIT5322": {
		"type": "editorial",
		"title": "[range.chunk.outer.value] Add missing private specifier",
		"long_link": "https://github.com/cplusplus/draft/pull/5322",
		"link": "https://wg21.link/edit5322",
		"status": "closed"
	},
	"EDIT5323": {
		"type": "editorial",
		"title": "How to specify small nested classes: struct/class, private members",
		"long_link": "https://github.com/cplusplus/draft/issues/5323",
		"link": "https://wg21.link/edit5323",
		"status": "open"
	},
	"EDIT5324": {
		"type": "editorial",
		"title": "[diff.cpp20.library] Add subclause, highlighting new headers",
		"long_link": "https://github.com/cplusplus/draft/pull/5324",
		"link": "https://wg21.link/edit5324",
		"status": "closed"
	},
	"EDIT5325": {
		"type": "editorial",
		"title": "[range.chunk.inner.iter] Fix index reference.",
		"long_link": "https://github.com/cplusplus/draft/pull/5325",
		"link": "https://wg21.link/edit5325",
		"status": "closed"
	},
	"EDIT5326": {
		"type": "editorial",
		"title": "[range.slide.overview] Fix multi-character typo",
		"long_link": "https://github.com/cplusplus/draft/pull/5326",
		"link": "https://wg21.link/edit5326",
		"status": "closed"
	},
	"EDIT5327": {
		"type": "editorial",
		"title": "[allocator.requirements.general] Dismantle requirements table",
		"long_link": "https://github.com/cplusplus/draft/pull/5327",
		"link": "https://wg21.link/edit5327",
		"status": "closed"
	},
	"EDIT5328": {
		"type": "editorial",
		"title": "[range.utility.conv.general] Should `reservable-container` and `container-insertable` be concepts?",
		"long_link": "https://github.com/cplusplus/draft/issues/5328",
		"link": "https://wg21.link/edit5328",
		"status": "closed"
	},
	"EDIT5329": {
		"type": "editorial",
		"title": "[range.chunk.outer.value] Fix unformatted dereference operator",
		"long_link": "https://github.com/cplusplus/draft/pull/5329",
		"link": "https://wg21.link/edit5329",
		"status": "closed"
	},
	"EDIT5330": {
		"type": "editorial",
		"title": "[diff.expr][diff.dcl] Features removed in C99 are still mentioned",
		"long_link": "https://github.com/cplusplus/draft/issues/5330",
		"link": "https://wg21.link/edit5330",
		"status": "open"
	},
	"EDIT5331": {
		"type": "editorial",
		"title": "[range.adjacent.transform.iterator] Fix template parameter typo",
		"long_link": "https://github.com/cplusplus/draft/pull/5331",
		"link": "https://wg21.link/edit5331",
		"status": "closed"
	},
	"EDIT5332": {
		"type": "editorial",
		"title": "[expr.const] Add cross-reference for construct_at",
		"long_link": "https://github.com/cplusplus/draft/pull/5332",
		"link": "https://wg21.link/edit5332",
		"status": "closed"
	},
	"EDIT5333": {
		"type": "editorial",
		"title": "[range.utility.conv.general] Add missing template parameter to container_inserter",
		"long_link": "https://github.com/cplusplus/draft/pull/5333",
		"link": "https://wg21.link/edit5333",
		"status": "closed"
	},
	"EDIT5334": {
		"type": "editorial",
		"title": "[container.rev.reqmts] p16+ are not \"reversible container requirements\"",
		"long_link": "https://github.com/cplusplus/draft/issues/5334",
		"link": "https://wg21.link/edit5334",
		"status": "open"
	},
	"EDIT5335": {
		"type": "editorial",
		"title": "[class.compare.secondary] The extent to which \"The defaulted operator function is not considered\" applies CWG2546",
		"long_link": "https://github.com/cplusplus/draft/issues/5335",
		"link": "https://wg21.link/edit5335",
		"status": "open"
	},
	"EDIT5336": {
		"type": "editorial",
		"title": "[class.compare.default] p1 The condition of implicitly defining a defaulted comparison operator function CWG2546",
		"long_link": "https://github.com/cplusplus/draft/issues/5336",
		"link": "https://wg21.link/edit5336",
		"status": "open"
	},
	"EDIT5337": {
		"type": "editorial",
		"title": "[dcl.fct.def.default] Restrictions on what comparison operator function can be explicitly defaulted CWG2547",
		"long_link": "https://github.com/cplusplus/draft/issues/5337",
		"link": "https://wg21.link/edit5337",
		"status": "open"
	},
	"EDIT5338": {
		"type": "editorial",
		"title": "[class.spaceship] lacks to specify the behavior if the defined expression for synthesized three-way comparison is ill-formed",
		"long_link": "https://github.com/cplusplus/draft/issues/5338",
		"link": "https://wg21.link/edit5338",
		"status": "open"
	},
	"EDIT5339": {
		"type": "editorial",
		"title": "A subobject is contained by another object rather than by a type",
		"long_link": "https://github.com/cplusplus/draft/issues/5339",
		"link": "https://wg21.link/edit5339",
		"status": "open"
	},
	"EDIT5340": {
		"type": "editorial",
		"title": "[temp.deduct.call] p1 The comment for a function parameter pack is conflict",
		"long_link": "https://github.com/cplusplus/draft/issues/5340",
		"link": "https://wg21.link/edit5340",
		"status": "open"
	},
	"EDIT5341": {
		"type": "editorial",
		"title": "[temp.arg.explicit] p5 Explicitly specified template arguments can enforce to use the template",
		"long_link": "https://github.com/cplusplus/draft/issues/5341",
		"link": "https://wg21.link/edit5341",
		"status": "closed"
	},
	"EDIT5342": {
		"type": "editorial",
		"title": "[dcl.type.decltype] p1 What is the entity named by E when E is a class member access",
		"long_link": "https://github.com/cplusplus/draft/issues/5342",
		"link": "https://wg21.link/edit5342",
		"status": "open"
	},
	"EDIT5343": {
		"type": "editorial",
		"title": "[temp.deduct.type] p4  Template parameter pack is only used in non-deduced context",
		"long_link": "https://github.com/cplusplus/draft/issues/5343",
		"link": "https://wg21.link/edit5343",
		"status": "open"
	},
	"EDIT5344": {
		"type": "editorial",
		"title": "[temp.deduct.general] p1 What are these necessary template arguments when referring to a function template specialization",
		"long_link": "https://github.com/cplusplus/draft/issues/5344",
		"link": "https://wg21.link/edit5344",
		"status": "open"
	},
	"EDIT5345": {
		"type": "editorial",
		"title": "The grammar template-name component has a narrow definition",
		"long_link": "https://github.com/cplusplus/draft/issues/5345",
		"link": "https://wg21.link/edit5345",
		"status": "open"
	},
	"EDIT5346": {
		"type": "editorial",
		"title": "The definition of what entity denoted by a qualified-id is not clear",
		"long_link": "https://github.com/cplusplus/draft/issues/5346",
		"link": "https://wg21.link/edit5346",
		"status": "open"
	},
	"EDIT5347": {
		"type": "editorial",
		"title": "Inconsistent \"default\"s in allocator requirements tables",
		"long_link": "https://github.com/cplusplus/draft/issues/5347",
		"link": "https://wg21.link/edit5347",
		"status": "open"
	},
	"EDIT5348": {
		"type": "editorial",
		"title": "Preexisting: These probably needs to be more than just derived. Like \"a type with a base characteristic ([meta.rqmts]) of `bool_constant<`_`B`_`>`\".",
		"long_link": "https://github.com/cplusplus/draft/issues/5348",
		"link": "https://wg21.link/edit5348",
		"status": "open"
	},
	"EDIT5349": {
		"type": "editorial",
		"title": "How many objects or references are associated with a block variable with static storage duration(in multi-thread)?",
		"long_link": "https://github.com/cplusplus/draft/issues/5349",
		"link": "https://wg21.link/edit5349",
		"status": "open"
	},
	"EDIT5350": {
		"type": "editorial",
		"title": "[Editoral] Typo on home page",
		"long_link": "https://github.com/cplusplus/draft/issues/5350",
		"link": "https://wg21.link/edit5350",
		"status": "closed"
	},
	"EDIT5351": {
		"type": "editorial",
		"title": "[basic.lookup] lookup context vs. cv-qualified that type",
		"long_link": "https://github.com/cplusplus/draft/issues/5351",
		"link": "https://wg21.link/edit5351",
		"status": "open"
	},
	"EDIT5352": {
		"type": "editorial",
		"title": "[class.temporary] p6.6 \"glvalue operand\" is misleading",
		"long_link": "https://github.com/cplusplus/draft/issues/5352",
		"link": "https://wg21.link/edit5352",
		"status": "open"
	},
	"EDIT5353": {
		"type": "editorial",
		"title": "Improve the definition of the brace elision of aggregate initialization",
		"long_link": "https://github.com/cplusplus/draft/issues/5353",
		"link": "https://wg21.link/edit5353",
		"status": "open"
	},
	"EDIT5354": {
		"type": "editorial",
		"title": "The range of representable values of compound types",
		"long_link": "https://github.com/cplusplus/draft/issues/5354",
		"link": "https://wg21.link/edit5354",
		"status": "closed"
	},
	"EDIT5355": {
		"type": "editorial",
		"title": "[expr.const.cast] Use \"shall\" to impose the requirement",
		"long_link": "https://github.com/cplusplus/draft/issues/5355",
		"link": "https://wg21.link/edit5355",
		"status": "open"
	},
	"EDIT5356": {
		"type": "editorial",
		"title": "[basic.compound] p4 What the definition of whether two objects are the same",
		"long_link": "https://github.com/cplusplus/draft/issues/5356",
		"link": "https://wg21.link/edit5356",
		"status": "open"
	},
	"EDIT5357": {
		"type": "editorial",
		"title": "[expr.cast] Clarify ambiguous static_cast/const_cast",
		"long_link": "https://github.com/cplusplus/draft/pull/5357",
		"link": "https://wg21.link/edit5357",
		"status": "open"
	},
	"EDIT5358": {
		"type": "editorial",
		"title": "[conv.qual] Improvement and supply the omitted result",
		"long_link": "https://github.com/cplusplus/draft/issues/5358",
		"link": "https://wg21.link/edit5358",
		"status": "open"
	},
	"EDIT5359": {
		"type": "editorial",
		"title": "[range.adjacent.transform.iterator] Fix wrong template parameter in adjacent_transform_view::iterator",
		"long_link": "https://github.com/cplusplus/draft/pull/5359",
		"link": "https://wg21.link/edit5359",
		"status": "closed"
	},
	"EDIT5360": {
		"type": "editorial",
		"title": "[expected.unexpected] Rearrange std::unexpected",
		"long_link": "https://github.com/cplusplus/draft/pull/5360",
		"link": "https://wg21.link/edit5360",
		"status": "open"
	},
	"EDIT5361": {
		"type": "editorial",
		"title": "[over.match.funcs.general] p4 direct member vs. member for defining the type of implicit object parameter",
		"long_link": "https://github.com/cplusplus/draft/issues/5361",
		"link": "https://wg21.link/edit5361",
		"status": "open"
	},
	"EDIT5362": {
		"type": "editorial",
		"title": "[spanstream.syn] doesn't mention `swap()` overloads",
		"long_link": "https://github.com/cplusplus/draft/issues/5362",
		"link": "https://wg21.link/edit5362",
		"status": "closed"
	},
	"EDIT5363": {
		"type": "editorial",
		"title": "[spanbuf] should be titled \"Class template `basic_spanbuf`\"",
		"long_link": "https://github.com/cplusplus/draft/issues/5363",
		"link": "https://wg21.link/edit5363",
		"status": "closed"
	},
	"EDIT5364": {
		"type": "editorial",
		"title": "[over.match.funcs.general] p5 user-defined conversions sequence are not considered for object parameter CWG2557",
		"long_link": "https://github.com/cplusplus/draft/issues/5364",
		"link": "https://wg21.link/edit5364",
		"status": "open"
	},
	"EDIT5365": {
		"type": "editorial",
		"title": "[spanbuf] Fix template name in subclause heading",
		"long_link": "https://github.com/cplusplus/draft/pull/5365",
		"link": "https://wg21.link/edit5365",
		"status": "closed"
	},
	"EDIT5366": {
		"type": "editorial",
		"title": "[span.streams] Move non-member swaps to header synopsis",
		"long_link": "https://github.com/cplusplus/draft/pull/5366",
		"link": "https://wg21.link/edit5366",
		"status": "closed"
	},
	"EDIT5367": {
		"type": "editorial",
		"title": "[intro.refs] Add UAX#29 to normative references",
		"long_link": "https://github.com/cplusplus/draft/issues/5367",
		"link": "https://wg21.link/edit5367",
		"status": "closed"
	},
	"EDIT5368": {
		"type": "editorial",
		"title": "P2071R2 Named universal character escapes",
		"long_link": "https://github.com/cplusplus/draft/pull/5368",
		"link": "https://wg21.link/edit5368",
		"status": "open"
	},
	"EDIT5369": {
		"type": "editorial",
		"title": "[over.best.ics.general] The type of parameter is unclear",
		"long_link": "https://github.com/cplusplus/draft/issues/5369",
		"link": "https://wg21.link/edit5369",
		"status": "open"
	},
	"EDIT5370": {
		"type": "editorial",
		"title": "[lex.name] Remove extra vertical space in grammar",
		"long_link": "https://github.com/cplusplus/draft/pull/5370",
		"link": "https://wg21.link/edit5370",
		"status": "closed"
	},
	"EDIT5371": {
		"type": "editorial",
		"title": "[over.best.ics.general] The wording about implicit conversion sequence is inconsistent",
		"long_link": "https://github.com/cplusplus/draft/issues/5371",
		"link": "https://wg21.link/edit5371",
		"status": "open"
	},
	"EDIT5372": {
		"type": "editorial",
		"title": "[temp.arg.template] p4 Saying PP is an id-expression has a wrong assumption",
		"long_link": "https://github.com/cplusplus/draft/issues/5372",
		"link": "https://wg21.link/edit5372",
		"status": "open"
	},
	"EDIT5373": {
		"type": "editorial",
		"title": "[stacktrace.syn] should depict `<stacktrace>` including `<compare>`",
		"long_link": "https://github.com/cplusplus/draft/issues/5373",
		"link": "https://wg21.link/edit5373",
		"status": "closed"
	},
	"EDIT5374": {
		"type": "editorial",
		"title": "[stacktrace.syn] Add '#include <compare>'",
		"long_link": "https://github.com/cplusplus/draft/pull/5374",
		"link": "https://wg21.link/edit5374",
		"status": "closed"
	},
	"EDIT5375": {
		"type": "editorial",
		"title": "[alg.min.max] hasn't been updated when LWG3180 has been applied",
		"long_link": "https://github.com/cplusplus/draft/issues/5375",
		"link": "https://wg21.link/edit5375",
		"status": "closed"
	},
	"EDIT5376": {
		"type": "editorial",
		"title": "[alg.min.max] Consistently specify `ranges::minmax_element` with `ranges::minmax_element_result`",
		"long_link": "https://github.com/cplusplus/draft/pull/5376",
		"link": "https://wg21.link/edit5376",
		"status": "closed"
	},
	"EDIT5377": {
		"type": "editorial",
		"title": "[intro.progress] Does p1 conditionally introduce a kind of undefined behavior?",
		"long_link": "https://github.com/cplusplus/draft/issues/5377",
		"link": "https://wg21.link/edit5377",
		"status": "open"
	},
	"EDIT5378": {
		"type": "editorial",
		"title": "nodiscard of allocate_at_least misses a closing bracket",
		"long_link": "https://github.com/cplusplus/draft/issues/5378",
		"link": "https://wg21.link/edit5378",
		"status": "closed"
	},
	"EDIT5379": {
		"type": "editorial",
		"title": "[memory.syn] Add missing closing bracket for attribute",
		"long_link": "https://github.com/cplusplus/draft/pull/5379",
		"link": "https://wg21.link/edit5379",
		"status": "closed"
	},
	"EDIT5380": {
		"type": "editorial",
		"title": "[expected.object.general] Remove explicit(see below) for expected copy/move constructor",
		"long_link": "https://github.com/cplusplus/draft/pull/5380",
		"link": "https://wg21.link/edit5380",
		"status": "open"
	},
	"EDIT5381": {
		"type": "editorial",
		"title": "[expected.object.general] Add missing noexcept for expected::error()",
		"long_link": "https://github.com/cplusplus/draft/pull/5381",
		"link": "https://wg21.link/edit5381",
		"status": "open"
	},
	"EDIT5382": {
		"type": "editorial",
		"title": "[range.utility.conv.general] Add missing constexpr for container-inserter",
		"long_link": "https://github.com/cplusplus/draft/pull/5382",
		"link": "https://wg21.link/edit5382",
		"status": "open"
	},
	"EDIT5383": {
		"type": "editorial",
		"title": "[range.adaptors] Make the prints message format consistent",
		"long_link": "https://github.com/cplusplus/draft/pull/5383",
		"link": "https://wg21.link/edit5383",
		"status": "closed"
	},
	"EDIT5384": {
		"type": "editorial",
		"title": "LWG3687. `expected<cv void, E>` move constructor should move",
		"long_link": "https://github.com/cplusplus/draft/pull/5384",
		"link": "https://wg21.link/edit5384",
		"status": "closed"
	},
	"EDIT5385": {
		"type": "editorial",
		"title": "[atomics.syn] doesn't depict `memory_order_meow`",
		"long_link": "https://github.com/cplusplus/draft/issues/5385",
		"link": "https://wg21.link/edit5385",
		"status": "open"
	},
	"EDIT5386": {
		"type": "editorial",
		"title": "[allocator.requirements.general] Specify all member types with `typename`",
		"long_link": "https://github.com/cplusplus/draft/pull/5386",
		"link": "https://wg21.link/edit5386",
		"status": "closed"
	},
	"EDIT5387": {
		"type": "editorial",
		"title": "[class.member.lookup] p7 Whether two conversion function (template)s correspond?",
		"long_link": "https://github.com/cplusplus/draft/issues/5387",
		"link": "https://wg21.link/edit5387",
		"status": "closed"
	},
	"EDIT5388": {
		"type": "editorial",
		"title": "[temp.over.link] types involving template parameters are not expressions",
		"long_link": "https://github.com/cplusplus/draft/issues/5388",
		"link": "https://wg21.link/edit5388",
		"status": "open"
	},
	"EDIT5389": {
		"type": "editorial",
		"title": "[temp.constr.normal] The obscure(contradictory) of the normalization of a concept-id",
		"long_link": "https://github.com/cplusplus/draft/issues/5389",
		"link": "https://wg21.link/edit5389",
		"status": "open"
	},
	"EDIT5390": {
		"type": "editorial",
		"title": "[expr.new] p26 Is the matching deallocation function guaranteed to be invoked when no matching handler can be found? CWG2566",
		"long_link": "https://github.com/cplusplus/draft/issues/5390",
		"link": "https://wg21.link/edit5390",
		"status": "open"
	},
	"EDIT5391": {
		"type": "editorial",
		"title": "[class] \"class lattice\" is never clearly defined",
		"long_link": "https://github.com/cplusplus/draft/issues/5391",
		"link": "https://wg21.link/edit5391",
		"status": "open"
	},
	"EDIT5392": {
		"type": "editorial",
		"title": "[expr.static.cast] p10 Circular definition of explicitly converting an integer value to enumeration type",
		"long_link": "https://github.com/cplusplus/draft/issues/5392",
		"link": "https://wg21.link/edit5392",
		"status": "open"
	},
	"EDIT5393": {
		"type": "editorial",
		"title": "[cpp.pre] p1 directive-introducing token is immediately followed by a whitespace",
		"long_link": "https://github.com/cplusplus/draft/issues/5393",
		"link": "https://wg21.link/edit5393",
		"status": "open"
	},
	"EDIT5394": {
		"type": "editorial",
		"title": "[temp.constr.normal]: Missing trailing semicolon after concept definition",
		"long_link": "https://github.com/cplusplus/draft/issues/5394",
		"link": "https://wg21.link/edit5394",
		"status": "closed"
	},
	"EDIT5395": {
		"type": "editorial",
		"title": "Update templates.tex",
		"long_link": "https://github.com/cplusplus/draft/pull/5395",
		"link": "https://wg21.link/edit5395",
		"status": "closed"
	},
	"EDIT5396": {
		"type": "editorial",
		"title": "Fix placement of namespace-scope declarations",
		"long_link": "https://github.com/cplusplus/draft/pull/5396",
		"link": "https://wg21.link/edit5396",
		"status": "open"
	},
	"EDIT5397": {
		"type": "editorial",
		"title": "[string.view.deduct] Move to immediately after [string.view.cons]",
		"long_link": "https://github.com/cplusplus/draft/pull/5397",
		"link": "https://wg21.link/edit5397",
		"status": "closed"
	},
	"EDIT5398": {
		"type": "editorial",
		"title": "[expr.shift] p1 What is the promoted type of a source type to which integral promotion does not apply?",
		"long_link": "https://github.com/cplusplus/draft/issues/5398",
		"link": "https://wg21.link/edit5398",
		"status": "open"
	},
	"EDIT5399": {
		"type": "editorial",
		"title": "[expr.call] Clarify the value of this",
		"long_link": "https://github.com/cplusplus/draft/pull/5399",
		"link": "https://wg21.link/edit5399",
		"status": "open"
	},
	"EDIT5400": {
		"type": "editorial",
		"title": "[expr.prim.lambda.closure] p3 What is the return type of a function call operator(template) if trailing-return-type is omitted?",
		"long_link": "https://github.com/cplusplus/draft/issues/5400",
		"link": "https://wg21.link/edit5400",
		"status": "closed"
	},
	"EDIT5401": {
		"type": "editorial",
		"title": "[over.match.oper] p2 It seems that p2 omits the function call operator",
		"long_link": "https://github.com/cplusplus/draft/issues/5401",
		"link": "https://wg21.link/edit5401",
		"status": "closed"
	},
	"EDIT5402": {
		"type": "editorial",
		"title": "[depr.tuple],[depr.variant] Use struct class-key consistently",
		"long_link": "https://github.com/cplusplus/draft/pull/5402",
		"link": "https://wg21.link/edit5402",
		"status": "closed"
	},
	"EDIT5403": {
		"type": "editorial",
		"title": "[expected] Use `unex` as exposition-only name for all unexpected values",
		"long_link": "https://github.com/cplusplus/draft/pull/5403",
		"link": "https://wg21.link/edit5403",
		"status": "open"
	},
	"EDIT5404": {
		"type": "editorial",
		"title": "[class.access.base] p5 Whether the base-specifier-list of a derived class is a point R where protected member is accessible? CWG372",
		"long_link": "https://github.com/cplusplus/draft/issues/5404",
		"link": "https://wg21.link/edit5404",
		"status": "open"
	},
	"EDIT5405": {
		"type": "editorial",
		"title": "[expr.prim.lambda.general] Clarify deduced lambda return type",
		"long_link": "https://github.com/cplusplus/draft/pull/5405",
		"link": "https://wg21.link/edit5405",
		"status": "closed"
	},
	"EDIT5406": {
		"type": "editorial",
		"title": "[basic.def.odr] p10 What does function definition scope mean in this current draft?",
		"long_link": "https://github.com/cplusplus/draft/issues/5406",
		"link": "https://wg21.link/edit5406",
		"status": "open"
	},
	"EDIT5407": {
		"type": "editorial",
		"title": "[expr] It is underspecified when evaluating an operation whose operands have values designated NaN ",
		"long_link": "https://github.com/cplusplus/draft/issues/5407",
		"link": "https://wg21.link/edit5407",
		"status": "closed"
	},
	"EDIT5408": {
		"type": "editorial",
		"title": "[iterator.concept.readable] remove obsolete Note",
		"long_link": "https://github.com/cplusplus/draft/pull/5408",
		"link": "https://wg21.link/edit5408",
		"status": "closed"
	},
	"EDIT5409": {
		"type": "editorial",
		"title": "[associative] Add \"i.e.\" in front of explanation",
		"long_link": "https://github.com/cplusplus/draft/pull/5409",
		"link": "https://wg21.link/edit5409",
		"status": "open"
	},
	"EDIT5410": {
		"type": "editorial",
		"title": "[lex.ccon] A typo for \"'\" in table 10 ",
		"long_link": "https://github.com/cplusplus/draft/issues/5410",
		"link": "https://wg21.link/edit5410",
		"status": "closed"
	},
	"EDIT5411": {
		"type": "editorial",
		"title": "Fix the typo for \"apostrohpe\"",
		"long_link": "https://github.com/cplusplus/draft/pull/5411",
		"link": "https://wg21.link/edit5411",
		"status": "closed"
	},
	"EDIT5412": {
		"type": "editorial",
		"title": "Fix the typo for \"apostrohpe\"",
		"long_link": "https://github.com/cplusplus/draft/pull/5412",
		"link": "https://wg21.link/edit5412",
		"status": "closed"
	},
	"EDIT5413": {
		"type": "editorial",
		"title": "[except.pre] Reword \"shall not be used to\" avoiding question of actual \"use\"",
		"long_link": "https://github.com/cplusplus/draft/pull/5413",
		"link": "https://wg21.link/edit5413",
		"status": "open"
	},
	"EDIT5414": {
		"type": "editorial",
		"title": "[range.utility.conv.general] Strike extraneous semicolon",
		"long_link": "https://github.com/cplusplus/draft/pull/5414",
		"link": "https://wg21.link/edit5414",
		"status": "closed"
	},
	"EDIT5415": {
		"type": "editorial",
		"title": "[expr.call] The result type of a function call and the value category relying on it",
		"long_link": "https://github.com/cplusplus/draft/issues/5415",
		"link": "https://wg21.link/edit5415",
		"status": "open"
	},
	"EDIT5416": {
		"type": "editorial",
		"title": "[optional.ctor], [expected.object.ctor] Add converts-from-any-cvref",
		"long_link": "https://github.com/cplusplus/draft/pull/5416",
		"link": "https://wg21.link/edit5416",
		"status": "open"
	},
	"EDIT5417": {
		"type": "editorial",
		"title": "Where to get the C++98 and C++03 drafts?",
		"long_link": "https://github.com/cplusplus/draft/issues/5417",
		"link": "https://wg21.link/edit5417",
		"status": "closed"
	},
	"EDIT5418": {
		"type": "editorial",
		"title": "[class.access] Remove dangling Note",
		"long_link": "https://github.com/cplusplus/draft/pull/5418",
		"link": "https://wg21.link/edit5418",
		"status": "closed"
	},
	"EDIT5419": {
		"type": "editorial",
		"title": "[ranges.syn] remove trailing `-> see below` return type from three `t…",
		"long_link": "https://github.com/cplusplus/draft/pull/5419",
		"link": "https://wg21.link/edit5419",
		"status": "closed"
	},
	"EDIT5420": {
		"type": "editorial",
		"title": "[dcl.fct] p6 Does it make sense that a constructor can have an explicit object parameter?",
		"long_link": "https://github.com/cplusplus/draft/issues/5420",
		"link": "https://wg21.link/edit5420",
		"status": "open"
	},
	"EDIT5421": {
		"type": "editorial",
		"title": "[class.dtor] p1 Make the requirement of a prospective destructor to be accurate.",
		"long_link": "https://github.com/cplusplus/draft/issues/5421",
		"link": "https://wg21.link/edit5421",
		"status": "open"
	},
	"EDIT5422": {
		"type": "editorial",
		"title": "[dcl.constexpr] Uninitialized non-static data members of fundamental type CWG2558",
		"long_link": "https://github.com/cplusplus/draft/issues/5422",
		"link": "https://wg21.link/edit5422",
		"status": "open"
	},
	"EDIT5423": {
		"type": "editorial",
		"title": "[expr.const] p5.14 The rule about lambda-expression in a core constant expression is not clear",
		"long_link": "https://github.com/cplusplus/draft/issues/5423",
		"link": "https://wg21.link/edit5423",
		"status": "open"
	},
	"EDIT5424": {
		"type": "editorial",
		"title": "[expected.object.general, expected.void.general] copy and move constr…",
		"long_link": "https://github.com/cplusplus/draft/pull/5424",
		"link": "https://wg21.link/edit5424",
		"status": "closed"
	},
	"EDIT5425": {
		"type": "editorial",
		"title": "[intro.execution] p3 Is an operand applied with (built-in)conversions not a subexpression of an operation E? ",
		"long_link": "https://github.com/cplusplus/draft/issues/5425",
		"link": "https://wg21.link/edit5425",
		"status": "open"
	},
	"EDIT5426": {
		"type": "editorial",
		"title": "[dcl.constexpr] p6 Relax the condition for a constexpr function that could be well-formed",
		"long_link": "https://github.com/cplusplus/draft/issues/5426",
		"link": "https://wg21.link/edit5426",
		"status": "open"
	},
	"EDIT5427": {
		"type": "editorial",
		"title": "Consider exposition-only helper for T(*)[] is convertible to U(*)[]",
		"long_link": "https://github.com/cplusplus/draft/issues/5427",
		"link": "https://wg21.link/edit5427",
		"status": "open"
	},
	"EDIT5428": {
		"type": "editorial",
		"title": "Wholesale list of issues (with suggested fixes), as found in ISO14882:2020",
		"long_link": "https://github.com/cplusplus/draft/issues/5428",
		"link": "https://wg21.link/edit5428",
		"status": "open"
	},
	"EDIT5429": {
		"type": "editorial",
		"title": "[cons.slice] lists undeclared copy constructor",
		"long_link": "https://github.com/cplusplus/draft/issues/5429",
		"link": "https://wg21.link/edit5429",
		"status": "closed"
	},
	"EDIT5430": {
		"type": "editorial",
		"title": "[thread.lock.unique.cons] should use nullptr",
		"long_link": "https://github.com/cplusplus/draft/issues/5430",
		"link": "https://wg21.link/edit5430",
		"status": "closed"
	},
	"EDIT5431": {
		"type": "editorial",
		"title": "[syncstream.osyncstream.cons] refers to undefined `os`",
		"long_link": "https://github.com/cplusplus/draft/issues/5431",
		"link": "https://wg21.link/edit5431",
		"status": "closed"
	},
	"EDIT5432": {
		"type": "editorial",
		"title": "[ostream.inserters.arithmetic] Missing itemdecl return types",
		"long_link": "https://github.com/cplusplus/draft/issues/5432",
		"link": "https://wg21.link/edit5432",
		"status": "closed"
	},
	"EDIT5433": {
		"type": "editorial",
		"title": "[over.match.best.general] example 7 should use 'c'",
		"long_link": "https://github.com/cplusplus/draft/issues/5433",
		"link": "https://wg21.link/edit5433",
		"status": "closed"
	},
	"EDIT5434": {
		"type": "editorial",
		"title": "[streambuf.virt.get] should use \"increments\"",
		"long_link": "https://github.com/cplusplus/draft/issues/5434",
		"link": "https://wg21.link/edit5434",
		"status": "closed"
	},
	"EDIT5435": {
		"type": "editorial",
		"title": "[thread.sema.cnt] missing parens on function call expression",
		"long_link": "https://github.com/cplusplus/draft/issues/5435",
		"link": "https://wg21.link/edit5435",
		"status": "closed"
	},
	"EDIT5436": {
		"type": "editorial",
		"title": "[thread.lock.unique.locking] confusion between function calls and names",
		"long_link": "https://github.com/cplusplus/draft/issues/5436",
		"link": "https://wg21.link/edit5436",
		"status": "open"
	},
	"EDIT5437": {
		"type": "editorial",
		"title": "[stringbuf.virtuals] missing 'override' for setbuf",
		"long_link": "https://github.com/cplusplus/draft/issues/5437",
		"link": "https://wg21.link/edit5437",
		"status": "closed"
	},
	"EDIT5438": {
		"type": "editorial",
		"title": "Minor fixes related to issue 5428",
		"long_link": "https://github.com/cplusplus/draft/pull/5438",
		"link": "https://wg21.link/edit5438",
		"status": "closed"
	},
	"EDIT5439": {
		"type": "editorial",
		"title": "[namespace.udecl] How to consider the properties of an object parameter in the context other than overload resolution",
		"long_link": "https://github.com/cplusplus/draft/issues/5439",
		"link": "https://wg21.link/edit5439",
		"status": "open"
	},
	"EDIT5440": {
		"type": "editorial",
		"title": "[namespace.udecl] p4 The member function of a base class cannot have the signature of the one of a derived class",
		"long_link": "https://github.com/cplusplus/draft/issues/5440",
		"link": "https://wg21.link/edit5440",
		"status": "open"
	},
	"EDIT5441": {
		"type": "editorial",
		"title": "[range.transform.iterator] Add some missing \\exposid",
		"long_link": "https://github.com/cplusplus/draft/pull/5441",
		"link": "https://wg21.link/edit5441",
		"status": "closed"
	},
	"EDIT5442": {
		"type": "editorial",
		"title": "[stringbuf.virtuals] Add missing 'override' for setbuf",
		"long_link": "https://github.com/cplusplus/draft/pull/5442",
		"link": "https://wg21.link/edit5442",
		"status": "closed"
	},
	"EDIT5443": {
		"type": "editorial",
		"title": "[thread.sema.cnt] Add missing parentheses on function call expression",
		"long_link": "https://github.com/cplusplus/draft/pull/5443",
		"link": "https://wg21.link/edit5443",
		"status": "closed"
	},
	"EDIT5444": {
		"type": "editorial",
		"title": "[cons.slice] Add copy constructor for 'slice' to synopsis",
		"long_link": "https://github.com/cplusplus/draft/pull/5444",
		"link": "https://wg21.link/edit5444",
		"status": "closed"
	},
	"EDIT5445": {
		"type": "editorial",
		"title": "[syncstream.osyncstream.cons] Fix use of parameter name",
		"long_link": "https://github.com/cplusplus/draft/pull/5445",
		"link": "https://wg21.link/edit5445",
		"status": "closed"
	},
	"EDIT5446": {
		"type": "editorial",
		"title": "[over.match.best.general] Fix typo in example",
		"long_link": "https://github.com/cplusplus/draft/pull/5446",
		"link": "https://wg21.link/edit5446",
		"status": "closed"
	},
	"EDIT5447": {
		"type": "editorial",
		"title": "[over.match.ctor] Default-initialization and its argument list",
		"long_link": "https://github.com/cplusplus/draft/issues/5447",
		"link": "https://wg21.link/edit5447",
		"status": "open"
	},
	"EDIT5448": {
		"type": "editorial",
		"title": "[namespace.udecl] Lack a sufficient rule to specify using-declaration cannot refer to a destructor",
		"long_link": "https://github.com/cplusplus/draft/issues/5448",
		"link": "https://wg21.link/edit5448",
		"status": "open"
	},
	"EDIT5449": {
		"type": "editorial",
		"title": "[expr.prim.id.unqual] What id-expression denotes a destructor?",
		"long_link": "https://github.com/cplusplus/draft/issues/5449",
		"link": "https://wg21.link/edit5449",
		"status": "open"
	},
	"EDIT5450": {
		"type": "editorial",
		"title": "[class.copy.ctor] Clarify the value category of the initializer in the implicit defined function",
		"long_link": "https://github.com/cplusplus/draft/issues/5450",
		"link": "https://wg21.link/edit5450",
		"status": "open"
	},
	"EDIT5451": {
		"type": "editorial",
		"title": "Fix typos",
		"long_link": "https://github.com/cplusplus/draft/pull/5451",
		"link": "https://wg21.link/edit5451",
		"status": "closed"
	},
	"EDIT5452": {
		"type": "editorial",
		"title": "[class.copy.ctor] p6 The implicitly declared function does declare the function",
		"long_link": "https://github.com/cplusplus/draft/issues/5452",
		"link": "https://wg21.link/edit5452",
		"status": "open"
	},
	"EDIT5453": {
		"type": "editorial",
		"title": "[temp.deduct] The substitution in deduction process that results failure should also apply to class templates CWG2054",
		"long_link": "https://github.com/cplusplus/draft/issues/5453",
		"link": "https://wg21.link/edit5453",
		"status": "open"
	},
	"EDIT5454": {
		"type": "editorial",
		"title": "[temp.deduct.partial] The unclear points in partial ordering for function/class templates",
		"long_link": "https://github.com/cplusplus/draft/issues/5454",
		"link": "https://wg21.link/edit5454",
		"status": "open"
	},
	"EDIT5455": {
		"type": "editorial",
		"title": "[range.join.with.iterator] Add missing 'template' keyword prior to dependent template name 'emplace'",
		"long_link": "https://github.com/cplusplus/draft/pull/5455",
		"link": "https://wg21.link/edit5455",
		"status": "open"
	},
	"EDIT5456": {
		"type": "editorial",
		"title": "[dcl.fct.def.default] p2 The expression of tense ",
		"long_link": "https://github.com/cplusplus/draft/issues/5456",
		"link": "https://wg21.link/edit5456",
		"status": "open"
	},
	"EDIT5457": {
		"type": "editorial",
		"title": "[temp.arg.nontype] Clarify the grammar meaning of template non-type argument",
		"long_link": "https://github.com/cplusplus/draft/issues/5457",
		"link": "https://wg21.link/edit5457",
		"status": "open"
	},
	"EDIT5458": {
		"type": "editorial",
		"title": "[basic.def.odr] How is a default argument considered as a definition? ",
		"long_link": "https://github.com/cplusplus/draft/issues/5458",
		"link": "https://wg21.link/edit5458",
		"status": "open"
	},
	"EDIT5459": {
		"type": "editorial",
		"title": "[temp.names] p9 The process of the parameter mapping is omitted",
		"long_link": "https://github.com/cplusplus/draft/issues/5459",
		"link": "https://wg21.link/edit5459",
		"status": "open"
	},
	"EDIT5460": {
		"type": "editorial",
		"title": "[expr.prim.req] What is the kind of constraints introduced by requires expressions",
		"long_link": "https://github.com/cplusplus/draft/issues/5460",
		"link": "https://wg21.link/edit5460",
		"status": "open"
	},
	"EDIT5461": {
		"type": "editorial",
		"title": "[temp.constr.normal] p1.4 The implementations have a divergence for substitution in the normalization of a concept-id",
		"long_link": "https://github.com/cplusplus/draft/issues/5461",
		"link": "https://wg21.link/edit5461",
		"status": "open"
	},
	"EDIT5462": {
		"type": "editorial",
		"title": "[dcl.init.list p3.10 The prvalue mentioned in the initialization of the reference abruptly appears without any specification",
		"long_link": "https://github.com/cplusplus/draft/issues/5462",
		"link": "https://wg21.link/edit5462",
		"status": "open"
	},
	"EDIT5463": {
		"type": "editorial",
		"title": "[over.ics.list] p9 The cross-referenced subclause [over.ics.ref] does not touch an non-expression initializer ",
		"long_link": "https://github.com/cplusplus/draft/issues/5463",
		"link": "https://wg21.link/edit5463",
		"status": "open"
	},
	"EDIT5464": {
		"type": "editorial",
		"title": "[dcl.array] p8 A contradictory example and the rule should be improved",
		"long_link": "https://github.com/cplusplus/draft/issues/5464",
		"link": "https://wg21.link/edit5464",
		"status": "open"
	},
	"EDIT5465": {
		"type": "editorial",
		"title": "[module.global.frag] Global namespace has no declaration how could it be \"decl-reachable\" from a declaration?",
		"long_link": "https://github.com/cplusplus/draft/issues/5465",
		"link": "https://wg21.link/edit5465",
		"status": "open"
	},
	"EDIT5466": {
		"type": "editorial",
		"title": "[stacktrace.basic.nonmem] missing \\pnum in p2?",
		"long_link": "https://github.com/cplusplus/draft/issues/5466",
		"link": "https://wg21.link/edit5466",
		"status": "open"
	},
	"EDIT5467": {
		"type": "editorial",
		"title": "[stacktrace.basic.nonmem] Add missing \\pnum before \\recommended",
		"long_link": "https://github.com/cplusplus/draft/pull/5467",
		"link": "https://wg21.link/edit5467",
		"status": "open"
	},
	"EDIT5468": {
		"type": "editorial",
		"title": "[mem.poly.allocator.class.general] Specializations of `polymorphic_allocator` may need clarification",
		"long_link": "https://github.com/cplusplus/draft/issues/5468",
		"link": "https://wg21.link/edit5468",
		"status": "open"
	},
	"EDIT5469": {
		"type": "editorial",
		"title": "[range.join.with.view] Add missing libconcept",
		"long_link": "https://github.com/cplusplus/draft/pull/5469",
		"link": "https://wg21.link/edit5469",
		"status": "closed"
	},
	"EDIT5470": {
		"type": "editorial",
		"title": "[mem.poly.allocator.class.general] Clarify `polymorphic_allocator<void>` etc.",
		"long_link": "https://github.com/cplusplus/draft/pull/5470",
		"link": "https://wg21.link/edit5470",
		"status": "open"
	},
	"EDIT5471": {
		"type": "editorial",
		"title": "[basic.scope.temp] p2 Clarify the scope where D should have inhabited",
		"long_link": "https://github.com/cplusplus/draft/issues/5471",
		"link": "https://wg21.link/edit5471",
		"status": "open"
	},
	"EDIT5472": {
		"type": "editorial",
		"title": "[ratio.arithmetic] Add missing index entries",
		"long_link": "https://github.com/cplusplus/draft/pull/5472",
		"link": "https://wg21.link/edit5472",
		"status": "closed"
	},
	"EDIT5473": {
		"type": "editorial",
		"title": "[fs.path.generic.obs] and [fs.path.modifiers]p2, wording of `make_preferred` and `generic_*` is ambiguous",
		"long_link": "https://github.com/cplusplus/draft/issues/5473",
		"link": "https://wg21.link/edit5473",
		"status": "open"
	},
	"EDIT5474": {
		"type": "editorial",
		"title": "[range.join.view] Simplify `range_reference_t<V>` to `InnerRng`",
		"long_link": "https://github.com/cplusplus/draft/pull/5474",
		"link": "https://wg21.link/edit5474",
		"status": "closed"
	},
	"EDIT5475": {
		"type": "editorial",
		"title": "[over.oper.general] p7 Precedence is not a formal wording nor specified",
		"long_link": "https://github.com/cplusplus/draft/issues/5475",
		"link": "https://wg21.link/edit5475",
		"status": "open"
	},
	"EDIT5476": {
		"type": "editorial",
		"title": "[expr.call] The value computation of a function call and the evaluations of expressions within the function body are not specified",
		"long_link": "https://github.com/cplusplus/draft/issues/5476",
		"link": "https://wg21.link/edit5476",
		"status": "open"
	},
	"EDIT5477": {
		"type": "editorial",
		"title": "[intro.execution] p7 value computation vs. prvalue",
		"long_link": "https://github.com/cplusplus/draft/issues/5477",
		"link": "https://wg21.link/edit5477",
		"status": "open"
	},
	"EDIT5478": {
		"type": "editorial",
		"title": "[range.join.iterator, range.join.with.iterator] Add `InnerBase` and replace more `OuterIter/InnerIter`",
		"long_link": "https://github.com/cplusplus/draft/pull/5478",
		"link": "https://wg21.link/edit5478",
		"status": "open"
	},
	"EDIT5479": {
		"type": "editorial",
		"title": "[allocator.requirements.general] Consider changing Example 2",
		"long_link": "https://github.com/cplusplus/draft/issues/5479",
		"link": "https://wg21.link/edit5479",
		"status": "open"
	},
	"EDIT5480": {
		"type": "editorial",
		"title": "[temp.dep.expr] p3 How an id-expression that is a template-id is dependent?",
		"long_link": "https://github.com/cplusplus/draft/issues/5480",
		"link": "https://wg21.link/edit5480",
		"status": "open"
	},
	"EDIT5481": {
		"type": "editorial",
		"title": "[ranges] Consistent style for negated fold expressions in constraints",
		"long_link": "https://github.com/cplusplus/draft/issues/5481",
		"link": "https://wg21.link/edit5481",
		"status": "open"
	},
	"EDIT5482": {
		"type": "editorial",
		"title": "[allocator.requirements.general] Simplify `SimpleAllocator` with some new styles",
		"long_link": "https://github.com/cplusplus/draft/pull/5482",
		"link": "https://wg21.link/edit5482",
		"status": "open"
	},
	"EDIT5483": {
		"type": "editorial",
		"title": "[move.iter.cons] Add missing Returns clause",
		"long_link": "https://github.com/cplusplus/draft/pull/5483",
		"link": "https://wg21.link/edit5483",
		"status": "open"
	},
	"EDIT5484": {
		"type": "editorial",
		"title": "[range.chunk.by.view] Should the help function `find-next`/`find-prev` of `chunk_by_view` be `private`?",
		"long_link": "https://github.com/cplusplus/draft/issues/5484",
		"link": "https://wg21.link/edit5484",
		"status": "open"
	},
	"EDIT5485": {
		"type": "editorial",
		"title": "[expected.object.ctor] Use the injected class name to refer to the current instantiation",
		"long_link": "https://github.com/cplusplus/draft/pull/5485",
		"link": "https://wg21.link/edit5485",
		"status": "closed"
	},
	"EDIT5486": {
		"type": "editorial",
		"title": "The result of an expression is given different meanings between [basic.lval] and [expr.compound]",
		"long_link": "https://github.com/cplusplus/draft/issues/5486",
		"link": "https://wg21.link/edit5486",
		"status": "open"
	},
	"EDIT5487": {
		"type": "editorial",
		"title": "[expected.object.general] E should use code-font",
		"long_link": "https://github.com/cplusplus/draft/pull/5487",
		"link": "https://wg21.link/edit5487",
		"status": "closed"
	},
	"EDIT5488": {
		"type": "editorial",
		"title": "The comment of the example in [dcl.init.general] p16.6.1 is wrong",
		"long_link": "https://github.com/cplusplus/draft/issues/5488",
		"link": "https://wg21.link/edit5488",
		"status": "open"
	},
	"EDIT5489": {
		"type": "editorial",
		"title": "[dcl.init.general] Fix the informative description in 16.6.1 Example 2",
		"long_link": "https://github.com/cplusplus/draft/pull/5489",
		"link": "https://wg21.link/edit5489",
		"status": "open"
	},
	"EDIT5490": {
		"type": "editorial",
		"title": "The bound of considering the context of the copy-initialization",
		"long_link": "https://github.com/cplusplus/draft/issues/5490",
		"link": "https://wg21.link/edit5490",
		"status": "open"
	},
	"EDIT5491": {
		"type": "editorial",
		"title": "[class.ctor.general] p3 is made dangling by P1787",
		"long_link": "https://github.com/cplusplus/draft/issues/5491",
		"link": "https://wg21.link/edit5491",
		"status": "open"
	},
	"EDIT5492": {
		"type": "editorial",
		"title": "[range.chunk.fwd.iter] Fix unformatted semicolon",
		"long_link": "https://github.com/cplusplus/draft/pull/5492",
		"link": "https://wg21.link/edit5492",
		"status": "closed"
	},
	"EDIT5493": {
		"type": "editorial",
		"title": "[conv.mem] p2 should specify the complete conversion path",
		"long_link": "https://github.com/cplusplus/draft/issues/5493",
		"link": "https://wg21.link/edit5493",
		"status": "open"
	},
	"EDIT5494": {
		"type": "editorial",
		"title": "[range.chunk.overview], [range.chunk.by.overview] Fix inconsistent for loop format",
		"long_link": "https://github.com/cplusplus/draft/pull/5494",
		"link": "https://wg21.link/edit5494",
		"status": "closed"
	},
	"EDIT5495": {
		"type": "editorial",
		"title": "[dcl.fct]/22 An abbreviated function template is _functionally_ equivalent to a function template",
		"long_link": "https://github.com/cplusplus/draft/issues/5495",
		"link": "https://wg21.link/edit5495",
		"status": "open"
	},
	"EDIT5496": {
		"type": "editorial",
		"title": "[dcl.meaning.general] p3.3 The lookup for the declarator-id that is an identifier in the explicit instantiation or specialization for function template",
		"long_link": "https://github.com/cplusplus/draft/issues/5496",
		"link": "https://wg21.link/edit5496",
		"status": "open"
	},
	"EDIT5497": {
		"type": "editorial",
		"title": "[temp.expl.spec] p10 What if the declarator-id in an explicit specialization is not a template-id?",
		"long_link": "https://github.com/cplusplus/draft/issues/5497",
		"link": "https://wg21.link/edit5497",
		"status": "open"
	},
	"EDIT5498": {
		"type": "editorial",
		"title": "[range.chunk.by.view] Add missing exposition only comment",
		"long_link": "https://github.com/cplusplus/draft/pull/5498",
		"link": "https://wg21.link/edit5498",
		"status": "open"
	},
	"EDIT5499": {
		"type": "editorial",
		"title": "[ranges] Remove redundant `// exposition only` comments in itemdecl section",
		"long_link": "https://github.com/cplusplus/draft/pull/5499",
		"link": "https://wg21.link/edit5499",
		"status": "closed"
	},
	"EDIT5500": {
		"type": "editorial",
		"title": "[range.chunk.overview,range.slide.overview] Correct the italics of N/M in the overview",
		"long_link": "https://github.com/cplusplus/draft/pull/5500",
		"link": "https://wg21.link/edit5500",
		"status": "open"
	},
	"EDIT5501": {
		"type": "editorial",
		"title": "[tuple.cnstr] Remove bad escaping in codeblock",
		"long_link": "https://github.com/cplusplus/draft/pull/5501",
		"link": "https://wg21.link/edit5501",
		"status": "closed"
	},
	"EDIT5502": {
		"type": "editorial",
		"title": "[lex.pptoken] p2 Split the quotation characters into the corresponding terms",
		"long_link": "https://github.com/cplusplus/draft/issues/5502",
		"link": "https://wg21.link/edit5502",
		"status": "open"
	},
	"EDIT5503": {
		"type": "editorial",
		"title": "[stmt.dcl] p3 Improve the contradictory wording",
		"long_link": "https://github.com/cplusplus/draft/issues/5503",
		"link": "https://wg21.link/edit5503",
		"status": "open"
	},
	"EDIT5504": {
		"type": "editorial",
		"title": "[std] Link header in summary tables to its synopsis",
		"long_link": "https://github.com/cplusplus/draft/issues/5504",
		"link": "https://wg21.link/edit5504",
		"status": "open"
	},
	"EDIT5505": {
		"type": "editorial",
		"title": "[ranges] The explicity of the constructor needs to be consistent",
		"long_link": "https://github.com/cplusplus/draft/issues/5505",
		"link": "https://wg21.link/edit5505",
		"status": "open"
	},
	"EDIT5506": {
		"type": "editorial",
		"title": "[diff.expr] Unmentioned incompatibility with C about pointer indirection CWG232",
		"long_link": "https://github.com/cplusplus/draft/issues/5506",
		"link": "https://wg21.link/edit5506",
		"status": "closed"
	},
	"EDIT5507": {
		"type": "editorial",
		"title": "[ranges] Should `constexpr default_sentinel_t end()` be `const`-qualified?",
		"long_link": "https://github.com/cplusplus/draft/issues/5507",
		"link": "https://wg21.link/edit5507",
		"status": "open"
	},
	"EDIT5508": {
		"type": "editorial",
		"title": "Use of 'il' parameter name in functions taking initializer_lists inconsistent",
		"long_link": "https://github.com/cplusplus/draft/issues/5508",
		"link": "https://wg21.link/edit5508",
		"status": "open"
	},
	"EDIT5509": {
		"type": "editorial",
		"title": "[expr.reinterpret.cast] p2 The meaning of \"its own type\" is not clear",
		"long_link": "https://github.com/cplusplus/draft/issues/5509",
		"link": "https://wg21.link/edit5509",
		"status": "open"
	},
	"EDIT5510": {
		"type": "editorial",
		"title": "[module.reach] Remove redundant module implementation unit declaration",
		"long_link": "https://github.com/cplusplus/draft/pull/5510",
		"link": "https://wg21.link/edit5510",
		"status": "open"
	},
	"EDIT5511": {
		"type": "editorial",
		"title": "[dcl.init.ref] p5.4.1 \"the result of the call\" is not an expression to which type check can be done",
		"long_link": "https://github.com/cplusplus/draft/issues/5511",
		"link": "https://wg21.link/edit5511",
		"status": "open"
	},
	"EDIT5512": {
		"type": "editorial",
		"title": "Fixed wording regarding omitting the template argument list <>",
		"long_link": "https://github.com/cplusplus/draft/pull/5512",
		"link": "https://wg21.link/edit5512",
		"status": "open"
	},
	"EDIT5513": {
		"type": "editorial",
		"title": "[res.on.functions] Use normal \"behavior is undefined\" words of power",
		"long_link": "https://github.com/cplusplus/draft/pull/5513",
		"link": "https://wg21.link/edit5513",
		"status": "closed"
	},
	"EDIT5514": {
		"type": "editorial",
		"title": "[range.istream.view] Add \\ref for `basic_istream_view::iterator`",
		"long_link": "https://github.com/cplusplus/draft/pull/5514",
		"link": "https://wg21.link/edit5514",
		"status": "closed"
	},
	"EDIT5515": {
		"type": "editorial",
		"title": "[range.istream.iterator] basic_istream_view::iterator is not a class …",
		"long_link": "https://github.com/cplusplus/draft/pull/5515",
		"link": "https://wg21.link/edit5515",
		"status": "closed"
	},
	"EDIT5516": {
		"type": "editorial",
		"title": "[range.chunk] Add the class template description for `chunk_view`",
		"long_link": "https://github.com/cplusplus/draft/pull/5516",
		"link": "https://wg21.link/edit5516",
		"status": "open"
	},
	"EDIT5517": {
		"type": "editorial",
		"title": "[func.wrap.move.ctor] Fix typo naming template parameter packs",
		"long_link": "https://github.com/cplusplus/draft/pull/5517",
		"link": "https://wg21.link/edit5517",
		"status": "closed"
	},
	"EDIT5518": {
		"type": "editorial",
		"title": "[container.reqmts] p65 seems to ban small string optimization",
		"long_link": "https://github.com/cplusplus/draft/issues/5518",
		"link": "https://wg21.link/edit5518",
		"status": "open"
	},
	"EDIT5519": {
		"type": "editorial",
		"title": "[ranges.syn] Fix the constraints order of `slide_view`",
		"long_link": "https://github.com/cplusplus/draft/pull/5519",
		"link": "https://wg21.link/edit5519",
		"status": "closed"
	},
	"EDIT5520": {
		"type": "editorial",
		"title": "[range.adjacent.iterator] Use correct descriptive element",
		"long_link": "https://github.com/cplusplus/draft/pull/5520",
		"link": "https://wg21.link/edit5520",
		"status": "closed"
	},
	"EDIT5521": {
		"type": "editorial",
		"title": "[basic.align] Update note to reflect deprecation of aligned-storage templates",
		"long_link": "https://github.com/cplusplus/draft/issues/5521",
		"link": "https://wg21.link/edit5521",
		"status": "open"
	},
	"EDIT5522": {
		"type": "editorial",
		"title": "[basic.align] Fix cross-reference to meanwhile deprecated aligned_storage",
		"long_link": "https://github.com/cplusplus/draft/pull/5522",
		"link": "https://wg21.link/edit5522",
		"status": "open"
	},
	"EDIT5523": {
		"type": "editorial",
		"title": "[thread.lock.unique.locking] Fix function call expressions",
		"long_link": "https://github.com/cplusplus/draft/pull/5523",
		"link": "https://wg21.link/edit5523",
		"status": "open"
	},
	"EDIT5524": {
		"type": "editorial",
		"title": "[ranges.syn] Add missing \\libconcept for `owning_view`",
		"long_link": "https://github.com/cplusplus/draft/pull/5524",
		"link": "https://wg21.link/edit5524",
		"status": "closed"
	},
	"EDIT5525": {
		"type": "editorial",
		"title": "[range.join.with.view] Add missing \\libconcept",
		"long_link": "https://github.com/cplusplus/draft/pull/5525",
		"link": "https://wg21.link/edit5525",
		"status": "closed"
	},
	"EDIT5526": {
		"type": "editorial",
		"title": "[range.elements.sentinel] Fix incorrect \\placeholder",
		"long_link": "https://github.com/cplusplus/draft/pull/5526",
		"link": "https://wg21.link/edit5526",
		"status": "closed"
	},
	"EDIT5527": {
		"type": "editorial",
		"title": "[module.unit] Is “indirectly exported” a deliberate design?",
		"long_link": "https://github.com/cplusplus/draft/issues/5527",
		"link": "https://wg21.link/edit5527",
		"status": "open"
	},
	"EDIT5528": {
		"type": "editorial",
		"title": "[allocator.requirements.general] The meaning of \"parameterized in terms of allocators\" seems unclear",
		"long_link": "https://github.com/cplusplus/draft/issues/5528",
		"link": "https://wg21.link/edit5528",
		"status": "open"
	},
	"EDIT5529": {
		"type": "editorial",
		"title": "[range.chunk.view.input] Add missing \\exposid for `base_`",
		"long_link": "https://github.com/cplusplus/draft/pull/5529",
		"link": "https://wg21.link/edit5529",
		"status": "closed"
	},
	"EDIT5530": {
		"type": "editorial",
		"title": "[range.join.with.sentinel] Add missing curly braces",
		"long_link": "https://github.com/cplusplus/draft/pull/5530",
		"link": "https://wg21.link/edit5530",
		"status": "closed"
	},
	"EDIT5531": {
		"type": "editorial",
		"title": "Typo and formatting fixes",
		"long_link": "https://github.com/cplusplus/draft/pull/5531",
		"link": "https://wg21.link/edit5531",
		"status": "closed"
	},
	"EDIT5532": {
		"type": "editorial",
		"title": " [common.iter.nav] Fix \\exposconceptnc",
		"long_link": "https://github.com/cplusplus/draft/pull/5532",
		"link": "https://wg21.link/edit5532",
		"status": "closed"
	},
	"EDIT5533": {
		"type": "editorial",
		"title": "[basic.def.odr] p5 \"appears as\" is not defined and \"named by\" is a better choice",
		"long_link": "https://github.com/cplusplus/draft/issues/5533",
		"link": "https://wg21.link/edit5533",
		"status": "open"
	},
	"EDIT5534": {
		"type": "editorial",
		"title": "use \"named by\" in place of \"appear as\" for odr-using a variable",
		"long_link": "https://github.com/cplusplus/draft/pull/5534",
		"link": "https://wg21.link/edit5534",
		"status": "open"
	},
	"EDIT5535": {
		"type": "editorial",
		"title": "[priqueue.overview] Add misssing `>` to deduction guide",
		"long_link": "https://github.com/cplusplus/draft/pull/5535",
		"link": "https://wg21.link/edit5535",
		"status": "closed"
	},
	"EDIT5536": {
		"type": "editorial",
		"title": "More typo and formatting fixes",
		"long_link": "https://github.com/cplusplus/draft/pull/5536",
		"link": "https://wg21.link/edit5536",
		"status": "open"
	},
	"EDIT5537": {
		"type": "editorial",
		"title": "[module.private.frag] Remove misleading example and broaden note",
		"long_link": "https://github.com/cplusplus/draft/pull/5537",
		"link": "https://wg21.link/edit5537",
		"status": "open"
	},
	"EDIT5538": {
		"type": "editorial",
		"title": "[temp.inst] Clarify referent of 'declaration'",
		"long_link": "https://github.com/cplusplus/draft/pull/5538",
		"link": "https://wg21.link/edit5538",
		"status": "open"
	},
	"EDIT5539": {
		"type": "editorial",
		"title": "[dcl.fct.def.general] p2 \"declarator;\" is not described in [dcl.fct]",
		"long_link": "https://github.com/cplusplus/draft/issues/5539",
		"link": "https://wg21.link/edit5539",
		"status": "open"
	},
	"EDIT5540": {
		"type": "editorial",
		"title": "[dcl.type.general] p3 The grammar type-specifier-seq does not comprise defining-type-specifier",
		"long_link": "https://github.com/cplusplus/draft/issues/5540",
		"link": "https://wg21.link/edit5540",
		"status": "open"
	},
	"EDIT5541": {
		"type": "editorial",
		"title": "[over.call.object] Note has counterfactual statement re: surrogate functions and overload resolution",
		"long_link": "https://github.com/cplusplus/draft/issues/5541",
		"link": "https://wg21.link/edit5541",
		"status": "open"
	},
	"EDIT5542": {
		"type": "editorial",
		"title": "[temp.inst] p12 \"In a function template specialization\" is not defined",
		"long_link": "https://github.com/cplusplus/draft/issues/5542",
		"link": "https://wg21.link/edit5542",
		"status": "open"
	},
	"EDIT5543": {
		"type": "editorial",
		"title": "[syntax] p2 Add \"X-expression\" in the list",
		"long_link": "https://github.com/cplusplus/draft/issues/5543",
		"link": "https://wg21.link/edit5543",
		"status": "open"
	},
	"EDIT5544": {
		"type": "editorial",
		"title": "Stop talking about fields",
		"long_link": "https://github.com/cplusplus/draft/issues/5544",
		"link": "https://wg21.link/edit5544",
		"status": "open"
	},
	"EDIT5545": {
		"type": "editorial",
		"title": "[basic.fundamental] p5 Improve the definition of base-2 representation of the signed integer type",
		"long_link": "https://github.com/cplusplus/draft/issues/5545",
		"link": "https://wg21.link/edit5545",
		"status": "open"
	},
	"EDIT5546": {
		"type": "editorial",
		"title": "[basic.fundamental] p12 Saying that \"range of representable values\" is implementation-defined is helpful",
		"long_link": "https://github.com/cplusplus/draft/issues/5546",
		"link": "https://wg21.link/edit5546",
		"status": "open"
	},
	"EDIT5547": {
		"type": "editorial",
		"title": "[conv.ptr] p2 The cv-qualifications between source and destination type are not necessarily the same",
		"long_link": "https://github.com/cplusplus/draft/issues/5547",
		"link": "https://wg21.link/edit5547",
		"status": "closed"
	},
	"EDIT5548": {
		"type": "editorial",
		"title": "[dcl.friend] Specify where a friend specifier can appear",
		"long_link": "https://github.com/cplusplus/draft/issues/5548",
		"link": "https://wg21.link/edit5548",
		"status": "open"
	},
	"EDIT5549": {
		"type": "editorial",
		"title": "[module.reach] p3 \"any\" is ambiguity in the rule",
		"long_link": "https://github.com/cplusplus/draft/issues/5549",
		"link": "https://wg21.link/edit5549",
		"status": "open"
	},
	"EDIT5550": {
		"type": "editorial",
		"title": "[temp.deduct.call] lacks the cross-reference to [temp.deduct.type] for describing deduction",
		"long_link": "https://github.com/cplusplus/draft/issues/5550",
		"link": "https://wg21.link/edit5550",
		"status": "open"
	},
	"EDIT5551": {
		"type": "editorial",
		"title": "[lib] Phrasing through \"inclusion\" precludes header imports",
		"long_link": "https://github.com/cplusplus/draft/issues/5551",
		"link": "https://wg21.link/edit5551",
		"status": "open"
	},
	"EDIT5552": {
		"type": "editorial",
		"title": "[range.elements.view] Add missing \\libconcept for `move_constructible`",
		"long_link": "https://github.com/cplusplus/draft/pull/5552",
		"link": "https://wg21.link/edit5552",
		"status": "closed"
	},
	"EDIT5553": {
		"type": "editorial",
		"title": "[temp.variadic] p6 Rearrange the rule and make the meaning clearer",
		"long_link": "https://github.com/cplusplus/draft/issues/5553",
		"link": "https://wg21.link/edit5553",
		"status": "open"
	},
	"EDIT5554": {
		"type": "editorial",
		"title": "[algorithm.syn, alg.swap] Add missing \\libconcept for `input_range`",
		"long_link": "https://github.com/cplusplus/draft/pull/5554",
		"link": "https://wg21.link/edit5554",
		"status": "closed"
	},
	"EDIT5555": {
		"type": "editorial",
		"title": "[specialized.algorithms, iterator.concept.readable] Replace \\placeholdernc to \\exposconcept for exposition-only concepts",
		"long_link": "https://github.com/cplusplus/draft/pull/5555",
		"link": "https://wg21.link/edit5555",
		"status": "closed"
	},
	"EDIT5556": {
		"type": "editorial",
		"title": "Qualify all calls to std::get",
		"long_link": "https://github.com/cplusplus/draft/pull/5556",
		"link": "https://wg21.link/edit5556",
		"status": "open"
	},
	"EDIT5557": {
		"type": "editorial",
		"title": "[range.join.with.iterator] Add missing \\libconcept for `convertible_to`",
		"long_link": "https://github.com/cplusplus/draft/pull/5557",
		"link": "https://wg21.link/edit5557",
		"status": "closed"
	},
	"EDIT5558": {
		"type": "editorial",
		"title": "Definition of the term: free store",
		"long_link": "https://github.com/cplusplus/draft/issues/5558",
		"link": "https://wg21.link/edit5558",
		"status": "open"
	},
	"EDIT5559": {
		"type": "editorial",
		"title": "[basic.compound] p3 Improve the definition of the hypothetical array for the arithmetic purpose",
		"long_link": "https://github.com/cplusplus/draft/issues/5559",
		"link": "https://wg21.link/edit5559",
		"status": "open"
	},
	"EDIT5560": {
		"type": "editorial",
		"title": "[expr.sizeof] Clarify padding in class types CWG2609",
		"long_link": "https://github.com/cplusplus/draft/pull/5560",
		"link": "https://wg21.link/edit5560",
		"status": "open"
	},
	"EDIT5561": {
		"type": "editorial",
		"title": "[basic.def.odr] p12 Is the definition domain isolated or union",
		"long_link": "https://github.com/cplusplus/draft/issues/5561",
		"link": "https://wg21.link/edit5561",
		"status": "closed"
	},
	"EDIT5562": {
		"type": "editorial",
		"title": "[unord.map.overview] Replace \\tcode with \\libconcept for `input_range`",
		"long_link": "https://github.com/cplusplus/draft/pull/5562",
		"link": "https://wg21.link/edit5562",
		"status": "closed"
	},
	"EDIT5563": {
		"type": "editorial",
		"title": "[sequence.reqmts] Add `ranges` namespace qualifier for `range` concept",
		"long_link": "https://github.com/cplusplus/draft/pull/5563",
		"link": "https://wg21.link/edit5563",
		"status": "closed"
	},
	"EDIT5564": {
		"type": "editorial",
		"title": "[range.take.overview]  Correct punctuation for `take_view` overview",
		"long_link": "https://github.com/cplusplus/draft/pull/5564",
		"link": "https://wg21.link/edit5564",
		"status": "closed"
	},
	"EDIT5565": {
		"type": "editorial",
		"title": "[basic.compound]/1 function type does not mention cv- and ref-quals",
		"long_link": "https://github.com/cplusplus/draft/issues/5565",
		"link": "https://wg21.link/edit5565",
		"status": "open"
	},
	"EDIT5566": {
		"type": "editorial",
		"title": "[2022-07 CWG Motion 1] P2622R0 Core Language Working Group \"ready\" Issues for the July, 2022 meeting",
		"long_link": "https://github.com/cplusplus/draft/issues/5566",
		"link": "https://wg21.link/edit5566",
		"status": "open"
	},
	"EDIT5567": {
		"type": "editorial",
		"title": "[2022-07 CWG Motion 2] P2622R0 Core Language Working Group \"ready\" Issues for the July, 2022 meeting",
		"long_link": "https://github.com/cplusplus/draft/issues/5567",
		"link": "https://wg21.link/edit5567",
		"status": "open"
	},
	"EDIT5568": {
		"type": "editorial",
		"title": "[2022-07 CWG Motion 3] P2468R2 The Equality Operator You Are Looking For",
		"long_link": "https://github.com/cplusplus/draft/issues/5568",
		"link": "https://wg21.link/edit5568",
		"status": "open"
	},
	"EDIT5569": {
		"type": "editorial",
		"title": "[2022-07 CWG Motion 4] P2327R1 De-deprecating volatile compound operations",
		"long_link": "https://github.com/cplusplus/draft/issues/5569",
		"link": "https://wg21.link/edit5569",
		"status": "open"
	},
	"EDIT5570": {
		"type": "editorial",
		"title": "[2022-07 CWG Motion 5] P2437R1 Support for #warning",
		"long_link": "https://github.com/cplusplus/draft/issues/5570",
		"link": "https://wg21.link/edit5570",
		"status": "open"
	},
	"EDIT5571": {
		"type": "editorial",
		"title": "[2022-07 CWG Motion 6] P2362R3 Remove non-encodable wide character literals and multicharacter wide character literals",
		"long_link": "https://github.com/cplusplus/draft/issues/5571",
		"link": "https://wg21.link/edit5571",
		"status": "open"
	},
	"EDIT5572": {
		"type": "editorial",
		"title": "[2022-07 CWG Motion 7] P2324R2 Labels at the end of compound statements (C compatibility)",
		"long_link": "https://github.com/cplusplus/draft/issues/5572",
		"link": "https://wg21.link/edit5572",
		"status": "open"
	},
	"EDIT5573": {
		"type": "editorial",
		"title": "[2022-07 CWG Motion 8] P2290R3 Delimited escape sequences",
		"long_link": "https://github.com/cplusplus/draft/issues/5573",
		"link": "https://wg21.link/edit5573",
		"status": "open"
	},
	"EDIT5574": {
		"type": "editorial",
		"title": "[2022-07 CWG Motion 9] P2448R2 Relaxing some constexpr restrictions",
		"long_link": "https://github.com/cplusplus/draft/issues/5574",
		"link": "https://wg21.link/edit5574",
		"status": "open"
	},
	"EDIT5575": {
		"type": "editorial",
		"title": "[2022-07 CWG Motion 10] P2266R3 Simpler implicit move",
		"long_link": "https://github.com/cplusplus/draft/issues/5575",
		"link": "https://wg21.link/edit5575",
		"status": "open"
	},
	"EDIT5576": {
		"type": "editorial",
		"title": "[2022-07 CWG Motion 11] P2071R2 Named universal character escapes",
		"long_link": "https://github.com/cplusplus/draft/issues/5576",
		"link": "https://wg21.link/edit5576",
		"status": "open"
	},
	"EDIT5577": {
		"type": "editorial",
		"title": "[2022-07 CWG Motion 12] P1169R4 static operator()",
		"long_link": "https://github.com/cplusplus/draft/issues/5577",
		"link": "https://wg21.link/edit5577",
		"status": "open"
	},
	"EDIT5578": {
		"type": "editorial",
		"title": "[2022-07 CWG Motion 13] P2280R4 Using unknown pointers and references in constant expressions",
		"long_link": "https://github.com/cplusplus/draft/issues/5578",
		"link": "https://wg21.link/edit5578",
		"status": "open"
	},
	"EDIT5579": {
		"type": "editorial",
		"title": "[2022-07 CWG Motion 14] P1467R9 Extended floating-point types and standard names",
		"long_link": "https://github.com/cplusplus/draft/issues/5579",
		"link": "https://wg21.link/edit5579",
		"status": "open"
	},
	"EDIT5580": {
		"type": "editorial",
		"title": "[2022-07 CWG Motion 15] P2493R0 Missing feature test macros for C++20 core papers",
		"long_link": "https://github.com/cplusplus/draft/issues/5580",
		"link": "https://wg21.link/edit5580",
		"status": "open"
	},
	"EDIT5596": {
		"type": "editorial",
		"title": "[2022-07 LWG Motion 9] P1642R11 Freestanding Library: Easy [utilities], [ranges], and [iterators]",
		"long_link": "https://github.com/cplusplus/draft/issues/5596",
		"link": "https://wg21.link/edit5596",
		"status": "open"
	},
	"EDIT5597": {
		"type": "editorial",
		"title": "[2022-07 LWG Motion 10] P1899R3 stride_view",
		"long_link": "https://github.com/cplusplus/draft/issues/5597",
		"link": "https://wg21.link/edit5597",
		"status": "open"
	},
	"EDIT5598": {
		"type": "editorial",
		"title": "[2022-07 LWG Motion 11] P2093R14 Formatted output",
		"long_link": "https://github.com/cplusplus/draft/issues/5598",
		"link": "https://wg21.link/edit5598",
		"status": "open"
	},
	"EDIT5599": {
		"type": "editorial",
		"title": "[2022-07 LWG Motion 12] P2165R4 Compatibility between tuple and tuple-like objects",
		"long_link": "https://github.com/cplusplus/draft/issues/5599",
		"link": "https://wg21.link/edit5599",
		"status": "open"
	},
	"EDIT5600": {
		"type": "editorial",
		"title": "[2022-07 LWG Motion 13] P2278R4 cbegin should always return a constant iterator",
		"long_link": "https://github.com/cplusplus/draft/issues/5600",
		"link": "https://wg21.link/edit5600",
		"status": "open"
	},
	"EDIT5601": {
		"type": "editorial",
		"title": "[2022-07 LWG Motion 14] P2286R8 Formatting Ranges",
		"long_link": "https://github.com/cplusplus/draft/issues/5601",
		"link": "https://wg21.link/edit5601",
		"status": "open"
	},
	"EDIT5602": {
		"type": "editorial",
		"title": "[2022-07 LWG Motion 15] P2291R3 Add Constexpr Modifiers to Functions to_chars and from_chars for Integral Types in <charconv> Header",
		"long_link": "https://github.com/cplusplus/draft/issues/5602",
		"link": "https://wg21.link/edit5602",
		"status": "open"
	},
	"EDIT5603": {
		"type": "editorial",
		"title": "[2022-07 LWG Motion 16] P2302R4 std::ranges::contains",
		"long_link": "https://github.com/cplusplus/draft/issues/5603",
		"link": "https://wg21.link/edit5603",
		"status": "open"
	},
	"EDIT5604": {
		"type": "editorial",
		"title": "[2022-07 LWG Motion 17] P2322R6 ranges::fold",
		"long_link": "https://github.com/cplusplus/draft/issues/5604",
		"link": "https://wg21.link/edit5604",
		"status": "open"
	},
	"EDIT5605": {
		"type": "editorial",
		"title": "[2022-07 LWG Motion 18] P2374R4 views::cartesian_product",
		"long_link": "https://github.com/cplusplus/draft/issues/5605",
		"link": "https://wg21.link/edit5605",
		"status": "open"
	},
	"EDIT5606": {
		"type": "editorial",
		"title": "[2022-07 LWG Motion 19] P2540R1 Empty Product for certain Views",
		"long_link": "https://github.com/cplusplus/draft/issues/5606",
		"link": "https://wg21.link/edit5606",
		"status": "open"
	},
	"EDIT5607": {
		"type": "editorial",
		"title": "[2022-07 LWG Motion 20] P2404R3 Move-only types for equality_comparable_with, totally_ordered_with, and three_way_comparable_with",
		"long_link": "https://github.com/cplusplus/draft/issues/5607",
		"link": "https://wg21.link/edit5607",
		"status": "open"
	},
	"EDIT5608": {
		"type": "editorial",
		"title": "[2022-07 LWG Motion 21] P2408R5 Ranges iterators as inputs to non-Ranges algorithms",
		"long_link": "https://github.com/cplusplus/draft/issues/5608",
		"link": "https://wg21.link/edit5608",
		"status": "open"
	},
	"EDIT5609": {
		"type": "editorial",
		"title": "[2022-07 LWG Motion 22] P2417R2 A more constexpr bitset",
		"long_link": "https://github.com/cplusplus/draft/issues/5609",
		"link": "https://wg21.link/edit5609",
		"status": "open"
	},
	"EDIT5610": {
		"type": "editorial",
		"title": "[2022-07 LWG Motion 23] P2419R2 Clarify handling of encodings in localized formatting of chrono types",
		"long_link": "https://github.com/cplusplus/draft/issues/5610",
		"link": "https://wg21.link/edit5610",
		"status": "open"
	},
	"EDIT5611": {
		"type": "editorial",
		"title": "[2022-07 LWG Motion 24] P2438R2 std::string::substr() &&",
		"long_link": "https://github.com/cplusplus/draft/issues/5611",
		"link": "https://wg21.link/edit5611",
		"status": "open"
	},
	"EDIT5612": {
		"type": "editorial",
		"title": "[2022-07 LWG Motion 25] P2446R2 views::as_rvalue",
		"long_link": "https://github.com/cplusplus/draft/issues/5612",
		"link": "https://wg21.link/edit5612",
		"status": "open"
	},
	"EDIT5613": {
		"type": "editorial",
		"title": "[2022-07 LWG Motion 26] P2465R3 Standard Library Modules std and std.compat",
		"long_link": "https://github.com/cplusplus/draft/issues/5613",
		"link": "https://wg21.link/edit5613",
		"status": "open"
	},
	"EDIT5614": {
		"type": "editorial",
		"title": "[2022-07 LWG Motion 27] P2445R1 std::forward_like",
		"long_link": "https://github.com/cplusplus/draft/issues/5614",
		"link": "https://wg21.link/edit5614",
		"status": "open"
	},
	"EDIT5615": {
		"type": "editorial",
		"title": "[2022-07 LWG Motion 28] P2467R1 Support exclusive mode for fstreams",
		"long_link": "https://github.com/cplusplus/draft/issues/5615",
		"link": "https://wg21.link/edit5615",
		"status": "open"
	},
	"EDIT5616": {
		"type": "editorial",
		"title": "[2022-07 LWG Motion 29] P2474R2 views::repeat",
		"long_link": "https://github.com/cplusplus/draft/issues/5616",
		"link": "https://wg21.link/edit5616",
		"status": "open"
	},
	"EDIT5617": {
		"type": "editorial",
		"title": "[2022-07 LWG Motion 30] P2494R2 Relaxing range adaptors to allow for move only types",
		"long_link": "https://github.com/cplusplus/draft/issues/5617",
		"link": "https://wg21.link/edit5617",
		"status": "open"
	},
	"EDIT5618": {
		"type": "editorial",
		"title": "[2022-07 LWG Motion 31] P2499R0 string_view range constructor should be explicit",
		"long_link": "https://github.com/cplusplus/draft/issues/5618",
		"link": "https://wg21.link/edit5618",
		"status": "open"
	},
	"EDIT5619": {
		"type": "editorial",
		"title": "[2022-07 LWG Motion 32] P2502R2 std::generator: Synchronous Coroutine Generator for Ranges",
		"long_link": "https://github.com/cplusplus/draft/issues/5619",
		"link": "https://wg21.link/edit5619",
		"status": "open"
	},
	"EDIT5620": {
		"type": "editorial",
		"title": "[2022-07 LWG Motion 33] P2508R1 Exposing std::basic-format-string",
		"long_link": "https://github.com/cplusplus/draft/issues/5620",
		"link": "https://wg21.link/edit5620",
		"status": "open"
	},
	"EDIT5621": {
		"type": "editorial",
		"title": "[2022-07 LWG Motion 34] P2517R1 Add a conditional noexcept specification to std::apply",
		"long_link": "https://github.com/cplusplus/draft/issues/5621",
		"link": "https://wg21.link/edit5621",
		"status": "open"
	},
	"EDIT5622": {
		"type": "editorial",
		"title": "[2022-07 LWG Motion 35] P2520R0 move_iterator<T*> should be a random access iterator",
		"long_link": "https://github.com/cplusplus/draft/issues/5622",
		"link": "https://wg21.link/edit5622",
		"status": "open"
	},
	"EDIT5623": {
		"type": "editorial",
		"title": "[2022-07 LWG Motion 36] P2549R1 std::unexpected<E> should have error() as member accessor",
		"long_link": "https://github.com/cplusplus/draft/issues/5623",
		"link": "https://wg21.link/edit5623",
		"status": "open"
	},
	"EDIT5624": {
		"type": "editorial",
		"title": "[2022-07 LWG Motion 37] P2585R1 Improving default container formatting",
		"long_link": "https://github.com/cplusplus/draft/issues/5624",
		"link": "https://wg21.link/edit5624",
		"status": "open"
	},
	"EDIT5625": {
		"type": "editorial",
		"title": "[2022-07 LWG Motion 38] P2590R2 Explicit lifetime management",
		"long_link": "https://github.com/cplusplus/draft/issues/5625",
		"link": "https://wg21.link/edit5625",
		"status": "open"
	},
	"EDIT5626": {
		"type": "editorial",
		"title": "P0429R9 A Standard flat_map",
		"long_link": "https://github.com/cplusplus/draft/pull/5626",
		"link": "https://wg21.link/edit5626",
		"status": "open"
	},
	"EDIT5627": {
		"type": "editorial",
		"title": "[sequence.reqmts] uses atypical and unclear wording for Cpp17 requirements and swappable conditions",
		"long_link": "https://github.com/cplusplus/draft/issues/5627",
		"link": "https://wg21.link/edit5627",
		"status": "open"
	},
	"EDIT5628": {
		"type": "editorial",
		"title": "[swappable.requirements] Consider to introduce Cpp17Swappable requirements as new editorial convenience requirement",
		"long_link": "https://github.com/cplusplus/draft/issues/5628",
		"link": "https://wg21.link/edit5628",
		"status": "open"
	},
	"EDIT5629": {
		"type": "editorial",
		"title": "[cpp.concat] p3 Is a placemarker preprocessing token considered as a valid preporcessing token",
		"long_link": "https://github.com/cplusplus/draft/issues/5629",
		"link": "https://wg21.link/edit5629",
		"status": "open"
	},
	"EDIT5630": {
		"type": "editorial",
		"title": "[intro.object] Does the attributive clause intend to be a constraint or to convey a result?",
		"long_link": "https://github.com/cplusplus/draft/issues/5630",
		"link": "https://wg21.link/edit5630",
		"status": "open"
	},
	"EDIT5631": {
		"type": "editorial",
		"title": "[ranges.syn] Is `#include <compare>` redundant?",
		"long_link": "https://github.com/cplusplus/draft/issues/5631",
		"link": "https://wg21.link/edit5631",
		"status": "closed"
	},
	"EDIT5632": {
		"type": "editorial",
		"title": "Post-LWG3713, use \"sorted with respect to `comp`\" consistently",
		"long_link": "https://github.com/cplusplus/draft/pull/5632",
		"link": "https://wg21.link/edit5632",
		"status": "open"
	},
	"EDIT5633": {
		"type": "editorial",
		"title": "Substatements of if consteval",
		"long_link": "https://github.com/cplusplus/draft/pull/5633",
		"link": "https://wg21.link/edit5633",
		"status": "open"
	},
	"EDIT5634": {
		"type": "editorial",
		"title": "[dcl.init.aggr]/1 Aggregate only cares about direct base classes",
		"long_link": "https://github.com/cplusplus/draft/pull/5634",
		"link": "https://wg21.link/edit5634",
		"status": "open"
	},
	"EDIT5635": {
		"type": "editorial",
		"title": "P0009R18 mdspan",
		"long_link": "https://github.com/cplusplus/draft/pull/5635",
		"link": "https://wg21.link/edit5635",
		"status": "open"
	},
	"EDIT5636": {
		"type": "editorial",
		"title": "[alg.random.shuffle] ranges::shuffle - \"exactly\" or \"at most\" for number of swaps?",
		"long_link": "https://github.com/cplusplus/draft/issues/5636",
		"link": "https://wg21.link/edit5636",
		"status": "open"
	},
	"EDIT5637": {
		"type": "editorial",
		"title": "'maybe_const' is not indexed",
		"long_link": "https://github.com/cplusplus/draft/issues/5637",
		"link": "https://wg21.link/edit5637",
		"status": "open"
	},
	"EDIT5638": {
		"type": "editorial",
		"title": "[basic.fundamental] Weird terminology about \"X character types\"",
		"long_link": "https://github.com/cplusplus/draft/issues/5638",
		"link": "https://wg21.link/edit5638",
		"status": "open"
	},
	"EDIT5639": {
		"type": "editorial",
		"title": "[cpp] Explicitly say whether a resulting token sequence is rescanned or not",
		"long_link": "https://github.com/cplusplus/draft/issues/5639",
		"link": "https://wg21.link/edit5639",
		"status": "open"
	},
	"EDIT5640": {
		"type": "editorial",
		"title": "P1899R3 stride_view",
		"long_link": "https://github.com/cplusplus/draft/pull/5640",
		"link": "https://wg21.link/edit5640",
		"status": "open"
	},
	"EDIT5641": {
		"type": "editorial",
		"title": "What is \"compile\"?",
		"long_link": "https://github.com/cplusplus/draft/issues/5641",
		"link": "https://wg21.link/edit5641",
		"status": "open"
	},
	"EDIT5642": {
		"type": "editorial",
		"title": "P1223R5 find_last",
		"long_link": "https://github.com/cplusplus/draft/pull/5642",
		"link": "https://wg21.link/edit5642",
		"status": "open"
	},
	"EDIT5643": {
		"type": "editorial",
		"title": "P2302R4 std::ranges::contains",
		"long_link": "https://github.com/cplusplus/draft/pull/5643",
		"link": "https://wg21.link/edit5643",
		"status": "open"
	},
	"EDIT5644": {
		"type": "editorial",
		"title": "[range.adaptors] Move [range.chunk.by] after [range.chunk]",
		"long_link": "https://github.com/cplusplus/draft/issues/5644",
		"link": "https://wg21.link/edit5644",
		"status": "open"
	},
	"EDIT5645": {
		"type": "editorial",
		"title": "P2322R6 ranges::fold",
		"long_link": "https://github.com/cplusplus/draft/pull/5645",
		"link": "https://wg21.link/edit5645",
		"status": "open"
	},
	"EDIT5646": {
		"type": "editorial",
		"title": "[range.filter.view] Add missing \\exposid",
		"long_link": "https://github.com/cplusplus/draft/pull/5646",
		"link": "https://wg21.link/edit5646",
		"status": "closed"
	},
	"EDIT5647": {
		"type": "editorial",
		"title": "P2374R4 views::cartesian_product",
		"long_link": "https://github.com/cplusplus/draft/pull/5647",
		"link": "https://wg21.link/edit5647",
		"status": "open"
	},
	"EDIT5648": {
		"type": "editorial",
		"title": "[range.ref.view] Fix index command",
		"long_link": "https://github.com/cplusplus/draft/pull/5648",
		"link": "https://wg21.link/edit5648",
		"status": "closed"
	},
	"EDIT5649": {
		"type": "editorial",
		"title": "P2468R2 The Equality Operator You Are Looking For",
		"long_link": "https://github.com/cplusplus/draft/pull/5649",
		"link": "https://wg21.link/edit5649",
		"status": "open"
	},
	"EDIT5650": {
		"type": "editorial",
		"title": "P2327R1 De-deprecating volatile compound operations",
		"long_link": "https://github.com/cplusplus/draft/pull/5650",
		"link": "https://wg21.link/edit5650",
		"status": "open"
	},
	"EDIT5651": {
		"type": "editorial",
		"title": "P2437R1 Support for #warning",
		"long_link": "https://github.com/cplusplus/draft/pull/5651",
		"link": "https://wg21.link/edit5651",
		"status": "open"
	},
	"EDIT5652": {
		"type": "editorial",
		"title": "[ranges.syn] Add \\ref for `ref_view`",
		"long_link": "https://github.com/cplusplus/draft/pull/5652",
		"link": "https://wg21.link/edit5652",
		"status": "closed"
	},
	"EDIT5653": {
		"type": "editorial",
		"title": "P2362R3 Remove non-encodable wide character literals and multicharacter wide character literals",
		"long_link": "https://github.com/cplusplus/draft/pull/5653",
		"link": "https://wg21.link/edit5653",
		"status": "open"
	},
	"EDIT5654": {
		"type": "editorial",
		"title": "P2324R2 Labels at the end of compound statements (C compatibility)",
		"long_link": "https://github.com/cplusplus/draft/pull/5654",
		"link": "https://wg21.link/edit5654",
		"status": "open"
	},
	"EDIT5655": {
		"type": "editorial",
		"title": "P2290R3 Delimited escape sequences",
		"long_link": "https://github.com/cplusplus/draft/pull/5655",
		"link": "https://wg21.link/edit5655",
		"status": "open"
	},
	"EDIT5656": {
		"type": "editorial",
		"title": "P2448R2 Relaxing some constexpr restrictions",
		"long_link": "https://github.com/cplusplus/draft/pull/5656",
		"link": "https://wg21.link/edit5656",
		"status": "open"
	},
	"EDIT5657": {
		"type": "editorial",
		"title": "[concept.booleantestable] Remove unnecessary hyphenation hint for `boolean-testable` concept",
		"long_link": "https://github.com/cplusplus/draft/pull/5657",
		"link": "https://wg21.link/edit5657",
		"status": "closed"
	},
	"EDIT5658": {
		"type": "editorial",
		"title": "P2266R3 Simpler implicit move",
		"long_link": "https://github.com/cplusplus/draft/pull/5658",
		"link": "https://wg21.link/edit5658",
		"status": "open"
	},
	"EDIT5659": {
		"type": "editorial",
		"title": "P2071R2 Named universal character escapes",
		"long_link": "https://github.com/cplusplus/draft/pull/5659",
		"link": "https://wg21.link/edit5659",
		"status": "open"
	},
	"EDIT5660": {
		"type": "editorial",
		"title": "[concept.equalitycomparable] Replace \\placeholder with \\exposconcept",
		"long_link": "https://github.com/cplusplus/draft/pull/5660",
		"link": "https://wg21.link/edit5660",
		"status": "closed"
	},
	"EDIT5661": {
		"type": "editorial",
		"title": "Cross-reference [range.range]/3.2 from [range.filter.view]/5",
		"long_link": "https://github.com/cplusplus/draft/issues/5661",
		"link": "https://wg21.link/edit5661",
		"status": "open"
	},
	"EDIT5662": {
		"type": "editorial",
		"title": "P1169R4 static operator()",
		"long_link": "https://github.com/cplusplus/draft/pull/5662",
		"link": "https://wg21.link/edit5662",
		"status": "open"
	},
	"EDIT5663": {
		"type": "editorial",
		"title": "P2280R4 Using unknown pointers and references in constant expressions",
		"long_link": "https://github.com/cplusplus/draft/pull/5663",
		"link": "https://wg21.link/edit5663",
		"status": "open"
	},
	"EDIT5664": {
		"type": "editorial",
		"title": "[2022-07 CWG Motion 1] P2622R0 Core Defect Reports",
		"long_link": "https://github.com/cplusplus/draft/pull/5664",
		"link": "https://wg21.link/edit5664",
		"status": "open"
	},
	"EDIT5665": {
		"type": "editorial",
		"title": "[2022-07 CWG Motion 2] P2622R0 Core Issues 2507 and 2586",
		"long_link": "https://github.com/cplusplus/draft/pull/5665",
		"link": "https://wg21.link/edit5665",
		"status": "open"
	},
	"EDIT5666": {
		"type": "editorial",
		"title": "[algorithm.syn, bitset.syn, rand.synopsis, valarray.syn] Add \\ref for include header",
		"long_link": "https://github.com/cplusplus/draft/pull/5666",
		"link": "https://wg21.link/edit5666",
		"status": "closed"
	},
	"EDIT5667": {
		"type": "editorial",
		"title": "[2022-07 LWG Motion 1] P2618R0 C++ Standard Library Issues",
		"long_link": "https://github.com/cplusplus/draft/pull/5667",
		"link": "https://wg21.link/edit5667",
		"status": "open"
	},
	"EDIT5668": {
		"type": "editorial",
		"title": "[special.mem.concepts] Add \\libconcept",
		"long_link": "https://github.com/cplusplus/draft/pull/5668",
		"link": "https://wg21.link/edit5668",
		"status": "closed"
	},
	"EDIT5669": {
		"type": "editorial",
		"title": "[istreambuf.iterator.general] Add \\ref for proxy",
		"long_link": "https://github.com/cplusplus/draft/pull/5669",
		"link": "https://wg21.link/edit5669",
		"status": "closed"
	},
	"EDIT5670": {
		"type": "editorial",
		"title": "P1467R9 Extended floating-point types and standard names",
		"long_link": "https://github.com/cplusplus/draft/pull/5670",
		"link": "https://wg21.link/edit5670",
		"status": "open"
	},
	"EDIT5671": {
		"type": "editorial",
		"title": "P1774R8 Portable assumptions",
		"long_link": "https://github.com/cplusplus/draft/pull/5671",
		"link": "https://wg21.link/edit5671",
		"status": "open"
	},
	"EDIT5672": {
		"type": "editorial",
		"title": "P2582R1 Wording for class template argument deduction from inherited …",
		"long_link": "https://github.com/cplusplus/draft/pull/5672",
		"link": "https://wg21.link/edit5672",
		"status": "open"
	},
	"EDIT5673": {
		"type": "editorial",
		"title": "P2295R6 Support for UTF-8 as a portable source file encoding",
		"long_link": "https://github.com/cplusplus/draft/pull/5673",
		"link": "https://wg21.link/edit5673",
		"status": "open"
	},
	"EDIT5674": {
		"type": "editorial",
		"title": "P2460R2 Relax requirements on wchar_t to match existing practices",
		"long_link": "https://github.com/cplusplus/draft/pull/5674",
		"link": "https://wg21.link/edit5674",
		"status": "open"
	},
	"EDIT5675": {
		"type": "editorial",
		"title": "P2579R0 Mitigation strategies for P2036 \"Changing scope for lambda trailing-return-type\"",
		"long_link": "https://github.com/cplusplus/draft/pull/5675",
		"link": "https://wg21.link/edit5675",
		"status": "open"
	},
	"EDIT5676": {
		"type": "editorial",
		"title": "[diff] Inconsistent formatting of examples",
		"long_link": "https://github.com/cplusplus/draft/issues/5676",
		"link": "https://wg21.link/edit5676",
		"status": "open"
	},
	"EDIT5677": {
		"type": "editorial",
		"title": "P2513R3 char8_t Compatibility and Portability Fix",
		"long_link": "https://github.com/cplusplus/draft/pull/5677",
		"link": "https://wg21.link/edit5677",
		"status": "open"
	},
	"EDIT5678": {
		"type": "editorial",
		"title": "P2438R2 std::string::substr() &&",
		"long_link": "https://github.com/cplusplus/draft/pull/5678",
		"link": "https://wg21.link/edit5678",
		"status": "open"
	},
	"EDIT5679": {
		"type": "editorial",
		"title": "P2417R2 A more constexpr bitset",
		"long_link": "https://github.com/cplusplus/draft/pull/5679",
		"link": "https://wg21.link/edit5679",
		"status": "open"
	},
	"EDIT5680": {
		"type": "editorial",
		"title": "P2465R3 Standard Library Modules std and std.compat",
		"long_link": "https://github.com/cplusplus/draft/pull/5680",
		"link": "https://wg21.link/edit5680",
		"status": "open"
	},
	"EDIT5681": {
		"type": "editorial",
		"title": "P2445R1 std::forward_like",
		"long_link": "https://github.com/cplusplus/draft/pull/5681",
		"link": "https://wg21.link/edit5681",
		"status": "open"
	},
	"EDIT5682": {
		"type": "editorial",
		"title": "P2590R2 Explicit lifetime management",
		"long_link": "https://github.com/cplusplus/draft/pull/5682",
		"link": "https://wg21.link/edit5682",
		"status": "open"
	},
	"EDIT5683": {
		"type": "editorial",
		"title": "[range.join.with.overview, range.split.overview] use fully-qualified name",
		"long_link": "https://github.com/cplusplus/draft/pull/5683",
		"link": "https://wg21.link/edit5683",
		"status": "closed"
	},
	"EDIT5684": {
		"type": "editorial",
		"title": "P2599R2 index_type & size_type in mdspan",
		"long_link": "https://github.com/cplusplus/draft/pull/5684",
		"link": "https://wg21.link/edit5684",
		"status": "open"
	},
	"EDIT5685": {
		"type": "editorial",
		"title": "P2604R0 mdspan: rename pointer and contiguous",
		"long_link": "https://github.com/cplusplus/draft/pull/5685",
		"link": "https://wg21.link/edit5685",
		"status": "open"
	},
	"EDIT5686": {
		"type": "editorial",
		"title": "P2613R1 Add the missing empty to mdspan",
		"long_link": "https://github.com/cplusplus/draft/pull/5686",
		"link": "https://wg21.link/edit5686",
		"status": "open"
	},
	"EDIT5687": {
		"type": "editorial",
		"title": "P2467R1 Support exclusive mode for fstreams",
		"long_link": "https://github.com/cplusplus/draft/pull/5687",
		"link": "https://wg21.link/edit5687",
		"status": "open"
	},
	"EDIT5688": {
		"type": "editorial",
		"title": "P2499R0 string_view range constructor should be explicit",
		"long_link": "https://github.com/cplusplus/draft/pull/5688",
		"link": "https://wg21.link/edit5688",
		"status": "open"
	},
	"EDIT5689": {
		"type": "editorial",
		"title": "P2517R1 Add a conditional noexcept specification to std::apply",
		"long_link": "https://github.com/cplusplus/draft/pull/5689",
		"link": "https://wg21.link/edit5689",
		"status": "open"
	},
	"EDIT5690": {
		"type": "editorial",
		"title": "P2508R1 Expose std::basic-format-string<charT, Args...>",
		"long_link": "https://github.com/cplusplus/draft/pull/5690",
		"link": "https://wg21.link/edit5690",
		"status": "open"
	},
	"EDIT5691": {
		"type": "editorial",
		"title": "P2520R0 move_iterator<T*> should be a random access iterator",
		"long_link": "https://github.com/cplusplus/draft/pull/5691",
		"link": "https://wg21.link/edit5691",
		"status": "open"
	},
	"EDIT5692": {
		"type": "editorial",
		"title": "P2549R1 std::unexpected<E> should have error() as member accessor",
		"long_link": "https://github.com/cplusplus/draft/pull/5692",
		"link": "https://wg21.link/edit5692",
		"status": "open"
	},
	"EDIT5693": {
		"type": "editorial",
		"title": "P2093R14 Formatted output",
		"long_link": "https://github.com/cplusplus/draft/pull/5693",
		"link": "https://wg21.link/edit5693",
		"status": "open"
	},
	"EDIT5694": {
		"type": "editorial",
		"title": "P2165R4 Compatibility between tuple and tuple-like objects",
		"long_link": "https://github.com/cplusplus/draft/pull/5694",
		"link": "https://wg21.link/edit5694",
		"status": "open"
	},
	"EDIT5695": {
		"type": "editorial",
		"title": "P2502R2 std::generator: Synchronous Coroutine Generator for Ranges",
		"long_link": "https://github.com/cplusplus/draft/pull/5695",
		"link": "https://wg21.link/edit5695",
		"status": "open"
	},
	"EDIT5696": {
		"type": "editorial",
		"title": "P1222R4 A Standard flat_set",
		"long_link": "https://github.com/cplusplus/draft/pull/5696",
		"link": "https://wg21.link/edit5696",
		"status": "open"
	},
	"EDIT5697": {
		"type": "editorial",
		"title": "P2291R3 Add Constexpr Modifiers to Functions to_chars and from_chars for Integral Types in <charconv> Header",
		"long_link": "https://github.com/cplusplus/draft/pull/5697",
		"link": "https://wg21.link/edit5697",
		"status": "open"
	},
	"EDIT5698": {
		"type": "editorial",
		"title": "P2278R4 cbegin should always return a constant iterator",
		"long_link": "https://github.com/cplusplus/draft/pull/5698",
		"link": "https://wg21.link/edit5698",
		"status": "open"
	},
	"EDIT5699": {
		"type": "editorial",
		"title": "P2540R1 Empty Product for certain Views",
		"long_link": "https://github.com/cplusplus/draft/pull/5699",
		"link": "https://wg21.link/edit5699",
		"status": "open"
	},
	"EDIT5700": {
		"type": "editorial",
		"title": "P2286R8 Formatting Ranges",
		"long_link": "https://github.com/cplusplus/draft/pull/5700",
		"link": "https://wg21.link/edit5700",
		"status": "open"
	},
	"EDIT5701": {
		"type": "editorial",
		"title": "P2404R3 Move-only types for equality_comparable_with, totally_ordered_with, and three_way_comparable_with",
		"long_link": "https://github.com/cplusplus/draft/pull/5701",
		"link": "https://wg21.link/edit5701",
		"status": "open"
	},
	"EDIT5702": {
		"type": "editorial",
		"title": "Add examples in [format.string.escaped]",
		"long_link": "https://github.com/cplusplus/draft/pull/5702",
		"link": "https://wg21.link/edit5702",
		"status": "open"
	},
	"EDIT5703": {
		"type": "editorial",
		"title": "[strings.general,thread.general] Remove nonexistent header and fix some style error",
		"long_link": "https://github.com/cplusplus/draft/pull/5703",
		"link": "https://wg21.link/edit5703",
		"status": "open"
	},
	"EDIT5704": {
		"type": "editorial",
		"title": "License of the draft",
		"long_link": "https://github.com/cplusplus/draft/issues/5704",
		"link": "https://wg21.link/edit5704",
		"status": "closed"
	},
	"EDIT5705": {
		"type": "editorial",
		"title": "P2408R5 Ranges iterators as inputs to non-Ranges algorithms",
		"long_link": "https://github.com/cplusplus/draft/pull/5705",
		"link": "https://wg21.link/edit5705",
		"status": "open"
	},
	"EDIT5706": {
		"type": "editorial",
		"title": "P2585R1 Improving default container formatting",
		"long_link": "https://github.com/cplusplus/draft/pull/5706",
		"link": "https://wg21.link/edit5706",
		"status": "open"
	},
	"EDIT5707": {
		"type": "editorial",
		"title": "P2419R2 Clarify handling of encodings in localized formatting of chrono types",
		"long_link": "https://github.com/cplusplus/draft/pull/5707",
		"link": "https://wg21.link/edit5707",
		"status": "open"
	},
	"EDIT5708": {
		"type": "editorial",
		"title": "P2446R2 views::as_rvalue",
		"long_link": "https://github.com/cplusplus/draft/pull/5708",
		"link": "https://wg21.link/edit5708",
		"status": "closed"
	},
	"EDIT5709": {
		"type": "editorial",
		"title": "P2474R2 views::repeat",
		"long_link": "https://github.com/cplusplus/draft/pull/5709",
		"link": "https://wg21.link/edit5709",
		"status": "open"
	},
	"EDIT5710": {
		"type": "editorial",
		"title": "P2494R2 Relaxing range adaptors to allow for move only types",
		"long_link": "https://github.com/cplusplus/draft/pull/5710",
		"link": "https://wg21.link/edit5710",
		"status": "open"
	},
	"EDIT5711": {
		"type": "editorial",
		"title": "Use fonts suitable for on-screen reading",
		"long_link": "https://github.com/cplusplus/draft/issues/5711",
		"link": "https://wg21.link/edit5711",
		"status": "open"
	},
	"EDIT5712": {
		"type": "editorial",
		"title": "[expected.object.assign] Missing Returns element",
		"long_link": "https://github.com/cplusplus/draft/issues/5712",
		"link": "https://wg21.link/edit5712",
		"status": "open"
	},
	"EDIT5713": {
		"type": "editorial",
		"title": "P1642R11 Freestanding Library: Easy [utilities], [ranges], and [iterators]",
		"long_link": "https://github.com/cplusplus/draft/pull/5713",
		"link": "https://wg21.link/edit5713",
		"status": "closed"
	},
	"EDIT5714": {
		"type": "editorial",
		"title": "Subclause [stdfloat.syn] is oddly disconnected",
		"long_link": "https://github.com/cplusplus/draft/issues/5714",
		"link": "https://wg21.link/edit5714",
		"status": "open"
	},
	"EDIT5715": {
		"type": "editorial",
		"title": "[cpp.predefined] Use of \"an\" broadens condition too much",
		"long_link": "https://github.com/cplusplus/draft/issues/5715",
		"link": "https://wg21.link/edit5715",
		"status": "open"
	},
	"EDIT5716": {
		"type": "editorial",
		"title": "[{o,i}stream.formatted] inconsistent in use of Elements",
		"long_link": "https://github.com/cplusplus/draft/issues/5716",
		"link": "https://wg21.link/edit5716",
		"status": "open"
	},
	"EDIT5717": {
		"type": "editorial",
		"title": "[over.match.class.deduct] now has an awkward, long sentence",
		"long_link": "https://github.com/cplusplus/draft/issues/5717",
		"link": "https://wg21.link/edit5717",
		"status": "open"
	},
	"EDIT5718": {
		"type": "editorial",
		"title": "Example \"uninit\" in [dcl.constexpr] no longer valid",
		"long_link": "https://github.com/cplusplus/draft/issues/5718",
		"link": "https://wg21.link/edit5718",
		"status": "open"
	},
	"EDIT5719": {
		"type": "editorial",
		"title": "Codeblocks from P2286R8 need a home",
		"long_link": "https://github.com/cplusplus/draft/issues/5719",
		"link": "https://wg21.link/edit5719",
		"status": "open"
	},
	"EDIT5720": {
		"type": "editorial",
		"title": "[support.initlist] Reorganize like [support.srcloc]",
		"long_link": "https://github.com/cplusplus/draft/issues/5720",
		"link": "https://wg21.link/edit5720",
		"status": "open"
	},
	"EDIT5721": {
		"type": "editorial",
		"title": "[range.join.with.sentinel] Fix template format",
		"long_link": "https://github.com/cplusplus/draft/pull/5721",
		"link": "https://wg21.link/edit5721",
		"status": "closed"
	},
	"EDIT5722": {
		"type": "editorial",
		"title": "Fix up table of library headers after all new library headers have been added",
		"long_link": "https://github.com/cplusplus/draft/issues/5722",
		"link": "https://wg21.link/edit5722",
		"status": "open"
	},
	"EDIT5723": {
		"type": "editorial",
		"title": "[memory.syn,ranges.syn] Class members inconsistently appended `// freestanding`",
		"long_link": "https://github.com/cplusplus/draft/issues/5723",
		"link": "https://wg21.link/edit5723",
		"status": "open"
	},
	"EDIT5724": {
		"type": "editorial",
		"title": "[ranges.syn] Should the *namespace-alias* `std::views` be `// freestanding`?",
		"long_link": "https://github.com/cplusplus/draft/issues/5724",
		"link": "https://wg21.link/edit5724",
		"status": "open"
	},
	"EDIT5725": {
		"type": "editorial",
		"title": "[mdspan.{overview,extents.ctor}] Increase reuse of definitions",
		"long_link": "https://github.com/cplusplus/draft/pull/5725",
		"link": "https://wg21.link/edit5725",
		"status": "closed"
	},
	"EDIT5726": {
		"type": "editorial",
		"title": "Flat map assorted editorial improvements",
		"long_link": "https://github.com/cplusplus/draft/issues/5726",
		"link": "https://wg21.link/edit5726",
		"status": "open"
	},
	"EDIT5727": {
		"type": "editorial",
		"title": "[mdspan.mdspan] Remaining uses of `pointer`",
		"long_link": "https://github.com/cplusplus/draft/issues/5727",
		"link": "https://wg21.link/edit5727",
		"status": "open"
	},
	"EDIT5728": {
		"type": "editorial",
		"title": "[flat.set.modifiers] Drop `return` statement from code block in *Effects* element",
		"long_link": "https://github.com/cplusplus/draft/issues/5728",
		"link": "https://wg21.link/edit5728",
		"status": "open"
	},
	"EDIT5729": {
		"type": "editorial",
		"title": "[range.stride.overview] Make the prints message format consistent",
		"long_link": "https://github.com/cplusplus/draft/pull/5729",
		"link": "https://wg21.link/edit5729",
		"status": "closed"
	},
	"EDIT5730": {
		"type": "editorial",
		"title": "[range.chunk.fwd.iter, range.stride.iterator] What precondition is implied here?",
		"long_link": "https://github.com/cplusplus/draft/issues/5730",
		"link": "https://wg21.link/edit5730",
		"status": "open"
	},
	"EDIT5731": {
		"type": "editorial",
		"title": "std::destroy should be marked freestanding",
		"long_link": "https://github.com/cplusplus/draft/issues/5731",
		"link": "https://wg21.link/edit5731",
		"status": "open"
	},
	"EDIT5732": {
		"type": "editorial",
		"title": "[format.formattable] Fix spacing of _requires-expression_",
		"long_link": "https://github.com/cplusplus/draft/pull/5732",
		"link": "https://wg21.link/edit5732",
		"status": "closed"
	},
	"EDIT5733": {
		"type": "editorial",
		"title": "views::stride in [ranges.syn] should not be marked freestanding",
		"long_link": "https://github.com/cplusplus/draft/issues/5733",
		"link": "https://wg21.link/edit5733",
		"status": "closed"
	},
	"EDIT5734": {
		"type": "editorial",
		"title": "\\logop should use small caps, and bare ALLCAPS operations should be changed to use \\logops",
		"long_link": "https://github.com/cplusplus/draft/issues/5734",
		"link": "https://wg21.link/edit5734",
		"status": "open"
	},
	"EDIT5735": {
		"type": "editorial",
		"title": "[range.cartesian.view] Fix _`cartesian-product-is-common`_",
		"long_link": "https://github.com/cplusplus/draft/issues/5735",
		"link": "https://wg21.link/edit5735",
		"status": "closed"
	},
	"EDIT5736": {
		"type": "editorial",
		"title": "[range.cartesian.overview] Use `auto` instead of _`decay-copy`_",
		"long_link": "https://github.com/cplusplus/draft/issues/5736",
		"link": "https://wg21.link/edit5736",
		"status": "closed"
	},
	"EDIT5737": {
		"type": "editorial",
		"title": "[ranges.cartesian.iterator] Fix format of `decltype(current_)`",
		"long_link": "https://github.com/cplusplus/draft/pull/5737",
		"link": "https://wg21.link/edit5737",
		"status": "closed"
	},
	"EDIT5738": {
		"type": "editorial",
		"title": "[ranges.syn] Fix `// freestanding` comments of under [range.as.rvalue]",
		"long_link": "https://github.com/cplusplus/draft/issues/5738",
		"link": "https://wg21.link/edit5738",
		"status": "closed"
	},
	"EDIT5739": {
		"type": "editorial",
		"title": "[range.adaptor.tuple] Remove (use of) _`tuple-or-pair`_",
		"long_link": "https://github.com/cplusplus/draft/issues/5739",
		"link": "https://wg21.link/edit5739",
		"status": "closed"
	},
	"EDIT5740": {
		"type": "editorial",
		"title": "[cpp.cond] Missing `__has_cpp_attribute(assume)`",
		"long_link": "https://github.com/cplusplus/draft/issues/5740",
		"link": "https://wg21.link/edit5740",
		"status": "open"
	},
	"EDIT5741": {
		"type": "editorial",
		"title": "[std] Revise uses of undefined term \"potentially throwing\"",
		"long_link": "https://github.com/cplusplus/draft/issues/5741",
		"link": "https://wg21.link/edit5741",
		"status": "open"
	},
	"EDIT5742": {
		"type": "editorial",
		"title": "[ranges.syn] Add missing \"freestanding\" comment for as_rvalue.",
		"long_link": "https://github.com/cplusplus/draft/pull/5742",
		"link": "https://wg21.link/edit5742",
		"status": "closed"
	},
	"EDIT5743": {
		"type": "editorial",
		"title": "[format] Remove redundant `\\tcode` around `\\exposid`",
		"long_link": "https://github.com/cplusplus/draft/pull/5743",
		"link": "https://wg21.link/edit5743",
		"status": "closed"
	},
	"EDIT5744": {
		"type": "editorial",
		"title": "[range.zip.transform.view] Fix typo: mmove_constructible.",
		"long_link": "https://github.com/cplusplus/draft/pull/5744",
		"link": "https://wg21.link/edit5744",
		"status": "closed"
	},
	"EDIT5745": {
		"type": "editorial",
		"title": "[range.as.const.view] Add missing angle brackets",
		"long_link": "https://github.com/cplusplus/draft/pull/5745",
		"link": "https://wg21.link/edit5745",
		"status": "closed"
	},
	"EDIT5746": {
		"type": "editorial",
		"title": "[const.iterators.alias] Use \\libconcept for input_­iterator",
		"long_link": "https://github.com/cplusplus/draft/pull/5746",
		"link": "https://wg21.link/edit5746",
		"status": "closed"
	},
	"EDIT5747": {
		"type": "editorial",
		"title": "[dcl.fct.def.default] Elaborate on the difference of two declarations",
		"long_link": "https://github.com/cplusplus/draft/pull/5747",
		"link": "https://wg21.link/edit5747",
		"status": "closed"
	},
	"EDIT5748": {
		"type": "editorial",
		"title": "[range.as.rvalue.view] Fix curly brace format",
		"long_link": "https://github.com/cplusplus/draft/pull/5748",
		"link": "https://wg21.link/edit5748",
		"status": "closed"
	},
	"EDIT5749": {
		"type": "editorial",
		"title": "[lex.charset] Add missing hyphens",
		"long_link": "https://github.com/cplusplus/draft/pull/5749",
		"link": "https://wg21.link/edit5749",
		"status": "closed"
	},
	"EDIT5750": {
		"type": "editorial",
		"title": "[range.cartesian.view] Fix definition of cartesian-product-is-common",
		"long_link": "https://github.com/cplusplus/draft/pull/5750",
		"link": "https://wg21.link/edit5750",
		"status": "closed"
	},
	"EDIT5751": {
		"type": "editorial",
		"title": "[format.string.escaped] Fix invalid examples",
		"long_link": "https://github.com/cplusplus/draft/pull/5751",
		"link": "https://wg21.link/edit5751",
		"status": "closed"
	},
	"EDIT5752": {
		"type": "editorial",
		"title": "[const.iterators.types, const.iterators.ops] Use \\libconcept for range concepts",
		"long_link": "https://github.com/cplusplus/draft/pull/5752",
		"link": "https://wg21.link/edit5752",
		"status": "closed"
	},
	"EDIT5753": {
		"type": "editorial",
		"title": "[range.as.rvalue.overview] Add \\libconcept for same_as",
		"long_link": "https://github.com/cplusplus/draft/pull/5753",
		"link": "https://wg21.link/edit5753",
		"status": "closed"
	},
	"EDIT5754": {
		"type": "editorial",
		"title": "[range.cartesian.view] Use \\exposid for bases_",
		"long_link": "https://github.com/cplusplus/draft/pull/5754",
		"link": "https://wg21.link/edit5754",
		"status": "closed"
	},
	"EDIT5755": {
		"type": "editorial",
		"title": "[ranges.cartesian.iterator] Add missing @ for libconcept",
		"long_link": "https://github.com/cplusplus/draft/pull/5755",
		"link": "https://wg21.link/edit5755",
		"status": "closed"
	},
	"EDIT5756": {
		"type": "editorial",
		"title": "[ranges] Make the prints message format consistent",
		"long_link": "https://github.com/cplusplus/draft/pull/5756",
		"link": "https://wg21.link/edit5756",
		"status": "closed"
	},
	"EDIT5757": {
		"type": "editorial",
		"title": "[diff] Uniform style for examples",
		"long_link": "https://github.com/cplusplus/draft/pull/5757",
		"link": "https://wg21.link/edit5757",
		"status": "closed"
	},
	"EDIT5758": {
		"type": "editorial",
		"title": "[memory.syn] Add missing \"// freestanding\" comment to \"destroy\"",
		"long_link": "https://github.com/cplusplus/draft/pull/5758",
		"link": "https://wg21.link/edit5758",
		"status": "closed"
	},
	"EDIT5759": {
		"type": "editorial",
		"title": "[vector.syn, vector.bool] Add subclause structure.",
		"long_link": "https://github.com/cplusplus/draft/pull/5759",
		"link": "https://wg21.link/edit5759",
		"status": "closed"
	},
	"EDIT5760": {
		"type": "editorial",
		"title": "[range.as.const.view] Fix constrain order",
		"long_link": "https://github.com/cplusplus/draft/pull/5760",
		"link": "https://wg21.link/edit5760",
		"status": "closed"
	},
	"EDIT5761": {
		"type": "editorial",
		"title": "[expr.prim.id.unqual] Fix parameter name in example (\"y\", not \"z\")",
		"long_link": "https://github.com/cplusplus/draft/pull/5761",
		"link": "https://wg21.link/edit5761",
		"status": "closed"
	},
	"EDIT5762": {
		"type": "editorial",
		"title": "[defns.dynamic.type] A misleading note",
		"long_link": "https://github.com/cplusplus/draft/issues/5762",
		"link": "https://wg21.link/edit5762",
		"status": "open"
	},
	"EDIT5763": {
		"type": "editorial",
		"title": "[basic.life]/6 and [basic.life]/7 Duplicate wording regarding access outside of lifetime",
		"long_link": "https://github.com/cplusplus/draft/issues/5763",
		"link": "https://wg21.link/edit5763",
		"status": "open"
	},
	"EDIT5764": {
		"type": "editorial",
		"title": "[range.repeat.view] Add \\libconcept for same_as",
		"long_link": "https://github.com/cplusplus/draft/pull/5764",
		"link": "https://wg21.link/edit5764",
		"status": "closed"
	},
	"EDIT5765": {
		"type": "editorial",
		"title": "[range.repeat.view] Fix class template comment typo",
		"long_link": "https://github.com/cplusplus/draft/pull/5765",
		"link": "https://wg21.link/edit5765",
		"status": "closed"
	},
	"EDIT5766": {
		"type": "editorial",
		"title": "[ranges.cartesian.iterator] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/5766",
		"link": "https://wg21.link/edit5766",
		"status": "closed"
	},
	"EDIT5767": {
		"type": "editorial",
		"title": "[range.repeat.iterator] repeat_view::iterator is not a class template",
		"long_link": "https://github.com/cplusplus/draft/pull/5767",
		"link": "https://wg21.link/edit5767",
		"status": "closed"
	},
	"EDIT5768": {
		"type": "editorial",
		"title": "[range.cartesian.view] Fix cartesian-product-is-common",
		"long_link": "https://github.com/cplusplus/draft/pull/5768",
		"link": "https://wg21.link/edit5768",
		"status": "closed"
	},
	"EDIT5769": {
		"type": "editorial",
		"title": "[range.adaptor.tuple] Fix annoying tuple naming conflict",
		"long_link": "https://github.com/cplusplus/draft/pull/5769",
		"link": "https://wg21.link/edit5769",
		"status": "closed"
	},
	"EDIT5770": {
		"type": "editorial",
		"title": "[range.cartesian.view] Fix neglect for parent_",
		"long_link": "https://github.com/cplusplus/draft/pull/5770",
		"link": "https://wg21.link/edit5770",
		"status": "closed"
	},
	"EDIT5771": {
		"type": "editorial",
		"title": "[obj.lifetime] Fix preconditions for `start_lifetime_as_array`",
		"long_link": "https://github.com/cplusplus/draft/pull/5771",
		"link": "https://wg21.link/edit5771",
		"status": "closed"
	},
	"EDIT5772": {
		"type": "editorial",
		"title": "[flat.*.{syn,erasure}] Change return type of erase_if to member size_type",
		"long_link": "https://github.com/cplusplus/draft/pull/5772",
		"link": "https://wg21.link/edit5772",
		"status": "closed"
	},
	"EDIT5773": {
		"type": "editorial",
		"title": "[range.cartesian.view] Further fixing of cartesian-product-is-common",
		"long_link": "https://github.com/cplusplus/draft/pull/5773",
		"link": "https://wg21.link/edit5773",
		"status": "closed"
	},
	"EDIT5774": {
		"type": "editorial",
		"title": "[ranges.elementsof] Fix template format",
		"long_link": "https://github.com/cplusplus/draft/pull/5774",
		"link": "https://wg21.link/edit5774",
		"status": "closed"
	},
	"EDIT5775": {
		"type": "editorial",
		"title": "Fix various library typos and style issues from #5428",
		"long_link": "https://github.com/cplusplus/draft/pull/5775",
		"link": "https://wg21.link/edit5775",
		"status": "closed"
	},
	"EDIT5776": {
		"type": "editorial",
		"title": "[vector.capacity] p14 The precondition use \"and\" but should use \"or\"",
		"long_link": "https://github.com/cplusplus/draft/issues/5776",
		"link": "https://wg21.link/edit5776",
		"status": "closed"
	},
	"EDIT5777": {
		"type": "editorial",
		"title": "[ranges.cartesian.iterator] Fix non-existing `reference_t`",
		"long_link": "https://github.com/cplusplus/draft/pull/5777",
		"link": "https://wg21.link/edit5777",
		"status": "closed"
	},
	"EDIT5778": {
		"type": "editorial",
		"title": "[range.zip, ranges.cartesian.iterator] Simplify `maybe-const<Const, Views>` into `const Views`",
		"long_link": "https://github.com/cplusplus/draft/pull/5778",
		"link": "https://wg21.link/edit5778",
		"status": "closed"
	},
	"EDIT5779": {
		"type": "editorial",
		"title": "Fix adjacent_view example.",
		"long_link": "https://github.com/cplusplus/draft/pull/5779",
		"link": "https://wg21.link/edit5779",
		"status": "closed"
	},
	"EDIT5780": {
		"type": "editorial",
		"title": "[range.cartesian.view] Add missing angle brackets for `cartesian-is-sized-sentinel`",
		"long_link": "https://github.com/cplusplus/draft/pull/5780",
		"link": "https://wg21.link/edit5780",
		"status": "closed"
	},
	"EDIT5781": {
		"type": "editorial",
		"title": "[range.zip.overview] Use tuple in example, not pair",
		"long_link": "https://github.com/cplusplus/draft/pull/5781",
		"link": "https://wg21.link/edit5781",
		"status": "closed"
	},
	"EDIT5782": {
		"type": "editorial",
		"title": "[basic.life]/8 Add a note about pointer to uninitialized memory",
		"long_link": "https://github.com/cplusplus/draft/issues/5782",
		"link": "https://wg21.link/edit5782",
		"status": "open"
	},
	"EDIT5783": {
		"type": "editorial",
		"title": "[stmt.return], [stmt.return.coroutine] update notes re implicit move",
		"long_link": "https://github.com/cplusplus/draft/pull/5783",
		"link": "https://wg21.link/edit5783",
		"status": "open"
	},
	"EDIT5784": {
		"type": "editorial",
		"title": "[tuple.syn, tuple.like] Standardized template format",
		"long_link": "https://github.com/cplusplus/draft/pull/5784",
		"link": "https://wg21.link/edit5784",
		"status": "closed"
	},
	"EDIT5785": {
		"type": "editorial",
		"title": "[range.drop.overview, range.take.overview] Fixed unformatted `(void)F, decay-copy(E)`",
		"long_link": "https://github.com/cplusplus/draft/pull/5785",
		"link": "https://wg21.link/edit5785",
		"status": "closed"
	},
	"EDIT5786": {
		"type": "editorial",
		"title": "[algorithm.syn] Fix template format",
		"long_link": "https://github.com/cplusplus/draft/pull/5786",
		"link": "https://wg21.link/edit5786",
		"status": "closed"
	},
	"EDIT5787": {
		"type": "editorial",
		"title": "[check] Flag any space between 'template' and '<'",
		"long_link": "https://github.com/cplusplus/draft/pull/5787",
		"link": "https://wg21.link/edit5787",
		"status": "closed"
	},
	"EDIT5788": {
		"type": "editorial",
		"title": "[format.range.fmtstr] Add ranges namespace qualifier for range concepts",
		"long_link": "https://github.com/cplusplus/draft/pull/5788",
		"link": "https://wg21.link/edit5788",
		"status": "closed"
	},
	"EDIT5789": {
		"type": "editorial",
		"title": "[flat.set.syn] `<flat_set>` should include `<compare>`",
		"long_link": "https://github.com/cplusplus/draft/pull/5789",
		"link": "https://wg21.link/edit5789",
		"status": "open"
	},
	"EDIT5790": {
		"type": "editorial",
		"title": "[class.dtor]/example-1 is illegal",
		"long_link": "https://github.com/cplusplus/draft/issues/5790",
		"link": "https://wg21.link/edit5790",
		"status": "closed"
	},
	"EDIT5791": {
		"type": "editorial",
		"title": "[ranges] Improve examples",
		"long_link": "https://github.com/cplusplus/draft/pull/5791",
		"link": "https://wg21.link/edit5791",
		"status": "closed"
	},
	"EDIT5792": {
		"type": "editorial",
		"title": "[move.sentinel] Remove extraneous \"`std::`\" qualification",
		"long_link": "https://github.com/cplusplus/draft/pull/5792",
		"link": "https://wg21.link/edit5792",
		"status": "closed"
	},
	"EDIT5793": {
		"type": "editorial",
		"title": "[containers] Add `std::` for `forward`/`move`",
		"long_link": "https://github.com/cplusplus/draft/pull/5793",
		"link": "https://wg21.link/edit5793",
		"status": "closed"
	},
	"EDIT5794": {
		"type": "editorial",
		"title": "[util.smartptr.shared.create] Add `std::` qualification for `forward`",
		"long_link": "https://github.com/cplusplus/draft/pull/5794",
		"link": "https://wg21.link/edit5794",
		"status": "closed"
	},
	"EDIT5795": {
		"type": "editorial",
		"title": "Improve automatic LaTeX checking of concept names",
		"long_link": "https://github.com/cplusplus/draft/pull/5795",
		"link": "https://wg21.link/edit5795",
		"status": "closed"
	},
	"EDIT5796": {
		"type": "editorial",
		"title": "[ranges] Add \\exposid for `iterator`",
		"long_link": "https://github.com/cplusplus/draft/pull/5796",
		"link": "https://wg21.link/edit5796",
		"status": "closed"
	},
	"EDIT5797": {
		"type": "editorial",
		"title": "[range.iota.sentinel]  Add \\exposid for `sentinel`",
		"long_link": "https://github.com/cplusplus/draft/pull/5797",
		"link": "https://wg21.link/edit5797",
		"status": "closed"
	},
	"EDIT5798": {
		"type": "editorial",
		"title": "[containers] Where are `cont-key-type`/`cont-mapped-type` used?",
		"long_link": "https://github.com/cplusplus/draft/issues/5798",
		"link": "https://wg21.link/edit5798",
		"status": "open"
	},
	"EDIT5799": {
		"type": "editorial",
		"title": "[thread.stoptoken.syn] `stop_­callback` should be class template",
		"long_link": "https://github.com/cplusplus/draft/pull/5799",
		"link": "https://wg21.link/edit5799",
		"status": "closed"
	},
	"EDIT5800": {
		"type": "editorial",
		"title": "[flat.map.defn,flat.multimap.defn] Deduction guide needs to default `Allocator` to be useful",
		"long_link": "https://github.com/cplusplus/draft/issues/5800",
		"link": "https://wg21.link/edit5800",
		"status": "open"
	},
	"EDIT5801": {
		"type": "editorial",
		"title": "[range.repeat.view] Use \\tcode for `WArgs`",
		"long_link": "https://github.com/cplusplus/draft/pull/5801",
		"link": "https://wg21.link/edit5801",
		"status": "closed"
	},
	"EDIT5802": {
		"type": "editorial",
		"title": "[expected.object.assign] Add missing 'Returns: *this'",
		"long_link": "https://github.com/cplusplus/draft/pull/5802",
		"link": "https://wg21.link/edit5802",
		"status": "closed"
	},
	"EDIT5803": {
		"type": "editorial",
		"title": "[flat.set.modifiers] Remove stray 'return' in Effects clause",
		"long_link": "https://github.com/cplusplus/draft/pull/5803",
		"link": "https://wg21.link/edit5803",
		"status": "closed"
	},
	"EDIT5804": {
		"type": "editorial",
		"title": "Fix and use \\logop",
		"long_link": "https://github.com/cplusplus/draft/pull/5804",
		"link": "https://wg21.link/edit5804",
		"status": "closed"
	},
	"EDIT5805": {
		"type": "editorial",
		"title": "Text is not clear about what it means to \"bind directly\"",
		"long_link": "https://github.com/cplusplus/draft/issues/5805",
		"link": "https://wg21.link/edit5805",
		"status": "open"
	},
	"EDIT5806": {
		"type": "editorial",
		"title": "[functional.syn] Add \\tcode for `hash`",
		"long_link": "https://github.com/cplusplus/draft/pull/5806",
		"link": "https://wg21.link/edit5806",
		"status": "closed"
	},
	"EDIT5807": {
		"type": "editorial",
		"title": "[const.iterators.alias] Rename template parameter `It` to `I`",
		"long_link": "https://github.com/cplusplus/draft/pull/5807",
		"link": "https://wg21.link/edit5807",
		"status": "open"
	},
	"EDIT5808": {
		"type": "editorial",
		"title": "Add blanket wording for operator++(int) on iterators",
		"long_link": "https://github.com/cplusplus/draft/issues/5808",
		"link": "https://wg21.link/edit5808",
		"status": "closed"
	},
	"EDIT5809": {
		"type": "editorial",
		"title": "Add blanket wording for \"Returns: *this.\" on assignment operators",
		"long_link": "https://github.com/cplusplus/draft/issues/5809",
		"link": "https://wg21.link/edit5809",
		"status": "open"
	},
	"EDIT5810": {
		"type": "editorial",
		"title": "Style for chain-of-\"otherwise\" itemizations",
		"long_link": "https://github.com/cplusplus/draft/issues/5810",
		"link": "https://wg21.link/edit5810",
		"status": "open"
	},
	"EDIT5811": {
		"type": "editorial",
		"title": "[ranges] make indentation consistent",
		"long_link": "https://github.com/cplusplus/draft/pull/5811",
		"link": "https://wg21.link/edit5811",
		"status": "closed"
	},
	"EDIT5812": {
		"type": "editorial",
		"title": "Style exposition-only members of flat_map, flat_multimap, flat_set, flat_multiset consistently",
		"long_link": "https://github.com/cplusplus/draft/issues/5812",
		"link": "https://wg21.link/edit5812",
		"status": "open"
	},
	"EDIT5813": {
		"type": "editorial",
		"title": "[expr.const] Consider using \"non-constant library call\" more generally",
		"long_link": "https://github.com/cplusplus/draft/issues/5813",
		"link": "https://wg21.link/edit5813",
		"status": "open"
	},
	"EDIT5814": {
		"type": "editorial",
		"title": "[class.local] p1 Improve the definition of local class ",
		"long_link": "https://github.com/cplusplus/draft/issues/5814",
		"link": "https://wg21.link/edit5814",
		"status": "open"
	},
	"EDIT5815": {
		"type": "editorial",
		"title": "[expr.unary.op] p10 The operand should be the promoted operand",
		"long_link": "https://github.com/cplusplus/draft/issues/5815",
		"link": "https://wg21.link/edit5815",
		"status": "open"
	},
	"EDIT5816": {
		"type": "editorial",
		"title": "[expr] Replace `\\^` with `\\caret`",
		"long_link": "https://github.com/cplusplus/draft/pull/5816",
		"link": "https://wg21.link/edit5816",
		"status": "closed"
	},
	"EDIT5817": {
		"type": "editorial",
		"title": "[format.string.std] where does the \"0x\" base prefix for pointers get added?",
		"long_link": "https://github.com/cplusplus/draft/issues/5817",
		"link": "https://wg21.link/edit5817",
		"status": "open"
	},
	"EDIT5818": {
		"type": "editorial",
		"title": "[basic.life]/8.3 don't put const in the middle of \"complete object\" words of power",
		"long_link": "https://github.com/cplusplus/draft/pull/5818",
		"link": "https://wg21.link/edit5818",
		"status": "closed"
	},
	"EDIT5819": {
		"type": "editorial",
		"title": "[ranges] Add \\libconcept for `view` in Overview",
		"long_link": "https://github.com/cplusplus/draft/pull/5819",
		"link": "https://wg21.link/edit5819",
		"status": "open"
	},
	"EDIT5820": {
		"type": "editorial",
		"title": "[check] Add check for \\^ and recommend \\caret",
		"long_link": "https://github.com/cplusplus/draft/pull/5820",
		"link": "https://wg21.link/edit5820",
		"status": "closed"
	},
	"EDIT5821": {
		"type": "editorial",
		"title": "[dcl.init.ref] Cv-qualification adjustments before temporary materialization",
		"long_link": "https://github.com/cplusplus/draft/issues/5821",
		"link": "https://wg21.link/edit5821",
		"status": "open"
	},
	"EDIT5822": {
		"type": "editorial",
		"title": "[conv.fcttpr] Clarify the definition and the corresponding examples",
		"long_link": "https://github.com/cplusplus/draft/issues/5822",
		"link": "https://wg21.link/edit5822",
		"status": "open"
	},
	"EDIT5823": {
		"type": "editorial",
		"title": "[algorithm.syn] Align some format",
		"long_link": "https://github.com/cplusplus/draft/pull/5823",
		"link": "https://wg21.link/edit5823",
		"status": "closed"
	},
	"EDIT5824": {
		"type": "editorial",
		"title": "[expr.prim.lambda.capture]/8 Add a note explaining when capture is required",
		"long_link": "https://github.com/cplusplus/draft/issues/5824",
		"link": "https://wg21.link/edit5824",
		"status": "closed"
	},
	"EDIT5825": {
		"type": "editorial",
		"title": "[over.best.ics.general] p6 is long",
		"long_link": "https://github.com/cplusplus/draft/issues/5825",
		"link": "https://wg21.link/edit5825",
		"status": "closed"
	},
	"EDIT5826": {
		"type": "editorial",
		"title": "Update references to Unicode Standard & Annexes.",
		"long_link": "https://github.com/cplusplus/draft/pull/5826",
		"link": "https://wg21.link/edit5826",
		"status": "closed"
	},
	"EDIT5827": {
		"type": "editorial",
		"title": "[range.chunk.view.input, range.slide.view] Remove unused name in the deduction guide",
		"long_link": "https://github.com/cplusplus/draft/pull/5827",
		"link": "https://wg21.link/edit5827",
		"status": "closed"
	},
	"EDIT5828": {
		"type": "editorial",
		"title": "placeholders::_2 is not indexed",
		"long_link": "https://github.com/cplusplus/draft/issues/5828",
		"link": "https://wg21.link/edit5828",
		"status": "closed"
	},
	"EDIT5829": {
		"type": "editorial",
		"title": "[func.bind.isplace] Add cross-reference to [func.bind.place]",
		"long_link": "https://github.com/cplusplus/draft/issues/5829",
		"link": "https://wg21.link/edit5829",
		"status": "closed"
	},
	"EDIT5830": {
		"type": "editorial",
		"title": "vector<bool>::reference is not indexed",
		"long_link": "https://github.com/cplusplus/draft/issues/5830",
		"link": "https://wg21.link/edit5830",
		"status": "closed"
	},
	"EDIT5831": {
		"type": "editorial",
		"title": "Index entries for range adaptors in namespace views",
		"long_link": "https://github.com/cplusplus/draft/issues/5831",
		"link": "https://wg21.link/edit5831",
		"status": "closed"
	},
	"EDIT5832": {
		"type": "editorial",
		"title": "Some exposition-only types are not formatted as such in the index",
		"long_link": "https://github.com/cplusplus/draft/issues/5832",
		"link": "https://wg21.link/edit5832",
		"status": "open"
	},
	"EDIT5833": {
		"type": "editorial",
		"title": "this_thread::get_id() is not related to psychoanalysis",
		"long_link": "https://github.com/cplusplus/draft/issues/5833",
		"link": "https://wg21.link/edit5833",
		"status": "closed"
	},
	"EDIT5834": {
		"type": "editorial",
		"title": "[syserr.general] should use \"Recommended practice\"",
		"long_link": "https://github.com/cplusplus/draft/issues/5834",
		"link": "https://wg21.link/edit5834",
		"status": "closed"
	},
	"EDIT5835": {
		"type": "editorial",
		"title": "[diff.cpp03.containers] Add overdue compatibility note on allocators",
		"long_link": "https://github.com/cplusplus/draft/pull/5835",
		"link": "https://wg21.link/edit5835",
		"status": "open"
	},
	"EDIT5836": {
		"type": "editorial",
		"title": "[expr.ref] p1 The evaluation of the id-expression in class member access",
		"long_link": "https://github.com/cplusplus/draft/issues/5836",
		"link": "https://wg21.link/edit5836",
		"status": "open"
	},
	"EDIT5837": {
		"type": "editorial",
		"title": "[ranges.syn] std::[ranges::]get([const ]subrange<I, S, K>&) is not marked freestanding",
		"long_link": "https://github.com/cplusplus/draft/issues/5837",
		"link": "https://wg21.link/edit5837",
		"status": "closed"
	},
	"EDIT5838": {
		"type": "editorial",
		"title": "ranges::get should be freestanding",
		"long_link": "https://github.com/cplusplus/draft/issues/5838",
		"link": "https://wg21.link/edit5838",
		"status": "closed"
	},
	"EDIT5839": {
		"type": "editorial",
		"title": "[ranges.syn] Make get overloads freestanding",
		"long_link": "https://github.com/cplusplus/draft/pull/5839",
		"link": "https://wg21.link/edit5839",
		"status": "closed"
	},
	"EDIT5840": {
		"type": "editorial",
		"title": "[unord.general, container.adaptors.general] Complete the alias template that appears in the reduction guides",
		"long_link": "https://github.com/cplusplus/draft/pull/5840",
		"link": "https://wg21.link/edit5840",
		"status": "closed"
	},
	"EDIT5841": {
		"type": "editorial",
		"title": "[diagnostics] Remove 'shall', use 'recommended practice'",
		"long_link": "https://github.com/cplusplus/draft/pull/5841",
		"link": "https://wg21.link/edit5841",
		"status": "closed"
	},
	"EDIT5842": {
		"type": "editorial",
		"title": "[func.bind.isplace] Add cross-reference to [func.bind.place]",
		"long_link": "https://github.com/cplusplus/draft/pull/5842",
		"link": "https://wg21.link/edit5842",
		"status": "closed"
	},
	"EDIT5843": {
		"type": "editorial",
		"title": "[vector.bool.pspc] Index vector<bool>::reference",
		"long_link": "https://github.com/cplusplus/draft/pull/5843",
		"link": "https://wg21.link/edit5843",
		"status": "closed"
	},
	"EDIT5844": {
		"type": "editorial",
		"title": "[over.best.ics.general] Split long paragraph",
		"long_link": "https://github.com/cplusplus/draft/pull/5844",
		"link": "https://wg21.link/edit5844",
		"status": "closed"
	},
	"EDIT5845": {
		"type": "editorial",
		"title": "[expected] Change stable label from \"ctor\" to \"cons\", add xref",
		"long_link": "https://github.com/cplusplus/draft/pull/5845",
		"link": "https://wg21.link/edit5845",
		"status": "closed"
	},
	"EDIT5846": {
		"type": "editorial",
		"title": "[func.bind] Index 10 placeholders",
		"long_link": "https://github.com/cplusplus/draft/pull/5846",
		"link": "https://wg21.link/edit5846",
		"status": "closed"
	},
	"EDIT5847": {
		"type": "editorial",
		"title": "[expr.prim.lambda.capture] Cross-reference [basic.def.odr] for 'odr-usable'",
		"long_link": "https://github.com/cplusplus/draft/pull/5847",
		"link": "https://wg21.link/edit5847",
		"status": "closed"
	},
	"EDIT5848": {
		"type": "editorial",
		"title": "[thread.thread.this] Clarify this_thread::get_id",
		"long_link": "https://github.com/cplusplus/draft/pull/5848",
		"link": "https://wg21.link/edit5848",
		"status": "closed"
	},
	"EDIT5849": {
		"type": "editorial",
		"title": "[ranges] Indexing fixes for iterator and sentinel classes",
		"long_link": "https://github.com/cplusplus/draft/pull/5849",
		"link": "https://wg21.link/edit5849",
		"status": "closed"
	},
	"EDIT5850": {
		"type": "editorial",
		"title": "[format.string.std] Clarify location of 0x prefix for pointers",
		"long_link": "https://github.com/cplusplus/draft/pull/5850",
		"link": "https://wg21.link/edit5850",
		"status": "closed"
	},
	"EDIT5851": {
		"type": "editorial",
		"title": "[support, etc.] New subclause \"Arithmetic types\".",
		"long_link": "https://github.com/cplusplus/draft/pull/5851",
		"link": "https://wg21.link/edit5851",
		"status": "closed"
	},
	"EDIT5852": {
		"type": "editorial",
		"title": "[c.math.hypot3] Fix the mis-specified `double` parameter of 3-argument `hypot`",
		"long_link": "https://github.com/cplusplus/draft/pull/5852",
		"link": "https://wg21.link/edit5852",
		"status": "closed"
	},
	"EDIT5853": {
		"type": "editorial",
		"title": "[headers] Ordering `<type_traits>`",
		"long_link": "https://github.com/cplusplus/draft/issues/5853",
		"link": "https://wg21.link/edit5853",
		"status": "closed"
	},
	"EDIT5854": {
		"type": "editorial",
		"title": "[headers] Order `<type_traits>` before `<typeindex>` in the header table",
		"long_link": "https://github.com/cplusplus/draft/pull/5854",
		"link": "https://wg21.link/edit5854",
		"status": "closed"
	},
	"EDIT5855": {
		"type": "editorial",
		"title": "[futures.errors] Add `\\tcode` for `equivalent`",
		"long_link": "https://github.com/cplusplus/draft/pull/5855",
		"link": "https://wg21.link/edit5855",
		"status": "closed"
	},
	"EDIT5856": {
		"type": "editorial",
		"title": "[utility.arg.requirements] turn list of identifiers into a bullet list",
		"long_link": "https://github.com/cplusplus/draft/pull/5856",
		"link": "https://wg21.link/edit5856",
		"status": "closed"
	},
	"EDIT5857": {
		"type": "editorial",
		"title": "[mdspan.extents.cons] Correct spelling of \"dynamic-extents\"",
		"long_link": "https://github.com/cplusplus/draft/pull/5857",
		"link": "https://wg21.link/edit5857",
		"status": "closed"
	},
	"EDIT5858": {
		"type": "editorial",
		"title": "[ranges.syn] `repeat_view`, `stride_view`, `cartesian_product_view` are not marked as freestanding",
		"long_link": "https://github.com/cplusplus/draft/issues/5858",
		"link": "https://wg21.link/edit5858",
		"status": "closed"
	},
	"EDIT5859": {
		"type": "editorial",
		"title": "[meta, thread] Add/amend references to func.require, func.invoke",
		"long_link": "https://github.com/cplusplus/draft/pull/5859",
		"link": "https://wg21.link/edit5859",
		"status": "open"
	},
	"EDIT5860": {
		"type": "editorial",
		"title": "[range.as.const.overview] Remove redundant ranges namespace qualification",
		"long_link": "https://github.com/cplusplus/draft/pull/5860",
		"link": "https://wg21.link/edit5860",
		"status": "closed"
	},
	"EDIT5861": {
		"type": "editorial",
		"title": "[intro.execution] p8 Sequenced before and the subexpressions thereof",
		"long_link": "https://github.com/cplusplus/draft/issues/5861",
		"link": "https://wg21.link/edit5861",
		"status": "open"
	},
	"EDIT5862": {
		"type": "editorial",
		"title": "[template.bitset] reorder synopsis and member descriptions",
		"long_link": "https://github.com/cplusplus/draft/pull/5862",
		"link": "https://wg21.link/edit5862",
		"status": "closed"
	},
	"EDIT5863": {
		"type": "editorial",
		"title": "[range.cartesian.iterator] Absolve single item list",
		"long_link": "https://github.com/cplusplus/draft/issues/5863",
		"link": "https://wg21.link/edit5863",
		"status": "open"
	},
	"EDIT5864": {
		"type": "editorial",
		"title": "[expected.expected] Missing explicit specification for unexpected-converting constructor",
		"long_link": "https://github.com/cplusplus/draft/issues/5864",
		"link": "https://wg21.link/edit5864",
		"status": "closed"
	},
	"EDIT5865": {
		"type": "editorial",
		"title": "[expected.expected] Missing explicit specification for unexpected-converting constructor LWG3754",
		"long_link": "https://github.com/cplusplus/draft/pull/5865",
		"link": "https://wg21.link/edit5865",
		"status": "closed"
	},
	"EDIT5866": {
		"type": "editorial",
		"title": "[ranges.cartesian.iterator] Fix inconsistent section naming",
		"long_link": "https://github.com/cplusplus/draft/pull/5866",
		"link": "https://wg21.link/edit5866",
		"status": "closed"
	},
	"EDIT5867": {
		"type": "editorial",
		"title": "[ranges.elementsof] Rename [ranges.elementsof] to [range.elementsof]",
		"long_link": "https://github.com/cplusplus/draft/pull/5867",
		"link": "https://wg21.link/edit5867",
		"status": "closed"
	},
	"EDIT5868": {
		"type": "editorial",
		"title": "[futures.task.members] Add missing explicit to packaged_task ctor",
		"long_link": "https://github.com/cplusplus/draft/pull/5868",
		"link": "https://wg21.link/edit5868",
		"status": "closed"
	},
	"EDIT5869": {
		"type": "editorial",
		"title": "[dcl.enum] Enumerators don't have \"initializers\"",
		"long_link": "https://github.com/cplusplus/draft/pull/5869",
		"link": "https://wg21.link/edit5869",
		"status": "open"
	},
	"EDIT5870": {
		"type": "editorial",
		"title": "[futures.task.members] Correct capitalization",
		"long_link": "https://github.com/cplusplus/draft/pull/5870",
		"link": "https://wg21.link/edit5870",
		"status": "closed"
	},
	"EDIT5871": {
		"type": "editorial",
		"title": "Fix inconsistencies with hyphens",
		"long_link": "https://github.com/cplusplus/draft/pull/5871",
		"link": "https://wg21.link/edit5871",
		"status": "open"
	},
	"EDIT5872": {
		"type": "editorial",
		"title": "[allocator.requirements.general] Remove redundant template syntax",
		"long_link": "https://github.com/cplusplus/draft/pull/5872",
		"link": "https://wg21.link/edit5872",
		"status": "open"
	},
	"EDIT5873": {
		"type": "editorial",
		"title": "[index] Remove undefined term",
		"long_link": "https://github.com/cplusplus/draft/pull/5873",
		"link": "https://wg21.link/edit5873",
		"status": "open"
	},
	"EDIT5874": {
		"type": "editorial",
		"title": "[ios.overview] Remove unconventional empty line",
		"long_link": "https://github.com/cplusplus/draft/pull/5874",
		"link": "https://wg21.link/edit5874",
		"status": "closed"
	},
	"EDIT5875": {
		"type": "editorial",
		"title": "[container.rev.reqmts] Correct capitalization",
		"long_link": "https://github.com/cplusplus/draft/pull/5875",
		"link": "https://wg21.link/edit5875",
		"status": "closed"
	},
	"EDIT5876": {
		"type": "editorial",
		"title": "[expr.const] Disjunction disqualifies `construct_at` of non-active member",
		"long_link": "https://github.com/cplusplus/draft/issues/5876",
		"link": "https://wg21.link/edit5876",
		"status": "open"
	},
	"EDIT5877": {
		"type": "editorial",
		"title": "[expr.mtr.oper]/6 refers to \"the operand for the function call operator\", as if there can only be one",
		"long_link": "https://github.com/cplusplus/draft/issues/5877",
		"link": "https://wg21.link/edit5877",
		"status": "open"
	},
	"EDIT5878": {
		"type": "editorial",
		"title": "Issue #5627: Replace \"swappable\" by \"lvalues of type T are swappable\"",
		"long_link": "https://github.com/cplusplus/draft/pull/5878",
		"link": "https://wg21.link/edit5878",
		"status": "closed"
	},
	"EDIT5879": {
		"type": "editorial",
		"title": "[ratio.ratio] What is `sign`?",
		"long_link": "https://github.com/cplusplus/draft/issues/5879",
		"link": "https://wg21.link/edit5879",
		"status": "open"
	},
	"EDIT5880": {
		"type": "editorial",
		"title": "[func.wrap.move.general] Fix cv format",
		"long_link": "https://github.com/cplusplus/draft/pull/5880",
		"link": "https://wg21.link/edit5880",
		"status": "closed"
	},
	"EDIT5881": {
		"type": "editorial",
		"title": "[associative.reqmts.general] Fix namespace typo",
		"long_link": "https://github.com/cplusplus/draft/pull/5881",
		"link": "https://wg21.link/edit5881",
		"status": "closed"
	},
	"EDIT5882": {
		"type": "editorial",
		"title": "[class.union.general] Attach example to its note",
		"long_link": "https://github.com/cplusplus/draft/pull/5882",
		"link": "https://wg21.link/edit5882",
		"status": "open"
	},
	"EDIT5883": {
		"type": "editorial",
		"title": "[conv.lval] Fix cross-reference for 'invalid pointer value'",
		"long_link": "https://github.com/cplusplus/draft/pull/5883",
		"link": "https://wg21.link/edit5883",
		"status": "closed"
	},
	"EDIT5884": {
		"type": "editorial",
		"title": "Guidelines for introducing `\\label`s",
		"long_link": "https://github.com/cplusplus/draft/issues/5884",
		"link": "https://wg21.link/edit5884",
		"status": "open"
	},
	"EDIT5885": {
		"type": "editorial",
		"title": "[intro.defs] Update hyperlink according to SC22 requirements",
		"long_link": "https://github.com/cplusplus/draft/pull/5885",
		"link": "https://wg21.link/edit5885",
		"status": "closed"
	},
	"EDIT5886": {
		"type": "editorial",
		"title": "[conv.lval] Fix cross-reference for 'invalid pointer value'",
		"long_link": "https://github.com/cplusplus/draft/pull/5886",
		"link": "https://wg21.link/edit5886",
		"status": "open"
	},
	"EDIT5887": {
		"type": "editorial",
		"title": "[obj.lifetime] Use static_cast instead of C-style cast expression",
		"long_link": "https://github.com/cplusplus/draft/pull/5887",
		"link": "https://wg21.link/edit5887",
		"status": "open"
	},
	"EDIT5888": {
		"type": "editorial",
		"title": "Foreword placeholder",
		"long_link": "https://github.com/cplusplus/draft/pull/5888",
		"link": "https://wg21.link/edit5888",
		"status": "closed"
	},
	"EDIT5889": {
		"type": "editorial",
		"title": "[temp.local] Fix \"inject-class-name\"",
		"long_link": "https://github.com/cplusplus/draft/pull/5889",
		"link": "https://wg21.link/edit5889",
		"status": "closed"
	},
	"EDIT5890": {
		"type": "editorial",
		"title": "[format.string.escaped] Fix invalid example",
		"long_link": "https://github.com/cplusplus/draft/pull/5890",
		"link": "https://wg21.link/edit5890",
		"status": "closed"
	},
	"EDIT5891": {
		"type": "editorial",
		"title": "[range.split.view,range.chunk.by.view] public exposition-only member functions?",
		"long_link": "https://github.com/cplusplus/draft/issues/5891",
		"link": "https://wg21.link/edit5891",
		"status": "open"
	},
	"EDIT5892": {
		"type": "editorial",
		"title": "[dcl.link] Fix the wording of the application of the specified language linkage",
		"long_link": "https://github.com/cplusplus/draft/pull/5892",
		"link": "https://wg21.link/edit5892",
		"status": "open"
	},
	"EDIT5893": {
		"type": "editorial",
		"title": "[basic.stc.general]/4 Move the use of invalid pointer values to [basic.compound]/3",
		"long_link": "https://github.com/cplusplus/draft/issues/5893",
		"link": "https://wg21.link/edit5893",
		"status": "open"
	},
	"EDIT5894": {
		"type": "editorial",
		"title": "Index of library names has exposition-only names under \"Symbols\"",
		"long_link": "https://github.com/cplusplus/draft/issues/5894",
		"link": "https://wg21.link/edit5894",
		"status": "open"
	},
	"EDIT5895": {
		"type": "editorial",
		"title": "Index of library names has cbegin(const C&) and cend(const C&)",
		"long_link": "https://github.com/cplusplus/draft/issues/5895",
		"link": "https://wg21.link/edit5895",
		"status": "open"
	},
	"EDIT5896": {
		"type": "editorial",
		"title": "[vector.bool.pspc] Add a blank line between the private and public members of std::vector<bool>::reference",
		"long_link": "https://github.com/cplusplus/draft/pull/5896",
		"link": "https://wg21.link/edit5896",
		"status": "open"
	},
	"EDIT5897": {
		"type": "editorial",
		"title": "Ill-formed example in [range.drop.while.overview]",
		"long_link": "https://github.com/cplusplus/draft/pull/5897",
		"link": "https://wg21.link/edit5897",
		"status": "open"
	},
	"EDIT5898": {
		"type": "editorial",
		"title": "[meta.const.eval] Add is_constant_evaluated() to index of library names",
		"long_link": "https://github.com/cplusplus/draft/pull/5898",
		"link": "https://wg21.link/edit5898",
		"status": "open"
	},
	"EDIT5899": {
		"type": "editorial",
		"title": "[bibliography] Remove stray closing parenthesis.",
		"long_link": "https://github.com/cplusplus/draft/pull/5899",
		"link": "https://wg21.link/edit5899",
		"status": "closed"
	},
	"EDIT5900": {
		"type": "editorial",
		"title": "[tuple.rel] Unusual wording for comparison operators added by P2165R4",
		"long_link": "https://github.com/cplusplus/draft/issues/5900",
		"link": "https://wg21.link/edit5900",
		"status": "open"
	},
	"EDIT5901": {
		"type": "editorial",
		"title": "(bunch of ranges) inconsistency about whether `*_view::iterator` has the `class` or `struct` class-key",
		"long_link": "https://github.com/cplusplus/draft/issues/5901",
		"link": "https://wg21.link/edit5901",
		"status": "open"
	},
	"EDIT5902": {
		"type": "editorial",
		"title": "[range.repeat] The template parameter name `W` is confusing",
		"long_link": "https://github.com/cplusplus/draft/issues/5902",
		"link": "https://wg21.link/edit5902",
		"status": "open"
	},
	"EDIT5903": {
		"type": "editorial",
		"title": "[range.repeat] Change template parameter name `W` to `T`",
		"long_link": "https://github.com/cplusplus/draft/pull/5903",
		"link": "https://wg21.link/edit5903",
		"status": "open"
	},
	"EDIT5904": {
		"type": "editorial",
		"title": "[vector.bool] and [template.bitset] Divide more clearly",
		"long_link": "https://github.com/cplusplus/draft/issues/5904",
		"link": "https://wg21.link/edit5904",
		"status": "open"
	},
	"EDIT5905": {
		"type": "editorial",
		"title": "[format.args] p1 should use \"recommended practice\"",
		"long_link": "https://github.com/cplusplus/draft/issues/5905",
		"link": "https://wg21.link/edit5905",
		"status": "open"
	},
	"EDIT5906": {
		"type": "editorial",
		"title": "[format.arg] remove friend declaration from basic_format_arg::handle",
		"long_link": "https://github.com/cplusplus/draft/issues/5906",
		"link": "https://wg21.link/edit5906",
		"status": "open"
	},
	"EDIT5907": {
		"type": "editorial",
		"title": "[mdspan.extents.expo] remove redundant // \\expos",
		"long_link": "https://github.com/cplusplus/draft/pull/5907",
		"link": "https://wg21.link/edit5907",
		"status": "open"
	},
	"EDIT5908": {
		"type": "editorial",
		"title": "Change range adaptor examples to print with formatting ranges",
		"long_link": "https://github.com/cplusplus/draft/issues/5908",
		"link": "https://wg21.link/edit5908",
		"status": "open"
	},
	"EDIT5909": {
		"type": "editorial",
		"title": "Member typedefs of iterators are missing from index of library names",
		"long_link": "https://github.com/cplusplus/draft/issues/5909",
		"link": "https://wg21.link/edit5909",
		"status": "open"
	},
	"EDIT5910": {
		"type": "editorial",
		"title": "[intro.defs] Move the definition of \"multibyte character\" to library",
		"long_link": "https://github.com/cplusplus/draft/pull/5910",
		"link": "https://wg21.link/edit5910",
		"status": "closed"
	},
	"EDIT5911": {
		"type": "editorial",
		"title": "[ranges] Remove unnecessary copy-list-initialization LWG3796",
		"long_link": "https://github.com/cplusplus/draft/pull/5911",
		"link": "https://wg21.link/edit5911",
		"status": "open"
	},
	"EDIT5912": {
		"type": "editorial",
		"title": "[format.string.std] \"Each formatter speclializations\"",
		"long_link": "https://github.com/cplusplus/draft/issues/5912",
		"link": "https://wg21.link/edit5912",
		"status": "open"
	},
	"EDIT5913": {
		"type": "editorial",
		"title": "[stack.syn] [queue.syn] Add xref comments to the class definitions",
		"long_link": "https://github.com/cplusplus/draft/pull/5913",
		"link": "https://wg21.link/edit5913",
		"status": "closed"
	},
	"EDIT5914": {
		"type": "editorial",
		"title": "[flat.map.defn] [flat.multimap.defn] Exposition-only markup for \"c\" and \"compare\"",
		"long_link": "https://github.com/cplusplus/draft/pull/5914",
		"link": "https://wg21.link/edit5914",
		"status": "open"
	},
	"EDIT5915": {
		"type": "editorial",
		"title": "[container.adaptors] uses_allocator specializations consistently use \"Alloc\"",
		"long_link": "https://github.com/cplusplus/draft/pull/5915",
		"link": "https://wg21.link/edit5915",
		"status": "open"
	},
	"EDIT5916": {
		"type": "editorial",
		"title": "LWG-617: [sequences.general] <array> claimed to define a template meeting sequence container requirements",
		"long_link": "https://github.com/cplusplus/draft/issues/5916",
		"link": "https://wg21.link/edit5916",
		"status": "open"
	},
	"EDIT5917": {
		"type": "editorial",
		"title": "[flat.set.modifiers] Add missing \\exposid",
		"long_link": "https://github.com/cplusplus/draft/pull/5917",
		"link": "https://wg21.link/edit5917",
		"status": "closed"
	},
	"EDIT5918": {
		"type": "editorial",
		"title": "[views.span] Add \\exposid for `span`'s `data_` and `size_`",
		"long_link": "https://github.com/cplusplus/draft/pull/5918",
		"link": "https://wg21.link/edit5918",
		"status": "closed"
	},
	"EDIT5919": {
		"type": "editorial",
		"title": "[dcl.init.list]/(3.10) Specify the type of the prvalue",
		"long_link": "https://github.com/cplusplus/draft/pull/5919",
		"link": "https://wg21.link/edit5919",
		"status": "closed"
	},
	"EDIT5920": {
		"type": "editorial",
		"title": "new (ptr) T() == static_cast<T*>(ptr) ?",
		"long_link": "https://github.com/cplusplus/draft/issues/5920",
		"link": "https://wg21.link/edit5920",
		"status": "closed"
	},
	"EDIT5921": {
		"type": "editorial",
		"title": "[meta.type.synop] Make template parameter names start with capital",
		"long_link": "https://github.com/cplusplus/draft/pull/5921",
		"link": "https://wg21.link/edit5921",
		"status": "closed"
	},
	"EDIT5922": {
		"type": "editorial",
		"title": "[range.dangling] The `tag` of a `struct` is not a C++ term",
		"long_link": "https://github.com/cplusplus/draft/pull/5922",
		"link": "https://wg21.link/edit5922",
		"status": "closed"
	},
	"EDIT5923": {
		"type": "editorial",
		"title": "[flat.set] [flat.multiset] [flat.map] [flat.multimap] Editorial part of LWG3802",
		"long_link": "https://github.com/cplusplus/draft/pull/5923",
		"link": "https://wg21.link/edit5923",
		"status": "open"
	},
	"EDIT5924": {
		"type": "editorial",
		"title": "[flat.map] s/compare/key_comp()/",
		"long_link": "https://github.com/cplusplus/draft/pull/5924",
		"link": "https://wg21.link/edit5924",
		"status": "closed"
	},
	"EDIT5925": {
		"type": "editorial",
		"title": "[ratio.ratio] Use defined function for sign",
		"long_link": "https://github.com/cplusplus/draft/pull/5925",
		"link": "https://wg21.link/edit5925",
		"status": "closed"
	},
	"EDIT5926": {
		"type": "editorial",
		"title": "[climits.syn] Correct note about types of macros",
		"long_link": "https://github.com/cplusplus/draft/pull/5926",
		"link": "https://wg21.link/edit5926",
		"status": "closed"
	},
	"EDIT5927": {
		"type": "editorial",
		"title": "[flat.multiset.modifiers] s/mulitset/multiset/",
		"long_link": "https://github.com/cplusplus/draft/pull/5927",
		"link": "https://wg21.link/edit5927",
		"status": "closed"
	},
	"EDIT5928": {
		"type": "editorial",
		"title": "[flat.set] [flat.multiset] Use value_type, not key_type",
		"long_link": "https://github.com/cplusplus/draft/pull/5928",
		"link": "https://wg21.link/edit5928",
		"status": "closed"
	},
	"EDIT5929": {
		"type": "editorial",
		"title": "[time.format] incorrect namespace qualifications",
		"long_link": "https://github.com/cplusplus/draft/issues/5929",
		"link": "https://wg21.link/edit5929",
		"status": "open"
	},
	"EDIT5930": {
		"type": "editorial",
		"title": "[expr.new] p20 Accurate the example for the allocation call in array new expression",
		"long_link": "https://github.com/cplusplus/draft/issues/5930",
		"link": "https://wg21.link/edit5930",
		"status": "open"
	},
	"EDIT5931": {
		"type": "editorial",
		"title": "[execpol.unseq] Fix inconsistent indent",
		"long_link": "https://github.com/cplusplus/draft/pull/5931",
		"link": "https://wg21.link/edit5931",
		"status": "open"
	},
	"EDIT5932": {
		"type": "editorial",
		"title": "[time.format] use basic_ostringstream<charT> instead of ostringstream",
		"long_link": "https://github.com/cplusplus/draft/pull/5932",
		"link": "https://wg21.link/edit5932",
		"status": "closed"
	},
	"EDIT5933": {
		"type": "editorial",
		"title": "[time.clock.tai.nonmembers] Example doesn't use the function it's supposed to show",
		"long_link": "https://github.com/cplusplus/draft/issues/5933",
		"link": "https://wg21.link/edit5933",
		"status": "open"
	},
	"EDIT5934": {
		"type": "editorial",
		"title": "[time.clock.system.nonmembers], [time.zone.zonedtime.nonmembers] add <charT>",
		"long_link": "https://github.com/cplusplus/draft/pull/5934",
		"link": "https://wg21.link/edit5934",
		"status": "closed"
	},
	"EDIT5935": {
		"type": "editorial",
		"title": "[temp.res.general] Format name in code font",
		"long_link": "https://github.com/cplusplus/draft/pull/5935",
		"link": "https://wg21.link/edit5935",
		"status": "closed"
	},
	"EDIT5936": {
		"type": "editorial",
		"title": "Three editorial fixes re \"X means that Y\"",
		"long_link": "https://github.com/cplusplus/draft/pull/5936",
		"link": "https://wg21.link/edit5936",
		"status": "open"
	},
	"EDIT5937": {
		"type": "editorial",
		"title": "[time.syn] <chrono> synopsis uses time_zone before declaring it",
		"long_link": "https://github.com/cplusplus/draft/issues/5937",
		"link": "https://wg21.link/edit5937",
		"status": "open"
	},
	"EDIT5938": {
		"type": "editorial",
		"title": " [coro.generator.promise] Ambigous specification of A in p17",
		"long_link": "https://github.com/cplusplus/draft/issues/5938",
		"link": "https://wg21.link/edit5938",
		"status": "open"
	},
	"EDIT5939": {
		"type": "editorial",
		"title": "[atomics] Replace integral and floating-point placeholders",
		"long_link": "https://github.com/cplusplus/draft/pull/5939",
		"link": "https://wg21.link/edit5939",
		"status": "open"
	},
	"EDIT5940": {
		"type": "editorial",
		"title": "Exposition-Only Members Without \\exposid",
		"long_link": "https://github.com/cplusplus/draft/issues/5940",
		"link": "https://wg21.link/edit5940",
		"status": "open"
	},
	"EDIT5941": {
		"type": "editorial",
		"title": "Superfluous // exposition only (on item decls)",
		"long_link": "https://github.com/cplusplus/draft/issues/5941",
		"link": "https://wg21.link/edit5941",
		"status": "open"
	},
	"EDIT5942": {
		"type": "editorial",
		"title": "Editorial NB comments",
		"long_link": "https://github.com/cplusplus/draft/pull/5942",
		"link": "https://wg21.link/edit5942",
		"status": "closed"
	},
	"EDIT5943": {
		"type": "editorial",
		"title": "[temp.deduct.general] Fix typo in comment in example",
		"long_link": "https://github.com/cplusplus/draft/pull/5943",
		"link": "https://wg21.link/edit5943",
		"status": "closed"
	},
	"EDIT5944": {
		"type": "editorial",
		"title": "Compatibility entry check for new headers",
		"long_link": "https://github.com/cplusplus/draft/issues/5944",
		"link": "https://wg21.link/edit5944",
		"status": "open"
	},
	"EDIT5945": {
		"type": "editorial",
		"title": "[expected] Remove redundant 'and' in multiple conditions",
		"long_link": "https://github.com/cplusplus/draft/pull/5945",
		"link": "https://wg21.link/edit5945",
		"status": "open"
	},
	"EDIT5946": {
		"type": "editorial",
		"title": "[temp.deduct.conv] Remove misleading paragraph break",
		"long_link": "https://github.com/cplusplus/draft/pull/5946",
		"link": "https://wg21.link/edit5946",
		"status": "closed"
	},
	"EDIT5947": {
		"type": "editorial",
		"title": "[mdspan.extents.cons] \"constexpr\" should precede \"explicit\"",
		"long_link": "https://github.com/cplusplus/draft/pull/5947",
		"link": "https://wg21.link/edit5947",
		"status": "closed"
	},
	"EDIT5948": {
		"type": "editorial",
		"title": "[check] Add check for \"explicit constexpr\" in the library",
		"long_link": "https://github.com/cplusplus/draft/pull/5948",
		"link": "https://wg21.link/edit5948",
		"status": "closed"
	},
	"EDIT5949": {
		"type": "editorial",
		"title": "[basic.stc.dynamic.general]p2 is not easy to tell whether the following functions are attached to the global mdoule fragment",
		"long_link": "https://github.com/cplusplus/draft/issues/5949",
		"link": "https://wg21.link/edit5949",
		"status": "open"
	},
	"EDIT5950": {
		"type": "editorial",
		"title": "2022-11 CWG Motion 7",
		"long_link": "https://github.com/cplusplus/draft/pull/5950",
		"link": "https://wg21.link/edit5950",
		"status": "open"
	},
	"EDIT5951": {
		"type": "editorial",
		"title": "2022-11 CWG Motion 8",
		"long_link": "https://github.com/cplusplus/draft/pull/5951",
		"link": "https://wg21.link/edit5951",
		"status": "open"
	},
	"EDIT5952": {
		"type": "editorial",
		"title": "Inconsistent Latex source for \"const\" in \"(possibly const)\"",
		"long_link": "https://github.com/cplusplus/draft/issues/5952",
		"link": "https://wg21.link/edit5952",
		"status": "closed"
	},
	"EDIT5953": {
		"type": "editorial",
		"title": "2022-11 CWG Motion 9",
		"long_link": "https://github.com/cplusplus/draft/pull/5953",
		"link": "https://wg21.link/edit5953",
		"status": "open"
	},
	"EDIT5954": {
		"type": "editorial",
		"title": "2022-11 CWG Motion 10",
		"long_link": "https://github.com/cplusplus/draft/pull/5954",
		"link": "https://wg21.link/edit5954",
		"status": "open"
	},
	"EDIT5955": {
		"type": "editorial",
		"title": "2022-11 CWG Motion 11",
		"long_link": "https://github.com/cplusplus/draft/pull/5955",
		"link": "https://wg21.link/edit5955",
		"status": "open"
	},
	"EDIT5956": {
		"type": "editorial",
		"title": "[2022-11 CWG Motion 1]  P2709R0 ready issues except 2635 and 2602",
		"long_link": "https://github.com/cplusplus/draft/issues/5956",
		"link": "https://wg21.link/edit5956",
		"status": "open"
	},
	"EDIT5957": {
		"type": "editorial",
		"title": "[2022-11 CWG Motion 2] issue 2635 from P2709R0 (ready issues)",
		"long_link": "https://github.com/cplusplus/draft/issues/5957",
		"link": "https://wg21.link/edit5957",
		"status": "open"
	},
	"EDIT5958": {
		"type": "editorial",
		"title": "[2022-11 CWG Motion 3] P2710R0 NB comment ready issues except 2615, 2639, 2640, 2652, 2653, 2654, and 2538",
		"long_link": "https://github.com/cplusplus/draft/issues/5958",
		"link": "https://wg21.link/edit5958",
		"status": "open"
	},
	"EDIT5959": {
		"type": "editorial",
		"title": "[2022-11 CWG Motion 4] Issues 2615, 2639, 2640, 2652, and 2653 from P2710R0",
		"long_link": "https://github.com/cplusplus/draft/issues/5959",
		"link": "https://wg21.link/edit5959",
		"status": "open"
	},
	"EDIT5960": {
		"type": "editorial",
		"title": "[2022-11 CWG Motion 5] Issue 2654 (Un-deprecation of compound volatile assignments) from P2710R0 ",
		"long_link": "https://github.com/cplusplus/draft/issues/5960",
		"link": "https://wg21.link/edit5960",
		"status": "open"
	},
	"EDIT5961": {
		"type": "editorial",
		"title": "[2022-11 CWG Motion 6] Issue 2538 (Can standard attributes be syntactically ignored?) from P2710R0",
		"long_link": "https://github.com/cplusplus/draft/issues/5961",
		"link": "https://wg21.link/edit5961",
		"status": "open"
	},
	"EDIT5962": {
		"type": "editorial",
		"title": "[2022-11 CWG Motion 7] P2589R1 static operator[]",
		"long_link": "https://github.com/cplusplus/draft/issues/5962",
		"link": "https://wg21.link/edit5962",
		"status": "open"
	},
	"EDIT5963": {
		"type": "editorial",
		"title": "[2022-11 CWG Motion 8] P2647R1 Permitting static constexpr variables in constexpr functions",
		"long_link": "https://github.com/cplusplus/draft/issues/5963",
		"link": "https://wg21.link/edit5963",
		"status": "open"
	},
	"EDIT5964": {
		"type": "editorial",
		"title": "[2022-11 CWG Motion 9] P2564R3 consteval needs to propagate up",
		"long_link": "https://github.com/cplusplus/draft/issues/5964",
		"link": "https://wg21.link/edit5964",
		"status": "open"
	},
	"EDIT5965": {
		"type": "editorial",
		"title": "[2022-11 CWG Motion 10] P2706R0 Redundant specification for defaulted functions",
		"long_link": "https://github.com/cplusplus/draft/issues/5965",
		"link": "https://wg21.link/edit5965",
		"status": "open"
	},
	"EDIT5966": {
		"type": "editorial",
		"title": "[2022-11 CWG Motion 11]  P2615R1 Meaningful exports",
		"long_link": "https://github.com/cplusplus/draft/issues/5966",
		"link": "https://wg21.link/edit5966",
		"status": "open"
	},
	"EDIT5967": {
		"type": "editorial",
		"title": "[2022-11 CWG Motion 12] P2718R0 Wording for P2644R1 Fix for Range-based for Loop",
		"long_link": "https://github.com/cplusplus/draft/issues/5967",
		"link": "https://wg21.link/edit5967",
		"status": "open"
	},
	"EDIT5968": {
		"type": "editorial",
		"title": "[2022-11 LWG Motion 7] P2703R0 C++ Standard Library Ready Issues",
		"long_link": "https://github.com/cplusplus/draft/issues/5968",
		"link": "https://wg21.link/edit5968",
		"status": "open"
	},
	"EDIT5969": {
		"type": "editorial",
		"title": "[2022-11 LWG Motion 8] P2704R0 C++ Standard Library Immediate Issues",
		"long_link": "https://github.com/cplusplus/draft/issues/5969",
		"link": "https://wg21.link/edit5969",
		"status": "open"
	},
	"EDIT5970": {
		"type": "editorial",
		"title": "[2022-11 LWG Motion 9] P2602R2 Poison Pills are Too Toxic",
		"long_link": "https://github.com/cplusplus/draft/issues/5970",
		"link": "https://wg21.link/edit5970",
		"status": "open"
	},
	"EDIT5971": {
		"type": "editorial",
		"title": "[2022-11 LWG Motion 10] P2167R3 Improved Proposed Wording for LWG 2114 (contextually convertible to bool)",
		"long_link": "https://github.com/cplusplus/draft/issues/5971",
		"link": "https://wg21.link/edit5971",
		"status": "open"
	},
	"EDIT5972": {
		"type": "editorial",
		"title": "[2022-11 LWG Motion 11] P2539R4 Should the output of std::print to a terminal be synchronized with the underlying stream?",
		"long_link": "https://github.com/cplusplus/draft/issues/5972",
		"link": "https://wg21.link/edit5972",
		"status": "open"
	},
	"EDIT5973": {
		"type": "editorial",
		"title": "[2022-11 LWG Motion 12] P1264R2 Revising the wording of stream input operations",
		"long_link": "https://github.com/cplusplus/draft/issues/5973",
		"link": "https://wg21.link/edit5973",
		"status": "open"
	},
	"EDIT5974": {
		"type": "editorial",
		"title": "[2022-11 LWG Motion 13] P2505R5 Monadic Functions for std::expected",
		"long_link": "https://github.com/cplusplus/draft/issues/5974",
		"link": "https://wg21.link/edit5974",
		"status": "open"
	},
	"EDIT5975": {
		"type": "editorial",
		"title": "[2022-11 LWG Motion 14] P2696R0 Introduce Cpp17Swappable as additional convenience requirements",
		"long_link": "https://github.com/cplusplus/draft/issues/5975",
		"link": "https://wg21.link/edit5975",
		"status": "open"
	},
	"EDIT5976": {
		"type": "editorial",
		"title": "[meta.trans.other] Add index entry for invoke_result.",
		"long_link": "https://github.com/cplusplus/draft/pull/5976",
		"link": "https://wg21.link/edit5976",
		"status": "open"
	},
	"EDIT5977": {
		"type": "editorial",
		"title": "2022-11 CWG Motion 12",
		"long_link": "https://github.com/cplusplus/draft/pull/5977",
		"link": "https://wg21.link/edit5977",
		"status": "closed"
	},
	"EDIT5978": {
		"type": "editorial",
		"title": "2022-11 LWG Motion 14",
		"long_link": "https://github.com/cplusplus/draft/pull/5978",
		"link": "https://wg21.link/edit5978",
		"status": "open"
	},
	"EDIT5979": {
		"type": "editorial",
		"title": "2022-11 LWG Motion 11",
		"long_link": "https://github.com/cplusplus/draft/pull/5979",
		"link": "https://wg21.link/edit5979",
		"status": "open"
	},
	"EDIT5980": {
		"type": "editorial",
		"title": "[time.clock.req] Fix punctuation of list p4",
		"long_link": "https://github.com/cplusplus/draft/issues/5980",
		"link": "https://wg21.link/edit5980",
		"status": "open"
	},
	"EDIT5981": {
		"type": "editorial",
		"title": "Incorrect types for application of \"temporary materialization conversion\" in [conv.array]",
		"long_link": "https://github.com/cplusplus/draft/issues/5981",
		"link": "https://wg21.link/edit5981",
		"status": "open"
	},
	"EDIT5982": {
		"type": "editorial",
		"title": "[Motions 2022 11 lwg 8] P2704R0 C++ Standard Library Immediate Issues",
		"long_link": "https://github.com/cplusplus/draft/pull/5982",
		"link": "https://wg21.link/edit5982",
		"status": "open"
	},
	"EDIT5983": {
		"type": "editorial",
		"title": "[Motions 2022 11 lwg 7] P2703R0 C++ Standard Library Ready Issues",
		"long_link": "https://github.com/cplusplus/draft/pull/5983",
		"link": "https://wg21.link/edit5983",
		"status": "open"
	},
	"EDIT5984": {
		"type": "editorial",
		"title": "[Motions 2022 11 cwg 1] P2709R0 ready issues except 2635 and 2602",
		"long_link": "https://github.com/cplusplus/draft/pull/5984",
		"link": "https://wg21.link/edit5984",
		"status": "closed"
	},
	"EDIT5985": {
		"type": "editorial",
		"title": "[motions-2022-11-cwg-2] P2709R0 ready issue 2635",
		"long_link": "https://github.com/cplusplus/draft/pull/5985",
		"link": "https://wg21.link/edit5985",
		"status": "closed"
	},
	"EDIT5986": {
		"type": "editorial",
		"title": "P2167R3 Improved Proposed Wording for LWG 2114 (contextually converti…",
		"long_link": "https://github.com/cplusplus/draft/pull/5986",
		"link": "https://wg21.link/edit5986",
		"status": "open"
	},
	"EDIT5987": {
		"type": "editorial",
		"title": "2022-11 CWG Motion 3",
		"long_link": "https://github.com/cplusplus/draft/pull/5987",
		"link": "https://wg21.link/edit5987",
		"status": "closed"
	},
	"EDIT5988": {
		"type": "editorial",
		"title": "[Motions 2022 11 cwg 4] Issues 2615, 2639, 2640, 2652, and 2653 from P2710R0 ",
		"long_link": "https://github.com/cplusplus/draft/pull/5988",
		"link": "https://wg21.link/edit5988",
		"status": "closed"
	},
	"EDIT5989": {
		"type": "editorial",
		"title": "[Motions 2022 11 cwg 5] Issue 2654 (Un-deprecation of compound volatile assignments) from P2710R0",
		"long_link": "https://github.com/cplusplus/draft/pull/5989",
		"link": "https://wg21.link/edit5989",
		"status": "closed"
	},
	"EDIT5990": {
		"type": "editorial",
		"title": "[Motions 2022 11 cwg 6] Issue 2538 (Can standard attributes be syntactically ignored?) from P2710R0",
		"long_link": "https://github.com/cplusplus/draft/pull/5990",
		"link": "https://wg21.link/edit5990",
		"status": "closed"
	},
	"EDIT5991": {
		"type": "editorial",
		"title": "[Motions 2022 11 lwg 12] P1264R2 Revising the wording of stream input operations",
		"long_link": "https://github.com/cplusplus/draft/pull/5991",
		"link": "https://wg21.link/edit5991",
		"status": "closed"
	},
	"EDIT5992": {
		"type": "editorial",
		"title": "Dismantle remaining requirements tables",
		"long_link": "https://github.com/cplusplus/draft/issues/5992",
		"link": "https://wg21.link/edit5992",
		"status": "open"
	},
	"EDIT5993": {
		"type": "editorial",
		"title": "[Motions 2022 11 lwg 13] P2505R5 Monadic Functions for std::expected",
		"long_link": "https://github.com/cplusplus/draft/pull/5993",
		"link": "https://wg21.link/edit5993",
		"status": "closed"
	},
	"EDIT5994": {
		"type": "editorial",
		"title": "[expected.object.general] A program that vs. a program which",
		"long_link": "https://github.com/cplusplus/draft/issues/5994",
		"link": "https://wg21.link/edit5994",
		"status": "open"
	},
	"EDIT5995": {
		"type": "editorial",
		"title": "Motions 2022 11 lwg 9",
		"long_link": "https://github.com/cplusplus/draft/pull/5995",
		"link": "https://wg21.link/edit5995",
		"status": "closed"
	},
	"EDIT5996": {
		"type": "editorial",
		"title": "Is there an ambiguity around `~` meaning ones'-complement and destructor?",
		"long_link": "https://github.com/cplusplus/draft/issues/5996",
		"link": "https://wg21.link/edit5996",
		"status": "open"
	},
	"EDIT5997": {
		"type": "editorial",
		"title": "Reword \"corresponding function templates\"",
		"long_link": "https://github.com/cplusplus/draft/issues/5997",
		"link": "https://wg21.link/edit5997",
		"status": "open"
	},
	"EDIT5998": {
		"type": "editorial",
		"title": "[expr.unary.op] Cleanup of {ones',two's} complement, and of \"operator\"",
		"long_link": "https://github.com/cplusplus/draft/pull/5998",
		"link": "https://wg21.link/edit5998",
		"status": "closed"
	},
	"EDIT5999": {
		"type": "editorial",
		"title": "[temp.over.link] Reword to clarify that declarations correspond",
		"long_link": "https://github.com/cplusplus/draft/pull/5999",
		"link": "https://wg21.link/edit5999",
		"status": "open"
	},
	"EDIT6000": {
		"type": "editorial",
		"title": "[time.zone.zonedtime.overview] Rename parameters to match [time.zone.zonedtime.ctor]",
		"long_link": "https://github.com/cplusplus/draft/pull/6000",
		"link": "https://wg21.link/edit6000",
		"status": "closed"
	},
	"EDIT6001": {
		"type": "editorial",
		"title": "[class.temporary] p6.11 Returned reference is clearer than returned value",
		"long_link": "https://github.com/cplusplus/draft/issues/6001",
		"link": "https://wg21.link/edit6001",
		"status": "closed"
	},
	"EDIT6002": {
		"type": "editorial",
		"title": "[uaxid, macros, etc.] Smaller capital-style glyphs",
		"long_link": "https://github.com/cplusplus/draft/pull/6002",
		"link": "https://wg21.link/edit6002",
		"status": "closed"
	},
	"EDIT6003": {
		"type": "editorial",
		"title": "[format.arg] Add std:: for forward",
		"long_link": "https://github.com/cplusplus/draft/pull/6003",
		"link": "https://wg21.link/edit6003",
		"status": "closed"
	},
	"EDIT6004": {
		"type": "editorial",
		"title": "[depr.conversions.string] remove redundent respecification",
		"long_link": "https://github.com/cplusplus/draft/pull/6004",
		"link": "https://wg21.link/edit6004",
		"status": "closed"
	},
	"EDIT6005": {
		"type": "editorial",
		"title": "Consider making a new index for macro names",
		"long_link": "https://github.com/cplusplus/draft/issues/6005",
		"link": "https://wg21.link/edit6005",
		"status": "open"
	},
	"EDIT6006": {
		"type": "editorial",
		"title": "[utilities] Consistently index all member typedefs in the utilites he…",
		"long_link": "https://github.com/cplusplus/draft/pull/6006",
		"link": "https://wg21.link/edit6006",
		"status": "open"
	},
	"EDIT6007": {
		"type": "editorial",
		"title": "[format.arg] Apply `\\exposid` consistently",
		"long_link": "https://github.com/cplusplus/draft/pull/6007",
		"link": "https://wg21.link/edit6007",
		"status": "open"
	},
	"EDIT6008": {
		"type": "editorial",
		"title": "Add the SI prefixes to the index of library names",
		"long_link": "https://github.com/cplusplus/draft/pull/6008",
		"link": "https://wg21.link/edit6008",
		"status": "closed"
	},
	"EDIT6009": {
		"type": "editorial",
		"title": "[coro.generator.promise] Fix tparams for generator::promise_type::yield_value",
		"long_link": "https://github.com/cplusplus/draft/pull/6009",
		"link": "https://wg21.link/edit6009",
		"status": "closed"
	},
	"EDIT6010": {
		"type": "editorial",
		"title": "Update wd-index.md",
		"long_link": "https://github.com/cplusplus/draft/pull/6010",
		"link": "https://wg21.link/edit6010",
		"status": "closed"
	},
	"EDIT6011": {
		"type": "editorial",
		"title": "[iterators] Add missing definitions from the iterators library to the library index",
		"long_link": "https://github.com/cplusplus/draft/pull/6011",
		"link": "https://wg21.link/edit6011",
		"status": "closed"
	},
	"EDIT6012": {
		"type": "editorial",
		"title": "[concepts.object] Changed built-in types to fundamental types",
		"long_link": "https://github.com/cplusplus/draft/pull/6012",
		"link": "https://wg21.link/edit6012",
		"status": "closed"
	},
	"EDIT6013": {
		"type": "editorial",
		"title": "[format] No description for `STATICALLY-WIDEN`",
		"long_link": "https://github.com/cplusplus/draft/issues/6013",
		"link": "https://wg21.link/edit6013",
		"status": "open"
	},
	"EDIT6014": {
		"type": "editorial",
		"title": "[format.syn] No forward declaration for `tuple` formatter",
		"long_link": "https://github.com/cplusplus/draft/issues/6014",
		"link": "https://wg21.link/edit6014",
		"status": "open"
	},
	"EDIT6015": {
		"type": "editorial",
		"title": "[expr.const] Remove redundant \"ill-formed\" in \"error\" comment",
		"long_link": "https://github.com/cplusplus/draft/pull/6015",
		"link": "https://wg21.link/edit6015",
		"status": "closed"
	},
	"EDIT6016": {
		"type": "editorial",
		"title": "[time.zone.leap.members] update note about leap seconds",
		"long_link": "https://github.com/cplusplus/draft/pull/6016",
		"link": "https://wg21.link/edit6016",
		"status": "closed"
	},
	"EDIT6017": {
		"type": "editorial",
		"title": "[range.split] The example does not work after P2499R0",
		"long_link": "https://github.com/cplusplus/draft/issues/6017",
		"link": "https://wg21.link/edit6017",
		"status": "open"
	},
	"EDIT6018": {
		"type": "editorial",
		"title": "[mdspan.mdspan.overview] Add default template parameters for mdspan",
		"long_link": "https://github.com/cplusplus/draft/pull/6018",
		"link": "https://wg21.link/edit6018",
		"status": "closed"
	},
	"EDIT6019": {
		"type": "editorial",
		"title": "`badbit` not properly qualified as `ios_base::badbit`",
		"long_link": "https://github.com/cplusplus/draft/issues/6019",
		"link": "https://wg21.link/edit6019",
		"status": "open"
	},
	"EDIT6020": {
		"type": "editorial",
		"title": "\"calls `swap` for `x` with `y`\"  is unusal",
		"long_link": "https://github.com/cplusplus/draft/issues/6020",
		"link": "https://wg21.link/edit6020",
		"status": "open"
	},
	"EDIT6021": {
		"type": "editorial",
		"title": "[formatter.requirements] Remove one level of list nesting",
		"long_link": "https://github.com/cplusplus/draft/pull/6021",
		"link": "https://wg21.link/edit6021",
		"status": "closed"
	},
	"EDIT6022": {
		"type": "editorial",
		"title": "[lex.string] Remove link to non-existing \"zero, null\" index entry.",
		"long_link": "https://github.com/cplusplus/draft/pull/6022",
		"link": "https://wg21.link/edit6022",
		"status": "closed"
	},
	"EDIT6023": {
		"type": "editorial",
		"title": "[lex.string] Remove link to non-existing \"zero, null\" index entry.",
		"long_link": "https://github.com/cplusplus/draft/pull/6023",
		"link": "https://wg21.link/edit6023",
		"status": "closed"
	},
	"EDIT6024": {
		"type": "editorial",
		"title": "[concept.copyconstructible] Avoid \"possibly \\tcode{const}\"",
		"long_link": "https://github.com/cplusplus/draft/pull/6024",
		"link": "https://wg21.link/edit6024",
		"status": "closed"
	},
	"EDIT6025": {
		"type": "editorial",
		"title": "Replace \"possibly \\tcode{const}\" with \"possibly const\"",
		"long_link": "https://github.com/cplusplus/draft/pull/6025",
		"link": "https://wg21.link/edit6025",
		"status": "closed"
	},
	"EDIT6026": {
		"type": "editorial",
		"title": "Draft",
		"long_link": "https://github.com/cplusplus/draft/pull/6026",
		"link": "https://wg21.link/edit6026",
		"status": "closed"
	},
	"EDIT6027": {
		"type": "editorial",
		"title": "[depr.meta.types] Remove is_literal_type index entry",
		"long_link": "https://github.com/cplusplus/draft/pull/6027",
		"link": "https://wg21.link/edit6027",
		"status": "open"
	},
	"EDIT6028": {
		"type": "editorial",
		"title": "[ranges] Add subrange_kind to the library index",
		"long_link": "https://github.com/cplusplus/draft/pull/6028",
		"link": "https://wg21.link/edit6028",
		"status": "closed"
	},
	"EDIT6029": {
		"type": "editorial",
		"title": "[time.syn] Fixes ymwd abbreviation consistency.",
		"long_link": "https://github.com/cplusplus/draft/pull/6029",
		"link": "https://wg21.link/edit6029",
		"status": "open"
	},
	"EDIT6030": {
		"type": "editorial",
		"title": "[lex.ccon] Add xref to lex.charset, where encodings are defined",
		"long_link": "https://github.com/cplusplus/draft/pull/6030",
		"link": "https://wg21.link/edit6030",
		"status": "closed"
	},
	"EDIT6031": {
		"type": "editorial",
		"title": "[lex.ccon] Add a grouping brace to clarify table cell",
		"long_link": "https://github.com/cplusplus/draft/pull/6031",
		"link": "https://wg21.link/edit6031",
		"status": "open"
	},
	"EDIT6032": {
		"type": "editorial",
		"title": "[range.istream] Start `CharT` and `Traits` with lowercase",
		"long_link": "https://github.com/cplusplus/draft/pull/6032",
		"link": "https://wg21.link/edit6032",
		"status": "open"
	},
	"EDIT6033": {
		"type": "editorial",
		"title": "Dismantling requirements tables 29-36",
		"long_link": "https://github.com/cplusplus/draft/issues/6033",
		"link": "https://wg21.link/edit6033",
		"status": "open"
	},
	"EDIT6034": {
		"type": "editorial",
		"title": "[utility.requirements] Dismantle requirements tables",
		"long_link": "https://github.com/cplusplus/draft/pull/6034",
		"link": "https://wg21.link/edit6034",
		"status": "open"
	},
	"EDIT6035": {
		"type": "editorial",
		"title": "[class.compare] Don't introduce `V` for the return value",
		"long_link": "https://github.com/cplusplus/draft/pull/6035",
		"link": "https://wg21.link/edit6035",
		"status": "open"
	},
	"EDIT6036": {
		"type": "editorial",
		"title": "Clarify wording of [class.eq]",
		"long_link": "https://github.com/cplusplus/draft/issues/6036",
		"link": "https://wg21.link/edit6036",
		"status": "open"
	},
	"EDIT6037": {
		"type": "editorial",
		"title": "[format.string.std] Fixing grammar error (#5912)",
		"long_link": "https://github.com/cplusplus/draft/pull/6037",
		"link": "https://wg21.link/edit6037",
		"status": "closed"
	},
	"EDIT6038": {
		"type": "editorial",
		"title": "Suggested changes for CWG#204 (on GitHub)",
		"long_link": "https://github.com/cplusplus/draft/pull/6038",
		"link": "https://wg21.link/edit6038",
		"status": "open"
	},
	"EDIT6039": {
		"type": "editorial",
		"title": "[coroutine.handle] clarify whether it's legal to create handles for promise base classes",
		"long_link": "https://github.com/cplusplus/draft/issues/6039",
		"link": "https://wg21.link/edit6039",
		"status": "closed"
	},
	"EDIT6040": {
		"type": "editorial",
		"title": "[range.single.view] Fix extra comma",
		"long_link": "https://github.com/cplusplus/draft/pull/6040",
		"link": "https://wg21.link/edit6040",
		"status": "closed"
	},
	"EDIT6041": {
		"type": "editorial",
		"title": "Fix an example that got broken by P2499R0",
		"long_link": "https://github.com/cplusplus/draft/pull/6041",
		"link": "https://wg21.link/edit6041",
		"status": "open"
	},
	"EDIT6042": {
		"type": "editorial",
		"title": "[range.take.overview, range.drop.overview] Remove redundant ranges:: qualifier",
		"long_link": "https://github.com/cplusplus/draft/pull/6042",
		"link": "https://wg21.link/edit6042",
		"status": "open"
	},
	"EDIT6043": {
		"type": "editorial",
		"title": "[move.sentinel] make the example strictly correct",
		"long_link": "https://github.com/cplusplus/draft/pull/6043",
		"link": "https://wg21.link/edit6043",
		"status": "closed"
	},
	"EDIT6044": {
		"type": "editorial",
		"title": "[range.adjacent.transform.iterator, range.adjacent.transform.sentinel] unfriendly horizontal scroll bar",
		"long_link": "https://github.com/cplusplus/draft/issues/6044",
		"link": "https://wg21.link/edit6044",
		"status": "closed"
	},
	"EDIT6045": {
		"type": "editorial",
		"title": "[bitwise.operations.not] missing parameter name",
		"long_link": "https://github.com/cplusplus/draft/pull/6045",
		"link": "https://wg21.link/edit6045",
		"status": "closed"
	},
	"EDIT6046": {
		"type": "editorial",
		"title": "Add extra notes to `ranges::c*` to mirror `ranges::*`",
		"long_link": "https://github.com/cplusplus/draft/pull/6046",
		"link": "https://wg21.link/edit6046",
		"status": "open"
	},
	"EDIT6047": {
		"type": "editorial",
		"title": "[temp.pre] [temp.decls.general] Templated function",
		"long_link": "https://github.com/cplusplus/draft/pull/6047",
		"link": "https://wg21.link/edit6047",
		"status": "open"
	},
	"EDIT6048": {
		"type": "editorial",
		"title": "[unord.map.overview] Remove stray template-head on non-template",
		"long_link": "https://github.com/cplusplus/draft/pull/6048",
		"link": "https://wg21.link/edit6048",
		"status": "closed"
	},
	"EDIT6049": {
		"type": "editorial",
		"title": "[over.over] Missed edit for P0847R7",
		"long_link": "https://github.com/cplusplus/draft/pull/6049",
		"link": "https://wg21.link/edit6049",
		"status": "closed"
	},
	"EDIT6050": {
		"type": "editorial",
		"title": "unsigned long Maxcode = 0x10ffff",
		"long_link": "https://github.com/cplusplus/draft/issues/6050",
		"link": "https://wg21.link/edit6050",
		"status": "closed"
	},
	"EDIT6051": {
		"type": "editorial",
		"title": "(primary-expression && ...) in a requires-clause",
		"long_link": "https://github.com/cplusplus/draft/issues/6051",
		"link": "https://wg21.link/edit6051",
		"status": "closed"
	},
	"EDIT6052": {
		"type": "editorial",
		"title": "friend [[nodiscard]]",
		"long_link": "https://github.com/cplusplus/draft/issues/6052",
		"link": "https://wg21.link/edit6052",
		"status": "closed"
	},
	"EDIT6053": {
		"type": "editorial",
		"title": "using const_reverse_iterator = reverse_iterator<const_iterator>;",
		"long_link": "https://github.com/cplusplus/draft/issues/6053",
		"link": "https://wg21.link/edit6053",
		"status": "open"
	},
	"EDIT6054": {
		"type": "editorial",
		"title": "Attributes on hidden friends",
		"long_link": "https://github.com/cplusplus/draft/issues/6054",
		"link": "https://wg21.link/edit6054",
		"status": "closed"
	},
	"EDIT6055": {
		"type": "editorial",
		"title": "expression in requirement-seq no longer IFNDR due to DR2392",
		"long_link": "https://github.com/cplusplus/draft/issues/6055",
		"link": "https://wg21.link/edit6055",
		"status": "open"
	},
	"EDIT6056": {
		"type": "editorial",
		"title": "[reverse.iter.conv] Remove unclear explicit comments",
		"long_link": "https://github.com/cplusplus/draft/pull/6056",
		"link": "https://wg21.link/edit6056",
		"status": "closed"
	},
	"EDIT6057": {
		"type": "editorial",
		"title": "Petition to stop with versioning C++",
		"long_link": "https://github.com/cplusplus/draft/issues/6057",
		"link": "https://wg21.link/edit6057",
		"status": "closed"
	},
	"EDIT6058": {
		"type": "editorial",
		"title": "Add cross-references between [basic.life],",
		"long_link": "https://github.com/cplusplus/draft/pull/6058",
		"link": "https://wg21.link/edit6058",
		"status": "open"
	},
	"EDIT6059": {
		"type": "editorial",
		"title": "[range.cartesian.view] Add missing `views::` qualifier in deduction guide",
		"long_link": "https://github.com/cplusplus/draft/pull/6059",
		"link": "https://wg21.link/edit6059",
		"status": "open"
	},
	"EDIT6060": {
		"type": "editorial",
		"title": "[class.mem.general] Clarify ambiguous 'and'",
		"long_link": "https://github.com/cplusplus/draft/pull/6060",
		"link": "https://wg21.link/edit6060",
		"status": "open"
	},
	"EDIT6061": {
		"type": "editorial",
		"title": "[basic.life] Move definition of \"before\" and \"after\" from last paragraph",
		"long_link": "https://github.com/cplusplus/draft/pull/6061",
		"link": "https://wg21.link/edit6061",
		"status": "open"
	},
	"EDIT6062": {
		"type": "editorial",
		"title": "[expr.prim.req.general] Correct the IFNDR example",
		"long_link": "https://github.com/cplusplus/draft/pull/6062",
		"link": "https://wg21.link/edit6062",
		"status": "open"
	},
	"EDIT6063": {
		"type": "editorial",
		"title": "Harmonize wording for format-spec syntax used by different formatter specializations",
		"long_link": "https://github.com/cplusplus/draft/issues/6063",
		"link": "https://wg21.link/edit6063",
		"status": "open"
	},
	"EDIT6064": {
		"type": "editorial",
		"title": "[iterator.synopsis] Fix inconsistent template constraint",
		"long_link": "https://github.com/cplusplus/draft/pull/6064",
		"link": "https://wg21.link/edit6064",
		"status": "closed"
	},
	"EDIT6065": {
		"type": "editorial",
		"title": "Why does `__cpp_lib_constexpr_bitset` have value 202202L instead of 202207L?",
		"long_link": "https://github.com/cplusplus/draft/issues/6065",
		"link": "https://wg21.link/edit6065",
		"status": "closed"
	},
	"EDIT6066": {
		"type": "editorial",
		"title": "[version.syn] Fix value of __cpp_lib_constexpr_bitset",
		"long_link": "https://github.com/cplusplus/draft/pull/6066",
		"link": "https://wg21.link/edit6066",
		"status": "closed"
	},
	"EDIT6067": {
		"type": "editorial",
		"title": "[class.default.ctor] Default member initializer and brace-or-equal-initializer",
		"long_link": "https://github.com/cplusplus/draft/issues/6067",
		"link": "https://wg21.link/edit6067",
		"status": "open"
	},
	"EDIT6068": {
		"type": "editorial",
		"title": "[const.iterators.iterator] Add \\expos comment for concept",
		"long_link": "https://github.com/cplusplus/draft/pull/6068",
		"link": "https://wg21.link/edit6068",
		"status": "closed"
	},
	"EDIT6069": {
		"type": "editorial",
		"title": "[mdspan.layout.left.cons] Fix editorial issue in layout_left/right conversion constructors",
		"long_link": "https://github.com/cplusplus/draft/pull/6069",
		"link": "https://wg21.link/edit6069",
		"status": "open"
	},
	"EDIT6070": {
		"type": "editorial",
		"title": "[intro, front] Special page header before Clause 1",
		"long_link": "https://github.com/cplusplus/draft/pull/6070",
		"link": "https://wg21.link/edit6070",
		"status": "open"
	},
	"EDIT6071": {
		"type": "editorial",
		"title": "[format.range.fmtmap] Fix undefined type name",
		"long_link": "https://github.com/cplusplus/draft/pull/6071",
		"link": "https://wg21.link/edit6071",
		"status": "closed"
	},
	"EDIT6072": {
		"type": "editorial",
		"title": "<print> header is missing in Table 118 ",
		"long_link": "https://github.com/cplusplus/draft/issues/6072",
		"link": "https://wg21.link/edit6072",
		"status": "open"
	},
	"EDIT6073": {
		"type": "editorial",
		"title": "[func.require] Use math font for non-code conditions",
		"long_link": "https://github.com/cplusplus/draft/pull/6073",
		"link": "https://wg21.link/edit6073",
		"status": "closed"
	},
	"EDIT6074": {
		"type": "editorial",
		"title": "[temp.over.link] Comment cut off in example 1",
		"long_link": "https://github.com/cplusplus/draft/issues/6074",
		"link": "https://wg21.link/edit6074",
		"status": "closed"
	},
	"EDIT6075": {
		"type": "editorial",
		"title": "[support.c.headers.other] Ambiguity in the requirements for includes",
		"long_link": "https://github.com/cplusplus/draft/issues/6075",
		"link": "https://wg21.link/edit6075",
		"status": "closed"
	},
	"EDIT6076": {
		"type": "editorial",
		"title": "[dcl.attr.grammar] Add note about the semantic ignorability of standard attributes CWG2695",
		"long_link": "https://github.com/cplusplus/draft/pull/6076",
		"link": "https://wg21.link/edit6076",
		"status": "open"
	},
	"EDIT6077": {
		"type": "editorial",
		"title": "[util.smartptr.atomic.general] Remove redundant explicit construction of return types",
		"long_link": "https://github.com/cplusplus/draft/pull/6077",
		"link": "https://wg21.link/edit6077",
		"status": "open"
	},
	"EDIT6078": {
		"type": "editorial",
		"title": "[iostream.cons] Add std:: qualified for move",
		"long_link": "https://github.com/cplusplus/draft/pull/6078",
		"link": "https://wg21.link/edit6078",
		"status": "closed"
	},
	"EDIT6079": {
		"type": "editorial",
		"title": "[tab:iostreams.summary] Add missing header in summary table",
		"long_link": "https://github.com/cplusplus/draft/pull/6079",
		"link": "https://wg21.link/edit6079",
		"status": "open"
	},
	"EDIT6080": {
		"type": "editorial",
		"title": "[locale.codecvt.general] codecvt_base names missing from index of library names",
		"long_link": "https://github.com/cplusplus/draft/issues/6080",
		"link": "https://wg21.link/edit6080",
		"status": "open"
	},
	"EDIT6081": {
		"type": "editorial",
		"title": "[dcl.stc]/1 and [dcl.typedef]/1 each forbid \"static typedef\"",
		"long_link": "https://github.com/cplusplus/draft/issues/6081",
		"link": "https://wg21.link/edit6081",
		"status": "open"
	},
	"EDIT6082": {
		"type": "editorial",
		"title": "Section name of Header synopsis",
		"long_link": "https://github.com/cplusplus/draft/issues/6082",
		"link": "https://wg21.link/edit6082",
		"status": "open"
	},
	"EDIT6083": {
		"type": "editorial",
		"title": "[2023-02 CWG Motion 1] P2796R0 CWG ready issues except 2518, 2521, 2659, 2674, 2678, and 2691",
		"long_link": "https://github.com/cplusplus/draft/issues/6083",
		"link": "https://wg21.link/edit6083",
		"status": "open"
	},
	"EDIT6084": {
		"type": "editorial",
		"title": "[2023-02 CWG Motion 2]  P2796R0 issues 2674 and 2691",
		"long_link": "https://github.com/cplusplus/draft/issues/6084",
		"link": "https://wg21.link/edit6084",
		"status": "open"
	},
	"EDIT6085": {
		"type": "editorial",
		"title": "[2023-02 CWG Motion 3] P2796R0  issue 2518 Conformance requirements and #error/#warning",
		"long_link": "https://github.com/cplusplus/draft/issues/6085",
		"link": "https://wg21.link/edit6085",
		"status": "open"
	},
	"EDIT6086": {
		"type": "editorial",
		"title": "[2023-02 CWG Motion 4] P2796R0 issue 2521 User-defined literals and reserved identifiers",
		"long_link": "https://github.com/cplusplus/draft/issues/6086",
		"link": "https://wg21.link/edit6086",
		"status": "open"
	},
	"EDIT6087": {
		"type": "editorial",
		"title": "[2023-02 CWG Motion 5] P2796R0 issue 2678 std::source_location::current is unimplementable",
		"long_link": "https://github.com/cplusplus/draft/issues/6087",
		"link": "https://wg21.link/edit6087",
		"status": "open"
	},
	"EDIT6088": {
		"type": "editorial",
		"title": "[2023-02 CWG Motion 6] P2796R0 issue 2659 Missing feature-test macro for lifetime extension in range-for loop",
		"long_link": "https://github.com/cplusplus/draft/issues/6088",
		"link": "https://wg21.link/edit6088",
		"status": "open"
	},
	"EDIT6089": {
		"type": "editorial",
		"title": "[2023-02 CWG Motion 8] P2736R2 Referencing The Unicode Standard",
		"long_link": "https://github.com/cplusplus/draft/issues/6089",
		"link": "https://wg21.link/edit6089",
		"status": "open"
	},
	"EDIT6090": {
		"type": "editorial",
		"title": "[2023-02 CWG Motion 9] P2788R0 Linkage for modular constants",
		"long_link": "https://github.com/cplusplus/draft/issues/6090",
		"link": "https://wg21.link/edit6090",
		"status": "open"
	},
	"EDIT6091": {
		"type": "editorial",
		"title": "[2023-02 CWG Motion 10] P2797R0 Proposed resolution for CWG2692 Static and explicit object member functions with the same parameter-type-lists",
		"long_link": "https://github.com/cplusplus/draft/issues/6091",
		"link": "https://wg21.link/edit6091",
		"status": "open"
	},
	"EDIT6092": {
		"type": "editorial",
		"title": "[2023-02 LWG Motion 2] P2789R0 C++ Standard Library Issues to be moved in Issaquah, Feb. 2023",
		"long_link": "https://github.com/cplusplus/draft/issues/6092",
		"link": "https://wg21.link/edit6092",
		"status": "open"
	},
	"EDIT6093": {
		"type": "editorial",
		"title": "[2023-02 LWG Motion 3] Immediate issues except 3441 in P2790R0 C++ Standard Library Immediate Issues to be moved in Issaquah, Feb. 2023",
		"long_link": "https://github.com/cplusplus/draft/issues/6093",
		"link": "https://wg21.link/edit6093",
		"status": "open"
	},
	"EDIT6094": {
		"type": "editorial",
		"title": "[2023-02 LWG Motion 4] issue 3441 in P2790R0",
		"long_link": "https://github.com/cplusplus/draft/issues/6094",
		"link": "https://wg21.link/edit6094",
		"status": "open"
	},
	"EDIT6095": {
		"type": "editorial",
		"title": "[2023-02 LWG Motion 5] P2770R0 Stashing stashing iterators for proper flattening",
		"long_link": "https://github.com/cplusplus/draft/issues/6095",
		"link": "https://wg21.link/edit6095",
		"status": "open"
	},
	"EDIT6096": {
		"type": "editorial",
		"title": "[2023-02 LWG Motion 6] P2164R9 views::enumerate)",
		"long_link": "https://github.com/cplusplus/draft/issues/6096",
		"link": "https://wg21.link/edit6096",
		"status": "open"
	},
	"EDIT6097": {
		"type": "editorial",
		"title": "[2023-02 LWG Motion 7] P2711R1 Making multi-param constructors of views explicit",
		"long_link": "https://github.com/cplusplus/draft/issues/6097",
		"link": "https://wg21.link/edit6097",
		"status": "open"
	},
	"EDIT6098": {
		"type": "editorial",
		"title": "[2023-02 LWG Motion 8] P2609R3 Relaxing Ranges Just A Smidge",
		"long_link": "https://github.com/cplusplus/draft/issues/6098",
		"link": "https://wg21.link/edit6098",
		"status": "open"
	},
	"EDIT6099": {
		"type": "editorial",
		"title": "[2023-02 LWG Motion 9] P2713R1 Escaping improvements in std::format",
		"long_link": "https://github.com/cplusplus/draft/issues/6099",
		"link": "https://wg21.link/edit6099",
		"status": "open"
	},
	"EDIT6100": {
		"type": "editorial",
		"title": "[2023-02 LWG Motion 10]  P2675R1 format's width estimation is too approximate and not forward compatible",
		"long_link": "https://github.com/cplusplus/draft/issues/6100",
		"link": "https://wg21.link/edit6100",
		"status": "open"
	},
	"EDIT6101": {
		"type": "editorial",
		"title": "[2023-02 LWG Motion 11] P2572R1 std::format fill character allowances",
		"long_link": "https://github.com/cplusplus/draft/issues/6101",
		"link": "https://wg21.link/edit6101",
		"status": "open"
	},
	"EDIT6102": {
		"type": "editorial",
		"title": "[2023-02 LWG Motion 12] P2693R1 Formatting thread::id and stacktrace",
		"long_link": "https://github.com/cplusplus/draft/issues/6102",
		"link": "https://wg21.link/edit6102",
		"status": "open"
	},
	"EDIT6103": {
		"type": "editorial",
		"title": "[2023-02 LWG Motion 13] P2679R2 Fixing std::start_lifetime_as for arrays",
		"long_link": "https://github.com/cplusplus/draft/issues/6103",
		"link": "https://wg21.link/edit6103",
		"status": "open"
	},
	"EDIT6104": {
		"type": "editorial",
		"title": "[2023-02 LWG Motion 14] P2674R1 (A trait for implicit lifetime types",
		"long_link": "https://github.com/cplusplus/draft/issues/6104",
		"link": "https://wg21.link/edit6104",
		"status": "open"
	},
	"EDIT6105": {
		"type": "editorial",
		"title": "[2023-02 LWG Motion 15] P2655R3 common_reference_t of reference_wrapper Should Be a Reference Type",
		"long_link": "https://github.com/cplusplus/draft/issues/6105",
		"link": "https://wg21.link/edit6105",
		"status": "open"
	},
	"EDIT6106": {
		"type": "editorial",
		"title": "[2023-02 LWG Motion 16] P2652R2 Disallow User Specialization of allocator_traits",
		"long_link": "https://github.com/cplusplus/draft/issues/6106",
		"link": "https://wg21.link/edit6106",
		"status": "open"
	},
	"EDIT6107": {
		"type": "editorial",
		"title": "[2023-02 LWG Motion 17] P2787R1 (pmr::generator - Promise Types are not Values",
		"long_link": "https://github.com/cplusplus/draft/issues/6107",
		"link": "https://wg21.link/edit6107",
		"status": "open"
	},
	"EDIT6108": {
		"type": "editorial",
		"title": "[2023-02 LWG Motion 18] P2614R2 Deprecate numeric_limits::has_denorm",
		"long_link": "https://github.com/cplusplus/draft/issues/6108",
		"link": "https://wg21.link/edit6108",
		"status": "open"
	},
	"EDIT6109": {
		"type": "editorial",
		"title": "[2023-02 LWG Motion 19] P2588R3 barrier’s phase completion guarantees",
		"long_link": "https://github.com/cplusplus/draft/issues/6109",
		"link": "https://wg21.link/edit6109",
		"status": "open"
	},
	"EDIT6110": {
		"type": "editorial",
		"title": "[2023-02 LWG Motion 20] P2763R1 layout_stride static extents default constructor fix",
		"long_link": "https://github.com/cplusplus/draft/issues/6110",
		"link": "https://wg21.link/edit6110",
		"status": "open"
	},
	"EDIT6111": {
		"type": "editorial",
		"title": "ff",
		"long_link": "https://github.com/cplusplus/draft/pull/6111",
		"link": "https://wg21.link/edit6111",
		"status": "open"
	},
	"EDIT6112": {
		"type": "editorial",
		"title": "[expr.const] Missing indefinite article in CWG2558 resolution",
		"long_link": "https://github.com/cplusplus/draft/issues/6112",
		"link": "https://wg21.link/edit6112",
		"status": "open"
	},
	"EDIT6113": {
		"type": "editorial",
		"title": "[dcl.constexpr] awkward grammar in resolution of CWG2602",
		"long_link": "https://github.com/cplusplus/draft/issues/6113",
		"link": "https://wg21.link/edit6113",
		"status": "open"
	},
	"EDIT6114": {
		"type": "editorial",
		"title": "[Motions 2023 02 lwg 13] P2679R2 Fixing std::start_lifetime_as and std::start_lifetime_as_array",
		"long_link": "https://github.com/cplusplus/draft/pull/6114",
		"link": "https://wg21.link/edit6114",
		"status": "open"
	},
	"EDIT6115": {
		"type": "editorial",
		"title": "[CWG 9] P2788R0: Linkage for modular constants",
		"long_link": "https://github.com/cplusplus/draft/pull/6115",
		"link": "https://wg21.link/edit6115",
		"status": "open"
	},
	"EDIT6116": {
		"type": "editorial",
		"title": "[LWG 3] P2790R0 Immediate issues except 3441",
		"long_link": "https://github.com/cplusplus/draft/pull/6116",
		"link": "https://wg21.link/edit6116",
		"status": "open"
	},
	"EDIT6117": {
		"type": "editorial",
		"title": "[LWG 4] LWG3441 Misleading note about calls to customization points",
		"long_link": "https://github.com/cplusplus/draft/pull/6117",
		"link": "https://wg21.link/edit6117",
		"status": "open"
	},
	"EDIT6118": {
		"type": "editorial",
		"title": "[CWG 1] P2796R0 except issues 2518, 2521, 2659, 2674, 2678, and 2691 ",
		"long_link": "https://github.com/cplusplus/draft/pull/6118",
		"link": "https://wg21.link/edit6118",
		"status": "open"
	},
	"EDIT6119": {
		"type": "editorial",
		"title": "[CWG 2] P2796R0 issues 2674 and 2691",
		"long_link": "https://github.com/cplusplus/draft/pull/6119",
		"link": "https://wg21.link/edit6119",
		"status": "open"
	},
	"EDIT6120": {
		"type": "editorial",
		"title": "[CWG 3] P2796R0 CWG2518 Conformance requirements and #error/#warning",
		"long_link": "https://github.com/cplusplus/draft/pull/6120",
		"link": "https://wg21.link/edit6120",
		"status": "open"
	},
	"EDIT6121": {
		"type": "editorial",
		"title": "[CWG 4] P2796R0 CWG2521 User-defined literals and reserved identifiers",
		"long_link": "https://github.com/cplusplus/draft/pull/6121",
		"link": "https://wg21.link/edit6121",
		"status": "open"
	},
	"EDIT6122": {
		"type": "editorial",
		"title": "[CWG 5] P2796R0 CWG2678 std::source_location::current is unimplementable",
		"long_link": "https://github.com/cplusplus/draft/pull/6122",
		"link": "https://wg21.link/edit6122",
		"status": "open"
	},
	"EDIT6123": {
		"type": "editorial",
		"title": "[CWG 6] P2796R0 CWG2659 Missing feature-test macro for lifetime extension in range-fo…",
		"long_link": "https://github.com/cplusplus/draft/pull/6123",
		"link": "https://wg21.link/edit6123",
		"status": "open"
	},
	"EDIT6124": {
		"type": "editorial",
		"title": "[LWG  2] P2789R0 Ready and Tentatively Ready issues",
		"long_link": "https://github.com/cplusplus/draft/pull/6124",
		"link": "https://wg21.link/edit6124",
		"status": "open"
	},
	"EDIT6125": {
		"type": "editorial",
		"title": "[CWG 10] P2797R0 Proposed resolution for CWG2692 Static and explicit object me…",
		"long_link": "https://github.com/cplusplus/draft/pull/6125",
		"link": "https://wg21.link/edit6125",
		"status": "open"
	},
	"EDIT6126": {
		"type": "editorial",
		"title": "[CWG 8] P2736R2 Referencing The Unicode Standard",
		"long_link": "https://github.com/cplusplus/draft/pull/6126",
		"link": "https://wg21.link/edit6126",
		"status": "open"
	},
	"EDIT6127": {
		"type": "editorial",
		"title": "[over.over] p1 Eliminate the ambiguity in the sentence",
		"long_link": "https://github.com/cplusplus/draft/issues/6127",
		"link": "https://wg21.link/edit6127",
		"status": "open"
	},
	"EDIT6128": {
		"type": "editorial",
		"title": "[LWG 5] P2770R0 Stashing stashing iterators for proper flattening",
		"long_link": "https://github.com/cplusplus/draft/pull/6128",
		"link": "https://wg21.link/edit6128",
		"status": "open"
	},
	"EDIT6129": {
		"type": "editorial",
		"title": "[LWG 14] P2674R1 A trait for implicit lifetime types",
		"long_link": "https://github.com/cplusplus/draft/pull/6129",
		"link": "https://wg21.link/edit6129",
		"status": "open"
	},
	"EDIT6130": {
		"type": "editorial",
		"title": "[LWG 17] P2787R1 pmr::generator - Promise Types are not Values",
		"long_link": "https://github.com/cplusplus/draft/pull/6130",
		"link": "https://wg21.link/edit6130",
		"status": "open"
	},
	"EDIT6131": {
		"type": "editorial",
		"title": "[LWG 15] P2655R3 common_reference_t of reference_wrapper Should Be a Reference…",
		"long_link": "https://github.com/cplusplus/draft/pull/6131",
		"link": "https://wg21.link/edit6131",
		"status": "open"
	},
	"EDIT6132": {
		"type": "editorial",
		"title": "[temp.deduct.call] p3 Adding \"including\" to make the meaning clearer",
		"long_link": "https://github.com/cplusplus/draft/issues/6132",
		"link": "https://wg21.link/edit6132",
		"status": "open"
	},
	"EDIT6133": {
		"type": "editorial",
		"title": "[pairs.pair] Consistent wording for assignment",
		"long_link": "https://github.com/cplusplus/draft/pull/6133",
		"link": "https://wg21.link/edit6133",
		"status": "open"
	},
	"EDIT6134": {
		"type": "editorial",
		"title": "[LWG 16] P2652R2 Disallow User Specialization of allocator_traits",
		"long_link": "https://github.com/cplusplus/draft/pull/6134",
		"link": "https://wg21.link/edit6134",
		"status": "open"
	},
	"EDIT6135": {
		"type": "editorial",
		"title": "[LWG 6] P2164R9 views::enumerate",
		"long_link": "https://github.com/cplusplus/draft/pull/6135",
		"link": "https://wg21.link/edit6135",
		"status": "open"
	},
	"EDIT6136": {
		"type": "editorial",
		"title": "[LWG 7] P2711R1 Making multi-param constructors of views explicit",
		"long_link": "https://github.com/cplusplus/draft/pull/6136",
		"link": "https://wg21.link/edit6136",
		"status": "closed"
	},
	"EDIT6137": {
		"type": "editorial",
		"title": "[LWG 8] P2609R3 Relaxing Ranges Just A Smidge",
		"long_link": "https://github.com/cplusplus/draft/pull/6137",
		"link": "https://wg21.link/edit6137",
		"status": "closed"
	},
	"EDIT6138": {
		"type": "editorial",
		"title": "[re.results.const] Sentence can be a note",
		"long_link": "https://github.com/cplusplus/draft/issues/6138",
		"link": "https://wg21.link/edit6138",
		"status": "closed"
	},
	"EDIT6139": {
		"type": "editorial",
		"title": "[LWG 9] P2713R1 Escaping improvements in std::format",
		"long_link": "https://github.com/cplusplus/draft/pull/6139",
		"link": "https://wg21.link/edit6139",
		"status": "closed"
	},
	"EDIT6140": {
		"type": "editorial",
		"title": "[LWG 10] P2675R1 format's width estimation is too approximate and not forward …",
		"long_link": "https://github.com/cplusplus/draft/pull/6140",
		"link": "https://wg21.link/edit6140",
		"status": "closed"
	},
	"EDIT6141": {
		"type": "editorial",
		"title": "P2614R2 Deprecate numeric_limits::has_denorm",
		"long_link": "https://github.com/cplusplus/draft/pull/6141",
		"link": "https://wg21.link/edit6141",
		"status": "open"
	},
	"EDIT6142": {
		"type": "editorial",
		"title": "P2588R3 barrier's phase completion guarantees",
		"long_link": "https://github.com/cplusplus/draft/pull/6142",
		"link": "https://wg21.link/edit6142",
		"status": "open"
	},
	"EDIT6143": {
		"type": "editorial",
		"title": "[specialized.algorithms.general] The note seems incorrect",
		"long_link": "https://github.com/cplusplus/draft/issues/6143",
		"link": "https://wg21.link/edit6143",
		"status": "open"
	},
	"EDIT6144": {
		"type": "editorial",
		"title": "[LWG 11] P2572R1 std::format fill character allowances",
		"long_link": "https://github.com/cplusplus/draft/pull/6144",
		"link": "https://wg21.link/edit6144",
		"status": "closed"
	},
	"EDIT6145": {
		"type": "editorial",
		"title": "[range.join.with.iterator] Simplify `operator--` with *`as-lvalue`*",
		"long_link": "https://github.com/cplusplus/draft/issues/6145",
		"link": "https://wg21.link/edit6145",
		"status": "open"
	},
	"EDIT6146": {
		"type": "editorial",
		"title": "[range.lazy.split.view] Use present only *when* `bool`-condition",
		"long_link": "https://github.com/cplusplus/draft/pull/6146",
		"link": "https://wg21.link/edit6146",
		"status": "open"
	},
	"EDIT6147": {
		"type": "editorial",
		"title": "[LWG 12] P2693R1 Formatting thread::id and stacktrace",
		"long_link": "https://github.com/cplusplus/draft/pull/6147",
		"link": "https://wg21.link/edit6147",
		"status": "closed"
	},
	"EDIT6148": {
		"type": "editorial",
		"title": "[LWG 20] P2763R1 layout_stride static extents default constructor fix",
		"long_link": "https://github.com/cplusplus/draft/pull/6148",
		"link": "https://wg21.link/edit6148",
		"status": "closed"
	},
	"EDIT6149": {
		"type": "editorial",
		"title": "[library.general,tab:thread.summary] Sync references with Clause title",
		"long_link": "https://github.com/cplusplus/draft/pull/6149",
		"link": "https://wg21.link/edit6149",
		"status": "closed"
	},
	"EDIT6150": {
		"type": "editorial",
		"title": "[check] Diagnose redundant `\\tcode` in `\\tcode{\\exposid{expos-only-name}}`",
		"long_link": "https://github.com/cplusplus/draft/issues/6150",
		"link": "https://wg21.link/edit6150",
		"status": "open"
	},
	"EDIT6151": {
		"type": "editorial",
		"title": "[ranges.syn,range.enumerate] Inconsistent _template-head_",
		"long_link": "https://github.com/cplusplus/draft/issues/6151",
		"link": "https://wg21.link/edit6151",
		"status": "open"
	},
	"EDIT6152": {
		"type": "editorial",
		"title": "[allocator.requirements.general]/98 make sure SimpleAllocator meets t…",
		"long_link": "https://github.com/cplusplus/draft/pull/6152",
		"link": "https://wg21.link/edit6152",
		"status": "closed"
	},
	"EDIT6153": {
		"type": "editorial",
		"title": "[expected.object.eq] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/6153",
		"link": "https://wg21.link/edit6153",
		"status": "closed"
	},
	"EDIT6154": {
		"type": "editorial",
		"title": "[flat.map] `key_equiv` might be made an aggregate to simplify wording",
		"long_link": "https://github.com/cplusplus/draft/issues/6154",
		"link": "https://wg21.link/edit6154",
		"status": "open"
	},
	"EDIT6155": {
		"type": "editorial",
		"title": "[format.string.std] Should \"UCS\" be replaced with \"Unicode\"?",
		"long_link": "https://github.com/cplusplus/draft/issues/6155",
		"link": "https://wg21.link/edit6155",
		"status": "open"
	},
	"EDIT6156": {
		"type": "editorial",
		"title": "[temp.expl.spec] Use normal spacing after \"etc.\" within a sentence",
		"long_link": "https://github.com/cplusplus/draft/pull/6156",
		"link": "https://wg21.link/edit6156",
		"status": "closed"
	},
	"EDIT6157": {
		"type": "editorial",
		"title": "[specialized.algorithms.general] Strike the possibly wrong note",
		"long_link": "https://github.com/cplusplus/draft/pull/6157",
		"link": "https://wg21.link/edit6157",
		"status": "closed"
	},
	"EDIT6158": {
		"type": "editorial",
		"title": "[intro.object] The term \"potentially-overlapping subobject\" doesn't seem to exclude reference members",
		"long_link": "https://github.com/cplusplus/draft/issues/6158",
		"link": "https://wg21.link/edit6158",
		"status": "open"
	},
	"EDIT6159": {
		"type": "editorial",
		"title": "[expr.prim.req.compound] Move compound requirement example from inner to outer bullet",
		"long_link": "https://github.com/cplusplus/draft/pull/6159",
		"link": "https://wg21.link/edit6159",
		"status": "closed"
	},
	"EDIT6160": {
		"type": "editorial",
		"title": "[intro.object] References are not potentially-overlapping subobjects",
		"long_link": "https://github.com/cplusplus/draft/pull/6160",
		"link": "https://wg21.link/edit6160",
		"status": "open"
	},
	"EDIT6161": {
		"type": "editorial",
		"title": "[dcl.pre] Add missing markup that makes \"fails\" a definition.",
		"long_link": "https://github.com/cplusplus/draft/pull/6161",
		"link": "https://wg21.link/edit6161",
		"status": "closed"
	},
	"EDIT6162": {
		"type": "editorial",
		"title": "[cpp.pre] Fix grammar for #elifdef",
		"long_link": "https://github.com/cplusplus/draft/pull/6162",
		"link": "https://wg21.link/edit6162",
		"status": "closed"
	},
	"EDIT6163": {
		"type": "editorial",
		"title": "[string.capacity] Use \\tcode+\\placeholder for placeholder",
		"long_link": "https://github.com/cplusplus/draft/pull/6163",
		"link": "https://wg21.link/edit6163",
		"status": "closed"
	},
	"EDIT6164": {
		"type": "editorial",
		"title": "[depr.template.template] Add cross-ref to core language",
		"long_link": "https://github.com/cplusplus/draft/pull/6164",
		"link": "https://wg21.link/edit6164",
		"status": "closed"
	},
	"EDIT6165": {
		"type": "editorial",
		"title": "[lex.pptoken] p2 Make the effect of the whitespace in preprocessing tokens clearly",
		"long_link": "https://github.com/cplusplus/draft/issues/6165",
		"link": "https://wg21.link/edit6165",
		"status": "open"
	},
	"EDIT6166": {
		"type": "editorial",
		"title": "[over.match.funcs.general]/9 fix the style of references",
		"long_link": "https://github.com/cplusplus/draft/pull/6166",
		"link": "https://wg21.link/edit6166",
		"status": "closed"
	},
	"EDIT6167": {
		"type": "editorial",
		"title": "[specialized.algorithms] remove voidify completely",
		"long_link": "https://github.com/cplusplus/draft/pull/6167",
		"link": "https://wg21.link/edit6167",
		"status": "closed"
	},
	"EDIT6168": {
		"type": "editorial",
		"title": "Move [expected] from [utilities] to [diagnostics]",
		"long_link": "https://github.com/cplusplus/draft/issues/6168",
		"link": "https://wg21.link/edit6168",
		"status": "open"
	},
	"EDIT6169": {
		"type": "editorial",
		"title": "[module.interface] Fix outdated example",
		"long_link": "https://github.com/cplusplus/draft/pull/6169",
		"link": "https://wg21.link/edit6169",
		"status": "open"
	},
	"EDIT6170": {
		"type": "editorial",
		"title": "[dcl.init.general] Clarify initialization of arrays",
		"long_link": "https://github.com/cplusplus/draft/pull/6170",
		"link": "https://wg21.link/edit6170",
		"status": "open"
	},
	"EDIT6171": {
		"type": "editorial",
		"title": "[expr.prim.lambda.capture] Improve wording on anonymous unions in lambda captures",
		"long_link": "https://github.com/cplusplus/draft/pull/6171",
		"link": "https://wg21.link/edit6171",
		"status": "open"
	},
	"EDIT6172": {
		"type": "editorial",
		"title": "[conv.qual] Remove unused definition of 'cv-qualification signature'",
		"long_link": "https://github.com/cplusplus/draft/pull/6172",
		"link": "https://wg21.link/edit6172",
		"status": "open"
	},
	"EDIT6173": {
		"type": "editorial",
		"title": "[expr.rel] Clarify confusing wording",
		"long_link": "https://github.com/cplusplus/draft/pull/6173",
		"link": "https://wg21.link/edit6173",
		"status": "open"
	},
	"EDIT6174": {
		"type": "editorial",
		"title": "Bring pointer terminology up to date",
		"long_link": "https://github.com/cplusplus/draft/pull/6174",
		"link": "https://wg21.link/edit6174",
		"status": "open"
	},
	"EDIT6175": {
		"type": "editorial",
		"title": "C++",
		"long_link": "https://github.com/cplusplus/draft/issues/6175",
		"link": "https://wg21.link/edit6175",
		"status": "open"
	},
	"EDIT6176": {
		"type": "editorial",
		"title": "[re.results.general] Add type of `match_results::const_iterator` to index of imp def behaviour",
		"long_link": "https://github.com/cplusplus/draft/pull/6176",
		"link": "https://wg21.link/edit6176",
		"status": "closed"
	},
	"EDIT6177": {
		"type": "editorial",
		"title": "[range.cartesian.view] Remove unused template parameter",
		"long_link": "https://github.com/cplusplus/draft/pull/6177",
		"link": "https://wg21.link/edit6177",
		"status": "open"
	},
	"EDIT6178": {
		"type": "editorial",
		"title": "[ranges] Format of `&&` expression",
		"long_link": "https://github.com/cplusplus/draft/issues/6178",
		"link": "https://wg21.link/edit6178",
		"status": "open"
	},
	"EDIT6179": {
		"type": "editorial",
		"title": "[check] Add check for i.e. and e.g. followed by comma",
		"long_link": "https://github.com/cplusplus/draft/pull/6179",
		"link": "https://wg21.link/edit6179",
		"status": "closed"
	},
	"EDIT6180": {
		"type": "editorial",
		"title": "[fs.conform.9945] Use inter-sentence spacing after an (uppercase) acronym",
		"long_link": "https://github.com/cplusplus/draft/pull/6180",
		"link": "https://wg21.link/edit6180",
		"status": "closed"
	},
	"EDIT6181": {
		"type": "editorial",
		"title": "[temp.deduct.funcaddr] Add missing \\tcode",
		"long_link": "https://github.com/cplusplus/draft/pull/6181",
		"link": "https://wg21.link/edit6181",
		"status": "closed"
	},
	"EDIT6182": {
		"type": "editorial",
		"title": "[intro.abstract] Index the you-know-what clause",
		"long_link": "https://github.com/cplusplus/draft/pull/6182",
		"link": "https://wg21.link/edit6182",
		"status": "open"
	},
	"EDIT6183": {
		"type": "editorial",
		"title": "[span.iterators] Fix cross-reference to container iterators",
		"long_link": "https://github.com/cplusplus/draft/pull/6183",
		"link": "https://wg21.link/edit6183",
		"status": "closed"
	},
	"EDIT6184": {
		"type": "editorial",
		"title": "[std] Update references to [container.requirements.general]",
		"long_link": "https://github.com/cplusplus/draft/issues/6184",
		"link": "https://wg21.link/edit6184",
		"status": "open"
	},
	"EDIT6185": {
		"type": "editorial",
		"title": "LWG3906 [atomics.types.pointer], [atomics.ref.pointer] \"Undefined address\" is undefined",
		"long_link": "https://github.com/cplusplus/draft/issues/6185",
		"link": "https://wg21.link/edit6185",
		"status": "closed"
	},
	"EDIT6186": {
		"type": "editorial",
		"title": "[projected, alg.req.ind.{move, copy}, range.as.rvalue.overview] fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/6186",
		"link": "https://wg21.link/edit6186",
		"status": "closed"
	},
	"EDIT6187": {
		"type": "editorial",
		"title": "typography: `'` (straight single quote) or `’` (curly single quote)",
		"long_link": "https://github.com/cplusplus/draft/issues/6187",
		"link": "https://wg21.link/edit6187",
		"status": "open"
	},
	"EDIT6188": {
		"type": "editorial",
		"title": "[stmt] Fix cross-references for condition",
		"long_link": "https://github.com/cplusplus/draft/pull/6188",
		"link": "https://wg21.link/edit6188",
		"status": "closed"
	},
	"EDIT6189": {
		"type": "editorial",
		"title": "[container.alloc.reqmts] Better cross-references for allocator-aware …",
		"long_link": "https://github.com/cplusplus/draft/pull/6189",
		"link": "https://wg21.link/edit6189",
		"status": "open"
	},
	"EDIT6190": {
		"type": "editorial",
		"title": "[expr.pre] p3 \"operators that are overloaded\" is not a defined term",
		"long_link": "https://github.com/cplusplus/draft/issues/6190",
		"link": "https://wg21.link/edit6190",
		"status": "open"
	},
	"EDIT6191": {
		"type": "editorial",
		"title": "[intro.execution] p10 Ambiguous meaning with the \"and\"",
		"long_link": "https://github.com/cplusplus/draft/issues/6191",
		"link": "https://wg21.link/edit6191",
		"status": "closed"
	},
	"EDIT6192": {
		"type": "editorial",
		"title": "[container.reqmts] Fix cross-references to contiguous container",
		"long_link": "https://github.com/cplusplus/draft/pull/6192",
		"link": "https://wg21.link/edit6192",
		"status": "closed"
	},
	"EDIT6193": {
		"type": "editorial",
		"title": "[container.requirements.general] Move exposition-only concept",
		"long_link": "https://github.com/cplusplus/draft/pull/6193",
		"link": "https://wg21.link/edit6193",
		"status": "closed"
	},
	"EDIT6194": {
		"type": "editorial",
		"title": "[class.abstract] Missing change of note for inherited member functions in P1787R6",
		"long_link": "https://github.com/cplusplus/draft/pull/6194",
		"link": "https://wg21.link/edit6194",
		"status": "open"
	},
	"EDIT6195": {
		"type": "editorial",
		"title": "[class.ctor.general] Remove the paragraph made dangling by P1787R6",
		"long_link": "https://github.com/cplusplus/draft/pull/6195",
		"link": "https://wg21.link/edit6195",
		"status": "open"
	},
	"EDIT6196": {
		"type": "editorial",
		"title": "[intro.object] Clarify [intro.object]/3.1",
		"long_link": "https://github.com/cplusplus/draft/pull/6196",
		"link": "https://wg21.link/edit6196",
		"status": "open"
	},
	"EDIT6197": {
		"type": "editorial",
		"title": "[range.adaptor.helpers] make as-lvalue noexcept",
		"long_link": "https://github.com/cplusplus/draft/pull/6197",
		"link": "https://wg21.link/edit6197",
		"status": "open"
	},
	"EDIT6198": {
		"type": "editorial",
		"title": "[range.cartesian.view] `cartesian_product_view` deduction guide should qualify `views::all_t`",
		"long_link": "https://github.com/cplusplus/draft/issues/6198",
		"link": "https://wg21.link/edit6198",
		"status": "closed"
	},
	"EDIT6199": {
		"type": "editorial",
		"title": "[container.reqmts] Relocate more container requirements",
		"long_link": "https://github.com/cplusplus/draft/pull/6199",
		"link": "https://wg21.link/edit6199",
		"status": "closed"
	},
	"EDIT6200": {
		"type": "editorial",
		"title": "Prevent double spacing in tcode",
		"long_link": "https://github.com/cplusplus/draft/pull/6200",
		"link": "https://wg21.link/edit6200",
		"status": "open"
	},
	"EDIT6201": {
		"type": "editorial",
		"title": "CWG 2642: [class.member.lookup] p7 Note 3 now out-of-sync",
		"long_link": "https://github.com/cplusplus/draft/issues/6201",
		"link": "https://wg21.link/edit6201",
		"status": "open"
	},
	"EDIT6202": {
		"type": "editorial",
		"title": "Bump value of __cpp_lib_allocate_at_least for C++23",
		"long_link": "https://github.com/cplusplus/draft/issues/6202",
		"link": "https://wg21.link/edit6202",
		"status": "closed"
	},
	"EDIT6203": {
		"type": "editorial",
		"title": "[defns.dynamic.type] Say \"most derived object\" in the example",
		"long_link": "https://github.com/cplusplus/draft/pull/6203",
		"link": "https://wg21.link/edit6203",
		"status": "open"
	},
	"EDIT6204": {
		"type": "editorial",
		"title": "N4944 pre-CD: Remaining inconsistent inline constexpr variable templates",
		"long_link": "https://github.com/cplusplus/draft/issues/6204",
		"link": "https://wg21.link/edit6204",
		"status": "open"
	},
	"EDIT6205": {
		"type": "editorial",
		"title": "[version.syn] bump value of __cpp_lib_allocate_at_least",
		"long_link": "https://github.com/cplusplus/draft/pull/6205",
		"link": "https://wg21.link/edit6205",
		"status": "closed"
	},
	"EDIT6206": {
		"type": "editorial",
		"title": "Mac modernization: allow listings 1.9, and don't allow errors in a pipe",
		"long_link": "https://github.com/cplusplus/draft/pull/6206",
		"link": "https://wg21.link/edit6206",
		"status": "closed"
	},
	"EDIT6207": {
		"type": "editorial",
		"title": "Fix date",
		"long_link": "https://github.com/cplusplus/draft/pull/6207",
		"link": "https://wg21.link/edit6207",
		"status": "closed"
	},
	"EDIT6208": {
		"type": "editorial",
		"title": "[range.utility.conv.to] Use model instead of satisfy for range concept",
		"long_link": "https://github.com/cplusplus/draft/pull/6208",
		"link": "https://wg21.link/edit6208",
		"status": "closed"
	},
	"EDIT6209": {
		"type": "editorial",
		"title": "[over.literal] Cross-reference deprecated grammar",
		"long_link": "https://github.com/cplusplus/draft/pull/6209",
		"link": "https://wg21.link/edit6209",
		"status": "closed"
	},
	"EDIT6210": {
		"type": "editorial",
		"title": "[basic.compound] Fix incorrect cross-reference",
		"long_link": "https://github.com/cplusplus/draft/pull/6210",
		"link": "https://wg21.link/edit6210",
		"status": "open"
	},
	"EDIT6211": {
		"type": "editorial",
		"title": "[temp.variadic] \"instantiation of the init-capture pack\" vs. \"instantiation of the init-capture pack declaration\"",
		"long_link": "https://github.com/cplusplus/draft/issues/6211",
		"link": "https://wg21.link/edit6211",
		"status": "open"
	},
	"EDIT6212": {
		"type": "editorial",
		"title": "[temp.variadic] Change \"init-capture pack\" to \"init-capture pack declaration\"",
		"long_link": "https://github.com/cplusplus/draft/pull/6212",
		"link": "https://wg21.link/edit6212",
		"status": "closed"
	},
	"EDIT6213": {
		"type": "editorial",
		"title": "[depr.atomics.volatile] Use tcode to call out template name",
		"long_link": "https://github.com/cplusplus/draft/pull/6213",
		"link": "https://wg21.link/edit6213",
		"status": "closed"
	},
	"EDIT6214": {
		"type": "editorial",
		"title": "\"behavior of a program is undefined\" vs \"program has undefined behavior\"",
		"long_link": "https://github.com/cplusplus/draft/issues/6214",
		"link": "https://wg21.link/edit6214",
		"status": "open"
	},
	"EDIT6215": {
		"type": "editorial",
		"title": "[dcl.decl.general] Fix cross-references",
		"long_link": "https://github.com/cplusplus/draft/pull/6215",
		"link": "https://wg21.link/edit6215",
		"status": "closed"
	},
	"EDIT6216": {
		"type": "editorial",
		"title": "[temp.variadic] Change \"init-capture pack\" to \"init-capture pack declaration\"",
		"long_link": "https://github.com/cplusplus/draft/pull/6216",
		"link": "https://wg21.link/edit6216",
		"status": "closed"
	},
	"EDIT6217": {
		"type": "editorial",
		"title": "LaTeX: package extract abuses internal LaTeX interfaces and seems to be highly incompatible with modern versions of LaTeX",
		"long_link": "https://github.com/cplusplus/draft/issues/6217",
		"link": "https://wg21.link/edit6217",
		"status": "open"
	},
	"EDIT6218": {
		"type": "editorial",
		"title": "#6204 Remove remaining inline from variable templates",
		"long_link": "https://github.com/cplusplus/draft/pull/6218",
		"link": "https://wg21.link/edit6218",
		"status": "closed"
	},
	"EDIT6219": {
		"type": "editorial",
		"title": "[range.enumerate.overview] Refer to [range.adaptor.object]",
		"long_link": "https://github.com/cplusplus/draft/pull/6219",
		"link": "https://wg21.link/edit6219",
		"status": "open"
	},
	"EDIT6220": {
		"type": "editorial",
		"title": "[container.opt.reqmts] Index 3-way compare for containers",
		"long_link": "https://github.com/cplusplus/draft/pull/6220",
		"link": "https://wg21.link/edit6220",
		"status": "open"
	},
	"EDIT6221": {
		"type": "editorial",
		"title": "[container.adapters] The `flat_*` container adapters need to index their members",
		"long_link": "https://github.com/cplusplus/draft/issues/6221",
		"link": "https://wg21.link/edit6221",
		"status": "open"
	},
	"EDIT6222": {
		"type": "editorial",
		"title": "[string.iterators] should be removed as `basic_string` is a reversible container",
		"long_link": "https://github.com/cplusplus/draft/issues/6222",
		"link": "https://wg21.link/edit6222",
		"status": "open"
	},
	"EDIT6223": {
		"type": "editorial",
		"title": "Doubtful uses of term \"lifetime\"",
		"long_link": "https://github.com/cplusplus/draft/issues/6223",
		"link": "https://wg21.link/edit6223",
		"status": "open"
	},
	"EDIT6224": {
		"type": "editorial",
		"title": "[format.string.std] Replace \"Derived Extracted Property\" with simply \"property\"",
		"long_link": "https://github.com/cplusplus/draft/pull/6224",
		"link": "https://wg21.link/edit6224",
		"status": "open"
	},
	"EDIT6225": {
		"type": "editorial",
		"title": "[expr.shift] more precise wording for arithmetic shift rounding CWG2724",
		"long_link": "https://github.com/cplusplus/draft/pull/6225",
		"link": "https://wg21.link/edit6225",
		"status": "open"
	},
	"EDIT6226": {
		"type": "editorial",
		"title": "[class.static.data] IFNDR case is not distinguished",
		"long_link": "https://github.com/cplusplus/draft/issues/6226",
		"link": "https://wg21.link/edit6226",
		"status": "closed"
	},
	"EDIT6227": {
		"type": "editorial",
		"title": "Fix Subclause name for cstddef in headers.cpp.fs",
		"long_link": "https://github.com/cplusplus/draft/pull/6227",
		"link": "https://wg21.link/edit6227",
		"status": "closed"
	},
	"EDIT6228": {
		"type": "editorial",
		"title": "[iterator.concept.winc] Improve implementation-defined text",
		"long_link": "https://github.com/cplusplus/draft/pull/6228",
		"link": "https://wg21.link/edit6228",
		"status": "closed"
	},
	"EDIT6229": {
		"type": "editorial",
		"title": "Index for implementation defined entities",
		"long_link": "https://github.com/cplusplus/draft/issues/6229",
		"link": "https://wg21.link/edit6229",
		"status": "open"
	},
	"EDIT6230": {
		"type": "editorial",
		"title": "[coro.generator] Editorial fixes",
		"long_link": "https://github.com/cplusplus/draft/pull/6230",
		"link": "https://wg21.link/edit6230",
		"status": "open"
	},
	"EDIT6231": {
		"type": "editorial",
		"title": "tools: update action in GitHub workflow",
		"long_link": "https://github.com/cplusplus/draft/pull/6231",
		"link": "https://wg21.link/edit6231",
		"status": "closed"
	},
	"EDIT6232": {
		"type": "editorial",
		"title": "[range.enumerate.view] make the format more consistent",
		"long_link": "https://github.com/cplusplus/draft/pull/6232",
		"link": "https://wg21.link/edit6232",
		"status": "closed"
	},
	"EDIT6233": {
		"type": "editorial",
		"title": "[alg.unique] namepace -> namespace",
		"long_link": "https://github.com/cplusplus/draft/pull/6233",
		"link": "https://wg21.link/edit6233",
		"status": "closed"
	},
	"EDIT6234": {
		"type": "editorial",
		"title": "[range.repeat.iterator] Remove redundant period",
		"long_link": "https://github.com/cplusplus/draft/pull/6234",
		"link": "https://wg21.link/edit6234",
		"status": "closed"
	},
	"EDIT6235": {
		"type": "editorial",
		"title": "One \\grammarterm{x}, two \\grammarterm{x}{s} (and likewise)",
		"long_link": "https://github.com/cplusplus/draft/pull/6235",
		"link": "https://wg21.link/edit6235",
		"status": "closed"
	},
	"EDIT6236": {
		"type": "editorial",
		"title": "[defns.iostream.templates] This section doesn't seem helpful and may be misleading",
		"long_link": "https://github.com/cplusplus/draft/issues/6236",
		"link": "https://wg21.link/edit6236",
		"status": "open"
	},
	"EDIT6237": {
		"type": "editorial",
		"title": "[utilities] Add range_format to index of library names",
		"long_link": "https://github.com/cplusplus/draft/pull/6237",
		"link": "https://wg21.link/edit6237",
		"status": "closed"
	},
	"EDIT6238": {
		"type": "editorial",
		"title": "[flat.map.modifiers] try_emplace_hint doesn't exist",
		"long_link": "https://github.com/cplusplus/draft/pull/6238",
		"link": "https://wg21.link/edit6238",
		"status": "closed"
	},
	"EDIT6239": {
		"type": "editorial",
		"title": "[dcl.attr.grammar] Braces of _balanced-token_ are unaligned",
		"long_link": "https://github.com/cplusplus/draft/issues/6239",
		"link": "https://wg21.link/edit6239",
		"status": "closed"
	},
	"EDIT6240": {
		"type": "editorial",
		"title": "Use new term \"constexpr-suitable\"",
		"long_link": "https://github.com/cplusplus/draft/pull/6240",
		"link": "https://wg21.link/edit6240",
		"status": "closed"
	},
	"EDIT6241": {
		"type": "editorial",
		"title": "[lex, expr, dcl.dcl] Disable character protrusion from BNF lines.",
		"long_link": "https://github.com/cplusplus/draft/pull/6241",
		"link": "https://wg21.link/edit6241",
		"status": "closed"
	},
	"EDIT6242": {
		"type": "editorial",
		"title": "[cpp.predefined] Add __cpp_auto_cast",
		"long_link": "https://github.com/cplusplus/draft/pull/6242",
		"link": "https://wg21.link/edit6242",
		"status": "closed"
	},
	"EDIT6243": {
		"type": "editorial",
		"title": "[cmp.alg] Add missing formatting for `F`",
		"long_link": "https://github.com/cplusplus/draft/pull/6243",
		"link": "https://wg21.link/edit6243",
		"status": "closed"
	},
	"EDIT6244": {
		"type": "editorial",
		"title": "[container.alloc.reqmts] Fix incorrect change of \\mandates to \\expects",
		"long_link": "https://github.com/cplusplus/draft/pull/6244",
		"link": "https://wg21.link/edit6244",
		"status": "closed"
	},
	"EDIT6245": {
		"type": "editorial",
		"title": "[flat.map.cons] Close an angle bracket",
		"long_link": "https://github.com/cplusplus/draft/pull/6245",
		"link": "https://wg21.link/edit6245",
		"status": "closed"
	},
	"EDIT6246": {
		"type": "editorial",
		"title": "[flat.set.modifiers] `(first, last)` should be `rg`",
		"long_link": "https://github.com/cplusplus/draft/pull/6246",
		"link": "https://wg21.link/edit6246",
		"status": "closed"
	},
	"EDIT6247": {
		"type": "editorial",
		"title": "What should the standard say for changes listed in Annex C that are backported by implementations?",
		"long_link": "https://github.com/cplusplus/draft/issues/6247",
		"link": "https://wg21.link/edit6247",
		"status": "closed"
	},
	"EDIT6248": {
		"type": "editorial",
		"title": "[flat.{map,multiset,set}.modifiers] Harmonize description of insert(s, first, last)",
		"long_link": "https://github.com/cplusplus/draft/pull/6248",
		"link": "https://wg21.link/edit6248",
		"status": "open"
	},
	"EDIT6249": {
		"type": "editorial",
		"title": "[flat.map.modifiers] \"Arg...\" should be \"Args...\"",
		"long_link": "https://github.com/cplusplus/draft/pull/6249",
		"link": "https://wg21.link/edit6249",
		"status": "closed"
	},
	"EDIT6250": {
		"type": "editorial",
		"title": "[basic.pre] p9.1 \"character\" should be improved with \"translation character\"",
		"long_link": "https://github.com/cplusplus/draft/issues/6250",
		"link": "https://wg21.link/edit6250",
		"status": "open"
	},
	"EDIT6251": {
		"type": "editorial",
		"title": "[intro.execution] Fix bad function call in example",
		"long_link": "https://github.com/cplusplus/draft/pull/6251",
		"link": "https://wg21.link/edit6251",
		"status": "closed"
	},
	"EDIT6252": {
		"type": "editorial",
		"title": "[class.base.init] use defnadj to introduce delegating and target constructor",
		"long_link": "https://github.com/cplusplus/draft/pull/6252",
		"link": "https://wg21.link/edit6252",
		"status": "closed"
	},
	"EDIT6253": {
		"type": "editorial",
		"title": "[strings], [unord.req.general], [stringbuf.members]: Fix xrefs to [co…",
		"long_link": "https://github.com/cplusplus/draft/pull/6253",
		"link": "https://wg21.link/edit6253",
		"status": "closed"
	},
	"EDIT6254": {
		"type": "editorial",
		"title": "[ranges] Make the \"Effects: Equivalent to\" format consistent",
		"long_link": "https://github.com/cplusplus/draft/pull/6254",
		"link": "https://wg21.link/edit6254",
		"status": "open"
	},
	"EDIT6255": {
		"type": "editorial",
		"title": "Fix remaining references to container requirements, and adjust subclause naming",
		"long_link": "https://github.com/cplusplus/draft/pull/6255",
		"link": "https://wg21.link/edit6255",
		"status": "open"
	},
	"EDIT6256": {
		"type": "editorial",
		"title": "[optional.monadic] Should we remove invented variable declarations?",
		"long_link": "https://github.com/cplusplus/draft/issues/6256",
		"link": "https://wg21.link/edit6256",
		"status": "open"
	},
	"EDIT6257": {
		"type": "editorial",
		"title": "[unord.hash] [format.formatter.spec] Rephrase \"specialization of X<Y>\"",
		"long_link": "https://github.com/cplusplus/draft/pull/6257",
		"link": "https://wg21.link/edit6257",
		"status": "open"
	},
	"EDIT6258": {
		"type": "editorial",
		"title": "[dcl.init.list] Eliminate a case of \"specialization of X<Y>\"",
		"long_link": "https://github.com/cplusplus/draft/pull/6258",
		"link": "https://wg21.link/edit6258",
		"status": "open"
	},
	"EDIT6259": {
		"type": "editorial",
		"title": "[flat.multiset.defn] Fix erroneous duplication of `iter-value-type<InputIterator>`",
		"long_link": "https://github.com/cplusplus/draft/pull/6259",
		"link": "https://wg21.link/edit6259",
		"status": "closed"
	},
	"EDIT6260": {
		"type": "editorial",
		"title": "[flat.multiset.defn] Fix minor errors and inconsistencies",
		"long_link": "https://github.com/cplusplus/draft/pull/6260",
		"link": "https://wg21.link/edit6260",
		"status": "open"
	},
	"EDIT6261": {
		"type": "editorial",
		"title": "[expr.static.cast] Paragraph 8 ends in a colon",
		"long_link": "https://github.com/cplusplus/draft/issues/6261",
		"link": "https://wg21.link/edit6261",
		"status": "open"
	},
	"EDIT6262": {
		"type": "editorial",
		"title": "[expr.prim.req.nested][expr.prim.id.general] Say the normal form of the constraint-expression",
		"long_link": "https://github.com/cplusplus/draft/pull/6262",
		"link": "https://wg21.link/edit6262",
		"status": "open"
	},
	"EDIT6263": {
		"type": "editorial",
		"title": "[mdspan.mdspan.cons] `OtherIndexType` is not a parameter pack ([mdspan.mdspan.cons]/8.2)",
		"long_link": "https://github.com/cplusplus/draft/pull/6263",
		"link": "https://wg21.link/edit6263",
		"status": "open"
	},
	"EDIT6264": {
		"type": "editorial",
		"title": "[format.formattable] Add the second template argument for `basic_format_context` LWG3925",
		"long_link": "https://github.com/cplusplus/draft/pull/6264",
		"link": "https://wg21.link/edit6264",
		"status": "closed"
	},
	"EDIT6265": {
		"type": "editorial",
		"title": "Refer to library exposition-only function templates as templates",
		"long_link": "https://github.com/cplusplus/draft/pull/6265",
		"link": "https://wg21.link/edit6265",
		"status": "closed"
	},
	"EDIT6266": {
		"type": "editorial",
		"title": "[basic.stc.dynamic.allocation] Remove redundant 'address of'",
		"long_link": "https://github.com/cplusplus/draft/pull/6266",
		"link": "https://wg21.link/edit6266",
		"status": "open"
	},
	"EDIT6267": {
		"type": "editorial",
		"title": "[expr.const] Check the result object of a prvalue",
		"long_link": "https://github.com/cplusplus/draft/pull/6267",
		"link": "https://wg21.link/edit6267",
		"status": "open"
	},
	"EDIT6268": {
		"type": "editorial",
		"title": "[expr.add] Pointer subtraction when P-Q is out of range of ptrdiff_t is unclear",
		"long_link": "https://github.com/cplusplus/draft/issues/6268",
		"link": "https://wg21.link/edit6268",
		"status": "open"
	},
	"EDIT6269": {
		"type": "editorial",
		"title": "[expr.add] Clarify note on pointer subtraction",
		"long_link": "https://github.com/cplusplus/draft/pull/6269",
		"link": "https://wg21.link/edit6269",
		"status": "open"
	},
	"EDIT6270": {
		"type": "editorial",
		"title": "[string.view], [string.view.comparison] Refactor string_view comparisons, exploiting rewritten candidates",
		"long_link": "https://github.com/cplusplus/draft/pull/6270",
		"link": "https://wg21.link/edit6270",
		"status": "open"
	},
	"EDIT6271": {
		"type": "editorial",
		"title": "An \"introduction\" clause",
		"long_link": "https://github.com/cplusplus/draft/issues/6271",
		"link": "https://wg21.link/edit6271",
		"status": "open"
	},
	"EDIT6272": {
		"type": "editorial",
		"title": "[basic.def.odr] Restructure requirements in p14-p15",
		"long_link": "https://github.com/cplusplus/draft/pull/6272",
		"link": "https://wg21.link/edit6272",
		"status": "open"
	},
	"EDIT6273": {
		"type": "editorial",
		"title": "[func.wrap.func.general], [func.wrap.move.class] Remove redundant declaration",
		"long_link": "https://github.com/cplusplus/draft/pull/6273",
		"link": "https://wg21.link/edit6273",
		"status": "open"
	},
	"EDIT6274": {
		"type": "editorial",
		"title": "P2767R0 §3 as seen by LWG in Varna",
		"long_link": "https://github.com/cplusplus/draft/pull/6274",
		"link": "https://wg21.link/edit6274",
		"status": "open"
	},
	"EDIT6275": {
		"type": "editorial",
		"title": "P0792R14, [func.wrap.ref.class]: Remove redundant declaration of another undefined primary template declaration",
		"long_link": "https://github.com/cplusplus/draft/issues/6275",
		"link": "https://wg21.link/edit6275",
		"status": "open"
	},
	"EDIT6276": {
		"type": "editorial",
		"title": "[2023-06 CWG Motion 1] P2922R0 Core Language Working Group \"ready\" Issues",
		"long_link": "https://github.com/cplusplus/draft/issues/6276",
		"link": "https://wg21.link/edit6276",
		"status": "open"
	},
	"EDIT6277": {
		"type": "editorial",
		"title": "[2023-06 CWG Motion 2] P2621R2 UB? In my Lexer?",
		"long_link": "https://github.com/cplusplus/draft/issues/6277",
		"link": "https://wg21.link/edit6277",
		"status": "open"
	},
	"EDIT6278": {
		"type": "editorial",
		"title": "[2023-06 CWG Motion 3] P1854R4 Making non-encodable string literals ill-formed",
		"long_link": "https://github.com/cplusplus/draft/issues/6278",
		"link": "https://wg21.link/edit6278",
		"status": "open"
	},
	"EDIT6279": {
		"type": "editorial",
		"title": "[2023-06 CWG Motion 4] P2361R6 Unevaluated strings",
		"long_link": "https://github.com/cplusplus/draft/issues/6279",
		"link": "https://wg21.link/edit6279",
		"status": "open"
	},
	"EDIT6280": {
		"type": "editorial",
		"title": "[2023-06 CWG Motion 5] P2558R2 Add @, $, and ` to the basic character set",
		"long_link": "https://github.com/cplusplus/draft/issues/6280",
		"link": "https://wg21.link/edit6280",
		"status": "open"
	},
	"EDIT6281": {
		"type": "editorial",
		"title": "[2023-06 CWG Motion 6] P2738R1 constexpr cast from void*: towards constexpr type-erasure",
		"long_link": "https://github.com/cplusplus/draft/issues/6281",
		"link": "https://wg21.link/edit6281",
		"status": "open"
	},
	"EDIT6282": {
		"type": "editorial",
		"title": "[2023-06 CWG Motion 7] P2915R0 Proposed resolution for CWG1223",
		"long_link": "https://github.com/cplusplus/draft/issues/6282",
		"link": "https://wg21.link/edit6282",
		"status": "open"
	},
	"EDIT6283": {
		"type": "editorial",
		"title": "[2023-06 CWG Motion 8] P2552R3 On the ignorability of standard attributes",
		"long_link": "https://github.com/cplusplus/draft/issues/6283",
		"link": "https://wg21.link/edit6283",
		"status": "open"
	},
	"EDIT6284": {
		"type": "editorial",
		"title": "[2023-06 CWG Motion 9] P2752R3 Static storage for braced initializers",
		"long_link": "https://github.com/cplusplus/draft/issues/6284",
		"link": "https://wg21.link/edit6284",
		"status": "open"
	},
	"EDIT6285": {
		"type": "editorial",
		"title": "[2023-06 CWG Motion 10] P2741R3 User-generated static_assert messages",
		"long_link": "https://github.com/cplusplus/draft/issues/6285",
		"link": "https://wg21.link/edit6285",
		"status": "open"
	},
	"EDIT6286": {
		"type": "editorial",
		"title": "[2023-06 CWG Motion 11] P2169R4 A nice placeholder with no name",
		"long_link": "https://github.com/cplusplus/draft/issues/6286",
		"link": "https://wg21.link/edit6286",
		"status": "open"
	},
	"EDIT6287": {
		"type": "editorial",
		"title": "[2023-06 LWG Motion 1] Tentatively Ready issues in P2910R0 C++ Standard Library Issues to be moved in Varna, Jun. 2023",
		"long_link": "https://github.com/cplusplus/draft/issues/6287",
		"link": "https://wg21.link/edit6287",
		"status": "open"
	},
	"EDIT6288": {
		"type": "editorial",
		"title": "[2023-06 LWG Motion 2] P2497R0 Testing for success or failure of <charconv> functions",
		"long_link": "https://github.com/cplusplus/draft/issues/6288",
		"link": "https://wg21.link/edit6288",
		"status": "open"
	},
	"EDIT6289": {
		"type": "editorial",
		"title": "[2023-06 LWG Motion 3] P2592R3 Hashing support for std::chrono value classes",
		"long_link": "https://github.com/cplusplus/draft/issues/6289",
		"link": "https://wg21.link/edit6289",
		"status": "open"
	},
	"EDIT6290": {
		"type": "editorial",
		"title": "[2023-06 LWG Motion 4] P2587R3 to_string or not to_string",
		"long_link": "https://github.com/cplusplus/draft/issues/6290",
		"link": "https://wg21.link/edit6290",
		"status": "open"
	},
	"EDIT6291": {
		"type": "editorial",
		"title": "[2023-06 LWG Motion 5] P2562R1 constexpr Stable Sorting",
		"long_link": "https://github.com/cplusplus/draft/issues/6291",
		"link": "https://wg21.link/edit6291",
		"status": "open"
	},
	"EDIT6292": {
		"type": "editorial",
		"title": "[2023-06 LWG Motion 6] P2545R4 Read-Copy Update (RCU)",
		"long_link": "https://github.com/cplusplus/draft/issues/6292",
		"link": "https://wg21.link/edit6292",
		"status": "open"
	},
	"EDIT6293": {
		"type": "editorial",
		"title": "[2023-06 LWG Motion 7] P2530R3 Hazard Pointers for C++26",
		"long_link": "https://github.com/cplusplus/draft/issues/6293",
		"link": "https://wg21.link/edit6293",
		"status": "open"
	},
	"EDIT6294": {
		"type": "editorial",
		"title": "[2023-06 LWG Motion 8] P2538R1 ADL-proof std::projected",
		"long_link": "https://github.com/cplusplus/draft/issues/6294",
		"link": "https://wg21.link/edit6294",
		"status": "open"
	},
	"EDIT6295": {
		"type": "editorial",
		"title": "[2023-06 LWG Motion 9] P2495R3 Interfacing stringstreams with string_view",
		"long_link": "https://github.com/cplusplus/draft/issues/6295",
		"link": "https://wg21.link/edit6295",
		"status": "open"
	},
	"EDIT6296": {
		"type": "editorial",
		"title": "[2023-06 LWG Motion 10] P2510R3 Formatting pointers",
		"long_link": "https://github.com/cplusplus/draft/issues/6296",
		"link": "https://wg21.link/edit6296",
		"status": "open"
	},
	"EDIT6297": {
		"type": "editorial",
		"title": "[2023-06 LWG Motion 11] P2198R7 Freestanding Feature-Test Macros and Implementation-Defined Extensions",
		"long_link": "https://github.com/cplusplus/draft/issues/6297",
		"link": "https://wg21.link/edit6297",
		"status": "open"
	},
	"EDIT6298": {
		"type": "editorial",
		"title": "[2023-06 LWG Motion 12] P2338R4 Freestanding Library: Character primitives and the C library",
		"long_link": "https://github.com/cplusplus/draft/issues/6298",
		"link": "https://wg21.link/edit6298",
		"status": "open"
	},
	"EDIT6299": {
		"type": "editorial",
		"title": "[2023-06 LWG Motion 12] P2338R4 Freestanding Library: Character primitives and the C library",
		"long_link": "https://github.com/cplusplus/draft/issues/6299",
		"link": "https://wg21.link/edit6299",
		"status": "open"
	},
	"EDIT6300": {
		"type": "editorial",
		"title": "[2023-06 LWG Motion 13] P2013R5 Freestanding Language: Optional ::operator new",
		"long_link": "https://github.com/cplusplus/draft/issues/6300",
		"link": "https://wg21.link/edit6300",
		"status": "open"
	},
	"EDIT6301": {
		"type": "editorial",
		"title": "[2023-06 LWG Motion 15] P2363R5 Extending associative containers with the remaining heterogeneous overloads",
		"long_link": "https://github.com/cplusplus/draft/issues/6301",
		"link": "https://wg21.link/edit6301",
		"status": "open"
	},
	"EDIT6302": {
		"type": "editorial",
		"title": "[2023-06 LWG Motion 16] P1901R2 Enabling the Use of weak_ptr as Keys in Unordered Associative Containers",
		"long_link": "https://github.com/cplusplus/draft/issues/6302",
		"link": "https://wg21.link/edit6302",
		"status": "open"
	},
	"EDIT6303": {
		"type": "editorial",
		"title": "[2023-06 LWG Motion 17] P1885R12 Naming Text Encodings to Demystify Them",
		"long_link": "https://github.com/cplusplus/draft/issues/6303",
		"link": "https://wg21.link/edit6303",
		"status": "open"
	},
	"EDIT6304": {
		"type": "editorial",
		"title": "[2023-06 LWG Motion 18] P0792R14 function_ref: a type-erased callable reference",
		"long_link": "https://github.com/cplusplus/draft/issues/6304",
		"link": "https://wg21.link/edit6304",
		"status": "open"
	},
	"EDIT6305": {
		"type": "editorial",
		"title": "[2023-06 LWG Motion 19] P2874R2 Mandating Annex D",
		"long_link": "https://github.com/cplusplus/draft/issues/6305",
		"link": "https://wg21.link/edit6305",
		"status": "open"
	},
	"EDIT6306": {
		"type": "editorial",
		"title": "[2023-06 LWG Motion 20] P2757R3 Type checking format args",
		"long_link": "https://github.com/cplusplus/draft/issues/6306",
		"link": "https://wg21.link/edit6306",
		"status": "open"
	},
	"EDIT6307": {
		"type": "editorial",
		"title": "[2023-06 LWG Motion 21] P2637R3 Member visit",
		"long_link": "https://github.com/cplusplus/draft/issues/6307",
		"link": "https://wg21.link/edit6307",
		"status": "open"
	},
	"EDIT6308": {
		"type": "editorial",
		"title": "[2023-06 LWG Motion 22] P2641R4 Checking if a union alternative is active",
		"long_link": "https://github.com/cplusplus/draft/issues/6308",
		"link": "https://wg21.link/edit6308",
		"status": "open"
	},
	"EDIT6309": {
		"type": "editorial",
		"title": "[2023-06 LWG Motion 23] P1759R6 Native handles and file streams",
		"long_link": "https://github.com/cplusplus/draft/issues/6309",
		"link": "https://wg21.link/edit6309",
		"status": "open"
	},
	"EDIT6310": {
		"type": "editorial",
		"title": "[2023-06 LWG Motion 24] P2697R1 Interfacing bitset with string_view",
		"long_link": "https://github.com/cplusplus/draft/issues/6310",
		"link": "https://wg21.link/edit6310",
		"status": "open"
	},
	"EDIT6311": {
		"type": "editorial",
		"title": "[2023-06 LWG Motion 25] P1383R2 More constexpr for cmath and complex",
		"long_link": "https://github.com/cplusplus/draft/issues/6311",
		"link": "https://wg21.link/edit6311",
		"status": "open"
	},
	"EDIT6312": {
		"type": "editorial",
		"title": "[2023-06 LWG Motion 26]  P2734R0 Adding the new 2022 SI prefixes",
		"long_link": "https://github.com/cplusplus/draft/issues/6312",
		"link": "https://wg21.link/edit6312",
		"status": "open"
	},
	"EDIT6313": {
		"type": "editorial",
		"title": "[2023-06 LWG Motion 27] P2548R6 copyable_function",
		"long_link": "https://github.com/cplusplus/draft/issues/6313",
		"link": "https://wg21.link/edit6313",
		"status": "open"
	},
	"EDIT6314": {
		"type": "editorial",
		"title": "[2023-06 LWG Motion 28] P2714R1 Bind front and back to NTTP callables",
		"long_link": "https://github.com/cplusplus/draft/issues/6314",
		"link": "https://wg21.link/edit6314",
		"status": "open"
	},
	"EDIT6315": {
		"type": "editorial",
		"title": "[2023-06 LWG Motion 29] P2630R4 submdspan",
		"long_link": "https://github.com/cplusplus/draft/issues/6315",
		"link": "https://wg21.link/edit6315",
		"status": "open"
	},
	"EDIT6316": {
		"type": "editorial",
		"title": "P2621R2 Undefined behavior in the lexer",
		"long_link": "https://github.com/cplusplus/draft/pull/6316",
		"link": "https://wg21.link/edit6316",
		"status": "open"
	},
	"EDIT6317": {
		"type": "editorial",
		"title": "P1854R4 Making non-encodable string literals ill-formed",
		"long_link": "https://github.com/cplusplus/draft/pull/6317",
		"link": "https://wg21.link/edit6317",
		"status": "open"
	},
	"EDIT6318": {
		"type": "editorial",
		"title": "P2361R6 Unevaluated strings",
		"long_link": "https://github.com/cplusplus/draft/pull/6318",
		"link": "https://wg21.link/edit6318",
		"status": "open"
	},
	"EDIT6319": {
		"type": "editorial",
		"title": "P2558R2 Add @, $, and ` to the basic character set",
		"long_link": "https://github.com/cplusplus/draft/pull/6319",
		"link": "https://wg21.link/edit6319",
		"status": "open"
	},
	"EDIT6320": {
		"type": "editorial",
		"title": "P2738R1 constexpr cast from void*: towards constexpr type-erasure",
		"long_link": "https://github.com/cplusplus/draft/pull/6320",
		"link": "https://wg21.link/edit6320",
		"status": "open"
	},
	"EDIT6321": {
		"type": "editorial",
		"title": "P2552R3 On the ignorability of standard attributes",
		"long_link": "https://github.com/cplusplus/draft/pull/6321",
		"link": "https://wg21.link/edit6321",
		"status": "open"
	},
	"EDIT6322": {
		"type": "editorial",
		"title": "P2752R3 Static storage for braced initializers",
		"long_link": "https://github.com/cplusplus/draft/pull/6322",
		"link": "https://wg21.link/edit6322",
		"status": "open"
	},
	"EDIT6323": {
		"type": "editorial",
		"title": "[README] Update Arch Linux instructions",
		"long_link": "https://github.com/cplusplus/draft/pull/6323",
		"link": "https://wg21.link/edit6323",
		"status": "open"
	},
	"EDIT6324": {
		"type": "editorial",
		"title": "[string.view], [string.view.comparison] Refactor string_view comparis…",
		"long_link": "https://github.com/cplusplus/draft/pull/6324",
		"link": "https://wg21.link/edit6324",
		"status": "open"
	},
	"EDIT6325": {
		"type": "editorial",
		"title": "P2741R3 User-generated static_assert messages",
		"long_link": "https://github.com/cplusplus/draft/pull/6325",
		"link": "https://wg21.link/edit6325",
		"status": "open"
	},
	"EDIT6326": {
		"type": "editorial",
		"title": "P2169R4 A nice placeholder with no name",
		"long_link": "https://github.com/cplusplus/draft/pull/6326",
		"link": "https://wg21.link/edit6326",
		"status": "open"
	},
	"EDIT6327": {
		"type": "editorial",
		"title": "P2874R2 Mandating Annex D",
		"long_link": "https://github.com/cplusplus/draft/pull/6327",
		"link": "https://wg21.link/edit6327",
		"status": "open"
	},
	"EDIT6328": {
		"type": "editorial",
		"title": "[Motions 2023 06 cwg 1] P2922R0 Core Language Working Group \"ready\" Issues",
		"long_link": "https://github.com/cplusplus/draft/pull/6328",
		"link": "https://wg21.link/edit6328",
		"status": "open"
	},
	"EDIT6329": {
		"type": "editorial",
		"title": "[Motion cwg 7] P2915R0 (Proposed resolution for CWG1223)",
		"long_link": "https://github.com/cplusplus/draft/pull/6329",
		"link": "https://wg21.link/edit6329",
		"status": "open"
	},
	"EDIT6330": {
		"type": "editorial",
		"title": "P2497R0 Testing for success or failure of <charconv> functions",
		"long_link": "https://github.com/cplusplus/draft/pull/6330",
		"link": "https://wg21.link/edit6330",
		"status": "open"
	},
	"EDIT6331": {
		"type": "editorial",
		"title": "P2587R3 to_string or not to_string",
		"long_link": "https://github.com/cplusplus/draft/pull/6331",
		"link": "https://wg21.link/edit6331",
		"status": "open"
	},
	"EDIT6332": {
		"type": "editorial",
		"title": "P2592R3 Hashing support for std::chrono value classes",
		"long_link": "https://github.com/cplusplus/draft/pull/6332",
		"link": "https://wg21.link/edit6332",
		"status": "open"
	},
	"EDIT6333": {
		"type": "editorial",
		"title": "[lex.icon]p4 Note condition for ill-formedness off-by 1 bit/`u`-suffix",
		"long_link": "https://github.com/cplusplus/draft/issues/6333",
		"link": "https://wg21.link/edit6333",
		"status": "closed"
	},
	"EDIT6334": {
		"type": "editorial",
		"title": "Missing Licensing Information",
		"long_link": "https://github.com/cplusplus/draft/issues/6334",
		"link": "https://wg21.link/edit6334",
		"status": "open"
	},
	"EDIT6335": {
		"type": "editorial",
		"title": "[Motion lwg 1] P2910R0 C++ Standard Library Issues",
		"long_link": "https://github.com/cplusplus/draft/pull/6335",
		"link": "https://wg21.link/edit6335",
		"status": "open"
	},
	"EDIT6336": {
		"type": "editorial",
		"title": "[string.require]p3 Move note's contents",
		"long_link": "https://github.com/cplusplus/draft/issues/6336",
		"link": "https://wg21.link/edit6336",
		"status": "open"
	},
	"EDIT6337": {
		"type": "editorial",
		"title": "[expected.void.obs] Fix index for specialization",
		"long_link": "https://github.com/cplusplus/draft/pull/6337",
		"link": "https://wg21.link/edit6337",
		"status": "closed"
	},
	"EDIT6338": {
		"type": "editorial",
		"title": "[LWG 29] P2630R4 submdspan",
		"long_link": "https://github.com/cplusplus/draft/pull/6338",
		"link": "https://wg21.link/edit6338",
		"status": "open"
	},
	"EDIT6339": {
		"type": "editorial",
		"title": "[LWG motion 28] P2714R1 Bind front and back to NTTP callables",
		"long_link": "https://github.com/cplusplus/draft/pull/6339",
		"link": "https://wg21.link/edit6339",
		"status": "open"
	},
	"EDIT6340": {
		"type": "editorial",
		"title": "[LWG Motion 26] P2734R0 Adding the new 2022 SI prefixes",
		"long_link": "https://github.com/cplusplus/draft/pull/6340",
		"link": "https://wg21.link/edit6340",
		"status": "open"
	},
	"EDIT6341": {
		"type": "editorial",
		"title": "P2562R1 constexpr Stable Sorting",
		"long_link": "https://github.com/cplusplus/draft/pull/6341",
		"link": "https://wg21.link/edit6341",
		"status": "open"
	},
	"EDIT6342": {
		"type": "editorial",
		"title": "[LWG motion 27] P2548R6 copyable_function",
		"long_link": "https://github.com/cplusplus/draft/pull/6342",
		"link": "https://wg21.link/edit6342",
		"status": "open"
	},
	"EDIT6343": {
		"type": "editorial",
		"title": "[LWG motion 25] P1383R2 More constexpr for cmath and complex",
		"long_link": "https://github.com/cplusplus/draft/pull/6343",
		"link": "https://wg21.link/edit6343",
		"status": "open"
	},
	"EDIT6344": {
		"type": "editorial",
		"title": "P2545R4 Read-Copy Update (RCU)",
		"long_link": "https://github.com/cplusplus/draft/pull/6344",
		"link": "https://wg21.link/edit6344",
		"status": "open"
	},
	"EDIT6345": {
		"type": "editorial",
		"title": "P2530R3 Hazard Pointers for C++26",
		"long_link": "https://github.com/cplusplus/draft/pull/6345",
		"link": "https://wg21.link/edit6345",
		"status": "open"
	},
	"EDIT6346": {
		"type": "editorial",
		"title": "[LWG motion 24] P2697R1 Interfacing bitset with string_view",
		"long_link": "https://github.com/cplusplus/draft/pull/6346",
		"link": "https://wg21.link/edit6346",
		"status": "open"
	},
	"EDIT6347": {
		"type": "editorial",
		"title": "[LWG motion 23] P1759R6 Native handles and file streams",
		"long_link": "https://github.com/cplusplus/draft/pull/6347",
		"link": "https://wg21.link/edit6347",
		"status": "open"
	},
	"EDIT6348": {
		"type": "editorial",
		"title": "[LWG motion 22] P2641R4 Checking if a union alternative is active",
		"long_link": "https://github.com/cplusplus/draft/pull/6348",
		"link": "https://wg21.link/edit6348",
		"status": "open"
	},
	"EDIT6349": {
		"type": "editorial",
		"title": "P2538R1 ADL-proof std::projected",
		"long_link": "https://github.com/cplusplus/draft/pull/6349",
		"link": "https://wg21.link/edit6349",
		"status": "open"
	},
	"EDIT6350": {
		"type": "editorial",
		"title": "[LWG motion 21] P2637R3 Member visit",
		"long_link": "https://github.com/cplusplus/draft/pull/6350",
		"link": "https://wg21.link/edit6350",
		"status": "open"
	},
	"EDIT6351": {
		"type": "editorial",
		"title": "[LWG motion 20] P2757R3 Type checking format args",
		"long_link": "https://github.com/cplusplus/draft/pull/6351",
		"link": "https://wg21.link/edit6351",
		"status": "open"
	},
	"EDIT6352": {
		"type": "editorial",
		"title": "P2495R3 Interfacing stringstreams with string_view",
		"long_link": "https://github.com/cplusplus/draft/pull/6352",
		"link": "https://wg21.link/edit6352",
		"status": "open"
	},
	"EDIT6353": {
		"type": "editorial",
		"title": "[mdspan.submdspan] `full_extent_t` doesn't exist",
		"long_link": "https://github.com/cplusplus/draft/issues/6353",
		"link": "https://wg21.link/edit6353",
		"status": "open"
	},
	"EDIT6354": {
		"type": "editorial",
		"title": "P2510R3 Formatting pointers",
		"long_link": "https://github.com/cplusplus/draft/pull/6354",
		"link": "https://wg21.link/edit6354",
		"status": "open"
	},
	"EDIT6355": {
		"type": "editorial",
		"title": "P2198R7 Freestanding Feature-Test Macros and Implementation-Defined ...",
		"long_link": "https://github.com/cplusplus/draft/pull/6355",
		"link": "https://wg21.link/edit6355",
		"status": "open"
	},
	"EDIT6356": {
		"type": "editorial",
		"title": "P2338R4 Freestanding Library: Character primitives and the C library",
		"long_link": "https://github.com/cplusplus/draft/pull/6356",
		"link": "https://wg21.link/edit6356",
		"status": "open"
	},
	"EDIT6357": {
		"type": "editorial",
		"title": "[LWG motion 18] P0792R14 function_ref: a type-erased callable reference",
		"long_link": "https://github.com/cplusplus/draft/pull/6357",
		"link": "https://wg21.link/edit6357",
		"status": "open"
	},
	"EDIT6358": {
		"type": "editorial",
		"title": "P2013R5 Freestanding Language: Optional ::operator new",
		"long_link": "https://github.com/cplusplus/draft/pull/6358",
		"link": "https://wg21.link/edit6358",
		"status": "open"
	},
	"EDIT6359": {
		"type": "editorial",
		"title": "[LWG motion 17] P1885R12 Naming Text Encodings to Demystify Them",
		"long_link": "https://github.com/cplusplus/draft/pull/6359",
		"link": "https://wg21.link/edit6359",
		"status": "open"
	},
	"EDIT6360": {
		"type": "editorial",
		"title": "P2363R5 Extending associative containers with the remaining heterogen…",
		"long_link": "https://github.com/cplusplus/draft/pull/6360",
		"link": "https://wg21.link/edit6360",
		"status": "open"
	},
	"EDIT6361": {
		"type": "editorial",
		"title": "[LWG motion 16] P1901R2 Enabling the Use of weak_ptr as Keys in Unordered Associative…",
		"long_link": "https://github.com/cplusplus/draft/pull/6361",
		"link": "https://wg21.link/edit6361",
		"status": "open"
	},
	"EDIT6362": {
		"type": "editorial",
		"title": "[func.wrap.ref.class, func.wrap.ref.deduct] Inconsistent parameter",
		"long_link": "https://github.com/cplusplus/draft/issues/6362",
		"link": "https://wg21.link/edit6362",
		"status": "open"
	},
	"EDIT6363": {
		"type": "editorial",
		"title": "[meta.unary.prop.query, meta.trans.arr] Use `static_assert` instead of `assert` in example",
		"long_link": "https://github.com/cplusplus/draft/pull/6363",
		"link": "https://wg21.link/edit6363",
		"status": "open"
	},
	"EDIT6364": {
		"type": "editorial",
		"title": "[basic.def.odr] lambda-expression example seemingly constradicts normative wording",
		"long_link": "https://github.com/cplusplus/draft/issues/6364",
		"link": "https://wg21.link/edit6364",
		"status": "open"
	},
	"EDIT6365": {
		"type": "editorial",
		"title": "[mdspan.submdspan] Introduced `rank` should be _`rank`_ or dissolved",
		"long_link": "https://github.com/cplusplus/draft/issues/6365",
		"link": "https://wg21.link/edit6365",
		"status": "open"
	},
	"EDIT6366": {
		"type": "editorial",
		"title": "[expr.mul] Add missing commas after conditional and introductory phrases",
		"long_link": "https://github.com/cplusplus/draft/pull/6366",
		"link": "https://wg21.link/edit6366",
		"status": "closed"
	},
	"EDIT6367": {
		"type": "editorial",
		"title": "[namespace.std] Convert unconventional (a) and (b) notation to items",
		"long_link": "https://github.com/cplusplus/draft/pull/6367",
		"link": "https://wg21.link/edit6367",
		"status": "open"
	},
	"EDIT6368": {
		"type": "editorial",
		"title": "[basic.def.odr] Add serial comma",
		"long_link": "https://github.com/cplusplus/draft/pull/6368",
		"link": "https://wg21.link/edit6368",
		"status": "open"
	},
	"EDIT6369": {
		"type": "editorial",
		"title": "[filebuf.virtuals] fix \"if width if less than zero\" typo",
		"long_link": "https://github.com/cplusplus/draft/pull/6369",
		"link": "https://wg21.link/edit6369",
		"status": "closed"
	},
	"EDIT6370": {
		"type": "editorial",
		"title": "[basic.fundamental] Wording implies existence of unique maximum value of floating-point types",
		"long_link": "https://github.com/cplusplus/draft/issues/6370",
		"link": "https://wg21.link/edit6370",
		"status": "closed"
	},
	"EDIT6371": {
		"type": "editorial",
		"title": "[time.duration.general] Use code font for duration",
		"long_link": "https://github.com/cplusplus/draft/pull/6371",
		"link": "https://wg21.link/edit6371",
		"status": "closed"
	},
	"EDIT6372": {
		"type": "editorial",
		"title": "[time.duration.cons] Fix redeclaration error in example",
		"long_link": "https://github.com/cplusplus/draft/pull/6372",
		"link": "https://wg21.link/edit6372",
		"status": "closed"
	},
	"EDIT6373": {
		"type": "editorial",
		"title": "[flat.map.cons] etc.: zip_view should be views::zip",
		"long_link": "https://github.com/cplusplus/draft/pull/6373",
		"link": "https://wg21.link/edit6373",
		"status": "closed"
	},
	"EDIT6374": {
		"type": "editorial",
		"title": "[basic.life][class.dtor] Seemingly redundant normative specification for undefined behavior about double destruction",
		"long_link": "https://github.com/cplusplus/draft/issues/6374",
		"link": "https://wg21.link/edit6374",
		"status": "open"
	},
	"EDIT6375": {
		"type": "editorial",
		"title": "[temp.point] Clarify ambiguous wording on point of instantiation",
		"long_link": "https://github.com/cplusplus/draft/issues/6375",
		"link": "https://wg21.link/edit6375",
		"status": "open"
	},
	"EDIT6376": {
		"type": "editorial",
		"title": "[atomics.order] Clarify whether p11 makes demands towards loads, or just stores",
		"long_link": "https://github.com/cplusplus/draft/issues/6376",
		"link": "https://wg21.link/edit6376",
		"status": "open"
	},
	"EDIT6377": {
		"type": "editorial",
		"title": "[basic.scope.scope] Avoid hard-to-read except...unless construction.",
		"long_link": "https://github.com/cplusplus/draft/pull/6377",
		"link": "https://wg21.link/edit6377",
		"status": "closed"
	},
	"EDIT6378": {
		"type": "editorial",
		"title": "[dcl.fct.def.delete] p1 Improve the phrase for \"implicitly defined as deleted\"",
		"long_link": "https://github.com/cplusplus/draft/issues/6378",
		"link": "https://wg21.link/edit6378",
		"status": "open"
	},
	"EDIT6379": {
		"type": "editorial",
		"title": "[expr.prim.id.general] p2 The first note in the rule is a bit misleading",
		"long_link": "https://github.com/cplusplus/draft/issues/6379",
		"link": "https://wg21.link/edit6379",
		"status": "open"
	},
	"EDIT6380": {
		"type": "editorial",
		"title": "[atomics.order] p11 - Make it recommended practice and rephrase",
		"long_link": "https://github.com/cplusplus/draft/pull/6380",
		"link": "https://wg21.link/edit6380",
		"status": "open"
	},
	"EDIT6381": {
		"type": "editorial",
		"title": "[dcl.enum] Fix double spaces in Example 4",
		"long_link": "https://github.com/cplusplus/draft/pull/6381",
		"link": "https://wg21.link/edit6381",
		"status": "closed"
	},
	"EDIT6382": {
		"type": "editorial",
		"title": "[dcl.init] Fix brace spacing inconsistencies",
		"long_link": "https://github.com/cplusplus/draft/pull/6382",
		"link": "https://wg21.link/edit6382",
		"status": "closed"
	},
	"EDIT6383": {
		"type": "editorial",
		"title": "[time.zone.leap.overview] Fix example",
		"long_link": "https://github.com/cplusplus/draft/pull/6383",
		"link": "https://wg21.link/edit6383",
		"status": "open"
	},
	"EDIT6384": {
		"type": "editorial",
		"title": "[basic.def.odr] Make example 6 much less confusing",
		"long_link": "https://github.com/cplusplus/draft/pull/6384",
		"link": "https://wg21.link/edit6384",
		"status": "open"
	},
	"EDIT6385": {
		"type": "editorial",
		"title": "mdspan/layout_stride: fix missed rename in use of template argument name",
		"long_link": "https://github.com/cplusplus/draft/pull/6385",
		"link": "https://wg21.link/edit6385",
		"status": "closed"
	},
	"EDIT6386": {
		"type": "editorial",
		"title": "[dcl.ambig.res] example has two declarations of 'y'",
		"long_link": "https://github.com/cplusplus/draft/issues/6386",
		"link": "https://wg21.link/edit6386",
		"status": "closed"
	},
	"EDIT6387": {
		"type": "editorial",
		"title": "[dcl.ambig.res] fix double declaration of 'y' in example",
		"long_link": "https://github.com/cplusplus/draft/pull/6387",
		"link": "https://wg21.link/edit6387",
		"status": "closed"
	},
	"EDIT6388": {
		"type": "editorial",
		"title": "[priqueue.members] [queue.mod] [stack.mod] Harmonize push_range wording",
		"long_link": "https://github.com/cplusplus/draft/pull/6388",
		"link": "https://wg21.link/edit6388",
		"status": "open"
	},
	"EDIT6389": {
		"type": "editorial",
		"title": "[basic.life][class.dtor] Turn normatively redundant paragraphs for double destruction into notes",
		"long_link": "https://github.com/cplusplus/draft/pull/6389",
		"link": "https://wg21.link/edit6389",
		"status": "open"
	},
	"EDIT6390": {
		"type": "editorial",
		"title": "[version.syn] Fix header references.",
		"long_link": "https://github.com/cplusplus/draft/pull/6390",
		"link": "https://wg21.link/edit6390",
		"status": "closed"
	},
	"EDIT6391": {
		"type": "editorial",
		"title": "[version.syn] Fix <cstdlib> header reference.",
		"long_link": "https://github.com/cplusplus/draft/pull/6391",
		"link": "https://wg21.link/edit6391",
		"status": "closed"
	},
	"EDIT6392": {
		"type": "editorial",
		"title": "[over.call.func] Example 1 - Fix misleading indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/6392",
		"link": "https://wg21.link/edit6392",
		"status": "closed"
	},
	"EDIT6393": {
		"type": "editorial",
		"title": "Text encodings/locales: missing normative association?",
		"long_link": "https://github.com/cplusplus/draft/issues/6393",
		"link": "https://wg21.link/edit6393",
		"status": "open"
	},
	"EDIT6394": {
		"type": "editorial",
		"title": "Replace cross-references from C++20 with cross-references from C++23.",
		"long_link": "https://github.com/cplusplus/draft/pull/6394",
		"link": "https://wg21.link/edit6394",
		"status": "closed"
	},
	"EDIT6395": {
		"type": "editorial",
		"title": "[dcl.link] Clarify the intent of CWG2483",
		"long_link": "https://github.com/cplusplus/draft/pull/6395",
		"link": "https://wg21.link/edit6395",
		"status": "closed"
	},
	"EDIT6396": {
		"type": "editorial",
		"title": "[intro.races] Drop a possibly misleading sentence in p20",
		"long_link": "https://github.com/cplusplus/draft/pull/6396",
		"link": "https://wg21.link/edit6396",
		"status": "open"
	},
	"EDIT6397": {
		"type": "editorial",
		"title": "Stray \\mandates in submdspan",
		"long_link": "https://github.com/cplusplus/draft/issues/6397",
		"link": "https://wg21.link/edit6397",
		"status": "open"
	},
	"EDIT6398": {
		"type": "editorial",
		"title": "[func.wrap.ref.class] change deduction guide to match its detailed specifications",
		"long_link": "https://github.com/cplusplus/draft/pull/6398",
		"link": "https://wg21.link/edit6398",
		"status": "closed"
	},
	"EDIT6399": {
		"type": "editorial",
		"title": "[mdspan.submdspan.submdspan] p4.3 and p5.1 could be removed",
		"long_link": "https://github.com/cplusplus/draft/issues/6399",
		"link": "https://wg21.link/edit6399",
		"status": "open"
	},
	"EDIT6400": {
		"type": "editorial",
		"title": "[mdspan.submdspan.extents] Factor out common result expression",
		"long_link": "https://github.com/cplusplus/draft/pull/6400",
		"link": "https://wg21.link/edit6400",
		"status": "closed"
	},
	"EDIT6401": {
		"type": "editorial",
		"title": "[class.copy.assign] Remove note obsoleted by CWG2586",
		"long_link": "https://github.com/cplusplus/draft/pull/6401",
		"link": "https://wg21.link/edit6401",
		"status": "closed"
	},
	"EDIT6402": {
		"type": "editorial",
		"title": "[input.output] Fix non-compliance Effects: Equivalent to format",
		"long_link": "https://github.com/cplusplus/draft/pull/6402",
		"link": "https://wg21.link/edit6402",
		"status": "closed"
	},
	"EDIT6403": {
		"type": "editorial",
		"title": "[dcl.fct.def.default] Highlight different references in defaulted assignments",
		"long_link": "https://github.com/cplusplus/draft/pull/6403",
		"link": "https://wg21.link/edit6403",
		"status": "closed"
	},
	"EDIT6404": {
		"type": "editorial",
		"title": "[flat.map][flat.multimap] Exposition-only formatting for `c`, `comp`, `compare`, and `key-equiv`",
		"long_link": "https://github.com/cplusplus/draft/pull/6404",
		"link": "https://wg21.link/edit6404",
		"status": "open"
	},
	"EDIT6405": {
		"type": "editorial",
		"title": "[temp.point] Itemize some paragraphs",
		"long_link": "https://github.com/cplusplus/draft/pull/6405",
		"link": "https://wg21.link/edit6405",
		"status": "open"
	},
	"EDIT6406": {
		"type": "editorial",
		"title": "[span.cons][range.slide.iterator][text.encoding.members] Simplify `\\tcode{\\exposid{name}}` to `\\exposid{name}`",
		"long_link": "https://github.com/cplusplus/draft/pull/6406",
		"link": "https://wg21.link/edit6406",
		"status": "open"
	},
	"EDIT6407": {
		"type": "editorial",
		"title": "[expr.const.cast] \"Cast away constness\" covers not only const-qualification",
		"long_link": "https://github.com/cplusplus/draft/issues/6407",
		"link": "https://wg21.link/edit6407",
		"status": "open"
	},
	"EDIT6408": {
		"type": "editorial",
		"title": "[assets] Move separate assets into \"assets\" subdirectory",
		"long_link": "https://github.com/cplusplus/draft/pull/6408",
		"link": "https://wg21.link/edit6408",
		"status": "closed"
	},
	"EDIT6409": {
		"type": "editorial",
		"title": "[expr.static.cast]",
		"long_link": "https://github.com/cplusplus/draft/pull/6409",
		"link": "https://wg21.link/edit6409",
		"status": "open"
	},
	"EDIT6410": {
		"type": "editorial",
		"title": "[basic.fundamental] Clarify that table of minimum integral type widths applies only to standard integral types",
		"long_link": "https://github.com/cplusplus/draft/pull/6410",
		"link": "https://wg21.link/edit6410",
		"status": "closed"
	},
	"EDIT6411": {
		"type": "editorial",
		"title": "[conv.ptr], [conv.mem] Remove redundant text on null pointer comparisons",
		"long_link": "https://github.com/cplusplus/draft/pull/6411",
		"link": "https://wg21.link/edit6411",
		"status": "open"
	},
	"EDIT6412": {
		"type": "editorial",
		"title": "[intro.object] Fix cross-references for implicit object creation in the library",
		"long_link": "https://github.com/cplusplus/draft/pull/6412",
		"link": "https://wg21.link/edit6412",
		"status": "closed"
	},
	"EDIT6413": {
		"type": "editorial",
		"title": "[over.call.object] Refer to the static type of the object expression",
		"long_link": "https://github.com/cplusplus/draft/pull/6413",
		"link": "https://wg21.link/edit6413",
		"status": "open"
	},
	"EDIT6414": {
		"type": "editorial",
		"title": "[dcl.meaning.general] Use 'declarator-id' instead of 'name'",
		"long_link": "https://github.com/cplusplus/draft/pull/6414",
		"link": "https://wg21.link/edit6414",
		"status": "open"
	},
	"EDIT6415": {
		"type": "editorial",
		"title": "Cherrypicks for the C++23 IS",
		"long_link": "https://github.com/cplusplus/draft/issues/6415",
		"link": "https://wg21.link/edit6415",
		"status": "open"
	},
	"EDIT6416": {
		"type": "editorial",
		"title": "[optional.optional] Remove qualified destructor calls, refactor postconditions of `swap`",
		"long_link": "https://github.com/cplusplus/draft/pull/6416",
		"link": "https://wg21.link/edit6416",
		"status": "open"
	},
	"EDIT6417": {
		"type": "editorial",
		"title": "[module.global.frag] Simplify wording",
		"long_link": "https://github.com/cplusplus/draft/pull/6417",
		"link": "https://wg21.link/edit6417",
		"status": "open"
	},
	"EDIT6418": {
		"type": "editorial",
		"title": "Switch to lualatex and New Computer Modern",
		"long_link": "https://github.com/cplusplus/draft/pull/6418",
		"link": "https://wg21.link/edit6418",
		"status": "open"
	},
	"EDIT6419": {
		"type": "editorial",
		"title": "Don't define typedef-names in the library wording",
		"long_link": "https://github.com/cplusplus/draft/pull/6419",
		"link": "https://wg21.link/edit6419",
		"status": "open"
	},
	"EDIT6420": {
		"type": "editorial",
		"title": "typo fix appeartain -> appertain",
		"long_link": "https://github.com/cplusplus/draft/pull/6420",
		"link": "https://wg21.link/edit6420",
		"status": "closed"
	},
	"EDIT6421": {
		"type": "editorial",
		"title": " [version.syn] Bump value of __cpp_lib_constexpr_complex",
		"long_link": "https://github.com/cplusplus/draft/pull/6421",
		"link": "https://wg21.link/edit6421",
		"status": "open"
	},
	"EDIT6422": {
		"type": "editorial",
		"title": "[intro.object] Make the storage in the example for storage providing properly aligned",
		"long_link": "https://github.com/cplusplus/draft/pull/6422",
		"link": "https://wg21.link/edit6422",
		"status": "open"
	},
	"EDIT6423": {
		"type": "editorial",
		"title": "[ostream.formatted.print] Use \\impldef macro.",
		"long_link": "https://github.com/cplusplus/draft/pull/6423",
		"link": "https://wg21.link/edit6423",
		"status": "open"
	},
	"EDIT6424": {
		"type": "editorial",
		"title": "[basic.lookup.qual.general] Ignore top-level cv-qualifiers for the purpose of lookup context",
		"long_link": "https://github.com/cplusplus/draft/pull/6424",
		"link": "https://wg21.link/edit6424",
		"status": "open"
	},
	"EDIT6425": {
		"type": "editorial",
		"title": "[class.compare.default] Say subobjects of an object instead of a class",
		"long_link": "https://github.com/cplusplus/draft/pull/6425",
		"link": "https://wg21.link/edit6425",
		"status": "open"
	},
	"EDIT6426": {
		"type": "editorial",
		"title": "[cmp.categories] Exposition-only formatting for `value` and `is-ordered`",
		"long_link": "https://github.com/cplusplus/draft/pull/6426",
		"link": "https://wg21.link/edit6426",
		"status": "open"
	},
	"EDIT6427": {
		"type": "editorial",
		"title": "Remove `friend class` from the library wording",
		"long_link": "https://github.com/cplusplus/draft/pull/6427",
		"link": "https://wg21.link/edit6427",
		"status": "open"
	},
	"EDIT6428": {
		"type": "editorial",
		"title": "[dcl.inline] p2 - Make it recommended practice",
		"long_link": "https://github.com/cplusplus/draft/pull/6428",
		"link": "https://wg21.link/edit6428",
		"status": "open"
	},
	"EDIT6429": {
		"type": "editorial",
		"title": "[intro.object] Example for p10",
		"long_link": "https://github.com/cplusplus/draft/issues/6429",
		"link": "https://wg21.link/edit6429",
		"status": "open"
	},
	"EDIT6430": {
		"type": "editorial",
		"title": "[memory.syn][ranges.syn] Remove redundant `// freestanding` marks for freestanding class members",
		"long_link": "https://github.com/cplusplus/draft/pull/6430",
		"link": "https://wg21.link/edit6430",
		"status": "closed"
	},
	"EDIT6431": {
		"type": "editorial",
		"title": "[intro.races] p13 - add missing serial comma between items",
		"long_link": "https://github.com/cplusplus/draft/pull/6431",
		"link": "https://wg21.link/edit6431",
		"status": "closed"
	},
	"EDIT6432": {
		"type": "editorial",
		"title": "[basic.compound] Clarify a pointer to a non-first element object of an array",
		"long_link": "https://github.com/cplusplus/draft/pull/6432",
		"link": "https://wg21.link/edit6432",
		"status": "open"
	},
	"EDIT6433": {
		"type": "editorial",
		"title": "[diagnostics] Exposition-only formatting for `val_`, `cat_`, and `frames_`",
		"long_link": "https://github.com/cplusplus/draft/pull/6433",
		"link": "https://wg21.link/edit6433",
		"status": "closed"
	},
	"EDIT6434": {
		"type": "editorial",
		"title": "[intro.execution] \"Sequenced before\" should be a strict partial order",
		"long_link": "https://github.com/cplusplus/draft/pull/6434",
		"link": "https://wg21.link/edit6434",
		"status": "open"
	},
	"EDIT6435": {
		"type": "editorial",
		"title": "[basic][expr] Declare but not define typedef-names in standard headers",
		"long_link": "https://github.com/cplusplus/draft/pull/6435",
		"link": "https://wg21.link/edit6435",
		"status": "open"
	},
	"EDIT6436": {
		"type": "editorial",
		"title": "[meta.unary.prop] Itemize p10 more",
		"long_link": "https://github.com/cplusplus/draft/pull/6436",
		"link": "https://wg21.link/edit6436",
		"status": "closed"
	},
	"EDIT6437": {
		"type": "editorial",
		"title": "[conv.mem] Itemize p2",
		"long_link": "https://github.com/cplusplus/draft/pull/6437",
		"link": "https://wg21.link/edit6437",
		"status": "open"
	},
	"EDIT6438": {
		"type": "editorial",
		"title": "[basic.align] Fix non-mathematical wording of p7",
		"long_link": "https://github.com/cplusplus/draft/pull/6438",
		"link": "https://wg21.link/edit6438",
		"status": "open"
	},
	"EDIT6439": {
		"type": "editorial",
		"title": "[expr.cond] Itemize p4",
		"long_link": "https://github.com/cplusplus/draft/pull/6439",
		"link": "https://wg21.link/edit6439",
		"status": "open"
	},
	"EDIT6440": {
		"type": "editorial",
		"title": "[dcl.meaning.general] Remove `extern` in one case to make example 3 more informative",
		"long_link": "https://github.com/cplusplus/draft/pull/6440",
		"link": "https://wg21.link/edit6440",
		"status": "open"
	},
	"EDIT6441": {
		"type": "editorial",
		"title": "[basic.def.odr] Fix grammatical error in p17",
		"long_link": "https://github.com/cplusplus/draft/pull/6441",
		"link": "https://wg21.link/edit6441",
		"status": "open"
	},
	"EDIT6442": {
		"type": "editorial",
		"title": "[basic.link] fix unusual punctuation in p4",
		"long_link": "https://github.com/cplusplus/draft/pull/6442",
		"link": "https://wg21.link/edit6442",
		"status": "open"
	},
	"EDIT6443": {
		"type": "editorial",
		"title": "[temp.over] Itemize p1",
		"long_link": "https://github.com/cplusplus/draft/pull/6443",
		"link": "https://wg21.link/edit6443",
		"status": "closed"
	},
	"EDIT6444": {
		"type": "editorial",
		"title": "[class.static.data] Fix - classes have no subobjects",
		"long_link": "https://github.com/cplusplus/draft/pull/6444",
		"link": "https://wg21.link/edit6444",
		"status": "open"
	},
	"EDIT6445": {
		"type": "editorial",
		"title": "[class.cdtor] p2 needs changes/notes to clarify intent and limitations",
		"long_link": "https://github.com/cplusplus/draft/issues/6445",
		"link": "https://wg21.link/edit6445",
		"status": "open"
	},
	"EDIT6446": {
		"type": "editorial",
		"title": "[except.terminate] Fix missing introductory comma",
		"long_link": "https://github.com/cplusplus/draft/pull/6446",
		"link": "https://wg21.link/edit6446",
		"status": "closed"
	},
	"EDIT6447": {
		"type": "editorial",
		"title": "[algorithms.parallel.defns] Insert new paragraph number for example",
		"long_link": "https://github.com/cplusplus/draft/pull/6447",
		"link": "https://wg21.link/edit6447",
		"status": "closed"
	},
	"EDIT6448": {
		"type": "editorial",
		"title": "[depr.static.constexpr] Cross-reference core clauses ",
		"long_link": "https://github.com/cplusplus/draft/pull/6448",
		"link": "https://wg21.link/edit6448",
		"status": "closed"
	},
	"EDIT6449": {
		"type": "editorial",
		"title": "[dcl.ptr] p3 - Entire normative paragraph dedicated to \"See also\"",
		"long_link": "https://github.com/cplusplus/draft/issues/6449",
		"link": "https://wg21.link/edit6449",
		"status": "open"
	},
	"EDIT6450": {
		"type": "editorial",
		"title": "[dlc.init.general] Fix wording of direct-initialization",
		"long_link": "https://github.com/cplusplus/draft/pull/6450",
		"link": "https://wg21.link/edit6450",
		"status": "open"
	},
	"EDIT6451": {
		"type": "editorial",
		"title": "[coro.generator.class] Name the generator's second template parameter Val?",
		"long_link": "https://github.com/cplusplus/draft/issues/6451",
		"link": "https://wg21.link/edit6451",
		"status": "open"
	},
	"EDIT6452": {
		"type": "editorial",
		"title": "[allocator.requirements.general] Fix the misuse of `launder`",
		"long_link": "https://github.com/cplusplus/draft/pull/6452",
		"link": "https://wg21.link/edit6452",
		"status": "open"
	},
	"EDIT6453": {
		"type": "editorial",
		"title": "[over.ics.list] Fix missing std:: in example 5",
		"long_link": "https://github.com/cplusplus/draft/pull/6453",
		"link": "https://wg21.link/edit6453",
		"status": "closed"
	},
	"EDIT6454": {
		"type": "editorial",
		"title": "[over.ics.list] expand example 5, fix inconsistent spacing",
		"long_link": "https://github.com/cplusplus/draft/pull/6454",
		"link": "https://wg21.link/edit6454",
		"status": "open"
	},
	"EDIT6455": {
		"type": "editorial",
		"title": "[expr.type] p1 should possibly be a note",
		"long_link": "https://github.com/cplusplus/draft/issues/6455",
		"link": "https://wg21.link/edit6455",
		"status": "open"
	},
	"EDIT6456": {
		"type": "editorial",
		"title": "[lib] Avoid redundant \\tcode{\\exposid{...}} and add a check",
		"long_link": "https://github.com/cplusplus/draft/pull/6456",
		"link": "https://wg21.link/edit6456",
		"status": "closed"
	},
	"EDIT6457": {
		"type": "editorial",
		"title": "[intro.races] Remove unclear uses of \"shall\"",
		"long_link": "https://github.com/cplusplus/draft/pull/6457",
		"link": "https://wg21.link/edit6457",
		"status": "open"
	},
	"EDIT6458": {
		"type": "editorial",
		"title": "[stdfloat.syn] Add typedefs to library index",
		"long_link": "https://github.com/cplusplus/draft/pull/6458",
		"link": "https://wg21.link/edit6458",
		"status": "closed"
	},
	"EDIT6459": {
		"type": "editorial",
		"title": "Various editorial fixes in [time]",
		"long_link": "https://github.com/cplusplus/draft/pull/6459",
		"link": "https://wg21.link/edit6459",
		"status": "closed"
	},
	"EDIT6460": {
		"type": "editorial",
		"title": "[iterator.concept.readable] Add missing \\expos for `indirectly-readable-impl` concept",
		"long_link": "https://github.com/cplusplus/draft/pull/6460",
		"link": "https://wg21.link/edit6460",
		"status": "closed"
	},
	"EDIT6461": {
		"type": "editorial",
		"title": "[mdspan.extents.cons] Fix typo (`dynamic_rank` => `rank_dynamic`)",
		"long_link": "https://github.com/cplusplus/draft/pull/6461",
		"link": "https://wg21.link/edit6461",
		"status": "open"
	},
	"EDIT6462": {
		"type": "editorial",
		"title": "[defns.projection] The example isn't demonstrating the effects of customized projection",
		"long_link": "https://github.com/cplusplus/draft/issues/6462",
		"link": "https://wg21.link/edit6462",
		"status": "open"
	},
	"EDIT6463": {
		"type": "editorial",
		"title": "[bit.cast] simplify \"unsigned ordinary character type\" to `unsigned char`",
		"long_link": "https://github.com/cplusplus/draft/pull/6463",
		"link": "https://wg21.link/edit6463",
		"status": "open"
	},
	"EDIT6464": {
		"type": "editorial",
		"title": "[basic.fundamental] Itemize p13",
		"long_link": "https://github.com/cplusplus/draft/pull/6464",
		"link": "https://wg21.link/edit6464",
		"status": "closed"
	},
	"EDIT6465": {
		"type": "editorial",
		"title": "[basic.fundamental] Itemize uses of `void` expressions",
		"long_link": "https://github.com/cplusplus/draft/pull/6465",
		"link": "https://wg21.link/edit6465",
		"status": "open"
	},
	"EDIT6466": {
		"type": "editorial",
		"title": "[basic.fundamental] Turn normative wording for `void` return types into a note",
		"long_link": "https://github.com/cplusplus/draft/issues/6466",
		"link": "https://wg21.link/edit6466",
		"status": "open"
	},
	"EDIT6467": {
		"type": "editorial",
		"title": "[expr.sizeof] Turn identifier into a grammarterm",
		"long_link": "https://github.com/cplusplus/draft/pull/6467",
		"link": "https://wg21.link/edit6467",
		"status": "open"
	},
	"EDIT6468": {
		"type": "editorial",
		"title": "[expr.sizeof] Use constexpr member in example",
		"long_link": "https://github.com/cplusplus/draft/pull/6468",
		"link": "https://wg21.link/edit6468",
		"status": "open"
	},
	"EDIT6469": {
		"type": "editorial",
		"title": "[stmt.expr] use grammarterm for expression",
		"long_link": "https://github.com/cplusplus/draft/pull/6469",
		"link": "https://wg21.link/edit6469",
		"status": "open"
	},
	"EDIT6470": {
		"type": "editorial",
		"title": "[lex.icon] Itemize extended integer choice",
		"long_link": "https://github.com/cplusplus/draft/pull/6470",
		"link": "https://wg21.link/edit6470",
		"status": "open"
	},
	"EDIT6471": {
		"type": "editorial",
		"title": "[dcl.attr.noreturn] Remove redundant note",
		"long_link": "https://github.com/cplusplus/draft/pull/6471",
		"link": "https://wg21.link/edit6471",
		"status": "closed"
	},
	"EDIT6472": {
		"type": "editorial",
		"title": "[dcl.attr.nodiscard] Add example of nodiscard with message",
		"long_link": "https://github.com/cplusplus/draft/pull/6472",
		"link": "https://wg21.link/edit6472",
		"status": "open"
	},
	"EDIT6473": {
		"type": "editorial",
		"title": "[dcl.attr.unused] Add static keyword to function in example",
		"long_link": "https://github.com/cplusplus/draft/pull/6473",
		"link": "https://wg21.link/edit6473",
		"status": "open"
	},
	"EDIT6474": {
		"type": "editorial",
		"title": "[format.string.std]/4: sC example doesn't have enough clowns",
		"long_link": "https://github.com/cplusplus/draft/issues/6474",
		"link": "https://wg21.link/edit6474",
		"status": "open"
	},
	"EDIT6475": {
		"type": "editorial",
		"title": "[intro.memory] Remove stray bit definitions",
		"long_link": "https://github.com/cplusplus/draft/pull/6475",
		"link": "https://wg21.link/edit6475",
		"status": "open"
	},
	"EDIT6476": {
		"type": "editorial",
		"title": "[temp.spec.general] Instantiated definitions",
		"long_link": "https://github.com/cplusplus/draft/pull/6476",
		"link": "https://wg21.link/edit6476",
		"status": "open"
	},
	"EDIT6477": {
		"type": "editorial",
		"title": "[dcl.stc] rearrange wording, turn typedef restriction into note",
		"long_link": "https://github.com/cplusplus/draft/pull/6477",
		"link": "https://wg21.link/edit6477",
		"status": "open"
	},
	"EDIT6478": {
		"type": "editorial",
		"title": "[tuple.swap] change weird 'call x with y' wording",
		"long_link": "https://github.com/cplusplus/draft/pull/6478",
		"link": "https://wg21.link/edit6478",
		"status": "closed"
	},
	"EDIT6479": {
		"type": "editorial",
		"title": "[mem.res.pool.options] Replace `field` with `member`",
		"long_link": "https://github.com/cplusplus/draft/pull/6479",
		"link": "https://wg21.link/edit6479",
		"status": "open"
	},
	"EDIT6480": {
		"type": "editorial",
		"title": "[intro.memory] Replace `fields` with `members`",
		"long_link": "https://github.com/cplusplus/draft/pull/6480",
		"link": "https://wg21.link/edit6480",
		"status": "open"
	},
	"EDIT6481": {
		"type": "editorial",
		"title": "[diff.cpp20.utilities] Hyphenate bit-fields",
		"long_link": "https://github.com/cplusplus/draft/pull/6481",
		"link": "https://wg21.link/edit6481",
		"status": "closed"
	},
	"EDIT6482": {
		"type": "editorial",
		"title": "[diff.dcl] Replace `field initializers` with `member initializers`",
		"long_link": "https://github.com/cplusplus/draft/pull/6482",
		"link": "https://wg21.link/edit6482",
		"status": "open"
	},
	"EDIT6483": {
		"type": "editorial",
		"title": "[basic.def.odr] Greatly expand example 6",
		"long_link": "https://github.com/cplusplus/draft/pull/6483",
		"link": "https://wg21.link/edit6483",
		"status": "open"
	},
	"EDIT6484": {
		"type": "editorial",
		"title": "[dcl.constexpr] Modernize example of constexpr-usable functions",
		"long_link": "https://github.com/cplusplus/draft/pull/6484",
		"link": "https://wg21.link/edit6484",
		"status": "open"
	},
	"EDIT6485": {
		"type": "editorial",
		"title": "[lex.phases] Add iref to [cpp.include]",
		"long_link": "https://github.com/cplusplus/draft/pull/6485",
		"link": "https://wg21.link/edit6485",
		"status": "closed"
	},
	"EDIT6486": {
		"type": "editorial",
		"title": "[gram.key] Is it in a C++98 state, or is it intentional?",
		"long_link": "https://github.com/cplusplus/draft/issues/6486",
		"link": "https://wg21.link/edit6486",
		"status": "open"
	},
	"EDIT6487": {
		"type": "editorial",
		"title": "[lex.phases],[forward.list.ops],[list.ops],[alg.unique] Hyphenate non-empty",
		"long_link": "https://github.com/cplusplus/draft/pull/6487",
		"link": "https://wg21.link/edit6487",
		"status": "open"
	},
	"EDIT6488": {
		"type": "editorial",
		"title": "[dcl.init.string] Reword character array initialization",
		"long_link": "https://github.com/cplusplus/draft/pull/6488",
		"link": "https://wg21.link/edit6488",
		"status": "open"
	},
	"EDIT6489": {
		"type": "editorial",
		"title": "[dcl.init.string] Shorten example string",
		"long_link": "https://github.com/cplusplus/draft/pull/6489",
		"link": "https://wg21.link/edit6489",
		"status": "open"
	},
	"EDIT6490": {
		"type": "editorial",
		"title": "[dcl.init.general],[dcl.init.list],[over.ics.list] Array of characters isn't defined",
		"long_link": "https://github.com/cplusplus/draft/pull/6490",
		"link": "https://wg21.link/edit6490",
		"status": "open"
	},
	"EDIT6491": {
		"type": "editorial",
		"title": "[basic.scope] What is type equivalence?",
		"long_link": "https://github.com/cplusplus/draft/issues/6491",
		"link": "https://wg21.link/edit6491",
		"status": "open"
	},
	"EDIT6492": {
		"type": "editorial",
		"title": "[stmt.do] Needs some work",
		"long_link": "https://github.com/cplusplus/draft/issues/6492",
		"link": "https://wg21.link/edit6492",
		"status": "open"
	},
	"EDIT6493": {
		"type": "editorial",
		"title": "[stmt.while] Should include grammar",
		"long_link": "https://github.com/cplusplus/draft/issues/6493",
		"link": "https://wg21.link/edit6493",
		"status": "open"
	},
	"EDIT6494": {
		"type": "editorial",
		"title": "[stmt.while] Add grammar",
		"long_link": "https://github.com/cplusplus/draft/pull/6494",
		"link": "https://wg21.link/edit6494",
		"status": "open"
	},
	"EDIT6495": {
		"type": "editorial",
		"title": "[stmt.do] Add grammar equivalence and reorder paragraphs",
		"long_link": "https://github.com/cplusplus/draft/pull/6495",
		"link": "https://wg21.link/edit6495",
		"status": "open"
	},
	"EDIT6496": {
		"type": "editorial",
		"title": "[class.conv.fct] Can p8 be a note?",
		"long_link": "https://github.com/cplusplus/draft/issues/6496",
		"link": "https://wg21.link/edit6496",
		"status": "open"
	},
	"EDIT6497": {
		"type": "editorial",
		"title": "[class.conv.ctor] Fix missing space",
		"long_link": "https://github.com/cplusplus/draft/pull/6497",
		"link": "https://wg21.link/edit6497",
		"status": "open"
	},
	"EDIT6498": {
		"type": "editorial",
		"title": "[class.copy.assign] Definition and hyphenation issues",
		"long_link": "https://github.com/cplusplus/draft/issues/6498",
		"link": "https://wg21.link/edit6498",
		"status": "open"
	},
	"EDIT6499": {
		"type": "editorial",
		"title": "[utility.intcmp] Simplify equivalences",
		"long_link": "https://github.com/cplusplus/draft/pull/6499",
		"link": "https://wg21.link/edit6499",
		"status": "open"
	},
	"EDIT6500": {
		"type": "editorial",
		"title": "[expected.object.monadic][LWG 3938] Use **this may cause compile fail",
		"long_link": "https://github.com/cplusplus/draft/issues/6500",
		"link": "https://wg21.link/edit6500",
		"status": "closed"
	},
	"EDIT6501": {
		"type": "editorial",
		"title": "[intro.races] Make reading atomic objects nondeterministic",
		"long_link": "https://github.com/cplusplus/draft/pull/6501",
		"link": "https://wg21.link/edit6501",
		"status": "open"
	},
	"EDIT6502": {
		"type": "editorial",
		"title": "[atomics] Make notify_one nondeterministic",
		"long_link": "https://github.com/cplusplus/draft/pull/6502",
		"link": "https://wg21.link/edit6502",
		"status": "open"
	},
	"EDIT6503": {
		"type": "editorial",
		"title": "[intro.multithread.general] Do not access functions",
		"long_link": "https://github.com/cplusplus/draft/pull/6503",
		"link": "https://wg21.link/edit6503",
		"status": "open"
	},
	"EDIT6504": {
		"type": "editorial",
		"title": "Broken or unsightly iref links after line breaks after #5151",
		"long_link": "https://github.com/cplusplus/draft/issues/6504",
		"link": "https://wg21.link/edit6504",
		"status": "closed"
	},
	"EDIT6505": {
		"type": "editorial",
		"title": "[class.conv.ctor] Turn last paragraph into a note",
		"long_link": "https://github.com/cplusplus/draft/pull/6505",
		"link": "https://wg21.link/edit6505",
		"status": "open"
	},
	"EDIT6506": {
		"type": "editorial",
		"title": "[basic.def.odr],[res.on.arguments],[futures] Fix hyphenation of \"assignment operator\"",
		"long_link": "https://github.com/cplusplus/draft/pull/6506",
		"link": "https://wg21.link/edit6506",
		"status": "open"
	},
	"EDIT6507": {
		"type": "editorial",
		"title": "[stmt.return] format operand as `\\term`",
		"long_link": "https://github.com/cplusplus/draft/pull/6507",
		"link": "https://wg21.link/edit6507",
		"status": "open"
	},
	"EDIT6508": {
		"type": "editorial",
		"title": "[stmt.dcl] Add example of static/thread_local block variable initialization",
		"long_link": "https://github.com/cplusplus/draft/pull/6508",
		"link": "https://wg21.link/edit6508",
		"status": "open"
	},
	"EDIT6509": {
		"type": "editorial",
		"title": "tools: Use grep -F instead of fgrep",
		"long_link": "https://github.com/cplusplus/draft/pull/6509",
		"link": "https://wg21.link/edit6509",
		"status": "closed"
	},
	"EDIT6510": {
		"type": "editorial",
		"title": "Section headings should use \\hypertarget",
		"long_link": "https://github.com/cplusplus/draft/issues/6510",
		"link": "https://wg21.link/edit6510",
		"status": "open"
	},
	"EDIT6511": {
		"type": "editorial",
		"title": "[atomics.types.operations] p7 What if the supplied arguments does not denote any enumerator?",
		"long_link": "https://github.com/cplusplus/draft/issues/6511",
		"link": "https://wg21.link/edit6511",
		"status": "closed"
	},
	"EDIT6512": {
		"type": "editorial",
		"title": "[dcl.attr.assume] Contradictory wording around contextual conversion",
		"long_link": "https://github.com/cplusplus/draft/issues/6512",
		"link": "https://wg21.link/edit6512",
		"status": "closed"
	},
	"EDIT6513": {
		"type": "editorial",
		"title": "[rand.device] Weird text style in comment",
		"long_link": "https://github.com/cplusplus/draft/issues/6513",
		"link": "https://wg21.link/edit6513",
		"status": "closed"
	},
	"EDIT6514": {
		"type": "editorial",
		"title": "[rand.device] Remove stray \\textit.",
		"long_link": "https://github.com/cplusplus/draft/pull/6514",
		"link": "https://wg21.link/edit6514",
		"status": "closed"
	},
	"EDIT6515": {
		"type": "editorial",
		"title": "[meta.unary.op] Expand note for has_unique_object_representations",
		"long_link": "https://github.com/cplusplus/draft/pull/6515",
		"link": "https://wg21.link/edit6515",
		"status": "open"
	},
	"EDIT6516": {
		"type": "editorial",
		"title": "Add \\hypertarget to enable url links into xrefs",
		"long_link": "https://github.com/cplusplus/draft/pull/6516",
		"link": "https://wg21.link/edit6516",
		"status": "open"
	},
	"EDIT6517": {
		"type": "editorial",
		"title": "[check] Use single quotes for grep argument",
		"long_link": "https://github.com/cplusplus/draft/pull/6517",
		"link": "https://wg21.link/edit6517",
		"status": "closed"
	},
	"EDIT6518": {
		"type": "editorial",
		"title": "[atomics.ref.ops], [atomics.types.operations], [util.smartptr.atomic.…",
		"long_link": "https://github.com/cplusplus/draft/pull/6518",
		"link": "https://wg21.link/edit6518",
		"status": "closed"
	},
	"EDIT6519": {
		"type": "editorial",
		"title": "[atomics] Reword preconditions on memory_order values in a positive form",
		"long_link": "https://github.com/cplusplus/draft/pull/6519",
		"link": "https://wg21.link/edit6519",
		"status": "closed"
	},
	"EDIT6520": {
		"type": "editorial",
		"title": "[temp.expl.spec] Turn paragraph into note",
		"long_link": "https://github.com/cplusplus/draft/pull/6520",
		"link": "https://wg21.link/edit6520",
		"status": "open"
	},
	"EDIT6521": {
		"type": "editorial",
		"title": "[basic.link],[dcl.constexpr] \"constexpr variable\" is not defined",
		"long_link": "https://github.com/cplusplus/draft/issues/6521",
		"link": "https://wg21.link/edit6521",
		"status": "open"
	},
	"EDIT6522": {
		"type": "editorial",
		"title": "[temp.expl.spec] Is p13 too limited or is it intentional?",
		"long_link": "https://github.com/cplusplus/draft/issues/6522",
		"link": "https://wg21.link/edit6522",
		"status": "open"
	},
	"EDIT6523": {
		"type": "editorial",
		"title": "[dcl.constinit] p1 \"Declaration of a variable\" is broken wording",
		"long_link": "https://github.com/cplusplus/draft/issues/6523",
		"link": "https://wg21.link/edit6523",
		"status": "open"
	},
	"EDIT6524": {
		"type": "editorial",
		"title": "[cpp] \"identifier\" should be `\\grammarterm{identifier}` in more cases",
		"long_link": "https://github.com/cplusplus/draft/issues/6524",
		"link": "https://wg21.link/edit6524",
		"status": "open"
	},
	"EDIT6525": {
		"type": "editorial",
		"title": "Can we do something about \"constant-initialized\" vs \"constant initialization\"",
		"long_link": "https://github.com/cplusplus/draft/issues/6525",
		"link": "https://wg21.link/edit6525",
		"status": "closed"
	},
	"EDIT6526": {
		"type": "editorial",
		"title": "[vector.data],[array.members] Clarify C++ boolean expression",
		"long_link": "https://github.com/cplusplus/draft/pull/6526",
		"link": "https://wg21.link/edit6526",
		"status": "closed"
	},
	"EDIT6527": {
		"type": "editorial",
		"title": "[expr.call] Add further forward references",
		"long_link": "https://github.com/cplusplus/draft/pull/6527",
		"link": "https://wg21.link/edit6527",
		"status": "closed"
	},
	"EDIT6528": {
		"type": "editorial",
		"title": "[expr.call] Turn recursive call wording into note",
		"long_link": "https://github.com/cplusplus/draft/pull/6528",
		"link": "https://wg21.link/edit6528",
		"status": "open"
	},
	"EDIT6529": {
		"type": "editorial",
		"title": "[cpp] `\\grammarterm` overhaul",
		"long_link": "https://github.com/cplusplus/draft/pull/6529",
		"link": "https://wg21.link/edit6529",
		"status": "open"
	},
	"EDIT6530": {
		"type": "editorial",
		"title": "[mdspan.submdspan.extents] Format equations as math.",
		"long_link": "https://github.com/cplusplus/draft/pull/6530",
		"link": "https://wg21.link/edit6530",
		"status": "closed"
	},
	"EDIT6531": {
		"type": "editorial",
		"title": "[format.string.std] Fix example",
		"long_link": "https://github.com/cplusplus/draft/pull/6531",
		"link": "https://wg21.link/edit6531",
		"status": "closed"
	},
	"EDIT6532": {
		"type": "editorial",
		"title": "[class.access.general] Fix improper `\\keyword{private}`",
		"long_link": "https://github.com/cplusplus/draft/pull/6532",
		"link": "https://wg21.link/edit6532",
		"status": "closed"
	},
	"EDIT6533": {
		"type": "editorial",
		"title": "[lex.string] Format narrow string literals as definition",
		"long_link": "https://github.com/cplusplus/draft/pull/6533",
		"link": "https://wg21.link/edit6533",
		"status": "closed"
	},
	"EDIT6534": {
		"type": "editorial",
		"title": "[input.output] Fix missing `is \\keyword{true}` or `is \\keyword{false}`",
		"long_link": "https://github.com/cplusplus/draft/pull/6534",
		"link": "https://wg21.link/edit6534",
		"status": "open"
	},
	"EDIT6535": {
		"type": "editorial",
		"title": "[fs.path.member],[fs.path.modifier],[fs.filesystem.error.members] Fix equals postconditions involving `empty()`",
		"long_link": "https://github.com/cplusplus/draft/pull/6535",
		"link": "https://wg21.link/edit6535",
		"status": "closed"
	},
	"EDIT6536": {
		"type": "editorial",
		"title": "p2579r0 vs. https://eel.is/c++draft/basic.scope#block-2",
		"long_link": "https://github.com/cplusplus/draft/issues/6536",
		"link": "https://wg21.link/edit6536",
		"status": "open"
	},
	"EDIT6537": {
		"type": "editorial",
		"title": "Confusion about formatting of Cpp17 iterator requirements",
		"long_link": "https://github.com/cplusplus/draft/issues/6537",
		"link": "https://wg21.link/edit6537",
		"status": "open"
	},
	"EDIT6538": {
		"type": "editorial",
		"title": "Draft",
		"long_link": "https://github.com/cplusplus/draft/issues/6538",
		"link": "https://wg21.link/edit6538",
		"status": "closed"
	},
	"EDIT6539": {
		"type": "editorial",
		"title": "[expr.unary.noexcept] Replace informative wording",
		"long_link": "https://github.com/cplusplus/draft/pull/6539",
		"link": "https://wg21.link/edit6539",
		"status": "open"
	},
	"EDIT6540": {
		"type": "editorial",
		"title": "[c.math] Is there a reason why math functions such as `sqrt` are not indexed?",
		"long_link": "https://github.com/cplusplus/draft/issues/6540",
		"link": "https://wg21.link/edit6540",
		"status": "closed"
	},
	"EDIT6541": {
		"type": "editorial",
		"title": "[temp.deduct.type] Remove excessive spacing in example",
		"long_link": "https://github.com/cplusplus/draft/pull/6541",
		"link": "https://wg21.link/edit6541",
		"status": "closed"
	},
	"EDIT6542": {
		"type": "editorial",
		"title": "[cmath.syn] Fix misaligned parameter lists",
		"long_link": "https://github.com/cplusplus/draft/pull/6542",
		"link": "https://wg21.link/edit6542",
		"status": "open"
	},
	"EDIT6543": {
		"type": "editorial",
		"title": "[cmath.syn] Align function declarations",
		"long_link": "https://github.com/cplusplus/draft/pull/6543",
		"link": "https://wg21.link/edit6543",
		"status": "open"
	},
	"EDIT6544": {
		"type": "editorial",
		"title": "[intro.progress],[atomics.order] Significant overlap between paragraphs",
		"long_link": "https://github.com/cplusplus/draft/issues/6544",
		"link": "https://wg21.link/edit6544",
		"status": "open"
	},
	"EDIT6545": {
		"type": "editorial",
		"title": "[class.local] Add comma after introductory clause",
		"long_link": "https://github.com/cplusplus/draft/pull/6545",
		"link": "https://wg21.link/edit6545",
		"status": "closed"
	},
	"EDIT6546": {
		"type": "editorial",
		"title": "[class.copy.elision] Improve reference and replace informal term",
		"long_link": "https://github.com/cplusplus/draft/pull/6546",
		"link": "https://wg21.link/edit6546",
		"status": "open"
	},
	"EDIT6547": {
		"type": "editorial",
		"title": "[res.on.exception.handling] Use `\\grammarterm` instead of informal term",
		"long_link": "https://github.com/cplusplus/draft/pull/6547",
		"link": "https://wg21.link/edit6547",
		"status": "open"
	},
	"EDIT6548": {
		"type": "editorial",
		"title": "Add a `ranges::to_container(T container)` which accepts a reusable container",
		"long_link": "https://github.com/cplusplus/draft/issues/6548",
		"link": "https://wg21.link/edit6548",
		"status": "closed"
	},
	"EDIT6549": {
		"type": "editorial",
		"title": "[basic.scope.scope] add reference for equivalence to [temp.over.link]",
		"long_link": "https://github.com/cplusplus/draft/pull/6549",
		"link": "https://wg21.link/edit6549",
		"status": "open"
	},
	"EDIT6550": {
		"type": "editorial",
		"title": "[diff.cpp20.thread] Fixed typo \"ill formed\" -> \"ill-formed\"",
		"long_link": "https://github.com/cplusplus/draft/pull/6550",
		"link": "https://wg21.link/edit6550",
		"status": "closed"
	},
	"EDIT6551": {
		"type": "editorial",
		"title": "[intro.races] It is slightly unclear whether a data race can occur if no bits are changed",
		"long_link": "https://github.com/cplusplus/draft/issues/6551",
		"link": "https://wg21.link/edit6551",
		"status": "open"
	},
	"EDIT6552": {
		"type": "editorial",
		"title": "[allocator.traits.other] uses \"above\" to reference something 14 pages before it",
		"long_link": "https://github.com/cplusplus/draft/issues/6552",
		"link": "https://wg21.link/edit6552",
		"status": "open"
	},
	"EDIT6553": {
		"type": "editorial",
		"title": "[temp.dep.expr] Weird circumventing of nested bullets",
		"long_link": "https://github.com/cplusplus/draft/issues/6553",
		"link": "https://wg21.link/edit6553",
		"status": "open"
	},
	"EDIT6554": {
		"type": "editorial",
		"title": "[basic.types.general] Apply Oxford comma consistently",
		"long_link": "https://github.com/cplusplus/draft/pull/6554",
		"link": "https://wg21.link/edit6554",
		"status": "closed"
	},
	"EDIT6555": {
		"type": "editorial",
		"title": "[expr.unary.op] Clarify through note whether indirection of a prvalue array is possible CWG2548",
		"long_link": "https://github.com/cplusplus/draft/issues/6555",
		"link": "https://wg21.link/edit6555",
		"status": "open"
	},
	"EDIT6556": {
		"type": "editorial",
		"title": "[tab:headers.cpp] Rebalance table columns",
		"long_link": "https://github.com/cplusplus/draft/pull/6556",
		"link": "https://wg21.link/edit6556",
		"status": "closed"
	},
	"EDIT6557": {
		"type": "editorial",
		"title": "[temp.dep.expr] Introduce nested bullets for clarity",
		"long_link": "https://github.com/cplusplus/draft/pull/6557",
		"link": "https://wg21.link/edit6557",
		"status": "open"
	},
	"EDIT6558": {
		"type": "editorial",
		"title": "[dcl.fct.default] Incorrect note on `this` in default arguments",
		"long_link": "https://github.com/cplusplus/draft/issues/6558",
		"link": "https://wg21.link/edit6558",
		"status": "open"
	},
	"EDIT6559": {
		"type": "editorial",
		"title": "[conv.general] Note misuses «destination type»",
		"long_link": "https://github.com/cplusplus/draft/issues/6559",
		"link": "https://wg21.link/edit6559",
		"status": "open"
	},
	"EDIT6560": {
		"type": "editorial",
		"title": "Added missing template argument",
		"long_link": "https://github.com/cplusplus/draft/pull/6560",
		"link": "https://wg21.link/edit6560",
		"status": "open"
	},
	"EDIT6561": {
		"type": "editorial",
		"title": "[mdspan] require conversion results to be nonnegative",
		"long_link": "https://github.com/cplusplus/draft/pull/6561",
		"link": "https://wg21.link/edit6561",
		"status": "closed"
	},
	"EDIT6562": {
		"type": "editorial",
		"title": "[class.temporary] Clarify wording for lifetime of temporaries.",
		"long_link": "https://github.com/cplusplus/draft/issues/6562",
		"link": "https://wg21.link/edit6562",
		"status": "open"
	},
	"EDIT6563": {
		"type": "editorial",
		"title": "[basic.start.main] Clarify what it means to \"use\" `main`",
		"long_link": "https://github.com/cplusplus/draft/issues/6563",
		"link": "https://wg21.link/edit6563",
		"status": "open"
	},
	"EDIT6564": {
		"type": "editorial",
		"title": "[preprocessor] [version.syn] Add index entries for \"feature-test macro\" in the two places they're defined",
		"long_link": "https://github.com/cplusplus/draft/pull/6564",
		"link": "https://wg21.link/edit6564",
		"status": "closed"
	},
	"EDIT6565": {
		"type": "editorial",
		"title": "[mdspan.layout.stride.cons] Fix cross-reference",
		"long_link": "https://github.com/cplusplus/draft/pull/6565",
		"link": "https://wg21.link/edit6565",
		"status": "closed"
	},
	"EDIT6566": {
		"type": "editorial",
		"title": "[mdspan.mdspan.overview] Don't use \"requires(\" for non-requires-expressions",
		"long_link": "https://github.com/cplusplus/draft/pull/6566",
		"link": "https://wg21.link/edit6566",
		"status": "closed"
	},
	"EDIT6567": {
		"type": "editorial",
		"title": "[atomics.order] Memory operations should be definitions",
		"long_link": "https://github.com/cplusplus/draft/pull/6567",
		"link": "https://wg21.link/edit6567",
		"status": "open"
	},
	"EDIT6568": {
		"type": "editorial",
		"title": "[range.utility.conv.to] Add terminating condition for first bullet",
		"long_link": "https://github.com/cplusplus/draft/pull/6568",
		"link": "https://wg21.link/edit6568",
		"status": "open"
	},
	"EDIT6569": {
		"type": "editorial",
		"title": "[expected.object.cons, expected.un.cons] Should we simplify `is_constructible_v<unexpected<E>, expected<U, G>&>` and its friends?",
		"long_link": "https://github.com/cplusplus/draft/issues/6569",
		"link": "https://wg21.link/edit6569",
		"status": "open"
	},
	"EDIT6570": {
		"type": "editorial",
		"title": "[version.syn] Put feature test macros in alphabetical order",
		"long_link": "https://github.com/cplusplus/draft/pull/6570",
		"link": "https://wg21.link/edit6570",
		"status": "open"
	},
	"EDIT6571": {
		"type": "editorial",
		"title": "Remove section 2 from [sequence.reqmts]",
		"long_link": "https://github.com/cplusplus/draft/pull/6571",
		"link": "https://wg21.link/edit6571",
		"status": "open"
	},
	"EDIT6572": {
		"type": "editorial",
		"title": "[class.temporary] \"Temporary object\" is not defined",
		"long_link": "https://github.com/cplusplus/draft/issues/6572",
		"link": "https://wg21.link/edit6572",
		"status": "open"
	},
	"EDIT6573": {
		"type": "editorial",
		"title": "[expr.ref] p1 should use the term \"sequenced\"",
		"long_link": "https://github.com/cplusplus/draft/issues/6573",
		"link": "https://wg21.link/edit6573",
		"status": "open"
	},
	"EDIT6574": {
		"type": "editorial",
		"title": "[expr.log.and],[expr.log.or] improve wording symmetry and quality",
		"long_link": "https://github.com/cplusplus/draft/pull/6574",
		"link": "https://wg21.link/edit6574",
		"status": "open"
	},
	"EDIT6575": {
		"type": "editorial",
		"title": "[dcl.fct] It is unclear whether zero-size arrays in function parameters are allowed",
		"long_link": "https://github.com/cplusplus/draft/issues/6575",
		"link": "https://wg21.link/edit6575",
		"status": "open"
	},
	"EDIT6576": {
		"type": "editorial",
		"title": "[over.over] p2 function type vs. pointer to function type",
		"long_link": "https://github.com/cplusplus/draft/issues/6576",
		"link": "https://wg21.link/edit6576",
		"status": "open"
	},
	"EDIT6577": {
		"type": "editorial",
		"title": "[temp.res.general] Fix misleading example related to syntax errors",
		"long_link": "https://github.com/cplusplus/draft/pull/6577",
		"link": "https://wg21.link/edit6577",
		"status": "open"
	},
	"EDIT6578": {
		"type": "editorial",
		"title": "[func.not.fn], [func.bind.partial] Use {term.xxx} as reference for perfect forwarding call wrapper",
		"long_link": "https://github.com/cplusplus/draft/pull/6578",
		"link": "https://wg21.link/edit6578",
		"status": "open"
	},
	"EDIT6579": {
		"type": "editorial",
		"title": "Add memory order for atomic_flag_test_and_set and atomic_flag_clear.",
		"long_link": "https://github.com/cplusplus/draft/pull/6579",
		"link": "https://wg21.link/edit6579",
		"status": "open"
	},
	"EDIT6580": {
		"type": "editorial",
		"title": "[temp.over.link] Fix cross-reference introduced by P1787R6",
		"long_link": "https://github.com/cplusplus/draft/pull/6580",
		"link": "https://wg21.link/edit6580",
		"status": "closed"
	},
	"EDIT6581": {
		"type": "editorial",
		"title": "[const.iterators.ops] Add missing \\pnum and replace returns with effects",
		"long_link": "https://github.com/cplusplus/draft/pull/6581",
		"link": "https://wg21.link/edit6581",
		"status": "closed"
	},
	"EDIT6582": {
		"type": "editorial",
		"title": "[func.wrap.func] Drop Lvalue-Callable?",
		"long_link": "https://github.com/cplusplus/draft/issues/6582",
		"link": "https://wg21.link/edit6582",
		"status": "open"
	},
	"EDIT6583": {
		"type": "editorial",
		"title": "[fs.filesystem.syn] Remove redundant inline",
		"long_link": "https://github.com/cplusplus/draft/pull/6583",
		"link": "https://wg21.link/edit6583",
		"status": "closed"
	},
	"EDIT6584": {
		"type": "editorial",
		"title": "[common.iter.const] Add missing periods for Returns",
		"long_link": "https://github.com/cplusplus/draft/pull/6584",
		"link": "https://wg21.link/edit6584",
		"status": "closed"
	},
	"EDIT6585": {
		"type": "editorial",
		"title": "[tab:headers.cpp] `<hazard_pointer>` is hazardously missing",
		"long_link": "https://github.com/cplusplus/draft/issues/6585",
		"link": "https://wg21.link/edit6585",
		"status": "closed"
	},
	"EDIT6586": {
		"type": "editorial",
		"title": "[tab:headers.cpp] Add <hazard_pointer>",
		"long_link": "https://github.com/cplusplus/draft/pull/6586",
		"link": "https://wg21.link/edit6586",
		"status": "closed"
	},
	"EDIT6587": {
		"type": "editorial",
		"title": "[string.cons] Remove erroneous paragraph break",
		"long_link": "https://github.com/cplusplus/draft/pull/6587",
		"link": "https://wg21.link/edit6587",
		"status": "closed"
	},
	"EDIT6588": {
		"type": "editorial",
		"title": "[thread.lock.guard] Does not take into account storage reuse",
		"long_link": "https://github.com/cplusplus/draft/issues/6588",
		"link": "https://wg21.link/edit6588",
		"status": "closed"
	},
	"EDIT6589": {
		"type": "editorial",
		"title": "[expr.const] \"Constant expression\" is defined twice",
		"long_link": "https://github.com/cplusplus/draft/issues/6589",
		"link": "https://wg21.link/edit6589",
		"status": "open"
	},
	"EDIT6590": {
		"type": "editorial",
		"title": "[mdspan.mdspan.overview] Rename parameter ptr to p",
		"long_link": "https://github.com/cplusplus/draft/pull/6590",
		"link": "https://wg21.link/edit6590",
		"status": "open"
	},
	"EDIT6591": {
		"type": "editorial",
		"title": "[basic.types.general] Create a term for implicit-lifetime type",
		"long_link": "https://github.com/cplusplus/draft/pull/6591",
		"link": "https://wg21.link/edit6591",
		"status": "open"
	},
	"EDIT6592": {
		"type": "editorial",
		"title": "Dehyphenate trivially-copyable",
		"long_link": "https://github.com/cplusplus/draft/pull/6592",
		"link": "https://wg21.link/edit6592",
		"status": "closed"
	},
	"EDIT6593": {
		"type": "editorial",
		"title": "[temp.param] Introduce term to xref structural type",
		"long_link": "https://github.com/cplusplus/draft/pull/6593",
		"link": "https://wg21.link/edit6593",
		"status": "open"
	},
	"EDIT6594": {
		"type": "editorial",
		"title": "[expr.prim.lambda.closure] insert an extra pnum",
		"long_link": "https://github.com/cplusplus/draft/pull/6594",
		"link": "https://wg21.link/edit6594",
		"status": "closed"
	},
	"EDIT6595": {
		"type": "editorial",
		"title": "DIS **-011: remove unused definitions",
		"long_link": "https://github.com/cplusplus/draft/pull/6595",
		"link": "https://wg21.link/edit6595",
		"status": "closed"
	},
	"EDIT6596": {
		"type": "editorial",
		"title": "[annex] Fix table numbering in annexes",
		"long_link": "https://github.com/cplusplus/draft/pull/6596",
		"link": "https://wg21.link/edit6596",
		"status": "closed"
	},
	"EDIT6597": {
		"type": "editorial",
		"title": "[unique.ptr.runtime.modifiers] Fix placement of 'constexpr'",
		"long_link": "https://github.com/cplusplus/draft/pull/6597",
		"link": "https://wg21.link/edit6597",
		"status": "closed"
	},
	"EDIT6598": {
		"type": "editorial",
		"title": "[util.smartptr.shared.cmp] Fix missing right parenthesis",
		"long_link": "https://github.com/cplusplus/draft/pull/6598",
		"link": "https://wg21.link/edit6598",
		"status": "closed"
	},
	"EDIT6599": {
		"type": "editorial",
		"title": "[lex.name] Add cross-reference to Annex E",
		"long_link": "https://github.com/cplusplus/draft/pull/6599",
		"link": "https://wg21.link/edit6599",
		"status": "closed"
	},
	"EDIT6600": {
		"type": "editorial",
		"title": "[intro.refs] Fix title of ISO/IEC 9899:2018",
		"long_link": "https://github.com/cplusplus/draft/pull/6600",
		"link": "https://wg21.link/edit6600",
		"status": "closed"
	},
	"EDIT6601": {
		"type": "editorial",
		"title": "[time.format] Make reference to ISO 8601 more precise",
		"long_link": "https://github.com/cplusplus/draft/pull/6601",
		"link": "https://wg21.link/edit6601",
		"status": "closed"
	},
	"EDIT6602": {
		"type": "editorial",
		"title": "[mdspan.layout.left] Add missing `noexcept`",
		"long_link": "https://github.com/cplusplus/draft/pull/6602",
		"link": "https://wg21.link/edit6602",
		"status": "open"
	},
	"EDIT6603": {
		"type": "editorial",
		"title": "[intro.scope] Clarify 'they'",
		"long_link": "https://github.com/cplusplus/draft/pull/6603",
		"link": "https://wg21.link/edit6603",
		"status": "closed"
	},
	"EDIT6604": {
		"type": "editorial",
		"title": "[expr.const] Amend comments in example",
		"long_link": "https://github.com/cplusplus/draft/pull/6604",
		"link": "https://wg21.link/edit6604",
		"status": "closed"
	},
	"EDIT6605": {
		"type": "editorial",
		"title": "[expr.prim.lambda.general] Add example for parsing ambiguity",
		"long_link": "https://github.com/cplusplus/draft/pull/6605",
		"link": "https://wg21.link/edit6605",
		"status": "closed"
	},
	"EDIT6606": {
		"type": "editorial",
		"title": "[defns.component] Remove unwarranted italics",
		"long_link": "https://github.com/cplusplus/draft/pull/6606",
		"link": "https://wg21.link/edit6606",
		"status": "closed"
	},
	"EDIT6607": {
		"type": "editorial",
		"title": "[std] \"modeled\" should be spelled \"modelled\"",
		"long_link": "https://github.com/cplusplus/draft/issues/6607",
		"link": "https://wg21.link/edit6607",
		"status": "closed"
	},
	"EDIT6608": {
		"type": "editorial",
		"title": "[lex.charset] Clarify normative reference to Unicode for UTF-x",
		"long_link": "https://github.com/cplusplus/draft/pull/6608",
		"link": "https://wg21.link/edit6608",
		"status": "closed"
	},
	"EDIT6609": {
		"type": "editorial",
		"title": "[type.traits] Add references to tables",
		"long_link": "https://github.com/cplusplus/draft/pull/6609",
		"link": "https://wg21.link/edit6609",
		"status": "closed"
	},
	"EDIT6610": {
		"type": "editorial",
		"title": "Avoid 'must'",
		"long_link": "https://github.com/cplusplus/draft/pull/6610",
		"link": "https://wg21.link/edit6610",
		"status": "open"
	},
	"EDIT6611": {
		"type": "editorial",
		"title": "Notes with requirements",
		"long_link": "https://github.com/cplusplus/draft/pull/6611",
		"link": "https://wg21.link/edit6611",
		"status": "closed"
	},
	"EDIT6612": {
		"type": "editorial",
		"title": "[forward.iterators] Consistently use Cpp17 requirements",
		"long_link": "https://github.com/cplusplus/draft/pull/6612",
		"link": "https://wg21.link/edit6612",
		"status": "open"
	},
	"EDIT6613": {
		"type": "editorial",
		"title": "[iterator.requirements.general] Clarify non-forward iterator",
		"long_link": "https://github.com/cplusplus/draft/pull/6613",
		"link": "https://wg21.link/edit6613",
		"status": "open"
	},
	"EDIT6614": {
		"type": "editorial",
		"title": "[defns.{impl.limits,iostream.templates}] Use singular",
		"long_link": "https://github.com/cplusplus/draft/pull/6614",
		"link": "https://wg21.link/edit6614",
		"status": "closed"
	},
	"EDIT6615": {
		"type": "editorial",
		"title": "Replace \"C Standard\" with \"ISO/IEC 9899:2018\" and define \"C standard library\"",
		"long_link": "https://github.com/cplusplus/draft/pull/6615",
		"link": "https://wg21.link/edit6615",
		"status": "closed"
	},
	"EDIT6616": {
		"type": "editorial",
		"title": "[stmt.return] p5 \"which\" is ambiguous in the sentence",
		"long_link": "https://github.com/cplusplus/draft/issues/6616",
		"link": "https://wg21.link/edit6616",
		"status": "closed"
	},
	"EDIT6617": {
		"type": "editorial",
		"title": "[basic.scope.block] et al. - Ambiguous definition of \"local variable\"",
		"long_link": "https://github.com/cplusplus/draft/issues/6617",
		"link": "https://wg21.link/edit6617",
		"status": "open"
	},
	"EDIT6618": {
		"type": "editorial",
		"title": "[basic.lval] Turn reference paragraph into note",
		"long_link": "https://github.com/cplusplus/draft/pull/6618",
		"link": "https://wg21.link/edit6618",
		"status": "closed"
	},
	"EDIT6619": {
		"type": "editorial",
		"title": "[class.copy.assign] Remove a superfluous note.",
		"long_link": "https://github.com/cplusplus/draft/pull/6619",
		"link": "https://wg21.link/edit6619",
		"status": "closed"
	},
	"EDIT6620": {
		"type": "editorial",
		"title": "Various minor editorial cleanups",
		"long_link": "https://github.com/cplusplus/draft/pull/6620",
		"link": "https://wg21.link/edit6620",
		"status": "open"
	},
	"EDIT6621": {
		"type": "editorial",
		"title": "Fix a few small bugs in submdspan",
		"long_link": "https://github.com/cplusplus/draft/pull/6621",
		"link": "https://wg21.link/edit6621",
		"status": "open"
	},
	"EDIT6622": {
		"type": "editorial",
		"title": "[mdspan.accessor.reqmts] Name type `A` to `ACC`?",
		"long_link": "https://github.com/cplusplus/draft/issues/6622",
		"link": "https://wg21.link/edit6622",
		"status": "open"
	},
	"EDIT6623": {
		"type": "editorial",
		"title": "[intro.defs, dcl.init.list] Move definition of direct-non-list-init",
		"long_link": "https://github.com/cplusplus/draft/pull/6623",
		"link": "https://wg21.link/edit6623",
		"status": "closed"
	},
	"EDIT6624": {
		"type": "editorial",
		"title": "[xrefdelta] Remove mention of removals that are now already in C++23",
		"long_link": "https://github.com/cplusplus/draft/pull/6624",
		"link": "https://wg21.link/edit6624",
		"status": "closed"
	},
	"EDIT6625": {
		"type": "editorial",
		"title": "[expr.prim.lambda.general] Added missing definition for the term \"lambda\".",
		"long_link": "https://github.com/cplusplus/draft/pull/6625",
		"link": "https://wg21.link/edit6625",
		"status": "open"
	},
	"EDIT6626": {
		"type": "editorial",
		"title": "[stmt.if] Add an example for the value-dependence of the condition after instantiation",
		"long_link": "https://github.com/cplusplus/draft/issues/6626",
		"link": "https://wg21.link/edit6626",
		"status": "open"
	},
	"EDIT6627": {
		"type": "editorial",
		"title": "[lex.phases] Whitespace characters should be kept for the sake of the stringize operator",
		"long_link": "https://github.com/cplusplus/draft/issues/6627",
		"link": "https://wg21.link/edit6627",
		"status": "closed"
	},
	"EDIT6628": {
		"type": "editorial",
		"title": "[basic.pre] Eliminate the redundant block-declaration",
		"long_link": "https://github.com/cplusplus/draft/issues/6628",
		"link": "https://wg21.link/edit6628",
		"status": "closed"
	},
	"EDIT6629": {
		"type": "editorial",
		"title": "[streambuf.general] `std::basic_streambuf` is not an abstract class",
		"long_link": "https://github.com/cplusplus/draft/issues/6629",
		"link": "https://wg21.link/edit6629",
		"status": "closed"
	},
	"EDIT6630": {
		"type": "editorial",
		"title": "[streambuf.general] Strike \"abstract\" from \"basic_streambuf serves as an abstract base class\"",
		"long_link": "https://github.com/cplusplus/draft/pull/6630",
		"link": "https://wg21.link/edit6630",
		"status": "closed"
	},
	"EDIT6631": {
		"type": "editorial",
		"title": "[std] Use more \\defnadj",
		"long_link": "https://github.com/cplusplus/draft/pull/6631",
		"link": "https://wg21.link/edit6631",
		"status": "closed"
	},
	"EDIT6632": {
		"type": "editorial",
		"title": "[span.cons] Add `std::` for `data(arr)`",
		"long_link": "https://github.com/cplusplus/draft/pull/6632",
		"link": "https://wg21.link/edit6632",
		"status": "closed"
	},
	"EDIT6633": {
		"type": "editorial",
		"title": "[ranges] Reuse `bidirectional-common` concept?",
		"long_link": "https://github.com/cplusplus/draft/issues/6633",
		"link": "https://wg21.link/edit6633",
		"status": "open"
	},
	"EDIT6634": {
		"type": "editorial",
		"title": "code example in [expr.await]",
		"long_link": "https://github.com/cplusplus/draft/issues/6634",
		"link": "https://wg21.link/edit6634",
		"status": "closed"
	},
	"EDIT6635": {
		"type": "editorial",
		"title": "[stack.syn, queue.syn] Show `formatter` specializations in the synopses",
		"long_link": "https://github.com/cplusplus/draft/pull/6635",
		"link": "https://wg21.link/edit6635",
		"status": "closed"
	},
	"EDIT6636": {
		"type": "editorial",
		"title": "[format.formatter.spec] Add missing include to example",
		"long_link": "https://github.com/cplusplus/draft/pull/6636",
		"link": "https://wg21.link/edit6636",
		"status": "closed"
	},
	"EDIT6637": {
		"type": "editorial",
		"title": "[expr.prim.lambda.closure] Improve some parallel grammar",
		"long_link": "https://github.com/cplusplus/draft/pull/6637",
		"link": "https://wg21.link/edit6637",
		"status": "open"
	},
	"EDIT6638": {
		"type": "editorial",
		"title": "Teste",
		"long_link": "https://github.com/cplusplus/draft/issues/6638",
		"link": "https://wg21.link/edit6638",
		"status": "closed"
	},
	"EDIT6639": {
		"type": "editorial",
		"title": "[intro.refs] Move nicknames for standards to relevant subclauses",
		"long_link": "https://github.com/cplusplus/draft/pull/6639",
		"link": "https://wg21.link/edit6639",
		"status": "closed"
	},
	"EDIT6640": {
		"type": "editorial",
		"title": "[func.require] Unclear use of \"shall\" LWG4007",
		"long_link": "https://github.com/cplusplus/draft/issues/6640",
		"link": "https://wg21.link/edit6640",
		"status": "closed"
	},
	"EDIT6641": {
		"type": "editorial",
		"title": "[flat.map.capacity]: Where are the other `flat_meow`'s correspondences about this?",
		"long_link": "https://github.com/cplusplus/draft/issues/6641",
		"link": "https://wg21.link/edit6641",
		"status": "open"
	},
	"EDIT6642": {
		"type": "editorial",
		"title": "[class.conv.fct] Fix reference to 'ref-qualifier-seq'",
		"long_link": "https://github.com/cplusplus/draft/pull/6642",
		"link": "https://wg21.link/edit6642",
		"status": "closed"
	},
	"EDIT6643": {
		"type": "editorial",
		"title": "[mdspan.submdspan] Add missing definitions for full_extent_t and full_extent",
		"long_link": "https://github.com/cplusplus/draft/pull/6643",
		"link": "https://wg21.link/edit6643",
		"status": "closed"
	},
	"EDIT6644": {
		"type": "editorial",
		"title": "[defns.character.container] Improve note",
		"long_link": "https://github.com/cplusplus/draft/pull/6644",
		"link": "https://wg21.link/edit6644",
		"status": "closed"
	},
	"EDIT6645": {
		"type": "editorial",
		"title": "[string.capacity] Remove parentheses from \"reserve()\"",
		"long_link": "https://github.com/cplusplus/draft/pull/6645",
		"link": "https://wg21.link/edit6645",
		"status": "closed"
	},
	"EDIT6646": {
		"type": "editorial",
		"title": "[conv.general, expr.static.cast] Remove inappropriate \"temporary\"",
		"long_link": "https://github.com/cplusplus/draft/pull/6646",
		"link": "https://wg21.link/edit6646",
		"status": "open"
	},
	"EDIT6647": {
		"type": "editorial",
		"title": "[diff] Annex C missing some header additions",
		"long_link": "https://github.com/cplusplus/draft/issues/6647",
		"link": "https://wg21.link/edit6647",
		"status": "open"
	},
	"EDIT6648": {
		"type": "editorial",
		"title": "[diff.cpp23.library] Note new headers in C++26",
		"long_link": "https://github.com/cplusplus/draft/pull/6648",
		"link": "https://wg21.link/edit6648",
		"status": "open"
	},
	"EDIT6649": {
		"type": "editorial",
		"title": "[diff.cpp03.library] Two entries for <typeinfo> in the index of library headers",
		"long_link": "https://github.com/cplusplus/draft/issues/6649",
		"link": "https://wg21.link/edit6649",
		"status": "open"
	},
	"EDIT6650": {
		"type": "editorial",
		"title": "[dcl.init.ref] Clarify \"related type\"",
		"long_link": "https://github.com/cplusplus/draft/pull/6650",
		"link": "https://wg21.link/edit6650",
		"status": "closed"
	},
	"EDIT6651": {
		"type": "editorial",
		"title": "Should we stop talking about related types?",
		"long_link": "https://github.com/cplusplus/draft/issues/6651",
		"link": "https://wg21.link/edit6651",
		"status": "open"
	},
	"EDIT6652": {
		"type": "editorial",
		"title": "Change floating point wording from mantissa to significand",
		"long_link": "https://github.com/cplusplus/draft/pull/6652",
		"link": "https://wg21.link/edit6652",
		"status": "closed"
	},
	"EDIT6653": {
		"type": "editorial",
		"title": "[algorithms] Change stable tag 'mismatch' to alg.mismatch, so that it is consistent with similar labels in the same section",
		"long_link": "https://github.com/cplusplus/draft/pull/6653",
		"link": "https://wg21.link/edit6653",
		"status": "closed"
	},
	"EDIT6654": {
		"type": "editorial",
		"title": "[ranges] Introduce `bidirectional-common` and `random-access-sized` to simplify concept spelling",
		"long_link": "https://github.com/cplusplus/draft/pull/6654",
		"link": "https://wg21.link/edit6654",
		"status": "open"
	},
	"EDIT6655": {
		"type": "editorial",
		"title": "[2023-11 CWG Motion 1] Core Language Working Group \"ready\" Issues for the November, 2023 meeting",
		"long_link": "https://github.com/cplusplus/draft/issues/6655",
		"link": "https://wg21.link/edit6655",
		"status": "open"
	},
	"EDIT6656": {
		"type": "editorial",
		"title": "[2023-11 CWG Motion 2] Template parameter initialization",
		"long_link": "https://github.com/cplusplus/draft/issues/6656",
		"link": "https://wg21.link/edit6656",
		"status": "open"
	},
	"EDIT6657": {
		"type": "editorial",
		"title": "[2023-11 CWG Motion 3] Pack Indexing",
		"long_link": "https://github.com/cplusplus/draft/issues/6657",
		"link": "https://wg21.link/edit6657",
		"status": "open"
	},
	"EDIT6658": {
		"type": "editorial",
		"title": "[2023-11 CWG Motion 4] Remove Deprecated Arithmetic Conversion on Enumerations From C++26",
		"long_link": "https://github.com/cplusplus/draft/issues/6658",
		"link": "https://wg21.link/edit6658",
		"status": "open"
	},
	"EDIT6659": {
		"type": "editorial",
		"title": "[2023-11 LWG Motion 1] C++ Standard Library Issues to be moved in Kona, Nov. 2023",
		"long_link": "https://github.com/cplusplus/draft/issues/6659",
		"link": "https://wg21.link/edit6659",
		"status": "open"
	},
	"EDIT6660": {
		"type": "editorial",
		"title": "[2023-11 LWG Motion 2] Saturation arithmetic",
		"long_link": "https://github.com/cplusplus/draft/issues/6660",
		"link": "https://wg21.link/edit6660",
		"status": "open"
	},
	"EDIT6661": {
		"type": "editorial",
		"title": "[2023-11 LWG Motion 3] Freestanding Library: Partial Classes",
		"long_link": "https://github.com/cplusplus/draft/issues/6661",
		"link": "https://wg21.link/edit6661",
		"status": "open"
	},
	"EDIT6662": {
		"type": "editorial",
		"title": "[2023-11 LWG Motion 4] Debugging Support",
		"long_link": "https://github.com/cplusplus/draft/issues/6662",
		"link": "https://wg21.link/edit6662",
		"status": "open"
	},
	"EDIT6663": {
		"type": "editorial",
		"title": "[2023-11 LWG Motion 5] Runtime format strings",
		"long_link": "https://github.com/cplusplus/draft/issues/6663",
		"link": "https://wg21.link/edit6663",
		"status": "open"
	},
	"EDIT6664": {
		"type": "editorial",
		"title": "[2023-11 LWG Motion 6] Runtime format strings II",
		"long_link": "https://github.com/cplusplus/draft/issues/6664",
		"link": "https://wg21.link/edit6664",
		"status": "open"
	},
	"EDIT6665": {
		"type": "editorial",
		"title": "[2023-11 LWG Motion 7] Fix formatting of code units as integers",
		"long_link": "https://github.com/cplusplus/draft/issues/6665",
		"link": "https://wg21.link/edit6665",
		"status": "open"
	},
	"EDIT6666": {
		"type": "editorial",
		"title": "[2023-11 LWG Motion 8] A new specification for std::generate_canonical",
		"long_link": "https://github.com/cplusplus/draft/issues/6666",
		"link": "https://wg21.link/edit6666",
		"status": "open"
	},
	"EDIT6667": {
		"type": "editorial",
		"title": "[2023-11 LWG Motion 9] std::span over an initializer list",
		"long_link": "https://github.com/cplusplus/draft/issues/6667",
		"link": "https://wg21.link/edit6667",
		"status": "open"
	},
	"EDIT6668": {
		"type": "editorial",
		"title": "[2023-11 LWG Motion 10] span.at()",
		"long_link": "https://github.com/cplusplus/draft/issues/6668",
		"link": "https://wg21.link/edit6668",
		"status": "open"
	},
	"EDIT6669": {
		"type": "editorial",
		"title": "[2023-11 LWG Motion 11] Remove Deprecated std::allocator Typedef From C++26",
		"long_link": "https://github.com/cplusplus/draft/issues/6669",
		"link": "https://wg21.link/edit6669",
		"status": "open"
	},
	"EDIT6670": {
		"type": "editorial",
		"title": "[2023-11 LWG Motion 12] Remove basic_string::reserve() From C++26",
		"long_link": "https://github.com/cplusplus/draft/issues/6670",
		"link": "https://wg21.link/edit6670",
		"status": "open"
	},
	"EDIT6671": {
		"type": "editorial",
		"title": "[2023-11 LWG Motion 13] Remove Deprecated Unicode Conversion Facets from C++26",
		"long_link": "https://github.com/cplusplus/draft/issues/6671",
		"link": "https://wg21.link/edit6671",
		"status": "open"
	},
	"EDIT6672": {
		"type": "editorial",
		"title": "[2023-11 LWG Motion 14] Add tuple protocol to complex",
		"long_link": "https://github.com/cplusplus/draft/issues/6672",
		"link": "https://wg21.link/edit6672",
		"status": "open"
	},
	"EDIT6673": {
		"type": "editorial",
		"title": "[2023-11 LWG Motion 15] Freestanding: Remove strtok",
		"long_link": "https://github.com/cplusplus/draft/issues/6673",
		"link": "https://wg21.link/edit6673",
		"status": "open"
	},
	"EDIT6674": {
		"type": "editorial",
		"title": "[2023-11 LWG Motion 16] Freestanding Library: inout expected span",
		"long_link": "https://github.com/cplusplus/draft/issues/6674",
		"link": "https://wg21.link/edit6674",
		"status": "open"
	},
	"EDIT6675": {
		"type": "editorial",
		"title": "[2023-11 LWG Motion 17] std::basic_const_iterator should follow its underlying type’s convertibility",
		"long_link": "https://github.com/cplusplus/draft/issues/6675",
		"link": "https://wg21.link/edit6675",
		"status": "open"
	},
	"EDIT6676": {
		"type": "editorial",
		"title": "[2023-11 LWG Motion 18] Make assert() macro user friendly for C and C++",
		"long_link": "https://github.com/cplusplus/draft/issues/6676",
		"link": "https://wg21.link/edit6676",
		"status": "open"
	},
	"EDIT6677": {
		"type": "editorial",
		"title": "[2023-11 LWG Motion 19] A free function linear algebra interface based on the BLAS",
		"long_link": "https://github.com/cplusplus/draft/issues/6677",
		"link": "https://wg21.link/edit6677",
		"status": "open"
	},
	"EDIT6678": {
		"type": "editorial",
		"title": "Initial text for P2546, debugging support.",
		"long_link": "https://github.com/cplusplus/draft/pull/6678",
		"link": "https://wg21.link/edit6678",
		"status": "closed"
	},
	"EDIT6679": {
		"type": "editorial",
		"title": "[Motions 2023 11 cwg 3] P2662R3 Pack Indexing",
		"long_link": "https://github.com/cplusplus/draft/pull/6679",
		"link": "https://wg21.link/edit6679",
		"status": "open"
	},
	"EDIT6680": {
		"type": "editorial",
		"title": "[support.initlist] Teletype font for `initializer_list`",
		"long_link": "https://github.com/cplusplus/draft/pull/6680",
		"link": "https://wg21.link/edit6680",
		"status": "open"
	},
	"EDIT6681": {
		"type": "editorial",
		"title": "[LWG motion 4] P2546R5 Debugging Support",
		"long_link": "https://github.com/cplusplus/draft/pull/6681",
		"link": "https://wg21.link/edit6681",
		"status": "open"
	},
	"EDIT6682": {
		"type": "editorial",
		"title": "[intro.defs, macros] Add cross-references among definitions",
		"long_link": "https://github.com/cplusplus/draft/pull/6682",
		"link": "https://wg21.link/edit6682",
		"status": "closed"
	},
	"EDIT6683": {
		"type": "editorial",
		"title": "[Motions 2023 11 cwg 4] P2864R2 Remove deprecated arithmetic conversions",
		"long_link": "https://github.com/cplusplus/draft/pull/6683",
		"link": "https://wg21.link/edit6683",
		"status": "open"
	},
	"EDIT6684": {
		"type": "editorial",
		"title": "[Motions 2023 11 cwg 1] P3046R0 Core Language Working Group \"ready\" Issues",
		"long_link": "https://github.com/cplusplus/draft/pull/6684",
		"link": "https://wg21.link/edit6684",
		"status": "open"
	},
	"EDIT6685": {
		"type": "editorial",
		"title": "[Motions 2023 11 lwg 1] P3040R0 C++ Standard Library Issues",
		"long_link": "https://github.com/cplusplus/draft/pull/6685",
		"link": "https://wg21.link/edit6685",
		"status": "open"
	},
	"EDIT6686": {
		"type": "editorial",
		"title": "[LWG motion 2] P0543R3 Saturation arithmetic",
		"long_link": "https://github.com/cplusplus/draft/pull/6686",
		"link": "https://wg21.link/edit6686",
		"status": "open"
	},
	"EDIT6687": {
		"type": "editorial",
		"title": "[LWG 5] P2905R2 Runtime format strings",
		"long_link": "https://github.com/cplusplus/draft/pull/6687",
		"link": "https://wg21.link/edit6687",
		"status": "open"
	},
	"EDIT6688": {
		"type": "editorial",
		"title": "[LWG 6] P2918R2 Runtime format strings II",
		"long_link": "https://github.com/cplusplus/draft/pull/6688",
		"link": "https://wg21.link/edit6688",
		"status": "open"
	},
	"EDIT6689": {
		"type": "editorial",
		"title": "[LWG 7] P2909R4 Fix formatting of code units as integers (Dude, where’s my char?)",
		"long_link": "https://github.com/cplusplus/draft/pull/6689",
		"link": "https://wg21.link/edit6689",
		"status": "open"
	},
	"EDIT6690": {
		"type": "editorial",
		"title": "[LWG 8] P0952R2 A new specification for std::generate_canonical",
		"long_link": "https://github.com/cplusplus/draft/pull/6690",
		"link": "https://wg21.link/edit6690",
		"status": "open"
	},
	"EDIT6691": {
		"type": "editorial",
		"title": "[LWG 9] P2447R6 std::span over an initializer list",
		"long_link": "https://github.com/cplusplus/draft/pull/6691",
		"link": "https://wg21.link/edit6691",
		"status": "open"
	},
	"EDIT6692": {
		"type": "editorial",
		"title": "[LWG 11] P2821R5 span.at()",
		"long_link": "https://github.com/cplusplus/draft/pull/6692",
		"link": "https://wg21.link/edit6692",
		"status": "open"
	},
	"EDIT6693": {
		"type": "editorial",
		"title": "[LWG 14] P2819R2 Add tuple protocol to complex",
		"long_link": "https://github.com/cplusplus/draft/pull/6693",
		"link": "https://wg21.link/edit6693",
		"status": "open"
	},
	"EDIT6694": {
		"type": "editorial",
		"title": "[LWG 15] P2937R0 Freestanding: Remove strtok",
		"long_link": "https://github.com/cplusplus/draft/pull/6694",
		"link": "https://wg21.link/edit6694",
		"status": "open"
	},
	"EDIT6695": {
		"type": "editorial",
		"title": "Fix typo in [allocator.requirements.general] wording for `a.construct(c, args)`",
		"long_link": "https://github.com/cplusplus/draft/pull/6695",
		"link": "https://wg21.link/edit6695",
		"status": "closed"
	},
	"EDIT6696": {
		"type": "editorial",
		"title": "[Motions 2023 11 cwg 2] P2308R1 Template parameter initialization",
		"long_link": "https://github.com/cplusplus/draft/pull/6696",
		"link": "https://wg21.link/edit6696",
		"status": "open"
	},
	"EDIT6697": {
		"type": "editorial",
		"title": "[basic.def.odr] The set should be the potential results of E_2",
		"long_link": "https://github.com/cplusplus/draft/issues/6697",
		"link": "https://wg21.link/edit6697",
		"status": "closed"
	},
	"EDIT6698": {
		"type": "editorial",
		"title": "[stacktrace.format], [stacktrace.basic.hash] change rSec3 to rSec2",
		"long_link": "https://github.com/cplusplus/draft/pull/6698",
		"link": "https://wg21.link/edit6698",
		"status": "closed"
	},
	"EDIT6699": {
		"type": "editorial",
		"title": "P2836R1 std::basic_const_iterator should follow its underlying type's convertibility",
		"long_link": "https://github.com/cplusplus/draft/pull/6699",
		"link": "https://wg21.link/edit6699",
		"status": "open"
	},
	"EDIT6700": {
		"type": "editorial",
		"title": "[array,localization] Fix order of indexed `get` members",
		"long_link": "https://github.com/cplusplus/draft/issues/6700",
		"link": "https://wg21.link/edit6700",
		"status": "open"
	},
	"EDIT6701": {
		"type": "editorial",
		"title": "[LWG 18] P2264R7 Make assert() macro user friendly for C and C++",
		"long_link": "https://github.com/cplusplus/draft/pull/6701",
		"link": "https://wg21.link/edit6701",
		"status": "open"
	},
	"EDIT6702": {
		"type": "editorial",
		"title": "[LWG 3] P2407R5 Freestanding Library: Partial Classes",
		"long_link": "https://github.com/cplusplus/draft/pull/6702",
		"link": "https://wg21.link/edit6702",
		"status": "open"
	},
	"EDIT6703": {
		"type": "editorial",
		"title": "[LWG 16] P2833R2 Freestanding Library: inout expected span",
		"long_link": "https://github.com/cplusplus/draft/pull/6703",
		"link": "https://wg21.link/edit6703",
		"status": "open"
	},
	"EDIT6704": {
		"type": "editorial",
		"title": "[LWG 19] P1673R13 A free function linear algebra interface based on the BLAS",
		"long_link": "https://github.com/cplusplus/draft/pull/6704",
		"link": "https://wg21.link/edit6704",
		"status": "open"
	},
	"EDIT6705": {
		"type": "editorial",
		"title": "\\indexlibrary-global or -member? ",
		"long_link": "https://github.com/cplusplus/draft/issues/6705",
		"link": "https://wg21.link/edit6705",
		"status": "open"
	},
	"EDIT6706": {
		"type": "editorial",
		"title": "Updated templates.tex to make program ill formed when the set of func…",
		"long_link": "https://github.com/cplusplus/draft/pull/6706",
		"link": "https://wg21.link/edit6706",
		"status": "closed"
	},
	"EDIT6707": {
		"type": "editorial",
		"title": "Fix indentation in [algorithms.parallel.defns] paragraph 5 example",
		"long_link": "https://github.com/cplusplus/draft/pull/6707",
		"link": "https://wg21.link/edit6707",
		"status": "closed"
	},
	"EDIT6708": {
		"type": "editorial",
		"title": "[LWG 11] P2868 Remove deprecated typedef from std::allocator",
		"long_link": "https://github.com/cplusplus/draft/pull/6708",
		"link": "https://wg21.link/edit6708",
		"status": "closed"
	},
	"EDIT6709": {
		"type": "editorial",
		"title": "[LWG 12] P2870R3 Remove deprecated basic_string::reserve() with no parameters",
		"long_link": "https://github.com/cplusplus/draft/pull/6709",
		"link": "https://wg21.link/edit6709",
		"status": "closed"
	},
	"EDIT6710": {
		"type": "editorial",
		"title": "[LWG 13] P2871R3 Remove deprecated <codecvt> header",
		"long_link": "https://github.com/cplusplus/draft/pull/6710",
		"link": "https://wg21.link/edit6710",
		"status": "closed"
	},
	"EDIT6711": {
		"type": "editorial",
		"title": "[class.eq] Fix the return value of a defaulted == operator function",
		"long_link": "https://github.com/cplusplus/draft/pull/6711",
		"link": "https://wg21.link/edit6711",
		"status": "closed"
	},
	"EDIT6712": {
		"type": "editorial",
		"title": "[time.parse,diff.cpp17.temp] Argument-dependent lookup is spelled without a hyphen",
		"long_link": "https://github.com/cplusplus/draft/issues/6712",
		"link": "https://wg21.link/edit6712",
		"status": "open"
	},
	"EDIT6713": {
		"type": "editorial",
		"title": "[dcl.init.ref, over.ics.ref, over.ics.rank] Avoid saying function lvalue",
		"long_link": "https://github.com/cplusplus/draft/pull/6713",
		"link": "https://wg21.link/edit6713",
		"status": "open"
	},
	"EDIT6714": {
		"type": "editorial",
		"title": "[expected.general] Contradictory description of expected<T, E>.",
		"long_link": "https://github.com/cplusplus/draft/issues/6714",
		"link": "https://wg21.link/edit6714",
		"status": "open"
	},
	"EDIT6715": {
		"type": "editorial",
		"title": "[expected.general] Fix description of expected<T, E> (issue #6714.)",
		"long_link": "https://github.com/cplusplus/draft/pull/6715",
		"link": "https://wg21.link/edit6715",
		"status": "closed"
	},
	"EDIT6716": {
		"type": "editorial",
		"title": " Undefined control sequence M@currentTitle",
		"long_link": "https://github.com/cplusplus/draft/issues/6716",
		"link": "https://wg21.link/edit6716",
		"status": "open"
	},
	"EDIT6717": {
		"type": "editorial",
		"title": "[range.repeat.iterator] \\exposid{current_} does not display italics on the web",
		"long_link": "https://github.com/cplusplus/draft/issues/6717",
		"link": "https://wg21.link/edit6717",
		"status": "closed"
	},
	"EDIT6718": {
		"type": "editorial",
		"title": "Cleanups after CWG2672",
		"long_link": "https://github.com/cplusplus/draft/issues/6718",
		"link": "https://wg21.link/edit6718",
		"status": "open"
	},
	"EDIT6719": {
		"type": "editorial",
		"title": "[dcl.init.list] Construction of an `initializer_list` object from a pair of pointers",
		"long_link": "https://github.com/cplusplus/draft/issues/6719",
		"link": "https://wg21.link/edit6719",
		"status": "open"
	},
	"EDIT6720": {
		"type": "editorial",
		"title": "[std] Update references from ISO 8601:2004 to ISO 8601-1:2019",
		"long_link": "https://github.com/cplusplus/draft/pull/6720",
		"link": "https://wg21.link/edit6720",
		"status": "closed"
	},
	"EDIT6721": {
		"type": "editorial",
		"title": "[basic.scope.pdecl] Add missing \\grammarterm markup",
		"long_link": "https://github.com/cplusplus/draft/pull/6721",
		"link": "https://wg21.link/edit6721",
		"status": "closed"
	},
	"EDIT6722": {
		"type": "editorial",
		"title": "[syntax] Change \"italic\" to \"italic, sans-serif\"",
		"long_link": "https://github.com/cplusplus/draft/pull/6722",
		"link": "https://wg21.link/edit6722",
		"status": "closed"
	},
	"EDIT6723": {
		"type": "editorial",
		"title": "[introduction] A minimal \"Introduction\" clause",
		"long_link": "https://github.com/cplusplus/draft/pull/6723",
		"link": "https://wg21.link/edit6723",
		"status": "closed"
	},
	"EDIT6724": {
		"type": "editorial",
		"title": "[intro.abstract] Actually use the phrase 'unspecified/undefined behavior'",
		"long_link": "https://github.com/cplusplus/draft/pull/6724",
		"link": "https://wg21.link/edit6724",
		"status": "closed"
	},
	"EDIT6725": {
		"type": "editorial",
		"title": "[func.wrap.ref.class] Redundant description of exposition-only data members",
		"long_link": "https://github.com/cplusplus/draft/issues/6725",
		"link": "https://wg21.link/edit6725",
		"status": "open"
	},
	"EDIT6726": {
		"type": "editorial",
		"title": "[intro.defs] Remove mention of symbols from ISO 80000-2",
		"long_link": "https://github.com/cplusplus/draft/pull/6726",
		"link": "https://wg21.link/edit6726",
		"status": "closed"
	},
	"EDIT6727": {
		"type": "editorial",
		"title": "[basic.life] Fix indentation in example",
		"long_link": "https://github.com/cplusplus/draft/pull/6727",
		"link": "https://wg21.link/edit6727",
		"status": "closed"
	},
	"EDIT6728": {
		"type": "editorial",
		"title": "[sf.cmath] contains superfluous \"Effects:\"-clauses",
		"long_link": "https://github.com/cplusplus/draft/issues/6728",
		"link": "https://wg21.link/edit6728",
		"status": "open"
	},
	"EDIT6729": {
		"type": "editorial",
		"title": "C++",
		"long_link": "https://github.com/cplusplus/draft/issues/6729",
		"link": "https://wg21.link/edit6729",
		"status": "closed"
	},
	"EDIT6730": {
		"type": "editorial",
		"title": "[charconv.from.chars] Ambiguous specification of floating-point rounding",
		"long_link": "https://github.com/cplusplus/draft/issues/6730",
		"link": "https://wg21.link/edit6730",
		"status": "open"
	},
	"EDIT6731": {
		"type": "editorial",
		"title": "[16.4.6.10] missing dereference",
		"long_link": "https://github.com/cplusplus/draft/issues/6731",
		"link": "https://wg21.link/edit6731",
		"status": "open"
	},
	"EDIT6732": {
		"type": "editorial",
		"title": "[range.access.general] Use consistent \"In addition to being available\" form",
		"long_link": "https://github.com/cplusplus/draft/pull/6732",
		"link": "https://wg21.link/edit6732",
		"status": "closed"
	},
	"EDIT6733": {
		"type": "editorial",
		"title": "[vector.cons.10] complexity in term of copy constructor calls but T does not need to have constructors",
		"long_link": "https://github.com/cplusplus/draft/issues/6733",
		"link": "https://wg21.link/edit6733",
		"status": "open"
	},
	"EDIT6734": {
		"type": "editorial",
		"title": "[algorithm.syn] refactors _`indirectly-binary-left-foldable`_",
		"long_link": "https://github.com/cplusplus/draft/pull/6734",
		"link": "https://wg21.link/edit6734",
		"status": "open"
	},
	"EDIT6735": {
		"type": "editorial",
		"title": "[algorithms] reorders the fold family",
		"long_link": "https://github.com/cplusplus/draft/pull/6735",
		"link": "https://wg21.link/edit6735",
		"status": "open"
	},
	"EDIT6736": {
		"type": "editorial",
		"title": "[class.friend] Fix a mistakenly monospaced \"`friend` declaration\"",
		"long_link": "https://github.com/cplusplus/draft/pull/6736",
		"link": "https://wg21.link/edit6736",
		"status": "closed"
	},
	"EDIT6737": {
		"type": "editorial",
		"title": "[std] Rephrase notes containing 'must'",
		"long_link": "https://github.com/cplusplus/draft/pull/6737",
		"link": "https://wg21.link/edit6737",
		"status": "open"
	},
	"EDIT6738": {
		"type": "editorial",
		"title": "[version.syn] New feature test macro __cpp_lib_freestanding_numeric",
		"long_link": "https://github.com/cplusplus/draft/pull/6738",
		"link": "https://wg21.link/edit6738",
		"status": "closed"
	},
	"EDIT6739": {
		"type": "editorial",
		"title": "[basic.def.odr] \"Lambda scope\" should be included as a possible \"intervening scope\" in definition of \"odr-usable\"",
		"long_link": "https://github.com/cplusplus/draft/issues/6739",
		"link": "https://wg21.link/edit6739",
		"status": "open"
	},
	"EDIT6740": {
		"type": "editorial",
		"title": "[linalg.syn] Add header index entry",
		"long_link": "https://github.com/cplusplus/draft/pull/6740",
		"link": "https://wg21.link/edit6740",
		"status": "open"
	},
	"EDIT6741": {
		"type": "editorial",
		"title": "[basic.def] Replace \\normalfont \\itshape with \\textnormal and \\textit",
		"long_link": "https://github.com/cplusplus/draft/pull/6741",
		"link": "https://wg21.link/edit6741",
		"status": "open"
	},
	"EDIT6742": {
		"type": "editorial",
		"title": "Grammar railroad diagram",
		"long_link": "https://github.com/cplusplus/draft/issues/6742",
		"link": "https://wg21.link/edit6742",
		"status": "closed"
	},
	"EDIT6743": {
		"type": "editorial",
		"title": "Abolish the term \"converting constructor\"",
		"long_link": "https://github.com/cplusplus/draft/pull/6743",
		"link": "https://wg21.link/edit6743",
		"status": "open"
	},
	"EDIT6744": {
		"type": "editorial",
		"title": "Abolish the term \"converting constructor\"",
		"long_link": "https://github.com/cplusplus/draft/issues/6744",
		"link": "https://wg21.link/edit6744",
		"status": "open"
	},
	"EDIT6745": {
		"type": "editorial",
		"title": "[linalg] Add indexing",
		"long_link": "https://github.com/cplusplus/draft/pull/6745",
		"link": "https://wg21.link/edit6745",
		"status": "open"
	},
	"EDIT6746": {
		"type": "editorial",
		"title": "[func.wrap.func.cons] [any.assign] Harmonize operator= wording",
		"long_link": "https://github.com/cplusplus/draft/pull/6746",
		"link": "https://wg21.link/edit6746",
		"status": "open"
	},
	"EDIT6747": {
		"type": "editorial",
		"title": "Replace \"smaller\" with \"lower\" and \"larger\" with \"greater\"?",
		"long_link": "https://github.com/cplusplus/draft/issues/6747",
		"link": "https://wg21.link/edit6747",
		"status": "open"
	},
	"EDIT6748": {
		"type": "editorial",
		"title": "Replace some improper occurences of `this`",
		"long_link": "https://github.com/cplusplus/draft/pull/6748",
		"link": "https://wg21.link/edit6748",
		"status": "open"
	},
	"EDIT6749": {
		"type": "editorial",
		"title": "[expr] Missing definition of \"operand\" (other than \"unevaluated operand\")",
		"long_link": "https://github.com/cplusplus/draft/issues/6749",
		"link": "https://wg21.link/edit6749",
		"status": "open"
	},
	"EDIT6750": {
		"type": "editorial",
		"title": "[basic.pre] 'variable' is not an entity",
		"long_link": "https://github.com/cplusplus/draft/issues/6750",
		"link": "https://wg21.link/edit6750",
		"status": "open"
	},
	"EDIT6751": {
		"type": "editorial",
		"title": "[basics.pre] `opaque-enum-declaration` is not a declaration",
		"long_link": "https://github.com/cplusplus/draft/issues/6751",
		"link": "https://wg21.link/edit6751",
		"status": "closed"
	},
	"EDIT6752": {
		"type": "editorial",
		"title": "[alg.min.max] Replace small/large terminology with less/greater",
		"long_link": "https://github.com/cplusplus/draft/pull/6752",
		"link": "https://wg21.link/edit6752",
		"status": "open"
	},
	"EDIT6753": {
		"type": "editorial",
		"title": "[basic.pre] unintended re-definition of `declaration`",
		"long_link": "https://github.com/cplusplus/draft/issues/6753",
		"link": "https://wg21.link/edit6753",
		"status": "open"
	},
	"EDIT6754": {
		"type": "editorial",
		"title": "[linalg.syn] Add header index entry.",
		"long_link": "https://github.com/cplusplus/draft/pull/6754",
		"link": "https://wg21.link/edit6754",
		"status": "closed"
	},
	"EDIT6755": {
		"type": "editorial",
		"title": "[dcl.init.general] p20 contradicts the wording of parenthesized aggregate-initialization",
		"long_link": "https://github.com/cplusplus/draft/issues/6755",
		"link": "https://wg21.link/edit6755",
		"status": "open"
	},
	"EDIT6756": {
		"type": "editorial",
		"title": "[basic.scope.pdecl], [basic.types.general] Remove unnecessary whitespace",
		"long_link": "https://github.com/cplusplus/draft/pull/6756",
		"link": "https://wg21.link/edit6756",
		"status": "closed"
	},
	"EDIT6757": {
		"type": "editorial",
		"title": "[range.istream.view] Remove constexpr-ness?",
		"long_link": "https://github.com/cplusplus/draft/issues/6757",
		"link": "https://wg21.link/edit6757",
		"status": "open"
	},
	"EDIT6758": {
		"type": "editorial",
		"title": "[std] Remove problematic phrases from notes",
		"long_link": "https://github.com/cplusplus/draft/pull/6758",
		"link": "https://wg21.link/edit6758",
		"status": "closed"
	},
	"EDIT6759": {
		"type": "editorial",
		"title": "[basic.scope.param] Add missing grammarterm for requires-expression",
		"long_link": "https://github.com/cplusplus/draft/pull/6759",
		"link": "https://wg21.link/edit6759",
		"status": "closed"
	},
	"EDIT6760": {
		"type": "editorial",
		"title": "[stringbuf.cons] Rename const Allocator &a to const Allocator& a",
		"long_link": "https://github.com/cplusplus/draft/pull/6760",
		"link": "https://wg21.link/edit6760",
		"status": "closed"
	},
	"EDIT6761": {
		"type": "editorial",
		"title": "[expr.new] \"is required to provide\" could be just \"provides\"",
		"long_link": "https://github.com/cplusplus/draft/issues/6761",
		"link": "https://wg21.link/edit6761",
		"status": "open"
	},
	"EDIT6762": {
		"type": "editorial",
		"title": "[containers] contains dangling references to requirement tables",
		"long_link": "https://github.com/cplusplus/draft/issues/6762",
		"link": "https://wg21.link/edit6762",
		"status": "open"
	},
	"EDIT6763": {
		"type": "editorial",
		"title": "cerrno, system_error and charconv",
		"long_link": "https://github.com/cplusplus/draft/issues/6763",
		"link": "https://wg21.link/edit6763",
		"status": "closed"
	},
	"EDIT6764": {
		"type": "editorial",
		"title": "[strings] Consistently use shorter forms of return types",
		"long_link": "https://github.com/cplusplus/draft/pull/6764",
		"link": "https://wg21.link/edit6764",
		"status": "open"
	},
	"EDIT6765": {
		"type": "editorial",
		"title": "[depr.c.macros] Missing description of `__alignof_is_defined` LWG4036",
		"long_link": "https://github.com/cplusplus/draft/issues/6765",
		"link": "https://wg21.link/edit6765",
		"status": "open"
	},
	"EDIT6766": {
		"type": "editorial",
		"title": "[basic.def] Replace . with ,",
		"long_link": "https://github.com/cplusplus/draft/pull/6766",
		"link": "https://wg21.link/edit6766",
		"status": "closed"
	},
	"EDIT6767": {
		"type": "editorial",
		"title": "[locale.categories] Promote remaining static const data members to `constexpr`",
		"long_link": "https://github.com/cplusplus/draft/pull/6767",
		"link": "https://wg21.link/edit6767",
		"status": "open"
	},
	"EDIT6768": {
		"type": "editorial",
		"title": "[text.encoding.overview] Use same parameter names as detailed description",
		"long_link": "https://github.com/cplusplus/draft/pull/6768",
		"link": "https://wg21.link/edit6768",
		"status": "closed"
	},
	"EDIT6769": {
		"type": "editorial",
		"title": "[text.encoding.aliases] Use code font for class name in heading",
		"long_link": "https://github.com/cplusplus/draft/pull/6769",
		"link": "https://wg21.link/edit6769",
		"status": "closed"
	},
	"EDIT6770": {
		"type": "editorial",
		"title": "[std] Reword \"cannot\" in notes to not sound like negative permission",
		"long_link": "https://github.com/cplusplus/draft/pull/6770",
		"link": "https://wg21.link/edit6770",
		"status": "open"
	},
	"EDIT6771": {
		"type": "editorial",
		"title": "[structure.specifications] clarify description of Results element",
		"long_link": "https://github.com/cplusplus/draft/pull/6771",
		"link": "https://wg21.link/edit6771",
		"status": "open"
	},
	"EDIT6772": {
		"type": "editorial",
		"title": "[exception] Paragraph two is no longer universally true",
		"long_link": "https://github.com/cplusplus/draft/pull/6772",
		"link": "https://wg21.link/edit6772",
		"status": "closed"
	},
	"EDIT6773": {
		"type": "editorial",
		"title": "[alg.ends.with]: drop_view should be views::drop",
		"long_link": "https://github.com/cplusplus/draft/pull/6773",
		"link": "https://wg21.link/edit6773",
		"status": "open"
	},
	"EDIT6774": {
		"type": "editorial",
		"title": "[zombie.names] Fix punctuation",
		"long_link": "https://github.com/cplusplus/draft/pull/6774",
		"link": "https://wg21.link/edit6774",
		"status": "closed"
	},
	"EDIT6775": {
		"type": "editorial",
		"title": "[thread.sema] `std::binary_semaphore` is not indexed",
		"long_link": "https://github.com/cplusplus/draft/issues/6775",
		"link": "https://wg21.link/edit6775",
		"status": "open"
	},
	"EDIT6776": {
		"type": "editorial",
		"title": "[alg.min.max] Reword min/max/minmax in modern style",
		"long_link": "https://github.com/cplusplus/draft/pull/6776",
		"link": "https://wg21.link/edit6776",
		"status": "open"
	},
	"EDIT6777": {
		"type": "editorial",
		"title": "[tuple.helper] paragraph one not universally true",
		"long_link": "https://github.com/cplusplus/draft/pull/6777",
		"link": "https://wg21.link/edit6777",
		"status": "closed"
	},
	"EDIT6778": {
		"type": "editorial",
		"title": "[class.mem.general,class.mfct.non.static] End note with .",
		"long_link": "https://github.com/cplusplus/draft/pull/6778",
		"link": "https://wg21.link/edit6778",
		"status": "closed"
	},
	"EDIT6779": {
		"type": "editorial",
		"title": "P2582R1 CTAD from inherited constructors is missing a feature-test macro bump",
		"long_link": "https://github.com/cplusplus/draft/issues/6779",
		"link": "https://wg21.link/edit6779",
		"status": "open"
	},
	"EDIT6780": {
		"type": "editorial",
		"title": "P0493R4 atomic_fetch_max / atomic_fetch_min rejected?",
		"long_link": "https://github.com/cplusplus/draft/issues/6780",
		"link": "https://wg21.link/edit6780",
		"status": "closed"
	},
	"EDIT6781": {
		"type": "editorial",
		"title": "[semaphore.syn] add binary_semaphore to index",
		"long_link": "https://github.com/cplusplus/draft/pull/6781",
		"link": "https://wg21.link/edit6781",
		"status": "open"
	},
	"EDIT6782": {
		"type": "editorial",
		"title": "[array.zero] p3 looks normatively redundant",
		"long_link": "https://github.com/cplusplus/draft/issues/6782",
		"link": "https://wg21.link/edit6782",
		"status": "open"
	},
	"EDIT6783": {
		"type": "editorial",
		"title": "[numeric.special] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/6783",
		"link": "https://wg21.link/edit6783",
		"status": "closed"
	},
	"EDIT6784": {
		"type": "editorial",
		"title": "[locale.ctype.members] Add missing parameter name",
		"long_link": "https://github.com/cplusplus/draft/pull/6784",
		"link": "https://wg21.link/edit6784",
		"status": "closed"
	},
	"EDIT6785": {
		"type": "editorial",
		"title": "[tuple.cnstr] Do not use code font for cardinal number 1",
		"long_link": "https://github.com/cplusplus/draft/pull/6785",
		"link": "https://wg21.link/edit6785",
		"status": "closed"
	},
	"EDIT6786": {
		"type": "editorial",
		"title": "Fix CI",
		"long_link": "https://github.com/cplusplus/draft/pull/6786",
		"link": "https://wg21.link/edit6786",
		"status": "closed"
	},
	"EDIT6787": {
		"type": "editorial",
		"title": "[container.alloc.reqmts] End note with .",
		"long_link": "https://github.com/cplusplus/draft/pull/6787",
		"link": "https://wg21.link/edit6787",
		"status": "closed"
	},
	"EDIT6788": {
		"type": "editorial",
		"title": "[range.drop.overview] Remove redundant \\iref for subrange",
		"long_link": "https://github.com/cplusplus/draft/pull/6788",
		"link": "https://wg21.link/edit6788",
		"status": "open"
	},
	"EDIT6789": {
		"type": "editorial",
		"title": "[headers] has incorrect name for subclause xref",
		"long_link": "https://github.com/cplusplus/draft/issues/6789",
		"link": "https://wg21.link/edit6789",
		"status": "open"
	},
	"EDIT6790": {
		"type": "editorial",
		"title": "\"truncation towards zero\" could be \"truncation\"",
		"long_link": "https://github.com/cplusplus/draft/issues/6790",
		"link": "https://wg21.link/edit6790",
		"status": "open"
	},
	"EDIT6791": {
		"type": "editorial",
		"title": "ISO C structs with different tags are incompatible",
		"long_link": "https://github.com/cplusplus/draft/issues/6791",
		"link": "https://wg21.link/edit6791",
		"status": "open"
	},
	"EDIT6792": {
		"type": "editorial",
		"title": "Clarify that \"constexpr iterator\" is a requirement to be met",
		"long_link": "https://github.com/cplusplus/draft/issues/6792",
		"link": "https://wg21.link/edit6792",
		"status": "open"
	},
	"EDIT6793": {
		"type": "editorial",
		"title": "[iterator.requirements.general] Clarify that \"constexpr iterator\" is …",
		"long_link": "https://github.com/cplusplus/draft/pull/6793",
		"link": "https://wg21.link/edit6793",
		"status": "open"
	},
	"EDIT6794": {
		"type": "editorial",
		"title": "[rand.dist.samp.plinear] Fix copy & paste error in Mandates",
		"long_link": "https://github.com/cplusplus/draft/pull/6794",
		"link": "https://wg21.link/edit6794",
		"status": "closed"
	},
	"EDIT6795": {
		"type": "editorial",
		"title": "[string.view.synop,string.syn] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/6795",
		"link": "https://wg21.link/edit6795",
		"status": "closed"
	},
	"EDIT6796": {
		"type": "editorial",
		"title": "[temp.res.general] Grammatical parallelism: remove a stray \"a\"",
		"long_link": "https://github.com/cplusplus/draft/pull/6796",
		"link": "https://wg21.link/edit6796",
		"status": "closed"
	},
	"EDIT6797": {
		"type": "editorial",
		"title": "[dcl.type.elab] Don't start a paragraph with a note",
		"long_link": "https://github.com/cplusplus/draft/pull/6797",
		"link": "https://wg21.link/edit6797",
		"status": "open"
	},
	"EDIT6798": {
		"type": "editorial",
		"title": "12.5  [over.built] 11, 12",
		"long_link": "https://github.com/cplusplus/draft/issues/6798",
		"link": "https://wg21.link/edit6798",
		"status": "open"
	},
	"EDIT6799": {
		"type": "editorial",
		"title": "[expr.dynamic.cast] The phrase \"runtime check\" is not quite correct",
		"long_link": "https://github.com/cplusplus/draft/issues/6799",
		"link": "https://wg21.link/edit6799",
		"status": "open"
	},
	"EDIT6800": {
		"type": "editorial",
		"title": "[iterator.concept.winc] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/6800",
		"link": "https://wg21.link/edit6800",
		"status": "closed"
	},
	"EDIT6801": {
		"type": "editorial",
		"title": "[format.parse.ctx] Paragraph 14 is hard to read",
		"long_link": "https://github.com/cplusplus/draft/issues/6801",
		"link": "https://wg21.link/edit6801",
		"status": "closed"
	},
	"EDIT6802": {
		"type": "editorial",
		"title": "[mem.res.private, mem.res.monotonic.buffer.mem, re.traits] Use `*this` instead of improper `this` in the library wording",
		"long_link": "https://github.com/cplusplus/draft/pull/6802",
		"link": "https://wg21.link/edit6802",
		"status": "closed"
	},
	"EDIT6803": {
		"type": "editorial",
		"title": "[expr.call] Say \"implicit object parameter\" instead of \"`this` parameter\"",
		"long_link": "https://github.com/cplusplus/draft/pull/6803",
		"link": "https://wg21.link/edit6803",
		"status": "open"
	},
	"EDIT6804": {
		"type": "editorial",
		"title": "[temp.arg.template] Clean up wording for template template argument matching",
		"long_link": "https://github.com/cplusplus/draft/pull/6804",
		"link": "https://wg21.link/edit6804",
		"status": "open"
	},
	"EDIT6805": {
		"type": "editorial",
		"title": "C++ Increment and Decrement Operators",
		"long_link": "https://github.com/cplusplus/draft/issues/6805",
		"link": "https://wg21.link/edit6805",
		"status": "closed"
	},
	"EDIT6806": {
		"type": "editorial",
		"title": "[basic.def] Define (i++)+(++i)",
		"long_link": "https://github.com/cplusplus/draft/pull/6806",
		"link": "https://wg21.link/edit6806",
		"status": "closed"
	},
	"EDIT6807": {
		"type": "editorial",
		"title": "[array.zero] Fix triple comparison and improve wording consistency",
		"long_link": "https://github.com/cplusplus/draft/pull/6807",
		"link": "https://wg21.link/edit6807",
		"status": "open"
	},
	"EDIT6808": {
		"type": "editorial",
		"title": "[temp.func.order] Specify to only add extra first argument if needed",
		"long_link": "https://github.com/cplusplus/draft/pull/6808",
		"link": "https://wg21.link/edit6808",
		"status": "open"
	},
	"EDIT6809": {
		"type": "editorial",
		"title": "[temp.deduct.general] Some cases in the example in p9 don't seem correct after CWG2672",
		"long_link": "https://github.com/cplusplus/draft/issues/6809",
		"link": "https://wg21.link/edit6809",
		"status": "closed"
	},
	"EDIT6810": {
		"type": "editorial",
		"title": "[thread.once.callonce] INVOKE is evaluated, not called",
		"long_link": "https://github.com/cplusplus/draft/pull/6810",
		"link": "https://wg21.link/edit6810",
		"status": "closed"
	},
	"EDIT6811": {
		"type": "editorial",
		"title": "[rand.adapt.ibits,rand.dist.pois.poisson] Add namespace std in class …",
		"long_link": "https://github.com/cplusplus/draft/pull/6811",
		"link": "https://wg21.link/edit6811",
		"status": "open"
	},
	"EDIT6812": {
		"type": "editorial",
		"title": "[temp.constr.order] Move index entry to correct paragraph",
		"long_link": "https://github.com/cplusplus/draft/pull/6812",
		"link": "https://wg21.link/edit6812",
		"status": "closed"
	},
	"EDIT6813": {
		"type": "editorial",
		"title": "[format.syn] Remove obsolete index entry",
		"long_link": "https://github.com/cplusplus/draft/pull/6813",
		"link": "https://wg21.link/edit6813",
		"status": "closed"
	},
	"EDIT6814": {
		"type": "editorial",
		"title": "[temp.pre] Add comma after introductory clause",
		"long_link": "https://github.com/cplusplus/draft/pull/6814",
		"link": "https://wg21.link/edit6814",
		"status": "closed"
	},
	"EDIT6815": {
		"type": "editorial",
		"title": "[format.parse.ctx] improve readability of paragraphs 12 and 14",
		"long_link": "https://github.com/cplusplus/draft/pull/6815",
		"link": "https://wg21.link/edit6815",
		"status": "closed"
	},
	"EDIT6816": {
		"type": "editorial",
		"title": "[format.parse.ctx] add comma before 'which'",
		"long_link": "https://github.com/cplusplus/draft/pull/6816",
		"link": "https://wg21.link/edit6816",
		"status": "closed"
	},
	"EDIT6817": {
		"type": "editorial",
		"title": "[format.parse.ctx] add comma before consisting",
		"long_link": "https://github.com/cplusplus/draft/pull/6817",
		"link": "https://wg21.link/edit6817",
		"status": "closed"
	},
	"EDIT6818": {
		"type": "editorial",
		"title": "[string.view.ops] convert Effects to Returns paragraphs",
		"long_link": "https://github.com/cplusplus/draft/pull/6818",
		"link": "https://wg21.link/edit6818",
		"status": "closed"
	},
	"EDIT6819": {
		"type": "editorial",
		"title": "[expr.unary.op] remove redundant value category wording",
		"long_link": "https://github.com/cplusplus/draft/pull/6819",
		"link": "https://wg21.link/edit6819",
		"status": "open"
	},
	"EDIT6820": {
		"type": "editorial",
		"title": "[bit.pow.two] Remove redundant Remarks specification",
		"long_link": "https://github.com/cplusplus/draft/pull/6820",
		"link": "https://wg21.link/edit6820",
		"status": "closed"
	},
	"EDIT6821": {
		"type": "editorial",
		"title": "[format.syn] Bad index entry for format_args_t",
		"long_link": "https://github.com/cplusplus/draft/issues/6821",
		"link": "https://wg21.link/edit6821",
		"status": "closed"
	},
	"EDIT6822": {
		"type": "editorial",
		"title": "[iterator.operations] `std::distance` may be missing a precondition",
		"long_link": "https://github.com/cplusplus/draft/issues/6822",
		"link": "https://wg21.link/edit6822",
		"status": "closed"
	},
	"EDIT6823": {
		"type": "editorial",
		"title": "[container.reqmts] Fix stray semicolon in description of expression",
		"long_link": "https://github.com/cplusplus/draft/pull/6823",
		"link": "https://wg21.link/edit6823",
		"status": "open"
	},
	"EDIT6824": {
		"type": "editorial",
		"title": "[container.requirements] Fix malformed Result specifications",
		"long_link": "https://github.com/cplusplus/draft/pull/6824",
		"link": "https://wg21.link/edit6824",
		"status": "open"
	},
	"EDIT6825": {
		"type": "editorial",
		"title": "[basic.fundamental] Should we remove Note 1 on `int` having the \"natural width\"?",
		"long_link": "https://github.com/cplusplus/draft/issues/6825",
		"link": "https://wg21.link/edit6825",
		"status": "open"
	},
	"EDIT6826": {
		"type": "editorial",
		"title": "[container.reqmts] Avoid dependency of `size`/`max_size` on `distance(begin(), end())`",
		"long_link": "https://github.com/cplusplus/draft/pull/6826",
		"link": "https://wg21.link/edit6826",
		"status": "closed"
	},
	"EDIT6827": {
		"type": "editorial",
		"title": "P0732R2 Add `__cpp_nontype_template_parameter_class`",
		"long_link": "https://github.com/cplusplus/draft/pull/6827",
		"link": "https://wg21.link/edit6827",
		"status": "closed"
	},
	"EDIT6828": {
		"type": "editorial",
		"title": "[stmt.while], [stmt.do] Add commas after introductory phrases",
		"long_link": "https://github.com/cplusplus/draft/pull/6828",
		"link": "https://wg21.link/edit6828",
		"status": "closed"
	},
	"EDIT6829": {
		"type": "editorial",
		"title": "[stmt.jump] Add reference to [stmt.dcl]",
		"long_link": "https://github.com/cplusplus/draft/pull/6829",
		"link": "https://wg21.link/edit6829",
		"status": "closed"
	},
	"EDIT6830": {
		"type": "editorial",
		"title": "[expr.dynamic.cast] Add comma after conditional clause",
		"long_link": "https://github.com/cplusplus/draft/pull/6830",
		"link": "https://wg21.link/edit6830",
		"status": "closed"
	},
	"EDIT6831": {
		"type": "editorial",
		"title": "Update link to secure connection",
		"long_link": "https://github.com/cplusplus/draft/pull/6831",
		"link": "https://wg21.link/edit6831",
		"status": "closed"
	},
	"EDIT6832": {
		"type": "editorial",
		"title": "[headers] Strike 'C standard library headers' and turn paragraph into note",
		"long_link": "https://github.com/cplusplus/draft/pull/6832",
		"link": "https://wg21.link/edit6832",
		"status": "closed"
	},
	"EDIT6833": {
		"type": "editorial",
		"title": "[charconv.from.chars] Clarify effect of from_chars",
		"long_link": "https://github.com/cplusplus/draft/pull/6833",
		"link": "https://wg21.link/edit6833",
		"status": "open"
	},
	"EDIT6834": {
		"type": "editorial",
		"title": "[time.parse], [diff.cpp17.temp] Hyphenate argument-dependent lookup",
		"long_link": "https://github.com/cplusplus/draft/pull/6834",
		"link": "https://wg21.link/edit6834",
		"status": "closed"
	},
	"EDIT6835": {
		"type": "editorial",
		"title": "[expr.mul] Reword 'truncation towards zero' in footnote",
		"long_link": "https://github.com/cplusplus/draft/pull/6835",
		"link": "https://wg21.link/edit6835",
		"status": "open"
	},
	"EDIT6836": {
		"type": "editorial",
		"title": "[dcl.fct.default] Correct note on 'this' in default arguments",
		"long_link": "https://github.com/cplusplus/draft/pull/6836",
		"link": "https://wg21.link/edit6836",
		"status": "open"
	},
	"EDIT6837": {
		"type": "editorial",
		"title": "[gram.key] Replace 'context-dependent keywords' with 'names'",
		"long_link": "https://github.com/cplusplus/draft/pull/6837",
		"link": "https://wg21.link/edit6837",
		"status": "open"
	},
	"EDIT6838": {
		"type": "editorial",
		"title": "[format.arg] Remove exposition-only friend class",
		"long_link": "https://github.com/cplusplus/draft/pull/6838",
		"link": "https://wg21.link/edit6838",
		"status": "closed"
	},
	"EDIT6839": {
		"type": "editorial",
		"title": "[rand.req.seedeq], [rand.req.dist], [char.traits.require] Eliminate \"compile-time\" complexity",
		"long_link": "https://github.com/cplusplus/draft/pull/6839",
		"link": "https://wg21.link/edit6839",
		"status": "open"
	},
	"EDIT6840": {
		"type": "editorial",
		"title": "[std.iterator.tags] Reword iterator tag description",
		"long_link": "https://github.com/cplusplus/draft/pull/6840",
		"link": "https://wg21.link/edit6840",
		"status": "open"
	},
	"EDIT6841": {
		"type": "editorial",
		"title": "[type.traits] Strike 'at compile time'",
		"long_link": "https://github.com/cplusplus/draft/pull/6841",
		"link": "https://wg21.link/edit6841",
		"status": "open"
	},
	"EDIT6842": {
		"type": "editorial",
		"title": "[meta.trans.other] Normative paragraph starting with \"Note A:\"",
		"long_link": "https://github.com/cplusplus/draft/issues/6842",
		"link": "https://wg21.link/edit6842",
		"status": "open"
	},
	"EDIT6843": {
		"type": "editorial",
		"title": "[lex] `\\indextext{separate translation|see{compilation, separate}}` ?",
		"long_link": "https://github.com/cplusplus/draft/issues/6843",
		"link": "https://wg21.link/edit6843",
		"status": "open"
	},
	"EDIT6844": {
		"type": "editorial",
		"title": "[lex.pptoken] import-keyword, module-keyword, export-keyword are not indexed",
		"long_link": "https://github.com/cplusplus/draft/issues/6844",
		"link": "https://wg21.link/edit6844",
		"status": "open"
	},
	"EDIT6845": {
		"type": "editorial",
		"title": "[handler.functions] Add reference to [intro.races]",
		"long_link": "https://github.com/cplusplus/draft/pull/6845",
		"link": "https://wg21.link/edit6845",
		"status": "closed"
	},
	"EDIT6846": {
		"type": "editorial",
		"title": "[charconv.to.chars] Itemize mapping of `chars_format` onto conversion specifiers",
		"long_link": "https://github.com/cplusplus/draft/pull/6846",
		"link": "https://wg21.link/edit6846",
		"status": "open"
	},
	"EDIT6847": {
		"type": "editorial",
		"title": "[charconv.syn] Clarify what types match integer-type",
		"long_link": "https://github.com/cplusplus/draft/pull/6847",
		"link": "https://wg21.link/edit6847",
		"status": "open"
	},
	"EDIT6848": {
		"type": "editorial",
		"title": "[charconv.from.chars] Clarify the role of a `0x` prefix in `from_chars`",
		"long_link": "https://github.com/cplusplus/draft/pull/6848",
		"link": "https://wg21.link/edit6848",
		"status": "open"
	},
	"EDIT6849": {
		"type": "editorial",
		"title": "[pairs.pair] Replace `std::forward` with `std::move` where equivalent",
		"long_link": "https://github.com/cplusplus/draft/pull/6849",
		"link": "https://wg21.link/edit6849",
		"status": "closed"
	},
	"EDIT6850": {
		"type": "editorial",
		"title": "[handler.functions], [mem.res.global] Replace 'shall synchronize with' with 'synchronizes with'",
		"long_link": "https://github.com/cplusplus/draft/pull/6850",
		"link": "https://wg21.link/edit6850",
		"status": "open"
	},
	"EDIT6851": {
		"type": "editorial",
		"title": "[class.member.lookup,basic.lookup.argdep,basic.life] Remove extra whi…",
		"long_link": "https://github.com/cplusplus/draft/pull/6851",
		"link": "https://wg21.link/edit6851",
		"status": "open"
	},
	"EDIT6852": {
		"type": "editorial",
		"title": "[atomics.order] Make out-of-thin-air prevention Recommended practice",
		"long_link": "https://github.com/cplusplus/draft/pull/6852",
		"link": "https://wg21.link/edit6852",
		"status": "closed"
	},
	"EDIT6853": {
		"type": "editorial",
		"title": "[expr.const] Clarify example on when evaluation takes place",
		"long_link": "https://github.com/cplusplus/draft/pull/6853",
		"link": "https://wg21.link/edit6853",
		"status": "open"
	},
	"EDIT6854": {
		"type": "editorial",
		"title": "[lex.phases] Clarify the state of forming logical-lines when partially composing a comment",
		"long_link": "https://github.com/cplusplus/draft/issues/6854",
		"link": "https://wg21.link/edit6854",
		"status": "closed"
	},
	"EDIT6855": {
		"type": "editorial",
		"title": "[expr.prim.this] Clarify that `this` can appear within a lambda with an explicit object parameter",
		"long_link": "https://github.com/cplusplus/draft/issues/6855",
		"link": "https://wg21.link/edit6855",
		"status": "open"
	},
	"EDIT6856": {
		"type": "editorial",
		"title": "coroutine_traits is not in the index",
		"long_link": "https://github.com/cplusplus/draft/issues/6856",
		"link": "https://wg21.link/edit6856",
		"status": "open"
	},
	"EDIT6857": {
		"type": "editorial",
		"title": "[utilities.swap] Replace unusual \"stored in two locations\" wording",
		"long_link": "https://github.com/cplusplus/draft/pull/6857",
		"link": "https://wg21.link/edit6857",
		"status": "open"
	},
	"EDIT6858": {
		"type": "editorial",
		"title": "Containers refer to exploded tables as though they still exist",
		"long_link": "https://github.com/cplusplus/draft/issues/6858",
		"link": "https://wg21.link/edit6858",
		"status": "closed"
	},
	"EDIT6859": {
		"type": "editorial",
		"title": "[coroutine.traits.primary] Index `coroutine_traits`",
		"long_link": "https://github.com/cplusplus/draft/pull/6859",
		"link": "https://wg21.link/edit6859",
		"status": "open"
	},
	"EDIT6860": {
		"type": "editorial",
		"title": "[stdfloat.syn] Which part is implementation-defined?",
		"long_link": "https://github.com/cplusplus/draft/issues/6860",
		"link": "https://wg21.link/edit6860",
		"status": "open"
	},
	"EDIT6861": {
		"type": "editorial",
		"title": "[diff.cpp03.expr] Should we list the behavioral change of `typeid` in C++11 due to N3055?",
		"long_link": "https://github.com/cplusplus/draft/issues/6861",
		"link": "https://wg21.link/edit6861",
		"status": "open"
	},
	"EDIT6862": {
		"type": "editorial",
		"title": "[time.hash] Fix spelling of 'Cpp17Hash'",
		"long_link": "https://github.com/cplusplus/draft/pull/6862",
		"link": "https://wg21.link/edit6862",
		"status": "closed"
	},
	"EDIT6863": {
		"type": "editorial",
		"title": "[2024-03 CWG Motion 1] Core Language Working Group \"ready\" Issues",
		"long_link": "https://github.com/cplusplus/draft/issues/6863",
		"link": "https://wg21.link/edit6863",
		"status": "open"
	},
	"EDIT6864": {
		"type": "editorial",
		"title": "[2024-03 CWG Motion 2] Disallow Binding a Returned Glvalue to a Temporary",
		"long_link": "https://github.com/cplusplus/draft/issues/6864",
		"link": "https://wg21.link/edit6864",
		"status": "open"
	},
	"EDIT6865": {
		"type": "editorial",
		"title": "[2024-03 CWG Motion 4] Attributes for Structured Bindings",
		"long_link": "https://github.com/cplusplus/draft/issues/6865",
		"link": "https://wg21.link/edit6865",
		"status": "open"
	},
	"EDIT6866": {
		"type": "editorial",
		"title": "[2024-03 CWG Motion 3] Clarifying rules for brace elision in aggregate initialization",
		"long_link": "https://github.com/cplusplus/draft/issues/6866",
		"link": "https://wg21.link/edit6866",
		"status": "open"
	},
	"EDIT6867": {
		"type": "editorial",
		"title": "[2024-03 CWG Motion 5] Module Declarations Shouldn’t be Macros",
		"long_link": "https://github.com/cplusplus/draft/issues/6867",
		"link": "https://wg21.link/edit6867",
		"status": "open"
	},
	"EDIT6868": {
		"type": "editorial",
		"title": " [2024-03 CWG Motion 6] Trivial infinite loops are not Undefined Behavior",
		"long_link": "https://github.com/cplusplus/draft/issues/6868",
		"link": "https://wg21.link/edit6868",
		"status": "open"
	},
	"EDIT6869": {
		"type": "editorial",
		"title": "[2024-03 CWG Motion 7] Erroneous behaviour for uninitialized reads",
		"long_link": "https://github.com/cplusplus/draft/issues/6869",
		"link": "https://wg21.link/edit6869",
		"status": "open"
	},
	"EDIT6870": {
		"type": "editorial",
		"title": "[2024-03 CWG Motion 9] = delete(\"should have a reason\");",
		"long_link": "https://github.com/cplusplus/draft/issues/6870",
		"link": "https://wg21.link/edit6870",
		"status": "open"
	},
	"EDIT6871": {
		"type": "editorial",
		"title": "[2024-03 CWG Motion 10] Variadic friends",
		"long_link": "https://github.com/cplusplus/draft/issues/6871",
		"link": "https://wg21.link/edit6871",
		"status": "open"
	},
	"EDIT6872": {
		"type": "editorial",
		"title": "[2024-03 LWG Motion 1] C++ Standard Library Ready Issues",
		"long_link": "https://github.com/cplusplus/draft/issues/6872",
		"link": "https://wg21.link/edit6872",
		"status": "open"
	},
	"EDIT6873": {
		"type": "editorial",
		"title": "[2024-03 LWG Motion 2] Undeprecate polymorphic_allocator::destroy for C++26",
		"long_link": "https://github.com/cplusplus/draft/issues/6873",
		"link": "https://wg21.link/edit6873",
		"status": "open"
	},
	"EDIT6874": {
		"type": "editorial",
		"title": "[2024-03 LWG Motion 3] Remove Deprecated strstreams From C++26",
		"long_link": "https://github.com/cplusplus/draft/issues/6874",
		"link": "https://wg21.link/edit6874",
		"status": "open"
	},
	"EDIT6875": {
		"type": "editorial",
		"title": "[2024-03 LWG Motion 4] Remove Deprecated shared_ptr Atomic Access APIs from C++26",
		"long_link": "https://github.com/cplusplus/draft/issues/6875",
		"link": "https://wg21.link/edit6875",
		"status": "open"
	},
	"EDIT6876": {
		"type": "editorial",
		"title": "[2024-03 LWG Motion 5] Remove wstring_convert From C++26",
		"long_link": "https://github.com/cplusplus/draft/issues/6876",
		"link": "https://wg21.link/edit6876",
		"status": "open"
	},
	"EDIT6877": {
		"type": "editorial",
		"title": "[2024-03 LWG Motion 6] Permit an efficient implementation of std::print",
		"long_link": "https://github.com/cplusplus/draft/issues/6877",
		"link": "https://wg21.link/edit6877",
		"status": "open"
	},
	"EDIT6878": {
		"type": "editorial",
		"title": "[2024-03 LWG Motion 7] Printing Blank Lines with println",
		"long_link": "https://github.com/cplusplus/draft/issues/6878",
		"link": "https://wg21.link/edit6878",
		"status": "open"
	},
	"EDIT6879": {
		"type": "editorial",
		"title": "[2024-03 LWG Motion 8] Formatting of std::filesystem::path",
		"long_link": "https://github.com/cplusplus/draft/issues/6879",
		"link": "https://wg21.link/edit6879",
		"status": "open"
	},
	"EDIT6880": {
		"type": "editorial",
		"title": "[2024-03 LWG Motion 9] Atomic minimum/maximu",
		"long_link": "https://github.com/cplusplus/draft/issues/6880",
		"link": "https://wg21.link/edit6880",
		"status": "open"
	},
	"EDIT6881": {
		"type": "editorial",
		"title": "[2024-03 LWG Motion 10] views::concat",
		"long_link": "https://github.com/cplusplus/draft/issues/6881",
		"link": "https://wg21.link/edit6881",
		"status": "open"
	},
	"EDIT6882": {
		"type": "editorial",
		"title": "[2024-03 LWG Motion 11] Concatenation of strings and string views",
		"long_link": "https://github.com/cplusplus/draft/issues/6882",
		"link": "https://wg21.link/edit6882",
		"status": "open"
	},
	"EDIT6883": {
		"type": "editorial",
		"title": "[2024-03 LWG Motion 12] Enabling list-initialization for algorithms",
		"long_link": "https://github.com/cplusplus/draft/issues/6883",
		"link": "https://wg21.link/edit6883",
		"status": "open"
	},
	"EDIT6884": {
		"type": "editorial",
		"title": "[2024-03 LWG Motion 13] is_debugger_present is_replaceable",
		"long_link": "https://github.com/cplusplus/draft/issues/6884",
		"link": "https://wg21.link/edit6884",
		"status": "open"
	},
	"EDIT6885": {
		"type": "editorial",
		"title": "[2024-03 LWG Motion 14] Vector API for random number generation",
		"long_link": "https://github.com/cplusplus/draft/issues/6885",
		"link": "https://wg21.link/edit6885",
		"status": "open"
	},
	"EDIT6886": {
		"type": "editorial",
		"title": "[2024-03 LWG Motion 16] Comparisons for reference_wrapper",
		"long_link": "https://github.com/cplusplus/draft/issues/6886",
		"link": "https://wg21.link/edit6886",
		"status": "open"
	},
	"EDIT6887": {
		"type": "editorial",
		"title": "[2024-03 LWG Motion 17] Padded mdspan layouts",
		"long_link": "https://github.com/cplusplus/draft/issues/6887",
		"link": "https://wg21.link/edit6887",
		"status": "open"
	},
	"EDIT6888": {
		"type": "editorial",
		"title": " [2024-03 LWG Motion 18] Better mdspan's CTAD",
		"long_link": "https://github.com/cplusplus/draft/issues/6888",
		"link": "https://wg21.link/edit6888",
		"status": "open"
	},
	"EDIT6889": {
		"type": "editorial",
		"title": "CWG motion 2: P2748R5 Disallow Binding a Returned Glvalue to a Temporary",
		"long_link": "https://github.com/cplusplus/draft/pull/6889",
		"link": "https://wg21.link/edit6889",
		"status": "open"
	},
	"EDIT6890": {
		"type": "editorial",
		"title": "[macros] Fix LaTeX build on MacOS with newer memoir class",
		"long_link": "https://github.com/cplusplus/draft/pull/6890",
		"link": "https://wg21.link/edit6890",
		"status": "closed"
	},
	"EDIT6891": {
		"type": "editorial",
		"title": "P0609R3 Attributes for Structured Bindings",
		"long_link": "https://github.com/cplusplus/draft/pull/6891",
		"link": "https://wg21.link/edit6891",
		"status": "open"
	},
	"EDIT6892": {
		"type": "editorial",
		"title": "P3106R1 Clarifying rules for brace elision in aggregate initialization",
		"long_link": "https://github.com/cplusplus/draft/pull/6892",
		"link": "https://wg21.link/edit6892",
		"status": "open"
	},
	"EDIT6893": {
		"type": "editorial",
		"title": "P3034R1 Module Declarations Shouldn’t be Macros",
		"long_link": "https://github.com/cplusplus/draft/pull/6893",
		"link": "https://wg21.link/edit6893",
		"status": "open"
	},
	"EDIT6894": {
		"type": "editorial",
		"title": "P2809R3 Trivial infinite loops are not Undefined Behavior",
		"long_link": "https://github.com/cplusplus/draft/pull/6894",
		"link": "https://wg21.link/edit6894",
		"status": "closed"
	},
	"EDIT6895": {
		"type": "editorial",
		"title": "P2573R2 = delete(\"should have a reason\");",
		"long_link": "https://github.com/cplusplus/draft/pull/6895",
		"link": "https://wg21.link/edit6895",
		"status": "closed"
	},
	"EDIT6896": {
		"type": "editorial",
		"title": "P2893R3 Variadic friends",
		"long_link": "https://github.com/cplusplus/draft/pull/6896",
		"link": "https://wg21.link/edit6896",
		"status": "closed"
	},
	"EDIT6897": {
		"type": "editorial",
		"title": "P2795R5 Erroneous behaviour for uninitialized reads",
		"long_link": "https://github.com/cplusplus/draft/pull/6897",
		"link": "https://wg21.link/edit6897",
		"status": "closed"
	},
	"EDIT6898": {
		"type": "editorial",
		"title": "Refactor list of zombie names as a table",
		"long_link": "https://github.com/cplusplus/draft/issues/6898",
		"link": "https://wg21.link/edit6898",
		"status": "open"
	},
	"EDIT6899": {
		"type": "editorial",
		"title": "P2867R2 Remove deprecated strstreams from C++26",
		"long_link": "https://github.com/cplusplus/draft/pull/6899",
		"link": "https://wg21.link/edit6899",
		"status": "closed"
	},
	"EDIT6900": {
		"type": "editorial",
		"title": "P2875R4 Undeprecate polymorphic_allocator::destroy",
		"long_link": "https://github.com/cplusplus/draft/pull/6900",
		"link": "https://wg21.link/edit6900",
		"status": "closed"
	},
	"EDIT6901": {
		"type": "editorial",
		"title": "Annex C wording should not claim old code will \"fail to compile\"",
		"long_link": "https://github.com/cplusplus/draft/issues/6901",
		"link": "https://wg21.link/edit6901",
		"status": "open"
	},
	"EDIT6902": {
		"type": "editorial",
		"title": "P2869R4 Remove deprecated atomic free function API for shared_ptr",
		"long_link": "https://github.com/cplusplus/draft/pull/6902",
		"link": "https://wg21.link/edit6902",
		"status": "closed"
	},
	"EDIT6903": {
		"type": "editorial",
		"title": "P2872R3 Remove wstring_convert from C++26",
		"long_link": "https://github.com/cplusplus/draft/pull/6903",
		"link": "https://wg21.link/edit6903",
		"status": "closed"
	},
	"EDIT6904": {
		"type": "editorial",
		"title": "P1068R11 Vector API for random number generation",
		"long_link": "https://github.com/cplusplus/draft/pull/6904",
		"link": "https://wg21.link/edit6904",
		"status": "closed"
	},
	"EDIT6905": {
		"type": "editorial",
		"title": "[variant.relops] Fix \\exposid in \\codeblock",
		"long_link": "https://github.com/cplusplus/draft/pull/6905",
		"link": "https://wg21.link/edit6905",
		"status": "closed"
	},
	"EDIT6906": {
		"type": "editorial",
		"title": "[Motions 2024 03 cwg 1] P3196R0 (Core Language Working Group \"ready\" Issues)",
		"long_link": "https://github.com/cplusplus/draft/pull/6906",
		"link": "https://wg21.link/edit6906",
		"status": "closed"
	},
	"EDIT6907": {
		"type": "editorial",
		"title": "[LWG motion 18] P3029R1 Better mdspan's CTAD",
		"long_link": "https://github.com/cplusplus/draft/pull/6907",
		"link": "https://wg21.link/edit6907",
		"status": "closed"
	},
	"EDIT6908": {
		"type": "editorial",
		"title": "[LWG motion 6] P3107R5 Permit an efficient implementation of std::print",
		"long_link": "https://github.com/cplusplus/draft/pull/6908",
		"link": "https://wg21.link/edit6908",
		"status": "closed"
	},
	"EDIT6909": {
		"type": "editorial",
		"title": "[LWG motion 7] P3142R0 Printing Blank Lines with println",
		"long_link": "https://github.com/cplusplus/draft/pull/6909",
		"link": "https://wg21.link/edit6909",
		"status": "closed"
	},
	"EDIT6910": {
		"type": "editorial",
		"title": "[LWG motion 8] P2845R8 Formatting of std::filesystem::path",
		"long_link": "https://github.com/cplusplus/draft/pull/6910",
		"link": "https://wg21.link/edit6910",
		"status": "closed"
	},
	"EDIT6911": {
		"type": "editorial",
		"title": "P2248R8 Enabling list-initialization for algorithms",
		"long_link": "https://github.com/cplusplus/draft/pull/6911",
		"link": "https://wg21.link/edit6911",
		"status": "closed"
	},
	"EDIT6912": {
		"type": "editorial",
		"title": "P2810R4 is_debugger_present is_replaceable",
		"long_link": "https://github.com/cplusplus/draft/pull/6912",
		"link": "https://wg21.link/edit6912",
		"status": "closed"
	},
	"EDIT6913": {
		"type": "editorial",
		"title": "P2944R3 Comparisons for reference_wrapper",
		"long_link": "https://github.com/cplusplus/draft/pull/6913",
		"link": "https://wg21.link/edit6913",
		"status": "closed"
	},
	"EDIT6914": {
		"type": "editorial",
		"title": "P2591R5 Concatenation of strings and string views",
		"long_link": "https://github.com/cplusplus/draft/pull/6914",
		"link": "https://wg21.link/edit6914",
		"status": "closed"
	},
	"EDIT6915": {
		"type": "editorial",
		"title": "[LWG motion 1] P3180R0 C++ Standard Library Issues to be moved in Tokyo, Mar. 2024",
		"long_link": "https://github.com/cplusplus/draft/pull/6915",
		"link": "https://wg21.link/edit6915",
		"status": "closed"
	},
	"EDIT6916": {
		"type": "editorial",
		"title": "Consistently uses “a program may specialize”",
		"long_link": "https://github.com/cplusplus/draft/pull/6916",
		"link": "https://wg21.link/edit6916",
		"status": "open"
	},
	"EDIT6917": {
		"type": "editorial",
		"title": "[LWG motion 10] P2542R8 views::concat",
		"long_link": "https://github.com/cplusplus/draft/pull/6917",
		"link": "https://wg21.link/edit6917",
		"status": "closed"
	},
	"EDIT6918": {
		"type": "editorial",
		"title": "P0493R5 Atomic minimum/maximum",
		"long_link": "https://github.com/cplusplus/draft/pull/6918",
		"link": "https://wg21.link/edit6918",
		"status": "closed"
	},
	"EDIT6919": {
		"type": "editorial",
		"title": "P2642R6 Padded mdspan layouts",
		"long_link": "https://github.com/cplusplus/draft/pull/6919",
		"link": "https://wg21.link/edit6919",
		"status": "closed"
	},
	"EDIT6920": {
		"type": "editorial",
		"title": "[check] Fix overly aggressive 'constexpr static' check",
		"long_link": "https://github.com/cplusplus/draft/pull/6920",
		"link": "https://wg21.link/edit6920",
		"status": "closed"
	},
	"EDIT6921": {
		"type": "editorial",
		"title": "[LWG motions 2--5] Consolidates P2867R2, P2869R4, P2872R3, and P2875R4 ",
		"long_link": "https://github.com/cplusplus/draft/pull/6921",
		"link": "https://wg21.link/edit6921",
		"status": "closed"
	},
	"EDIT6922": {
		"type": "editorial",
		"title": "[time.zone.db.access] Definition of std::chrono::current_zone() unclear",
		"long_link": "https://github.com/cplusplus/draft/issues/6922",
		"link": "https://wg21.link/edit6922",
		"status": "closed"
	},
	"EDIT6923": {
		"type": "editorial",
		"title": "Correctly render packages installs",
		"long_link": "https://github.com/cplusplus/draft/pull/6923",
		"link": "https://wg21.link/edit6923",
		"status": "open"
	},
	"EDIT6924": {
		"type": "editorial",
		"title": "[expos.only.entity] Add missing \\expos for two exposition-only names",
		"long_link": "https://github.com/cplusplus/draft/pull/6924",
		"link": "https://wg21.link/edit6924",
		"status": "closed"
	},
	"EDIT6925": {
		"type": "editorial",
		"title": "[zombie.names] Turn lists of zombie names into tables",
		"long_link": "https://github.com/cplusplus/draft/pull/6925",
		"link": "https://wg21.link/edit6925",
		"status": "closed"
	},
	"EDIT6926": {
		"type": "editorial",
		"title": "[basic.life] Reflow text defining transparently replaceable",
		"long_link": "https://github.com/cplusplus/draft/pull/6926",
		"link": "https://wg21.link/edit6926",
		"status": "closed"
	},
	"EDIT6927": {
		"type": "editorial",
		"title": "[tab:headers.cpp.fs] Move debugging library to correct position",
		"long_link": "https://github.com/cplusplus/draft/pull/6927",
		"link": "https://wg21.link/edit6927",
		"status": "closed"
	},
	"EDIT6928": {
		"type": "editorial",
		"title": "[range.concat.iterator] Add missing \\tcode block",
		"long_link": "https://github.com/cplusplus/draft/pull/6928",
		"link": "https://wg21.link/edit6928",
		"status": "closed"
	},
	"EDIT6929": {
		"type": "editorial",
		"title": "[range.concat.view] Formatting code to match the current style",
		"long_link": "https://github.com/cplusplus/draft/pull/6929",
		"link": "https://wg21.link/edit6929",
		"status": "closed"
	},
	"EDIT6930": {
		"type": "editorial",
		"title": "[range.concat.view] Use \\exposid for `is-const`",
		"long_link": "https://github.com/cplusplus/draft/pull/6930",
		"link": "https://wg21.link/edit6930",
		"status": "open"
	},
	"EDIT6931": {
		"type": "editorial",
		"title": "[range.concat.overview] Remove unnecessary `std::` prefix from example",
		"long_link": "https://github.com/cplusplus/draft/pull/6931",
		"link": "https://wg21.link/edit6931",
		"status": "closed"
	},
	"EDIT6932": {
		"type": "editorial",
		"title": "[range.utility.conv.general] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/6932",
		"link": "https://wg21.link/edit6932",
		"status": "closed"
	},
	"EDIT6933": {
		"type": "editorial",
		"title": "[range.concat.view] Add missing \\exposid to `make-unsigned-like-t`",
		"long_link": "https://github.com/cplusplus/draft/pull/6933",
		"link": "https://wg21.link/edit6933",
		"status": "closed"
	},
	"EDIT6934": {
		"type": "editorial",
		"title": "[range.concat.iterator] Remove @ in \\exposid",
		"long_link": "https://github.com/cplusplus/draft/pull/6934",
		"link": "https://wg21.link/edit6934",
		"status": "closed"
	},
	"EDIT6935": {
		"type": "editorial",
		"title": "[range.concat.iterator] Formatting constraints of `operator==`",
		"long_link": "https://github.com/cplusplus/draft/pull/6935",
		"link": "https://wg21.link/edit6935",
		"status": "closed"
	},
	"EDIT6936": {
		"type": "editorial",
		"title": "LWG3031 Fix missing code-formatting of const",
		"long_link": "https://github.com/cplusplus/draft/pull/6936",
		"link": "https://wg21.link/edit6936",
		"status": "closed"
	},
	"EDIT6937": {
		"type": "editorial",
		"title": "[range.concat.iterator] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/6937",
		"link": "https://wg21.link/edit6937",
		"status": "closed"
	},
	"EDIT6938": {
		"type": "editorial",
		"title": "Revert \"LWG3031 Fix missing code-formatting of const\"",
		"long_link": "https://github.com/cplusplus/draft/pull/6938",
		"link": "https://wg21.link/edit6938",
		"status": "closed"
	},
	"EDIT6939": {
		"type": "editorial",
		"title": "[range.access] Clarify notes on SFINAE for CPOs",
		"long_link": "https://github.com/cplusplus/draft/pull/6939",
		"link": "https://wg21.link/edit6939",
		"status": "open"
	},
	"EDIT6940": {
		"type": "editorial",
		"title": "[index] Add missing entries for Cpp17 _oldconcepts_",
		"long_link": "https://github.com/cplusplus/draft/pull/6940",
		"link": "https://wg21.link/edit6940",
		"status": "closed"
	},
	"EDIT6941": {
		"type": "editorial",
		"title": "[utility.arg.requirements] Break down requirement tables",
		"long_link": "https://github.com/cplusplus/draft/pull/6941",
		"link": "https://wg21.link/edit6941",
		"status": "open"
	},
	"EDIT6942": {
		"type": "editorial",
		"title": "[range.concat.iterator] Remove redundant \\expos",
		"long_link": "https://github.com/cplusplus/draft/pull/6942",
		"link": "https://wg21.link/edit6942",
		"status": "open"
	},
	"EDIT6943": {
		"type": "editorial",
		"title": "[range.concat.iterator] Add missing \\tcode for `difference_type`",
		"long_link": "https://github.com/cplusplus/draft/pull/6943",
		"link": "https://wg21.link/edit6943",
		"status": "closed"
	},
	"EDIT6944": {
		"type": "editorial",
		"title": "[mdspan.layout.leftpad.obs] Remove extra \\item",
		"long_link": "https://github.com/cplusplus/draft/pull/6944",
		"link": "https://wg21.link/edit6944",
		"status": "closed"
	},
	"EDIT6945": {
		"type": "editorial",
		"title": "[intro.execution] Add comma after conditional clause",
		"long_link": "https://github.com/cplusplus/draft/pull/6945",
		"link": "https://wg21.link/edit6945",
		"status": "closed"
	},
	"EDIT6946": {
		"type": "editorial",
		"title": "Clarify functions, member functions, and constructors",
		"long_link": "https://github.com/cplusplus/draft/pull/6946",
		"link": "https://wg21.link/edit6946",
		"status": "open"
	},
	"EDIT6947": {
		"type": "editorial",
		"title": "[mdspan.layout.rightpad.obs] Line break between \\expects and \\returns",
		"long_link": "https://github.com/cplusplus/draft/pull/6947",
		"link": "https://wg21.link/edit6947",
		"status": "closed"
	},
	"EDIT6948": {
		"type": "editorial",
		"title": "[intro.progress] \"Trivially empty iteration statement\" or \"Trivial infinite loop\"?",
		"long_link": "https://github.com/cplusplus/draft/issues/6948",
		"link": "https://wg21.link/edit6948",
		"status": "closed"
	},
	"EDIT6949": {
		"type": "editorial",
		"title": "P2248R8 did not modify the non-range replace_copy overloads",
		"long_link": "https://github.com/cplusplus/draft/issues/6949",
		"link": "https://wg21.link/edit6949",
		"status": "open"
	},
	"EDIT6950": {
		"type": "editorial",
		"title": "[alg.replace] Fix misapplication of P2248R8 to `std::replace_copy`",
		"long_link": "https://github.com/cplusplus/draft/pull/6950",
		"link": "https://wg21.link/edit6950",
		"status": "open"
	},
	"EDIT6951": {
		"type": "editorial",
		"title": "[range.concat.view] Add missing \\exposid for `tuple-transform`",
		"long_link": "https://github.com/cplusplus/draft/pull/6951",
		"link": "https://wg21.link/edit6951",
		"status": "closed"
	},
	"EDIT6952": {
		"type": "editorial",
		"title": "[cmath.syn] Remove extra whitespace",
		"long_link": "https://github.com/cplusplus/draft/pull/6952",
		"link": "https://wg21.link/edit6952",
		"status": "open"
	},
	"EDIT6953": {
		"type": "editorial",
		"title": "[range.concat.iterator] Add missing \\libconcept for `swappable_with` and `indirectly_swappable`",
		"long_link": "https://github.com/cplusplus/draft/pull/6953",
		"link": "https://wg21.link/edit6953",
		"status": "closed"
	},
	"EDIT6954": {
		"type": "editorial",
		"title": "James Bond in index",
		"long_link": "https://github.com/cplusplus/draft/issues/6954",
		"link": "https://wg21.link/edit6954",
		"status": "closed"
	},
	"EDIT6955": {
		"type": "editorial",
		"title": "[alg.rand.generate] Use \\libconcept for `sized_range`",
		"long_link": "https://github.com/cplusplus/draft/pull/6955",
		"link": "https://wg21.link/edit6955",
		"status": "closed"
	},
	"EDIT6956": {
		"type": "editorial",
		"title": "[alg.rand.generate] Remove redundant `}`",
		"long_link": "https://github.com/cplusplus/draft/pull/6956",
		"link": "https://wg21.link/edit6956",
		"status": "closed"
	},
	"EDIT6957": {
		"type": "editorial",
		"title": "[algorithm.syn, alg.fill] Fix typo in constraints",
		"long_link": "https://github.com/cplusplus/draft/pull/6957",
		"link": "https://wg21.link/edit6957",
		"status": "closed"
	},
	"EDIT6958": {
		"type": "editorial",
		"title": "[mdspan.layout.leftpad.overview] Add missing \\tcode for `0zu`",
		"long_link": "https://github.com/cplusplus/draft/pull/6958",
		"link": "https://wg21.link/edit6958",
		"status": "closed"
	},
	"EDIT6959": {
		"type": "editorial",
		"title": "[print.syn] Correctly order println overloads",
		"long_link": "https://github.com/cplusplus/draft/pull/6959",
		"link": "https://wg21.link/edit6959",
		"status": "closed"
	},
	"EDIT6960": {
		"type": "editorial",
		"title": "[range.concat.iterator] Remove the unnecessary period",
		"long_link": "https://github.com/cplusplus/draft/pull/6960",
		"link": "https://wg21.link/edit6960",
		"status": "closed"
	},
	"EDIT6961": {
		"type": "editorial",
		"title": "[mdspan.layout] Fix `explicit(see below)` format",
		"long_link": "https://github.com/cplusplus/draft/pull/6961",
		"link": "https://wg21.link/edit6961",
		"status": "closed"
	},
	"EDIT6962": {
		"type": "editorial",
		"title": "[linalg] formatting `for` loop in example",
		"long_link": "https://github.com/cplusplus/draft/pull/6962",
		"link": "https://wg21.link/edit6962",
		"status": "closed"
	},
	"EDIT6963": {
		"type": "editorial",
		"title": "[alg.fold] Spelling the actual`ranges::fold_meow`'s return type in function signature?",
		"long_link": "https://github.com/cplusplus/draft/issues/6963",
		"link": "https://wg21.link/edit6963",
		"status": "open"
	},
	"EDIT6964": {
		"type": "editorial",
		"title": "[memory.syn][specialized.algorithms] Prefer trailing returns on complex signatures",
		"long_link": "https://github.com/cplusplus/draft/pull/6964",
		"link": "https://wg21.link/edit6964",
		"status": "open"
	},
	"EDIT6965": {
		"type": "editorial",
		"title": "[memory.syn] Move specification macros to appropriate subclause",
		"long_link": "https://github.com/cplusplus/draft/pull/6965",
		"link": "https://wg21.link/edit6965",
		"status": "open"
	},
	"EDIT6966": {
		"type": "editorial",
		"title": "[range.reverse.overview] Replace 'equivalent to' with 'then'",
		"long_link": "https://github.com/cplusplus/draft/pull/6966",
		"link": "https://wg21.link/edit6966",
		"status": "closed"
	},
	"EDIT6967": {
		"type": "editorial",
		"title": "No index entry for customization point object",
		"long_link": "https://github.com/cplusplus/draft/issues/6967",
		"link": "https://wg21.link/edit6967",
		"status": "open"
	},
	"EDIT6968": {
		"type": "editorial",
		"title": "[range.common.overview] Removing redundant requirement of `views​::​all(E)` to be well-formed",
		"long_link": "https://github.com/cplusplus/draft/pull/6968",
		"link": "https://wg21.link/edit6968",
		"status": "open"
	},
	"EDIT6969": {
		"type": "editorial",
		"title": "[class.derived.general] Restore accidental reversal of P2662R3 change",
		"long_link": "https://github.com/cplusplus/draft/pull/6969",
		"link": "https://wg21.link/edit6969",
		"status": "closed"
	},
	"EDIT6970": {
		"type": "editorial",
		"title": "[format.context] Fix incorrect example",
		"long_link": "https://github.com/cplusplus/draft/pull/6970",
		"link": "https://wg21.link/edit6970",
		"status": "closed"
	},
	"EDIT6971": {
		"type": "editorial",
		"title": "[print.syn] Show `locking` functions in the synopsis of `<print>`",
		"long_link": "https://github.com/cplusplus/draft/pull/6971",
		"link": "https://wg21.link/edit6971",
		"status": "open"
	},
	"EDIT6972": {
		"type": "editorial",
		"title": "[meta.const.eval] Fix `is_within_lifetime` example",
		"long_link": "https://github.com/cplusplus/draft/pull/6972",
		"link": "https://wg21.link/edit6972",
		"status": "open"
	},
	"EDIT6973": {
		"type": "editorial",
		"title": "[over.oper.general] Clarify operator functions being inherited from base classes",
		"long_link": "https://github.com/cplusplus/draft/pull/6973",
		"link": "https://wg21.link/edit6973",
		"status": "open"
	},
	"EDIT6974": {
		"type": "editorial",
		"title": "[over.oper.general] Remove paragraph 8 and make [over.xxx] more self-contained",
		"long_link": "https://github.com/cplusplus/draft/issues/6974",
		"link": "https://wg21.link/edit6974",
		"status": "open"
	},
	"EDIT6975": {
		"type": "editorial",
		"title": "[ISO/CS C++2023] Remove hanging paragraphs",
		"long_link": "https://github.com/cplusplus/draft/issues/6975",
		"link": "https://wg21.link/edit6975",
		"status": "open"
	},
	"EDIT6976": {
		"type": "editorial",
		"title": "[ISO/CS C++2023] Remove the word \"subclause\"",
		"long_link": "https://github.com/cplusplus/draft/issues/6976",
		"link": "https://wg21.link/edit6976",
		"status": "open"
	},
	"EDIT6977": {
		"type": "editorial",
		"title": "[std] Avoid hanging paragraphs by introducing \"General\" subclauses",
		"long_link": "https://github.com/cplusplus/draft/pull/6977",
		"link": "https://wg21.link/edit6977",
		"status": "open"
	},
	"EDIT6978": {
		"type": "editorial",
		"title": "[ISO/CS C++2023] Re-paginate to avoid lone \"Example\" or \"Note\" introducers",
		"long_link": "https://github.com/cplusplus/draft/issues/6978",
		"link": "https://wg21.link/edit6978",
		"status": "open"
	},
	"EDIT6979": {
		"type": "editorial",
		"title": "[ISO/CS C++2023] Use square brackets around round parentheses",
		"long_link": "https://github.com/cplusplus/draft/issues/6979",
		"link": "https://wg21.link/edit6979",
		"status": "open"
	},
	"EDIT6980": {
		"type": "editorial",
		"title": "[ISO/CS C++2023] Replace forbidden words in notes and examples",
		"long_link": "https://github.com/cplusplus/draft/issues/6980",
		"link": "https://wg21.link/edit6980",
		"status": "open"
	},
	"EDIT6981": {
		"type": "editorial",
		"title": "[ISO/CS C++2023] Bad use of italics and bold",
		"long_link": "https://github.com/cplusplus/draft/issues/6981",
		"link": "https://wg21.link/edit6981",
		"status": "open"
	},
	"EDIT6982": {
		"type": "editorial",
		"title": "[std] Remove mid-sentence 'subclause' introducer",
		"long_link": "https://github.com/cplusplus/draft/pull/6982",
		"link": "https://wg21.link/edit6982",
		"status": "open"
	},
	"EDIT6983": {
		"type": "editorial",
		"title": "[ISO/CS C++2023] Fix punctuation details",
		"long_link": "https://github.com/cplusplus/draft/issues/6983",
		"link": "https://wg21.link/edit6983",
		"status": "open"
	},
	"EDIT6984": {
		"type": "editorial",
		"title": "[ISO/CS C++2023] Specification unclarity around \"ISO weeks\"",
		"long_link": "https://github.com/cplusplus/draft/issues/6984",
		"link": "https://wg21.link/edit6984",
		"status": "open"
	},
	"EDIT6985": {
		"type": "editorial",
		"title": "Fix punctuation details",
		"long_link": "https://github.com/cplusplus/draft/pull/6985",
		"link": "https://wg21.link/edit6985",
		"status": "open"
	},
	"EDIT6986": {
		"type": "editorial",
		"title": "[time.format,time.parse] Fix references to ISO week calendar",
		"long_link": "https://github.com/cplusplus/draft/pull/6986",
		"link": "https://wg21.link/edit6986",
		"status": "open"
	},
	"EDIT6987": {
		"type": "editorial",
		"title": "[ISO/CS C++2023] Make table headings bold",
		"long_link": "https://github.com/cplusplus/draft/issues/6987",
		"link": "https://wg21.link/edit6987",
		"status": "open"
	},
	"EDIT6988": {
		"type": "editorial",
		"title": "Fix table formatting",
		"long_link": "https://github.com/cplusplus/draft/pull/6988",
		"link": "https://wg21.link/edit6988",
		"status": "open"
	},
	"EDIT6989": {
		"type": "editorial",
		"title": "[macros] Prefer page break above 'note' or 'example' introducers",
		"long_link": "https://github.com/cplusplus/draft/pull/6989",
		"link": "https://wg21.link/edit6989",
		"status": "open"
	},
	"EDIT6990": {
		"type": "editorial",
		"title": "[ISO/CS C++2023] Format examples in Annex C with proper \"example\" markers",
		"long_link": "https://github.com/cplusplus/draft/issues/6990",
		"link": "https://wg21.link/edit6990",
		"status": "open"
	},
	"EDIT6991": {
		"type": "editorial",
		"title": "[util.smartptr.weak.general] Clarify when a `weak_ptr` is empty",
		"long_link": "https://github.com/cplusplus/draft/pull/6991",
		"link": "https://wg21.link/edit6991",
		"status": "open"
	},
	"EDIT6992": {
		"type": "editorial",
		"title": "[diff] Mark examples as such",
		"long_link": "https://github.com/cplusplus/draft/pull/6992",
		"link": "https://wg21.link/edit6992",
		"status": "open"
	},
	"EDIT6993": {
		"type": "editorial",
		"title": "[ISO/CS C++2023] Adjust presentation of bibliography",
		"long_link": "https://github.com/cplusplus/draft/issues/6993",
		"link": "https://wg21.link/edit6993",
		"status": "open"
	},
	"EDIT6994": {
		"type": "editorial",
		"title": "[numeric.limits.members,bibliography] Remove LIA-1 abbreviation for ISO 10967",
		"long_link": "https://github.com/cplusplus/draft/pull/6994",
		"link": "https://wg21.link/edit6994",
		"status": "open"
	},
	"EDIT6995": {
		"type": "editorial",
		"title": "[macros] Remove italics and boldface",
		"long_link": "https://github.com/cplusplus/draft/pull/6995",
		"link": "https://wg21.link/edit6995",
		"status": "open"
	},
	"EDIT6996": {
		"type": "editorial",
		"title": "[styles] Redesign Annex titles per Rice Model Standard",
		"long_link": "https://github.com/cplusplus/draft/pull/6996",
		"link": "https://wg21.link/edit6996",
		"status": "closed"
	},
	"EDIT6997": {
		"type": "editorial",
		"title": "[meta.unary.prop] [class.default.ctor] [class.dtor] Indexing and xrefs for the word \"trivial\"",
		"long_link": "https://github.com/cplusplus/draft/pull/6997",
		"link": "https://wg21.link/edit6997",
		"status": "open"
	},
	"EDIT6998": {
		"type": "editorial",
		"title": "[rand.req] Replace 'that Table' with a precise reference",
		"long_link": "https://github.com/cplusplus/draft/pull/6998",
		"link": "https://wg21.link/edit6998",
		"status": "open"
	},
	"EDIT6999": {
		"type": "editorial",
		"title": "[ISO/CS C++2023] Colons before bulleted lists",
		"long_link": "https://github.com/cplusplus/draft/issues/6999",
		"link": "https://wg21.link/edit6999",
		"status": "open"
	},
	"EDIT7000": {
		"type": "editorial",
		"title": "[std] Fix colons in front of bulleted lists",
		"long_link": "https://github.com/cplusplus/draft/pull/7000",
		"link": "https://wg21.link/edit7000",
		"status": "open"
	},
	"EDIT7001": {
		"type": "editorial",
		"title": "[ISO/CS C++2023] Change 'through' to 'to'",
		"long_link": "https://github.com/cplusplus/draft/issues/7001",
		"link": "https://wg21.link/edit7001",
		"status": "open"
	},
	"EDIT7002": {
		"type": "editorial",
		"title": "[std] Replace 'through' with 'to' for clause ranges",
		"long_link": "https://github.com/cplusplus/draft/pull/7002",
		"link": "https://wg21.link/edit7002",
		"status": "open"
	},
	"EDIT7003": {
		"type": "editorial",
		"title": "[ISO/CS C++2023] Move Unicode trademark footnote",
		"long_link": "https://github.com/cplusplus/draft/issues/7003",
		"link": "https://wg21.link/edit7003",
		"status": "open"
	},
	"EDIT7004": {
		"type": "editorial",
		"title": "[intro.memory] Move footnote about Unicode trademark to [lex.phases]",
		"long_link": "https://github.com/cplusplus/draft/pull/7004",
		"link": "https://wg21.link/edit7004",
		"status": "open"
	},
	"EDIT7005": {
		"type": "editorial",
		"title": "[input.output] Add cross-references to header synopses",
		"long_link": "https://github.com/cplusplus/draft/pull/7005",
		"link": "https://wg21.link/edit7005",
		"status": "open"
	},
	"EDIT7006": {
		"type": "editorial",
		"title": "[ISO/CS C++2023] Move titles of old C++ standards to the bibliography",
		"long_link": "https://github.com/cplusplus/draft/issues/7006",
		"link": "https://wg21.link/edit7006",
		"status": "open"
	},
	"EDIT7007": {
		"type": "editorial",
		"title": "[diff,bibliography] Move details of old C++ standards to the bibliography",
		"long_link": "https://github.com/cplusplus/draft/pull/7007",
		"link": "https://wg21.link/edit7007",
		"status": "open"
	},
	"EDIT7008": {
		"type": "editorial",
		"title": "[ISO/CS C++2023] Do not use \"C++ 20xx\" or \"ISO C++ 20xx\"",
		"long_link": "https://github.com/cplusplus/draft/issues/7008",
		"link": "https://wg21.link/edit7008",
		"status": "open"
	},
	"EDIT7009": {
		"type": "editorial",
		"title": "[unique.ptr.create] `std::make_unique<int&>` may not be rejected properly",
		"long_link": "https://github.com/cplusplus/draft/issues/7009",
		"link": "https://wg21.link/edit7009",
		"status": "closed"
	},
	"EDIT7010": {
		"type": "editorial",
		"title": "[macros,diff] Replace '(ISO) C++ 20xx' with the full document identifier",
		"long_link": "https://github.com/cplusplus/draft/pull/7010",
		"link": "https://wg21.link/edit7010",
		"status": "closed"
	},
	"EDIT7011": {
		"type": "editorial",
		"title": "[ISO/CS  C++2023] Avoid \"ISO C\"",
		"long_link": "https://github.com/cplusplus/draft/issues/7011",
		"link": "https://wg21.link/edit7011",
		"status": "open"
	},
	"EDIT7012": {
		"type": "editorial",
		"title": "[basic.fundamental,cstdarg.syn] Use full reference for ISO C sections",
		"long_link": "https://github.com/cplusplus/draft/pull/7012",
		"link": "https://wg21.link/edit7012",
		"status": "open"
	},
	"EDIT7013": {
		"type": "editorial",
		"title": "[std] Remove ISO from any mention of 'C'",
		"long_link": "https://github.com/cplusplus/draft/pull/7013",
		"link": "https://wg21.link/edit7013",
		"status": "open"
	},
	"EDIT7014": {
		"type": "editorial",
		"title": "[cpp.predefined,namespace.future,version.syn] Replace 'C++' with 'this document'",
		"long_link": "https://github.com/cplusplus/draft/pull/7014",
		"link": "https://wg21.link/edit7014",
		"status": "open"
	},
	"EDIT7015": {
		"type": "editorial",
		"title": "[unique.ptr.general] Intro wording is misleadingly restrictive",
		"long_link": "https://github.com/cplusplus/draft/issues/7015",
		"link": "https://wg21.link/edit7015",
		"status": "open"
	},
	"EDIT7016": {
		"type": "editorial",
		"title": "[format.string.std] Add (R) symbol after Windows",
		"long_link": "https://github.com/cplusplus/draft/pull/7016",
		"link": "https://wg21.link/edit7016",
		"status": "open"
	},
	"EDIT7017": {
		"type": "editorial",
		"title": "[namespace.future] Replace 'this International Standard' with 'this document'",
		"long_link": "https://github.com/cplusplus/draft/pull/7017",
		"link": "https://wg21.link/edit7017",
		"status": "open"
	},
	"EDIT7018": {
		"type": "editorial",
		"title": "[macros,diff] Replace '(ISO) C++ 20xx' with the full document identifier",
		"long_link": "https://github.com/cplusplus/draft/pull/7018",
		"link": "https://wg21.link/edit7018",
		"status": "open"
	},
	"EDIT7019": {
		"type": "editorial",
		"title": "[class.copy.ctor] Remove reference to non-existing example",
		"long_link": "https://github.com/cplusplus/draft/pull/7019",
		"link": "https://wg21.link/edit7019",
		"status": "open"
	},
	"EDIT7020": {
		"type": "editorial",
		"title": "[class.conv.general] Remove vague reference to unhelpful examples",
		"long_link": "https://github.com/cplusplus/draft/pull/7020",
		"link": "https://wg21.link/edit7020",
		"status": "open"
	},
	"EDIT7021": {
		"type": "editorial",
		"title": "[lex.ccon,expr.prim.lambda.capture] Excise 'ISO' prefix",
		"long_link": "https://github.com/cplusplus/draft/pull/7021",
		"link": "https://wg21.link/edit7021",
		"status": "open"
	},
	"EDIT7022": {
		"type": "editorial",
		"title": "[execpol.general] Use 'this document', not 'this standard'",
		"long_link": "https://github.com/cplusplus/draft/pull/7022",
		"link": "https://wg21.link/edit7022",
		"status": "open"
	},
	"EDIT7023": {
		"type": "editorial",
		"title": "[std] Rename 'In general' headings to 'General' for consistency",
		"long_link": "https://github.com/cplusplus/draft/pull/7023",
		"link": "https://wg21.link/edit7023",
		"status": "open"
	},
	"EDIT7024": {
		"type": "editorial",
		"title": "[macros] Avoid small caps for cross-references to C.",
		"long_link": "https://github.com/cplusplus/draft/pull/7024",
		"link": "https://wg21.link/edit7024",
		"status": "open"
	},
	"EDIT7025": {
		"type": "editorial",
		"title": "[fs.class.path.general] Defuse cross-reference to POSIX",
		"long_link": "https://github.com/cplusplus/draft/pull/7025",
		"link": "https://wg21.link/edit7025",
		"status": "open"
	},
	"EDIT7026": {
		"type": "editorial",
		"title": "[macros,numerics] Add and use numbered 'formula' environment",
		"long_link": "https://github.com/cplusplus/draft/pull/7026",
		"link": "https://wg21.link/edit7026",
		"status": "open"
	},
	"EDIT7027": {
		"type": "editorial",
		"title": "[futures.state] Turn note into example",
		"long_link": "https://github.com/cplusplus/draft/pull/7027",
		"link": "https://wg21.link/edit7027",
		"status": "open"
	},
	"EDIT7028": {
		"type": "editorial",
		"title": "[diff] Replace 'this revision of C++' with 'this document'",
		"long_link": "https://github.com/cplusplus/draft/pull/7028",
		"link": "https://wg21.link/edit7028",
		"status": "open"
	},
	"EDIT7029": {
		"type": "editorial",
		"title": "[std] Replace 'this standard' with 'this document'",
		"long_link": "https://github.com/cplusplus/draft/pull/7029",
		"link": "https://wg21.link/edit7029",
		"status": "open"
	},
	"EDIT7030": {
		"type": "editorial",
		"title": "[uaxid.general] Replace 'C++' with 'this document'",
		"long_link": "https://github.com/cplusplus/draft/pull/7030",
		"link": "https://wg21.link/edit7030",
		"status": "open"
	},
	"EDIT7031": {
		"type": "editorial",
		"title": "[uaxid] Replace 'this requirement' with a specific reference",
		"long_link": "https://github.com/cplusplus/draft/pull/7031",
		"link": "https://wg21.link/edit7031",
		"status": "open"
	},
	"EDIT7032": {
		"type": "editorial",
		"title": "[implimits] Rephrase introductory sentence for list of quantities",
		"long_link": "https://github.com/cplusplus/draft/pull/7032",
		"link": "https://wg21.link/edit7032",
		"status": "open"
	},
	"EDIT7033": {
		"type": "editorial",
		"title": "[lib] Excise Note A, Note B, etc. designations",
		"long_link": "https://github.com/cplusplus/draft/pull/7033",
		"link": "https://wg21.link/edit7033",
		"status": "open"
	},
	"EDIT7034": {
		"type": "editorial",
		"title": "[intro.compliance.general] Refer to Annex B normatively",
		"long_link": "https://github.com/cplusplus/draft/pull/7034",
		"link": "https://wg21.link/edit7034",
		"status": "open"
	},
	"EDIT7035": {
		"type": "editorial",
		"title": "[util.smartptr.shared.cast] \"Will eventually\" is so sure",
		"long_link": "https://github.com/cplusplus/draft/issues/7035",
		"link": "https://wg21.link/edit7035",
		"status": "closed"
	},
	"EDIT7036": {
		"type": "editorial",
		"title": "Harmonize the phrasing of \"X models foo_of<Y>\"",
		"long_link": "https://github.com/cplusplus/draft/pull/7036",
		"link": "https://wg21.link/edit7036",
		"status": "open"
	},
	"EDIT7037": {
		"type": "editorial",
		"title": "[util.smartptr.shared.cast] Properly describe a bad outcome in notes",
		"long_link": "https://github.com/cplusplus/draft/pull/7037",
		"link": "https://wg21.link/edit7037",
		"status": "closed"
	},
	"EDIT7038": {
		"type": "editorial",
		"title": "[variant.visit] `as-variant` are not a `constexpr` unction templates",
		"long_link": "https://github.com/cplusplus/draft/issues/7038",
		"link": "https://wg21.link/edit7038",
		"status": "open"
	},
	"EDIT7039": {
		"type": "editorial",
		"title": "Fix forbidden words in notes and examples",
		"long_link": "https://github.com/cplusplus/draft/pull/7039",
		"link": "https://wg21.link/edit7039",
		"status": "open"
	},
	"EDIT7040": {
		"type": "editorial",
		"title": "[intro.scope] \"free store\" is undefined and used only once",
		"long_link": "https://github.com/cplusplus/draft/issues/7040",
		"link": "https://wg21.link/edit7040",
		"status": "open"
	},
	"EDIT7041": {
		"type": "editorial",
		"title": "[intro.scope], [expr.new], [class.free] Remove remaining \"free store\"",
		"long_link": "https://github.com/cplusplus/draft/pull/7041",
		"link": "https://wg21.link/edit7041",
		"status": "open"
	},
	"EDIT7042": {
		"type": "editorial",
		"title": "[defns.undefined] Incorrect/incomplete note referencing [expr.const]",
		"long_link": "https://github.com/cplusplus/draft/issues/7042",
		"link": "https://wg21.link/edit7042",
		"status": "open"
	},
	"EDIT7043": {
		"type": "editorial",
		"title": "[defns.erroneous] Erroneous behavior is not indexed in `/generalindex`",
		"long_link": "https://github.com/cplusplus/draft/issues/7043",
		"link": "https://wg21.link/edit7043",
		"status": "closed"
	},
	"EDIT7044": {
		"type": "editorial",
		"title": "[defns.erroneous], [basic.indet] Index 'erroneous behavior' and 'erroneous value'",
		"long_link": "https://github.com/cplusplus/draft/pull/7044",
		"link": "https://wg21.link/edit7044",
		"status": "closed"
	},
	"EDIT7045": {
		"type": "editorial",
		"title": "[conv.lval], [basic.indet] Circular cross-referencing for \"erroneous value\"",
		"long_link": "https://github.com/cplusplus/draft/issues/7045",
		"link": "https://wg21.link/edit7045",
		"status": "open"
	},
	"EDIT7046": {
		"type": "editorial",
		"title": "[basic.indet] Convert reference to [conv.lval] into note",
		"long_link": "https://github.com/cplusplus/draft/pull/7046",
		"link": "https://wg21.link/edit7046",
		"status": "open"
	},
	"EDIT7047": {
		"type": "editorial",
		"title": "[conv.lval] Add example of indeterminate values that are not valid for the type CWG2899",
		"long_link": "https://github.com/cplusplus/draft/issues/7047",
		"link": "https://wg21.link/edit7047",
		"status": "open"
	},
	"EDIT7048": {
		"type": "editorial",
		"title": "[expr.static.cast], [basic.type.qualifier] \"More cv-qualified\" vs \"greater cv-qualification\"",
		"long_link": "https://github.com/cplusplus/draft/issues/7048",
		"link": "https://wg21.link/edit7048",
		"status": "open"
	},
	"EDIT7049": {
		"type": "editorial",
		"title": "[conv.lval] Add example of erroneous 'trap representation' being read",
		"long_link": "https://github.com/cplusplus/draft/pull/7049",
		"link": "https://wg21.link/edit7049",
		"status": "open"
	},
	"EDIT7050": {
		"type": "editorial",
		"title": "[expr.static.cast], [over.call.object] Replace 'greater cv-qualification' with 'more cv-qualified'",
		"long_link": "https://github.com/cplusplus/draft/pull/7050",
		"link": "https://wg21.link/edit7050",
		"status": "open"
	},
	"EDIT7051": {
		"type": "editorial",
		"title": "[conv.lval] Make note and generalize comment on UB CWG2899",
		"long_link": "https://github.com/cplusplus/draft/pull/7051",
		"link": "https://wg21.link/edit7051",
		"status": "open"
	},
	"EDIT7052": {
		"type": "editorial",
		"title": "[dcl.array] Subscript for arrays no longer performs array-to-pointer conversion",
		"long_link": "https://github.com/cplusplus/draft/issues/7052",
		"link": "https://wg21.link/edit7052",
		"status": "closed"
	},
	"EDIT7053": {
		"type": "editorial",
		"title": "[dcl.array] No longer explain array subscript in terms of array-to-pointer conversion",
		"long_link": "https://github.com/cplusplus/draft/pull/7053",
		"link": "https://wg21.link/edit7053",
		"status": "closed"
	},
	"EDIT7054": {
		"type": "editorial",
		"title": "[array.cons] Fix various wording issues",
		"long_link": "https://github.com/cplusplus/draft/pull/7054",
		"link": "https://wg21.link/edit7054",
		"status": "open"
	},
	"EDIT7055": {
		"type": "editorial",
		"title": "[expr.new] Extend example for new-expressions with zero size arrays",
		"long_link": "https://github.com/cplusplus/draft/pull/7055",
		"link": "https://wg21.link/edit7055",
		"status": "open"
	},
	"EDIT7056": {
		"type": "editorial",
		"title": "Add hypertarget before table captions",
		"long_link": "https://github.com/cplusplus/draft/pull/7056",
		"link": "https://wg21.link/edit7056",
		"status": "closed"
	},
	"EDIT7057": {
		"type": "editorial",
		"title": "Enable hyperlinks to tables",
		"long_link": "https://github.com/cplusplus/draft/issues/7057",
		"link": "https://wg21.link/edit7057",
		"status": "closed"
	},
	"EDIT7058": {
		"type": "editorial",
		"title": "[res.on.exception.handling] Add cross-reference to [except.spec]",
		"long_link": "https://github.com/cplusplus/draft/pull/7058",
		"link": "https://wg21.link/edit7058",
		"status": "closed"
	},
	"EDIT7059": {
		"type": "editorial",
		"title": "[flat.set.defn] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/7059",
		"link": "https://wg21.link/edit7059",
		"status": "closed"
	},
	"EDIT7060": {
		"type": "editorial",
		"title": "[stmt.pre] Cross-reference [intro.execution]",
		"long_link": "https://github.com/cplusplus/draft/pull/7060",
		"link": "https://wg21.link/edit7060",
		"status": "closed"
	},
	"EDIT7061": {
		"type": "editorial",
		"title": "[stmt.if] Add missing comma after conditional clause",
		"long_link": "https://github.com/cplusplus/draft/pull/7061",
		"link": "https://wg21.link/edit7061",
		"status": "closed"
	},
	"EDIT7062": {
		"type": "editorial",
		"title": "[class.virtual] Add commas",
		"long_link": "https://github.com/cplusplus/draft/pull/7062",
		"link": "https://wg21.link/edit7062",
		"status": "closed"
	},
	"EDIT7063": {
		"type": "editorial",
		"title": "[expr.type], [expr.call] Draw connection between type adjustment paragraphs",
		"long_link": "https://github.com/cplusplus/draft/issues/7063",
		"link": "https://wg21.link/edit7063",
		"status": "open"
	},
	"EDIT7064": {
		"type": "editorial",
		"title": "[expr.static.cast] \"Cast\" vs. \"converted\" vs. \"explicitly converted\"",
		"long_link": "https://github.com/cplusplus/draft/issues/7064",
		"link": "https://wg21.link/edit7064",
		"status": "open"
	},
	"EDIT7065": {
		"type": "editorial",
		"title": "`non-type template parameter` should be `non-type \\grammarterm{template-parameter}` more consistently",
		"long_link": "https://github.com/cplusplus/draft/issues/7065",
		"link": "https://wg21.link/edit7065",
		"status": "open"
	},
	"EDIT7066": {
		"type": "editorial",
		"title": "[implimits] Reorder Annex B by clause number",
		"long_link": "https://github.com/cplusplus/draft/pull/7066",
		"link": "https://wg21.link/edit7066",
		"status": "open"
	},
	"EDIT7067": {
		"type": "editorial",
		"title": "[lex.charset] Extract universal-character-name grammar to new subclause",
		"long_link": "https://github.com/cplusplus/draft/pull/7067",
		"link": "https://wg21.link/edit7067",
		"status": "open"
	},
	"EDIT7068": {
		"type": "editorial",
		"title": "[cpp.pre] define, index, and consistently use the term 'logical source line'",
		"long_link": "https://github.com/cplusplus/draft/pull/7068",
		"link": "https://wg21.link/edit7068",
		"status": "open"
	},
	"EDIT7069": {
		"type": "editorial",
		"title": "Fix typo in containers.tex",
		"long_link": "https://github.com/cplusplus/draft/pull/7069",
		"link": "https://wg21.link/edit7069",
		"status": "closed"
	},
	"EDIT7070": {
		"type": "editorial",
		"title": "[meta.unary.prop] is_nothrow_* traits should be explicitly allowed to have strengthened results",
		"long_link": "https://github.com/cplusplus/draft/issues/7070",
		"link": "https://wg21.link/edit7070",
		"status": "closed"
	},
	"EDIT7071": {
		"type": "editorial",
		"title": "[func.require] Add missing formatting of variable index",
		"long_link": "https://github.com/cplusplus/draft/pull/7071",
		"link": "https://wg21.link/edit7071",
		"status": "closed"
	},
	"EDIT7072": {
		"type": "editorial",
		"title": "[class.union.general] Add comma",
		"long_link": "https://github.com/cplusplus/draft/pull/7072",
		"link": "https://wg21.link/edit7072",
		"status": "closed"
	},
	"EDIT7073": {
		"type": "editorial",
		"title": "LWG 4075: Thread stability requirement on constructors and destructors",
		"long_link": "https://github.com/cplusplus/draft/issues/7073",
		"link": "https://wg21.link/edit7073",
		"status": "open"
	},
	"EDIT7074": {
		"type": "editorial",
		"title": "Lock tag types are defined twice, once incorrectly",
		"long_link": "https://github.com/cplusplus/draft/issues/7074",
		"link": "https://wg21.link/edit7074",
		"status": "open"
	},
	"EDIT7075": {
		"type": "editorial",
		"title": "[default.allocator.general] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/7075",
		"link": "https://wg21.link/edit7075",
		"status": "closed"
	},
	"EDIT7076": {
		"type": "editorial",
		"title": "[intro.structure] should mention Annex E",
		"long_link": "https://github.com/cplusplus/draft/issues/7076",
		"link": "https://wg21.link/edit7076",
		"status": "open"
	},
	"EDIT7077": {
		"type": "editorial",
		"title": "2024-06 CWG-5 P3144 Deleting a pointer to incomplete type is illformed",
		"long_link": "https://github.com/cplusplus/draft/pull/7077",
		"link": "https://wg21.link/edit7077",
		"status": "open"
	},
	"EDIT7078": {
		"type": "editorial",
		"title": "[2024-06 CWG Motion 1] P3345R0 Ready issues as DR",
		"long_link": "https://github.com/cplusplus/draft/issues/7078",
		"link": "https://wg21.link/edit7078",
		"status": "open"
	},
	"EDIT7079": {
		"type": "editorial",
		"title": "[2024-06 CWG Motion 2] P3345R0 Ready issues as non-DR",
		"long_link": "https://github.com/cplusplus/draft/issues/7079",
		"link": "https://wg21.link/edit7079",
		"status": "open"
	},
	"EDIT7080": {
		"type": "editorial",
		"title": "[2024-06 CWG Motion 3] P2747R2 constexpr placement new",
		"long_link": "https://github.com/cplusplus/draft/issues/7080",
		"link": "https://wg21.link/edit7080",
		"status": "open"
	},
	"EDIT7081": {
		"type": "editorial",
		"title": "[2024-06 CWG Motion 5] P3144R2 Deleting a Pointer to an Incomplete Type Should be Ill-formed",
		"long_link": "https://github.com/cplusplus/draft/issues/7081",
		"link": "https://wg21.link/edit7081",
		"status": "open"
	},
	"EDIT7082": {
		"type": "editorial",
		"title": "[2024-06 CWG Motion 6] P2963R3 Ordering of constraints involving fold expressions",
		"long_link": "https://github.com/cplusplus/draft/issues/7082",
		"link": "https://wg21.link/edit7082",
		"status": "open"
	},
	"EDIT7083": {
		"type": "editorial",
		"title": "[2024-06 CWG Motion 7] P0963R3 Structured binding declaration as a condition",
		"long_link": "https://github.com/cplusplus/draft/issues/7083",
		"link": "https://wg21.link/edit7083",
		"status": "open"
	},
	"EDIT7084": {
		"type": "editorial",
		"title": "[2024-06 LWG Motion 1] P3341R0 C++ Standard Library Ready Issues to be moved in St. Louis, Jun. 2024",
		"long_link": "https://github.com/cplusplus/draft/issues/7084",
		"link": "https://wg21.link/edit7084",
		"status": "open"
	},
	"EDIT7085": {
		"type": "editorial",
		"title": "[2024-06 LWG Motion 2] P2997R1 Removing the common reference requirement from the indirectly invocable concepts",
		"long_link": "https://github.com/cplusplus/draft/issues/7085",
		"link": "https://wg21.link/edit7085",
		"status": "open"
	},
	"EDIT7086": {
		"type": "editorial",
		"title": "[2024-06 LWG Motion 3] P2389R2 dextents Index Type Parameter",
		"long_link": "https://github.com/cplusplus/draft/issues/7086",
		"link": "https://wg21.link/edit7086",
		"status": "open"
	},
	"EDIT7087": {
		"type": "editorial",
		"title": "[2024-06 LWG Motion 4] P3168R2 Give std::optional Range Support",
		"long_link": "https://github.com/cplusplus/draft/issues/7087",
		"link": "https://wg21.link/edit7087",
		"status": "open"
	},
	"EDIT7088": {
		"type": "editorial",
		"title": "[2024-06 LWG Motion 5] P3217R0 Adjoints to \"Enabling list-initialization for algorithms\": find_last",
		"long_link": "https://github.com/cplusplus/draft/issues/7088",
		"link": "https://wg21.link/edit7088",
		"status": "open"
	},
	"EDIT7089": {
		"type": "editorial",
		"title": "[2024-06 LWG Motion 6] P2985R0 A type trait for detecting virtual base classes",
		"long_link": "https://github.com/cplusplus/draft/issues/7089",
		"link": "https://wg21.link/edit7089",
		"status": "open"
	},
	"EDIT7090": {
		"type": "editorial",
		"title": "[2024-06 LWG Motion 7] P0843R14 inplace_vector",
		"long_link": "https://github.com/cplusplus/draft/issues/7090",
		"link": "https://wg21.link/edit7090",
		"status": "open"
	},
	"EDIT7091": {
		"type": "editorial",
		"title": "[2024-06 LWG Motion 8] P3235R3 std::print more types faster with less memory",
		"long_link": "https://github.com/cplusplus/draft/issues/7091",
		"link": "https://wg21.link/edit7091",
		"status": "open"
	},
	"EDIT7092": {
		"type": "editorial",
		"title": "[2024-06 LWG Motion 9] P2968R2 Make std::ignore a first-class object",
		"long_link": "https://github.com/cplusplus/draft/issues/7092",
		"link": "https://wg21.link/edit7092",
		"status": "open"
	},
	"EDIT7093": {
		"type": "editorial",
		"title": "[2024-06 LWG Motion 10] P2075R6 Philox as an extension of the C++ RNG engines",
		"long_link": "https://github.com/cplusplus/draft/issues/7093",
		"link": "https://wg21.link/edit7093",
		"status": "open"
	},
	"EDIT7094": {
		"type": "editorial",
		"title": "[2024-06 LWG Motion 11] P2422R1 Remove nodiscard annotations from the standard library specification",
		"long_link": "https://github.com/cplusplus/draft/issues/7094",
		"link": "https://wg21.link/edit7094",
		"status": "open"
	},
	"EDIT7095": {
		"type": "editorial",
		"title": "[2024-06 LWG Motion 12] P2300R10 std::execution",
		"long_link": "https://github.com/cplusplus/draft/issues/7095",
		"link": "https://wg21.link/edit7095",
		"status": "open"
	},
	"EDIT7096": {
		"type": "editorial",
		"title": "2024-06 CWG-1 P2747R2 constexpr placement new",
		"long_link": "https://github.com/cplusplus/draft/pull/7096",
		"link": "https://wg21.link/edit7096",
		"status": "closed"
	},
	"EDIT7097": {
		"type": "editorial",
		"title": "P2747R2 constexpr placement new",
		"long_link": "https://github.com/cplusplus/draft/pull/7097",
		"link": "https://wg21.link/edit7097",
		"status": "open"
	},
	"EDIT7098": {
		"type": "editorial",
		"title": "P2963R3 Ordering of constraints involving fold expressions",
		"long_link": "https://github.com/cplusplus/draft/pull/7098",
		"link": "https://wg21.link/edit7098",
		"status": "closed"
	},
	"EDIT7099": {
		"type": "editorial",
		"title": "[CWG motion 1 2024-06] P3345R0 all issues except 2819, 2858, and 2876",
		"long_link": "https://github.com/cplusplus/draft/pull/7099",
		"link": "https://wg21.link/edit7099",
		"status": "open"
	},
	"EDIT7100": {
		"type": "editorial",
		"title": "[CWG motion 2 2024-06] issues 2819, 2858, and 2876 in P3345R0 (Core Language Working Group \"ready\" Issues)",
		"long_link": "https://github.com/cplusplus/draft/pull/7100",
		"link": "https://wg21.link/edit7100",
		"status": "open"
	},
	"EDIT7101": {
		"type": "editorial",
		"title": "[optional.observe] Duplicate constexpr function description?",
		"long_link": "https://github.com/cplusplus/draft/issues/7101",
		"link": "https://wg21.link/edit7101",
		"status": "closed"
	},
	"EDIT7102": {
		"type": "editorial",
		"title": "[LWG motion 1 2024-06] Ready and Tentatively Ready issues in P3341R0 (C++ Standard Library Ready Issues)",
		"long_link": "https://github.com/cplusplus/draft/pull/7102",
		"link": "https://wg21.link/edit7102",
		"status": "open"
	},
	"EDIT7103": {
		"type": "editorial",
		"title": "[LWG motion 8 2024-06] P3235R3 std::print more types faster with less memory",
		"long_link": "https://github.com/cplusplus/draft/pull/7103",
		"link": "https://wg21.link/edit7103",
		"status": "open"
	},
	"EDIT7104": {
		"type": "editorial",
		"title": "[LWG motion 2 2024-06] P2997R1 Removing the common reference requirement from the indirectly…",
		"long_link": "https://github.com/cplusplus/draft/pull/7104",
		"link": "https://wg21.link/edit7104",
		"status": "closed"
	},
	"EDIT7105": {
		"type": "editorial",
		"title": "[LWG motion 3 2024-06] P2389R2 dextents Index Type Parameter",
		"long_link": "https://github.com/cplusplus/draft/pull/7105",
		"link": "https://wg21.link/edit7105",
		"status": "closed"
	},
	"EDIT7106": {
		"type": "editorial",
		"title": "[LWG motion 4 2024-06] P3168R2 Give std::optional Range Support",
		"long_link": "https://github.com/cplusplus/draft/pull/7106",
		"link": "https://wg21.link/edit7106",
		"status": "closed"
	},
	"EDIT7107": {
		"type": "editorial",
		"title": "[LWG motion 5 2024-06] P3217R0 Adjoints to \"Enabling list-initialization for algorithms\": find_last",
		"long_link": "https://github.com/cplusplus/draft/pull/7107",
		"link": "https://wg21.link/edit7107",
		"status": "closed"
	},
	"EDIT7108": {
		"type": "editorial",
		"title": "[LWG motion 6 2024-06] P2985R0 A type trait for detecting virtual base classes",
		"long_link": "https://github.com/cplusplus/draft/pull/7108",
		"link": "https://wg21.link/edit7108",
		"status": "closed"
	},
	"EDIT7109": {
		"type": "editorial",
		"title": "[LWG motion 9 2024-06] P2968R2 Make std::ignore a first-class object",
		"long_link": "https://github.com/cplusplus/draft/pull/7109",
		"link": "https://wg21.link/edit7109",
		"status": "closed"
	},
	"EDIT7110": {
		"type": "editorial",
		"title": "[LWG motion 11 2024-06] P2422R1 Remove nodiscard annotations from the standard library specification",
		"long_link": "https://github.com/cplusplus/draft/pull/7110",
		"link": "https://wg21.link/edit7110",
		"status": "open"
	},
	"EDIT7111": {
		"type": "editorial",
		"title": "P0963R3 Structured binding declaration as a condition",
		"long_link": "https://github.com/cplusplus/draft/pull/7111",
		"link": "https://wg21.link/edit7111",
		"status": "closed"
	},
	"EDIT7112": {
		"type": "editorial",
		"title": "[CWG motion 7 2024-06] P0963R3 Structured binding declaration as a condition",
		"long_link": "https://github.com/cplusplus/draft/pull/7112",
		"link": "https://wg21.link/edit7112",
		"status": "closed"
	},
	"EDIT7113": {
		"type": "editorial",
		"title": "[CWG Motion 6 2024-06] P2963R3 Ordering of constraints involving fold expressions",
		"long_link": "https://github.com/cplusplus/draft/pull/7113",
		"link": "https://wg21.link/edit7113",
		"status": "closed"
	},
	"EDIT7114": {
		"type": "editorial",
		"title": " [LWG motion 12 2024-06] P2300R10 std::execution",
		"long_link": "https://github.com/cplusplus/draft/pull/7114",
		"link": "https://wg21.link/edit7114",
		"status": "open"
	},
	"EDIT7115": {
		"type": "editorial",
		"title": "[LWG 7 2024-06] P0843R14 inplace_vector",
		"long_link": "https://github.com/cplusplus/draft/pull/7115",
		"link": "https://wg21.link/edit7115",
		"status": "closed"
	},
	"EDIT7116": {
		"type": "editorial",
		"title": "[depr.c.macros] Fix \"macro\" singular when referring to two macros",
		"long_link": "https://github.com/cplusplus/draft/pull/7116",
		"link": "https://wg21.link/edit7116",
		"status": "closed"
	},
	"EDIT7117": {
		"type": "editorial",
		"title": "[istream.unformatted] add missing semi-colon to list item",
		"long_link": "https://github.com/cplusplus/draft/pull/7117",
		"link": "https://wg21.link/edit7117",
		"status": "closed"
	},
	"EDIT7118": {
		"type": "editorial",
		"title": "[except.throw] Add comma",
		"long_link": "https://github.com/cplusplus/draft/pull/7118",
		"link": "https://wg21.link/edit7118",
		"status": "closed"
	},
	"EDIT7119": {
		"type": "editorial",
		"title": "[namespace.std] Exact meaning of \"the behavior of a C++ program is unspecified (possibly ill-formed)\"",
		"long_link": "https://github.com/cplusplus/draft/issues/7119",
		"link": "https://wg21.link/edit7119",
		"status": "open"
	},
	"EDIT7120": {
		"type": "editorial",
		"title": "[version.syn] Remove redundant <version> in __cpp_lib_ranges_enumerate",
		"long_link": "https://github.com/cplusplus/draft/pull/7120",
		"link": "https://wg21.link/edit7120",
		"status": "closed"
	},
	"EDIT7121": {
		"type": "editorial",
		"title": "[basic.start.main] a NTMBS -> an NTMBS",
		"long_link": "https://github.com/cplusplus/draft/pull/7121",
		"link": "https://wg21.link/edit7121",
		"status": "closed"
	},
	"EDIT7122": {
		"type": "editorial",
		"title": "[basic.pre] Defragment specification of names and entities",
		"long_link": "https://github.com/cplusplus/draft/pull/7122",
		"link": "https://wg21.link/edit7122",
		"status": "open"
	},
	"EDIT7123": {
		"type": "editorial",
		"title": "[LWG motion 10] P2075R6 Philox as an extension of the C++ RNG engines",
		"long_link": "https://github.com/cplusplus/draft/pull/7123",
		"link": "https://wg21.link/edit7123",
		"status": "closed"
	},
	"EDIT7124": {
		"type": "editorial",
		"title": "[temp.inst] Fix definite article",
		"long_link": "https://github.com/cplusplus/draft/pull/7124",
		"link": "https://wg21.link/edit7124",
		"status": "closed"
	},
	"EDIT7125": {
		"type": "editorial",
		"title": "[classes] Turn ad-hoc examples into proper examples",
		"long_link": "https://github.com/cplusplus/draft/pull/7125",
		"link": "https://wg21.link/edit7125",
		"status": "closed"
	},
	"EDIT7126": {
		"type": "editorial",
		"title": "\\placeholder should be \\exposid on \\expos entities",
		"long_link": "https://github.com/cplusplus/draft/issues/7126",
		"link": "https://wg21.link/edit7126",
		"status": "open"
	},
	"EDIT7127": {
		"type": "editorial",
		"title": "\"Relevant clauses\" in [basic.pre] is too vague",
		"long_link": "https://github.com/cplusplus/draft/issues/7127",
		"link": "https://wg21.link/edit7127",
		"status": "open"
	},
	"EDIT7128": {
		"type": "editorial",
		"title": "[variant.visit] Add `constexpr` to `as-variant`",
		"long_link": "https://github.com/cplusplus/draft/pull/7128",
		"link": "https://wg21.link/edit7128",
		"status": "open"
	},
	"EDIT7129": {
		"type": "editorial",
		"title": "[coro.generator] Rename the `generator`'s template parameter `V` to `Val`",
		"long_link": "https://github.com/cplusplus/draft/pull/7129",
		"link": "https://wg21.link/edit7129",
		"status": "open"
	},
	"EDIT7130": {
		"type": "editorial",
		"title": "[variant.visit] C-style casting in `visit` member",
		"long_link": "https://github.com/cplusplus/draft/issues/7130",
		"link": "https://wg21.link/edit7130",
		"status": "open"
	},
	"EDIT7131": {
		"type": "editorial",
		"title": "[range.join.with.iterator] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/7131",
		"link": "https://wg21.link/edit7131",
		"status": "open"
	},
	"EDIT7132": {
		"type": "editorial",
		"title": "[container.adaptors.general,flat.map.defn,flat.multimap.defn,mdspan.layout.right.cons] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/7132",
		"link": "https://wg21.link/edit7132",
		"status": "open"
	},
	"EDIT7133": {
		"type": "editorial",
		"title": "Bad phrasing \"FooInsertable into *this\"",
		"long_link": "https://github.com/cplusplus/draft/issues/7133",
		"link": "https://wg21.link/edit7133",
		"status": "open"
	},
	"EDIT7134": {
		"type": "editorial",
		"title": "[diff.cpp23.expr] Remove superfluous that",
		"long_link": "https://github.com/cplusplus/draft/pull/7134",
		"link": "https://wg21.link/edit7134",
		"status": "open"
	},
	"EDIT7135": {
		"type": "editorial",
		"title": "[temp.constr.normal] Remove superfluous the",
		"long_link": "https://github.com/cplusplus/draft/pull/7135",
		"link": "https://wg21.link/edit7135",
		"status": "open"
	},
	"EDIT7136": {
		"type": "editorial",
		"title": "[deque, forward.list, list, vector] Fix instances of \"FooInsertable into *this\"",
		"long_link": "https://github.com/cplusplus/draft/pull/7136",
		"link": "https://wg21.link/edit7136",
		"status": "open"
	},
	"EDIT7137": {
		"type": "editorial",
		"title": "[tab:headers.cpp.fs] Use a more appropriate subclause for inplace_vector",
		"long_link": "https://github.com/cplusplus/draft/pull/7137",
		"link": "https://wg21.link/edit7137",
		"status": "closed"
	},
	"EDIT7138": {
		"type": "editorial",
		"title": "[inplace.vector.overview] Constexpr iterator requirements",
		"long_link": "https://github.com/cplusplus/draft/pull/7138",
		"link": "https://wg21.link/edit7138",
		"status": "open"
	},
	"EDIT7139": {
		"type": "editorial",
		"title": "[list] [vector] [inplace.vector] Consistent comma in \"If X, there are no effects\"",
		"long_link": "https://github.com/cplusplus/draft/pull/7139",
		"link": "https://wg21.link/edit7139",
		"status": "open"
	},
	"EDIT7140": {
		"type": "editorial",
		"title": "[alg.search] Replace \"the following corresponding conditions\"",
		"long_link": "https://github.com/cplusplus/draft/pull/7140",
		"link": "https://wg21.link/edit7140",
		"status": "open"
	},
	"EDIT7141": {
		"type": "editorial",
		"title": "[basic.indet] Fix \"errorneous\" typo",
		"long_link": "https://github.com/cplusplus/draft/pull/7141",
		"link": "https://wg21.link/edit7141",
		"status": "closed"
	},
	"EDIT7142": {
		"type": "editorial",
		"title": "Added three more examples in basic.tex",
		"long_link": "https://github.com/cplusplus/draft/pull/7142",
		"link": "https://wg21.link/edit7142",
		"status": "closed"
	},
	"EDIT7143": {
		"type": "editorial",
		"title": "Use `\\range` where appropriate",
		"long_link": "https://github.com/cplusplus/draft/pull/7143",
		"link": "https://wg21.link/edit7143",
		"status": "open"
	},
	"EDIT7144": {
		"type": "editorial",
		"title": "[stmt.ambig] Make references more precise",
		"long_link": "https://github.com/cplusplus/draft/pull/7144",
		"link": "https://wg21.link/edit7144",
		"status": "closed"
	},
	"EDIT7145": {
		"type": "editorial",
		"title": "[diff.cpp03.library] Use a new macro to avoid `\\-` in index reference",
		"long_link": "https://github.com/cplusplus/draft/pull/7145",
		"link": "https://wg21.link/edit7145",
		"status": "open"
	},
	"EDIT7146": {
		"type": "editorial",
		"title": "Replace more non-`codeblock`s with `outputblock`s",
		"long_link": "https://github.com/cplusplus/draft/pull/7146",
		"link": "https://wg21.link/edit7146",
		"status": "open"
	},
	"EDIT7147": {
		"type": "editorial",
		"title": "[bibliography] Footer suggests the bibliography is in a section it isn't in",
		"long_link": "https://github.com/cplusplus/draft/issues/7147",
		"link": "https://wg21.link/edit7147",
		"status": "closed"
	},
	"EDIT7148": {
		"type": "editorial",
		"title": "[inplace.vector.modifiers] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/7148",
		"link": "https://wg21.link/edit7148",
		"status": "closed"
	},
	"EDIT7149": {
		"type": "editorial",
		"title": "[inplace.vector.syn] Missing default template argument for `erase`",
		"long_link": "https://github.com/cplusplus/draft/issues/7149",
		"link": "https://wg21.link/edit7149",
		"status": "closed"
	},
	"EDIT7150": {
		"type": "editorial",
		"title": "[inplace.vector.erasure] Added missing return statement",
		"long_link": "https://github.com/cplusplus/draft/pull/7150",
		"link": "https://wg21.link/edit7150",
		"status": "closed"
	},
	"EDIT7151": {
		"type": "editorial",
		"title": "[inplace.vector.syn] Add missing default template argument for `erase`",
		"long_link": "https://github.com/cplusplus/draft/pull/7151",
		"link": "https://wg21.link/edit7151",
		"status": "closed"
	},
	"EDIT7152": {
		"type": "editorial",
		"title": "[rand.eng.philox] Make the round states explicit.",
		"long_link": "https://github.com/cplusplus/draft/pull/7152",
		"link": "https://wg21.link/edit7152",
		"status": "open"
	},
	"EDIT7153": {
		"type": "editorial",
		"title": "[DO NOT MERGE] Reorder core basics",
		"long_link": "https://github.com/cplusplus/draft/pull/7153",
		"link": "https://wg21.link/edit7153",
		"status": "open"
	},
	"EDIT7154": {
		"type": "editorial",
		"title": "[depr.c.macros] Cross-reference the C headers for deprecated macros",
		"long_link": "https://github.com/cplusplus/draft/pull/7154",
		"link": "https://wg21.link/edit7154",
		"status": "closed"
	},
	"EDIT7155": {
		"type": "editorial",
		"title": "[containers] Consistently xref header synopses from General clauses",
		"long_link": "https://github.com/cplusplus/draft/pull/7155",
		"link": "https://wg21.link/edit7155",
		"status": "open"
	},
	"EDIT7156": {
		"type": "editorial",
		"title": "[locale.ctype.general] Better cross-ref standard headers",
		"long_link": "https://github.com/cplusplus/draft/pull/7156",
		"link": "https://wg21.link/edit7156",
		"status": "closed"
	},
	"EDIT7157": {
		"type": "editorial",
		"title": "[char.traits] Better cross-reference several headers",
		"long_link": "https://github.com/cplusplus/draft/pull/7157",
		"link": "https://wg21.link/edit7157",
		"status": "open"
	},
	"EDIT7158": {
		"type": "editorial",
		"title": "[iterator.synopsis] Add \\ref for `indirect-value-t`",
		"long_link": "https://github.com/cplusplus/draft/pull/7158",
		"link": "https://wg21.link/edit7158",
		"status": "closed"
	},
	"EDIT7159": {
		"type": "editorial",
		"title": "[basic.scope.scope] Replaced the term top-level reference with just reference",
		"long_link": "https://github.com/cplusplus/draft/pull/7159",
		"link": "https://wg21.link/edit7159",
		"status": "open"
	},
	"EDIT7160": {
		"type": "editorial",
		"title": "[func.search.bm] Remove superfluous the",
		"long_link": "https://github.com/cplusplus/draft/pull/7160",
		"link": "https://wg21.link/edit7160",
		"status": "closed"
	},
	"EDIT7161": {
		"type": "editorial",
		"title": "[exec.snd.general] Remove disconnected and obsolete paragraph.",
		"long_link": "https://github.com/cplusplus/draft/pull/7161",
		"link": "https://wg21.link/edit7161",
		"status": "closed"
	},
	"EDIT7162": {
		"type": "editorial",
		"title": "[stoptoken.general, stopsource.general] Remove DMI from stop-state member",
		"long_link": "https://github.com/cplusplus/draft/pull/7162",
		"link": "https://wg21.link/edit7162",
		"status": "closed"
	},
	"EDIT7163": {
		"type": "editorial",
		"title": "[exec.async.ops] Fix bad use of \\defnadj",
		"long_link": "https://github.com/cplusplus/draft/pull/7163",
		"link": "https://wg21.link/edit7163",
		"status": "closed"
	},
	"EDIT7164": {
		"type": "editorial",
		"title": "[stoptoken.inplace.general] Add missing \\tcode",
		"long_link": "https://github.com/cplusplus/draft/pull/7164",
		"link": "https://wg21.link/edit7164",
		"status": "closed"
	},
	"EDIT7165": {
		"type": "editorial",
		"title": "Fix some issues in comments of xrefdelta.tex",
		"long_link": "https://github.com/cplusplus/draft/pull/7165",
		"link": "https://wg21.link/edit7165",
		"status": "closed"
	},
	"EDIT7166": {
		"type": "editorial",
		"title": "[exec.util.cmplsig.trans] add missing \\exposid",
		"long_link": "https://github.com/cplusplus/draft/pull/7166",
		"link": "https://wg21.link/edit7166",
		"status": "closed"
	},
	"EDIT7167": {
		"type": "editorial",
		"title": "[exec.util.cmplsig.trans] add missing \\tcode in title",
		"long_link": "https://github.com/cplusplus/draft/pull/7167",
		"link": "https://wg21.link/edit7167",
		"status": "closed"
	},
	"EDIT7168": {
		"type": "editorial",
		"title": "[print.syn] Update `locking` to `buffered`",
		"long_link": "https://github.com/cplusplus/draft/pull/7168",
		"link": "https://wg21.link/edit7168",
		"status": "closed"
	},
	"EDIT7169": {
		"type": "editorial",
		"title": "[execution.syn] Declare read_env with the right name",
		"long_link": "https://github.com/cplusplus/draft/pull/7169",
		"link": "https://wg21.link/edit7169",
		"status": "closed"
	},
	"EDIT7170": {
		"type": "editorial",
		"title": "[exec] Add missing \\exposid",
		"long_link": "https://github.com/cplusplus/draft/pull/7170",
		"link": "https://wg21.link/edit7170",
		"status": "closed"
	},
	"EDIT7171": {
		"type": "editorial",
		"title": "[range.concat.iterator] Remove stray hyphen",
		"long_link": "https://github.com/cplusplus/draft/pull/7171",
		"link": "https://wg21.link/edit7171",
		"status": "closed"
	},
	"EDIT7172": {
		"type": "editorial",
		"title": "[exec.snd.general] Add missing full stop",
		"long_link": "https://github.com/cplusplus/draft/pull/7172",
		"link": "https://wg21.link/edit7172",
		"status": "closed"
	},
	"EDIT7173": {
		"type": "editorial",
		"title": "[out.ptr.t] Fix bullet placement for item that starts with codeblock.",
		"long_link": "https://github.com/cplusplus/draft/pull/7173",
		"link": "https://wg21.link/edit7173",
		"status": "closed"
	},
	"EDIT7174": {
		"type": "editorial",
		"title": "[time.traits.specializations] Fix index entry for common_type specialization",
		"long_link": "https://github.com/cplusplus/draft/pull/7174",
		"link": "https://wg21.link/edit7174",
		"status": "closed"
	},
	"EDIT7175": {
		"type": "editorial",
		"title": "Reuse `class-type`?",
		"long_link": "https://github.com/cplusplus/draft/issues/7175",
		"link": "https://wg21.link/edit7175",
		"status": "open"
	},
	"EDIT7176": {
		"type": "editorial",
		"title": "[execution.syn] Add \\libconcept for `sender` and `scheduler`",
		"long_link": "https://github.com/cplusplus/draft/pull/7176",
		"link": "https://wg21.link/edit7176",
		"status": "closed"
	},
	"EDIT7177": {
		"type": "editorial",
		"title": "[time.duration.nonmember] Fix operator index entries.",
		"long_link": "https://github.com/cplusplus/draft/pull/7177",
		"link": "https://wg21.link/edit7177",
		"status": "closed"
	},
	"EDIT7178": {
		"type": "editorial",
		"title": "[exec] Index many library names.",
		"long_link": "https://github.com/cplusplus/draft/pull/7178",
		"link": "https://wg21.link/edit7178",
		"status": "open"
	},
	"EDIT7179": {
		"type": "editorial",
		"title": "[dcl.dcl][stmt.stmt] Remove tautonyms from top level stable labels",
		"long_link": "https://github.com/cplusplus/draft/pull/7179",
		"link": "https://wg21.link/edit7179",
		"status": "open"
	},
	"EDIT7180": {
		"type": "editorial",
		"title": "[lex.separate][module.unit] move definitions of program and translation unit",
		"long_link": "https://github.com/cplusplus/draft/pull/7180",
		"link": "https://wg21.link/edit7180",
		"status": "open"
	},
	"EDIT7181": {
		"type": "editorial",
		"title": "[execution.syn] Add missing \\exposid",
		"long_link": "https://github.com/cplusplus/draft/pull/7181",
		"link": "https://wg21.link/edit7181",
		"status": "closed"
	},
	"EDIT7182": {
		"type": "editorial",
		"title": "[execution.syn] Add \\libconcept for `sender_in`",
		"long_link": "https://github.com/cplusplus/draft/pull/7182",
		"link": "https://wg21.link/edit7182",
		"status": "closed"
	},
	"EDIT7183": {
		"type": "editorial",
		"title": "[exec] Add \\exposid for `decayed-tuple`",
		"long_link": "https://github.com/cplusplus/draft/pull/7183",
		"link": "https://wg21.link/edit7183",
		"status": "closed"
	},
	"EDIT7184": {
		"type": "editorial",
		"title": "[exec.run.loop.types] Add \\libconcept for `receiver_of`",
		"long_link": "https://github.com/cplusplus/draft/pull/7184",
		"link": "https://wg21.link/edit7184",
		"status": "closed"
	},
	"EDIT7185": {
		"type": "editorial",
		"title": "[iterators, ranges] Consider changing default member initializers of form `= T()` to `{}`?",
		"long_link": "https://github.com/cplusplus/draft/issues/7185",
		"link": "https://wg21.link/edit7185",
		"status": "open"
	},
	"EDIT7186": {
		"type": "editorial",
		"title": "[exec.stopped.opt] Fix indefinite article",
		"long_link": "https://github.com/cplusplus/draft/pull/7186",
		"link": "https://wg21.link/edit7186",
		"status": "closed"
	},
	"EDIT7187": {
		"type": "editorial",
		"title": "[exec.just, exec.then] Add \\exposconcept for movable-value",
		"long_link": "https://github.com/cplusplus/draft/pull/7187",
		"link": "https://wg21.link/edit7187",
		"status": "closed"
	},
	"EDIT7188": {
		"type": "editorial",
		"title": "[exec.util.cmplsig.trans] Fix grammar",
		"long_link": "https://github.com/cplusplus/draft/pull/7188",
		"link": "https://wg21.link/edit7188",
		"status": "closed"
	},
	"EDIT7189": {
		"type": "editorial",
		"title": "[exec.snd.expos] Replace \\exposconcept for nothrow-callable",
		"long_link": "https://github.com/cplusplus/draft/pull/7189",
		"link": "https://wg21.link/edit7189",
		"status": "closed"
	},
	"EDIT7190": {
		"type": "editorial",
		"title": "[exec.split] Add \\libconcept for copyable",
		"long_link": "https://github.com/cplusplus/draft/pull/7190",
		"link": "https://wg21.link/edit7190",
		"status": "closed"
	},
	"EDIT7191": {
		"type": "editorial",
		"title": "[config.tex] Create and apply macros denoting first and last core chapters",
		"long_link": "https://github.com/cplusplus/draft/pull/7191",
		"link": "https://wg21.link/edit7191",
		"status": "open"
	},
	"EDIT7192": {
		"type": "editorial",
		"title": "[lex.phases] replace term 'input file' with 'source file' in phase 1",
		"long_link": "https://github.com/cplusplus/draft/pull/7192",
		"link": "https://wg21.link/edit7192",
		"status": "open"
	},
	"EDIT7193": {
		"type": "editorial",
		"title": "[lex] Reorganize contents to follow grammar and phases of translation",
		"long_link": "https://github.com/cplusplus/draft/pull/7193",
		"link": "https://wg21.link/edit7193",
		"status": "open"
	},
	"EDIT7194": {
		"type": "editorial",
		"title": "[lex.pptoken] Consistent use of preprocessing vs processing",
		"long_link": "https://github.com/cplusplus/draft/pull/7194",
		"link": "https://wg21.link/edit7194",
		"status": "closed"
	},
	"EDIT7195": {
		"type": "editorial",
		"title": "[ios.syn] Fix typo'd xref to [fpos] introduced in 4b3f32ae",
		"long_link": "https://github.com/cplusplus/draft/pull/7195",
		"link": "https://wg21.link/edit7195",
		"status": "closed"
	},
	"EDIT7196": {
		"type": "editorial",
		"title": "[dcl.fct] Fix obsolete phrasing when defining 'function type'",
		"long_link": "https://github.com/cplusplus/draft/pull/7196",
		"link": "https://wg21.link/edit7196",
		"status": "closed"
	},
	"EDIT7197": {
		"type": "editorial",
		"title": "[locale.time.put.members] It doesn't seem correct now that \"the C programming language defines no modifiers\" (for `strftime`)",
		"long_link": "https://github.com/cplusplus/draft/issues/7197",
		"link": "https://wg21.link/edit7197",
		"status": "open"
	},
	"EDIT7198": {
		"type": "editorial",
		"title": "[std.manip, ext.manip] Better titles for \"Standard\"/\"Extended\" manipulators",
		"long_link": "https://github.com/cplusplus/draft/issues/7198",
		"link": "https://wg21.link/edit7198",
		"status": "open"
	},
	"EDIT7199": {
		"type": "editorial",
		"title": "[temp.constr.order] Reflect fold expanded constraints in footnotes",
		"long_link": "https://github.com/cplusplus/draft/pull/7199",
		"link": "https://wg21.link/edit7199",
		"status": "closed"
	},
	"EDIT7200": {
		"type": "editorial",
		"title": "[macros,diff] Rework header indexing to avoid hyphenation hints",
		"long_link": "https://github.com/cplusplus/draft/pull/7200",
		"link": "https://wg21.link/edit7200",
		"status": "closed"
	},
	"EDIT7201": {
		"type": "editorial",
		"title": "[snd.expos] Fix typo in definition of SCHED-ENV exposition-only helper",
		"long_link": "https://github.com/cplusplus/draft/pull/7201",
		"link": "https://wg21.link/edit7201",
		"status": "closed"
	},
	"EDIT7202": {
		"type": "editorial",
		"title": "[mdspan.layout.leftpad.cons] Add \\exposid for static-padding-stride",
		"long_link": "https://github.com/cplusplus/draft/pull/7202",
		"link": "https://wg21.link/edit7202",
		"status": "closed"
	},
	"EDIT7203": {
		"type": "editorial",
		"title": "[exec.sync.wait] Added missing \\exposid and \\libcecpt for two alias templates",
		"long_link": "https://github.com/cplusplus/draft/pull/7203",
		"link": "https://wg21.link/edit7203",
		"status": "closed"
	},
	"EDIT7204": {
		"type": "editorial",
		"title": "[func.wrap.func] Drop Lvalue-Callable",
		"long_link": "https://github.com/cplusplus/draft/pull/7204",
		"link": "https://wg21.link/edit7204",
		"status": "open"
	},
	"EDIT7205": {
		"type": "editorial",
		"title": "[range.adaptor.object][exec.adapt.obj] Consider specifying piping only once",
		"long_link": "https://github.com/cplusplus/draft/issues/7205",
		"link": "https://wg21.link/edit7205",
		"status": "open"
	},
	"EDIT7206": {
		"type": "editorial",
		"title": "[defns.undefined] Fix the note on undefined behavior in constant evaluation",
		"long_link": "https://github.com/cplusplus/draft/pull/7206",
		"link": "https://wg21.link/edit7206",
		"status": "open"
	},
	"EDIT7207": {
		"type": "editorial",
		"title": "[containers] Tentative P/R for [LWG4123] \"Container effects use...\"",
		"long_link": "https://github.com/cplusplus/draft/pull/7207",
		"link": "https://wg21.link/edit7207",
		"status": "open"
	},
	"EDIT7208": {
		"type": "editorial",
		"title": "[input.output] Use `\\exposid` for exposition-only names",
		"long_link": "https://github.com/cplusplus/draft/pull/7208",
		"link": "https://wg21.link/edit7208",
		"status": "open"
	},
	"EDIT7209": {
		"type": "editorial",
		"title": "[exec.when.all] Add italics for expression `e`",
		"long_link": "https://github.com/cplusplus/draft/pull/7209",
		"link": "https://wg21.link/edit7209",
		"status": "closed"
	},
	"EDIT7210": {
		"type": "editorial",
		"title": "[exec.snd.apply, exec.schedule.from] Add @\\ for see below",
		"long_link": "https://github.com/cplusplus/draft/pull/7210",
		"link": "https://wg21.link/edit7210",
		"status": "open"
	},
	"EDIT7211": {
		"type": "editorial",
		"title": "[stmt.for] Missing curly brackets in for-statement translation",
		"long_link": "https://github.com/cplusplus/draft/issues/7211",
		"link": "https://wg21.link/edit7211",
		"status": "open"
	},
	"EDIT7212": {
		"type": "editorial",
		"title": "[stmt.for] Fix scope issue in for-statement translation.",
		"long_link": "https://github.com/cplusplus/draft/pull/7212",
		"link": "https://wg21.link/edit7212",
		"status": "open"
	},
	"EDIT7213": {
		"type": "editorial",
		"title": "[cpp.predefined] Sort prefined macros",
		"long_link": "https://github.com/cplusplus/draft/pull/7213",
		"link": "https://wg21.link/edit7213",
		"status": "open"
	},
	"EDIT7214": {
		"type": "editorial",
		"title": "[linalg] specification glitches",
		"long_link": "https://github.com/cplusplus/draft/issues/7214",
		"link": "https://wg21.link/edit7214",
		"status": "open"
	},
	"EDIT7215": {
		"type": "editorial",
		"title": "Correctly mark state.error as an exposition-only identifier in [exec.sync.wait] p9",
		"long_link": "https://github.com/cplusplus/draft/pull/7215",
		"link": "https://wg21.link/edit7215",
		"status": "closed"
	},
	"EDIT7216": {
		"type": "editorial",
		"title": "Fix markup of product-type constructor call in [exec.just]",
		"long_link": "https://github.com/cplusplus/draft/pull/7216",
		"link": "https://wg21.link/edit7216",
		"status": "open"
	},
	"EDIT7217": {
		"type": "editorial",
		"title": "[exec.snd.concepts] Replace \\libconcept for copy_constructible",
		"long_link": "https://github.com/cplusplus/draft/pull/7217",
		"link": "https://wg21.link/edit7217",
		"status": "closed"
	},
	"EDIT7218": {
		"type": "editorial",
		"title": "[exec.recv.concepts] Add \\libconcept for receiver",
		"long_link": "https://github.com/cplusplus/draft/pull/7218",
		"link": "https://wg21.link/edit7218",
		"status": "closed"
	},
	"EDIT7219": {
		"type": "editorial",
		"title": "[exec.fwd.env] Add \\libconcept for derived_from",
		"long_link": "https://github.com/cplusplus/draft/pull/7219",
		"link": "https://wg21.link/edit7219",
		"status": "closed"
	},
	"EDIT7220": {
		"type": "editorial",
		"title": "[exec.getcomplsigs] Use \\libconcept for is-awaitable",
		"long_link": "https://github.com/cplusplus/draft/pull/7220",
		"link": "https://wg21.link/edit7220",
		"status": "closed"
	},
	"EDIT7221": {
		"type": "editorial",
		"title": "[exec.when.all] Add \\libconcept for sender",
		"long_link": "https://github.com/cplusplus/draft/pull/7221",
		"link": "https://wg21.link/edit7221",
		"status": "closed"
	},
	"EDIT7222": {
		"type": "editorial",
		"title": "[exec] Cast the return value of the comma expression to `void`?",
		"long_link": "https://github.com/cplusplus/draft/issues/7222",
		"link": "https://wg21.link/edit7222",
		"status": "open"
	},
	"EDIT7223": {
		"type": "editorial",
		"title": "[dcl.init.list] Add comma",
		"long_link": "https://github.com/cplusplus/draft/pull/7223",
		"link": "https://wg21.link/edit7223",
		"status": "closed"
	},
	"EDIT7224": {
		"type": "editorial",
		"title": "[exec.split] Add \\exposid for local-state",
		"long_link": "https://github.com/cplusplus/draft/pull/7224",
		"link": "https://wg21.link/edit7224",
		"status": "closed"
	},
	"EDIT7225": {
		"type": "editorial",
		"title": "[exec.snd.expos] Add \\exposid for COMPL-DOMAIN",
		"long_link": "https://github.com/cplusplus/draft/pull/7225",
		"link": "https://wg21.link/edit7225",
		"status": "closed"
	},
	"EDIT7226": {
		"type": "editorial",
		"title": "[exec.general] Add \\exposid for MATCHING-SIG",
		"long_link": "https://github.com/cplusplus/draft/pull/7226",
		"link": "https://wg21.link/edit7226",
		"status": "closed"
	},
	"EDIT7227": {
		"type": "editorial",
		"title": "[exec.fwd.env] Add \\tcode for true",
		"long_link": "https://github.com/cplusplus/draft/pull/7227",
		"link": "https://wg21.link/edit7227",
		"status": "closed"
	},
	"EDIT7228": {
		"type": "editorial",
		"title": "[exec.adapt.obj] Add \\tcode for sender_adaptor_closure",
		"long_link": "https://github.com/cplusplus/draft/pull/7228",
		"link": "https://wg21.link/edit7228",
		"status": "closed"
	},
	"EDIT7229": {
		"type": "editorial",
		"title": "[mdspan.layout.rightpad.expo] Add \\exposid for LEAST-MULTIPLE-AT-LEAST",
		"long_link": "https://github.com/cplusplus/draft/pull/7229",
		"link": "https://wg21.link/edit7229",
		"status": "closed"
	},
	"EDIT7230": {
		"type": "editorial",
		"title": "[set.modifiers] Add \\tcode for true",
		"long_link": "https://github.com/cplusplus/draft/pull/7230",
		"link": "https://wg21.link/edit7230",
		"status": "closed"
	},
	"EDIT7231": {
		"type": "editorial",
		"title": "[flat.set.modifiers, mdspan.layout.leftpad.cons] Add \\tcode for true",
		"long_link": "https://github.com/cplusplus/draft/pull/7231",
		"link": "https://wg21.link/edit7231",
		"status": "closed"
	},
	"EDIT7232": {
		"type": "editorial",
		"title": "[exec.snd.expos] Use \\tcode for false",
		"long_link": "https://github.com/cplusplus/draft/pull/7232",
		"link": "https://wg21.link/edit7232",
		"status": "closed"
	},
	"EDIT7233": {
		"type": "editorial",
		"title": "[exec.async.ops] Add \\tcode for true",
		"long_link": "https://github.com/cplusplus/draft/pull/7233",
		"link": "https://wg21.link/edit7233",
		"status": "closed"
	},
	"EDIT7234": {
		"type": "editorial",
		"title": "[meta.const.eval] make the example compilable",
		"long_link": "https://github.com/cplusplus/draft/pull/7234",
		"link": "https://wg21.link/edit7234",
		"status": "closed"
	},
	"EDIT7235": {
		"type": "editorial",
		"title": "\"valarray<complex>\"",
		"long_link": "https://github.com/cplusplus/draft/issues/7235",
		"link": "https://wg21.link/edit7235",
		"status": "open"
	},
	"EDIT7236": {
		"type": "editorial",
		"title": "[basic.pre] ``pack`` should be ``parameter pack``",
		"long_link": "https://github.com/cplusplus/draft/issues/7236",
		"link": "https://wg21.link/edit7236",
		"status": "closed"
	},
	"EDIT7237": {
		"type": "editorial",
		"title": "[text.encoding.aliases] Add note about what isn't required",
		"long_link": "https://github.com/cplusplus/draft/pull/7237",
		"link": "https://wg21.link/edit7237",
		"status": "open"
	},
	"EDIT7238": {
		"type": "editorial",
		"title": "[basic.scope.scope] Fix a note about declarations that do not bind names",
		"long_link": "https://github.com/cplusplus/draft/pull/7238",
		"link": "https://wg21.link/edit7238",
		"status": "closed"
	},
	"EDIT7239": {
		"type": "editorial",
		"title": "[expr.prim.lambda.capture] Incorporate ellipsis into \"captured by copy\" definition",
		"long_link": "https://github.com/cplusplus/draft/pull/7239",
		"link": "https://wg21.link/edit7239",
		"status": "closed"
	},
	"EDIT7240": {
		"type": "editorial",
		"title": "(library-wide) Remove `inline` from variable templates",
		"long_link": "https://github.com/cplusplus/draft/pull/7240",
		"link": "https://wg21.link/edit7240",
		"status": "closed"
	},
	"EDIT7241": {
		"type": "editorial",
		"title": "[dcl.type.elab] Remove normative duplication about name binding",
		"long_link": "https://github.com/cplusplus/draft/pull/7241",
		"link": "https://wg21.link/edit7241",
		"status": "closed"
	},
	"EDIT7242": {
		"type": "editorial",
		"title": "[dcl.type.elab] Remove redundant full stop",
		"long_link": "https://github.com/cplusplus/draft/pull/7242",
		"link": "https://wg21.link/edit7242",
		"status": "closed"
	},
	"EDIT7243": {
		"type": "editorial",
		"title": "[inplace.vector] Fix some spelling/grammar issues",
		"long_link": "https://github.com/cplusplus/draft/pull/7243",
		"link": "https://wg21.link/edit7243",
		"status": "closed"
	},
	"EDIT7244": {
		"type": "editorial",
		"title": "[numerics] correct typo Bessell -> Bessel",
		"long_link": "https://github.com/cplusplus/draft/pull/7244",
		"link": "https://wg21.link/edit7244",
		"status": "closed"
	},
	"EDIT7245": {
		"type": "editorial",
		"title": "[fs.class.directory.entry.general] Remove unneeded \"unneeded\"",
		"long_link": "https://github.com/cplusplus/draft/pull/7245",
		"link": "https://wg21.link/edit7245",
		"status": "closed"
	},
	"EDIT7246": {
		"type": "editorial",
		"title": "[forward.list] This comma should be a period",
		"long_link": "https://github.com/cplusplus/draft/pull/7246",
		"link": "https://wg21.link/edit7246",
		"status": "closed"
	},
	"EDIT7247": {
		"type": "editorial",
		"title": "[optional.syn] Use `decay_t<T>` directly instead of \"see below\"",
		"long_link": "https://github.com/cplusplus/draft/pull/7247",
		"link": "https://wg21.link/edit7247",
		"status": "closed"
	},
	"EDIT7248": {
		"type": "editorial",
		"title": "[utility.syn, flat.map.defn] Remove all [[nodiscard]] from library wording",
		"long_link": "https://github.com/cplusplus/draft/pull/7248",
		"link": "https://wg21.link/edit7248",
		"status": "open"
	},
	"EDIT7249": {
		"type": "editorial",
		"title": "[associative.reqmts.general],[unord.req.general] Fix cross-references to [container.alloc.reqmts] and [container.reqmts]",
		"long_link": "https://github.com/cplusplus/draft/pull/7249",
		"link": "https://wg21.link/edit7249",
		"status": "closed"
	},
	"EDIT7250": {
		"type": "editorial",
		"title": "Is it proper to always use std:: on C functions mentioned in examples?",
		"long_link": "https://github.com/cplusplus/draft/issues/7250",
		"link": "https://wg21.link/edit7250",
		"status": "open"
	},
	"EDIT7251": {
		"type": "editorial",
		"title": "[sf.cmath.assoc.laguerre,sf.cmath.assoc.legendre] Add reference to eq",
		"long_link": "https://github.com/cplusplus/draft/pull/7251",
		"link": "https://wg21.link/edit7251",
		"status": "open"
	},
	"EDIT7252": {
		"type": "editorial",
		"title": "[inplace.vector.cons] \"Constructs an object\" is redundant",
		"long_link": "https://github.com/cplusplus/draft/pull/7252",
		"link": "https://wg21.link/edit7252",
		"status": "closed"
	},
	"EDIT7253": {
		"type": "editorial",
		"title": "[expr.delete] Remove stray \"the\" between words",
		"long_link": "https://github.com/cplusplus/draft/pull/7253",
		"link": "https://wg21.link/edit7253",
		"status": "closed"
	},
	"EDIT7254": {
		"type": "editorial",
		"title": "Compiler Does Not Flag Incorrect Operator Usage in Copy Constructor",
		"long_link": "https://github.com/cplusplus/draft/issues/7254",
		"link": "https://wg21.link/edit7254",
		"status": "closed"
	},
	"EDIT7255": {
		"type": "editorial",
		"title": "Use itemize list for optional<T>& operator=(U&& v) constraints",
		"long_link": "https://github.com/cplusplus/draft/pull/7255",
		"link": "https://wg21.link/edit7255",
		"status": "closed"
	},
	"EDIT7256": {
		"type": "editorial",
		"title": "Compiler Does Not Flag Incorrect Operator Usage in Copy Constructor",
		"long_link": "https://github.com/cplusplus/draft/issues/7256",
		"link": "https://wg21.link/edit7256",
		"status": "closed"
	},
	"EDIT7257": {
		"type": "editorial",
		"title": "Integral promotion of enums should go all the way",
		"long_link": "https://github.com/cplusplus/draft/issues/7257",
		"link": "https://wg21.link/edit7257",
		"status": "open"
	},
	"EDIT7258": {
		"type": "editorial",
		"title": "[over.match.best.general] Minor formatting fixes",
		"long_link": "https://github.com/cplusplus/draft/pull/7258",
		"link": "https://wg21.link/edit7258",
		"status": "open"
	},
	"EDIT7259": {
		"type": "editorial",
		"title": "[expr.delete] Specify value category of a delete-expression",
		"long_link": "https://github.com/cplusplus/draft/pull/7259",
		"link": "https://wg21.link/edit7259",
		"status": "open"
	},
	"EDIT7260": {
		"type": "editorial",
		"title": "[basic.stc.dynamic.general] Strike \"during program execution\"",
		"long_link": "https://github.com/cplusplus/draft/pull/7260",
		"link": "https://wg21.link/edit7260",
		"status": "open"
	},
	"EDIT7261": {
		"type": "editorial",
		"title": "[basic.stc.dynamic.general],  [func.wrap.func], [any.class.general] \"Dynamically allocated\" is not defined",
		"long_link": "https://github.com/cplusplus/draft/issues/7261",
		"link": "https://wg21.link/edit7261",
		"status": "open"
	},
	"EDIT7262": {
		"type": "editorial",
		"title": "[basic.types.general] Refactor confusing phrase \"object and value representation\"",
		"long_link": "https://github.com/cplusplus/draft/pull/7262",
		"link": "https://wg21.link/edit7262",
		"status": "open"
	},
	"EDIT7263": {
		"type": "editorial",
		"title": "[ios.init] Remove unused Init::init_cnt static member",
		"long_link": "https://github.com/cplusplus/draft/pull/7263",
		"link": "https://wg21.link/edit7263",
		"status": "closed"
	},
	"EDIT7264": {
		"type": "editorial",
		"title": "[tab:lex.charset.literal] Shorten table heading",
		"long_link": "https://github.com/cplusplus/draft/pull/7264",
		"link": "https://wg21.link/edit7264",
		"status": "closed"
	},
	"EDIT7265": {
		"type": "editorial",
		"title": "[rand.req] Fix table headers for longtable continued on following page",
		"long_link": "https://github.com/cplusplus/draft/pull/7265",
		"link": "https://wg21.link/edit7265",
		"status": "closed"
	},
	"EDIT7266": {
		"type": "editorial",
		"title": "[macros] Fix duplicate vertical lines visible in tables in [optional.assign]",
		"long_link": "https://github.com/cplusplus/draft/pull/7266",
		"link": "https://wg21.link/edit7266",
		"status": "closed"
	},
	"EDIT7267": {
		"type": "editorial",
		"title": "[std] Format URLs in blue regular font",
		"long_link": "https://github.com/cplusplus/draft/pull/7267",
		"link": "https://wg21.link/edit7267",
		"status": "closed"
	},
	"EDIT7268": {
		"type": "editorial",
		"title": "[styles] Format title of \\codeblocktu using 'caption' package",
		"long_link": "https://github.com/cplusplus/draft/pull/7268",
		"link": "https://wg21.link/edit7268",
		"status": "closed"
	},
	"EDIT7269": {
		"type": "editorial",
		"title": "[tables] Avoid whitespace around float placement by disallowing float pages",
		"long_link": "https://github.com/cplusplus/draft/pull/7269",
		"link": "https://wg21.link/edit7269",
		"status": "open"
	},
	"EDIT7270": {
		"type": "editorial",
		"title": "[complex.numbers.general] Is the effect of instantiating `complex<NonFP>` unspecified even if the specialization is program-defined?",
		"long_link": "https://github.com/cplusplus/draft/issues/7270",
		"link": "https://wg21.link/edit7270",
		"status": "open"
	},
	"EDIT7271": {
		"type": "editorial",
		"title": "[complex.numbers.general] Clarify that the template is primary",
		"long_link": "https://github.com/cplusplus/draft/pull/7271",
		"link": "https://wg21.link/edit7271",
		"status": "open"
	},
	"EDIT7272": {
		"type": "editorial",
		"title": "[DO NOT MERGE] Proposed Core reorganization for C++29",
		"long_link": "https://github.com/cplusplus/draft/pull/7272",
		"link": "https://wg21.link/edit7272",
		"status": "open"
	},
	"EDIT7273": {
		"type": "editorial",
		"title": "[cmplx.over] Should we reorder the paragraphs?",
		"long_link": "https://github.com/cplusplus/draft/issues/7273",
		"link": "https://wg21.link/edit7273",
		"status": "open"
	},
	"EDIT7274": {
		"type": "editorial",
		"title": "[styles] Do not add a page break opportunity before codeblocks",
		"long_link": "https://github.com/cplusplus/draft/pull/7274",
		"link": "https://wg21.link/edit7274",
		"status": "closed"
	},
	"EDIT7275": {
		"type": "editorial",
		"title": "[util.smartptr.shared.const] Add \\defnx to \"enables shared_from_this\"",
		"long_link": "https://github.com/cplusplus/draft/pull/7275",
		"link": "https://wg21.link/edit7275",
		"status": "open"
	},
	"EDIT7276": {
		"type": "editorial",
		"title": "[except.uncaught] Tidy the specification for uncaught exceptions",
		"long_link": "https://github.com/cplusplus/draft/pull/7276",
		"link": "https://wg21.link/edit7276",
		"status": "open"
	},
	"EDIT7277": {
		"type": "editorial",
		"title": "[ostream.inserters.arithmetic] Put use_facet use on fewer lines",
		"long_link": "https://github.com/cplusplus/draft/pull/7277",
		"link": "https://wg21.link/edit7277",
		"status": "closed"
	},
	"EDIT7278": {
		"type": "editorial",
		"title": "[except.handle] Remove confusing comparison to variadic functions",
		"long_link": "https://github.com/cplusplus/draft/pull/7278",
		"link": "https://wg21.link/edit7278",
		"status": "closed"
	},
	"EDIT7279": {
		"type": "editorial",
		"title": "[depr.lit] Fix grammar according to P2361R6",
		"long_link": "https://github.com/cplusplus/draft/pull/7279",
		"link": "https://wg21.link/edit7279",
		"status": "closed"
	},
	"EDIT7280": {
		"type": "editorial",
		"title": "[ostream.inserters.arithmetic] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/7280",
		"link": "https://wg21.link/edit7280",
		"status": "closed"
	},
	"EDIT7281": {
		"type": "editorial",
		"title": "[except.terminate] Better describe the  function `terminate`",
		"long_link": "https://github.com/cplusplus/draft/pull/7281",
		"link": "https://wg21.link/edit7281",
		"status": "open"
	},
	"EDIT7282": {
		"type": "editorial",
		"title": "[except.ctor] Retitle subclause as 'stack unwinding'",
		"long_link": "https://github.com/cplusplus/draft/pull/7282",
		"link": "https://wg21.link/edit7282",
		"status": "closed"
	},
	"EDIT7283": {
		"type": "editorial",
		"title": "[except.handle] group all paragraphs on searching for a handler",
		"long_link": "https://github.com/cplusplus/draft/pull/7283",
		"link": "https://wg21.link/edit7283",
		"status": "closed"
	},
	"EDIT7284": {
		"type": "editorial",
		"title": "[temp.pre] Fix note about uniqueness of a template name in a scope",
		"long_link": "https://github.com/cplusplus/draft/pull/7284",
		"link": "https://wg21.link/edit7284",
		"status": "open"
	},
	"EDIT7285": {
		"type": "editorial",
		"title": "[check] Improve the wording of comment misalignment check",
		"long_link": "https://github.com/cplusplus/draft/pull/7285",
		"link": "https://wg21.link/edit7285",
		"status": "closed"
	},
	"EDIT7286": {
		"type": "editorial",
		"title": "[array.creation] Clarify Mandates for `to_array` overloads",
		"long_link": "https://github.com/cplusplus/draft/pull/7286",
		"link": "https://wg21.link/edit7286",
		"status": "closed"
	},
	"EDIT7287": {
		"type": "editorial",
		"title": "[over.oper.general]: Avoid use of the term \"basic type\"",
		"long_link": "https://github.com/cplusplus/draft/pull/7287",
		"link": "https://wg21.link/edit7287",
		"status": "closed"
	},
	"EDIT7288": {
		"type": "editorial",
		"title": "[container.requirements] Index missing members of flat containers",
		"long_link": "https://github.com/cplusplus/draft/pull/7288",
		"link": "https://wg21.link/edit7288",
		"status": "closed"
	},
	"EDIT7289": {
		"type": "editorial",
		"title": "[optional.optional.general] Fix whitespace around pointer",
		"long_link": "https://github.com/cplusplus/draft/pull/7289",
		"link": "https://wg21.link/edit7289",
		"status": "closed"
	},
	"EDIT7290": {
		"type": "editorial",
		"title": "[re.grammar] Add missing backslash to UnicodeEscapeSequence example",
		"long_link": "https://github.com/cplusplus/draft/pull/7290",
		"link": "https://wg21.link/edit7290",
		"status": "closed"
	},
	"EDIT7291": {
		"type": "editorial",
		"title": "[priqueue.cons.alloc] Add missing initialization for comp",
		"long_link": "https://github.com/cplusplus/draft/pull/7291",
		"link": "https://wg21.link/edit7291",
		"status": "closed"
	},
	"EDIT7292": {
		"type": "editorial",
		"title": "[cpp.import] Active macro directive -> definition",
		"long_link": "https://github.com/cplusplus/draft/pull/7292",
		"link": "https://wg21.link/edit7292",
		"status": "closed"
	},
	"EDIT7293": {
		"type": "editorial",
		"title": "[cpp.subst] proprocessing file -> translation unit",
		"long_link": "https://github.com/cplusplus/draft/pull/7293",
		"link": "https://wg21.link/edit7293",
		"status": "closed"
	},
	"EDIT7294": {
		"type": "editorial",
		"title": "[depr] Reorder clauses by origin of deprecation",
		"long_link": "https://github.com/cplusplus/draft/pull/7294",
		"link": "https://wg21.link/edit7294",
		"status": "closed"
	},
	"EDIT7295": {
		"type": "editorial",
		"title": "[exec.split], [exec.when.all] Fix typo stop_callback_of_t -> stop_callback_for_t",
		"long_link": "https://github.com/cplusplus/draft/pull/7295",
		"link": "https://wg21.link/edit7295",
		"status": "closed"
	},
	"EDIT7296": {
		"type": "editorial",
		"title": "[diff] Prefer ill-formed to not compile",
		"long_link": "https://github.com/cplusplus/draft/pull/7296",
		"link": "https://wg21.link/edit7296",
		"status": "open"
	},
	"EDIT7297": {
		"type": "editorial",
		"title": "Create index for macro names",
		"long_link": "https://github.com/cplusplus/draft/pull/7297",
		"link": "https://wg21.link/edit7297",
		"status": "open"
	},
	"EDIT7298": {
		"type": "editorial",
		"title": "[mdspan.mdspan.overview, mutex.syn] Mini fixes for synopses",
		"long_link": "https://github.com/cplusplus/draft/pull/7298",
		"link": "https://wg21.link/edit7298",
		"status": "closed"
	},
	"EDIT7299": {
		"type": "editorial",
		"title": "[stoptoken.concepts] Remove redundant 'swappable<Token>' clause from 'stoppable_token' concept",
		"long_link": "https://github.com/cplusplus/draft/pull/7299",
		"link": "https://wg21.link/edit7299",
		"status": "closed"
	},
	"EDIT7300": {
		"type": "editorial",
		"title": "[over.match.class.deduct]p1.1.2 The wording \"conjunction\" is a bit confusing",
		"long_link": "https://github.com/cplusplus/draft/issues/7300",
		"link": "https://wg21.link/edit7300",
		"status": "closed"
	},
	"EDIT7301": {
		"type": "editorial",
		"title": "[rcu.syn] Add missing ',' for consistency",
		"long_link": "https://github.com/cplusplus/draft/pull/7301",
		"link": "https://wg21.link/edit7301",
		"status": "closed"
	},
	"EDIT7302": {
		"type": "editorial",
		"title": "[expr.const] Add paragraph number for general example",
		"long_link": "https://github.com/cplusplus/draft/pull/7302",
		"link": "https://wg21.link/edit7302",
		"status": "closed"
	},
	"EDIT7303": {
		"type": "editorial",
		"title": "[intro.memory] Implication of the note for implementation-managed \"memory locations\"",
		"long_link": "https://github.com/cplusplus/draft/issues/7303",
		"link": "https://wg21.link/edit7303",
		"status": "open"
	},
	"EDIT7304": {
		"type": "editorial",
		"title": "[exec.snd.expos] Fix markup of exposition-only identifiers in `basic-state` constructor",
		"long_link": "https://github.com/cplusplus/draft/pull/7304",
		"link": "https://wg21.link/edit7304",
		"status": "closed"
	},
	"EDIT7305": {
		"type": "editorial",
		"title": "Is LWG chair's gmail account not actively used?",
		"long_link": "https://github.com/cplusplus/draft/issues/7305",
		"link": "https://wg21.link/edit7305",
		"status": "closed"
	},
	"EDIT7306": {
		"type": "editorial",
		"title": "[class.mi] Define ambiguous/unambiguous base class",
		"long_link": "https://github.com/cplusplus/draft/pull/7306",
		"link": "https://wg21.link/edit7306",
		"status": "open"
	},
	"EDIT7307": {
		"type": "editorial",
		"title": "Replace the uses of \"local variable\" with \"[block] variable with automatic storage duration\"",
		"long_link": "https://github.com/cplusplus/draft/pull/7307",
		"link": "https://wg21.link/edit7307",
		"status": "open"
	},
	"EDIT7308": {
		"type": "editorial",
		"title": "[except.spec] Exception specifications are declarations",
		"long_link": "https://github.com/cplusplus/draft/pull/7308",
		"link": "https://wg21.link/edit7308",
		"status": "closed"
	},
	"EDIT7309": {
		"type": "editorial",
		"title": "[charconv.syn] Use higher-level indexing macros",
		"long_link": "https://github.com/cplusplus/draft/pull/7309",
		"link": "https://wg21.link/edit7309",
		"status": "closed"
	},
	"EDIT7310": {
		"type": "editorial",
		"title": "[check] Remove regex.tex",
		"long_link": "https://github.com/cplusplus/draft/pull/7310",
		"link": "https://wg21.link/edit7310",
		"status": "closed"
	},
	"EDIT7311": {
		"type": "editorial",
		"title": "Fix check-source.sh once again",
		"long_link": "https://github.com/cplusplus/draft/pull/7311",
		"link": "https://wg21.link/edit7311",
		"status": "closed"
	},
	"EDIT7312": {
		"type": "editorial",
		"title": "[cpp.subst] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/7312",
		"link": "https://wg21.link/edit7312",
		"status": "closed"
	},
	"EDIT7313": {
		"type": "editorial",
		"title": "[inplace.vector.overview] Add missing ',' in comment",
		"long_link": "https://github.com/cplusplus/draft/pull/7313",
		"link": "https://wg21.link/edit7313",
		"status": "closed"
	},
	"EDIT7314": {
		"type": "editorial",
		"title": "Could we introduce labels for issues and PRs to indicate a target standard?",
		"long_link": "https://github.com/cplusplus/draft/issues/7314",
		"link": "https://wg21.link/edit7314",
		"status": "closed"
	},
	"EDIT7315": {
		"type": "editorial",
		"title": "[lex.comment] Move the subclause earlier, to where it better fits",
		"long_link": "https://github.com/cplusplus/draft/pull/7315",
		"link": "https://wg21.link/edit7315",
		"status": "closed"
	},
	"EDIT7316": {
		"type": "editorial",
		"title": "[lex] Reorder subclauses to better follow phases of translation",
		"long_link": "https://github.com/cplusplus/draft/pull/7316",
		"link": "https://wg21.link/edit7316",
		"status": "closed"
	},
	"EDIT7317": {
		"type": "editorial",
		"title": "[except] Dissolve the exceptions clause into the rest of the document",
		"long_link": "https://github.com/cplusplus/draft/issues/7317",
		"link": "https://wg21.link/edit7317",
		"status": "open"
	},
	"EDIT7318": {
		"type": "editorial",
		"title": "[exec.util.cmplsig.trans] `transform_completion_signatures_of` is not further elaborated on",
		"long_link": "https://github.com/cplusplus/draft/issues/7318",
		"link": "https://wg21.link/edit7318",
		"status": "open"
	},
	"EDIT7319": {
		"type": "editorial",
		"title": "[library.general] Adjust library overview for recent clause restructuring",
		"long_link": "https://github.com/cplusplus/draft/pull/7319",
		"link": "https://wg21.link/edit7319",
		"status": "closed"
	},
	"EDIT7320": {
		"type": "editorial",
		"title": "[CPP29 REORG] Dissolve [except]",
		"long_link": "https://github.com/cplusplus/draft/pull/7320",
		"link": "https://wg21.link/edit7320",
		"status": "open"
	},
	"EDIT7321": {
		"type": "editorial",
		"title": "[inplace.vector] Move reserve+shrink_to_fit from #modifiers to #capacity",
		"long_link": "https://github.com/cplusplus/draft/pull/7321",
		"link": "https://wg21.link/edit7321",
		"status": "open"
	},
	"EDIT7322": {
		"type": "editorial",
		"title": "[inplace.vector] Use `T*`, not `pointer`, for some return types",
		"long_link": "https://github.com/cplusplus/draft/pull/7322",
		"link": "https://wg21.link/edit7322",
		"status": "open"
	},
	"EDIT7323": {
		"type": "editorial",
		"title": "[basic.align] Move the Alignment clause adjacent to the Object model",
		"long_link": "https://github.com/cplusplus/draft/pull/7323",
		"link": "https://wg21.link/edit7323",
		"status": "open"
	},
	"EDIT7324": {
		"type": "editorial",
		"title": "[lex.pptoken] Fix indefinitive article for consistency",
		"long_link": "https://github.com/cplusplus/draft/pull/7324",
		"link": "https://wg21.link/edit7324",
		"status": "closed"
	},
	"EDIT7325": {
		"type": "editorial",
		"title": "[lex.phases] Add crossreferences from phases 3 and 4",
		"long_link": "https://github.com/cplusplus/draft/pull/7325",
		"link": "https://wg21.link/edit7325",
		"status": "closed"
	},
	"EDIT7326": {
		"type": "editorial",
		"title": "[specialized.algorithms.general] Restore the note for potentially-overlapping objects and undefined behavior",
		"long_link": "https://github.com/cplusplus/draft/pull/7326",
		"link": "https://wg21.link/edit7326",
		"status": "closed"
	},
	"EDIT7327": {
		"type": "editorial",
		"title": "[depr,input.output,future.syn] Improve indexing of enumerations",
		"long_link": "https://github.com/cplusplus/draft/pull/7327",
		"link": "https://wg21.link/edit7327",
		"status": "closed"
	},
	"EDIT7328": {
		"type": "editorial",
		"title": "[func.wrap.func.con], [func.wrap.move.class], [func.wrap.copy.class], [any.class.general] Reword avoidance of 'dynamically allocated memory' as 'nesting an object within'",
		"long_link": "https://github.com/cplusplus/draft/pull/7328",
		"link": "https://wg21.link/edit7328",
		"status": "open"
	},
	"EDIT7329": {
		"type": "editorial",
		"title": "[unique.ptr.general] Delete note listing unique_ptr use cases",
		"long_link": "https://github.com/cplusplus/draft/pull/7329",
		"link": "https://wg21.link/edit7329",
		"status": "open"
	},
	"EDIT7330": {
		"type": "editorial",
		"title": "[basic.stc.dynamic.general] Fix definition/explanation of dynamic storage duration",
		"long_link": "https://github.com/cplusplus/draft/pull/7330",
		"link": "https://wg21.link/edit7330",
		"status": "open"
	},
	"EDIT7331": {
		"type": "editorial",
		"title": "[basic.life] Reference [intro.object] in transparent replacement note and improve example",
		"long_link": "https://github.com/cplusplus/draft/pull/7331",
		"link": "https://wg21.link/edit7331",
		"status": "open"
	},
	"EDIT7332": {
		"type": "editorial",
		"title": "[intro.races] Clarify conflicts for the case where no bits are changed",
		"long_link": "https://github.com/cplusplus/draft/pull/7332",
		"link": "https://wg21.link/edit7332",
		"status": "closed"
	},
	"EDIT7333": {
		"type": "editorial",
		"title": "Use \\libglobal for indexing",
		"long_link": "https://github.com/cplusplus/draft/pull/7333",
		"link": "https://wg21.link/edit7333",
		"status": "closed"
	},
	"EDIT7334": {
		"type": "editorial",
		"title": "[exec] Use appropriate macros for concept references",
		"long_link": "https://github.com/cplusplus/draft/pull/7334",
		"link": "https://wg21.link/edit7334",
		"status": "closed"
	},
	"EDIT7335": {
		"type": "editorial",
		"title": "[temp.deduct.call] Include surrounding code in math formula",
		"long_link": "https://github.com/cplusplus/draft/pull/7335",
		"link": "https://wg21.link/edit7335",
		"status": "closed"
	},
	"EDIT7336": {
		"type": "editorial",
		"title": "[lex.header] Modernize text around header names",
		"long_link": "https://github.com/cplusplus/draft/pull/7336",
		"link": "https://wg21.link/edit7336",
		"status": "open"
	},
	"EDIT7337": {
		"type": "editorial",
		"title": "[locale.codecvt.virtuals] Possible grammar error",
		"long_link": "https://github.com/cplusplus/draft/issues/7337",
		"link": "https://wg21.link/edit7337",
		"status": "closed"
	},
	"EDIT7338": {
		"type": "editorial",
		"title": "[locale.codecvt.virtuals] Fix garbled sentence",
		"long_link": "https://github.com/cplusplus/draft/pull/7338",
		"link": "https://wg21.link/edit7338",
		"status": "closed"
	},
	"EDIT7339": {
		"type": "editorial",
		"title": "[compliance] Sort the freestanding headers after clause reorganization",
		"long_link": "https://github.com/cplusplus/draft/pull/7339",
		"link": "https://wg21.link/edit7339",
		"status": "closed"
	},
	"EDIT7340": {
		"type": "editorial",
		"title": "[exec.awaitables] Add missing word",
		"long_link": "https://github.com/cplusplus/draft/pull/7340",
		"link": "https://wg21.link/edit7340",
		"status": "closed"
	},
	"EDIT7341": {
		"type": "editorial",
		"title": "[func.wrap.func.con] Fix ill-formed postcondition",
		"long_link": "https://github.com/cplusplus/draft/pull/7341",
		"link": "https://wg21.link/edit7341",
		"status": "closed"
	},
	"EDIT7342": {
		"type": "editorial",
		"title": "[basic.link] Add oxford comma",
		"long_link": "https://github.com/cplusplus/draft/pull/7342",
		"link": "https://wg21.link/edit7342",
		"status": "closed"
	},
	"EDIT7343": {
		"type": "editorial",
		"title": "[exec] Add indexing",
		"long_link": "https://github.com/cplusplus/draft/pull/7343",
		"link": "https://wg21.link/edit7343",
		"status": "closed"
	},
	"EDIT7344": {
		"type": "editorial",
		"title": "(do not merge) [cpp.predefined] Index predefined macros",
		"long_link": "https://github.com/cplusplus/draft/pull/7344",
		"link": "https://wg21.link/edit7344",
		"status": "open"
	},
	"EDIT7345": {
		"type": "editorial",
		"title": "[basic.stc.inherit] Dissolve paragraph into [basic.stc.general]",
		"long_link": "https://github.com/cplusplus/draft/pull/7345",
		"link": "https://wg21.link/edit7345",
		"status": "closed"
	},
	"EDIT7346": {
		"type": "editorial",
		"title": "[lex.pptoken] Do not use terms before they are defined",
		"long_link": "https://github.com/cplusplus/draft/pull/7346",
		"link": "https://wg21.link/edit7346",
		"status": "closed"
	},
	"EDIT7347": {
		"type": "editorial",
		"title": "[locale.codecvt.virtuals] Improve wording",
		"long_link": "https://github.com/cplusplus/draft/pull/7347",
		"link": "https://wg21.link/edit7347",
		"status": "open"
	},
	"EDIT7348": {
		"type": "editorial",
		"title": "[basic.compound] Add comma to run-on sentence",
		"long_link": "https://github.com/cplusplus/draft/pull/7348",
		"link": "https://wg21.link/edit7348",
		"status": "closed"
	},
	"EDIT7349": {
		"type": "editorial",
		"title": "[temp.spec.partial.general], [temp.expl.spec] \"Partial specialization\" and \"explicit specialization\" should be defined",
		"long_link": "https://github.com/cplusplus/draft/issues/7349",
		"link": "https://wg21.link/edit7349",
		"status": "open"
	},
	"EDIT7350": {
		"type": "editorial",
		"title": "[exec.queryable.general] Can we use `std::as_const` here?",
		"long_link": "https://github.com/cplusplus/draft/issues/7350",
		"link": "https://wg21.link/edit7350",
		"status": "closed"
	},
	"EDIT7351": {
		"type": "editorial",
		"title": "[lex.separate] Redistribute second comment",
		"long_link": "https://github.com/cplusplus/draft/pull/7351",
		"link": "https://wg21.link/edit7351",
		"status": "open"
	},
	"EDIT7352": {
		"type": "editorial",
		"title": "Prepare C++26 for clause reorganization in C++29",
		"long_link": "https://github.com/cplusplus/draft/issues/7352",
		"link": "https://wg21.link/edit7352",
		"status": "open"
	},
	"EDIT7353": {
		"type": "editorial",
		"title": "[bit.cast] Rename \"behaviour\" to \"behavior\" for consistency",
		"long_link": "https://github.com/cplusplus/draft/pull/7353",
		"link": "https://wg21.link/edit7353",
		"status": "closed"
	},
	"EDIT7354": {
		"type": "editorial",
		"title": "[associative.reqmts.general] Fix punctuation",
		"long_link": "https://github.com/cplusplus/draft/pull/7354",
		"link": "https://wg21.link/edit7354",
		"status": "closed"
	},
	"EDIT7355": {
		"type": "editorial",
		"title": "[mdspan.layout.left.cons] Remove duplicate \"Effects:\"",
		"long_link": "https://github.com/cplusplus/draft/pull/7355",
		"link": "https://wg21.link/edit7355",
		"status": "closed"
	},
	"EDIT7356": {
		"type": "editorial",
		"title": "[conv.general] Remove duplicate cross-reference to [dcl.init]",
		"long_link": "https://github.com/cplusplus/draft/pull/7356",
		"link": "https://wg21.link/edit7356",
		"status": "closed"
	},
	"EDIT7357": {
		"type": "editorial",
		"title": "Replace \"of [...] storage duration\" with \"with [...] storage duration\"",
		"long_link": "https://github.com/cplusplus/draft/pull/7357",
		"link": "https://wg21.link/edit7357",
		"status": "open"
	},
	"EDIT7358": {
		"type": "editorial",
		"title": "[expr.prim.lambda.capture], [expr.const], [ostream.formatted.print] Clarify automatic variable",
		"long_link": "https://github.com/cplusplus/draft/pull/7358",
		"link": "https://wg21.link/edit7358",
		"status": "closed"
	},
	"EDIT7359": {
		"type": "editorial",
		"title": "[lex] Better specify whitespace characters",
		"long_link": "https://github.com/cplusplus/draft/pull/7359",
		"link": "https://wg21.link/edit7359",
		"status": "open"
	},
	"EDIT7360": {
		"type": "editorial",
		"title": "[mdspan.layout.left.cons] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/7360",
		"link": "https://wg21.link/edit7360",
		"status": "closed"
	},
	"EDIT7361": {
		"type": "editorial",
		"title": "[lex.phases] Use preprocessing token consistently",
		"long_link": "https://github.com/cplusplus/draft/pull/7361",
		"link": "https://wg21.link/edit7361",
		"status": "open"
	},
	"EDIT7362": {
		"type": "editorial",
		"title": "[basic.compound] Update introduction",
		"long_link": "https://github.com/cplusplus/draft/pull/7362",
		"link": "https://wg21.link/edit7362",
		"status": "open"
	},
	"EDIT7363": {
		"type": "editorial",
		"title": "[ptr.align] uses uppercase X for an object",
		"long_link": "https://github.com/cplusplus/draft/issues/7363",
		"link": "https://wg21.link/edit7363",
		"status": "closed"
	},
	"EDIT7364": {
		"type": "editorial",
		"title": "[algorithms, numerics] Replace \"exactly\" with \"at most\" in Complexity",
		"long_link": "https://github.com/cplusplus/draft/pull/7364",
		"link": "https://wg21.link/edit7364",
		"status": "open"
	},
	"EDIT7365": {
		"type": "editorial",
		"title": "[lib.types.movedfrom] Add cross-reference to [defns.valid]",
		"long_link": "https://github.com/cplusplus/draft/pull/7365",
		"link": "https://wg21.link/edit7365",
		"status": "closed"
	},
	"EDIT7366": {
		"type": "editorial",
		"title": "[defns.valid] Elaborate on cause in example and add cross-references",
		"long_link": "https://github.com/cplusplus/draft/pull/7366",
		"link": "https://wg21.link/edit7366",
		"status": "closed"
	},
	"EDIT7367": {
		"type": "editorial",
		"title": "[ptr.align] Use math-font 'X' for the object",
		"long_link": "https://github.com/cplusplus/draft/pull/7367",
		"link": "https://wg21.link/edit7367",
		"status": "closed"
	},
	"EDIT7368": {
		"type": "editorial",
		"title": "Incorrect example for member access expression with `using enum` in [enum.udecl] CWG2959",
		"long_link": "https://github.com/cplusplus/draft/issues/7368",
		"link": "https://wg21.link/edit7368",
		"status": "open"
	},
	"EDIT7369": {
		"type": "editorial",
		"title": "[reverse.iter.cons] Seemingly redundant wording",
		"long_link": "https://github.com/cplusplus/draft/issues/7369",
		"link": "https://wg21.link/edit7369",
		"status": "open"
	},
	"EDIT7370": {
		"type": "editorial",
		"title": "[exec.opstate.general] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/7370",
		"link": "https://wg21.link/edit7370",
		"status": "closed"
	},
	"EDIT7371": {
		"type": "editorial",
		"title": "2 typos in linalg mandates and preconditions sections",
		"long_link": "https://github.com/cplusplus/draft/issues/7371",
		"link": "https://wg21.link/edit7371",
		"status": "closed"
	},
	"EDIT7372": {
		"type": "editorial",
		"title": "[linalg.helpers.mandates] fix typos in linalg mandates section",
		"long_link": "https://github.com/cplusplus/draft/pull/7372",
		"link": "https://wg21.link/edit7372",
		"status": "closed"
	},
	"EDIT7373": {
		"type": "editorial",
		"title": "[linalg.reqs.val] is missing an 's' in \"linear algebra value type\"",
		"long_link": "https://github.com/cplusplus/draft/issues/7373",
		"link": "https://wg21.link/edit7373",
		"status": "closed"
	},
	"EDIT7374": {
		"type": "editorial",
		"title": "[linalg.reqs.val] Fix use of \\defnadjx for value types",
		"long_link": "https://github.com/cplusplus/draft/pull/7374",
		"link": "https://wg21.link/edit7374",
		"status": "closed"
	},
	"EDIT7375": {
		"type": "editorial",
		"title": "[macros] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/7375",
		"link": "https://wg21.link/edit7375",
		"status": "closed"
	},
	"EDIT7376": {
		"type": "editorial",
		"title": "[reverse.iter.cons] Removed redundant wording",
		"long_link": "https://github.com/cplusplus/draft/pull/7376",
		"link": "https://wg21.link/edit7376",
		"status": "closed"
	},
	"EDIT7377": {
		"type": "editorial",
		"title": "Is `suspended` a term of power for coroutines?",
		"long_link": "https://github.com/cplusplus/draft/issues/7377",
		"link": "https://wg21.link/edit7377",
		"status": "open"
	},
	"EDIT7378": {
		"type": "editorial",
		"title": "[expr.await] Define 'suspend' as a term of power for coroutines",
		"long_link": "https://github.com/cplusplus/draft/pull/7378",
		"link": "https://wg21.link/edit7378",
		"status": "open"
	},
	"EDIT7379": {
		"type": "editorial",
		"title": "Change total order to strict total order CWG2954",
		"long_link": "https://github.com/cplusplus/draft/pull/7379",
		"link": "https://wg21.link/edit7379",
		"status": "closed"
	},
	"EDIT7380": {
		"type": "editorial",
		"title": "flat maps could use \\exposid for private members",
		"long_link": "https://github.com/cplusplus/draft/issues/7380",
		"link": "https://wg21.link/edit7380",
		"status": "open"
	},
	"EDIT7381": {
		"type": "editorial",
		"title": "[lex.pptoken] Separate out placeholder keywords",
		"long_link": "https://github.com/cplusplus/draft/pull/7381",
		"link": "https://wg21.link/edit7381",
		"status": "open"
	},
	"EDIT7382": {
		"type": "editorial",
		"title": "[array.overview] p3 still refers to container requirements in \"tables\"",
		"long_link": "https://github.com/cplusplus/draft/issues/7382",
		"link": "https://wg21.link/edit7382",
		"status": "closed"
	},
	"EDIT7383": {
		"type": "editorial",
		"title": "[dcl.fct.def.coroutine]: Initialization of the copy of a parameter of a coroutine",
		"long_link": "https://github.com/cplusplus/draft/issues/7383",
		"link": "https://wg21.link/edit7383",
		"status": "open"
	},
	"EDIT7384": {
		"type": "editorial",
		"title": "[thread.lock.unique.general] Remove extraneous space in `operator bool ()`",
		"long_link": "https://github.com/cplusplus/draft/pull/7384",
		"link": "https://wg21.link/edit7384",
		"status": "closed"
	},
	"EDIT7385": {
		"type": "editorial",
		"title": "[thread.lock.shared.general] Remove extraneous space in `operator bool ()` declaration",
		"long_link": "https://github.com/cplusplus/draft/pull/7385",
		"link": "https://wg21.link/edit7385",
		"status": "closed"
	},
	"EDIT7386": {
		"type": "editorial",
		"title": "[dcl.link] p10 objects vs. entities",
		"long_link": "https://github.com/cplusplus/draft/pull/7386",
		"link": "https://wg21.link/edit7386",
		"status": "closed"
	},
	"EDIT7387": {
		"type": "editorial",
		"title": "[fs.op.remove] clarify Returns element",
		"long_link": "https://github.com/cplusplus/draft/pull/7387",
		"link": "https://wg21.link/edit7387",
		"status": "closed"
	},
	"EDIT7388": {
		"type": "editorial",
		"title": "[conv.rank] Remove mention of `char` from the first bullet",
		"long_link": "https://github.com/cplusplus/draft/pull/7388",
		"link": "https://wg21.link/edit7388",
		"status": "open"
	},
	"EDIT7389": {
		"type": "editorial",
		"title": "[over.ics.ref] Fix formatting of 'cv `T`'",
		"long_link": "https://github.com/cplusplus/draft/pull/7389",
		"link": "https://wg21.link/edit7389",
		"status": "closed"
	},
	"EDIT7390": {
		"type": "editorial",
		"title": "[string.erase] Replace \\tcode with \\range",
		"long_link": "https://github.com/cplusplus/draft/pull/7390",
		"link": "https://wg21.link/edit7390",
		"status": "closed"
	},
	"EDIT7391": {
		"type": "editorial",
		"title": "[class] Don't hyphenate 'multidimensional'",
		"long_link": "https://github.com/cplusplus/draft/pull/7391",
		"link": "https://wg21.link/edit7391",
		"status": "closed"
	},
	"EDIT7392": {
		"type": "editorial",
		"title": "[over.ics.ref] Capitalize 'Exact Match'",
		"long_link": "https://github.com/cplusplus/draft/pull/7392",
		"link": "https://wg21.link/edit7392",
		"status": "closed"
	},
	"EDIT7393": {
		"type": "editorial",
		"title": "[lex.phases] Move cross-reference to [lex.charset] to the first use of 'translation character set'",
		"long_link": "https://github.com/cplusplus/draft/pull/7393",
		"link": "https://wg21.link/edit7393",
		"status": "closed"
	},
	"EDIT7394": {
		"type": "editorial",
		"title": "[temp.param] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/7394",
		"link": "https://wg21.link/edit7394",
		"status": "closed"
	},
	"EDIT7395": {
		"type": "editorial",
		"title": "[defns.regex.primary.equivalence.class] Hyphenate 'locale-specific'",
		"long_link": "https://github.com/cplusplus/draft/pull/7395",
		"link": "https://wg21.link/edit7395",
		"status": "closed"
	},
	"EDIT7396": {
		"type": "editorial",
		"title": "[defns.argument] Mention braced-init-list",
		"long_link": "https://github.com/cplusplus/draft/pull/7396",
		"link": "https://wg21.link/edit7396",
		"status": "open"
	},
	"EDIT7397": {
		"type": "editorial",
		"title": "[temp.constr.normal] Use `\\cdots` to produce an ellipsis",
		"long_link": "https://github.com/cplusplus/draft/pull/7397",
		"link": "https://wg21.link/edit7397",
		"status": "open"
	},
	"EDIT7398": {
		"type": "editorial",
		"title": "[flat.map.defn, flat.set.defn] Avoid naming the `from_range_t` tag",
		"long_link": "https://github.com/cplusplus/draft/pull/7398",
		"link": "https://wg21.link/edit7398",
		"status": "open"
	},
	"EDIT7399": {
		"type": "editorial",
		"title": "Main plan for clause reorganization for C++29",
		"long_link": "https://github.com/cplusplus/draft/issues/7399",
		"link": "https://wg21.link/edit7399",
		"status": "open"
	},
	"EDIT7400": {
		"type": "editorial",
		"title": "Introduce a higher level of organization to [lex] for C++29",
		"long_link": "https://github.com/cplusplus/draft/issues/7400",
		"link": "https://wg21.link/edit7400",
		"status": "open"
	},
	"EDIT7401": {
		"type": "editorial",
		"title": "[vector.capacity] vector::reserve is tutorial-like",
		"long_link": "https://github.com/cplusplus/draft/issues/7401",
		"link": "https://wg21.link/edit7401",
		"status": "open"
	},
	"EDIT7402": {
		"type": "editorial",
		"title": "[refwrap.invoke] Place period at end",
		"long_link": "https://github.com/cplusplus/draft/pull/7402",
		"link": "https://wg21.link/edit7402",
		"status": "closed"
	},
	"EDIT7403": {
		"type": "editorial",
		"title": "[lex.ccon][except.spec] Remove trailing linebreak from grammar",
		"long_link": "https://github.com/cplusplus/draft/pull/7403",
		"link": "https://wg21.link/edit7403",
		"status": "closed"
	},
	"EDIT7404": {
		"type": "editorial",
		"title": "[lex] Provide unicode name for all control characters",
		"long_link": "https://github.com/cplusplus/draft/pull/7404",
		"link": "https://wg21.link/edit7404",
		"status": "open"
	},
	"EDIT7405": {
		"type": "editorial",
		"title": "[2024-11 CWG Motion 1] P3524R0 Core Language Working Group \"ready\" Issues for the November, 2024 meeting",
		"long_link": "https://github.com/cplusplus/draft/issues/7405",
		"link": "https://wg21.link/edit7405",
		"status": "open"
	},
	"EDIT7406": {
		"type": "editorial",
		"title": "[2024-11 CWG Motion 2] P3340R0 A Consistent Grammar for Sequences",
		"long_link": "https://github.com/cplusplus/draft/issues/7406",
		"link": "https://wg21.link/edit7406",
		"status": "open"
	},
	"EDIT7407": {
		"type": "editorial",
		"title": "[2024-11 CWG Motion 3] P2686R5 constexpr structured bindings and references to constexpr variables",
		"long_link": "https://github.com/cplusplus/draft/issues/7407",
		"link": "https://wg21.link/edit7407",
		"status": "open"
	},
	"EDIT7408": {
		"type": "editorial",
		"title": "[2024-11 CWG Motion 4] P3068R6 Allowing exception throwing in constant-evaluation",
		"long_link": "https://github.com/cplusplus/draft/issues/7408",
		"link": "https://wg21.link/edit7408",
		"status": "open"
	},
	"EDIT7409": {
		"type": "editorial",
		"title": "[2024-11 CWG Motion 5] P3247R2 Deprecate the notion of trivial types",
		"long_link": "https://github.com/cplusplus/draft/issues/7409",
		"link": "https://wg21.link/edit7409",
		"status": "open"
	},
	"EDIT7410": {
		"type": "editorial",
		"title": "[2024-11 CWG Motion 6] P2865R6 Remove Deprecated Array Comparisons from C++26",
		"long_link": "https://github.com/cplusplus/draft/issues/7410",
		"link": "https://wg21.link/edit7410",
		"status": "open"
	},
	"EDIT7411": {
		"type": "editorial",
		"title": "[2024-11 CWG Motion 7] P1061R10 Structured Bindings can introduce a Pack",
		"long_link": "https://github.com/cplusplus/draft/issues/7411",
		"link": "https://wg21.link/edit7411",
		"status": "open"
	},
	"EDIT7412": {
		"type": "editorial",
		"title": "[2024-11 CWG Motion 8] P3176R1 The Oxford variadic comma",
		"long_link": "https://github.com/cplusplus/draft/issues/7412",
		"link": "https://wg21.link/edit7412",
		"status": "open"
	},
	"EDIT7413": {
		"type": "editorial",
		"title": "[2024-11 LWG Motion 1] P3504R0 C++ Standard Library Ready Issues to be moved in Wrocław, Nov. 2024",
		"long_link": "https://github.com/cplusplus/draft/issues/7413",
		"link": "https://wg21.link/edit7413",
		"status": "open"
	},
	"EDIT7414": {
		"type": "editorial",
		"title": "[2024-11 LWG Motion 2] P3136R1 Retiring niebloids",
		"long_link": "https://github.com/cplusplus/draft/issues/7414",
		"link": "https://wg21.link/edit7414",
		"status": "open"
	},
	"EDIT7415": {
		"type": "editorial",
		"title": "[2024-11 LWG Motion 3] P3138R5 views::cache_latest",
		"long_link": "https://github.com/cplusplus/draft/issues/7415",
		"link": "https://wg21.link/edit7415",
		"status": "open"
	},
	"EDIT7416": {
		"type": "editorial",
		"title": "[2024-11 LWG Motion 4] 3379R0 Constrain std::expected equality operators",
		"long_link": "https://github.com/cplusplus/draft/issues/7416",
		"link": "https://wg21.link/edit7416",
		"status": "open"
	},
	"EDIT7417": {
		"type": "editorial",
		"title": "[2024-11 LWG Motion 5] P0472R2 Put std::monostate in utility",
		"long_link": "https://github.com/cplusplus/draft/issues/7417",
		"link": "https://wg21.link/edit7417",
		"status": "open"
	},
	"EDIT7418": {
		"type": "editorial",
		"title": "[2024-11 LWG Motion 6] P2862R1 text_encoding::name() should never return null value",
		"long_link": "https://github.com/cplusplus/draft/issues/7418",
		"link": "https://wg21.link/edit7418",
		"status": "open"
	},
	"EDIT7419": {
		"type": "editorial",
		"title": "[2024-11 LWG Motion 7] P2897R7 aligned_accessor: An mdspan accessor expressing pointer over-alignment",
		"long_link": "https://github.com/cplusplus/draft/issues/7419",
		"link": "https://wg21.link/edit7419",
		"status": "open"
	},
	"EDIT7420": {
		"type": "editorial",
		"title": "[2024-11 LWG Motion 8] P3355R1 Fix submdspan for C++26",
		"long_link": "https://github.com/cplusplus/draft/issues/7420",
		"link": "https://wg21.link/edit7420",
		"status": "open"
	},
	"EDIT7421": {
		"type": "editorial",
		"title": "[2024-11 LWG Motion 9] P3222R0 Fix C++26 by adding transposed special cases for P2642 layouts",
		"long_link": "https://github.com/cplusplus/draft/issues/7421",
		"link": "https://wg21.link/edit7421",
		"status": "open"
	},
	"EDIT7422": {
		"type": "editorial",
		"title": "[2024-11 LWG Motion 10] P3050R2 Fix C++26 by optimizing linalg::conjugated for noncomplex value types",
		"long_link": "https://github.com/cplusplus/draft/issues/7422",
		"link": "https://wg21.link/edit7422",
		"status": "open"
	},
	"EDIT7423": {
		"type": "editorial",
		"title": "[2024-11 LWG Motion 11] P3396R1 std::execution wording fixes",
		"long_link": "https://github.com/cplusplus/draft/issues/7423",
		"link": "https://wg21.link/edit7423",
		"status": "open"
	},
	"EDIT7424": {
		"type": "editorial",
		"title": "[2024-11 LWG Motion 12] P2835R7 Expose std::atomic_ref's object address",
		"long_link": "https://github.com/cplusplus/draft/issues/7424",
		"link": "https://wg21.link/edit7424",
		"status": "open"
	},
	"EDIT7425": {
		"type": "editorial",
		"title": "[2024-11 LWG Motion 13] P3323R1 cv-qualified types in atomic and atomic_ref",
		"long_link": "https://github.com/cplusplus/draft/issues/7425",
		"link": "https://wg21.link/edit7425",
		"status": "open"
	},
	"EDIT7426": {
		"type": "editorial",
		"title": "[2024-11 LWG Motion 14] P3508R0 Wording for \"constexpr for specialized memory algorithms\" and P3369R0 constexpr for uninitialized_default_construct",
		"long_link": "https://github.com/cplusplus/draft/issues/7426",
		"link": "https://wg21.link/edit7426",
		"status": "open"
	},
	"EDIT7427": {
		"type": "editorial",
		"title": "[2024-11 LWG Motion 15] P3370R1 Add new library headers from C23",
		"long_link": "https://github.com/cplusplus/draft/issues/7427",
		"link": "https://wg21.link/edit7427",
		"status": "open"
	},
	"EDIT7428": {
		"type": "editorial",
		"title": "[2024-11 LWG Motion 16] P3309R3 constexpr atomic and atomic_ref",
		"long_link": "https://github.com/cplusplus/draft/issues/7428",
		"link": "https://wg21.link/edit7428",
		"status": "open"
	},
	"EDIT7429": {
		"type": "editorial",
		"title": "[2024-11 LWG Motion 17] P3019R11 indirect and polymorphic: Vocabulary Types for Composite Class Design",
		"long_link": "https://github.com/cplusplus/draft/issues/7429",
		"link": "https://wg21.link/edit7429",
		"status": "open"
	},
	"EDIT7430": {
		"type": "editorial",
		"title": "[2024-11 LWG Motion 18] P1928R15 std::simd — merge data-parallel types from the Parallelism TS 2",
		"long_link": "https://github.com/cplusplus/draft/issues/7430",
		"link": "https://wg21.link/edit7430",
		"status": "open"
	},
	"EDIT7431": {
		"type": "editorial",
		"title": "[2024-11 LWG Motion 19] P3325R5 A Utility for Creating Execution Environments",
		"long_link": "https://github.com/cplusplus/draft/issues/7431",
		"link": "https://wg21.link/edit7431",
		"status": "open"
	},
	"EDIT7432": {
		"type": "editorial",
		"title": "[lex.phases] Reorder the first two sentences of phase 7",
		"long_link": "https://github.com/cplusplus/draft/pull/7432",
		"link": "https://wg21.link/edit7432",
		"status": "open"
	},
	"EDIT7433": {
		"type": "editorial",
		"title": "Merge 2024-11 CWG Motion 2",
		"long_link": "https://github.com/cplusplus/draft/pull/7433",
		"link": "https://wg21.link/edit7433",
		"status": "open"
	},
	"EDIT7434": {
		"type": "editorial",
		"title": "Merge 2024-11 CWG Motion 8 - P3176R1 The Oxford variadic comma",
		"long_link": "https://github.com/cplusplus/draft/pull/7434",
		"link": "https://wg21.link/edit7434",
		"status": "open"
	},
	"EDIT7435": {
		"type": "editorial",
		"title": "Merge 2024-11 CWG Motion 6 - Remove Deprecated Array Comparisons",
		"long_link": "https://github.com/cplusplus/draft/pull/7435",
		"link": "https://wg21.link/edit7435",
		"status": "open"
	},
	"EDIT7436": {
		"type": "editorial",
		"title": "P3068R6 Allowing exception throwing in constant-evaluation",
		"long_link": "https://github.com/cplusplus/draft/pull/7436",
		"link": "https://wg21.link/edit7436",
		"status": "closed"
	},
	"EDIT7437": {
		"type": "editorial",
		"title": "Merge 2024-11 LWG Motion 18 - P1928R15 std::simd — merge data-parallel types from the Parallelism TS 2",
		"long_link": "https://github.com/cplusplus/draft/pull/7437",
		"link": "https://wg21.link/edit7437",
		"status": "closed"
	},
	"EDIT7438": {
		"type": "editorial",
		"title": "P3068R6 Allowing exception throwing in constant-evaluation",
		"long_link": "https://github.com/cplusplus/draft/pull/7438",
		"link": "https://wg21.link/edit7438",
		"status": "open"
	},
	"EDIT7439": {
		"type": "editorial",
		"title": "P3247R2 Deprecate the notion of trivial types",
		"long_link": "https://github.com/cplusplus/draft/pull/7439",
		"link": "https://wg21.link/edit7439",
		"status": "open"
	},
	"EDIT7440": {
		"type": "editorial",
		"title": "Merge 2024-11 LWG Motion 18 - P1928R15 std::simd — merge data-parallel types from the Parallelism TS 2",
		"long_link": "https://github.com/cplusplus/draft/pull/7440",
		"link": "https://wg21.link/edit7440",
		"status": "open"
	},
	"EDIT7441": {
		"type": "editorial",
		"title": "[C++29] Dissolve [lex] into the rest of the standard",
		"long_link": "https://github.com/cplusplus/draft/issues/7441",
		"link": "https://wg21.link/edit7441",
		"status": "open"
	},
	"EDIT7442": {
		"type": "editorial",
		"title": "[allocator.requirements.general] Change \"pointer\" to \"value\".",
		"long_link": "https://github.com/cplusplus/draft/pull/7442",
		"link": "https://wg21.link/edit7442",
		"status": "open"
	},
	"EDIT7443": {
		"type": "editorial",
		"title": "[format.syn] Add \\libconcept for `input_range`",
		"long_link": "https://github.com/cplusplus/draft/pull/7443",
		"link": "https://wg21.link/edit7443",
		"status": "closed"
	},
	"EDIT7444": {
		"type": "editorial",
		"title": "Fix examples a7, a8 in [over.match.class.deduct]p6",
		"long_link": "https://github.com/cplusplus/draft/pull/7444",
		"link": "https://wg21.link/edit7444",
		"status": "open"
	},
	"EDIT7445": {
		"type": "editorial",
		"title": "Wrong examples in [over.match.class.deduct]-p6",
		"long_link": "https://github.com/cplusplus/draft/issues/7445",
		"link": "https://wg21.link/edit7445",
		"status": "closed"
	},
	"EDIT7446": {
		"type": "editorial",
		"title": "P1061R10 Structured Bindings can introduce a Pack",
		"long_link": "https://github.com/cplusplus/draft/pull/7446",
		"link": "https://wg21.link/edit7446",
		"status": "open"
	},
	"EDIT7447": {
		"type": "editorial",
		"title": "P2862R1 text_encoding::name() should never return null values",
		"long_link": "https://github.com/cplusplus/draft/pull/7447",
		"link": "https://wg21.link/edit7447",
		"status": "open"
	},
	"EDIT7448": {
		"type": "editorial",
		"title": "P3136R1 Retiring niebloids",
		"long_link": "https://github.com/cplusplus/draft/pull/7448",
		"link": "https://wg21.link/edit7448",
		"status": "open"
	},
	"EDIT7449": {
		"type": "editorial",
		"title": "P3379R0 Constrain std::expected equality operators",
		"long_link": "https://github.com/cplusplus/draft/pull/7449",
		"link": "https://wg21.link/edit7449",
		"status": "open"
	},
	"EDIT7450": {
		"type": "editorial",
		"title": "Avoid incorrect sentence parsing option on types",
		"long_link": "https://github.com/cplusplus/draft/pull/7450",
		"link": "https://wg21.link/edit7450",
		"status": "closed"
	},
	"EDIT7451": {
		"type": "editorial",
		"title": "P3138R5 views::cache_latest",
		"long_link": "https://github.com/cplusplus/draft/pull/7451",
		"link": "https://wg21.link/edit7451",
		"status": "open"
	},
	"EDIT7452": {
		"type": "editorial",
		"title": "Immediate understanding of non-type templ. param.",
		"long_link": "https://github.com/cplusplus/draft/pull/7452",
		"link": "https://wg21.link/edit7452",
		"status": "closed"
	},
	"EDIT7453": {
		"type": "editorial",
		"title": "Clarifications in [dcl.spec.auto.general]",
		"long_link": "https://github.com/cplusplus/draft/issues/7453",
		"link": "https://wg21.link/edit7453",
		"status": "open"
	},
	"EDIT7454": {
		"type": "editorial",
		"title": "Avoid ambiguity of placeholder on nested parameter",
		"long_link": "https://github.com/cplusplus/draft/pull/7454",
		"link": "https://wg21.link/edit7454",
		"status": "closed"
	},
	"EDIT7455": {
		"type": "editorial",
		"title": "Remove useless text reference",
		"long_link": "https://github.com/cplusplus/draft/pull/7455",
		"link": "https://wg21.link/edit7455",
		"status": "open"
	},
	"EDIT7456": {
		"type": "editorial",
		"title": "Extend examples for [dcl.spec.auto.general]",
		"long_link": "https://github.com/cplusplus/draft/pull/7456",
		"link": "https://wg21.link/edit7456",
		"status": "open"
	},
	"EDIT7457": {
		"type": "editorial",
		"title": "P3323R1 cv-qualified types in atomic and atomic_ref",
		"long_link": "https://github.com/cplusplus/draft/pull/7457",
		"link": "https://wg21.link/edit7457",
		"status": "open"
	},
	"EDIT7458": {
		"type": "editorial",
		"title": "[2024-11 CWG 1] P3524R0 Core \"ready\" Issues",
		"long_link": "https://github.com/cplusplus/draft/pull/7458",
		"link": "https://wg21.link/edit7458",
		"status": "closed"
	},
	"EDIT7459": {
		"type": "editorial",
		"title": "[LWG 1] P3504R0 C++ Standard Library Ready Issues",
		"long_link": "https://github.com/cplusplus/draft/pull/7459",
		"link": "https://wg21.link/edit7459",
		"status": "open"
	},
	"EDIT7460": {
		"type": "editorial",
		"title": "Use template-parameter and template parameter more consistently",
		"long_link": "https://github.com/cplusplus/draft/pull/7460",
		"link": "https://wg21.link/edit7460",
		"status": "open"
	},
	"EDIT7461": {
		"type": "editorial",
		"title": "P3370R1 Add new library headers from C23",
		"long_link": "https://github.com/cplusplus/draft/pull/7461",
		"link": "https://wg21.link/edit7461",
		"status": "open"
	},
	"EDIT7462": {
		"type": "editorial",
		"title": "P2835R7 Expose std::atomic_ref 's object address",
		"long_link": "https://github.com/cplusplus/draft/pull/7462",
		"link": "https://wg21.link/edit7462",
		"status": "open"
	},
	"EDIT7463": {
		"type": "editorial",
		"title": "P3309R3 constexpr atomic<T> and atomic_ref<T>",
		"long_link": "https://github.com/cplusplus/draft/pull/7463",
		"link": "https://wg21.link/edit7463",
		"status": "open"
	},
	"EDIT7464": {
		"type": "editorial",
		"title": "P3396R1 std::execution wording fixes",
		"long_link": "https://github.com/cplusplus/draft/pull/7464",
		"link": "https://wg21.link/edit7464",
		"status": "open"
	},
	"EDIT7465": {
		"type": "editorial",
		"title": "P3508R0 and P3369R0 constexpr for specialized memory algorithms",
		"long_link": "https://github.com/cplusplus/draft/pull/7465",
		"link": "https://wg21.link/edit7465",
		"status": "closed"
	},
	"EDIT7466": {
		"type": "editorial",
		"title": "P3019R11 indirect and polymorphic: Vocabulary Types for Composite Class Design",
		"long_link": "https://github.com/cplusplus/draft/pull/7466",
		"link": "https://wg21.link/edit7466",
		"status": "open"
	},
	"EDIT7467": {
		"type": "editorial",
		"title": "P2897R7 aligned_accessor: An mdspan accessor expressing pointer over-alignment",
		"long_link": "https://github.com/cplusplus/draft/pull/7467",
		"link": "https://wg21.link/edit7467",
		"status": "closed"
	},
	"EDIT7468": {
		"type": "editorial",
		"title": "P2686R5 constexpr structured bindings and references to constexpr variables",
		"long_link": "https://github.com/cplusplus/draft/pull/7468",
		"link": "https://wg21.link/edit7468",
		"status": "closed"
	},
	"EDIT7469": {
		"type": "editorial",
		"title": "P3325R5 A Utility for Creating Execution Environments",
		"long_link": "https://github.com/cplusplus/draft/pull/7469",
		"link": "https://wg21.link/edit7469",
		"status": "closed"
	},
	"EDIT7470": {
		"type": "editorial",
		"title": "Partially misapplied 2019 Belfast LWG Motion 9 - [iterator.requirements.general] p1 should keep using *writable*",
		"long_link": "https://github.com/cplusplus/draft/issues/7470",
		"link": "https://wg21.link/edit7470",
		"status": "closed"
	},
	"EDIT7471": {
		"type": "editorial",
		"title": "[iterator.requirements.general] Revert `indirectly_writable` to *writ…",
		"long_link": "https://github.com/cplusplus/draft/pull/7471",
		"link": "https://wg21.link/edit7471",
		"status": "closed"
	},
	"EDIT7472": {
		"type": "editorial",
		"title": "Definition of \"name lookup\" is misleading",
		"long_link": "https://github.com/cplusplus/draft/issues/7472",
		"link": "https://wg21.link/edit7472",
		"status": "closed"
	},
	"EDIT7473": {
		"type": "editorial",
		"title": "[except.spec]/5 suggests that destructors are only considered for full-expressions",
		"long_link": "https://github.com/cplusplus/draft/issues/7473",
		"link": "https://wg21.link/edit7473",
		"status": "closed"
	},
	"EDIT7474": {
		"type": "editorial",
		"title": "Wrong range in [alg.search] LWG4179",
		"long_link": "https://github.com/cplusplus/draft/issues/7474",
		"link": "https://wg21.link/edit7474",
		"status": "closed"
	},
	"EDIT7475": {
		"type": "editorial",
		"title": "[basic.pre,basic.lookup.general] Cleanup definition of term 'name lookup'",
		"long_link": "https://github.com/cplusplus/draft/pull/7475",
		"link": "https://wg21.link/edit7475",
		"status": "closed"
	},
	"EDIT7476": {
		"type": "editorial",
		"title": "[text.encoding.overview] Add \\ref for `text_encoding​::​aliases_view`",
		"long_link": "https://github.com/cplusplus/draft/pull/7476",
		"link": "https://wg21.link/edit7476",
		"status": "closed"
	},
	"EDIT7477": {
		"type": "editorial",
		"title": "[except.spec] Remove misleading restriction in list of examples",
		"long_link": "https://github.com/cplusplus/draft/pull/7477",
		"link": "https://wg21.link/edit7477",
		"status": "closed"
	},
	"EDIT7478": {
		"type": "editorial",
		"title": "[range.sized] Add \\libconcept for range",
		"long_link": "https://github.com/cplusplus/draft/pull/7478",
		"link": "https://wg21.link/edit7478",
		"status": "closed"
	},
	"EDIT7479": {
		"type": "editorial",
		"title": "[sequence.reqmts] Remove unnecessary qualification of which new element",
		"long_link": "https://github.com/cplusplus/draft/pull/7479",
		"link": "https://wg21.link/edit7479",
		"status": "closed"
	},
	"EDIT7480": {
		"type": "editorial",
		"title": "[list.modifiers] remove stray newline",
		"long_link": "https://github.com/cplusplus/draft/pull/7480",
		"link": "https://wg21.link/edit7480",
		"status": "closed"
	},
	"EDIT7481": {
		"type": "editorial",
		"title": "[locale.ctype.virtuals] Fix a decade-old typo",
		"long_link": "https://github.com/cplusplus/draft/pull/7481",
		"link": "https://wg21.link/edit7481",
		"status": "closed"
	},
	"EDIT7482": {
		"type": "editorial",
		"title": "[cpp] Correctly identify preprocessor tokens vs, tokens",
		"long_link": "https://github.com/cplusplus/draft/pull/7482",
		"link": "https://wg21.link/edit7482",
		"status": "closed"
	},
	"EDIT7483": {
		"type": "editorial",
		"title": "Consistent Function Label Naming for Sections",
		"long_link": "https://github.com/cplusplus/draft/pull/7483",
		"link": "https://wg21.link/edit7483",
		"status": "closed"
	},
	"EDIT7484": {
		"type": "editorial",
		"title": "[vector.overview], [vector.bool.pspc] Put `at(...) const` after `at(...)`",
		"long_link": "https://github.com/cplusplus/draft/pull/7484",
		"link": "https://wg21.link/edit7484",
		"status": "closed"
	},
	"EDIT7485": {
		"type": "editorial",
		"title": "[stmt,dcl] Rename labels",
		"long_link": "https://github.com/cplusplus/draft/pull/7485",
		"link": "https://wg21.link/edit7485",
		"status": "open"
	},
	"EDIT7486": {
		"type": "editorial",
		"title": "[inplace.vector.modifiers] Revert wording for the Returns of `try_append_range`?",
		"long_link": "https://github.com/cplusplus/draft/issues/7486",
		"link": "https://wg21.link/edit7486",
		"status": "open"
	},
	"EDIT7487": {
		"type": "editorial",
		"title": "[depr.meta.types] Remove superfluous period",
		"long_link": "https://github.com/cplusplus/draft/pull/7487",
		"link": "https://wg21.link/edit7487",
		"status": "closed"
	},
	"EDIT7488": {
		"type": "editorial",
		"title": "[expr.type] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/7488",
		"link": "https://wg21.link/edit7488",
		"status": "closed"
	},
	"EDIT7489": {
		"type": "editorial",
		"title": "P3309R3: atomic and atomic_ref",
		"long_link": "https://github.com/cplusplus/draft/pull/7489",
		"link": "https://wg21.link/edit7489",
		"status": "closed"
	},
	"EDIT7490": {
		"type": "editorial",
		"title": "[unique.ptr.single.general] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/7490",
		"link": "https://wg21.link/edit7490",
		"status": "closed"
	},
	"EDIT7491": {
		"type": "editorial",
		"title": "P3355R1 Fix submdspan for C++26",
		"long_link": "https://github.com/cplusplus/draft/pull/7491",
		"link": "https://wg21.link/edit7491",
		"status": "closed"
	},
	"EDIT7492": {
		"type": "editorial",
		"title": "P3222R0 Fix C++26 by adding transposed special cases for P2642 layouts",
		"long_link": "https://github.com/cplusplus/draft/pull/7492",
		"link": "https://wg21.link/edit7492",
		"status": "closed"
	},
	"EDIT7493": {
		"type": "editorial",
		"title": "P3050R2 Fix C++26 by optimizing linalg::conjugated for noncomplex value types",
		"long_link": "https://github.com/cplusplus/draft/pull/7493",
		"link": "https://wg21.link/edit7493",
		"status": "closed"
	},
	"EDIT7494": {
		"type": "editorial",
		"title": "[linalg.helpers] too many T",
		"long_link": "https://github.com/cplusplus/draft/issues/7494",
		"link": "https://wg21.link/edit7494",
		"status": "closed"
	},
	"EDIT7495": {
		"type": "editorial",
		"title": "P3539R1 Consistent Function Label Naming for Sections",
		"long_link": "https://github.com/cplusplus/draft/pull/7495",
		"link": "https://wg21.link/edit7495",
		"status": "closed"
	},
	"EDIT7496": {
		"type": "editorial",
		"title": "[basic.scope.scope] Rename to [basic.scope.general].",
		"long_link": "https://github.com/cplusplus/draft/pull/7496",
		"link": "https://wg21.link/edit7496",
		"status": "closed"
	},
	"EDIT7497": {
		"type": "editorial",
		"title": "Fix linalg conj ADL wording",
		"long_link": "https://github.com/cplusplus/draft/pull/7497",
		"link": "https://wg21.link/edit7497",
		"status": "closed"
	},
	"EDIT7498": {
		"type": "editorial",
		"title": "[exec.envs] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/7498",
		"link": "https://wg21.link/edit7498",
		"status": "closed"
	},
	"EDIT7499": {
		"type": "editorial",
		"title": "[atomics.ref.int,atomics.ref.float] Minor \\tcode fixes",
		"long_link": "https://github.com/cplusplus/draft/pull/7499",
		"link": "https://wg21.link/edit7499",
		"status": "closed"
	},
	"EDIT7500": {
		"type": "editorial",
		"title": "[simd.alg] Fix range syntax",
		"long_link": "https://github.com/cplusplus/draft/pull/7500",
		"link": "https://wg21.link/edit7500",
		"status": "closed"
	},
	"EDIT7501": {
		"type": "editorial",
		"title": "[linalg.helpers] Rename template parameter for poison pills",
		"long_link": "https://github.com/cplusplus/draft/pull/7501",
		"link": "https://wg21.link/edit7501",
		"status": "closed"
	},
	"EDIT7502": {
		"type": "editorial",
		"title": "[inplace.vector.overview] Replace residual use of 'trivial type'",
		"long_link": "https://github.com/cplusplus/draft/pull/7502",
		"link": "https://wg21.link/edit7502",
		"status": "closed"
	},
	"EDIT7503": {
		"type": "editorial",
		"title": "[basic.fundamental] Ensure consistency with [conv.ptr]",
		"long_link": "https://github.com/cplusplus/draft/pull/7503",
		"link": "https://wg21.link/edit7503",
		"status": "closed"
	},
	"EDIT7504": {
		"type": "editorial",
		"title": "Add SIMD acronym explanation and bibliography entry",
		"long_link": "https://github.com/cplusplus/draft/pull/7504",
		"link": "https://wg21.link/edit7504",
		"status": "closed"
	},
	"EDIT7505": {
		"type": "editorial",
		"title": "[mdspan.sub] Change to \"unit-stride slice for mapping\"",
		"long_link": "https://github.com/cplusplus/draft/pull/7505",
		"link": "https://wg21.link/edit7505",
		"status": "closed"
	},
	"EDIT7506": {
		"type": "editorial",
		"title": "[linalg.conj.conjugated] Rearrange to match P3050R3",
		"long_link": "https://github.com/cplusplus/draft/pull/7506",
		"link": "https://wg21.link/edit7506",
		"status": "open"
	},
	"EDIT7507": {
		"type": "editorial",
		"title": "Bibliography formatting fixes",
		"long_link": "https://github.com/cplusplus/draft/pull/7507",
		"link": "https://wg21.link/edit7507",
		"status": "closed"
	},
	"EDIT7508": {
		"type": "editorial",
		"title": "[diff.cpp03.library] Correct \\effect to \\change",
		"long_link": "https://github.com/cplusplus/draft/pull/7508",
		"link": "https://wg21.link/edit7508",
		"status": "closed"
	},
	"EDIT7509": {
		"type": "editorial",
		"title": "[headerindex] Add missing defining index entries for stdbit.h/stdckdint.h/stdbool.h.",
		"long_link": "https://github.com/cplusplus/draft/pull/7509",
		"link": "https://wg21.link/edit7509",
		"status": "closed"
	},
	"EDIT7510": {
		"type": "editorial",
		"title": "[stdckdint.h.syn,stdbit.h.syn] Add proper indexing for header definition",
		"long_link": "https://github.com/cplusplus/draft/pull/7510",
		"link": "https://wg21.link/edit7510",
		"status": "closed"
	},
	"EDIT7511": {
		"type": "editorial",
		"title": "[exec.then] Insert whitespace between words",
		"long_link": "https://github.com/cplusplus/draft/pull/7511",
		"link": "https://wg21.link/edit7511",
		"status": "closed"
	},
	"EDIT7512": {
		"type": "editorial",
		"title": "[range.cache.latest.view] Add \\exposid for `cache-t`",
		"long_link": "https://github.com/cplusplus/draft/pull/7512",
		"link": "https://wg21.link/edit7512",
		"status": "closed"
	},
	"EDIT7513": {
		"type": "editorial",
		"title": "[range.cache.latest] Add \\libconcept for `sized_range`/`sized_sentinel_for`",
		"long_link": "https://github.com/cplusplus/draft/pull/7513",
		"link": "https://wg21.link/edit7513",
		"status": "closed"
	},
	"EDIT7514": {
		"type": "editorial",
		"title": "[range.cache.latest.view] Add \\ref for `cache_latest_view::iterator`/`sentinel`",
		"long_link": "https://github.com/cplusplus/draft/pull/7514",
		"link": "https://wg21.link/edit7514",
		"status": "closed"
	},
	"EDIT7515": {
		"type": "editorial",
		"title": "Fix concept markup",
		"long_link": "https://github.com/cplusplus/draft/pull/7515",
		"link": "https://wg21.link/edit7515",
		"status": "closed"
	},
	"EDIT7516": {
		"type": "editorial",
		"title": "[stoptoken.concepts] Add \\tcode for terminate",
		"long_link": "https://github.com/cplusplus/draft/pull/7516",
		"link": "https://wg21.link/edit7516",
		"status": "closed"
	},
	"EDIT7517": {
		"type": "editorial",
		"title": "[tab:cpp17.destructible] Use the correct placeholder in requirement expression",
		"long_link": "https://github.com/cplusplus/draft/pull/7517",
		"link": "https://wg21.link/edit7517",
		"status": "open"
	},
	"EDIT7518": {
		"type": "editorial",
		"title": "[alg.lex.comparison], [specialized.algorithms] Remove extraneous whitespace",
		"long_link": "https://github.com/cplusplus/draft/pull/7518",
		"link": "https://wg21.link/edit7518",
		"status": "closed"
	},
	"EDIT7519": {
		"type": "editorial",
		"title": "[temp.deduct.call] Add missing words",
		"long_link": "https://github.com/cplusplus/draft/pull/7519",
		"link": "https://wg21.link/edit7519",
		"status": "open"
	},
	"EDIT7520": {
		"type": "editorial",
		"title": "[class.expl.init] Fix incorrect note",
		"long_link": "https://github.com/cplusplus/draft/pull/7520",
		"link": "https://wg21.link/edit7520",
		"status": "closed"
	},
	"EDIT7521": {
		"type": "editorial",
		"title": "[ostream.formatted.reqmts] Insert space around & for consistency",
		"long_link": "https://github.com/cplusplus/draft/pull/7521",
		"link": "https://wg21.link/edit7521",
		"status": "closed"
	},
	"EDIT7522": {
		"type": "editorial",
		"title": "[util.smartptr.atomic.shared][util.smartptr.atomic.weak] Weird wording for default constructors",
		"long_link": "https://github.com/cplusplus/draft/issues/7522",
		"link": "https://wg21.link/edit7522",
		"status": "open"
	},
	"EDIT7523": {
		"type": "editorial",
		"title": "[cstdint.syn] Index <cstdint> macros",
		"long_link": "https://github.com/cplusplus/draft/pull/7523",
		"link": "https://wg21.link/edit7523",
		"status": "closed"
	},
	"EDIT7524": {
		"type": "editorial",
		"title": "[expr.ass] Rename problematic stable label",
		"long_link": "https://github.com/cplusplus/draft/pull/7524",
		"link": "https://wg21.link/edit7524",
		"status": "open"
	},
	"EDIT7525": {
		"type": "editorial",
		"title": "[too many to list] Index macros directly from definitions",
		"long_link": "https://github.com/cplusplus/draft/pull/7525",
		"link": "https://wg21.link/edit7525",
		"status": "open"
	},
	"EDIT7526": {
		"type": "editorial",
		"title": "[spanbuf.general] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/7526",
		"link": "https://wg21.link/edit7526",
		"status": "closed"
	},
	"EDIT7527": {
		"type": "editorial",
		"title": "[lex.icon][depr.locale.category] Redundant \"table\"",
		"long_link": "https://github.com/cplusplus/draft/issues/7527",
		"link": "https://wg21.link/edit7527",
		"status": "closed"
	},
	"EDIT7528": {
		"type": "editorial",
		"title": "[lex.icon,depr.locale.category] Remove duplicate 'table' in front of table references",
		"long_link": "https://github.com/cplusplus/draft/pull/7528",
		"link": "https://wg21.link/edit7528",
		"status": "closed"
	},
	"EDIT7529": {
		"type": "editorial",
		"title": "[expected.bad.void] Editorial fix - syntax error in `bad_expected_access<void>`",
		"long_link": "https://github.com/cplusplus/draft/pull/7529",
		"link": "https://wg21.link/edit7529",
		"status": "closed"
	},
	"EDIT7530": {
		"type": "editorial",
		"title": "[filebuf.members,fs.path.req] Fix indefinite article",
		"long_link": "https://github.com/cplusplus/draft/pull/7530",
		"link": "https://wg21.link/edit7530",
		"status": "closed"
	},
	"EDIT7531": {
		"type": "editorial",
		"title": "[editorial]: put exposition-only identifier in italics",
		"long_link": "https://github.com/cplusplus/draft/pull/7531",
		"link": "https://wg21.link/edit7531",
		"status": "closed"
	},
	"EDIT7532": {
		"type": "editorial",
		"title": "[stdbool.h.syn][depr.c.macros] Remove redundant macros",
		"long_link": "https://github.com/cplusplus/draft/pull/7532",
		"link": "https://wg21.link/edit7532",
		"status": "closed"
	},
	"EDIT7533": {
		"type": "editorial",
		"title": "[expr.const] Properly merge P2686R5",
		"long_link": "https://github.com/cplusplus/draft/pull/7533",
		"link": "https://wg21.link/edit7533",
		"status": "closed"
	},
	"EDIT7534": {
		"type": "editorial",
		"title": "[fstream.general] Insert space around | for consistency",
		"long_link": "https://github.com/cplusplus/draft/pull/7534",
		"link": "https://wg21.link/edit7534",
		"status": "closed"
	},
	"EDIT7535": {
		"type": "editorial",
		"title": "[time.syn] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/7535",
		"link": "https://wg21.link/edit7535",
		"status": "closed"
	},
	"EDIT7536": {
		"type": "editorial",
		"title": "[format.arg] Fix indefinite article",
		"long_link": "https://github.com/cplusplus/draft/pull/7536",
		"link": "https://wg21.link/edit7536",
		"status": "closed"
	},
	"EDIT7537": {
		"type": "editorial",
		"title": "escape semantically meaningful braces in [exec.getcomplsigs]",
		"long_link": "https://github.com/cplusplus/draft/pull/7537",
		"link": "https://wg21.link/edit7537",
		"status": "closed"
	},
	"EDIT7538": {
		"type": "editorial",
		"title": "[editorial]: put `apply_sender` in code font in [exec.sync.wait]",
		"long_link": "https://github.com/cplusplus/draft/pull/7538",
		"link": "https://wg21.link/edit7538",
		"status": "closed"
	},
	"EDIT7539": {
		"type": "editorial",
		"title": "[tuple.helper] Remove redundant public before base class",
		"long_link": "https://github.com/cplusplus/draft/pull/7539",
		"link": "https://wg21.link/edit7539",
		"status": "closed"
	},
	"EDIT7540": {
		"type": "editorial",
		"title": "[editorial]: in [exec.recv.concepts] mark exposition-only concepts as such",
		"long_link": "https://github.com/cplusplus/draft/pull/7540",
		"link": "https://wg21.link/edit7540",
		"status": "closed"
	},
	"EDIT7541": {
		"type": "editorial",
		"title": "[exec.getcomplsigs] Add missing LaTeX escaping of braces",
		"long_link": "https://github.com/cplusplus/draft/pull/7541",
		"link": "https://wg21.link/edit7541",
		"status": "closed"
	},
	"EDIT7542": {
		"type": "editorial",
		"title": "[editorial]: in [exec.snd.transform] put exposition-only `transformed-sndr` in italics",
		"long_link": "https://github.com/cplusplus/draft/pull/7542",
		"link": "https://wg21.link/edit7542",
		"status": "closed"
	},
	"EDIT7543": {
		"type": "editorial",
		"title": "[complex.syn] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/7543",
		"link": "https://wg21.link/edit7543",
		"status": "closed"
	},
	"EDIT7544": {
		"type": "editorial",
		"title": "C++ standards drafts",
		"long_link": "https://github.com/cplusplus/draft/issues/7544",
		"link": "https://wg21.link/edit7544",
		"status": "closed"
	},
	"EDIT7545": {
		"type": "editorial",
		"title": "[facet.num.get.virtuals] Minor formatting fixes",
		"long_link": "https://github.com/cplusplus/draft/pull/7545",
		"link": "https://wg21.link/edit7545",
		"status": "closed"
	},
	"EDIT7546": {
		"type": "editorial",
		"title": "[linalg.algs.blas2.gemv] Fix English grammar",
		"long_link": "https://github.com/cplusplus/draft/pull/7546",
		"link": "https://wg21.link/edit7546",
		"status": "closed"
	},
	"EDIT7547": {
		"type": "editorial",
		"title": "fixed ",
		"long_link": "https://github.com/cplusplus/draft/issues/7547",
		"link": "https://wg21.link/edit7547",
		"status": "closed"
	},
	"EDIT7548": {
		"type": "editorial",
		"title": "[basic.def.odr] Fix typo and reference the correct subclause",
		"long_link": "https://github.com/cplusplus/draft/pull/7548",
		"link": "https://wg21.link/edit7548",
		"status": "closed"
	},
	"EDIT7549": {
		"type": "editorial",
		"title": "[basic.types.general] Simplify phrasing of 'complete object'",
		"long_link": "https://github.com/cplusplus/draft/pull/7549",
		"link": "https://wg21.link/edit7549",
		"status": "open"
	},
	"EDIT7550": {
		"type": "editorial",
		"title": "[expr.ref] Remove redundant bullet",
		"long_link": "https://github.com/cplusplus/draft/pull/7550",
		"link": "https://wg21.link/edit7550",
		"status": "closed"
	},
	"EDIT7551": {
		"type": "editorial",
		"title": "[expr.const] P2686R4 made it less clear that a prvalue constant expression must have an object type",
		"long_link": "https://github.com/cplusplus/draft/issues/7551",
		"link": "https://wg21.link/edit7551",
		"status": "open"
	},
	"EDIT7552": {
		"type": "editorial",
		"title": "Minor issues in [mdspan.sub.map.right]",
		"long_link": "https://github.com/cplusplus/draft/issues/7552",
		"link": "https://wg21.link/edit7552",
		"status": "open"
	},
	"EDIT7553": {
		"type": "editorial",
		"title": "[locale.time.put.members] Remove outdated footnote",
		"long_link": "https://github.com/cplusplus/draft/pull/7553",
		"link": "https://wg21.link/edit7553",
		"status": "closed"
	},
	"EDIT7555": {
		"type": "editorial",
		"title": "[exec.async.ops] Remove superfluous )",
		"long_link": "https://github.com/cplusplus/draft/pull/7555",
		"link": "https://wg21.link/edit7555",
		"status": "closed"
	},
	"EDIT7556": {
		"type": "editorial",
		"title": "[atomic.ref.generic] Issues regarding P3323R1",
		"long_link": "https://github.com/cplusplus/draft/issues/7556",
		"link": "https://wg21.link/edit7556",
		"status": "open"
	},
	"EDIT7557": {
		"type": "editorial",
		"title": "change \\exposid to \\exposconcept for the concept valid-specializations",
		"long_link": "https://github.com/cplusplus/draft/pull/7557",
		"link": "https://wg21.link/edit7557",
		"status": "closed"
	},
	"EDIT7558": {
		"type": "editorial",
		"title": "[temp.mem.enum] Fix consistency of example with [temp.inst] (editorial)",
		"long_link": "https://github.com/cplusplus/draft/pull/7558",
		"link": "https://wg21.link/edit7558",
		"status": "open"
	},
	"EDIT7559": {
		"type": "editorial",
		"title": "move para about write-env into write-env's itemdescr",
		"long_link": "https://github.com/cplusplus/draft/pull/7559",
		"link": "https://wg21.link/edit7559",
		"status": "closed"
	},
	"EDIT7560": {
		"type": "editorial",
		"title": "Make SCHED-ENV an exposid in [exec.let]",
		"long_link": "https://github.com/cplusplus/draft/pull/7560",
		"link": "https://wg21.link/edit7560",
		"status": "closed"
	},
	"EDIT7561": {
		"type": "editorial",
		"title": "[xrefdelta] Restore cross-references since C++17",
		"long_link": "https://github.com/cplusplus/draft/pull/7561",
		"link": "https://wg21.link/edit7561",
		"status": "open"
	},
	"EDIT7562": {
		"type": "editorial",
		"title": "[time.cal.wdlast.overview,time.hms.nonmembers] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/7562",
		"link": "https://wg21.link/edit7562",
		"status": "closed"
	},
	"EDIT7563": {
		"type": "editorial",
		"title": "[simd.traits] Remove stray closing parenthesis",
		"long_link": "https://github.com/cplusplus/draft/pull/7563",
		"link": "https://wg21.link/edit7563",
		"status": "closed"
	},
	"EDIT7564": {
		"type": "editorial",
		"title": "[locale.moneypunct.general] Insert period at end",
		"long_link": "https://github.com/cplusplus/draft/pull/7564",
		"link": "https://wg21.link/edit7564",
		"status": "closed"
	},
	"EDIT7565": {
		"type": "editorial",
		"title": "[lex.phases] Update implementation defined text",
		"long_link": "https://github.com/cplusplus/draft/pull/7565",
		"link": "https://wg21.link/edit7565",
		"status": "closed"
	},
	"EDIT7566": {
		"type": "editorial",
		"title": "[inplace.vector.overview] remove spurious semicolon closing namespace std",
		"long_link": "https://github.com/cplusplus/draft/pull/7566",
		"link": "https://wg21.link/edit7566",
		"status": "closed"
	},
	"EDIT7567": {
		"type": "editorial",
		"title": "[valarray.access] Remove superfluous whitespace",
		"long_link": "https://github.com/cplusplus/draft/pull/7567",
		"link": "https://wg21.link/edit7567",
		"status": "closed"
	},
	"EDIT7568": {
		"type": "editorial",
		"title": "[locale.money.get.virtuals,re.traits] Insert space around | for consistency",
		"long_link": "https://github.com/cplusplus/draft/pull/7568",
		"link": "https://wg21.link/edit7568",
		"status": "closed"
	},
	"EDIT7569": {
		"type": "editorial",
		"title": "[type.info] Remove comments explaining deleted members",
		"long_link": "https://github.com/cplusplus/draft/pull/7569",
		"link": "https://wg21.link/edit7569",
		"status": "closed"
	},
	"EDIT7570": {
		"type": "editorial",
		"title": "[expr.prim.lambda.closure] Ambiguous parsing of implementation freedom",
		"long_link": "https://github.com/cplusplus/draft/issues/7570",
		"link": "https://wg21.link/edit7570",
		"status": "open"
	},
	"EDIT7571": {
		"type": "editorial",
		"title": "[exec.snd.expos] Move write-env paragraph into itemdescr",
		"long_link": "https://github.com/cplusplus/draft/pull/7571",
		"link": "https://wg21.link/edit7571",
		"status": "closed"
	},
	"EDIT7572": {
		"type": "editorial",
		"title": "[c.mb.wcs] Add \\tcode for n",
		"long_link": "https://github.com/cplusplus/draft/pull/7572",
		"link": "https://wg21.link/edit7572",
		"status": "closed"
	},
	"EDIT7573": {
		"type": "editorial",
		"title": "[rand.dist.samp.pconst,rand.dist.samp.plinear,simd.alg] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/7573",
		"link": "https://wg21.link/edit7573",
		"status": "closed"
	},
	"EDIT7574": {
		"type": "editorial",
		"title": "[re.err,re.alg.match,re.tokiter.incr] Add period at end for consistency",
		"long_link": "https://github.com/cplusplus/draft/pull/7574",
		"link": "https://wg21.link/edit7574",
		"status": "closed"
	},
	"EDIT7575": {
		"type": "editorial",
		"title": "Rename Args to ArgTypes, which is defined",
		"long_link": "https://github.com/cplusplus/draft/pull/7575",
		"link": "https://wg21.link/edit7575",
		"status": "open"
	},
	"EDIT7576": {
		"type": "editorial",
		"title": "Latest texlive packages under Ubuntu 24.10 (Oracular Oriole) fail to compile std.tex",
		"long_link": "https://github.com/cplusplus/draft/issues/7576",
		"link": "https://wg21.link/edit7576",
		"status": "open"
	},
	"EDIT7577": {
		"type": "editorial",
		"title": "Typo",
		"long_link": "https://github.com/cplusplus/draft/pull/7577",
		"link": "https://wg21.link/edit7577",
		"status": "closed"
	},
	"EDIT7578": {
		"type": "editorial",
		"title": "[locale.general,facet.numpunct.members,locale.time.get.general] Remove superfluous whitespaces",
		"long_link": "https://github.com/cplusplus/draft/pull/7578",
		"link": "https://wg21.link/edit7578",
		"status": "closed"
	},
	"EDIT7579": {
		"type": "editorial",
		"title": "[string.view.io,string.insert] Add period at end for consistency",
		"long_link": "https://github.com/cplusplus/draft/pull/7579",
		"link": "https://wg21.link/edit7579",
		"status": "closed"
	},
	"EDIT7580": {
		"type": "editorial",
		"title": "[algorithm.syn] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/7580",
		"link": "https://wg21.link/edit7580",
		"status": "closed"
	},
	"EDIT7581": {
		"type": "editorial",
		"title": "[expr.const] The resolution of CWG2909 is overwritten",
		"long_link": "https://github.com/cplusplus/draft/issues/7581",
		"link": "https://wg21.link/edit7581",
		"status": "closed"
	},
	"EDIT7582": {
		"type": "editorial",
		"title": "[expr.const] Re-apply CWG2909",
		"long_link": "https://github.com/cplusplus/draft/pull/7582",
		"link": "https://wg21.link/edit7582",
		"status": "closed"
	},
	"EDIT7583": {
		"type": "editorial",
		"title": "[util.smartptr.atomic.{shared,weak}] Fix wording for initialization",
		"long_link": "https://github.com/cplusplus/draft/pull/7583",
		"link": "https://wg21.link/edit7583",
		"status": "open"
	},
	"EDIT7584": {
		"type": "editorial",
		"title": "[alg.find.first.of,alg.search,alg.unique] Insert spaces around operators for consistency",
		"long_link": "https://github.com/cplusplus/draft/pull/7584",
		"link": "https://wg21.link/edit7584",
		"status": "closed"
	},
	"EDIT7585": {
		"type": "editorial",
		"title": "[locale.time.get.general,locale.moneypunct.byname,re.results.form,re.results.nonmember] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/7585",
		"link": "https://wg21.link/edit7585",
		"status": "closed"
	},
	"EDIT7586": {
		"type": "editorial",
		"title": "[format.string.general,format.formatter.spec] Fix unparenthesized cross-references",
		"long_link": "https://github.com/cplusplus/draft/pull/7586",
		"link": "https://wg21.link/edit7586",
		"status": "closed"
	},
	"EDIT7587": {
		"type": "editorial",
		"title": "Rename non-type template parameter/argument to \"constant\"",
		"long_link": "https://github.com/cplusplus/draft/pull/7587",
		"link": "https://wg21.link/edit7587",
		"status": "open"
	},
	"EDIT7588": {
		"type": "editorial",
		"title": "[alg.search] Add \\tcode for true",
		"long_link": "https://github.com/cplusplus/draft/pull/7588",
		"link": "https://wg21.link/edit7588",
		"status": "closed"
	},
	"EDIT7589": {
		"type": "editorial",
		"title": "[re.syn,re.alg.replace,re.regiter.general,re.tokiter.general] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/7589",
		"link": "https://wg21.link/edit7589",
		"status": "closed"
	},
	"EDIT7590": {
		"type": "editorial",
		"title": "[util.smartptr.enab], [util.smartptr.shared.const] Add `\\exposid` to `weak_this`",
		"long_link": "https://github.com/cplusplus/draft/pull/7590",
		"link": "https://wg21.link/edit7590",
		"status": "open"
	},
	"EDIT7591": {
		"type": "editorial",
		"title": "[defns.argument.templ] Change 'template instantiation' to 'template'; mention braced-init-list",
		"long_link": "https://github.com/cplusplus/draft/pull/7591",
		"link": "https://wg21.link/edit7591",
		"status": "open"
	},
	"EDIT7592": {
		"type": "editorial",
		"title": "[class.prop] point to actual layout spec in [expr.rel]",
		"long_link": "https://github.com/cplusplus/draft/pull/7592",
		"link": "https://wg21.link/edit7592",
		"status": "open"
	},
	"EDIT7593": {
		"type": "editorial",
		"title": "[class.prop] standard-layout class type requirements are hard to read",
		"long_link": "https://github.com/cplusplus/draft/issues/7593",
		"link": "https://wg21.link/edit7593",
		"status": "open"
	},
	"EDIT7594": {
		"type": "editorial",
		"title": "[basic.scope.scope] Update the note about special cases",
		"long_link": "https://github.com/cplusplus/draft/pull/7594",
		"link": "https://wg21.link/edit7594",
		"status": "closed"
	},
	"EDIT7595": {
		"type": "editorial",
		"title": "[alg.rand.generate] Add period at end of \"Returns\"",
		"long_link": "https://github.com/cplusplus/draft/pull/7595",
		"link": "https://wg21.link/edit7595",
		"status": "closed"
	},
	"EDIT7596": {
		"type": "editorial",
		"title": "[range.zip.transform.iterator,range.adjacent.transform.iterator] Insert spaces around - for consistency",
		"long_link": "https://github.com/cplusplus/draft/pull/7596",
		"link": "https://wg21.link/edit7596",
		"status": "closed"
	},
	"EDIT7597": {
		"type": "editorial",
		"title": "[expr.const]  Immediate-escalating clarification.",
		"long_link": "https://github.com/cplusplus/draft/issues/7597",
		"link": "https://wg21.link/edit7597",
		"status": "open"
	},
	"EDIT7598": {
		"type": "editorial",
		"title": "[cmath.syn] Consolidate std namespaces",
		"long_link": "https://github.com/cplusplus/draft/pull/7598",
		"link": "https://wg21.link/edit7598",
		"status": "closed"
	},
	"EDIT7599": {
		"type": "editorial",
		"title": "[temp.res.general] Clean up LaTeX",
		"long_link": "https://github.com/cplusplus/draft/pull/7599",
		"link": "https://wg21.link/edit7599",
		"status": "closed"
	},
	"EDIT7600": {
		"type": "editorial",
		"title": "[ranges.syn,range.istream.view,range.join.with.iterator,range.stride.iterator] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/7600",
		"link": "https://wg21.link/edit7600",
		"status": "closed"
	},
	"EDIT7601": {
		"type": "editorial",
		"title": "[reverse.iter.elem,reverse.iter.nav] Insert spaces around operators for consistency",
		"long_link": "https://github.com/cplusplus/draft/pull/7601",
		"link": "https://wg21.link/edit7601",
		"status": "closed"
	},
	"EDIT7602": {
		"type": "editorial",
		"title": "Wrap keywords that were \\terminal{} with \\keyword{} instead",
		"long_link": "https://github.com/cplusplus/draft/pull/7602",
		"link": "https://wg21.link/edit7602",
		"status": "open"
	},
	"EDIT7603": {
		"type": "editorial",
		"title": "[exec.on] Add \\tcode for true",
		"long_link": "https://github.com/cplusplus/draft/pull/7603",
		"link": "https://wg21.link/edit7603",
		"status": "closed"
	},
	"EDIT7604": {
		"type": "editorial",
		"title": "[array.overview] Remove whitespace between T and pointer",
		"long_link": "https://github.com/cplusplus/draft/pull/7604",
		"link": "https://wg21.link/edit7604",
		"status": "closed"
	},
	"EDIT7605": {
		"type": "issue",
		"title": "[iterator.synopsis,const.iterators.iterator,move.iter.nonmember] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/7605",
		"link": "https://wg21.link/edit7605",
		"status": "closed"
	},
	"EDIT7606": {
		"type": "issue",
		"title": "[editorial] ranges \"which\" hunt",
		"long_link": "https://github.com/cplusplus/draft/pull/7606",
		"link": "https://wg21.link/edit7606",
		"status": "closed"
	},
	"EDIT7607": {
		"type": "issue",
		"title": "[exec.schedule.from] Add missing \\exposid to child-type",
		"long_link": "https://github.com/cplusplus/draft/pull/7607",
		"link": "https://wg21.link/edit7607",
		"status": "closed"
	},
	"EDIT7608": {
		"type": "issue",
		"title": "[intseq.make] Insert spaces around - for consistency",
		"long_link": "https://github.com/cplusplus/draft/pull/7608",
		"link": "https://wg21.link/edit7608",
		"status": "closed"
	},
	"EDIT7609": {
		"type": "issue",
		"title": "[tuple.assign] Remove incorrect comma at end",
		"long_link": "https://github.com/cplusplus/draft/pull/7609",
		"link": "https://wg21.link/edit7609",
		"status": "closed"
	},
	"EDIT7610": {
		"type": "issue",
		"title": "[vector.data] Remove superfluous whitespaces",
		"long_link": "https://github.com/cplusplus/draft/pull/7610",
		"link": "https://wg21.link/edit7610",
		"status": "closed"
	},
	"EDIT7611": {
		"type": "issue",
		"title": "[futures.state] Add \\tcode for true",
		"long_link": "https://github.com/cplusplus/draft/pull/7611",
		"link": "https://wg21.link/edit7611",
		"status": "closed"
	},
	"EDIT7612": {
		"type": "issue",
		"title": "[diff.cpp.library] Add new C23 headers to list of new headers",
		"long_link": "https://github.com/cplusplus/draft/pull/7612",
		"link": "https://wg21.link/edit7612",
		"status": "closed"
	},
	"EDIT7613": {
		"type": "issue",
		"title": "[memory.syn] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/7613",
		"link": "https://wg21.link/edit7613",
		"status": "closed"
	},
	"EDIT7614": {
		"type": "issue",
		"title": "[container.alloc.reqmts,sequence.reqmts] Add period at end",
		"long_link": "https://github.com/cplusplus/draft/pull/7614",
		"link": "https://wg21.link/edit7614",
		"status": "closed"
	},
	"EDIT7615": {
		"type": "issue",
		"title": "Index `<cstarg>` macros",
		"long_link": "https://github.com/cplusplus/draft/pull/7615",
		"link": "https://wg21.link/edit7615",
		"status": "closed"
	},
	"EDIT7616": {
		"type": "issue",
		"title": "[numeric.limits.members] Remove superfluous whitespaces",
		"long_link": "https://github.com/cplusplus/draft/pull/7616",
		"link": "https://wg21.link/edit7616",
		"status": "closed"
	},
	"EDIT7617": {
		"type": "issue",
		"title": "[unord.req.general] Insert spaces around + for consistency",
		"long_link": "https://github.com/cplusplus/draft/pull/7617",
		"link": "https://wg21.link/edit7617",
		"status": "closed"
	},
	"EDIT7618": {
		"type": "issue",
		"title": "[diff.lex] Add period at end",
		"long_link": "https://github.com/cplusplus/draft/pull/7618",
		"link": "https://wg21.link/edit7618",
		"status": "closed"
	},
	"EDIT7619": {
		"type": "issue",
		"title": "[iterator.synopsis] Remove blank extra line",
		"long_link": "https://github.com/cplusplus/draft/pull/7619",
		"link": "https://wg21.link/edit7619",
		"status": "closed"
	},
	"EDIT7620": {
		"type": "issue",
		"title": "[fs.op.current.path] Remove note discussing design choices",
		"long_link": "https://github.com/cplusplus/draft/pull/7620",
		"link": "https://wg21.link/edit7620",
		"status": "closed"
	},
	"EDIT7621": {
		"type": "issue",
		"title": "[fs.rec.dir.itr.members] Merge adjacent \\tcode commands",
		"long_link": "https://github.com/cplusplus/draft/pull/7621",
		"link": "https://wg21.link/edit7621",
		"status": "closed"
	},
	"EDIT7622": {
		"type": "issue",
		"title": "[fs.op.funcs] Remove empty parens when referring to functions by name",
		"long_link": "https://github.com/cplusplus/draft/pull/7622",
		"link": "https://wg21.link/edit7622",
		"status": "closed"
	},
	"EDIT7623": {
		"type": "issue",
		"title": "[algorithm.syn] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/7623",
		"link": "https://wg21.link/edit7623",
		"status": "closed"
	},
	"EDIT7624": {
		"type": "issue",
		"title": "[facet.ctype.char.members,locale.codecvt.virtuals] Insert spaces around operators for consistency",
		"long_link": "https://github.com/cplusplus/draft/pull/7624",
		"link": "https://wg21.link/edit7624",
		"status": "closed"
	},
	"EDIT7625": {
		"type": "issue",
		"title": "[range.adaptor.helpers] Remove blank extra line",
		"long_link": "https://github.com/cplusplus/draft/pull/7625",
		"link": "https://wg21.link/edit7625",
		"status": "closed"
	},
	"EDIT7626": {
		"type": "issue",
		"title": "[sequence.reqmts] Use \\range instead of \\tcode throughout the standard",
		"long_link": "https://github.com/cplusplus/draft/pull/7626",
		"link": "https://wg21.link/edit7626",
		"status": "closed"
	},
	"EDIT7627": {
		"type": "issue",
		"title": "[thread.thread.id] Remove extraneous space in `operator<<` declaration",
		"long_link": "https://github.com/cplusplus/draft/pull/7627",
		"link": "https://wg21.link/edit7627",
		"status": "closed"
	},
	"EDIT7628": {
		"type": "issue",
		"title": "[time.syn] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/7628",
		"link": "https://wg21.link/edit7628",
		"status": "closed"
	},
	"EDIT7629": {
		"type": "issue",
		"title": "[expr.const] Forward-reference [dcl.constexpr] for \"constexpr destructor\"",
		"long_link": "https://github.com/cplusplus/draft/pull/7629",
		"link": "https://wg21.link/edit7629",
		"status": "open"
	},
	"EDIT7630": {
		"type": "issue",
		"title": "Split long subclause [expr.const]",
		"long_link": "https://github.com/cplusplus/draft/issues/7630",
		"link": "https://wg21.link/edit7630",
		"status": "open"
	},
	"EDIT7631": {
		"type": "issue",
		"title": "[xrefdelta] Consolidate restored entries",
		"long_link": "https://github.com/cplusplus/draft/pull/7631",
		"link": "https://wg21.link/edit7631",
		"status": "closed"
	},
	"EDIT7632": {
		"type": "issue",
		"title": "[range.concat] Add missing `\\exposid` to `iterator`",
		"long_link": "https://github.com/cplusplus/draft/pull/7632",
		"link": "https://wg21.link/edit7632",
		"status": "closed"
	},
	"EDIT7633": {
		"type": "issue",
		"title": "[diff.cpp03.library] Fix cross-reference to restriction on macro names",
		"long_link": "https://github.com/cplusplus/draft/pull/7633",
		"link": "https://wg21.link/edit7633",
		"status": "closed"
	},
	"EDIT7634": {
		"type": "issue",
		"title": "[numeric.special] Remove superfluous whitespaces",
		"long_link": "https://github.com/cplusplus/draft/pull/7634",
		"link": "https://wg21.link/edit7634",
		"status": "closed"
	},
	"EDIT7635": {
		"type": "issue",
		"title": "[streambuf.virt.buffer,stringbuf.general] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/7635",
		"link": "https://wg21.link/edit7635",
		"status": "closed"
	},
	"EDIT7636": {
		"type": "issue",
		"title": "[basic.types.general] Change ordering to \"non-variant non-static\"",
		"long_link": "https://github.com/cplusplus/draft/pull/7636",
		"link": "https://wg21.link/edit7636",
		"status": "closed"
	},
	"EDIT7637": {
		"type": "issue",
		"title": "[linalg.general] Remove extra dot",
		"long_link": "https://github.com/cplusplus/draft/pull/7637",
		"link": "https://wg21.link/edit7637",
		"status": "closed"
	},
	"EDIT7638": {
		"type": "issue",
		"title": "[mdspan.layout.leftpad], [mdspan.layout.rightpad] Fix malformed expression",
		"long_link": "https://github.com/cplusplus/draft/pull/7638",
		"link": "https://wg21.link/edit7638",
		"status": "open"
	},
	"EDIT7639": {
		"type": "issue",
		"title": "[range.concat.iterator] Improve awkward wording",
		"long_link": "https://github.com/cplusplus/draft/pull/7639",
		"link": "https://wg21.link/edit7639",
		"status": "open"
	},
	"EDIT7640": {
		"type": "issue",
		"title": "Use `\\dotsc` in more places",
		"long_link": "https://github.com/cplusplus/draft/pull/7640",
		"link": "https://wg21.link/edit7640",
		"status": "open"
	},
	"EDIT7641": {
		"type": "issue",
		"title": "[mdspan.layout.leftpad], [mdspan.layout.rightpad] Simplify definition of `P_rank`",
		"long_link": "https://github.com/cplusplus/draft/pull/7641",
		"link": "https://wg21.link/edit7641",
		"status": "open"
	},
	"EDIT7642": {
		"type": "issue",
		"title": "Follow-up to P2546, \"Debugging Support\"",
		"long_link": "https://github.com/cplusplus/draft/pull/7642",
		"link": "https://wg21.link/edit7642",
		"status": "closed"
	},
	"EDIT7643": {
		"type": "issue",
		"title": "[complex.numbers.general,rand.eng.mers,rand.adapt.shuf] Spaces around operators",
		"long_link": "https://github.com/cplusplus/draft/pull/7643",
		"link": "https://wg21.link/edit7643",
		"status": "closed"
	},
	"EDIT7644": {
		"type": "issue",
		"title": "[dcl.type.auto.deduct] Change plural \"occurrences\" to singular",
		"long_link": "https://github.com/cplusplus/draft/pull/7644",
		"link": "https://wg21.link/edit7644",
		"status": "open"
	},
	"EDIT7645": {
		"type": "issue",
		"title": "[conv.rank] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/7645",
		"link": "https://wg21.link/edit7645",
		"status": "closed"
	},
	"EDIT7646": {
		"type": "issue",
		"title": "[allocator.traits.members] Spaces around operator /",
		"long_link": "https://github.com/cplusplus/draft/pull/7646",
		"link": "https://wg21.link/edit7646",
		"status": "closed"
	},
	"EDIT7647": {
		"type": "issue",
		"title": "[2025-02 CWG 1] P3638R0 Core Language Working Group \"ready\" Issues",
		"long_link": "https://github.com/cplusplus/draft/pull/7647",
		"link": "https://wg21.link/edit7647",
		"status": "closed"
	},
	"EDIT7648": {
		"type": "issue",
		"title": "[2025-02 LWG 1] P3615R0 C++ Standard Library Ready Issues",
		"long_link": "https://github.com/cplusplus/draft/pull/7648",
		"link": "https://wg21.link/edit7648",
		"status": "closed"
	},
	"EDIT7649": {
		"type": "issue",
		"title": "Remove unnecessary space between \\keyword and argument",
		"long_link": "https://github.com/cplusplus/draft/pull/7649",
		"link": "https://wg21.link/edit7649",
		"status": "closed"
	},
	"EDIT7650": {
		"type": "issue",
		"title": "Replace incorrect \\keyword with \\tcode",
		"long_link": "https://github.com/cplusplus/draft/pull/7650",
		"link": "https://wg21.link/edit7650",
		"status": "closed"
	},
	"EDIT7651": {
		"type": "issue",
		"title": "[2025-02 CWG Motion 1] P3638R0 Core Language Working Group \"ready\" Issues",
		"long_link": "https://github.com/cplusplus/draft/issues/7651",
		"link": "https://wg21.link/edit7651",
		"status": "closed"
	},
	"EDIT7652": {
		"type": "issue",
		"title": "[2025-02 CWG Motion 2] Abolish the term \"converting constructor\"",
		"long_link": "https://github.com/cplusplus/draft/issues/7652",
		"link": "https://wg21.link/edit7652",
		"status": "closed"
	},
	"EDIT7653": {
		"type": "issue",
		"title": "[2025-02 CWG Motion 3] P3074R7 trivial unions (was std::uninitialized)",
		"long_link": "https://github.com/cplusplus/draft/issues/7653",
		"link": "https://wg21.link/edit7653",
		"status": "closed"
	},
	"EDIT7654": {
		"type": "issue",
		"title": "[2025-02 CWG Motion 4] P1494R5 Partial program correctness",
		"long_link": "https://github.com/cplusplus/draft/issues/7654",
		"link": "https://wg21.link/edit7654",
		"status": "closed"
	},
	"EDIT7655": {
		"type": "issue",
		"title": "[2025-02 CWG Motion 5] P2900R14 Contracts for C++",
		"long_link": "https://github.com/cplusplus/draft/issues/7655",
		"link": "https://wg21.link/edit7655",
		"status": "closed"
	},
	"EDIT7656": {
		"type": "issue",
		"title": "[2025-02 CWG Motion 6] P3475R2 Defang and deprecate memory_order::consume",
		"long_link": "https://github.com/cplusplus/draft/issues/7656",
		"link": "https://wg21.link/edit7656",
		"status": "closed"
	},
	"EDIT7657": {
		"type": "issue",
		"title": "[2025-02 CWG Motion 7] P2841R7 Concept and variable-template template-parameters",
		"long_link": "https://github.com/cplusplus/draft/issues/7657",
		"link": "https://wg21.link/edit7657",
		"status": "closed"
	},
	"EDIT7658": {
		"type": "issue",
		"title": "[2025-02 CWG Motion 8] P2786R13 Trivial Relocatability For C++26",
		"long_link": "https://github.com/cplusplus/draft/issues/7658",
		"link": "https://wg21.link/edit7658",
		"status": "closed"
	},
	"EDIT7659": {
		"type": "issue",
		"title": "[2025-02 CWG Motion 9] P1967R14 #embed - a simple, scannable preprocessor-based resource acquisition method",
		"long_link": "https://github.com/cplusplus/draft/issues/7659",
		"link": "https://wg21.link/edit7659",
		"status": "closed"
	},
	"EDIT7660": {
		"type": "issue",
		"title": "[2025-02 LWG Motion 1] P3615R0 C++ Standard Library Ready Issues",
		"long_link": "https://github.com/cplusplus/draft/issues/7660",
		"link": "https://wg21.link/edit7660",
		"status": "closed"
	},
	"EDIT7661": {
		"type": "editorial",
		"title": "[2025-02 LWG Motion 2] P2830R9 Standardized Constexpr Type Ordering",
		"long_link": "https://github.com/cplusplus/draft/issues/7661",
		"link": "https://wg21.link/edit7661",
		"status": "open"
	},
	"EDIT7662": {
		"type": "issue",
		"title": "[2025-02 LWG Motion 3] P3137R3 (views::to_input)",
		"long_link": "https://github.com/cplusplus/draft/issues/7662",
		"link": "https://wg21.link/edit7662",
		"status": "closed"
	},
	"EDIT7663": {
		"type": "issue",
		"title": "[2025-02 LWG Motion 4] P0472R3 Put std::monostate in ⟨utility⟩",
		"long_link": "https://github.com/cplusplus/draft/issues/7663",
		"link": "https://wg21.link/edit7663",
		"status": "closed"
	},
	"EDIT7664": {
		"type": "issue",
		"title": "[2025-02 LWG Motion 5] P3349R1 Converting contiguous iterators to pointers",
		"long_link": "https://github.com/cplusplus/draft/issues/7664",
		"link": "https://wg21.link/edit7664",
		"status": "closed"
	},
	"EDIT7665": {
		"type": "issue",
		"title": "[2025-02 LWG Motion 6] P3372R3 constexpr containers and adaptors",
		"long_link": "https://github.com/cplusplus/draft/issues/7665",
		"link": "https://wg21.link/edit7665",
		"status": "closed"
	},
	"EDIT7666": {
		"type": "issue",
		"title": "[2025-02 LWG Motion 7] P3378R2 constexpr exception types",
		"long_link": "https://github.com/cplusplus/draft/issues/7666",
		"link": "https://wg21.link/edit7666",
		"status": "closed"
	},
	"EDIT7667": {
		"type": "issue",
		"title": "[2025-02 LWG Motion 8] P3441R2 Rename simd_split to simd_chunk",
		"long_link": "https://github.com/cplusplus/draft/issues/7667",
		"link": "https://wg21.link/edit7667",
		"status": "closed"
	},
	"EDIT7668": {
		"type": "issue",
		"title": "[2025-02 LWG Motion 9] P3287R3 Exploration of namespaces for std::simd",
		"long_link": "https://github.com/cplusplus/draft/issues/7668",
		"link": "https://wg21.link/edit7668",
		"status": "closed"
	},
	"EDIT7669": {
		"type": "issue",
		"title": "[2025-02 LWG Motion 10] P2976R1 Freestanding Library: algorithm, numeric, and random",
		"long_link": "https://github.com/cplusplus/draft/issues/7669",
		"link": "https://wg21.link/edit7669",
		"status": "closed"
	},
	"EDIT7670": {
		"type": "issue",
		"title": "[2025-02 LWG Motion 11] P3430R3 simd issues: explicit, unsequenced, identity-element position, and members of disabled simd",
		"long_link": "https://github.com/cplusplus/draft/issues/7670",
		"link": "https://wg21.link/edit7670",
		"status": "closed"
	},
	"EDIT7671": {
		"type": "issue",
		"title": "[2025-02 LWG Motion 12] P2663R7 Interleaved complex values support in std::simd",
		"long_link": "https://github.com/cplusplus/draft/issues/7671",
		"link": "https://wg21.link/edit7671",
		"status": "closed"
	},
	"EDIT7672": {
		"type": "issue",
		"title": "[2025-02 LWG Motion 13] P2933R4 Extend ⟨bit⟩ header function with overloads for std::simd",
		"long_link": "https://github.com/cplusplus/draft/issues/7672",
		"link": "https://wg21.link/edit7672",
		"status": "closed"
	},
	"EDIT7673": {
		"type": "issue",
		"title": "[2025-02 LWG Motion 14] P2846R6 reserve_hint: Eagerly reserving memory for not-quite-sized lazy ranges",
		"long_link": "https://github.com/cplusplus/draft/issues/7673",
		"link": "https://wg21.link/edit7673",
		"status": "closed"
	},
	"EDIT7674": {
		"type": "issue",
		"title": "[2025-02 LWG Motion 15] P3471R4 Standard Library Hardening",
		"long_link": "https://github.com/cplusplus/draft/issues/7674",
		"link": "https://wg21.link/edit7674",
		"status": "closed"
	},
	"EDIT7675": {
		"type": "issue",
		"title": "[2025-02 LWG Motion 16] P0447R28 Introduction of std::hive to the standard library",
		"long_link": "https://github.com/cplusplus/draft/issues/7675",
		"link": "https://wg21.link/edit7675",
		"status": "closed"
	},
	"EDIT7676": {
		"type": "issue",
		"title": "[2025-02 LWG Motion 17] P3019R14 indirect and polymorphic: Vocabulary Types for Composite Class Design",
		"long_link": "https://github.com/cplusplus/draft/issues/7676",
		"link": "https://wg21.link/edit7676",
		"status": "closed"
	},
	"EDIT7677": {
		"type": "issue",
		"title": "[map.overview] Fix punctuation",
		"long_link": "https://github.com/cplusplus/draft/pull/7677",
		"link": "https://wg21.link/edit7677",
		"status": "closed"
	},
	"EDIT7678": {
		"type": "issue",
		"title": "[exec.snd.expos] Spaces around operator +",
		"long_link": "https://github.com/cplusplus/draft/pull/7678",
		"link": "https://wg21.link/edit7678",
		"status": "closed"
	},
	"EDIT7679": {
		"type": "issue",
		"title": "[2025-02 CWG Motion 2] P3542R0 Abolish the term \"converting constructor\"",
		"long_link": "https://github.com/cplusplus/draft/pull/7679",
		"link": "https://wg21.link/edit7679",
		"status": "closed"
	},
	"EDIT7680": {
		"type": "issue",
		"title": "P3074R7 trivial unions (was std::uninitialized<T>)",
		"long_link": "https://github.com/cplusplus/draft/pull/7680",
		"link": "https://wg21.link/edit7680",
		"status": "closed"
	},
	"EDIT7681": {
		"type": "issue",
		"title": "[2025-02 CWG Motion 4] P1494R5 Partial program correctness",
		"long_link": "https://github.com/cplusplus/draft/pull/7681",
		"link": "https://wg21.link/edit7681",
		"status": "closed"
	},
	"EDIT7682": {
		"type": "issue",
		"title": "[2025-02 CWG Motion 6] P3475R2 Defang and deprecate memory_order::consume",
		"long_link": "https://github.com/cplusplus/draft/pull/7682",
		"link": "https://wg21.link/edit7682",
		"status": "closed"
	},
	"EDIT7683": {
		"type": "issue",
		"title": "[dcl.type.auto.deduct] Make `f1` example well-formed",
		"long_link": "https://github.com/cplusplus/draft/pull/7683",
		"link": "https://wg21.link/edit7683",
		"status": "open"
	},
	"EDIT7684": {
		"type": "issue",
		"title": "[expr.const] Usable in constant expressions",
		"long_link": "https://github.com/cplusplus/draft/issues/7684",
		"link": "https://wg21.link/edit7684",
		"status": "closed"
	},
	"EDIT7685": {
		"type": "issue",
		"title": "[simd.syn,simd.ctor] Add missing \\libconcept markup",
		"long_link": "https://github.com/cplusplus/draft/pull/7685",
		"link": "https://wg21.link/edit7685",
		"status": "closed"
	},
	"EDIT7686": {
		"type": "issue",
		"title": "[2025-02 LWG Motion 8] P3441R2 Rename simd_split to simd_chunk",
		"long_link": "https://github.com/cplusplus/draft/pull/7686",
		"link": "https://wg21.link/edit7686",
		"status": "closed"
	},
	"EDIT7687": {
		"type": "issue",
		"title": "[2025-02 LWG Motion 11] P3430R3 simd issues: explicit, unsequenced, identity-element position, and members of disabled simd",
		"long_link": "https://github.com/cplusplus/draft/pull/7687",
		"link": "https://wg21.link/edit7687",
		"status": "closed"
	},
	"EDIT7688": {
		"type": "issue",
		"title": "[expr.sub] Add missing cross-references",
		"long_link": "https://github.com/cplusplus/draft/pull/7688",
		"link": "https://wg21.link/edit7688",
		"status": "closed"
	},
	"EDIT7689": {
		"type": "issue",
		"title": "[2025-02 LWG Motion 13] P2933R4 Extend <bit> header function with overloads for std::simd",
		"long_link": "https://github.com/cplusplus/draft/pull/7689",
		"link": "https://wg21.link/edit7689",
		"status": "closed"
	},
	"EDIT7690": {
		"type": "issue",
		"title": "P2841R7 Concept and variable-template template-parameters",
		"long_link": "https://github.com/cplusplus/draft/pull/7690",
		"link": "https://wg21.link/edit7690",
		"status": "closed"
	},
	"EDIT7691": {
		"type": "issue",
		"title": "[2025-02 LWG Motion 12] P2663R7 Interleaved complex values support in std::simd",
		"long_link": "https://github.com/cplusplus/draft/pull/7691",
		"link": "https://wg21.link/edit7691",
		"status": "closed"
	},
	"EDIT7692": {
		"type": "issue",
		"title": "[2025-02 LWG Motion 3] P3137R3 views::to_input",
		"long_link": "https://github.com/cplusplus/draft/pull/7692",
		"link": "https://wg21.link/edit7692",
		"status": "closed"
	},
	"EDIT7693": {
		"type": "issue",
		"title": "P3349R1 Converting contiguous iterators to pointers",
		"long_link": "https://github.com/cplusplus/draft/pull/7693",
		"link": "https://wg21.link/edit7693",
		"status": "closed"
	},
	"EDIT7694": {
		"type": "issue",
		"title": "[2025-02 LWG Motion 9] P3287R3 Exploration of namespaces for std::simd",
		"long_link": "https://github.com/cplusplus/draft/pull/7694",
		"link": "https://wg21.link/edit7694",
		"status": "closed"
	},
	"EDIT7695": {
		"type": "issue",
		"title": "[2025-02 CWG Motion 5] P2900R14 - Contracts for C++",
		"long_link": "https://github.com/cplusplus/draft/pull/7695",
		"link": "https://wg21.link/edit7695",
		"status": "closed"
	},
	"EDIT7696": {
		"type": "issue",
		"title": "[2025-02 LWG Motion 16] P0447R28 Introduction of std::hive to the standard library",
		"long_link": "https://github.com/cplusplus/draft/pull/7696",
		"link": "https://wg21.link/edit7696",
		"status": "closed"
	},
	"EDIT7697": {
		"type": "issue",
		"title": "[time.format] A minor update for LWG 4124",
		"long_link": "https://github.com/cplusplus/draft/pull/7697",
		"link": "https://wg21.link/edit7697",
		"status": "closed"
	},
	"EDIT7698": {
		"type": "issue",
		"title": "[2025-02 LWG 14] P2846R6 reserve_hint: Eagerly reserving memory for not-quite-sized lazy ranges",
		"long_link": "https://github.com/cplusplus/draft/pull/7698",
		"link": "https://wg21.link/edit7698",
		"status": "closed"
	},
	"EDIT7699": {
		"type": "issue",
		"title": "Name Mangling Conflict in Global and Namespace Variables",
		"long_link": "https://github.com/cplusplus/draft/issues/7699",
		"link": "https://wg21.link/edit7699",
		"status": "closed"
	},
	"EDIT7700": {
		"type": "issue",
		"title": "P0472R3 Put std::monostate in <utility>",
		"long_link": "https://github.com/cplusplus/draft/pull/7700",
		"link": "https://wg21.link/edit7700",
		"status": "closed"
	},
	"EDIT7701": {
		"type": "issue",
		"title": "P3378R2 constexpr exception types",
		"long_link": "https://github.com/cplusplus/draft/pull/7701",
		"link": "https://wg21.link/edit7701",
		"status": "closed"
	},
	"EDIT7702": {
		"type": "issue",
		"title": "[stdexcept.syn] Align class declarations",
		"long_link": "https://github.com/cplusplus/draft/pull/7702",
		"link": "https://wg21.link/edit7702",
		"status": "closed"
	},
	"EDIT7703": {
		"type": "issue",
		"title": "P3471R4 Standard library hardening",
		"long_link": "https://github.com/cplusplus/draft/pull/7703",
		"link": "https://wg21.link/edit7703",
		"status": "closed"
	},
	"EDIT7704": {
		"type": "issue",
		"title": "[2025-02 CWG Motion 9] P1967R14 `#embed`",
		"long_link": "https://github.com/cplusplus/draft/pull/7704",
		"link": "https://wg21.link/edit7704",
		"status": "closed"
	},
	"EDIT7705": {
		"type": "issue",
		"title": "[2025-02 CWG Motion 8] P2786R13 Trivial Relocation",
		"long_link": "https://github.com/cplusplus/draft/pull/7705",
		"link": "https://wg21.link/edit7705",
		"status": "closed"
	},
	"EDIT7706": {
		"type": "issue",
		"title": "P2976R1 Freestanding Library: algorithm, numeric, and random",
		"long_link": "https://github.com/cplusplus/draft/pull/7706",
		"link": "https://wg21.link/edit7706",
		"status": "closed"
	},
	"EDIT7707": {
		"type": "issue",
		"title": "[stmt.iter.general] Index an implementation-defined behavior",
		"long_link": "https://github.com/cplusplus/draft/pull/7707",
		"link": "https://wg21.link/edit7707",
		"status": "closed"
	},
	"EDIT7708": {
		"type": "issue",
		"title": "P3019R14 indirect and polymorphic: Vocabulary Types for Composite Class Design",
		"long_link": "https://github.com/cplusplus/draft/pull/7708",
		"link": "https://wg21.link/edit7708",
		"status": "closed"
	},
	"EDIT7709": {
		"type": "issue",
		"title": "P3372R3 constexpr containers and adaptors",
		"long_link": "https://github.com/cplusplus/draft/pull/7709",
		"link": "https://wg21.link/edit7709",
		"status": "closed"
	},
	"EDIT7710": {
		"type": "issue",
		"title": "[expr.const] Add non-breaking space after `\\cv`",
		"long_link": "https://github.com/cplusplus/draft/pull/7710",
		"link": "https://wg21.link/edit7710",
		"status": "closed"
	},
	"EDIT7711": {
		"type": "issue",
		"title": "[ifstream.members] Remove mistakenly added `@`",
		"long_link": "https://github.com/cplusplus/draft/pull/7711",
		"link": "https://wg21.link/edit7711",
		"status": "closed"
	},
	"EDIT7712": {
		"type": "issue",
		"title": "support for core-issue 675, requires-expression as a barrier for invalid types or expressions.",
		"long_link": "https://github.com/cplusplus/draft/pull/7712",
		"link": "https://wg21.link/edit7712",
		"status": "closed"
	},
	"EDIT7713": {
		"type": "issue",
		"title": "[support.srcloc.cons] Update xref to [class.mem.general]",
		"long_link": "https://github.com/cplusplus/draft/pull/7713",
		"link": "https://wg21.link/edit7713",
		"status": "closed"
	},
	"EDIT7714": {
		"type": "issue",
		"title": "我也不知道這是什麼",
		"long_link": "https://github.com/cplusplus/draft/issues/7714",
		"link": "https://wg21.link/edit7714",
		"status": "closed"
	},
	"EDIT7715": {
		"type": "issue",
		"title": "[basic.indet] has a dangling xref to [conv.lval]",
		"long_link": "https://github.com/cplusplus/draft/issues/7715",
		"link": "https://wg21.link/edit7715",
		"status": "open"
	},
	"EDIT7716": {
		"type": "issue",
		"title": "[stmt.dcl] Mirror changes from CWG2791",
		"long_link": "https://github.com/cplusplus/draft/pull/7716",
		"link": "https://wg21.link/edit7716",
		"status": "open"
	},
	"EDIT7717": {
		"type": "issue",
		"title": "[linalg.algs.reqs] Remove linebreak before \\iref",
		"long_link": "https://github.com/cplusplus/draft/pull/7717",
		"link": "https://wg21.link/edit7717",
		"status": "closed"
	},
	"EDIT7718": {
		"type": "issue",
		"title": "y gt",
		"long_link": "https://github.com/cplusplus/draft/issues/7718",
		"link": "https://wg21.link/edit7718",
		"status": "closed"
	},
	"EDIT7719": {
		"type": "issue",
		"title": "[range.cache.latest] Add missing `\\exposid`",
		"long_link": "https://github.com/cplusplus/draft/pull/7719",
		"link": "https://wg21.link/edit7719",
		"status": "closed"
	},
	"EDIT7720": {
		"type": "issue",
		"title": "[range.join.iterator] Add missing `\\exposid`",
		"long_link": "https://github.com/cplusplus/draft/pull/7720",
		"link": "https://wg21.link/edit7720",
		"status": "closed"
	},
	"EDIT7721": {
		"type": "issue",
		"title": "[coro.generator.members] Add missing `\\exposid`",
		"long_link": "https://github.com/cplusplus/draft/pull/7721",
		"link": "https://wg21.link/edit7721",
		"status": "closed"
	},
	"EDIT7722": {
		"type": "issue",
		"title": "[range.chunk] Add missing `\\exposid`",
		"long_link": "https://github.com/cplusplus/draft/pull/7722",
		"link": "https://wg21.link/edit7722",
		"status": "closed"
	},
	"EDIT7723": {
		"type": "issue",
		"title": "[functional.syn], [func.bind.place] Use `\\vdots` for vertical ellipsis; add missing `\\placeholder`",
		"long_link": "https://github.com/cplusplus/draft/pull/7723",
		"link": "https://wg21.link/edit7723",
		"status": "closed"
	},
	"EDIT7724": {
		"type": "issue",
		"title": "[exec.snd.expos] Add italics for see below",
		"long_link": "https://github.com/cplusplus/draft/pull/7724",
		"link": "https://wg21.link/edit7724",
		"status": "closed"
	},
	"EDIT7725": {
		"type": "issue",
		"title": "[diff.cpp23] Module Declarations Shouldn’t be Macros",
		"long_link": "https://github.com/cplusplus/draft/issues/7725",
		"link": "https://wg21.link/edit7725",
		"status": "open"
	},
	"EDIT7726": {
		"type": "issue",
		"title": "[c.math.hypot3] Returns specification should use formula",
		"long_link": "https://github.com/cplusplus/draft/issues/7726",
		"link": "https://wg21.link/edit7726",
		"status": "closed"
	},
	"EDIT7727": {
		"type": "issue",
		"title": "Tex 2024 for Mac is gone, replace with 2025",
		"long_link": "https://github.com/cplusplus/draft/issues/7727",
		"link": "https://wg21.link/edit7727",
		"status": "closed"
	},
	"EDIT7728": {
		"type": "issue",
		"title": "[basic.scope.scope] Replace \"warning\" with \"diagnostic message\"",
		"long_link": "https://github.com/cplusplus/draft/pull/7728",
		"link": "https://wg21.link/edit7728",
		"status": "open"
	},
	"EDIT7729": {
		"type": "issue",
		"title": " [print.fun] Follow up P1494R5",
		"long_link": "https://github.com/cplusplus/draft/pull/7729",
		"link": "https://wg21.link/edit7729",
		"status": "closed"
	},
	"EDIT7730": {
		"type": "issue",
		"title": "Replace \"warning\" with \"diagnostic\", or define \"warning\"",
		"long_link": "https://github.com/cplusplus/draft/issues/7730",
		"link": "https://wg21.link/edit7730",
		"status": "open"
	},
	"EDIT7731": {
		"type": "issue",
		"title": "[intro.defs] Why is `\\termref` rendered in italics?",
		"long_link": "https://github.com/cplusplus/draft/issues/7731",
		"link": "https://wg21.link/edit7731",
		"status": "closed"
	},
	"EDIT7732": {
		"type": "issue",
		"title": "[deque.modifiers] Clarify complexity requirements on deque insertion",
		"long_link": "https://github.com/cplusplus/draft/issues/7732",
		"link": "https://wg21.link/edit7732",
		"status": "open"
	},
	"EDIT7733": {
		"type": "issue",
		"title": "[hash.requirements] clarify that Cpp17Hash does not imply stateless",
		"long_link": "https://github.com/cplusplus/draft/pull/7733",
		"link": "https://wg21.link/edit7733",
		"status": "open"
	},
	"EDIT7734": {
		"type": "issue",
		"title": "A contradictory statement in `std::filesystem::copy`",
		"long_link": "https://github.com/cplusplus/draft/issues/7734",
		"link": "https://wg21.link/edit7734",
		"status": "closed"
	},
	"EDIT7735": {
		"type": "issue",
		"title": "Update Ubuntu version, disable MacOS runner",
		"long_link": "https://github.com/cplusplus/draft/pull/7735",
		"link": "https://wg21.link/edit7735",
		"status": "closed"
	},
	"EDIT7736": {
		"type": "issue",
		"title": "[basic.contract.eval] Insert missing space between words",
		"long_link": "https://github.com/cplusplus/draft/pull/7736",
		"link": "https://wg21.link/edit7736",
		"status": "closed"
	},
	"EDIT7737": {
		"type": "issue",
		"title": "Reword \"possible to be well-defined only if\" wording in \"sized ranges\" notes",
		"long_link": "https://github.com/cplusplus/draft/issues/7737",
		"link": "https://wg21.link/edit7737",
		"status": "open"
	},
	"EDIT7738": {
		"type": "issue",
		"title": "merge/reword \"two kinds of implementations\" wording from [library] into [intro.compliance]",
		"long_link": "https://github.com/cplusplus/draft/pull/7738",
		"link": "https://wg21.link/edit7738",
		"status": "open"
	},
	"EDIT7739": {
		"type": "issue",
		"title": "[depr.atomics.order] code font and index for memory_order",
		"long_link": "https://github.com/cplusplus/draft/pull/7739",
		"link": "https://wg21.link/edit7739",
		"status": "closed"
	},
	"EDIT7740": {
		"type": "issue",
		"title": "[defns.erroneous] Have we defined EB in a normative way?",
		"long_link": "https://github.com/cplusplus/draft/issues/7740",
		"link": "https://wg21.link/edit7740",
		"status": "closed"
	},
	"EDIT7741": {
		"type": "issue",
		"title": "[intro.defs] access should contain a reference to the definition of an scalar type",
		"long_link": "https://github.com/cplusplus/draft/issues/7741",
		"link": "https://wg21.link/edit7741",
		"status": "closed"
	},
	"EDIT7742": {
		"type": "issue",
		"title": "[intro.defs] access should contain a reference to the definition of an scalar type",
		"long_link": "https://github.com/cplusplus/draft/pull/7742",
		"link": "https://wg21.link/edit7742",
		"status": "closed"
	},
	"EDIT7743": {
		"type": "issue",
		"title": "[intro.defs] access should contain a reference to the definition of a scalar type",
		"long_link": "https://github.com/cplusplus/draft/pull/7743",
		"link": "https://wg21.link/edit7743",
		"status": "closed"
	},
	"EDIT7744": {
		"type": "issue",
		"title": "[lex.phases] Index string concatenation in phase 6",
		"long_link": "https://github.com/cplusplus/draft/pull/7744",
		"link": "https://wg21.link/edit7744",
		"status": "closed"
	},
	"EDIT7745": {
		"type": "issue",
		"title": "[lex.phases][basic.link] Index linking",
		"long_link": "https://github.com/cplusplus/draft/pull/7745",
		"link": "https://wg21.link/edit7745",
		"status": "closed"
	},
	"EDIT7746": {
		"type": "issue",
		"title": "[sequences.general] Hive is a sequence container",
		"long_link": "https://github.com/cplusplus/draft/pull/7746",
		"link": "https://wg21.link/edit7746",
		"status": "closed"
	},
	"EDIT7747": {
		"type": "issue",
		"title": "TeX capacity exceeded, sorry [input stack size=10000], texlive 2025.1-1 on ArchLinux",
		"long_link": "https://github.com/cplusplus/draft/issues/7747",
		"link": "https://wg21.link/edit7747",
		"status": "closed"
	},
	"EDIT7748": {
		"type": "issue",
		"title": "[basic.contract.eval] Insert missing space between words",
		"long_link": "https://github.com/cplusplus/draft/pull/7748",
		"link": "https://wg21.link/edit7748",
		"status": "closed"
	},
	"EDIT7749": {
		"type": "issue",
		"title": "[basic.contract.eval] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/7749",
		"link": "https://wg21.link/edit7749",
		"status": "closed"
	},
	"EDIT7750": {
		"type": "issue",
		"title": "[lex.digraph] Swap alternative token representations in table",
		"long_link": "https://github.com/cplusplus/draft/pull/7750",
		"link": "https://wg21.link/edit7750",
		"status": "closed"
	},
	"EDIT7751": {
		"type": "issue",
		"title": "[variant.ctor] missing `Throws` clause on the last ctor",
		"long_link": "https://github.com/cplusplus/draft/issues/7751",
		"link": "https://wg21.link/edit7751",
		"status": "open"
	},
	"EDIT7752": {
		"type": "issue",
		"title": "[variant.ctor] Add missing throws clause to last ctor",
		"long_link": "https://github.com/cplusplus/draft/pull/7752",
		"link": "https://wg21.link/edit7752",
		"status": "open"
	},
	"EDIT7753": {
		"type": "issue",
		"title": "Re-enable MacOS runner",
		"long_link": "https://github.com/cplusplus/draft/pull/7753",
		"link": "https://wg21.link/edit7753",
		"status": "closed"
	},
	"EDIT7754": {
		"type": "issue",
		"title": "[class.pre] Insert missing space between words",
		"long_link": "https://github.com/cplusplus/draft/pull/7754",
		"link": "https://wg21.link/edit7754",
		"status": "closed"
	},
	"EDIT7755": {
		"type": "issue",
		"title": "[cpp.embed.gen] “Implementation-resource-width” should not be a grammar term",
		"long_link": "https://github.com/cplusplus/draft/pull/7755",
		"link": "https://wg21.link/edit7755",
		"status": "closed"
	},
	"EDIT7756": {
		"type": "issue",
		"title": "[hive.modifiers] Add \\tcode for n and x",
		"long_link": "https://github.com/cplusplus/draft/pull/7756",
		"link": "https://wg21.link/edit7756",
		"status": "closed"
	},
	"EDIT7757": {
		"type": "issue",
		"title": "[hive.operations] Move closing curly bracket in front of comma",
		"long_link": "https://github.com/cplusplus/draft/pull/7757",
		"link": "https://wg21.link/edit7757",
		"status": "closed"
	},
	"EDIT7758": {
		"type": "issue",
		"title": "[lib] Use `CharT` and `Traits` as template parameter names",
		"long_link": "https://github.com/cplusplus/draft/pull/7758",
		"link": "https://wg21.link/edit7758",
		"status": "open"
	},
	"EDIT7759": {
		"type": "issue",
		"title": "[exec.schedule.from], [simd.ctor] Remove incorrect @ escapes",
		"long_link": "https://github.com/cplusplus/draft/pull/7759",
		"link": "https://wg21.link/edit7759",
		"status": "closed"
	},
	"EDIT7760": {
		"type": "issue",
		"title": "[assertions.assert] The meaning of \"standard error stream\" is unclear",
		"long_link": "https://github.com/cplusplus/draft/issues/7760",
		"link": "https://wg21.link/edit7760",
		"status": "closed"
	},
	"EDIT7761": {
		"type": "issue",
		"title": "[cpp.embed.gen] Fix typo in example",
		"long_link": "https://github.com/cplusplus/draft/pull/7761",
		"link": "https://wg21.link/edit7761",
		"status": "closed"
	},
	"EDIT7762": {
		"type": "issue",
		"title": "[range.zip.transform.iterator] Fix typo in index entry.",
		"long_link": "https://github.com/cplusplus/draft/pull/7762",
		"link": "https://wg21.link/edit7762",
		"status": "closed"
	},
	"EDIT7763": {
		"type": "issue",
		"title": "[lex.phases] Add cross-reference to [lex.header]",
		"long_link": "https://github.com/cplusplus/draft/pull/7763",
		"link": "https://wg21.link/edit7763",
		"status": "closed"
	},
	"EDIT7764": {
		"type": "issue",
		"title": "[assertions.assert] Add ISO C reference for standard error stream",
		"long_link": "https://github.com/cplusplus/draft/pull/7764",
		"link": "https://wg21.link/edit7764",
		"status": "closed"
	},
	"EDIT7765": {
		"type": "issue",
		"title": "[cpp.predefined] Place the __STDC_EMBED macros in the unconditionally defined paragraph",
		"long_link": "https://github.com/cplusplus/draft/pull/7765",
		"link": "https://wg21.link/edit7765",
		"status": "closed"
	},
	"EDIT7766": {
		"type": "issue",
		"title": "[stopsource.general] Restore accidentally deleted members in class definition",
		"long_link": "https://github.com/cplusplus/draft/pull/7766",
		"link": "https://wg21.link/edit7766",
		"status": "closed"
	},
	"EDIT7767": {
		"type": "issue",
		"title": "[range.to.input.view] Add \\ref for to_input_view​::​iterator",
		"long_link": "https://github.com/cplusplus/draft/pull/7767",
		"link": "https://wg21.link/edit7767",
		"status": "closed"
	},
	"EDIT7768": {
		"type": "issue",
		"title": "[range.drop.view] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/7768",
		"link": "https://wg21.link/edit7768",
		"status": "closed"
	},
	"EDIT7769": {
		"type": "issue",
		"title": "[range.approximately.sized]: Move it before [range.sized]?",
		"long_link": "https://github.com/cplusplus/draft/issues/7769",
		"link": "https://wg21.link/edit7769",
		"status": "closed"
	},
	"EDIT7770": {
		"type": "issue",
		"title": "[ranges] Make [range.approximately.sized] close to [range.sized]",
		"long_link": "https://github.com/cplusplus/draft/pull/7770",
		"link": "https://wg21.link/edit7770",
		"status": "closed"
	},
	"EDIT7771": {
		"type": "issue",
		"title": "[list.ops] Fix format for N",
		"long_link": "https://github.com/cplusplus/draft/pull/7771",
		"link": "https://wg21.link/edit7771",
		"status": "closed"
	},
	"EDIT7772": {
		"type": "issue",
		"title": "[vector.cons] Add \\libconcept for approximately_sized_range",
		"long_link": "https://github.com/cplusplus/draft/pull/7772",
		"link": "https://wg21.link/edit7772",
		"status": "closed"
	},
	"EDIT7773": {
		"type": "issue",
		"title": "[exec.run.loop.general] Add \\exposid for run-loop-opstate-base",
		"long_link": "https://github.com/cplusplus/draft/pull/7773",
		"link": "https://wg21.link/edit7773",
		"status": "closed"
	},
	"EDIT7774": {
		"type": "issue",
		"title": "[alg.rand.generate] Add generate_random to index",
		"long_link": "https://github.com/cplusplus/draft/pull/7774",
		"link": "https://wg21.link/edit7774",
		"status": "closed"
	},
	"EDIT7775": {
		"type": "issue",
		"title": "[basic.contract.eval] A note becomes incorrect after adopting P3471R4",
		"long_link": "https://github.com/cplusplus/draft/issues/7775",
		"link": "https://wg21.link/edit7775",
		"status": "open"
	},
	"EDIT7776": {
		"type": "issue",
		"title": "[simd.ctor] Add \\libconcept for concept",
		"long_link": "https://github.com/cplusplus/draft/pull/7776",
		"link": "https://wg21.link/edit7776",
		"status": "closed"
	},
	"EDIT7777": {
		"type": "issue",
		"title": "[exec.snd.concepts] Remove redundant bool casting",
		"long_link": "https://github.com/cplusplus/draft/pull/7777",
		"link": "https://wg21.link/edit7777",
		"status": "closed"
	},
	"EDIT7778": {
		"type": "issue",
		"title": "[alg.transform] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/7778",
		"link": "https://wg21.link/edit7778",
		"status": "closed"
	},
	"EDIT7779": {
		"type": "issue",
		"title": "[simd.ctor] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/7779",
		"link": "https://wg21.link/edit7779",
		"status": "closed"
	},
	"EDIT7780": {
		"type": "issue",
		"title": "[locale.numpunct.general] Remove superfluous whitespaces",
		"long_link": "https://github.com/cplusplus/draft/pull/7780",
		"link": "https://wg21.link/edit7780",
		"status": "closed"
	},
	"EDIT7781": {
		"type": "issue",
		"title": "[locale.numpunct.general] Remove superfluous whitespaces",
		"long_link": "https://github.com/cplusplus/draft/pull/7781",
		"link": "https://wg21.link/edit7781",
		"status": "closed"
	},
	"EDIT7782": {
		"type": "issue",
		"title": "[range.to.input.view] Add missing std::ranges namespace",
		"long_link": "https://github.com/cplusplus/draft/pull/7782",
		"link": "https://wg21.link/edit7782",
		"status": "closed"
	},
	"EDIT7783": {
		"type": "issue",
		"title": "Incorrect use of double quotes around type names",
		"long_link": "https://github.com/cplusplus/draft/issues/7783",
		"link": "https://wg21.link/edit7783",
		"status": "closed"
	},
	"EDIT7784": {
		"type": "issue",
		"title": "[tab:cpp.cond.ha] Add attribute 'indeterminate' CWG3020",
		"long_link": "https://github.com/cplusplus/draft/pull/7784",
		"link": "https://wg21.link/edit7784",
		"status": "closed"
	},
	"EDIT7785": {
		"type": "issue",
		"title": "[exec.snd.expos] Add missing space",
		"long_link": "https://github.com/cplusplus/draft/pull/7785",
		"link": "https://wg21.link/edit7785",
		"status": "closed"
	},
	"EDIT7786": {
		"type": "issue",
		"title": "[expr.cond] Simplify phrasing of the `nullptr_t` case",
		"long_link": "https://github.com/cplusplus/draft/pull/7786",
		"link": "https://wg21.link/edit7786",
		"status": "open"
	},
	"EDIT7787": {
		"type": "issue",
		"title": "[expr.type] Remove redundant `\\cvqual`",
		"long_link": "https://github.com/cplusplus/draft/pull/7787",
		"link": "https://wg21.link/edit7787",
		"status": "closed"
	},
	"EDIT7788": {
		"type": "issue",
		"title": "[temp.constr.general] Reorder constraint kinds to match subclause order",
		"long_link": "https://github.com/cplusplus/draft/pull/7788",
		"link": "https://wg21.link/edit7788",
		"status": "closed"
	},
	"EDIT7789": {
		"type": "issue",
		"title": "[temp.constr.concept] Improve phrasing of note",
		"long_link": "https://github.com/cplusplus/draft/pull/7789",
		"link": "https://wg21.link/edit7789",
		"status": "open"
	},
	"EDIT7790": {
		"type": "issue",
		"title": "[temp.constr.concept] Avoid talking about normalization of constraints",
		"long_link": "https://github.com/cplusplus/draft/pull/7790",
		"link": "https://wg21.link/edit7790",
		"status": "closed"
	},
	"EDIT7791": {
		"type": "issue",
		"title": "[temp.constr.concept] Fix example",
		"long_link": "https://github.com/cplusplus/draft/pull/7791",
		"link": "https://wg21.link/edit7791",
		"status": "closed"
	},
	"EDIT7792": {
		"type": "issue",
		"title": "[temp.constr.normal] Use \"contains (a pack)\" instead of \"names\"",
		"long_link": "https://github.com/cplusplus/draft/pull/7792",
		"link": "https://wg21.link/edit7792",
		"status": "closed"
	},
	"EDIT7793": {
		"type": "issue",
		"title": "[temp.constr.normal] Break up a long comment",
		"long_link": "https://github.com/cplusplus/draft/pull/7793",
		"link": "https://wg21.link/edit7793",
		"status": "closed"
	},
	"EDIT7794": {
		"type": "issue",
		"title": "[temp.constr.normal] Fix example",
		"long_link": "https://github.com/cplusplus/draft/pull/7794",
		"link": "https://wg21.link/edit7794",
		"status": "open"
	},
	"EDIT7795": {
		"type": "issue",
		"title": "[temp.constr.order] Fix example",
		"long_link": "https://github.com/cplusplus/draft/pull/7795",
		"link": "https://wg21.link/edit7795",
		"status": "open"
	},
	"EDIT7796": {
		"type": "issue",
		"title": "[temp.variadic] Consistently order template parameter kinds",
		"long_link": "https://github.com/cplusplus/draft/pull/7796",
		"link": "https://wg21.link/edit7796",
		"status": "closed"
	},
	"EDIT7797": {
		"type": "issue",
		"title": "[temp.over.link] Remove redundant wording",
		"long_link": "https://github.com/cplusplus/draft/pull/7797",
		"link": "https://wg21.link/edit7797",
		"status": "closed"
	},
	"EDIT7798": {
		"type": "issue",
		"title": "[temp.deduct.type] Consistently order template argument kinds",
		"long_link": "https://github.com/cplusplus/draft/pull/7798",
		"link": "https://wg21.link/edit7798",
		"status": "closed"
	},
	"EDIT7799": {
		"type": "issue",
		"title": "[lex.name][diff.cpp20.lex][uaxid.def] Index Unicode properties",
		"long_link": "https://github.com/cplusplus/draft/pull/7799",
		"link": "https://wg21.link/edit7799",
		"status": "closed"
	},
	"EDIT7800": {
		"type": "issue",
		"title": "[container.adaptors.general] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/7800",
		"link": "https://wg21.link/edit7800",
		"status": "closed"
	},
	"EDIT7801": {
		"type": "issue",
		"title": "[basic.indet] Reproducibility of erroneous byte values",
		"long_link": "https://github.com/cplusplus/draft/issues/7801",
		"link": "https://wg21.link/edit7801",
		"status": "open"
	},
	"EDIT7802": {
		"type": "issue",
		"title": "[algorithm.syn] Missing default template arg for find_last",
		"long_link": "https://github.com/cplusplus/draft/issues/7802",
		"link": "https://wg21.link/edit7802",
		"status": "closed"
	},
	"EDIT7803": {
		"type": "issue",
		"title": "[alg.copy], [alg.move] Rename ExecutionPolicy parameters",
		"long_link": "https://github.com/cplusplus/draft/pull/7803",
		"link": "https://wg21.link/edit7803",
		"status": "closed"
	},
	"EDIT7804": {
		"type": "issue",
		"title": "[uaxid.def.general] Replace non-`codeblock`s with `outputblock`s",
		"long_link": "https://github.com/cplusplus/draft/pull/7804",
		"link": "https://wg21.link/edit7804",
		"status": "closed"
	},
	"EDIT7805": {
		"type": "issue",
		"title": "[algorithm.syn] Fix-up synopsis for `ranges::find_last`",
		"long_link": "https://github.com/cplusplus/draft/pull/7805",
		"link": "https://wg21.link/edit7805",
		"status": "closed"
	},
	"EDIT7806": {
		"type": "issue",
		"title": "[expected.void.cons] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/7806",
		"link": "https://wg21.link/edit7806",
		"status": "closed"
	},
	"EDIT7807": {
		"type": "issue",
		"title": "[range.approximately.sized] Move to before [range.sized]",
		"long_link": "https://github.com/cplusplus/draft/pull/7807",
		"link": "https://wg21.link/edit7807",
		"status": "closed"
	},
	"EDIT7808": {
		"type": "issue",
		"title": "[set.overview] Fix punctuation",
		"long_link": "https://github.com/cplusplus/draft/pull/7808",
		"link": "https://wg21.link/edit7808",
		"status": "closed"
	},
	"EDIT7809": {
		"type": "issue",
		"title": "[list.erasure, list.erasure] Separate code into another line for better formatting",
		"long_link": "https://github.com/cplusplus/draft/pull/7809",
		"link": "https://wg21.link/edit7809",
		"status": "closed"
	},
	"EDIT7810": {
		"type": "issue",
		"title": "[format.syn] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/7810",
		"link": "https://wg21.link/edit7810",
		"status": "closed"
	},
	"EDIT7811": {
		"type": "issue",
		"title": "[temp.dep.constexpr] Fix broken formatting",
		"long_link": "https://github.com/cplusplus/draft/pull/7811",
		"link": "https://wg21.link/edit7811",
		"status": "closed"
	},
	"EDIT7812": {
		"type": "issue",
		"title": "[locale.money.get.virtuals] Spaces around operator +",
		"long_link": "https://github.com/cplusplus/draft/pull/7812",
		"link": "https://wg21.link/edit7812",
		"status": "closed"
	},
	"EDIT7813": {
		"type": "issue",
		"title": "[locale.moneypunct.general,locale.moneypunct.members] Remove superfluous whitespaces",
		"long_link": "https://github.com/cplusplus/draft/pull/7813",
		"link": "https://wg21.link/edit7813",
		"status": "closed"
	},
	"EDIT7814": {
		"type": "issue",
		"title": "[mem.composite.types] Replace \\oldconceptname with \\oldconcept",
		"long_link": "https://github.com/cplusplus/draft/pull/7814",
		"link": "https://wg21.link/edit7814",
		"status": "closed"
	},
	"EDIT7815": {
		"type": "issue",
		"title": "[time.clock.system.overview] Remove superfluous whitespaces",
		"long_link": "https://github.com/cplusplus/draft/pull/7815",
		"link": "https://wg21.link/edit7815",
		"status": "closed"
	},
	"EDIT7816": {
		"type": "issue",
		"title": "[istream.extractors,stringbuf.members] Add spaces around operator -",
		"long_link": "https://github.com/cplusplus/draft/pull/7816",
		"link": "https://wg21.link/edit7816",
		"status": "closed"
	},
	"EDIT7817": {
		"type": "issue",
		"title": "[optional.monadic] remove stray angle brackets on concept name",
		"long_link": "https://github.com/cplusplus/draft/pull/7817",
		"link": "https://wg21.link/edit7817",
		"status": "closed"
	},
	"EDIT7818": {
		"type": "issue",
		"title": "[string.view] Exposition-only formatting for `data_` and `size_`",
		"long_link": "https://github.com/cplusplus/draft/pull/7818",
		"link": "https://wg21.link/edit7818",
		"status": "closed"
	},
	"EDIT7819": {
		"type": "issue",
		"title": "[version.syn] FTMs for freestanding features should be freestanding",
		"long_link": "https://github.com/cplusplus/draft/pull/7819",
		"link": "https://wg21.link/edit7819",
		"status": "closed"
	},
	"EDIT7820": {
		"type": "issue",
		"title": "[polymorphic.general] Fix paragraph 3",
		"long_link": "https://github.com/cplusplus/draft/pull/7820",
		"link": "https://wg21.link/edit7820",
		"status": "closed"
	},
	"EDIT7821": {
		"type": "issue",
		"title": "[polymorphic.asgn] Remove a superfluous greater-than sign",
		"long_link": "https://github.com/cplusplus/draft/pull/7821",
		"link": "https://wg21.link/edit7821",
		"status": "closed"
	},
	"EDIT7822": {
		"type": "issue",
		"title": " [indirect.asgn] std::indirect does not have a “contained value”",
		"long_link": "https://github.com/cplusplus/draft/pull/7822",
		"link": "https://wg21.link/edit7822",
		"status": "closed"
	},
	"EDIT7823": {
		"type": "issue",
		"title": "[cstring.syn] Add example of implicit object creation in `memcpy` and `memmove`",
		"long_link": "https://github.com/cplusplus/draft/pull/7823",
		"link": "https://wg21.link/edit7823",
		"status": "open"
	},
	"EDIT7824": {
		"type": "issue",
		"title": "Digit separators mess with comments",
		"long_link": "https://github.com/cplusplus/draft/issues/7824",
		"link": "https://wg21.link/edit7824",
		"status": "open"
	},
	"EDIT7825": {
		"type": "issue",
		"title": "[func.bind.partial] Add backslash for throws",
		"long_link": "https://github.com/cplusplus/draft/pull/7825",
		"link": "https://wg21.link/edit7825",
		"status": "closed"
	},
	"EDIT7826": {
		"type": "issue",
		"title": "WIP: [std] Add Annex for undefined and IFNDR behavior",
		"long_link": "https://github.com/cplusplus/draft/pull/7826",
		"link": "https://wg21.link/edit7826",
		"status": "open"
	},
	"EDIT7827": {
		"type": "issue",
		"title": "[meta.trans.other] `common_type` defined by \"denotes a valid type\" instead of \"immediate context is well-formed\"",
		"long_link": "https://github.com/cplusplus/draft/issues/7827",
		"link": "https://wg21.link/edit7827",
		"status": "open"
	},
	"EDIT7828": {
		"type": "issue",
		"title": "[ub] Fix some formatting",
		"long_link": "https://github.com/cplusplus/draft/pull/7828",
		"link": "https://wg21.link/edit7828",
		"status": "closed"
	},
	"EDIT7829": {
		"type": "issue",
		"title": "[numbers.syn] Add declarations to index",
		"long_link": "https://github.com/cplusplus/draft/pull/7829",
		"link": "https://wg21.link/edit7829",
		"status": "closed"
	},
	"EDIT7830": {
		"type": "issue",
		"title": "[mdspan.layout.right.obs] Add missing `constexpr`",
		"long_link": "https://github.com/cplusplus/draft/pull/7830",
		"link": "https://wg21.link/edit7830",
		"status": "closed"
	},
	"EDIT7831": {
		"type": "issue",
		"title": "[mdspan.layout.left.obs] Add missing noexcept",
		"long_link": "https://github.com/cplusplus/draft/pull/7831",
		"link": "https://wg21.link/edit7831",
		"status": "closed"
	},
	"EDIT7832": {
		"type": "issue",
		"title": "[meta.unary.prop] Comma should be a period",
		"long_link": "https://github.com/cplusplus/draft/pull/7832",
		"link": "https://wg21.link/edit7832",
		"status": "closed"
	},
	"EDIT7833": {
		"type": "issue",
		"title": "Remove incorrect class.union.assignment.not.start.lifetime",
		"long_link": "https://github.com/cplusplus/draft/pull/7833",
		"link": "https://wg21.link/edit7833",
		"status": "closed"
	},
	"EDIT7834": {
		"type": "issue",
		"title": "Rename label expr.ass.overlap to expr.assign.overlap",
		"long_link": "https://github.com/cplusplus/draft/pull/7834",
		"link": "https://wg21.link/edit7834",
		"status": "closed"
	},
	"EDIT7835": {
		"type": "issue",
		"title": "Remove class.dtor.not.class.type",
		"long_link": "https://github.com/cplusplus/draft/pull/7835",
		"link": "https://wg21.link/edit7835",
		"status": "closed"
	},
	"EDIT7836": {
		"type": "issue",
		"title": "[vector.modifiers] Old concepts cannot be “modeled”",
		"long_link": "https://github.com/cplusplus/draft/pull/7836",
		"link": "https://wg21.link/edit7836",
		"status": "closed"
	},
	"EDIT7837": {
		"type": "issue",
		"title": "[iterator.synopsis] contains orphaned incrementable_traits<projected>",
		"long_link": "https://github.com/cplusplus/draft/issues/7837",
		"link": "https://wg21.link/edit7837",
		"status": "closed"
	},
	"EDIT7838": {
		"type": "issue",
		"title": "[dcl.contract.func] added missing \\br after precondition-specifier",
		"long_link": "https://github.com/cplusplus/draft/pull/7838",
		"link": "https://wg21.link/edit7838",
		"status": "closed"
	},
	"EDIT7839": {
		"type": "issue",
		"title": "[ub.basic.stc.dynamic] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/7839",
		"link": "https://wg21.link/edit7839",
		"status": "closed"
	},
	"EDIT7840": {
		"type": "issue",
		"title": "[tuple.syn] fix ignore-type::operator= return type",
		"long_link": "https://github.com/cplusplus/draft/pull/7840",
		"link": "https://wg21.link/edit7840",
		"status": "closed"
	},
	"EDIT7841": {
		"type": "issue",
		"title": "[iterator.synopsis] Apply changes of P2538R1 to the synopsis of `<iterator>`",
		"long_link": "https://github.com/cplusplus/draft/pull/7841",
		"link": "https://wg21.link/edit7841",
		"status": "closed"
	},
	"EDIT7842": {
		"type": "issue",
		"title": "[lex.pptoken] \"Whitespace\" and \"whitespace characters\" should be definitions",
		"long_link": "https://github.com/cplusplus/draft/issues/7842",
		"link": "https://wg21.link/edit7842",
		"status": "open"
	},
	"EDIT7843": {
		"type": "issue",
		"title": "Consider defining \"suitably\" in each occurrence",
		"long_link": "https://github.com/cplusplus/draft/issues/7843",
		"link": "https://wg21.link/edit7843",
		"status": "open"
	},
	"EDIT7844": {
		"type": "issue",
		"title": "[expos.only.entity] Should we use `iter-value-type` in more places?",
		"long_link": "https://github.com/cplusplus/draft/issues/7844",
		"link": "https://wg21.link/edit7844",
		"status": "open"
	},
	"EDIT7845": {
		"type": "issue",
		"title": "`add_const_t` VS plain `const`",
		"long_link": "https://github.com/cplusplus/draft/issues/7845",
		"link": "https://wg21.link/edit7845",
		"status": "open"
	},
	"EDIT7846": {
		"type": "issue",
		"title": "[intro.compliance.general], [using.headers] Redundant and inconsistent wording",
		"long_link": "https://github.com/cplusplus/draft/issues/7846",
		"link": "https://wg21.link/edit7846",
		"status": "open"
	},
	"EDIT7847": {
		"type": "issue",
		"title": "Accidentally freestanding <exception>",
		"long_link": "https://github.com/cplusplus/draft/issues/7847",
		"link": "https://wg21.link/edit7847",
		"status": "closed"
	},
	"EDIT7848": {
		"type": "issue",
		"title": "[ub.general,ifndr.general] Avoid hanging paragraphs by introducing 'General' subclauses",
		"long_link": "https://github.com/cplusplus/draft/pull/7848",
		"link": "https://wg21.link/edit7848",
		"status": "closed"
	},
	"EDIT7849": {
		"type": "issue",
		"title": "[tab:headers.cpp.fs] Fix header name for `is_execution_policy(_v)`",
		"long_link": "https://github.com/cplusplus/draft/pull/7849",
		"link": "https://wg21.link/edit7849",
		"status": "closed"
	},
	"EDIT7850": {
		"type": "issue",
		"title": "[headers] is incomplete",
		"long_link": "https://github.com/cplusplus/draft/issues/7850",
		"link": "https://wg21.link/edit7850",
		"status": "open"
	},
	"EDIT7851": {
		"type": "issue",
		"title": "[lib] Replace uses of `add_meow_t` with plain cv-qualifiers",
		"long_link": "https://github.com/cplusplus/draft/pull/7851",
		"link": "https://wg21.link/edit7851",
		"status": "open"
	},
	"EDIT7852": {
		"type": "issue",
		"title": "[tab:meta.trans.cv] Simplify wording for `add_{const,volatile,cv}`",
		"long_link": "https://github.com/cplusplus/draft/pull/7852",
		"link": "https://wg21.link/edit7852",
		"status": "closed"
	},
	"EDIT7853": {
		"type": "issue",
		"title": "[atomics.syn] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/7853",
		"link": "https://wg21.link/edit7853",
		"status": "closed"
	},
	"EDIT7854": {
		"type": "issue",
		"title": "[exec.util.cmplsig.trans] Replace verbose `add_lvalue_reference_t` with plain `&`",
		"long_link": "https://github.com/cplusplus/draft/pull/7854",
		"link": "https://wg21.link/edit7854",
		"status": "closed"
	},
	"EDIT7855": {
		"type": "issue",
		"title": "[temp.func.order] Making the intent of transformations clearer",
		"long_link": "https://github.com/cplusplus/draft/issues/7855",
		"link": "https://wg21.link/edit7855",
		"status": "open"
	},
	"EDIT7856": {
		"type": "issue",
		"title": "[TeX] makeevenhead and makeevenfoot may be broken",
		"long_link": "https://github.com/cplusplus/draft/issues/7856",
		"link": "https://wg21.link/edit7856",
		"status": "closed"
	},
	"EDIT7857": {
		"type": "issue",
		"title": "[lex.pptoken] added \\grammarterm in grammar",
		"long_link": "https://github.com/cplusplus/draft/pull/7857",
		"link": "https://wg21.link/edit7857",
		"status": "closed"
	},
	"EDIT7858": {
		"type": "issue",
		"title": "[derivation] Do we need to clarify \"all types specified in the C++ standard library\"? LWG4252",
		"long_link": "https://github.com/cplusplus/draft/issues/7858",
		"link": "https://wg21.link/edit7858",
		"status": "open"
	},
	"EDIT7859": {
		"type": "issue",
		"title": "[unreachable.sentinel] Incorrect usage example of std::unreachable_sentinel",
		"long_link": "https://github.com/cplusplus/draft/issues/7859",
		"link": "https://wg21.link/edit7859",
		"status": "open"
	},
	"EDIT7860": {
		"type": "issue",
		"title": "[polymorphic.ctor] Owned object must have cv-unqualified object type",
		"long_link": "https://github.com/cplusplus/draft/pull/7860",
		"link": "https://wg21.link/edit7860",
		"status": "closed"
	},
	"EDIT7861": {
		"type": "issue",
		"title": "[indirect.asgn], [polymorphic.asgn] Combine related bullets",
		"long_link": "https://github.com/cplusplus/draft/pull/7861",
		"link": "https://wg21.link/edit7861",
		"status": "open"
	},
	"EDIT7862": {
		"type": "issue",
		"title": "[class.temporary] Define \"temporary object\"",
		"long_link": "https://github.com/cplusplus/draft/pull/7862",
		"link": "https://wg21.link/edit7862",
		"status": "closed"
	},
	"EDIT7863": {
		"type": "issue",
		"title": "[basic.align], [obj.lifetime], [new.delete] Clarify uses of \"suitably aligned\"",
		"long_link": "https://github.com/cplusplus/draft/pull/7863",
		"link": "https://wg21.link/edit7863",
		"status": "open"
	},
	"EDIT7864": {
		"type": "issue",
		"title": "[ub] added many missing entries to UB annex",
		"long_link": "https://github.com/cplusplus/draft/pull/7864",
		"link": "https://wg21.link/edit7864",
		"status": "closed"
	},
	"EDIT7865": {
		"type": "issue",
		"title": "[sequence.reqmts] P2846 incorrectly applied for assign_range",
		"long_link": "https://github.com/cplusplus/draft/issues/7865",
		"link": "https://wg21.link/edit7865",
		"status": "closed"
	},
	"EDIT7866": {
		"type": "issue",
		"title": "[syntax] to [intro.syntax] to match the other subclause stable names",
		"long_link": "https://github.com/cplusplus/draft/pull/7866",
		"link": "https://wg21.link/edit7866",
		"status": "closed"
	},
	"EDIT7867": {
		"type": "issue",
		"title": "[container.adaptors] Avoid naming `sorted_{equivalent,unique}_t` tag parameters",
		"long_link": "https://github.com/cplusplus/draft/pull/7867",
		"link": "https://wg21.link/edit7867",
		"status": "closed"
	},
	"EDIT7868": {
		"type": "issue",
		"title": "[basic.contract.eval] Remove stray closing parenthesis",
		"long_link": "https://github.com/cplusplus/draft/pull/7868",
		"link": "https://wg21.link/edit7868",
		"status": "closed"
	},
	"EDIT7869": {
		"type": "issue",
		"title": "[sequence.reqmts] Fix application of P2846R6 for `assign_range`",
		"long_link": "https://github.com/cplusplus/draft/pull/7869",
		"link": "https://wg21.link/edit7869",
		"status": "closed"
	},
	"EDIT7870": {
		"type": "issue",
		"title": "Build checks failing on macOS in `xrefdelta.tex`",
		"long_link": "https://github.com/cplusplus/draft/issues/7870",
		"link": "https://wg21.link/edit7870",
		"status": "open"
	},
	"EDIT7871": {
		"type": "issue",
		"title": "[expr.call] Move period at end",
		"long_link": "https://github.com/cplusplus/draft/pull/7871",
		"link": "https://wg21.link/edit7871",
		"status": "closed"
	},
	"EDIT7872": {
		"type": "issue",
		"title": "[mdspan.layout.right.obs] Add missing constexpr to required_span_size.",
		"long_link": "https://github.com/cplusplus/draft/pull/7872",
		"link": "https://wg21.link/edit7872",
		"status": "closed"
	},
	"EDIT7873": {
		"type": "issue",
		"title": "Proposal: Enable std::shared_ptr to delete objects with protected/private destructors via friendship",
		"long_link": "https://github.com/cplusplus/draft/issues/7873",
		"link": "https://wg21.link/edit7873",
		"status": "closed"
	},
	"EDIT7874": {
		"type": "issue",
		"title": " [associative.reqmts.general] Eliminate the final usage of “multiple keys”",
		"long_link": "https://github.com/cplusplus/draft/pull/7874",
		"link": "https://wg21.link/edit7874",
		"status": "closed"
	},
	"EDIT7875": {
		"type": "issue",
		"title": "[dcl.contract.res] Add period to end of sentence",
		"long_link": "https://github.com/cplusplus/draft/pull/7875",
		"link": "https://wg21.link/edit7875",
		"status": "closed"
	},
	"EDIT7876": {
		"type": "issue",
		"title": "[dcl.struct.bind] Insert missing space between words",
		"long_link": "https://github.com/cplusplus/draft/pull/7876",
		"link": "https://wg21.link/edit7876",
		"status": "closed"
	},
	"EDIT7877": {
		"type": "issue",
		"title": "Unable to typeset the draft document in a codespace",
		"long_link": "https://github.com/cplusplus/draft/issues/7877",
		"link": "https://wg21.link/edit7877",
		"status": "closed"
	},
	"EDIT7878": {
		"type": "issue",
		"title": "[re.regiter.general] Move const into \\tcode",
		"long_link": "https://github.com/cplusplus/draft/pull/7878",
		"link": "https://wg21.link/edit7878",
		"status": "closed"
	},
	"EDIT7879": {
		"type": "issue",
		"title": "[class.prop] Remove stray closing parenthesis",
		"long_link": "https://github.com/cplusplus/draft/pull/7879",
		"link": "https://wg21.link/edit7879",
		"status": "closed"
	},
	"EDIT7880": {
		"type": "issue",
		"title": "[class.mem.general] Remove stray closing parenthesis",
		"long_link": "https://github.com/cplusplus/draft/pull/7880",
		"link": "https://wg21.link/edit7880",
		"status": "closed"
	},
	"EDIT7881": {
		"type": "issue",
		"title": "[container.requirements] Confusing \"Returns\" paragraph under `a.emplace_hint(p, args)`",
		"long_link": "https://github.com/cplusplus/draft/issues/7881",
		"link": "https://wg21.link/edit7881",
		"status": "closed"
	},
	"EDIT7882": {
		"type": "issue",
		"title": "[hive.operations] Add missing paragraph number",
		"long_link": "https://github.com/cplusplus/draft/pull/7882",
		"link": "https://wg21.link/edit7882",
		"status": "closed"
	},
	"EDIT7883": {
		"type": "issue",
		"title": "[dcl.fct.def.replace] Remove stray closing parenthesis",
		"long_link": "https://github.com/cplusplus/draft/pull/7883",
		"link": "https://wg21.link/edit7883",
		"status": "closed"
	},
	"EDIT7884": {
		"type": "issue",
		"title": "[stringbuf.members], [ostringstream.cons], [stringstream.cons] spaces",
		"long_link": "https://github.com/cplusplus/draft/pull/7884",
		"link": "https://wg21.link/edit7884",
		"status": "closed"
	},
	"EDIT7885": {
		"type": "issue",
		"title": "[indirect.general, polymorphic.general] Should we define \"indirect/polymorphic object\"?",
		"long_link": "https://github.com/cplusplus/draft/issues/7885",
		"link": "https://wg21.link/edit7885",
		"status": "open"
	},
	"EDIT7886": {
		"type": "issue",
		"title": "[valarray.access,c.math.lerp] Add spaces around operators",
		"long_link": "https://github.com/cplusplus/draft/pull/7886",
		"link": "https://wg21.link/edit7886",
		"status": "closed"
	},
	"EDIT7887": {
		"type": "issue",
		"title": "[simd.bit] Add period to end of sentence",
		"long_link": "https://github.com/cplusplus/draft/pull/7887",
		"link": "https://wg21.link/edit7887",
		"status": "closed"
	},
	"EDIT7888": {
		"type": "issue",
		"title": "[ub] a few more fixes",
		"long_link": "https://github.com/cplusplus/draft/pull/7888",
		"link": "https://wg21.link/edit7888",
		"status": "closed"
	},
	"EDIT7889": {
		"type": "issue",
		"title": "[ub] small fixes to examples",
		"long_link": "https://github.com/cplusplus/draft/pull/7889",
		"link": "https://wg21.link/edit7889",
		"status": "closed"
	},
	"EDIT7890": {
		"type": "issue",
		"title": "[ub] small fixes to examples",
		"long_link": "https://github.com/cplusplus/draft/pull/7890",
		"link": "https://wg21.link/edit7890",
		"status": "closed"
	},
	"EDIT7892": {
		"type": "issue",
		"title": "[container.requirements] Simplify Returns specification for try_emplace",
		"long_link": "https://github.com/cplusplus/draft/pull/7892",
		"link": "https://wg21.link/edit7892",
		"status": "closed"
	},
	"EDIT7893": {
		"type": "issue",
		"title": "[intro.defs], [dcl.attr.deprecated], [cpp.error] Define the term \"warning\" and use where appropriate",
		"long_link": "https://github.com/cplusplus/draft/pull/7893",
		"link": "https://wg21.link/edit7893",
		"status": "open"
	},
	"EDIT7894": {
		"type": "issue",
		"title": "Update README.rst",
		"long_link": "https://github.com/cplusplus/draft/pull/7894",
		"link": "https://wg21.link/edit7894",
		"status": "closed"
	},
	"EDIT7895": {
		"type": "issue",
		"title": "[simd.creation] Add commas",
		"long_link": "https://github.com/cplusplus/draft/pull/7895",
		"link": "https://wg21.link/edit7895",
		"status": "closed"
	},
	"EDIT7896": {
		"type": "issue",
		"title": "[locale.money.put.members] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/7896",
		"link": "https://wg21.link/edit7896",
		"status": "closed"
	},
	"EDIT7897": {
		"type": "issue",
		"title": "[exec.stopped.opt,exec.stopped.err] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/7897",
		"link": "https://wg21.link/edit7897",
		"status": "closed"
	},
	"EDIT7898": {
		"type": "issue",
		"title": "[exec.on] Add \\tcode for sch",
		"long_link": "https://github.com/cplusplus/draft/pull/7898",
		"link": "https://wg21.link/edit7898",
		"status": "closed"
	},
	"EDIT7899": {
		"type": "issue",
		"title": "[text.encoding.id] Sort enumerators in ascending order",
		"long_link": "https://github.com/cplusplus/draft/pull/7899",
		"link": "https://wg21.link/edit7899",
		"status": "closed"
	},
	"EDIT7900": {
		"type": "issue",
		"title": "[basic.def.odr] Avoid double-negation when defining whether a function is named by an expression",
		"long_link": "https://github.com/cplusplus/draft/issues/7900",
		"link": "https://wg21.link/edit7900",
		"status": "closed"
	},
	"EDIT7901": {
		"type": "issue",
		"title": "[projected] `projected` is now an alias template",
		"long_link": "https://github.com/cplusplus/draft/pull/7901",
		"link": "https://wg21.link/edit7901",
		"status": "closed"
	},
	"EDIT7902": {
		"type": "issue",
		"title": "[expr.prim.lambda.closure] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/7902",
		"link": "https://wg21.link/edit7902",
		"status": "closed"
	},
	"EDIT7903": {
		"type": "issue",
		"title": "[expr.pre,conv.general] Add spaces around operators",
		"long_link": "https://github.com/cplusplus/draft/pull/7903",
		"link": "https://wg21.link/edit7903",
		"status": "closed"
	},
	"EDIT7904": {
		"type": "issue",
		"title": "Add a \"Constant-checked preconditions\" specification",
		"long_link": "https://github.com/cplusplus/draft/issues/7904",
		"link": "https://wg21.link/edit7904",
		"status": "closed"
	},
	"EDIT7905": {
		"type": "issue",
		"title": "fix spelling of exposition-only `query-with-default` function",
		"long_link": "https://github.com/cplusplus/draft/pull/7905",
		"link": "https://wg21.link/edit7905",
		"status": "closed"
	},
	"EDIT7906": {
		"type": "issue",
		"title": "rename tparam of `schedule_result_t`",
		"long_link": "https://github.com/cplusplus/draft/pull/7906",
		"link": "https://wg21.link/edit7906",
		"status": "closed"
	},
	"EDIT7907": {
		"type": "issue",
		"title": "Fix function type name in [exec.let]",
		"long_link": "https://github.com/cplusplus/draft/pull/7907",
		"link": "https://wg21.link/edit7907",
		"status": "closed"
	},
	"EDIT7908": {
		"type": "issue",
		"title": "[simd.unary] Add \\ref for simd.unary",
		"long_link": "https://github.com/cplusplus/draft/pull/7908",
		"link": "https://wg21.link/edit7908",
		"status": "closed"
	},
	"EDIT7909": {
		"type": "issue",
		"title": "[execpol.type] Drop \"see below\" from `is_execution_policy`",
		"long_link": "https://github.com/cplusplus/draft/pull/7909",
		"link": "https://wg21.link/edit7909",
		"status": "closed"
	},
	"EDIT7910": {
		"type": "issue",
		"title": "[namespace.udecl]/10 is hard to read",
		"long_link": "https://github.com/cplusplus/draft/issues/7910",
		"link": "https://wg21.link/edit7910",
		"status": "open"
	},
	"EDIT7911": {
		"type": "issue",
		"title": "[basic.def.odr] Rephrase sentence to avoid double-negative",
		"long_link": "https://github.com/cplusplus/draft/pull/7911",
		"link": "https://wg21.link/edit7911",
		"status": "closed"
	},
	"EDIT7912": {
		"type": "issue",
		"title": "[new.delete.single]/11 is confusingly subordinate to a clause in /10",
		"long_link": "https://github.com/cplusplus/draft/issues/7912",
		"link": "https://wg21.link/edit7912",
		"status": "open"
	},
	"EDIT7913": {
		"type": "issue",
		"title": "[expected.object.obs] Inconsistency between `value_or()` and `error_or()` in `std::expected<T, E>`",
		"long_link": "https://github.com/cplusplus/draft/issues/7913",
		"link": "https://wg21.link/edit7913",
		"status": "closed"
	},
	"EDIT7914": {
		"type": "issue",
		"title": "[meta.trans.other] Fix off-by-one references to meta.rqmts",
		"long_link": "https://github.com/cplusplus/draft/pull/7914",
		"link": "https://wg21.link/edit7914",
		"status": "closed"
	},
	"EDIT7915": {
		"type": "issue",
		"title": "[expected.object.cons] Reorder arguments of is_same_v for consistency",
		"long_link": "https://github.com/cplusplus/draft/pull/7915",
		"link": "https://wg21.link/edit7915",
		"status": "closed"
	},
	"EDIT7916": {
		"type": "issue",
		"title": "[basic.start.main] Add spaces around operator -",
		"long_link": "https://github.com/cplusplus/draft/pull/7916",
		"link": "https://wg21.link/edit7916",
		"status": "closed"
	},
	"EDIT7917": {
		"type": "issue",
		"title": "[rand.eng.philox] Use normal font for superscript of \"ith\"",
		"long_link": "https://github.com/cplusplus/draft/pull/7917",
		"link": "https://wg21.link/edit7917",
		"status": "closed"
	},
	"EDIT7918": {
		"type": "issue",
		"title": "[value.error.codes] Remove redundant std qualifications",
		"long_link": "https://github.com/cplusplus/draft/pull/7918",
		"link": "https://wg21.link/edit7918",
		"status": "closed"
	},
	"EDIT7919": {
		"type": "issue",
		"title": "[check] Fix MacOS build by sorting all input files for the comparison",
		"long_link": "https://github.com/cplusplus/draft/pull/7919",
		"link": "https://wg21.link/edit7919",
		"status": "closed"
	},
	"EDIT7920": {
		"type": "issue",
		"title": "[check] Set locale properly",
		"long_link": "https://github.com/cplusplus/draft/pull/7920",
		"link": "https://wg21.link/edit7920",
		"status": "closed"
	},
	"EDIT7921": {
		"type": "issue",
		"title": "[linalg.transp.layout.transpose] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/7921",
		"link": "https://wg21.link/edit7921",
		"status": "closed"
	},
	"EDIT7922": {
		"type": "issue",
		"title": "[valarray.cassign] Add period at end of \"Returns\"",
		"long_link": "https://github.com/cplusplus/draft/pull/7922",
		"link": "https://wg21.link/edit7922",
		"status": "closed"
	},
	"EDIT7923": {
		"type": "issue",
		"title": "[expr.sub,expr.pre.incr] Add spaces around operators",
		"long_link": "https://github.com/cplusplus/draft/pull/7923",
		"link": "https://wg21.link/edit7923",
		"status": "open"
	},
	"EDIT7924": {
		"type": "issue",
		"title": "[diff.cpp23.strings] Move Clause 27 changes after Clause 23 changes",
		"long_link": "https://github.com/cplusplus/draft/pull/7924",
		"link": "https://wg21.link/edit7924",
		"status": "closed"
	},
	"EDIT7925": {
		"type": "issue",
		"title": "[atomics.ref.float] Fix spelling of placeholder",
		"long_link": "https://github.com/cplusplus/draft/pull/7925",
		"link": "https://wg21.link/edit7925",
		"status": "closed"
	},
	"EDIT7926": {
		"type": "issue",
		"title": "[2025-06 CWG Motion 1] P3752R0 (Core Language Working Group \"ready\" Issues for the June, 2025 meeting)",
		"long_link": "https://github.com/cplusplus/draft/issues/7926",
		"link": "https://wg21.link/edit7926",
		"status": "closed"
	},
	"EDIT7927": {
		"type": "issue",
		"title": "[2025-06 CWG Motion 2] P3752R0 (Core Language Working Group \"ready\" Issues for the June, 2025 meeting)",
		"long_link": "https://github.com/cplusplus/draft/issues/7927",
		"link": "https://wg21.link/edit7927",
		"status": "closed"
	},
	"EDIT7928": {
		"type": "issue",
		"title": "[2025-06 CWG Motion 3] P3618R0 Allow attaching main to the global module",
		"long_link": "https://github.com/cplusplus/draft/issues/7928",
		"link": "https://wg21.link/edit7928",
		"status": "closed"
	},
	"EDIT7929": {
		"type": "issue",
		"title": "P3618R0 Allow attaching main to the global module",
		"long_link": "https://github.com/cplusplus/draft/pull/7929",
		"link": "https://wg21.link/edit7929",
		"status": "closed"
	},
	"EDIT7930": {
		"type": "issue",
		"title": "[2025-06 CWG Motion 4] P2996R13 Reflection for C++26",
		"long_link": "https://github.com/cplusplus/draft/issues/7930",
		"link": "https://wg21.link/edit7930",
		"status": "closed"
	},
	"EDIT7931": {
		"type": "issue",
		"title": "[2025-06 CWG Motion 5] P3394R4 Annotations for Reflection",
		"long_link": "https://github.com/cplusplus/draft/issues/7931",
		"link": "https://wg21.link/edit7931",
		"status": "closed"
	},
	"EDIT7932": {
		"type": "issue",
		"title": "[2025-06 CWG Motion 6] P3293R3 Splicing a base class subobject",
		"long_link": "https://github.com/cplusplus/draft/issues/7932",
		"link": "https://wg21.link/edit7932",
		"status": "closed"
	},
	"EDIT7933": {
		"type": "issue",
		"title": "[2025-06 CWG Motion 7] P3491R3 define_static_{string,object,array}",
		"long_link": "https://github.com/cplusplus/draft/issues/7933",
		"link": "https://wg21.link/edit7933",
		"status": "closed"
	},
	"EDIT7934": {
		"type": "issue",
		"title": "[2025-06 CWG Motion 8] P1306R5 Expansion Statements",
		"long_link": "https://github.com/cplusplus/draft/issues/7934",
		"link": "https://wg21.link/edit7934",
		"status": "closed"
	},
	"EDIT7935": {
		"type": "issue",
		"title": "[2025-06 CWG Motion 9] P3096R12 Function Parameter Reflection in Reflection for C++26",
		"long_link": "https://github.com/cplusplus/draft/issues/7935",
		"link": "https://wg21.link/edit7935",
		"status": "closed"
	},
	"EDIT7936": {
		"type": "issue",
		"title": "[2025-06 CWG Motion 10] P3533R2 constexpr virtual inheritance",
		"long_link": "https://github.com/cplusplus/draft/issues/7936",
		"link": "https://wg21.link/edit7936",
		"status": "closed"
	},
	"EDIT7937": {
		"type": "issue",
		"title": "[2025-06 CWG Motion 11]  P2843R3 Preprocessing is never undefined",
		"long_link": "https://github.com/cplusplus/draft/issues/7937",
		"link": "https://wg21.link/edit7937",
		"status": "closed"
	},
	"EDIT7938": {
		"type": "issue",
		"title": "[2025-06 LWG Motion 1] P3742R0 C++ Standard Library Issues to be moved in Sofia, Jun. 2025",
		"long_link": "https://github.com/cplusplus/draft/issues/7938",
		"link": "https://wg21.link/edit7938",
		"status": "closed"
	},
	"EDIT7939": {
		"type": "issue",
		"title": "[2025-06 LWG Motion 2] P2988R12 std::optional<‍T&‍>",
		"long_link": "https://github.com/cplusplus/draft/issues/7939",
		"link": "https://wg21.link/edit7939",
		"status": "closed"
	},
	"EDIT7940": {
		"type": "issue",
		"title": "[2025-06 LWG Motion 3] P3348R4 C++26 should refer to C23 not C17",
		"long_link": "https://github.com/cplusplus/draft/issues/7940",
		"link": "https://wg21.link/edit7940",
		"status": "closed"
	},
	"EDIT7941": {
		"type": "issue",
		"title": "[2025-06 LWG Motion 4] P3037R6 constexpr std::shared_ptr and friends",
		"long_link": "https://github.com/cplusplus/draft/issues/7941",
		"link": "https://wg21.link/edit7941",
		"status": "closed"
	},
	"EDIT7942": {
		"type": "issue",
		"title": "[2025-06 LWG Motion 5] P3284R4 write_env and unstoppable Sender Adaptors",
		"long_link": "https://github.com/cplusplus/draft/issues/7942",
		"link": "https://wg21.link/edit7942",
		"status": "closed"
	},
	"EDIT7943": {
		"type": "issue",
		"title": "[2025-06 LWG Motion 6] P3179R9 Parallel Range Algorithms",
		"long_link": "https://github.com/cplusplus/draft/issues/7943",
		"link": "https://wg21.link/edit7943",
		"status": "closed"
	},
	"EDIT7944": {
		"type": "issue",
		"title": "[2025-06 LWG Motion 7]  P3709R2 Reconsider parallel ranges::rotate_copy and ranges::reverse_copy",
		"long_link": "https://github.com/cplusplus/draft/issues/7944",
		"link": "https://wg21.link/edit7944",
		"status": "closed"
	},
	"EDIT7945": {
		"type": "issue",
		"title": "[2025-06 LWG Motion 8] P3641R0 Rename std::observable to std::observable_checkpoint, and add a feature-test macro",
		"long_link": "https://github.com/cplusplus/draft/issues/7945",
		"link": "https://wg21.link/edit7945",
		"status": "closed"
	},
	"EDIT7946": {
		"type": "issue",
		"title": "[2025-06 LWG Motion 9] P3044R2 sub string_view from string",
		"long_link": "https://github.com/cplusplus/draft/issues/7946",
		"link": "https://wg21.link/edit7946",
		"status": "closed"
	},
	"EDIT7947": {
		"type": "issue",
		"title": "[2025-06 LWG Motion 10] P2876R3 Proposal to extend std::simd with more constructors and accessors",
		"long_link": "https://github.com/cplusplus/draft/issues/7947",
		"link": "https://wg21.link/edit7947",
		"status": "closed"
	},
	"EDIT7948": {
		"type": "issue",
		"title": "[2025-06 LWG Motion 11] P3480R6 std::simd is a range",
		"long_link": "https://github.com/cplusplus/draft/issues/7948",
		"link": "https://wg21.link/edit7948",
		"status": "closed"
	},
	"EDIT7949": {
		"type": "issue",
		"title": "[2025-06 LWG Motion 12] P2664R11 Extend std::simd with permutation API",
		"long_link": "https://github.com/cplusplus/draft/issues/7949",
		"link": "https://wg21.link/edit7949",
		"status": "closed"
	},
	"EDIT7950": {
		"type": "issue",
		"title": "[2025-06 LWG Motion 13] P3691R1 Reconsider naming of the namespace for std::simd",
		"long_link": "https://github.com/cplusplus/draft/issues/7950",
		"link": "https://wg21.link/edit7950",
		"status": "closed"
	},
	"EDIT7951": {
		"type": "issue",
		"title": "[2025-06 LWG Motion 14] P3383R3 mdspan.at()",
		"long_link": "https://github.com/cplusplus/draft/issues/7951",
		"link": "https://wg21.link/edit7951",
		"status": "closed"
	},
	"EDIT7952": {
		"type": "issue",
		"title": "[2025-06 LWG Motion 15] P2927R3 Inspecting exception_ptr",
		"long_link": "https://github.com/cplusplus/draft/issues/7952",
		"link": "https://wg21.link/edit7952",
		"status": "closed"
	},
	"EDIT7953": {
		"type": "issue",
		"title": "[2025-06 LWG Motion 16] P3748R0 Inspecting exception_ptr should be constexpr",
		"long_link": "https://github.com/cplusplus/draft/issues/7953",
		"link": "https://wg21.link/edit7953",
		"status": "closed"
	},
	"EDIT7954": {
		"type": "issue",
		"title": "[2025-06 LWG Motion 17] P2830R10 Standardized Constexpr Type Ordering",
		"long_link": "https://github.com/cplusplus/draft/issues/7954",
		"link": "https://wg21.link/edit7954",
		"status": "closed"
	},
	"EDIT7955": {
		"type": "issue",
		"title": "[2025-06 LWG Motion 18] P3570R2 optional variants in sender/receiver",
		"long_link": "https://github.com/cplusplus/draft/issues/7955",
		"link": "https://wg21.link/edit7955",
		"status": "closed"
	},
	"EDIT7956": {
		"type": "issue",
		"title": "[2025-06 LWG Motion 19] P3481R5 std::execution::bulk() issues",
		"long_link": "https://github.com/cplusplus/draft/issues/7956",
		"link": "https://wg21.link/edit7956",
		"status": "closed"
	},
	"EDIT7957": {
		"type": "issue",
		"title": "[2025-06 LWG Motion 20] P3433R1 Allocator Support for Operation States",
		"long_link": "https://github.com/cplusplus/draft/issues/7957",
		"link": "https://wg21.link/edit7957",
		"status": "closed"
	},
	"EDIT7958": {
		"type": "issue",
		"title": "[2025-06 LWG Motion 21] P3149R11 async_scope - Creating scopes for non-sequential concurrency",
		"long_link": "https://github.com/cplusplus/draft/issues/7958",
		"link": "https://wg21.link/edit7958",
		"status": "closed"
	},
	"EDIT7959": {
		"type": "issue",
		"title": "[2025-06 LWG Motion 22] P3682R0 Remove std::execution::split",
		"long_link": "https://github.com/cplusplus/draft/issues/7959",
		"link": "https://wg21.link/edit7959",
		"status": "closed"
	},
	"EDIT7960": {
		"type": "issue",
		"title": "[2025-06 LWG Motion 23] P2079R10 Parallel scheduler",
		"long_link": "https://github.com/cplusplus/draft/issues/7960",
		"link": "https://wg21.link/edit7960",
		"status": "closed"
	},
	"EDIT7961": {
		"type": "issue",
		"title": "[2025-06 LWG Motion 24] P3557R3 High-Quality Sender Diagnostics with Constexpr Exceptions",
		"long_link": "https://github.com/cplusplus/draft/issues/7961",
		"link": "https://wg21.link/edit7961",
		"status": "closed"
	},
	"EDIT7962": {
		"type": "issue",
		"title": "[2025-06 LWG Motion 25] P3560R2 Error Handling in Reflection",
		"long_link": "https://github.com/cplusplus/draft/issues/7962",
		"link": "https://wg21.link/edit7962",
		"status": "closed"
	},
	"EDIT7963": {
		"type": "issue",
		"title": "[2025-06 LWG Motion 26] P3503R3 Make type-erased allocator use in promise and packaged_task consistent",
		"long_link": "https://github.com/cplusplus/draft/issues/7963",
		"link": "https://wg21.link/edit7963",
		"status": "closed"
	},
	"EDIT7964": {
		"type": "issue",
		"title": "[2025-06 LWG Motion 27] P3008R6 Atomic floating-point min/max",
		"long_link": "https://github.com/cplusplus/draft/issues/7964",
		"link": "https://wg21.link/edit7964",
		"status": "closed"
	},
	"EDIT7965": {
		"type": "issue",
		"title": "[2025-06 LWG Motion 28] P3111R8 Atomic Reduction Operations",
		"long_link": "https://github.com/cplusplus/draft/issues/7965",
		"link": "https://wg21.link/edit7965",
		"status": "closed"
	},
	"EDIT7966": {
		"type": "issue",
		"title": "[2025-06 LWG Motion 29] P3060R3 Add std::views::indices(n)",
		"long_link": "https://github.com/cplusplus/draft/issues/7966",
		"link": "https://wg21.link/edit7966",
		"status": "closed"
	},
	"EDIT7967": {
		"type": "issue",
		"title": "[2025-06 LWG Motion 30] P2319R5 Prevent path presentation problems",
		"long_link": "https://github.com/cplusplus/draft/issues/7967",
		"link": "https://wg21.link/edit7967",
		"status": "closed"
	},
	"EDIT7968": {
		"type": "issue",
		"title": "[2025-06 LWG Motion 31] P3223R2 Making std::istream::ignore less surprising",
		"long_link": "https://github.com/cplusplus/draft/issues/7968",
		"link": "https://wg21.link/edit7968",
		"status": "closed"
	},
	"EDIT7969": {
		"type": "issue",
		"title": "[2025-06 LWG Motion 32] P2781R9 std::constant_wrapper",
		"long_link": "https://github.com/cplusplus/draft/issues/7969",
		"link": "https://wg21.link/edit7969",
		"status": "closed"
	},
	"EDIT7970": {
		"type": "issue",
		"title": "[2025-06 LWG Motion 33] P3697R1 Minor additions to C++26 standard library hardening",
		"long_link": "https://github.com/cplusplus/draft/issues/7970",
		"link": "https://wg21.link/edit7970",
		"status": "closed"
	},
	"EDIT7971": {
		"type": "issue",
		"title": "[2025-06 LWG Motion 34] P3552R3 Add a Coroutine Task Type",
		"long_link": "https://github.com/cplusplus/draft/issues/7971",
		"link": "https://wg21.link/edit7971",
		"status": "closed"
	},
	"EDIT7972": {
		"type": "issue",
		"title": "[2025-06 LWG Motion 35] P1317R2 Remove return type deduction in std::apply",
		"long_link": "https://github.com/cplusplus/draft/issues/7972",
		"link": "https://wg21.link/edit7972",
		"status": "closed"
	},
	"EDIT7973": {
		"type": "issue",
		"title": "P3284R4 write_env and unstoppable Sender Adaptors",
		"long_link": "https://github.com/cplusplus/draft/pull/7973",
		"link": "https://wg21.link/edit7973",
		"status": "closed"
	},
	"EDIT7974": {
		"type": "issue",
		"title": "P3641R0 Rename std::observable to std::observable_checkpoint",
		"long_link": "https://github.com/cplusplus/draft/pull/7974",
		"link": "https://wg21.link/edit7974",
		"status": "closed"
	},
	"EDIT7975": {
		"type": "issue",
		"title": "P3044R2 sub-string_view from string",
		"long_link": "https://github.com/cplusplus/draft/pull/7975",
		"link": "https://wg21.link/edit7975",
		"status": "closed"
	},
	"EDIT7976": {
		"type": "issue",
		"title": "P2927R3 Inspecting exception_ptr",
		"long_link": "https://github.com/cplusplus/draft/pull/7976",
		"link": "https://wg21.link/edit7976",
		"status": "closed"
	},
	"EDIT7977": {
		"type": "issue",
		"title": "P3748R0 Inspecting exception_ptr should be constexpr",
		"long_link": "https://github.com/cplusplus/draft/pull/7977",
		"link": "https://wg21.link/edit7977",
		"status": "closed"
	},
	"EDIT7978": {
		"type": "issue",
		"title": "P3682R0 Remove std::execution::split",
		"long_link": "https://github.com/cplusplus/draft/pull/7978",
		"link": "https://wg21.link/edit7978",
		"status": "closed"
	},
	"EDIT7979": {
		"type": "issue",
		"title": "P2988R12 std::optional<T&>",
		"long_link": "https://github.com/cplusplus/draft/pull/7979",
		"link": "https://wg21.link/edit7979",
		"status": "closed"
	},
	"EDIT7980": {
		"type": "issue",
		"title": "[out.ptr] Add period at end of \"Returns\"",
		"long_link": "https://github.com/cplusplus/draft/pull/7980",
		"link": "https://wg21.link/edit7980",
		"status": "closed"
	},
	"EDIT7981": {
		"type": "issue",
		"title": "P2843R3 Preprocessing is never undefined",
		"long_link": "https://github.com/cplusplus/draft/pull/7981",
		"link": "https://wg21.link/edit7981",
		"status": "closed"
	},
	"EDIT7982": {
		"type": "issue",
		"title": "[unique.ptr.single] Align preconditions and postconditions with the guidelines",
		"long_link": "https://github.com/cplusplus/draft/pull/7982",
		"link": "https://wg21.link/edit7982",
		"status": "open"
	},
	"EDIT7983": {
		"type": "issue",
		"title": "Overfull hbox false negatives",
		"long_link": "https://github.com/cplusplus/draft/issues/7983",
		"link": "https://wg21.link/edit7983",
		"status": "closed"
	},
	"EDIT7984": {
		"type": "issue",
		"title": "[2025-06 CWG Motion 2] Core Language Working Group \"ready\" Issues for the June, 2025 meeting",
		"long_link": "https://github.com/cplusplus/draft/pull/7984",
		"link": "https://wg21.link/edit7984",
		"status": "closed"
	},
	"EDIT7985": {
		"type": "issue",
		"title": "[2025-06 CWG Motion 1] Core Language Working Group \"ready\" Issues for the June, 2025 meeting",
		"long_link": "https://github.com/cplusplus/draft/pull/7985",
		"link": "https://wg21.link/edit7985",
		"status": "closed"
	},
	"EDIT7986": {
		"type": "issue",
		"title": "P1306R5 Expansion Statements",
		"long_link": "https://github.com/cplusplus/draft/pull/7986",
		"link": "https://wg21.link/edit7986",
		"status": "closed"
	},
	"EDIT7987": {
		"type": "issue",
		"title": "P3179R9 C++ parallel range algorithms",
		"long_link": "https://github.com/cplusplus/draft/pull/7987",
		"link": "https://wg21.link/edit7987",
		"status": "closed"
	},
	"EDIT7988": {
		"type": "issue",
		"title": "[fs.op.copy] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/7988",
		"link": "https://wg21.link/edit7988",
		"status": "closed"
	},
	"EDIT7989": {
		"type": "issue",
		"title": "[basic.ios.members] Add period at end of \"Returns\"",
		"long_link": "https://github.com/cplusplus/draft/pull/7989",
		"link": "https://wg21.link/edit7989",
		"status": "closed"
	},
	"EDIT7990": {
		"type": "issue",
		"title": "P3533R2 constexpr virtual inheritance",
		"long_link": "https://github.com/cplusplus/draft/pull/7990",
		"link": "https://wg21.link/edit7990",
		"status": "closed"
	},
	"EDIT7991": {
		"type": "issue",
		"title": "P3383R3 mdspan.at()",
		"long_link": "https://github.com/cplusplus/draft/pull/7991",
		"link": "https://wg21.link/edit7991",
		"status": "closed"
	},
	"EDIT7992": {
		"type": "issue",
		"title": "P2830R10 Standardized Constexpr Type Ordering",
		"long_link": "https://github.com/cplusplus/draft/pull/7992",
		"link": "https://wg21.link/edit7992",
		"status": "closed"
	},
	"EDIT7993": {
		"type": "issue",
		"title": "P3503R3 Make type-erased allocator use in promise and packaged_task c…",
		"long_link": "https://github.com/cplusplus/draft/pull/7993",
		"link": "https://wg21.link/edit7993",
		"status": "closed"
	},
	"EDIT7994": {
		"type": "issue",
		"title": "Tools: Simple Bikeshed to LaTeX search and replace",
		"long_link": "https://github.com/cplusplus/draft/pull/7994",
		"link": "https://wg21.link/edit7994",
		"status": "open"
	},
	"EDIT7995": {
		"type": "issue",
		"title": "P2319R5 Prevent path presentation problems",
		"long_link": "https://github.com/cplusplus/draft/pull/7995",
		"link": "https://wg21.link/edit7995",
		"status": "closed"
	},
	"EDIT7996": {
		"type": "issue",
		"title": "P3223R2 Making std::istream::ignore less surprising",
		"long_link": "https://github.com/cplusplus/draft/pull/7996",
		"link": "https://wg21.link/edit7996",
		"status": "closed"
	},
	"EDIT7997": {
		"type": "issue",
		"title": "P2876R3 Proposal to extend std::simd with more constructors and accessors",
		"long_link": "https://github.com/cplusplus/draft/pull/7997",
		"link": "https://wg21.link/edit7997",
		"status": "closed"
	},
	"EDIT7998": {
		"type": "issue",
		"title": "P3480R6 std::simd is a range",
		"long_link": "https://github.com/cplusplus/draft/pull/7998",
		"link": "https://wg21.link/edit7998",
		"status": "closed"
	},
	"EDIT7999": {
		"type": "issue",
		"title": "P1317R2 Remove return type deduction in std::apply",
		"long_link": "https://github.com/cplusplus/draft/pull/7999",
		"link": "https://wg21.link/edit7999",
		"status": "closed"
	},
	"EDIT8000": {
		"type": "issue",
		"title": "P2664R11 Extend std::simd with permutation API",
		"long_link": "https://github.com/cplusplus/draft/pull/8000",
		"link": "https://wg21.link/edit8000",
		"status": "closed"
	},
	"EDIT8001": {
		"type": "issue",
		"title": "P3697R1 Minor additions to C++26 standard library hardening",
		"long_link": "https://github.com/cplusplus/draft/pull/8001",
		"link": "https://wg21.link/edit8001",
		"status": "closed"
	},
	"EDIT8002": {
		"type": "issue",
		"title": "P3433R1 Allocator Support for Operation States",
		"long_link": "https://github.com/cplusplus/draft/pull/8002",
		"link": "https://wg21.link/edit8002",
		"status": "closed"
	},
	"EDIT8003": {
		"type": "issue",
		"title": "P3570R2 optional variants in sender/receiver",
		"long_link": "https://github.com/cplusplus/draft/pull/8003",
		"link": "https://wg21.link/edit8003",
		"status": "closed"
	},
	"EDIT8004": {
		"type": "issue",
		"title": "LWG parts of P2996R13 Reflection for C++26",
		"long_link": "https://github.com/cplusplus/draft/pull/8004",
		"link": "https://wg21.link/edit8004",
		"status": "closed"
	},
	"EDIT8005": {
		"type": "issue",
		"title": "[tab:meta.rel] is inconsistent about ending the 2nd column with a period",
		"long_link": "https://github.com/cplusplus/draft/issues/8005",
		"link": "https://wg21.link/edit8005",
		"status": "open"
	},
	"EDIT8006": {
		"type": "issue",
		"title": "P3060R3 Add std::views::indices(n)",
		"long_link": "https://github.com/cplusplus/draft/pull/8006",
		"link": "https://wg21.link/edit8006",
		"status": "closed"
	},
	"EDIT8007": {
		"type": "issue",
		"title": "Ideas for extra checks",
		"long_link": "https://github.com/cplusplus/draft/issues/8007",
		"link": "https://wg21.link/edit8007",
		"status": "closed"
	},
	"EDIT8008": {
		"type": "issue",
		"title": "P2996R13 Reflection for C++26",
		"long_link": "https://github.com/cplusplus/draft/pull/8008",
		"link": "https://wg21.link/edit8008",
		"status": "closed"
	},
	"EDIT8009": {
		"type": "issue",
		"title": "[locale.time.get.virtuals] Fix decades-old typo from misapplication of LWG 461",
		"long_link": "https://github.com/cplusplus/draft/pull/8009",
		"link": "https://wg21.link/edit8009",
		"status": "open"
	},
	"EDIT8010": {
		"type": "issue",
		"title": "P3037R6 constexpr std::shared_ptr and friends",
		"long_link": "https://github.com/cplusplus/draft/pull/8010",
		"link": "https://wg21.link/edit8010",
		"status": "closed"
	},
	"EDIT8011": {
		"type": "issue",
		"title": "P3348R4 C++26 should refer to C23 not C17",
		"long_link": "https://github.com/cplusplus/draft/pull/8011",
		"link": "https://wg21.link/edit8011",
		"status": "closed"
	},
	"EDIT8012": {
		"type": "issue",
		"title": "[diff.basic] Fix underfull hbox",
		"long_link": "https://github.com/cplusplus/draft/pull/8012",
		"link": "https://wg21.link/edit8012",
		"status": "closed"
	},
	"EDIT8013": {
		"type": "issue",
		"title": "[mdspan.layout.leftpad.cons] Add \\expected.",
		"long_link": "https://github.com/cplusplus/draft/pull/8013",
		"link": "https://wg21.link/edit8013",
		"status": "closed"
	},
	"EDIT8014": {
		"type": "issue",
		"title": "[Motions 2025 06 lwg 1] P3742R0 C++ Standard Library Issues",
		"long_link": "https://github.com/cplusplus/draft/pull/8014",
		"link": "https://wg21.link/edit8014",
		"status": "closed"
	},
	"EDIT8015": {
		"type": "issue",
		"title": "[range.to.input.view] Missing library references",
		"long_link": "https://github.com/cplusplus/draft/issues/8015",
		"link": "https://wg21.link/edit8015",
		"status": "closed"
	},
	"EDIT8016": {
		"type": "issue",
		"title": "2025-06 LWG Motions 13  std::simd",
		"long_link": "https://github.com/cplusplus/draft/pull/8016",
		"link": "https://wg21.link/edit8016",
		"status": "closed"
	},
	"EDIT8017": {
		"type": "issue",
		"title": "Improve automated checks",
		"long_link": "https://github.com/cplusplus/draft/pull/8017",
		"link": "https://wg21.link/edit8017",
		"status": "closed"
	},
	"EDIT8018": {
		"type": "issue",
		"title": "P2781R9 std::constant_wrapper",
		"long_link": "https://github.com/cplusplus/draft/pull/8018",
		"link": "https://wg21.link/edit8018",
		"status": "closed"
	},
	"EDIT8019": {
		"type": "issue",
		"title": "P3008R6 Atomic floating-point min/max",
		"long_link": "https://github.com/cplusplus/draft/pull/8019",
		"link": "https://wg21.link/edit8019",
		"status": "closed"
	},
	"EDIT8020": {
		"type": "issue",
		"title": "[2025-06 LWG 19] P3481R5 std::execution::bulk() issues",
		"long_link": "https://github.com/cplusplus/draft/pull/8020",
		"link": "https://wg21.link/edit8020",
		"status": "closed"
	},
	"EDIT8021": {
		"type": "issue",
		"title": "Add check target and provide pre-commit hook for 'make check'",
		"long_link": "https://github.com/cplusplus/draft/pull/8021",
		"link": "https://wg21.link/edit8021",
		"status": "closed"
	},
	"EDIT8022": {
		"type": "issue",
		"title": "[atomics.ref.float] Apply missing changes from P3323R1",
		"long_link": "https://github.com/cplusplus/draft/pull/8022",
		"link": "https://wg21.link/edit8022",
		"status": "closed"
	},
	"EDIT8023": {
		"type": "issue",
		"title": "[cmath.syn] Wrong font in prose for `floating-point-type`",
		"long_link": "https://github.com/cplusplus/draft/issues/8023",
		"link": "https://wg21.link/edit8023",
		"status": "closed"
	},
	"EDIT8024": {
		"type": "issue",
		"title": "[fs.op.copy.file] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8024",
		"link": "https://wg21.link/edit8024",
		"status": "closed"
	},
	"EDIT8025": {
		"type": "issue",
		"title": "P3111R8 Atomic Reduction Operations",
		"long_link": "https://github.com/cplusplus/draft/pull/8025",
		"link": "https://wg21.link/edit8025",
		"status": "closed"
	},
	"EDIT8026": {
		"type": "issue",
		"title": "[iostate.flags] Add period at end of \"Returns\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8026",
		"link": "https://wg21.link/edit8026",
		"status": "closed"
	},
	"EDIT8027": {
		"type": "issue",
		"title": "[2025-06-lwg-21] P3149R11 async_scope - Creating scopes for non-sequential concurrency",
		"long_link": "https://github.com/cplusplus/draft/pull/8027",
		"link": "https://wg21.link/edit8027",
		"status": "closed"
	},
	"EDIT8028": {
		"type": "issue",
		"title": "[simd.expos.defn] Fix missing paragraph break",
		"long_link": "https://github.com/cplusplus/draft/pull/8028",
		"link": "https://wg21.link/edit8028",
		"status": "closed"
	},
	"EDIT8029": {
		"type": "issue",
		"title": "Fix typo in description of insert-return-type",
		"long_link": "https://github.com/cplusplus/draft/pull/8029",
		"link": "https://wg21.link/edit8029",
		"status": "closed"
	},
	"EDIT8030": {
		"type": "issue",
		"title": "[container.insert.return] Fix description of insert-return-type",
		"long_link": "https://github.com/cplusplus/draft/pull/8030",
		"link": "https://wg21.link/edit8030",
		"status": "closed"
	},
	"EDIT8031": {
		"type": "issue",
		"title": "[simd.syn] Wrong formatting in synopsis",
		"long_link": "https://github.com/cplusplus/draft/issues/8031",
		"link": "https://wg21.link/edit8031",
		"status": "closed"
	},
	"EDIT8032": {
		"type": "issue",
		"title": "[2025-06 LWG Motion 34] P3552R3 Add a Coroutine Task",
		"long_link": "https://github.com/cplusplus/draft/pull/8032",
		"link": "https://wg21.link/edit8032",
		"status": "closed"
	},
	"EDIT8033": {
		"type": "issue",
		"title": "P2079R10 Parallel scheduler",
		"long_link": "https://github.com/cplusplus/draft/pull/8033",
		"link": "https://wg21.link/edit8033",
		"status": "closed"
	},
	"EDIT8034": {
		"type": "issue",
		"title": "[ranges.*][range.*][coro.generator] Add missing library indexes. Fixes #8015.",
		"long_link": "https://github.com/cplusplus/draft/pull/8034",
		"link": "https://wg21.link/edit8034",
		"status": "closed"
	},
	"EDIT8035": {
		"type": "issue",
		"title": "[2025-06-lwg-24] P3557R3 High-Quality Sender Diagnostics with Constexpr Exceptions",
		"long_link": "https://github.com/cplusplus/draft/pull/8035",
		"link": "https://wg21.link/edit8035",
		"status": "closed"
	},
	"EDIT8036": {
		"type": "issue",
		"title": "[istream.unformatted] Add period at end of \"Returns\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8036",
		"link": "https://wg21.link/edit8036",
		"status": "closed"
	},
	"EDIT8037": {
		"type": "issue",
		"title": "[fs.op.copy.symlink] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8037",
		"link": "https://wg21.link/edit8037",
		"status": "closed"
	},
	"EDIT8038": {
		"type": "issue",
		"title": "[range.join.iterator] Remove spurious return",
		"long_link": "https://github.com/cplusplus/draft/pull/8038",
		"link": "https://wg21.link/edit8038",
		"status": "closed"
	},
	"EDIT8039": {
		"type": "issue",
		"title": "[mem.poly.allocator.mem] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/8039",
		"link": "https://wg21.link/edit8039",
		"status": "closed"
	},
	"EDIT8040": {
		"type": "issue",
		"title": "[fs.op.create.dir.symlk] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8040",
		"link": "https://wg21.link/edit8040",
		"status": "closed"
	},
	"EDIT8041": {
		"type": "issue",
		"title": "P3394R4 Annotations for Reflection",
		"long_link": "https://github.com/cplusplus/draft/pull/8041",
		"link": "https://wg21.link/edit8041",
		"status": "closed"
	},
	"EDIT8042": {
		"type": "issue",
		"title": "P3293R3 Splicing a base class subobject",
		"long_link": "https://github.com/cplusplus/draft/pull/8042",
		"link": "https://wg21.link/edit8042",
		"status": "closed"
	},
	"EDIT8043": {
		"type": "issue",
		"title": "P3491R3 `define_static_{string,object,array}`",
		"long_link": "https://github.com/cplusplus/draft/pull/8043",
		"link": "https://wg21.link/edit8043",
		"status": "closed"
	},
	"EDIT8044": {
		"type": "issue",
		"title": "[map.overview] Missing `constexpr` for `explicit map(const Allocator&)`",
		"long_link": "https://github.com/cplusplus/draft/issues/8044",
		"link": "https://wg21.link/edit8044",
		"status": "closed"
	},
	"EDIT8045": {
		"type": "issue",
		"title": "P3096R12 Function Parameter Reflection in Reflection for C++26",
		"long_link": "https://github.com/cplusplus/draft/pull/8045",
		"link": "https://wg21.link/edit8045",
		"status": "closed"
	},
	"EDIT8046": {
		"type": "issue",
		"title": "P3560R2 Error Handling in Reflection",
		"long_link": "https://github.com/cplusplus/draft/pull/8046",
		"link": "https://wg21.link/edit8046",
		"status": "closed"
	},
	"EDIT8047": {
		"type": "issue",
		"title": "[algorithm.syn] Many `ranges::` alias templates are not indexed",
		"long_link": "https://github.com/cplusplus/draft/issues/8047",
		"link": "https://wg21.link/edit8047",
		"status": "closed"
	},
	"EDIT8048": {
		"type": "issue",
		"title": "P3709R2 Reconsider parallel `ranges::rotate_copy` and `ranges::reverse_copy`",
		"long_link": "https://github.com/cplusplus/draft/pull/8048",
		"link": "https://wg21.link/edit8048",
		"status": "closed"
	},
	"EDIT8049": {
		"type": "issue",
		"title": "[algorithms][memory.syn] Index result types of existing `ranges` algorithms, their members, and aliases",
		"long_link": "https://github.com/cplusplus/draft/pull/8049",
		"link": "https://wg21.link/edit8049",
		"status": "closed"
	},
	"EDIT8050": {
		"type": "issue",
		"title": "Specification Style Guidelines have some outdated rules",
		"long_link": "https://github.com/cplusplus/draft/issues/8050",
		"link": "https://wg21.link/edit8050",
		"status": "open"
	},
	"EDIT8051": {
		"type": "issue",
		"title": "[input.iterators] [C++11] InputIterator convertibility requiremen conflicts with non-copyable types",
		"long_link": "https://github.com/cplusplus/draft/issues/8051",
		"link": "https://wg21.link/edit8051",
		"status": "closed"
	},
	"EDIT8052": {
		"type": "issue",
		"title": "`operator|` for range adaptor closure objects is not in the index",
		"long_link": "https://github.com/cplusplus/draft/issues/8052",
		"link": "https://wg21.link/edit8052",
		"status": "closed"
	},
	"EDIT8053": {
		"type": "issue",
		"title": "[container] unify to `friend constexpr` (there were few `constexpr friend`s) (EDITORIAL)",
		"long_link": "https://github.com/cplusplus/draft/pull/8053",
		"link": "https://wg21.link/edit8053",
		"status": "closed"
	},
	"EDIT8054": {
		"type": "issue",
		"title": "removing hyphenation from ly adverbs",
		"long_link": "https://github.com/cplusplus/draft/pull/8054",
		"link": "https://wg21.link/edit8054",
		"status": "open"
	},
	"EDIT8055": {
		"type": "issue",
		"title": "[meta.syn] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/8055",
		"link": "https://wg21.link/edit8055",
		"status": "closed"
	},
	"EDIT8056": {
		"type": "issue",
		"title": "[meta.reflection.queries] Fix typos",
		"long_link": "https://github.com/cplusplus/draft/pull/8056",
		"link": "https://wg21.link/edit8056",
		"status": "closed"
	},
	"EDIT8057": {
		"type": "issue",
		"title": "[meta.reflection.member.queries] Fix typos",
		"long_link": "https://github.com/cplusplus/draft/pull/8057",
		"link": "https://wg21.link/edit8057",
		"status": "closed"
	},
	"EDIT8058": {
		"type": "issue",
		"title": "[meta.reflection.traits] Fix typos",
		"long_link": "https://github.com/cplusplus/draft/pull/8058",
		"link": "https://wg21.link/edit8058",
		"status": "closed"
	},
	"EDIT8059": {
		"type": "issue",
		"title": "[meta.reflection.define.aggregate] Fix typos",
		"long_link": "https://github.com/cplusplus/draft/pull/8059",
		"link": "https://wg21.link/edit8059",
		"status": "closed"
	},
	"EDIT8060": {
		"type": "issue",
		"title": "[dcl.fct.default] Add \\tcode for a",
		"long_link": "https://github.com/cplusplus/draft/pull/8060",
		"link": "https://wg21.link/edit8060",
		"status": "closed"
	},
	"EDIT8061": {
		"type": "issue",
		"title": "[over.call.func] Add period to end of sentence",
		"long_link": "https://github.com/cplusplus/draft/pull/8061",
		"link": "https://wg21.link/edit8061",
		"status": "closed"
	},
	"EDIT8062": {
		"type": "issue",
		"title": "[meta.reflection.queries] Add period to end of sentence",
		"long_link": "https://github.com/cplusplus/draft/pull/8062",
		"link": "https://wg21.link/edit8062",
		"status": "closed"
	},
	"EDIT8063": {
		"type": "issue",
		"title": "[meta.reflection.array] Use \"character type\" in Mandates",
		"long_link": "https://github.com/cplusplus/draft/pull/8063",
		"link": "https://wg21.link/edit8063",
		"status": "open"
	},
	"EDIT8064": {
		"type": "issue",
		"title": "[meta.reflection.queries] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/8064",
		"link": "https://wg21.link/edit8064",
		"status": "closed"
	},
	"EDIT8065": {
		"type": "issue",
		"title": "[meta.reflection.array] Add spaces around operator +",
		"long_link": "https://github.com/cplusplus/draft/pull/8065",
		"link": "https://wg21.link/edit8065",
		"status": "closed"
	},
	"EDIT8066": {
		"type": "issue",
		"title": "[meta.type.synop] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8066",
		"link": "https://wg21.link/edit8066",
		"status": "closed"
	},
	"EDIT8067": {
		"type": "issue",
		"title": "Systematically replacing `\\linebreak` with `\\brk` or `\\-`",
		"long_link": "https://github.com/cplusplus/draft/issues/8067",
		"link": "https://wg21.link/edit8067",
		"status": "open"
	},
	"EDIT8068": {
		"type": "issue",
		"title": "[optional.ref.ctor] Fix punctuation",
		"long_link": "https://github.com/cplusplus/draft/pull/8068",
		"link": "https://wg21.link/edit8068",
		"status": "closed"
	},
	"EDIT8069": {
		"type": "issue",
		"title": "[lex.separate] No more instantiation units",
		"long_link": "https://github.com/cplusplus/draft/pull/8069",
		"link": "https://wg21.link/edit8069",
		"status": "closed"
	},
	"EDIT8070": {
		"type": "issue",
		"title": "[meta.reflection.traits] Add \\tcode for dealias(type)",
		"long_link": "https://github.com/cplusplus/draft/pull/8070",
		"link": "https://wg21.link/edit8070",
		"status": "closed"
	},
	"EDIT8071": {
		"type": "issue",
		"title": "Several typedefs in [ranges.syn] are not in the library index",
		"long_link": "https://github.com/cplusplus/draft/issues/8071",
		"link": "https://wg21.link/edit8071",
		"status": "closed"
	},
	"EDIT8072": {
		"type": "issue",
		"title": "[alg.partitions] Replace hallucinated \"copy_assignable\" concept with \"copyable\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8072",
		"link": "https://wg21.link/edit8072",
		"status": "closed"
	},
	"EDIT8073": {
		"type": "issue",
		"title": "LWG Motion 10",
		"long_link": "https://github.com/cplusplus/draft/pull/8073",
		"link": "https://wg21.link/edit8073",
		"status": "closed"
	},
	"EDIT8074": {
		"type": "issue",
		"title": "LWG Motion 11",
		"long_link": "https://github.com/cplusplus/draft/pull/8074",
		"link": "https://wg21.link/edit8074",
		"status": "closed"
	},
	"EDIT8075": {
		"type": "issue",
		"title": "LWG Motion 12",
		"long_link": "https://github.com/cplusplus/draft/pull/8075",
		"link": "https://wg21.link/edit8075",
		"status": "closed"
	},
	"EDIT8076": {
		"type": "issue",
		"title": "[alg.copy] Add period to end of sentence",
		"long_link": "https://github.com/cplusplus/draft/pull/8076",
		"link": "https://wg21.link/edit8076",
		"status": "closed"
	},
	"EDIT8077": {
		"type": "issue",
		"title": "P3748R0 Inspecting exception_ptr should be constexpr",
		"long_link": "https://github.com/cplusplus/draft/pull/8077",
		"link": "https://wg21.link/edit8077",
		"status": "closed"
	},
	"EDIT8078": {
		"type": "issue",
		"title": "[exec.spawn.future] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8078",
		"link": "https://wg21.link/edit8078",
		"status": "closed"
	},
	"EDIT8079": {
		"type": "issue",
		"title": "[meta.reflection.exception] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/8079",
		"link": "https://wg21.link/edit8079",
		"status": "closed"
	},
	"EDIT8080": {
		"type": "issue",
		"title": "[const.wrap.class] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8080",
		"link": "https://wg21.link/edit8080",
		"status": "closed"
	},
	"EDIT8081": {
		"type": "issue",
		"title": "Replace some `\\textit`",
		"long_link": "https://github.com/cplusplus/draft/pull/8081",
		"link": "https://wg21.link/edit8081",
		"status": "open"
	},
	"EDIT8082": {
		"type": "issue",
		"title": "[exec.affine.on] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/8082",
		"link": "https://wg21.link/edit8082",
		"status": "closed"
	},
	"EDIT8083": {
		"type": "issue",
		"title": "[exec.task.scheduler] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/8083",
		"link": "https://wg21.link/edit8083",
		"status": "closed"
	},
	"EDIT8084": {
		"type": "issue",
		"title": "Fix typo in [meta.reflection.access.context]/5.5.2",
		"long_link": "https://github.com/cplusplus/draft/pull/8084",
		"link": "https://wg21.link/edit8084",
		"status": "closed"
	},
	"EDIT8085": {
		"type": "issue",
		"title": "Add check for \"constexpr friend\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8085",
		"link": "https://wg21.link/edit8085",
		"status": "open"
	},
	"EDIT8086": {
		"type": "issue",
		"title": "[checks] Create a better `check-source.sh` in Python",
		"long_link": "https://github.com/cplusplus/draft/issues/8086",
		"link": "https://wg21.link/edit8086",
		"status": "open"
	},
	"EDIT8087": {
		"type": "issue",
		"title": "[exec.par.scheduler] Add spaces around operator +",
		"long_link": "https://github.com/cplusplus/draft/pull/8087",
		"link": "https://wg21.link/edit8087",
		"status": "closed"
	},
	"EDIT8088": {
		"type": "issue",
		"title": "[task.state] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8088",
		"link": "https://wg21.link/edit8088",
		"status": "closed"
	},
	"EDIT8089": {
		"type": "issue",
		"title": "[range.adaptor.object][range.adaptor.object] Index special kinds of function objects and their related `operator|`",
		"long_link": "https://github.com/cplusplus/draft/pull/8089",
		"link": "https://wg21.link/edit8089",
		"status": "open"
	},
	"EDIT8090": {
		"type": "issue",
		"title": "[ranges.syn][range.dangling] Index miscellaneous alias templates in `ranges`",
		"long_link": "https://github.com/cplusplus/draft/pull/8090",
		"link": "https://wg21.link/edit8090",
		"status": "open"
	},
	"EDIT8091": {
		"type": "issue",
		"title": "[algorithms.results] How should we index these overloaded conversion functions?",
		"long_link": "https://github.com/cplusplus/draft/issues/8091",
		"link": "https://wg21.link/edit8091",
		"status": "closed"
	},
	"EDIT8092": {
		"type": "issue",
		"title": "[task.promise] Move period to end of sentence",
		"long_link": "https://github.com/cplusplus/draft/pull/8092",
		"link": "https://wg21.link/edit8092",
		"status": "closed"
	},
	"EDIT8093": {
		"type": "issue",
		"title": "[simd.syn] Fix various formatting issues, improve aesthetics",
		"long_link": "https://github.com/cplusplus/draft/pull/8093",
		"link": "https://wg21.link/edit8093",
		"status": "closed"
	},
	"EDIT8094": {
		"type": "issue",
		"title": "[unique.ptr.runtime.general] Replace \"see below\" with \"see above\" for \"using pointer\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8094",
		"link": "https://wg21.link/edit8094",
		"status": "open"
	},
	"EDIT8095": {
		"type": "issue",
		"title": "[basic.link] Fix cross-reference to translation unit",
		"long_link": "https://github.com/cplusplus/draft/pull/8095",
		"link": "https://wg21.link/edit8095",
		"status": "open"
	},
	"EDIT8096": {
		"type": "issue",
		"title": "[simd.syn] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8096",
		"link": "https://wg21.link/edit8096",
		"status": "open"
	},
	"EDIT8097": {
		"type": "issue",
		"title": "[simd.alg] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8097",
		"link": "https://wg21.link/edit8097",
		"status": "closed"
	},
	"EDIT8098": {
		"type": "issue",
		"title": "[checks] Add check for missing whitespace in `if(`, `for(`, `while(`",
		"long_link": "https://github.com/cplusplus/draft/issues/8098",
		"link": "https://wg21.link/edit8098",
		"status": "open"
	},
	"EDIT8099": {
		"type": "issue",
		"title": "[simd.math] Fix indentation and whitespace improvements",
		"long_link": "https://github.com/cplusplus/draft/pull/8099",
		"link": "https://wg21.link/edit8099",
		"status": "open"
	},
	"EDIT8100": {
		"type": "issue",
		"title": "[cpp.pragma.op] Colocate the two pragma specifications",
		"long_link": "https://github.com/cplusplus/draft/pull/8100",
		"link": "https://wg21.link/edit8100",
		"status": "open"
	},
	"EDIT8101": {
		"type": "issue",
		"title": "[cpp.error] Recommended practice should start it own paragraph",
		"long_link": "https://github.com/cplusplus/draft/pull/8101",
		"link": "https://wg21.link/edit8101",
		"status": "closed"
	},
	"EDIT8102": {
		"type": "issue",
		"title": "[meta.reflection.member.queries] Add commas",
		"long_link": "https://github.com/cplusplus/draft/pull/8102",
		"link": "https://wg21.link/edit8102",
		"status": "open"
	},
	"EDIT8103": {
		"type": "issue",
		"title": "[optional.optional.ref.general] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8103",
		"link": "https://wg21.link/edit8103",
		"status": "closed"
	},
	"EDIT8104": {
		"type": "issue",
		"title": "[optional.optional.ref.general] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8104",
		"link": "https://wg21.link/edit8104",
		"status": "open"
	},
	"EDIT8105": {
		"type": "issue",
		"title": "[linalg.conj.conjugatedaccessor] Fix incorrect return type of `nested_accessor`",
		"long_link": "https://github.com/cplusplus/draft/pull/8105",
		"link": "https://wg21.link/edit8105",
		"status": "closed"
	},
	"EDIT8106": {
		"type": "issue",
		"title": "[linalg.conj.conjugatedaccessor] Fix constructor missing from synopsis, typos",
		"long_link": "https://github.com/cplusplus/draft/pull/8106",
		"link": "https://wg21.link/edit8106",
		"status": "open"
	},
	"EDIT8107": {
		"type": "issue",
		"title": "[strings] Consistently spell return types",
		"long_link": "https://github.com/cplusplus/draft/pull/8107",
		"link": "https://wg21.link/edit8107",
		"status": "open"
	},
	"EDIT8108": {
		"type": "issue",
		"title": "[class]  remove redundant `constexpr-suitable` references to determine constexpr-ness of constructors/destructors",
		"long_link": "https://github.com/cplusplus/draft/pull/8108",
		"link": "https://wg21.link/edit8108",
		"status": "open"
	},
	"EDIT8109": {
		"type": "issue",
		"title": "[c.math.fpclass] Typo",
		"long_link": "https://github.com/cplusplus/draft/issues/8109",
		"link": "https://wg21.link/edit8109",
		"status": "closed"
	},
	"EDIT8110": {
		"type": "issue",
		"title": "Typo in cross-references from C++",
		"long_link": "https://github.com/cplusplus/draft/issues/8110",
		"link": "https://wg21.link/edit8110",
		"status": "closed"
	},
	"EDIT8111": {
		"type": "issue",
		"title": "Update and fix \"undated\" references to C23",
		"long_link": "https://github.com/cplusplus/draft/pull/8111",
		"link": "https://wg21.link/edit8111",
		"status": "open"
	},
	"EDIT8112": {
		"type": "issue",
		"title": "Fix the entry for [re.def] in xrefdelta.tex",
		"long_link": "https://github.com/cplusplus/draft/pull/8112",
		"link": "https://wg21.link/edit8112",
		"status": "closed"
	},
	"EDIT8113": {
		"type": "issue",
		"title": "Fix sections numbers in existing `\\xrefc` and `\\IsoC`",
		"long_link": "https://github.com/cplusplus/draft/pull/8113",
		"link": "https://wg21.link/edit8113",
		"status": "open"
	},
	"EDIT8114": {
		"type": "issue",
		"title": "[const.wrap.class] Add \\exposidnc to cw-operators",
		"long_link": "https://github.com/cplusplus/draft/pull/8114",
		"link": "https://wg21.link/edit8114",
		"status": "open"
	},
	"EDIT8115": {
		"type": "issue",
		"title": "[lex.pptoken] Reorder list items to avoid \"or\" and \"and\" at same level",
		"long_link": "https://github.com/cplusplus/draft/pull/8115",
		"link": "https://wg21.link/edit8115",
		"status": "closed"
	},
	"EDIT8116": {
		"type": "issue",
		"title": "[expr.call] Itemize to clarify sequencing ambiguity",
		"long_link": "https://github.com/cplusplus/draft/pull/8116",
		"link": "https://wg21.link/edit8116",
		"status": "open"
	},
	"EDIT8117": {
		"type": "issue",
		"title": "[lex.phases] Move dropping whitespace to end of phase 4",
		"long_link": "https://github.com/cplusplus/draft/pull/8117",
		"link": "https://wg21.link/edit8117",
		"status": "open"
	},
	"EDIT8118": {
		"type": "issue",
		"title": "[simd.mask.overview] Fix markup; add two missing closing @",
		"long_link": "https://github.com/cplusplus/draft/pull/8118",
		"link": "https://wg21.link/edit8118",
		"status": "closed"
	},
	"EDIT8119": {
		"type": "issue",
		"title": "[dcl.ptr] Move \"See also\" from normative paragraph to example",
		"long_link": "https://github.com/cplusplus/draft/pull/8119",
		"link": "https://wg21.link/edit8119",
		"status": "open"
	},
	"EDIT8120": {
		"type": "issue",
		"title": "[dcl.fct] Clarify that type adjustment does not make zero-length arrays valid",
		"long_link": "https://github.com/cplusplus/draft/pull/8120",
		"link": "https://wg21.link/edit8120",
		"status": "open"
	},
	"EDIT8121": {
		"type": "issue",
		"title": "[cmath.syn] Enclose `\\placeholder{floating-point-type}` in `\\tcode`",
		"long_link": "https://github.com/cplusplus/draft/pull/8121",
		"link": "https://wg21.link/edit8121",
		"status": "open"
	},
	"EDIT8122": {
		"type": "issue",
		"title": "[conv.rank], [diff.cpp03.locale], [linalg.reqs.alg] Add missing hyphen in \"floating point\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8122",
		"link": "https://wg21.link/edit8122",
		"status": "open"
	},
	"EDIT8123": {
		"type": "issue",
		"title": "[checks] Check for \"floating point\" (should be \"floating-point\")",
		"long_link": "https://github.com/cplusplus/draft/issues/8123",
		"link": "https://wg21.link/edit8123",
		"status": "open"
	},
	"EDIT8124": {
		"type": "issue",
		"title": "[checks] Check for missing hyphen in \"floating point\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8124",
		"link": "https://wg21.link/edit8124",
		"status": "open"
	},
	"EDIT8125": {
		"type": "issue",
		"title": "[stmt.expand] Does the for loop that calculates N need to `void`-cast the return value of incrementing the iterator? CWG3044",
		"long_link": "https://github.com/cplusplus/draft/issues/8125",
		"link": "https://wg21.link/edit8125",
		"status": "open"
	},
	"EDIT8126": {
		"type": "issue",
		"title": "[basic.pre][basic.link] Directly associate linkage with names",
		"long_link": "https://github.com/cplusplus/draft/pull/8126",
		"link": "https://wg21.link/edit8126",
		"status": "open"
	},
	"EDIT8127": {
		"type": "issue",
		"title": "[basic.link] All names have linkage",
		"long_link": "https://github.com/cplusplus/draft/pull/8127",
		"link": "https://wg21.link/edit8127",
		"status": "closed"
	},
	"EDIT8128": {
		"type": "issue",
		"title": "[range.refinements]  Fix template parameter name",
		"long_link": "https://github.com/cplusplus/draft/pull/8128",
		"link": "https://wg21.link/edit8128",
		"status": "open"
	},
	"EDIT8129": {
		"type": "issue",
		"title": "[dcl.inline] inline specifier is for ODR",
		"long_link": "https://github.com/cplusplus/draft/pull/8129",
		"link": "https://wg21.link/edit8129",
		"status": "open"
	},
	"EDIT8130": {
		"type": "issue",
		"title": "[expr.unary.op] Add a note about dereferencing a dangling pointer",
		"long_link": "https://github.com/cplusplus/draft/pull/8130",
		"link": "https://wg21.link/edit8130",
		"status": "closed"
	},
	"EDIT8131": {
		"type": "issue",
		"title": "[memory.syn] Index `allocation_result` and its members",
		"long_link": "https://github.com/cplusplus/draft/pull/8131",
		"link": "https://wg21.link/edit8131",
		"status": "open"
	},
	"EDIT8132": {
		"type": "issue",
		"title": "[simd.permute.*] Fix wording that referred to V after renaming V to M for some overloads",
		"long_link": "https://github.com/cplusplus/draft/pull/8132",
		"link": "https://wg21.link/edit8132",
		"status": "open"
	},
	"EDIT8133": {
		"type": "issue",
		"title": "[new.delete]  Weird indexing ` \\indexlibrarymember{new}{operator}`",
		"long_link": "https://github.com/cplusplus/draft/issues/8133",
		"link": "https://wg21.link/edit8133",
		"status": "open"
	},
	"EDIT8134": {
		"type": "issue",
		"title": "[task.promise] Clarifications and disambiguations",
		"long_link": "https://github.com/cplusplus/draft/pull/8134",
		"link": "https://wg21.link/edit8134",
		"status": "closed"
	},
	"EDIT8135": {
		"type": "issue",
		"title": "[new.delete][c.malloc] Properly index `operator new` and its friends",
		"long_link": "https://github.com/cplusplus/draft/pull/8135",
		"link": "https://wg21.link/edit8135",
		"status": "open"
	},
	"EDIT8136": {
		"type": "issue",
		"title": "[pre] No names in the preprocessor",
		"long_link": "https://github.com/cplusplus/draft/pull/8136",
		"link": "https://wg21.link/edit8136",
		"status": "open"
	},
	"EDIT8137": {
		"type": "issue",
		"title": "[expr.prim.lambda.closure] Use \"incomplete\" instead of \"not complete\".",
		"long_link": "https://github.com/cplusplus/draft/pull/8137",
		"link": "https://wg21.link/edit8137",
		"status": "open"
	},
	"EDIT8138": {
		"type": "issue",
		"title": "Remove redundant interpretation rule",
		"long_link": "https://github.com/cplusplus/draft/pull/8138",
		"link": "https://wg21.link/edit8138",
		"status": "open"
	},
	"EDIT8139": {
		"type": "issue",
		"title": "[dcl.attr.grammar] Delete redundant \"and no alignment-specifier\".",
		"long_link": "https://github.com/cplusplus/draft/pull/8139",
		"link": "https://wg21.link/edit8139",
		"status": "open"
	},
	"EDIT8140": {
		"type": "issue",
		"title": "[lex.phases] Identifiers do not have linkage, names do",
		"long_link": "https://github.com/cplusplus/draft/pull/8140",
		"link": "https://wg21.link/edit8140",
		"status": "closed"
	},
	"EDIT8141": {
		"type": "issue",
		"title": "[locale.operators] Qualify `collate`",
		"long_link": "https://github.com/cplusplus/draft/pull/8141",
		"link": "https://wg21.link/edit8141",
		"status": "closed"
	},
	"EDIT8142": {
		"type": "issue",
		"title": "Italicize \"follow\" in [basic.lookup.general]/2",
		"long_link": "https://github.com/cplusplus/draft/issues/8142",
		"link": "https://wg21.link/edit8142",
		"status": "open"
	},
	"EDIT8143": {
		"type": "issue",
		"title": "[specialized.algorithms] Fix a typo: T -> I",
		"long_link": "https://github.com/cplusplus/draft/pull/8143",
		"link": "https://wg21.link/edit8143",
		"status": "closed"
	},
	"EDIT8144": {
		"type": "issue",
		"title": "[expos.only.entity] Fix format",
		"long_link": "https://github.com/cplusplus/draft/pull/8144",
		"link": "https://wg21.link/edit8144",
		"status": "closed"
	},
	"EDIT8145": {
		"type": "issue",
		"title": "[intro.execution] It doesn't seem correct to say \"sequenced after the invocation\"",
		"long_link": "https://github.com/cplusplus/draft/issues/8145",
		"link": "https://wg21.link/edit8145",
		"status": "open"
	},
	"EDIT8146": {
		"type": "issue",
		"title": "Unnecessary `std::` prefixing of `std::xxx_ordering`",
		"long_link": "https://github.com/cplusplus/draft/issues/8146",
		"link": "https://wg21.link/edit8146",
		"status": "closed"
	},
	"EDIT8147": {
		"type": "issue",
		"title": "[dcl.init.ref] Typo acc. to CWG2879",
		"long_link": "https://github.com/cplusplus/draft/pull/8147",
		"link": "https://wg21.link/edit8147",
		"status": "closed"
	},
	"EDIT8148": {
		"type": "issue",
		"title": "[cmp.common] Remove unnecessary \"std::\" before strong_ordering",
		"long_link": "https://github.com/cplusplus/draft/pull/8148",
		"link": "https://wg21.link/edit8148",
		"status": "open"
	},
	"EDIT8149": {
		"type": "issue",
		"title": "[span.syn] `remove_cv_ref_t` in concept `integral-constant-like` should be `remove_cvref_t`",
		"long_link": "https://github.com/cplusplus/draft/issues/8149",
		"link": "https://wg21.link/edit8149",
		"status": "closed"
	},
	"EDIT8150": {
		"type": "issue",
		"title": "[span.syn] Fix typo of `remove_cvref_t`",
		"long_link": "https://github.com/cplusplus/draft/pull/8150",
		"link": "https://wg21.link/edit8150",
		"status": "closed"
	},
	"EDIT8151": {
		"type": "issue",
		"title": "[pointer.traits.types][allocator.traits.types] Replace undefined \"Alias template\" element with \"Result\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8151",
		"link": "https://wg21.link/edit8151",
		"status": "open"
	},
	"EDIT8152": {
		"type": "issue",
		"title": "[meta.reflection.queries]/4.3 Fix syntax in example",
		"long_link": "https://github.com/cplusplus/draft/pull/8152",
		"link": "https://wg21.link/edit8152",
		"status": "closed"
	},
	"EDIT8153": {
		"type": "issue",
		"title": "[meta.reflection.queries]/1 Use info return type",
		"long_link": "https://github.com/cplusplus/draft/pull/8153",
		"link": "https://wg21.link/edit8153",
		"status": "closed"
	},
	"EDIT8154": {
		"type": "issue",
		"title": "[hive.cons]/15 Add noexcept to move constructor",
		"long_link": "https://github.com/cplusplus/draft/pull/8154",
		"link": "https://wg21.link/edit8154",
		"status": "closed"
	},
	"EDIT8155": {
		"type": "issue",
		"title": "[optional.optional.ref.general] Link for \"iterator support\" is incorrect",
		"long_link": "https://github.com/cplusplus/draft/issues/8155",
		"link": "https://wg21.link/edit8155",
		"status": "closed"
	},
	"EDIT8156": {
		"type": "issue",
		"title": "[optional.optional.ref.general] Fix reference to [optional.ref.iterators]",
		"long_link": "https://github.com/cplusplus/draft/pull/8156",
		"link": "https://wg21.link/edit8156",
		"status": "closed"
	},
	"EDIT8157": {
		"type": "issue",
		"title": "[meta] Fix bunch of typos",
		"long_link": "https://github.com/cplusplus/draft/pull/8157",
		"link": "https://wg21.link/edit8157",
		"status": "closed"
	},
	"EDIT8158": {
		"type": "issue",
		"title": "[filesystems] Replace \"encoded character type\" with \"character type\" from the core wording",
		"long_link": "https://github.com/cplusplus/draft/pull/8158",
		"link": "https://wg21.link/edit8158",
		"status": "open"
	},
	"EDIT8159": {
		"type": "issue",
		"title": "[locale.moneypunct.virtuals] latex: remove redundant backslash-space",
		"long_link": "https://github.com/cplusplus/draft/pull/8159",
		"link": "https://wg21.link/edit8159",
		"status": "open"
	},
	"EDIT8160": {
		"type": "issue",
		"title": "[macros] Restore sentence spacing after `\\tcode`",
		"long_link": "https://github.com/cplusplus/draft/pull/8160",
		"link": "https://wg21.link/edit8160",
		"status": "open"
	},
	"EDIT8161": {
		"type": "issue",
		"title": "[expr.const]/note-8 Add splice-specifier to list",
		"long_link": "https://github.com/cplusplus/draft/pull/8161",
		"link": "https://wg21.link/edit8161",
		"status": "closed"
	},
	"EDIT8162": {
		"type": "issue",
		"title": "[hive.erasure]/2 Have erase_if reevaluate end() LWG4318",
		"long_link": "https://github.com/cplusplus/draft/pull/8162",
		"link": "https://wg21.link/edit8162",
		"status": "closed"
	},
	"EDIT8163": {
		"type": "issue",
		"title": "[simd.syn] Elide duplicate `using simd::abs;`",
		"long_link": "https://github.com/cplusplus/draft/pull/8163",
		"link": "https://wg21.link/edit8163",
		"status": "closed"
	},
	"EDIT8164": {
		"type": "issue",
		"title": "[rand.dist.norm.f] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/8164",
		"link": "https://wg21.link/edit8164",
		"status": "closed"
	},
	"EDIT8165": {
		"type": "issue",
		"title": "[back] Fix journal article entries in bibliography",
		"long_link": "https://github.com/cplusplus/draft/pull/8165",
		"link": "https://wg21.link/edit8165",
		"status": "closed"
	},
	"EDIT8166": {
		"type": "issue",
		"title": "[exec.sysctxrepl.query] Use exposconcept for class-type",
		"long_link": "https://github.com/cplusplus/draft/pull/8166",
		"link": "https://wg21.link/edit8166",
		"status": "closed"
	},
	"EDIT8167": {
		"type": "issue",
		"title": "[unord.set.overview] Add \"and\" at end of listing",
		"long_link": "https://github.com/cplusplus/draft/pull/8167",
		"link": "https://wg21.link/edit8167",
		"status": "closed"
	},
	"EDIT8168": {
		"type": "issue",
		"title": "[unord.set.overview] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8168",
		"link": "https://wg21.link/edit8168",
		"status": "closed"
	},
	"EDIT8169": {
		"type": "issue",
		"title": "[ranges] Consider specifying all `<ranges>`-wide exposition-only helpers in one section",
		"long_link": "https://github.com/cplusplus/draft/issues/8169",
		"link": "https://wg21.link/edit8169",
		"status": "open"
	},
	"EDIT8170": {
		"type": "issue",
		"title": "[string.replace] Add missing space",
		"long_link": "https://github.com/cplusplus/draft/pull/8170",
		"link": "https://wg21.link/edit8170",
		"status": "closed"
	},
	"EDIT8171": {
		"type": "issue",
		"title": "[atomics.types.float] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/8171",
		"link": "https://wg21.link/edit8171",
		"status": "closed"
	},
	"EDIT8172": {
		"type": "issue",
		"title": "[atomics.types.float] Fix indent for function declarations",
		"long_link": "https://github.com/cplusplus/draft/pull/8172",
		"link": "https://wg21.link/edit8172",
		"status": "closed"
	},
	"EDIT8173": {
		"type": "issue",
		"title": "[tab:meta.reflection.operators] Add missing space between words",
		"long_link": "https://github.com/cplusplus/draft/pull/8173",
		"link": "https://wg21.link/edit8173",
		"status": "closed"
	},
	"EDIT8174": {
		"type": "issue",
		"title": "[iterators] Exposition-only formatting for private members",
		"long_link": "https://github.com/cplusplus/draft/pull/8174",
		"link": "https://wg21.link/edit8174",
		"status": "open"
	},
	"EDIT8175": {
		"type": "issue",
		"title": "[thread] Exposition-only formatting for private members",
		"long_link": "https://github.com/cplusplus/draft/pull/8175",
		"link": "https://wg21.link/edit8175",
		"status": "open"
	},
	"EDIT8176": {
		"type": "issue",
		"title": "[exec.sysctxrepl.psb] Add \\tcode for execute",
		"long_link": "https://github.com/cplusplus/draft/pull/8176",
		"link": "https://wg21.link/edit8176",
		"status": "closed"
	},
	"EDIT8177": {
		"type": "issue",
		"title": "[expected.object.monadic] Add `typename` between `is_same_v<U​::​error_type, E>`",
		"long_link": "https://github.com/cplusplus/draft/issues/8177",
		"link": "https://wg21.link/edit8177",
		"status": "closed"
	},
	"EDIT8178": {
		"type": "issue",
		"title": "[expected.object.monadic][expected.void.monadic] Add missing necessary `typename`",
		"long_link": "https://github.com/cplusplus/draft/pull/8178",
		"link": "https://wg21.link/edit8178",
		"status": "closed"
	},
	"EDIT8179": {
		"type": "issue",
		"title": "[stringbuf.members] Remove `// exposition only` from `{itemdecl}`",
		"long_link": "https://github.com/cplusplus/draft/pull/8179",
		"link": "https://wg21.link/edit8179",
		"status": "closed"
	},
	"EDIT8180": {
		"type": "issue",
		"title": "[mem] Exposition-only formatting for private members",
		"long_link": "https://github.com/cplusplus/draft/pull/8180",
		"link": "https://wg21.link/edit8180",
		"status": "open"
	},
	"EDIT8181": {
		"type": "issue",
		"title": "[expr.typeid][locale.facet] Eliminate bad uses of `\\term`",
		"long_link": "https://github.com/cplusplus/draft/pull/8181",
		"link": "https://wg21.link/edit8181",
		"status": "closed"
	},
	"EDIT8182": {
		"type": "issue",
		"title": "[multiset.overview] Add \"and\" at end of list",
		"long_link": "https://github.com/cplusplus/draft/pull/8182",
		"link": "https://wg21.link/edit8182",
		"status": "closed"
	},
	"EDIT8183": {
		"type": "issue",
		"title": "[cpp.replace.general] Add a cross-reference to 'see below'",
		"long_link": "https://github.com/cplusplus/draft/pull/8183",
		"link": "https://wg21.link/edit8183",
		"status": "closed"
	},
	"EDIT8184": {
		"type": "issue",
		"title": "[lex.phases] Clarify the sequence of characters for line splicing",
		"long_link": "https://github.com/cplusplus/draft/pull/8184",
		"link": "https://wg21.link/edit8184",
		"status": "closed"
	},
	"EDIT8185": {
		"type": "issue",
		"title": "[lib] Use `\\exposid(nc)` for `decay-copy`, `synth-three-way`, and `synth-three-way-result`",
		"long_link": "https://github.com/cplusplus/draft/pull/8185",
		"link": "https://wg21.link/edit8185",
		"status": "closed"
	},
	"EDIT8186": {
		"type": "issue",
		"title": "[basic.pre] Clarify definition of variable",
		"long_link": "https://github.com/cplusplus/draft/pull/8186",
		"link": "https://wg21.link/edit8186",
		"status": "closed"
	},
	"EDIT8187": {
		"type": "issue",
		"title": "[basic.pre] Clarify that *declaration*s are not declarations",
		"long_link": "https://github.com/cplusplus/draft/pull/8187",
		"link": "https://wg21.link/edit8187",
		"status": "closed"
	},
	"EDIT8188": {
		"type": "issue",
		"title": "[syntax] Replace plain text with grammar terms where intended",
		"long_link": "https://github.com/cplusplus/draft/pull/8188",
		"link": "https://wg21.link/edit8188",
		"status": "closed"
	},
	"EDIT8189": {
		"type": "issue",
		"title": "[unord.multimap.overview] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8189",
		"link": "https://wg21.link/edit8189",
		"status": "closed"
	},
	"EDIT8190": {
		"type": "issue",
		"title": "[optional.ref.ctor] Format if statement",
		"long_link": "https://github.com/cplusplus/draft/pull/8190",
		"link": "https://wg21.link/edit8190",
		"status": "open"
	},
	"EDIT8191": {
		"type": "issue",
		"title": "[basic.def] Better link do defintion of declaration",
		"long_link": "https://github.com/cplusplus/draft/pull/8191",
		"link": "https://wg21.link/edit8191",
		"status": "closed"
	},
	"EDIT8192": {
		"type": "issue",
		"title": "[basic.def] Turn list of examples into a note",
		"long_link": "https://github.com/cplusplus/draft/pull/8192",
		"link": "https://wg21.link/edit8192",
		"status": "closed"
	},
	"EDIT8193": {
		"type": "issue",
		"title": "[exec.counting.scopes.general] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/8193",
		"link": "https://wg21.link/edit8193",
		"status": "closed"
	},
	"EDIT8194": {
		"type": "issue",
		"title": "Add missing 'typename' to [basic.scope.class] Example 1",
		"long_link": "https://github.com/cplusplus/draft/pull/8194",
		"link": "https://wg21.link/edit8194",
		"status": "closed"
	},
	"EDIT8195": {
		"type": "issue",
		"title": "[class.copy.ctor][class.copy.assign] Tweak style and indexing for copy/move constructors and assignment operators, remove \"user-declared\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8195",
		"link": "https://wg21.link/edit8195",
		"status": "open"
	},
	"EDIT8196": {
		"type": "issue",
		"title": "[meta.reflection.substitute] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8196",
		"link": "https://wg21.link/edit8196",
		"status": "closed"
	},
	"EDIT8197": {
		"type": "issue",
		"title": "[tab:meta.unary.prop] Fix punctuation",
		"long_link": "https://github.com/cplusplus/draft/pull/8197",
		"link": "https://wg21.link/edit8197",
		"status": "closed"
	},
	"EDIT8198": {
		"type": "issue",
		"title": "[istream.sentry] Minor tweaks",
		"long_link": "https://github.com/cplusplus/draft/pull/8198",
		"link": "https://wg21.link/edit8198",
		"status": "open"
	},
	"EDIT8199": {
		"type": "issue",
		"title": "[basic.fundamental] Change placeholder to math font",
		"long_link": "https://github.com/cplusplus/draft/pull/8199",
		"link": "https://wg21.link/edit8199",
		"status": "closed"
	},
	"EDIT8200": {
		"type": "issue",
		"title": "[const.wrap.class] Simplify constraint of function call operator of `constant_wrapper`?",
		"long_link": "https://github.com/cplusplus/draft/issues/8200",
		"link": "https://wg21.link/edit8200",
		"status": "open"
	},
	"EDIT8201": {
		"type": "issue",
		"title": "[meta.reflection.array] Add \\tcode for true",
		"long_link": "https://github.com/cplusplus/draft/pull/8201",
		"link": "https://wg21.link/edit8201",
		"status": "closed"
	},
	"EDIT8202": {
		"type": "issue",
		"title": "[meta.reflection.queries] Add \\tcode for explicit",
		"long_link": "https://github.com/cplusplus/draft/pull/8202",
		"link": "https://wg21.link/edit8202",
		"status": "closed"
	},
	"EDIT8203": {
		"type": "issue",
		"title": "[range.cmp] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8203",
		"link": "https://wg21.link/edit8203",
		"status": "closed"
	},
	"EDIT8204": {
		"type": "issue",
		"title": "On the use of two-dot range notation",
		"long_link": "https://github.com/cplusplus/draft/issues/8204",
		"link": "https://wg21.link/edit8204",
		"status": "open"
	},
	"EDIT8205": {
		"type": "issue",
		"title": "Rename [class.member.lookup] to [basic.lookup.class]",
		"long_link": "https://github.com/cplusplus/draft/issues/8205",
		"link": "https://wg21.link/edit8205",
		"status": "open"
	},
	"EDIT8206": {
		"type": "issue",
		"title": "Split [class.temporary]",
		"long_link": "https://github.com/cplusplus/draft/issues/8206",
		"link": "https://wg21.link/edit8206",
		"status": "open"
	},
	"EDIT8207": {
		"type": "issue",
		"title": "correct formatting in `connect-awaitable`",
		"long_link": "https://github.com/cplusplus/draft/pull/8207",
		"link": "https://wg21.link/edit8207",
		"status": "closed"
	},
	"EDIT8208": {
		"type": "issue",
		"title": "[exec.set.error] Remove \\tcode from subexpressions",
		"long_link": "https://github.com/cplusplus/draft/pull/8208",
		"link": "https://wg21.link/edit8208",
		"status": "closed"
	},
	"EDIT8209": {
		"type": "issue",
		"title": "[temp.deduct.general] Replace \"nontype template argument\" with \"constant template argument\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8209",
		"link": "https://wg21.link/edit8209",
		"status": "closed"
	},
	"EDIT8210": {
		"type": "issue",
		"title": "[mdspan.layout.left.cons] Fix typo in Precondition.",
		"long_link": "https://github.com/cplusplus/draft/pull/8210",
		"link": "https://wg21.link/edit8210",
		"status": "closed"
	},
	"EDIT8211": {
		"type": "issue",
		"title": "Rename [dcl.attr.grammar] to [dcl.attr.general]",
		"long_link": "https://github.com/cplusplus/draft/issues/8211",
		"link": "https://wg21.link/edit8211",
		"status": "open"
	},
	"EDIT8212": {
		"type": "issue",
		"title": "[flat.{map,multimap,set,multiset}] Harmonize wordings in \"The effect of calling...\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8212",
		"link": "https://wg21.link/edit8212",
		"status": "open"
	},
	"EDIT8213": {
		"type": "issue",
		"title": "[lib.intro, iterator.concept.inc, concept.regularinvocable] Avoid \"annotation\"; hyphenate \"freestanding-deleted\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8213",
		"link": "https://wg21.link/edit8213",
		"status": "open"
	},
	"EDIT8214": {
		"type": "issue",
		"title": "[flat.map.modifiers] Remove redundancy in 'insert(sorted_unique, i, j)'",
		"long_link": "https://github.com/cplusplus/draft/pull/8214",
		"link": "https://wg21.link/edit8214",
		"status": "closed"
	},
	"EDIT8215": {
		"type": "issue",
		"title": "[flat.multiset.defn] Fix format",
		"long_link": "https://github.com/cplusplus/draft/pull/8215",
		"link": "https://wg21.link/edit8215",
		"status": "closed"
	},
	"EDIT8216": {
		"type": "issue",
		"title": "Mike1",
		"long_link": "https://github.com/cplusplus/draft/issues/8216",
		"link": "https://wg21.link/edit8216",
		"status": "closed"
	},
	"EDIT8217": {
		"type": "issue",
		"title": "[const.wrap.class] Add exposition only for exposition only ctor",
		"long_link": "https://github.com/cplusplus/draft/pull/8217",
		"link": "https://wg21.link/edit8217",
		"status": "open"
	},
	"EDIT8218": {
		"type": "issue",
		"title": "[meta.type.synop] Remove redundant cast in constant_wrapper declaration",
		"long_link": "https://github.com/cplusplus/draft/pull/8218",
		"link": "https://wg21.link/edit8218",
		"status": "closed"
	},
	"EDIT8219": {
		"type": "issue",
		"title": "[func.wrap.ref.class] Use `ArgTypes` instead of `Args`",
		"long_link": "https://github.com/cplusplus/draft/pull/8219",
		"link": "https://wg21.link/edit8219",
		"status": "closed"
	},
	"EDIT8220": {
		"type": "issue",
		"title": "[optional.optional.general], [optional.optional.ref.general] Use \"object of type optional<T&>\" correctly",
		"long_link": "https://github.com/cplusplus/draft/pull/8220",
		"link": "https://wg21.link/edit8220",
		"status": "closed"
	},
	"EDIT8221": {
		"type": "issue",
		"title": "[variant.variant.general][any.class.general] Replace \"instance\" with \"object\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8221",
		"link": "https://wg21.link/edit8221",
		"status": "open"
	},
	"EDIT8222": {
		"type": "issue",
		"title": "Some occurrences of \"instantiation\" should be replaced with \"specialization\"",
		"long_link": "https://github.com/cplusplus/draft/issues/8222",
		"link": "https://wg21.link/edit8222",
		"status": "open"
	},
	"EDIT8223": {
		"type": "issue",
		"title": "[lex.phases] Fix typo of \"instantiation\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8223",
		"link": "https://wg21.link/edit8223",
		"status": "closed"
	},
	"EDIT8224": {
		"type": "issue",
		"title": "[temp.explicit] Incorrect comment in Example 2",
		"long_link": "https://github.com/cplusplus/draft/issues/8224",
		"link": "https://wg21.link/edit8224",
		"status": "closed"
	},
	"EDIT8225": {
		"type": "issue",
		"title": "[temp.explicit] Fix the comment in Example 2",
		"long_link": "https://github.com/cplusplus/draft/pull/8225",
		"link": "https://wg21.link/edit8225",
		"status": "closed"
	},
	"EDIT8226": {
		"type": "issue",
		"title": "[algorithm.syn] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8226",
		"link": "https://wg21.link/edit8226",
		"status": "closed"
	},
	"EDIT8227": {
		"type": "issue",
		"title": "[exec.snd.expos] Remove \\tcode on indefinite article",
		"long_link": "https://github.com/cplusplus/draft/pull/8227",
		"link": "https://wg21.link/edit8227",
		"status": "closed"
	},
	"EDIT8228": {
		"type": "issue",
		"title": "References to C23 (ISO/IEC 9899:2024) clause still use C17 clause numbers",
		"long_link": "https://github.com/cplusplus/draft/issues/8228",
		"link": "https://wg21.link/edit8228",
		"status": "closed"
	},
	"EDIT8229": {
		"type": "issue",
		"title": "[func.wrap.general] Enhance example format",
		"long_link": "https://github.com/cplusplus/draft/pull/8229",
		"link": "https://wg21.link/edit8229",
		"status": "closed"
	},
	"EDIT8230": {
		"type": "issue",
		"title": "[dcl.attr.fallthrough] \"fallthrough statement\" should be formatted as a definition",
		"long_link": "https://github.com/cplusplus/draft/issues/8230",
		"link": "https://wg21.link/edit8230",
		"status": "closed"
	},
	"EDIT8231": {
		"type": "issue",
		"title": "std::set_intersection weeken precondition",
		"long_link": "https://github.com/cplusplus/draft/issues/8231",
		"link": "https://wg21.link/edit8231",
		"status": "closed"
	},
	"EDIT8232": {
		"type": "issue",
		"title": "[func.wrap.move.class, func.wrap.copy.class] Fix singular and plural",
		"long_link": "https://github.com/cplusplus/draft/pull/8232",
		"link": "https://wg21.link/edit8232",
		"status": "closed"
	},
	"EDIT8233": {
		"type": "issue",
		"title": "italicize exposition-only `product-type::apply` in [exec.when.all]",
		"long_link": "https://github.com/cplusplus/draft/pull/8233",
		"link": "https://wg21.link/edit8233",
		"status": "closed"
	},
	"EDIT8234": {
		"type": "issue",
		"title": "[forward.list.overview] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8234",
		"link": "https://wg21.link/edit8234",
		"status": "closed"
	},
	"EDIT8235": {
		"type": "issue",
		"title": "[diff.class] Move text into note",
		"long_link": "https://github.com/cplusplus/draft/pull/8235",
		"link": "https://wg21.link/edit8235",
		"status": "closed"
	},
	"EDIT8236": {
		"type": "issue",
		"title": "[map.overview] Fix typo of constructor of map",
		"long_link": "https://github.com/cplusplus/draft/pull/8236",
		"link": "https://wg21.link/edit8236",
		"status": "closed"
	},
	"EDIT8237": {
		"type": "issue",
		"title": "[multimap.overview,set.overview,multiset.overview] Fix typos of constructors",
		"long_link": "https://github.com/cplusplus/draft/pull/8237",
		"link": "https://wg21.link/edit8237",
		"status": "closed"
	},
	"EDIT8238": {
		"type": "issue",
		"title": "[mdspan.sub.helpers] doesn't say the exposition-only helpers are exposition-only",
		"long_link": "https://github.com/cplusplus/draft/issues/8238",
		"link": "https://wg21.link/edit8238",
		"status": "open"
	},
	"EDIT8239": {
		"type": "issue",
		"title": "Typo in [meta.reflection.define.aggregate]/(5.4.1)",
		"long_link": "https://github.com/cplusplus/draft/issues/8239",
		"link": "https://wg21.link/edit8239",
		"status": "closed"
	},
	"EDIT8240": {
		"type": "issue",
		"title": "[meta.member] Comments for `static_assert` failures are incorrect",
		"long_link": "https://github.com/cplusplus/draft/issues/8240",
		"link": "https://wg21.link/edit8240",
		"status": "closed"
	},
	"EDIT8241": {
		"type": "issue",
		"title": "[concepts.callable.general, concept.invocable] \"function objects\" and \"callable type\" are too restrictive",
		"long_link": "https://github.com/cplusplus/draft/issues/8241",
		"link": "https://wg21.link/edit8241",
		"status": "closed"
	},
	"EDIT8242": {
		"type": "issue",
		"title": "Remove notes about shared memory from the lock free recommendation",
		"long_link": "https://github.com/cplusplus/draft/pull/8242",
		"link": "https://wg21.link/edit8242",
		"status": "open"
	},
	"EDIT8243": {
		"type": "issue",
		"title": "Fix typo in submdspan_extents.",
		"long_link": "https://github.com/cplusplus/draft/pull/8243",
		"link": "https://wg21.link/edit8243",
		"status": "closed"
	},
	"EDIT8244": {
		"type": "issue",
		"title": "Mismatch in reflect_constant declaration",
		"long_link": "https://github.com/cplusplus/draft/issues/8244",
		"link": "https://wg21.link/edit8244",
		"status": "closed"
	},
	"EDIT8245": {
		"type": "issue",
		"title": "[meta.member] Properly introduce intended implicit conversion",
		"long_link": "https://github.com/cplusplus/draft/pull/8245",
		"link": "https://wg21.link/edit8245",
		"status": "closed"
	},
	"EDIT8246": {
		"type": "issue",
		"title": "[range.subrange.general] Rename template parameters",
		"long_link": "https://github.com/cplusplus/draft/pull/8246",
		"link": "https://wg21.link/edit8246",
		"status": "open"
	},
	"EDIT8247": {
		"type": "issue",
		"title": "[const.wrap.class] Add missing namespace std",
		"long_link": "https://github.com/cplusplus/draft/pull/8247",
		"link": "https://wg21.link/edit8247",
		"status": "closed"
	},
	"EDIT8248": {
		"type": "issue",
		"title": "[mdspan.sub.sub] Fix typo in submdspan `Effect:`.",
		"long_link": "https://github.com/cplusplus/draft/pull/8248",
		"link": "https://wg21.link/edit8248",
		"status": "closed"
	},
	"EDIT8249": {
		"type": "issue",
		"title": "alx-0014 - Refactor syntax of preprocessing directives",
		"long_link": "https://github.com/cplusplus/draft/issues/8249",
		"link": "https://wg21.link/edit8249",
		"status": "open"
	},
	"EDIT8250": {
		"type": "issue",
		"title": "[simd.overview] Remove spurious noexcept",
		"long_link": "https://github.com/cplusplus/draft/pull/8250",
		"link": "https://wg21.link/edit8250",
		"status": "closed"
	},
	"EDIT8251": {
		"type": "issue",
		"title": "Fix dangling references to \"naming class\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8251",
		"link": "https://wg21.link/edit8251",
		"status": "closed"
	},
	"EDIT8252": {
		"type": "issue",
		"title": "[simd.permute.static] Add \\libconcept for integral",
		"long_link": "https://github.com/cplusplus/draft/pull/8252",
		"link": "https://wg21.link/edit8252",
		"status": "closed"
	},
	"EDIT8253": {
		"type": "issue",
		"title": "[basic.types.general] Talk about \"program points\", not \"certain contexts\"",
		"long_link": "https://github.com/cplusplus/draft/issues/8253",
		"link": "https://wg21.link/edit8253",
		"status": "open"
	},
	"EDIT8254": {
		"type": "issue",
		"title": "[meta.reflection.define.aggregate] Replace \"is_enumeration_type\" with \"is_enum_type\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8254",
		"link": "https://wg21.link/edit8254",
		"status": "closed"
	},
	"EDIT8255": {
		"type": "issue",
		"title": "[concepts.callable.general] Replace \"function objects\" with \"callable types\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8255",
		"link": "https://wg21.link/edit8255",
		"status": "closed"
	},
	"EDIT8256": {
		"type": "issue",
		"title": "[filebuf.virtuals] Missing const-qualifiers in specification of overflow/underflow.",
		"long_link": "https://github.com/cplusplus/draft/issues/8256",
		"link": "https://wg21.link/edit8256",
		"status": "closed"
	},
	"EDIT8257": {
		"type": "issue",
		"title": "[containers] fix operator<=> format",
		"long_link": "https://github.com/cplusplus/draft/pull/8257",
		"link": "https://wg21.link/edit8257",
		"status": "closed"
	},
	"EDIT8258": {
		"type": "issue",
		"title": "Add cross-references for \"permissible types\"",
		"long_link": "https://github.com/cplusplus/draft/issues/8258",
		"link": "https://wg21.link/edit8258",
		"status": "open"
	},
	"EDIT8259": {
		"type": "issue",
		"title": "[filebuf.virtuals] Add missing `const` to pointer variables",
		"long_link": "https://github.com/cplusplus/draft/pull/8259",
		"link": "https://wg21.link/edit8259",
		"status": "closed"
	},
	"EDIT8260": {
		"type": "issue",
		"title": "[basic.life] Does implicit object creation reuse storage?",
		"long_link": "https://github.com/cplusplus/draft/issues/8260",
		"link": "https://wg21.link/edit8260",
		"status": "open"
	},
	"EDIT8261": {
		"type": "issue",
		"title": "[basic.fundamental] Incomplete example of reflections",
		"long_link": "https://github.com/cplusplus/draft/issues/8261",
		"link": "https://wg21.link/edit8261",
		"status": "closed"
	},
	"EDIT8262": {
		"type": "issue",
		"title": "[simd.mask.comparison] Add missing param name",
		"long_link": "https://github.com/cplusplus/draft/pull/8262",
		"link": "https://wg21.link/edit8262",
		"status": "closed"
	},
	"EDIT8263": {
		"type": "issue",
		"title": "[hive.capacity], [vector.capacity] Function effects incorrectly specified in Complexity",
		"long_link": "https://github.com/cplusplus/draft/issues/8263",
		"link": "https://wg21.link/edit8263",
		"status": "closed"
	},
	"EDIT8264": {
		"type": "issue",
		"title": "[mdspan.accessor.aligned.overview] Remove `std::` in example",
		"long_link": "https://github.com/cplusplus/draft/pull/8264",
		"link": "https://wg21.link/edit8264",
		"status": "closed"
	},
	"EDIT8265": {
		"type": "issue",
		"title": "[basic.fundamental] Complete examples for reflections",
		"long_link": "https://github.com/cplusplus/draft/pull/8265",
		"link": "https://wg21.link/edit8265",
		"status": "closed"
	},
	"EDIT8266": {
		"type": "issue",
		"title": "[simd.alg, simd.reductions] Use libconcept for `totally_ordered`",
		"long_link": "https://github.com/cplusplus/draft/pull/8266",
		"link": "https://wg21.link/edit8266",
		"status": "closed"
	},
	"EDIT8267": {
		"type": "issue",
		"title": "[simd.bit] Use libconcept for `integral`",
		"long_link": "https://github.com/cplusplus/draft/pull/8267",
		"link": "https://wg21.link/edit8267",
		"status": "closed"
	},
	"EDIT8268": {
		"type": "issue",
		"title": "[simd.permute.mask] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/8268",
		"link": "https://wg21.link/edit8268",
		"status": "closed"
	},
	"EDIT8269": {
		"type": "issue",
		"title": "[stringstream.members] Add missing param",
		"long_link": "https://github.com/cplusplus/draft/pull/8269",
		"link": "https://wg21.link/edit8269",
		"status": "closed"
	},
	"EDIT8270": {
		"type": "issue",
		"title": "alx-0014 - Refactor syntax of preprocessing directives",
		"long_link": "https://github.com/cplusplus/draft/pull/8270",
		"link": "https://wg21.link/edit8270",
		"status": "open"
	},
	"EDIT8271": {
		"type": "issue",
		"title": "[unord.multiset.overview] Add missing `typename`",
		"long_link": "https://github.com/cplusplus/draft/pull/8271",
		"link": "https://wg21.link/edit8271",
		"status": "closed"
	},
	"EDIT8272": {
		"type": "issue",
		"title": "[meta.reflection.access.context] Remove stray `static` in declaration of `via`",
		"long_link": "https://github.com/cplusplus/draft/pull/8272",
		"link": "https://wg21.link/edit8272",
		"status": "closed"
	},
	"EDIT8273": {
		"type": "issue",
		"title": "[basic.life] Remove spurious commas",
		"long_link": "https://github.com/cplusplus/draft/pull/8273",
		"link": "https://wg21.link/edit8273",
		"status": "closed"
	},
	"EDIT8274": {
		"type": "issue",
		"title": "[class.pre] Adjust phrasing around 'identifer'",
		"long_link": "https://github.com/cplusplus/draft/pull/8274",
		"link": "https://wg21.link/edit8274",
		"status": "closed"
	},
	"EDIT8275": {
		"type": "issue",
		"title": "[temp.variadic] Add separate bullet for annotation-list",
		"long_link": "https://github.com/cplusplus/draft/pull/8275",
		"link": "https://wg21.link/edit8275",
		"status": "closed"
	},
	"EDIT8276": {
		"type": "issue",
		"title": "[meta.syn] Fix phrasing in note",
		"long_link": "https://github.com/cplusplus/draft/pull/8276",
		"link": "https://wg21.link/edit8276",
		"status": "closed"
	},
	"EDIT8277": {
		"type": "issue",
		"title": "[meta.reflection.member.queries] Remove superfluous 'of'",
		"long_link": "https://github.com/cplusplus/draft/pull/8277",
		"link": "https://wg21.link/edit8277",
		"status": "closed"
	},
	"EDIT8278": {
		"type": "issue",
		"title": "[meta.reflection.layout] Fix phrasing in bulleted list",
		"long_link": "https://github.com/cplusplus/draft/pull/8278",
		"link": "https://wg21.link/edit8278",
		"status": "closed"
	},
	"EDIT8279": {
		"type": "issue",
		"title": "[meta.reflection.annotation] Move to before [meta.reflection.extract]",
		"long_link": "https://github.com/cplusplus/draft/pull/8279",
		"link": "https://wg21.link/edit8279",
		"status": "closed"
	},
	"EDIT8280": {
		"type": "issue",
		"title": "[meta.reflection.array] Integrate subclause into [meta.define.static]",
		"long_link": "https://github.com/cplusplus/draft/pull/8280",
		"link": "https://wg21.link/edit8280",
		"status": "closed"
	},
	"EDIT8281": {
		"type": "issue",
		"title": "[meta.reflection.operators] Remove superfluous 'the'",
		"long_link": "https://github.com/cplusplus/draft/pull/8281",
		"link": "https://wg21.link/edit8281",
		"status": "closed"
	},
	"EDIT8282": {
		"type": "issue",
		"title": "[meta.reflection.define.aggregate] Fix declarations of name-type constructors",
		"long_link": "https://github.com/cplusplus/draft/pull/8282",
		"link": "https://wg21.link/edit8282",
		"status": "closed"
	},
	"EDIT8283": {
		"type": "issue",
		"title": "[meta.reflection.operators] Fix table formatting",
		"long_link": "https://github.com/cplusplus/draft/pull/8283",
		"link": "https://wg21.link/edit8283",
		"status": "closed"
	},
	"EDIT8284": {
		"type": "issue",
		"title": "[meta.reflection.names] Fix formatting for 'N'",
		"long_link": "https://github.com/cplusplus/draft/pull/8284",
		"link": "https://wg21.link/edit8284",
		"status": "closed"
	},
	"EDIT8285": {
		"type": "issue",
		"title": "[meta.reflection.queries] Fix typo in comment in example",
		"long_link": "https://github.com/cplusplus/draft/pull/8285",
		"link": "https://wg21.link/edit8285",
		"status": "closed"
	},
	"EDIT8286": {
		"type": "issue",
		"title": "[exec.snd] Harmonize subclause titles",
		"long_link": "https://github.com/cplusplus/draft/pull/8286",
		"link": "https://wg21.link/edit8286",
		"status": "closed"
	},
	"EDIT8287": {
		"type": "issue",
		"title": "[exec.snd] Fix cross-references for 'impls-for'",
		"long_link": "https://github.com/cplusplus/draft/pull/8287",
		"link": "https://wg21.link/edit8287",
		"status": "closed"
	},
	"EDIT8288": {
		"type": "issue",
		"title": "[exec.write.env] De-bulletize specification of check-types",
		"long_link": "https://github.com/cplusplus/draft/pull/8288",
		"link": "https://wg21.link/edit8288",
		"status": "closed"
	},
	"EDIT8289": {
		"type": "issue",
		"title": "[execution.syn] Add comments to cross-references in synopsis",
		"long_link": "https://github.com/cplusplus/draft/pull/8289",
		"link": "https://wg21.link/edit8289",
		"status": "closed"
	},
	"EDIT8290": {
		"type": "issue",
		"title": "[execution.syn] Add enable_sender to synopsis",
		"long_link": "https://github.com/cplusplus/draft/pull/8290",
		"link": "https://wg21.link/edit8290",
		"status": "closed"
	},
	"EDIT8291": {
		"type": "issue",
		"title": "[exec.snd.expos] Move specification of default template argument for 'Data'",
		"long_link": "https://github.com/cplusplus/draft/pull/8291",
		"link": "https://wg21.link/edit8291",
		"status": "closed"
	},
	"EDIT8292": {
		"type": "issue",
		"title": "[algorithms.parallel.overloads] Rename subclause title",
		"long_link": "https://github.com/cplusplus/draft/pull/8292",
		"link": "https://wg21.link/edit8292",
		"status": "closed"
	},
	"EDIT8293": {
		"type": "issue",
		"title": "[dcl.fct.def.replace] Add 'replaceable function' to index",
		"long_link": "https://github.com/cplusplus/draft/pull/8293",
		"link": "https://wg21.link/edit8293",
		"status": "closed"
	},
	"EDIT8294": {
		"type": "issue",
		"title": "[exec.par.scheduler] Use 'has the value' for an expression",
		"long_link": "https://github.com/cplusplus/draft/pull/8294",
		"link": "https://wg21.link/edit8294",
		"status": "closed"
	},
	"EDIT8295": {
		"type": "issue",
		"title": "[exec.sysctxrepl.recvproxy] Create new subclause for receiver proxies",
		"long_link": "https://github.com/cplusplus/draft/pull/8295",
		"link": "https://wg21.link/edit8295",
		"status": "closed"
	},
	"EDIT8296": {
		"type": "issue",
		"title": "[exec.sysctxrepl.psb] Make 'one of the expressions below' more explicit",
		"long_link": "https://github.com/cplusplus/draft/pull/8296",
		"link": "https://wg21.link/edit8296",
		"status": "closed"
	},
	"EDIT8297": {
		"type": "issue",
		"title": "[task.promise] Remove trailing semicolons in comments in examples",
		"long_link": "https://github.com/cplusplus/draft/pull/8297",
		"link": "https://wg21.link/edit8297",
		"status": "closed"
	},
	"EDIT8298": {
		"type": "issue",
		"title": "[task.promise] Refer to parameter types of the completion signatures",
		"long_link": "https://github.com/cplusplus/draft/pull/8298",
		"link": "https://wg21.link/edit8298",
		"status": "closed"
	},
	"EDIT8299": {
		"type": "issue",
		"title": "[task.state] Fix formatting of subclause heading",
		"long_link": "https://github.com/cplusplus/draft/pull/8299",
		"link": "https://wg21.link/edit8299",
		"status": "closed"
	},
	"EDIT8300": {
		"type": "issue",
		"title": "[exec.task.scheduler] Fix punctuation and add 'the'",
		"long_link": "https://github.com/cplusplus/draft/pull/8300",
		"link": "https://wg21.link/edit8300",
		"status": "closed"
	},
	"EDIT8301": {
		"type": "issue",
		"title": "[exec.getcomplsigs] Fix indentation of paragraph",
		"long_link": "https://github.com/cplusplus/draft/pull/8301",
		"link": "https://wg21.link/edit8301",
		"status": "closed"
	},
	"EDIT8302": {
		"type": "issue",
		"title": "[meta.reflection.layout] Remove incorrect 'of'",
		"long_link": "https://github.com/cplusplus/draft/pull/8302",
		"link": "https://wg21.link/edit8302",
		"status": "closed"
	},
	"EDIT8303": {
		"type": "issue",
		"title": "[meta.reflection.extract] Apply code font to \"U\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8303",
		"link": "https://wg21.link/edit8303",
		"status": "closed"
	},
	"EDIT8304": {
		"type": "issue",
		"title": "[meta.reflection.extract] Remove stray 'T is' and format 'X' in code font",
		"long_link": "https://github.com/cplusplus/draft/pull/8304",
		"link": "https://wg21.link/edit8304",
		"status": "closed"
	},
	"EDIT8305": {
		"type": "issue",
		"title": "[meta.reflection.substitute] Clarify error message in example",
		"long_link": "https://github.com/cplusplus/draft/pull/8305",
		"link": "https://wg21.link/edit8305",
		"status": "closed"
	},
	"EDIT8306": {
		"type": "issue",
		"title": "[meta.reflection.substitute] Add 'in order'",
		"long_link": "https://github.com/cplusplus/draft/pull/8306",
		"link": "https://wg21.link/edit8306",
		"status": "closed"
	},
	"EDIT8307": {
		"type": "issue",
		"title": "[exec.run.loop] Remove code font formatting for count and state",
		"long_link": "https://github.com/cplusplus/draft/pull/8307",
		"link": "https://wg21.link/edit8307",
		"status": "closed"
	},
	"EDIT8308": {
		"type": "issue",
		"title": "[exec.snd.expos] Amend specification for allocator-aware-forward",
		"long_link": "https://github.com/cplusplus/draft/pull/8308",
		"link": "https://wg21.link/edit8308",
		"status": "closed"
	},
	"EDIT8309": {
		"type": "issue",
		"title": "[atomics.syn,atomics.ref.pointer] Remove partial specialization atomic_ref<T*>",
		"long_link": "https://github.com/cplusplus/draft/pull/8309",
		"link": "https://wg21.link/edit8309",
		"status": "closed"
	},
	"EDIT8310": {
		"type": "issue",
		"title": "[atomics.types.int,atomics.types.float] Excise uses of undeclared 'T'",
		"long_link": "https://github.com/cplusplus/draft/pull/8310",
		"link": "https://wg21.link/edit8310",
		"status": "closed"
	},
	"EDIT8311": {
		"type": "issue",
		"title": "[atomics.ref.generic] Avoid use of undeclared 'T'",
		"long_link": "https://github.com/cplusplus/draft/pull/8311",
		"link": "https://wg21.link/edit8311",
		"status": "closed"
	},
	"EDIT8312": {
		"type": "issue",
		"title": "[simd.permute.memory] Rename 'simd' to 'vec' in subclause title",
		"long_link": "https://github.com/cplusplus/draft/pull/8312",
		"link": "https://wg21.link/edit8312",
		"status": "closed"
	},
	"EDIT8313": {
		"type": "issue",
		"title": "[simd.nonmembers] [simd.mask.nonmembers] Redundancies in subclause headings",
		"long_link": "https://github.com/cplusplus/draft/issues/8313",
		"link": "https://wg21.link/edit8313",
		"status": "closed"
	},
	"EDIT8314": {
		"type": "issue",
		"title": "[simd.mask.nonmembers] Add 'basic_mask' to subclause heading",
		"long_link": "https://github.com/cplusplus/draft/pull/8314",
		"link": "https://wg21.link/edit8314",
		"status": "closed"
	},
	"EDIT8315": {
		"type": "issue",
		"title": "[simd.mask.namedconv] folded into [simd.mask.conv]",
		"long_link": "https://github.com/cplusplus/draft/pull/8315",
		"link": "https://wg21.link/edit8315",
		"status": "closed"
	},
	"EDIT8316": {
		"type": "issue",
		"title": "[simd.traits] Rename subclause heading to 'Type traits'",
		"long_link": "https://github.com/cplusplus/draft/pull/8316",
		"link": "https://wg21.link/edit8316",
		"status": "closed"
	},
	"EDIT8317": {
		"type": "issue",
		"title": "[simd.complex.access] Move into [simd.class]",
		"long_link": "https://github.com/cplusplus/draft/pull/8317",
		"link": "https://wg21.link/edit8317",
		"status": "closed"
	},
	"EDIT8318": {
		"type": "issue",
		"title": "[simd.syn] Compactify presentation of gather/scatter functions",
		"long_link": "https://github.com/cplusplus/draft/pull/8318",
		"link": "https://wg21.link/edit8318",
		"status": "closed"
	},
	"EDIT8319": {
		"type": "issue",
		"title": "[atomics.types.int] Remove superfluous whitespace",
		"long_link": "https://github.com/cplusplus/draft/pull/8319",
		"link": "https://wg21.link/edit8319",
		"status": "closed"
	},
	"EDIT8320": {
		"type": "issue",
		"title": "[exec.par.scheduler] Move class definition from synopsis",
		"long_link": "https://github.com/cplusplus/draft/pull/8320",
		"link": "https://wg21.link/edit8320",
		"status": "closed"
	},
	"EDIT8321": {
		"type": "issue",
		"title": "[exec.when.all] Fix spelling of 'get_stop_token_t'",
		"long_link": "https://github.com/cplusplus/draft/pull/8321",
		"link": "https://wg21.link/edit8321",
		"status": "closed"
	},
	"EDIT8322": {
		"type": "issue",
		"title": "[exec.snd.expos] Reorder specification immediately after declaration",
		"long_link": "https://github.com/cplusplus/draft/pull/8322",
		"link": "https://wg21.link/edit8322",
		"status": "open"
	},
	"EDIT8323": {
		"type": "issue",
		"title": "[hive.capacity], [vector.capacity] Move restrictions from Complexity to Remarks",
		"long_link": "https://github.com/cplusplus/draft/pull/8323",
		"link": "https://wg21.link/edit8323",
		"status": "closed"
	},
	"EDIT8324": {
		"type": "issue",
		"title": "[atomics.ref.pointer,atomics.types.pointer] Use 'see above' for fetch_key declaration",
		"long_link": "https://github.com/cplusplus/draft/pull/8324",
		"link": "https://wg21.link/edit8324",
		"status": "closed"
	},
	"EDIT8325": {
		"type": "issue",
		"title": "value_types_of_t is not in the library index",
		"long_link": "https://github.com/cplusplus/draft/issues/8325",
		"link": "https://wg21.link/edit8325",
		"status": "closed"
	},
	"EDIT8326": {
		"type": "issue",
		"title": "[exec.cmplsig] Add 'value_types_of_t' to index",
		"long_link": "https://github.com/cplusplus/draft/pull/8326",
		"link": "https://wg21.link/edit8326",
		"status": "closed"
	},
	"EDIT8327": {
		"type": "issue",
		"title": "[allocator.requirements.general] Add namespace std for exposition-only concept",
		"long_link": "https://github.com/cplusplus/draft/pull/8327",
		"link": "https://wg21.link/edit8327",
		"status": "closed"
	},
	"EDIT8328": {
		"type": "issue",
		"title": "[atomics.types.float] Align parameters in function declarations",
		"long_link": "https://github.com/cplusplus/draft/pull/8328",
		"link": "https://wg21.link/edit8328",
		"status": "closed"
	},
	"EDIT8329": {
		"type": "issue",
		"title": "[streambuf.virt.put] Replace \"effects\" with \"affects\" in footnote",
		"long_link": "https://github.com/cplusplus/draft/pull/8329",
		"link": "https://wg21.link/edit8329",
		"status": "closed"
	},
	"EDIT8330": {
		"type": "issue",
		"title": "[class.temporary] Clarify that list of contexts is exhaustive",
		"long_link": "https://github.com/cplusplus/draft/pull/8330",
		"link": "https://wg21.link/edit8330",
		"status": "closed"
	},
	"EDIT8331": {
		"type": "issue",
		"title": "[simd.syn] Reorder declarations to match subclause order",
		"long_link": "https://github.com/cplusplus/draft/pull/8331",
		"link": "https://wg21.link/edit8331",
		"status": "closed"
	},
	"EDIT8332": {
		"type": "issue",
		"title": "[meta.type.synop] Index the unindexed type aliases and variable templates",
		"long_link": "https://github.com/cplusplus/draft/pull/8332",
		"link": "https://wg21.link/edit8332",
		"status": "closed"
	},
	"EDIT8333": {
		"type": "issue",
		"title": "[basic.link], [expr.ref] Harmonize font for tuple representing direct base class relationship",
		"long_link": "https://github.com/cplusplus/draft/pull/8333",
		"link": "https://wg21.link/edit8333",
		"status": "closed"
	},
	"EDIT8334": {
		"type": "issue",
		"title": "[simd] Canonicalize subclause headings",
		"long_link": "https://github.com/cplusplus/draft/pull/8334",
		"link": "https://wg21.link/edit8334",
		"status": "closed"
	},
	"EDIT8335": {
		"type": "issue",
		"title": "[ub,intro.progress] Added entry for UB due to lack of forward progress",
		"long_link": "https://github.com/cplusplus/draft/pull/8335",
		"link": "https://wg21.link/edit8335",
		"status": "closed"
	},
	"EDIT8336": {
		"type": "issue",
		"title": "Unclear words regarding mandatory copy-elision during initialization with identical types (since C++17).",
		"long_link": "https://github.com/cplusplus/draft/issues/8336",
		"link": "https://wg21.link/edit8336",
		"status": "closed"
	},
	"EDIT8337": {
		"type": "issue",
		"title": "[basic.def] Remove incorrect grammarterm formatting for \"declaration\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8337",
		"link": "https://wg21.link/edit8337",
		"status": "closed"
	},
	"EDIT8338": {
		"type": "issue",
		"title": "Indexing of \"eligible\" terms",
		"long_link": "https://github.com/cplusplus/draft/issues/8338",
		"link": "https://wg21.link/edit8338",
		"status": "open"
	},
	"EDIT8339": {
		"type": "issue",
		"title": "[input.iterators] Remove superfluous \\newpage",
		"long_link": "https://github.com/cplusplus/draft/pull/8339",
		"link": "https://wg21.link/edit8339",
		"status": "closed"
	},
	"EDIT8340": {
		"type": "issue",
		"title": "NB US 188-303 (C++26 CD): [streambuf.virt.put] fix spelling in footnote",
		"long_link": "https://github.com/cplusplus/draft/pull/8340",
		"link": "https://wg21.link/edit8340",
		"status": "closed"
	},
	"EDIT8341": {
		"type": "issue",
		"title": "[simd.permute.static] Use satisfies for satisfaction",
		"long_link": "https://github.com/cplusplus/draft/pull/8341",
		"link": "https://wg21.link/edit8341",
		"status": "closed"
	},
	"EDIT8342": {
		"type": "issue",
		"title": "[simd.permute.mask] clarify list is in ascending order",
		"long_link": "https://github.com/cplusplus/draft/pull/8342",
		"link": "https://wg21.link/edit8342",
		"status": "closed"
	},
	"EDIT8343": {
		"type": "issue",
		"title": "[cpp.module] Drop meaningless sentence about keywords as macros CWG3074",
		"long_link": "https://github.com/cplusplus/draft/pull/8343",
		"link": "https://wg21.link/edit8343",
		"status": "closed"
	},
	"EDIT8344": {
		"type": "issue",
		"title": "[cpp.module] Cannot treat module directive as normal text",
		"long_link": "https://github.com/cplusplus/draft/pull/8344",
		"link": "https://wg21.link/edit8344",
		"status": "closed"
	},
	"EDIT8345": {
		"type": "issue",
		"title": "[cpp.pre][cpp.module] Consolidate preprocessor grammar in one clause",
		"long_link": "https://github.com/cplusplus/draft/pull/8345",
		"link": "https://wg21.link/edit8345",
		"status": "open"
	},
	"EDIT8346": {
		"type": "issue",
		"title": "[alg.foreach] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8346",
		"link": "https://wg21.link/edit8346",
		"status": "closed"
	},
	"EDIT8347": {
		"type": "issue",
		"title": "[meta.reflection.layout,meta.reflection.annotation] Harmonize phrasing about complete types",
		"long_link": "https://github.com/cplusplus/draft/pull/8347",
		"link": "https://wg21.link/edit8347",
		"status": "closed"
	},
	"EDIT8348": {
		"type": "issue",
		"title": "[meta.unary.prop] [meta.rel] P/R for LWG3967",
		"long_link": "https://github.com/cplusplus/draft/pull/8348",
		"link": "https://wg21.link/edit8348",
		"status": "open"
	},
	"EDIT8349": {
		"type": "issue",
		"title": "[meta.reflection.extract] remove second constexpr if",
		"long_link": "https://github.com/cplusplus/draft/pull/8349",
		"link": "https://wg21.link/edit8349",
		"status": "closed"
	},
	"EDIT8350": {
		"type": "issue",
		"title": "[fs.path.native.obs] [fs.path.generic.obs] qualify std::format",
		"long_link": "https://github.com/cplusplus/draft/pull/8350",
		"link": "https://wg21.link/edit8350",
		"status": "closed"
	},
	"EDIT8351": {
		"type": "issue",
		"title": "[vector.bool.pscp] say \"vector primary template\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8351",
		"link": "https://wg21.link/edit8351",
		"status": "closed"
	},
	"EDIT8352": {
		"type": "issue",
		"title": "[meta.reflection.access.context] Remove 'static' from via itemdecl",
		"long_link": "https://github.com/cplusplus/draft/pull/8352",
		"link": "https://wg21.link/edit8352",
		"status": "closed"
	},
	"EDIT8353": {
		"type": "issue",
		"title": "[simd] Resolve LWG4420 and LWG4393",
		"long_link": "https://github.com/cplusplus/draft/pull/8353",
		"link": "https://wg21.link/edit8353",
		"status": "closed"
	},
	"EDIT8354": {
		"type": "issue",
		"title": "[cpp.line] Simplify specification of line directives",
		"long_link": "https://github.com/cplusplus/draft/pull/8354",
		"link": "https://wg21.link/edit8354",
		"status": "open"
	},
	"EDIT8355": {
		"type": "issue",
		"title": "[cpp.pre] Move paragraph introducing preprocessor to first",
		"long_link": "https://github.com/cplusplus/draft/pull/8355",
		"link": "https://wg21.link/edit8355",
		"status": "closed"
	},
	"EDIT8356": {
		"type": "issue",
		"title": "[diff.expr] Remove commentary about good practice in C",
		"long_link": "https://github.com/cplusplus/draft/pull/8356",
		"link": "https://wg21.link/edit8356",
		"status": "closed"
	},
	"EDIT8357": {
		"type": "issue",
		"title": "[diff.expr] Include conversions involving pointers to cv void in the changes",
		"long_link": "https://github.com/cplusplus/draft/pull/8357",
		"link": "https://wg21.link/edit8357",
		"status": "closed"
	},
	"EDIT8358": {
		"type": "issue",
		"title": "Some names in [thread.stoptoken] are not in the library index",
		"long_link": "https://github.com/cplusplus/draft/issues/8358",
		"link": "https://wg21.link/edit8358",
		"status": "closed"
	},
	"EDIT8359": {
		"type": "issue",
		"title": "[thread.stoptoken] Index missing pieces in `<stop_token>`",
		"long_link": "https://github.com/cplusplus/draft/pull/8359",
		"link": "https://wg21.link/edit8359",
		"status": "closed"
	},
	"EDIT8360": {
		"type": "issue",
		"title": "[range.cache.latest.overview, range.to.input.overview] Missing example",
		"long_link": "https://github.com/cplusplus/draft/issues/8360",
		"link": "https://wg21.link/edit8360",
		"status": "open"
	},
	"EDIT8361": {
		"type": "issue",
		"title": "[meta] reflect_constant_array of an empty range returns const array<T,0>",
		"long_link": "https://github.com/cplusplus/draft/pull/8361",
		"link": "https://wg21.link/edit8361",
		"status": "closed"
	},
	"EDIT8362": {
		"type": "issue",
		"title": "[meta.reflection.result] move declaration of TCls earlier",
		"long_link": "https://github.com/cplusplus/draft/pull/8362",
		"link": "https://wg21.link/edit8362",
		"status": "closed"
	},
	"EDIT8363": {
		"type": "issue",
		"title": "[meta.reflection.layout] change 'entity' to 'construct'",
		"long_link": "https://github.com/cplusplus/draft/pull/8363",
		"link": "https://wg21.link/edit8363",
		"status": "closed"
	},
	"EDIT8364": {
		"type": "issue",
		"title": "[meta] reflect_constant_array of an empty range returns const array<T,0>",
		"long_link": "https://github.com/cplusplus/draft/pull/8364",
		"link": "https://wg21.link/edit8364",
		"status": "closed"
	},
	"EDIT8365": {
		"type": "issue",
		"title": "[unord.map.overview] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8365",
		"link": "https://wg21.link/edit8365",
		"status": "closed"
	},
	"EDIT8366": {
		"type": "issue",
		"title": "[lex.pptoken][module][cpp] Index keyword placeholders]",
		"long_link": "https://github.com/cplusplus/draft/pull/8366",
		"link": "https://wg21.link/edit8366",
		"status": "closed"
	},
	"EDIT8367": {
		"type": "issue",
		"title": "[lex.pptoken] Index keyword placeholders",
		"long_link": "https://github.com/cplusplus/draft/pull/8367",
		"link": "https://wg21.link/edit8367",
		"status": "closed"
	},
	"EDIT8368": {
		"type": "issue",
		"title": "[dcl.init.general] Add cross-references for mandatory copy elision",
		"long_link": "https://github.com/cplusplus/draft/pull/8368",
		"link": "https://wg21.link/edit8368",
		"status": "closed"
	},
	"EDIT8369": {
		"type": "issue",
		"title": "[cpp.line] Address string-literal vs s-char-sequence",
		"long_link": "https://github.com/cplusplus/draft/pull/8369",
		"link": "https://wg21.link/edit8369",
		"status": "open"
	},
	"EDIT8370": {
		"type": "issue",
		"title": "[basic.scope.pdecl], [temp] Replace \"expansion statement\" with \"expansion-statement\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8370",
		"link": "https://wg21.link/edit8370",
		"status": "closed"
	},
	"EDIT8371": {
		"type": "issue",
		"title": "[lib] Remove superfluous `typename` in alias declarations",
		"long_link": "https://github.com/cplusplus/draft/pull/8371",
		"link": "https://wg21.link/edit8371",
		"status": "closed"
	},
	"EDIT8372": {
		"type": "issue",
		"title": "[meta.reflection.substitute] Name correct function in comments",
		"long_link": "https://github.com/cplusplus/draft/pull/8372",
		"link": "https://wg21.link/edit8372",
		"status": "closed"
	},
	"EDIT8373": {
		"type": "issue",
		"title": "[concept.regularinvocable], [iterator.concept.winc] Replace \"annotation\" with \"comment\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8373",
		"link": "https://wg21.link/edit8373",
		"status": "closed"
	},
	"EDIT8374": {
		"type": "issue",
		"title": "[simd.math] Fix missing return keywords",
		"long_link": "https://github.com/cplusplus/draft/pull/8374",
		"link": "https://wg21.link/edit8374",
		"status": "closed"
	},
	"EDIT8375": {
		"type": "issue",
		"title": "[meta.define.static] qualify names from namespace meta",
		"long_link": "https://github.com/cplusplus/draft/pull/8375",
		"link": "https://wg21.link/edit8375",
		"status": "closed"
	},
	"EDIT8376": {
		"type": "issue",
		"title": "[text], [numerics], [exec] Remove remaining `typename` in aliases",
		"long_link": "https://github.com/cplusplus/draft/pull/8376",
		"link": "https://wg21.link/edit8376",
		"status": "closed"
	},
	"EDIT8377": {
		"type": "issue",
		"title": "[exec.snd.expos] Add \\exposidnc for op",
		"long_link": "https://github.com/cplusplus/draft/pull/8377",
		"link": "https://wg21.link/edit8377",
		"status": "closed"
	},
	"EDIT8378": {
		"type": "issue",
		"title": "[iostream.forward.overview] Typedef-names are mentioned in a weird way",
		"long_link": "https://github.com/cplusplus/draft/issues/8378",
		"link": "https://wg21.link/edit8378",
		"status": "open"
	},
	"EDIT8379": {
		"type": "issue",
		"title": "[lib] Replace bad uses of \"instantiation\" with \"specialization\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8379",
		"link": "https://wg21.link/edit8379",
		"status": "open"
	},
	"EDIT8380": {
		"type": "issue",
		"title": "[lex.icon] p1 does not clearly cover the (single-digit) integer literal '0' CWG3120",
		"long_link": "https://github.com/cplusplus/draft/issues/8380",
		"link": "https://wg21.link/edit8380",
		"status": "open"
	},
	"EDIT8381": {
		"type": "issue",
		"title": "[stoptoken.concepts] Use \\tcode only for code.",
		"long_link": "https://github.com/cplusplus/draft/pull/8381",
		"link": "https://wg21.link/edit8381",
		"status": "closed"
	},
	"EDIT8382": {
		"type": "issue",
		"title": "[indirect.assign] typo",
		"long_link": "https://github.com/cplusplus/draft/issues/8382",
		"link": "https://wg21.link/edit8382",
		"status": "closed"
	},
	"EDIT8383": {
		"type": "issue",
		"title": "[indirect.assign] Replace incorrect \"_t\" with \"_v\" in Mandates",
		"long_link": "https://github.com/cplusplus/draft/pull/8383",
		"link": "https://wg21.link/edit8383",
		"status": "closed"
	},
	"EDIT8384": {
		"type": "issue",
		"title": "[simd.math] Wrap code `\\placeholder`s in `\\tcode`",
		"long_link": "https://github.com/cplusplus/draft/pull/8384",
		"link": "https://wg21.link/edit8384",
		"status": "closed"
	},
	"EDIT8385": {
		"type": "issue",
		"title": "[simd.complex.access], [simd.complex.math] Wrap \"cmplx-func\" placeholder in `\\tcode`",
		"long_link": "https://github.com/cplusplus/draft/pull/8385",
		"link": "https://wg21.link/edit8385",
		"status": "closed"
	},
	"EDIT8386": {
		"type": "issue",
		"title": "[simd.alg] Avoid the word \"shall\" in Preconditions",
		"long_link": "https://github.com/cplusplus/draft/pull/8386",
		"link": "https://wg21.link/edit8386",
		"status": "closed"
	},
	"EDIT8387": {
		"type": "issue",
		"title": "[simd.bit] Wrap \"bit-func\" placeholder in `\\tcode`",
		"long_link": "https://github.com/cplusplus/draft/pull/8387",
		"link": "https://wg21.link/edit8387",
		"status": "closed"
	},
	"EDIT8388": {
		"type": "issue",
		"title": "[simd.expos], [simd.syn] Synchronize synopsis references with subclause headings",
		"long_link": "https://github.com/cplusplus/draft/pull/8388",
		"link": "https://wg21.link/edit8388",
		"status": "closed"
	},
	"EDIT8389": {
		"type": "issue",
		"title": "[module.global.frag] Remove irrelevant note about preprocessor",
		"long_link": "https://github.com/cplusplus/draft/pull/8389",
		"link": "https://wg21.link/edit8389",
		"status": "closed"
	},
	"EDIT8390": {
		"type": "issue",
		"title": "[cpp.pre] Add note on preprocessing directives in pp-global-module-fragment",
		"long_link": "https://github.com/cplusplus/draft/pull/8390",
		"link": "https://wg21.link/edit8390",
		"status": "open"
	},
	"EDIT8391": {
		"type": "issue",
		"title": "[bit.cast] Adjust cross-reference for consteval-only type",
		"long_link": "https://github.com/cplusplus/draft/pull/8391",
		"link": "https://wg21.link/edit8391",
		"status": "closed"
	},
	"EDIT8392": {
		"type": "issue",
		"title": "[set.difference] Fix sentence",
		"long_link": "https://github.com/cplusplus/draft/pull/8392",
		"link": "https://wg21.link/edit8392",
		"status": "closed"
	},
	"EDIT8393": {
		"type": "issue",
		"title": "[const.wrap.class] Remove superfluous parameter in trailing requires clause",
		"long_link": "https://github.com/cplusplus/draft/pull/8393",
		"link": "https://wg21.link/edit8393",
		"status": "closed"
	},
	"EDIT8394": {
		"type": "issue",
		"title": "[meta.reflection] Move examples to the end of their respective section",
		"long_link": "https://github.com/cplusplus/draft/pull/8394",
		"link": "https://wg21.link/edit8394",
		"status": "closed"
	},
	"EDIT8395": {
		"type": "issue",
		"title": "[const.wrap.class] Add constant_wrapper to index, add missing `\\exposid`",
		"long_link": "https://github.com/cplusplus/draft/pull/8395",
		"link": "https://wg21.link/edit8395",
		"status": "closed"
	},
	"EDIT8396": {
		"type": "issue",
		"title": "[execution.syn] Reorder entries to match subclause order",
		"long_link": "https://github.com/cplusplus/draft/pull/8396",
		"link": "https://wg21.link/edit8396",
		"status": "closed"
	},
	"EDIT8397": {
		"type": "issue",
		"title": "[cmath.syn] Add `fmaximum`, `fmaximum_num`, `fminimum`, and `fminimum_num` to index",
		"long_link": "https://github.com/cplusplus/draft/pull/8397",
		"link": "https://wg21.link/edit8397",
		"status": "closed"
	},
	"EDIT8398": {
		"type": "issue",
		"title": "[basic.fundamental] Use `std::` prefix consistently for library type aliases",
		"long_link": "https://github.com/cplusplus/draft/pull/8398",
		"link": "https://wg21.link/edit8398",
		"status": "closed"
	},
	"EDIT8399": {
		"type": "issue",
		"title": "[re.regex.general] Fix indentation for member types of `basic_regex`",
		"long_link": "https://github.com/cplusplus/draft/pull/8399",
		"link": "https://wg21.link/edit8399",
		"status": "closed"
	},
	"EDIT8400": {
		"type": "issue",
		"title": "[basic.lookup.general] Italicise \"follow\" in [basic.lookup.general]/2",
		"long_link": "https://github.com/cplusplus/draft/pull/8400",
		"link": "https://wg21.link/edit8400",
		"status": "open"
	},
	"EDIT8401": {
		"type": "issue",
		"title": "[queue.defn] Remove superfluous whitespaces",
		"long_link": "https://github.com/cplusplus/draft/pull/8401",
		"link": "https://wg21.link/edit8401",
		"status": "closed"
	},
	"EDIT8402": {
		"type": "issue",
		"title": "[concepts.callable.general, concept.invocable] add function types and references",
		"long_link": "https://github.com/cplusplus/draft/pull/8402",
		"link": "https://wg21.link/edit8402",
		"status": "closed"
	},
	"EDIT8403": {
		"type": "issue",
		"title": "[container.adaptors.general] Remove using typename from expos-only alias template",
		"long_link": "https://github.com/cplusplus/draft/pull/8403",
		"link": "https://wg21.link/edit8403",
		"status": "closed"
	},
	"EDIT8404": {
		"type": "issue",
		"title": "[exec.spawn.future] add missing \\tcode",
		"long_link": "https://github.com/cplusplus/draft/pull/8404",
		"link": "https://wg21.link/edit8404",
		"status": "closed"
	},
	"EDIT8405": {
		"type": "issue",
		"title": "[basic.def] Fix note -- declarations cannot be empty",
		"long_link": "https://github.com/cplusplus/draft/pull/8405",
		"link": "https://wg21.link/edit8405",
		"status": "closed"
	},
	"EDIT8406": {
		"type": "issue",
		"title": "[cpp.module] Note that private module fragments are not partitions",
		"long_link": "https://github.com/cplusplus/draft/pull/8406",
		"link": "https://wg21.link/edit8406",
		"status": "open"
	},
	"EDIT8407": {
		"type": "issue",
		"title": "[exec.cmplsig] add missing \\exposid",
		"long_link": "https://github.com/cplusplus/draft/pull/8407",
		"link": "https://wg21.link/edit8407",
		"status": "closed"
	},
	"EDIT8408": {
		"type": "issue",
		"title": "[library] Remove references to typedef-name",
		"long_link": "https://github.com/cplusplus/draft/pull/8408",
		"link": "https://wg21.link/edit8408",
		"status": "closed"
	},
	"EDIT8409": {
		"type": "issue",
		"title": "[lex.token] Strike mention of whitespace in phase 7",
		"long_link": "https://github.com/cplusplus/draft/pull/8409",
		"link": "https://wg21.link/edit8409",
		"status": "closed"
	},
	"EDIT8410": {
		"type": "issue",
		"title": "[cpp.pre] Apply unicode markup to last parts of [pre]",
		"long_link": "https://github.com/cplusplus/draft/pull/8410",
		"link": "https://wg21.link/edit8410",
		"status": "closed"
	},
	"EDIT8411": {
		"type": "issue",
		"title": "[atomics.syn] Reword the freestanding specification",
		"long_link": "https://github.com/cplusplus/draft/pull/8411",
		"link": "https://wg21.link/edit8411",
		"status": "closed"
	},
	"EDIT8412": {
		"type": "issue",
		"title": "[lex] Complete the use of unicode code points",
		"long_link": "https://github.com/cplusplus/draft/pull/8412",
		"link": "https://wg21.link/edit8412",
		"status": "open"
	},
	"EDIT8413": {
		"type": "issue",
		"title": "[atomics.ref.pointer] Do not refer to T",
		"long_link": "https://github.com/cplusplus/draft/pull/8413",
		"link": "https://wg21.link/edit8413",
		"status": "closed"
	},
	"EDIT8414": {
		"type": "issue",
		"title": "[lex.comment] Add a note that comments are replaced by a single space",
		"long_link": "https://github.com/cplusplus/draft/pull/8414",
		"link": "https://wg21.link/edit8414",
		"status": "closed"
	},
	"EDIT8415": {
		"type": "issue",
		"title": "[lex.pptoken] Simplify sentences with common cause",
		"long_link": "https://github.com/cplusplus/draft/pull/8415",
		"link": "https://wg21.link/edit8415",
		"status": "closed"
	},
	"EDIT8416": {
		"type": "issue",
		"title": "[lex.pptoken] Turn non-normative text into a note",
		"long_link": "https://github.com/cplusplus/draft/pull/8416",
		"link": "https://wg21.link/edit8416",
		"status": "closed"
	},
	"EDIT8417": {
		"type": "issue",
		"title": "[exec.snd.expos] Move Remarks into itemdescr",
		"long_link": "https://github.com/cplusplus/draft/pull/8417",
		"link": "https://wg21.link/edit8417",
		"status": "closed"
	},
	"EDIT8418": {
		"type": "issue",
		"title": "[lex.charset] Move reference to glyphs to appropriate place",
		"long_link": "https://github.com/cplusplus/draft/pull/8418",
		"link": "https://wg21.link/edit8418",
		"status": "closed"
	},
	"EDIT8419": {
		"type": "issue",
		"title": "[task.class] Improve error_types wording",
		"long_link": "https://github.com/cplusplus/draft/pull/8419",
		"link": "https://wg21.link/edit8419",
		"status": "closed"
	},
	"EDIT8420": {
		"type": "issue",
		"title": "[specialized.algorithms] Remove typename after new",
		"long_link": "https://github.com/cplusplus/draft/pull/8420",
		"link": "https://wg21.link/edit8420",
		"status": "closed"
	},
	"EDIT8421": {
		"type": "issue",
		"title": "[indirect.assign] A couple of questions about indirect's move assign operator",
		"long_link": "https://github.com/cplusplus/draft/issues/8421",
		"link": "https://wg21.link/edit8421",
		"status": "closed"
	},
	"EDIT8422": {
		"type": "issue",
		"title": "[specialized.algorithms.general] Make deref-move constexpr",
		"long_link": "https://github.com/cplusplus/draft/pull/8422",
		"link": "https://wg21.link/edit8422",
		"status": "closed"
	},
	"EDIT8423": {
		"type": "issue",
		"title": "[linalg.transp.layout.transpose] Fix misplaced data members of `layout_transpose::mapping`",
		"long_link": "https://github.com/cplusplus/draft/pull/8423",
		"link": "https://wg21.link/edit8423",
		"status": "closed"
	},
	"EDIT8424": {
		"type": "issue",
		"title": "[linalg.scaled.scaledaccessor] Use kebab-underscore_ style for exposition-only members",
		"long_link": "https://github.com/cplusplus/draft/pull/8424",
		"link": "https://wg21.link/edit8424",
		"status": "open"
	},
	"EDIT8425": {
		"type": "issue",
		"title": "[expr.const]/31 Small issue with example",
		"long_link": "https://github.com/cplusplus/draft/issues/8425",
		"link": "https://wg21.link/edit8425",
		"status": "closed"
	},
	"EDIT8426": {
		"type": "issue",
		"title": "[lib] Remove redundant `typename` in default template arguments",
		"long_link": "https://github.com/cplusplus/draft/pull/8426",
		"link": "https://wg21.link/edit8426",
		"status": "open"
	},
	"EDIT8427": {
		"type": "issue",
		"title": "[expr.const] Use different classes for unrelated parts of the example",
		"long_link": "https://github.com/cplusplus/draft/pull/8427",
		"link": "https://wg21.link/edit8427",
		"status": "closed"
	},
	"EDIT8428": {
		"type": "issue",
		"title": "[alg.find.first.of] Rename subclause title",
		"long_link": "https://github.com/cplusplus/draft/pull/8428",
		"link": "https://wg21.link/edit8428",
		"status": "closed"
	},
	"EDIT8429": {
		"type": "issue",
		"title": "[expr.const] Unmark introduction of \"constant expression\" as definition",
		"long_link": "https://github.com/cplusplus/draft/pull/8429",
		"link": "https://wg21.link/edit8429",
		"status": "closed"
	},
	"EDIT8430": {
		"type": "issue",
		"title": "[lex] Tables 1 and 2 are in an unappealing place",
		"long_link": "https://github.com/cplusplus/draft/issues/8430",
		"link": "https://wg21.link/edit8430",
		"status": "closed"
	},
	"EDIT8431": {
		"type": "issue",
		"title": "Harmonize wordings of \"All [such] specializations of [some STL template] are trivially copyable\"",
		"long_link": "https://github.com/cplusplus/draft/issues/8431",
		"link": "https://wg21.link/edit8431",
		"status": "open"
	},
	"EDIT8432": {
		"type": "issue",
		"title": "[std.tex] Suppress hyperref warnings introduced in #8160",
		"long_link": "https://github.com/cplusplus/draft/pull/8432",
		"link": "https://wg21.link/edit8432",
		"status": "closed"
	},
	"EDIT8433": {
		"type": "issue",
		"title": "[exec.then] add missing `\\exposid`",
		"long_link": "https://github.com/cplusplus/draft/pull/8433",
		"link": "https://wg21.link/edit8433",
		"status": "closed"
	},
	"EDIT8434": {
		"type": "issue",
		"title": "[locale.categories] Index `X_base` classes and their members",
		"long_link": "https://github.com/cplusplus/draft/pull/8434",
		"link": "https://wg21.link/edit8434",
		"status": "closed"
	},
	"EDIT8435": {
		"type": "issue",
		"title": "[meta.reflection.layout] Reverse logic in specification",
		"long_link": "https://github.com/cplusplus/draft/pull/8435",
		"link": "https://wg21.link/edit8435",
		"status": "closed"
	},
	"EDIT8436": {
		"type": "issue",
		"title": "[exec.bulk] Fix structured binding presentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8436",
		"link": "https://wg21.link/edit8436",
		"status": "closed"
	},
	"EDIT8437": {
		"type": "issue",
		"title": "[meta.syn] Synchronize `reflect_constant`/`reflect_object` parameters with definition",
		"long_link": "https://github.com/cplusplus/draft/pull/8437",
		"link": "https://wg21.link/edit8437",
		"status": "closed"
	},
	"EDIT8438": {
		"type": "issue",
		"title": "[numeric.limits.members] The example for `is_modulo` is not quite correct for small signed integer types",
		"long_link": "https://github.com/cplusplus/draft/issues/8438",
		"link": "https://wg21.link/edit8438",
		"status": "open"
	},
	"EDIT8439": {
		"type": "issue",
		"title": "[dcl.attr.fallthrough] Use `\\defnadj` for \"fallthrought statement\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8439",
		"link": "https://wg21.link/edit8439",
		"status": "closed"
	},
	"EDIT8440": {
		"type": "issue",
		"title": "Review [lex]",
		"long_link": "https://github.com/cplusplus/draft/pull/8440",
		"link": "https://wg21.link/edit8440",
		"status": "closed"
	},
	"EDIT8441": {
		"type": "issue",
		"title": "[character.seq.general, time.general] Define STATICALLY-WIDEN in a better place",
		"long_link": "https://github.com/cplusplus/draft/pull/8441",
		"link": "https://wg21.link/edit8441",
		"status": "closed"
	},
	"EDIT8442": {
		"type": "issue",
		"title": "[utilities] Use \"Result:\" element in \\itemdescrs of types to describe the type.",
		"long_link": "https://github.com/cplusplus/draft/pull/8442",
		"link": "https://wg21.link/edit8442",
		"status": "closed"
	},
	"EDIT8443": {
		"type": "issue",
		"title": "[headers] \"C library\" fixes",
		"long_link": "https://github.com/cplusplus/draft/pull/8443",
		"link": "https://wg21.link/edit8443",
		"status": "open"
	},
	"EDIT8444": {
		"type": "issue",
		"title": "[intro.scope] Modernize by removing overly verbose description",
		"long_link": "https://github.com/cplusplus/draft/pull/8444",
		"link": "https://wg21.link/edit8444",
		"status": "closed"
	},
	"EDIT8445": {
		"type": "issue",
		"title": "Use Fira Mono font for code",
		"long_link": "https://github.com/cplusplus/draft/issues/8445",
		"link": "https://wg21.link/edit8445",
		"status": "open"
	},
	"EDIT8446": {
		"type": "issue",
		"title": "[range.reverse.overview] Improve wording",
		"long_link": "https://github.com/cplusplus/draft/issues/8446",
		"link": "https://wg21.link/edit8446",
		"status": "open"
	},
	"EDIT8447": {
		"type": "issue",
		"title": "[dcl.init.general] Prevent contradiction for initialization of aggregates",
		"long_link": "https://github.com/cplusplus/draft/pull/8447",
		"link": "https://wg21.link/edit8447",
		"status": "closed"
	},
	"EDIT8448": {
		"type": "issue",
		"title": "[basic.fundamental] Remove note which explains the purpose of `int`",
		"long_link": "https://github.com/cplusplus/draft/pull/8448",
		"link": "https://wg21.link/edit8448",
		"status": "open"
	},
	"EDIT8449": {
		"type": "issue",
		"title": "[expr.prim.lambda.closure] Fix sentence re: immediate function nature",
		"long_link": "https://github.com/cplusplus/draft/pull/8449",
		"link": "https://wg21.link/edit8449",
		"status": "open"
	},
	"EDIT8450": {
		"type": "issue",
		"title": "[cpp.predefined] Update value of `__cpp_deduction_guides` to `202207L`",
		"long_link": "https://github.com/cplusplus/draft/pull/8450",
		"link": "https://wg21.link/edit8450",
		"status": "closed"
	},
	"EDIT8451": {
		"type": "issue",
		"title": "[exec.run.loop.members] Remove superfluous period",
		"long_link": "https://github.com/cplusplus/draft/pull/8451",
		"link": "https://wg21.link/edit8451",
		"status": "closed"
	},
	"EDIT8452": {
		"type": "issue",
		"title": "[mdspan.sub.map.right] Replace `layout_left` with `layout_right` and `_rank` with `rank_`",
		"long_link": "https://github.com/cplusplus/draft/pull/8452",
		"link": "https://wg21.link/edit8452",
		"status": "closed"
	},
	"EDIT8453": {
		"type": "issue",
		"title": "[inplace.vector.modifiers] Ensure correct type of returned iterator",
		"long_link": "https://github.com/cplusplus/draft/pull/8453",
		"link": "https://wg21.link/edit8453",
		"status": "closed"
	},
	"EDIT8454": {
		"type": "issue",
		"title": "[2025-11 CWG Motion 1] P3921R0 DR issues",
		"long_link": "https://github.com/cplusplus/draft/issues/8454",
		"link": "https://wg21.link/edit8454",
		"status": "closed"
	},
	"EDIT8455": {
		"type": "issue",
		"title": "[2025-11 CWG Motion 2] P3921R0 non-DR issues",
		"long_link": "https://github.com/cplusplus/draft/issues/8455",
		"link": "https://wg21.link/edit8455",
		"status": "closed"
	},
	"EDIT8456": {
		"type": "issue",
		"title": "[2025-11 CWG Motion 2b]  P3921R0 issue 1670",
		"long_link": "https://github.com/cplusplus/draft/issues/8456",
		"link": "https://wg21.link/edit8456",
		"status": "closed"
	},
	"EDIT8457": {
		"type": "issue",
		"title": "[2025-11 CWG Motion 3b] P3920R0 Wording for NB comment resolution on trivial relocation",
		"long_link": "https://github.com/cplusplus/draft/issues/8457",
		"link": "https://wg21.link/edit8457",
		"status": "closed"
	},
	"EDIT8458": {
		"type": "issue",
		"title": "[2025-11 CWG Motion 4] P3868R1 Allow #line before module declarations",
		"long_link": "https://github.com/cplusplus/draft/issues/8458",
		"link": "https://wg21.link/edit8458",
		"status": "closed"
	},
	"EDIT8459": {
		"type": "issue",
		"title": "[2025-11 CWG Motion 5] Fix erroneous behaviour termination semantics",
		"long_link": "https://github.com/cplusplus/draft/issues/8459",
		"link": "https://wg21.link/edit8459",
		"status": "closed"
	},
	"EDIT8460": {
		"type": "issue",
		"title": "[2025-11 LWG Motion 1] P3905R0 C++ Standard Library Ready Issues to be moved in Kona",
		"long_link": "https://github.com/cplusplus/draft/issues/8460",
		"link": "https://wg21.link/edit8460",
		"status": "closed"
	},
	"EDIT8461": {
		"type": "issue",
		"title": "[2025-11 LWG Motion 2]  P3906R0 C++ Standard Library Immediate Issues to be moved in Kon",
		"long_link": "https://github.com/cplusplus/draft/issues/8461",
		"link": "https://wg21.link/edit8461",
		"status": "closed"
	},
	"EDIT8462": {
		"type": "issue",
		"title": "[2025-11 LWG Motion 3] P3016R6 Resolve inconsistencies in begin/end for valarray and braced initializer lists",
		"long_link": "https://github.com/cplusplus/draft/issues/8462",
		"link": "https://wg21.link/edit8462",
		"status": "closed"
	},
	"EDIT8463": {
		"type": "issue",
		"title": "[2025-11 LWG Motion 4] P3567R2 flat_meow fixes",
		"long_link": "https://github.com/cplusplus/draft/issues/8463",
		"link": "https://wg21.link/edit8463",
		"status": "closed"
	},
	"EDIT8464": {
		"type": "issue",
		"title": "[2025-11 LWG Motion 5]  P3663R3 Future-proof submdspan_mapping",
		"long_link": "https://github.com/cplusplus/draft/issues/8464",
		"link": "https://wg21.link/edit8464",
		"status": "closed"
	},
	"EDIT8465": {
		"type": "issue",
		"title": "[2025-11 LWG Motion 6] P3914R0 Assorted NB comment resolutions for Kona 2025",
		"long_link": "https://github.com/cplusplus/draft/issues/8465",
		"link": "https://wg21.link/edit8465",
		"status": "closed"
	},
	"EDIT8466": {
		"type": "issue",
		"title": "[2025-11 LWG Motion 8] P3860R1 Proposed Resolution for NB Comment GB13-309 atomic_ref< T > is not convertible to atomic_ref< const T >",
		"long_link": "https://github.com/cplusplus/draft/issues/8466",
		"link": "https://wg21.link/edit8466",
		"status": "closed"
	},
	"EDIT8467": {
		"type": "issue",
		"title": "[2025-11 LWG Motion 9] P3388R3 When Do You Know connect Doesn’t Throw?",
		"long_link": "https://github.com/cplusplus/draft/issues/8467",
		"link": "https://wg21.link/edit8467",
		"status": "closed"
	},
	"EDIT8468": {
		"type": "issue",
		"title": "[2025-11 LWG Motion 7] Make optional<T&> trivially copyable",
		"long_link": "https://github.com/cplusplus/draft/issues/8468",
		"link": "https://wg21.link/edit8468",
		"status": "closed"
	},
	"EDIT8469": {
		"type": "issue",
		"title": "[2025-11 LWG Motion 10] Rename std::nontype, and make it broadly useful",
		"long_link": "https://github.com/cplusplus/draft/issues/8469",
		"link": "https://wg21.link/edit8469",
		"status": "closed"
	},
	"EDIT8470": {
		"type": "issue",
		"title": "[2025-11 LWG Motion 11] P3819R0 Remove evaluation_exception() from contract-violation handling for C++26",
		"long_link": "https://github.com/cplusplus/draft/issues/8470",
		"link": "https://wg21.link/edit8470",
		"status": "closed"
	},
	"EDIT8471": {
		"type": "issue",
		"title": "[2025-11 LWG Motion 12] P3612R1 Harmonize proxy-reference operations (LWG 3638 and 4187)",
		"long_link": "https://github.com/cplusplus/draft/issues/8471",
		"link": "https://wg21.link/edit8471",
		"status": "closed"
	},
	"EDIT8472": {
		"type": "issue",
		"title": "[2025-11 LWG Motion 13] P3778R0 Fix for type_order template definition",
		"long_link": "https://github.com/cplusplus/draft/issues/8472",
		"link": "https://wg21.link/edit8472",
		"status": "closed"
	},
	"EDIT8473": {
		"type": "issue",
		"title": "[2025-11 LWG Motion 14] P1789R3 Library Support for Expansion Statements",
		"long_link": "https://github.com/cplusplus/draft/issues/8473",
		"link": "https://wg21.link/edit8473",
		"status": "closed"
	},
	"EDIT8474": {
		"type": "issue",
		"title": "[2025-11 LWG Motion 15] P3922R1 Missing deduction guide from simd::mask to simd::vec",
		"long_link": "https://github.com/cplusplus/draft/issues/8474",
		"link": "https://wg21.link/edit8474",
		"status": "closed"
	},
	"EDIT8475": {
		"type": "issue",
		"title": "[2025-11 LWG Motion 16] P3815R1 Add scope_association concept to P3149",
		"long_link": "https://github.com/cplusplus/draft/issues/8475",
		"link": "https://wg21.link/edit8475",
		"status": "closed"
	},
	"EDIT8476": {
		"type": "issue",
		"title": "[2025-11 LWG Motion 17] P3878R1 Standard library hardening should not use the 'observe' semantic",
		"long_link": "https://github.com/cplusplus/draft/issues/8476",
		"link": "https://wg21.link/edit8476",
		"status": "closed"
	},
	"EDIT8477": {
		"type": "issue",
		"title": "[2025-11 LWG Motion 18]  P3887R1 Make when_all a Ronseal Algorithm",
		"long_link": "https://github.com/cplusplus/draft/issues/8477",
		"link": "https://wg21.link/edit8477",
		"status": "closed"
	},
	"EDIT8478": {
		"type": "issue",
		"title": "[2025-11 LWG Motion 19]  P3923R0 Additional NB comment resolutions for Kona 2025",
		"long_link": "https://github.com/cplusplus/draft/issues/8478",
		"link": "https://wg21.link/edit8478",
		"status": "closed"
	},
	"EDIT8479": {
		"type": "issue",
		"title": "[2025-11 LWG Motion 20] Fix C++26 by making the rank-1, rank-2, rank-k, and rank-2k updates consistent with the BLAS",
		"long_link": "https://github.com/cplusplus/draft/issues/8479",
		"link": "https://wg21.link/edit8479",
		"status": "closed"
	},
	"EDIT8480": {
		"type": "issue",
		"title": "[2025-11 LWG Motion 21] P3391R2 constexpr std::format",
		"long_link": "https://github.com/cplusplus/draft/issues/8480",
		"link": "https://wg21.link/edit8480",
		"status": "closed"
	},
	"EDIT8481": {
		"type": "issue",
		"title": "[2025-11 LWG Motion 22] P3913R1 Optimize for std::optional in range adaptors",
		"long_link": "https://github.com/cplusplus/draft/issues/8481",
		"link": "https://wg21.link/edit8481",
		"status": "closed"
	},
	"EDIT8482": {
		"type": "issue",
		"title": "P1789R3 Library Support for Expansion Statements",
		"long_link": "https://github.com/cplusplus/draft/pull/8482",
		"link": "https://wg21.link/edit8482",
		"status": "closed"
	},
	"EDIT8483": {
		"type": "issue",
		"title": "P3836R2 Make `optional<T&>` trivially copyable",
		"long_link": "https://github.com/cplusplus/draft/pull/8483",
		"link": "https://wg21.link/edit8483",
		"status": "closed"
	},
	"EDIT8484": {
		"type": "issue",
		"title": "P3774R1 Rename `std::nontype`, and make it broadly useful",
		"long_link": "https://github.com/cplusplus/draft/pull/8484",
		"link": "https://wg21.link/edit8484",
		"status": "closed"
	},
	"EDIT8485": {
		"type": "issue",
		"title": "CWG Poll 1: P3921R0 DR issues",
		"long_link": "https://github.com/cplusplus/draft/pull/8485",
		"link": "https://wg21.link/edit8485",
		"status": "closed"
	},
	"EDIT8486": {
		"type": "issue",
		"title": "[container.requirements] Add index for inplace_vector.",
		"long_link": "https://github.com/cplusplus/draft/pull/8486",
		"link": "https://wg21.link/edit8486",
		"status": "closed"
	},
	"EDIT8487": {
		"type": "issue",
		"title": "[temp.names] Restore braced-init-list in definition of template-argument",
		"long_link": "https://github.com/cplusplus/draft/pull/8487",
		"link": "https://wg21.link/edit8487",
		"status": "closed"
	},
	"EDIT8488": {
		"type": "issue",
		"title": "[execpol.objects] Add index for unseq.",
		"long_link": "https://github.com/cplusplus/draft/pull/8488",
		"link": "https://wg21.link/edit8488",
		"status": "closed"
	},
	"EDIT8489": {
		"type": "issue",
		"title": "[lib] Adjust \\indexlibrarymember{class}{member} to \\indexlibrarymembe…",
		"long_link": "https://github.com/cplusplus/draft/pull/8489",
		"link": "https://wg21.link/edit8489",
		"status": "open"
	},
	"EDIT8490": {
		"type": "issue",
		"title": "CWG Poll 2b: P3921R0 issue 1670",
		"long_link": "https://github.com/cplusplus/draft/pull/8490",
		"link": "https://wg21.link/edit8490",
		"status": "closed"
	},
	"EDIT8491": {
		"type": "issue",
		"title": "[intro.memory] What is an address?",
		"long_link": "https://github.com/cplusplus/draft/issues/8491",
		"link": "https://wg21.link/edit8491",
		"status": "closed"
	},
	"EDIT8492": {
		"type": "issue",
		"title": "CWG Poll 2: P3921R0 non-DR issues",
		"long_link": "https://github.com/cplusplus/draft/pull/8492",
		"link": "https://wg21.link/edit8492",
		"status": "closed"
	},
	"EDIT8493": {
		"type": "issue",
		"title": "P3868R1 Allow #line before module declarations",
		"long_link": "https://github.com/cplusplus/draft/pull/8493",
		"link": "https://wg21.link/edit8493",
		"status": "closed"
	},
	"EDIT8494": {
		"type": "issue",
		"title": "[checks] Add check for trailing `\\br` in a `bnf` environment",
		"long_link": "https://github.com/cplusplus/draft/issues/8494",
		"link": "https://wg21.link/edit8494",
		"status": "open"
	},
	"EDIT8495": {
		"type": "issue",
		"title": "[except.handle] Mark as note: exception object access via handler declaration",
		"long_link": "https://github.com/cplusplus/draft/pull/8495",
		"link": "https://wg21.link/edit8495",
		"status": "closed"
	},
	"EDIT8496": {
		"type": "issue",
		"title": "[locale.categories] Index base classes and members of category classes",
		"long_link": "https://github.com/cplusplus/draft/pull/8496",
		"link": "https://wg21.link/edit8496",
		"status": "closed"
	},
	"EDIT8497": {
		"type": "issue",
		"title": "[dcl.pre] Fix order of `-> void` and `static consteval` in lambda",
		"long_link": "https://github.com/cplusplus/draft/pull/8497",
		"link": "https://wg21.link/edit8497",
		"status": "closed"
	},
	"EDIT8498": {
		"type": "issue",
		"title": "[namespace.alias], [over.oper.general] Remove trailing `\\br` in grammar",
		"long_link": "https://github.com/cplusplus/draft/pull/8498",
		"link": "https://wg21.link/edit8498",
		"status": "closed"
	},
	"EDIT8499": {
		"type": "issue",
		"title": "[std] Unconventional `// error` comments",
		"long_link": "https://github.com/cplusplus/draft/issues/8499",
		"link": "https://wg21.link/edit8499",
		"status": "open"
	},
	"EDIT8500": {
		"type": "issue",
		"title": "[class.union.anon] Tighten definition of \"variant member\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8500",
		"link": "https://wg21.link/edit8500",
		"status": "open"
	},
	"EDIT8501": {
		"type": "issue",
		"title": "[special] Add \"direct\" when defining \"potentially constructed subobjects\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8501",
		"link": "https://wg21.link/edit8501",
		"status": "closed"
	},
	"EDIT8502": {
		"type": "issue",
		"title": "[class.mem.general] Fix data member definition to include anonymous union members",
		"long_link": "https://github.com/cplusplus/draft/pull/8502",
		"link": "https://wg21.link/edit8502",
		"status": "closed"
	},
	"EDIT8503": {
		"type": "issue",
		"title": "[class.base.init] Add \"direct\" for _mem-initializer-id_-named members",
		"long_link": "https://github.com/cplusplus/draft/pull/8503",
		"link": "https://wg21.link/edit8503",
		"status": "closed"
	},
	"EDIT8504": {
		"type": "issue",
		"title": "[cpp.predefined] Sort `__cpp_consteval` before `__cpp_constexpr`",
		"long_link": "https://github.com/cplusplus/draft/pull/8504",
		"link": "https://wg21.link/edit8504",
		"status": "closed"
	},
	"EDIT8505": {
		"type": "issue",
		"title": "[version.syn] Sort `__cpp_lib_format_path` before `__cpp_lib_format_ranges`",
		"long_link": "https://github.com/cplusplus/draft/pull/8505",
		"link": "https://wg21.link/edit8505",
		"status": "closed"
	},
	"EDIT8506": {
		"type": "issue",
		"title": "[std] Some uses of \"Equivalent to `expression`\" violate specification style",
		"long_link": "https://github.com/cplusplus/draft/issues/8506",
		"link": "https://wg21.link/edit8506",
		"status": "open"
	},
	"EDIT8507": {
		"type": "issue",
		"title": "[optional.ref.assign] Add missing Returns element",
		"long_link": "https://github.com/cplusplus/draft/pull/8507",
		"link": "https://wg21.link/edit8507",
		"status": "closed"
	},
	"EDIT8508": {
		"type": "issue",
		"title": "[cpp.predefined] Sort __cpp_impl_three_way_comparison after __cpp_impl_reflection",
		"long_link": "https://github.com/cplusplus/draft/pull/8508",
		"link": "https://wg21.link/edit8508",
		"status": "closed"
	},
	"EDIT8509": {
		"type": "issue",
		"title": "[temp.arg.template] p3 should say \"type template template parameter\" and \"variable template template parameter\"",
		"long_link": "https://github.com/cplusplus/draft/issues/8509",
		"link": "https://wg21.link/edit8509",
		"status": "closed"
	},
	"EDIT8510": {
		"type": "issue",
		"title": "[temp.arg.template] Add missing \"template\" when referring to template template parameters",
		"long_link": "https://github.com/cplusplus/draft/pull/8510",
		"link": "https://wg21.link/edit8510",
		"status": "closed"
	},
	"EDIT8511": {
		"type": "issue",
		"title": "CWG Poll 5: P3684R1 Fix erroneous behaviour termination semantics for C++26",
		"long_link": "https://github.com/cplusplus/draft/pull/8511",
		"link": "https://wg21.link/edit8511",
		"status": "closed"
	},
	"EDIT8512": {
		"type": "issue",
		"title": "P3878R1 Standard library hardening should not use the 'observe' semantic",
		"long_link": "https://github.com/cplusplus/draft/pull/8512",
		"link": "https://wg21.link/edit8512",
		"status": "closed"
	},
	"EDIT8513": {
		"type": "issue",
		"title": "P3778R0 Fix for type_order template definition",
		"long_link": "https://github.com/cplusplus/draft/pull/8513",
		"link": "https://wg21.link/edit8513",
		"status": "closed"
	},
	"EDIT8514": {
		"type": "issue",
		"title": "What is the difference between a program and a C++ program",
		"long_link": "https://github.com/cplusplus/draft/issues/8514",
		"link": "https://wg21.link/edit8514",
		"status": "open"
	},
	"EDIT8515": {
		"type": "issue",
		"title": "CWG Poll 3b: P3920R0 Wording for NB comment resolution on trivial relocation",
		"long_link": "https://github.com/cplusplus/draft/pull/8515",
		"link": "https://wg21.link/edit8515",
		"status": "closed"
	},
	"EDIT8516": {
		"type": "issue",
		"title": "[range.to.input.iterator] Move closing parentheses after @\\exposid",
		"long_link": "https://github.com/cplusplus/draft/pull/8516",
		"link": "https://wg21.link/edit8516",
		"status": "closed"
	},
	"EDIT8517": {
		"type": "issue",
		"title": "P3905R0 C++ Standard Library Ready Issues to be moved in Kona",
		"long_link": "https://github.com/cplusplus/draft/pull/8517",
		"link": "https://wg21.link/edit8517",
		"status": "closed"
	},
	"EDIT8518": {
		"type": "issue",
		"title": "[cpp.cond] Keywords are not identifiers while preprocessing",
		"long_link": "https://github.com/cplusplus/draft/pull/8518",
		"link": "https://wg21.link/edit8518",
		"status": "closed"
	},
	"EDIT8519": {
		"type": "issue",
		"title": "P3860R1 Proposed Resolution for NB Comment GB13-309 `atomic_ref<T>` is not convertible to `atomic_ref<const T>`",
		"long_link": "https://github.com/cplusplus/draft/pull/8519",
		"link": "https://wg21.link/edit8519",
		"status": "closed"
	},
	"EDIT8520": {
		"type": "issue",
		"title": "P3922R1 Missing deduction guide from simd::mask to simd::vec",
		"long_link": "https://github.com/cplusplus/draft/pull/8520",
		"link": "https://wg21.link/edit8520",
		"status": "closed"
	},
	"EDIT8521": {
		"type": "issue",
		"title": "P3388R3 When Do You Know connect Doesn’t Throw?",
		"long_link": "https://github.com/cplusplus/draft/pull/8521",
		"link": "https://wg21.link/edit8521",
		"status": "closed"
	},
	"EDIT8522": {
		"type": "issue",
		"title": "P3819R0 Remove evaluation_exception() from contract-violation handling for C++26",
		"long_link": "https://github.com/cplusplus/draft/pull/8522",
		"link": "https://wg21.link/edit8522",
		"status": "closed"
	},
	"EDIT8523": {
		"type": "issue",
		"title": "[range.utility.conv.to] Reuse `container-compatible-range` in `ranges​::​to`?",
		"long_link": "https://github.com/cplusplus/draft/issues/8523",
		"link": "https://wg21.link/edit8523",
		"status": "open"
	},
	"EDIT8524": {
		"type": "issue",
		"title": "P3567R2 `flat_meow` fixes",
		"long_link": "https://github.com/cplusplus/draft/pull/8524",
		"link": "https://wg21.link/edit8524",
		"status": "closed"
	},
	"EDIT8525": {
		"type": "issue",
		"title": "[cpp.predefined], [version.syn] Use digit separators like `2025'11L`?",
		"long_link": "https://github.com/cplusplus/draft/issues/8525",
		"link": "https://wg21.link/edit8525",
		"status": "closed"
	},
	"EDIT8526": {
		"type": "issue",
		"title": "P3663R3 Future-proof `submdspan_mapping`",
		"long_link": "https://github.com/cplusplus/draft/pull/8526",
		"link": "https://wg21.link/edit8526",
		"status": "closed"
	},
	"EDIT8527": {
		"type": "issue",
		"title": "P3914R0 Assorted NB comment resolutions for Kona 2025",
		"long_link": "https://github.com/cplusplus/draft/pull/8527",
		"link": "https://wg21.link/edit8527",
		"status": "closed"
	},
	"EDIT8528": {
		"type": "issue",
		"title": "[unord.multiset.overview] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8528",
		"link": "https://wg21.link/edit8528",
		"status": "closed"
	},
	"EDIT8529": {
		"type": "issue",
		"title": "P3887R1 Make when_all a Ronseal Algorithm",
		"long_link": "https://github.com/cplusplus/draft/pull/8529",
		"link": "https://wg21.link/edit8529",
		"status": "closed"
	},
	"EDIT8530": {
		"type": "issue",
		"title": "P3391R2 `constexpr std::format`",
		"long_link": "https://github.com/cplusplus/draft/pull/8530",
		"link": "https://wg21.link/edit8530",
		"status": "closed"
	},
	"EDIT8531": {
		"type": "issue",
		"title": "P3815R1 Add scope_association concept to P3149",
		"long_link": "https://github.com/cplusplus/draft/pull/8531",
		"link": "https://wg21.link/edit8531",
		"status": "closed"
	},
	"EDIT8532": {
		"type": "issue",
		"title": "[exec.run.loop] update run_loop count representation to use code format",
		"long_link": "https://github.com/cplusplus/draft/pull/8532",
		"link": "https://wg21.link/edit8532",
		"status": "closed"
	},
	"EDIT8533": {
		"type": "issue",
		"title": "[array.zero] Add \\tcode for array",
		"long_link": "https://github.com/cplusplus/draft/pull/8533",
		"link": "https://wg21.link/edit8533",
		"status": "closed"
	},
	"EDIT8534": {
		"type": "issue",
		"title": "[range.adaptors] Replace \"In that case\" with \"If defined\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8534",
		"link": "https://wg21.link/edit8534",
		"status": "open"
	},
	"EDIT8535": {
		"type": "issue",
		"title": "[exec.when.all] Wrong nesting of `\\tcode` inside `\\exposid`",
		"long_link": "https://github.com/cplusplus/draft/issues/8535",
		"link": "https://wg21.link/edit8535",
		"status": "closed"
	},
	"EDIT8536": {
		"type": "issue",
		"title": "P3923R0 Additional NB comment resolutions for Kona 2025",
		"long_link": "https://github.com/cplusplus/draft/pull/8536",
		"link": "https://wg21.link/edit8536",
		"status": "closed"
	},
	"EDIT8537": {
		"type": "issue",
		"title": "[exec.when.all] Reverse the nesting of `\\exposid` and `\\tcode` for `impls-for<when_all_t>::complete`",
		"long_link": "https://github.com/cplusplus/draft/pull/8537",
		"link": "https://wg21.link/edit8537",
		"status": "closed"
	},
	"EDIT8538": {
		"type": "issue",
		"title": "[atomics.types.generic.general] Replace `same_as` with `is_same_v`",
		"long_link": "https://github.com/cplusplus/draft/pull/8538",
		"link": "https://wg21.link/edit8538",
		"status": "closed"
	},
	"EDIT8539": {
		"type": "issue",
		"title": "[std] Misnomer \"standard-layout struct\"",
		"long_link": "https://github.com/cplusplus/draft/issues/8539",
		"link": "https://wg21.link/edit8539",
		"status": "closed"
	},
	"EDIT8540": {
		"type": "issue",
		"title": "[simd] Add missing `\\libconcept` to uses of `same_as`",
		"long_link": "https://github.com/cplusplus/draft/pull/8540",
		"link": "https://wg21.link/edit8540",
		"status": "closed"
	},
	"EDIT8541": {
		"type": "issue",
		"title": "[numerics.c.ckdint] Add cross-reference to [basic.fundamental]",
		"long_link": "https://github.com/cplusplus/draft/pull/8541",
		"link": "https://wg21.link/edit8541",
		"status": "closed"
	},
	"EDIT8542": {
		"type": "issue",
		"title": "[mdspan] Fix some missing `\\exposid`",
		"long_link": "https://github.com/cplusplus/draft/pull/8542",
		"link": "https://wg21.link/edit8542",
		"status": "closed"
	},
	"EDIT8543": {
		"type": "issue",
		"title": "P3913R1 Optimize for std::optional in range adaptors",
		"long_link": "https://github.com/cplusplus/draft/pull/8543",
		"link": "https://wg21.link/edit8543",
		"status": "closed"
	},
	"EDIT8544": {
		"type": "issue",
		"title": "P3016R6 Resolve inconsistencies in begin/end for valarray and braced initializer lists",
		"long_link": "https://github.com/cplusplus/draft/pull/8544",
		"link": "https://wg21.link/edit8544",
		"status": "closed"
	},
	"EDIT8545": {
		"type": "issue",
		"title": "[iterator.synopsis] The <iterator> header should be // mostly freestanding",
		"long_link": "https://github.com/cplusplus/draft/issues/8545",
		"link": "https://wg21.link/edit8545",
		"status": "open"
	},
	"EDIT8546": {
		"type": "issue",
		"title": "[numerics.c.ckdint], [charconv.syn] Remove unnecessary \"cv-unqualified\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8546",
		"link": "https://wg21.link/edit8546",
		"status": "closed"
	},
	"EDIT8547": {
		"type": "issue",
		"title": "[format.args] Move \"Implementations should ...\" part into Recommended practice paragraph",
		"long_link": "https://github.com/cplusplus/draft/pull/8547",
		"link": "https://wg21.link/edit8547",
		"status": "closed"
	},
	"EDIT8548": {
		"type": "issue",
		"title": "[checks] Add check for `\\pnum Implementations should`",
		"long_link": "https://github.com/cplusplus/draft/issues/8548",
		"link": "https://wg21.link/edit8548",
		"status": "open"
	},
	"EDIT8549": {
		"type": "issue",
		"title": "[linalg.scaled.scaledaccessor] Add scaling_factor and nested_accessor to index",
		"long_link": "https://github.com/cplusplus/draft/pull/8549",
		"link": "https://wg21.link/edit8549",
		"status": "closed"
	},
	"EDIT8550": {
		"type": "issue",
		"title": "P3371R5 Fix C++26 by making the rank-1, rank-2, rank-k, and rank-2k updates consistent with the BLAS",
		"long_link": "https://github.com/cplusplus/draft/pull/8550",
		"link": "https://wg21.link/edit8550",
		"status": "closed"
	},
	"EDIT8551": {
		"type": "issue",
		"title": "[algorithm.syn] Add missing comma in the declaration of `ranges::replace_copy_if`",
		"long_link": "https://github.com/cplusplus/draft/pull/8551",
		"link": "https://wg21.link/edit8551",
		"status": "closed"
	},
	"EDIT8552": {
		"type": "issue",
		"title": "[atomics.types.int] Use the terms \"character type\" and \"standard integer type\" instead of listing each type",
		"long_link": "https://github.com/cplusplus/draft/pull/8552",
		"link": "https://wg21.link/edit8552",
		"status": "closed"
	},
	"EDIT8553": {
		"type": "issue",
		"title": "[class.temporary] Change \"class type\" to \"type\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8553",
		"link": "https://wg21.link/edit8553",
		"status": "closed"
	},
	"EDIT8554": {
		"type": "issue",
		"title": "[basic.fundamental] Exhaustively list what values can be represented by floating-point types",
		"long_link": "https://github.com/cplusplus/draft/pull/8554",
		"link": "https://wg21.link/edit8554",
		"status": "open"
	},
	"EDIT8555": {
		"type": "issue",
		"title": "[container.node] Exposition-only formatting for node handle members",
		"long_link": "https://github.com/cplusplus/draft/pull/8555",
		"link": "https://wg21.link/edit8555",
		"status": "closed"
	},
	"EDIT8556": {
		"type": "issue",
		"title": "[over.match.ref] Restore resolution of CWG2267 after applying P1787R6",
		"long_link": "https://github.com/cplusplus/draft/pull/8556",
		"link": "https://wg21.link/edit8556",
		"status": "closed"
	},
	"EDIT8557": {
		"type": "issue",
		"title": "[linalg] Index defined-in-class functions and related class members",
		"long_link": "https://github.com/cplusplus/draft/pull/8557",
		"link": "https://wg21.link/edit8557",
		"status": "closed"
	},
	"EDIT8558": {
		"type": "issue",
		"title": "[stack.syn] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8558",
		"link": "https://wg21.link/edit8558",
		"status": "closed"
	},
	"EDIT8559": {
		"type": "issue",
		"title": "[specialized.algorithms] `voidify` should use `\\exposid`, not `\\placeholdernc`",
		"long_link": "https://github.com/cplusplus/draft/issues/8559",
		"link": "https://wg21.link/edit8559",
		"status": "open"
	},
	"EDIT8560": {
		"type": "issue",
		"title": "[exec], [range.zip.sentinel] Add missing `\\exposid` in code blocks",
		"long_link": "https://github.com/cplusplus/draft/pull/8560",
		"link": "https://wg21.link/edit8560",
		"status": "closed"
	},
	"EDIT8561": {
		"type": "issue",
		"title": "P3612R1 Harmonize proxy-reference operations",
		"long_link": "https://github.com/cplusplus/draft/pull/8561",
		"link": "https://wg21.link/edit8561",
		"status": "closed"
	},
	"EDIT8562": {
		"type": "issue",
		"title": "[flat.{map,multimap,set,multiset}] \"Empty\" used as a verb",
		"long_link": "https://github.com/cplusplus/draft/issues/8562",
		"link": "https://wg21.link/edit8562",
		"status": "open"
	},
	"EDIT8563": {
		"type": "issue",
		"title": "[diff.basic] Should we add an example for the case mentioned in CWG2836?",
		"long_link": "https://github.com/cplusplus/draft/issues/8563",
		"link": "https://wg21.link/edit8563",
		"status": "open"
	},
	"EDIT8564": {
		"type": "issue",
		"title": "[expr.add] Harmonize wording for pointer subtraction/`std::ptrdiff_t` with [expr.sizeof]",
		"long_link": "https://github.com/cplusplus/draft/issues/8564",
		"link": "https://wg21.link/edit8564",
		"status": "closed"
	},
	"EDIT8565": {
		"type": "issue",
		"title": "[expr.add] Simplify wording for pointer subtraction",
		"long_link": "https://github.com/cplusplus/draft/pull/8565",
		"link": "https://wg21.link/edit8565",
		"status": "closed"
	},
	"EDIT8566": {
		"type": "issue",
		"title": "[specialized.algorithms] Use `\\exposid` for \"voidify\", not `\\placeholder(nc)`",
		"long_link": "https://github.com/cplusplus/draft/pull/8566",
		"link": "https://wg21.link/edit8566",
		"status": "open"
	},
	"EDIT8567": {
		"type": "issue",
		"title": "[alg.find.last] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8567",
		"link": "https://wg21.link/edit8567",
		"status": "closed"
	},
	"EDIT8568": {
		"type": "issue",
		"title": "[intro.object] The template parameter object of type `const std::array<T, 0>` seems to be conditionally potentially non-unique CWG3141",
		"long_link": "https://github.com/cplusplus/draft/issues/8568",
		"link": "https://wg21.link/edit8568",
		"status": "open"
	},
	"EDIT8569": {
		"type": "issue",
		"title": "[expr.add] Simplify phrasing around ptrdiff_t and avoid redundancy",
		"long_link": "https://github.com/cplusplus/draft/pull/8569",
		"link": "https://wg21.link/edit8569",
		"status": "closed"
	},
	"EDIT8570": {
		"type": "issue",
		"title": "[string.view.synop] index string_view aliases",
		"long_link": "https://github.com/cplusplus/draft/pull/8570",
		"link": "https://wg21.link/edit8570",
		"status": "closed"
	},
	"EDIT8571": {
		"type": "issue",
		"title": "[basic.string.hash] Index hash specializations of basic_string aliases",
		"long_link": "https://github.com/cplusplus/draft/pull/8571",
		"link": "https://wg21.link/edit8571",
		"status": "closed"
	},
	"EDIT8572": {
		"type": "issue",
		"title": "[algorithm.syn] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/8572",
		"link": "https://wg21.link/edit8572",
		"status": "closed"
	},
	"EDIT8573": {
		"type": "issue",
		"title": "[temp.type] Replace \"values are identical\" with \"value representations are identical\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8573",
		"link": "https://wg21.link/edit8573",
		"status": "open"
	},
	"EDIT8574": {
		"type": "issue",
		"title": "[expr.prim.id.unqual] Remove unused meta-variable",
		"long_link": "https://github.com/cplusplus/draft/pull/8574",
		"link": "https://wg21.link/edit8574",
		"status": "closed"
	},
	"EDIT8575": {
		"type": "issue",
		"title": "[lex.token] Strike useless footnote",
		"long_link": "https://github.com/cplusplus/draft/pull/8575",
		"link": "https://wg21.link/edit8575",
		"status": "closed"
	},
	"EDIT8576": {
		"type": "issue",
		"title": "[lex.literal.kinds] Strike incomplete footnote",
		"long_link": "https://github.com/cplusplus/draft/pull/8576",
		"link": "https://wg21.link/edit8576",
		"status": "closed"
	},
	"EDIT8577": {
		"type": "issue",
		"title": "[intro.memory] Merge footnote on CHAR_BIT into main text",
		"long_link": "https://github.com/cplusplus/draft/pull/8577",
		"link": "https://wg21.link/edit8577",
		"status": "closed"
	},
	"EDIT8578": {
		"type": "issue",
		"title": "[dcl.type.general] Strike irrelevant footnote",
		"long_link": "https://github.com/cplusplus/draft/pull/8578",
		"link": "https://wg21.link/edit8578",
		"status": "closed"
	},
	"EDIT8579": {
		"type": "issue",
		"title": "[headers] Unclear status for floating-point classification/comparison functions LWG4488",
		"long_link": "https://github.com/cplusplus/draft/issues/8579",
		"link": "https://wg21.link/edit8579",
		"status": "open"
	},
	"EDIT8580": {
		"type": "issue",
		"title": "[Motions 2025 11 lwg 2] C++ Standard Library Immediate Issues",
		"long_link": "https://github.com/cplusplus/draft/pull/8580",
		"link": "https://wg21.link/edit8580",
		"status": "closed"
	},
	"EDIT8581": {
		"type": "issue",
		"title": "[cmath.syn] Align function parameters of ellint_3",
		"long_link": "https://github.com/cplusplus/draft/pull/8581",
		"link": "https://wg21.link/edit8581",
		"status": "closed"
	},
	"EDIT8582": {
		"type": "issue",
		"title": "[lex.pptoken] Turn non-normative text into a note",
		"long_link": "https://github.com/cplusplus/draft/pull/8582",
		"link": "https://wg21.link/edit8582",
		"status": "open"
	},
	"EDIT8583": {
		"type": "issue",
		"title": "[cpp.replace.general] Promote footnote to note",
		"long_link": "https://github.com/cplusplus/draft/pull/8583",
		"link": "https://wg21.link/edit8583",
		"status": "closed"
	},
	"EDIT8584": {
		"type": "issue",
		"title": "[cpp.predefined] Tidy specification of __FILE__ and __LINE__",
		"long_link": "https://github.com/cplusplus/draft/pull/8584",
		"link": "https://wg21.link/edit8584",
		"status": "closed"
	},
	"EDIT8585": {
		"type": "issue",
		"title": "[range.slide.view] incorrect function name reserve_hintsize()",
		"long_link": "https://github.com/cplusplus/draft/issues/8585",
		"link": "https://wg21.link/edit8585",
		"status": "closed"
	},
	"EDIT8586": {
		"type": "issue",
		"title": "[alg.adjacent.find] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8586",
		"link": "https://wg21.link/edit8586",
		"status": "closed"
	},
	"EDIT8587": {
		"type": "issue",
		"title": "[temp.constr.concept] Fix \"no diagnostics is\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8587",
		"link": "https://wg21.link/edit8587",
		"status": "closed"
	},
	"EDIT8588": {
		"type": "issue",
		"title": "[lex.string] Remove unused term from the index",
		"long_link": "https://github.com/cplusplus/draft/pull/8588",
		"link": "https://wg21.link/edit8588",
		"status": "closed"
	},
	"EDIT8589": {
		"type": "issue",
		"title": "[lex] Avoid \"shall\" when not stating a direct requirement",
		"long_link": "https://github.com/cplusplus/draft/pull/8589",
		"link": "https://wg21.link/edit8589",
		"status": "closed"
	},
	"EDIT8590": {
		"type": "issue",
		"title": "[lex] Move definitions, and remove redundant use, of \"[non]digit\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8590",
		"link": "https://wg21.link/edit8590",
		"status": "open"
	},
	"EDIT8591": {
		"type": "issue",
		"title": "[lex.ccon] Add missing \"one of\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8591",
		"link": "https://wg21.link/edit8591",
		"status": "open"
	},
	"EDIT8592": {
		"type": "issue",
		"title": "[lex.ext] Remove redundant requirement",
		"long_link": "https://github.com/cplusplus/draft/pull/8592",
		"link": "https://wg21.link/edit8592",
		"status": "open"
	},
	"EDIT8593": {
		"type": "issue",
		"title": "Tweak members_of note that not only special members may be implicitly…",
		"long_link": "https://github.com/cplusplus/draft/pull/8593",
		"link": "https://wg21.link/edit8593",
		"status": "open"
	},
	"EDIT8594": {
		"type": "issue",
		"title": "[lex.phase] Move normative handling of comments]",
		"long_link": "https://github.com/cplusplus/draft/pull/8594",
		"link": "https://wg21.link/edit8594",
		"status": "open"
	},
	"EDIT8595": {
		"type": "issue",
		"title": "[charconv.from.chars] Clarify how from_chars treats the sign of zero in floating-point underflow",
		"long_link": "https://github.com/cplusplus/draft/pull/8595",
		"link": "https://wg21.link/edit8595",
		"status": "closed"
	},
	"EDIT8596": {
		"type": "issue",
		"title": "[basic.def] Mark definition of \"redeclaration\" as such",
		"long_link": "https://github.com/cplusplus/draft/pull/8596",
		"link": "https://wg21.link/edit8596",
		"status": "open"
	},
	"EDIT8597": {
		"type": "issue",
		"title": "[basic.def] Remove redundant items from list",
		"long_link": "https://github.com/cplusplus/draft/pull/8597",
		"link": "https://wg21.link/edit8597",
		"status": "open"
	},
	"EDIT8598": {
		"type": "issue",
		"title": "[basic.def.odr] Add punctuation",
		"long_link": "https://github.com/cplusplus/draft/pull/8598",
		"link": "https://wg21.link/edit8598",
		"status": "closed"
	},
	"EDIT8599": {
		"type": "issue",
		"title": "[basic.def.odr] Fix comment in example",
		"long_link": "https://github.com/cplusplus/draft/pull/8599",
		"link": "https://wg21.link/edit8599",
		"status": "open"
	},
	"EDIT8600": {
		"type": "issue",
		"title": "[basic.def.odr] Change \"function definition scope\" to \"function parameter scope\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8600",
		"link": "https://wg21.link/edit8600",
		"status": "closed"
	},
	"EDIT8601": {
		"type": "issue",
		"title": "[basic.def.odr] Add missing \"shall\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8601",
		"link": "https://wg21.link/edit8601",
		"status": "open"
	},
	"EDIT8602": {
		"type": "issue",
		"title": "[basic.scope.param] Use \"of\" when referring to the containing production",
		"long_link": "https://github.com/cplusplus/draft/pull/8602",
		"link": "https://wg21.link/edit8602",
		"status": "closed"
	},
	"EDIT8603": {
		"type": "issue",
		"title": "[basic.scope.contract] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/8603",
		"link": "https://wg21.link/edit8603",
		"status": "closed"
	},
	"EDIT8604": {
		"type": "issue",
		"title": "[expr.prim.id.unqual] Fix misplaced example",
		"long_link": "https://github.com/cplusplus/draft/pull/8604",
		"link": "https://wg21.link/edit8604",
		"status": "closed"
	},
	"EDIT8605": {
		"type": "issue",
		"title": "[basic.lookup.general] Clarify that type-only lookup can find type aliases",
		"long_link": "https://github.com/cplusplus/draft/pull/8605",
		"link": "https://wg21.link/edit8605",
		"status": "open"
	},
	"EDIT8606": {
		"type": "issue",
		"title": "[basic.lookup.unqual] Rephrase to avoid incorrect use of \"lookup context\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8606",
		"link": "https://wg21.link/edit8606",
		"status": "open"
	},
	"EDIT8607": {
		"type": "issue",
		"title": "[basic.lookup.argdep] Clarify that parentheses suppress ADL",
		"long_link": "https://github.com/cplusplus/draft/pull/8607",
		"link": "https://wg21.link/edit8607",
		"status": "open"
	},
	"EDIT8608": {
		"type": "issue",
		"title": "[basic.lookup.argdep] Add missing words",
		"long_link": "https://github.com/cplusplus/draft/pull/8608",
		"link": "https://wg21.link/edit8608",
		"status": "closed"
	},
	"EDIT8609": {
		"type": "issue",
		"title": "[basic.lookup.qual.general] Mark definition of \"member-qualified name\" as such",
		"long_link": "https://github.com/cplusplus/draft/pull/8609",
		"link": "https://wg21.link/edit8609",
		"status": "closed"
	},
	"EDIT8610": {
		"type": "issue",
		"title": "[class.qual] Apply consistent formatting to placeholder",
		"long_link": "https://github.com/cplusplus/draft/pull/8610",
		"link": "https://wg21.link/edit8610",
		"status": "open"
	},
	"EDIT8611": {
		"type": "issue",
		"title": "[namespace.qual] Remove references to undefined meta-variable",
		"long_link": "https://github.com/cplusplus/draft/pull/8611",
		"link": "https://wg21.link/edit8611",
		"status": "open"
	},
	"EDIT8612": {
		"type": "issue",
		"title": "[basic.lookup.elab] Replace \"the\" with \"an\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8612",
		"link": "https://wg21.link/edit8612",
		"status": "closed"
	},
	"EDIT8613": {
		"type": "issue",
		"title": "[basic.lookup.udir] Clarify meaning of \"namespace names\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8613",
		"link": "https://wg21.link/edit8613",
		"status": "open"
	},
	"EDIT8614": {
		"type": "issue",
		"title": "[alg.count] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8614",
		"link": "https://wg21.link/edit8614",
		"status": "closed"
	},
	"EDIT8615": {
		"type": "issue",
		"title": "[basic.def.odr] Remove duplicate \"a\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8615",
		"link": "https://wg21.link/edit8615",
		"status": "closed"
	},
	"EDIT8616": {
		"type": "issue",
		"title": "[utility.intcmp] Rephrase integer type constraint of \"standard or extended\" as \"signed or unsigned\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8616",
		"link": "https://wg21.link/edit8616",
		"status": "closed"
	},
	"EDIT8617": {
		"type": "issue",
		"title": "[template.valarray.overview] Remove superfluous whitespaces and blank extra line",
		"long_link": "https://github.com/cplusplus/draft/pull/8617",
		"link": "https://wg21.link/edit8617",
		"status": "closed"
	},
	"EDIT8618": {
		"type": "issue",
		"title": "[version.syn] Sort __cpp_lib_initializer_list before __cpp_lib_inplace_vector",
		"long_link": "https://github.com/cplusplus/draft/pull/8618",
		"link": "https://wg21.link/edit8618",
		"status": "closed"
	},
	"EDIT8619": {
		"type": "issue",
		"title": "[mdspan.sub.extents] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/8619",
		"link": "https://wg21.link/edit8619",
		"status": "closed"
	},
	"EDIT8620": {
		"type": "issue",
		"title": "[basic.pre] Split names and entities into its own subclause",
		"long_link": "https://github.com/cplusplus/draft/pull/8620",
		"link": "https://wg21.link/edit8620",
		"status": "open"
	},
	"EDIT8621": {
		"type": "issue",
		"title": "[hive.operations] Fix singular/plural mismatch",
		"long_link": "https://github.com/cplusplus/draft/pull/8621",
		"link": "https://wg21.link/edit8621",
		"status": "closed"
	},
	"EDIT8622": {
		"type": "issue",
		"title": "[range.reverse.overview] Add indefinite article",
		"long_link": "https://github.com/cplusplus/draft/pull/8622",
		"link": "https://wg21.link/edit8622",
		"status": "closed"
	},
	"EDIT8623": {
		"type": "issue",
		"title": "[basic] Avoid \"shall\" in notes and description of program behavior",
		"long_link": "https://github.com/cplusplus/draft/pull/8623",
		"link": "https://wg21.link/edit8623",
		"status": "open"
	},
	"EDIT8624": {
		"type": "issue",
		"title": "[basic.link] Reword to avoid confusion with a defined term",
		"long_link": "https://github.com/cplusplus/draft/pull/8624",
		"link": "https://wg21.link/edit8624",
		"status": "open"
	},
	"EDIT8625": {
		"type": "issue",
		"title": "[basic.link] Modernize wording about type aliases",
		"long_link": "https://github.com/cplusplus/draft/pull/8625",
		"link": "https://wg21.link/edit8625",
		"status": "closed"
	},
	"EDIT8626": {
		"type": "issue",
		"title": "[basic.link] Strike redundant sentence",
		"long_link": "https://github.com/cplusplus/draft/pull/8626",
		"link": "https://wg21.link/edit8626",
		"status": "open"
	},
	"EDIT8627": {
		"type": "issue",
		"title": "[basic.link] Clarify antecedent of \"whose\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8627",
		"link": "https://wg21.link/edit8627",
		"status": "open"
	},
	"EDIT8628": {
		"type": "issue",
		"title": "[intro.memory] Update outdated example",
		"long_link": "https://github.com/cplusplus/draft/pull/8628",
		"link": "https://wg21.link/edit8628",
		"status": "closed"
	},
	"EDIT8629": {
		"type": "issue",
		"title": "[intro.object] Clarify definition of \"potentially non-unique object\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8629",
		"link": "https://wg21.link/edit8629",
		"status": "open"
	},
	"EDIT8630": {
		"type": "issue",
		"title": "[intro.object] Remove redundant \"non-bit-field\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8630",
		"link": "https://wg21.link/edit8630",
		"status": "closed"
	},
	"EDIT8631": {
		"type": "issue",
		"title": "[basic.align] Demote informative sentence to a note",
		"long_link": "https://github.com/cplusplus/draft/pull/8631",
		"link": "https://wg21.link/edit8631",
		"status": "open"
	},
	"EDIT8632": {
		"type": "issue",
		"title": "[basic.stc.general] Add punctuation",
		"long_link": "https://github.com/cplusplus/draft/pull/8632",
		"link": "https://wg21.link/edit8632",
		"status": "open"
	},
	"EDIT8633": {
		"type": "issue",
		"title": "[basic.stc.dynamic.general] Use \"the\" before \"global scope\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8633",
		"link": "https://wg21.link/edit8633",
		"status": "open"
	},
	"EDIT8634": {
		"type": "issue",
		"title": "[class.temporary] Clean up wording",
		"long_link": "https://github.com/cplusplus/draft/pull/8634",
		"link": "https://wg21.link/edit8634",
		"status": "open"
	},
	"EDIT8635": {
		"type": "issue",
		"title": "[basic.types.general] Remove unused meta-variable",
		"long_link": "https://github.com/cplusplus/draft/pull/8635",
		"link": "https://wg21.link/edit8635",
		"status": "closed"
	},
	"EDIT8636": {
		"type": "issue",
		"title": "[basic.types.general] Improve presentation of comments in example",
		"long_link": "https://github.com/cplusplus/draft/pull/8636",
		"link": "https://wg21.link/edit8636",
		"status": "closed"
	},
	"EDIT8637": {
		"type": "issue",
		"title": "[basic.fundamental] Format \"N\" consistently",
		"long_link": "https://github.com/cplusplus/draft/pull/8637",
		"link": "https://wg21.link/edit8637",
		"status": "closed"
	},
	"EDIT8638": {
		"type": "issue",
		"title": "[basic.fundamental] Replace \"denotes\" with \"is\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8638",
		"link": "https://wg21.link/edit8638",
		"status": "open"
	},
	"EDIT8639": {
		"type": "issue",
		"title": "[basic.fundamental] Rephrase note",
		"long_link": "https://github.com/cplusplus/draft/pull/8639",
		"link": "https://wg21.link/edit8639",
		"status": "open"
	},
	"EDIT8640": {
		"type": "issue",
		"title": "[basic.fundamental] Strike explanatory sentence; touch up note",
		"long_link": "https://github.com/cplusplus/draft/pull/8640",
		"link": "https://wg21.link/edit8640",
		"status": "open"
	},
	"EDIT8641": {
		"type": "issue",
		"title": "[basic.stc.dynamic] Spell out compound type names",
		"long_link": "https://github.com/cplusplus/draft/pull/8641",
		"link": "https://wg21.link/edit8641",
		"status": "open"
	},
	"EDIT8642": {
		"type": "issue",
		"title": "[basic.fundamental] Demote normatively redundant sentences to a note",
		"long_link": "https://github.com/cplusplus/draft/pull/8642",
		"link": "https://wg21.link/edit8642",
		"status": "open"
	},
	"EDIT8643": {
		"type": "issue",
		"title": "[basic.extended.fp] Replace \"typedef-name\" with \"type alias\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8643",
		"link": "https://wg21.link/edit8643",
		"status": "open"
	},
	"EDIT8644": {
		"type": "issue",
		"title": "[basic.scope.pdecl] Clarify comment in example",
		"long_link": "https://github.com/cplusplus/draft/pull/8644",
		"link": "https://wg21.link/edit8644",
		"status": "open"
	},
	"EDIT8645": {
		"type": "issue",
		"title": "[basic.compound] Demote redundant wording to a note",
		"long_link": "https://github.com/cplusplus/draft/pull/8645",
		"link": "https://wg21.link/edit8645",
		"status": "open"
	},
	"EDIT8646": {
		"type": "issue",
		"title": "[intro.execution] Replace \"or\" with \"and\"; clarify wording",
		"long_link": "https://github.com/cplusplus/draft/pull/8646",
		"link": "https://wg21.link/edit8646",
		"status": "open"
	},
	"EDIT8647": {
		"type": "issue",
		"title": "[intro.races] Replace \"library call\" with \"evaluation\"; mark example",
		"long_link": "https://github.com/cplusplus/draft/pull/8647",
		"link": "https://wg21.link/edit8647",
		"status": "open"
	},
	"EDIT8648": {
		"type": "issue",
		"title": "[intro.races] Markup definition of \"happens after\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8648",
		"link": "https://wg21.link/edit8648",
		"status": "closed"
	},
	"EDIT8649": {
		"type": "issue",
		"title": "[intro.races] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/8649",
		"link": "https://wg21.link/edit8649",
		"status": "open"
	},
	"EDIT8650": {
		"type": "issue",
		"title": "[intro.races], [intro.progress] Use consistent terminology",
		"long_link": "https://github.com/cplusplus/draft/pull/8650",
		"link": "https://wg21.link/edit8650",
		"status": "open"
	},
	"EDIT8651": {
		"type": "issue",
		"title": "[basic.start.main] Clarify meaning of \"contain a function\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8651",
		"link": "https://wg21.link/edit8651",
		"status": "open"
	},
	"EDIT8652": {
		"type": "issue",
		"title": "[basic.start.static] Improve readability of example",
		"long_link": "https://github.com/cplusplus/draft/pull/8652",
		"link": "https://wg21.link/edit8652",
		"status": "open"
	},
	"EDIT8653": {
		"type": "issue",
		"title": "[basic.start.dynamic] Add cross-reference",
		"long_link": "https://github.com/cplusplus/draft/pull/8653",
		"link": "https://wg21.link/edit8653",
		"status": "closed"
	},
	"EDIT8654": {
		"type": "issue",
		"title": "[basic.start.dynamic] Fix typo",
		"long_link": "https://github.com/cplusplus/draft/pull/8654",
		"link": "https://wg21.link/edit8654",
		"status": "closed"
	},
	"EDIT8655": {
		"type": "issue",
		"title": "[basic.start.dynamic] Fix example",
		"long_link": "https://github.com/cplusplus/draft/pull/8655",
		"link": "https://wg21.link/edit8655",
		"status": "open"
	},
	"EDIT8656": {
		"type": "issue",
		"title": "[basic] Use past subjunctive after \"as if\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8656",
		"link": "https://wg21.link/edit8656",
		"status": "open"
	},
	"EDIT8657": {
		"type": "issue",
		"title": "[basic.contract.eval] Replace \"operation\" with \"evaluation\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8657",
		"link": "https://wg21.link/edit8657",
		"status": "closed"
	},
	"EDIT8658": {
		"type": "issue",
		"title": "Do not hyphenate \"potentially evaluated\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8658",
		"link": "https://wg21.link/edit8658",
		"status": "open"
	},
	"EDIT8659": {
		"type": "issue",
		"title": "[exec.scope.concepts] Fix typos",
		"long_link": "https://github.com/cplusplus/draft/pull/8659",
		"link": "https://wg21.link/edit8659",
		"status": "closed"
	},
	"EDIT8660": {
		"type": "issue",
		"title": "[linalg.algs.blas2.symherrank1,linalg.algs.blas2.rank2] Add \\tcode for F",
		"long_link": "https://github.com/cplusplus/draft/pull/8660",
		"link": "https://wg21.link/edit8660",
		"status": "closed"
	},
	"EDIT8661": {
		"type": "issue",
		"title": "[template.bitset.general][vector.bool.pspc] Make subclauses for `reference` nested classes",
		"long_link": "https://github.com/cplusplus/draft/pull/8661",
		"link": "https://wg21.link/edit8661",
		"status": "open"
	},
	"EDIT8662": {
		"type": "issue",
		"title": "[mdspan.sub.map.sliceable] Add \\tcode for submdspan",
		"long_link": "https://github.com/cplusplus/draft/pull/8662",
		"link": "https://wg21.link/edit8662",
		"status": "closed"
	},
	"EDIT8663": {
		"type": "issue",
		"title": "[expr.const] Unclear use of constexpr-referenceable and constexpr-representable due to missing the point",
		"long_link": "https://github.com/cplusplus/draft/issues/8663",
		"link": "https://wg21.link/edit8663",
		"status": "open"
	},
	"EDIT8664": {
		"type": "issue",
		"title": "[diff.basic] Fix errors in entry about C \"compatible\" types",
		"long_link": "https://github.com/cplusplus/draft/pull/8664",
		"link": "https://wg21.link/edit8664",
		"status": "closed"
	},
	"EDIT8665": {
		"type": "issue",
		"title": "[diff.mods.to.headers] Cover type-generic macro suppression",
		"long_link": "https://github.com/cplusplus/draft/pull/8665",
		"link": "https://wg21.link/edit8665",
		"status": "open"
	},
	"EDIT8666": {
		"type": "issue",
		"title": "[intro.refs], [support] Remove all references to ISO/IEC 10967-1:2012",
		"long_link": "https://github.com/cplusplus/draft/issues/8666",
		"link": "https://wg21.link/edit8666",
		"status": "closed"
	},
	"EDIT8667": {
		"type": "issue",
		"title": "[intro.refs], [numeric.limits] Remove all references to ISO/IEC 10967-1:2012",
		"long_link": "https://github.com/cplusplus/draft/pull/8667",
		"link": "https://wg21.link/edit8667",
		"status": "closed"
	},
	"EDIT8668": {
		"type": "issue",
		"title": "[iterator.synopsis] Make `<iterator>` \"mostly freestanding\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8668",
		"link": "https://wg21.link/edit8668",
		"status": "open"
	},
	"EDIT8669": {
		"type": "issue",
		"title": "[expr.const] \"with [...]\" => \"within the evaluation\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8669",
		"link": "https://wg21.link/edit8669",
		"status": "closed"
	},
	"EDIT8670": {
		"type": "issue",
		"title": "[expr.const] Definition domain fixes for \"usable in constant expressions\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8670",
		"link": "https://wg21.link/edit8670",
		"status": "open"
	},
	"EDIT8671": {
		"type": "issue",
		"title": "[stmt.pre] Streamline decl-specifier restrictions on conditions, etc.",
		"long_link": "https://github.com/cplusplus/draft/pull/8671",
		"link": "https://wg21.link/edit8671",
		"status": "closed"
	},
	"EDIT8672": {
		"type": "issue",
		"title": "[version.syn] Adjust linebreak",
		"long_link": "https://github.com/cplusplus/draft/pull/8672",
		"link": "https://wg21.link/edit8672",
		"status": "closed"
	},
	"EDIT8673": {
		"type": "issue",
		"title": "[associative.map.syn] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8673",
		"link": "https://wg21.link/edit8673",
		"status": "closed"
	},
	"EDIT8674": {
		"type": "issue",
		"title": "[hive.overview] Remove superfluous whitespaces",
		"long_link": "https://github.com/cplusplus/draft/pull/8674",
		"link": "https://wg21.link/edit8674",
		"status": "closed"
	},
	"EDIT8675": {
		"type": "issue",
		"title": "[flat.multiset.modifiers] Add missing `constexpr`",
		"long_link": "https://github.com/cplusplus/draft/pull/8675",
		"link": "https://wg21.link/edit8675",
		"status": "closed"
	},
	"EDIT8676": {
		"type": "issue",
		"title": "[byte.string] Footnote 131 is not entirely accurate",
		"long_link": "https://github.com/cplusplus/draft/issues/8676",
		"link": "https://wg21.link/edit8676",
		"status": "open"
	},
	"EDIT8677": {
		"type": "issue",
		"title": "[time.syn] Add missing name qualification",
		"long_link": "https://github.com/cplusplus/draft/pull/8677",
		"link": "https://wg21.link/edit8677",
		"status": "closed"
	},
	"EDIT8678": {
		"type": "issue",
		"title": "Remove redundant \"C++\" qualifier from \"C++ program\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8678",
		"link": "https://wg21.link/edit8678",
		"status": "open"
	},
	"EDIT8679": {
		"type": "issue",
		"title": "[iterator.traits] Index all members of 'iterator_traits'",
		"long_link": "https://github.com/cplusplus/draft/pull/8679",
		"link": "https://wg21.link/edit8679",
		"status": "closed"
	},
	"EDIT8680": {
		"type": "issue",
		"title": "[lex.phases] Make note on the notion of file more prominent",
		"long_link": "https://github.com/cplusplus/draft/pull/8680",
		"link": "https://wg21.link/edit8680",
		"status": "closed"
	},
	"EDIT8681": {
		"type": "issue",
		"title": "[expr.new] Precise cross-reference for throwing exceptions",
		"long_link": "https://github.com/cplusplus/draft/pull/8681",
		"link": "https://wg21.link/edit8681",
		"status": "closed"
	},
	"EDIT8682": {
		"type": "issue",
		"title": "[container.requirements] Complete index of container operations",
		"long_link": "https://github.com/cplusplus/draft/pull/8682",
		"link": "https://wg21.link/edit8682",
		"status": "open"
	},
	"EDIT8683": {
		"type": "issue",
		"title": "[iterator.requirements.general] The constexpr iterator requirements look a bit too terse",
		"long_link": "https://github.com/cplusplus/draft/issues/8683",
		"link": "https://wg21.link/edit8683",
		"status": "open"
	},
	"EDIT8684": {
		"type": "issue",
		"title": "[flat.set.defn] Remove superfluous whitespace",
		"long_link": "https://github.com/cplusplus/draft/pull/8684",
		"link": "https://wg21.link/edit8684",
		"status": "closed"
	},
	"EDIT8685": {
		"type": "issue",
		"title": "[flat.set.defn] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8685",
		"link": "https://wg21.link/edit8685",
		"status": "closed"
	},
	"EDIT8686": {
		"type": "issue",
		"title": "[flat.set.defn] Remove superfluous whitespace",
		"long_link": "https://github.com/cplusplus/draft/pull/8686",
		"link": "https://wg21.link/edit8686",
		"status": "closed"
	},
	"EDIT8687": {
		"type": "issue",
		"title": "[flat.multiset.defn] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8687",
		"link": "https://wg21.link/edit8687",
		"status": "closed"
	},
	"EDIT8688": {
		"type": "issue",
		"title": "[flat.multiset.defn] Remove superfluous whitespace",
		"long_link": "https://github.com/cplusplus/draft/pull/8688",
		"link": "https://wg21.link/edit8688",
		"status": "closed"
	},
	"EDIT8689": {
		"type": "issue",
		"title": "[hive.cons] Fix typo \"traits<alloc>\" => \"traits<Allocator>\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8689",
		"link": "https://wg21.link/edit8689",
		"status": "closed"
	},
	"EDIT8690": {
		"type": "issue",
		"title": "[version.syn][initializer.list.syn] Formatting and removal of comments",
		"long_link": "https://github.com/cplusplus/draft/pull/8690",
		"link": "https://wg21.link/edit8690",
		"status": "closed"
	},
	"EDIT8691": {
		"type": "issue",
		"title": "[lex.phases] Do not recognize UCNs in d-char sequences",
		"long_link": "https://github.com/cplusplus/draft/pull/8691",
		"link": "https://wg21.link/edit8691",
		"status": "open"
	},
	"EDIT8692": {
		"type": "issue",
		"title": "[lex] Reserved preprocessing-tokens *can* be conditionally used in the program",
		"long_link": "https://github.com/cplusplus/draft/issues/8692",
		"link": "https://wg21.link/edit8692",
		"status": "closed"
	},
	"EDIT8693": {
		"type": "issue",
		"title": "Why conversion from int8/16/32 -> double is considered as narrowing conversion?",
		"long_link": "https://github.com/cplusplus/draft/issues/8693",
		"link": "https://wg21.link/edit8693",
		"status": "closed"
	},
	"EDIT8694": {
		"type": "issue",
		"title": "Make checks scripts work on macOS + update readme ",
		"long_link": "https://github.com/cplusplus/draft/pull/8694",
		"link": "https://wg21.link/edit8694",
		"status": "open"
	},
	"EDIT8695": {
		"type": "issue",
		"title": "[alg.copy] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8695",
		"link": "https://wg21.link/edit8695",
		"status": "closed"
	},
	"EDIT8696": {
		"type": "issue",
		"title": "[time.syn] Use `\\placeholder` instead of `\\term`",
		"long_link": "https://github.com/cplusplus/draft/pull/8696",
		"link": "https://wg21.link/edit8696",
		"status": "closed"
	},
	"EDIT8697": {
		"type": "issue",
		"title": "[class.copy.assign] Add \\tcode for const X",
		"long_link": "https://github.com/cplusplus/draft/pull/8697",
		"link": "https://wg21.link/edit8697",
		"status": "closed"
	},
	"EDIT8698": {
		"type": "issue",
		"title": "[lex.ext] Remove \\grammarterm for consistency",
		"long_link": "https://github.com/cplusplus/draft/pull/8698",
		"link": "https://wg21.link/edit8698",
		"status": "closed"
	},
	"EDIT8699": {
		"type": "issue",
		"title": "[class.temporary] Add \\tcode for 1 and x in comment",
		"long_link": "https://github.com/cplusplus/draft/pull/8699",
		"link": "https://wg21.link/edit8699",
		"status": "closed"
	},
	"EDIT8700": {
		"type": "issue",
		"title": "[expr.pre] Add \\tcode for 5",
		"long_link": "https://github.com/cplusplus/draft/pull/8700",
		"link": "https://wg21.link/edit8700",
		"status": "closed"
	},
	"EDIT8701": {
		"type": "issue",
		"title": "[time.zone.info.sys] Remove superfluous whitespace",
		"long_link": "https://github.com/cplusplus/draft/pull/8701",
		"link": "https://wg21.link/edit8701",
		"status": "closed"
	},
	"EDIT8702": {
		"type": "issue",
		"title": "[ostringstream.general] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8702",
		"link": "https://wg21.link/edit8702",
		"status": "closed"
	},
	"EDIT8703": {
		"type": "issue",
		"title": "Index contains no normative definition of \"user-declared\" CWG3148",
		"long_link": "https://github.com/cplusplus/draft/issues/8703",
		"link": "https://wg21.link/edit8703",
		"status": "open"
	},
	"EDIT8704": {
		"type": "issue",
		"title": "[expr.prim.lambda.capture] Insert linebreak in comment",
		"long_link": "https://github.com/cplusplus/draft/pull/8704",
		"link": "https://wg21.link/edit8704",
		"status": "closed"
	},
	"EDIT8705": {
		"type": "issue",
		"title": "[expr.prim.req.type] Add \\tcode for void in comment",
		"long_link": "https://github.com/cplusplus/draft/pull/8705",
		"link": "https://wg21.link/edit8705",
		"status": "closed"
	},
	"EDIT8706": {
		"type": "issue",
		"title": "[expr.reflect] Add \\grammarterm for type-id in comment",
		"long_link": "https://github.com/cplusplus/draft/pull/8706",
		"link": "https://wg21.link/edit8706",
		"status": "closed"
	},
	"EDIT8707": {
		"type": "issue",
		"title": "[stmt.ambig] Add \\grammarterm for type-name in comment",
		"long_link": "https://github.com/cplusplus/draft/pull/8707",
		"link": "https://wg21.link/edit8707",
		"status": "closed"
	},
	"EDIT8708": {
		"type": "issue",
		"title": "[dcl.inline] Add \\keyword for inline",
		"long_link": "https://github.com/cplusplus/draft/pull/8708",
		"link": "https://wg21.link/edit8708",
		"status": "closed"
	},
	"EDIT8709": {
		"type": "issue",
		"title": "[dcl.ambig.res] Add \\grammarterm for type-id in comment",
		"long_link": "https://github.com/cplusplus/draft/pull/8709",
		"link": "https://wg21.link/edit8709",
		"status": "closed"
	},
	"EDIT8710": {
		"type": "issue",
		"title": "[thread.lock.general] Remove superfluous whitespace",
		"long_link": "https://github.com/cplusplus/draft/pull/8710",
		"link": "https://wg21.link/edit8710",
		"status": "closed"
	},
	"EDIT8711": {
		"type": "issue",
		"title": "[atomics.ref.ops] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8711",
		"link": "https://wg21.link/edit8711",
		"status": "closed"
	},
	"EDIT8712": {
		"type": "issue",
		"title": "[module.interface] Add \\tcode for the variable b in comment",
		"long_link": "https://github.com/cplusplus/draft/pull/8712",
		"link": "https://wg21.link/edit8712",
		"status": "closed"
	},
	"EDIT8713": {
		"type": "issue",
		"title": "[module.reach] Add $P$ for point P",
		"long_link": "https://github.com/cplusplus/draft/pull/8713",
		"link": "https://wg21.link/edit8713",
		"status": "closed"
	},
	"EDIT8714": {
		"type": "issue",
		"title": "[namespace.std] Reopening a namespace within `std`",
		"long_link": "https://github.com/cplusplus/draft/issues/8714",
		"link": "https://wg21.link/edit8714",
		"status": "open"
	},
	"EDIT8715": {
		"type": "issue",
		"title": "[atomics.types.operations] Possibly unintended example",
		"long_link": "https://github.com/cplusplus/draft/issues/8715",
		"link": "https://wg21.link/edit8715",
		"status": "open"
	},
	"EDIT8716": {
		"type": "issue",
		"title": "[ub] and [ifndr] remove extra line breaks after ubxref and ifndrxref",
		"long_link": "https://github.com/cplusplus/draft/pull/8716",
		"link": "https://wg21.link/edit8716",
		"status": "closed"
	},
	"EDIT8717": {
		"type": "issue",
		"title": "[forward.list.overview] Added missing `constexpr`",
		"long_link": "https://github.com/cplusplus/draft/pull/8717",
		"link": "https://wg21.link/edit8717",
		"status": "closed"
	},
	"EDIT8718": {
		"type": "issue",
		"title": "[alg.transform] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8718",
		"link": "https://wg21.link/edit8718",
		"status": "closed"
	},
	"EDIT8719": {
		"type": "issue",
		"title": "[over.match.oper] Add \\defn for \"rewrite target\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8719",
		"link": "https://wg21.link/edit8719",
		"status": "open"
	},
	"EDIT8720": {
		"type": "issue",
		"title": "[class.expl.init] Add \\tcode for literals 99 and 88.8",
		"long_link": "https://github.com/cplusplus/draft/pull/8720",
		"link": "https://wg21.link/edit8720",
		"status": "closed"
	},
	"EDIT8721": {
		"type": "issue",
		"title": "[basic.align] Add \\grammarterm for alignment-specifier",
		"long_link": "https://github.com/cplusplus/draft/pull/8721",
		"link": "https://wg21.link/edit8721",
		"status": "closed"
	},
	"EDIT8722": {
		"type": "issue",
		"title": "[temp.arg.general] Add \\grammarterm for type-id in comment",
		"long_link": "https://github.com/cplusplus/draft/pull/8722",
		"link": "https://wg21.link/edit8722",
		"status": "closed"
	},
	"EDIT8723": {
		"type": "issue",
		"title": "[temp.dep.type] Add period to end of sentence",
		"long_link": "https://github.com/cplusplus/draft/pull/8723",
		"link": "https://wg21.link/edit8723",
		"status": "closed"
	},
	"EDIT8724": {
		"type": "issue",
		"title": "[temp.arg.explicit] Add \\tcode for double in comment",
		"long_link": "https://github.com/cplusplus/draft/pull/8724",
		"link": "https://wg21.link/edit8724",
		"status": "closed"
	},
	"EDIT8725": {
		"type": "issue",
		"title": "[dcl.type.pack.index] Clarify pack-index-specifier rules",
		"long_link": "https://github.com/cplusplus/draft/pull/8725",
		"link": "https://wg21.link/edit8725",
		"status": "closed"
	},
	"EDIT8726": {
		"type": "issue",
		"title": "[except.pre] Add \\grammarterm for ctor-initializer in comment",
		"long_link": "https://github.com/cplusplus/draft/pull/8726",
		"link": "https://wg21.link/edit8726",
		"status": "closed"
	},
	"EDIT8727": {
		"type": "issue",
		"title": "[except.handle] Add commas",
		"long_link": "https://github.com/cplusplus/draft/pull/8727",
		"link": "https://wg21.link/edit8727",
		"status": "closed"
	},
	"EDIT8728": {
		"type": "issue",
		"title": "[flat.multimap.cons.alloc] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8728",
		"link": "https://wg21.link/edit8728",
		"status": "closed"
	},
	"EDIT8729": {
		"type": "issue",
		"title": "[cpp.replace.general] Fix singular/plural mismatch",
		"long_link": "https://github.com/cplusplus/draft/pull/8729",
		"link": "https://wg21.link/edit8729",
		"status": "closed"
	},
	"EDIT8730": {
		"type": "issue",
		"title": "[value.error.codes] Fix indefinite article",
		"long_link": "https://github.com/cplusplus/draft/pull/8730",
		"link": "https://wg21.link/edit8730",
		"status": "closed"
	},
	"EDIT8731": {
		"type": "issue",
		"title": "[concept.comparisoncommontype] Add period to end of sentence",
		"long_link": "https://github.com/cplusplus/draft/pull/8731",
		"link": "https://wg21.link/edit8731",
		"status": "closed"
	},
	"EDIT8732": {
		"type": "issue",
		"title": "[util.smartptr.shared.create] Add \\tcode for double[2] in comment",
		"long_link": "https://github.com/cplusplus/draft/pull/8732",
		"link": "https://wg21.link/edit8732",
		"status": "closed"
	},
	"EDIT8733": {
		"type": "issue",
		"title": "[alg.replace] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8733",
		"link": "https://wg21.link/edit8733",
		"status": "closed"
	},
	"EDIT8734": {
		"type": "issue",
		"title": "[forward] Add \\tcode for literals",
		"long_link": "https://github.com/cplusplus/draft/pull/8734",
		"link": "https://wg21.link/edit8734",
		"status": "closed"
	},
	"EDIT8735": {
		"type": "issue",
		"title": "[fs.op.last.write.time] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8735",
		"link": "https://wg21.link/edit8735",
		"status": "closed"
	},
	"EDIT8736": {
		"type": "issue",
		"title": "[implimits] \"Size of an object\" should say \"maximum\"",
		"long_link": "https://github.com/cplusplus/draft/issues/8736",
		"link": "https://wg21.link/edit8736",
		"status": "closed"
	},
	"EDIT8737": {
		"type": "issue",
		"title": "[implimits] Reduce size of an object to 65,535",
		"long_link": "https://github.com/cplusplus/draft/pull/8737",
		"link": "https://wg21.link/edit8737",
		"status": "closed"
	},
	"EDIT8738": {
		"type": "issue",
		"title": "[meta] Clarify what happens when `std::meta::members_of` is unable to form a `std::vector`",
		"long_link": "https://github.com/cplusplus/draft/issues/8738",
		"link": "https://wg21.link/edit8738",
		"status": "closed"
	},
	"EDIT8739": {
		"type": "issue",
		"title": "[ub] cleanups and feedback from initial reviewers",
		"long_link": "https://github.com/cplusplus/draft/pull/8739",
		"link": "https://wg21.link/edit8739",
		"status": "open"
	},
	"EDIT8740": {
		"type": "issue",
		"title": "[out.ptr.t][inout.ptr.t] Get rid of TBAA-violating implication",
		"long_link": "https://github.com/cplusplus/draft/pull/8740",
		"link": "https://wg21.link/edit8740",
		"status": "open"
	},
	"EDIT8741": {
		"type": "issue",
		"title": "[hive.operations] Fix \\ref to \\iref",
		"long_link": "https://github.com/cplusplus/draft/pull/8741",
		"link": "https://wg21.link/edit8741",
		"status": "closed"
	},
	"EDIT8742": {
		"type": "issue",
		"title": "[list.overview] Fix \\ref to \\iref",
		"long_link": "https://github.com/cplusplus/draft/pull/8742",
		"link": "https://wg21.link/edit8742",
		"status": "closed"
	},
	"EDIT8743": {
		"type": "issue",
		"title": "[list.cons] Add \\tcode for list",
		"long_link": "https://github.com/cplusplus/draft/pull/8743",
		"link": "https://wg21.link/edit8743",
		"status": "closed"
	},
	"EDIT8744": {
		"type": "issue",
		"title": "[intro.compliance.general] Mark documentation encouragement as recommended practice",
		"long_link": "https://github.com/cplusplus/draft/pull/8744",
		"link": "https://wg21.link/edit8744",
		"status": "closed"
	},
	"EDIT8745": {
		"type": "issue",
		"title": "[flat.map.cons.alloc] Remove superfluous \\linebreak",
		"long_link": "https://github.com/cplusplus/draft/pull/8745",
		"link": "https://wg21.link/edit8745",
		"status": "closed"
	},
	"EDIT8746": {
		"type": "issue",
		"title": "[alg.remove] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8746",
		"link": "https://wg21.link/edit8746",
		"status": "closed"
	},
	"EDIT8747": {
		"type": "issue",
		"title": "[mdspan.layout.leftpad.overview] Add \\tcode for submdspan in comment",
		"long_link": "https://github.com/cplusplus/draft/pull/8747",
		"link": "https://wg21.link/edit8747",
		"status": "closed"
	},
	"EDIT8748": {
		"type": "issue",
		"title": "[mdspan.layout.rightpad.overview] Add \\tcode for submdspan in comment",
		"long_link": "https://github.com/cplusplus/draft/pull/8748",
		"link": "https://wg21.link/edit8748",
		"status": "closed"
	},
	"EDIT8749": {
		"type": "issue",
		"title": "[mdspan.sub.extents] Add $k$ for slices...[k]",
		"long_link": "https://github.com/cplusplus/draft/pull/8749",
		"link": "https://wg21.link/edit8749",
		"status": "closed"
	},
	"EDIT8750": {
		"type": "issue",
		"title": "[cpp.predefined] Correctly color integer literal",
		"long_link": "https://github.com/cplusplus/draft/pull/8750",
		"link": "https://wg21.link/edit8750",
		"status": "closed"
	},
	"EDIT8751": {
		"type": "issue",
		"title": "[mdspan.sub.map.sliceable] Add $i$ for valid_slices...[i]",
		"long_link": "https://github.com/cplusplus/draft/pull/8751",
		"link": "https://wg21.link/edit8751",
		"status": "closed"
	},
	"EDIT8752": {
		"type": "issue",
		"title": "[mdspan.sub.map.sliceable] Add \\tcode for SMR, submdspan_mapping_result<SM>, and SM",
		"long_link": "https://github.com/cplusplus/draft/pull/8752",
		"link": "https://wg21.link/edit8752",
		"status": "closed"
	},
	"EDIT8753": {
		"type": "issue",
		"title": "[mdspan.sub.map.left] Add $p$ for SliceSpecifiers...[p]",
		"long_link": "https://github.com/cplusplus/draft/pull/8753",
		"link": "https://wg21.link/edit8753",
		"status": "closed"
	},
	"EDIT8754": {
		"type": "issue",
		"title": "[mdspan.sub.map.right] Add $p$ for SliceSpecifiers...[p]",
		"long_link": "https://github.com/cplusplus/draft/pull/8754",
		"link": "https://wg21.link/edit8754",
		"status": "closed"
	},
	"EDIT8755": {
		"type": "issue",
		"title": "[mdspan.sub.map.rightpad] Add $p$ for value p",
		"long_link": "https://github.com/cplusplus/draft/pull/8755",
		"link": "https://wg21.link/edit8755",
		"status": "closed"
	},
	"EDIT8756": {
		"type": "issue",
		"title": "[fs.op.create.hard.lk] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8756",
		"link": "https://wg21.link/edit8756",
		"status": "closed"
	},
	"EDIT8757": {
		"type": "issue",
		"title": "[fs.op.create.symlink] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8757",
		"link": "https://wg21.link/edit8757",
		"status": "closed"
	},
	"EDIT8758": {
		"type": "issue",
		"title": "[const.wrap.class] Add missing this to compound assignment operators",
		"long_link": "https://github.com/cplusplus/draft/pull/8758",
		"link": "https://wg21.link/edit8758",
		"status": "closed"
	},
	"EDIT8759": {
		"type": "issue",
		"title": "[temp.deduct.conv] Add comma to structure the sentence",
		"long_link": "https://github.com/cplusplus/draft/pull/8759",
		"link": "https://wg21.link/edit8759",
		"status": "closed"
	},
	"EDIT8760": {
		"type": "issue",
		"title": "[alg.remove] Fix a typo",
		"long_link": "https://github.com/cplusplus/draft/pull/8760",
		"link": "https://wg21.link/edit8760",
		"status": "closed"
	},
	"EDIT8761": {
		"type": "issue",
		"title": "\"X, Y, Z are collectively (called, referred to as, known as) W\"",
		"long_link": "https://github.com/cplusplus/draft/issues/8761",
		"link": "https://wg21.link/edit8761",
		"status": "open"
	},
	"EDIT8762": {
		"type": "issue",
		"title": "[basic.fundamental] Harmonize \"Type X is a distinct type...\" wordings",
		"long_link": "https://github.com/cplusplus/draft/pull/8762",
		"link": "https://wg21.link/edit8762",
		"status": "open"
	},
	"EDIT8763": {
		"type": "issue",
		"title": "[iterator.concept.winc] Refactor definition of \"integer-like type\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8763",
		"link": "https://wg21.link/edit8763",
		"status": "open"
	},
	"EDIT8764": {
		"type": "issue",
		"title": "[meta.reflection.queries] Use math font consistently",
		"long_link": "https://github.com/cplusplus/draft/pull/8764",
		"link": "https://wg21.link/edit8764",
		"status": "closed"
	},
	"EDIT8765": {
		"type": "issue",
		"title": "[thread.mutex.requirements.mutex.general] fix grammar",
		"long_link": "https://github.com/cplusplus/draft/pull/8765",
		"link": "https://wg21.link/edit8765",
		"status": "closed"
	},
	"EDIT8766": {
		"type": "issue",
		"title": "[exec.snd.expos] Fix order of make_obj_using_allocator args",
		"long_link": "https://github.com/cplusplus/draft/pull/8766",
		"link": "https://wg21.link/edit8766",
		"status": "closed"
	},
	"EDIT8767": {
		"type": "issue",
		"title": "[format] Consistently add `constexpr` to function descriptions",
		"long_link": "https://github.com/cplusplus/draft/pull/8767",
		"link": "https://wg21.link/edit8767",
		"status": "closed"
	},
	"EDIT8768": {
		"type": "issue",
		"title": "[vector.bool.fmt][container.adaptors.format] Add missing `constexpr`",
		"long_link": "https://github.com/cplusplus/draft/pull/8768",
		"link": "https://wg21.link/edit8768",
		"status": "closed"
	},
	"EDIT8769": {
		"type": "issue",
		"title": "[partial.sort.copy] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8769",
		"link": "https://wg21.link/edit8769",
		"status": "closed"
	},
	"EDIT8770": {
		"type": "issue",
		"title": "[utility.intcmp] Clarify the referenced type parameter",
		"long_link": "https://github.com/cplusplus/draft/pull/8770",
		"link": "https://wg21.link/edit8770",
		"status": "closed"
	},
	"EDIT8771": {
		"type": "issue",
		"title": "[atomics.order] p5 The note doesn't accurately express the meaning of the formal rules",
		"long_link": "https://github.com/cplusplus/draft/issues/8771",
		"link": "https://wg21.link/edit8771",
		"status": "open"
	},
	"EDIT8772": {
		"type": "issue",
		"title": "[lex.key] Emphasize that keywords are created in phase 6",
		"long_link": "https://github.com/cplusplus/draft/pull/8772",
		"link": "https://wg21.link/edit8772",
		"status": "closed"
	},
	"EDIT8773": {
		"type": "issue",
		"title": "[structure.specifications] Constant-checked preconditions",
		"long_link": "https://github.com/cplusplus/draft/issues/8773",
		"link": "https://wg21.link/edit8773",
		"status": "closed"
	},
	"EDIT8774": {
		"type": "issue",
		"title": "[locale.categories.general] Add \\tcode for OutputIterator",
		"long_link": "https://github.com/cplusplus/draft/pull/8774",
		"link": "https://wg21.link/edit8774",
		"status": "closed"
	},
	"EDIT8775": {
		"type": "issue",
		"title": "Inconsistently using plurals when defining multiple functions at once",
		"long_link": "https://github.com/cplusplus/draft/issues/8775",
		"link": "https://wg21.link/edit8775",
		"status": "open"
	},
	"EDIT8776": {
		"type": "issue",
		"title": "[text.encoding.id] Add colon after \"as follows\" for consistency",
		"long_link": "https://github.com/cplusplus/draft/pull/8776",
		"link": "https://wg21.link/edit8776",
		"status": "closed"
	},
	"EDIT8777": {
		"type": "issue",
		"title": "Fix reference in abstract class note",
		"long_link": "https://github.com/cplusplus/draft/pull/8777",
		"link": "https://wg21.link/edit8777",
		"status": "open"
	},
	"EDIT8778": {
		"type": "issue",
		"title": "[mdspan.layout.leftpad.cons] Add missing \\tcode",
		"long_link": "https://github.com/cplusplus/draft/pull/8778",
		"link": "https://wg21.link/edit8778",
		"status": "closed"
	},
	"EDIT8779": {
		"type": "issue",
		"title": "[atomics.types.pointer] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8779",
		"link": "https://wg21.link/edit8779",
		"status": "closed"
	},
	"EDIT8780": {
		"type": "issue",
		"title": "[meta.const.eval] OptBool example and UB",
		"long_link": "https://github.com/cplusplus/draft/issues/8780",
		"link": "https://wg21.link/edit8780",
		"status": "open"
	},
	"EDIT8781": {
		"type": "issue",
		"title": "[linalg.syn] Add \\tcode for layout_blas_packed",
		"long_link": "https://github.com/cplusplus/draft/pull/8781",
		"link": "https://wg21.link/edit8781",
		"status": "closed"
	},
	"EDIT8782": {
		"type": "issue",
		"title": "[intro.execution] Runtime-only UB on unsequenced operations",
		"long_link": "https://github.com/cplusplus/draft/issues/8782",
		"link": "https://wg21.link/edit8782",
		"status": "open"
	},
	"EDIT8783": {
		"type": "issue",
		"title": "[meta.const.eval] Use `bit_cast` in the example to avoid UB",
		"long_link": "https://github.com/cplusplus/draft/pull/8783",
		"link": "https://wg21.link/edit8783",
		"status": "open"
	},
	"EDIT8784": {
		"type": "issue",
		"title": "[expr.static.cast] unclear reference \"range of the enumeration values\" to defined term \"values of the enumeration\"",
		"long_link": "https://github.com/cplusplus/draft/issues/8784",
		"link": "https://wg21.link/edit8784",
		"status": "open"
	},
	"EDIT8785": {
		"type": "issue",
		"title": "[meta.syn] Add function parameter names",
		"long_link": "https://github.com/cplusplus/draft/pull/8785",
		"link": "https://wg21.link/edit8785",
		"status": "closed"
	},
	"EDIT8786": {
		"type": "issue",
		"title": "[linalg.algs.blas2.rank2] Add whitespace after comma",
		"long_link": "https://github.com/cplusplus/draft/pull/8786",
		"link": "https://wg21.link/edit8786",
		"status": "closed"
	},
	"EDIT8787": {
		"type": "issue",
		"title": "[class.mem.general] Fix wording regarding layout-compatible types CWG3169",
		"long_link": "https://github.com/cplusplus/draft/pull/8787",
		"link": "https://wg21.link/edit8787",
		"status": "open"
	},
	"EDIT8788": {
		"type": "issue",
		"title": "[istream.unformatted] Add right parenthesis",
		"long_link": "https://github.com/cplusplus/draft/pull/8788",
		"link": "https://wg21.link/edit8788",
		"status": "closed"
	},
	"EDIT8789": {
		"type": "issue",
		"title": "[version.syn] Added freestanding for type_order",
		"long_link": "https://github.com/cplusplus/draft/pull/8789",
		"link": "https://wg21.link/edit8789",
		"status": "open"
	},
	"EDIT8790": {
		"type": "issue",
		"title": "[stoptoken.concepts] Remove superfluous \\item",
		"long_link": "https://github.com/cplusplus/draft/pull/8790",
		"link": "https://wg21.link/edit8790",
		"status": "closed"
	},
	"EDIT8791": {
		"type": "issue",
		"title": "[check] Make check-output.sh tolerate new memoir version",
		"long_link": "https://github.com/cplusplus/draft/pull/8791",
		"link": "https://wg21.link/edit8791",
		"status": "closed"
	},
	"EDIT8792": {
		"type": "issue",
		"title": "submdspan_mapping is not indexed",
		"long_link": "https://github.com/cplusplus/draft/issues/8792",
		"link": "https://wg21.link/edit8792",
		"status": "open"
	},
	"EDIT8793": {
		"type": "issue",
		"title": "[views.multidim] Index `submdspan_mapping`",
		"long_link": "https://github.com/cplusplus/draft/pull/8793",
		"link": "https://wg21.link/edit8793",
		"status": "open"
	},
	"EDIT8794": {
		"type": "issue",
		"title": "[variant] Mandates and Constraints in the wrong order",
		"long_link": "https://github.com/cplusplus/draft/issues/8794",
		"link": "https://wg21.link/edit8794",
		"status": "open"
	},
	"EDIT8795": {
		"type": "issue",
		"title": "[tuple], [variant] Use pack indexing",
		"long_link": "https://github.com/cplusplus/draft/issues/8795",
		"link": "https://wg21.link/edit8795",
		"status": "open"
	},
	"EDIT8796": {
		"type": "issue",
		"title": "[exec.adapt.obj] Add \\tcode for arg",
		"long_link": "https://github.com/cplusplus/draft/pull/8796",
		"link": "https://wg21.link/edit8796",
		"status": "closed"
	},
	"EDIT8797": {
		"type": "issue",
		"title": "[system.error.syn] Index `is_error_condition_enum_v` and enumerators of `errc`",
		"long_link": "https://github.com/cplusplus/draft/pull/8797",
		"link": "https://wg21.link/edit8797",
		"status": "open"
	},
	"EDIT8798": {
		"type": "issue",
		"title": "[exec.as.awaitable] fix formatting of exposition-only member",
		"long_link": "https://github.com/cplusplus/draft/pull/8798",
		"link": "https://wg21.link/edit8798",
		"status": "closed"
	},
	"EDIT8799": {
		"type": "issue",
		"title": "[mdspan.sub.map.common,mdspan.sub.map.left] Fix SpliceSpecifiers typo",
		"long_link": "https://github.com/cplusplus/draft/pull/8799",
		"link": "https://wg21.link/edit8799",
		"status": "closed"
	},
	"EDIT8800": {
		"type": "issue",
		"title": "[polymorphic.ctor] Fix wrong \\indexlibraryctor",
		"long_link": "https://github.com/cplusplus/draft/pull/8800",
		"link": "https://wg21.link/edit8800",
		"status": "closed"
	},
	"EDIT8801": {
		"type": "issue",
		"title": "[linalg.algs.blas3.rank2k] Add missing \\pnum and \\effects",
		"long_link": "https://github.com/cplusplus/draft/pull/8801",
		"link": "https://wg21.link/edit8801",
		"status": "closed"
	},
	"EDIT8802": {
		"type": "issue",
		"title": "[linalg.algs.blas3.rank2k] Add missing \\exposid for multipliable",
		"long_link": "https://github.com/cplusplus/draft/pull/8802",
		"link": "https://wg21.link/edit8802",
		"status": "closed"
	},
	"EDIT8803": {
		"type": "issue",
		"title": "[dcl.struct.bind] Fix tuple-like binding index to use SB_i instead of v_i",
		"long_link": "https://github.com/cplusplus/draft/pull/8803",
		"link": "https://wg21.link/edit8803",
		"status": "closed"
	},
	"EDIT8804": {
		"type": "issue",
		"title": "[is.sorted] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8804",
		"link": "https://wg21.link/edit8804",
		"status": "closed"
	},
	"EDIT8805": {
		"type": "issue",
		"title": "[temp.param] Replace tt",
		"long_link": "https://github.com/cplusplus/draft/issues/8805",
		"link": "https://wg21.link/edit8805",
		"status": "closed"
	},
	"EDIT8806": {
		"type": "issue",
		"title": "[text.encoding.class] Index `max_name_length` and enumerators",
		"long_link": "https://github.com/cplusplus/draft/pull/8806",
		"link": "https://wg21.link/edit8806",
		"status": "open"
	},
	"EDIT8807": {
		"type": "issue",
		"title": "[pairs.pair, variant.ctor, tuple.cnstr] Only functions can be \"constexpr-suitable\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8807",
		"link": "https://wg21.link/edit8807",
		"status": "open"
	},
	"EDIT8808": {
		"type": "issue",
		"title": "[expr.static.cast] Use \"values of the enumeration\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8808",
		"link": "https://wg21.link/edit8808",
		"status": "open"
	},
	"EDIT8809": {
		"type": "issue",
		"title": "[iostream.forward.overview] Fix description for typedef-names, mention `basic_spanbuf` and its friends",
		"long_link": "https://github.com/cplusplus/draft/pull/8809",
		"link": "https://wg21.link/edit8809",
		"status": "closed"
	},
	"EDIT8810": {
		"type": "issue",
		"title": "[lib] Fix indexing for certain operators",
		"long_link": "https://github.com/cplusplus/draft/pull/8810",
		"link": "https://wg21.link/edit8810",
		"status": "closed"
	},
	"EDIT8811": {
		"type": "issue",
		"title": "[expr.dynamic.cast] Replace \"runtime check\" with \"dynamic check\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8811",
		"link": "https://wg21.link/edit8811",
		"status": "open"
	},
	"EDIT8812": {
		"type": "issue",
		"title": "[alg.partitions] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8812",
		"link": "https://wg21.link/edit8812",
		"status": "closed"
	},
	"EDIT8813": {
		"type": "issue",
		"title": "[checks] Add checks for indexing of some operators",
		"long_link": "https://github.com/cplusplus/draft/issues/8813",
		"link": "https://wg21.link/edit8813",
		"status": "open"
	},
	"EDIT8814": {
		"type": "issue",
		"title": "[expr.const.defns] fix comment alignment",
		"long_link": "https://github.com/cplusplus/draft/pull/8814",
		"link": "https://wg21.link/edit8814",
		"status": "closed"
	},
	"EDIT8815": {
		"type": "issue",
		"title": "[numerics.defns] ISO does not like \"Definitions\" for subclause titles",
		"long_link": "https://github.com/cplusplus/draft/issues/8815",
		"link": "https://wg21.link/edit8815",
		"status": "open"
	},
	"EDIT8816": {
		"type": "issue",
		"title": "[expr.const] Introduce subclauses",
		"long_link": "https://github.com/cplusplus/draft/pull/8816",
		"link": "https://wg21.link/edit8816",
		"status": "closed"
	},
	"EDIT8817": {
		"type": "issue",
		"title": "Refine cross references into [expr.const]",
		"long_link": "https://github.com/cplusplus/draft/pull/8817",
		"link": "https://wg21.link/edit8817",
		"status": "closed"
	},
	"EDIT8818": {
		"type": "issue",
		"title": "[exec.get.compl.sched] Rename completion-tag to completion-fn-tag and reorder text.",
		"long_link": "https://github.com/cplusplus/draft/pull/8818",
		"link": "https://wg21.link/edit8818",
		"status": "closed"
	},
	"EDIT8819": {
		"type": "issue",
		"title": "[simd.syn,simd.permute.mask] Change M::value_type& to V::value_type&",
		"long_link": "https://github.com/cplusplus/draft/pull/8819",
		"link": "https://wg21.link/edit8819",
		"status": "closed"
	},
	"EDIT8820": {
		"type": "issue",
		"title": "[saferecl.rcu.domain.func] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8820",
		"link": "https://wg21.link/edit8820",
		"status": "closed"
	},
	"EDIT8821": {
		"type": "issue",
		"title": "[execution.syn] Fix comment alignment",
		"long_link": "https://github.com/cplusplus/draft/pull/8821",
		"link": "https://wg21.link/edit8821",
		"status": "closed"
	},
	"EDIT8822": {
		"type": "issue",
		"title": "[exec.snd.expos] Delete unused expos-only concept \"completion-tag\".",
		"long_link": "https://github.com/cplusplus/draft/pull/8822",
		"link": "https://wg21.link/edit8822",
		"status": "closed"
	},
	"EDIT8823": {
		"type": "issue",
		"title": "[2026-03 CWG Motion 2] P4160R0 DR issues",
		"long_link": "https://github.com/cplusplus/draft/issues/8823",
		"link": "https://wg21.link/edit8823",
		"status": "closed"
	},
	"EDIT8824": {
		"type": "issue",
		"title": "[2026-03 CWG Motion 3] P4160R0 non-DR issues",
		"long_link": "https://github.com/cplusplus/draft/issues/8824",
		"link": "https://wg21.link/edit8824",
		"status": "closed"
	},
	"EDIT8825": {
		"type": "issue",
		"title": "[2026-03 CWG Motion 4] P3924R1 Fix inappropriate font choices for \"declaration\"",
		"long_link": "https://github.com/cplusplus/draft/issues/8825",
		"link": "https://wg21.link/edit8825",
		"status": "closed"
	},
	"EDIT8826": {
		"type": "issue",
		"title": "[2026-03 CWG Motion 5] P4136R2 #line is not in line with existing implementation",
		"long_link": "https://github.com/cplusplus/draft/issues/8826",
		"link": "https://wg21.link/edit8826",
		"status": "closed"
	},
	"EDIT8827": {
		"type": "issue",
		"title": "[2026-03 CWG Motion 6] P4004R1 Reconsider CWG 1395 \"Partial ordering of variadic templates reconsidered\"",
		"long_link": "https://github.com/cplusplus/draft/issues/8827",
		"link": "https://wg21.link/edit8827",
		"status": "closed"
	},
	"EDIT8828": {
		"type": "issue",
		"title": "[2026-03 CWG Motion 7] P3865R3 Class template argument deduction (CTAD) for type template template parameters",
		"long_link": "https://github.com/cplusplus/draft/issues/8828",
		"link": "https://wg21.link/edit8828",
		"status": "closed"
	},
	"EDIT8829": {
		"type": "issue",
		"title": "[2026-03 CWG Motion 8] P3598R0 CWG 3158 — const-ification of Splice Expressions",
		"long_link": "https://github.com/cplusplus/draft/issues/8829",
		"link": "https://wg21.link/edit8829",
		"status": "closed"
	},
	"EDIT8830": {
		"type": "issue",
		"title": "[2026-03 CWG Motion 9] P3726R2 Adjustments to Union Lifetime Rules",
		"long_link": "https://github.com/cplusplus/draft/issues/8830",
		"link": "https://wg21.link/edit8830",
		"status": "closed"
	},
	"EDIT8831": {
		"type": "issue",
		"title": "[2026-03 CWG Motion 10] P4143R0 Constant evaluation when?",
		"long_link": "https://github.com/cplusplus/draft/issues/8831",
		"link": "https://wg21.link/edit8831",
		"status": "closed"
	},
	"EDIT8832": {
		"type": "issue",
		"title": "[2026-03 CWG Motion 11] P4149R1 Define \"immediate context\"",
		"long_link": "https://github.com/cplusplus/draft/issues/8832",
		"link": "https://wg21.link/edit8832",
		"status": "closed"
	},
	"EDIT8833": {
		"type": "issue",
		"title": "[2026-03 CWG Motion 12] P3769R1 Clarification of placement new deallocation",
		"long_link": "https://github.com/cplusplus/draft/issues/8833",
		"link": "https://wg21.link/edit8833",
		"status": "closed"
	},
	"EDIT8834": {
		"type": "issue",
		"title": "[2026-03 CWG Motion 13] Issue 3141 in P4160R0",
		"long_link": "https://github.com/cplusplus/draft/issues/8834",
		"link": "https://wg21.link/edit8834",
		"status": "closed"
	},
	"EDIT8835": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 1] P4145R0 C++ Standard Library Ready Issues",
		"long_link": "https://github.com/cplusplus/draft/issues/8835",
		"link": "https://wg21.link/edit8835",
		"status": "closed"
	},
	"EDIT8836": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 2] P4146R0 C++ Standard Library Immediate Issues",
		"long_link": "https://github.com/cplusplus/draft/issues/8836",
		"link": "https://wg21.link/edit8836",
		"status": "closed"
	},
	"EDIT8837": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 3] P3690R1 Consistency fix: Make simd reductions SIMD-generic",
		"long_link": "https://github.com/cplusplus/draft/issues/8837",
		"link": "https://wg21.link/edit8837",
		"status": "closed"
	},
	"EDIT8838": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 4] P3844R4 Reword [simd.math] for consteval conversions",
		"long_link": "https://github.com/cplusplus/draft/issues/8838",
		"link": "https://wg21.link/edit8838",
		"status": "closed"
	},
	"EDIT8839": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 5] P3932R0 Fix LWG4470: Fix integer-from in [simd]",
		"long_link": "https://github.com/cplusplus/draft/issues/8839",
		"link": "https://wg21.link/edit8839",
		"status": "closed"
	},
	"EDIT8840": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 6] P4012R1 Value-preserving consteval broadcast to simd::vec",
		"long_link": "https://github.com/cplusplus/draft/issues/8840",
		"link": "https://wg21.link/edit8840",
		"status": "closed"
	},
	"EDIT8841": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 7] P3886R0 Wording for AT1-057",
		"long_link": "https://github.com/cplusplus/draft/issues/8841",
		"link": "https://wg21.link/edit8841",
		"status": "closed"
	},
	"EDIT8842": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 8] P3936R1 Safer atomic_ref::address (FR-030-310)",
		"long_link": "https://github.com/cplusplus/draft/issues/8842",
		"link": "https://wg21.link/edit8842",
		"status": "closed"
	},
	"EDIT8843": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 9] P4140R0 Proposed resolution for US70-126: allow incomplete types in type_order",
		"long_link": "https://github.com/cplusplus/draft/issues/8843",
		"link": "https://wg21.link/edit8843",
		"status": "closed"
	},
	"EDIT8844": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 10] P3373R4 Of Operation States and Their Lifetimes",
		"long_link": "https://github.com/cplusplus/draft/issues/8844",
		"link": "https://wg21.link/edit8844",
		"status": "closed"
	},
	"EDIT8845": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 11] P3986R1 A Wording Strategy for Inlinable Receivers",
		"long_link": "https://github.com/cplusplus/draft/issues/8845",
		"link": "https://wg21.link/edit8845",
		"status": "closed"
	},
	"EDIT8846": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 12] P3059R2 Making user-defined constructors of view iterators/sentinels private)",
		"long_link": "https://github.com/cplusplus/draft/issues/8846",
		"link": "https://wg21.link/edit8846",
		"status": "closed"
	},
	"EDIT8847": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 13] P3725R3 Filter View Extensions for Safer Use, Rev 3",
		"long_link": "https://github.com/cplusplus/draft/issues/8847",
		"link": "https://wg21.link/edit8847",
		"status": "closed"
	},
	"EDIT8848": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 14] P3828R1 Rename the to_input view to as_input",
		"long_link": "https://github.com/cplusplus/draft/issues/8848",
		"link": "https://wg21.link/edit8848",
		"status": "closed"
	},
	"EDIT8849": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 15] P3795R2 Miscellaneous Reflection Cleanup",
		"long_link": "https://github.com/cplusplus/draft/issues/8849",
		"link": "https://wg21.link/edit8849",
		"status": "closed"
	},
	"EDIT8850": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 16] P3948R1 constant_wrapper is the only tool needed",
		"long_link": "https://github.com/cplusplus/draft/issues/8850",
		"link": "https://wg21.link/edit8850",
		"status": "closed"
	},
	"EDIT8851": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 17] P3978R3 constant_wrapper should unwrap on call and subscript",
		"long_link": "https://github.com/cplusplus/draft/issues/8851",
		"link": "https://wg21.link/edit8851",
		"status": "closed"
	},
	"EDIT8852": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 18] P3961R1 Less double indirection in function_ref",
		"long_link": "https://github.com/cplusplus/draft/issues/8852",
		"link": "https://wg21.link/edit8852",
		"status": "closed"
	},
	"EDIT8853": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 19] P3981R2 Better return types in std::inplace_vector and std::exception_ptr_cast",
		"long_link": "https://github.com/cplusplus/draft/issues/8853",
		"link": "https://wg21.link/edit8853",
		"status": "closed"
	},
	"EDIT8854": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 20] P4022R0 Remove try_append_range from inplace_vector for now",
		"long_link": "https://github.com/cplusplus/draft/issues/8854",
		"link": "https://wg21.link/edit8854",
		"status": "closed"
	},
	"EDIT8855": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 21] P4037R1 Supporting signed char and unsigned char in random number generation",
		"long_link": "https://github.com/cplusplus/draft/issues/8855",
		"link": "https://wg21.link/edit8855",
		"status": "closed"
	},
	"EDIT8856": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 22] P3450R1 Extend std::is_within_lifetime",
		"long_link": "https://github.com/cplusplus/draft/issues/8856",
		"link": "https://wg21.link/edit8856",
		"status": "closed"
	},
	"EDIT8857": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 23] P3982R2 Split strided_slice into extent_slice and range_slice for C++26",
		"long_link": "https://github.com/cplusplus/draft/issues/8857",
		"link": "https://wg21.link/edit8857",
		"status": "closed"
	},
	"EDIT8858": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 24] P4144R1 Remove span’s initializer_list constructor for C++26",
		"long_link": "https://github.com/cplusplus/draft/issues/8858",
		"link": "https://wg21.link/edit8858",
		"status": "closed"
	},
	"EDIT8859": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 25] P3804R2 Iterating on parallel_scheduler",
		"long_link": "https://github.com/cplusplus/draft/issues/8859",
		"link": "https://wg21.link/edit8859",
		"status": "closed"
	},
	"EDIT8860": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 26] P3787R2 Adjoints to \"Enabling list-initialization for algorithms\"",
		"long_link": "https://github.com/cplusplus/draft/issues/8860",
		"link": "https://wg21.link/edit8860",
		"status": "closed"
	},
	"EDIT8861": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 27] P3842R2 A conservative fix for constexpr uncaught_exceptions() and current_exception()",
		"long_link": "https://github.com/cplusplus/draft/issues/8861",
		"link": "https://wg21.link/edit8861",
		"status": "closed"
	},
	"EDIT8862": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 28] P3826R5 Fix Sender Algorithm Customization",
		"long_link": "https://github.com/cplusplus/draft/issues/8862",
		"link": "https://wg21.link/edit8862",
		"status": "closed"
	},
	"EDIT8863": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 29] P3980R1 Task’s Allocator Use",
		"long_link": "https://github.com/cplusplus/draft/issues/8863",
		"link": "https://wg21.link/edit8863",
		"status": "closed"
	},
	"EDIT8864": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 30] P4156R0 Rename meta::has_ellipsis_parameter to meta::is_vararg_function",
		"long_link": "https://github.com/cplusplus/draft/issues/8864",
		"link": "https://wg21.link/edit8864",
		"status": "closed"
	},
	"EDIT8865": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 31] P3953R3 Rename std::runtime_format",
		"long_link": "https://github.com/cplusplus/draft/issues/8865",
		"link": "https://wg21.link/edit8865",
		"status": "closed"
	},
	"EDIT8866": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 32] P4052R0 Renaming saturation arithmetic functions",
		"long_link": "https://github.com/cplusplus/draft/issues/8866",
		"link": "https://wg21.link/edit8866",
		"status": "closed"
	},
	"EDIT8867": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 33] P3941R4 Scheduler Affinity",
		"long_link": "https://github.com/cplusplus/draft/issues/8867",
		"link": "https://wg21.link/edit8867",
		"status": "closed"
	},
	"EDIT8868": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 34] P3856R8 New reflection metafunction - is_structural_type",
		"long_link": "https://github.com/cplusplus/draft/issues/8868",
		"link": "https://wg21.link/edit8868",
		"status": "closed"
	},
	"EDIT8869": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 35] P3927R2 task_scheduler support for parallel bulk execution",
		"long_link": "https://github.com/cplusplus/draft/issues/8869",
		"link": "https://wg21.link/edit8869",
		"status": "closed"
	},
	"EDIT8870": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 36] P4151R1 Rename affine_on",
		"long_link": "https://github.com/cplusplus/draft/issues/8870",
		"link": "https://wg21.link/edit8870",
		"status": "closed"
	},
	"EDIT8871": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 37] P4159R0 Make sender_in and receiver_of exposition-only",
		"long_link": "https://github.com/cplusplus/draft/issues/8871",
		"link": "https://wg21.link/edit8871",
		"status": "closed"
	},
	"EDIT8872": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 38] P4154R0 Renaming various execution things",
		"long_link": "https://github.com/cplusplus/draft/issues/8872",
		"link": "https://wg21.link/edit8872",
		"status": "closed"
	},
	"EDIT8873": {
		"type": "issue",
		"title": "[2026-03 CWG Motion 4] P3924R1 Fix inappropriate font choices for \"declaration\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8873",
		"link": "https://wg21.link/edit8873",
		"status": "closed"
	},
	"EDIT8874": {
		"type": "issue",
		"title": "[2026-03 CWG Motion 5] P4136R2 #line is not in line with existing implementation",
		"long_link": "https://github.com/cplusplus/draft/pull/8874",
		"link": "https://wg21.link/edit8874",
		"status": "closed"
	},
	"EDIT8875": {
		"type": "issue",
		"title": "[2026-03 CWG Motion 6] P4004R1 Reconsider CWG 1395 \"Partial ordering of variadic templates reconsidered\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8875",
		"link": "https://wg21.link/edit8875",
		"status": "closed"
	},
	"EDIT8876": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 21] P4037R1 Supporting signed char and unsigned char in random number generation",
		"long_link": "https://github.com/cplusplus/draft/pull/8876",
		"link": "https://wg21.link/edit8876",
		"status": "closed"
	},
	"EDIT8877": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 32] P4052R0 Renaming saturation arithmetic functions",
		"long_link": "https://github.com/cplusplus/draft/pull/8877",
		"link": "https://wg21.link/edit8877",
		"status": "closed"
	},
	"EDIT8878": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 16] P3948R1 constant_wrapper is the only tool needed",
		"long_link": "https://github.com/cplusplus/draft/pull/8878",
		"link": "https://wg21.link/edit8878",
		"status": "closed"
	},
	"EDIT8879": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 31] P3953R3 Rename `std::runtime_format`",
		"long_link": "https://github.com/cplusplus/draft/pull/8879",
		"link": "https://wg21.link/edit8879",
		"status": "closed"
	},
	"EDIT8880": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 30] P4156R0 Rename `meta::has_ellipsis_parameter` to `meta::is_vararg_function`",
		"long_link": "https://github.com/cplusplus/draft/pull/8880",
		"link": "https://wg21.link/edit8880",
		"status": "closed"
	},
	"EDIT8881": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 22] P3450R1 Extend `std::is_within_lifetime`",
		"long_link": "https://github.com/cplusplus/draft/pull/8881",
		"link": "https://wg21.link/edit8881",
		"status": "closed"
	},
	"EDIT8882": {
		"type": "issue",
		"title": "[includes] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8882",
		"link": "https://wg21.link/edit8882",
		"status": "closed"
	},
	"EDIT8883": {
		"type": "issue",
		"title": "[coroutine.handle.general,coroutine.handle.noop.general] Place left curly bracket at end",
		"long_link": "https://github.com/cplusplus/draft/pull/8883",
		"link": "https://wg21.link/edit8883",
		"status": "closed"
	},
	"EDIT8884": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 17] P3978R3 constant_wrapper should unwrap on call and subscript",
		"long_link": "https://github.com/cplusplus/draft/pull/8884",
		"link": "https://wg21.link/edit8884",
		"status": "closed"
	},
	"EDIT8885": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 3] P3690R1 Consistency fix: Make simd reductions SIMD-generic",
		"long_link": "https://github.com/cplusplus/draft/pull/8885",
		"link": "https://wg21.link/edit8885",
		"status": "closed"
	},
	"EDIT8886": {
		"type": "issue",
		"title": "[2026-03 CWG Motion 7] P3865R3 Class template argument deduction (CTAD) for type template template parameters",
		"long_link": "https://github.com/cplusplus/draft/pull/8886",
		"link": "https://wg21.link/edit8886",
		"status": "closed"
	},
	"EDIT8887": {
		"type": "issue",
		"title": "[2026-03 CWG Motion 8] P3598R0 CWG 3158 - const-ification of Splice Expressions",
		"long_link": "https://github.com/cplusplus/draft/pull/8887",
		"link": "https://wg21.link/edit8887",
		"status": "closed"
	},
	"EDIT8888": {
		"type": "issue",
		"title": "[2026-03 CWG Motion 9] P3726R2 Adjustments to Union Lifetime Rules",
		"long_link": "https://github.com/cplusplus/draft/pull/8888",
		"link": "https://wg21.link/edit8888",
		"status": "closed"
	},
	"EDIT8889": {
		"type": "issue",
		"title": "[2026-03 CWG Motion 11] P4149R1 Define \"immediate context\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8889",
		"link": "https://wg21.link/edit8889",
		"status": "closed"
	},
	"EDIT8890": {
		"type": "issue",
		"title": "[2026-03 CWG Motion 10] P4143R0 Constant evaluation when?",
		"long_link": "https://github.com/cplusplus/draft/pull/8890",
		"link": "https://wg21.link/edit8890",
		"status": "closed"
	},
	"EDIT8891": {
		"type": "issue",
		"title": "[basic.fundamental] Remove \"integer type\"",
		"long_link": "https://github.com/cplusplus/draft/issues/8891",
		"link": "https://wg21.link/edit8891",
		"status": "open"
	},
	"EDIT8892": {
		"type": "issue",
		"title": "[2026-03 CWG Motion 12] P3769R1 Clarification of placement new deallocation",
		"long_link": "https://github.com/cplusplus/draft/pull/8892",
		"link": "https://wg21.link/edit8892",
		"status": "closed"
	},
	"EDIT8893": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 8] P3936R1 Safer atomic_ref::address (FR-030-310)",
		"long_link": "https://github.com/cplusplus/draft/pull/8893",
		"link": "https://wg21.link/edit8893",
		"status": "closed"
	},
	"EDIT8894": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 7] P3886R0 Wording for AT1-057",
		"long_link": "https://github.com/cplusplus/draft/pull/8894",
		"link": "https://wg21.link/edit8894",
		"status": "closed"
	},
	"EDIT8895": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 9] P4140R0 Proposed resolution for US70-126: allow incomplete types in type order",
		"long_link": "https://github.com/cplusplus/draft/pull/8895",
		"link": "https://wg21.link/edit8895",
		"status": "closed"
	},
	"EDIT8896": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 20] P4022R0 Remove `try_append_range` from `inplace_vector` for now",
		"long_link": "https://github.com/cplusplus/draft/pull/8896",
		"link": "https://wg21.link/edit8896",
		"status": "closed"
	},
	"EDIT8897": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 14] P3828R1 Rename the to_input view to as_input",
		"long_link": "https://github.com/cplusplus/draft/pull/8897",
		"link": "https://wg21.link/edit8897",
		"status": "closed"
	},
	"EDIT8898": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 19] P3981R2 Better return types in `std::inplace_vector` and `std::exception_ptr_cast`",
		"long_link": "https://github.com/cplusplus/draft/pull/8898",
		"link": "https://wg21.link/edit8898",
		"status": "closed"
	},
	"EDIT8899": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 10] P3373R4 Of Operation States and Their Lifetimes",
		"long_link": "https://github.com/cplusplus/draft/pull/8899",
		"link": "https://wg21.link/edit8899",
		"status": "closed"
	},
	"EDIT8900": {
		"type": "issue",
		"title": "[stacktrace.basic.nonmem] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8900",
		"link": "https://wg21.link/edit8900",
		"status": "closed"
	},
	"EDIT8901": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 18] P3961R1 Less double indirection in function_ref (RU-220)",
		"long_link": "https://github.com/cplusplus/draft/pull/8901",
		"link": "https://wg21.link/edit8901",
		"status": "closed"
	},
	"EDIT8902": {
		"type": "issue",
		"title": "[uaxid.def.general] Rendering bug",
		"long_link": "https://github.com/cplusplus/draft/issues/8902",
		"link": "https://wg21.link/edit8902",
		"status": "closed"
	},
	"EDIT8903": {
		"type": "issue",
		"title": "[depr.c.macros], [cfloat.syn] Fix incorrect references to C standard",
		"long_link": "https://github.com/cplusplus/draft/pull/8903",
		"link": "https://wg21.link/edit8903",
		"status": "closed"
	},
	"EDIT8904": {
		"type": "issue",
		"title": "Inconsistent parameter names for erase members of unordered containers",
		"long_link": "https://github.com/cplusplus/draft/issues/8904",
		"link": "https://wg21.link/edit8904",
		"status": "open"
	},
	"EDIT8905": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 26] P3787R2 Adjoints to \"Enabling list-initialization for algorithms\": uninitialized_fill",
		"long_link": "https://github.com/cplusplus/draft/pull/8905",
		"link": "https://wg21.link/edit8905",
		"status": "closed"
	},
	"EDIT8906": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 27] P3842R2 A conservative fix for constexpr uncaught_exceptions() and current_exception()",
		"long_link": "https://github.com/cplusplus/draft/pull/8906",
		"link": "https://wg21.link/edit8906",
		"status": "closed"
	},
	"EDIT8907": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 24] P4144R1 Remove span’s initializer_list constructor for C++26",
		"long_link": "https://github.com/cplusplus/draft/pull/8907",
		"link": "https://wg21.link/edit8907",
		"status": "closed"
	},
	"EDIT8908": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 34] P3856R8 New reflection metafunction - is_structural_type (US NB comment 49)",
		"long_link": "https://github.com/cplusplus/draft/pull/8908",
		"link": "https://wg21.link/edit8908",
		"status": "closed"
	},
	"EDIT8909": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 23] P3982R2 Split `strided_slice` into `extent_slice` and `range_slice` for C++26",
		"long_link": "https://github.com/cplusplus/draft/pull/8909",
		"link": "https://wg21.link/edit8909",
		"status": "closed"
	},
	"EDIT8910": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 15] P3795R2 Miscellaneous Reflection Cleanup",
		"long_link": "https://github.com/cplusplus/draft/pull/8910",
		"link": "https://wg21.link/edit8910",
		"status": "closed"
	},
	"EDIT8911": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 12] P3059R2 Making user-defined constructors of view iterators/sentinels private",
		"long_link": "https://github.com/cplusplus/draft/pull/8911",
		"link": "https://wg21.link/edit8911",
		"status": "closed"
	},
	"EDIT8912": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 25] P3804R2 Iterating on parallel_scheduler",
		"long_link": "https://github.com/cplusplus/draft/pull/8912",
		"link": "https://wg21.link/edit8912",
		"status": "closed"
	},
	"EDIT8913": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 13] P3725R3 Filter View Extensions for Safer Use, Rev 3",
		"long_link": "https://github.com/cplusplus/draft/pull/8913",
		"link": "https://wg21.link/edit8913",
		"status": "closed"
	},
	"EDIT8914": {
		"type": "issue",
		"title": "[mdspan.mdspan.cons] Fix typo (`is_nothrow_constructible` => `is_nothrow_constructible_v`)",
		"long_link": "https://github.com/cplusplus/draft/pull/8914",
		"link": "https://wg21.link/edit8914",
		"status": "closed"
	},
	"EDIT8915": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 11] P3986R1 A Wording Strategy for Inlinable Receivers",
		"long_link": "https://github.com/cplusplus/draft/pull/8915",
		"link": "https://wg21.link/edit8915",
		"status": "closed"
	},
	"EDIT8916": {
		"type": "issue",
		"title": "[atomics.types.operations] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8916",
		"link": "https://wg21.link/edit8916",
		"status": "closed"
	},
	"EDIT8917": {
		"type": "issue",
		"title": "[task.promise] `operator new` definition does not match synopsis",
		"long_link": "https://github.com/cplusplus/draft/issues/8917",
		"link": "https://wg21.link/edit8917",
		"status": "closed"
	},
	"EDIT8918": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 29] P3980R1 Task’s Allocator Use",
		"long_link": "https://github.com/cplusplus/draft/pull/8918",
		"link": "https://wg21.link/edit8918",
		"status": "closed"
	},
	"EDIT8919": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 28] P3826R5 Fix Sender Algorithm Customization",
		"long_link": "https://github.com/cplusplus/draft/pull/8919",
		"link": "https://wg21.link/edit8919",
		"status": "closed"
	},
	"EDIT8920": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 6] P4012R1 Value-preserving consteval broadcast to simd::vec",
		"long_link": "https://github.com/cplusplus/draft/pull/8920",
		"link": "https://wg21.link/edit8920",
		"status": "closed"
	},
	"EDIT8921": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 5] P3932R0 Fix LWG4470: Fix integer-from in [simd]",
		"long_link": "https://github.com/cplusplus/draft/pull/8921",
		"link": "https://wg21.link/edit8921",
		"status": "closed"
	},
	"EDIT8922": {
		"type": "issue",
		"title": "[Motions 2026 03 cwg 2] P4160R0 DR issues except <long list>",
		"long_link": "https://github.com/cplusplus/draft/pull/8922",
		"link": "https://wg21.link/edit8922",
		"status": "closed"
	},
	"EDIT8923": {
		"type": "issue",
		"title": "[2026-03 CWG Motion 13] Issue 3141 in P4160R0 (CWG3141 Unique objects from define_static_array)",
		"long_link": "https://github.com/cplusplus/draft/pull/8923",
		"link": "https://wg21.link/edit8923",
		"status": "closed"
	},
	"EDIT8924": {
		"type": "issue",
		"title": "[Motions 2026 03 cwg 3] P4160R0 non-DR issues",
		"long_link": "https://github.com/cplusplus/draft/pull/8924",
		"link": "https://wg21.link/edit8924",
		"status": "closed"
	},
	"EDIT8925": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 33] P3941R4 Scheduler Affinity",
		"long_link": "https://github.com/cplusplus/draft/pull/8925",
		"link": "https://wg21.link/edit8925",
		"status": "closed"
	},
	"EDIT8926": {
		"type": "issue",
		"title": "[Motions 2026 03 lwg 1] P4145R0 C++ Standard Library Ready Issues",
		"long_link": "https://github.com/cplusplus/draft/pull/8926",
		"link": "https://wg21.link/edit8926",
		"status": "closed"
	},
	"EDIT8927": {
		"type": "issue",
		"title": "[2026-03 LWG Motion 35] P3927R2 task_scheduler support for parallel bulk execution",
		"long_link": "https://github.com/cplusplus/draft/pull/8927",
		"link": "https://wg21.link/edit8927",
		"status": "closed"
	},
	"EDIT8928": {
		"type": "issue",
		"title": "[mdspan.mdspan.overview] Simplify dextents to dims",
		"long_link": "https://github.com/cplusplus/draft/pull/8928",
		"link": "https://wg21.link/edit8928",
		"status": "closed"
	},
	"EDIT8929": {
		"type": "issue",
		"title": "[basic.extended.fp] Reference C23 instead of \"future versions\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8929",
		"link": "https://wg21.link/edit8929",
		"status": "closed"
	},
	"EDIT8930": {
		"type": "issue",
		"title": "[linalg.scaled.scaledaccessor, linalg.conj.conjugatedaccessor] Added missing typename",
		"long_link": "https://github.com/cplusplus/draft/pull/8930",
		"link": "https://wg21.link/edit8930",
		"status": "closed"
	},
	"EDIT8931": {
		"type": "issue",
		"title": "[conv.rank] Add missing whitespace following `\\IsoC`",
		"long_link": "https://github.com/cplusplus/draft/pull/8931",
		"link": "https://wg21.link/edit8931",
		"status": "closed"
	},
	"EDIT8932": {
		"type": "issue",
		"title": "[linalg.scaled.scaledaccessor] Added underline for members",
		"long_link": "https://github.com/cplusplus/draft/pull/8932",
		"link": "https://wg21.link/edit8932",
		"status": "open"
	},
	"EDIT8933": {
		"type": "issue",
		"title": "[diff.expr] Update incorrect comment",
		"long_link": "https://github.com/cplusplus/draft/pull/8933",
		"link": "https://wg21.link/edit8933",
		"status": "closed"
	},
	"EDIT8934": {
		"type": "issue",
		"title": "[cpp.pre] Footnote makes unsupported claim that preprocessing directives are commonly called \"lines\"",
		"long_link": "https://github.com/cplusplus/draft/issues/8934",
		"link": "https://wg21.link/edit8934",
		"status": "closed"
	},
	"EDIT8935": {
		"type": "issue",
		"title": "[Motions 2026 03 lwg 2] P4146R0 C++ Standard Library Immediate Issues",
		"long_link": "https://github.com/cplusplus/draft/pull/8935",
		"link": "https://wg21.link/edit8935",
		"status": "closed"
	},
	"EDIT8936": {
		"type": "issue",
		"title": "[expr.const.defns] Inconsistent hyphenation between \"manifestly constant-evaluated\" and \"potentially constant evaluated\"",
		"long_link": "https://github.com/cplusplus/draft/issues/8936",
		"link": "https://wg21.link/edit8936",
		"status": "open"
	},
	"EDIT8937": {
		"type": "issue",
		"title": "\"potentially evaluated expression\" vs \"potentially-evaluated subexpression\"",
		"long_link": "https://github.com/cplusplus/draft/issues/8937",
		"link": "https://wg21.link/edit8937",
		"status": "open"
	},
	"EDIT8938": {
		"type": "issue",
		"title": "[thread.mutex.requirements] Remove normative duplication and refine cross-reference",
		"long_link": "https://github.com/cplusplus/draft/pull/8938",
		"link": "https://wg21.link/edit8938",
		"status": "open"
	},
	"EDIT8939": {
		"type": "issue",
		"title": "Unhyphenate \"potentially-evaluated\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8939",
		"link": "https://wg21.link/edit8939",
		"status": "open"
	},
	"EDIT8940": {
		"type": "issue",
		"title": "[mem.res.pool.overview] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8940",
		"link": "https://wg21.link/edit8940",
		"status": "closed"
	},
	"EDIT8941": {
		"type": "issue",
		"title": "[intro.object] Add \\tcode for arr in comment",
		"long_link": "https://github.com/cplusplus/draft/pull/8941",
		"link": "https://wg21.link/edit8941",
		"status": "closed"
	},
	"EDIT8942": {
		"type": "issue",
		"title": "[round.style] Unclear whether the specification is complete and unambiguous",
		"long_link": "https://github.com/cplusplus/draft/issues/8942",
		"link": "https://wg21.link/edit8942",
		"status": "open"
	},
	"EDIT8943": {
		"type": "issue",
		"title": "P3844R4 Reword [simd.math] for consteval conversions",
		"long_link": "https://github.com/cplusplus/draft/pull/8943",
		"link": "https://wg21.link/edit8943",
		"status": "closed"
	},
	"EDIT8944": {
		"type": "issue",
		"title": "[round.style] Remove \"the\" to clarify there may be multiple values",
		"long_link": "https://github.com/cplusplus/draft/pull/8944",
		"link": "https://wg21.link/edit8944",
		"status": "closed"
	},
	"EDIT8945": {
		"type": "issue",
		"title": "[mdspan.layout.leftpad.obs, mdspan.layout.rightpad.obs] Fix return type of `operator()`",
		"long_link": "https://github.com/cplusplus/draft/pull/8945",
		"link": "https://wg21.link/edit8945",
		"status": "closed"
	},
	"EDIT8946": {
		"type": "issue",
		"title": "[linalg.transp.layout.transpose] Replace `size_t` with `rank_type`",
		"long_link": "https://github.com/cplusplus/draft/pull/8946",
		"link": "https://wg21.link/edit8946",
		"status": "open"
	},
	"EDIT8947": {
		"type": "issue",
		"title": "[cpp.pre] Remove confused footnote about 'lines'",
		"long_link": "https://github.com/cplusplus/draft/pull/8947",
		"link": "https://wg21.link/edit8947",
		"status": "closed"
	},
	"EDIT8948": {
		"type": "issue",
		"title": "[linalg.algs.blas1.matonenorm] Use \\tcode for A",
		"long_link": "https://github.com/cplusplus/draft/pull/8948",
		"link": "https://wg21.link/edit8948",
		"status": "closed"
	},
	"EDIT8949": {
		"type": "issue",
		"title": "[mdspan.layout.leftpad.overview, mdspan.layout.rightpad.overview] Add `\\exposid` for `rank_` and `extents_`",
		"long_link": "https://github.com/cplusplus/draft/pull/8949",
		"link": "https://wg21.link/edit8949",
		"status": "closed"
	},
	"EDIT8950": {
		"type": "issue",
		"title": "[linalg] Add period for same line \\returns statement",
		"long_link": "https://github.com/cplusplus/draft/pull/8950",
		"link": "https://wg21.link/edit8950",
		"status": "closed"
	},
	"EDIT8951": {
		"type": "issue",
		"title": "[const.wrap.class] The deleted `operator,` overload has meaningless `constexpr` and `noexcept`",
		"long_link": "https://github.com/cplusplus/draft/issues/8951",
		"link": "https://wg21.link/edit8951",
		"status": "open"
	},
	"EDIT8952": {
		"type": "issue",
		"title": "Add `.vscode/` to `.gitignore`",
		"long_link": "https://github.com/cplusplus/draft/pull/8952",
		"link": "https://wg21.link/edit8952",
		"status": "closed"
	},
	"EDIT8953": {
		"type": "issue",
		"title": "[rand.req.genl] Add \\iref for [basic.fundamental]",
		"long_link": "https://github.com/cplusplus/draft/pull/8953",
		"link": "https://wg21.link/edit8953",
		"status": "closed"
	},
	"EDIT8954": {
		"type": "issue",
		"title": "[const.wrap.class] Remove `constexpr` and `noexcept` from `operator,`",
		"long_link": "https://github.com/cplusplus/draft/pull/8954",
		"link": "https://wg21.link/edit8954",
		"status": "open"
	},
	"EDIT8955": {
		"type": "issue",
		"title": "[func.wrap.ref.deduct] simplify wording",
		"long_link": "https://github.com/cplusplus/draft/pull/8955",
		"link": "https://wg21.link/edit8955",
		"status": "open"
	},
	"EDIT8956": {
		"type": "issue",
		"title": "[exec.get.domain] Remove superfluous period after \\end{itemize}",
		"long_link": "https://github.com/cplusplus/draft/pull/8956",
		"link": "https://wg21.link/edit8956",
		"status": "closed"
	},
	"EDIT8957": {
		"type": "issue",
		"title": "P4151R1 Rename `affine_on`",
		"long_link": "https://github.com/cplusplus/draft/pull/8957",
		"link": "https://wg21.link/edit8957",
		"status": "closed"
	},
	"EDIT8958": {
		"type": "issue",
		"title": "LWG Motion 37: P4159R0 Make `sender_in` and `receiver_of` exposition-only",
		"long_link": "https://github.com/cplusplus/draft/pull/8958",
		"link": "https://wg21.link/edit8958",
		"status": "closed"
	},
	"EDIT8959": {
		"type": "issue",
		"title": "LWG Motion 38: P4154R0 Renaming various execution things",
		"long_link": "https://github.com/cplusplus/draft/pull/8959",
		"link": "https://wg21.link/edit8959",
		"status": "closed"
	},
	"EDIT8960": {
		"type": "issue",
		"title": "[exec.task.scheduler] Move closing curly bracket in front of period",
		"long_link": "https://github.com/cplusplus/draft/pull/8960",
		"link": "https://wg21.link/edit8960",
		"status": "closed"
	},
	"EDIT8961": {
		"type": "issue",
		"title": "[linalg.scaled.scaledaccessor,linalg.conj.conjugatedaccessor] Added missing typename",
		"long_link": "https://github.com/cplusplus/draft/pull/8961",
		"link": "https://wg21.link/edit8961",
		"status": "closed"
	},
	"EDIT8962": {
		"type": "issue",
		"title": "[numarray] Remove incorrect comments for deleted default constructors",
		"long_link": "https://github.com/cplusplus/draft/pull/8962",
		"link": "https://wg21.link/edit8962",
		"status": "closed"
	},
	"EDIT8963": {
		"type": "issue",
		"title": "Typo in [fs.class.path]",
		"long_link": "https://github.com/cplusplus/draft/issues/8963",
		"link": "https://wg21.link/edit8963",
		"status": "closed"
	},
	"EDIT8964": {
		"type": "issue",
		"title": "[fs.class.path] Use a typedef-name instead of a typedef in a definition",
		"long_link": "https://github.com/cplusplus/draft/pull/8964",
		"link": "https://wg21.link/edit8964",
		"status": "closed"
	},
	"EDIT8965": {
		"type": "issue",
		"title": "[meta.syn, meta.define.static] Add @ for \\seebelow in code section",
		"long_link": "https://github.com/cplusplus/draft/pull/8965",
		"link": "https://wg21.link/edit8965",
		"status": "closed"
	},
	"EDIT8966": {
		"type": "issue",
		"title": "[meta.define.static] Format is messed up in `define_static_array`",
		"long_link": "https://github.com/cplusplus/draft/issues/8966",
		"link": "https://wg21.link/edit8966",
		"status": "closed"
	},
	"EDIT8967": {
		"type": "issue",
		"title": "[meta.define.static] Move misplaced \\end{codeblock}",
		"long_link": "https://github.com/cplusplus/draft/pull/8967",
		"link": "https://wg21.link/edit8967",
		"status": "closed"
	},
	"EDIT8968": {
		"type": "issue",
		"title": "[expr.const.defns,temp.inst] Hyphenate \"potentially constant evaluated\"",
		"long_link": "https://github.com/cplusplus/draft/pull/8968",
		"link": "https://wg21.link/edit8968",
		"status": "open"
	},
	"EDIT8969": {
		"type": "issue",
		"title": "[set.intersection] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8969",
		"link": "https://wg21.link/edit8969",
		"status": "closed"
	},
	"EDIT8970": {
		"type": "issue",
		"title": "[basic.types.general] Add missing \\tcode in comment",
		"long_link": "https://github.com/cplusplus/draft/pull/8970",
		"link": "https://wg21.link/edit8970",
		"status": "closed"
	},
	"EDIT8971": {
		"type": "issue",
		"title": "[format.arguments, depr.format.arg] Apply `\\exposid` consistently",
		"long_link": "https://github.com/cplusplus/draft/pull/8971",
		"link": "https://wg21.link/edit8971",
		"status": "closed"
	},
	"EDIT8972": {
		"type": "issue",
		"title": "[meta.define.static] Fix indent",
		"long_link": "https://github.com/cplusplus/draft/pull/8972",
		"link": "https://wg21.link/edit8972",
		"status": "closed"
	},
	"EDIT8973": {
		"type": "issue",
		"title": "[exec.scope.simple.counting.general] Fix comment alignment",
		"long_link": "https://github.com/cplusplus/draft/pull/8973",
		"link": "https://wg21.link/edit8973",
		"status": "closed"
	},
	"EDIT8974": {
		"type": "issue",
		"title": "[expr.ref] Do not say that the direct base relationship is (T1, B)",
		"long_link": "https://github.com/cplusplus/draft/pull/8974",
		"link": "https://wg21.link/edit8974",
		"status": "open"
	},
	"EDIT8975": {
		"type": "issue",
		"title": "[mdspan.syn, mdspan.sub.range.slices] Remove redundant std",
		"long_link": "https://github.com/cplusplus/draft/pull/8975",
		"link": "https://wg21.link/edit8975",
		"status": "closed"
	},
	"EDIT8976": {
		"type": "issue",
		"title": "[mdspan.sub.helpers] Add missing \\exposid and use \\exposconcept",
		"long_link": "https://github.com/cplusplus/draft/pull/8976",
		"link": "https://wg21.link/edit8976",
		"status": "closed"
	},
	"EDIT8977": {
		"type": "issue",
		"title": "[mdspan.sub.helpers] Use period for \\returns",
		"long_link": "https://github.com/cplusplus/draft/pull/8977",
		"link": "https://wg21.link/edit8977",
		"status": "closed"
	},
	"EDIT8978": {
		"type": "issue",
		"title": "[meta.define.static] Use \\itcorr instead of \\seebelownc",
		"long_link": "https://github.com/cplusplus/draft/pull/8978",
		"link": "https://wg21.link/edit8978",
		"status": "open"
	},
	"EDIT8979": {
		"type": "issue",
		"title": "[exec.prop] Add \\libconcept for sender",
		"long_link": "https://github.com/cplusplus/draft/pull/8979",
		"link": "https://wg21.link/edit8979",
		"status": "closed"
	},
	"EDIT8980": {
		"type": "issue",
		"title": "[func.wrap.ref.class] Rename the parameter `c` in `constant_wrapper<c, F>`?",
		"long_link": "https://github.com/cplusplus/draft/issues/8980",
		"link": "https://wg21.link/edit8980",
		"status": "open"
	},
	"EDIT8981": {
		"type": "issue",
		"title": "[range.split.iterator] Add indent",
		"long_link": "https://github.com/cplusplus/draft/pull/8981",
		"link": "https://wg21.link/edit8981",
		"status": "closed"
	},
	"EDIT8982": {
		"type": "issue",
		"title": "[range.concat.iterator] Remove spurious newline",
		"long_link": "https://github.com/cplusplus/draft/pull/8982",
		"link": "https://wg21.link/edit8982",
		"status": "closed"
	},
	"EDIT8983": {
		"type": "issue",
		"title": "[utility.arg.requirements]/2 is useless and technically incorrect",
		"long_link": "https://github.com/cplusplus/draft/issues/8983",
		"link": "https://wg21.link/edit8983",
		"status": "closed"
	},
	"EDIT8984": {
		"type": "issue",
		"title": "[exec.let] Remove superfluous blank extra line",
		"long_link": "https://github.com/cplusplus/draft/pull/8984",
		"link": "https://wg21.link/edit8984",
		"status": "closed"
	},
	"EDIT8985": {
		"type": "issue",
		"title": "[exec.continues.on] Remove spurious newline",
		"long_link": "https://github.com/cplusplus/draft/pull/8985",
		"link": "https://wg21.link/edit8985",
		"status": "closed"
	},
	"EDIT8986": {
		"type": "issue",
		"title": "[mdspan.sub.range.slices] Remove code format for range slices",
		"long_link": "https://github.com/cplusplus/draft/pull/8986",
		"link": "https://wg21.link/edit8986",
		"status": "closed"
	},
	"EDIT8987": {
		"type": "issue",
		"title": "[utility.arg.requirements] Strike redundant text about core language rules",
		"long_link": "https://github.com/cplusplus/draft/pull/8987",
		"link": "https://wg21.link/edit8987",
		"status": "closed"
	},
	"EDIT8988": {
		"type": "issue",
		"title": "[re.tokiter.general] Fix incorrect `suffix.match`",
		"long_link": "https://github.com/cplusplus/draft/pull/8988",
		"link": "https://wg21.link/edit8988",
		"status": "closed"
	},
	"EDIT8989": {
		"type": "issue",
		"title": "[set.symmetric.difference] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8989",
		"link": "https://wg21.link/edit8989",
		"status": "closed"
	},
	"EDIT8990": {
		"type": "issue",
		"title": "[meta.define.static] correct note after CWG3141",
		"long_link": "https://github.com/cplusplus/draft/pull/8990",
		"link": "https://wg21.link/edit8990",
		"status": "closed"
	},
	"EDIT8991": {
		"type": "issue",
		"title": "[simd.reductions] Improve `reduce_min`/reduce_max` return type specification",
		"long_link": "https://github.com/cplusplus/draft/issues/8991",
		"link": "https://wg21.link/edit8991",
		"status": "closed"
	},
	"EDIT8992": {
		"type": "issue",
		"title": "[atomics.types.int] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8992",
		"link": "https://wg21.link/edit8992",
		"status": "closed"
	},
	"EDIT8993": {
		"type": "issue",
		"title": "[simd.{syn,math}] Rename parameters of new overloads of various special maths functions:",
		"long_link": "https://github.com/cplusplus/draft/pull/8993",
		"link": "https://wg21.link/edit8993",
		"status": "closed"
	},
	"EDIT8994": {
		"type": "issue",
		"title": "[simd.math] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/8994",
		"link": "https://wg21.link/edit8994",
		"status": "closed"
	},
	"EDIT8995": {
		"type": "issue",
		"title": "[linalg.algs.blas2.rank1,linalg.algs.blas2.symherrank1] Restore missing arguments in P3371R5 updating overloads",
		"long_link": "https://github.com/cplusplus/draft/pull/8995",
		"link": "https://wg21.link/edit8995",
		"status": "closed"
	},
	"EDIT8996": {
		"type": "issue",
		"title": "[mdspan.sub.sub] Fix submdspan slice canonicalization",
		"long_link": "https://github.com/cplusplus/draft/pull/8996",
		"link": "https://wg21.link/edit8996",
		"status": "closed"
	},
	"EDIT8997": {
		"type": "issue",
		"title": "[mdspan.sub.map.sliceable] Fix M::extent_type to M::extents_type",
		"long_link": "https://github.com/cplusplus/draft/pull/8997",
		"link": "https://wg21.link/edit8997",
		"status": "closed"
	},
	"EDIT8998": {
		"type": "issue",
		"title": "[mdspan.sub.map.sliceable] Use lm in sliceable-mapping concept body",
		"long_link": "https://github.com/cplusplus/draft/pull/8998",
		"link": "https://wg21.link/edit8998",
		"status": "closed"
	},
	"EDIT8999": {
		"type": "issue",
		"title": "[views.multidim] Index various `<mdspan>` components",
		"long_link": "https://github.com/cplusplus/draft/pull/8999",
		"link": "https://wg21.link/edit8999",
		"status": "closed"
	},
	"EDIT9000": {
		"type": "issue",
		"title": "[exec.get.compl.sched] Remove spurious @",
		"long_link": "https://github.com/cplusplus/draft/pull/9000",
		"link": "https://wg21.link/edit9000",
		"status": "closed"
	},
	"EDIT9001": {
		"type": "issue",
		"title": "[exec.spawn.future] Add missing @",
		"long_link": "https://github.com/cplusplus/draft/pull/9001",
		"link": "https://wg21.link/edit9001",
		"status": "closed"
	},
	"EDIT9002": {
		"type": "issue",
		"title": "[time] Cleanup exposition-only names",
		"long_link": "https://github.com/cplusplus/draft/pull/9002",
		"link": "https://wg21.link/edit9002",
		"status": "open"
	},
	"EDIT9003": {
		"type": "issue",
		"title": "[variant] A better name for `GET`",
		"long_link": "https://github.com/cplusplus/draft/issues/9003",
		"link": "https://wg21.link/edit9003",
		"status": "open"
	},
	"EDIT9004": {
		"type": "issue",
		"title": "[support] Correct formatting for exposition-only names",
		"long_link": "https://github.com/cplusplus/draft/pull/9004",
		"link": "https://wg21.link/edit9004",
		"status": "open"
	},
	"EDIT9005": {
		"type": "issue",
		"title": "[rand.synopsis] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/9005",
		"link": "https://wg21.link/edit9005",
		"status": "closed"
	},
	"EDIT9006": {
		"type": "issue",
		"title": "[Editorial] Fix various typos and missing punctuation in multiple code synopses",
		"long_link": "https://github.com/cplusplus/draft/pull/9006",
		"link": "https://wg21.link/edit9006",
		"status": "closed"
	},
	"EDIT9007": {
		"type": "issue",
		"title": "[hardware.interference] Bad examples of using alignas",
		"long_link": "https://github.com/cplusplus/draft/issues/9007",
		"link": "https://wg21.link/edit9007",
		"status": "open"
	},
	"EDIT9008": {
		"type": "issue",
		"title": "[alg.rand.generate] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/9008",
		"link": "https://wg21.link/edit9008",
		"status": "closed"
	},
	"EDIT9009": {
		"type": "issue",
		"title": "[atomics.types.int] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/9009",
		"link": "https://wg21.link/edit9009",
		"status": "closed"
	},
	"EDIT9010": {
		"type": "issue",
		"title": "[expr.sub, expr.call] Clarify that expression is discarded when overload resolution selects a static member function",
		"long_link": "https://github.com/cplusplus/draft/issues/9010",
		"link": "https://wg21.link/edit9010",
		"status": "closed"
	},
	"EDIT9011": {
		"type": "issue",
		"title": "[template.bitset.general] fix indexing of reference::operator~",
		"long_link": "https://github.com/cplusplus/draft/pull/9011",
		"link": "https://wg21.link/edit9011",
		"status": "closed"
	},
	"EDIT9012": {
		"type": "issue",
		"title": "[expr.prim.id.general] Unindex id-expression as text",
		"long_link": "https://github.com/cplusplus/draft/pull/9012",
		"link": "https://wg21.link/edit9012",
		"status": "closed"
	},
	"EDIT9013": {
		"type": "issue",
		"title": "Inconsistent indexing and formatting of typedef declaration",
		"long_link": "https://github.com/cplusplus/draft/issues/9013",
		"link": "https://wg21.link/edit9013",
		"status": "closed"
	},
	"EDIT9014": {
		"type": "issue",
		"title": "[dcl.typedef] Fix indexing for 'declaration, typedef'",
		"long_link": "https://github.com/cplusplus/draft/pull/9014",
		"link": "https://wg21.link/edit9014",
		"status": "closed"
	},
	"EDIT9015": {
		"type": "issue",
		"title": "[format.range.fmtkind] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/9015",
		"link": "https://wg21.link/edit9015",
		"status": "closed"
	},
	"EDIT9016": {
		"type": "issue",
		"title": "[atomics.ref.float] Fix indentation",
		"long_link": "https://github.com/cplusplus/draft/pull/9016",
		"link": "https://wg21.link/edit9016",
		"status": "closed"
	},
	"EDIT9017": {
		"type": "issue",
		"title": "[istream.formatted.arithmetic] remove unnecessary whitespace in codeb…",
		"long_link": "https://github.com/cplusplus/draft/pull/9017",
		"link": "https://wg21.link/edit9017",
		"status": "closed"
	},
	"EWG1": {
		"type": "issue",
		"title": "N3638, N3582, N3386 Return type deduction for normal functions",
		"long_link": "https://cplusplus.github.io/EWG/ewg-complete.html#1",
		"link": "https://wg21.link/ewg1",
		"section": "7.1.6.4 [dcl.spec.auto]",
		"status": "C++14",
		"submitter": "Jason Merrill",
		"opened": "2012-03-27",
		"last_modified": "2015-05-22",
		"papers": [
			"N3638",
			"N3582",
			"N3386"
		]
	},
	"EWG2": {
		"type": "issue",
		"title": "N3387 Overload resolution tiebreakers for integer types",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#2",
		"link": "https://wg21.link/ewg2",
		"section": "4.13 [conv.rank]",
		"status": "Open",
		"submitter": "Jens Maurer",
		"opened": "2012-09-12",
		"last_modified": "2015-05-22",
		"papers": [
			"N3387"
		]
	},
	"EWG3": {
		"type": "issue",
		"title": "N3760, N3394 [[deprecated]] attribute",
		"long_link": "https://cplusplus.github.io/EWG/ewg-complete.html#3",
		"link": "https://wg21.link/ewg3",
		"section": "7.6 [dcl.attr]",
		"status": "C++14",
		"submitter": "Alberto Ganesh Barbati",
		"opened": "2012-06-12",
		"last_modified": "2015-05-22",
		"papers": [
			"N3760",
			"N3394"
		]
	},
	"EWG4": {
		"type": "issue",
		"title": "N3396 Dynamic memory allocation for over-aligned data",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#4",
		"link": "https://wg21.link/ewg4",
		"section": "18.6 [support.dynamic]",
		"status": "Open",
		"submitter": "Clark Nelson",
		"opened": "2012-08-30",
		"last_modified": "2015-05-22",
		"papers": [
			"N3396"
		]
	},
	"EWG5": {
		"type": "issue",
		"title": "N3400 A proposal for eliminating the underscore madness that library writers have to suffer",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#5",
		"link": "https://wg21.link/ewg5",
		"section": "16.3 [cpp.replace]",
		"status": "New",
		"submitter": "Jonathan de Boyne Pollard",
		"opened": "2012-09-21",
		"last_modified": "2015-05-22",
		"papers": [
			"N3400"
		]
	},
	"EWG6": {
		"type": "issue",
		"title": "N3667, N3401 Generating move operations (elaborating on Core 1402)",
		"long_link": "https://cplusplus.github.io/EWG/ewg-complete.html#6",
		"link": "https://wg21.link/ewg6",
		"section": "12.8 [class.copy]",
		"status": "C++14",
		"submitter": "Ville Voutilainen",
		"opened": "2012-09-21",
		"last_modified": "2015-05-22",
		"papers": [
			"N3667",
			"N3401"
		]
	},
	"EWG7": {
		"type": "issue",
		"title": "N3642, N3468, N3402 User-defined Literals for Standard Library Types, N3472 Binary Literals in the C++ Core Language",
		"long_link": "https://cplusplus.github.io/EWG/ewg-complete.html#7",
		"link": "https://wg21.link/ewg7",
		"section": "2.14.2 [lex.icon]",
		"status": "C++14",
		"submitter": "Peter Sommerlad",
		"opened": "2012-09-08",
		"last_modified": "2015-05-22",
		"papers": [
			"N3642",
			"N3468",
			"N3402",
			"N3472"
		]
	},
	"EWG8": {
		"type": "issue",
		"title": "N3492, N3403 Use Cases for Compile-Time Reflection",
		"long_link": "https://cplusplus.github.io/EWG/ewg-complete.html#8",
		"link": "https://wg21.link/ewg8",
		"section": "18 [language.support]",
		"status": "Resolved",
		"submitter": "Mike Spertus",
		"opened": "2012-09-22",
		"last_modified": "2015-05-22",
		"papers": [
			"N3492",
			"N3403"
		]
	},
	"EWG9": {
		"type": "issue",
		"title": "N4469 Template Argument Type Deduction, N3601 Implicit template parameters, N3405 Template Tidbits",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#9",
		"link": "https://wg21.link/ewg9",
		"section": "14 [temp]",
		"status": "Open",
		"submitter": "Mike Spertus",
		"opened": "2012-09-22",
		"last_modified": "2015-05-22",
		"papers": [
			"N4469",
			"N3601",
			"N3405"
		]
	},
	"EWG10": {
		"type": "issue",
		"title": "N3407 Proposal to Add Decimal Floating Point Support to C++",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#10",
		"link": "https://wg21.link/ewg10",
		"section": "17 [library]",
		"status": "New",
		"submitter": "Dietmar K�hl",
		"opened": "2012-09-14",
		"last_modified": "2015-05-22",
		"papers": [
			"N3407"
		]
	},
	"EWG11": {
		"type": "issue",
		"title": "N3409 Strict Fork-Join Parallelism",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#11",
		"link": "https://wg21.link/ewg11",
		"section": "1.10 [intro.multithread]",
		"status": "New",
		"submitter": "Pablo Halpern",
		"opened": "2012-09-24",
		"last_modified": "2015-05-22",
		"papers": [
			"N3409"
		]
	},
	"EWG12": {
		"type": "issue",
		"title": "N3410 Rich Pointers with Dynamic and Static Introspection",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#12",
		"link": "https://wg21.link/ewg12",
		"section": "20.9 [meta]",
		"status": "NAD",
		"submitter": "Dean Michael Berris",
		"opened": "2012-09-18",
		"last_modified": "2015-05-22",
		"papers": [
			"N3410"
		]
	},
	"EWG13": {
		"type": "issue",
		"title": "N3639, N3497, N3467, N3412 Runtime-sized arrays with automatic storage duration",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#13",
		"link": "https://wg21.link/ewg13",
		"section": "3.9 [basic.types]",
		"status": "Open",
		"submitter": "Jens Maurer",
		"opened": "2012-09-19",
		"last_modified": "2015-05-22",
		"papers": [
			"N3639",
			"N3497",
			"N3467",
			"N3412"
		]
	},
	"EWG14": {
		"type": "issue",
		"title": "N3413 Allowing arbitrary literal types for non-type template parameters",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#14",
		"link": "https://wg21.link/ewg14",
		"section": "14.1 [temp.param]",
		"status": "Open",
		"submitter": "Jens Maurer",
		"opened": "2012-09-19",
		"last_modified": "2015-05-22",
		"papers": [
			"N3413"
		]
	},
	"EWG15": {
		"type": "issue",
		"title": "N3416 Packaging Parameter Packs",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#15",
		"link": "https://wg21.link/ewg15",
		"section": "14.1 [temp.param]",
		"status": "New",
		"submitter": "Mike Spertus",
		"opened": "2012-09-21",
		"last_modified": "2015-05-22",
		"papers": [
			"N3416"
		]
	},
	"EWG16": {
		"type": "issue",
		"title": "N3649, N3560, N3559, N3418 Proposal for Generic (Polymorphic) Lambda Expressions",
		"long_link": "https://cplusplus.github.io/EWG/ewg-complete.html#16",
		"link": "https://wg21.link/ewg16",
		"section": "5.1.2 [expr.prim.lambda]",
		"status": "C++14",
		"submitter": "Faisal Vali",
		"opened": "2012-09-21",
		"last_modified": "2015-05-22",
		"papers": [
			"N3649",
			"N3560",
			"N3559",
			"N3418"
		]
	},
	"EWG17": {
		"type": "issue",
		"title": "N3419 Vector loops and Parallel Loops",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#17",
		"link": "https://wg21.link/ewg17",
		"section": "1.10 [intro.multithread]",
		"status": "Open",
		"submitter": "Robert Geva",
		"opened": "2012-09-21",
		"last_modified": "2015-05-22",
		"papers": [
			"N3419"
		]
	},
	"EWG18": {
		"type": "issue",
		"title": "N3424 Lambda Correctness and Usability Issues",
		"long_link": "https://cplusplus.github.io/EWG/ewg-complete.html#18",
		"link": "https://wg21.link/ewg18",
		"section": "5.1.2 [expr.prim.lambda]",
		"status": "C++14",
		"submitter": "Herb Sutter",
		"opened": "2012-09-23",
		"last_modified": "2015-05-22",
		"papers": [
			"N3424"
		]
	},
	"EWG19": {
		"type": "issue",
		"title": "N3429 A C++ Library Solution To Parallelism",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#19",
		"link": "https://wg21.link/ewg19",
		"section": "30 [thread]",
		"status": "Open",
		"submitter": "Artur Laksberg",
		"opened": "2012-09-21",
		"last_modified": "2015-05-22",
		"papers": [
			"N3429"
		]
	},
	"EWG20": {
		"type": "issue",
		"title": "N3778, N3663, N3536, N3432 C++ Sized Deallocation",
		"long_link": "https://cplusplus.github.io/EWG/ewg-complete.html#20",
		"link": "https://wg21.link/ewg20",
		"section": "3.7.4 [basic.stc.dynamic]",
		"status": "C++14",
		"submitter": "Lawrence Crowl",
		"opened": "2012-09-23",
		"last_modified": "2015-05-22",
		"papers": [
			"N3778",
			"N3663",
			"N3536",
			"N3432"
		]
	},
	"EWG21": {
		"type": "issue",
		"title": "N3664, N3537, N3433 Clarifying Memory Allocation",
		"long_link": "https://cplusplus.github.io/EWG/ewg-complete.html#21",
		"link": "https://wg21.link/ewg21",
		"section": "3.7.4 [basic.stc.dynamic]",
		"status": "C++14",
		"submitter": "Lawrence Crowl",
		"opened": "2012-09-23",
		"last_modified": "2015-05-22",
		"papers": [
			"N3664",
			"N3537",
			"N3433"
		]
	},
	"EWG22": {
		"type": "issue",
		"title": "N4030, 3745, N3694 Feature-testing recommendations for C++, N3435 Standardized feature-test macros",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#22",
		"link": "https://wg21.link/ewg22",
		"section": "18.1 [support.general]",
		"status": "Open",
		"submitter": "Clark Nelson",
		"opened": "2012-09-18",
		"last_modified": "2015-05-22",
		"papers": [
			"N4030",
			"N3694",
			"N3435"
		]
	},
	"EWG23": {
		"type": "issue",
		"title": "N3437 Type Name Strings For C++",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#23",
		"link": "https://wg21.link/ewg23",
		"section": "20.9 [meta]",
		"status": "Open",
		"submitter": "Axel Naumann",
		"opened": "2012-09-24",
		"last_modified": "2015-05-22",
		"papers": [
			"N3437"
		]
	},
	"EWG24": {
		"type": "issue",
		"title": "N3441 Call Stack Utilities and std::exception Extension Proposal",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#24",
		"link": "https://wg21.link/ewg24",
		"section": "18.8 [support.exception]",
		"status": "New",
		"submitter": "Aurelian Melinte",
		"opened": "2012-09-20",
		"last_modified": "2015-05-22",
		"papers": [
			"N3441"
		]
	},
	"EWG25": {
		"type": "issue",
		"title": "N3652, N3597, N3598, N3444 Relaxing syntactic constraints on constexpr function definitions",
		"long_link": "https://cplusplus.github.io/EWG/ewg-complete.html#25",
		"link": "https://wg21.link/ewg25",
		"section": "5.19 [expr.const]",
		"status": "C++14",
		"submitter": "Richard Smith",
		"opened": "2012-09-21",
		"last_modified": "2015-05-22",
		"papers": [
			"N3652",
			"N3597",
			"N3598",
			"N3444"
		]
	},
	"EWG26": {
		"type": "issue",
		"title": "N3538, N3445 Pass by Const Reference or Value",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#26",
		"link": "https://wg21.link/ewg26",
		"section": "8.3.5 [dcl.fct]",
		"status": "New",
		"submitter": "Lawrence Crowl",
		"opened": "2012-09-23",
		"last_modified": "2015-05-22",
		"papers": [
			"N3538",
			"N3445"
		]
	},
	"EWG27": {
		"type": "issue",
		"title": "N3781 Single-Quotation-Mark as a Digit Separator, N3661, N3499 Digit Separators, N3448 Painless Digit Separation",
		"long_link": "https://cplusplus.github.io/EWG/ewg-complete.html#27",
		"link": "https://wg21.link/ewg27",
		"section": "2.10 [lex.ppnumber]",
		"status": "C++14",
		"submitter": "Daveed Vandevoorde",
		"opened": "2012-09-21",
		"last_modified": "2015-05-22",
		"papers": [
			"N3781",
			"N3661",
			"N3499",
			"N3448"
		]
	},
	"EWG28": {
		"type": "issue",
		"title": "N3449 Open and Efficient Type Switch for C++",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#28",
		"link": "https://wg21.link/ewg28",
		"section": "5.2.7 [expr.dynamic.cast]",
		"status": "New",
		"submitter": "Bjarne Stroustrup",
		"opened": "2012-09-23",
		"last_modified": "2015-05-22",
		"papers": [
			"N3449"
		]
	},
	"EWG29": {
		"type": "issue",
		"title": "N4461 Static if resurrected, N3329 Proposal: static if declaration",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#29",
		"link": "https://wg21.link/ewg29",
		"section": "20.9 [meta]",
		"status": "Open",
		"submitter": "Herb Sutter, Ville Voutilainen",
		"opened": "2012-01-10",
		"last_modified": "2015-05-22",
		"papers": [
			"N4461",
			"N3329"
		]
	},
	"EWG30": {
		"type": "issue",
		"title": "N4235 Selecting from Parameter Packs, [tiny] Efficient/Flexible Access to Argument Packs",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#30",
		"link": "https://wg21.link/ewg30",
		"section": "14.5.3 [temp.variadic]",
		"status": "Open",
		"submitter": "Dave Abrahams",
		"opened": "2012-10-16",
		"last_modified": "2015-05-22",
		"papers": [
			"N4235"
		]
	},
	"EWG31": {
		"type": "issue",
		"title": "[tiny] constexpr functions must work at runtime",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#31",
		"link": "https://wg21.link/ewg31",
		"section": "5.19 [expr.const]",
		"status": "NAD",
		"submitter": "Dave Abrahams",
		"opened": "2012-10-16",
		"last_modified": "2015-05-22"
	},
	"EWG32": {
		"type": "issue",
		"title": "[tiny] Templated constructor accidentally preferred over copy constructor",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#32",
		"link": "https://wg21.link/ewg32",
		"section": "13 [over]",
		"status": "NAD",
		"submitter": "Nevin Liber",
		"opened": "2012-10-19",
		"last_modified": "2015-05-22"
	},
	"EWG33": {
		"type": "issue",
		"title": "[tiny] contextual bool conversion from scoped enum",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#33",
		"link": "https://wg21.link/ewg33",
		"section": "7.2 [dcl.enum]",
		"status": "NAD",
		"submitter": "Jeffrey Yasskin",
		"opened": "2012-10-20",
		"last_modified": "2015-05-22"
	},
	"EWG34": {
		"type": "issue",
		"title": "[tiny] Defining hash functions for composite user-defined types is annoying",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#34",
		"link": "https://wg21.link/ewg34",
		"section": "17.6.3.4 [hash.requirements]",
		"status": "Open",
		"submitter": "Matt Austern",
		"opened": "2012-10-23",
		"last_modified": "2015-05-22"
	},
	"EWG35": {
		"type": "issue",
		"title": "[tiny] Some concise way to generate a unique, unused variable name",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#35",
		"link": "https://wg21.link/ewg35",
		"section": "3.4 [basic.lookup]",
		"status": "Open",
		"submitter": "Jeffrey Yasskin",
		"opened": "2012-10-24",
		"last_modified": "2015-05-22"
	},
	"EWG36": {
		"type": "issue",
		"title": "[tiny] no way to say \"prefer this implicit conversion over that\"",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#36",
		"link": "https://wg21.link/ewg36",
		"section": "12.3 [class.conv]",
		"status": "NAD",
		"submitter": "Jeffrey Yasskin",
		"opened": "2012-10-24",
		"last_modified": "2015-05-22"
	},
	"EWG37": {
		"type": "issue",
		"title": "[tiny] Logical xor operator",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#37",
		"link": "https://wg21.link/ewg37",
		"section": "5 [expr]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"opened": "2012-10-28",
		"last_modified": "2015-05-22"
	},
	"EWG38": {
		"type": "issue",
		"title": "[tiny] Core issue 1542",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#38",
		"link": "https://wg21.link/ewg38",
		"section": "5.17 [expr.ass]",
		"status": "NAD",
		"submitter": "Mike Miller",
		"opened": "2012-11-02",
		"last_modified": "2015-05-22"
	},
	"EWG39": {
		"type": "issue",
		"title": "[tiny] local class and friendship",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#39",
		"link": "https://wg21.link/ewg39",
		"section": "11.3 [class.friend]",
		"status": "NAD",
		"submitter": "Gabriel Dos Reis",
		"opened": "2012-11-10",
		"last_modified": "2015-05-22"
	},
	"EWG40": {
		"type": "issue",
		"title": "[tiny] Relax the allocator requirements on vector so that the small object optimization is allowed",
		"long_link": "https://cplusplus.github.io/EWG/ewg-complete.html#40",
		"link": "https://wg21.link/ewg40",
		"section": "23.3.6 [vector]",
		"status": "Resolved",
		"submitter": "Nevin Liber",
		"opened": "2012-11-27",
		"last_modified": "2015-05-22"
	},
	"EWG41": {
		"type": "issue",
		"title": "[tiny] In-class explicit specializations forbidden but not partial specializations",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#41",
		"link": "https://wg21.link/ewg41",
		"section": "14.7.3 [temp.expl.spec]",
		"status": "Open",
		"submitter": "Faisal Vali",
		"opened": "2012-10-27",
		"last_modified": "2015-05-22"
	},
	"EWG42": {
		"type": "issue",
		"title": "[tiny] basic_string(const charT*, size_type, const Allocator&) requires clause too restrictive",
		"long_link": "https://cplusplus.github.io/EWG/ewg-complete.html#42",
		"link": "https://wg21.link/ewg42",
		"section": "21.4.2 [string.cons]",
		"status": "Resolved",
		"submitter": "Nevin Liber",
		"opened": "2012-12-19",
		"last_modified": "2015-05-22"
	},
	"EWG43": {
		"type": "issue",
		"title": "[tiny] simultaneous iteration with new-style for syntax",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#43",
		"link": "https://wg21.link/ewg43",
		"section": "6.5.4 [stmt.ranged]",
		"status": "Open",
		"submitter": "Gabriel Dos Reis",
		"opened": "2013-01-12",
		"last_modified": "2015-05-22"
	},
	"EWG44": {
		"type": "issue",
		"title": "[tiny] variadic bind",
		"long_link": "https://cplusplus.github.io/EWG/ewg-complete.html#44",
		"link": "https://wg21.link/ewg44",
		"section": "20.8.9 [bind]",
		"status": "Resolved",
		"submitter": "Chris Jefferson",
		"opened": "2013-01-25",
		"last_modified": "2015-05-22"
	},
	"EWG45": {
		"type": "issue",
		"title": "[tiny] Type Trait is_range<T>",
		"long_link": "https://cplusplus.github.io/EWG/ewg-complete.html#45",
		"link": "https://wg21.link/ewg45",
		"section": "20.9.4.3 [meta.unary.prop]",
		"status": "Resolved",
		"submitter": "Nevin Liber",
		"opened": "2013-02-05",
		"last_modified": "2015-05-22"
	},
	"EWG46": {
		"type": "issue",
		"title": "[tiny] Type Trait is_final<T>",
		"long_link": "https://cplusplus.github.io/EWG/ewg-complete.html#46",
		"link": "https://wg21.link/ewg46",
		"section": "20.9.4.3 [meta.unary.prop]",
		"status": "C++14",
		"submitter": "Nevin Liber",
		"opened": "2013-02-05",
		"last_modified": "2015-05-22"
	},
	"EWG47": {
		"type": "issue",
		"title": "[tiny] Fix the relation operators on standard templated types",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#47",
		"link": "https://wg21.link/ewg47",
		"section": "17 [library]",
		"status": "NAD",
		"submitter": "Nevin Liber",
		"opened": "2013-02-05",
		"last_modified": "2015-05-22"
	},
	"EWG48": {
		"type": "issue",
		"title": "N3867, N3730 Specializations and namespaces (was \"Specializing templates in different namespaces\" before the paper)",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#48",
		"link": "https://wg21.link/ewg48",
		"section": "14.7.3 [temp.expl.spec]",
		"status": "Open",
		"submitter": "Mike Spertus",
		"opened": "2013-03-06",
		"last_modified": "2015-05-22",
		"papers": [
			"N3867",
			"N3730"
		]
	},
	"EWG49": {
		"type": "issue",
		"title": "N3463 Portable Program Source Files",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#49",
		"link": "https://wg21.link/ewg49",
		"section": "2.2 [lex.phases]",
		"status": "New",
		"submitter": "Beman Dawes",
		"opened": "2012-11-02",
		"last_modified": "2015-05-22",
		"papers": [
			"N3463"
		]
	},
	"EWG50": {
		"type": "issue",
		"title": "N3466 More Perfect Forwarding",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#50",
		"link": "https://wg21.link/ewg50",
		"section": "18.1 [support.general]",
		"status": "New",
		"submitter": "Mike Spertus",
		"opened": "2012-11-03",
		"last_modified": "2015-05-22",
		"papers": [
			"N3466"
		]
	},
	"EWG51": {
		"type": "issue",
		"title": "N3490 ADL Control for C++",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#51",
		"link": "https://wg21.link/ewg51",
		"section": "3.4.2 [basic.lookup.argdep]",
		"status": "New",
		"submitter": "Dave Abrahams",
		"opened": "2012-10-31",
		"last_modified": "2015-05-22",
		"papers": [
			"N3490"
		]
	},
	"EWG52": {
		"type": "issue",
		"title": "N3741, N3515 Toward Opaque Typedefs for C++1Y",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#52",
		"link": "https://wg21.link/ewg52",
		"section": "7.1.3 [dcl.typedef]",
		"status": "Open",
		"submitter": "Walter Brown",
		"opened": "2013-01-11",
		"last_modified": "2015-05-22",
		"papers": [
			"N3741",
			"N3515"
		]
	},
	"EWG53": {
		"type": "issue",
		"title": "N3526 Uniform initialization for arrays and class aggregate types",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#53",
		"link": "https://wg21.link/ewg53",
		"section": "8.5.1 [dcl.init.aggr]",
		"status": "NAD",
		"submitter": "Michael Price",
		"opened": "2013-01-21",
		"last_modified": "2015-05-22",
		"papers": [
			"N3526"
		]
	},
	"EWG54": {
		"type": "issue",
		"title": "N3746, N3553 Proposing a C++1Y Swap Operator",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#54",
		"link": "https://wg21.link/ewg54",
		"section": "13.5 [over.oper]",
		"status": "NAD",
		"submitter": "Walter Brown",
		"opened": "2013-03-13",
		"last_modified": "2015-05-22",
		"papers": [
			"N3746",
			"N3553"
		]
	},
	"EWG55": {
		"type": "issue",
		"title": "N3839, Proposing the Rule of Five, v2, N3578 Proposing the Rule of Five",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#55",
		"link": "https://wg21.link/ewg55",
		"section": "12.8 [class.copy]",
		"status": "NAD",
		"submitter": "Walter Brown",
		"opened": "2013-03-12",
		"last_modified": "2015-05-22",
		"papers": [
			"N3839",
			"N3578"
		]
	},
	"EWG56": {
		"type": "issue",
		"title": "N3583 Exploring constexpr at Runtime",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#56",
		"link": "https://wg21.link/ewg56",
		"section": "5.19 [expr.const]",
		"status": "Open",
		"submitter": "Scott Schurr",
		"opened": "2013-03-13",
		"last_modified": "2015-05-22",
		"papers": [
			"N3583"
		]
	},
	"EWG57": {
		"type": "issue",
		"title": "N3587 For Loop Exit Strategies",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#57",
		"link": "https://wg21.link/ewg57",
		"section": "6.5 [stmt.iter]",
		"status": "Open",
		"submitter": "Alan Talbot",
		"opened": "2013-03-17",
		"last_modified": "2015-05-22",
		"papers": [
			"N3587"
		]
	},
	"EWG58": {
		"type": "issue",
		"title": "N3595 Simplifying Argument-Dependent Lookup Rules",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#58",
		"link": "https://wg21.link/ewg58",
		"section": "3.4.2 [basic.lookup.argdep]",
		"status": "Open",
		"submitter": "Peter Gottschling",
		"opened": "2013-03-15",
		"last_modified": "2015-05-22",
		"papers": [
			"N3595"
		]
	},
	"EWG59": {
		"type": "issue",
		"title": "N3596 Code Reuse in Class Template Specialization",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#59",
		"link": "https://wg21.link/ewg59",
		"section": "3.4.2 [basic.lookup.argdep]",
		"status": "New",
		"submitter": "Peter Gottschling",
		"opened": "2013-03-15",
		"last_modified": "2015-05-22",
		"papers": [
			"N3596"
		]
	},
	"EWG60": {
		"type": "issue",
		"title": "N4471 Template parameter deduction for constructors (Rev 2), N3602 Template parameter deduction for constructors",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#60",
		"link": "https://wg21.link/ewg60",
		"section": "14.8.2 [temp.deduct]",
		"status": "Open",
		"submitter": "Mike Spertus",
		"opened": "2013-03-14",
		"last_modified": "2015-05-22",
		"papers": [
			"N4471",
			"N3602"
		]
	},
	"EWG61": {
		"type": "issue",
		"title": "N3653, N3605 Member initializers and aggregates",
		"long_link": "https://cplusplus.github.io/EWG/ewg-complete.html#61",
		"link": "https://wg21.link/ewg61",
		"section": "8.5.1 [dcl.init.aggr]",
		"status": "C++14",
		"submitter": "Ville Voutilainen",
		"opened": "2013-03-15",
		"last_modified": "2015-05-22",
		"papers": [
			"N3653",
			"N3605"
		]
	},
	"EWG62": {
		"type": "issue",
		"title": "N3648, N3610 Generic lambda-capture initializers, supporting capture-by-move",
		"long_link": "https://cplusplus.github.io/EWG/ewg-complete.html#62",
		"link": "https://wg21.link/ewg62",
		"section": "5.1.2 [expr.prim.lambda]",
		"status": "C++14",
		"submitter": "Ville Voutilainen",
		"opened": "2013-03-15",
		"last_modified": "2015-05-22",
		"papers": [
			"N3648",
			"N3610"
		]
	},
	"EWG63": {
		"type": "issue",
		"title": "N4152 uncaught_exceptions, N3614 unwinding_exception",
		"long_link": "https://cplusplus.github.io/EWG/ewg-complete.html#63",
		"link": "https://wg21.link/ewg63",
		"section": "15.5 [except.special]",
		"status": "WP",
		"submitter": "Herb Sutter",
		"opened": "2013-03-11",
		"last_modified": "2015-05-22",
		"papers": [
			"N4152",
			"N3614"
		]
	},
	"EWG64": {
		"type": "issue",
		"title": "N3651, N3615 Constexpr Variable Templates, N3552 Introducing Object Aliases",
		"long_link": "https://cplusplus.github.io/EWG/ewg-complete.html#64",
		"link": "https://wg21.link/ewg64",
		"section": "14.1 [temp.param]",
		"status": "C++14",
		"submitter": "Gabriel Dos Reis",
		"opened": "2013-03-18",
		"last_modified": "2015-05-22",
		"papers": [
			"N3651",
			"N3615",
			"N3552"
		]
	},
	"EWG65": {
		"type": "issue",
		"title": "N3617 Lifting overload sets into function objects",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#65",
		"link": "https://wg21.link/ewg65",
		"section": "20.8.2 [func.require]",
		"status": "New",
		"submitter": "Philipp Juschka",
		"opened": "2013-03-14",
		"last_modified": "2015-05-22",
		"papers": [
			"N3617"
		]
	},
	"EWG66": {
		"type": "issue",
		"title": "N3599 Literal operator templates for strings",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#66",
		"link": "https://wg21.link/ewg66",
		"section": "2.14.8 [lex.ext]",
		"status": "Open",
		"submitter": "Richard Smith",
		"opened": "2013-03-13",
		"last_modified": "2015-05-22",
		"papers": [
			"N3599"
		]
	},
	"EWG67": {
		"type": "issue",
		"title": "[tiny] Unspecialized std::tuple_size should be defined",
		"long_link": "https://cplusplus.github.io/EWG/ewg-complete.html#67",
		"link": "https://wg21.link/ewg67",
		"section": "20.4.1 [tuple.general]",
		"status": "Resolved",
		"submitter": "Nevin Liber",
		"opened": "2013-03-19",
		"last_modified": "2015-05-22"
	},
	"EWG68": {
		"type": "issue",
		"title": "[tiny] C++ DR about global placement array new",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#68",
		"link": "https://wg21.link/ewg68",
		"section": "5.3.4 [expr.new]",
		"status": "NAD",
		"submitter": "Thomas Koeppe",
		"opened": "2013-04-22",
		"last_modified": "2015-05-22"
	},
	"EWG69": {
		"type": "issue",
		"title": "[tiny] Returning a void expression from a constructor or destructor",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#69",
		"link": "https://wg21.link/ewg69",
		"section": "6.6.3 [stmt.return]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"opened": "2013-07-02",
		"last_modified": "2015-05-22"
	},
	"EWG70": {
		"type": "issue",
		"title": "[tiny] Const in expressions",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#70",
		"link": "https://wg21.link/ewg70",
		"section": "5.2 [expr.post]",
		"status": "NAD",
		"submitter": "Herb Sutter",
		"opened": "2013-06-06",
		"last_modified": "2015-05-22"
	},
	"EWG71": {
		"type": "issue",
		"title": "N3627 Relaxed switch statement",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#71",
		"link": "https://wg21.link/ewg71",
		"section": "6.4.2 [stmt.switch]",
		"status": "Open",
		"submitter": "Zhihao Yuan",
		"opened": "2013-02-02",
		"last_modified": "2015-05-22",
		"papers": [
			"N3627"
		]
	},
	"EWG72": {
		"type": "issue",
		"title": "N4150 Alias-Set Attributes: Toward restrict-like aliasing semantics for C++, N3988 Towards restrict-like aliasing semantics for C++ N3635 Towards restrict-like semantics for C++",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#72",
		"link": "https://wg21.link/ewg72",
		"section": "8.3.1 [dcl.ptr]",
		"status": "Ready",
		"submitter": "Hal Finker, Hubert Tong, M. Wong, R. Silvera, R. Mak, C. Cambly, et al.",
		"opened": "2013-04-29",
		"last_modified": "2015-05-22",
		"papers": [
			"N4150",
			"N3988",
			"N3635"
		]
	},
	"EWG73": {
		"type": "issue",
		"title": "N3681 Auto and braced-init lists",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#73",
		"link": "https://wg21.link/ewg73",
		"section": "7.1.6.4 [dcl.spec.auto]",
		"status": "NAD",
		"submitter": "Ville Voutilainen",
		"opened": "2013-05-02",
		"last_modified": "2015-05-22",
		"papers": [
			"N3681"
		]
	},
	"EWG74": {
		"type": "issue",
		"title": "N3723 Extend operator-> to support rvalues",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#74",
		"link": "https://wg21.link/ewg74",
		"section": "13.5.6 [over.ref]",
		"status": "Open",
		"submitter": "Pascal Costanza",
		"opened": "2013-08-23",
		"last_modified": "2015-05-22",
		"papers": [
			"N3723"
		]
	},
	"EWG75": {
		"type": "issue",
		"title": "N3744 Proposing [[pure]]",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#75",
		"link": "https://wg21.link/ewg75",
		"section": "7.6.1 [dcl.attr.grammar]",
		"status": "Open",
		"submitter": "Walter Brown",
		"opened": "2013-08-30",
		"last_modified": "2015-05-22",
		"papers": [
			"N3744"
		]
	},
	"EWG76": {
		"type": "issue",
		"title": "N4035, N3748 Implicit Evaluation of \"auto\" Variables and Arguments",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#76",
		"link": "https://wg21.link/ewg76",
		"section": "7.1.6.4 [dcl.spec.auto]",
		"status": "Open",
		"submitter": "Peter Gottschling",
		"opened": "2013-08-30",
		"last_modified": "2015-05-22",
		"papers": [
			"N4035",
			"N3748"
		]
	},
	"EWG77": {
		"type": "issue",
		"title": "N3772 Changing the type of address-of-member expression",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#77",
		"link": "https://wg21.link/ewg77",
		"section": "5.3 [expr.unary]",
		"status": "Dup",
		"submitter": "David Rodr�guez Ibeas",
		"opened": "2013-09-05",
		"last_modified": "2015-05-22",
		"papers": [
			"N3772"
		]
	},
	"EWG78": {
		"type": "issue",
		"title": "N3820 Working Draft, Technical Specification — Array Extensions, N3810 Alternatives for Array Extensions",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#78",
		"link": "https://wg21.link/ewg78",
		"section": "3.9 [basic.types]",
		"status": "New",
		"submitter": "Lawrence Crowl, Bjarne Stroustrup",
		"opened": "2013-10-10",
		"last_modified": "2015-05-22",
		"papers": [
			"N3820",
			"N3810"
		]
	},
	"EWG79": {
		"type": "issue",
		"title": "[tiny] Core issues with extension status",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#79",
		"link": "https://wg21.link/ewg79",
		"section": "1 [intro]",
		"status": "New",
		"submitter": "Ville Voutilainen",
		"opened": "2014-01-16",
		"last_modified": "2015-05-22"
	},
	"EWG80": {
		"type": "issue",
		"title": "N3846 Extending static_assert",
		"long_link": "https://cplusplus.github.io/EWG/ewg-complete.html#80",
		"link": "https://wg21.link/ewg80",
		"section": "7 [dcl.dcl]",
		"status": "WP",
		"submitter": "Walter E. Brown",
		"opened": "2014-01-01",
		"last_modified": "2015-05-22",
		"papers": [
			"N3846"
		]
	},
	"EWG81": {
		"type": "issue",
		"title": "N3994, N3853 Range-Based For-Loops: The Next Generation",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#81",
		"link": "https://wg21.link/ewg81",
		"section": "6.5 [stmt.iter]",
		"status": "Open",
		"submitter": "Stephan T. Lavavej",
		"opened": "2014-01-17",
		"last_modified": "2015-05-22",
		"papers": [
			"N3994",
			"N3853"
		]
	},
	"EWG82": {
		"type": "issue",
		"title": "N4180 SG5 Transactional Memory Support for C++ Update, N3919, N3859, N3718 Transactional Memory Support for C++",
		"long_link": "https://cplusplus.github.io/EWG/ewg-complete.html#82",
		"link": "https://wg21.link/ewg82",
		"section": "1.10 [intro.multithread]",
		"status": "WP",
		"submitter": "M. Wong, V. Luchangco, J. Maurer, M. Moir, et al.",
		"opened": "2014-01-20",
		"last_modified": "2015-05-22",
		"papers": [
			"N4180",
			"N3919",
			"N3859",
			"N3718"
		]
	},
	"EWG83": {
		"type": "issue",
		"title": "N3863 Private Extension Methods",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#83",
		"link": "https://wg21.link/ewg83",
		"section": "9.3 [class.mfct]",
		"status": "New",
		"submitter": "Matthew Fioravante",
		"opened": "2013-12-08",
		"last_modified": "2015-05-22",
		"papers": [
			"N3863"
		]
	},
	"EWG84": {
		"type": "issue",
		"title": "N4294 Arrays of run-time bounds as data members, N3875 Run-time bound array data members",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#84",
		"link": "https://wg21.link/ewg84",
		"section": "9.2 [class.mem]",
		"status": "Open",
		"submitter": "J. D. Garcia, X. Li",
		"opened": "2014-01-16",
		"last_modified": "2015-05-22",
		"papers": [
			"N4294",
			"N3875"
		]
	},
	"EWG85": {
		"type": "issue",
		"title": "N3879 Explicit Flow Control: break label, goto case and explicit switch",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#85",
		"link": "https://wg21.link/ewg85",
		"section": "6.4.2 [stmt.switch]",
		"status": "NAD",
		"submitter": "Andrew Tomazos",
		"opened": "2014-01-16",
		"last_modified": "2015-05-22",
		"papers": [
			"N3879"
		]
	},
	"EWG86": {
		"type": "issue",
		"title": "N3880 Improving the Verification of C++ Programs",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#86",
		"link": "https://wg21.link/ewg86",
		"section": "1 [intro]",
		"status": "Open",
		"submitter": "Michael Price",
		"opened": "2014-01-16",
		"last_modified": "2015-05-22",
		"papers": [
			"N3880"
		]
	},
	"EWG87": {
		"type": "issue",
		"title": "N3897 Auto-type members",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#87",
		"link": "https://wg21.link/ewg87",
		"section": "9.2 [class.mem]",
		"status": "NAD",
		"submitter": "Ville Voutilainen",
		"opened": "2014-01-20",
		"last_modified": "2015-05-22",
		"papers": [
			"N3897"
		]
	},
	"EWG88": {
		"type": "issue",
		"title": "[tiny] Uniform handling of operator[] and operator().",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#88",
		"link": "https://wg21.link/ewg88",
		"section": "13.5 [over.oper]",
		"status": "Open",
		"submitter": "Gabriel Dos Reis",
		"opened": "2014-02-14",
		"last_modified": "2015-05-22"
	},
	"EWG89": {
		"type": "issue",
		"title": "[tiny] Core issue 203, Type of address-of-member expression",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#89",
		"link": "https://wg21.link/ewg89",
		"section": "5.3.1 [expr.unary.op]",
		"status": "NAD",
		"submitter": "Lisa Lippincott",
		"opened": "2000-02-08",
		"last_modified": "2015-05-22"
	},
	"EWG90": {
		"type": "issue",
		"title": "[tiny] Core issue 476, Determining the buffer size for placement new",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#90",
		"link": "https://wg21.link/ewg90",
		"section": "5.3.4 [expr.new]",
		"status": "NAD",
		"submitter": "Ben Hutchings",
		"opened": "2004-09-14",
		"last_modified": "2015-05-22"
	},
	"EWG91": {
		"type": "issue",
		"title": "[tiny] Core issue 622, Relational comparisons of arbitrary pointers",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#91",
		"link": "https://wg21.link/ewg91",
		"section": "5.9 [expr.rel]",
		"status": "NAD",
		"submitter": "Herb Sutter",
		"opened": "2007-02-26",
		"last_modified": "2015-05-22"
	},
	"EWG92": {
		"type": "issue",
		"title": "[tiny] Core issue 687, template keyword with unqualified-ids",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#92",
		"link": "https://wg21.link/ewg92",
		"section": "5.1.1 [expr.prim.general]",
		"status": "Open",
		"submitter": "Mihai Rusu",
		"opened": "2008-02-27",
		"last_modified": "2015-05-22"
	},
	"EWG93": {
		"type": "issue",
		"title": "[tiny] Core issue 728, Restrictions on local classes",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#93",
		"link": "https://wg21.link/ewg93",
		"section": "14 [temp]",
		"status": "New",
		"submitter": "Faisal Vali",
		"opened": "2008-10-05",
		"last_modified": "2015-05-22"
	},
	"EWG94": {
		"type": "issue",
		"title": "[tiny] Core issue 794, Base-derived conversion in member type of pointer-to-member conversion",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#94",
		"link": "https://wg21.link/ewg94",
		"section": "4.11 [conv.mem]",
		"status": "New",
		"submitter": "CH, Detlef Vollman",
		"opened": "2009-03-03",
		"last_modified": "2015-05-22"
	},
	"EWG95": {
		"type": "issue",
		"title": "[tiny] Core issue 822, Additional contexts for template aliases",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#95",
		"link": "https://wg21.link/ewg95",
		"section": "4.11 [conv.mem]",
		"status": "NAD",
		"submitter": "UK",
		"opened": "2009-03-03",
		"last_modified": "2015-05-22"
	},
	"EWG96": {
		"type": "issue",
		"title": "[tiny] Core issue 914, Value-initialization of array types, Core issue 1300, T() for array types, Core issue 1326, Deducing an array bound from an initializer-list",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#96",
		"link": "https://wg21.link/ewg96",
		"section": "5.2.3 [expr.type.conv]",
		"status": "Open",
		"submitter": "Gabriel Dos Reis",
		"opened": "2009-06-10",
		"last_modified": "2015-05-22"
	},
	"EWG97": {
		"type": "issue",
		"title": "[tiny] Core issue 947, Deducing type template arguments from default function arguments",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#97",
		"link": "https://wg21.link/ewg97",
		"section": "14.8.3 [temp.over]",
		"status": "NAD",
		"submitter": "Dave Abrahams",
		"opened": "2009-07-27",
		"last_modified": "2015-05-22"
	},
	"EWG98": {
		"type": "issue",
		"title": "[tiny] Core issue 1008, Querying the alignment of an object",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#98",
		"link": "https://wg21.link/ewg98",
		"section": "5.3.6 [expr.alignof]",
		"status": "Open",
		"submitter": "Steve Clamage",
		"opened": "2009-11-27",
		"last_modified": "2015-05-22"
	},
	"EWG99": {
		"type": "issue",
		"title": "[tiny] Core issue 1259, Deleting a POD via a pointer to base",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#99",
		"link": "https://wg21.link/ewg99",
		"section": "5.3.5 [expr.delete]",
		"status": "NAD",
		"submitter": "Herb Sutter",
		"opened": "2010-03-10",
		"last_modified": "2015-05-22"
	},
	"EWG100": {
		"type": "issue",
		"title": "[tiny] Core issue 1272, Implicit definition of static data member of const literal type",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#100",
		"link": "https://wg21.link/ewg100",
		"section": "9.4.2 [class.static.data]",
		"status": "NAD",
		"submitter": "Nikolay Ivchenkov",
		"opened": "2011-03-18",
		"last_modified": "2015-05-22"
	},
	"EWG101": {
		"type": "issue",
		"title": "[tiny] Core issue 1331, const mismatch with defaulted copy constructor",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#101",
		"link": "https://wg21.link/ewg101",
		"section": "12.8 [class.copy]",
		"status": "Open",
		"submitter": "Daniel Krügler",
		"opened": "2011-03-18",
		"last_modified": "2015-05-22"
	},
	"EWG102": {
		"type": "issue",
		"title": "[tiny] Core issue 1393, Pack expansions in using-declarations",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#102",
		"link": "https://wg21.link/ewg102",
		"section": "14.5.3 [temp.variadic]",
		"status": "Open",
		"submitter": "Daniel Krügler",
		"opened": "2011-09-10",
		"last_modified": "2015-05-22"
	},
	"EWG103": {
		"type": "issue",
		"title": "[tiny] Core issue 1426, Allowing additional parameter types in defaulted functions",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#103",
		"link": "https://wg21.link/ewg103",
		"section": "8.4.2 [dcl.fct.def.default]",
		"status": "Dup",
		"submitter": "Nikolay Ivchenkov",
		"opened": "2011-12-08",
		"last_modified": "2015-05-22"
	},
	"EWG104": {
		"type": "issue",
		"title": "[tiny] Core issue 1433, trailing-return-type and point of declaration",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#104",
		"link": "https://wg21.link/ewg104",
		"section": "3.3.2 [basic.scope.pdecl]",
		"status": "NAD",
		"submitter": "Jason Merrill",
		"opened": "2011-12-20",
		"last_modified": "2015-05-22"
	},
	"EWG105": {
		"type": "issue",
		"title": "[tiny] Core issue 1451, Objects with no linkage in non-type template arguments",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#105",
		"link": "https://wg21.link/ewg105",
		"section": "14.3.2 [temp.arg.nontype]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"opened": "2012-02-01",
		"last_modified": "2015-05-22"
	},
	"EWG106": {
		"type": "issue",
		"title": "[tiny] Core issue 1463, extern \"C\" alias templates, Core issue 13, extern \"C\" for Parameters of Function Templates",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#106",
		"link": "https://wg21.link/ewg106",
		"section": "14 [temp]",
		"status": "Open",
		"submitter": "Daveed Vandevoorde",
		"opened": "2011-08-19",
		"last_modified": "2015-05-22"
	},
	"EWG107": {
		"type": "issue",
		"title": "[tiny] Core issue 1519, Conflicting default and variadic constructors",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#107",
		"link": "https://wg21.link/ewg107",
		"section": "14.5.3 [temp.variadic]",
		"status": "NAD",
		"submitter": "Ville Voutilainen",
		"opened": "2012-07-09",
		"last_modified": "2015-05-22"
	},
	"EWG108": {
		"type": "issue",
		"title": "N4404 Extension to aggregate initialization, was [tiny] Core issue 1561, Aggregates with empty base classes",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#108",
		"link": "https://wg21.link/ewg108",
		"section": "8.5.1 [dcl.init.aggr]",
		"status": "Open",
		"submitter": "Gabriel Dos Reis, Oleg Smolsky",
		"opened": "2012-09-29",
		"last_modified": "2015-05-22",
		"papers": [
			"N4404"
		]
	},
	"EWG109": {
		"type": "issue",
		"title": "[tiny] Core issue 1564, Template argument deduction from an initializer list",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#109",
		"link": "https://wg21.link/ewg109",
		"section": "7.1.6.4 [dcl.spec.auto]",
		"status": "NAD",
		"submitter": "Faisal Vali",
		"opened": "2012-10-09",
		"last_modified": "2015-05-22"
	},
	"EWG110": {
		"type": "issue",
		"title": "[tiny] Core issue 1577, Unnecessary restrictions on partial specializations",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#110",
		"link": "https://wg21.link/ewg110",
		"section": "14.5.5 [temp.class.spec]",
		"status": "NAD",
		"submitter": "Jeremiah Willcock",
		"opened": "2012-10-19",
		"last_modified": "2015-05-22"
	},
	"EWG111": {
		"type": "issue",
		"title": "[tiny] Core issue 1582, Template default arguments and deduction failure",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#111",
		"link": "https://wg21.link/ewg111",
		"section": "14.8.2 [temp.deduct]",
		"status": "Ready",
		"submitter": "John Spicer",
		"opened": "2012-10-31",
		"last_modified": "2015-05-22"
	},
	"EWG112": {
		"type": "issue",
		"title": "[tiny] Core issue 1586, Naming a destructor via decltype",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#112",
		"link": "https://wg21.link/ewg112",
		"section": "12.4 [class.dtor]",
		"status": "NAD",
		"submitter": "Steve Clamage",
		"opened": "2012-11-14",
		"last_modified": "2015-05-22"
	},
	"EWG113": {
		"type": "issue",
		"title": "N4196 Attributes for namespaces and enumerators, [tiny] Core issue 1657, Attributes for namespaces and enumerators",
		"long_link": "https://cplusplus.github.io/EWG/ewg-complete.html#113",
		"link": "https://wg21.link/ewg113",
		"section": "7.3.1 [namespace.def]",
		"status": "WP",
		"submitter": "Richard Smith",
		"opened": "2013-08-26",
		"last_modified": "2015-05-22",
		"papers": [
			"N4196"
		]
	},
	"EWG114": {
		"type": "issue",
		"title": "N4074 Let return {expr} Be Explicit, Revision 2, N4131 explicit should never be implicit, N4094 Response To: Let return {expr} Be Explicit, N4029 Let return Be Direct and explicit, N3452 (unpublished) Let {x,y,z} => explicit",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#114",
		"link": "https://wg21.link/ewg114",
		"section": "6.6.3 [stmt.return]",
		"status": "NAD",
		"submitter": "Herb Sutter",
		"opened": "2014-04-09",
		"last_modified": "2015-05-22",
		"papers": [
			"N4074",
			"N4131",
			"N4094",
			"N4029",
			"N3452"
		]
	},
	"EWG115": {
		"type": "issue",
		"title": "N3899 Nested Allocation",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#115",
		"link": "https://wg21.link/ewg115",
		"section": "3.8 [basic.life]",
		"status": "New",
		"submitter": "Lawrence Crowl",
		"opened": "2014-01-20",
		"last_modified": "2015-05-22",
		"papers": [
			"N3899"
		]
	},
	"EWG116": {
		"type": "issue",
		"title": "N4475 Default comparisons (R2), N4476 Thoughts about Comparisons (R2), N4126, N4114, N3950 Defaulted comparison operators, N4175 Default comparisons, N4176 Thoughts about Comparisons, N4239 Defaulted Comparison Using Reflection",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#116",
		"link": "https://wg21.link/ewg116",
		"section": "8.4.2 [dcl.fct.def.default]",
		"status": "Open",
		"submitter": "Oleg Smolsky, Bjarne Stroustrup, Andrew Tomazos, Mike Spertus",
		"opened": "2014-02-19",
		"last_modified": "2015-05-22",
		"papers": [
			"N4475",
			"N4476",
			"N4126",
			"N4114",
			"N3950",
			"N4175",
			"N4176",
			"N4239"
		]
	},
	"EWG117": {
		"type": "issue",
		"title": "N3955 Group Member Specifiers",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#117",
		"link": "https://wg21.link/ewg117",
		"section": "9.2 [class.mem]",
		"status": "NAD",
		"submitter": "Andrew Tomazos",
		"opened": "2014-02-25",
		"last_modified": "2015-05-22",
		"papers": [
			"N3955"
		]
	},
	"EWG118": {
		"type": "issue",
		"title": "[tiny] Allow conversion from pointer to array of known bound to pointer to array of unknown bound",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#118",
		"link": "https://wg21.link/ewg118",
		"section": "4 [conv]",
		"status": "Open",
		"submitter": "Richard Smith",
		"opened": "2014-02-15",
		"last_modified": "2015-05-22"
	},
	"EWG119": {
		"type": "issue",
		"title": "N4197 Adding u8 character literals, [tiny] Why no u8 character literals?",
		"long_link": "https://cplusplus.github.io/EWG/ewg-complete.html#119",
		"link": "https://wg21.link/ewg119",
		"section": "2.14.3 [lex.ccon]",
		"status": "WP",
		"submitter": "Richard Smith",
		"opened": "2014-04-14",
		"last_modified": "2015-05-22",
		"papers": [
			"N4197"
		]
	},
	"EWG120": {
		"type": "issue",
		"title": "[tiny] CWG 900 and 1498",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#120",
		"link": "https://wg21.link/ewg120",
		"section": "12.2 [class.temporary]",
		"status": "Open",
		"submitter": "Geoffrey Romer",
		"opened": "2014-05-31",
		"last_modified": "2015-05-22"
	},
	"EWG121": {
		"type": "issue",
		"title": "N4086, N3981 Removing trigraphs??!, N4210 IBM comment on preparing for a Trigraph-adverse future in C++17",
		"long_link": "https://cplusplus.github.io/EWG/ewg-complete.html#121",
		"link": "https://wg21.link/ewg121",
		"section": "2.2 [lex.phases]",
		"status": "WP",
		"submitter": "Richard Smith",
		"opened": "2014-05-06",
		"last_modified": "2015-05-22",
		"papers": [
			"N4086",
			"N3981",
			"N4210"
		]
	},
	"EWG122": {
		"type": "issue",
		"title": "N3986 Adding Standard support to avoid padding within structures",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#122",
		"link": "https://wg21.link/ewg122",
		"section": "9.6 [class.bit]",
		"status": "Open",
		"submitter": "S. Davalle, D. Gutson, A. Bustamante",
		"opened": "2014-05-06",
		"last_modified": "2015-05-22",
		"papers": [
			"N3986"
		]
	},
	"EWG123": {
		"type": "issue",
		"title": "N3990 Adding Standard Circular Shift operators for computer integers",
		"long_link": "https://cplusplus.github.io/EWG/ewg-complete.html#123",
		"link": "https://wg21.link/ewg123",
		"section": "5 [expr]",
		"status": "Resolved",
		"submitter": "D. Gutson, A. Bustamante",
		"opened": "2014-05-08",
		"last_modified": "2015-05-22",
		"papers": [
			"N3990"
		]
	},
	"EWG124": {
		"type": "issue",
		"title": "N4014 Uniform Copy Initialization",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#124",
		"link": "https://wg21.link/ewg124",
		"section": "8.5 [dcl.init]",
		"status": "NAD",
		"submitter": "Nicolai Josuttis",
		"opened": "2014-05-25",
		"last_modified": "2015-05-22",
		"papers": [
			"N4014"
		]
	},
	"EWG125": {
		"type": "issue",
		"title": "N4025 Exploring classes of runtime size",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#125",
		"link": "https://wg21.link/ewg125",
		"section": "3.9.2 [basic.compound]",
		"status": "Open",
		"submitter": "J. Snyder, R. Smith",
		"opened": "2014-05-23",
		"last_modified": "2015-05-22",
		"papers": [
			"N4025"
		]
	},
	"EWG126": {
		"type": "issue",
		"title": "N4230 Nested namespace definition (revision 2), N4116 Nested Namespace Definition (rev 1), N4026 Nested namespace definition",
		"long_link": "https://cplusplus.github.io/EWG/ewg-complete.html#126",
		"link": "https://wg21.link/ewg126",
		"section": "3.3.6 [basic.scope.namespace]",
		"status": "WP",
		"submitter": "Robert Kawulak",
		"opened": "2014-05-23",
		"last_modified": "2015-05-22",
		"papers": [
			"N4230",
			"N4116",
			"N4026"
		]
	},
	"EWG127": {
		"type": "issue",
		"title": "N4028 Defining a Portable C++ ABI",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#127",
		"link": "https://wg21.link/ewg127",
		"section": "3.5 [basic.link]",
		"status": "Open",
		"submitter": "Herb Sutter",
		"opened": "2014-05-23",
		"last_modified": "2015-05-22",
		"papers": [
			"N4028"
		]
	},
	"EWG128": {
		"type": "issue",
		"title": "N4043 Dynarray Allocation Context",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#128",
		"link": "https://wg21.link/ewg128",
		"section": "23.3 [sequences]",
		"status": "New",
		"submitter": "Lawrence Crowl",
		"opened": "2014-05-22",
		"last_modified": "2015-05-22",
		"papers": [
			"N4043"
		]
	},
	"EWG129": {
		"type": "issue",
		"title": "N4234 0-overhead-principle violations in exception handling - part 2, N4049 0-overhead-principle violations in exception handling",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#129",
		"link": "https://wg21.link/ewg129",
		"section": "15 [except]",
		"status": "Open",
		"submitter": "D. Gutson, A. Bustamante, P. Oliva, M. Diaz",
		"opened": "2014-05-27",
		"last_modified": "2015-05-22",
		"papers": [
			"N4234",
			"N4049"
		]
	},
	"EWG130": {
		"type": "issue",
		"title": "N4050 Dynarray Semi-Editorial Issues",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#130",
		"link": "https://wg21.link/ewg130",
		"section": "23.3 [sequences]",
		"status": "New",
		"submitter": "Lawrence Crowl",
		"opened": "2014-05-26",
		"last_modified": "2015-05-22",
		"papers": [
			"N4050"
		]
	},
	"EWG131": {
		"type": "issue",
		"title": "N4051 Allow typename in a template template parameter",
		"long_link": "https://cplusplus.github.io/EWG/ewg-complete.html#131",
		"link": "https://wg21.link/ewg131",
		"section": "14.1 [temp.param]",
		"status": "WP",
		"submitter": "Richard Smith",
		"opened": "2014-05-26",
		"last_modified": "2015-05-22",
		"papers": [
			"N4051"
		]
	},
	"EWG132": {
		"type": "issue",
		"title": "Core Issue 1754 Declaration of partial specialization of static data member template",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#132",
		"link": "https://wg21.link/ewg132",
		"section": "14.5.5 [temp.class.spec]",
		"status": "NAD",
		"submitter": "Richard Smith",
		"opened": "2013-09-19",
		"last_modified": "2015-05-22"
	},
	"EWG133": {
		"type": "issue",
		"title": "Core Issue 1798, exception-specifications of template arguments",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#133",
		"link": "https://wg21.link/ewg133",
		"section": "15.4 [except.spec]",
		"status": "NAD",
		"submitter": "Gabriel Dos Reis",
		"opened": "2013-10-16",
		"last_modified": "2015-05-22"
	},
	"EWG134": {
		"type": "issue",
		"title": "[tiny] Core closed issues with a previous extension status",
		"long_link": "https://cplusplus.github.io/EWG/ewg-complete.html#134",
		"link": "https://wg21.link/ewg134",
		"section": "1 [intro]",
		"status": "Resolved",
		"submitter": "Ville Voutilainen",
		"opened": "2014-07-01",
		"last_modified": "2015-05-22"
	},
	"EWG135": {
		"type": "issue",
		"title": "[tiny] Mutable is part of a lambda-declarator, so when a lambda is mutable, the parentheses aren't optional",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#135",
		"link": "https://wg21.link/ewg135",
		"section": "5.1.2 [expr.prim.lambda]",
		"status": "New",
		"submitter": "Herb Sutter",
		"opened": "2014-07-02",
		"last_modified": "2015-05-22"
	},
	"EWG136": {
		"type": "issue",
		"title": "N4072 Fixed Size Parameter Packs",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#136",
		"link": "https://wg21.link/ewg136",
		"section": "14.3 [temp.arg]",
		"status": "Open",
		"submitter": "Maurice Bos",
		"opened": "2014-05-26",
		"last_modified": "2015-05-22",
		"papers": [
			"N4072"
		]
	},
	"EWG137": {
		"type": "issue",
		"title": "N4293 C++ language support for contract programming, N4110 Exploring the design space of contract specifications for C++",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#137",
		"link": "https://wg21.link/ewg137",
		"section": "X [contract]",
		"status": "Dup",
		"submitter": "J. Daniel Garcia",
		"opened": "2014-07-06",
		"last_modified": "2015-05-22",
		"papers": [
			"N4293",
			"N4110"
		]
	},
	"EWG138": {
		"type": "issue",
		"title": "N4120 Null Coalescing Conditional Operator",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#138",
		"link": "https://wg21.link/ewg138",
		"section": "5.16 [expr.cond]",
		"status": "NAD",
		"submitter": "Alexander Bock",
		"opened": "2014-07-02",
		"last_modified": "2015-05-22",
		"papers": [
			"N4120"
		]
	},
	"EWG139": {
		"type": "issue",
		"title": "N4121 Compile-Time String: std::string_literal<n>",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#139",
		"link": "https://wg21.link/ewg139",
		"section": "18.1 [support.general]",
		"status": "Ready",
		"submitter": "Andrew Tomazos",
		"opened": "2014-07-04",
		"last_modified": "2015-05-22",
		"papers": [
			"N4121"
		]
	},
	"EWG140": {
		"type": "issue",
		"title": "N4127 Checked-dereference conditions",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#140",
		"link": "https://wg21.link/ewg140",
		"section": "5.16 [expr.cond]",
		"status": "NAD",
		"submitter": "Eelis van der Weegen",
		"opened": "2014-07-20",
		"last_modified": "2015-05-22",
		"papers": [
			"N4127"
		]
	},
	"EWG141": {
		"type": "issue",
		"title": "N4415 Simple Contracts for C++, N4435 Proposing Contract Attributes, N4378 Language Support for Contract Assertions, N4379 FAQ about N4378, Language Support for Contract Assertions, N4253, N4135 Language Support for Runtime Contract Validation",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#141",
		"link": "https://wg21.link/ewg141",
		"section": "X [contract]",
		"status": "Open",
		"submitter": "J. Lakos, A. Zakharov, A. Beels, N. Myers",
		"opened": "2014-10-09",
		"last_modified": "2015-05-22",
		"papers": [
			"N4415",
			"N4435",
			"N4378",
			"N4379",
			"N4378",
			"N4253",
			"N4135"
		]
	},
	"EWG142": {
		"type": "issue",
		"title": "N4424 Inline Variables, N4147 Inline variables, or encapsulated expressions",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#142",
		"link": "https://wg21.link/ewg142",
		"section": "7.1.2 [dcl.fct.spec]",
		"status": "Ready",
		"submitter": "Hal Finkel, Richard Smith, David Krauss",
		"opened": "2014-09-15",
		"last_modified": "2015-05-22",
		"papers": [
			"N4424",
			"N4147"
		]
	},
	"EWG143": {
		"type": "issue",
		"title": "N4148 Disallowing Inaccessible Operators From Trivially Copyable",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#143",
		"link": "https://wg21.link/ewg143",
		"section": "3.9 [basic.types]",
		"status": "Open",
		"submitter": "Matheus Izvekov",
		"opened": "2014-09-24",
		"last_modified": "2015-05-22",
		"papers": [
			"N4148"
		]
	},
	"EWG144": {
		"type": "issue",
		"title": "N4149 Categorically qualified classes",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#144",
		"link": "https://wg21.link/ewg144",
		"section": "9 [class]",
		"status": "NAD",
		"submitter": "David Krauss",
		"opened": "2014-09-25",
		"last_modified": "2015-05-22",
		"papers": [
			"N4149"
		]
	},
	"EWG145": {
		"type": "issue",
		"title": "N4154 Operator assert",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#145",
		"link": "https://wg21.link/ewg145",
		"section": "19.3 [assertions]",
		"status": "NAD",
		"submitter": "David Krauss",
		"opened": "2014-09-30",
		"last_modified": "2015-05-22",
		"papers": [
			"N4154"
		]
	},
	"EWG146": {
		"type": "issue",
		"title": "N4160 Value constraints",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#146",
		"link": "https://wg21.link/ewg146",
		"section": "8.3.5 [dcl.fct]",
		"status": "New",
		"submitter": "Andrzej Krzemienski",
		"opened": "2014-10-03",
		"last_modified": "2015-05-22",
		"papers": [
			"N4160"
		]
	},
	"EWG147": {
		"type": "issue",
		"title": "N4164 Forwarding References",
		"long_link": "https://cplusplus.github.io/EWG/ewg-complete.html#147",
		"link": "https://wg21.link/ewg147",
		"section": "8.3.2 [dcl.ref]",
		"status": "WP",
		"submitter": "H. Sutter, B. Stroustrup, G. Dos Reis",
		"opened": "2014-10-06",
		"last_modified": "2015-05-22",
		"papers": [
			"N4164"
		]
	},
	"EWG148": {
		"type": "issue",
		"title": "N4474 Unified Call Syntax: x.f(y) and f(x,y), N4165 Unified Call Syntax, N4174 Call syntax: x.f(y) vs. f(x,y)",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#148",
		"link": "https://wg21.link/ewg148",
		"section": "5.2.2 [expr.call]",
		"status": "Open",
		"submitter": "Herb Sutter, Bjarne Stroustrup",
		"opened": "2014-10-04",
		"last_modified": "2015-05-22",
		"papers": [
			"N4474",
			"N4165",
			"N4174"
		]
	},
	"EWG149": {
		"type": "issue",
		"title": "N4166 Movable initializer lists",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#149",
		"link": "https://wg21.link/ewg149",
		"section": "18.9 [support.initlist]",
		"status": "Open",
		"submitter": "David Krauss",
		"opened": "2014-10-06",
		"last_modified": "2015-05-22",
		"papers": [
			"N4166"
		]
	},
	"EWG150": {
		"type": "issue",
		"title": "N4172 Named arguments",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#150",
		"link": "https://wg21.link/ewg150",
		"section": "8.3.5 [dcl.fct]",
		"status": "NAD",
		"submitter": "E. Akhgari, B. Ballo",
		"opened": "2014-10-07",
		"last_modified": "2015-05-22",
		"papers": [
			"N4172"
		]
	},
	"EWG151": {
		"type": "issue",
		"title": "N4477 Operator Dot (R2), N4173 Operator Dot",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#151",
		"link": "https://wg21.link/ewg151",
		"section": "13.5 [over.oper]",
		"status": "Open",
		"submitter": "B. Stroustrup, G. Dos Reis",
		"opened": "2014-10-11",
		"last_modified": "2015-05-22",
		"papers": [
			"N4477",
			"N4173"
		]
	},
	"EWG152": {
		"type": "issue",
		"title": "N4186 Supporting Custom Diagnostics and SFINAE",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#152",
		"link": "https://wg21.link/ewg152",
		"section": "8.4.3 [dcl.fct.def.delete]",
		"status": "Open",
		"submitter": "Matthias Kretz",
		"opened": "2014-10-10",
		"last_modified": "2015-05-22",
		"papers": [
			"N4186"
		]
	},
	"EWG153": {
		"type": "issue",
		"title": "N4188 Proposal for classes with runtime size",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#153",
		"link": "https://wg21.link/ewg153",
		"section": "9.2 [class.mem]",
		"status": "Open",
		"submitter": "L. Deniau, A. Naumann",
		"opened": "2014-10-01",
		"last_modified": "2015-05-22",
		"papers": [
			"N4188"
		]
	},
	"EWG154": {
		"type": "issue",
		"title": "N4191 Folding expressions",
		"long_link": "https://cplusplus.github.io/EWG/ewg-complete.html#154",
		"link": "https://wg21.link/ewg154",
		"section": "5.1 [expr.prim]",
		"status": "WP",
		"submitter": "A. Sutton, R. Smith",
		"opened": "2014-10-07",
		"last_modified": "2015-05-22",
		"papers": [
			"N4191"
		]
	},
	"EWG155": {
		"type": "issue",
		"title": "N4198 Allow constant evaluation for all non-type template arguments",
		"long_link": "https://cplusplus.github.io/EWG/ewg-complete.html#155",
		"link": "https://wg21.link/ewg155",
		"section": "5.19 [expr.const]",
		"status": "WP",
		"submitter": "Richard Smith",
		"opened": "2014-10-06",
		"last_modified": "2015-05-22",
		"papers": [
			"N4198"
		]
	},
	"EWG156": {
		"type": "issue",
		"title": "N4221 Generalized lifetime extension",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#156",
		"link": "https://wg21.link/ewg156",
		"section": "8.3.5 [dcl.fct]",
		"status": "NAD",
		"submitter": "David Krauss",
		"opened": "2014-10-10",
		"last_modified": "2015-05-22",
		"papers": [
			"N4221"
		]
	},
	"EWG157": {
		"type": "issue",
		"title": "N4225 Towards uniform handling of subobjects",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#157",
		"link": "https://wg21.link/ewg157",
		"section": "9.2 [class.mem]",
		"status": "NAD",
		"submitter": "Ville Voutilainen",
		"opened": "2014-10-10",
		"last_modified": "2015-05-22",
		"papers": [
			"N4225"
		]
	},
	"EWG158": {
		"type": "issue",
		"title": "N4228 Refining Expression Evaluation Order for Idiomatic C++",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#158",
		"link": "https://wg21.link/ewg158",
		"section": "5 [expr]",
		"status": "Open",
		"submitter": "G. Dos Reis, H. Sutter, J. Caves",
		"opened": "2014-10-13",
		"last_modified": "2015-05-22",
		"papers": [
			"N4228"
		]
	},
	"EWG159": {
		"type": "issue",
		"title": "N4248 Library Preconditions are a Language Feature",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#159",
		"link": "https://wg21.link/ewg159",
		"section": "X [contract]",
		"status": "Dup",
		"submitter": "Alisdair Meredith",
		"opened": "2014-10-12",
		"last_modified": "2015-05-22",
		"papers": [
			"N4248"
		]
	},
	"EWG160": {
		"type": "issue",
		"title": "N4393 Noop Constructors and Destructors, N4158 Destructive Move (Rev 1), N4034 Destructive Move",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#160",
		"link": "https://wg21.link/ewg160",
		"section": "3.8 [basic.life]",
		"status": "Open",
		"submitter": "Pablo Halpern",
		"opened": "2014-10-12",
		"last_modified": "2015-05-22",
		"papers": [
			"N4393",
			"N4158",
			"N4034"
		]
	},
	"EWG161": {
		"type": "issue",
		"title": "N3922 New Rules for auto deduction from braced-init-list, N3912 Auto and braced-init-lists, continued, N3681 Auto and braced-init lists",
		"long_link": "https://cplusplus.github.io/EWG/ewg-complete.html#161",
		"link": "https://wg21.link/ewg161",
		"section": "3.8 [basic.life]",
		"status": "WP",
		"submitter": "Ville Voutilainen, James Dennett",
		"opened": "2013-05-02",
		"last_modified": "2015-05-22",
		"papers": [
			"N3922",
			"N3912",
			"N3681"
		]
	},
	"EWG162": {
		"type": "issue",
		"title": "N4357 Introduce the [[noexit]] attribute for main as a hint to eliminate destructor calls for objects with static storage duration, N4226 Apply the [[noreturn]] attribute to main as a hint to eliminate global object destructor calls",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#162",
		"link": "https://wg21.link/ewg162",
		"section": "3.6.1 [basic.start.main]",
		"status": "Open",
		"submitter": "D. Diaz, E. Bringas, D. Gutson, J. Maurer",
		"opened": "2014-10-10",
		"last_modified": "2015-05-22",
		"papers": [
			"N4357",
			"N4226"
		]
	},
	"EWG163": {
		"type": "issue",
		"title": "N4465 A Module System for C++ (Revision 3), N4466 Wording for Modules, N4214 A Module System for C++ (Revision 2), N4047 A Module System for C++",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#163",
		"link": "https://wg21.link/ewg163",
		"section": "X [modules]",
		"status": "Open",
		"submitter": "G. Dos Reis, M. Hall, G. Nishanov",
		"opened": "2014-05-27",
		"last_modified": "2015-05-22",
		"papers": [
			"N4465",
			"N4466",
			"N4214",
			"N4047"
		]
	},
	"EWG164": {
		"type": "issue",
		"title": "N4129 Source-Code Information Capture",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#164",
		"link": "https://wg21.link/ewg164",
		"section": "18.1 [support.general]",
		"status": "Ready",
		"submitter": "Robert Douglas",
		"opened": "2014-10-10",
		"last_modified": "2015-05-22",
		"papers": [
			"N4129"
		]
	},
	"EWG165": {
		"type": "issue",
		"title": "N4229 Pointer Ordering",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#165",
		"link": "https://wg21.link/ewg165",
		"section": "20.8.5 [comparisons]",
		"status": "Ready",
		"submitter": "Gabriel Dos Reis",
		"opened": "2014-10-13",
		"last_modified": "2015-05-22",
		"papers": [
			"N4229"
		]
	},
	"EWG166": {
		"type": "issue",
		"title": "N4402 Resumable Functions (revision 4), N4403 Draft Wording for Resumable Functions, N4286 Resumable Functions, N4287 Threads, Fibers and Couroutines (slides deck)",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#166",
		"link": "https://wg21.link/ewg166",
		"section": "X [coroutine]",
		"status": "New",
		"submitter": "Gor Nishanov, Jim Radigan",
		"opened": "2014-11-11",
		"last_modified": "2015-05-22",
		"papers": [
			"N4402",
			"N4403",
			"N4286",
			"N4287"
		]
	},
	"EWG167": {
		"type": "issue",
		"title": "N4309 Return type deduction for explicitly-defaulted and deleted special member functions",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#167",
		"link": "https://wg21.link/ewg167",
		"section": "8.4.2 [dcl.fct.def.default]",
		"status": "NAD",
		"submitter": "Michael Price",
		"opened": "2014-11-17",
		"last_modified": "2015-05-22",
		"papers": [
			"N4309"
		]
	},
	"EWG168": {
		"type": "issue",
		"title": "N4319 Contracts for C++: What are the Choices",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#168",
		"link": "https://wg21.link/ewg168",
		"section": "X [contract]",
		"status": "Dup",
		"submitter": "Gabriel Dos Reis, Shuvendu Lahiri, Francesco Logozzo, Thomas Ball, Jared Parsons",
		"opened": "2014-11-23",
		"last_modified": "2015-05-22",
		"papers": [
			"N4319"
		]
	},
	"EWG169": {
		"type": "issue",
		"title": "N4320 Make exception specifications be part of the type system",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#169",
		"link": "https://wg21.link/ewg169",
		"section": "4 [conv]",
		"status": "Open",
		"submitter": "Jens Maurer",
		"opened": "2014-11-20",
		"last_modified": "2015-05-22",
		"papers": [
			"N4320"
		]
	},
	"EWG170": {
		"type": "issue",
		"title": "N4340 Remove Deprecated Use of the register Keyword",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#170",
		"link": "https://wg21.link/ewg170",
		"section": "2.12 [lex.key]",
		"status": "Ready",
		"submitter": "Alisdair Meredith",
		"opened": "2014-11-26",
		"last_modified": "2015-05-22",
		"papers": [
			"N4340"
		]
	},
	"EWG171": {
		"type": "issue",
		"title": "N4356 Relaxed Array Type Declarator",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#171",
		"link": "https://wg21.link/ewg171",
		"section": "8.3.4 [dcl.array]",
		"status": "NAD",
		"submitter": "Carter Edwards",
		"opened": "2015-02-04",
		"last_modified": "2015-05-22",
		"papers": [
			"N4356"
		]
	},
	"EWG172": {
		"type": "issue",
		"title": "N4358 Unary Folds and Empty Parameter Packs",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#172",
		"link": "https://wg21.link/ewg172",
		"section": "5.1.3 [expr.prim.fold]",
		"status": "Open",
		"submitter": "Thibaut Le Jehan",
		"opened": "2015-01-20",
		"last_modified": "2015-05-22",
		"papers": [
			"N4358"
		]
	},
	"EWG173": {
		"type": "issue",
		"title": "N4360 Delayed Evaluation Parameters",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#173",
		"link": "https://wg21.link/ewg173",
		"section": "8.3.5 [dcl.fct]",
		"status": "Open",
		"submitter": "Douglas Boffey",
		"opened": "2015-01-22",
		"last_modified": "2015-05-22",
		"papers": [
			"N4360"
		]
	},
	"EWG174": {
		"type": "issue",
		"title": "N4367 Comparison in C++",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#174",
		"link": "https://wg21.link/ewg174",
		"section": "5.9 [expr.rel]",
		"status": "Open",
		"submitter": "Lawrence Crowl",
		"opened": "2015-02-08",
		"last_modified": "2015-05-22",
		"papers": [
			"N4367"
		]
	},
	"EWG175": {
		"type": "issue",
		"title": "[tiny] pointer to void as template non-type parameter",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#175",
		"link": "https://wg21.link/ewg175",
		"section": "14.1 [temp.param]",
		"status": "New",
		"submitter": "RS",
		"opened": "2014-10-11",
		"last_modified": "2015-05-22"
	},
	"EWG176": {
		"type": "issue",
		"title": "[tiny] Explicit capture-by-value syntax for lambdas",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#176",
		"link": "https://wg21.link/ewg176",
		"section": "5.1.2 [expr.prim.lambda]",
		"status": "NAD",
		"submitter": "Bjarne Stroustrup",
		"opened": "2014-12-07",
		"last_modified": "2015-05-22"
	},
	"EWG177": {
		"type": "issue",
		"title": "[tiny] LWG 2432",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#177",
		"link": "https://wg21.link/ewg177",
		"section": "18.9 [support.initlist]",
		"status": "New",
		"submitter": "David Krauss",
		"opened": "2014-09-30",
		"last_modified": "2015-05-22"
	},
	"EWG178": {
		"type": "issue",
		"title": "N4401 Defaulted comparison operator semantics should be uniform",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#178",
		"link": "https://wg21.link/ewg178",
		"section": "5.10 [expr.eq]",
		"status": "NAD",
		"submitter": "Michael Price",
		"opened": "2015-04-07",
		"last_modified": "2015-05-22",
		"papers": [
			"N4401"
		]
	},
	"EWG179": {
		"type": "issue",
		"title": "N4425 Generalized Dynamic Assumptions",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#179",
		"link": "https://wg21.link/ewg179",
		"section": "5.3.1 [expr.unary.op]",
		"status": "NAD",
		"submitter": "Hal Finkel",
		"opened": "2015-04-07",
		"last_modified": "2015-05-22",
		"papers": [
			"N4425"
		]
	},
	"EWG180": {
		"type": "issue",
		"title": "N4429 Core issue 1941 - rewording inherited constructors",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#180",
		"link": "https://wg21.link/ewg180",
		"section": "7.3.3 [namespace.udecl]",
		"status": "Ready",
		"submitter": "Richard Smith",
		"opened": "2015-04-10",
		"last_modified": "2015-05-22",
		"papers": [
			"N4429"
		]
	},
	"EWG181": {
		"type": "issue",
		"title": "N4433 Flexible static_assert messages",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#181",
		"link": "https://wg21.link/ewg181",
		"section": "7 [dcl.dcl]",
		"status": "Open",
		"submitter": "Michael Price",
		"opened": "2015-04-09",
		"last_modified": "2015-05-22",
		"papers": [
			"N4433"
		]
	},
	"EWG182": {
		"type": "issue",
		"title": "N4434 Tweaks to Streamline Concepts Lite Syntax, other Concepts TS issues",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#182",
		"link": "https://wg21.link/ewg182",
		"section": "X [concepts]",
		"status": "Open",
		"submitter": "Walter Brown",
		"opened": "2015-04-10",
		"last_modified": "2015-05-22",
		"papers": [
			"N4434"
		]
	},
	"EWG183": {
		"type": "issue",
		"title": "N4453 Resumable Expressions",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#183",
		"link": "https://wg21.link/ewg183",
		"section": "X [coroutine]",
		"status": "NAD",
		"submitter": "Chris Kohlhoff",
		"opened": "2015-04-12",
		"last_modified": "2015-05-22",
		"papers": [
			"N4453"
		]
	},
	"EWG184": {
		"type": "issue",
		"title": "N4460 LWG 2424: Atomics, mutexes and condition variables should not be trivially copyable",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#184",
		"link": "https://wg21.link/ewg184",
		"section": "29.5 [atomics.types.generic]",
		"status": "NAD",
		"submitter": "Ville Voutilainen",
		"opened": "2015-04-07",
		"last_modified": "2015-05-22",
		"papers": [
			"N4460"
		]
	},
	"EWG185": {
		"type": "issue",
		"title": "N4462 LWG 2089, Towards more perfect forwarding",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#185",
		"link": "https://wg21.link/ewg185",
		"section": "20.6.9.1 [allocator.members]",
		"status": "Ready",
		"submitter": "Ville Voutilainen",
		"opened": "2015-04-07",
		"last_modified": "2015-05-22",
		"papers": [
			"N4462"
		]
	},
	"EWG186": {
		"type": "issue",
		"title": "N4472 constexpr goto",
		"long_link": "https://cplusplus.github.io/EWG/ewg-closed.html#186",
		"link": "https://wg21.link/ewg186",
		"section": "5.19 [expr.const]",
		"status": "NAD",
		"submitter": "Ville Voutilainen",
		"opened": "2015-04-10",
		"last_modified": "2015-05-22",
		"papers": [
			"N4472"
		]
	},
	"EWG187": {
		"type": "issue",
		"title": "N4473 noexcept(auto), again",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#187",
		"link": "https://wg21.link/ewg187",
		"section": "15.4 [except.spec]",
		"status": "Open",
		"submitter": "Ville Voutilainen",
		"opened": "2015-04-10",
		"last_modified": "2015-05-22",
		"papers": [
			"N4473"
		]
	},
	"EWG188": {
		"type": "issue",
		"title": "LEWG Bug 95 - std::decay_copy(), suggestion to support an \"auto cast\".",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#188",
		"link": "https://wg21.link/ewg188",
		"section": "4 [conv]",
		"status": "New",
		"submitter": "Zhihao Yuan",
		"opened": "2015-04-30",
		"last_modified": "2015-05-22"
	},
	"EWG189": {
		"type": "issue",
		"title": "Unions with differing access control are not standard layout",
		"long_link": "https://cplusplus.github.io/EWG/ewg-active.html#189",
		"link": "https://wg21.link/ewg189",
		"section": "9 [class]",
		"status": "New",
		"submitter": "Michael Reilly",
		"opened": "2015-05-21",
		"last_modified": "2015-05-22"
	},
	"FS1": {
		"type": "issue",
		"title": "[PDTS] Make namespaces consistent with Library TS policy",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#1",
		"link": "https://wg21.link/fs1",
		"section": "X All",
		"status": "WP",
		"submitter": "FI-5, US-5, GB-3, CH-6",
		"opened": "2014-01-20",
		"last_modified": "2014-06-27"
	},
	"FS2": {
		"type": "issue",
		"title": "[PDTS] Tighten specification when there is no reasonable behavior",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#2",
		"link": "https://wg21.link/fs2",
		"section": "X 2.1 [fs.conform.9945]",
		"status": "WP",
		"submitter": "FI-1",
		"opened": "2014-01-20",
		"last_modified": "2014-06-27"
	},
	"FS3": {
		"type": "issue",
		"title": "[PDTS] Filename length needs bullet item",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#3",
		"link": "https://wg21.link/fs3",
		"section": "X 4.7 [fs.def.filename]",
		"status": "WP",
		"submitter": "CH-2",
		"opened": "2014-01-20",
		"last_modified": "2014-06-27"
	},
	"FS4": {
		"type": "issue",
		"title": "[PDTS] Need definition of dot and dot-dot",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4212.html#4",
		"link": "https://wg21.link/fs4",
		"section": "X 4.14 [fs.def.parent]",
		"status": "NAD",
		"submitter": "CH-3",
		"opened": "2014-01-20",
		"last_modified": "2014-07-05"
	},
	"FS5": {
		"type": "issue",
		"title": "[PDTS] Parent of root directory unspecified",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#5",
		"link": "https://wg21.link/fs5",
		"section": "X 8.1 [path.generic]",
		"status": "WP",
		"submitter": "CH-4",
		"opened": "2014-01-20",
		"last_modified": "2014-07-05"
	},
	"FS6": {
		"type": "issue",
		"title": "[PDTS] Path depth is underspecified",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#6",
		"link": "https://wg21.link/fs6",
		"section": "X 4.15 [fs.def.path]",
		"status": "WP",
		"submitter": "CH-5",
		"opened": "2014-01-20",
		"last_modified": "2014-05-24"
	},
	"FS7": {
		"type": "issue",
		"title": "[PDTS] Unhelpful comment for struct space_info",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#7",
		"link": "https://wg21.link/fs7",
		"section": "X 6 [fs.filesystem.synopsis], 15.32 [fs.op.space]",
		"status": "WP",
		"submitter": "GB-4",
		"opened": "2014-01-20",
		"last_modified": "2014-05-24"
	},
	"FS8": {
		"type": "issue",
		"title": "[PDTS] file_time_type underspecified",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#8",
		"link": "https://wg21.link/fs8",
		"section": "X [fs.filesystem.synopsis]",
		"status": "WP",
		"submitter": "CH-7",
		"opened": "2014-01-20",
		"last_modified": "2014-06-27"
	},
	"FS9": {
		"type": "issue",
		"title": "[PDTS] Unclear why range-based-for functions return different types",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#9",
		"link": "https://wg21.link/fs9",
		"section": "X 6 [fs.filesystem.synopsis]",
		"status": "WP",
		"submitter": "FI-2",
		"opened": "2014-01-20",
		"last_modified": "2014-05-24"
	},
	"FS10": {
		"type": "issue",
		"title": "[PDTS] Apparently inconsistent return types from several functions",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4212.html#10",
		"link": "https://wg21.link/fs10",
		"section": "X 6 [fs.filesystem.synopsis]",
		"status": "NAD",
		"submitter": "FI-4",
		"opened": "2014-01-20",
		"last_modified": "2014-06-27"
	},
	"FS11": {
		"type": "issue",
		"title": "[PDTS] Lack of relative() operation function",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4212.html#11",
		"link": "https://wg21.link/fs11",
		"section": "X 6 & 15",
		"status": "NAD Future",
		"submitter": "GB-1",
		"opened": "2014-01-20",
		"last_modified": "2014-07-05"
	},
	"FS12": {
		"type": "issue",
		"title": "[PDTS] uintmax_t too small for large file sizes",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4212.html#12",
		"link": "https://wg21.link/fs12",
		"section": "X [fs.filesystem.synopsis], [fs.op.file_size]",
		"status": "NAD Future",
		"submitter": "CH-8",
		"opened": "2014-01-20",
		"last_modified": "2014-06-27"
	},
	"FS13": {
		"type": "issue",
		"title": "[PDTS] Missing actual error conditions thrown",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4212.html#13",
		"link": "https://wg21.link/fs13",
		"section": "X 7 [fs.err.report] etc.",
		"status": "NAD",
		"submitter": "CH 9",
		"opened": "2014-01-20",
		"last_modified": "2014-06-27"
	},
	"FS14": {
		"type": "issue",
		"title": "[PDTS] Incorrect postconditions for path copy/move constructor",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#14",
		"link": "https://wg21.link/fs14",
		"section": "X 8.4.1 [path.construct]",
		"status": "WP",
		"submitter": "GB-7, CH-10",
		"opened": "2014-01-20",
		"last_modified": "2014-05-24"
	},
	"FS15": {
		"type": "issue",
		"title": "[PDTS] Missing behavior for characters with no representation",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#15",
		"link": "https://wg21.link/fs15",
		"section": "X 8.2.2 [path.type.cvt], X 8.4.1 [path.construct]",
		"status": "WP",
		"submitter": "GB-8",
		"opened": "2014-01-20",
		"last_modified": "2014-06-27"
	},
	"FS16": {
		"type": "issue",
		"title": "[PDTS] Append behavior underspecified if target is empty",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#16",
		"link": "https://wg21.link/fs16",
		"section": "X 8.4.3 [path.append]",
		"status": "WP",
		"submitter": "CH-11",
		"opened": "2014-01-20",
		"last_modified": "2014-06-27"
	},
	"FS17": {
		"type": "issue",
		"title": "[PDTS] path member swap() unnecessary",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4212.html#17",
		"link": "https://wg21.link/fs17",
		"section": "X 8.4.5 [path.modifiers]",
		"status": "NAD",
		"submitter": "CH-12",
		"opened": "2014-01-20",
		"last_modified": "2014-06-27"
	},
	"FS18": {
		"type": "issue",
		"title": "[PDTS] is_absolute() return clause confusing",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#18",
		"link": "https://wg21.link/fs18",
		"section": "X 8.4.10 [path.query]",
		"status": "WP",
		"submitter": "FI-7",
		"opened": "2014-01-20",
		"last_modified": "2014-05-24"
	},
	"FS19": {
		"type": "issue",
		"title": "[PDTS] Consider using quoted manipulators",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#19",
		"link": "https://wg21.link/fs19",
		"section": "X 8.6.1 [path.io]",
		"status": "WP",
		"submitter": "FI-8",
		"opened": "2014-01-20",
		"last_modified": "2014-06-27"
	},
	"FS21": {
		"type": "issue",
		"title": "[PDTS] directory_entry operator== needs clarification",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#21",
		"link": "https://wg21.link/fs21",
		"section": "X 12.3 [directory_entry.obs]",
		"status": "WP",
		"submitter": "GB-12",
		"opened": "2014-01-20",
		"last_modified": "2014-06-27"
	},
	"FS22": {
		"type": "issue",
		"title": "[PDTS] directory_iterator underspecified",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#22",
		"link": "https://wg21.link/fs22",
		"section": "X 13.1 [directory_iterator.members]",
		"status": "WP",
		"submitter": "CH-13",
		"opened": "2014-01-20",
		"last_modified": "2014-07-05"
	},
	"FS23": {
		"type": "issue",
		"title": "[PDTS] Request for create_regular_file() and/or touch()",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4212.html#23",
		"link": "https://wg21.link/fs23",
		"section": "X 15",
		"status": "NAD",
		"submitter": "CH-14",
		"opened": "2014-01-20",
		"last_modified": "2014-05-24"
	},
	"FS24": {
		"type": "issue",
		"title": "[PDTS] Incorrect effects clause for path copy",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#24",
		"link": "https://wg21.link/fs24",
		"section": "X 15.3 [fs.op.copy]",
		"status": "WP",
		"submitter": "GB-14",
		"opened": "2014-01-20",
		"last_modified": "2014-06-27"
	},
	"FS25": {
		"type": "issue",
		"title": "[PDTS] Copying equivalent paths effects not specified",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#25",
		"link": "https://wg21.link/fs25",
		"section": "X 15.4 [fs.op.copy_file]",
		"status": "WP",
		"submitter": "CH-15",
		"opened": "2014-01-20",
		"last_modified": "2014-07-05"
	},
	"FS26": {
		"type": "issue",
		"title": "[PDTS] Equivalence is a volatile property",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4212.html#26",
		"link": "https://wg21.link/fs26",
		"section": "X 15.13 [fs.op.equivalent]",
		"status": "NAD",
		"submitter": "CH-16",
		"opened": "2014-01-20",
		"last_modified": "2014-05-24"
	},
	"FS27": {
		"type": "issue",
		"title": "[PDTS] Return value of uintmax_t on error?",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#27",
		"link": "https://wg21.link/fs27",
		"section": "X 15.14 [fs.op.file_size]",
		"status": "WP",
		"submitter": "FI-9",
		"opened": "2014-01-20",
		"last_modified": "2014-07-05"
	},
	"FS28": {
		"type": "issue",
		"title": "[PDTS] Possible last_write_time() postcondition?",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4212.html#28",
		"link": "https://wg21.link/fs28",
		"section": "X 15.25 [fs.op.last_write_time]",
		"status": "NAD",
		"submitter": "GB-15",
		"opened": "2014-01-20",
		"last_modified": "2014-05-24"
	},
	"FS29": {
		"type": "issue",
		"title": "[PDTS] Unclear semantics of read_symlink on error",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#29",
		"link": "https://wg21.link/fs29",
		"section": "X 15.27 [fs.op.read_symlink]",
		"status": "WP",
		"submitter": "GB-16",
		"opened": "2014-01-20",
		"last_modified": "2014-06-27"
	},
	"FS30": {
		"type": "issue",
		"title": "[PDTS] remove() must avoid race",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4212.html#30",
		"link": "https://wg21.link/fs30",
		"section": "X 15.28 [fs.op.remove]",
		"status": "NAD",
		"submitter": "CH-17",
		"opened": "2014-01-20",
		"last_modified": "2014-05-24"
	},
	"FS31": {
		"type": "issue",
		"title": "[PDTS] POSIX guarantees atomicity for rename()",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4212.html#31",
		"link": "https://wg21.link/fs31",
		"section": "X 15.30 [fs.op.rename]",
		"status": "NAD",
		"submitter": "CH-18",
		"opened": "2014-01-20",
		"last_modified": "2014-06-27"
	},
	"FS32": {
		"type": "issue",
		"title": "[PDTS] system_complete() example needs clarification",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#32",
		"link": "https://wg21.link/fs32",
		"section": "X 15.36 [fs.op.system_complete]",
		"status": "WP",
		"submitter": "FI-10",
		"opened": "2014-01-20",
		"last_modified": "2014-06-27"
	},
	"FS33": {
		"type": "issue",
		"title": "[PDTS] unique_path() is a security vulnerability",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#33",
		"link": "https://wg21.link/fs33",
		"section": "X 15.38 [fs.op.unique_path]",
		"status": "WP",
		"submitter": "CH-19",
		"opened": "2014-01-20",
		"last_modified": "2014-06-27"
	},
	"FS34": {
		"type": "issue",
		"title": "[PDTS] enum class directory_options has no summary",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#34",
		"link": "https://wg21.link/fs34",
		"section": "X 6 [fs.filesystem.synopsis]",
		"status": "WP",
		"submitter": "P.J. Plauger",
		"opened": "2014-01-30",
		"last_modified": "2014-07-05"
	},
	"FS35": {
		"type": "issue",
		"title": "[PDTS] directory_options::skip_permission_denied is not used",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#35",
		"link": "https://wg21.link/fs35",
		"section": "X 6 [fs.filesystem.synopsis]",
		"status": "WP",
		"submitter": "P.J. Plauger",
		"opened": "2014-01-30",
		"last_modified": "2014-07-05"
	},
	"FS36": {
		"type": "issue",
		"title": "[PDTS] copy_options::copy_symlinks is not used",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#36",
		"link": "https://wg21.link/fs36",
		"section": "X 10.2 [enum.copy_options]",
		"status": "WP",
		"submitter": "P.J. Plauger",
		"opened": "2014-01-30",
		"last_modified": "2014-07-05"
	},
	"FS37": {
		"type": "issue",
		"title": "[PDTS] All functions with error_code arguments should be noexcept",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#37",
		"link": "https://wg21.link/fs37",
		"section": "X 15.2 [fs.op.canonical], X 15.11 [fs.op.current_path], X 15.27 [fs.op.read_symlink], X 15.36 [fs.op.system_complete], X 15.37 [fs.op.temp_dir_path], X 15.38 [fs.op.unique_path], X 8.4 [path.member]",
		"status": "WP",
		"submitter": "P.J. Plauger",
		"opened": "2014-01-30",
		"last_modified": "2014-07-05"
	},
	"FS38": {
		"type": "issue",
		"title": "[PDTS] Make certain functions noexcept and drop error_code version",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4212.html#38",
		"link": "https://wg21.link/fs38",
		"section": "X 12.3 [directory_entry.obs], X 15.12 [fs.op.exists], X 15.16 [fs.op.is_block_file], X 15.17 [fs.op.is_char_file], X 15.18 [fs.op.is_directory], X 15.19 [fs.op.is_empty], X 15.20 [fs.op.is_fifo], X 15.21 [fs.op.is_other], X 15.22 [fs.op.is_regular_file], X 15.23 [fs.op.is_socket], X 15.24 [fs.op.is_symlink], X 15.33 [fs.op.status], X 15.35 [fs.op.symlink_status], X 15.38 [fs.op.unique_path]",
		"status": "NAD",
		"submitter": "P.J. Plauger",
		"opened": "2014-01-30",
		"last_modified": "2014-07-05"
	},
	"FS39": {
		"type": "issue",
		"title": "[PDTS] permissions() is missing from synopsis",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4212.html#39",
		"link": "https://wg21.link/fs39",
		"section": "X 6  [fs.filesystem.synopsis]",
		"status": "NAD Editorial",
		"submitter": "P.J. Plauger",
		"opened": "2014-01-30",
		"last_modified": "2014-06-27"
	},
	"FS40": {
		"type": "issue",
		"title": "[PDTS] class directory_entry should retain operator const path&() from V2",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#40",
		"link": "https://wg21.link/fs40",
		"section": "X 12 [class.directory_entry]",
		"status": "WP",
		"submitter": "P.J. Plauger",
		"opened": "2014-01-30",
		"last_modified": "2014-07-05"
	},
	"FS41": {
		"type": "issue",
		"title": "[PDTS] directory_iterator, recursive_directory_iterator, move construct/assign should be noexcept",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#41",
		"link": "https://wg21.link/fs41",
		"section": "X 13 [class.directory_iterator], X 14 [class.rec.dir.itr]",
		"status": "WP",
		"submitter": "P.J. Plauger",
		"opened": "2014-01-30",
		"last_modified": "2014-07-05"
	},
	"FS42": {
		"type": "issue",
		"title": "[PDTS] class path should have defaulted constructors/destructor/assignments.",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4212.html#42",
		"link": "https://wg21.link/fs42",
		"section": "X 8 [class.path]",
		"status": "NAD",
		"submitter": "P.J. Plauger",
		"opened": "2014-01-30",
		"last_modified": "2014-07-05"
	},
	"FS43": {
		"type": "issue",
		"title": "[PDTS] path::compare(const string&) should be path::compare(const string_type&)",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4212.html#43",
		"link": "https://wg21.link/fs43",
		"section": "X 8 [class.path]",
		"status": "Dup",
		"submitter": "P.J. Plauger",
		"opened": "2014-01-30",
		"last_modified": "2014-06-27"
	},
	"FS44": {
		"type": "issue",
		"title": "[PDTS] enum classes copy_options and perms should be bitmask types",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#44",
		"link": "https://wg21.link/fs44",
		"section": "X 10.2 [enum.copy_options], X 10.3 [enum.perms]",
		"status": "WP",
		"submitter": "P.J. Plauger",
		"opened": "2014-01-30",
		"last_modified": "2014-06-27"
	},
	"FS45": {
		"type": "issue",
		"title": "[PDTS] create_directory should refer to perms::all instead of Posix S_IRWXU|S_IRWXG|S_IRWXO",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#45",
		"link": "https://wg21.link/fs45",
		"section": "X 15.7 [fs.op.create_directory]",
		"status": "WP",
		"submitter": "P.J. Plauger",
		"opened": "2014-01-30",
		"last_modified": "2014-07-05"
	},
	"FS46": {
		"type": "issue",
		"title": "[PDTS] Do we really need generic*?",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4212.html#46",
		"link": "https://wg21.link/fs46",
		"section": "X 8.4.7 [path.generic.obs]",
		"status": "NAD",
		"submitter": "P.J. Plauger",
		"opened": "2014-01-30",
		"last_modified": "2014-05-24"
	},
	"FS47": {
		"type": "issue",
		"title": "[PDTS] last_write_time() uses ill-formed cast",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#47",
		"link": "https://wg21.link/fs47",
		"section": "X 15.25 [fs.op.last_write_time]",
		"status": "WP",
		"submitter": "P.J. Plauger",
		"opened": "2014-01-30",
		"last_modified": "2014-06-27"
	},
	"FS48": {
		"type": "issue",
		"title": "[PDTS] path::template<class charT>string() conversion rules",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#48",
		"link": "https://wg21.link/fs48",
		"section": "X 8.4.6  [path.native.obs]",
		"status": "WP",
		"submitter": "P.J. Plauger",
		"opened": "2014-01-30",
		"last_modified": "2014-07-05"
	},
	"FS49": {
		"type": "issue",
		"title": "[PDTS] path and directory_entry move ctors should not be noexcept",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#49",
		"link": "https://wg21.link/fs49",
		"section": "X 8.4.1 [path.construct], X 12 [class.directory_entry]",
		"status": "WP",
		"submitter": "Stephan T. Lavavej",
		"opened": "2014-02-03",
		"last_modified": "2014-07-05"
	},
	"FS50": {
		"type": "issue",
		"title": "[PDTS] path::compare(const string& s) wrong argument type",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#50",
		"link": "https://wg21.link/fs50",
		"section": "X 8 [class.path]",
		"status": "WP",
		"submitter": "Stephan T. Lavavej",
		"opened": "2014-02-03",
		"last_modified": "2014-06-27"
	},
	"FS51": {
		"type": "issue",
		"title": "[PDTS] directory_iterator, recursive_directory_iterator, pointer/reference typedefs wrong",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4212.html#51",
		"link": "https://wg21.link/fs51",
		"section": "X 13 [class.directory_iterator], X 14 [class.rec.dir.itr]",
		"status": "Dup",
		"submitter": "Stephan T. Lavavej",
		"opened": "2014-02-03",
		"last_modified": "2014-06-27"
	},
	"FS52": {
		"type": "issue",
		"title": "[PDTS] Better to avoid deriving from std::iterator",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#52",
		"link": "https://wg21.link/fs52",
		"section": "X 13 [class.directory_iterator], X 14 [class.rec.dir.itr]",
		"status": "WP",
		"submitter": "Stephan T. Lavavej",
		"opened": "2014-02-03",
		"last_modified": "2014-06-27"
	},
	"FS53": {
		"type": "issue",
		"title": "[PDTS] directory_entry multithreading concerns",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#53",
		"link": "https://wg21.link/fs53",
		"section": "X 12 [class.directory_entry]",
		"status": "WP",
		"submitter": "Stephan T. Lavavej",
		"opened": "2014-02-03",
		"last_modified": "2014-07-05"
	},
	"FS54": {
		"type": "issue",
		"title": "[PDTS] Concerns with security and testability",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4212.html#54",
		"link": "https://wg21.link/fs54",
		"section": "X all",
		"status": "NAD Future",
		"submitter": "Google",
		"opened": "2014-01-20",
		"last_modified": "2014-07-05"
	},
	"FS55": {
		"type": "issue",
		"title": "[PDTS] Clarify Error reporting",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#55",
		"link": "https://wg21.link/fs55",
		"section": "X 7 [fs.err.report]",
		"status": "WP",
		"submitter": "Beman Dawes",
		"opened": "2014-01-20",
		"last_modified": "2014-06-27"
	},
	"FS56": {
		"type": "issue",
		"title": "[PDTS] Feature test macro for TS version",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#56",
		"link": "https://wg21.link/fs56",
		"section": "X 5 [fs.req]",
		"status": "WP",
		"submitter": "Clark Nelson",
		"opened": "2014-02-10",
		"last_modified": "2014-07-05"
	},
	"FS57": {
		"type": "issue",
		"title": "[PDTS] Inappropriate use of \"No diagnostic is required\"",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#57",
		"link": "https://wg21.link/fs57",
		"section": "X 2.1 [fs.conform.9945]",
		"status": "WP",
		"submitter": "LWG/SG-3",
		"opened": "2014-02-13",
		"last_modified": "2014-07-05"
	},
	"FS58": {
		"type": "issue",
		"title": "[PDTS] POSIX utime() is obsolescent",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#58",
		"link": "https://wg21.link/fs58",
		"section": "X 15.25 [fs.op.last_write_time]",
		"status": "WP",
		"submitter": "LWG/SG-3",
		"opened": "2014-02-13",
		"last_modified": "2014-07-05"
	},
	"FS59": {
		"type": "issue",
		"title": "[PDTS] Invalid expressions for bitmask types",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4212.html#59",
		"link": "https://wg21.link/fs59",
		"section": "X 10 [fs.enum]",
		"status": "NAD Editorial",
		"submitter": "Daniel Krügler",
		"opened": "2014-03-01",
		"last_modified": "2014-07-05"
	},
	"FS60": {
		"type": "issue",
		"title": "[PDTS] Incorrect Throws specification for absolute()",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#60",
		"link": "https://wg21.link/fs60",
		"section": "X 15.1 [fs.op.absolute]",
		"status": "WP",
		"submitter": "Daniel Krügler",
		"opened": "2014-02-28",
		"last_modified": "2014-07-05"
	},
	"FS61": {
		"type": "issue",
		"title": "Surprising equivalent() behavior if neither file exists",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4212.html#61",
		"link": "https://wg21.link/fs61",
		"section": "X 6 [fs.filesystem.synopsis]",
		"status": "NAD",
		"submitter": "Beman Dawes",
		"opened": "2014-04-12",
		"last_modified": "2014-07-05"
	},
	"FS62": {
		"type": "issue",
		"title": "Allocator requirements unspecified",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4213.html#62",
		"link": "https://wg21.link/fs62",
		"section": "X 5 Requirements [fs.req]",
		"status": "WP",
		"submitter": "Daniel Krügler",
		"opened": "2014-05-19",
		"last_modified": "2014-07-05"
	},
	"FS63": {
		"type": "issue",
		"title": "Enable efficient retrieval of file size from directory_entry",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4211.html#63",
		"link": "https://wg21.link/fs63",
		"section": "X [fs.op.file_size]",
		"status": "New",
		"submitter": "Gor Nishanov",
		"opened": "2014-05-22",
		"last_modified": "2014-07-05"
	},
	"FS64": {
		"type": "issue",
		"title": "operator / (and other append) semantics not useful if argument has root",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4211.html#64",
		"link": "https://wg21.link/fs64",
		"section": "X 8.4.3 [8.4.3], 8.6 [path.non-member]",
		"status": "New",
		"submitter": "Peter Dimov",
		"opened": "2014-05-30",
		"last_modified": "2014-07-05"
	},
	"FS65": {
		"type": "issue",
		"title": "remove_filename() post condition is incorrect",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4211.html#65",
		"link": "https://wg21.link/fs65",
		"section": "X 4.8.5 [path.modifiers.remove_filename]",
		"status": "New",
		"submitter": "Eric Fiselier",
		"opened": "2014-06-07",
		"last_modified": "2014-07-05"
	},
	"FS66": {
		"type": "issue",
		"title": "Bitmask operations should use bitmask terms",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4211.html#66",
		"link": "https://wg21.link/fs66",
		"section": "X throughout",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2014-06-30",
		"last_modified": "2014-07-05"
	},
	"FS67": {
		"type": "issue",
		"title": "path::root_directory() description is confusing",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4211.html#67",
		"link": "https://wg21.link/fs67",
		"section": "X 8.4.9 [path.decompose]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2014-07-03",
		"last_modified": "2014-07-04"
	},
	"FS68": {
		"type": "issue",
		"title": "path::operator+= is defined, but not operator+",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4211.html#68",
		"link": "https://wg21.link/fs68",
		"section": "X 8 [class.path]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2014-07-03",
		"last_modified": "2014-07-04"
	},
	"FS69": {
		"type": "issue",
		"title": "recursive_directory_iterator effects refers to non-existent functions",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4211.html#69",
		"link": "https://wg21.link/fs69",
		"section": "X 14.1 [rec.dir.itr.members] ¶39",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2014-07-10",
		"last_modified": "2014-10-08"
	},
	"FS70": {
		"type": "issue",
		"title": "system_complete refers to undefined variable 'base'",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4211.html#70",
		"link": "https://wg21.link/fs70",
		"section": "X 15.36 [fs.op.system_complete]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2014-07-20",
		"last_modified": "2014-10-08"
	},
	"FS71": {
		"type": "issue",
		"title": "Errors in Copy",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4211.html#71",
		"link": "https://wg21.link/fs71",
		"section": "X 15.3 [fs.op.copy]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2014-07-28",
		"last_modified": "2014-10-08"
	},
	"FS72": {
		"type": "issue",
		"title": "Should is_empty use error_code in its specification?",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4211.html#72",
		"link": "https://wg21.link/fs72",
		"section": "X 15.19 [fs.op.is_empty]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2014-08-01",
		"last_modified": "2014-10-09"
	},
	"LEWG1": {
		"type": "issue",
		"title": "Test Issue",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=1",
		"link": "https://wg21.link/lewg1",
		"status": "CLOSED",
		"resolution": "INVALID",
		"last_modified": "2014-03-22"
	},
	"LEWG2": {
		"type": "issue",
		"title": "TransformationTrait Alias void_t",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=2",
		"link": "https://wg21.link/lewg2",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2016-03-05"
	},
	"LEWG3": {
		"type": "issue",
		"title": "Centralized Defensive-Programming Support for Narrow  Contracts",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=3",
		"link": "https://wg21.link/lewg3",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2014-07-06"
	},
	"LEWG4": {
		"type": "issue",
		"title": "Fixes for optional objects",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=4",
		"link": "https://wg21.link/lewg4",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2014-07-06"
	},
	"LEWG5": {
		"type": "issue",
		"title": "not_fn()",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=5",
		"link": "https://wg21.link/lewg5",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2014-07-06"
	},
	"LEWG6": {
		"type": "issue",
		"title": "Scoped Resource - Generic RAII Wrapper for the Standard Library",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=6",
		"link": "https://wg21.link/lewg6",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P0052"
		]
	},
	"LEWG7": {
		"type": "issue",
		"title": "Extending make_shared to Support Arrays",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=7",
		"link": "https://wg21.link/lewg7",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-11-06",
		"papers": [
			"P0674"
		]
	},
	"LEWG8": {
		"type": "issue",
		"title": "Greatest Common Divisor and Least Common Multiple",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=8",
		"link": "https://wg21.link/lewg8",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2016-03-03"
	},
	"LEWG9": {
		"type": "issue",
		"title": "Allocator-aware regular expressions",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=9",
		"link": "https://wg21.link/lewg9",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P0269",
			"P1294"
		]
	},
	"LEWG10": {
		"type": "issue",
		"title": "Provide a function to compute x mod 2**n",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=10",
		"link": "https://wg21.link/lewg10",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2014-06-24"
	},
	"LEWG11": {
		"type": "issue",
		"title": "equal_range() should return a range",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=11",
		"link": "https://wg21.link/lewg11",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2014-06-12"
	},
	"LEWG12": {
		"type": "issue",
		"title": "noexcept and the wide/narrow contract theory",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=12",
		"link": "https://wg21.link/lewg12",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2014-07-06"
	},
	"LEWG13": {
		"type": "issue",
		"title": "Making tuple concept-friendly",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=13",
		"link": "https://wg21.link/lewg13",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2015-10-15"
	},
	"LEWG14": {
		"type": "issue",
		"title": "Multidimensional bounds, index and array_view",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=14",
		"link": "https://wg21.link/lewg14",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2015-10-14"
	},
	"LEWG15": {
		"type": "issue",
		"title": "Define some cryptographic operations.",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=15",
		"link": "https://wg21.link/lewg15",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2015-04-27"
	},
	"LEWG16": {
		"type": "issue",
		"title": "Improving pair and tuple",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=16",
		"link": "https://wg21.link/lewg16",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2016-03-05"
	},
	"LEWG17": {
		"type": "issue",
		"title": "Establish conventions for Technical Specification contents",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=17",
		"link": "https://wg21.link/lewg17",
		"status": "CLOSED",
		"resolution": "FIXED",
		"last_modified": "2015-04-27"
	},
	"LEWG18": {
		"type": "issue",
		"title": "Const-propagating smart pointer wrapper",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=18",
		"link": "https://wg21.link/lewg18",
		"status": "READY",
		"resolution": "",
		"last_modified": "2015-04-12"
	},
	"LEWG19": {
		"type": "issue",
		"title": "Polymorphic Deleter for Unique Pointers",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=19",
		"link": "https://wg21.link/lewg19",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2014-06-18"
	},
	"LEWG20": {
		"type": "issue",
		"title": "Ostream Buffers",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=20",
		"link": "https://wg21.link/lewg20",
		"status": "CLOSED",
		"resolution": "FIXED",
		"last_modified": "2018-02-27",
		"papers": [
			"P0053"
		]
	},
	"LEWG21": {
		"type": "issue",
		"title": "Make it easier for users to define good hash functions",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=21",
		"link": "https://wg21.link/lewg21",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"N3333",
			"N3876",
			"N3980",
			"P0029",
			"P0814"
		]
	},
	"LEWG22": {
		"type": "issue",
		"title": "Rvalue reference overloads for optional",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=22",
		"link": "https://wg21.link/lewg22",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2014-07-06"
	},
	"LEWG23": {
		"type": "issue",
		"title": "Hashing tuple-like types",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=23",
		"link": "https://wg21.link/lewg23",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2014-06-21"
	},
	"LEWG24": {
		"type": "issue",
		"title": "Transaction-safe standard library",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=24",
		"link": "https://wg21.link/lewg24",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2016-03-05"
	},
	"LEWG25": {
		"type": "issue",
		"title": "Enable noexcept on string and vector default/move constructors/assignments",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=25",
		"link": "https://wg21.link/lewg25",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2016-03-05"
	},
	"LEWG26": {
		"type": "issue",
		"title": "Supporting move-only types with emplace in unique-key maps",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=26",
		"link": "https://wg21.link/lewg26",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2016-03-05"
	},
	"LEWG27": {
		"type": "issue",
		"title": "Delimited iterators (fixing ostream_iterator)",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=27",
		"link": "https://wg21.link/lewg27",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2016-03-05"
	},
	"LEWG28": {
		"type": "issue",
		"title": "Uniform Container Erasure",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=28",
		"link": "https://wg21.link/lewg28",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2016-03-05"
	},
	"LEWG29": {
		"type": "issue",
		"title": "std::expected<Error, T>",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=29",
		"link": "https://wg21.link/lewg29",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-05-15",
		"papers": [
			"P0323",
			"N4109",
			"N4015"
		]
	},
	"LEWG30": {
		"type": "issue",
		"title": "Non-member size(), empty(), front(), back(), and data().",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=30",
		"link": "https://wg21.link/lewg30",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2016-03-05"
	},
	"LEWG31": {
		"type": "issue",
		"title": "make_array",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=31",
		"link": "https://wg21.link/lewg31",
		"status": "READY",
		"resolution": "",
		"last_modified": "2015-04-12"
	},
	"LEWG32": {
		"type": "issue",
		"title": "Destructive Move",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=32",
		"link": "https://wg21.link/lewg32",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG33": {
		"type": "issue",
		"title": "Safe conversions in unique_ptr<T[]>",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=33",
		"link": "https://wg21.link/lewg33",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2015-01-07"
	},
	"LEWG34": {
		"type": "issue",
		"title": "Need type-erased wrappers for move-only callable objects",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=34",
		"link": "https://wg21.link/lewg34",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-11-19",
		"papers": [
			"P0288"
		]
	},
	"LEWG35": {
		"type": "issue",
		"title": "Minimal incomplete type support for standard containers",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=35",
		"link": "https://wg21.link/lewg35",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2016-03-05"
	},
	"LEWG36": {
		"type": "issue",
		"title": "Develop guidelines for the use of constexpr",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=36",
		"link": "https://wg21.link/lewg36",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG37": {
		"type": "issue",
		"title": "A constexpr bitwise operations library for C++",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=37",
		"link": "https://wg21.link/lewg37",
		"status": "CLOSED",
		"resolution": "DUPLICATE",
		"last_modified": "2017-07-08"
	},
	"LEWG38": {
		"type": "issue",
		"title": "Relax the allocator requirements on vector so that the small object optimization is allowed",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=38",
		"link": "https://wg21.link/lewg38",
		"status": "CLOSED",
		"resolution": "NOT_A_DEFECT",
		"last_modified": "2014-07-13"
	},
	"LEWG39": {
		"type": "issue",
		"title": "basic_string(const charT*, size_type, const Allocator&) requires clause too restrictive",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=39",
		"link": "https://wg21.link/lewg39",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2016-04-07"
	},
	"LEWG40": {
		"type": "issue",
		"title": "Simplified partial function application",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=40",
		"link": "https://wg21.link/lewg40",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-11-12",
		"papers": [
			"P0356",
			"N4171"
		]
	},
	"LEWG41": {
		"type": "issue",
		"title": "Type Trait is_range<T>",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=41",
		"link": "https://wg21.link/lewg41",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG42": {
		"type": "issue",
		"title": "Unspecialized std::tuple_size should be defined",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=42",
		"link": "https://wg21.link/lewg42",
		"status": "READY",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG43": {
		"type": "issue",
		"title": "Extend INVOKE to support types convertible to target class",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=43",
		"link": "https://wg21.link/lewg43",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2018-05-22",
		"papers": [
			"N4170"
		]
	},
	"LEWG44": {
		"type": "issue",
		"title": "A proposal to add invoke() function template",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=44",
		"link": "https://wg21.link/lewg44",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2016-03-05"
	},
	"LEWG45": {
		"type": "issue",
		"title": "Should the rvalue-ref-qualified overloads for optional really return a value?",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=45",
		"link": "https://wg21.link/lewg45",
		"status": "CLOSED",
		"resolution": "FIXED",
		"last_modified": "2015-04-27"
	},
	"LEWG46": {
		"type": "issue",
		"title": "Fix iterator categories",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=46",
		"link": "https://wg21.link/lewg46",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG47": {
		"type": "issue",
		"title": "Task Regions",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=47",
		"link": "https://wg21.link/lewg47",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2016-03-05"
	},
	"LEWG48": {
		"type": "issue",
		"title": "Searching and Manipulation of Parameter Packs",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=48",
		"link": "https://wg21.link/lewg48",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG49": {
		"type": "issue",
		"title": "introduce the term \"contiguous iterator\"",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=49",
		"link": "https://wg21.link/lewg49",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2016-03-05"
	},
	"LEWG50": {
		"type": "issue",
		"title": "raw_storage_iterator needs rvalue ref support",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=50",
		"link": "https://wg21.link/lewg50",
		"status": "NEEDS_WORDING",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG51": {
		"type": "issue",
		"title": "bool_constant",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=51",
		"link": "https://wg21.link/lewg51",
		"status": "READY",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG52": {
		"type": "issue",
		"title": "Ranges for the Standard Library",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=52",
		"link": "https://wg21.link/lewg52",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-11-05"
	},
	"LEWG53": {
		"type": "issue",
		"title": "Source-Code Information Capture",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=53",
		"link": "https://wg21.link/lewg53",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2016-03-05"
	},
	"LEWG54": {
		"type": "issue",
		"title": "Data-Invariant (constant time/side-channel-resistant) Functions",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=54",
		"link": "https://wg21.link/lewg54",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2015-05-09"
	},
	"LEWG55": {
		"type": "issue",
		"title": "TriviallyCopyable reference_wrapper",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=55",
		"link": "https://wg21.link/lewg55",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2016-03-05"
	},
	"LEWG56": {
		"type": "issue",
		"title": "Remove auto_ptr",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=56",
		"link": "https://wg21.link/lewg56",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2015-10-15"
	},
	"LEWG57": {
		"type": "issue",
		"title": "Remove deprecated library features",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=57",
		"link": "https://wg21.link/lewg57",
		"status": "CONFIRMED",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG58": {
		"type": "issue",
		"title": "Remove random_shuffle()",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=58",
		"link": "https://wg21.link/lewg58",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2015-10-15"
	},
	"LEWG59": {
		"type": "issue",
		"title": "Remove old function objects and binders",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=59",
		"link": "https://wg21.link/lewg59",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2015-10-15"
	},
	"LEWG60": {
		"type": "issue",
		"title": "Utilities for contiguous iterators",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=60",
		"link": "https://wg21.link/lewg60",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG61": {
		"type": "issue",
		"title": "Alignment helpers",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=61",
		"link": "https://wg21.link/lewg61",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2015-05-11"
	},
	"LEWG62": {
		"type": "issue",
		"title": "Size and alignment control for std::bitset",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=62",
		"link": "https://wg21.link/lewg62",
		"status": "CLOSED",
		"resolution": "NOT_A_DEFECT",
		"last_modified": "2015-04-27"
	},
	"LEWG63": {
		"type": "issue",
		"title": "Fast ASCII Character Manipulation",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=63",
		"link": "https://wg21.link/lewg63",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2015-11-01"
	},
	"LEWG64": {
		"type": "issue",
		"title": "Latches and Barriers",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=64",
		"link": "https://wg21.link/lewg64",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2015-10-17"
	},
	"LEWG65": {
		"type": "issue",
		"title": "std::rand replacement",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=65",
		"link": "https://wg21.link/lewg65",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-11-07"
	},
	"LEWG66": {
		"type": "issue",
		"title": "Variant",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=66",
		"link": "https://wg21.link/lewg66",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-11-05"
	},
	"LEWG67": {
		"type": "issue",
		"title": "array_view extensions: storage ordering, operator(), range access, and data()",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=67",
		"link": "https://wg21.link/lewg67",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG68": {
		"type": "issue",
		"title": "Networking Library",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=68",
		"link": "https://wg21.link/lewg68",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-11-05"
	},
	"LEWG69": {
		"type": "issue",
		"title": "Static reflection",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=69",
		"link": "https://wg21.link/lewg69",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-03-19",
		"papers": [
			"P0194",
			"P0578"
		]
	},
	"LEWG70": {
		"type": "issue",
		"title": "Reflection Type Traits For Classes, Unions and Enumerations",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=70",
		"link": "https://wg21.link/lewg70",
		"status": "SG_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG71": {
		"type": "issue",
		"title": "Editorial: Order of functions in section 5.8 and 5.9 are inconsistent.",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=71",
		"link": "https://wg21.link/lewg71",
		"status": "ADOPTED",
		"resolution": "EDITORIAL",
		"last_modified": "2015-01-12"
	},
	"LEWG72": {
		"type": "issue",
		"title": "bad_optional_access should derive from std::exception, not std::logic_error",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=72",
		"link": "https://wg21.link/lewg72",
		"status": "CLOSED",
		"resolution": "FIXED",
		"last_modified": "2018-02-27"
	},
	"LEWG73": {
		"type": "issue",
		"title": "Editorial - some functions in optional have remarks about constexpr; others do not.",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=73",
		"link": "https://wg21.link/lewg73",
		"status": "CONFIRMED",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG74": {
		"type": "issue",
		"title": "Some tuple and pair constructors need magic SFINAE \"does not participate in overload resolution\" wording",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=74",
		"link": "https://wg21.link/lewg74",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG75": {
		"type": "issue",
		"title": "Optional specifies that a constructor that takes a forwarding reference will move from it",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=75",
		"link": "https://wg21.link/lewg75",
		"status": "CLOSED",
		"resolution": "FIXED",
		"last_modified": "2015-02-23"
	},
	"LEWG76": {
		"type": "issue",
		"title": "Consider supporting fancy pointers in propagate_const",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=76",
		"link": "https://wg21.link/lewg76",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG77": {
		"type": "issue",
		"title": "User-defined literals for additional arithmetic types",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=77",
		"link": "https://wg21.link/lewg77",
		"status": "CLOSED",
		"resolution": "INVALID",
		"last_modified": "2018-02-27",
		"papers": [
			"P0330"
		]
	},
	"LEWG78": {
		"type": "issue",
		"title": "'end' arguments to advance(), next(), and prev()",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=78",
		"link": "https://wg21.link/lewg78",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2016-03-03"
	},
	"LEWG79": {
		"type": "issue",
		"title": "An absolute-difference function",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=79",
		"link": "https://wg21.link/lewg79",
		"status": "NEEDS_WORDING",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG80": {
		"type": "issue",
		"title": "P0009 - Multidimensional Array View with Polymorphic Layout",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=80",
		"link": "https://wg21.link/lewg80",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P0009"
		]
	},
	"LEWG81": {
		"type": "issue",
		"title": "vector::release to extract vector's internal array",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=81",
		"link": "https://wg21.link/lewg81",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2015-11-01"
	},
	"LEWG82": {
		"type": "issue",
		"title": "Add bitset::size_type",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=82",
		"link": "https://wg21.link/lewg82",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG83": {
		"type": "issue",
		"title": "Make advance(it) equivalent to ++it",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=83",
		"link": "https://wg21.link/lewg83",
		"status": "CLOSED",
		"resolution": "NOT_A_DEFECT",
		"last_modified": "2015-05-04"
	},
	"LEWG84": {
		"type": "issue",
		"title": "An easy conversion to const",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=84",
		"link": "https://wg21.link/lewg84",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2015-11-01"
	},
	"LEWG85": {
		"type": "issue",
		"title": "Design future customization points",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=85",
		"link": "https://wg21.link/lewg85",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG86": {
		"type": "issue",
		"title": "Improve or replace iostreams",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=86",
		"link": "https://wg21.link/lewg86",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG87": {
		"type": "issue",
		"title": "Make vector support non-moveable types",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=87",
		"link": "https://wg21.link/lewg87",
		"status": "CLOSED",
		"resolution": "NOT_A_DEFECT",
		"last_modified": "2015-05-09"
	},
	"LEWG88": {
		"type": "issue",
		"title": "Adding [nothrow-]swappable traits",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=88",
		"link": "https://wg21.link/lewg88",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2016-03-08"
	},
	"LEWG89": {
		"type": "issue",
		"title": "Standard Library Support for the C++ Detection Idiom",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=89",
		"link": "https://wg21.link/lewg89",
		"status": "CLOSED",
		"resolution": "FIXED",
		"last_modified": "2015-05-09"
	},
	"LEWG90": {
		"type": "issue",
		"title": "Move the Mathematical Special Functions into C++",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=90",
		"link": "https://wg21.link/lewg90",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2016-03-08"
	},
	"LEWG91": {
		"type": "issue",
		"title": "An is_callable trait",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=91",
		"link": "https://wg21.link/lewg91",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2016-03-08"
	},
	"LEWG92": {
		"type": "issue",
		"title": "Message digests (includes cryptographic hashes)",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=92",
		"link": "https://wg21.link/lewg92",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG93": {
		"type": "issue",
		"title": "Merge Fundamentals v1 into v2",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=93",
		"link": "https://wg21.link/lewg93",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2016-03-04"
	},
	"LEWG94": {
		"type": "issue",
		"title": "Splicing Maps and Sets",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=94",
		"link": "https://wg21.link/lewg94",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-11-05"
	},
	"LEWG95": {
		"type": "issue",
		"title": "std::decay_copy()",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=95",
		"link": "https://wg21.link/lewg95",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG96": {
		"type": "issue",
		"title": "A compile-time string type",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=96",
		"link": "https://wg21.link/lewg96",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG97": {
		"type": "issue",
		"title": "shared_mutex (untimed)",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=97",
		"link": "https://wg21.link/lewg97",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2016-03-05"
	},
	"LEWG98": {
		"type": "issue",
		"title": "N4509 constexpr atomic<T>::is_always_lock_free",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=98",
		"link": "https://wg21.link/lewg98",
		"status": "READY",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG99": {
		"type": "issue",
		"title": "Unions with differing access control are not standard layout (but could be)",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=99",
		"link": "https://wg21.link/lewg99",
		"status": "CLOSED",
		"resolution": "INVALID",
		"last_modified": "2015-05-22"
	},
	"LEWG100": {
		"type": "issue",
		"title": "Unify the interfaces of optional, any, and variant",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=100",
		"link": "https://wg21.link/lewg100",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-11-05",
		"papers": [
			"P0032"
		]
	},
	"LEWG101": {
		"type": "issue",
		"title": "If vector::reserve(n) reallocates, capacity()==n",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=101",
		"link": "https://wg21.link/lewg101",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2017-11-05"
	},
	"LEWG102": {
		"type": "issue",
		"title": "clamp()",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=102",
		"link": "https://wg21.link/lewg102",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2016-06-12"
	},
	"LEWG103": {
		"type": "issue",
		"title": "shared_ptr::weak_type",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=103",
		"link": "https://wg21.link/lewg103",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-11-05"
	},
	"LEWG104": {
		"type": "issue",
		"title": "Function wrapper for const- and ref-qualified operator()",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=104",
		"link": "https://wg21.link/lewg104",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0045"
		]
	},
	"LEWG105": {
		"type": "issue",
		"title": "Remove Deprecated iostreams aliases",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=105",
		"link": "https://wg21.link/lewg105",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2015-11-01"
	},
	"LEWG106": {
		"type": "issue",
		"title": "Adopt not_fn for C++17 and remove not1 & not2",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=106",
		"link": "https://wg21.link/lewg106",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2016-03-08"
	},
	"LEWG107": {
		"type": "issue",
		"title": "Adopt Type Traits Variable Templates for C++17",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=107",
		"link": "https://wg21.link/lewg107",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2015-11-01"
	},
	"LEWG108": {
		"type": "issue",
		"title": "Additions to Filesystem supporting Relative Paths",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=108",
		"link": "https://wg21.link/lewg108",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-11-05"
	},
	"LEWG109": {
		"type": "issue",
		"title": "Logical Operator Type Traits",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=109",
		"link": "https://wg21.link/lewg109",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2015-11-01"
	},
	"LEWG110": {
		"type": "issue",
		"title": "Add a multiline option to std::regex for the ECMAScript engine",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=110",
		"link": "https://wg21.link/lewg110",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-11-05"
	},
	"LEWG111": {
		"type": "issue",
		"title": "A specialization-friendly std::common_type",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=111",
		"link": "https://wg21.link/lewg111",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG112": {
		"type": "issue",
		"title": "Proxy Iterators for the Ranges Extensions",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=112",
		"link": "https://wg21.link/lewg112",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-02-25"
	},
	"LEWG113": {
		"type": "issue",
		"title": "A 3-Argument Overload for std::hypot",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=113",
		"link": "https://wg21.link/lewg113",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2016-03-08"
	},
	"LEWG114": {
		"type": "issue",
		"title": "Add Constexpr Modifiers to reverse_iterator, move_iterator, array and Range Access",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=114",
		"link": "https://wg21.link/lewg114",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2016-03-08"
	},
	"LEWG115": {
		"type": "issue",
		"title": "Fix enable_shared_from_this",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=115",
		"link": "https://wg21.link/lewg115",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2016-03-08"
	},
	"LEWG116": {
		"type": "issue",
		"title": "Support Civil Time in the standard library",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=116",
		"link": "https://wg21.link/lewg116",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-03-19",
		"papers": [
			"P0034",
			"P0215",
			"P0355"
		]
	},
	"LEWG117": {
		"type": "issue",
		"title": "Fixed-Point Real Numbers",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=117",
		"link": "https://wg21.link/lewg117",
		"status": "CLOSED",
		"resolution": "FIXED",
		"last_modified": "2017-07-09",
		"papers": [
			"P0037"
		]
	},
	"LEWG118": {
		"type": "issue",
		"title": "Flat Associative Containers",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=118",
		"link": "https://wg21.link/lewg118",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P0038",
			"P0460",
			"P0429"
		]
	},
	"LEWG119": {
		"type": "issue",
		"title": "Extending raw_storage_iterator",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=119",
		"link": "https://wg21.link/lewg119",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2015-11-01"
	},
	"LEWG120": {
		"type": "issue",
		"title": "New uninitialized_* algorithms and destroy(range)",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=120",
		"link": "https://wg21.link/lewg120",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-11-05",
		"papers": [
			"P0040"
		]
	},
	"LEWG121": {
		"type": "issue",
		"title": "Unstable remove algorithms",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=121",
		"link": "https://wg21.link/lewg121",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2015-11-01"
	},
	"LEWG122": {
		"type": "issue",
		"title": "A uniform way to undo type erasure",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=122",
		"link": "https://wg21.link/lewg122",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG123": {
		"type": "issue",
		"title": "Function wrappers with allocators and noexcept",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=123",
		"link": "https://wg21.link/lewg123",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2016-06-12"
	},
	"LEWG124": {
		"type": "issue",
		"title": "Change is_transparent to a metafunction",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=124",
		"link": "https://wg21.link/lewg124",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2016-03-06"
	},
	"LEWG125": {
		"type": "issue",
		"title": "Building overload sets from function objects",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=125",
		"link": "https://wg21.link/lewg125",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2018-11-01",
		"papers": [
			"P0051"
		]
	},
	"LEWG126": {
		"type": "issue",
		"title": "A generic match function",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=126",
		"link": "https://wg21.link/lewg126",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG127": {
		"type": "issue",
		"title": "Interactions Between Coroutines and Networking Library",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=127",
		"link": "https://wg21.link/lewg127",
		"status": "CLOSED",
		"resolution": "NOT_A_DEFECT",
		"last_modified": "2017-02-26",
		"papers": [
			"P0055",
			"P0162",
			"P0286"
		]
	},
	"LEWG128": {
		"type": "issue",
		"title": "Coroutines",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=128",
		"link": "https://wg21.link/lewg128",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-02-26",
		"papers": [
			"P0057"
		]
	},
	"LEWG129": {
		"type": "issue",
		"title": "Circular-buffer queues",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=129",
		"link": "https://wg21.link/lewg129",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0059"
		]
	},
	"LEWG130": {
		"type": "issue",
		"title": "High-performance number<->string conversions",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=130",
		"link": "https://wg21.link/lewg130",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-02-26",
		"papers": [
			"P0067"
		]
	},
	"LEWG131": {
		"type": "issue",
		"title": "Make std::owner_less more flexible",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=131",
		"link": "https://wg21.link/lewg131",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2016-03-05"
	},
	"LEWG132": {
		"type": "issue",
		"title": "emplace* should return the new element",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=132",
		"link": "https://wg21.link/lewg132",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-11-05",
		"papers": [
			"P0084"
		]
	},
	"LEWG133": {
		"type": "issue",
		"title": "Remove result_type and friends",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=133",
		"link": "https://wg21.link/lewg133",
		"status": "CLOSED",
		"resolution": "DUPLICATE",
		"last_modified": "2015-11-01"
	},
	"LEWG134": {
		"type": "issue",
		"title": "Minor additions to <chrono>",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=134",
		"link": "https://wg21.link/lewg134",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2015-11-01"
	},
	"LEWG135": {
		"type": "issue",
		"title": "Explicitly total-, weak-, and partial-ordering customization points",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=135",
		"link": "https://wg21.link/lewg135",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG136": {
		"type": "issue",
		"title": "Boolean conversion for Standard Library types",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=136",
		"link": "https://wg21.link/lewg136",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2015-11-01"
	},
	"LEWG137": {
		"type": "issue",
		"title": "Easy lexical conversions",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=137",
		"link": "https://wg21.link/lewg137",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG138": {
		"type": "issue",
		"title": "read/write view of a sequence of characters",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=138",
		"link": "https://wg21.link/lewg138",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2016-06-21",
		"papers": [
			"P0123"
		]
	},
	"LEWG139": {
		"type": "issue",
		"title": "bitset inclusion test methods",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=139",
		"link": "https://wg21.link/lewg139",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG140": {
		"type": "issue",
		"title": "Container operations that handle failure w/o exceptions",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=140",
		"link": "https://wg21.link/lewg140",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0132"
		]
	},
	"LEWG141": {
		"type": "issue",
		"title": "constexpr std::thread::hardware_{constructive,destructive}_interference_size",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=141",
		"link": "https://wg21.link/lewg141",
		"status": "READY",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG142": {
		"type": "issue",
		"title": "Tweaks to the Kona Variant",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=142",
		"link": "https://wg21.link/lewg142",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG143": {
		"type": "issue",
		"title": "memory_resource_ptr: A Limited Smart Pointer for memory_resource Correctness",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=143",
		"link": "https://wg21.link/lewg143",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG144": {
		"type": "issue",
		"title": "Regular expressions with Unicode character types",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=144",
		"link": "https://wg21.link/lewg144",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2018-10-30",
		"papers": [
			"P0169"
		]
	},
	"LEWG145": {
		"type": "issue",
		"title": "Warning about concurrent use of random number engines",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=145",
		"link": "https://wg21.link/lewg145",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2016-06-12"
	},
	"LEWG146": {
		"type": "issue",
		"title": "Update the C reference to C11",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=146",
		"link": "https://wg21.link/lewg146",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-11-05",
		"papers": [
			"P0063"
		]
	},
	"LEWG147": {
		"type": "issue",
		"title": "span: reference to a single-dimensional contiguous range of objects",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=147",
		"link": "https://wg21.link/lewg147",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-03-19",
		"papers": [
			"P0122"
		]
	},
	"LEWG148": {
		"type": "issue",
		"title": "Bitset Iterators, Masks, and Container Operations",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=148",
		"link": "https://wg21.link/lewg148",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0161"
		]
	},
	"LEWG149": {
		"type": "issue",
		"title": "Deprecating Vestigial Library Parts",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=149",
		"link": "https://wg21.link/lewg149",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-11-05",
		"papers": [
			"P0174"
		]
	},
	"LEWG150": {
		"type": "issue",
		"title": "Synopses for the C library",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=150",
		"link": "https://wg21.link/lewg150",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-11-05"
	},
	"LEWG151": {
		"type": "issue",
		"title": "Cleaning up propagation allocator_traits",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=151",
		"link": "https://wg21.link/lewg151",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0177"
		]
	},
	"LEWG152": {
		"type": "issue",
		"title": "Unequal allocators and swap",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=152",
		"link": "https://wg21.link/lewg152",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0178"
		]
	},
	"LEWG153": {
		"type": "issue",
		"title": "Reserve a New Library Namespace for Future Standardization",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=153",
		"link": "https://wg21.link/lewg153",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-11-05",
		"papers": [
			"P0180"
		]
	},
	"LEWG154": {
		"type": "issue",
		"title": "A default_order comparator",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=154",
		"link": "https://wg21.link/lewg154",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2017-11-05"
	},
	"LEWG155": {
		"type": "issue",
		"title": "Iterator Facade Library",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=155",
		"link": "https://wg21.link/lewg155",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0186"
		]
	},
	"LEWG156": {
		"type": "issue",
		"title": "A generic none_t literal type for Nullable types",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=156",
		"link": "https://wg21.link/lewg156",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2018-10-30",
		"papers": [
			"P0196"
		]
	},
	"LEWG157": {
		"type": "issue",
		"title": "Add the Y Combinator to the Standard Library",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=157",
		"link": "https://wg21.link/lewg157",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2016-03-06"
	},
	"LEWG158": {
		"type": "issue",
		"title": "A cloning pointer class",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=158",
		"link": "https://wg21.link/lewg158",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P0201"
		]
	},
	"LEWG159": {
		"type": "issue",
		"title": "Add constexpr modifiers to functions in <algorithm> and <cstring>",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=159",
		"link": "https://wg21.link/lewg159",
		"status": "CLOSED",
		"resolution": "FIXED",
		"last_modified": "2018-02-27",
		"papers": [
			"P0202"
		]
	},
	"LEWG160": {
		"type": "issue",
		"title": "Allow Seeding Random Number Engines with std::random_device",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=160",
		"link": "https://wg21.link/lewg160",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-11-09",
		"papers": [
			"P0205"
		]
	},
	"LEWG161": {
		"type": "issue",
		"title": "Joining threads on destruction",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=161",
		"link": "https://wg21.link/lewg161",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2016-06-21",
		"papers": [
			"P0206",
			"P0379"
		]
	},
	"LEWG162": {
		"type": "issue",
		"title": "A helper for the copy-swap idiom in the presence of non-propagating allocators",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=162",
		"link": "https://wg21.link/lewg162",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0208"
		]
	},
	"LEWG163": {
		"type": "issue",
		"title": "make_from_tuple: apply() for construction",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=163",
		"link": "https://wg21.link/lewg163",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-11-05",
		"papers": [
			"P0209"
		]
	},
	"LEWG164": {
		"type": "issue",
		"title": "A vector<> that doesn't store a capacity",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=164",
		"link": "https://wg21.link/lewg164",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2016-03-03"
	},
	"LEWG165": {
		"type": "issue",
		"title": "Allocator-aware library wrappers for dynamic allocation",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=165",
		"link": "https://wg21.link/lewg165",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-11-19",
		"papers": [
			"P0211",
			"P0316"
		]
	},
	"LEWG166": {
		"type": "issue",
		"title": "A Time-Zone Library",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=166",
		"link": "https://wg21.link/lewg166",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0216"
		]
	},
	"LEWG167": {
		"type": "issue",
		"title": "Adopt the File System TS for C++17",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=167",
		"link": "https://wg21.link/lewg167",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2016-03-08"
	},
	"LEWG168": {
		"type": "issue",
		"title": "Adopt Library Fundamentals V1 TS Components for C++17",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=168",
		"link": "https://wg21.link/lewg168",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2016-03-08"
	},
	"LEWG169": {
		"type": "issue",
		"title": "Weakening the iterator categories of some sorting algorithms",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=169",
		"link": "https://wg21.link/lewg169",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2018-05-22",
		"papers": [
			"P0227"
		]
	},
	"LEWG170": {
		"type": "issue",
		"title": "Safe (bounds-checked) Integer Types",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=170",
		"link": "https://wg21.link/lewg170",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2017-07-10"
	},
	"LEWG171": {
		"type": "issue",
		"title": "Bit value, reference, pointer, and iterator",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=171",
		"link": "https://wg21.link/lewg171",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P0237"
		]
	},
	"LEWG172": {
		"type": "issue",
		"title": "Rename variant's corrupted_by_exception() to valueless_by_exception()",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=172",
		"link": "https://wg21.link/lewg172",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2016-06-13"
	},
	"LEWG173": {
		"type": "issue",
		"title": "Regular void in the standard library",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=173",
		"link": "https://wg21.link/lewg173",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0241",
			"P0242"
		]
	},
	"LEWG174": {
		"type": "issue",
		"title": "Text_view: A C++ concepts and range based character encoding and code point enumeration library",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=174",
		"link": "https://wg21.link/lewg174",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0244"
		]
	},
	"LEWG175": {
		"type": "issue",
		"title": "Return the end of the match from searchers",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=175",
		"link": "https://wg21.link/lewg175",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2016-03-08"
	},
	"LEWG176": {
		"type": "issue",
		"title": "is_contiguous_layout",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=176",
		"link": "https://wg21.link/lewg176",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-11-05",
		"papers": [
			"P0258"
		]
	},
	"LEWG177": {
		"type": "issue",
		"title": "Add 2D Graphics Rendering and Display to C++",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=177",
		"link": "https://wg21.link/lewg177",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2018-10-30",
		"papers": [
			"P0267"
		]
	},
	"LEWG178": {
		"type": "issue",
		"title": "Give 'std::string' a non-const '.data()' member function",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=178",
		"link": "https://wg21.link/lewg178",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2016-03-08"
	},
	"LEWG179": {
		"type": "issue",
		"title": "Clump – A Vector-like Contiguous Sequence Container with Embedded Storage",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=179",
		"link": "https://wg21.link/lewg179",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG180": {
		"type": "issue",
		"title": "Const-preserving overloads for the strtox family of functions",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=180",
		"link": "https://wg21.link/lewg180",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2016-03-31"
	},
	"LEWG181": {
		"type": "issue",
		"title": "std::direct_init<T>, a functor to expose T's constructor overload set",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=181",
		"link": "https://wg21.link/lewg181",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG182": {
		"type": "issue",
		"title": "The Parallelism TS Should be Standardized",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=182",
		"link": "https://wg21.link/lewg182",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2016-03-08"
	},
	"LEWG183": {
		"type": "issue",
		"title": "Dynamic memory allocation for over-aligned data",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=183",
		"link": "https://wg21.link/lewg183",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-11-05",
		"papers": [
			"P0035"
		]
	},
	"LEWG184": {
		"type": "issue",
		"title": "Adopt gcd and lcm from Library Fundamentals V2 Components for C++17",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=184",
		"link": "https://wg21.link/lewg184",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-11-05",
		"papers": [
			"P0295"
		]
	},
	"LEWG185": {
		"type": "issue",
		"title": "Default comparisons",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=185",
		"link": "https://wg21.link/lewg185",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2017-02-26",
		"papers": [
			"P0221"
		]
	},
	"LEWG186": {
		"type": "issue",
		"title": "missing rationale for numeric_limits template member values defaulting to 0.",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=186",
		"link": "https://wg21.link/lewg186",
		"status": "UNCONFIRMED",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG187": {
		"type": "issue",
		"title": "Manipulating the width of numeric types",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=187",
		"link": "https://wg21.link/lewg187",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2017-07-10",
		"papers": [
			"P0381"
		]
	},
	"LEWG188": {
		"type": "issue",
		"title": "Delete operator= for polymorphic_allocator",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=188",
		"link": "https://wg21.link/lewg188",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-11-05",
		"papers": [
			"P0337"
		]
	},
	"LEWG189": {
		"type": "issue",
		"title": "Better Names for Parallel Execution Policies in C++17",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=189",
		"link": "https://wg21.link/lewg189",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-11-05",
		"papers": [
			"P0336"
		]
	},
	"LEWG190": {
		"type": "issue",
		"title": "Floating Point Atomic",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=190",
		"link": "https://wg21.link/lewg190",
		"status": "CLOSED",
		"resolution": "FIXED",
		"last_modified": "2018-02-27",
		"papers": [
			"P0020"
		]
	},
	"LEWG191": {
		"type": "issue",
		"title": "Vector and Wavefront Policies",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=191",
		"link": "https://wg21.link/lewg191",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-11-06",
		"papers": [
			"P0076"
		]
	},
	"LEWG192": {
		"type": "issue",
		"title": "Thread-Local Storage and light-weight executors",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=192",
		"link": "https://wg21.link/lewg192",
		"status": "SG_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0108"
		]
	},
	"LEWG193": {
		"type": "issue",
		"title": "Data-Parallel Vector Types & Operations",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=193",
		"link": "https://wg21.link/lewg193",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-03-19",
		"papers": [
			"P0214"
		]
	},
	"LEWG194": {
		"type": "issue",
		"title": "Integrating std::string_view and std::string",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=194",
		"link": "https://wg21.link/lewg194",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-11-05",
		"papers": [
			"P0254"
		]
	},
	"LEWG195": {
		"type": "issue",
		"title": "A byte type",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=195",
		"link": "https://wg21.link/lewg195",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-11-05",
		"papers": [
			"P0257",
			"P0298"
		]
	},
	"LEWG196": {
		"type": "issue",
		"title": "Dynamic library loading",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=196",
		"link": "https://wg21.link/lewg196",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2018-11-19",
		"papers": [
			"P0275"
		]
	},
	"LEWG197": {
		"type": "issue",
		"title": "Forward progress guarantees for the Parallelism TS v2",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=197",
		"link": "https://wg21.link/lewg197",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-05-25",
		"papers": [
			"P0299"
		]
	},
	"LEWG198": {
		"type": "issue",
		"title": "Deprecating Allocator Support in std::function",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=198",
		"link": "https://wg21.link/lewg198",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-11-05",
		"papers": [
			"P0302"
		]
	},
	"LEWG199": {
		"type": "issue",
		"title": "Optional<T>'s >= should forward to T's >=",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=199",
		"link": "https://wg21.link/lewg199",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-11-05",
		"papers": [
			"P0307"
		]
	},
	"LEWG200": {
		"type": "issue",
		"title": "Valueless Variants Considered Harmful",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=200",
		"link": "https://wg21.link/lewg200",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2016-06-23",
		"papers": [
			"P0308"
		]
	},
	"LEWG201": {
		"type": "issue",
		"title": "Splitting node and array allocation in allocators",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=201",
		"link": "https://wg21.link/lewg201",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2018-11-10",
		"papers": [
			"P0310"
		]
	},
	"LEWG202": {
		"type": "issue",
		"title": "Directory Entry Caching for Filesystem",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=202",
		"link": "https://wg21.link/lewg202",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-11-05",
		"papers": [
			"P0317"
		]
	},
	"LEWG203": {
		"type": "issue",
		"title": "Unwrapping reference_wrapper",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=203",
		"link": "https://wg21.link/lewg203",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-11-12",
		"papers": [
			"P0318"
		]
	},
	"LEWG204": {
		"type": "issue",
		"title": "Adding Emplace functions for promise<T>/future<T>",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=204",
		"link": "https://wg21.link/lewg204",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2018-12-03",
		"papers": [
			"P0319"
		]
	},
	"LEWG205": {
		"type": "issue",
		"title": "Thread Constructor Attributes",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=205",
		"link": "https://wg21.link/lewg205",
		"status": "SG_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0320"
		]
	},
	"LEWG206": {
		"type": "issue",
		"title": "User-creatable exception_list",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=206",
		"link": "https://wg21.link/lewg206",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0322"
		]
	},
	"LEWG207": {
		"type": "issue",
		"title": "Adopt make_array into the IS",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=207",
		"link": "https://wg21.link/lewg207",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P0325"
		]
	},
	"LEWG208": {
		"type": "issue",
		"title": "Improving Parallel Algorithm Exception Handling",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=208",
		"link": "https://wg21.link/lewg208",
		"status": "SG_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0333"
		]
	},
	"LEWG209": {
		"type": "issue",
		"title": "Immutable Containers",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=209",
		"link": "https://wg21.link/lewg209",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0334"
		]
	},
	"LEWG210": {
		"type": "issue",
		"title": "Generic factory function",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=210",
		"link": "https://wg21.link/lewg210",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2018-10-30",
		"papers": [
			"P0338"
		]
	},
	"LEWG211": {
		"type": "issue",
		"title": "polymorphic_allocator<void> as a vocabulary type",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=211",
		"link": "https://wg21.link/lewg211",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P0339"
		]
	},
	"LEWG212": {
		"type": "issue",
		"title": "Making std::underlying_type SFINAE-friendly",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=212",
		"link": "https://wg21.link/lewg212",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P0340"
		]
	},
	"LEWG213": {
		"type": "issue",
		"title": "High-order metaprogramming functions",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=213",
		"link": "https://wg21.link/lewg213",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2018-11-07",
		"papers": [
			"P0343"
		]
	},
	"LEWG214": {
		"type": "issue",
		"title": "Rename \"uniform random number generator\" to \"... bit generator\"",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=214",
		"link": "https://wg21.link/lewg214",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-02-26",
		"papers": [
			"P0346"
		]
	},
	"LEWG215": {
		"type": "issue",
		"title": "Simplifying simple uses of <random>",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=215",
		"link": "https://wg21.link/lewg215",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0347"
		]
	},
	"LEWG216": {
		"type": "issue",
		"title": "Unicode Encoding Conversions",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=216",
		"link": "https://wg21.link/lewg216",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0353"
		]
	},
	"LEWG217": {
		"type": "issue",
		"title": "reference_wrapper for incomplete types and assorted removals",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=217",
		"link": "https://wg21.link/lewg217",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-11-12",
		"papers": [
			"P0357"
		]
	},
	"LEWG218": {
		"type": "issue",
		"title": "Fixes for not_fn",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=218",
		"link": "https://wg21.link/lewg218",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-11-05",
		"papers": [
			"P0358"
		]
	},
	"LEWG219": {
		"type": "issue",
		"title": "Invoking Algorithms Asynchronously",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=219",
		"link": "https://wg21.link/lewg219",
		"status": "SG_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0361"
		]
	},
	"LEWG220": {
		"type": "issue",
		"title": "A class to describe the kind of data accesses",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=220",
		"link": "https://wg21.link/lewg220",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0367"
		]
	},
	"LEWG221": {
		"type": "issue",
		"title": "Ranges TS Design Updates",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=221",
		"link": "https://wg21.link/lewg221",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-02-25",
		"papers": [
			"P0370"
		]
	},
	"LEWG222": {
		"type": "issue",
		"title": "A Single Generalization of std::invoke, std::apply, and std::visit",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=222",
		"link": "https://wg21.link/lewg222",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0376"
		]
	},
	"LEWG223": {
		"type": "issue",
		"title": "General-Purpose Constant Value Type",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=223",
		"link": "https://wg21.link/lewg223",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2018-10-30",
		"papers": [
			"P0377"
		]
	},
	"LEWG224": {
		"type": "issue",
		"title": "string_view and filesystem::path",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=224",
		"link": "https://wg21.link/lewg224",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-11-05",
		"papers": [
			"P0392"
		]
	},
	"LEWG225": {
		"type": "issue",
		"title": "Structured binding: customization points issues",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=225",
		"link": "https://wg21.link/lewg225",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2016-06-23",
		"papers": [
			"P0326"
		]
	},
	"LEWG226": {
		"type": "issue",
		"title": "operator+ overloads for std::string and std::string_view",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=226",
		"link": "https://wg21.link/lewg226",
		"status": "UNCONFIRMED",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG227": {
		"type": "issue",
		"title": "variant converting constructor allows unintended conversions",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=227",
		"link": "https://wg21.link/lewg227",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2019-04-25",
		"papers": [
			"P0608"
		]
	},
	"LEWG228": {
		"type": "issue",
		"title": "P0019 - Atomic Ref",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=228",
		"link": "https://wg21.link/lewg228",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-06-11",
		"papers": [
			"P0019"
		]
	},
	"LEWG229": {
		"type": "issue",
		"title": "allocate_unique and allocator_delete",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=229",
		"link": "https://wg21.link/lewg229",
		"status": "CLOSED",
		"resolution": "DUPLICATE",
		"last_modified": "2017-02-24",
		"papers": [
			"P0316"
		]
	},
	"LEWG230": {
		"type": "issue",
		"title": "Pointer Cast Functions with Move Semantics",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=230",
		"link": "https://wg21.link/lewg230",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P0390"
		]
	},
	"LEWG231": {
		"type": "issue",
		"title": "Extensions to the Allocator interface",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=231",
		"link": "https://wg21.link/lewg231",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0401"
		]
	},
	"LEWG232": {
		"type": "issue",
		"title": "Literal suffixes for basic_string_view",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=232",
		"link": "https://wg21.link/lewg232",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-02-26",
		"papers": [
			"P0403"
		]
	},
	"LEWG233": {
		"type": "issue",
		"title": "Intrusive Containers",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=233",
		"link": "https://wg21.link/lewg233",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0406"
		]
	},
	"LEWG234": {
		"type": "issue",
		"title": "Allocator-aware basic stringbuf",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=234",
		"link": "https://wg21.link/lewg234",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2018-03-28",
		"papers": [
			"P0407"
		]
	},
	"LEWG235": {
		"type": "issue",
		"title": "Efficient Access to basic stringbuf’s Buffer",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=235",
		"link": "https://wg21.link/lewg235",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P0408"
		]
	},
	"LEWG236": {
		"type": "issue",
		"title": "Standard Library Specification in a Concepts and Contracts World",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=236",
		"link": "https://wg21.link/lewg236",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-06-11",
		"papers": [
			"P0411",
			"P0788"
		]
	},
	"LEWG237": {
		"type": "issue",
		"title": "Constexpr for std::complex",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=237",
		"link": "https://wg21.link/lewg237",
		"status": "CLOSED",
		"resolution": "FIXED",
		"last_modified": "2018-02-27",
		"papers": [
			"P0415"
		]
	},
	"LEWG238": {
		"type": "issue",
		"title": "Constexpr for std::char_traits",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=238",
		"link": "https://wg21.link/lewg238",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-02-26",
		"papers": [
			"P0426"
		]
	},
	"LEWG239": {
		"type": "issue",
		"title": "Integrating template deduction for class templates into the standard library",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=239",
		"link": "https://wg21.link/lewg239",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-07-06",
		"papers": [
			"P0433"
		]
	},
	"LEWG240": {
		"type": "issue",
		"title": "Floating Point Atomic View",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=240",
		"link": "https://wg21.link/lewg240",
		"status": "CLOSED",
		"resolution": "DUPLICATE",
		"last_modified": "2017-03-02",
		"papers": [
			"P0440"
		]
	},
	"LEWG241": {
		"type": "issue",
		"title": "std::colony",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=241",
		"link": "https://wg21.link/lewg241",
		"status": "INCUBATION",
		"resolution": "",
		"last_modified": "2018-11-19",
		"papers": [
			"P0447"
		]
	},
	"LEWG242": {
		"type": "issue",
		"title": "A strstream replacement using span<charT> as buffer",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=242",
		"link": "https://wg21.link/lewg242",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P0448"
		]
	},
	"LEWG243": {
		"type": "issue",
		"title": "A minimal multi-dimensional span, mdspan<>",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=243",
		"link": "https://wg21.link/lewg243",
		"status": "CLOSED",
		"resolution": "NOT_A_DEFECT",
		"last_modified": "2017-11-08",
		"papers": [
			"P0454"
		]
	},
	"LEWG244": {
		"type": "issue",
		"title": "String Prefix and Suffix Checking",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=244",
		"link": "https://wg21.link/lewg244",
		"status": "CLOSED",
		"resolution": "FIXED",
		"last_modified": "2018-02-27",
		"papers": [
			"P0457"
		]
	},
	"LEWG245": {
		"type": "issue",
		"title": "Checking for Existence of an Element in Associative Containers",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=245",
		"link": "https://wg21.link/lewg245",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-06-11",
		"papers": [
			"P0458"
		]
	},
	"LEWG246": {
		"type": "issue",
		"title": "endian, Just endian",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=246",
		"link": "https://wg21.link/lewg246",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-11-05",
		"papers": [
			"P0463"
		]
	},
	"LEWG247": {
		"type": "issue",
		"title": "Layout-compatibility and Pointer-interconvertibility Traits",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=247",
		"link": "https://wg21.link/lewg247",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P0466"
		]
	},
	"LEWG248": {
		"type": "issue",
		"title": "Sample in place",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=248",
		"link": "https://wg21.link/lewg248",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0469"
		]
	},
	"LEWG249": {
		"type": "issue",
		"title": "Single argument std::inserter",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=249",
		"link": "https://wg21.link/lewg249",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0471"
		]
	},
	"LEWG250": {
		"type": "issue",
		"title": "Put std::monostate in <utility>",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=250",
		"link": "https://wg21.link/lewg250",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0472"
		]
	},
	"LEWG251": {
		"type": "issue",
		"title": "Bit-casting object representations",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=251",
		"link": "https://wg21.link/lewg251",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-06-11",
		"papers": [
			"P0476"
		]
	},
	"LEWG252": {
		"type": "issue",
		"title": "std::monostate_function<>",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=252",
		"link": "https://wg21.link/lewg252",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0477"
		]
	},
	"LEWG253": {
		"type": "issue",
		"title": "move_if_noexcept from a range to uninitialized memory",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=253",
		"link": "https://wg21.link/lewg253",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2018-10-30",
		"papers": [
			"P0483"
		]
	},
	"LEWG254": {
		"type": "issue",
		"title": "Enhancing Thread Constructor Attributes",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=254",
		"link": "https://wg21.link/lewg254",
		"status": "SG_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0484"
		]
	},
	"LEWG255": {
		"type": "issue",
		"title": "for_each_iter algorithm",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=255",
		"link": "https://wg21.link/lewg255",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2018-10-30",
		"papers": [
			"P0486"
		]
	},
	"LEWG256": {
		"type": "issue",
		"title": "Atomic maximum/minimum",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=256",
		"link": "https://wg21.link/lewg256",
		"status": "SG_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0493"
		]
	},
	"LEWG257": {
		"type": "issue",
		"title": "contiguous_container",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=257",
		"link": "https://wg21.link/lewg257",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2017-03-05",
		"papers": [
			"P0494"
		]
	},
	"LEWG258": {
		"type": "issue",
		"title": "Deduction guide for std::array",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=258",
		"link": "https://wg21.link/lewg258",
		"status": "CLOSED",
		"resolution": "DUPLICATE",
		"last_modified": "2017-02-28",
		"papers": [
			"P0511"
		]
	},
	"LEWG259": {
		"type": "issue",
		"title": "Add split/join of string/string_view",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=259",
		"link": "https://wg21.link/lewg259",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2018-10-30",
		"papers": [
			"P0540",
			"N3593",
			"N3594"
		]
	},
	"LEWG260": {
		"type": "issue",
		"title": "Post-Increment on Input and Output Iterators",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=260",
		"link": "https://wg21.link/lewg260",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-11-05",
		"papers": [
			"P0541"
		]
	},
	"LEWG261": {
		"type": "issue",
		"title": "User Injection of Filesystems",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=261",
		"link": "https://wg21.link/lewg261",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0544"
		]
	},
	"LEWG262": {
		"type": "issue",
		"title": "Supporting offsetof for Stable-layout Classes",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=262",
		"link": "https://wg21.link/lewg262",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2018-10-30",
		"papers": [
			"P0545"
		]
	},
	"LEWG263": {
		"type": "issue",
		"title": "Span - foundation for the future",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=263",
		"link": "https://wg21.link/lewg263",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2018-03-16",
		"papers": [
			"P0546"
		]
	},
	"LEWG264": {
		"type": "issue",
		"title": "Adjuncts to std::hash",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=264",
		"link": "https://wg21.link/lewg264",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P0549"
		]
	},
	"LEWG265": {
		"type": "issue",
		"title": "Transformation Trait uncvref",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=265",
		"link": "https://wg21.link/lewg265",
		"status": "CLOSED",
		"resolution": "FIXED",
		"last_modified": "2018-02-27",
		"papers": [
			"P0550"
		]
	},
	"LEWG266": {
		"type": "issue",
		"title": "Thou Shalt Not Specialize std Function Templates!",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=266",
		"link": "https://wg21.link/lewg266",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-03-19",
		"papers": [
			"P0551"
		]
	},
	"LEWG267": {
		"type": "issue",
		"title": "string_view for source_location",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=267",
		"link": "https://wg21.link/lewg267",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2018-02-27",
		"papers": [
			"P0555"
		]
	},
	"LEWG268": {
		"type": "issue",
		"title": "Class template deduction guides for \"diamond operators\"",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=268",
		"link": "https://wg21.link/lewg268",
		"status": "CLOSED",
		"resolution": "NOT_A_DEFECT",
		"last_modified": "2017-02-28",
		"papers": [
			"P0560"
		]
	},
	"LEWG269": {
		"type": "issue",
		"title": "Vector Front Operations",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=269",
		"link": "https://wg21.link/lewg269",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2018-11-06",
		"papers": [
			"P0563"
		]
	},
	"LEWG270": {
		"type": "issue",
		"title": "Utility functions to implement uses-allocator construction",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=270",
		"link": "https://wg21.link/lewg270",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-11-12",
		"papers": [
			"P0591"
		]
	},
	"LEWG271": {
		"type": "issue",
		"title": "[[nodiscard]] in the Library",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=271",
		"link": "https://wg21.link/lewg271",
		"status": "CLOSED",
		"resolution": "FIXED",
		"last_modified": "2018-02-27",
		"papers": [
			"P0600"
		]
	},
	"LEWG272": {
		"type": "issue",
		"title": "constexpr for <cmath> and <cstdlib>",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=272",
		"link": "https://wg21.link/lewg272",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P0533"
		]
	},
	"LEWG273": {
		"type": "issue",
		"title": "An Intrusive Smart Pointer",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=273",
		"link": "https://wg21.link/lewg273",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-11-18",
		"papers": [
			"P0468"
		]
	},
	"LEWG274": {
		"type": "issue",
		"title": "File system library on non-POSIX-like operating systems",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=274",
		"link": "https://wg21.link/lewg274",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-11-05",
		"papers": [
			"P0430"
		]
	},
	"LEWG275": {
		"type": "issue",
		"title": "Use string_view for library function parameters instead of const string &/const char *",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=275",
		"link": "https://wg21.link/lewg275",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2017-11-11",
		"papers": [
			"P0506"
		]
	},
	"LEWG276": {
		"type": "issue",
		"title": "Numeric Traits for the Next Standard Library",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=276",
		"link": "https://wg21.link/lewg276",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2018-11-10",
		"papers": [
			"P0437"
		]
	},
	"LEWG277": {
		"type": "issue",
		"title": "Toward a <random> Technical Specification",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=277",
		"link": "https://wg21.link/lewg277",
		"status": "SG_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0438"
		]
	},
	"LEWG278": {
		"type": "issue",
		"title": "Saturation arithmetic",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=278",
		"link": "https://wg21.link/lewg278",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2017-07-09",
		"papers": [
			"P0543"
		]
	},
	"LEWG279": {
		"type": "issue",
		"title": "Bit operations",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=279",
		"link": "https://wg21.link/lewg279",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P0553"
		]
	},
	"LEWG280": {
		"type": "issue",
		"title": "Integral power-of-2 operations",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=280",
		"link": "https://wg21.link/lewg280",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0556"
		]
	},
	"LEWG281": {
		"type": "issue",
		"title": "Consistent comparison",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=281",
		"link": "https://wg21.link/lewg281",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0515"
		]
	},
	"LEWG282": {
		"type": "issue",
		"title": "Standard Library Modules",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=282",
		"link": "https://wg21.link/lewg282",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-03-14",
		"papers": [
			"P0581"
		]
	},
	"LEWG283": {
		"type": "issue",
		"title": "Updating Parallel Execution Policy Names in the Parallelism TS",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=283",
		"link": "https://wg21.link/lewg283",
		"status": "SG_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0413"
		]
	},
	"LEWG284": {
		"type": "issue",
		"title": "Make std::memory_order a scoped enumeration",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=284",
		"link": "https://wg21.link/lewg284",
		"status": "CLOSED",
		"resolution": "FIXED",
		"last_modified": "2018-02-27",
		"papers": [
			"P0439"
		]
	},
	"LEWG285": {
		"type": "issue",
		"title": "Future-Proofing Parallel Algorithms Exception Handling",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=285",
		"link": "https://wg21.link/lewg285",
		"status": "SG_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0451"
		]
	},
	"LEWG286": {
		"type": "issue",
		"title": "Binary-Binary transform_reduce(): The Missing Overload",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=286",
		"link": "https://wg21.link/lewg286",
		"status": "SG_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0452"
		]
	},
	"LEWG287": {
		"type": "issue",
		"title": "Clarify That shared_future’s Copy Operations have Wide Contracts",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=287",
		"link": "https://wg21.link/lewg287",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-02-25",
		"papers": [
			"P0516"
		]
	},
	"LEWG288": {
		"type": "issue",
		"title": "The Curious Case of Padding Bits, Featuring Atomic Compare-and-Exchange",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=288",
		"link": "https://wg21.link/lewg288",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-06-11",
		"papers": [
			"P0528"
		]
	},
	"LEWG289": {
		"type": "issue",
		"title": "call/cc (call-with-current-continuation): A low-level API for stackful context switching",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=289",
		"link": "https://wg21.link/lewg289",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0534"
		]
	},
	"LEWG290": {
		"type": "issue",
		"title": "Type Requirements for <numeric> Algorithms",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=290",
		"link": "https://wg21.link/lewg290",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-10-29",
		"papers": [
			"P0571"
		]
	},
	"LEWG291": {
		"type": "issue",
		"title": "Hazard Pointers",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=291",
		"link": "https://wg21.link/lewg291",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-31",
		"papers": [
			"P0233",
			"P0566",
			"P1121"
		]
	},
	"LEWG292": {
		"type": "issue",
		"title": "Product-Type access",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=292",
		"link": "https://wg21.link/lewg292",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2018-10-30",
		"papers": [
			"P0327"
		]
	},
	"LEWG293": {
		"type": "issue",
		"title": "[Networking] PDTS ballot comment 001 (US): use callable/invocable terminology instead of \"function object\"",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=293",
		"link": "https://wg21.link/lewg293",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG294": {
		"type": "issue",
		"title": "[Networking] PDTS ballot comment 004 (FR1): Implement using coroutines",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=294",
		"link": "https://wg21.link/lewg294",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2017-03-04"
	},
	"LEWG295": {
		"type": "issue",
		"title": "[Networking] PDTS ballot comment 006 (US): Use callbacks instead of completion tokens",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=295",
		"link": "https://wg21.link/lewg295",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG296": {
		"type": "issue",
		"title": "[Networking] PDTS ballot comment 008 (GB3): Specify reentrancy rules for dispatch functions",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=296",
		"link": "https://wg21.link/lewg296",
		"status": "NEEDS_WORDING",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG297": {
		"type": "issue",
		"title": "[Networking] PDTS ballot comment 011 (US): Remove defer function from executors",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=297",
		"link": "https://wg21.link/lewg297",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG298": {
		"type": "issue",
		"title": "[Networking] PDTS ballot comment 015 (GB6): Reentrancy and use_service/make_service.",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=298",
		"link": "https://wg21.link/lewg298",
		"status": "NEEDS_WORDING",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG299": {
		"type": "issue",
		"title": "[Networking] PDTS ballot comment 016 (GB7): run()/run_one() specification overly restrictive on users.",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=299",
		"link": "https://wg21.link/lewg299",
		"status": "CONFIRMED",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG300": {
		"type": "issue",
		"title": "[Networking] PDTS ballot comment 018 (GB9): user-provided overloads of buffer_size intended?",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=300",
		"link": "https://wg21.link/lewg300",
		"status": "NEEDS_WORDING",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG301": {
		"type": "issue",
		"title": "[Networking] PDTS ballot comment 022 (GB12): const_buffer is a view",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=301",
		"link": "https://wg21.link/lewg301",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2017-03-04"
	},
	"LEWG302": {
		"type": "issue",
		"title": "[Networking] PDTS ballot comment 025 (GB14): Add integer_option helper",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=302",
		"link": "https://wg21.link/lewg302",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2017-03-05"
	},
	"LEWG303": {
		"type": "issue",
		"title": "[Networking] PDTS ballot comment 026 (GB15):  Consider adding release() member functions to basic_socket and basic_socket_acceptor",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=303",
		"link": "https://wg21.link/lewg303",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-07-16"
	},
	"LEWG304": {
		"type": "issue",
		"title": "[Networking] PDTS ballot comment 027 (GB16): Consider adding constructors to basic_socket and basic_socket_acceptor to move a socket to another io_context",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=304",
		"link": "https://wg21.link/lewg304",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2017-07-16"
	},
	"LEWG305": {
		"type": "issue",
		"title": "[Networking] PDTS ballot comment 033 (GB20): Shorten ip::resolver_errc enumerator names.",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=305",
		"link": "https://wg21.link/lewg305",
		"status": "CONFIRMED",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG306": {
		"type": "issue",
		"title": "[Networking] PDTS ballot comment 034 (GB21): Consider ip::address::is_loopback() and ip::address_v6::is_loopback() behaviour for IPv4-mapped IPv6 addresses",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=306",
		"link": "https://wg21.link/lewg306",
		"status": "CONFIRMED",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG307": {
		"type": "issue",
		"title": "[Networking] PDTS ballot comment 018 (GB9): user-provided overloads of buffer_size intended?",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=307",
		"link": "https://wg21.link/lewg307",
		"status": "CLOSED",
		"resolution": "DUPLICATE",
		"last_modified": "2017-02-28"
	},
	"LEWG308": {
		"type": "issue",
		"title": "apply() for synchronized_value<T>",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=308",
		"link": "https://wg21.link/lewg308",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0290"
		]
	},
	"LEWG309": {
		"type": "issue",
		"title": "Integrating simd with parallel algorithms and executors",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=309",
		"link": "https://wg21.link/lewg309",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-10-31",
		"papers": [
			"P0350"
		]
	},
	"LEWG310": {
		"type": "issue",
		"title": "Distributed Counters",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=310",
		"link": "https://wg21.link/lewg310",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0261"
		]
	},
	"LEWG311": {
		"type": "issue",
		"title": "Reviewing Deprecated Facilities of C++17 for C++20",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=311",
		"link": "https://wg21.link/lewg311",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-06-11",
		"papers": [
			"P0619"
		]
	},
	"LEWG312": {
		"type": "issue",
		"title": "Crochemore-Perrin search algorithm for std::search",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=312",
		"link": "https://wg21.link/lewg312",
		"status": "CLOSED",
		"resolution": "DUPLICATE",
		"last_modified": "2018-10-30",
		"papers": [
			"P0638"
		]
	},
	"LEWG313": {
		"type": "issue",
		"title": "Floating point value access for std::ratio",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=313",
		"link": "https://wg21.link/lewg313",
		"status": "SG_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0647"
		]
	},
	"LEWG314": {
		"type": "issue",
		"title": "Switch the Ranges TS to Use Variable Concepts",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=314",
		"link": "https://wg21.link/lewg314",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-11-05",
		"papers": [
			"P0651"
		]
	},
	"LEWG315": {
		"type": "issue",
		"title": "Improvements to library class template argument deduction",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=315",
		"link": "https://wg21.link/lewg315",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-11-05",
		"papers": [
			"P0433"
		]
	},
	"LEWG316": {
		"type": "issue",
		"title": "Support for contract based programming in C++",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=316",
		"link": "https://wg21.link/lewg316",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0542"
		]
	},
	"LEWG317": {
		"type": "issue",
		"title": "variant and optional should propagate copy/move triviality",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=317",
		"link": "https://wg21.link/lewg317",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-11-12",
		"papers": [
			"P0602"
		]
	},
	"LEWG318": {
		"type": "issue",
		"title": "de-pessimize legacy <numeric> algorithms with std::move",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=318",
		"link": "https://wg21.link/lewg318",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-05-30",
		"papers": [
			"P0616"
		]
	},
	"LEWG319": {
		"type": "issue",
		"title": "Math Constants",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=319",
		"link": "https://wg21.link/lewg319",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P0631"
		]
	},
	"LEWG320": {
		"type": "issue",
		"title": "Add c_array() member function to std::array",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=320",
		"link": "https://wg21.link/lewg320",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2017-07-16",
		"papers": [
			"P0635"
		]
	},
	"LEWG321": {
		"type": "issue",
		"title": "User-defined exception information and diagnostic information in exception objects",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=321",
		"link": "https://wg21.link/lewg321",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2018-11-07",
		"papers": [
			"P0640"
		]
	},
	"LEWG322": {
		"type": "issue",
		"title": "Text Formatting",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=322",
		"link": "https://wg21.link/lewg322",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P0645"
		]
	},
	"LEWG323": {
		"type": "issue",
		"title": "Improving the Return Value of Erase-Like Algorithms",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=323",
		"link": "https://wg21.link/lewg323",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-06-11",
		"papers": [
			"P0646"
		]
	},
	"LEWG324": {
		"type": "issue",
		"title": "C++ Monadic interface",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=324",
		"link": "https://wg21.link/lewg324",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2018-10-30",
		"papers": [
			"P0650"
		]
	},
	"LEWG325": {
		"type": "issue",
		"title": "pointer_traits utility to convert to raw pointer",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=325",
		"link": "https://wg21.link/lewg325",
		"status": "CLOSED",
		"resolution": "FIXED",
		"last_modified": "2018-02-27",
		"papers": [
			"P0653"
		]
	},
	"LEWG326": {
		"type": "issue",
		"title": "Deprecate Certain Declarations in the Global Namespace",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=326",
		"link": "https://wg21.link/lewg326",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2018-11-10",
		"papers": [
			"P0657"
		]
	},
	"LEWG327": {
		"type": "issue",
		"title": "slot_map Container",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=327",
		"link": "https://wg21.link/lewg327",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0661"
		]
	},
	"LEWG328": {
		"type": "issue",
		"title": "Repairing elementary string conversions",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=328",
		"link": "https://wg21.link/lewg328",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2017-11-05",
		"papers": [
			"P0682"
		]
	},
	"LEWG329": {
		"type": "issue",
		"title": "[Networking] PDTS ballot comments US 9 and US 10",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=329",
		"link": "https://wg21.link/lewg329",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2017-07-10",
		"papers": [
			"P0703"
		]
	},
	"LEWG330": {
		"type": "issue",
		"title": "Implicit and Explicit Conversions",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=330",
		"link": "https://wg21.link/lewg330",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2018-10-30",
		"papers": [
			"P0705"
		]
	},
	"LEWG331": {
		"type": "issue",
		"title": "A Proposal to add wide_int Template Class",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=331",
		"link": "https://wg21.link/lewg331",
		"status": "SG_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0539"
		]
	},
	"LEWG332": {
		"type": "issue",
		"title": "Reducing <ratio>",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=332",
		"link": "https://wg21.link/lewg332",
		"status": "SG_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0656"
		]
	},
	"LEWG333": {
		"type": "issue",
		"title": "Numeric Traits for Type Composition",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=333",
		"link": "https://wg21.link/lewg333",
		"status": "SG_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0675"
		]
	},
	"LEWG334": {
		"type": "issue",
		"title": "Template Library for Parallel For Loops",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=334",
		"link": "https://wg21.link/lewg334",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0075"
		]
	},
	"LEWG335": {
		"type": "issue",
		"title": "Adopt atomic<shared_ptr> from concurrency TS",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=335",
		"link": "https://wg21.link/lewg335",
		"status": "CLOSED",
		"resolution": "FIXED",
		"last_modified": "2018-02-27",
		"papers": [
			"P0718"
		]
	},
	"LEWG336": {
		"type": "issue",
		"title": "Composition of Arithmetic Types",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=336",
		"link": "https://wg21.link/lewg336",
		"status": "SG_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12"
	},
	"LEWG337": {
		"type": "issue",
		"title": "C++ Latches",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=337",
		"link": "https://wg21.link/lewg337",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2018-06-12",
		"papers": [
			"P0666"
		]
	},
	"LEWG338": {
		"type": "issue",
		"title": "Standard Library Specification in a Concepts and Contracts World",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=338",
		"link": "https://wg21.link/lewg338",
		"status": "CLOSED",
		"resolution": "DUPLICATE",
		"last_modified": "2017-10-28"
	},
	"LEWG339": {
		"type": "issue",
		"title": "Library Support for the Spaceship (Comparison) Operaton",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=339",
		"link": "https://wg21.link/lewg339",
		"status": "CLOSED",
		"resolution": "FIXED",
		"last_modified": "2018-02-27",
		"papers": [
			"P0768"
		]
	},
	"LEWG340": {
		"type": "issue",
		"title": "function_ref: a non-owning reference to a Callable",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=340",
		"link": "https://wg21.link/lewg340",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P0792"
		]
	},
	"LEWG341": {
		"type": "issue",
		"title": "ValuedOrError and ValueOrNone types",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=341",
		"link": "https://wg21.link/lewg341",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2018-10-30",
		"papers": [
			"P0786"
		]
	},
	"LEWG342": {
		"type": "issue",
		"title": "Keep alias syntax extendable",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=342",
		"link": "https://wg21.link/lewg342",
		"status": "CLOSED",
		"resolution": "INVALID",
		"last_modified": "2017-10-27"
	},
	"LEWG343": {
		"type": "issue",
		"title": "No More Nested Namespaces in Library Design",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=343",
		"link": "https://wg21.link/lewg343",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2017-11-11",
		"papers": [
			"P0816"
		]
	},
	"LEWG344": {
		"type": "issue",
		"title": "Comparing Unordered Containers",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=344",
		"link": "https://wg21.link/lewg344",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-03-19",
		"papers": [
			"P0809"
		]
	},
	"LEWG345": {
		"type": "issue",
		"title": "Ranges Naming",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=345",
		"link": "https://wg21.link/lewg345",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2017-11-11",
		"papers": [
			"P0808"
		]
	},
	"LEWG346": {
		"type": "issue",
		"title": "Manipulators for C++ Synchronized Buffered Ostream",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=346",
		"link": "https://wg21.link/lewg346",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-03-19",
		"papers": [
			"P0753"
		]
	},
	"LEWG347": {
		"type": "issue",
		"title": "Using Concepts and requires in the C++ Standard Library",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=347",
		"link": "https://wg21.link/lewg347",
		"status": "CLOSED",
		"resolution": "DUPLICATE",
		"last_modified": "2017-10-28"
	},
	"LEWG348": {
		"type": "issue",
		"title": "hash_combine() Again",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=348",
		"link": "https://wg21.link/lewg348",
		"status": "CLOSED",
		"resolution": "DUPLICATE",
		"last_modified": "2017-10-28",
		"papers": [
			"P0814"
		]
	},
	"LEWG349": {
		"type": "issue",
		"title": "construct() shall Return the Replaced Address",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=349",
		"link": "https://wg21.link/lewg349",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2018-10-30",
		"papers": [
			"P0813"
		]
	},
	"LEWG350": {
		"type": "issue",
		"title": "visit<R>: Explicit Return Type for visit",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=350",
		"link": "https://wg21.link/lewg350",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-11-12",
		"papers": [
			"P0655"
		]
	},
	"LEWG351": {
		"type": "issue",
		"title": "Comparing Containers",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=351",
		"link": "https://wg21.link/lewg351",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P0805"
		]
	},
	"LEWG352": {
		"type": "issue",
		"title": "A conditional transform algorithm for C++",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=352",
		"link": "https://wg21.link/lewg352",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0838"
		]
	},
	"LEWG353": {
		"type": "issue",
		"title": "RAII Interface for Deferred Reclamation",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=353",
		"link": "https://wg21.link/lewg353",
		"status": "CLOSED",
		"resolution": "DUPLICATE",
		"last_modified": "2018-10-29",
		"papers": [
			"P0561"
		]
	},
	"LEWG354": {
		"type": "issue",
		"title": "Range Adaptors and Utilities",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=354",
		"link": "https://wg21.link/lewg354",
		"status": "CLOSED",
		"resolution": "EDITORIAL",
		"last_modified": "2018-11-12",
		"papers": [
			"P0789"
		]
	},
	"LEWG355": {
		"type": "issue",
		"title": "Effect of operator<=> on the C++ Standard Library",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=355",
		"link": "https://wg21.link/lewg355",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-10-25",
		"papers": [
			"P0790"
		]
	},
	"LEWG356": {
		"type": "issue",
		"title": "Implicit conversion traits and utility functions",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=356",
		"link": "https://wg21.link/lewg356",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-06-11",
		"papers": [
			"P0758"
		]
	},
	"LEWG357": {
		"type": "issue",
		"title": "Add shift to <algorithm>",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=357",
		"link": "https://wg21.link/lewg357",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-06-11",
		"papers": [
			"P0769"
		]
	},
	"LEWG358": {
		"type": "issue",
		"title": "Extensions to C++ for Short Float Type",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=358",
		"link": "https://wg21.link/lewg358",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-11-04",
		"papers": [
			"P0303",
			"P0192"
		]
	},
	"LEWG359": {
		"type": "issue",
		"title": "Endian Library Request for Comments",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=359",
		"link": "https://wg21.link/lewg359",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0803"
		]
	},
	"LEWG360": {
		"type": "issue",
		"title": "Applying Concepts to the Standard Library",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=360",
		"link": "https://wg21.link/lewg360",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2018-10-30",
		"papers": [
			"P0802",
			"P0830"
		]
	},
	"LEWG361": {
		"type": "issue",
		"title": "Safe integral comparisons",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=361",
		"link": "https://wg21.link/lewg361",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2018-11-10",
		"papers": [
			"P0586"
		]
	},
	"LEWG362": {
		"type": "issue",
		"title": "std::vector Destruction Order",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=362",
		"link": "https://wg21.link/lewg362",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2018-10-30",
		"papers": [
			"P0752"
		]
	},
	"LEWG363": {
		"type": "issue",
		"title": "<version>, to include implementation-specific meta-information",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=363",
		"link": "https://wg21.link/lewg363",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-03-19",
		"papers": [
			"P0754"
		]
	},
	"LEWG364": {
		"type": "issue",
		"title": "regex_iterator should be iterable",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=364",
		"link": "https://wg21.link/lewg364",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2018-06-12",
		"papers": [
			"P0757"
		]
	},
	"LEWG365": {
		"type": "issue",
		"title": "std::function move operations should be noexcept",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=365",
		"link": "https://wg21.link/lewg365",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-11-12",
		"papers": [
			"P0771"
		]
	},
	"LEWG366": {
		"type": "issue",
		"title": "Towards meaningful fancy pointers",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=366",
		"link": "https://wg21.link/lewg366",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0773"
		]
	},
	"LEWG367": {
		"type": "issue",
		"title": "Monadic operations for std::optional",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=367",
		"link": "https://wg21.link/lewg367",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2018-11-08",
		"papers": [
			"P0798"
		]
	},
	"LEWG368": {
		"type": "issue",
		"title": "Best practices and issues with <system_error>",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=368",
		"link": "https://wg21.link/lewg368",
		"status": "CLOSED",
		"resolution": "INVALID",
		"last_modified": "2018-11-07",
		"papers": [
			"P0824"
		]
	},
	"LEWG369": {
		"type": "issue",
		"title": "A friendlier tuple get",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=369",
		"link": "https://wg21.link/lewg369",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-06-06",
		"papers": [
			"P0825"
		]
	},
	"LEWG370": {
		"type": "issue",
		"title": "SFINAE-friendly std::bind",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=370",
		"link": "https://wg21.link/lewg370",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2018-11-06",
		"papers": [
			"P0826"
		]
	},
	"LEWG371": {
		"type": "issue",
		"title": "Update freestanding requirements",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=371",
		"link": "https://wg21.link/lewg371",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-10-25",
		"papers": [
			"P0829"
		]
	},
	"LEWG372": {
		"type": "issue",
		"title": "Fixed-Point Real Numbers",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=372",
		"link": "https://wg21.link/lewg372",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2017-11-12",
		"papers": [
			"P0037"
		]
	},
	"LEWG373": {
		"type": "issue",
		"title": "Well-behaved interpolation for numbers and pointers",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=373",
		"link": "https://wg21.link/lewg373",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P0811"
		]
	},
	"LEWG377": {
		"type": "issue",
		"title": "C++ Concurrent Communication Queues",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=377",
		"link": "https://wg21.link/lewg377",
		"status": "INCUBATION",
		"resolution": "",
		"last_modified": "2018-11-19",
		"papers": [
			"P0260"
		]
	},
	"LEWG379": {
		"type": "issue",
		"title": "P0443: A Unified Executors Proposal for C++",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=379",
		"link": "https://wg21.link/lewg379",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-06-06"
	},
	"LEWG391": {
		"type": "issue",
		"title": "Rebase the Parallelism TS onto the C++17 Standard",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=391",
		"link": "https://wg21.link/lewg391",
		"status": "CLOSED",
		"resolution": "FIXED",
		"last_modified": "2018-02-27"
	},
	"LEWG403": {
		"type": "issue",
		"title": "Rebase the Parallelism TS onto the C++17 Standard",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=403",
		"link": "https://wg21.link/lewg403",
		"status": "CLOSED",
		"resolution": "DUPLICATE",
		"last_modified": "2018-01-31"
	},
	"LEWG409": {
		"type": "issue",
		"title": "Static reflection of functions",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=409",
		"link": "https://wg21.link/lewg409",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-06-11",
		"papers": [
			"P0670"
		]
	},
	"LEWG410": {
		"type": "issue",
		"title": "Symmetry for spaceship",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=410",
		"link": "https://wg21.link/lewg410",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-05-22",
		"papers": [
			"P0905"
		]
	},
	"LEWG411": {
		"type": "issue",
		"title": "Standard Library Concepts",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=411",
		"link": "https://wg21.link/lewg411",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-06-11",
		"papers": [
			"P0898"
		]
	},
	"LEWG412": {
		"type": "issue",
		"title": "reference_wrapper for incomplete types",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=412",
		"link": "https://wg21.link/lewg412",
		"status": "CLOSED",
		"resolution": "DUPLICATE",
		"last_modified": "2018-10-29",
		"papers": [
			"P0357"
		]
	},
	"LEWG413": {
		"type": "issue",
		"title": "variant and optional should propagate copy/move triviality",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=413",
		"link": "https://wg21.link/lewg413",
		"status": "CLOSED",
		"resolution": "DUPLICATE",
		"last_modified": "2018-10-29",
		"papers": [
			"P0602"
		]
	},
	"LEWG414": {
		"type": "issue",
		"title": "Extending the noexcept Policy",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=414",
		"link": "https://wg21.link/lewg414",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-03-16",
		"papers": [
			"P0884"
		]
	},
	"LEWG415": {
		"type": "issue",
		"title": "Naming implementation-defined simd_abi tag types",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=415",
		"link": "https://wg21.link/lewg415",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2018-03-16",
		"papers": [
			"P0916"
		]
	},
	"LEWG416": {
		"type": "issue",
		"title": "Heterogeneous lookup for unordered containers",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=416",
		"link": "https://wg21.link/lewg416",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-03-14",
		"papers": [
			"P0919"
		]
	},
	"LEWG417": {
		"type": "issue",
		"title": "Move-only iterators",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=417",
		"link": "https://wg21.link/lewg417",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-03-17",
		"papers": [
			"P0902"
		]
	},
	"LEWG418": {
		"type": "issue",
		"title": "Adding support for type-based metaprogramming to the standard library",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=418",
		"link": "https://wg21.link/lewg418",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-06-12",
		"papers": [
			"P0949"
		]
	},
	"LEWG419": {
		"type": "issue",
		"title": "P0546 - Span - foundation for the future",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=419",
		"link": "https://wg21.link/lewg419",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-06-05",
		"papers": [
			"P0546"
		]
	},
	"LEWG420": {
		"type": "issue",
		"title": "Type Requirements for <numeric> Algorithms",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=420",
		"link": "https://wg21.link/lewg420",
		"status": "CLOSED",
		"resolution": "DUPLICATE",
		"last_modified": "2018-10-29",
		"papers": [
			"P0571"
		]
	},
	"LEWG421": {
		"type": "issue",
		"title": "P0856 - Restrict Access Property for mdspan and span",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=421",
		"link": "https://wg21.link/lewg421",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-06-05",
		"papers": [
			"P0856"
		]
	},
	"LEWG422": {
		"type": "issue",
		"title": "Fixing the partial_order comparison algorithm",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=422",
		"link": "https://wg21.link/lewg422",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P0863"
		]
	},
	"LEWG423": {
		"type": "issue",
		"title": "A Proposal to add stack trace library",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=423",
		"link": "https://wg21.link/lewg423",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P0881"
		]
	},
	"LEWG424": {
		"type": "issue",
		"title": "An Ontology for Properties of mdspan",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=424",
		"link": "https://wg21.link/lewg424",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-03-05",
		"papers": [
			"P0900"
		]
	},
	"LEWG425": {
		"type": "issue",
		"title": "Renaming cell<> to latest<>",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=425",
		"link": "https://wg21.link/lewg425",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-03-17",
		"papers": [
			"P0895"
		]
	},
	"LEWG426": {
		"type": "issue",
		"title": "Define basic_string_view(nullptr) and basic_string(nullptr)",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=426",
		"link": "https://wg21.link/lewg426",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2018-06-12",
		"papers": [
			"P0903"
		]
	},
	"LEWG427": {
		"type": "issue",
		"title": "Tightening the constraints on std::function",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=427",
		"link": "https://wg21.link/lewg427",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P0932"
		]
	},
	"LEWG428": {
		"type": "issue",
		"title": "Introducing a <smart_ptr> header",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=428",
		"link": "https://wg21.link/lewg428",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2018-03-17",
		"papers": [
			"P0942"
		]
	},
	"LEWG429": {
		"type": "issue",
		"title": "string::reserve Should Not Shrink",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=429",
		"link": "https://wg21.link/lewg429",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-03-19",
		"papers": [
			"P0966"
		]
	},
	"LEWG430": {
		"type": "issue",
		"title": "allocate_unique and allocator_delete",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=430",
		"link": "https://wg21.link/lewg430",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-03-05",
		"papers": [
			"P0316"
		]
	},
	"LEWG431": {
		"type": "issue",
		"title": "Making std::underlying_type SFINAE-friendly",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=431",
		"link": "https://wg21.link/lewg431",
		"status": "CLOSED",
		"resolution": "DUPLICATE",
		"last_modified": "2018-03-06",
		"papers": [
			"P0340"
		]
	},
	"LEWG432": {
		"type": "issue",
		"title": "Crochemore-Perrin search algorithm for std::search",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=432",
		"link": "https://wg21.link/lewg432",
		"status": "DIRECTION_REVIEW",
		"resolution": "",
		"last_modified": "2018-12-03"
	},
	"LEWG433": {
		"type": "issue",
		"title": "fixed_capacity_vector",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=433",
		"link": "https://wg21.link/lewg433",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P0843"
		]
	},
	"LEWG434": {
		"type": "issue",
		"title": "A Proposal for a Universally Unique Identifier Library",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=434",
		"link": "https://wg21.link/lewg434",
		"status": "INCUBATION",
		"resolution": "",
		"last_modified": "2018-11-19",
		"papers": [
			"P0959"
		]
	},
	"LEWG435": {
		"type": "issue",
		"title": "User-defined Literals for std::filesystem::path",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=435",
		"link": "https://wg21.link/lewg435",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2018-06-12",
		"papers": [
			"P0882"
		]
	},
	"LEWG436": {
		"type": "issue",
		"title": "The identity metafunction",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=436",
		"link": "https://wg21.link/lewg436",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-06-11",
		"papers": [
			"P0887"
		]
	},
	"LEWG437": {
		"type": "issue",
		"title": "Integrating feature-test macros into the C++ WD",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=437",
		"link": "https://wg21.link/lewg437",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-06-11",
		"papers": [
			"P0941"
		]
	},
	"LEWG438": {
		"type": "issue",
		"title": "Merging the Ranges TS",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=438",
		"link": "https://wg21.link/lewg438",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-11-12",
		"papers": [
			"P0896"
		]
	},
	"LEWG439": {
		"type": "issue",
		"title": "Add symmetric coroutine control transfer",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=439",
		"link": "https://wg21.link/lewg439",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-03-19",
		"papers": [
			"P0913"
		]
	},
	"LEWG440": {
		"type": "issue",
		"title": "char8_t: A type for UTF-8 characters and strings",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=440",
		"link": "https://wg21.link/lewg440",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-11-12",
		"papers": [
			"P0482"
		]
	},
	"LEWG441": {
		"type": "issue",
		"title": "std::is_constant_evaluated()",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=441",
		"link": "https://wg21.link/lewg441",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-11-12",
		"papers": [
			"P0595"
		]
	},
	"LEWG442": {
		"type": "issue",
		"title": "Standard containers and constexpr",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=442",
		"link": "https://wg21.link/lewg442",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P0784"
		]
	},
	"LEWG443": {
		"type": "issue",
		"title": "Standard Library Compatibility",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=443",
		"link": "https://wg21.link/lewg443",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-06-12",
		"papers": [
			"P0921"
		]
	},
	"LEWG444": {
		"type": "issue",
		"title": "How to catch an exception_ptr without even try-ing",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=444",
		"link": "https://wg21.link/lewg444",
		"status": "INCUBATION",
		"resolution": "",
		"last_modified": "2018-11-19",
		"papers": [
			"P1066"
		]
	},
	"LEWG445": {
		"type": "issue",
		"title": "realloc() for C++",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=445",
		"link": "https://wg21.link/lewg445",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-05-16",
		"papers": [
			"P0894"
		]
	},
	"LEWG446": {
		"type": "issue",
		"title": "Runtime type introspection with std::exception ptr",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=446",
		"link": "https://wg21.link/lewg446",
		"status": "CLOSED",
		"resolution": "DUPLICATE",
		"last_modified": "2018-11-06",
		"papers": [
			"P0933"
		]
	},
	"LEWG447": {
		"type": "issue",
		"title": "Finding the right set of traits for simd<T>",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=447",
		"link": "https://wg21.link/lewg447",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-06-11",
		"papers": [
			"P0964"
		]
	},
	"LEWG448": {
		"type": "issue",
		"title": "Better, Safer Range Access Customization Points",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=448",
		"link": "https://wg21.link/lewg448",
		"status": "CLOSED",
		"resolution": "EDITORIAL",
		"last_modified": "2018-11-12",
		"papers": [
			"P0970"
		]
	},
	"LEWG449": {
		"type": "issue",
		"title": "A few additional type manipulation utilities",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=449",
		"link": "https://wg21.link/lewg449",
		"status": "INCUBATION",
		"resolution": "",
		"last_modified": "2018-11-19",
		"papers": [
			"P1016"
		]
	},
	"LEWG450": {
		"type": "issue",
		"title": "Smart pointer creation with default initialization",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=450",
		"link": "https://wg21.link/lewg450",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-11-12",
		"papers": [
			"P1020"
		]
	},
	"LEWG451": {
		"type": "issue",
		"title": "constexpr comparison operators for std::array",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=451",
		"link": "https://wg21.link/lewg451",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-06-11",
		"papers": [
			"P1023"
		]
	},
	"LEWG452": {
		"type": "issue",
		"title": "Usability Enhancements for std::span",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=452",
		"link": "https://wg21.link/lewg452",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P1024"
		]
	},
	"LEWG453": {
		"type": "issue",
		"title": "A call for a Data Persistence (iostream v2) study group",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=453",
		"link": "https://wg21.link/lewg453",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2018-10-30",
		"papers": [
			"P1026"
		]
	},
	"LEWG454": {
		"type": "issue",
		"title": "SG14 status_code and standard error object for P0709 Zero-overhead deterministic exceptions",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=454",
		"link": "https://wg21.link/lewg454",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2018-11-06",
		"papers": [
			"P1028"
		]
	},
	"LEWG455": {
		"type": "issue",
		"title": "std::filesystem::path_view",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=455",
		"link": "https://wg21.link/lewg455",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-10-25",
		"papers": [
			"P1030"
		]
	},
	"LEWG456": {
		"type": "issue",
		"title": "Low level file i/o library",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=456",
		"link": "https://wg21.link/lewg456",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-10-25",
		"papers": [
			"P1031"
		]
	},
	"LEWG457": {
		"type": "issue",
		"title": "Misc constexpr bits",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=457",
		"link": "https://wg21.link/lewg457",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-11-12",
		"papers": [
			"P1032"
		]
	},
	"LEWG458": {
		"type": "issue",
		"title": "Rangify the uninitialised memory algorithms!",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=458",
		"link": "https://wg21.link/lewg458",
		"status": "CLOSED",
		"resolution": "EDITORIAL",
		"last_modified": "2018-11-12",
		"papers": [
			"P1033"
		]
	},
	"LEWG459": {
		"type": "issue",
		"title": "Input range adaptors",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=459",
		"link": "https://wg21.link/lewg459",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2019-01-31",
		"papers": [
			"P1035"
		]
	},
	"LEWG460": {
		"type": "issue",
		"title": "Deep Integration of the Ranges TS",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=460",
		"link": "https://wg21.link/lewg460",
		"status": "CLOSED",
		"resolution": "EDITORIAL",
		"last_modified": "2018-11-12",
		"papers": [
			"P1037"
		]
	},
	"LEWG461": {
		"type": "issue",
		"title": "A proposal for a type trait to detect scoped enumerations",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=461",
		"link": "https://wg21.link/lewg461",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-05-16",
		"papers": [
			"P1048"
		]
	},
	"LEWG462": {
		"type": "issue",
		"title": "std::experimental::expected LWG design issues",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=462",
		"link": "https://wg21.link/lewg462",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-05-16",
		"papers": [
			"P1051"
		]
	},
	"LEWG463": {
		"type": "issue",
		"title": "A Modest Executor Proposal",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=463",
		"link": "https://wg21.link/lewg463",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-05-16",
		"papers": [
			"P1055"
		]
	},
	"LEWG464": {
		"type": "issue",
		"title": "Adapting Asio to use std::expected",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=464",
		"link": "https://wg21.link/lewg464",
		"status": "DIRECTION_REVIEW",
		"resolution": "",
		"last_modified": "2018-11-08",
		"papers": [
			"P1059"
		]
	},
	"LEWG465": {
		"type": "issue",
		"title": "On empty structs in the standard library",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=465",
		"link": "https://wg21.link/lewg465",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2018-11-19",
		"papers": [
			"P1081"
		]
	},
	"LEWG466": {
		"type": "issue",
		"title": "Move resource_adaptor from Library TS to the C++ WP",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=466",
		"link": "https://wg21.link/lewg466",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P1083"
		]
	},
	"LEWG467": {
		"type": "issue",
		"title": "Sizes Should Only span Unsigned",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=467",
		"link": "https://wg21.link/lewg467",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2018-11-10",
		"papers": [
			"P1089"
		]
	},
	"LEWG468": {
		"type": "issue",
		"title": "<chrono> zero(), min(), and max() should be noexcept",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=468",
		"link": "https://wg21.link/lewg468",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-11-12",
		"papers": [
			"P0972"
		]
	},
	"LEWG469": {
		"type": "issue",
		"title": "std::assume_aligned",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=469",
		"link": "https://wg21.link/lewg469",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-11-12",
		"papers": [
			"P1007"
		]
	},
	"LEWG470": {
		"type": "issue",
		"title": "Container support for implicit lifetime types",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=470",
		"link": "https://wg21.link/lewg470",
		"status": "DIRECTION_REVIEW",
		"resolution": "",
		"last_modified": "2018-11-19",
		"papers": [
			"P1010"
		]
	},
	"LEWG471": {
		"type": "issue",
		"title": "P0860: Atomic Access Property for mdspan",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=471",
		"link": "https://wg21.link/lewg471",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-06-05",
		"papers": [
			"P0860"
		]
	},
	"LEWG472": {
		"type": "issue",
		"title": "P0958: Networking TS changes to support proposed Executors TS",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=472",
		"link": "https://wg21.link/lewg472",
		"status": "DIRECTION_REVIEW",
		"resolution": "",
		"last_modified": "2018-11-08",
		"papers": [
			"P0958"
		]
	},
	"LEWG473": {
		"type": "issue",
		"title": "std::async() in an Executors World",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=473",
		"link": "https://wg21.link/lewg473",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-05-16",
		"papers": [
			"P1044"
		]
	},
	"LEWG474": {
		"type": "issue",
		"title": "[P1053] Future-proofing continuations for executors",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=474",
		"link": "https://wg21.link/lewg474",
		"status": "SG_REVIEW",
		"resolution": "",
		"last_modified": "2018-11-07",
		"papers": [
			"P1053"
		]
	},
	"LEWG475": {
		"type": "issue",
		"title": "A Cooperatively Interruptible Joining Thread, Rev 2",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=475",
		"link": "https://wg21.link/lewg475",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2018-11-10",
		"papers": [
			"P0660"
		]
	},
	"LEWG476": {
		"type": "issue",
		"title": "Concurrency TS is growing: Concurrent Utilities and Data Structures",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=476",
		"link": "https://wg21.link/lewg476",
		"status": "CLOSED",
		"resolution": "INVALID",
		"last_modified": "2018-11-08",
		"papers": [
			"P0940"
		]
	},
	"LEWG477": {
		"type": "issue",
		"title": "P0836:Introduce Parallelism to the Ranges TS",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=477",
		"link": "https://wg21.link/lewg477",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-06-04",
		"papers": [
			"P0836"
		]
	},
	"LEWG478": {
		"type": "issue",
		"title": "Feedback on P0214",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=478",
		"link": "https://wg21.link/lewg478",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-06-11",
		"papers": [
			"P0820"
		]
	},
	"LEWG479": {
		"type": "issue",
		"title": "Support C atomics in C++",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=479",
		"link": "https://wg21.link/lewg479",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2018-11-10",
		"papers": [
			"P0943"
		]
	},
	"LEWG480": {
		"type": "issue",
		"title": "String View Conversion for Function Arguments",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=480",
		"link": "https://wg21.link/lewg480",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2018-10-30",
		"papers": [
			"P0994"
		]
	},
	"LEWG481": {
		"type": "issue",
		"title": "Making std::vector constexpr",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=481",
		"link": "https://wg21.link/lewg481",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P1004"
		]
	},
	"LEWG482": {
		"type": "issue",
		"title": "Constexpr in std::pointer_traits",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=482",
		"link": "https://wg21.link/lewg482",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-11-12",
		"papers": [
			"P1006"
		]
	},
	"LEWG483": {
		"type": "issue",
		"title": "Constant Pointer View - std::as_const Strikes Back!",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=483",
		"link": "https://wg21.link/lewg483",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2018-06-12",
		"papers": [
			"P1011"
		]
	},
	"LEWG484": {
		"type": "issue",
		"title": "Constexpr iterator requirements",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=484",
		"link": "https://wg21.link/lewg484",
		"status": "CLOSED",
		"resolution": "INVALID",
		"last_modified": "2018-05-18",
		"papers": [
			"P0858"
		]
	},
	"LEWG485": {
		"type": "issue",
		"title": "A Function Returning Whether An Underlying Type Value Is a Valid Enumerator of a Given Enumeration",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=485",
		"link": "https://wg21.link/lewg485",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-05-17",
		"papers": [
			"P0974"
		]
	},
	"LEWG486": {
		"type": "issue",
		"title": "namespace std { namespace fs = filesystem; }",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=486",
		"link": "https://wg21.link/lewg486",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-10-25",
		"papers": [
			"P1005"
		]
	},
	"LEWG487": {
		"type": "issue",
		"title": "Let strong_order Truly Be a Customization Point!",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=487",
		"link": "https://wg21.link/lewg487",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-05-17",
		"papers": [
			"P0891"
		]
	},
	"LEWG491": {
		"type": "issue",
		"title": "Fractional Numeric Type",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=491",
		"link": "https://wg21.link/lewg491",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-06-06",
		"papers": [
			"P1050"
		]
	},
	"LEWG493": {
		"type": "issue",
		"title": "Target Vectorization Policies from Parallelism V2 TS to C++20",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=493",
		"link": "https://wg21.link/lewg493",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2018-06-07",
		"papers": [
			"P1001"
		]
	},
	"LEWG494": {
		"type": "issue",
		"title": "Fixing Atomic Initialization",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=494",
		"link": "https://wg21.link/lewg494",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2018-11-08",
		"papers": [
			"P0883"
		]
	},
	"LEWG495": {
		"type": "issue",
		"title": "Contiguous Ranges",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=495",
		"link": "https://wg21.link/lewg495",
		"status": "CLOSED",
		"resolution": "EDITORIAL",
		"last_modified": "2018-11-12",
		"papers": [
			"P0944"
		]
	},
	"LEWG496": {
		"type": "issue",
		"title": "Should Span Be Regular",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=496",
		"link": "https://wg21.link/lewg496",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-11-12",
		"papers": [
			"P1085"
		]
	},
	"LEWG497": {
		"type": "issue",
		"title": "Add coroutine task type",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=497",
		"link": "https://wg21.link/lewg497",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P1056"
		]
	},
	"LEWG498": {
		"type": "issue",
		"title": "Improving atomic_flag",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=498",
		"link": "https://wg21.link/lewg498",
		"status": "CLOSED",
		"resolution": "EDITORIAL",
		"last_modified": "2018-11-12",
		"papers": [
			"P0995"
		]
	},
	"LEWG499": {
		"type": "issue",
		"title": "Add c_array() member function to std::array",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=499",
		"link": "https://wg21.link/lewg499",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2018-10-30",
		"papers": [
			"P0635"
		]
	},
	"LEWG500": {
		"type": "issue",
		"title": "P1122R0: Proposed Wording for Concurrent Data Structures: Read-Copy-Update (RCU)",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=500",
		"link": "https://wg21.link/lewg500",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-10-14"
	},
	"LEWG501": {
		"type": "issue",
		"title": "Function to mark unreachable code",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=501",
		"link": "https://wg21.link/lewg501",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2018-11-06",
		"papers": [
			"P0627"
		]
	},
	"LEWG502": {
		"type": "issue",
		"title": "fiber_handle - fibers without scheduler",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=502",
		"link": "https://wg21.link/lewg502",
		"status": "SG_REVIEW",
		"resolution": "",
		"last_modified": "2018-11-19",
		"papers": [
			"P0876"
		]
	},
	"LEWG503": {
		"type": "issue",
		"title": "Everyone Deserves a Little Order",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=503",
		"link": "https://wg21.link/lewg503",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2019-01-28",
		"papers": [
			"P0891"
		]
	},
	"LEWG504": {
		"type": "issue",
		"title": "More simd<> operations",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=504",
		"link": "https://wg21.link/lewg504",
		"status": "SG_REVIEW",
		"resolution": "",
		"last_modified": "2018-10-26",
		"papers": [
			"P0918"
		]
	},
	"LEWG505": {
		"type": "issue",
		"title": "Precalculated hash values in lookup",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=505",
		"link": "https://wg21.link/lewg505",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P0920"
		]
	},
	"LEWG506": {
		"type": "issue",
		"title": "Runtime type introspection with std::exception ptr",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=506",
		"link": "https://wg21.link/lewg506",
		"status": "CLOSED",
		"resolution": "DUPLICATE",
		"last_modified": "2018-10-29",
		"papers": [
			"P0933"
		]
	},
	"LEWG507": {
		"type": "issue",
		"title": "Making std::string constexpr",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=507",
		"link": "https://wg21.link/lewg507",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-10-25",
		"papers": [
			"P0980"
		]
	},
	"LEWG508": {
		"type": "issue",
		"title": "std::embed",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=508",
		"link": "https://wg21.link/lewg508",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-31",
		"papers": [
			"P1040"
		]
	},
	"LEWG509": {
		"type": "issue",
		"title": "Refining standard library support for Class Template Argument Deduction",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=509",
		"link": "https://wg21.link/lewg509",
		"status": "INCUBATION",
		"resolution": "",
		"last_modified": "2018-11-19",
		"papers": [
			"P1069"
		]
	},
	"LEWG510": {
		"type": "issue",
		"title": "Optimized Initialization for basic_string and vector",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=510",
		"link": "https://wg21.link/lewg510",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2018-11-19",
		"papers": [
			"P1072"
		]
	},
	"LEWG511": {
		"type": "issue",
		"title": "Efficient composition with DynamicBuffer",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=511",
		"link": "https://wg21.link/lewg511",
		"status": "DIRECTION_REVIEW",
		"resolution": "",
		"last_modified": "2018-11-08",
		"papers": [
			"P1100"
		]
	},
	"LEWG512": {
		"type": "issue",
		"title": "web_view",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=512",
		"link": "https://wg21.link/lewg512",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-10-25",
		"papers": [
			"P1108"
		]
	},
	"LEWG513": {
		"type": "issue",
		"title": "out_ptr - a scalable output pointer abstraction",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=513",
		"link": "https://wg21.link/lewg513",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-11-19",
		"papers": [
			"P1132"
		]
	},
	"LEWG514": {
		"type": "issue",
		"title": "Networking TS Associations For Call Wrappers",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=514",
		"link": "https://wg21.link/lewg514",
		"status": "DIRECTION_REVIEW",
		"resolution": "",
		"last_modified": "2018-11-08",
		"papers": [
			"P1133"
		]
	},
	"LEWG515": {
		"type": "issue",
		"title": "The C++20 Synchronization Library",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=515",
		"link": "https://wg21.link/lewg515",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P1135"
		]
	},
	"LEWG516": {
		"type": "issue",
		"title": "Buffer Sequence Adaptors",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=516",
		"link": "https://wg21.link/lewg516",
		"status": "DIRECTION_REVIEW",
		"resolution": "",
		"last_modified": "2018-11-08",
		"papers": [
			"P1145"
		]
	},
	"LEWG517": {
		"type": "issue",
		"title": "Printing volatile Pointers",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=517",
		"link": "https://wg21.link/lewg517",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-10-26",
		"papers": [
			"P1147"
		]
	},
	"LEWG518": {
		"type": "issue",
		"title": "Constexpr regex",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=518",
		"link": "https://wg21.link/lewg518",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-10-26",
		"papers": [
			"P1149"
		]
	},
	"LEWG519": {
		"type": "issue",
		"title": "Type Erased Iterators for modern C++",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=519",
		"link": "https://wg21.link/lewg519",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2018-11-06",
		"papers": [
			"P1159"
		]
	},
	"LEWG520": {
		"type": "issue",
		"title": "ADD TEST POLYMORPHIC MEMORY RESOURCE TO THE STANDARD LIBRARY",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=520",
		"link": "https://wg21.link/lewg520",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2018-11-07",
		"papers": [
			"P1160"
		]
	},
	"LEWG521": {
		"type": "issue",
		"title": "The Concept of Memory Allocator",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=521",
		"link": "https://wg21.link/lewg521",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-10-26",
		"papers": [
			"P1172"
		]
	},
	"LEWG522": {
		"type": "issue",
		"title": "a simple and practical optional reference for C++",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=522",
		"link": "https://wg21.link/lewg522",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2018-11-10",
		"papers": [
			"P1175"
		]
	},
	"LEWG523": {
		"type": "issue",
		"title": "C++ Compile",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=523",
		"link": "https://wg21.link/lewg523",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-10-27",
		"papers": [
			"P1178"
		]
	},
	"LEWG524": {
		"type": "issue",
		"title": "New names for the power-of-2 templates",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=524",
		"link": "https://wg21.link/lewg524",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2018-11-10",
		"papers": [
			"P1182"
		]
	},
	"LEWG525": {
		"type": "issue",
		"title": "When do you actually use <=>?",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=525",
		"link": "https://wg21.link/lewg525",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P1186"
		]
	},
	"LEWG526": {
		"type": "issue",
		"title": "A type trait for std::compare_3way()'s type",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=526",
		"link": "https://wg21.link/lewg526",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P1187"
		]
	},
	"LEWG527": {
		"type": "issue",
		"title": "Adding operator<=> to types that are not currently comparable",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=527",
		"link": "https://wg21.link/lewg527",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2018-11-07",
		"papers": [
			"P1191"
		]
	},
	"LEWG528": {
		"type": "issue",
		"title": "Making <system_error> constexpr",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=528",
		"link": "https://wg21.link/lewg528",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-10-26",
		"papers": [
			"P1195"
		]
	},
	"LEWG529": {
		"type": "issue",
		"title": "Value-based std::error_category comparison",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=529",
		"link": "https://wg21.link/lewg529",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2018-11-07",
		"papers": [
			"P1196"
		]
	},
	"LEWG530": {
		"type": "issue",
		"title": "A non-allocating overload of error_category::message()",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=530",
		"link": "https://wg21.link/lewg530",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2018-11-07",
		"papers": [
			"P1197"
		]
	},
	"LEWG531": {
		"type": "issue",
		"title": "Adding error_category::failed()",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=531",
		"link": "https://wg21.link/lewg531",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2018-11-07",
		"papers": [
			"P1198"
		]
	},
	"LEWG532": {
		"type": "issue",
		"title": "Variant direct comparisons",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=532",
		"link": "https://wg21.link/lewg532",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2018-11-06",
		"papers": [
			"P1201"
		]
	},
	"LEWG533": {
		"type": "issue",
		"title": "Range constructors for standard containers and views",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=533",
		"link": "https://wg21.link/lewg533",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-11-07",
		"papers": [
			"P1206"
		]
	},
	"LEWG534": {
		"type": "issue",
		"title": "Movability of Single-pass Iterators",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=534",
		"link": "https://wg21.link/lewg534",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-11-19",
		"papers": [
			"P1207"
		]
	},
	"LEWG535": {
		"type": "issue",
		"title": "Adopt source_location from Library Fundamentals V3 for C++20",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=535",
		"link": "https://wg21.link/lewg535",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2018-11-07",
		"papers": [
			"P1208"
		]
	},
	"LEWG536": {
		"type": "issue",
		"title": "Adopt Consistent Container Erasure from Library Fundamentals 2 for C++20",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=536",
		"link": "https://wg21.link/lewg536",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-11-12",
		"papers": [
			"P1209"
		]
	},
	"LEWG537": {
		"type": "issue",
		"title": "Completing the Rebase of Library Fundamentals, Version 3, Working Draft",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=537",
		"link": "https://wg21.link/lewg537",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-11-12",
		"papers": [
			"P1210"
		]
	},
	"LEWG538": {
		"type": "issue",
		"title": "A Standard flat_set",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=538",
		"link": "https://wg21.link/lewg538",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2018-11-10",
		"papers": [
			"P1222"
		]
	},
	"LEWG539": {
		"type": "issue",
		"title": "find_backward",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=539",
		"link": "https://wg21.link/lewg539",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-11-19",
		"papers": [
			"P1223"
		]
	},
	"LEWG540": {
		"type": "issue",
		"title": "Signed size() functions",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=540",
		"link": "https://wg21.link/lewg540",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2018-11-10",
		"papers": [
			"P1227"
		]
	},
	"LEWG541": {
		"type": "issue",
		"title": "Shift-by-negative in shift_left and shift_right",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=541",
		"link": "https://wg21.link/lewg541",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2018-11-10",
		"papers": [
			"P1233"
		]
	},
	"LEWG542": {
		"type": "issue",
		"title": "Rangify New Algorithms",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=542",
		"link": "https://wg21.link/lewg542",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P1243"
		]
	},
	"LEWG543": {
		"type": "issue",
		"title": "Fixing Relations",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=543",
		"link": "https://wg21.link/lewg543",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-11-12",
		"papers": [
			"P1248"
		]
	},
	"LEWG544": {
		"type": "issue",
		"title": "Extension by inspecting members of User Defined Types?",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=544",
		"link": "https://wg21.link/lewg544",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2018-11-06",
		"papers": [
			"P1250"
		]
	},
	"LEWG545": {
		"type": "issue",
		"title": "A more constexpr bitset",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=545",
		"link": "https://wg21.link/lewg545",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P1251"
		]
	},
	"LEWG546": {
		"type": "issue",
		"title": "Ranges Design Cleanup",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=546",
		"link": "https://wg21.link/lewg546",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P1252"
		]
	},
	"LEWG547": {
		"type": "issue",
		"title": "A view of 0 or 1 elements: view::maybe",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=547",
		"link": "https://wg21.link/lewg547",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2018-11-07",
		"papers": [
			"P1255"
		]
	},
	"LEWG548": {
		"type": "issue",
		"title": "Integer Width Literals",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=548",
		"link": "https://wg21.link/lewg548",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P1280"
		]
	},
	"LEWG549": {
		"type": "issue",
		"title": "std::ranges::less<> Should Be More!",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=549",
		"link": "https://wg21.link/lewg549",
		"status": "CLOSED",
		"resolution": "DUPLICATE",
		"last_modified": "2018-11-07",
		"papers": [
			"P1291"
		]
	},
	"LEWG550": {
		"type": "issue",
		"title": "ostream_joiner",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=550",
		"link": "https://wg21.link/lewg550",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2018-11-07",
		"papers": [
			"P1293"
		]
	},
	"LEWG551": {
		"type": "issue",
		"title": "Spaceship library update",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=551",
		"link": "https://wg21.link/lewg551",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-05-26",
		"papers": [
			"P1295"
		]
	},
	"LEWG552": {
		"type": "issue",
		"title": "Unifying the many ways to compare",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=552",
		"link": "https://wg21.link/lewg552",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-11-06",
		"papers": [
			"P1310"
		]
	},
	"LEWG553": {
		"type": "issue",
		"title": "Comparison Concepts",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=553",
		"link": "https://wg21.link/lewg553",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2018-11-07",
		"papers": [
			"P1312"
		]
	},
	"LEWG554": {
		"type": "issue",
		"title": "unique_val: a default-on-move type",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=554",
		"link": "https://wg21.link/lewg554",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-10-26",
		"papers": [
			"P1314"
		]
	},
	"LEWG555": {
		"type": "issue",
		"title": "secure_val: a secure-clear-on-move type",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=555",
		"link": "https://wg21.link/lewg555",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-10-26",
		"papers": [
			"P1315"
		]
	},
	"LEWG556": {
		"type": "issue",
		"title": "Remove return type deduction in std::apply",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=556",
		"link": "https://wg21.link/lewg556",
		"status": "CLOSED",
		"resolution": "DUPLICATE",
		"last_modified": "2018-11-19",
		"papers": [
			"P1317"
		]
	},
	"LEWG557": {
		"type": "issue",
		"title": "Tuple application traits",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=557",
		"link": "https://wg21.link/lewg557",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-11-19",
		"papers": [
			"P1318"
		]
	},
	"LEWG558": {
		"type": "issue",
		"title": "to_array from LFTS with updates",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=558",
		"link": "https://wg21.link/lewg558",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2019-01-28",
		"papers": [
			"P0325"
		]
	},
	"LEWG559": {
		"type": "issue",
		"title": "Feedback on 2D Graphics",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=559",
		"link": "https://wg21.link/lewg559",
		"status": "DESIGN_REVIEW",
		"resolution": "",
		"last_modified": "2018-10-26",
		"papers": [
			"P1225"
		]
	},
	"LEWG560": {
		"type": "issue",
		"title": "Byteswapping for fun&&nuf",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=560",
		"link": "https://wg21.link/lewg560",
		"status": "WORDING_REVIEW",
		"resolution": "",
		"last_modified": "2018-11-10",
		"papers": [
			"P1272"
		]
	},
	"LEWG561": {
		"type": "issue",
		"title": "A Class for Status and Optional Value",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=561",
		"link": "https://wg21.link/lewg561",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2018-11-06",
		"papers": [
			"P0262"
		]
	},
	"LEWG562": {
		"type": "issue",
		"title": "Explicitly implicifying explicit constructors",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=562",
		"link": "https://wg21.link/lewg562",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2018-11-06",
		"papers": [
			"P1163"
		]
	},
	"LEWG563": {
		"type": "issue",
		"title": "Fixing allocator usage for operator + (basic_string)",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=563",
		"link": "https://wg21.link/lewg563",
		"status": "CLOSED",
		"resolution": "REJECTED",
		"last_modified": "2018-11-06",
		"papers": [
			"P1165"
		]
	},
	"LEWG564": {
		"type": "issue",
		"title": "Fixing allocator usage for operator + (basic_string)",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=564",
		"link": "https://wg21.link/lewg564",
		"status": "ADOPTED",
		"resolution": "FIXED",
		"last_modified": "2018-11-12",
		"papers": [
			"P1165"
		]
	},
	"LEWG565": {
		"type": "issue",
		"title": "Unified executors proposal",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=565",
		"link": "https://wg21.link/lewg565",
		"status": "NEEDS_PAPER",
		"resolution": "",
		"last_modified": "2018-11-10",
		"papers": [
			"P0443"
		]
	},
	"LEWG566": {
		"type": "issue",
		"title": "std::environment and std::arguments",
		"long_link": "https://issues.isocpp.org/show_bug.cgi?id=566",
		"link": "https://wg21.link/lewg566",
		"status": "INCUBATION",
		"resolution": "",
		"last_modified": "2018-11-20",
		"papers": [
			"P1275"
		]
	},
	"LWG1": {
		"type": "issue",
		"title": "C library linkage editing oversight",
		"long_link": "https://cplusplus.github.io/LWG/issue1",
		"link": "https://wg21.link/lwg1",
		"section": "16.4.3.3 [using.linkage]",
		"status": "TC1",
		"submitter": "Beman Dawes",
		"opened": "1997-11-16",
		"last_modified": "2016-08-09"
	},
	"LWG2": {
		"type": "issue",
		"title": "Auto_ptr conversions effects incorrect",
		"long_link": "https://cplusplus.github.io/LWG/issue2",
		"link": "https://wg21.link/lwg2",
		"section": "99 [auto.ptr.conv]",
		"status": "NAD",
		"submitter": "Nathan Myers",
		"opened": "1997-12-04",
		"last_modified": "2016-08-09"
	},
	"LWG3": {
		"type": "issue",
		"title": "Atexit registration during atexit() call is not described",
		"long_link": "https://cplusplus.github.io/LWG/issue3",
		"link": "https://wg21.link/lwg3",
		"section": "17.5 [support.start.term]",
		"status": "TC1",
		"submitter": "Steve Clamage",
		"opened": "1997-12-12",
		"last_modified": "2016-08-09"
	},
	"LWG4": {
		"type": "issue",
		"title": "basic_string size_type and difference_type should be implementation defined",
		"long_link": "https://cplusplus.github.io/LWG/issue4",
		"link": "https://wg21.link/lwg4",
		"section": "27.4.3 [basic.string]",
		"status": "NAD",
		"submitter": "Beman Dawes",
		"opened": "1997-11-16",
		"last_modified": "2016-08-09"
	},
	"LWG5": {
		"type": "issue",
		"title": "String::compare specification questionable",
		"long_link": "https://cplusplus.github.io/LWG/issue5",
		"link": "https://wg21.link/lwg5",
		"section": "27.4.3.7.8 [string.swap]",
		"status": "TC1",
		"submitter": "Jack Reeves",
		"opened": "1997-12-11",
		"last_modified": "2016-11-12"
	},
	"LWG6": {
		"type": "issue",
		"title": "File position not an offset unimplementable",
		"long_link": "https://cplusplus.github.io/LWG/issue6",
		"link": "https://wg21.link/lwg6",
		"section": "31.5.3 [fpos]",
		"status": "NAD",
		"submitter": "Matt Austern",
		"opened": "1997-12-15",
		"last_modified": "2016-08-09"
	},
	"LWG7": {
		"type": "issue",
		"title": "String clause minor problems",
		"long_link": "https://cplusplus.github.io/LWG/issue7",
		"link": "https://wg21.link/lwg7",
		"section": "27 [strings]",
		"status": "TC1",
		"submitter": "Matt Austern",
		"opened": "1997-12-15",
		"last_modified": "2016-11-12"
	},
	"LWG8": {
		"type": "issue",
		"title": "Locale::global lacks guarantee",
		"long_link": "https://cplusplus.github.io/LWG/issue8",
		"link": "https://wg21.link/lwg8",
		"section": "28.3.3.1.6 [locale.statics]",
		"status": "TC1",
		"submitter": "Matt Austern",
		"opened": "1997-12-24",
		"last_modified": "2016-08-09"
	},
	"LWG9": {
		"type": "issue",
		"title": "Operator new(0) calls should not yield the same pointer",
		"long_link": "https://cplusplus.github.io/LWG/issue9",
		"link": "https://wg21.link/lwg9",
		"section": "17.6.3 [new.delete]",
		"status": "TC1",
		"submitter": "Steve Clamage",
		"opened": "1998-01-04",
		"last_modified": "2016-08-09"
	},
	"LWG10": {
		"type": "issue",
		"title": "Codecvt<>::do unclear",
		"long_link": "https://cplusplus.github.io/LWG/issue10",
		"link": "https://wg21.link/lwg10",
		"section": "28.3.4.2.6 [locale.codecvt.byname]",
		"status": "Dup",
		"submitter": "Matt Austern",
		"opened": "1998-01-14",
		"last_modified": "2016-08-09"
	},
	"LWG11": {
		"type": "issue",
		"title": "Bitset minor problems",
		"long_link": "https://cplusplus.github.io/LWG/issue11",
		"link": "https://wg21.link/lwg11",
		"section": "22.9.2 [template.bitset]",
		"status": "TC1",
		"submitter": "Matt Austern",
		"opened": "1998-01-22",
		"last_modified": "2016-08-09"
	},
	"LWG12": {
		"type": "issue",
		"title": "Way objects hold allocators unclear",
		"long_link": "https://cplusplus.github.io/LWG/issue12",
		"link": "https://wg21.link/lwg12",
		"section": "16.4.4.6 [allocator.requirements]",
		"status": "NAD",
		"submitter": "Angelika Langer",
		"opened": "1998-02-23",
		"last_modified": "2016-08-09"
	},
	"LWG13": {
		"type": "issue",
		"title": "Eos refuses to die",
		"long_link": "https://cplusplus.github.io/LWG/issue13",
		"link": "https://wg21.link/lwg13",
		"section": "31.7.5.3.3 [istream.extractors]",
		"status": "TC1",
		"submitter": "William M. Miller",
		"opened": "1998-03-03",
		"last_modified": "2017-04-22"
	},
	"LWG14": {
		"type": "issue",
		"title": "Locale::combine should be const",
		"long_link": "https://cplusplus.github.io/LWG/issue14",
		"link": "https://wg21.link/lwg14",
		"section": "28.3.3.1.4 [locale.members]",
		"status": "TC1",
		"submitter": "Nathan Myers",
		"opened": "1998-08-06",
		"last_modified": "2016-08-09"
	},
	"LWG15": {
		"type": "issue",
		"title": "Locale::name requirement inconsistent",
		"long_link": "https://cplusplus.github.io/LWG/issue15",
		"link": "https://wg21.link/lwg15",
		"section": "28.3.3.1.4 [locale.members]",
		"status": "TC1",
		"submitter": "Nathan Myers",
		"opened": "1998-08-06",
		"last_modified": "2016-08-09"
	},
	"LWG16": {
		"type": "issue",
		"title": "Bad ctype_byname<char> decl",
		"long_link": "https://cplusplus.github.io/LWG/issue16",
		"link": "https://wg21.link/lwg16",
		"section": "28.3.4.2.5 [locale.codecvt]",
		"status": "TC1",
		"submitter": "Nathan Myers",
		"opened": "1998-08-06",
		"last_modified": "2016-08-09"
	},
	"LWG17": {
		"type": "issue",
		"title": "Bad bool parsing",
		"long_link": "https://cplusplus.github.io/LWG/issue17",
		"link": "https://wg21.link/lwg17",
		"section": "28.3.4.3.2.3 [facet.num.get.virtuals]",
		"status": "TC1",
		"submitter": "Nathan Myers",
		"opened": "1998-08-06",
		"last_modified": "2016-08-09"
	},
	"LWG18": {
		"type": "issue",
		"title": "Get(...bool&) omitted",
		"long_link": "https://cplusplus.github.io/LWG/issue18",
		"link": "https://wg21.link/lwg18",
		"section": "28.3.4.3.2.2 [facet.num.get.members]",
		"status": "TC1",
		"submitter": "Nathan Myers",
		"opened": "1998-08-06",
		"last_modified": "2016-08-09"
	},
	"LWG19": {
		"type": "issue",
		"title": "\"Noconv\" definition too vague",
		"long_link": "https://cplusplus.github.io/LWG/issue19",
		"link": "https://wg21.link/lwg19",
		"section": "28.3.4.2.5 [locale.codecvt]",
		"status": "TC1",
		"submitter": "Nathan Myers",
		"opened": "1998-08-06",
		"last_modified": "2016-08-09"
	},
	"LWG20": {
		"type": "issue",
		"title": "Thousands_sep returns wrong type",
		"long_link": "https://cplusplus.github.io/LWG/issue20",
		"link": "https://wg21.link/lwg20",
		"section": "28.3.4.4.1.3 [facet.numpunct.virtuals]",
		"status": "TC1",
		"submitter": "Nathan Myers",
		"opened": "1998-08-06",
		"last_modified": "2016-08-09"
	},
	"LWG21": {
		"type": "issue",
		"title": "Codecvt_byname<> instantiations",
		"long_link": "https://cplusplus.github.io/LWG/issue21",
		"link": "https://wg21.link/lwg21",
		"section": "28.3.3.1.2.1 [locale.category]",
		"status": "TC1",
		"submitter": "Nathan Myers",
		"opened": "1998-08-06",
		"last_modified": "2016-01-28"
	},
	"LWG22": {
		"type": "issue",
		"title": "Member open vs. flags",
		"long_link": "https://cplusplus.github.io/LWG/issue22",
		"link": "https://wg21.link/lwg22",
		"section": "31.10.4.4 [ifstream.members]",
		"status": "TC1",
		"submitter": "Nathan Myers",
		"opened": "1998-08-06",
		"last_modified": "2016-01-28"
	},
	"LWG23": {
		"type": "issue",
		"title": "Num_get overflow result",
		"long_link": "https://cplusplus.github.io/LWG/issue23",
		"link": "https://wg21.link/lwg23",
		"section": "28.3.4.3.2.3 [facet.num.get.virtuals]",
		"status": "CD1",
		"submitter": "Nathan Myers",
		"opened": "1998-08-06",
		"last_modified": "2016-01-28"
	},
	"LWG24": {
		"type": "issue",
		"title": "\"do_convert\" doesn't exist",
		"long_link": "https://cplusplus.github.io/LWG/issue24",
		"link": "https://wg21.link/lwg24",
		"section": "28.3.4.2.5 [locale.codecvt]",
		"status": "TC1",
		"submitter": "Nathan Myers",
		"opened": "1998-08-06",
		"last_modified": "2016-01-28"
	},
	"LWG25": {
		"type": "issue",
		"title": "String operator<< uses width() value wrong",
		"long_link": "https://cplusplus.github.io/LWG/issue25",
		"link": "https://wg21.link/lwg25",
		"section": "27.4.4.4 [string.io]",
		"status": "TC1",
		"submitter": "Nathan Myers",
		"opened": "1998-08-06",
		"last_modified": "2016-01-28"
	},
	"LWG26": {
		"type": "issue",
		"title": "Bad sentry example",
		"long_link": "https://cplusplus.github.io/LWG/issue26",
		"link": "https://wg21.link/lwg26",
		"section": "31.7.5.2.4 [istream.sentry]",
		"status": "TC1",
		"submitter": "Nathan Myers",
		"opened": "1998-08-06",
		"last_modified": "2021-06-06"
	},
	"LWG27": {
		"type": "issue",
		"title": "String::erase(range) yields wrong iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue27",
		"link": "https://wg21.link/lwg27",
		"section": "27.4.3.7.5 [string.erase]",
		"status": "TC1",
		"submitter": "Nathan Myers",
		"opened": "1998-08-06",
		"last_modified": "2016-11-12"
	},
	"LWG28": {
		"type": "issue",
		"title": "Ctype<char>is ambiguous",
		"long_link": "https://cplusplus.github.io/LWG/issue28",
		"link": "https://wg21.link/lwg28",
		"section": "28.3.4.2.4.3 [facet.ctype.char.members]",
		"status": "TC1",
		"submitter": "Nathan Myers",
		"opened": "1998-08-06",
		"last_modified": "2016-01-28"
	},
	"LWG29": {
		"type": "issue",
		"title": "Ios_base::init doesn't exist",
		"long_link": "https://cplusplus.github.io/LWG/issue29",
		"link": "https://wg21.link/lwg29",
		"section": "31.4.3 [narrow.stream.objects]",
		"status": "TC1",
		"submitter": "Nathan Myers",
		"opened": "1998-08-06",
		"last_modified": "2016-01-28"
	},
	"LWG30": {
		"type": "issue",
		"title": "Wrong header for LC_*",
		"long_link": "https://cplusplus.github.io/LWG/issue30",
		"link": "https://wg21.link/lwg30",
		"section": "28.3.3.1.2.1 [locale.category]",
		"status": "TC1",
		"submitter": "Nathan Myers",
		"opened": "1998-08-06",
		"last_modified": "2016-01-28"
	},
	"LWG31": {
		"type": "issue",
		"title": "Immutable locale values",
		"long_link": "https://cplusplus.github.io/LWG/issue31",
		"link": "https://wg21.link/lwg31",
		"section": "28.3.3.1 [locale]",
		"status": "TC1",
		"submitter": "Nathan Myers",
		"opened": "1998-08-06",
		"last_modified": "2016-01-28"
	},
	"LWG32": {
		"type": "issue",
		"title": "Pbackfail description inconsistent",
		"long_link": "https://cplusplus.github.io/LWG/issue32",
		"link": "https://wg21.link/lwg32",
		"section": "31.6.3.5.4 [streambuf.virt.pback]",
		"status": "TC1",
		"submitter": "Nathan Myers",
		"opened": "1998-08-06",
		"last_modified": "2016-01-28"
	},
	"LWG33": {
		"type": "issue",
		"title": "Codecvt<> mentions from_type",
		"long_link": "https://cplusplus.github.io/LWG/issue33",
		"link": "https://wg21.link/lwg33",
		"section": "28.3.4.2.5 [locale.codecvt]",
		"status": "TC1",
		"submitter": "Nathan Myers",
		"opened": "1998-08-06",
		"last_modified": "2016-01-28"
	},
	"LWG34": {
		"type": "issue",
		"title": "True/falsename() not in ctype<>",
		"long_link": "https://cplusplus.github.io/LWG/issue34",
		"link": "https://wg21.link/lwg34",
		"section": "28.3.4.3.3.3 [facet.num.put.virtuals]",
		"status": "TC1",
		"submitter": "Nathan Myers",
		"opened": "1998-08-06",
		"last_modified": "2016-01-28"
	},
	"LWG35": {
		"type": "issue",
		"title": "No manipulator unitbuf in synopsis",
		"long_link": "https://cplusplus.github.io/LWG/issue35",
		"link": "https://wg21.link/lwg35",
		"section": "31.5 [iostreams.base]",
		"status": "TC1",
		"submitter": "Nathan Myers",
		"opened": "1998-08-06",
		"last_modified": "2016-01-28"
	},
	"LWG36": {
		"type": "issue",
		"title": "Iword & pword storage lifetime omitted",
		"long_link": "https://cplusplus.github.io/LWG/issue36",
		"link": "https://wg21.link/lwg36",
		"section": "31.5.2.6 [ios.base.storage]",
		"status": "TC1",
		"submitter": "Nathan Myers",
		"opened": "1998-08-06",
		"last_modified": "2016-01-28"
	},
	"LWG37": {
		"type": "issue",
		"title": "Leftover \"global\" reference",
		"long_link": "https://cplusplus.github.io/LWG/issue37",
		"link": "https://wg21.link/lwg37",
		"section": "28.3.3.1 [locale]",
		"status": "TC1",
		"submitter": "Nathan Myers",
		"opened": "1998-08-06",
		"last_modified": "2016-01-28"
	},
	"LWG38": {
		"type": "issue",
		"title": "Facet definition incomplete",
		"long_link": "https://cplusplus.github.io/LWG/issue38",
		"link": "https://wg21.link/lwg38",
		"section": "28.3.3.2 [locale.global.templates]",
		"status": "TC1",
		"submitter": "Nathan Myers",
		"opened": "1998-08-06",
		"last_modified": "2016-01-28"
	},
	"LWG39": {
		"type": "issue",
		"title": "istreambuf_iterator<>::operator++(int) definition garbled",
		"long_link": "https://cplusplus.github.io/LWG/issue39",
		"link": "https://wg21.link/lwg39",
		"section": "24.6.4.4 [istreambuf.iterator.ops]",
		"status": "TC1",
		"submitter": "Nathan Myers",
		"opened": "1998-08-06",
		"last_modified": "2017-11-29"
	},
	"LWG40": {
		"type": "issue",
		"title": "Meaningless normative paragraph in examples",
		"long_link": "https://cplusplus.github.io/LWG/issue40",
		"link": "https://wg21.link/lwg40",
		"section": "99 [facets.examples]",
		"status": "TC1",
		"submitter": "Nathan Myers",
		"opened": "1998-08-06",
		"last_modified": "2016-01-28"
	},
	"LWG41": {
		"type": "issue",
		"title": "Ios_base needs clear(), exceptions()",
		"long_link": "https://cplusplus.github.io/LWG/issue41",
		"link": "https://wg21.link/lwg41",
		"section": "31.5.2 [ios.base]",
		"status": "TC1",
		"submitter": "Nathan Myers",
		"opened": "1998-08-06",
		"last_modified": "2016-01-28"
	},
	"LWG42": {
		"type": "issue",
		"title": "String ctors specify wrong default allocator",
		"long_link": "https://cplusplus.github.io/LWG/issue42",
		"link": "https://wg21.link/lwg42",
		"section": "27.4.3 [basic.string]",
		"status": "TC1",
		"submitter": "Nathan Myers",
		"opened": "1998-08-06",
		"last_modified": "2016-01-28"
	},
	"LWG43": {
		"type": "issue",
		"title": "Locale table correction",
		"long_link": "https://cplusplus.github.io/LWG/issue43",
		"link": "https://wg21.link/lwg43",
		"section": "28.3.4.2.6 [locale.codecvt.byname]",
		"status": "Dup",
		"submitter": "Brendan Kehoe",
		"opened": "1998-06-01",
		"last_modified": "2016-01-28"
	},
	"LWG44": {
		"type": "issue",
		"title": "Iostreams use operator== on int_type values",
		"long_link": "https://cplusplus.github.io/LWG/issue44",
		"link": "https://wg21.link/lwg44",
		"section": "31 [input.output]",
		"status": "CD1",
		"submitter": "Nathan Myers",
		"opened": "1998-08-06",
		"last_modified": "2016-01-28"
	},
	"LWG45": {
		"type": "issue",
		"title": "Stringstreams read/write pointers initial position unclear",
		"long_link": "https://cplusplus.github.io/LWG/issue45",
		"link": "https://wg21.link/lwg45",
		"section": "31.8.4 [ostringstream]",
		"status": "NAD",
		"submitter": "Matthias Mueller",
		"opened": "1998-05-27",
		"last_modified": "2016-01-28"
	},
	"LWG46": {
		"type": "issue",
		"title": "Minor Annex D errors",
		"long_link": "https://cplusplus.github.io/LWG/issue46",
		"link": "https://wg21.link/lwg46",
		"section": "99 [depr.str.strstreams]",
		"status": "TC1",
		"submitter": "Brendan Kehoe",
		"opened": "1998-06-01",
		"last_modified": "2016-01-28"
	},
	"LWG47": {
		"type": "issue",
		"title": "Imbue() and getloc() Returns clauses swapped",
		"long_link": "https://cplusplus.github.io/LWG/issue47",
		"link": "https://wg21.link/lwg47",
		"section": "31.5.2.4 [ios.base.locales]",
		"status": "TC1",
		"submitter": "Matt Austern",
		"opened": "1998-06-21",
		"last_modified": "2016-01-28"
	},
	"LWG48": {
		"type": "issue",
		"title": "Use of non-existent exception constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue48",
		"link": "https://wg21.link/lwg48",
		"section": "31.5.2.2.1 [ios.failure]",
		"status": "TC1",
		"submitter": "Matt Austern",
		"opened": "1998-06-21",
		"last_modified": "2021-06-06"
	},
	"LWG49": {
		"type": "issue",
		"title": "Underspecification of ios_base::sync_with_stdio",
		"long_link": "https://cplusplus.github.io/LWG/issue49",
		"link": "https://wg21.link/lwg49",
		"section": "31.5.2.5 [ios.members.static]",
		"status": "CD1",
		"submitter": "Matt Austern",
		"opened": "1998-06-21",
		"last_modified": "2016-01-28"
	},
	"LWG50": {
		"type": "issue",
		"title": "Copy constructor and assignment operator of ios_base",
		"long_link": "https://cplusplus.github.io/LWG/issue50",
		"link": "https://wg21.link/lwg50",
		"section": "31.5.2 [ios.base]",
		"status": "TC1",
		"submitter": "Matt Austern",
		"opened": "1998-06-21",
		"last_modified": "2016-01-28"
	},
	"LWG51": {
		"type": "issue",
		"title": "Requirement to not invalidate iterators missing",
		"long_link": "https://cplusplus.github.io/LWG/issue51",
		"link": "https://wg21.link/lwg51",
		"section": "23.2 [container.requirements]",
		"status": "TC1",
		"submitter": "David Vandevoorde",
		"opened": "1998-06-23",
		"last_modified": "2016-01-28"
	},
	"LWG52": {
		"type": "issue",
		"title": "Small I/O problems",
		"long_link": "https://cplusplus.github.io/LWG/issue52",
		"link": "https://wg21.link/lwg52",
		"section": "31.5.3.3 [fpos.operations]",
		"status": "TC1",
		"submitter": "Matt Austern",
		"opened": "1998-06-23",
		"last_modified": "2016-01-28"
	},
	"LWG53": {
		"type": "issue",
		"title": "Basic_ios destructor unspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue53",
		"link": "https://wg21.link/lwg53",
		"section": "31.5.4.2 [basic.ios.cons]",
		"status": "TC1",
		"submitter": "Matt Austern",
		"opened": "1998-06-23",
		"last_modified": "2016-01-28"
	},
	"LWG54": {
		"type": "issue",
		"title": "Basic_streambuf's destructor",
		"long_link": "https://cplusplus.github.io/LWG/issue54",
		"link": "https://wg21.link/lwg54",
		"section": "31.6.3.2 [streambuf.cons]",
		"status": "TC1",
		"submitter": "Matt Austern",
		"opened": "1998-06-25",
		"last_modified": "2016-01-28"
	},
	"LWG55": {
		"type": "issue",
		"title": "Invalid stream position is undefined",
		"long_link": "https://cplusplus.github.io/LWG/issue55",
		"link": "https://wg21.link/lwg55",
		"section": "31 [input.output]",
		"status": "TC1",
		"submitter": "Matt Austern",
		"opened": "1998-06-26",
		"last_modified": "2016-01-28"
	},
	"LWG56": {
		"type": "issue",
		"title": "Showmanyc's return type",
		"long_link": "https://cplusplus.github.io/LWG/issue56",
		"link": "https://wg21.link/lwg56",
		"section": "31.6.3 [streambuf]",
		"status": "TC1",
		"submitter": "Matt Austern",
		"opened": "1998-06-29",
		"last_modified": "2016-01-28"
	},
	"LWG57": {
		"type": "issue",
		"title": "Mistake in char_traits",
		"long_link": "https://cplusplus.github.io/LWG/issue57",
		"link": "https://wg21.link/lwg57",
		"section": "27.2.4.6 [char.traits.specializations.wchar.t]",
		"status": "TC1",
		"submitter": "Matt Austern",
		"opened": "1998-07-01",
		"last_modified": "2016-01-28"
	},
	"LWG58": {
		"type": "issue",
		"title": "Extracting a char from a wide-oriented stream",
		"long_link": "https://cplusplus.github.io/LWG/issue58",
		"link": "https://wg21.link/lwg58",
		"section": "31.7.5.3.3 [istream.extractors]",
		"status": "NAD",
		"submitter": "Matt Austern",
		"opened": "1998-07-01",
		"last_modified": "2017-04-22"
	},
	"LWG59": {
		"type": "issue",
		"title": "Ambiguity in specification of gbump",
		"long_link": "https://cplusplus.github.io/LWG/issue59",
		"link": "https://wg21.link/lwg59",
		"section": "31.6.3.4.2 [streambuf.get.area]",
		"status": "TC1",
		"submitter": "Matt Austern",
		"opened": "1998-07-28",
		"last_modified": "2016-01-28"
	},
	"LWG60": {
		"type": "issue",
		"title": "What is a formatted input function?",
		"long_link": "https://cplusplus.github.io/LWG/issue60",
		"link": "https://wg21.link/lwg60",
		"section": "31.7.5.3.1 [istream.formatted.reqmts]",
		"status": "TC1",
		"submitter": "Matt Austern",
		"opened": "1998-08-03",
		"last_modified": "2016-01-28"
	},
	"LWG61": {
		"type": "issue",
		"title": "Ambiguity in iostreams exception policy",
		"long_link": "https://cplusplus.github.io/LWG/issue61",
		"link": "https://wg21.link/lwg61",
		"section": "31.7.5.4 [istream.unformatted]",
		"status": "TC1",
		"submitter": "Matt Austern",
		"opened": "1998-08-06",
		"last_modified": "2016-01-28"
	},
	"LWG62": {
		"type": "issue",
		"title": "Sync's return value",
		"long_link": "https://cplusplus.github.io/LWG/issue62",
		"link": "https://wg21.link/lwg62",
		"section": "31.7.5.4 [istream.unformatted]",
		"status": "TC1",
		"submitter": "Matt Austern",
		"opened": "1998-08-06",
		"last_modified": "2016-01-28"
	},
	"LWG63": {
		"type": "issue",
		"title": "Exception-handling policy for unformatted output",
		"long_link": "https://cplusplus.github.io/LWG/issue63",
		"link": "https://wg21.link/lwg63",
		"section": "31.7.6.4 [ostream.unformatted]",
		"status": "TC1",
		"submitter": "Matt Austern",
		"opened": "1998-08-11",
		"last_modified": "2016-01-28"
	},
	"LWG64": {
		"type": "issue",
		"title": "Exception handling in basic_istream::operator>>(basic_streambuf*)",
		"long_link": "https://cplusplus.github.io/LWG/issue64",
		"link": "https://wg21.link/lwg64",
		"section": "31.7.5.3.3 [istream.extractors]",
		"status": "TC1",
		"submitter": "Matt Austern",
		"opened": "1998-08-11",
		"last_modified": "2017-04-22"
	},
	"LWG65": {
		"type": "issue",
		"title": "Underspecification of strstreambuf::seekoff",
		"long_link": "https://cplusplus.github.io/LWG/issue65",
		"link": "https://wg21.link/lwg65",
		"section": "99 [depr.strstreambuf.virtuals]",
		"status": "NAD",
		"submitter": "Matt Austern",
		"opened": "1998-08-18",
		"last_modified": "2016-01-28"
	},
	"LWG66": {
		"type": "issue",
		"title": "Strstreambuf::setbuf",
		"long_link": "https://cplusplus.github.io/LWG/issue66",
		"link": "https://wg21.link/lwg66",
		"section": "99 [depr.strstreambuf.virtuals]",
		"status": "TC1",
		"submitter": "Matt Austern",
		"opened": "1998-08-18",
		"last_modified": "2016-01-28"
	},
	"LWG67": {
		"type": "issue",
		"title": "Setw useless for strings",
		"long_link": "https://cplusplus.github.io/LWG/issue67",
		"link": "https://wg21.link/lwg67",
		"section": "27.4.4.4 [string.io]",
		"status": "Dup",
		"submitter": "Steve Clamage",
		"opened": "1998-07-09",
		"last_modified": "2016-01-28"
	},
	"LWG68": {
		"type": "issue",
		"title": "Extractors for char* should store null at end",
		"long_link": "https://cplusplus.github.io/LWG/issue68",
		"link": "https://wg21.link/lwg68",
		"section": "31.7.5.3.3 [istream.extractors]",
		"status": "TC1",
		"submitter": "Angelika Langer",
		"opened": "1998-07-14",
		"last_modified": "2017-04-22"
	},
	"LWG69": {
		"type": "issue",
		"title": "Must elements of a vector be contiguous?",
		"long_link": "https://cplusplus.github.io/LWG/issue69",
		"link": "https://wg21.link/lwg69",
		"section": "23.3.13 [vector]",
		"status": "TC1",
		"submitter": "Andrew Koenig",
		"opened": "1998-07-29",
		"last_modified": "2016-01-28"
	},
	"LWG70": {
		"type": "issue",
		"title": "Uncaught_exception() missing throw() specification",
		"long_link": "https://cplusplus.github.io/LWG/issue70",
		"link": "https://wg21.link/lwg70",
		"section": "17.9 [support.exception], 99 [uncaught]",
		"status": "TC1",
		"submitter": "Steve Clamage",
		"opened": "1998-08-03",
		"last_modified": "2016-01-28"
	},
	"LWG71": {
		"type": "issue",
		"title": "Do_get_monthname synopsis missing argument",
		"long_link": "https://cplusplus.github.io/LWG/issue71",
		"link": "https://wg21.link/lwg71",
		"section": "28.3.4.6.2 [locale.time.get]",
		"status": "TC1",
		"submitter": "Nathan Myers",
		"opened": "1998-08-13",
		"last_modified": "2016-01-28"
	},
	"LWG72": {
		"type": "issue",
		"title": "Do_convert phantom member function",
		"long_link": "https://cplusplus.github.io/LWG/issue72",
		"link": "https://wg21.link/lwg72",
		"section": "28.3.4.2.5 [locale.codecvt]",
		"status": "Dup",
		"submitter": "Nathan Myers",
		"opened": "1998-08-24",
		"last_modified": "2016-01-28"
	},
	"LWG73": {
		"type": "issue",
		"title": "is_open should be const",
		"long_link": "https://cplusplus.github.io/LWG/issue73",
		"link": "https://wg21.link/lwg73",
		"section": "31.10 [file.streams]",
		"status": "NAD",
		"submitter": "Matt Austern",
		"opened": "1998-08-27",
		"last_modified": "2017-06-15"
	},
	"LWG74": {
		"type": "issue",
		"title": "Garbled text for codecvt::do_max_length",
		"long_link": "https://cplusplus.github.io/LWG/issue74",
		"link": "https://wg21.link/lwg74",
		"section": "28.3.4.2.5 [locale.codecvt]",
		"status": "TC1",
		"submitter": "Matt Austern",
		"opened": "1998-09-08",
		"last_modified": "2016-01-28"
	},
	"LWG75": {
		"type": "issue",
		"title": "Contradiction in codecvt::length's argument types",
		"long_link": "https://cplusplus.github.io/LWG/issue75",
		"link": "https://wg21.link/lwg75",
		"section": "28.3.4.2.5 [locale.codecvt]",
		"status": "TC1",
		"submitter": "Matt Austern",
		"opened": "1998-09-18",
		"last_modified": "2023-03-29"
	},
	"LWG76": {
		"type": "issue",
		"title": "Can a codecvt facet always convert one internal character at a time?",
		"long_link": "https://cplusplus.github.io/LWG/issue76",
		"link": "https://wg21.link/lwg76",
		"section": "28.3.4.2.5 [locale.codecvt]",
		"status": "CD1",
		"submitter": "Matt Austern",
		"opened": "1998-09-25",
		"last_modified": "2016-01-28"
	},
	"LWG77": {
		"type": "issue",
		"title": "Valarray operator[] const returning value",
		"long_link": "https://cplusplus.github.io/LWG/issue77",
		"link": "https://wg21.link/lwg77",
		"section": "29.6.2.4 [valarray.access]",
		"status": "Dup",
		"submitter": "Levente Farkas",
		"opened": "1998-09-09",
		"last_modified": "2016-01-28"
	},
	"LWG78": {
		"type": "issue",
		"title": "Typo: event_call_back",
		"long_link": "https://cplusplus.github.io/LWG/issue78",
		"link": "https://wg21.link/lwg78",
		"section": "31.5.2 [ios.base]",
		"status": "TC1",
		"submitter": "Nico Josuttis",
		"opened": "1998-09-29",
		"last_modified": "2016-01-28"
	},
	"LWG79": {
		"type": "issue",
		"title": "Inconsistent declaration of polar()",
		"long_link": "https://cplusplus.github.io/LWG/issue79",
		"link": "https://wg21.link/lwg79",
		"section": "29.4.2 [complex.syn], 29.4.7 [complex.value.ops]",
		"status": "TC1",
		"submitter": "Nico Josuttis",
		"opened": "1998-09-29",
		"last_modified": "2016-01-28"
	},
	"LWG80": {
		"type": "issue",
		"title": "Global Operators of complex declared twice",
		"long_link": "https://cplusplus.github.io/LWG/issue80",
		"link": "https://wg21.link/lwg80",
		"section": "29.4.2 [complex.syn], 29.4.3 [complex]",
		"status": "TC1",
		"submitter": "Nico Josuttis",
		"opened": "1998-09-29",
		"last_modified": "2016-01-28"
	},
	"LWG81": {
		"type": "issue",
		"title": "Wrong declaration of slice operations",
		"long_link": "https://cplusplus.github.io/LWG/issue81",
		"link": "https://wg21.link/lwg81",
		"section": "29.6.5 [template.slice.array], 29.6.7 [template.gslice.array], 29.6.8 [template.mask.array], 29.6.9 [template.indirect.array]",
		"status": "NAD",
		"submitter": "Nico Josuttis",
		"opened": "1998-09-29",
		"last_modified": "2016-01-28"
	},
	"LWG82": {
		"type": "issue",
		"title": "Missing constant for set elements",
		"long_link": "https://cplusplus.github.io/LWG/issue82",
		"link": "https://wg21.link/lwg82",
		"section": "23.2.7 [associative.reqmts]",
		"status": "NAD",
		"submitter": "Nico Josuttis",
		"opened": "1998-09-29",
		"last_modified": "2016-01-28"
	},
	"LWG83": {
		"type": "issue",
		"title": "String::npos vs. string::max_size()",
		"long_link": "https://cplusplus.github.io/LWG/issue83",
		"link": "https://wg21.link/lwg83",
		"section": "27.4.3 [basic.string]",
		"status": "TC1",
		"submitter": "Nico Josuttis",
		"opened": "1998-09-29",
		"last_modified": "2016-01-28"
	},
	"LWG84": {
		"type": "issue",
		"title": "Ambiguity with string::insert()",
		"long_link": "https://cplusplus.github.io/LWG/issue84",
		"link": "https://wg21.link/lwg84",
		"section": "27.4.3.6 [string.access]",
		"status": "NAD",
		"submitter": "Nico Josuttis",
		"opened": "1998-09-29",
		"last_modified": "2016-01-28"
	},
	"LWG85": {
		"type": "issue",
		"title": "String char types",
		"long_link": "https://cplusplus.github.io/LWG/issue85",
		"link": "https://wg21.link/lwg85",
		"section": "27 [strings]",
		"status": "NAD",
		"submitter": "Nico Josuttis",
		"opened": "1998-09-29",
		"last_modified": "2016-01-28"
	},
	"LWG86": {
		"type": "issue",
		"title": "String constructors don't describe exceptions",
		"long_link": "https://cplusplus.github.io/LWG/issue86",
		"link": "https://wg21.link/lwg86",
		"section": "27.4.3.2 [string.require]",
		"status": "TC1",
		"submitter": "Nico Josuttis",
		"opened": "1998-09-29",
		"last_modified": "2016-01-28"
	},
	"LWG87": {
		"type": "issue",
		"title": "Error in description of string::compare()",
		"long_link": "https://cplusplus.github.io/LWG/issue87",
		"link": "https://wg21.link/lwg87",
		"section": "27.4.3.7.8 [string.swap]",
		"status": "Dup",
		"submitter": "Nico Josuttis",
		"opened": "1998-09-29",
		"last_modified": "2016-11-12"
	},
	"LWG88": {
		"type": "issue",
		"title": "Inconsistency between string::insert() and string::append()",
		"long_link": "https://cplusplus.github.io/LWG/issue88",
		"link": "https://wg21.link/lwg88",
		"section": "27.4.3.7.4 [string.insert], 27.4.3.7.2 [string.append]",
		"status": "NAD",
		"submitter": "Nico Josuttis",
		"opened": "1998-09-29",
		"last_modified": "2016-11-12"
	},
	"LWG89": {
		"type": "issue",
		"title": "Missing throw specification for string::insert() and string::replace()",
		"long_link": "https://cplusplus.github.io/LWG/issue89",
		"link": "https://wg21.link/lwg89",
		"section": "27.4.3.7.4 [string.insert], 27.4.3.7.6 [string.replace]",
		"status": "Dup",
		"submitter": "Nico Josuttis",
		"opened": "1998-09-29",
		"last_modified": "2016-11-12"
	},
	"LWG90": {
		"type": "issue",
		"title": "Incorrect description of operator >> for strings",
		"long_link": "https://cplusplus.github.io/LWG/issue90",
		"link": "https://wg21.link/lwg90",
		"section": "27.4.4.4 [string.io]",
		"status": "TC1",
		"submitter": "Nico Josuttis",
		"opened": "1998-09-29",
		"last_modified": "2016-01-28"
	},
	"LWG91": {
		"type": "issue",
		"title": "Description of operator>> and getline() for string<> might cause endless loop",
		"long_link": "https://cplusplus.github.io/LWG/issue91",
		"link": "https://wg21.link/lwg91",
		"section": "27.4.4.4 [string.io]",
		"status": "CD1",
		"submitter": "Nico Josuttis",
		"opened": "1998-09-29",
		"last_modified": "2016-01-28"
	},
	"LWG92": {
		"type": "issue",
		"title": "Incomplete Algorithm Requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue92",
		"link": "https://wg21.link/lwg92",
		"section": "26 [algorithms]",
		"status": "CD1",
		"submitter": "Nico Josuttis",
		"opened": "1998-09-29",
		"last_modified": "2016-01-28"
	},
	"LWG93": {
		"type": "issue",
		"title": "Incomplete Valarray Subset Definitions",
		"long_link": "https://cplusplus.github.io/LWG/issue93",
		"link": "https://wg21.link/lwg93",
		"section": "29.6 [numarray]",
		"status": "NAD",
		"submitter": "Nico Josuttis",
		"opened": "1998-09-29",
		"last_modified": "2016-01-28"
	},
	"LWG94": {
		"type": "issue",
		"title": "May library implementors add template parameters to Standard Library classes?",
		"long_link": "https://cplusplus.github.io/LWG/issue94",
		"link": "https://wg21.link/lwg94",
		"section": "16.4.6 [conforming]",
		"status": "NAD",
		"submitter": "Matt Austern",
		"opened": "1998-01-22",
		"last_modified": "2016-01-28"
	},
	"LWG95": {
		"type": "issue",
		"title": "Members added by the implementation",
		"long_link": "https://cplusplus.github.io/LWG/issue95",
		"link": "https://wg21.link/lwg95",
		"section": "16.4.6.5 [member.functions]",
		"status": "NAD",
		"submitter": "AFNOR",
		"opened": "1998-10-07",
		"last_modified": "2016-01-28"
	},
	"LWG96": {
		"type": "issue",
		"title": "Vector<bool> is not a container",
		"long_link": "https://cplusplus.github.io/LWG/issue96",
		"link": "https://wg21.link/lwg96",
		"section": "23.3.13 [vector]",
		"status": "NAD",
		"submitter": "AFNOR",
		"opened": "1998-10-07",
		"last_modified": "2016-01-28"
	},
	"LWG97": {
		"type": "issue",
		"title": "Insert inconsistent definition",
		"long_link": "https://cplusplus.github.io/LWG/issue97",
		"link": "https://wg21.link/lwg97",
		"section": "23 [containers]",
		"status": "NAD",
		"submitter": "AFNOR",
		"opened": "1998-10-07",
		"last_modified": "2016-01-28"
	},
	"LWG98": {
		"type": "issue",
		"title": "Input iterator requirements are badly written",
		"long_link": "https://cplusplus.github.io/LWG/issue98",
		"link": "https://wg21.link/lwg98",
		"section": "24.3.5.3 [input.iterators]",
		"status": "CD1",
		"submitter": "AFNOR",
		"opened": "1998-10-07",
		"last_modified": "2016-01-28"
	},
	"LWG99": {
		"type": "issue",
		"title": "Reverse_iterator comparisons completely wrong",
		"long_link": "https://cplusplus.github.io/LWG/issue99",
		"link": "https://wg21.link/lwg99",
		"section": "24.5.1.8 [reverse.iter.cmp]",
		"status": "NAD",
		"submitter": "AFNOR",
		"opened": "1998-10-07",
		"last_modified": "2021-06-06"
	},
	"LWG100": {
		"type": "issue",
		"title": "Insert iterators/ostream_iterators overconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue100",
		"link": "https://wg21.link/lwg100",
		"section": "24.5.2 [insert.iterators], 24.6.5 [ostreambuf.iterator]",
		"status": "NAD",
		"submitter": "AFNOR",
		"opened": "1998-10-07",
		"last_modified": "2016-01-28"
	},
	"LWG101": {
		"type": "issue",
		"title": "No way to free storage for vector and deque",
		"long_link": "https://cplusplus.github.io/LWG/issue101",
		"link": "https://wg21.link/lwg101",
		"section": "23.3.13 [vector], 23.3.3 [array]",
		"status": "NAD Editorial",
		"submitter": "AFNOR",
		"opened": "1998-10-07",
		"last_modified": "2016-01-28"
	},
	"LWG102": {
		"type": "issue",
		"title": "Bug in insert range in associative containers",
		"long_link": "https://cplusplus.github.io/LWG/issue102",
		"link": "https://wg21.link/lwg102",
		"section": "23.2.7 [associative.reqmts]",
		"status": "Dup",
		"submitter": "AFNOR",
		"opened": "1998-10-07",
		"last_modified": "2016-01-28"
	},
	"LWG103": {
		"type": "issue",
		"title": "set::iterator is required to be modifiable, but this allows modification of keys",
		"long_link": "https://cplusplus.github.io/LWG/issue103",
		"link": "https://wg21.link/lwg103",
		"section": "23.2.7 [associative.reqmts]",
		"status": "CD1",
		"submitter": "AFNOR",
		"opened": "1998-10-07",
		"last_modified": "2016-01-28"
	},
	"LWG104": {
		"type": "issue",
		"title": "Description of basic_string::operator[] is unclear",
		"long_link": "https://cplusplus.github.io/LWG/issue104",
		"link": "https://wg21.link/lwg104",
		"section": "27.4.3.5 [string.capacity]",
		"status": "NAD",
		"submitter": "AFNOR",
		"opened": "1998-10-07",
		"last_modified": "2016-01-28"
	},
	"LWG105": {
		"type": "issue",
		"title": "fstream ctors argument types desired",
		"long_link": "https://cplusplus.github.io/LWG/issue105",
		"link": "https://wg21.link/lwg105",
		"section": "31.10 [file.streams]",
		"status": "Dup",
		"submitter": "AFNOR",
		"opened": "1998-10-07",
		"last_modified": "2016-01-28"
	},
	"LWG106": {
		"type": "issue",
		"title": "Numeric library private members are implementation defined",
		"long_link": "https://cplusplus.github.io/LWG/issue106",
		"link": "https://wg21.link/lwg106",
		"section": "29.6.5 [template.slice.array]",
		"status": "TC1",
		"submitter": "AFNOR",
		"opened": "1998-10-07",
		"last_modified": "2016-01-28"
	},
	"LWG107": {
		"type": "issue",
		"title": "Valarray constructor is strange",
		"long_link": "https://cplusplus.github.io/LWG/issue107",
		"link": "https://wg21.link/lwg107",
		"section": "29.6.2 [template.valarray]",
		"status": "NAD",
		"submitter": "AFNOR",
		"opened": "1998-10-07",
		"last_modified": "2016-01-28"
	},
	"LWG108": {
		"type": "issue",
		"title": "Lifetime of exception::what() return unspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue108",
		"link": "https://wg21.link/lwg108",
		"section": "17.7.3 [type.info]",
		"status": "TC1",
		"submitter": "AFNOR",
		"opened": "1998-10-07",
		"last_modified": "2016-01-28"
	},
	"LWG109": {
		"type": "issue",
		"title": "Missing binders for non-const sequence elements",
		"long_link": "https://cplusplus.github.io/LWG/issue109",
		"link": "https://wg21.link/lwg109",
		"section": "99 [depr.lib.binders]",
		"status": "CD1",
		"submitter": "Bjarne Stroustrup",
		"opened": "1998-10-07",
		"last_modified": "2016-01-28"
	},
	"LWG110": {
		"type": "issue",
		"title": "istreambuf_iterator::equal not const",
		"long_link": "https://cplusplus.github.io/LWG/issue110",
		"link": "https://wg21.link/lwg110",
		"section": "24.6.4 [istreambuf.iterator], 24.6.4.4 [istreambuf.iterator.ops]",
		"status": "TC1",
		"submitter": "Nathan Myers",
		"opened": "1998-10-15",
		"last_modified": "2023-02-07"
	},
	"LWG111": {
		"type": "issue",
		"title": "istreambuf_iterator::equal overspecified, inefficient",
		"long_link": "https://cplusplus.github.io/LWG/issue111",
		"link": "https://wg21.link/lwg111",
		"section": "24.6.4.4 [istreambuf.iterator.ops]",
		"status": "NAD",
		"submitter": "Nathan Myers",
		"opened": "1998-10-15",
		"last_modified": "2017-11-29"
	},
	"LWG112": {
		"type": "issue",
		"title": "Minor typo in ostreambuf_iterator constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue112",
		"link": "https://wg21.link/lwg112",
		"section": "24.6.5.2 [ostreambuf.iter.cons]",
		"status": "TC1",
		"submitter": "Matt Austern",
		"opened": "1998-10-20",
		"last_modified": "2016-01-28"
	},
	"LWG113": {
		"type": "issue",
		"title": "Missing/extra iostream sync semantics",
		"long_link": "https://cplusplus.github.io/LWG/issue113",
		"link": "https://wg21.link/lwg113",
		"section": "31.7.5.2 [istream], 31.7.5.4 [istream.unformatted]",
		"status": "NAD",
		"submitter": "Steve Clamage",
		"opened": "1998-10-13",
		"last_modified": "2016-01-28"
	},
	"LWG114": {
		"type": "issue",
		"title": "Placement forms example in error twice",
		"long_link": "https://cplusplus.github.io/LWG/issue114",
		"link": "https://wg21.link/lwg114",
		"section": "17.6.3.4 [new.delete.placement]",
		"status": "TC1",
		"submitter": "Steve Clamage",
		"opened": "1998-10-28",
		"last_modified": "2016-01-28"
	},
	"LWG115": {
		"type": "issue",
		"title": "Typo in strstream constructors",
		"long_link": "https://cplusplus.github.io/LWG/issue115",
		"link": "https://wg21.link/lwg115",
		"section": "99 [depr.strstream.cons]",
		"status": "TC1",
		"submitter": "Steve Clamage",
		"opened": "1998-11-02",
		"last_modified": "2016-01-28"
	},
	"LWG116": {
		"type": "issue",
		"title": "bitset cannot be constructed with a const char*",
		"long_link": "https://cplusplus.github.io/LWG/issue116",
		"link": "https://wg21.link/lwg116",
		"section": "22.9.2 [template.bitset]",
		"status": "Dup",
		"submitter": "Judy Ward",
		"opened": "1998-11-06",
		"last_modified": "2016-01-28"
	},
	"LWG117": {
		"type": "issue",
		"title": "basic_ostream uses nonexistent num_put member functions",
		"long_link": "https://cplusplus.github.io/LWG/issue117",
		"link": "https://wg21.link/lwg117",
		"section": "31.7.6.3.2 [ostream.inserters.arithmetic]",
		"status": "CD1",
		"submitter": "Matt Austern",
		"opened": "1998-11-20",
		"last_modified": "2016-01-28"
	},
	"LWG118": {
		"type": "issue",
		"title": "basic_istream uses nonexistent num_get member functions",
		"long_link": "https://cplusplus.github.io/LWG/issue118",
		"link": "https://wg21.link/lwg118",
		"section": "31.7.5.3.2 [istream.formatted.arithmetic]",
		"status": "CD1",
		"submitter": "Matt Austern",
		"opened": "1998-11-20",
		"last_modified": "2016-01-28"
	},
	"LWG119": {
		"type": "issue",
		"title": "Should virtual functions be allowed to strengthen the exception specification?",
		"long_link": "https://cplusplus.github.io/LWG/issue119",
		"link": "https://wg21.link/lwg119",
		"section": "16.4.6.14 [res.on.exception.handling]",
		"status": "TC1",
		"submitter": "Judy Ward",
		"opened": "1998-12-15",
		"last_modified": "2016-01-28"
	},
	"LWG120": {
		"type": "issue",
		"title": "Can an implementor add specializations?",
		"long_link": "https://cplusplus.github.io/LWG/issue120",
		"link": "https://wg21.link/lwg120",
		"section": "16.4.5.3 [reserved.names]",
		"status": "CD1",
		"submitter": "Judy Ward",
		"opened": "1998-12-15",
		"last_modified": "2016-01-28"
	},
	"LWG121": {
		"type": "issue",
		"title": "Detailed definition for ctype<wchar_t> specialization",
		"long_link": "https://cplusplus.github.io/LWG/issue121",
		"link": "https://wg21.link/lwg121",
		"section": "28.3.3.1.2.1 [locale.category]",
		"status": "NAD",
		"submitter": "Judy Ward",
		"opened": "1998-12-15",
		"last_modified": "2016-01-28"
	},
	"LWG122": {
		"type": "issue",
		"title": "streambuf/wstreambuf description should not say they are specializations",
		"long_link": "https://cplusplus.github.io/LWG/issue122",
		"link": "https://wg21.link/lwg122",
		"section": "31.6.3 [streambuf]",
		"status": "TC1",
		"submitter": "Judy Ward",
		"opened": "1998-12-15",
		"last_modified": "2016-01-28"
	},
	"LWG123": {
		"type": "issue",
		"title": "Should valarray helper arrays fill functions be const?",
		"long_link": "https://cplusplus.github.io/LWG/issue123",
		"link": "https://wg21.link/lwg123",
		"section": "29.6.5.4 [slice.arr.fill], 29.6.7.4 [gslice.array.fill], 29.6.8.4 [mask.array.fill], 29.6.9.4 [indirect.array.fill]",
		"status": "CD1",
		"submitter": "Judy Ward",
		"opened": "1998-12-15",
		"last_modified": "2016-01-28"
	},
	"LWG124": {
		"type": "issue",
		"title": "ctype_byname<charT>::do_scan_is & do_scan_not return type should be const charT*",
		"long_link": "https://cplusplus.github.io/LWG/issue124",
		"link": "https://wg21.link/lwg124",
		"section": "28.3.4.2.3 [locale.ctype.byname]",
		"status": "TC1",
		"submitter": "Judy Ward",
		"opened": "1998-12-15",
		"last_modified": "2016-01-28"
	},
	"LWG125": {
		"type": "issue",
		"title": "valarray<T>::operator!() return type is inconsistent",
		"long_link": "https://cplusplus.github.io/LWG/issue125",
		"link": "https://wg21.link/lwg125",
		"section": "29.6.2 [template.valarray]",
		"status": "TC1",
		"submitter": "Judy Ward",
		"opened": "1998-12-15",
		"last_modified": "2016-01-28"
	},
	"LWG126": {
		"type": "issue",
		"title": "typos in Effects clause of ctype::do_narrow()",
		"long_link": "https://cplusplus.github.io/LWG/issue126",
		"link": "https://wg21.link/lwg126",
		"section": "28.3.4.2.2.3 [locale.ctype.virtuals]",
		"status": "TC1",
		"submitter": "Judy Ward",
		"opened": "1998-12-15",
		"last_modified": "2016-01-28"
	},
	"LWG127": {
		"type": "issue",
		"title": "auto_ptr<> conversion issues",
		"long_link": "https://cplusplus.github.io/LWG/issue127",
		"link": "https://wg21.link/lwg127",
		"section": "99 [auto.ptr]",
		"status": "TC1",
		"submitter": "Greg Colvin",
		"opened": "1999-02-17",
		"last_modified": "2016-01-28"
	},
	"LWG128": {
		"type": "issue",
		"title": "Need open_mode() function for file stream, string streams, file buffers, and string buffers",
		"long_link": "https://cplusplus.github.io/LWG/issue128",
		"link": "https://wg21.link/lwg128",
		"section": "31.8 [string.streams], 31.10 [file.streams]",
		"status": "NAD",
		"submitter": "Angelika Langer",
		"opened": "1999-02-22",
		"last_modified": "2016-01-28"
	},
	"LWG129": {
		"type": "issue",
		"title": "Need error indication from seekp() and seekg()",
		"long_link": "https://cplusplus.github.io/LWG/issue129",
		"link": "https://wg21.link/lwg129",
		"section": "31.7.5.4 [istream.unformatted], 31.7.6.2.5 [ostream.seeks]",
		"status": "TC1",
		"submitter": "Angelika Langer",
		"opened": "1999-02-22",
		"last_modified": "2016-01-28"
	},
	"LWG130": {
		"type": "issue",
		"title": "Return type of container::erase(iterator) differs for associative containers",
		"long_link": "https://cplusplus.github.io/LWG/issue130",
		"link": "https://wg21.link/lwg130",
		"section": "23.2.7 [associative.reqmts], 23.2.4 [sequence.reqmts]",
		"status": "CD1",
		"submitter": "Andrew Koenig",
		"opened": "1999-03-02",
		"last_modified": "2016-01-28"
	},
	"LWG131": {
		"type": "issue",
		"title": "list::splice throws nothing",
		"long_link": "https://cplusplus.github.io/LWG/issue131",
		"link": "https://wg21.link/lwg131",
		"section": "23.3.11.5 [list.ops]",
		"status": "NAD",
		"submitter": "Howard Hinnant",
		"opened": "1999-03-06",
		"last_modified": "2016-01-28"
	},
	"LWG132": {
		"type": "issue",
		"title": "list::resize description uses random access iterators",
		"long_link": "https://cplusplus.github.io/LWG/issue132",
		"link": "https://wg21.link/lwg132",
		"section": "23.3.11.3 [list.capacity]",
		"status": "TC1",
		"submitter": "Howard Hinnant",
		"opened": "1999-03-06",
		"last_modified": "2016-01-28"
	},
	"LWG133": {
		"type": "issue",
		"title": "map missing get_allocator()",
		"long_link": "https://cplusplus.github.io/LWG/issue133",
		"link": "https://wg21.link/lwg133",
		"section": "23.4.3 [map]",
		"status": "TC1",
		"submitter": "Howard Hinnant",
		"opened": "1999-03-06",
		"last_modified": "2016-01-28"
	},
	"LWG134": {
		"type": "issue",
		"title": "vector constructors over specified",
		"long_link": "https://cplusplus.github.io/LWG/issue134",
		"link": "https://wg21.link/lwg134",
		"section": "23.3.13.2 [vector.cons]",
		"status": "TC1",
		"submitter": "Howard Hinnant",
		"opened": "1999-03-06",
		"last_modified": "2016-01-28"
	},
	"LWG135": {
		"type": "issue",
		"title": "basic_iostream doubly initialized",
		"long_link": "https://cplusplus.github.io/LWG/issue135",
		"link": "https://wg21.link/lwg135",
		"section": "31.7.5.7.2 [iostream.cons]",
		"status": "NAD",
		"submitter": "Howard Hinnant",
		"opened": "1999-03-06",
		"last_modified": "2016-01-28"
	},
	"LWG136": {
		"type": "issue",
		"title": "seekp, seekg setting wrong streams?",
		"long_link": "https://cplusplus.github.io/LWG/issue136",
		"link": "https://wg21.link/lwg136",
		"section": "31.7.5.4 [istream.unformatted]",
		"status": "CD1",
		"submitter": "Howard Hinnant",
		"opened": "1999-03-06",
		"last_modified": "2016-01-28"
	},
	"LWG137": {
		"type": "issue",
		"title": "Do use_facet and has_facet look in the global locale?",
		"long_link": "https://cplusplus.github.io/LWG/issue137",
		"link": "https://wg21.link/lwg137",
		"section": "28.3.3.1 [locale]",
		"status": "TC1",
		"submitter": "Angelika Langer",
		"opened": "1999-03-17",
		"last_modified": "2016-01-28"
	},
	"LWG138": {
		"type": "issue",
		"title": "Class ctype_byname<char> redundant and misleading",
		"long_link": "https://cplusplus.github.io/LWG/issue138",
		"link": "https://wg21.link/lwg138",
		"section": "28.3.4.2.5 [locale.codecvt]",
		"status": "NAD",
		"submitter": "Angelika Langer",
		"opened": "1999-03-18",
		"last_modified": "2016-01-28"
	},
	"LWG139": {
		"type": "issue",
		"title": "Optional sequence operation table description unclear",
		"long_link": "https://cplusplus.github.io/LWG/issue139",
		"link": "https://wg21.link/lwg139",
		"section": "23.2.4 [sequence.reqmts]",
		"status": "TC1",
		"submitter": "Andrew Koenig",
		"opened": "1999-03-30",
		"last_modified": "2016-01-28"
	},
	"LWG140": {
		"type": "issue",
		"title": "map<Key, T>::value_type does not satisfy the assignable requirement",
		"long_link": "https://cplusplus.github.io/LWG/issue140",
		"link": "https://wg21.link/lwg140",
		"section": "23.4.3 [map]",
		"status": "NAD Editorial",
		"submitter": "Mark Mitchell",
		"opened": "1999-04-14",
		"last_modified": "2016-01-28"
	},
	"LWG141": {
		"type": "issue",
		"title": "basic_string::find_last_of, find_last_not_of say pos instead of xpos",
		"long_link": "https://cplusplus.github.io/LWG/issue141",
		"link": "https://wg21.link/lwg141",
		"section": "27.4.3.7.4 [string.insert], 27.4.3.7.6 [string.replace]",
		"status": "TC1",
		"submitter": "Arch Robison",
		"opened": "1999-04-28",
		"last_modified": "2016-11-12"
	},
	"LWG142": {
		"type": "issue",
		"title": "lexicographical_compare complexity wrong",
		"long_link": "https://cplusplus.github.io/LWG/issue142",
		"link": "https://wg21.link/lwg142",
		"section": "26.8.11 [alg.lex.comparison]",
		"status": "TC1",
		"submitter": "Howard Hinnant",
		"opened": "1999-06-20",
		"last_modified": "2016-01-28"
	},
	"LWG143": {
		"type": "issue",
		"title": "C .h header wording unclear",
		"long_link": "https://cplusplus.github.io/LWG/issue143",
		"link": "https://wg21.link/lwg143",
		"section": "17.15 [support.c.headers]",
		"status": "NAD",
		"submitter": "Christophe de Dinechin",
		"opened": "1999-05-04",
		"last_modified": "2023-02-07"
	},
	"LWG144": {
		"type": "issue",
		"title": "Deque constructor complexity wrong",
		"long_link": "https://cplusplus.github.io/LWG/issue144",
		"link": "https://wg21.link/lwg144",
		"section": "23.3.5.2 [deque.cons]",
		"status": "TC1",
		"submitter": "Herb Sutter",
		"opened": "1999-05-09",
		"last_modified": "2016-01-28"
	},
	"LWG145": {
		"type": "issue",
		"title": "adjustfield lacks default value",
		"long_link": "https://cplusplus.github.io/LWG/issue145",
		"link": "https://wg21.link/lwg145",
		"section": "31.5.4.2 [basic.ios.cons]",
		"status": "NAD",
		"submitter": "Angelika Langer",
		"opened": "1999-05-12",
		"last_modified": "2016-01-28"
	},
	"LWG146": {
		"type": "issue",
		"title": "complex<T> Inserter and Extractor need sentries",
		"long_link": "https://cplusplus.github.io/LWG/issue146",
		"link": "https://wg21.link/lwg146",
		"section": "29.4.6 [complex.ops]",
		"status": "TC1",
		"submitter": "Angelika Langer",
		"opened": "1999-05-12",
		"last_modified": "2016-01-28"
	},
	"LWG147": {
		"type": "issue",
		"title": "Library Intro refers to global functions that aren't global",
		"long_link": "https://cplusplus.github.io/LWG/issue147",
		"link": "https://wg21.link/lwg147",
		"section": "16.4.6.4 [global.functions]",
		"status": "TC1",
		"submitter": "Lois Goldthwaite",
		"opened": "1999-06-04",
		"last_modified": "2016-01-28"
	},
	"LWG148": {
		"type": "issue",
		"title": "Functions in the example facet BoolNames should be const",
		"long_link": "https://cplusplus.github.io/LWG/issue148",
		"link": "https://wg21.link/lwg148",
		"section": "99 [facets.examples]",
		"status": "TC1",
		"submitter": "Jeremy Siek",
		"opened": "1999-06-03",
		"last_modified": "2016-01-28"
	},
	"LWG149": {
		"type": "issue",
		"title": "Insert should return iterator to first element inserted",
		"long_link": "https://cplusplus.github.io/LWG/issue149",
		"link": "https://wg21.link/lwg149",
		"section": "23.2.4 [sequence.reqmts]",
		"status": "C++11",
		"submitter": "Andrew Koenig",
		"opened": "1999-06-28",
		"last_modified": "2016-11-12"
	},
	"LWG150": {
		"type": "issue",
		"title": "Find_first_of says integer instead of iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue150",
		"link": "https://wg21.link/lwg150",
		"section": "26.6.9 [alg.find.first.of]",
		"status": "TC1",
		"submitter": "Matt McClure",
		"opened": "1999-06-30",
		"last_modified": "2016-01-28"
	},
	"LWG151": {
		"type": "issue",
		"title": "Can't currently clear() empty container",
		"long_link": "https://cplusplus.github.io/LWG/issue151",
		"link": "https://wg21.link/lwg151",
		"section": "23.2.4 [sequence.reqmts]",
		"status": "TC1",
		"submitter": "Ed Brey",
		"opened": "1999-06-21",
		"last_modified": "2016-01-28"
	},
	"LWG152": {
		"type": "issue",
		"title": "Typo in scan_is() semantics",
		"long_link": "https://cplusplus.github.io/LWG/issue152",
		"link": "https://wg21.link/lwg152",
		"section": "28.3.4.2.2.3 [locale.ctype.virtuals]",
		"status": "TC1",
		"submitter": "Dietmar Kühl",
		"opened": "1999-07-20",
		"last_modified": "2016-01-28"
	},
	"LWG153": {
		"type": "issue",
		"title": "Typo in narrow() semantics",
		"long_link": "https://cplusplus.github.io/LWG/issue153",
		"link": "https://wg21.link/lwg153",
		"section": "28.3.4.2.4.3 [facet.ctype.char.members]",
		"status": "CD1",
		"submitter": "Dietmar Kühl",
		"opened": "1999-07-20",
		"last_modified": "2016-01-28"
	},
	"LWG154": {
		"type": "issue",
		"title": "Missing double specifier for do_get()",
		"long_link": "https://cplusplus.github.io/LWG/issue154",
		"link": "https://wg21.link/lwg154",
		"section": "28.3.4.3.2.3 [facet.num.get.virtuals]",
		"status": "TC1",
		"submitter": "Dietmar Kühl",
		"opened": "1999-07-20",
		"last_modified": "2016-01-28"
	},
	"LWG155": {
		"type": "issue",
		"title": "Typo in naming the class defining the class Init",
		"long_link": "https://cplusplus.github.io/LWG/issue155",
		"link": "https://wg21.link/lwg155",
		"section": "31.4 [iostream.objects]",
		"status": "TC1",
		"submitter": "Dietmar Kühl",
		"opened": "1999-07-20",
		"last_modified": "2016-01-28"
	},
	"LWG156": {
		"type": "issue",
		"title": "Typo in imbue() description",
		"long_link": "https://cplusplus.github.io/LWG/issue156",
		"link": "https://wg21.link/lwg156",
		"section": "31.5.2.4 [ios.base.locales]",
		"status": "TC1",
		"submitter": "Dietmar Kühl",
		"opened": "1999-07-20",
		"last_modified": "2016-01-28"
	},
	"LWG157": {
		"type": "issue",
		"title": "Meaningless error handling for pword() and iword()",
		"long_link": "https://cplusplus.github.io/LWG/issue157",
		"link": "https://wg21.link/lwg157",
		"section": "31.5.2.6 [ios.base.storage]",
		"status": "Dup",
		"submitter": "Dietmar Kühl",
		"opened": "1999-07-20",
		"last_modified": "2016-01-28"
	},
	"LWG158": {
		"type": "issue",
		"title": "Underspecified semantics for setbuf()",
		"long_link": "https://cplusplus.github.io/LWG/issue158",
		"link": "https://wg21.link/lwg158",
		"section": "31.6.3.5.2 [streambuf.virt.buffer]",
		"status": "TC1",
		"submitter": "Dietmar Kühl",
		"opened": "1999-07-20",
		"last_modified": "2016-01-28"
	},
	"LWG159": {
		"type": "issue",
		"title": "Strange use of underflow()",
		"long_link": "https://cplusplus.github.io/LWG/issue159",
		"link": "https://wg21.link/lwg159",
		"section": "31.6.3.5.3 [streambuf.virt.get]",
		"status": "TC1",
		"submitter": "Dietmar Kühl",
		"opened": "1999-07-20",
		"last_modified": "2016-01-28"
	},
	"LWG160": {
		"type": "issue",
		"title": "Typo: Use of non-existing function exception()",
		"long_link": "https://cplusplus.github.io/LWG/issue160",
		"link": "https://wg21.link/lwg160",
		"section": "31.7.5.2 [istream]",
		"status": "TC1",
		"submitter": "Dietmar Kühl",
		"opened": "1999-07-20",
		"last_modified": "2016-01-28"
	},
	"LWG161": {
		"type": "issue",
		"title": "Typo: istream_iterator vs. istreambuf_iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue161",
		"link": "https://wg21.link/lwg161",
		"section": "31.7.5.3.2 [istream.formatted.arithmetic]",
		"status": "TC1",
		"submitter": "Dietmar Kühl",
		"opened": "1999-07-20",
		"last_modified": "2016-01-28"
	},
	"LWG162": {
		"type": "issue",
		"title": "Really \"formatted input functions\"?",
		"long_link": "https://cplusplus.github.io/LWG/issue162",
		"link": "https://wg21.link/lwg162",
		"section": "31.7.5.3.3 [istream.extractors]",
		"status": "Dup",
		"submitter": "Dietmar Kühl",
		"opened": "1999-07-20",
		"last_modified": "2017-04-22"
	},
	"LWG163": {
		"type": "issue",
		"title": "Return of gcount() after a call to gcount",
		"long_link": "https://cplusplus.github.io/LWG/issue163",
		"link": "https://wg21.link/lwg163",
		"section": "31.7.5.4 [istream.unformatted]",
		"status": "Dup",
		"submitter": "Dietmar Kühl",
		"opened": "1999-07-20",
		"last_modified": "2016-01-28"
	},
	"LWG164": {
		"type": "issue",
		"title": "do_put() has apparently unused fill argument",
		"long_link": "https://cplusplus.github.io/LWG/issue164",
		"link": "https://wg21.link/lwg164",
		"section": "28.3.4.6.4.3 [locale.time.put.virtuals]",
		"status": "TC1",
		"submitter": "Angelika Langer",
		"opened": "1999-07-23",
		"last_modified": "2016-01-28"
	},
	"LWG165": {
		"type": "issue",
		"title": "xsputn(), pubsync() never called by basic_ostream members?",
		"long_link": "https://cplusplus.github.io/LWG/issue165",
		"link": "https://wg21.link/lwg165",
		"section": "31.7.6.2 [ostream]",
		"status": "CD1",
		"submitter": "Dietmar Kühl",
		"opened": "1999-07-20",
		"last_modified": "2016-01-28"
	},
	"LWG166": {
		"type": "issue",
		"title": "Really \"formatted output functions\"?",
		"long_link": "https://cplusplus.github.io/LWG/issue166",
		"link": "https://wg21.link/lwg166",
		"section": "31.7.6.3.3 [ostream.inserters]",
		"status": "Dup",
		"submitter": "Dietmar Kühl",
		"opened": "1999-07-20",
		"last_modified": "2016-01-28"
	},
	"LWG167": {
		"type": "issue",
		"title": "Improper use of traits_type::length()",
		"long_link": "https://cplusplus.github.io/LWG/issue167",
		"link": "https://wg21.link/lwg167",
		"section": "31.7.6.3.4 [ostream.inserters.character]",
		"status": "CD1",
		"submitter": "Dietmar Kühl",
		"opened": "1999-07-20",
		"last_modified": "2016-01-28"
	},
	"LWG168": {
		"type": "issue",
		"title": "Typo: formatted vs. unformatted",
		"long_link": "https://cplusplus.github.io/LWG/issue168",
		"link": "https://wg21.link/lwg168",
		"section": "31.7.6.4 [ostream.unformatted]",
		"status": "TC1",
		"submitter": "Dietmar Kühl",
		"opened": "1999-07-20",
		"last_modified": "2016-01-28"
	},
	"LWG169": {
		"type": "issue",
		"title": "Bad efficiency of overflow() mandated",
		"long_link": "https://cplusplus.github.io/LWG/issue169",
		"link": "https://wg21.link/lwg169",
		"section": "31.8.2.5 [stringbuf.virtuals]",
		"status": "TC1",
		"submitter": "Dietmar Kühl",
		"opened": "1999-07-20",
		"last_modified": "2016-01-28"
	},
	"LWG170": {
		"type": "issue",
		"title": "Inconsistent definition of traits_type",
		"long_link": "https://cplusplus.github.io/LWG/issue170",
		"link": "https://wg21.link/lwg170",
		"section": "31.8.5 [stringstream]",
		"status": "TC1",
		"submitter": "Dietmar Kühl",
		"opened": "1999-07-20",
		"last_modified": "2016-01-28"
	},
	"LWG171": {
		"type": "issue",
		"title": "Strange seekpos() semantics due to joint position",
		"long_link": "https://cplusplus.github.io/LWG/issue171",
		"link": "https://wg21.link/lwg171",
		"section": "31.10.3.5 [filebuf.virtuals]",
		"status": "CD1",
		"submitter": "Dietmar Kühl",
		"opened": "1999-07-20",
		"last_modified": "2016-01-28"
	},
	"LWG172": {
		"type": "issue",
		"title": "Inconsistent types for basic_istream::ignore()",
		"long_link": "https://cplusplus.github.io/LWG/issue172",
		"link": "https://wg21.link/lwg172",
		"section": "31.7.5.4 [istream.unformatted]",
		"status": "TC1",
		"submitter": "Greg Comeau, Dietmar Kühl",
		"opened": "1999-07-23",
		"last_modified": "2016-01-28"
	},
	"LWG173": {
		"type": "issue",
		"title": "Inconsistent types for basic_filebuf::setbuf()",
		"long_link": "https://cplusplus.github.io/LWG/issue173",
		"link": "https://wg21.link/lwg173",
		"section": "31.10.3.5 [filebuf.virtuals]",
		"status": "TC1",
		"submitter": "Greg Comeau, Dietmar Kühl",
		"opened": "1999-07-23",
		"last_modified": "2016-01-28"
	},
	"LWG174": {
		"type": "issue",
		"title": "Typo: OFF_T vs. POS_T",
		"long_link": "https://cplusplus.github.io/LWG/issue174",
		"link": "https://wg21.link/lwg174",
		"section": "99 [depr.ios.members]",
		"status": "TC1",
		"submitter": "Dietmar Kühl",
		"opened": "1999-07-23",
		"last_modified": "2016-01-28"
	},
	"LWG175": {
		"type": "issue",
		"title": "Ambiguity for basic_streambuf::pubseekpos() and a few other functions.",
		"long_link": "https://cplusplus.github.io/LWG/issue175",
		"link": "https://wg21.link/lwg175",
		"section": "99 [depr.ios.members]",
		"status": "TC1",
		"submitter": "Dietmar Kühl",
		"opened": "1999-07-23",
		"last_modified": "2016-01-28"
	},
	"LWG176": {
		"type": "issue",
		"title": "exceptions() in ios_base...?",
		"long_link": "https://cplusplus.github.io/LWG/issue176",
		"link": "https://wg21.link/lwg176",
		"section": "99 [depr.ios.members]",
		"status": "TC1",
		"submitter": "Dietmar Kühl",
		"opened": "1999-07-23",
		"last_modified": "2016-01-28"
	},
	"LWG177": {
		"type": "issue",
		"title": "Complex operators cannot be explicitly instantiated",
		"long_link": "https://cplusplus.github.io/LWG/issue177",
		"link": "https://wg21.link/lwg177",
		"section": "29.4.6 [complex.ops]",
		"status": "NAD",
		"submitter": "Judy Ward",
		"opened": "1999-07-02",
		"last_modified": "2016-01-28"
	},
	"LWG178": {
		"type": "issue",
		"title": "Should clog and cerr initially be tied to cout?",
		"long_link": "https://cplusplus.github.io/LWG/issue178",
		"link": "https://wg21.link/lwg178",
		"section": "31.4.3 [narrow.stream.objects]",
		"status": "NAD",
		"submitter": "Judy Ward",
		"opened": "1999-07-02",
		"last_modified": "2016-01-28"
	},
	"LWG179": {
		"type": "issue",
		"title": "Comparison of const_iterators to iterators doesn't work",
		"long_link": "https://cplusplus.github.io/LWG/issue179",
		"link": "https://wg21.link/lwg179",
		"section": "23.2 [container.requirements]",
		"status": "CD1",
		"submitter": "Judy Ward",
		"opened": "1998-07-02",
		"last_modified": "2016-01-28"
	},
	"LWG180": {
		"type": "issue",
		"title": "Container member iterator arguments constness has unintended consequences",
		"long_link": "https://cplusplus.github.io/LWG/issue180",
		"link": "https://wg21.link/lwg180",
		"section": "27.4.3 [basic.string]",
		"status": "CD1",
		"submitter": "Dave Abrahams",
		"opened": "1999-07-01",
		"last_modified": "2016-11-12"
	},
	"LWG181": {
		"type": "issue",
		"title": "make_pair() unintended behavior",
		"long_link": "https://cplusplus.github.io/LWG/issue181",
		"link": "https://wg21.link/lwg181",
		"section": "22.3 [pairs]",
		"status": "TC1",
		"submitter": "Andrew Koenig",
		"opened": "1999-08-03",
		"last_modified": "2016-01-28"
	},
	"LWG182": {
		"type": "issue",
		"title": "Ambiguous references to size_t",
		"long_link": "https://cplusplus.github.io/LWG/issue182",
		"link": "https://wg21.link/lwg182",
		"section": "16 [library]",
		"status": "CD1",
		"submitter": "Al Stevens",
		"opened": "1999-08-15",
		"last_modified": "2016-01-28"
	},
	"LWG183": {
		"type": "issue",
		"title": "I/O stream manipulators don't work for wide character streams",
		"long_link": "https://cplusplus.github.io/LWG/issue183",
		"link": "https://wg21.link/lwg183",
		"section": "31.7.7 [std.manip]",
		"status": "CD1",
		"submitter": "Andy Sawyer",
		"opened": "1999-07-07",
		"last_modified": "2016-01-28"
	},
	"LWG184": {
		"type": "issue",
		"title": "numeric_limits<bool> wording problems",
		"long_link": "https://cplusplus.github.io/LWG/issue184",
		"link": "https://wg21.link/lwg184",
		"section": "17.3.5.3 [numeric.special]",
		"status": "CD1",
		"submitter": "Gabriel Dos Reis",
		"opened": "1999-07-21",
		"last_modified": "2016-01-28"
	},
	"LWG185": {
		"type": "issue",
		"title": "Questionable use of term \"inline\"",
		"long_link": "https://cplusplus.github.io/LWG/issue185",
		"link": "https://wg21.link/lwg185",
		"section": "22.10 [function.objects]",
		"status": "CD1",
		"submitter": "UK Panel",
		"opened": "1999-07-26",
		"last_modified": "2016-01-28"
	},
	"LWG186": {
		"type": "issue",
		"title": "bitset::set() second parameter should be bool",
		"long_link": "https://cplusplus.github.io/LWG/issue186",
		"link": "https://wg21.link/lwg186",
		"section": "22.9.2.3 [bitset.members]",
		"status": "CD1",
		"submitter": "Darin Adler",
		"opened": "1999-08-13",
		"last_modified": "2016-01-28"
	},
	"LWG187": {
		"type": "issue",
		"title": "iter_swap underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue187",
		"link": "https://wg21.link/lwg187",
		"section": "26.7.3 [alg.swap]",
		"status": "CD1",
		"submitter": "Andrew Koenig",
		"opened": "1999-08-14",
		"last_modified": "2016-01-28"
	},
	"LWG188": {
		"type": "issue",
		"title": "valarray helpers missing augmented assignment operators",
		"long_link": "https://cplusplus.github.io/LWG/issue188",
		"link": "https://wg21.link/lwg188",
		"section": "29.6.2.7 [valarray.cassign]",
		"status": "NAD",
		"submitter": "Gabriel Dos Reis",
		"opened": "1999-08-15",
		"last_modified": "2016-01-28"
	},
	"LWG189": {
		"type": "issue",
		"title": "setprecision() not specified correctly",
		"long_link": "https://cplusplus.github.io/LWG/issue189",
		"link": "https://wg21.link/lwg189",
		"section": "31.5.2.3 [fmtflags.state]",
		"status": "TC1",
		"submitter": "Andrew Koenig",
		"opened": "1999-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG190": {
		"type": "issue",
		"title": "min() and max() functions should be std::binary_functions",
		"long_link": "https://cplusplus.github.io/LWG/issue190",
		"link": "https://wg21.link/lwg190",
		"section": "26.8.9 [alg.min.max]",
		"status": "NAD",
		"submitter": "Mark Rintoul",
		"opened": "1999-08-26",
		"last_modified": "2016-01-28"
	},
	"LWG191": {
		"type": "issue",
		"title": "Unclear complexity for algorithms such as binary search",
		"long_link": "https://cplusplus.github.io/LWG/issue191",
		"link": "https://wg21.link/lwg191",
		"section": "26.8.4 [alg.binary.search]",
		"status": "NAD",
		"submitter": "Nico Josuttis",
		"opened": "1999-10-10",
		"last_modified": "2016-01-28"
	},
	"LWG192": {
		"type": "issue",
		"title": "a.insert(p,t) is inefficient and overconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue192",
		"link": "https://wg21.link/lwg192",
		"section": "23.2.7 [associative.reqmts]",
		"status": "NAD",
		"submitter": "Ed Brey",
		"opened": "1999-06-06",
		"last_modified": "2016-01-28"
	},
	"LWG193": {
		"type": "issue",
		"title": "Heap operations description incorrect",
		"long_link": "https://cplusplus.github.io/LWG/issue193",
		"link": "https://wg21.link/lwg193",
		"section": "26.8.8 [alg.heap.operations]",
		"status": "TC1",
		"submitter": "Markus Mauhart",
		"opened": "1999-09-24",
		"last_modified": "2024-01-25"
	},
	"LWG194": {
		"type": "issue",
		"title": "rdbuf() functions poorly specified",
		"long_link": "https://cplusplus.github.io/LWG/issue194",
		"link": "https://wg21.link/lwg194",
		"section": "31.5.4 [ios]",
		"status": "NAD",
		"submitter": "Steve Clamage",
		"opened": "1999-09-07",
		"last_modified": "2016-01-28"
	},
	"LWG195": {
		"type": "issue",
		"title": "Should basic_istream::sentry's constructor ever set eofbit?",
		"long_link": "https://cplusplus.github.io/LWG/issue195",
		"link": "https://wg21.link/lwg195",
		"section": "31.7.5.2.4 [istream.sentry]",
		"status": "TC1",
		"submitter": "Matt Austern",
		"opened": "1999-10-13",
		"last_modified": "2021-06-06"
	},
	"LWG196": {
		"type": "issue",
		"title": "Placement new example has alignment problems",
		"long_link": "https://cplusplus.github.io/LWG/issue196",
		"link": "https://wg21.link/lwg196",
		"section": "17.6.3.4 [new.delete.placement]",
		"status": "Dup",
		"submitter": "Herb Sutter",
		"opened": "1998-12-15",
		"last_modified": "2016-01-28"
	},
	"LWG197": {
		"type": "issue",
		"title": "max_size() underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue197",
		"link": "https://wg21.link/lwg197",
		"section": "16.4.4.6 [allocator.requirements], 23.2 [container.requirements]",
		"status": "NAD",
		"submitter": "Andy Sawyer",
		"opened": "1999-10-21",
		"last_modified": "2016-01-28"
	},
	"LWG198": {
		"type": "issue",
		"title": "Validity of pointers and references unspecified after iterator destruction",
		"long_link": "https://cplusplus.github.io/LWG/issue198",
		"link": "https://wg21.link/lwg198",
		"section": "24.3.4 [iterator.concepts]",
		"status": "CD1",
		"submitter": "Beman Dawes",
		"opened": "1999-11-03",
		"last_modified": "2016-01-28"
	},
	"LWG199": {
		"type": "issue",
		"title": "What does allocate(0) return?",
		"long_link": "https://cplusplus.github.io/LWG/issue199",
		"link": "https://wg21.link/lwg199",
		"section": "16.4.4.6 [allocator.requirements]",
		"status": "TC1",
		"submitter": "Matt Austern",
		"opened": "1999-11-19",
		"last_modified": "2016-01-28"
	},
	"LWG200": {
		"type": "issue",
		"title": "Forward iterator requirements don't allow constant iterators",
		"long_link": "https://cplusplus.github.io/LWG/issue200",
		"link": "https://wg21.link/lwg200",
		"section": "24.3.5.5 [forward.iterators]",
		"status": "CD1",
		"submitter": "Matt Austern",
		"opened": "1999-11-19",
		"last_modified": "2016-01-28"
	},
	"LWG201": {
		"type": "issue",
		"title": "Numeric limits terminology wrong",
		"long_link": "https://cplusplus.github.io/LWG/issue201",
		"link": "https://wg21.link/lwg201",
		"section": "17.3 [support.limits]",
		"status": "CD1",
		"submitter": "Stephen Cleary",
		"opened": "1999-12-21",
		"last_modified": "2017-06-15"
	},
	"LWG202": {
		"type": "issue",
		"title": "unique() effects unclear when predicate not an equivalence relation",
		"long_link": "https://cplusplus.github.io/LWG/issue202",
		"link": "https://wg21.link/lwg202",
		"section": "26.7.9 [alg.unique]",
		"status": "CD1",
		"submitter": "Andrew Koenig",
		"opened": "2000-01-13",
		"last_modified": "2016-01-28"
	},
	"LWG203": {
		"type": "issue",
		"title": "basic_istream::sentry::sentry() is uninstantiable with ctype<user-defined type>",
		"long_link": "https://cplusplus.github.io/LWG/issue203",
		"link": "https://wg21.link/lwg203",
		"section": "31.7.5.2.4 [istream.sentry]",
		"status": "NAD",
		"submitter": "Matt McClure and Dietmar Kühl",
		"opened": "2000-01-01",
		"last_modified": "2021-06-06"
	},
	"LWG204": {
		"type": "issue",
		"title": "distance(first, last) when \"last\" is before \"first\"",
		"long_link": "https://cplusplus.github.io/LWG/issue204",
		"link": "https://wg21.link/lwg204",
		"section": "24.4.3 [iterator.operations]",
		"status": "NAD",
		"submitter": "Rintala Matti",
		"opened": "2000-01-28",
		"last_modified": "2016-01-28"
	},
	"LWG205": {
		"type": "issue",
		"title": "numeric_limits unclear on how to determine floating point types",
		"long_link": "https://cplusplus.github.io/LWG/issue205",
		"link": "https://wg21.link/lwg205",
		"section": "17.3.5.2 [numeric.limits.members]",
		"status": "NAD",
		"submitter": "Steve Cleary",
		"opened": "2000-01-28",
		"last_modified": "2016-01-28"
	},
	"LWG206": {
		"type": "issue",
		"title": "operator new(size_t, nothrow) may become unlinked to ordinary operator new if ordinary version replaced",
		"long_link": "https://cplusplus.github.io/LWG/issue206",
		"link": "https://wg21.link/lwg206",
		"section": "17.6.3.2 [new.delete.single]",
		"status": "CD1",
		"submitter": "Howard Hinnant",
		"opened": "1999-08-29",
		"last_modified": "2016-01-28"
	},
	"LWG207": {
		"type": "issue",
		"title": "ctype<char> members return clause incomplete",
		"long_link": "https://cplusplus.github.io/LWG/issue207",
		"link": "https://wg21.link/lwg207",
		"section": "28.3.4.2.4.3 [facet.ctype.char.members]",
		"status": "Dup",
		"submitter": "Robert Klarer",
		"opened": "1999-11-02",
		"last_modified": "2016-01-28"
	},
	"LWG208": {
		"type": "issue",
		"title": "Unnecessary restriction on past-the-end iterators",
		"long_link": "https://cplusplus.github.io/LWG/issue208",
		"link": "https://wg21.link/lwg208",
		"section": "24.3.4 [iterator.concepts]",
		"status": "TC1",
		"submitter": "Stephen Cleary",
		"opened": "2000-02-02",
		"last_modified": "2016-01-28"
	},
	"LWG209": {
		"type": "issue",
		"title": "basic_string declarations inconsistent",
		"long_link": "https://cplusplus.github.io/LWG/issue209",
		"link": "https://wg21.link/lwg209",
		"section": "27.4.3 [basic.string]",
		"status": "TC1",
		"submitter": "Igor Stauder",
		"opened": "2000-02-11",
		"last_modified": "2016-01-28"
	},
	"LWG210": {
		"type": "issue",
		"title": "distance first and last confused",
		"long_link": "https://cplusplus.github.io/LWG/issue210",
		"link": "https://wg21.link/lwg210",
		"section": "26 [algorithms]",
		"status": "TC1",
		"submitter": "Lisa Lippincott",
		"opened": "2000-02-15",
		"last_modified": "2016-01-28"
	},
	"LWG211": {
		"type": "issue",
		"title": "operator>>(istream&, string&) doesn't set failbit",
		"long_link": "https://cplusplus.github.io/LWG/issue211",
		"link": "https://wg21.link/lwg211",
		"section": "27.4.4.4 [string.io]",
		"status": "TC1",
		"submitter": "Scott Snyder",
		"opened": "2000-02-04",
		"last_modified": "2016-01-28"
	},
	"LWG212": {
		"type": "issue",
		"title": "Empty range behavior unclear for several algorithms",
		"long_link": "https://cplusplus.github.io/LWG/issue212",
		"link": "https://wg21.link/lwg212",
		"section": "26.8.9 [alg.min.max]",
		"status": "TC1",
		"submitter": "Nico Josuttis",
		"opened": "2000-02-26",
		"last_modified": "2016-01-28"
	},
	"LWG213": {
		"type": "issue",
		"title": "Math function overloads ambiguous",
		"long_link": "https://cplusplus.github.io/LWG/issue213",
		"link": "https://wg21.link/lwg213",
		"section": "29.7 [c.math]",
		"status": "NAD",
		"submitter": "Nico Josuttis",
		"opened": "2000-02-26",
		"last_modified": "2016-01-28"
	},
	"LWG214": {
		"type": "issue",
		"title": "set::find() missing const overload",
		"long_link": "https://cplusplus.github.io/LWG/issue214",
		"link": "https://wg21.link/lwg214",
		"section": "23.4.6 [set], 23.4.7 [multiset]",
		"status": "CD1",
		"submitter": "Judy Ward",
		"opened": "2000-02-28",
		"last_modified": "2016-01-28"
	},
	"LWG215": {
		"type": "issue",
		"title": "Can a map's key_type be const?",
		"long_link": "https://cplusplus.github.io/LWG/issue215",
		"link": "https://wg21.link/lwg215",
		"section": "23.2.7 [associative.reqmts]",
		"status": "NAD",
		"submitter": "Judy Ward",
		"opened": "2000-02-29",
		"last_modified": "2016-01-28"
	},
	"LWG216": {
		"type": "issue",
		"title": "setbase manipulator description flawed",
		"long_link": "https://cplusplus.github.io/LWG/issue216",
		"link": "https://wg21.link/lwg216",
		"section": "31.7.7 [std.manip]",
		"status": "Dup",
		"submitter": "Hyman Rosen",
		"opened": "2000-02-29",
		"last_modified": "2016-01-28"
	},
	"LWG217": {
		"type": "issue",
		"title": "Facets example (Classifying Japanese characters) contains errors",
		"long_link": "https://cplusplus.github.io/LWG/issue217",
		"link": "https://wg21.link/lwg217",
		"section": "99 [facets.examples]",
		"status": "TC1",
		"submitter": "Martin Sebor",
		"opened": "2000-02-29",
		"last_modified": "2016-01-28"
	},
	"LWG218": {
		"type": "issue",
		"title": "Algorithms do not use binary predicate objects for default comparisons",
		"long_link": "https://cplusplus.github.io/LWG/issue218",
		"link": "https://wg21.link/lwg218",
		"section": "26.8 [alg.sorting]",
		"status": "NAD",
		"submitter": "Pablo Halpern",
		"opened": "2000-03-06",
		"last_modified": "2016-01-28"
	},
	"LWG219": {
		"type": "issue",
		"title": "find algorithm missing version that takes a binary predicate argument",
		"long_link": "https://cplusplus.github.io/LWG/issue219",
		"link": "https://wg21.link/lwg219",
		"section": "26.6.6 [alg.find]",
		"status": "NAD",
		"submitter": "Pablo Halpern",
		"opened": "2000-03-06",
		"last_modified": "2016-01-28"
	},
	"LWG220": {
		"type": "issue",
		"title": "~ios_base() usage valid?",
		"long_link": "https://cplusplus.github.io/LWG/issue220",
		"link": "https://wg21.link/lwg220",
		"section": "31.5.2.8 [ios.base.cons]",
		"status": "TC1",
		"submitter": "Jonathan Schilling, Howard Hinnant",
		"opened": "2000-03-13",
		"last_modified": "2016-01-28"
	},
	"LWG221": {
		"type": "issue",
		"title": "num_get<>::do_get stage 2 processing broken",
		"long_link": "https://cplusplus.github.io/LWG/issue221",
		"link": "https://wg21.link/lwg221",
		"section": "28.3.4.3.2.3 [facet.num.get.virtuals]",
		"status": "CD1",
		"submitter": "Matt Austern",
		"opened": "2000-03-14",
		"last_modified": "2016-01-28"
	},
	"LWG222": {
		"type": "issue",
		"title": "Are throw clauses necessary if a throw is already implied by the effects clause?",
		"long_link": "https://cplusplus.github.io/LWG/issue222",
		"link": "https://wg21.link/lwg222",
		"section": "16.3.2.4 [structure.specifications]",
		"status": "TC1",
		"submitter": "Judy Ward",
		"opened": "2000-03-17",
		"last_modified": "2016-01-28"
	},
	"LWG223": {
		"type": "issue",
		"title": "reverse algorithm should use iter_swap rather than swap",
		"long_link": "https://cplusplus.github.io/LWG/issue223",
		"link": "https://wg21.link/lwg223",
		"section": "26.7.10 [alg.reverse]",
		"status": "TC1",
		"submitter": "Dave Abrahams",
		"opened": "2000-03-21",
		"last_modified": "2016-01-28"
	},
	"LWG224": {
		"type": "issue",
		"title": "clear() complexity for associative containers refers to undefined N",
		"long_link": "https://cplusplus.github.io/LWG/issue224",
		"link": "https://wg21.link/lwg224",
		"section": "23.2.7 [associative.reqmts]",
		"status": "TC1",
		"submitter": "Ed Brey",
		"opened": "2000-03-23",
		"last_modified": "2016-01-28"
	},
	"LWG225": {
		"type": "issue",
		"title": "std:: algorithms use of other unqualified algorithms",
		"long_link": "https://cplusplus.github.io/LWG/issue225",
		"link": "https://wg21.link/lwg225",
		"section": "16.4.6.4 [global.functions]",
		"status": "CD1",
		"submitter": "Dave Abrahams",
		"opened": "2000-04-01",
		"last_modified": "2016-01-28"
	},
	"LWG226": {
		"type": "issue",
		"title": "User supplied specializations or overloads of namespace std function templates",
		"long_link": "https://cplusplus.github.io/LWG/issue226",
		"link": "https://wg21.link/lwg226",
		"section": "16.4.5.3 [reserved.names]",
		"status": "CD1",
		"submitter": "Dave Abrahams",
		"opened": "2000-04-01",
		"last_modified": "2016-01-28"
	},
	"LWG227": {
		"type": "issue",
		"title": "std::swap() should require CopyConstructible or DefaultConstructible arguments",
		"long_link": "https://cplusplus.github.io/LWG/issue227",
		"link": "https://wg21.link/lwg227",
		"section": "26.7.3 [alg.swap]",
		"status": "TC1",
		"submitter": "Dave Abrahams",
		"opened": "2000-04-09",
		"last_modified": "2016-01-28"
	},
	"LWG228": {
		"type": "issue",
		"title": "Incorrect specification of \"..._byname\" facets",
		"long_link": "https://cplusplus.github.io/LWG/issue228",
		"link": "https://wg21.link/lwg228",
		"section": "28.3.4 [locale.categories]",
		"status": "CD1",
		"submitter": "Dietmar Kühl",
		"opened": "2000-04-20",
		"last_modified": "2018-08-10"
	},
	"LWG229": {
		"type": "issue",
		"title": "Unqualified references of other library entities",
		"long_link": "https://cplusplus.github.io/LWG/issue229",
		"link": "https://wg21.link/lwg229",
		"section": "16.4.2.2 [contents]",
		"status": "CD1",
		"submitter": "Steve Clamage",
		"opened": "2000-04-19",
		"last_modified": "2016-01-28"
	},
	"LWG230": {
		"type": "issue",
		"title": "Assignable specified without also specifying CopyConstructible",
		"long_link": "https://cplusplus.github.io/LWG/issue230",
		"link": "https://wg21.link/lwg230",
		"section": "16 [library]",
		"status": "CD1",
		"submitter": "Beman Dawes",
		"opened": "2000-04-26",
		"last_modified": "2016-01-28"
	},
	"LWG231": {
		"type": "issue",
		"title": "Precision in iostream?",
		"long_link": "https://cplusplus.github.io/LWG/issue231",
		"link": "https://wg21.link/lwg231",
		"section": "28.3.4.3.3.3 [facet.num.put.virtuals]",
		"status": "CD1",
		"submitter": "James Kanze, Stephen Clamage",
		"opened": "2000-04-25",
		"last_modified": "2016-01-28"
	},
	"LWG232": {
		"type": "issue",
		"title": "\"depends\" poorly defined in 17.4.3.1",
		"long_link": "https://cplusplus.github.io/LWG/issue232",
		"link": "https://wg21.link/lwg232",
		"section": "16.4.5.3 [reserved.names]",
		"status": "CD1",
		"submitter": "Peter Dimov",
		"opened": "2000-04-18",
		"last_modified": "2016-01-28"
	},
	"LWG233": {
		"type": "issue",
		"title": "Insertion hints in associative containers",
		"long_link": "https://cplusplus.github.io/LWG/issue233",
		"link": "https://wg21.link/lwg233",
		"section": "23.2.7 [associative.reqmts]",
		"status": "CD1",
		"submitter": "Andrew Koenig",
		"opened": "2000-04-30",
		"last_modified": "2016-01-28"
	},
	"LWG234": {
		"type": "issue",
		"title": "Typos in allocator definition",
		"long_link": "https://cplusplus.github.io/LWG/issue234",
		"link": "https://wg21.link/lwg234",
		"section": "20.2.10.2 [allocator.members]",
		"status": "CD1",
		"submitter": "Dietmar Kühl",
		"opened": "2000-04-24",
		"last_modified": "2016-01-28"
	},
	"LWG235": {
		"type": "issue",
		"title": "No specification of default ctor for reverse_iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue235",
		"link": "https://wg21.link/lwg235",
		"section": "24.5.1.2 [reverse.iterator]",
		"status": "CD1",
		"submitter": "Dietmar Kühl",
		"opened": "2000-04-24",
		"last_modified": "2016-01-28"
	},
	"LWG236": {
		"type": "issue",
		"title": "ctype<char>::is() member modifies facet",
		"long_link": "https://cplusplus.github.io/LWG/issue236",
		"link": "https://wg21.link/lwg236",
		"section": "28.3.4.2.4.3 [facet.ctype.char.members]",
		"status": "Dup",
		"submitter": "Dietmar Kühl",
		"opened": "2000-04-24",
		"last_modified": "2016-01-28"
	},
	"LWG237": {
		"type": "issue",
		"title": "Undefined expression in complexity specification",
		"long_link": "https://cplusplus.github.io/LWG/issue237",
		"link": "https://wg21.link/lwg237",
		"section": "23.3.5.2 [deque.cons]",
		"status": "CD1",
		"submitter": "Dietmar Kühl",
		"opened": "2000-04-24",
		"last_modified": "2016-01-28"
	},
	"LWG238": {
		"type": "issue",
		"title": "Contradictory results of stringbuf initialization.",
		"long_link": "https://cplusplus.github.io/LWG/issue238",
		"link": "https://wg21.link/lwg238",
		"section": "31.8.2.2 [stringbuf.cons]",
		"status": "CD1",
		"submitter": "Dietmar Kühl",
		"opened": "2000-05-11",
		"last_modified": "2016-01-28"
	},
	"LWG239": {
		"type": "issue",
		"title": "Complexity of unique() and/or unique_copy incorrect",
		"long_link": "https://cplusplus.github.io/LWG/issue239",
		"link": "https://wg21.link/lwg239",
		"section": "26.7.9 [alg.unique]",
		"status": "CD1",
		"submitter": "Angelika Langer",
		"opened": "2000-05-15",
		"last_modified": "2016-01-28"
	},
	"LWG240": {
		"type": "issue",
		"title": "Complexity of adjacent_find() is meaningless",
		"long_link": "https://cplusplus.github.io/LWG/issue240",
		"link": "https://wg21.link/lwg240",
		"section": "26.6.10 [alg.adjacent.find]",
		"status": "CD1",
		"submitter": "Angelika Langer",
		"opened": "2000-05-15",
		"last_modified": "2016-01-28"
	},
	"LWG241": {
		"type": "issue",
		"title": "Does unique_copy() require CopyConstructible and Assignable?",
		"long_link": "https://cplusplus.github.io/LWG/issue241",
		"link": "https://wg21.link/lwg241",
		"section": "26.7.9 [alg.unique]",
		"status": "CD1",
		"submitter": "Angelika Langer",
		"opened": "2000-05-15",
		"last_modified": "2016-01-28"
	},
	"LWG242": {
		"type": "issue",
		"title": "Side effects of function objects",
		"long_link": "https://cplusplus.github.io/LWG/issue242",
		"link": "https://wg21.link/lwg242",
		"section": "26.7.4 [alg.transform], 29.5 [rand]",
		"status": "CD1",
		"submitter": "Angelika Langer",
		"opened": "2000-05-15",
		"last_modified": "2016-01-28"
	},
	"LWG243": {
		"type": "issue",
		"title": "get and getline when sentry reports failure",
		"long_link": "https://cplusplus.github.io/LWG/issue243",
		"link": "https://wg21.link/lwg243",
		"section": "31.7.5.4 [istream.unformatted]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2000-05-15",
		"last_modified": "2016-01-28"
	},
	"LWG244": {
		"type": "issue",
		"title": "Must find's third argument be CopyConstructible?",
		"long_link": "https://cplusplus.github.io/LWG/issue244",
		"link": "https://wg21.link/lwg244",
		"section": "26.6.6 [alg.find]",
		"status": "NAD",
		"submitter": "Andrew Koenig",
		"opened": "2000-05-02",
		"last_modified": "2016-01-28"
	},
	"LWG245": {
		"type": "issue",
		"title": "Which operations on istream_iterator trigger input operations?",
		"long_link": "https://cplusplus.github.io/LWG/issue245",
		"link": "https://wg21.link/lwg245",
		"section": "24.6.2 [istream.iterator]",
		"status": "NAD",
		"submitter": "Andrew Koenig",
		"opened": "2000-05-02",
		"last_modified": "2016-01-28"
	},
	"LWG246": {
		"type": "issue",
		"title": "a.insert(p,t) is incorrectly specified",
		"long_link": "https://cplusplus.github.io/LWG/issue246",
		"link": "https://wg21.link/lwg246",
		"section": "23.2.7 [associative.reqmts]",
		"status": "Dup",
		"submitter": "Mark Rodgers",
		"opened": "2000-05-19",
		"last_modified": "2016-01-28"
	},
	"LWG247": {
		"type": "issue",
		"title": "vector, deque::insert complexity",
		"long_link": "https://cplusplus.github.io/LWG/issue247",
		"link": "https://wg21.link/lwg247",
		"section": "23.3.13.5 [vector.modifiers]",
		"status": "CD1",
		"submitter": "Lisa Lippincott",
		"opened": "2000-06-06",
		"last_modified": "2016-01-28"
	},
	"LWG248": {
		"type": "issue",
		"title": "time_get fails to set eofbit",
		"long_link": "https://cplusplus.github.io/LWG/issue248",
		"link": "https://wg21.link/lwg248",
		"section": "28.3.4.6 [category.time]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2000-06-22",
		"last_modified": "2016-01-28"
	},
	"LWG249": {
		"type": "issue",
		"title": "Return Type of auto_ptr::operator=",
		"long_link": "https://cplusplus.github.io/LWG/issue249",
		"link": "https://wg21.link/lwg249",
		"section": "99 [auto.ptr]",
		"status": "NAD",
		"submitter": "Joseph Gottman",
		"opened": "2000-06-30",
		"last_modified": "2016-01-28"
	},
	"LWG250": {
		"type": "issue",
		"title": "splicing invalidates iterators",
		"long_link": "https://cplusplus.github.io/LWG/issue250",
		"link": "https://wg21.link/lwg250",
		"section": "23.3.11.5 [list.ops]",
		"status": "CD1",
		"submitter": "Brian Parker",
		"opened": "2000-07-14",
		"last_modified": "2016-01-28"
	},
	"LWG251": {
		"type": "issue",
		"title": "basic_stringbuf missing allocator_type",
		"long_link": "https://cplusplus.github.io/LWG/issue251",
		"link": "https://wg21.link/lwg251",
		"section": "31.8.2 [stringbuf]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2000-07-28",
		"last_modified": "2016-01-28"
	},
	"LWG252": {
		"type": "issue",
		"title": "missing casts/C-style casts used in iostreams",
		"long_link": "https://cplusplus.github.io/LWG/issue252",
		"link": "https://wg21.link/lwg252",
		"section": "31.8 [string.streams]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2000-07-28",
		"last_modified": "2016-01-28"
	},
	"LWG253": {
		"type": "issue",
		"title": "valarray helper functions are almost entirely useless",
		"long_link": "https://cplusplus.github.io/LWG/issue253",
		"link": "https://wg21.link/lwg253",
		"section": "29.6.2.2 [valarray.cons], 29.6.2.3 [valarray.assign]",
		"status": "CD1",
		"submitter": "Robert Klarer",
		"opened": "2000-07-31",
		"last_modified": "2016-01-28"
	},
	"LWG254": {
		"type": "issue",
		"title": "Exception types in clause 19 are constructed from std::string",
		"long_link": "https://cplusplus.github.io/LWG/issue254",
		"link": "https://wg21.link/lwg254",
		"section": "19.2 [std.exceptions], 31.5.2.2.1 [ios.failure]",
		"status": "CD1",
		"submitter": "Dave Abrahams",
		"opened": "2000-08-01",
		"last_modified": "2023-02-07"
	},
	"LWG255": {
		"type": "issue",
		"title": "Why do basic_streambuf<>::pbump() and gbump() take an int?",
		"long_link": "https://cplusplus.github.io/LWG/issue255",
		"link": "https://wg21.link/lwg255",
		"section": "31.6.3 [streambuf]",
		"status": "NAD",
		"submitter": "Martin Sebor",
		"opened": "2000-08-12",
		"last_modified": "2017-06-06"
	},
	"LWG256": {
		"type": "issue",
		"title": "typo in 27.4.4.2, p17: copy_event does not exist",
		"long_link": "https://cplusplus.github.io/LWG/issue256",
		"link": "https://wg21.link/lwg256",
		"section": "31.5.4.3 [basic.ios.members]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2000-08-21",
		"last_modified": "2016-01-28"
	},
	"LWG257": {
		"type": "issue",
		"title": "STL functional object and iterator inheritance.",
		"long_link": "https://cplusplus.github.io/LWG/issue257",
		"link": "https://wg21.link/lwg257",
		"section": "99 [depr.base], 99 [iterator.basic]",
		"status": "NAD",
		"submitter": "Robert Dick",
		"opened": "2000-08-17",
		"last_modified": "2016-01-28"
	},
	"LWG258": {
		"type": "issue",
		"title": "Missing allocator requirement",
		"long_link": "https://cplusplus.github.io/LWG/issue258",
		"link": "https://wg21.link/lwg258",
		"section": "16.4.4.6 [allocator.requirements]",
		"status": "CD1",
		"submitter": "Matt Austern",
		"opened": "2000-08-22",
		"last_modified": "2016-01-28"
	},
	"LWG259": {
		"type": "issue",
		"title": "basic_string::operator[] and const correctness",
		"long_link": "https://cplusplus.github.io/LWG/issue259",
		"link": "https://wg21.link/lwg259",
		"section": "27.4.3.5 [string.capacity]",
		"status": "CD1",
		"submitter": "Chris Newton",
		"opened": "2000-08-27",
		"last_modified": "2016-01-28"
	},
	"LWG260": {
		"type": "issue",
		"title": "Inconsistent return type of istream_iterator::operator++(int)",
		"long_link": "https://cplusplus.github.io/LWG/issue260",
		"link": "https://wg21.link/lwg260",
		"section": "24.6.2.3 [istream.iterator.ops]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2000-08-27",
		"last_modified": "2016-01-28"
	},
	"LWG261": {
		"type": "issue",
		"title": "Missing description of istream_iterator::operator!=",
		"long_link": "https://cplusplus.github.io/LWG/issue261",
		"link": "https://wg21.link/lwg261",
		"section": "24.6.2.3 [istream.iterator.ops]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2000-08-27",
		"last_modified": "2016-01-28"
	},
	"LWG262": {
		"type": "issue",
		"title": "Bitmask operator ~ specified incorrectly",
		"long_link": "https://cplusplus.github.io/LWG/issue262",
		"link": "https://wg21.link/lwg262",
		"section": "16.3.3.3.3 [bitmask.types]",
		"status": "CD1",
		"submitter": "Beman Dawes",
		"opened": "2000-09-03",
		"last_modified": "2016-01-28"
	},
	"LWG263": {
		"type": "issue",
		"title": "Severe restriction on basic_string reference counting",
		"long_link": "https://cplusplus.github.io/LWG/issue263",
		"link": "https://wg21.link/lwg263",
		"section": "27.4.3 [basic.string]",
		"status": "CD1",
		"submitter": "Kevlin Henney",
		"opened": "2000-09-04",
		"last_modified": "2016-01-28"
	},
	"LWG264": {
		"type": "issue",
		"title": "Associative container insert(i, j) complexity requirements are not feasible.",
		"long_link": "https://cplusplus.github.io/LWG/issue264",
		"link": "https://wg21.link/lwg264",
		"section": "23.2.7 [associative.reqmts]",
		"status": "CD1",
		"submitter": "John Potter",
		"opened": "2000-09-07",
		"last_modified": "2016-01-28"
	},
	"LWG265": {
		"type": "issue",
		"title": "std::pair::pair() effects overly restrictive",
		"long_link": "https://cplusplus.github.io/LWG/issue265",
		"link": "https://wg21.link/lwg265",
		"section": "22.3 [pairs]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2000-09-11",
		"last_modified": "2016-01-28"
	},
	"LWG266": {
		"type": "issue",
		"title": "bad_exception::~bad_exception() missing Effects clause",
		"long_link": "https://cplusplus.github.io/LWG/issue266",
		"link": "https://wg21.link/lwg266",
		"section": "17.9.4 [bad.exception]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2000-09-24",
		"last_modified": "2016-01-28"
	},
	"LWG267": {
		"type": "issue",
		"title": "interaction of strstreambuf::overflow() and seekoff()",
		"long_link": "https://cplusplus.github.io/LWG/issue267",
		"link": "https://wg21.link/lwg267",
		"section": "99 [depr.strstreambuf.virtuals]",
		"status": "NAD",
		"submitter": "Martin Sebor",
		"opened": "2000-10-05",
		"last_modified": "2016-01-28"
	},
	"LWG268": {
		"type": "issue",
		"title": "Typo in locale synopsis",
		"long_link": "https://cplusplus.github.io/LWG/issue268",
		"link": "https://wg21.link/lwg268",
		"section": "28.3.3.1 [locale]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2000-10-05",
		"last_modified": "2016-01-28"
	},
	"LWG269": {
		"type": "issue",
		"title": "cstdarg and unnamed parameters",
		"long_link": "https://cplusplus.github.io/LWG/issue269",
		"link": "https://wg21.link/lwg269",
		"section": "17.9 [support.exception]",
		"status": "NAD",
		"submitter": "J. Stephen Adamczyk",
		"opened": "2000-10-10",
		"last_modified": "2016-01-28"
	},
	"LWG270": {
		"type": "issue",
		"title": "Binary search requirements overly strict",
		"long_link": "https://cplusplus.github.io/LWG/issue270",
		"link": "https://wg21.link/lwg270",
		"section": "26.8.4 [alg.binary.search]",
		"status": "CD1",
		"submitter": "Matt Austern",
		"opened": "2000-10-18",
		"last_modified": "2016-01-28"
	},
	"LWG271": {
		"type": "issue",
		"title": "basic_iostream missing typedefs",
		"long_link": "https://cplusplus.github.io/LWG/issue271",
		"link": "https://wg21.link/lwg271",
		"section": "31.7.5.7 [iostreamclass]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2000-11-02",
		"last_modified": "2016-01-28"
	},
	"LWG272": {
		"type": "issue",
		"title": "Missing parentheses around subexpression",
		"long_link": "https://cplusplus.github.io/LWG/issue272",
		"link": "https://wg21.link/lwg272",
		"section": "31.5.4.4 [iostate.flags]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2000-11-02",
		"last_modified": "2016-01-28"
	},
	"LWG273": {
		"type": "issue",
		"title": "Missing ios_base qualification on members of a dependent class",
		"long_link": "https://cplusplus.github.io/LWG/issue273",
		"link": "https://wg21.link/lwg273",
		"section": "31 [input.output]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2000-11-02",
		"last_modified": "2016-01-28"
	},
	"LWG274": {
		"type": "issue",
		"title": "a missing/impossible allocator requirement",
		"long_link": "https://cplusplus.github.io/LWG/issue274",
		"link": "https://wg21.link/lwg274",
		"section": "16.4.4.6 [allocator.requirements]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2000-11-02",
		"last_modified": "2016-01-28"
	},
	"LWG275": {
		"type": "issue",
		"title": "Wrong type in num_get::get() overloads",
		"long_link": "https://cplusplus.github.io/LWG/issue275",
		"link": "https://wg21.link/lwg275",
		"section": "28.3.4.3.2.2 [facet.num.get.members]",
		"status": "CD1",
		"submitter": "Matt Austern",
		"opened": "2000-11-02",
		"last_modified": "2016-01-28"
	},
	"LWG276": {
		"type": "issue",
		"title": "Assignable requirement for container value type overly strict",
		"long_link": "https://cplusplus.github.io/LWG/issue276",
		"link": "https://wg21.link/lwg276",
		"section": "23.2 [container.requirements]",
		"status": "CD1",
		"submitter": "Peter Dimov",
		"opened": "2000-11-07",
		"last_modified": "2016-01-28"
	},
	"LWG277": {
		"type": "issue",
		"title": "Normative encouragement in allocator requirements unclear",
		"long_link": "https://cplusplus.github.io/LWG/issue277",
		"link": "https://wg21.link/lwg277",
		"section": "16.4.4.6 [allocator.requirements]",
		"status": "NAD",
		"submitter": "Matt Austern",
		"opened": "2000-11-07",
		"last_modified": "2016-01-28"
	},
	"LWG278": {
		"type": "issue",
		"title": "What does iterator validity mean?",
		"long_link": "https://cplusplus.github.io/LWG/issue278",
		"link": "https://wg21.link/lwg278",
		"section": "23.3.11.5 [list.ops]",
		"status": "CD1",
		"submitter": "P.J. Plauger",
		"opened": "2000-11-27",
		"last_modified": "2016-01-28"
	},
	"LWG279": {
		"type": "issue",
		"title": "const and non-const iterators should have equivalent typedefs",
		"long_link": "https://cplusplus.github.io/LWG/issue279",
		"link": "https://wg21.link/lwg279",
		"section": "23.2 [container.requirements]",
		"status": "NAD",
		"submitter": "Steve Cleary",
		"opened": "2000-11-27",
		"last_modified": "2016-01-28"
	},
	"LWG280": {
		"type": "issue",
		"title": "Comparison of reverse_iterator to const reverse_iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue280",
		"link": "https://wg21.link/lwg280",
		"section": "24.5.1 [reverse.iterators]",
		"status": "CD1",
		"submitter": "Steve Cleary",
		"opened": "2000-11-27",
		"last_modified": "2020-03-29"
	},
	"LWG281": {
		"type": "issue",
		"title": "std::min() and max() requirements overly restrictive",
		"long_link": "https://cplusplus.github.io/LWG/issue281",
		"link": "https://wg21.link/lwg281",
		"section": "26.8.9 [alg.min.max]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2000-12-02",
		"last_modified": "2016-01-28"
	},
	"LWG282": {
		"type": "issue",
		"title": "What types does numpunct grouping refer to?",
		"long_link": "https://cplusplus.github.io/LWG/issue282",
		"link": "https://wg21.link/lwg282",
		"section": "28.3.4.3.3.3 [facet.num.put.virtuals]",
		"status": "CD1",
		"submitter": "Howard Hinnant",
		"opened": "2000-12-05",
		"last_modified": "2016-01-28"
	},
	"LWG283": {
		"type": "issue",
		"title": "std::replace() requirement incorrect/insufficient",
		"long_link": "https://cplusplus.github.io/LWG/issue283",
		"link": "https://wg21.link/lwg283",
		"section": "26.7.5 [alg.replace]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2000-12-15",
		"last_modified": "2016-01-28"
	},
	"LWG284": {
		"type": "issue",
		"title": "unportable example in 20.3.7, p6",
		"long_link": "https://cplusplus.github.io/LWG/issue284",
		"link": "https://wg21.link/lwg284",
		"section": "22.10.8 [comparisons]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2000-12-26",
		"last_modified": "2016-01-28"
	},
	"LWG285": {
		"type": "issue",
		"title": "minor editorial errors in fstream ctors",
		"long_link": "https://cplusplus.github.io/LWG/issue285",
		"link": "https://wg21.link/lwg285",
		"section": "31.10.4.2 [ifstream.cons]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2000-12-31",
		"last_modified": "2016-01-28"
	},
	"LWG286": {
		"type": "issue",
		"title": "<cstdlib> requirements missing size_t typedef",
		"long_link": "https://cplusplus.github.io/LWG/issue286",
		"link": "https://wg21.link/lwg286",
		"section": "26.13 [alg.c.library]",
		"status": "CD1",
		"submitter": "Judy Ward",
		"opened": "2000-12-30",
		"last_modified": "2016-01-28"
	},
	"LWG287": {
		"type": "issue",
		"title": "conflicting ios_base fmtflags",
		"long_link": "https://cplusplus.github.io/LWG/issue287",
		"link": "https://wg21.link/lwg287",
		"section": "31.5.2.3 [fmtflags.state]",
		"status": "NAD",
		"submitter": "Judy Ward",
		"opened": "2000-12-30",
		"last_modified": "2016-01-28"
	},
	"LWG288": {
		"type": "issue",
		"title": "<cerrno> requirements missing macro EILSEQ",
		"long_link": "https://cplusplus.github.io/LWG/issue288",
		"link": "https://wg21.link/lwg288",
		"section": "19.4 [errno]",
		"status": "CD1",
		"submitter": "Judy Ward",
		"opened": "2000-12-30",
		"last_modified": "2016-01-28"
	},
	"LWG289": {
		"type": "issue",
		"title": "<cmath> requirements missing C float and long double versions",
		"long_link": "https://cplusplus.github.io/LWG/issue289",
		"link": "https://wg21.link/lwg289",
		"section": "29.7 [c.math]",
		"status": "NAD",
		"submitter": "Judy Ward",
		"opened": "2000-12-30",
		"last_modified": "2016-01-28"
	},
	"LWG290": {
		"type": "issue",
		"title": "Requirements to for_each and its function object",
		"long_link": "https://cplusplus.github.io/LWG/issue290",
		"link": "https://wg21.link/lwg290",
		"section": "26.6.5 [alg.foreach]",
		"status": "NAD",
		"submitter": "Angelika Langer",
		"opened": "2001-01-03",
		"last_modified": "2016-01-28"
	},
	"LWG291": {
		"type": "issue",
		"title": "Underspecification of set algorithms",
		"long_link": "https://cplusplus.github.io/LWG/issue291",
		"link": "https://wg21.link/lwg291",
		"section": "26.8.7 [alg.set.operations]",
		"status": "CD1",
		"submitter": "Matt Austern",
		"opened": "2001-01-03",
		"last_modified": "2016-01-28"
	},
	"LWG292": {
		"type": "issue",
		"title": "effects of a.copyfmt (a)",
		"long_link": "https://cplusplus.github.io/LWG/issue292",
		"link": "https://wg21.link/lwg292",
		"section": "31.5.4.3 [basic.ios.members]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2001-01-05",
		"last_modified": "2016-01-28"
	},
	"LWG293": {
		"type": "issue",
		"title": "Order of execution in transform algorithm",
		"long_link": "https://cplusplus.github.io/LWG/issue293",
		"link": "https://wg21.link/lwg293",
		"section": "26.7.4 [alg.transform]",
		"status": "NAD",
		"submitter": "Angelika Langer",
		"opened": "2001-01-04",
		"last_modified": "2016-01-28"
	},
	"LWG294": {
		"type": "issue",
		"title": "User defined macros and standard headers",
		"long_link": "https://cplusplus.github.io/LWG/issue294",
		"link": "https://wg21.link/lwg294",
		"section": "16.4.5.3.3 [macro.names]",
		"status": "CD1",
		"submitter": "James Kanze",
		"opened": "2001-01-11",
		"last_modified": "2016-01-28"
	},
	"LWG295": {
		"type": "issue",
		"title": "Is abs defined in <cmath>?",
		"long_link": "https://cplusplus.github.io/LWG/issue295",
		"link": "https://wg21.link/lwg295",
		"section": "29.7 [c.math]",
		"status": "CD1",
		"submitter": "Jens Maurer",
		"opened": "2001-01-12",
		"last_modified": "2016-01-28"
	},
	"LWG296": {
		"type": "issue",
		"title": "Missing descriptions and requirements of pair operators",
		"long_link": "https://cplusplus.github.io/LWG/issue296",
		"link": "https://wg21.link/lwg296",
		"section": "22.3 [pairs]",
		"status": "C++11",
		"submitter": "Martin Sebor",
		"opened": "2001-01-14",
		"last_modified": "2016-01-28"
	},
	"LWG297": {
		"type": "issue",
		"title": "const_mem_fun_t<>::argument_type should be const T*",
		"long_link": "https://cplusplus.github.io/LWG/issue297",
		"link": "https://wg21.link/lwg297",
		"section": "22.10.10 [logical.operations]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2001-01-06",
		"last_modified": "2016-01-28"
	},
	"LWG298": {
		"type": "issue",
		"title": "::operator delete[] requirement incorrect/insufficient",
		"long_link": "https://cplusplus.github.io/LWG/issue298",
		"link": "https://wg21.link/lwg298",
		"section": "17.6.3.3 [new.delete.array]",
		"status": "CD1",
		"submitter": "John A. Pedretti",
		"opened": "2001-01-10",
		"last_modified": "2016-01-28"
	},
	"LWG299": {
		"type": "issue",
		"title": "Incorrect return types for iterator dereference",
		"long_link": "https://cplusplus.github.io/LWG/issue299",
		"link": "https://wg21.link/lwg299",
		"section": "24.3.5.6 [bidirectional.iterators], 24.3.5.7 [random.access.iterators]",
		"status": "NAD Editorial",
		"submitter": "John Potter",
		"opened": "2001-01-22",
		"last_modified": "2016-01-28"
	},
	"LWG300": {
		"type": "issue",
		"title": "list::merge() specification incomplete",
		"long_link": "https://cplusplus.github.io/LWG/issue300",
		"link": "https://wg21.link/lwg300",
		"section": "23.3.11.5 [list.ops]",
		"status": "CD1",
		"submitter": "John Pedretti",
		"opened": "2001-01-23",
		"last_modified": "2016-01-28"
	},
	"LWG301": {
		"type": "issue",
		"title": "basic_string template ctor effects clause omits allocator argument",
		"long_link": "https://cplusplus.github.io/LWG/issue301",
		"link": "https://wg21.link/lwg301",
		"section": "27.4.3.2 [string.require]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2001-01-27",
		"last_modified": "2016-01-28"
	},
	"LWG302": {
		"type": "issue",
		"title": "Need error indication from codecvt<>::do_length",
		"long_link": "https://cplusplus.github.io/LWG/issue302",
		"link": "https://wg21.link/lwg302",
		"section": "28.3.4.2.6 [locale.codecvt.byname]",
		"status": "NAD",
		"submitter": "Gregory Bumgardner",
		"opened": "2001-01-25",
		"last_modified": "2016-01-28"
	},
	"LWG303": {
		"type": "issue",
		"title": "Bitset input operator underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue303",
		"link": "https://wg21.link/lwg303",
		"section": "22.9.4 [bitset.operators]",
		"status": "CD1",
		"submitter": "Matt Austern",
		"opened": "2001-02-05",
		"last_modified": "2016-01-28"
	},
	"LWG304": {
		"type": "issue",
		"title": "Must *a return an lvalue when a is an input iterator?",
		"long_link": "https://cplusplus.github.io/LWG/issue304",
		"link": "https://wg21.link/lwg304",
		"section": "24.3.4 [iterator.concepts]",
		"status": "NAD",
		"submitter": "Dave Abrahams",
		"opened": "2001-02-05",
		"last_modified": "2016-01-28"
	},
	"LWG305": {
		"type": "issue",
		"title": "Default behavior of codecvt<wchar_t, char, mbstate_t>::length()",
		"long_link": "https://cplusplus.github.io/LWG/issue305",
		"link": "https://wg21.link/lwg305",
		"section": "28.3.4.2.6 [locale.codecvt.byname]",
		"status": "CD1",
		"submitter": "Howard Hinnant",
		"opened": "2001-01-24",
		"last_modified": "2016-01-28"
	},
	"LWG306": {
		"type": "issue",
		"title": "offsetof macro and non-POD types",
		"long_link": "https://cplusplus.github.io/LWG/issue306",
		"link": "https://wg21.link/lwg306",
		"section": "17.2 [support.types]",
		"status": "CD1",
		"submitter": "Steve Clamage",
		"opened": "2001-02-21",
		"last_modified": "2016-01-28"
	},
	"LWG307": {
		"type": "issue",
		"title": "Lack of reference typedefs in container adaptors",
		"long_link": "https://cplusplus.github.io/LWG/issue307",
		"link": "https://wg21.link/lwg307",
		"section": "23.3.11 [list]",
		"status": "CD1",
		"submitter": "Howard Hinnant",
		"opened": "2001-03-13",
		"last_modified": "2016-01-28"
	},
	"LWG308": {
		"type": "issue",
		"title": "Table 82 mentions unrelated headers",
		"long_link": "https://cplusplus.github.io/LWG/issue308",
		"link": "https://wg21.link/lwg308",
		"section": "31 [input.output]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2001-03-15",
		"last_modified": "2016-01-28"
	},
	"LWG309": {
		"type": "issue",
		"title": "Does sentry catch exceptions?",
		"long_link": "https://cplusplus.github.io/LWG/issue309",
		"link": "https://wg21.link/lwg309",
		"section": "31.7 [iostream.format]",
		"status": "NAD",
		"submitter": "Martin Sebor",
		"opened": "2001-03-19",
		"last_modified": "2016-01-28"
	},
	"LWG310": {
		"type": "issue",
		"title": "Is errno a macro?",
		"long_link": "https://cplusplus.github.io/LWG/issue310",
		"link": "https://wg21.link/lwg310",
		"section": "16.4.2.3 [headers], 19.4 [errno]",
		"status": "CD1",
		"submitter": "Steve Clamage",
		"opened": "2001-03-21",
		"last_modified": "2016-01-28"
	},
	"LWG311": {
		"type": "issue",
		"title": "Incorrect wording in basic_ostream class synopsis",
		"long_link": "https://cplusplus.github.io/LWG/issue311",
		"link": "https://wg21.link/lwg311",
		"section": "31.7.6.2 [ostream]",
		"status": "CD1",
		"submitter": "Andy Sawyer",
		"opened": "2001-03-21",
		"last_modified": "2016-01-28"
	},
	"LWG312": {
		"type": "issue",
		"title": "Table 27 is missing headers",
		"long_link": "https://cplusplus.github.io/LWG/issue312",
		"link": "https://wg21.link/lwg312",
		"section": "22 [utilities]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2001-03-29",
		"last_modified": "2016-01-28"
	},
	"LWG313": {
		"type": "issue",
		"title": "set_terminate and set_unexpected question",
		"long_link": "https://cplusplus.github.io/LWG/issue313",
		"link": "https://wg21.link/lwg313",
		"section": "17.9.5.4 [terminate]",
		"status": "NAD",
		"submitter": "Judy Ward",
		"opened": "2001-04-03",
		"last_modified": "2016-01-28"
	},
	"LWG314": {
		"type": "issue",
		"title": "Is the stack unwound when terminate() is called?",
		"long_link": "https://cplusplus.github.io/LWG/issue314",
		"link": "https://wg21.link/lwg314",
		"section": "17.9.5.4 [terminate]",
		"status": "NAD",
		"submitter": "Detlef Vollmann",
		"opened": "2001-04-11",
		"last_modified": "2016-01-28"
	},
	"LWG315": {
		"type": "issue",
		"title": "Bad \"range\" in list::unique complexity",
		"long_link": "https://cplusplus.github.io/LWG/issue315",
		"link": "https://wg21.link/lwg315",
		"section": "23.3.11.5 [list.ops]",
		"status": "CD1",
		"submitter": "Andy Sawyer",
		"opened": "2001-05-01",
		"last_modified": "2016-01-28"
	},
	"LWG316": {
		"type": "issue",
		"title": "Vague text in Table 69",
		"long_link": "https://cplusplus.github.io/LWG/issue316",
		"link": "https://wg21.link/lwg316",
		"section": "23.2.7 [associative.reqmts]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2001-05-04",
		"last_modified": "2016-01-28"
	},
	"LWG317": {
		"type": "issue",
		"title": "Instantiation vs. specialization of facets",
		"long_link": "https://cplusplus.github.io/LWG/issue317",
		"link": "https://wg21.link/lwg317",
		"section": "28.3 [localization]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2001-05-04",
		"last_modified": "2016-01-28"
	},
	"LWG318": {
		"type": "issue",
		"title": "Misleading comment in definition of numpunct_byname",
		"long_link": "https://cplusplus.github.io/LWG/issue318",
		"link": "https://wg21.link/lwg318",
		"section": "28.3.4.4.2 [locale.numpunct.byname]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2001-05-12",
		"last_modified": "2016-01-28"
	},
	"LWG319": {
		"type": "issue",
		"title": "Storage allocation wording confuses \"Required behavior\", \"Requires\"",
		"long_link": "https://cplusplus.github.io/LWG/issue319",
		"link": "https://wg21.link/lwg319",
		"section": "17.6.3.2 [new.delete.single], 17.6.3.3 [new.delete.array]",
		"status": "CD1",
		"submitter": "Beman Dawes",
		"opened": "2001-05-15",
		"last_modified": "2016-01-28"
	},
	"LWG320": {
		"type": "issue",
		"title": "list::assign overspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue320",
		"link": "https://wg21.link/lwg320",
		"section": "23.3.11.2 [list.cons]",
		"status": "CD1",
		"submitter": "Howard Hinnant",
		"opened": "2001-05-17",
		"last_modified": "2016-01-28"
	},
	"LWG321": {
		"type": "issue",
		"title": "Typo in num_get",
		"long_link": "https://cplusplus.github.io/LWG/issue321",
		"link": "https://wg21.link/lwg321",
		"section": "28.3.4.3.2.3 [facet.num.get.virtuals]",
		"status": "CD1",
		"submitter": "Kevin Djang",
		"opened": "2001-05-17",
		"last_modified": "2016-01-28"
	},
	"LWG322": {
		"type": "issue",
		"title": "iterator and const_iterator should have the same value type",
		"long_link": "https://cplusplus.github.io/LWG/issue322",
		"link": "https://wg21.link/lwg322",
		"section": "23.2 [container.requirements]",
		"status": "CD1",
		"submitter": "Matt Austern",
		"opened": "2001-05-17",
		"last_modified": "2016-01-28"
	},
	"LWG323": {
		"type": "issue",
		"title": "abs() overloads in different headers",
		"long_link": "https://cplusplus.github.io/LWG/issue323",
		"link": "https://wg21.link/lwg323",
		"section": "29.7 [c.math]",
		"status": "NAD",
		"submitter": "Dave Abrahams",
		"opened": "2001-06-04",
		"last_modified": "2016-01-28"
	},
	"LWG324": {
		"type": "issue",
		"title": "Do output iterators have value types?",
		"long_link": "https://cplusplus.github.io/LWG/issue324",
		"link": "https://wg21.link/lwg324",
		"section": "24.3.5.4 [output.iterators]",
		"status": "CD1",
		"submitter": "Dave Abrahams",
		"opened": "2001-06-07",
		"last_modified": "2016-01-28"
	},
	"LWG325": {
		"type": "issue",
		"title": "Misleading text in moneypunct<>::do_grouping",
		"long_link": "https://cplusplus.github.io/LWG/issue325",
		"link": "https://wg21.link/lwg325",
		"section": "28.3.4.7.4.3 [locale.moneypunct.virtuals]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2001-07-02",
		"last_modified": "2016-01-28"
	},
	"LWG326": {
		"type": "issue",
		"title": "Missing typedef in moneypunct_byname",
		"long_link": "https://cplusplus.github.io/LWG/issue326",
		"link": "https://wg21.link/lwg326",
		"section": "28.3.4.7.5 [locale.moneypunct.byname]",
		"status": "NAD",
		"submitter": "Martin Sebor",
		"opened": "2001-07-05",
		"last_modified": "2016-01-28"
	},
	"LWG327": {
		"type": "issue",
		"title": "Typo in time_get facet in table 52",
		"long_link": "https://cplusplus.github.io/LWG/issue327",
		"link": "https://wg21.link/lwg327",
		"section": "28.3.3.1.2.1 [locale.category]",
		"status": "CD1",
		"submitter": "Tiki Wan",
		"opened": "2001-07-06",
		"last_modified": "2016-01-28"
	},
	"LWG328": {
		"type": "issue",
		"title": "Bad sprintf format modifier in money_put<>::do_put()",
		"long_link": "https://cplusplus.github.io/LWG/issue328",
		"link": "https://wg21.link/lwg328",
		"section": "28.3.4.7.3.3 [locale.money.put.virtuals]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2001-07-07",
		"last_modified": "2016-01-28"
	},
	"LWG329": {
		"type": "issue",
		"title": "vector capacity, reserve and reallocation",
		"long_link": "https://cplusplus.github.io/LWG/issue329",
		"link": "https://wg21.link/lwg329",
		"section": "23.3.13.3 [vector.capacity], 23.3.13.5 [vector.modifiers]",
		"status": "CD1",
		"submitter": "Anthony Williams",
		"opened": "2001-07-13",
		"last_modified": "2016-01-28"
	},
	"LWG330": {
		"type": "issue",
		"title": "Misleading \"exposition only\" value in class locale definition",
		"long_link": "https://cplusplus.github.io/LWG/issue330",
		"link": "https://wg21.link/lwg330",
		"section": "28.3.3.1 [locale]",
		"status": "NAD",
		"submitter": "Martin Sebor",
		"opened": "2001-07-15",
		"last_modified": "2016-01-28"
	},
	"LWG331": {
		"type": "issue",
		"title": "bad declaration of destructor for ios_base::failure",
		"long_link": "https://cplusplus.github.io/LWG/issue331",
		"link": "https://wg21.link/lwg331",
		"section": "31.5.2.2.1 [ios.failure]",
		"status": "CD1",
		"submitter": "PremAnand M. Rao",
		"opened": "2001-08-23",
		"last_modified": "2021-06-06"
	},
	"LWG332": {
		"type": "issue",
		"title": "Consider adding increment and decrement operators to std::fpos< T >",
		"long_link": "https://cplusplus.github.io/LWG/issue332",
		"link": "https://wg21.link/lwg332",
		"section": "31.5.3 [fpos]",
		"status": "NAD",
		"submitter": "PremAnand M. Rao",
		"opened": "2001-08-27",
		"last_modified": "2016-01-28"
	},
	"LWG333": {
		"type": "issue",
		"title": "does endl imply synchronization with the device?",
		"long_link": "https://cplusplus.github.io/LWG/issue333",
		"link": "https://wg21.link/lwg333",
		"section": "31.7.6.5 [ostream.manip]",
		"status": "CD1",
		"submitter": "PremAnand M. Rao",
		"opened": "2001-08-27",
		"last_modified": "2016-01-28"
	},
	"LWG334": {
		"type": "issue",
		"title": "map::operator[] specification forces inefficient implementation",
		"long_link": "https://cplusplus.github.io/LWG/issue334",
		"link": "https://wg21.link/lwg334",
		"section": "23.4.3.3 [map.access]",
		"status": "CD1",
		"submitter": "Andrea Griffini",
		"opened": "2001-09-02",
		"last_modified": "2016-01-28"
	},
	"LWG335": {
		"type": "issue",
		"title": "minor issue with char_traits, table 37",
		"long_link": "https://cplusplus.github.io/LWG/issue335",
		"link": "https://wg21.link/lwg335",
		"section": "27.2.2 [char.traits.require]",
		"status": "CD1",
		"submitter": "Andy Sawyer",
		"opened": "2001-09-06",
		"last_modified": "2016-01-28"
	},
	"LWG336": {
		"type": "issue",
		"title": "Clause 17 lack of references to deprecated headers",
		"long_link": "https://cplusplus.github.io/LWG/issue336",
		"link": "https://wg21.link/lwg336",
		"section": "16 [library]",
		"status": "CD1",
		"submitter": "Detlef Vollmann",
		"opened": "2001-09-05",
		"last_modified": "2016-01-28"
	},
	"LWG337": {
		"type": "issue",
		"title": "replace_copy_if's template parameter should be InputIterator",
		"long_link": "https://cplusplus.github.io/LWG/issue337",
		"link": "https://wg21.link/lwg337",
		"section": "26.7.5 [alg.replace]",
		"status": "CD1",
		"submitter": "Detlef Vollmann",
		"opened": "2001-09-07",
		"last_modified": "2016-01-28"
	},
	"LWG338": {
		"type": "issue",
		"title": "is whitespace allowed between `-' and a digit?",
		"long_link": "https://cplusplus.github.io/LWG/issue338",
		"link": "https://wg21.link/lwg338",
		"section": "28.3.4 [locale.categories]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2001-09-17",
		"last_modified": "2016-01-28"
	},
	"LWG339": {
		"type": "issue",
		"title": "definition of bitmask type restricted to clause 27",
		"long_link": "https://cplusplus.github.io/LWG/issue339",
		"link": "https://wg21.link/lwg339",
		"section": "28.3.4.2 [category.ctype], 16.3.3.3.3 [bitmask.types]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2001-09-17",
		"last_modified": "2016-01-28"
	},
	"LWG340": {
		"type": "issue",
		"title": "interpretation of has_facet<Facet>(loc)",
		"long_link": "https://cplusplus.github.io/LWG/issue340",
		"link": "https://wg21.link/lwg340",
		"section": "28.3.3.1.2.1 [locale.category]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2001-09-18",
		"last_modified": "2016-01-28"
	},
	"LWG341": {
		"type": "issue",
		"title": "Vector reallocation and swap",
		"long_link": "https://cplusplus.github.io/LWG/issue341",
		"link": "https://wg21.link/lwg341",
		"section": "23.3.13.3 [vector.capacity]",
		"status": "CD1",
		"submitter": "Anthony Williams",
		"opened": "2001-09-27",
		"last_modified": "2016-01-28"
	},
	"LWG342": {
		"type": "issue",
		"title": "seek and eofbit",
		"long_link": "https://cplusplus.github.io/LWG/issue342",
		"link": "https://wg21.link/lwg342",
		"section": "31.7.5.4 [istream.unformatted]",
		"status": "NAD",
		"submitter": "Howard Hinnant",
		"opened": "2001-10-09",
		"last_modified": "2016-01-28"
	},
	"LWG343": {
		"type": "issue",
		"title": "Unspecified library header dependencies",
		"long_link": "https://cplusplus.github.io/LWG/issue343",
		"link": "https://wg21.link/lwg343",
		"section": "16 [library]",
		"status": "Resolved",
		"submitter": "Martin Sebor",
		"opened": "2001-10-09",
		"last_modified": "2016-01-28"
	},
	"LWG344": {
		"type": "issue",
		"title": "grouping + showbase",
		"long_link": "https://cplusplus.github.io/LWG/issue344",
		"link": "https://wg21.link/lwg344",
		"section": "28.3.4.3 [category.numeric]",
		"status": "NAD",
		"submitter": "Howard Hinnant",
		"opened": "2001-10-13",
		"last_modified": "2016-01-28"
	},
	"LWG345": {
		"type": "issue",
		"title": "type tm in <cwchar>",
		"long_link": "https://cplusplus.github.io/LWG/issue345",
		"link": "https://wg21.link/lwg345",
		"section": "27.5 [c.strings]",
		"status": "CD1",
		"submitter": "Clark Nelson",
		"opened": "2001-10-19",
		"last_modified": "2016-01-28"
	},
	"LWG346": {
		"type": "issue",
		"title": "Some iterator member functions should be const",
		"long_link": "https://cplusplus.github.io/LWG/issue346",
		"link": "https://wg21.link/lwg346",
		"section": "24.3.4 [iterator.concepts]",
		"status": "CD1",
		"submitter": "Jeremy Siek",
		"opened": "2001-10-20",
		"last_modified": "2016-01-28"
	},
	"LWG347": {
		"type": "issue",
		"title": "locale::category and bitmask requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue347",
		"link": "https://wg21.link/lwg347",
		"section": "28.3.3.1.2.1 [locale.category]",
		"status": "CD1",
		"submitter": "P.J. Plauger, Nathan Myers",
		"opened": "2001-10-23",
		"last_modified": "2016-01-28"
	},
	"LWG348": {
		"type": "issue",
		"title": "Minor issue with std::pair operator<",
		"long_link": "https://cplusplus.github.io/LWG/issue348",
		"link": "https://wg21.link/lwg348",
		"section": "22.3 [pairs]",
		"status": "Dup",
		"submitter": "Andy Sawyer",
		"opened": "2001-10-23",
		"last_modified": "2016-01-28"
	},
	"LWG349": {
		"type": "issue",
		"title": "Minor typographical error in ostream_iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue349",
		"link": "https://wg21.link/lwg349",
		"section": "24.6.3 [ostream.iterator]",
		"status": "CD1",
		"submitter": "Andy Sawyer",
		"opened": "2001-10-24",
		"last_modified": "2016-01-28"
	},
	"LWG350": {
		"type": "issue",
		"title": "allocator<>::address",
		"long_link": "https://cplusplus.github.io/LWG/issue350",
		"link": "https://wg21.link/lwg350",
		"section": "20.2.10.2 [allocator.members], 16.4.4.6 [allocator.requirements], 16.4.2.2 [contents]",
		"status": "Dup",
		"submitter": "Nathan Myers",
		"opened": "2001-10-25",
		"last_modified": "2016-01-28"
	},
	"LWG351": {
		"type": "issue",
		"title": "unary_negate and binary_negate: struct or class?",
		"long_link": "https://cplusplus.github.io/LWG/issue351",
		"link": "https://wg21.link/lwg351",
		"section": "22.10 [function.objects]",
		"status": "NAD Editorial",
		"submitter": "Dale Riley",
		"opened": "2001-11-12",
		"last_modified": "2016-01-28"
	},
	"LWG352": {
		"type": "issue",
		"title": "missing fpos requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue352",
		"link": "https://wg21.link/lwg352",
		"section": "27.2.3 [char.traits.typedefs]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2001-12-02",
		"last_modified": "2016-01-28"
	},
	"LWG353": {
		"type": "issue",
		"title": "std::pair missing template assignment",
		"long_link": "https://cplusplus.github.io/LWG/issue353",
		"link": "https://wg21.link/lwg353",
		"section": "22.3 [pairs]",
		"status": "Resolved",
		"submitter": "Martin Sebor",
		"opened": "2001-12-02",
		"last_modified": "2016-01-28"
	},
	"LWG354": {
		"type": "issue",
		"title": "Associative container lower/upper bound requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue354",
		"link": "https://wg21.link/lwg354",
		"section": "23.2.7 [associative.reqmts]",
		"status": "CD1",
		"submitter": "Hans Aberg",
		"opened": "2001-12-17",
		"last_modified": "2016-01-28"
	},
	"LWG355": {
		"type": "issue",
		"title": "Operational semantics for a.back()",
		"long_link": "https://cplusplus.github.io/LWG/issue355",
		"link": "https://wg21.link/lwg355",
		"section": "23.2.4 [sequence.reqmts]",
		"status": "CD1",
		"submitter": "Yaroslav Mironov",
		"opened": "2002-01-23",
		"last_modified": "2016-01-28"
	},
	"LWG356": {
		"type": "issue",
		"title": "Meaning of ctype_base::mask enumerators",
		"long_link": "https://cplusplus.github.io/LWG/issue356",
		"link": "https://wg21.link/lwg356",
		"section": "28.3.4.2 [category.ctype]",
		"status": "NAD",
		"submitter": "Matt Austern",
		"opened": "2002-01-23",
		"last_modified": "2016-01-28"
	},
	"LWG357": {
		"type": "issue",
		"title": "<cmath> float functions cannot return HUGE_VAL",
		"long_link": "https://cplusplus.github.io/LWG/issue357",
		"link": "https://wg21.link/lwg357",
		"section": "29.7 [c.math]",
		"status": "NAD Editorial",
		"submitter": "Ray Lischner",
		"opened": "2002-02-26",
		"last_modified": "2016-01-28"
	},
	"LWG358": {
		"type": "issue",
		"title": "interpreting thousands_sep after a decimal_point",
		"long_link": "https://cplusplus.github.io/LWG/issue358",
		"link": "https://wg21.link/lwg358",
		"section": "28.3.4.3.2.3 [facet.num.get.virtuals]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2002-03-12",
		"last_modified": "2016-01-28"
	},
	"LWG359": {
		"type": "issue",
		"title": "num_put<>::do_put (..., bool) undocumented",
		"long_link": "https://cplusplus.github.io/LWG/issue359",
		"link": "https://wg21.link/lwg359",
		"section": "28.3.4.3.3.2 [facet.num.put.members]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2002-03-12",
		"last_modified": "2016-01-28"
	},
	"LWG360": {
		"type": "issue",
		"title": "locale mandates inefficient implementation",
		"long_link": "https://cplusplus.github.io/LWG/issue360",
		"link": "https://wg21.link/lwg360",
		"section": "28.3.3.1 [locale]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2002-03-12",
		"last_modified": "2016-01-28"
	},
	"LWG361": {
		"type": "issue",
		"title": "num_get<>::do_get (..., void*&) checks grouping",
		"long_link": "https://cplusplus.github.io/LWG/issue361",
		"link": "https://wg21.link/lwg361",
		"section": "28.3.4.3.3.3 [facet.num.put.virtuals]",
		"status": "NAD",
		"submitter": "Martin Sebor",
		"opened": "2002-03-12",
		"last_modified": "2016-01-28"
	},
	"LWG362": {
		"type": "issue",
		"title": "bind1st/bind2nd type safety",
		"long_link": "https://cplusplus.github.io/LWG/issue362",
		"link": "https://wg21.link/lwg362",
		"section": "99 [depr.lib.binders]",
		"status": "CD1",
		"submitter": "Andrew Demkin",
		"opened": "2002-04-26",
		"last_modified": "2016-01-28"
	},
	"LWG363": {
		"type": "issue",
		"title": "Missing exception specification in 27.4.2.1.1",
		"long_link": "https://cplusplus.github.io/LWG/issue363",
		"link": "https://wg21.link/lwg363",
		"section": "31.5.2.2.1 [ios.failure]",
		"status": "CD1",
		"submitter": "Walter Brown and Marc Paterno",
		"opened": "2002-05-20",
		"last_modified": "2021-06-06"
	},
	"LWG364": {
		"type": "issue",
		"title": "Inconsistent wording in 27.5.2.4.2",
		"long_link": "https://cplusplus.github.io/LWG/issue364",
		"link": "https://wg21.link/lwg364",
		"section": "31.6.3.5.2 [streambuf.virt.buffer]",
		"status": "CD1",
		"submitter": "Walter Brown, Marc Paterno",
		"opened": "2002-05-10",
		"last_modified": "2016-01-28"
	},
	"LWG365": {
		"type": "issue",
		"title": "Lack of const-qualification in clause 27",
		"long_link": "https://cplusplus.github.io/LWG/issue365",
		"link": "https://wg21.link/lwg365",
		"section": "31 [input.output]",
		"status": "CD1",
		"submitter": "Walter Brown, Marc Paterno",
		"opened": "2002-05-10",
		"last_modified": "2016-01-28"
	},
	"LWG366": {
		"type": "issue",
		"title": "Excessive const-qualification",
		"long_link": "https://cplusplus.github.io/LWG/issue366",
		"link": "https://wg21.link/lwg366",
		"section": "31 [input.output]",
		"status": "NAD",
		"submitter": "Walter Brown, Marc Paterno",
		"opened": "2002-05-10",
		"last_modified": "2016-01-28"
	},
	"LWG367": {
		"type": "issue",
		"title": "remove_copy/remove_copy_if and Input Iterators",
		"long_link": "https://cplusplus.github.io/LWG/issue367",
		"link": "https://wg21.link/lwg367",
		"section": "26.7.8 [alg.remove]",
		"status": "NAD",
		"submitter": "Anthony Williams",
		"opened": "2002-05-13",
		"last_modified": "2016-01-28"
	},
	"LWG368": {
		"type": "issue",
		"title": "basic_string::replace has two \"Throws\" paragraphs",
		"long_link": "https://cplusplus.github.io/LWG/issue368",
		"link": "https://wg21.link/lwg368",
		"section": "27.4.3.7.6 [string.replace]",
		"status": "NAD Editorial",
		"submitter": "Beman Dawes",
		"opened": "2002-06-03",
		"last_modified": "2016-11-12"
	},
	"LWG369": {
		"type": "issue",
		"title": "io stream objects and static ctors",
		"long_link": "https://cplusplus.github.io/LWG/issue369",
		"link": "https://wg21.link/lwg369",
		"section": "31.4 [iostream.objects]",
		"status": "CD1",
		"submitter": "Ruslan Abdikeev",
		"opened": "2002-07-08",
		"last_modified": "2016-01-28"
	},
	"LWG370": {
		"type": "issue",
		"title": "Minor error in basic_istream::get",
		"long_link": "https://cplusplus.github.io/LWG/issue370",
		"link": "https://wg21.link/lwg370",
		"section": "31.7.5.4 [istream.unformatted]",
		"status": "CD1",
		"submitter": "Ray Lischner",
		"opened": "2002-07-15",
		"last_modified": "2016-01-28"
	},
	"LWG371": {
		"type": "issue",
		"title": "Stability of multiset and multimap member functions",
		"long_link": "https://cplusplus.github.io/LWG/issue371",
		"link": "https://wg21.link/lwg371",
		"section": "23.2 [container.requirements]",
		"status": "CD1",
		"submitter": "Frank Compagner",
		"opened": "2002-07-20",
		"last_modified": "2016-01-28"
	},
	"LWG372": {
		"type": "issue",
		"title": "Inconsistent description of stdlib exceptions",
		"long_link": "https://cplusplus.github.io/LWG/issue372",
		"link": "https://wg21.link/lwg372",
		"section": "16.4.6.14 [res.on.exception.handling], 17.7.3 [type.info]",
		"status": "NAD",
		"submitter": "Randy Maddox",
		"opened": "2002-07-22",
		"last_modified": "2016-01-28"
	},
	"LWG373": {
		"type": "issue",
		"title": "Are basic_istream and basic_ostream to use (exceptions()&badbit) != 0 ?",
		"long_link": "https://cplusplus.github.io/LWG/issue373",
		"link": "https://wg21.link/lwg373",
		"section": "31.7.5.3.1 [istream.formatted.reqmts], 31.7.6.3.1 [ostream.formatted.reqmts]",
		"status": "CD1",
		"submitter": "Keith Baker",
		"opened": "2002-07-23",
		"last_modified": "2016-01-28"
	},
	"LWG374": {
		"type": "issue",
		"title": "moneypunct::frac_digits returns int not unsigned",
		"long_link": "https://cplusplus.github.io/LWG/issue374",
		"link": "https://wg21.link/lwg374",
		"section": "28.3.4.7.4.2 [locale.moneypunct.members], 28.3.4.7.4.3 [locale.moneypunct.virtuals]",
		"status": "NAD",
		"submitter": "Ray Lischner",
		"opened": "2002-08-08",
		"last_modified": "2016-01-28"
	},
	"LWG375": {
		"type": "issue",
		"title": "basic_ios should be ios_base in 27.7.1.3",
		"long_link": "https://cplusplus.github.io/LWG/issue375",
		"link": "https://wg21.link/lwg375",
		"section": "31.8.2.5 [stringbuf.virtuals]",
		"status": "CD1",
		"submitter": "Ray Lischner",
		"opened": "2002-08-14",
		"last_modified": "2016-01-28"
	},
	"LWG376": {
		"type": "issue",
		"title": "basic_streambuf semantics",
		"long_link": "https://cplusplus.github.io/LWG/issue376",
		"link": "https://wg21.link/lwg376",
		"section": "31.8.2.5 [stringbuf.virtuals]",
		"status": "CD1",
		"submitter": "Ray Lischner",
		"opened": "2002-08-14",
		"last_modified": "2016-01-28"
	},
	"LWG377": {
		"type": "issue",
		"title": "basic_string::insert and length_error",
		"long_link": "https://cplusplus.github.io/LWG/issue377",
		"link": "https://wg21.link/lwg377",
		"section": "27.4.3.7.4 [string.insert]",
		"status": "NAD",
		"submitter": "Ray Lischner",
		"opened": "2002-08-16",
		"last_modified": "2016-11-12"
	},
	"LWG378": {
		"type": "issue",
		"title": "locale immutability and locale::operator=()",
		"long_link": "https://cplusplus.github.io/LWG/issue378",
		"link": "https://wg21.link/lwg378",
		"section": "28.3.3.1 [locale]",
		"status": "Dup",
		"submitter": "Martin Sebor",
		"opened": "2002-09-06",
		"last_modified": "2016-01-28"
	},
	"LWG379": {
		"type": "issue",
		"title": "nonsensical ctype::do_widen() requirement",
		"long_link": "https://cplusplus.github.io/LWG/issue379",
		"link": "https://wg21.link/lwg379",
		"section": "28.3.4.2.2.3 [locale.ctype.virtuals]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2002-09-06",
		"last_modified": "2016-01-28"
	},
	"LWG380": {
		"type": "issue",
		"title": "typos in codecvt tables 53 and 54",
		"long_link": "https://cplusplus.github.io/LWG/issue380",
		"link": "https://wg21.link/lwg380",
		"section": "28.3.4.2.6 [locale.codecvt.byname]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2002-09-06",
		"last_modified": "2016-01-28"
	},
	"LWG381": {
		"type": "issue",
		"title": "detection of invalid mbstate_t in codecvt",
		"long_link": "https://cplusplus.github.io/LWG/issue381",
		"link": "https://wg21.link/lwg381",
		"section": "28.3.4.2.6 [locale.codecvt.byname]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2002-09-06",
		"last_modified": "2016-01-28"
	},
	"LWG382": {
		"type": "issue",
		"title": "codecvt do_in/out result",
		"long_link": "https://cplusplus.github.io/LWG/issue382",
		"link": "https://wg21.link/lwg382",
		"section": "28.3.4.2.5 [locale.codecvt]",
		"status": "NAD",
		"submitter": "Martin Sebor",
		"opened": "2002-08-30",
		"last_modified": "2016-01-28"
	},
	"LWG383": {
		"type": "issue",
		"title": "Bidirectional iterator assertion typo",
		"long_link": "https://cplusplus.github.io/LWG/issue383",
		"link": "https://wg21.link/lwg383",
		"section": "24.3.5.6 [bidirectional.iterators]",
		"status": "CD1",
		"submitter": "ysapir (submitted via comp.std.c++)",
		"opened": "2002-10-17",
		"last_modified": "2016-01-28"
	},
	"LWG384": {
		"type": "issue",
		"title": "equal_range has unimplementable runtime complexity",
		"long_link": "https://cplusplus.github.io/LWG/issue384",
		"link": "https://wg21.link/lwg384",
		"section": "26.8.4.4 [equal.range]",
		"status": "CD1",
		"submitter": "Hans Bos",
		"opened": "2002-10-18",
		"last_modified": "2016-01-28"
	},
	"LWG385": {
		"type": "issue",
		"title": "Does call by value imply the CopyConstructible requirement?",
		"long_link": "https://cplusplus.github.io/LWG/issue385",
		"link": "https://wg21.link/lwg385",
		"section": "16 [library]",
		"status": "NAD",
		"submitter": "Matt Austern",
		"opened": "2002-10-23",
		"last_modified": "2016-01-28"
	},
	"LWG386": {
		"type": "issue",
		"title": "Reverse iterator's operator[] has impossible return type",
		"long_link": "https://cplusplus.github.io/LWG/issue386",
		"link": "https://wg21.link/lwg386",
		"section": "24.5.1.6 [reverse.iter.elem]",
		"status": "CD1",
		"submitter": "Matt Austern",
		"opened": "2002-10-23",
		"last_modified": "2021-06-06"
	},
	"LWG387": {
		"type": "issue",
		"title": "std::complex over-encapsulated",
		"long_link": "https://cplusplus.github.io/LWG/issue387",
		"link": "https://wg21.link/lwg387",
		"section": "29.4 [complex.numbers]",
		"status": "CD1",
		"submitter": "Gabriel Dos Reis",
		"opened": "2002-11-08",
		"last_modified": "2016-01-28"
	},
	"LWG388": {
		"type": "issue",
		"title": "Use of complex as a key in associative containers",
		"long_link": "https://cplusplus.github.io/LWG/issue388",
		"link": "https://wg21.link/lwg388",
		"section": "29.4 [complex.numbers]",
		"status": "NAD",
		"submitter": "Gabriel Dos Reis",
		"opened": "2002-11-08",
		"last_modified": "2016-01-28"
	},
	"LWG389": {
		"type": "issue",
		"title": "Const overload of valarray::operator[] returns by value",
		"long_link": "https://cplusplus.github.io/LWG/issue389",
		"link": "https://wg21.link/lwg389",
		"section": "29.6.2.4 [valarray.access]",
		"status": "CD1",
		"submitter": "Gabriel Dos Reis",
		"opened": "2002-11-08",
		"last_modified": "2016-01-28"
	},
	"LWG390": {
		"type": "issue",
		"title": "CopyConstructible requirements too strict",
		"long_link": "https://cplusplus.github.io/LWG/issue390",
		"link": "https://wg21.link/lwg390",
		"section": "16.4.4.2 [utility.arg.requirements]",
		"status": "NAD Editorial",
		"submitter": "Doug Gregor",
		"opened": "2002-10-24",
		"last_modified": "2016-01-28"
	},
	"LWG391": {
		"type": "issue",
		"title": "non-member functions specified as const",
		"long_link": "https://cplusplus.github.io/LWG/issue391",
		"link": "https://wg21.link/lwg391",
		"section": "28.3.3.3.2 [conversions.character]",
		"status": "CD1",
		"submitter": "James Kanze",
		"opened": "2002-12-10",
		"last_modified": "2021-06-06"
	},
	"LWG392": {
		"type": "issue",
		"title": "'equivalence' for input iterators",
		"long_link": "https://cplusplus.github.io/LWG/issue392",
		"link": "https://wg21.link/lwg392",
		"section": "24.3.5.3 [input.iterators]",
		"status": "NAD",
		"submitter": "Corwin Joy",
		"opened": "2002-12-11",
		"last_modified": "2016-01-28"
	},
	"LWG393": {
		"type": "issue",
		"title": "do_in/do_out operation on state unclear",
		"long_link": "https://cplusplus.github.io/LWG/issue393",
		"link": "https://wg21.link/lwg393",
		"section": "28.3.4.2.5.3 [locale.codecvt.virtuals]",
		"status": "NAD Editorial",
		"submitter": "Alberto Barbati",
		"opened": "2002-12-24",
		"last_modified": "2016-01-28"
	},
	"LWG394": {
		"type": "issue",
		"title": "behavior of formatted output on failure",
		"long_link": "https://cplusplus.github.io/LWG/issue394",
		"link": "https://wg21.link/lwg394",
		"section": "31.7.6.3.1 [ostream.formatted.reqmts]",
		"status": "NAD",
		"submitter": "Martin Sebor",
		"opened": "2002-12-27",
		"last_modified": "2016-01-28"
	},
	"LWG395": {
		"type": "issue",
		"title": "inconsistencies in the definitions of rand() and random_shuffle()",
		"long_link": "https://cplusplus.github.io/LWG/issue395",
		"link": "https://wg21.link/lwg395",
		"section": "29.7 [c.math]",
		"status": "CD1",
		"submitter": "James Kanze",
		"opened": "2003-01-03",
		"last_modified": "2016-01-28"
	},
	"LWG396": {
		"type": "issue",
		"title": "what are characters zero and one",
		"long_link": "https://cplusplus.github.io/LWG/issue396",
		"link": "https://wg21.link/lwg396",
		"section": "22.9.2.2 [bitset.cons]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2003-01-05",
		"last_modified": "2016-01-28"
	},
	"LWG397": {
		"type": "issue",
		"title": "ostream::sentry dtor throws exceptions",
		"long_link": "https://cplusplus.github.io/LWG/issue397",
		"link": "https://wg21.link/lwg397",
		"section": "31.7.6.2.4 [ostream.sentry]",
		"status": "NAD Editorial",
		"submitter": "Martin Sebor",
		"opened": "2003-01-05",
		"last_modified": "2021-06-06"
	},
	"LWG398": {
		"type": "issue",
		"title": "effects of end-of-file on unformatted input functions",
		"long_link": "https://cplusplus.github.io/LWG/issue398",
		"link": "https://wg21.link/lwg398",
		"section": "31.7.6.2.4 [ostream.sentry]",
		"status": "NAD",
		"submitter": "Martin Sebor",
		"opened": "2003-01-05",
		"last_modified": "2021-06-06"
	},
	"LWG399": {
		"type": "issue",
		"title": "volations of unformatted input function requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue399",
		"link": "https://wg21.link/lwg399",
		"section": "31.7.5.4 [istream.unformatted]",
		"status": "NAD",
		"submitter": "Martin Sebor",
		"opened": "2003-01-05",
		"last_modified": "2016-01-28"
	},
	"LWG400": {
		"type": "issue",
		"title": "redundant type cast in lib.allocator.members",
		"long_link": "https://cplusplus.github.io/LWG/issue400",
		"link": "https://wg21.link/lwg400",
		"section": "20.2.10.2 [allocator.members]",
		"status": "CD1",
		"submitter": "Markus Mauhart",
		"opened": "2003-02-27",
		"last_modified": "2016-01-28"
	},
	"LWG401": {
		"type": "issue",
		"title": "incorrect type casts in table 32 in lib.allocator.requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue401",
		"link": "https://wg21.link/lwg401",
		"section": "16.4.4.6 [allocator.requirements]",
		"status": "CD1",
		"submitter": "Markus Mauhart",
		"opened": "2003-02-27",
		"last_modified": "2016-01-28"
	},
	"LWG402": {
		"type": "issue",
		"title": "wrong new expression in [some_]allocator::construct",
		"long_link": "https://cplusplus.github.io/LWG/issue402",
		"link": "https://wg21.link/lwg402",
		"section": "16.4.4.6 [allocator.requirements], 20.2.10.2 [allocator.members]",
		"status": "CD1",
		"submitter": "Markus Mauhart",
		"opened": "2003-02-27",
		"last_modified": "2016-01-28"
	},
	"LWG403": {
		"type": "issue",
		"title": "basic_string::swap should not throw exceptions",
		"long_link": "https://cplusplus.github.io/LWG/issue403",
		"link": "https://wg21.link/lwg403",
		"section": "27.4.3.7.8 [string.swap]",
		"status": "CD1",
		"submitter": "Beman Dawes",
		"opened": "2003-03-25",
		"last_modified": "2016-11-12"
	},
	"LWG404": {
		"type": "issue",
		"title": "May a replacement allocation function be declared inline?",
		"long_link": "https://cplusplus.github.io/LWG/issue404",
		"link": "https://wg21.link/lwg404",
		"section": "16.4.5.6 [replacement.functions], 17.6.3 [new.delete]",
		"status": "CD1",
		"submitter": "Matt Austern",
		"opened": "2003-04-24",
		"last_modified": "2016-01-28"
	},
	"LWG405": {
		"type": "issue",
		"title": "qsort and POD",
		"long_link": "https://cplusplus.github.io/LWG/issue405",
		"link": "https://wg21.link/lwg405",
		"section": "26.13 [alg.c.library]",
		"status": "CD1",
		"submitter": "Ray Lischner",
		"opened": "2003-04-08",
		"last_modified": "2016-01-28"
	},
	"LWG406": {
		"type": "issue",
		"title": "vector::insert(s) exception safety",
		"long_link": "https://cplusplus.github.io/LWG/issue406",
		"link": "https://wg21.link/lwg406",
		"section": "23.3.13.5 [vector.modifiers]",
		"status": "CD1",
		"submitter": "Dave Abrahams",
		"opened": "2003-04-27",
		"last_modified": "2016-01-28"
	},
	"LWG407": {
		"type": "issue",
		"title": "Can singular iterators be destroyed?",
		"long_link": "https://cplusplus.github.io/LWG/issue407",
		"link": "https://wg21.link/lwg407",
		"section": "24.3.4 [iterator.concepts]",
		"status": "CD1",
		"submitter": "Nathan Myers",
		"opened": "2003-06-03",
		"last_modified": "2016-01-28"
	},
	"LWG408": {
		"type": "issue",
		"title": "Is vector<reverse_iterator<char*> > forbidden?",
		"long_link": "https://cplusplus.github.io/LWG/issue408",
		"link": "https://wg21.link/lwg408",
		"section": "24.3 [iterator.requirements]",
		"status": "NAD Editorial",
		"submitter": "Nathan Myers",
		"opened": "2003-06-03",
		"last_modified": "2016-01-28"
	},
	"LWG409": {
		"type": "issue",
		"title": "Closing an fstream should clear error state",
		"long_link": "https://cplusplus.github.io/LWG/issue409",
		"link": "https://wg21.link/lwg409",
		"section": "31.10.4.4 [ifstream.members], 31.10.5.4 [ofstream.members]",
		"status": "CD1",
		"submitter": "Nathan Myers",
		"opened": "2003-06-03",
		"last_modified": "2016-01-28"
	},
	"LWG410": {
		"type": "issue",
		"title": "Missing semantics for stack and queue comparison operators",
		"long_link": "https://cplusplus.github.io/LWG/issue410",
		"link": "https://wg21.link/lwg410",
		"section": "23.3.11.2 [list.cons], 23.3.11.4 [list.modifiers]",
		"status": "CD1",
		"submitter": "Hans Bos",
		"opened": "2003-06-07",
		"last_modified": "2016-01-28"
	},
	"LWG411": {
		"type": "issue",
		"title": "Wrong names of set member functions",
		"long_link": "https://cplusplus.github.io/LWG/issue411",
		"link": "https://wg21.link/lwg411",
		"section": "26.8.7 [alg.set.operations]",
		"status": "CD1",
		"submitter": "Daniel Frey",
		"opened": "2003-07-09",
		"last_modified": "2016-01-28"
	},
	"LWG412": {
		"type": "issue",
		"title": "Typo in 27.4.4.3",
		"long_link": "https://cplusplus.github.io/LWG/issue412",
		"link": "https://wg21.link/lwg412",
		"section": "31.5.4.4 [iostate.flags]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2003-07-10",
		"last_modified": "2016-01-28"
	},
	"LWG413": {
		"type": "issue",
		"title": "Proposed resolution to LDR#64 still wrong",
		"long_link": "https://cplusplus.github.io/LWG/issue413",
		"link": "https://wg21.link/lwg413",
		"section": "31.7.5.3.3 [istream.extractors]",
		"status": "CD1",
		"submitter": "Bo Persson",
		"opened": "2003-07-13",
		"last_modified": "2017-04-22"
	},
	"LWG414": {
		"type": "issue",
		"title": "Which iterators are invalidated by v.erase()?",
		"long_link": "https://cplusplus.github.io/LWG/issue414",
		"link": "https://wg21.link/lwg414",
		"section": "23.3.13.5 [vector.modifiers]",
		"status": "CD1",
		"submitter": "Matt Austern",
		"opened": "2003-08-19",
		"last_modified": "2016-01-28"
	},
	"LWG415": {
		"type": "issue",
		"title": "behavior of std::ws",
		"long_link": "https://cplusplus.github.io/LWG/issue415",
		"link": "https://wg21.link/lwg415",
		"section": "31.7.5.5 [istream.manip]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2003-09-18",
		"last_modified": "2016-01-28"
	},
	"LWG416": {
		"type": "issue",
		"title": "definitions of XXX_MIN and XXX_MAX macros in climits",
		"long_link": "https://cplusplus.github.io/LWG/issue416",
		"link": "https://wg21.link/lwg416",
		"section": "17.3.6 [climits.syn]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2003-09-18",
		"last_modified": "2017-06-15"
	},
	"LWG417": {
		"type": "issue",
		"title": "what does ctype::do_widen() return on failure",
		"long_link": "https://cplusplus.github.io/LWG/issue417",
		"link": "https://wg21.link/lwg417",
		"section": "28.3.4.2.2.3 [locale.ctype.virtuals]",
		"status": "NAD",
		"submitter": "Martin Sebor",
		"opened": "2003-09-18",
		"last_modified": "2016-01-28"
	},
	"LWG418": {
		"type": "issue",
		"title": "exceptions thrown during iostream cleanup",
		"long_link": "https://cplusplus.github.io/LWG/issue418",
		"link": "https://wg21.link/lwg418",
		"section": "31.5.2.2.6 [ios.init]",
		"status": "NAD",
		"submitter": "Martin Sebor",
		"opened": "2003-09-18",
		"last_modified": "2021-06-06"
	},
	"LWG419": {
		"type": "issue",
		"title": "istream extractors not setting failbit if eofbit is already set",
		"long_link": "https://cplusplus.github.io/LWG/issue419",
		"link": "https://wg21.link/lwg419",
		"section": "31.7.5.2.4 [istream.sentry]",
		"status": "C++11",
		"submitter": "Martin Sebor",
		"opened": "2003-09-18",
		"last_modified": "2021-06-06"
	},
	"LWG420": {
		"type": "issue",
		"title": "is std::FILE a complete type?",
		"long_link": "https://cplusplus.github.io/LWG/issue420",
		"link": "https://wg21.link/lwg420",
		"section": "31.10 [file.streams]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2003-09-18",
		"last_modified": "2017-06-15"
	},
	"LWG421": {
		"type": "issue",
		"title": "is basic_streambuf copy-constructible?",
		"long_link": "https://cplusplus.github.io/LWG/issue421",
		"link": "https://wg21.link/lwg421",
		"section": "31.6.3.2 [streambuf.cons]",
		"status": "NAD",
		"submitter": "Martin Sebor",
		"opened": "2003-09-18",
		"last_modified": "2016-01-28"
	},
	"LWG422": {
		"type": "issue",
		"title": "explicit specializations of member functions of class templates",
		"long_link": "https://cplusplus.github.io/LWG/issue422",
		"link": "https://wg21.link/lwg422",
		"section": "16.4.5.3 [reserved.names]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2003-09-18",
		"last_modified": "2016-01-28"
	},
	"LWG423": {
		"type": "issue",
		"title": "Effects of negative streamsize in iostreams",
		"long_link": "https://cplusplus.github.io/LWG/issue423",
		"link": "https://wg21.link/lwg423",
		"section": "31 [input.output]",
		"status": "Open",
		"submitter": "Martin Sebor",
		"opened": "2003-09-18",
		"last_modified": "2018-12-09"
	},
	"LWG424": {
		"type": "issue",
		"title": "normative notes",
		"long_link": "https://cplusplus.github.io/LWG/issue424",
		"link": "https://wg21.link/lwg424",
		"section": "16.3.2.2 [structure.summary]",
		"status": "NAD Editorial",
		"submitter": "Martin Sebor",
		"opened": "2003-09-18",
		"last_modified": "2016-11-12"
	},
	"LWG425": {
		"type": "issue",
		"title": "return value of std::get_temporary_buffer",
		"long_link": "https://cplusplus.github.io/LWG/issue425",
		"link": "https://wg21.link/lwg425",
		"section": "99 [depr.temporary.buffer]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2003-09-18",
		"last_modified": "2017-06-15"
	},
	"LWG426": {
		"type": "issue",
		"title": "search_n(), fill_n(), and generate_n() with negative n",
		"long_link": "https://cplusplus.github.io/LWG/issue426",
		"link": "https://wg21.link/lwg426",
		"section": "26.6.15 [alg.search], 26.7.6 [alg.fill], 26.7.7 [alg.generate]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2003-09-18",
		"last_modified": "2016-01-28"
	},
	"LWG427": {
		"type": "issue",
		"title": "Stage 2 and rationale of DR 221",
		"long_link": "https://cplusplus.github.io/LWG/issue427",
		"link": "https://wg21.link/lwg427",
		"section": "28.3.4.3.2.3 [facet.num.get.virtuals]",
		"status": "C++11",
		"submitter": "Martin Sebor",
		"opened": "2003-09-18",
		"last_modified": "2016-01-28"
	},
	"LWG428": {
		"type": "issue",
		"title": "string::erase(iterator) validity",
		"long_link": "https://cplusplus.github.io/LWG/issue428",
		"link": "https://wg21.link/lwg428",
		"section": "27.4.3.7.5 [string.erase]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2003-09-18",
		"last_modified": "2016-11-12"
	},
	"LWG429": {
		"type": "issue",
		"title": "typo in basic_ios::clear(iostate)",
		"long_link": "https://cplusplus.github.io/LWG/issue429",
		"link": "https://wg21.link/lwg429",
		"section": "31.5.4.4 [iostate.flags]",
		"status": "Dup",
		"submitter": "Martin Sebor",
		"opened": "2003-09-18",
		"last_modified": "2016-01-28"
	},
	"LWG430": {
		"type": "issue",
		"title": "valarray subset operations",
		"long_link": "https://cplusplus.github.io/LWG/issue430",
		"link": "https://wg21.link/lwg430",
		"section": "29.6.2.5 [valarray.sub]",
		"status": "C++11",
		"submitter": "Martin Sebor",
		"opened": "2003-09-18",
		"last_modified": "2016-01-28"
	},
	"LWG431": {
		"type": "issue",
		"title": "Swapping containers with unequal allocators",
		"long_link": "https://cplusplus.github.io/LWG/issue431",
		"link": "https://wg21.link/lwg431",
		"section": "16.4.4.6 [allocator.requirements], 26 [algorithms]",
		"status": "Resolved",
		"submitter": "Matt Austern",
		"opened": "2003-09-20",
		"last_modified": "2016-01-28"
	},
	"LWG432": {
		"type": "issue",
		"title": "stringbuf::overflow() makes only one write position available",
		"long_link": "https://cplusplus.github.io/LWG/issue432",
		"link": "https://wg21.link/lwg432",
		"section": "31.8.2.5 [stringbuf.virtuals]",
		"status": "CD1",
		"submitter": "Christian W Brock",
		"opened": "2003-09-24",
		"last_modified": "2016-01-28"
	},
	"LWG433": {
		"type": "issue",
		"title": "Contradiction in specification of unexpected()",
		"long_link": "https://cplusplus.github.io/LWG/issue433",
		"link": "https://wg21.link/lwg433",
		"section": "99 [unexpected]",
		"status": "NAD",
		"submitter": "Vyatcheslav Sysoltsev",
		"opened": "2003-09-29",
		"last_modified": "2016-01-28"
	},
	"LWG434": {
		"type": "issue",
		"title": "bitset::to_string() hard to use",
		"long_link": "https://cplusplus.github.io/LWG/issue434",
		"link": "https://wg21.link/lwg434",
		"section": "22.9.2.3 [bitset.members]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2003-10-15",
		"last_modified": "2016-01-28"
	},
	"LWG435": {
		"type": "issue",
		"title": "bug in DR 25",
		"long_link": "https://cplusplus.github.io/LWG/issue435",
		"link": "https://wg21.link/lwg435",
		"section": "27.4.4.4 [string.io]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2003-10-15",
		"last_modified": "2016-01-28"
	},
	"LWG436": {
		"type": "issue",
		"title": "are cv-qualified facet types valid facets?",
		"long_link": "https://cplusplus.github.io/LWG/issue436",
		"link": "https://wg21.link/lwg436",
		"section": "28.3.3.1.2.2 [locale.facet]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2003-10-15",
		"last_modified": "2016-01-28"
	},
	"LWG437": {
		"type": "issue",
		"title": "Formatted output of function pointers is confusing",
		"long_link": "https://cplusplus.github.io/LWG/issue437",
		"link": "https://wg21.link/lwg437",
		"section": "31.7.6.3.2 [ostream.inserters.arithmetic]",
		"status": "NAD",
		"submitter": "Ivan Godard",
		"opened": "2003-10-24",
		"last_modified": "2016-01-28"
	},
	"LWG438": {
		"type": "issue",
		"title": "Ambiguity in the \"do the right thing\" clause",
		"long_link": "https://cplusplus.github.io/LWG/issue438",
		"link": "https://wg21.link/lwg438",
		"section": "23.2.4 [sequence.reqmts]",
		"status": "CD1",
		"submitter": "Howard Hinnant",
		"opened": "2003-10-20",
		"last_modified": "2016-01-28"
	},
	"LWG439": {
		"type": "issue",
		"title": "Should facets be copyable?",
		"long_link": "https://cplusplus.github.io/LWG/issue439",
		"link": "https://wg21.link/lwg439",
		"section": "28.3.4 [locale.categories]",
		"status": "NAD",
		"submitter": "Matt Austern",
		"opened": "2003-11-02",
		"last_modified": "2016-01-28"
	},
	"LWG440": {
		"type": "issue",
		"title": "Should std::complex use unqualified transcendentals?",
		"long_link": "https://cplusplus.github.io/LWG/issue440",
		"link": "https://wg21.link/lwg440",
		"section": "29.4.8 [complex.transcendentals]",
		"status": "NAD",
		"submitter": "Matt Austern",
		"opened": "2003-11-05",
		"last_modified": "2016-01-28"
	},
	"LWG441": {
		"type": "issue",
		"title": "Is fpos::state const?",
		"long_link": "https://cplusplus.github.io/LWG/issue441",
		"link": "https://wg21.link/lwg441",
		"section": "31.5.3 [fpos]",
		"status": "CD1",
		"submitter": "Vincent Leloup",
		"opened": "2003-11-17",
		"last_modified": "2016-01-28"
	},
	"LWG442": {
		"type": "issue",
		"title": "sentry::operator bool() inconsistent signature",
		"long_link": "https://cplusplus.github.io/LWG/issue442",
		"link": "https://wg21.link/lwg442",
		"section": "31.7.6.2.4 [ostream.sentry]",
		"status": "CD1",
		"submitter": "Vincent Leloup",
		"opened": "2003-11-18",
		"last_modified": "2021-06-06"
	},
	"LWG443": {
		"type": "issue",
		"title": "filebuf::close() inconsistent use of EOF",
		"long_link": "https://cplusplus.github.io/LWG/issue443",
		"link": "https://wg21.link/lwg443",
		"section": "31.10.3.4 [filebuf.members]",
		"status": "CD1",
		"submitter": "Vincent Leloup",
		"opened": "2003-11-20",
		"last_modified": "2016-01-28"
	},
	"LWG444": {
		"type": "issue",
		"title": "Bad use of casts in fstream",
		"long_link": "https://cplusplus.github.io/LWG/issue444",
		"link": "https://wg21.link/lwg444",
		"section": "31.10 [file.streams]",
		"status": "CD1",
		"submitter": "Vincent Leloup",
		"opened": "2003-11-20",
		"last_modified": "2017-06-15"
	},
	"LWG445": {
		"type": "issue",
		"title": "iterator_traits::reference unspecified for some iterator categories",
		"long_link": "https://cplusplus.github.io/LWG/issue445",
		"link": "https://wg21.link/lwg445",
		"section": "24.3.2.3 [iterator.traits]",
		"status": "CD1",
		"submitter": "Dave Abrahams",
		"opened": "2003-12-09",
		"last_modified": "2016-01-28"
	},
	"LWG446": {
		"type": "issue",
		"title": "Iterator equality between different containers",
		"long_link": "https://cplusplus.github.io/LWG/issue446",
		"link": "https://wg21.link/lwg446",
		"section": "24.3 [iterator.requirements], 23.2 [container.requirements]",
		"status": "NAD Editorial",
		"submitter": "Andy Koenig",
		"opened": "2003-12-16",
		"last_modified": "2016-01-28"
	},
	"LWG447": {
		"type": "issue",
		"title": "Wrong template argument for time facets",
		"long_link": "https://cplusplus.github.io/LWG/issue447",
		"link": "https://wg21.link/lwg447",
		"section": "28.3.3.1.2.1 [locale.category]",
		"status": "Dup",
		"submitter": "Pete Becker",
		"opened": "2003-12-26",
		"last_modified": "2016-01-28"
	},
	"LWG448": {
		"type": "issue",
		"title": "Random Access Iterators over abstract classes",
		"long_link": "https://cplusplus.github.io/LWG/issue448",
		"link": "https://wg21.link/lwg448",
		"section": "24.3.5.7 [random.access.iterators]",
		"status": "CD1",
		"submitter": "Dave Abrahams",
		"opened": "2004-01-07",
		"last_modified": "2016-01-28"
	},
	"LWG449": {
		"type": "issue",
		"title": "Library Issue 306 Goes Too Far",
		"long_link": "https://cplusplus.github.io/LWG/issue449",
		"link": "https://wg21.link/lwg449",
		"section": "17.2 [support.types]",
		"status": "CD1",
		"submitter": "Pete Becker",
		"opened": "2004-01-15",
		"last_modified": "2016-01-28"
	},
	"LWG450": {
		"type": "issue",
		"title": "set::find is inconsistent with associative container requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue450",
		"link": "https://wg21.link/lwg450",
		"section": "23.4.6 [set]",
		"status": "Dup",
		"submitter": "Bill Plauger",
		"opened": "2004-01-30",
		"last_modified": "2016-01-28"
	},
	"LWG451": {
		"type": "issue",
		"title": "Associative erase should return an iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue451",
		"link": "https://wg21.link/lwg451",
		"section": "23.2.7 [associative.reqmts], 23.4 [associative]",
		"status": "Dup",
		"submitter": "Bill Plauger",
		"opened": "2004-01-30",
		"last_modified": "2016-01-28"
	},
	"LWG452": {
		"type": "issue",
		"title": "locale::combine should be permitted to generate a named locale",
		"long_link": "https://cplusplus.github.io/LWG/issue452",
		"link": "https://wg21.link/lwg452",
		"section": "28.3.3.1.4 [locale.members]",
		"status": "NAD",
		"submitter": "Bill Plauger",
		"opened": "2004-01-30",
		"last_modified": "2016-01-28"
	},
	"LWG453": {
		"type": "issue",
		"title": "basic_stringbuf::seekoff need not always fail for an empty stream",
		"long_link": "https://cplusplus.github.io/LWG/issue453",
		"link": "https://wg21.link/lwg453",
		"section": "31.8.2.5 [stringbuf.virtuals]",
		"status": "CD1",
		"submitter": "Bill Plauger",
		"opened": "2004-01-30",
		"last_modified": "2016-01-28"
	},
	"LWG454": {
		"type": "issue",
		"title": "basic_filebuf::open should accept wchar_t names",
		"long_link": "https://cplusplus.github.io/LWG/issue454",
		"link": "https://wg21.link/lwg454",
		"section": "31.10.3.4 [filebuf.members]",
		"status": "NAD",
		"submitter": "Bill Plauger",
		"opened": "2004-01-30",
		"last_modified": "2016-01-28"
	},
	"LWG455": {
		"type": "issue",
		"title": "cerr::tie() and wcerr::tie() are overspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue455",
		"link": "https://wg21.link/lwg455",
		"section": "31.4 [iostream.objects]",
		"status": "CD1",
		"submitter": "Bill Plauger",
		"opened": "2004-01-30",
		"last_modified": "2016-01-28"
	},
	"LWG456": {
		"type": "issue",
		"title": "Traditional C header files are overspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue456",
		"link": "https://wg21.link/lwg456",
		"section": "16.4.2.3 [headers]",
		"status": "CD1",
		"submitter": "Bill Plauger",
		"opened": "2004-01-30",
		"last_modified": "2016-01-28"
	},
	"LWG457": {
		"type": "issue",
		"title": "bitset constructor: incorrect number of initialized bits",
		"long_link": "https://cplusplus.github.io/LWG/issue457",
		"link": "https://wg21.link/lwg457",
		"section": "22.9.2.2 [bitset.cons]",
		"status": "CD1",
		"submitter": "Dag Henriksson",
		"opened": "2004-01-30",
		"last_modified": "2016-01-28"
	},
	"LWG458": {
		"type": "issue",
		"title": "24.1.5 contains unintended limitation for operator-",
		"long_link": "https://cplusplus.github.io/LWG/issue458",
		"link": "https://wg21.link/lwg458",
		"section": "24.3.5.7 [random.access.iterators]",
		"status": "NAD",
		"submitter": "Daniel Frey",
		"opened": "2004-02-27",
		"last_modified": "2016-01-28"
	},
	"LWG459": {
		"type": "issue",
		"title": "Requirement for widening in stage 2 is overspecification",
		"long_link": "https://cplusplus.github.io/LWG/issue459",
		"link": "https://wg21.link/lwg459",
		"section": "28.3.4.3.2.3 [facet.num.get.virtuals]",
		"status": "NAD",
		"submitter": "Martin Sebor",
		"opened": "2004-03-16",
		"last_modified": "2016-01-28"
	},
	"LWG460": {
		"type": "issue",
		"title": "Default modes missing from basic_fstream member specifications",
		"long_link": "https://cplusplus.github.io/LWG/issue460",
		"link": "https://wg21.link/lwg460",
		"section": "31.10 [file.streams]",
		"status": "CD1",
		"submitter": "Ben Hutchings",
		"opened": "2004-04-01",
		"last_modified": "2017-06-15"
	},
	"LWG461": {
		"type": "issue",
		"title": "time_get hard or impossible to implement",
		"long_link": "https://cplusplus.github.io/LWG/issue461",
		"link": "https://wg21.link/lwg461",
		"section": "28.3.4.6.2.3 [locale.time.get.virtuals]",
		"status": "CD1",
		"submitter": "Bill Plauger",
		"opened": "2004-03-23",
		"last_modified": "2016-01-28"
	},
	"LWG462": {
		"type": "issue",
		"title": "Destroying objects with static storage duration",
		"long_link": "https://cplusplus.github.io/LWG/issue462",
		"link": "https://wg21.link/lwg462",
		"section": "6.10.3.4 [basic.start.term], 17.2.2 [cstdlib.syn]",
		"status": "NAD",
		"submitter": "Bill Plauger",
		"opened": "2004-03-23",
		"last_modified": "2023-02-07"
	},
	"LWG463": {
		"type": "issue",
		"title": "auto_ptr usability issues",
		"long_link": "https://cplusplus.github.io/LWG/issue463",
		"link": "https://wg21.link/lwg463",
		"section": "99 [auto.ptr]",
		"status": "NAD",
		"submitter": "Rani Sharoni",
		"opened": "2003-12-07",
		"last_modified": "2016-01-28"
	},
	"LWG464": {
		"type": "issue",
		"title": "Suggestion for new member functions in standard containers",
		"long_link": "https://cplusplus.github.io/LWG/issue464",
		"link": "https://wg21.link/lwg464",
		"section": "23.3.13 [vector], 23.4.3 [map]",
		"status": "CD1",
		"submitter": "Thorsten Ottosen",
		"opened": "2004-05-12",
		"last_modified": "2016-01-28"
	},
	"LWG465": {
		"type": "issue",
		"title": "Contents of <ciso646>",
		"long_link": "https://cplusplus.github.io/LWG/issue465",
		"link": "https://wg21.link/lwg465",
		"section": "16.4.2.3 [headers]",
		"status": "CD1",
		"submitter": "Steve Clamage",
		"opened": "2004-06-03",
		"last_modified": "2016-01-28"
	},
	"LWG466": {
		"type": "issue",
		"title": "basic_string ctor should prevent null pointer error",
		"long_link": "https://cplusplus.github.io/LWG/issue466",
		"link": "https://wg21.link/lwg466",
		"section": "27.4.3.2 [string.require]",
		"status": "NAD",
		"submitter": "Daniel Frey",
		"opened": "2004-06-10",
		"last_modified": "2016-01-28"
	},
	"LWG467": {
		"type": "issue",
		"title": "char_traits::lt(), compare(), and memcmp()",
		"long_link": "https://cplusplus.github.io/LWG/issue467",
		"link": "https://wg21.link/lwg467",
		"section": "27.2.4.2 [char.traits.specializations.char]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2004-06-28",
		"last_modified": "2016-01-28"
	},
	"LWG468": {
		"type": "issue",
		"title": "unexpected consequences of ios_base::operator void*()",
		"long_link": "https://cplusplus.github.io/LWG/issue468",
		"link": "https://wg21.link/lwg468",
		"section": "31.5.4.4 [iostate.flags]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2004-06-28",
		"last_modified": "2016-01-28"
	},
	"LWG469": {
		"type": "issue",
		"title": "vector<bool> ill-formed relational operators",
		"long_link": "https://cplusplus.github.io/LWG/issue469",
		"link": "https://wg21.link/lwg469",
		"section": "23.3.13 [vector]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2004-06-28",
		"last_modified": "2016-01-28"
	},
	"LWG470": {
		"type": "issue",
		"title": "accessing containers from their elements' special functions",
		"long_link": "https://cplusplus.github.io/LWG/issue470",
		"link": "https://wg21.link/lwg470",
		"section": "23 [containers]",
		"status": "NAD",
		"submitter": "Martin Sebor",
		"opened": "2004-06-28",
		"last_modified": "2016-01-28"
	},
	"LWG471": {
		"type": "issue",
		"title": "result of what() implementation-defined",
		"long_link": "https://cplusplus.github.io/LWG/issue471",
		"link": "https://wg21.link/lwg471",
		"section": "17.9.3 [exception]",
		"status": "C++11",
		"submitter": "Martin Sebor",
		"opened": "2004-06-28",
		"last_modified": "2016-01-28"
	},
	"LWG472": {
		"type": "issue",
		"title": "Missing \"Returns\" clause in std::equal_range",
		"long_link": "https://cplusplus.github.io/LWG/issue472",
		"link": "https://wg21.link/lwg472",
		"section": "26.8.4.4 [equal.range]",
		"status": "Dup",
		"submitter": "Prateek R Karandikar",
		"opened": "2004-06-30",
		"last_modified": "2016-01-28"
	},
	"LWG473": {
		"type": "issue",
		"title": "underspecified ctype calls",
		"long_link": "https://cplusplus.github.io/LWG/issue473",
		"link": "https://wg21.link/lwg473",
		"section": "28.3.4.2.2 [locale.ctype]",
		"status": "C++11",
		"submitter": "Martin Sebor",
		"opened": "2004-07-01",
		"last_modified": "2016-01-28"
	},
	"LWG474": {
		"type": "issue",
		"title": "confusing Footnote 297",
		"long_link": "https://cplusplus.github.io/LWG/issue474",
		"link": "https://wg21.link/lwg474",
		"section": "31.7.6.3.4 [ostream.inserters.character]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2004-07-01",
		"last_modified": "2016-01-28"
	},
	"LWG475": {
		"type": "issue",
		"title": "May the function object passed to for_each modify the elements of the iterated sequence?",
		"long_link": "https://cplusplus.github.io/LWG/issue475",
		"link": "https://wg21.link/lwg475",
		"section": "26.6.5 [alg.foreach]",
		"status": "CD1",
		"submitter": "Stephan T. Lavavej, Jaakko Jarvi",
		"opened": "2004-07-09",
		"last_modified": "2016-01-28"
	},
	"LWG476": {
		"type": "issue",
		"title": "Forward Iterator implied mutability",
		"long_link": "https://cplusplus.github.io/LWG/issue476",
		"link": "https://wg21.link/lwg476",
		"section": "24.3.5.5 [forward.iterators]",
		"status": "NAD",
		"submitter": "Dave Abrahams",
		"opened": "2004-07-09",
		"last_modified": "2016-01-28"
	},
	"LWG477": {
		"type": "issue",
		"title": "Operator-> for const forward iterators",
		"long_link": "https://cplusplus.github.io/LWG/issue477",
		"link": "https://wg21.link/lwg477",
		"section": "24.3.5.5 [forward.iterators]",
		"status": "Dup",
		"submitter": "Dave Abrahams",
		"opened": "2004-07-11",
		"last_modified": "2016-01-28"
	},
	"LWG478": {
		"type": "issue",
		"title": "Should forward iterator requirements table have a line for r->m?",
		"long_link": "https://cplusplus.github.io/LWG/issue478",
		"link": "https://wg21.link/lwg478",
		"section": "24.3.5.5 [forward.iterators]",
		"status": "CD1",
		"submitter": "Dave Abrahams",
		"opened": "2004-07-11",
		"last_modified": "2016-01-28"
	},
	"LWG479": {
		"type": "issue",
		"title": "Container requirements and placement new",
		"long_link": "https://cplusplus.github.io/LWG/issue479",
		"link": "https://wg21.link/lwg479",
		"section": "23.2 [container.requirements]",
		"status": "Dup",
		"submitter": "Herb Sutter",
		"opened": "2004-08-01",
		"last_modified": "2016-01-28"
	},
	"LWG480": {
		"type": "issue",
		"title": "unary_function and binary_function should have protected nonvirtual destructors",
		"long_link": "https://cplusplus.github.io/LWG/issue480",
		"link": "https://wg21.link/lwg480",
		"section": "99 [depr.base]",
		"status": "NAD",
		"submitter": "Joe Gottman",
		"opened": "2004-08-19",
		"last_modified": "2016-01-28"
	},
	"LWG481": {
		"type": "issue",
		"title": "unique's effects on the range [result, last)",
		"long_link": "https://cplusplus.github.io/LWG/issue481",
		"link": "https://wg21.link/lwg481",
		"section": "26.7.9 [alg.unique]",
		"status": "NAD",
		"submitter": "Andrew Koenig",
		"opened": "2004-08-30",
		"last_modified": "2016-01-28"
	},
	"LWG482": {
		"type": "issue",
		"title": "Swapping pairs",
		"long_link": "https://cplusplus.github.io/LWG/issue482",
		"link": "https://wg21.link/lwg482",
		"section": "22.3 [pairs], 22.4 [tuple]",
		"status": "Resolved",
		"submitter": "Andrew Koenig",
		"opened": "2004-09-14",
		"last_modified": "2016-01-28"
	},
	"LWG483": {
		"type": "issue",
		"title": "Heterogeneous equality and EqualityComparable",
		"long_link": "https://cplusplus.github.io/LWG/issue483",
		"link": "https://wg21.link/lwg483",
		"section": "26.6 [alg.nonmodifying], 26.7 [alg.modifying.operations]",
		"status": "Dup",
		"submitter": "Peter Dimov",
		"opened": "2004-09-20",
		"last_modified": "2016-01-28"
	},
	"LWG484": {
		"type": "issue",
		"title": "Convertible to T",
		"long_link": "https://cplusplus.github.io/LWG/issue484",
		"link": "https://wg21.link/lwg484",
		"section": "24.3.5.3 [input.iterators]",
		"status": "Open",
		"submitter": "Chris Jefferson",
		"opened": "2004-09-16",
		"last_modified": "2023-06-25"
	},
	"LWG485": {
		"type": "issue",
		"title": "output iterator insufficiently constrained",
		"long_link": "https://cplusplus.github.io/LWG/issue485",
		"link": "https://wg21.link/lwg485",
		"section": "24.3.5.4 [output.iterators]",
		"status": "Resolved",
		"submitter": "Chris Jefferson",
		"opened": "2004-10-13",
		"last_modified": "2016-01-28"
	},
	"LWG486": {
		"type": "issue",
		"title": "min/max CopyConstructible requirement is too strict",
		"long_link": "https://cplusplus.github.io/LWG/issue486",
		"link": "https://wg21.link/lwg486",
		"section": "26.8.9 [alg.min.max]",
		"status": "Dup",
		"submitter": "Dave Abrahams",
		"opened": "2004-10-13",
		"last_modified": "2016-01-28"
	},
	"LWG487": {
		"type": "issue",
		"title": "Allocator::construct is too limiting",
		"long_link": "https://cplusplus.github.io/LWG/issue487",
		"link": "https://wg21.link/lwg487",
		"section": "16.4.4.6 [allocator.requirements]",
		"status": "NAD",
		"submitter": "Dhruv Matani",
		"opened": "2004-10-17",
		"last_modified": "2016-01-28"
	},
	"LWG488": {
		"type": "issue",
		"title": "rotate throws away useful information",
		"long_link": "https://cplusplus.github.io/LWG/issue488",
		"link": "https://wg21.link/lwg488",
		"section": "26.7.11 [alg.rotate]",
		"status": "CD1",
		"submitter": "Howard Hinnant",
		"opened": "2004-11-22",
		"last_modified": "2016-01-28"
	},
	"LWG489": {
		"type": "issue",
		"title": "std::remove / std::remove_if wrongly specified",
		"long_link": "https://cplusplus.github.io/LWG/issue489",
		"link": "https://wg21.link/lwg489",
		"section": "26.7.8 [alg.remove]",
		"status": "NAD",
		"submitter": "Thomas Mang",
		"opened": "2004-12-12",
		"last_modified": "2016-01-28"
	},
	"LWG490": {
		"type": "issue",
		"title": "std::unique wrongly specified",
		"long_link": "https://cplusplus.github.io/LWG/issue490",
		"link": "https://wg21.link/lwg490",
		"section": "26.7.9 [alg.unique]",
		"status": "NAD",
		"submitter": "Thomas Mang",
		"opened": "2004-12-12",
		"last_modified": "2016-01-28"
	},
	"LWG491": {
		"type": "issue",
		"title": "std::list<>::unique incorrectly specified",
		"long_link": "https://cplusplus.github.io/LWG/issue491",
		"link": "https://wg21.link/lwg491",
		"section": "23.3.11.5 [list.ops]",
		"status": "NAD",
		"submitter": "Thomas Mang",
		"opened": "2004-12-12",
		"last_modified": "2016-01-28"
	},
	"LWG492": {
		"type": "issue",
		"title": "Invalid iterator arithmetic expressions",
		"long_link": "https://cplusplus.github.io/LWG/issue492",
		"link": "https://wg21.link/lwg492",
		"section": "16.3.2.4 [structure.specifications]",
		"status": "NAD",
		"submitter": "Thomas Mang",
		"opened": "2004-12-12",
		"last_modified": "2016-01-28"
	},
	"LWG493": {
		"type": "issue",
		"title": "Undefined Expression in Input Iterator Note Title",
		"long_link": "https://cplusplus.github.io/LWG/issue493",
		"link": "https://wg21.link/lwg493",
		"section": "24.3.5.3 [input.iterators]",
		"status": "NAD",
		"submitter": "Chris Jefferson",
		"opened": "2004-12-13",
		"last_modified": "2016-01-28"
	},
	"LWG494": {
		"type": "issue",
		"title": "Wrong runtime complexity for associative container's insert and delete",
		"long_link": "https://cplusplus.github.io/LWG/issue494",
		"link": "https://wg21.link/lwg494",
		"section": "23.2.7 [associative.reqmts]",
		"status": "NAD",
		"submitter": "Hans B os",
		"opened": "2004-12-19",
		"last_modified": "2016-01-28"
	},
	"LWG495": {
		"type": "issue",
		"title": "Clause 22 template parameter requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue495",
		"link": "https://wg21.link/lwg495",
		"section": "28.3 [localization]",
		"status": "CD1",
		"submitter": "Beman Dawes",
		"opened": "2005-01-10",
		"last_modified": "2016-01-28"
	},
	"LWG496": {
		"type": "issue",
		"title": "Illegal use of \"T\" in vector<bool>",
		"long_link": "https://cplusplus.github.io/LWG/issue496",
		"link": "https://wg21.link/lwg496",
		"section": "23.3.13 [vector]",
		"status": "CD1",
		"submitter": "richard@ex-parrot.com",
		"opened": "2005-02-10",
		"last_modified": "2016-01-28"
	},
	"LWG497": {
		"type": "issue",
		"title": "meaning of numeric_limits::traps for floating point types",
		"long_link": "https://cplusplus.github.io/LWG/issue497",
		"link": "https://wg21.link/lwg497",
		"section": "17.3.5.2 [numeric.limits.members]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2005-03-02",
		"last_modified": "2016-01-28"
	},
	"LWG498": {
		"type": "issue",
		"title": "Requirements for partition() and stable_partition() too strong",
		"long_link": "https://cplusplus.github.io/LWG/issue498",
		"link": "https://wg21.link/lwg498",
		"section": "26.8.5 [alg.partitions]",
		"status": "C++11",
		"submitter": "Sean Parent, Joe Gottman",
		"opened": "2005-05-04",
		"last_modified": "2025-03-13"
	},
	"LWG499": {
		"type": "issue",
		"title": "Std. doesn't seem to require stable_sort() to be stable!",
		"long_link": "https://cplusplus.github.io/LWG/issue499",
		"link": "https://wg21.link/lwg499",
		"section": "26.8.2.2 [stable.sort]",
		"status": "NAD Editorial",
		"submitter": "Prateek Karandikar",
		"opened": "2005-04-12",
		"last_modified": "2016-01-28"
	},
	"LWG500": {
		"type": "issue",
		"title": "do_length cannot be implemented correctly",
		"long_link": "https://cplusplus.github.io/LWG/issue500",
		"link": "https://wg21.link/lwg500",
		"section": "28.3.4.2.6 [locale.codecvt.byname]",
		"status": "NAD",
		"submitter": "Krzysztof Żelechowski",
		"opened": "2005-05-24",
		"last_modified": "2016-01-28"
	},
	"LWG501": {
		"type": "issue",
		"title": "Proposal: strengthen guarantees of lib.comparisons",
		"long_link": "https://cplusplus.github.io/LWG/issue501",
		"link": "https://wg21.link/lwg501",
		"section": "99 [depr.base]",
		"status": "NAD",
		"submitter": "Me <anti_spam_email2003@yahoo.com>",
		"opened": "2005-06-07",
		"last_modified": "2016-01-28"
	},
	"LWG502": {
		"type": "issue",
		"title": "Proposition: Clarification of the interaction between a facet and an iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue502",
		"link": "https://wg21.link/lwg502",
		"section": "28.3.3.1.2.1 [locale.category]",
		"status": "NAD",
		"submitter": "Christopher Conrade Zseleghovski",
		"opened": "2005-06-07",
		"last_modified": "2016-01-28"
	},
	"LWG503": {
		"type": "issue",
		"title": "more on locales",
		"long_link": "https://cplusplus.github.io/LWG/issue503",
		"link": "https://wg21.link/lwg503",
		"section": "28.3.4 [locale.categories]",
		"status": "NAD",
		"submitter": "P.J. Plauger",
		"opened": "2005-06-20",
		"last_modified": "2016-01-28"
	},
	"LWG504": {
		"type": "issue",
		"title": "Integer types in pseudo-random number engine requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue504",
		"link": "https://wg21.link/lwg504",
		"section": "29.5.3 [rand.req], 99 [tr.rand.req]",
		"status": "NAD Editorial",
		"submitter": "Walter Brown",
		"opened": "2005-07-03",
		"last_modified": "2016-01-28"
	},
	"LWG505": {
		"type": "issue",
		"title": "Result_type in random distribution requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue505",
		"link": "https://wg21.link/lwg505",
		"section": "29.5.3 [rand.req], 99 [tr.rand.req]",
		"status": "CD1",
		"submitter": "Walter Brown",
		"opened": "2005-07-03",
		"last_modified": "2016-01-28"
	},
	"LWG506": {
		"type": "issue",
		"title": "Requirements of Distribution parameter for variate_generator",
		"long_link": "https://cplusplus.github.io/LWG/issue506",
		"link": "https://wg21.link/lwg506",
		"section": "29.5 [rand], 99 [tr.rand.var]",
		"status": "NAD",
		"submitter": "Walter Brown",
		"opened": "2005-07-03",
		"last_modified": "2016-01-28"
	},
	"LWG507": {
		"type": "issue",
		"title": "Missing requirement for variate_generator::operator()",
		"long_link": "https://cplusplus.github.io/LWG/issue507",
		"link": "https://wg21.link/lwg507",
		"section": "29.5 [rand], 99 [tr.rand.var]",
		"status": "CD1",
		"submitter": "Walter Brown",
		"opened": "2005-07-03",
		"last_modified": "2016-01-28"
	},
	"LWG508": {
		"type": "issue",
		"title": "Bad parameters for ranlux64_base_01",
		"long_link": "https://cplusplus.github.io/LWG/issue508",
		"link": "https://wg21.link/lwg508",
		"section": "29.5.6 [rand.predef], 99 [tr.rand.predef]",
		"status": "CD1",
		"submitter": "Walter Brown",
		"opened": "2005-07-03",
		"last_modified": "2016-01-28"
	},
	"LWG509": {
		"type": "issue",
		"title": "Uniform_int template parameters",
		"long_link": "https://cplusplus.github.io/LWG/issue509",
		"link": "https://wg21.link/lwg509",
		"section": "29.5.9.2 [rand.dist.uni], 99 [tr.rand.dist.iunif]",
		"status": "NAD",
		"submitter": "Walter Brown",
		"opened": "2005-07-03",
		"last_modified": "2016-01-28"
	},
	"LWG510": {
		"type": "issue",
		"title": "Input_type for bernoulli_distribution",
		"long_link": "https://cplusplus.github.io/LWG/issue510",
		"link": "https://wg21.link/lwg510",
		"section": "29.5.9.3 [rand.dist.bern], 99 [tr.rand.dist.bern]",
		"status": "NAD",
		"submitter": "Walter Brown",
		"opened": "2005-07-03",
		"last_modified": "2016-01-28"
	},
	"LWG511": {
		"type": "issue",
		"title": "Input_type for binomial_distribution",
		"long_link": "https://cplusplus.github.io/LWG/issue511",
		"link": "https://wg21.link/lwg511",
		"section": "29.5.9 [rand.dist], 99 [tr.rand.dist.bin]",
		"status": "NAD",
		"submitter": "Walter Brown",
		"opened": "2005-07-03",
		"last_modified": "2016-01-28"
	},
	"LWG512": {
		"type": "issue",
		"title": "Seeding subtract_with_carry_01 from a single unsigned long",
		"long_link": "https://cplusplus.github.io/LWG/issue512",
		"link": "https://wg21.link/lwg512",
		"section": "29.5.4 [rand.eng], 99 [tr.rand.eng.sub1]",
		"status": "NAD Editorial",
		"submitter": "Walter Brown",
		"opened": "2005-07-03",
		"last_modified": "2016-01-28"
	},
	"LWG513": {
		"type": "issue",
		"title": "Size of state for subtract_with_carry_01",
		"long_link": "https://cplusplus.github.io/LWG/issue513",
		"link": "https://wg21.link/lwg513",
		"section": "29.5.4 [rand.eng], 99 [tr.rand.eng.sub1]",
		"status": "NAD Editorial",
		"submitter": "Walter Brown",
		"opened": "2005-07-03",
		"last_modified": "2016-01-28"
	},
	"LWG514": {
		"type": "issue",
		"title": "Size of state for subtract_with_carry",
		"long_link": "https://cplusplus.github.io/LWG/issue514",
		"link": "https://wg21.link/lwg514",
		"section": "29.5.4.4 [rand.eng.sub], 99 [tr.rand.eng.sub]",
		"status": "NAD Editorial",
		"submitter": "Walter Brown",
		"opened": "2005-07-03",
		"last_modified": "2016-01-28"
	},
	"LWG515": {
		"type": "issue",
		"title": "Random number engine traits",
		"long_link": "https://cplusplus.github.io/LWG/issue515",
		"link": "https://wg21.link/lwg515",
		"section": "29.5.2 [rand.synopsis], 99 [tr.rand.synopsis]",
		"status": "NAD",
		"submitter": "Walter Brown",
		"opened": "2005-07-03",
		"last_modified": "2016-01-28"
	},
	"LWG516": {
		"type": "issue",
		"title": "Seeding subtract_with_carry_01 using a generator",
		"long_link": "https://cplusplus.github.io/LWG/issue516",
		"link": "https://wg21.link/lwg516",
		"section": "29.5.4 [rand.eng], 99 [tr.rand.eng.sub1]",
		"status": "NAD Editorial",
		"submitter": "Walter Brown",
		"opened": "2005-07-03",
		"last_modified": "2016-01-28"
	},
	"LWG517": {
		"type": "issue",
		"title": "Should include name in external representation",
		"long_link": "https://cplusplus.github.io/LWG/issue517",
		"link": "https://wg21.link/lwg517",
		"section": "29.5.3 [rand.req], 99 [tr.rand.req]",
		"status": "NAD",
		"submitter": "Walter Brown",
		"opened": "2005-07-03",
		"last_modified": "2016-01-28"
	},
	"LWG518": {
		"type": "issue",
		"title": "Are insert and erase stable for unordered_multiset and unordered_multimap?",
		"long_link": "https://cplusplus.github.io/LWG/issue518",
		"link": "https://wg21.link/lwg518",
		"section": "23.2.8 [unord.req], 99 [tr.unord.req]",
		"status": "CD1",
		"submitter": "Matt Austern",
		"opened": "2005-07-03",
		"last_modified": "2016-01-28"
	},
	"LWG519": {
		"type": "issue",
		"title": "Data() undocumented",
		"long_link": "https://cplusplus.github.io/LWG/issue519",
		"link": "https://wg21.link/lwg519",
		"section": "23.3.3 [array], 99 [tr.array.array]",
		"status": "CD1",
		"submitter": "Pete Becker",
		"opened": "2005-07-03",
		"last_modified": "2016-01-28"
	},
	"LWG520": {
		"type": "issue",
		"title": "Result_of and pointers to data members",
		"long_link": "https://cplusplus.github.io/LWG/issue520",
		"link": "https://wg21.link/lwg520",
		"section": "22.10.15 [func.bind], 99 [tr.func.bind]",
		"status": "CD1",
		"submitter": "Pete Becker",
		"opened": "2005-07-03",
		"last_modified": "2016-01-28"
	},
	"LWG521": {
		"type": "issue",
		"title": "Garbled requirements for argument_type in reference_wrapper",
		"long_link": "https://cplusplus.github.io/LWG/issue521",
		"link": "https://wg21.link/lwg521",
		"section": "22.10.6 [refwrap], 99 [tr.util.refwrp.refwrp]",
		"status": "CD1",
		"submitter": "Pete Becker",
		"opened": "2005-07-03",
		"last_modified": "2016-01-28"
	},
	"LWG522": {
		"type": "issue",
		"title": "Tuple doesn't define swap",
		"long_link": "https://cplusplus.github.io/LWG/issue522",
		"link": "https://wg21.link/lwg522",
		"section": "22.4 [tuple], 99 [tr.tuple]",
		"status": "CD1",
		"submitter": "Andy Koenig",
		"opened": "2005-07-03",
		"last_modified": "2016-01-28"
	},
	"LWG523": {
		"type": "issue",
		"title": "regex case-insensitive character ranges are unimplementable as specified",
		"long_link": "https://cplusplus.github.io/LWG/issue523",
		"link": "https://wg21.link/lwg523",
		"section": "28.6 [re]",
		"status": "Open",
		"submitter": "Eric Niebler",
		"opened": "2005-07-01",
		"last_modified": "2020-07-17"
	},
	"LWG524": {
		"type": "issue",
		"title": "regex named character classes and case-insensitivity don't mix",
		"long_link": "https://cplusplus.github.io/LWG/issue524",
		"link": "https://wg21.link/lwg524",
		"section": "28.6 [re]",
		"status": "CD1",
		"submitter": "Eric Niebler",
		"opened": "2005-07-01",
		"last_modified": "2016-01-28"
	},
	"LWG525": {
		"type": "issue",
		"title": "type traits definitions not clear",
		"long_link": "https://cplusplus.github.io/LWG/issue525",
		"link": "https://wg21.link/lwg525",
		"section": "21.3.6 [meta.unary], 99 [tr.meta.unary]",
		"status": "Resolved",
		"submitter": "Robert Klarer",
		"opened": "2005-07-11",
		"last_modified": "2016-01-28"
	},
	"LWG526": {
		"type": "issue",
		"title": "Is it undefined if a function in the standard changes in parameters?",
		"long_link": "https://cplusplus.github.io/LWG/issue526",
		"link": "https://wg21.link/lwg526",
		"section": "23.2.4 [sequence.reqmts]",
		"status": "NAD",
		"submitter": "Chris Jefferson",
		"opened": "2005-09-14",
		"last_modified": "2016-01-28"
	},
	"LWG527": {
		"type": "issue",
		"title": "tr1::bind has lost its Throws clause",
		"long_link": "https://cplusplus.github.io/LWG/issue527",
		"link": "https://wg21.link/lwg527",
		"section": "22.10.15.4 [func.bind.bind], 99 [tr.func.bind.bind]",
		"status": "CD1",
		"submitter": "Peter Dimov",
		"opened": "2005-10-01",
		"last_modified": "2016-01-28"
	},
	"LWG528": {
		"type": "issue",
		"title": "const_iterator iterator issue when they are the same type",
		"long_link": "https://cplusplus.github.io/LWG/issue528",
		"link": "https://wg21.link/lwg528",
		"section": "23.5 [unord], 99 [tr.unord.unord]",
		"status": "NAD",
		"submitter": "Paolo Carlini",
		"opened": "2005-10-12",
		"last_modified": "2016-01-28"
	},
	"LWG529": {
		"type": "issue",
		"title": "The standard encourages redundant and confusing preconditions",
		"long_link": "https://cplusplus.github.io/LWG/issue529",
		"link": "https://wg21.link/lwg529",
		"section": "99 [res.on.required]",
		"status": "NAD Editorial",
		"submitter": "David Abrahams",
		"opened": "2005-10-25",
		"last_modified": "2016-01-28"
	},
	"LWG530": {
		"type": "issue",
		"title": "Must elements of a string be contiguous?",
		"long_link": "https://cplusplus.github.io/LWG/issue530",
		"link": "https://wg21.link/lwg530",
		"section": "27.4.3 [basic.string]",
		"status": "CD1",
		"submitter": "Matt Austern",
		"opened": "2005-11-15",
		"last_modified": "2016-01-28"
	},
	"LWG531": {
		"type": "issue",
		"title": "array forms of unformatted input functions",
		"long_link": "https://cplusplus.github.io/LWG/issue531",
		"link": "https://wg21.link/lwg531",
		"section": "31.7.5.4 [istream.unformatted]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2005-11-23",
		"last_modified": "2016-01-28"
	},
	"LWG532": {
		"type": "issue",
		"title": "Tuple comparison",
		"long_link": "https://cplusplus.github.io/LWG/issue532",
		"link": "https://wg21.link/lwg532",
		"section": "22.4.9 [tuple.rel], 99 [tr.tuple.rel]",
		"status": "NAD",
		"submitter": "David Abrahams",
		"opened": "2005-11-29",
		"last_modified": "2025-10-16",
		"github_url": "https://github.com/cplusplus/papers/issues/2481"
	},
	"LWG533": {
		"type": "issue",
		"title": "typo in 2.2.3.10/1",
		"long_link": "https://cplusplus.github.io/LWG/issue533",
		"link": "https://wg21.link/lwg533",
		"section": "20.3.2.2.11 [util.smartptr.getdeleter], 99 [tr.util.smartptr.getdeleter]",
		"status": "CD1",
		"submitter": "Paolo Carlini",
		"opened": "2005-11-09",
		"last_modified": "2016-01-28"
	},
	"LWG534": {
		"type": "issue",
		"title": "Missing basic_string members",
		"long_link": "https://cplusplus.github.io/LWG/issue534",
		"link": "https://wg21.link/lwg534",
		"section": "27.4.3 [basic.string]",
		"status": "CD1",
		"submitter": "Alisdair Meredith",
		"opened": "2005-11-16",
		"last_modified": "2016-01-28"
	},
	"LWG535": {
		"type": "issue",
		"title": "std::string::swap specification poorly worded",
		"long_link": "https://cplusplus.github.io/LWG/issue535",
		"link": "https://wg21.link/lwg535",
		"section": "27.4.3.7.8 [string.swap]",
		"status": "CD1",
		"submitter": "Beman Dawes",
		"opened": "2005-12-14",
		"last_modified": "2016-11-12"
	},
	"LWG536": {
		"type": "issue",
		"title": "Container iterator constructor and explicit convertibility",
		"long_link": "https://cplusplus.github.io/LWG/issue536",
		"link": "https://wg21.link/lwg536",
		"section": "23.2 [container.requirements]",
		"status": "Dup",
		"submitter": "Joaquín M López Muñoz",
		"opened": "2005-12-17",
		"last_modified": "2016-01-28"
	},
	"LWG537": {
		"type": "issue",
		"title": "Typos in the signatures in 27.6.1.3/42-43 and 27.6.2.4",
		"long_link": "https://cplusplus.github.io/LWG/issue537",
		"link": "https://wg21.link/lwg537",
		"section": "31.7.5.4 [istream.unformatted]",
		"status": "CD1",
		"submitter": "Paolo Carlini",
		"opened": "2006-02-12",
		"last_modified": "2016-01-28"
	},
	"LWG538": {
		"type": "issue",
		"title": "241 again: Does unique_copy() require CopyConstructible and Assignable?",
		"long_link": "https://cplusplus.github.io/LWG/issue538",
		"link": "https://wg21.link/lwg538",
		"section": "26.7.9 [alg.unique]",
		"status": "CD1",
		"submitter": "Howard Hinnant",
		"opened": "2006-02-09",
		"last_modified": "2016-01-28"
	},
	"LWG539": {
		"type": "issue",
		"title": "partial_sum and adjacent_difference should mention requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue539",
		"link": "https://wg21.link/lwg539",
		"section": "26.10.7 [partial.sum]",
		"status": "C++11",
		"submitter": "Marc Schoolderman",
		"opened": "2006-02-06",
		"last_modified": "2016-01-28"
	},
	"LWG540": {
		"type": "issue",
		"title": "shared_ptr<void>::operator*()",
		"long_link": "https://cplusplus.github.io/LWG/issue540",
		"link": "https://wg21.link/lwg540",
		"section": "20.3.2.2.6 [util.smartptr.shared.obs], 99 [tr.util.smartptr.shared.obs]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2005-10-15",
		"last_modified": "2016-01-28"
	},
	"LWG541": {
		"type": "issue",
		"title": "shared_ptr template assignment and void",
		"long_link": "https://cplusplus.github.io/LWG/issue541",
		"link": "https://wg21.link/lwg541",
		"section": "20.3.2.2 [util.smartptr.shared], 99 [tr.util.smartptr.shared]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2005-10-16",
		"last_modified": "2016-01-28"
	},
	"LWG542": {
		"type": "issue",
		"title": "shared_ptr observers",
		"long_link": "https://cplusplus.github.io/LWG/issue542",
		"link": "https://wg21.link/lwg542",
		"section": "20.3.2.2.6 [util.smartptr.shared.obs], 99 [tr.util.smartptr.shared.obs]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2005-10-18",
		"last_modified": "2016-01-28"
	},
	"LWG543": {
		"type": "issue",
		"title": "valarray slice default constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue543",
		"link": "https://wg21.link/lwg543",
		"section": "29.6.4 [class.slice]",
		"status": "CD1",
		"submitter": "Howard Hinnant",
		"opened": "2005-11-03",
		"last_modified": "2016-01-28"
	},
	"LWG544": {
		"type": "issue",
		"title": "minor NULL problems in C.2",
		"long_link": "https://cplusplus.github.io/LWG/issue544",
		"link": "https://wg21.link/lwg544",
		"section": "C.8 [diff.library]",
		"status": "NAD Editorial",
		"submitter": "Martin Sebor",
		"opened": "2005-11-25",
		"last_modified": "2016-01-28"
	},
	"LWG545": {
		"type": "issue",
		"title": "When is a deleter deleted?",
		"long_link": "https://cplusplus.github.io/LWG/issue545",
		"link": "https://wg21.link/lwg545",
		"section": "20.3.2.2.11 [util.smartptr.getdeleter], 99 [tr.util.smartptr.shared.dest]",
		"status": "CD1",
		"submitter": "Matt Austern",
		"opened": "2006-01-10",
		"last_modified": "2016-01-28"
	},
	"LWG546": {
		"type": "issue",
		"title": "[tr1] _Longlong and _ULonglong are integer types",
		"long_link": "https://cplusplus.github.io/LWG/issue546",
		"link": "https://wg21.link/lwg546",
		"section": "5.1.1 [tr1::tr.rand.req]",
		"status": "NAD",
		"submitter": "Matt Austern",
		"opened": "2006-01-10",
		"last_modified": "2016-10-31"
	},
	"LWG547": {
		"type": "issue",
		"title": "division should be floating-point, not integer",
		"long_link": "https://cplusplus.github.io/LWG/issue547",
		"link": "https://wg21.link/lwg547",
		"section": "29.5 [rand], 99 [tr.rand]",
		"status": "NAD",
		"submitter": "Matt Austern",
		"opened": "2006-01-10",
		"last_modified": "2016-01-28"
	},
	"LWG548": {
		"type": "issue",
		"title": "May random_device block?",
		"long_link": "https://cplusplus.github.io/LWG/issue548",
		"link": "https://wg21.link/lwg548",
		"section": "29.5.7 [rand.device], 99 [tr.rand.device]",
		"status": "NAD",
		"submitter": "Matt Austern",
		"opened": "2006-01-10",
		"last_modified": "2016-01-28"
	},
	"LWG549": {
		"type": "issue",
		"title": "Undefined variable in binomial_distribution",
		"long_link": "https://cplusplus.github.io/LWG/issue549",
		"link": "https://wg21.link/lwg549",
		"section": "29.5.9 [rand.dist], 99 [tr.rand.dist.bin]",
		"status": "NAD Editorial",
		"submitter": "Matt Austern",
		"opened": "2006-01-10",
		"last_modified": "2016-01-28"
	},
	"LWG550": {
		"type": "issue",
		"title": "What should the return type of pow(float,int) be?",
		"long_link": "https://cplusplus.github.io/LWG/issue550",
		"link": "https://wg21.link/lwg550",
		"section": "29.7 [c.math]",
		"status": "CD1",
		"submitter": "Howard Hinnant",
		"opened": "2006-01-12",
		"last_modified": "2016-01-28"
	},
	"LWG551": {
		"type": "issue",
		"title": "<ccomplex>",
		"long_link": "https://cplusplus.github.io/LWG/issue551",
		"link": "https://wg21.link/lwg551",
		"section": "17.15 [support.c.headers]",
		"status": "CD1",
		"submitter": "Howard Hinnant",
		"opened": "2006-01-23",
		"last_modified": "2023-02-07"
	},
	"LWG552": {
		"type": "issue",
		"title": "random_shuffle and its generator",
		"long_link": "https://cplusplus.github.io/LWG/issue552",
		"link": "https://wg21.link/lwg552",
		"section": "26.7.13 [alg.random.shuffle]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2006-01-25",
		"last_modified": "2016-01-28"
	},
	"LWG553": {
		"type": "issue",
		"title": "very minor editorial change intptr_t / uintptr_t",
		"long_link": "https://cplusplus.github.io/LWG/issue553",
		"link": "https://wg21.link/lwg553",
		"section": "17.4.1 [cstdint.syn], 99 [tr.c99.cstdint.syn]",
		"status": "NAD Editorial",
		"submitter": "Paolo Carlini",
		"opened": "2006-01-30",
		"last_modified": "2016-01-28"
	},
	"LWG554": {
		"type": "issue",
		"title": "Problem with lwg DR 184 numeric_limits<bool>",
		"long_link": "https://cplusplus.github.io/LWG/issue554",
		"link": "https://wg21.link/lwg554",
		"section": "17.3.5.3 [numeric.special]",
		"status": "NAD",
		"submitter": "Howard Hinnant",
		"opened": "2006-01-29",
		"last_modified": "2016-01-28"
	},
	"LWG555": {
		"type": "issue",
		"title": "[tr1] 8.21/1: typo",
		"long_link": "https://cplusplus.github.io/LWG/issue555",
		"link": "https://wg21.link/lwg555",
		"section": "8.21 [tr1::tr.c99.boolh]",
		"status": "NAD Editorial",
		"submitter": "Paolo Carlini",
		"opened": "2006-02-02",
		"last_modified": "2016-10-31"
	},
	"LWG556": {
		"type": "issue",
		"title": "Is Compare a BinaryPredicate?",
		"long_link": "https://cplusplus.github.io/LWG/issue556",
		"link": "https://wg21.link/lwg556",
		"section": "26.8 [alg.sorting]",
		"status": "C++11",
		"submitter": "Martin Sebor",
		"opened": "2006-02-05",
		"last_modified": "2016-01-28"
	},
	"LWG557": {
		"type": "issue",
		"title": "TR1: div(_Longlong, _Longlong) vs div(intmax_t, intmax_t)",
		"long_link": "https://cplusplus.github.io/LWG/issue557",
		"link": "https://wg21.link/lwg557",
		"section": "17.4.1 [cstdint.syn], 99 [tr.c99.cstdint]",
		"status": "NAD Editorial",
		"submitter": "Paolo Carlini",
		"opened": "2006-02-06",
		"last_modified": "2023-02-07"
	},
	"LWG558": {
		"type": "issue",
		"title": "lib.input.iterators Defect",
		"long_link": "https://cplusplus.github.io/LWG/issue558",
		"link": "https://wg21.link/lwg558",
		"section": "24.3.5.3 [input.iterators]",
		"status": "NAD Editorial",
		"submitter": "David Abrahams",
		"opened": "2006-02-09",
		"last_modified": "2016-01-28"
	},
	"LWG559": {
		"type": "issue",
		"title": "numeric_limits<const T>",
		"long_link": "https://cplusplus.github.io/LWG/issue559",
		"link": "https://wg21.link/lwg559",
		"section": "17.3.5 [numeric.limits]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2006-02-19",
		"last_modified": "2017-06-15"
	},
	"LWG560": {
		"type": "issue",
		"title": "User-defined allocators without default constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue560",
		"link": "https://wg21.link/lwg560",
		"section": "16.4.4.6 [allocator.requirements]",
		"status": "NAD",
		"submitter": "Sergey P. Derevyago",
		"opened": "2006-02-17",
		"last_modified": "2016-01-28"
	},
	"LWG561": {
		"type": "issue",
		"title": "inserter overly generic",
		"long_link": "https://cplusplus.github.io/LWG/issue561",
		"link": "https://wg21.link/lwg561",
		"section": "24.5.2.4.3 [inserter]",
		"status": "CD1",
		"submitter": "Howard Hinnant",
		"opened": "2006-02-21",
		"last_modified": "2016-01-28"
	},
	"LWG562": {
		"type": "issue",
		"title": "stringbuf ctor inefficient",
		"long_link": "https://cplusplus.github.io/LWG/issue562",
		"link": "https://wg21.link/lwg562",
		"section": "31.8 [string.streams]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2006-02-23",
		"last_modified": "2016-01-28"
	},
	"LWG563": {
		"type": "issue",
		"title": "stringbuf seeking from end",
		"long_link": "https://cplusplus.github.io/LWG/issue563",
		"link": "https://wg21.link/lwg563",
		"section": "31.8.2.5 [stringbuf.virtuals]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2006-02-23",
		"last_modified": "2016-01-28"
	},
	"LWG564": {
		"type": "issue",
		"title": "stringbuf seekpos underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue564",
		"link": "https://wg21.link/lwg564",
		"section": "31.8.2.5 [stringbuf.virtuals]",
		"status": "C++11",
		"submitter": "Martin Sebor",
		"opened": "2006-02-23",
		"last_modified": "2016-01-28"
	},
	"LWG565": {
		"type": "issue",
		"title": "xsputn inefficient",
		"long_link": "https://cplusplus.github.io/LWG/issue565",
		"link": "https://wg21.link/lwg565",
		"section": "31.6.3.5.5 [streambuf.virt.put]",
		"status": "C++11",
		"submitter": "Martin Sebor",
		"opened": "2006-02-23",
		"last_modified": "2016-01-28"
	},
	"LWG566": {
		"type": "issue",
		"title": "array forms of unformatted input function undefined for zero-element arrays",
		"long_link": "https://cplusplus.github.io/LWG/issue566",
		"link": "https://wg21.link/lwg566",
		"section": "31.7.5.4 [istream.unformatted]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2006-02-23",
		"last_modified": "2016-01-28"
	},
	"LWG567": {
		"type": "issue",
		"title": "streambuf inserter and extractor should be unformatted",
		"long_link": "https://cplusplus.github.io/LWG/issue567",
		"link": "https://wg21.link/lwg567",
		"section": "31.7 [iostream.format]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2006-02-25",
		"last_modified": "2016-01-28"
	},
	"LWG568": {
		"type": "issue",
		"title": "[tr1] log2 overloads missing",
		"long_link": "https://cplusplus.github.io/LWG/issue568",
		"link": "https://wg21.link/lwg568",
		"section": "8.16.4 [tr1::tr.c99.cmath.over]",
		"status": "NAD",
		"submitter": "Paolo Carlini",
		"opened": "2006-03-07",
		"last_modified": "2016-02-01"
	},
	"LWG569": {
		"type": "issue",
		"title": "Postcondition for basic_ios::clear(iostate) incorrectly stated",
		"long_link": "https://cplusplus.github.io/LWG/issue569",
		"link": "https://wg21.link/lwg569",
		"section": "31.5.4.4 [iostate.flags]",
		"status": "Dup",
		"submitter": "Seungbeom Kim",
		"opened": "2006-03-10",
		"last_modified": "2016-01-28"
	},
	"LWG570": {
		"type": "issue",
		"title": "Request adding additional explicit specializations of char_traits",
		"long_link": "https://cplusplus.github.io/LWG/issue570",
		"link": "https://wg21.link/lwg570",
		"section": "27.2 [char.traits]",
		"status": "NAD",
		"submitter": "Jack Reeves",
		"opened": "2006-04-06",
		"last_modified": "2016-01-28"
	},
	"LWG571": {
		"type": "issue",
		"title": "Update C90 references to C99?",
		"long_link": "https://cplusplus.github.io/LWG/issue571",
		"link": "https://wg21.link/lwg571",
		"section": "2 [intro.refs]",
		"status": "NAD Editorial",
		"submitter": "Beman Dawes",
		"opened": "2006-04-08",
		"last_modified": "2016-01-28"
	},
	"LWG572": {
		"type": "issue",
		"title": "Oops, we gave 507 WP status",
		"long_link": "https://cplusplus.github.io/LWG/issue572",
		"link": "https://wg21.link/lwg572",
		"section": "29.5 [rand], 99 [tr.rand]",
		"status": "NAD",
		"submitter": "Howard Hinnant",
		"opened": "2006-04-11",
		"last_modified": "2016-01-28"
	},
	"LWG573": {
		"type": "issue",
		"title": "C++0x file positioning should handle modern file sizes",
		"long_link": "https://cplusplus.github.io/LWG/issue573",
		"link": "https://wg21.link/lwg573",
		"section": "31.5.3 [fpos]",
		"status": "NAD",
		"submitter": "Beman Dawes",
		"opened": "2006-04-12",
		"last_modified": "2016-01-28"
	},
	"LWG574": {
		"type": "issue",
		"title": "DR 369 Contradicts Text",
		"long_link": "https://cplusplus.github.io/LWG/issue574",
		"link": "https://wg21.link/lwg574",
		"section": "31.4 [iostream.objects]",
		"status": "CD1",
		"submitter": "Pete Becker",
		"opened": "2006-04-18",
		"last_modified": "2016-01-28"
	},
	"LWG575": {
		"type": "issue",
		"title": "the specification of ~shared_ptr is MT-unfriendly, makes implementation assumptions",
		"long_link": "https://cplusplus.github.io/LWG/issue575",
		"link": "https://wg21.link/lwg575",
		"section": "20.3.2.2.3 [util.smartptr.shared.dest], 99 [tr.util.smartptr.shared.dest]",
		"status": "CD1",
		"submitter": "Peter Dimov",
		"opened": "2006-04-23",
		"last_modified": "2016-01-28"
	},
	"LWG576": {
		"type": "issue",
		"title": "find_first_of is overconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue576",
		"link": "https://wg21.link/lwg576",
		"section": "26.6.9 [alg.find.first.of]",
		"status": "CD1",
		"submitter": "Doug Gregor",
		"opened": "2006-04-25",
		"last_modified": "2016-01-28"
	},
	"LWG577": {
		"type": "issue",
		"title": "upper_bound(first, last, ...) cannot return last",
		"long_link": "https://cplusplus.github.io/LWG/issue577",
		"link": "https://wg21.link/lwg577",
		"section": "26.8.4.3 [upper.bound]",
		"status": "CD1",
		"submitter": "Seungbeom Kim",
		"opened": "2006-05-03",
		"last_modified": "2016-01-28"
	},
	"LWG578": {
		"type": "issue",
		"title": "purpose of hint to allocator::allocate()",
		"long_link": "https://cplusplus.github.io/LWG/issue578",
		"link": "https://wg21.link/lwg578",
		"section": "20.2.10.2 [allocator.members]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2006-05-17",
		"last_modified": "2016-01-28"
	},
	"LWG579": {
		"type": "issue",
		"title": "erase(iterator) for unordered containers should not return an iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue579",
		"link": "https://wg21.link/lwg579",
		"section": "23.2.8 [unord.req]",
		"status": "NAD",
		"submitter": "Joaquín M López Muñoz",
		"opened": "2006-06-13",
		"last_modified": "2016-01-28"
	},
	"LWG580": {
		"type": "issue",
		"title": "unused allocator members",
		"long_link": "https://cplusplus.github.io/LWG/issue580",
		"link": "https://wg21.link/lwg580",
		"section": "23.2.2 [container.requirements.general]",
		"status": "NAD Editorial",
		"submitter": "Martin Sebor",
		"opened": "2006-06-14",
		"last_modified": "2016-01-28"
	},
	"LWG581": {
		"type": "issue",
		"title": "flush() not unformatted function",
		"long_link": "https://cplusplus.github.io/LWG/issue581",
		"link": "https://wg21.link/lwg581",
		"section": "31.7.6.4 [ostream.unformatted]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2006-06-14",
		"last_modified": "2016-01-28"
	},
	"LWG582": {
		"type": "issue",
		"title": "specialized algorithms and volatile storage",
		"long_link": "https://cplusplus.github.io/LWG/issue582",
		"link": "https://wg21.link/lwg582",
		"section": "26.11.5 [uninitialized.copy]",
		"status": "NAD",
		"submitter": "Martin Sebor",
		"opened": "2006-06-14",
		"last_modified": "2016-01-28"
	},
	"LWG583": {
		"type": "issue",
		"title": "div() for unsigned integral types",
		"long_link": "https://cplusplus.github.io/LWG/issue583",
		"link": "https://wg21.link/lwg583",
		"section": "29.7 [c.math]",
		"status": "NAD",
		"submitter": "Beman Dawes",
		"opened": "2006-06-15",
		"last_modified": "2016-01-28"
	},
	"LWG584": {
		"type": "issue",
		"title": "missing int pow(int,int) functionality",
		"long_link": "https://cplusplus.github.io/LWG/issue584",
		"link": "https://wg21.link/lwg584",
		"section": "29.7 [c.math]",
		"status": "NAD",
		"submitter": "Beman Dawes",
		"opened": "2006-06-15",
		"last_modified": "2016-01-28"
	},
	"LWG585": {
		"type": "issue",
		"title": "facet error reporting",
		"long_link": "https://cplusplus.github.io/LWG/issue585",
		"link": "https://wg21.link/lwg585",
		"section": "28.3.4 [locale.categories]",
		"status": "NAD",
		"submitter": "Martin Sebor, Paolo Carlini",
		"opened": "2006-06-22",
		"last_modified": "2016-01-28"
	},
	"LWG586": {
		"type": "issue",
		"title": "string inserter not a formatted function",
		"long_link": "https://cplusplus.github.io/LWG/issue586",
		"link": "https://wg21.link/lwg586",
		"section": "27.4.4.4 [string.io]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2006-06-22",
		"last_modified": "2016-01-28"
	},
	"LWG587": {
		"type": "issue",
		"title": "iststream ctor missing description",
		"long_link": "https://cplusplus.github.io/LWG/issue587",
		"link": "https://wg21.link/lwg587",
		"section": "99 [depr.istrstream.cons]",
		"status": "NAD Editorial",
		"submitter": "Martin Sebor",
		"opened": "2006-06-22",
		"last_modified": "2016-01-28"
	},
	"LWG588": {
		"type": "issue",
		"title": "requirements on zero sized tr1::arrays and other details",
		"long_link": "https://cplusplus.github.io/LWG/issue588",
		"link": "https://wg21.link/lwg588",
		"section": "23.3.3 [array]",
		"status": "NAD",
		"submitter": "Gennaro Prota",
		"opened": "2006-07-18",
		"last_modified": "2016-01-28"
	},
	"LWG589": {
		"type": "issue",
		"title": "Requirements on iterators of member template functions of containers",
		"long_link": "https://cplusplus.github.io/LWG/issue589",
		"link": "https://wg21.link/lwg589",
		"section": "23.2 [container.requirements]",
		"status": "CD1",
		"submitter": "Peter Dimov",
		"opened": "2006-08-02",
		"last_modified": "2016-01-28"
	},
	"LWG590": {
		"type": "issue",
		"title": "Type traits implementation latitude should be removed for C++0x",
		"long_link": "https://cplusplus.github.io/LWG/issue590",
		"link": "https://wg21.link/lwg590",
		"section": "21 [meta], 99 [tr.meta.req]",
		"status": "NAD Editorial",
		"submitter": "Beman Dawes",
		"opened": "2006-08-10",
		"last_modified": "2016-01-28"
	},
	"LWG591": {
		"type": "issue",
		"title": "Misleading \"built-in",
		"long_link": "https://cplusplus.github.io/LWG/issue591",
		"link": "https://wg21.link/lwg591",
		"section": "17.3.5.2 [numeric.limits.members]",
		"status": "NAD Editorial",
		"submitter": "whyglinux",
		"opened": "2006-08-08",
		"last_modified": "2016-01-28"
	},
	"LWG592": {
		"type": "issue",
		"title": "Incorrect treatment of rdbuf()->close() return type",
		"long_link": "https://cplusplus.github.io/LWG/issue592",
		"link": "https://wg21.link/lwg592",
		"section": "31.10.4.4 [ifstream.members]",
		"status": "NAD Editorial",
		"submitter": "Christopher Kohlhoff",
		"opened": "2006-08-17",
		"last_modified": "2016-01-28"
	},
	"LWG593": {
		"type": "issue",
		"title": "__STDC_CONSTANT_MACROS",
		"long_link": "https://cplusplus.github.io/LWG/issue593",
		"link": "https://wg21.link/lwg593",
		"section": "17.4.1 [cstdint.syn], 99 [tr.c99.cstdint]",
		"status": "CD1",
		"submitter": "Walter Brown",
		"opened": "2006-08-28",
		"last_modified": "2023-02-07"
	},
	"LWG594": {
		"type": "issue",
		"title": "Disadvantages of defining Swappable in terms of CopyConstructible and Assignable",
		"long_link": "https://cplusplus.github.io/LWG/issue594",
		"link": "https://wg21.link/lwg594",
		"section": "16.4.4.2 [utility.arg.requirements]",
		"status": "Resolved",
		"submitter": "Niels Dekker",
		"opened": "2006-11-02",
		"last_modified": "2016-01-28"
	},
	"LWG595": {
		"type": "issue",
		"title": "TR1/C++0x: fabs(complex<T>) redundant / wrongly specified",
		"long_link": "https://cplusplus.github.io/LWG/issue595",
		"link": "https://wg21.link/lwg595",
		"section": "29.4.7 [complex.value.ops]",
		"status": "CD1",
		"submitter": "Stefan Große Pawig",
		"opened": "2006-09-24",
		"last_modified": "2016-01-28"
	},
	"LWG596": {
		"type": "issue",
		"title": "27.8.1.3 Table 112 omits \"a+\" and \"a+b\" modes",
		"long_link": "https://cplusplus.github.io/LWG/issue596",
		"link": "https://wg21.link/lwg596",
		"section": "31.10.3.4 [filebuf.members]",
		"status": "CD1",
		"submitter": "Thomas Plum",
		"opened": "2006-09-26",
		"last_modified": "2016-01-28"
	},
	"LWG597": {
		"type": "issue",
		"title": "[dec.tr] The notion of 'promotion' cannot be emulated by user-defined types.",
		"long_link": "https://cplusplus.github.io/LWG/issue597",
		"link": "https://wg21.link/lwg597",
		"section": "3.2 [dec.tr::trdec.types.types]",
		"status": "NAD",
		"submitter": "Daveed Vandevoorde",
		"opened": "2006-04-05",
		"last_modified": "2016-01-31"
	},
	"LWG598": {
		"type": "issue",
		"title": "[dec.tr] Conversion to integral should truncate, not round.",
		"long_link": "https://cplusplus.github.io/LWG/issue598",
		"link": "https://wg21.link/lwg598",
		"section": "3.2 [dec.tr::trdec.types.types]",
		"status": "TRDec",
		"submitter": "Daniel Krugler",
		"opened": "2006-05-28",
		"last_modified": "2016-01-31"
	},
	"LWG599": {
		"type": "issue",
		"title": "[dec.tr] Say \"octets\" instead of \"bytes.\"",
		"long_link": "https://cplusplus.github.io/LWG/issue599",
		"link": "https://wg21.link/lwg599",
		"section": "3.1 [dec.tr::trdec.types.encodings]",
		"status": "TRDec",
		"submitter": "Daniel Krugler",
		"opened": "2006-05-28",
		"last_modified": "2016-01-31"
	},
	"LWG600": {
		"type": "issue",
		"title": "[dec.tr] Wrong parameters for wcstod* functions",
		"long_link": "https://cplusplus.github.io/LWG/issue600",
		"link": "https://wg21.link/lwg600",
		"section": "3.9 [dec.tr::trdec.types.cwchar]",
		"status": "TRDec",
		"submitter": "Daniel Krugler",
		"opened": "2006-05-28",
		"last_modified": "2016-01-31"
	},
	"LWG601": {
		"type": "issue",
		"title": "[dec.tr] numeric_limits typos",
		"long_link": "https://cplusplus.github.io/LWG/issue601",
		"link": "https://wg21.link/lwg601",
		"section": "3.3 [dec.tr::trdec.types.limits]",
		"status": "TRDec",
		"submitter": "Daniel Krugler",
		"opened": "2006-05-28",
		"last_modified": "2016-01-31"
	},
	"LWG602": {
		"type": "issue",
		"title": "[dec.tr] \"generic floating type\" not defined.",
		"long_link": "https://cplusplus.github.io/LWG/issue602",
		"link": "https://wg21.link/lwg602",
		"section": "3 [dec.tr::trdec.types]",
		"status": "TRDec",
		"submitter": "Daniel Krügler",
		"opened": "2006-05-28",
		"last_modified": "2016-01-31"
	},
	"LWG603": {
		"type": "issue",
		"title": "[dec.tr] Trivially simplifying decimal classes.",
		"long_link": "https://cplusplus.github.io/LWG/issue603",
		"link": "https://wg21.link/lwg603",
		"section": "3 [dec.tr::trdec.types]",
		"status": "TRDec",
		"submitter": "Martin Sebor",
		"opened": "2006-05-28",
		"last_modified": "2016-01-31"
	},
	"LWG604": {
		"type": "issue",
		"title": "[dec.tr] Storing a reference to a facet unsafe.",
		"long_link": "https://cplusplus.github.io/LWG/issue604",
		"link": "https://wg21.link/lwg604",
		"section": "3 [dec.tr::trdec.types]",
		"status": "TRDec",
		"submitter": "Martin Sebor",
		"opened": "2006-05-28",
		"last_modified": "2016-01-31"
	},
	"LWG605": {
		"type": "issue",
		"title": "[dec.tr] <decfloat.h> doesn't live here anymore.",
		"long_link": "https://cplusplus.github.io/LWG/issue605",
		"link": "https://wg21.link/lwg605",
		"section": "3.4 [dec.tr::trdec.types.cdecfloat]",
		"status": "TRDec",
		"submitter": "Robert Klarer",
		"opened": "2006-10-17",
		"last_modified": "2016-01-31"
	},
	"LWG606": {
		"type": "issue",
		"title": "[dec.tr] allow narrowing conversions",
		"long_link": "https://cplusplus.github.io/LWG/issue606",
		"link": "https://wg21.link/lwg606",
		"section": "3.2 [dec.tr::trdec.types.types]",
		"status": "NAD",
		"submitter": "Martin Sebor",
		"opened": "2006-06-15",
		"last_modified": "2016-01-31"
	},
	"LWG607": {
		"type": "issue",
		"title": "Concern about short seed vectors",
		"long_link": "https://cplusplus.github.io/LWG/issue607",
		"link": "https://wg21.link/lwg607",
		"section": "29.5.8.1 [rand.util.seedseq]",
		"status": "CD1",
		"submitter": "Charles Karney",
		"opened": "2006-10-26",
		"last_modified": "2016-01-28"
	},
	"LWG608": {
		"type": "issue",
		"title": "Unclear seed_seq construction details",
		"long_link": "https://cplusplus.github.io/LWG/issue608",
		"link": "https://wg21.link/lwg608",
		"section": "29.5.8.1 [rand.util.seedseq]",
		"status": "CD1",
		"submitter": "Charles Karney",
		"opened": "2006-10-26",
		"last_modified": "2016-01-28"
	},
	"LWG609": {
		"type": "issue",
		"title": "missing static const",
		"long_link": "https://cplusplus.github.io/LWG/issue609",
		"link": "https://wg21.link/lwg609",
		"section": "29.5.5.3 [rand.adapt.ibits], 99 [tr.rand]",
		"status": "CD1",
		"submitter": "Walter E. Brown",
		"opened": "2006-11-02",
		"last_modified": "2016-01-28"
	},
	"LWG610": {
		"type": "issue",
		"title": "Suggested non-normative note for C++0x",
		"long_link": "https://cplusplus.github.io/LWG/issue610",
		"link": "https://wg21.link/lwg610",
		"section": "22.10.17.3.2 [func.wrap.func.con], 99 [tr.func.wrap.func.con]",
		"status": "CD1",
		"submitter": "Scott Meyers",
		"opened": "2006-11-02",
		"last_modified": "2016-01-28"
	},
	"LWG611": {
		"type": "issue",
		"title": "Standard library templates and incomplete types",
		"long_link": "https://cplusplus.github.io/LWG/issue611",
		"link": "https://wg21.link/lwg611",
		"section": "16.4.5.8 [res.on.functions]",
		"status": "CD1",
		"submitter": "Nicola Musatti",
		"opened": "2006-11-13",
		"last_modified": "2016-01-28"
	},
	"LWG612": {
		"type": "issue",
		"title": "numeric_limits::is_modulo insufficiently defined",
		"long_link": "https://cplusplus.github.io/LWG/issue612",
		"link": "https://wg21.link/lwg612",
		"section": "17.3.5.2 [numeric.limits.members]",
		"status": "CD1",
		"submitter": "Chris Jefferson",
		"opened": "2006-11-10",
		"last_modified": "2016-01-28"
	},
	"LWG613": {
		"type": "issue",
		"title": "max_digits10 missing from numeric_limits",
		"long_link": "https://cplusplus.github.io/LWG/issue613",
		"link": "https://wg21.link/lwg613",
		"section": "17.3.5.3 [numeric.special]",
		"status": "CD1",
		"submitter": "Bo Persson",
		"opened": "2006-11-20",
		"last_modified": "2016-01-28"
	},
	"LWG614": {
		"type": "issue",
		"title": "std::string allocator requirements still inconsistent",
		"long_link": "https://cplusplus.github.io/LWG/issue614",
		"link": "https://wg21.link/lwg614",
		"section": "27.4.3 [basic.string]",
		"status": "NAD",
		"submitter": "Bo Persson",
		"opened": "2006-12-05",
		"last_modified": "2016-01-28"
	},
	"LWG615": {
		"type": "issue",
		"title": "Inconsistencies in Section 21.4",
		"long_link": "https://cplusplus.github.io/LWG/issue615",
		"link": "https://wg21.link/lwg615",
		"section": "27.5 [c.strings]",
		"status": "NAD Editorial",
		"submitter": "Bo Persson",
		"opened": "2006-12-11",
		"last_modified": "2016-01-28"
	},
	"LWG616": {
		"type": "issue",
		"title": "missing 'typename' in ctype_byname",
		"long_link": "https://cplusplus.github.io/LWG/issue616",
		"link": "https://wg21.link/lwg616",
		"section": "28.3.4.2.3 [locale.ctype.byname]",
		"status": "CD1",
		"submitter": "Bo Persson",
		"opened": "2006-12-16",
		"last_modified": "2016-01-28"
	},
	"LWG617": {
		"type": "issue",
		"title": "std::array is a sequence that doesn't satisfy the sequence requirements?",
		"long_link": "https://cplusplus.github.io/LWG/issue617",
		"link": "https://wg21.link/lwg617",
		"section": "23.3.3 [array]",
		"status": "Open",
		"submitter": "Bo Persson",
		"opened": "2006-12-30",
		"last_modified": "2022-11-12"
	},
	"LWG618": {
		"type": "issue",
		"title": "valarray::cshift() effects on empty array",
		"long_link": "https://cplusplus.github.io/LWG/issue618",
		"link": "https://wg21.link/lwg618",
		"section": "29.6.2.8 [valarray.members]",
		"status": "CD1",
		"submitter": "Gabriel Dos Reis",
		"opened": "2007-01-10",
		"last_modified": "2016-01-28"
	},
	"LWG619": {
		"type": "issue",
		"title": "Longjmp wording problem",
		"long_link": "https://cplusplus.github.io/LWG/issue619",
		"link": "https://wg21.link/lwg619",
		"section": "17.14 [support.runtime]",
		"status": "CD1",
		"submitter": "Lawrence Crowl",
		"opened": "2007-01-12",
		"last_modified": "2016-01-28"
	},
	"LWG620": {
		"type": "issue",
		"title": "valid uses of empty valarrays",
		"long_link": "https://cplusplus.github.io/LWG/issue620",
		"link": "https://wg21.link/lwg620",
		"section": "29.6.2.2 [valarray.cons]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2007-01-20",
		"last_modified": "2016-01-28"
	},
	"LWG621": {
		"type": "issue",
		"title": "non-const copy assignment operators of helper arrays",
		"long_link": "https://cplusplus.github.io/LWG/issue621",
		"link": "https://wg21.link/lwg621",
		"section": "29.6 [numarray]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2007-01-20",
		"last_modified": "2016-01-28"
	},
	"LWG622": {
		"type": "issue",
		"title": "behavior of filebuf dtor and close on error",
		"long_link": "https://cplusplus.github.io/LWG/issue622",
		"link": "https://wg21.link/lwg622",
		"section": "31.10.6.4 [fstream.members]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2007-01-20",
		"last_modified": "2016-01-28"
	},
	"LWG623": {
		"type": "issue",
		"title": "pubimbue forbidden to call imbue",
		"long_link": "https://cplusplus.github.io/LWG/issue623",
		"link": "https://wg21.link/lwg623",
		"section": "31.2.1 [iostream.limits.imbue]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2007-01-20",
		"last_modified": "2016-01-28"
	},
	"LWG624": {
		"type": "issue",
		"title": "valarray assignment and arrays of unequal length",
		"long_link": "https://cplusplus.github.io/LWG/issue624",
		"link": "https://wg21.link/lwg624",
		"section": "29.6.2.3 [valarray.assign]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2007-01-20",
		"last_modified": "2016-01-28"
	},
	"LWG625": {
		"type": "issue",
		"title": "Mixed up Effects and Returns clauses",
		"long_link": "https://cplusplus.github.io/LWG/issue625",
		"link": "https://wg21.link/lwg625",
		"section": "16 [library]",
		"status": "Resolved",
		"submitter": "Martin Sebor",
		"opened": "2007-01-20",
		"last_modified": "2016-01-28"
	},
	"LWG626": {
		"type": "issue",
		"title": "new Remark clauses not documented",
		"long_link": "https://cplusplus.github.io/LWG/issue626",
		"link": "https://wg21.link/lwg626",
		"section": "16.3.2.4 [structure.specifications]",
		"status": "NAD Editorial",
		"submitter": "Martin Sebor",
		"opened": "2007-01-20",
		"last_modified": "2016-01-28"
	},
	"LWG627": {
		"type": "issue",
		"title": "Low memory and exceptions",
		"long_link": "https://cplusplus.github.io/LWG/issue627",
		"link": "https://wg21.link/lwg627",
		"section": "17.6.3.2 [new.delete.single]",
		"status": "NAD",
		"submitter": "P.J. Plauger",
		"opened": "2007-01-23",
		"last_modified": "2016-01-28"
	},
	"LWG628": {
		"type": "issue",
		"title": "Inconsistent definition of basic_regex constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue628",
		"link": "https://wg21.link/lwg628",
		"section": "28.6.7 [re.regex]",
		"status": "CD1",
		"submitter": "Bo Persson",
		"opened": "2007-01-23",
		"last_modified": "2016-01-28"
	},
	"LWG629": {
		"type": "issue",
		"title": "complex<T> insertion and locale dependence",
		"long_link": "https://cplusplus.github.io/LWG/issue629",
		"link": "https://wg21.link/lwg629",
		"section": "29.4.6 [complex.ops]",
		"status": "CD1",
		"submitter": "Gabriel Dos Reis",
		"opened": "2007-01-28",
		"last_modified": "2016-01-28"
	},
	"LWG630": {
		"type": "issue",
		"title": "arrays of valarray",
		"long_link": "https://cplusplus.github.io/LWG/issue630",
		"link": "https://wg21.link/lwg630",
		"section": "29.6.2.2 [valarray.cons]",
		"status": "C++11",
		"submitter": "Martin Sebor",
		"opened": "2007-01-28",
		"last_modified": "2016-01-28"
	},
	"LWG631": {
		"type": "issue",
		"title": "conflicting requirements for BinaryPredicate",
		"long_link": "https://cplusplus.github.io/LWG/issue631",
		"link": "https://wg21.link/lwg631",
		"section": "26 [algorithms]",
		"status": "NAD",
		"submitter": "James Kanze",
		"opened": "2007-01-31",
		"last_modified": "2016-01-28"
	},
	"LWG632": {
		"type": "issue",
		"title": "Time complexity of size() for std::set",
		"long_link": "https://cplusplus.github.io/LWG/issue632",
		"link": "https://wg21.link/lwg632",
		"section": "23.2 [container.requirements]",
		"status": "NAD",
		"submitter": "Lionel B",
		"opened": "2007-02-01",
		"last_modified": "2016-01-28"
	},
	"LWG633": {
		"type": "issue",
		"title": "Return clause mentions undefined \"type()\"",
		"long_link": "https://cplusplus.github.io/LWG/issue633",
		"link": "https://wg21.link/lwg633",
		"section": "22.10.17.3.6 [func.wrap.func.targ]",
		"status": "NAD Editorial",
		"submitter": "Daniel Krügler",
		"opened": "2007-02-03",
		"last_modified": "2016-01-28"
	},
	"LWG634": {
		"type": "issue",
		"title": "allocator.address() doesn't work for types overloading operator&",
		"long_link": "https://cplusplus.github.io/LWG/issue634",
		"link": "https://wg21.link/lwg634",
		"section": "20.2.10.2 [allocator.members]",
		"status": "CD1",
		"submitter": "Howard Hinnant",
		"opened": "2007-02-07",
		"last_modified": "2016-01-28"
	},
	"LWG635": {
		"type": "issue",
		"title": "domain of allocator::address",
		"long_link": "https://cplusplus.github.io/LWG/issue635",
		"link": "https://wg21.link/lwg635",
		"section": "16.4.4.6 [allocator.requirements]",
		"status": "Resolved",
		"submitter": "Howard Hinnant",
		"opened": "2007-02-08",
		"last_modified": "2016-01-28"
	},
	"LWG636": {
		"type": "issue",
		"title": "26.5.2.3 valarray::operator[]",
		"long_link": "https://cplusplus.github.io/LWG/issue636",
		"link": "https://wg21.link/lwg636",
		"section": "29.6.2.4 [valarray.access]",
		"status": "NAD Editorial",
		"submitter": "Bo Persson",
		"opened": "2007-02-11",
		"last_modified": "2016-01-28"
	},
	"LWG637": {
		"type": "issue",
		"title": "§[c.math]/10 inconsistent return values",
		"long_link": "https://cplusplus.github.io/LWG/issue637",
		"link": "https://wg21.link/lwg637",
		"section": "29.7 [c.math]",
		"status": "NAD Editorial",
		"submitter": "Bo Persson",
		"opened": "2007-02-13",
		"last_modified": "2016-02-01"
	},
	"LWG638": {
		"type": "issue",
		"title": "deque end invalidation during erase",
		"long_link": "https://cplusplus.github.io/LWG/issue638",
		"link": "https://wg21.link/lwg638",
		"section": "23.3.5.4 [deque.modifiers]",
		"status": "CD1",
		"submitter": "Steve LoBasso",
		"opened": "2007-02-17",
		"last_modified": "2016-01-28"
	},
	"LWG639": {
		"type": "issue",
		"title": "Still problems with exceptions during streambuf IO",
		"long_link": "https://cplusplus.github.io/LWG/issue639",
		"link": "https://wg21.link/lwg639",
		"section": "31.7.5.3.3 [istream.extractors], 31.7.6.3.3 [ostream.inserters]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"opened": "2007-02-17",
		"last_modified": "2017-04-22"
	},
	"LWG640": {
		"type": "issue",
		"title": "27.6.2.5.2 does not handle (unsigned) long long",
		"long_link": "https://cplusplus.github.io/LWG/issue640",
		"link": "https://wg21.link/lwg640",
		"section": "31.7.6.3.2 [ostream.inserters.arithmetic]",
		"status": "CD1",
		"submitter": "Daniel Krügler",
		"opened": "2007-02-17",
		"last_modified": "2016-01-28"
	},
	"LWG641": {
		"type": "issue",
		"title": "Editorial fix for 27.6.4 (N2134)",
		"long_link": "https://cplusplus.github.io/LWG/issue641",
		"link": "https://wg21.link/lwg641",
		"section": "31.7.8 [ext.manip]",
		"status": "NAD Editorial",
		"submitter": "Daniel Krügler",
		"opened": "2007-02-18",
		"last_modified": "2016-01-28",
		"papers": [
			"N2134"
		]
	},
	"LWG642": {
		"type": "issue",
		"title": "Invalidated fstream footnotes in N2134",
		"long_link": "https://cplusplus.github.io/LWG/issue642",
		"link": "https://wg21.link/lwg642",
		"section": "31.10.4.4 [ifstream.members], 31.10.5.4 [ofstream.members]",
		"status": "NAD Editorial",
		"submitter": "Daniel Krügler",
		"opened": "2007-02-20",
		"last_modified": "2016-01-28",
		"papers": [
			"N2134"
		]
	},
	"LWG643": {
		"type": "issue",
		"title": "Impossible \"as if\" clauses",
		"long_link": "https://cplusplus.github.io/LWG/issue643",
		"link": "https://wg21.link/lwg643",
		"section": "31.10.3 [filebuf], 28.3.4.3.3.3 [facet.num.put.virtuals]",
		"status": "CD1",
		"submitter": "Daniel Krügler",
		"opened": "2007-02-20",
		"last_modified": "2016-01-28"
	},
	"LWG644": {
		"type": "issue",
		"title": "Possible typos in 'function' description",
		"long_link": "https://cplusplus.github.io/LWG/issue644",
		"link": "https://wg21.link/lwg644",
		"section": "22.10.17.3 [func.wrap.func]",
		"status": "NAD",
		"submitter": "Bo Persson",
		"opened": "2007-02-25",
		"last_modified": "2016-01-28"
	},
	"LWG645": {
		"type": "issue",
		"title": "Missing members in match_results",
		"long_link": "https://cplusplus.github.io/LWG/issue645",
		"link": "https://wg21.link/lwg645",
		"section": "28.6.9 [re.results]",
		"status": "NAD Editorial",
		"submitter": "Daniel Krügler",
		"opened": "2007-02-26",
		"last_modified": "2016-01-28"
	},
	"LWG646": {
		"type": "issue",
		"title": "const incorrect match_result members",
		"long_link": "https://cplusplus.github.io/LWG/issue646",
		"link": "https://wg21.link/lwg646",
		"section": "28.6.9.6 [re.results.form]",
		"status": "CD1",
		"submitter": "Daniel Krügler",
		"opened": "2007-02-26",
		"last_modified": "2016-01-28"
	},
	"LWG647": {
		"type": "issue",
		"title": "Inconsistent regex_search params",
		"long_link": "https://cplusplus.github.io/LWG/issue647",
		"link": "https://wg21.link/lwg647",
		"section": "28.6.10.3 [re.alg.search]",
		"status": "NAD Editorial",
		"submitter": "Daniel Krügler",
		"opened": "2007-02-26",
		"last_modified": "2016-01-28"
	},
	"LWG648": {
		"type": "issue",
		"title": "regex_iterator c'tor needs clarification/editorial fix",
		"long_link": "https://cplusplus.github.io/LWG/issue648",
		"link": "https://wg21.link/lwg648",
		"section": "28.6.11.1.2 [re.regiter.cnstr]",
		"status": "NAD Editorial",
		"submitter": "Daniel Krügler",
		"opened": "2007-03-03",
		"last_modified": "2016-01-28"
	},
	"LWG649": {
		"type": "issue",
		"title": "Several typos in regex_token_iterator constructors",
		"long_link": "https://cplusplus.github.io/LWG/issue649",
		"link": "https://wg21.link/lwg649",
		"section": "28.6.11.2.2 [re.tokiter.cnstr]",
		"status": "NAD Editorial",
		"submitter": "Daniel Krügler",
		"opened": "2007-03-03",
		"last_modified": "2016-01-28"
	},
	"LWG650": {
		"type": "issue",
		"title": "regex_token_iterator and const correctness",
		"long_link": "https://cplusplus.github.io/LWG/issue650",
		"link": "https://wg21.link/lwg650",
		"section": "28.6.11.2 [re.tokiter]",
		"status": "CD1",
		"submitter": "Daniel Krügler",
		"opened": "2007-03-05",
		"last_modified": "2016-01-28"
	},
	"LWG651": {
		"type": "issue",
		"title": "Missing preconditions for regex_token_iterator c'tors",
		"long_link": "https://cplusplus.github.io/LWG/issue651",
		"link": "https://wg21.link/lwg651",
		"section": "28.6.11.2.2 [re.tokiter.cnstr]",
		"status": "CD1",
		"submitter": "Daniel Krügler",
		"opened": "2007-03-05",
		"last_modified": "2016-01-28"
	},
	"LWG652": {
		"type": "issue",
		"title": "regex_iterator and const correctness",
		"long_link": "https://cplusplus.github.io/LWG/issue652",
		"link": "https://wg21.link/lwg652",
		"section": "28.6.11.1 [re.regiter]",
		"status": "CD1",
		"submitter": "Daniel Krügler",
		"opened": "2007-03-05",
		"last_modified": "2016-01-28"
	},
	"LWG653": {
		"type": "issue",
		"title": "Library reserved names",
		"long_link": "https://cplusplus.github.io/LWG/issue653",
		"link": "https://wg21.link/lwg653",
		"section": "2 [intro.refs]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"opened": "2007-03-08",
		"last_modified": "2016-01-28"
	},
	"LWG654": {
		"type": "issue",
		"title": "Missing IO roundtrip for random number engines",
		"long_link": "https://cplusplus.github.io/LWG/issue654",
		"link": "https://wg21.link/lwg654",
		"section": "29.5.3.4 [rand.req.eng]",
		"status": "CD1",
		"submitter": "Daniel Krügler",
		"opened": "2007-03-08",
		"last_modified": "2016-01-28"
	},
	"LWG655": {
		"type": "issue",
		"title": "Signature of generate_canonical not useful",
		"long_link": "https://cplusplus.github.io/LWG/issue655",
		"link": "https://wg21.link/lwg655",
		"section": "29.5.8.2 [rand.util.canonical]",
		"status": "CD1",
		"submitter": "Daniel Krügler",
		"opened": "2007-03-08",
		"last_modified": "2016-01-28"
	},
	"LWG656": {
		"type": "issue",
		"title": "Typo in subtract_with_carry_engine declaration",
		"long_link": "https://cplusplus.github.io/LWG/issue656",
		"link": "https://wg21.link/lwg656",
		"section": "29.5.2 [rand.synopsis]",
		"status": "NAD Editorial",
		"submitter": "Daniel Krügler",
		"opened": "2007-03-08",
		"last_modified": "2016-01-28"
	},
	"LWG657": {
		"type": "issue",
		"title": "unclear requirement about header inclusion",
		"long_link": "https://cplusplus.github.io/LWG/issue657",
		"link": "https://wg21.link/lwg657",
		"section": "16.4.3.2 [using.headers]",
		"status": "NAD",
		"submitter": "Gennaro Prota",
		"opened": "2007-03-14",
		"last_modified": "2025-10-15"
	},
	"LWG658": {
		"type": "issue",
		"title": "Two unspecified function comparators in [function.objects]",
		"long_link": "https://cplusplus.github.io/LWG/issue658",
		"link": "https://wg21.link/lwg658",
		"section": "22.10 [function.objects]",
		"status": "Resolved",
		"submitter": "Daniel Krügler",
		"opened": "2007-03-19",
		"last_modified": "2016-01-28"
	},
	"LWG659": {
		"type": "issue",
		"title": "istreambuf_iterator should have an operator->()",
		"long_link": "https://cplusplus.github.io/LWG/issue659",
		"link": "https://wg21.link/lwg659",
		"section": "24.6.4 [istreambuf.iterator]",
		"status": "C++11",
		"submitter": "Niels Dekker",
		"opened": "2007-03-25",
		"last_modified": "2016-01-28"
	},
	"LWG660": {
		"type": "issue",
		"title": "Missing Bitwise Operations",
		"long_link": "https://cplusplus.github.io/LWG/issue660",
		"link": "https://wg21.link/lwg660",
		"section": "22.10 [function.objects]",
		"status": "CD1",
		"submitter": "Beman Dawes",
		"opened": "2007-04-02",
		"last_modified": "2016-01-28"
	},
	"LWG661": {
		"type": "issue",
		"title": "New 27.6.1.2.2 changes make special extractions useless",
		"long_link": "https://cplusplus.github.io/LWG/issue661",
		"link": "https://wg21.link/lwg661",
		"section": "31.7.5.3.2 [istream.formatted.arithmetic]",
		"status": "CD1",
		"submitter": "Daniel Krügler",
		"opened": "2007-04-01",
		"last_modified": "2016-01-28"
	},
	"LWG662": {
		"type": "issue",
		"title": "Inconsistent handling of incorrectly-placed thousands separators",
		"long_link": "https://cplusplus.github.io/LWG/issue662",
		"link": "https://wg21.link/lwg662",
		"section": "28.3.4.3.2.3 [facet.num.get.virtuals]",
		"status": "NAD",
		"submitter": "Cosmin Truta",
		"opened": "2007-04-05",
		"last_modified": "2016-01-28"
	},
	"LWG663": {
		"type": "issue",
		"title": "Complexity Requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue663",
		"link": "https://wg21.link/lwg663",
		"section": "16.3.2.4 [structure.specifications]",
		"status": "NAD",
		"submitter": "Thomas Plum",
		"opened": "2007-04-16",
		"last_modified": "2016-01-28"
	},
	"LWG664": {
		"type": "issue",
		"title": "do_unshift for codecvt<char, char, mbstate_t>",
		"long_link": "https://cplusplus.github.io/LWG/issue664",
		"link": "https://wg21.link/lwg664",
		"section": "28.3.4.2.5.3 [locale.codecvt.virtuals]",
		"status": "CD1",
		"submitter": "Thomas Plum",
		"opened": "2007-04-16",
		"last_modified": "2016-01-28"
	},
	"LWG665": {
		"type": "issue",
		"title": "do_unshift return value",
		"long_link": "https://cplusplus.github.io/LWG/issue665",
		"link": "https://wg21.link/lwg665",
		"section": "28.3.4.2.5.3 [locale.codecvt.virtuals]",
		"status": "CD1",
		"submitter": "Thomas Plum",
		"opened": "2007-04-16",
		"last_modified": "2016-01-28"
	},
	"LWG666": {
		"type": "issue",
		"title": "moneypunct::do_curr_symbol()",
		"long_link": "https://cplusplus.github.io/LWG/issue666",
		"link": "https://wg21.link/lwg666",
		"section": "28.3.4.7.4.3 [locale.moneypunct.virtuals]",
		"status": "CD1",
		"submitter": "Thomas Plum",
		"opened": "2007-04-16",
		"last_modified": "2016-01-28"
	},
	"LWG667": {
		"type": "issue",
		"title": "money_get's widened minus sign",
		"long_link": "https://cplusplus.github.io/LWG/issue667",
		"link": "https://wg21.link/lwg667",
		"section": "28.3.4.7.2.3 [locale.money.get.virtuals]",
		"status": "NAD",
		"submitter": "Thomas Plum",
		"opened": "2007-04-16",
		"last_modified": "2016-01-28"
	},
	"LWG668": {
		"type": "issue",
		"title": "money_get's empty minus sign",
		"long_link": "https://cplusplus.github.io/LWG/issue668",
		"link": "https://wg21.link/lwg668",
		"section": "28.3.4.7.2.3 [locale.money.get.virtuals]",
		"status": "NAD",
		"submitter": "Thomas Plum",
		"opened": "2007-04-16",
		"last_modified": "2016-01-28"
	},
	"LWG669": {
		"type": "issue",
		"title": "Equivalent postive and negative signs in money_get",
		"long_link": "https://cplusplus.github.io/LWG/issue669",
		"link": "https://wg21.link/lwg669",
		"section": "28.3.4.7.2.3 [locale.money.get.virtuals]",
		"status": "NAD",
		"submitter": "Thomas Plum",
		"opened": "2007-04-16",
		"last_modified": "2016-01-28"
	},
	"LWG670": {
		"type": "issue",
		"title": "money_base::pattern and space",
		"long_link": "https://cplusplus.github.io/LWG/issue670",
		"link": "https://wg21.link/lwg670",
		"section": "28.3.4.7.4 [locale.moneypunct]",
		"status": "Dup",
		"submitter": "Thomas Plum",
		"opened": "2007-04-16",
		"last_modified": "2016-01-28"
	},
	"LWG671": {
		"type": "issue",
		"title": "precision of hexfloat",
		"long_link": "https://cplusplus.github.io/LWG/issue671",
		"link": "https://wg21.link/lwg671",
		"section": "28.3.4.3.3.3 [facet.num.put.virtuals]",
		"status": "C++11",
		"submitter": "John Salmon",
		"opened": "2007-04-20",
		"last_modified": "2016-01-28"
	},
	"LWG672": {
		"type": "issue",
		"title": "Swappable requirements need updating",
		"long_link": "https://cplusplus.github.io/LWG/issue672",
		"link": "https://wg21.link/lwg672",
		"section": "16.4.4.2 [utility.arg.requirements]",
		"status": "CD1",
		"submitter": "Howard Hinnant",
		"opened": "2007-05-04",
		"last_modified": "2016-01-28"
	},
	"LWG673": {
		"type": "issue",
		"title": "unique_ptr update",
		"long_link": "https://cplusplus.github.io/LWG/issue673",
		"link": "https://wg21.link/lwg673",
		"section": "20.3.1 [unique.ptr]",
		"status": "CD1",
		"submitter": "Howard Hinnant",
		"opened": "2007-05-04",
		"last_modified": "2016-01-28"
	},
	"LWG674": {
		"type": "issue",
		"title": "shared_ptr interface changes for consistency with N1856",
		"long_link": "https://cplusplus.github.io/LWG/issue674",
		"link": "https://wg21.link/lwg674",
		"section": "20.3.2.2 [util.smartptr.shared]",
		"status": "CD1",
		"submitter": "Peter Dimov",
		"opened": "2007-05-05",
		"last_modified": "2016-01-28",
		"papers": [
			"N1856"
		]
	},
	"LWG675": {
		"type": "issue",
		"title": "Move assignment of containers",
		"long_link": "https://cplusplus.github.io/LWG/issue675",
		"link": "https://wg21.link/lwg675",
		"section": "23.2 [container.requirements]",
		"status": "CD1",
		"submitter": "Howard Hinnant",
		"opened": "2007-05-05",
		"last_modified": "2016-01-28"
	},
	"LWG676": {
		"type": "issue",
		"title": "Moving the unordered containers",
		"long_link": "https://cplusplus.github.io/LWG/issue676",
		"link": "https://wg21.link/lwg676",
		"section": "23.5 [unord]",
		"status": "C++11",
		"submitter": "Howard Hinnant",
		"opened": "2007-05-05",
		"last_modified": "2016-01-28"
	},
	"LWG677": {
		"type": "issue",
		"title": "Weaknesses in seed_seq::randomize [rand.util.seedseq]",
		"long_link": "https://cplusplus.github.io/LWG/issue677",
		"link": "https://wg21.link/lwg677",
		"section": "29.5.8.1 [rand.util.seedseq]",
		"status": "CD1",
		"submitter": "Charles Karney",
		"opened": "2007-05-15",
		"last_modified": "2016-01-28"
	},
	"LWG678": {
		"type": "issue",
		"title": "Changes for [rand.req.eng]",
		"long_link": "https://cplusplus.github.io/LWG/issue678",
		"link": "https://wg21.link/lwg678",
		"section": "29.5.3.4 [rand.req.eng]",
		"status": "CD1",
		"submitter": "Charles Karney",
		"opened": "2007-05-15",
		"last_modified": "2016-01-28"
	},
	"LWG679": {
		"type": "issue",
		"title": "resize parameter by value",
		"long_link": "https://cplusplus.github.io/LWG/issue679",
		"link": "https://wg21.link/lwg679",
		"section": "23.3 [sequences]",
		"status": "CD1",
		"submitter": "Howard Hinnant",
		"opened": "2007-06-11",
		"last_modified": "2016-01-28"
	},
	"LWG680": {
		"type": "issue",
		"title": "move_iterator operator-> return",
		"long_link": "https://cplusplus.github.io/LWG/issue680",
		"link": "https://wg21.link/lwg680",
		"section": "24.5.4.2 [move.iterator]",
		"status": "CD1",
		"submitter": "Howard Hinnant",
		"opened": "2007-06-11",
		"last_modified": "2016-01-28"
	},
	"LWG681": {
		"type": "issue",
		"title": "Operator functions impossible to compare are defined in [re.submatch.op]",
		"long_link": "https://cplusplus.github.io/LWG/issue681",
		"link": "https://wg21.link/lwg681",
		"section": "28.6.8.3 [re.submatch.op]",
		"status": "CD1",
		"submitter": "Nozomu Katoo",
		"opened": "2007-05-27",
		"last_modified": "2016-01-28"
	},
	"LWG682": {
		"type": "issue",
		"title": "basic_regex ctor takes InputIterator or ForwardIterator?",
		"long_link": "https://cplusplus.github.io/LWG/issue682",
		"link": "https://wg21.link/lwg682",
		"section": "28.6.7.2 [re.regex.construct]",
		"status": "CD1",
		"submitter": "Eric Niebler",
		"opened": "2007-06-03",
		"last_modified": "2016-01-28"
	},
	"LWG683": {
		"type": "issue",
		"title": "regex_token_iterator summary error",
		"long_link": "https://cplusplus.github.io/LWG/issue683",
		"link": "https://wg21.link/lwg683",
		"section": "28.6.11.2 [re.tokiter]",
		"status": "NAD Editorial",
		"submitter": "Eric Niebler",
		"opened": "2007-06-02",
		"last_modified": "2016-01-28"
	},
	"LWG684": {
		"type": "issue",
		"title": "Unclear which members of match_results should be used in comparison",
		"long_link": "https://cplusplus.github.io/LWG/issue684",
		"link": "https://wg21.link/lwg684",
		"section": "28.6.9 [re.results]",
		"status": "NAD Editorial",
		"submitter": "Nozomu Katoo",
		"opened": "2007-05-27",
		"last_modified": "2016-01-28"
	},
	"LWG685": {
		"type": "issue",
		"title": "reverse_iterator/move_iterator difference has invalid signatures",
		"long_link": "https://cplusplus.github.io/LWG/issue685",
		"link": "https://wg21.link/lwg685",
		"section": "24.5.1.9 [reverse.iter.nonmember], 24.5.4.9 [move.iter.nonmember]",
		"status": "CD1",
		"submitter": "Bo Persson",
		"opened": "2007-06-10",
		"last_modified": "2021-06-06"
	},
	"LWG686": {
		"type": "issue",
		"title": "unique_ptr and shared_ptr fail to specify non-convertibility to int for unspecified-bool-type",
		"long_link": "https://cplusplus.github.io/LWG/issue686",
		"link": "https://wg21.link/lwg686",
		"section": "20.3.1.3.5 [unique.ptr.single.observers], 20.3.2.2.6 [util.smartptr.shared.obs]",
		"status": "NAD",
		"submitter": "Beman Dawes",
		"opened": "2007-06-14",
		"last_modified": "2016-01-28"
	},
	"LWG687": {
		"type": "issue",
		"title": "shared_ptr conversion constructor not constrained",
		"long_link": "https://cplusplus.github.io/LWG/issue687",
		"link": "https://wg21.link/lwg687",
		"section": "20.3.2.2.2 [util.smartptr.shared.const], 20.3.2.3.2 [util.smartptr.weak.const]",
		"status": "CD1",
		"submitter": "Peter Dimov",
		"opened": "2007-05-10",
		"last_modified": "2016-01-28"
	},
	"LWG688": {
		"type": "issue",
		"title": "reference_wrapper, cref unsafe, allow binding to rvalues",
		"long_link": "https://cplusplus.github.io/LWG/issue688",
		"link": "https://wg21.link/lwg688",
		"section": "22.10.6.2 [refwrap.const]",
		"status": "C++11",
		"submitter": "Peter Dimov",
		"opened": "2007-05-10",
		"last_modified": "2016-01-28"
	},
	"LWG689": {
		"type": "issue",
		"title": "reference_wrapper constructor overly constrained",
		"long_link": "https://cplusplus.github.io/LWG/issue689",
		"link": "https://wg21.link/lwg689",
		"section": "22.10.6.2 [refwrap.const]",
		"status": "CD1",
		"submitter": "Peter Dimov",
		"opened": "2007-05-10",
		"last_modified": "2016-01-28"
	},
	"LWG690": {
		"type": "issue",
		"title": "abs(long long) should return long long",
		"long_link": "https://cplusplus.github.io/LWG/issue690",
		"link": "https://wg21.link/lwg690",
		"section": "29.7 [c.math]",
		"status": "NAD Editorial",
		"submitter": "Niels Dekker",
		"opened": "2007-06-10",
		"last_modified": "2016-01-28"
	},
	"LWG691": {
		"type": "issue",
		"title": "const_local_iterator cbegin, cend missing from TR1",
		"long_link": "https://cplusplus.github.io/LWG/issue691",
		"link": "https://wg21.link/lwg691",
		"section": "23.5 [unord], 99 [tr.hash]",
		"status": "CD1",
		"submitter": "Joaquín M López Muñoz",
		"opened": "2007-06-14",
		"last_modified": "2016-01-28"
	},
	"LWG692": {
		"type": "issue",
		"title": "get_money and put_money should be formatted I/O functions",
		"long_link": "https://cplusplus.github.io/LWG/issue692",
		"link": "https://wg21.link/lwg692",
		"section": "31.7.8 [ext.manip]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2007-06-22",
		"last_modified": "2016-01-28"
	},
	"LWG693": {
		"type": "issue",
		"title": "std::bitset::all() missing",
		"long_link": "https://cplusplus.github.io/LWG/issue693",
		"link": "https://wg21.link/lwg693",
		"section": "22.9.2 [template.bitset]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2007-06-22",
		"last_modified": "2016-01-28"
	},
	"LWG694": {
		"type": "issue",
		"title": "std::bitset and long long",
		"long_link": "https://cplusplus.github.io/LWG/issue694",
		"link": "https://wg21.link/lwg694",
		"section": "22.9.2 [template.bitset]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2007-06-22",
		"last_modified": "2016-01-28"
	},
	"LWG695": {
		"type": "issue",
		"title": "ctype<char>::classic_table() not accessible",
		"long_link": "https://cplusplus.github.io/LWG/issue695",
		"link": "https://wg21.link/lwg695",
		"section": "28.3.4.2.4 [facet.ctype.special]",
		"status": "CD1",
		"submitter": "Martin Sebor",
		"opened": "2007-06-22",
		"last_modified": "2016-01-28"
	},
	"LWG696": {
		"type": "issue",
		"title": "istream::operator>>(int&) broken",
		"long_link": "https://cplusplus.github.io/LWG/issue696",
		"link": "https://wg21.link/lwg696",
		"section": "31.7.5.3.2 [istream.formatted.arithmetic]",
		"status": "C++11",
		"submitter": "Martin Sebor",
		"opened": "2007-06-23",
		"last_modified": "2016-01-28"
	},
	"LWG697": {
		"type": "issue",
		"title": "New <system_error> header leads to name clashes",
		"long_link": "https://cplusplus.github.io/LWG/issue697",
		"link": "https://wg21.link/lwg697",
		"section": "19.5 [syserr]",
		"status": "Resolved",
		"submitter": "Daniel Krügler",
		"opened": "2007-06-24",
		"last_modified": "2016-01-28"
	},
	"LWG698": {
		"type": "issue",
		"title": "system_error needs const char* constructors",
		"long_link": "https://cplusplus.github.io/LWG/issue698",
		"link": "https://wg21.link/lwg698",
		"section": "19.5.8.1 [syserr.syserr.overview]",
		"status": "CD1",
		"submitter": "Daniel Krügler",
		"opened": "2007-06-24",
		"last_modified": "2016-01-28"
	},
	"LWG699": {
		"type": "issue",
		"title": "N2111 changes min/max",
		"long_link": "https://cplusplus.github.io/LWG/issue699",
		"link": "https://wg21.link/lwg699",
		"section": "29.5 [rand]",
		"status": "CD1",
		"submitter": "P.J. Plauger",
		"opened": "2007-07-01",
		"last_modified": "2016-01-28",
		"papers": [
			"N2111"
		]
	},
	"LWG700": {
		"type": "issue",
		"title": "N1856 defines struct identity",
		"long_link": "https://cplusplus.github.io/LWG/issue700",
		"link": "https://wg21.link/lwg700",
		"section": "22.2.4 [forward]",
		"status": "CD1",
		"submitter": "P.J. Plauger",
		"opened": "2007-07-01",
		"last_modified": "2016-01-28",
		"papers": [
			"N1856"
		]
	},
	"LWG701": {
		"type": "issue",
		"title": "[tr1] assoc laguerre poly's",
		"long_link": "https://cplusplus.github.io/LWG/issue701",
		"link": "https://wg21.link/lwg701",
		"section": "5.2.1.1 [tr1::tr.num.sf.Lnm]",
		"status": "NAD",
		"submitter": "Christopher Crawford",
		"opened": "2007-06-30",
		"last_modified": "2016-02-01"
	},
	"LWG702": {
		"type": "issue",
		"title": "[tr1] Restriction in associated Legendre functions",
		"long_link": "https://cplusplus.github.io/LWG/issue702",
		"link": "https://wg21.link/lwg702",
		"section": "5.2.1.2 [tr1::tr.num.sf.Plm]",
		"status": "NAD",
		"submitter": "Christopher Crawford",
		"opened": "2007-06-30",
		"last_modified": "2016-02-01"
	},
	"LWG703": {
		"type": "issue",
		"title": "map::at() need a complexity specification",
		"long_link": "https://cplusplus.github.io/LWG/issue703",
		"link": "https://wg21.link/lwg703",
		"section": "23.4.3.3 [map.access]",
		"status": "CD1",
		"submitter": "Joe Gottman",
		"opened": "2007-07-03",
		"last_modified": "2016-01-28"
	},
	"LWG704": {
		"type": "issue",
		"title": "MoveAssignable requirement for container value type overly strict",
		"long_link": "https://cplusplus.github.io/LWG/issue704",
		"link": "https://wg21.link/lwg704",
		"section": "23.2 [container.requirements]",
		"status": "C++11",
		"submitter": "Howard Hinnant",
		"opened": "2007-05-20",
		"last_modified": "2016-01-28"
	},
	"LWG705": {
		"type": "issue",
		"title": "type-trait decay incompletely specified",
		"long_link": "https://cplusplus.github.io/LWG/issue705",
		"link": "https://wg21.link/lwg705",
		"section": "21.3.9.7 [meta.trans.other]",
		"status": "CD1",
		"submitter": "Thorsten Ottosen",
		"opened": "2007-07-08",
		"last_modified": "2016-01-28"
	},
	"LWG706": {
		"type": "issue",
		"title": "make_pair() should behave as make_tuple() wrt. reference_wrapper()",
		"long_link": "https://cplusplus.github.io/LWG/issue706",
		"link": "https://wg21.link/lwg706",
		"section": "22.3 [pairs]",
		"status": "CD1",
		"submitter": "Thorsten Ottosen",
		"opened": "2007-07-08",
		"last_modified": "2016-01-28"
	},
	"LWG707": {
		"type": "issue",
		"title": "null pointer constant for exception_ptr",
		"long_link": "https://cplusplus.github.io/LWG/issue707",
		"link": "https://wg21.link/lwg707",
		"section": "17.9.7 [propagation]",
		"status": "NAD",
		"submitter": "Jens Maurer",
		"opened": "2007-07-20",
		"last_modified": "2016-01-28"
	},
	"LWG708": {
		"type": "issue",
		"title": "Locales need to be per thread and updated for POSIX changes",
		"long_link": "https://cplusplus.github.io/LWG/issue708",
		"link": "https://wg21.link/lwg708",
		"section": "28.3 [localization]",
		"status": "NAD",
		"submitter": "Peter Dimov",
		"opened": "2007-07-28",
		"last_modified": "2019-02-26"
	},
	"LWG709": {
		"type": "issue",
		"title": "char_traits::not_eof has wrong signature",
		"long_link": "https://cplusplus.github.io/LWG/issue709",
		"link": "https://wg21.link/lwg709",
		"section": "27.2.4 [char.traits.specializations]",
		"status": "CD1",
		"submitter": "Bo Persson",
		"opened": "2007-08-13",
		"last_modified": "2016-01-28"
	},
	"LWG710": {
		"type": "issue",
		"title": "Missing postconditions",
		"long_link": "https://cplusplus.github.io/LWG/issue710",
		"link": "https://wg21.link/lwg710",
		"section": "20.3.2.2 [util.smartptr.shared]",
		"status": "CD1",
		"submitter": "Peter Dimov",
		"opened": "2007-08-24",
		"last_modified": "2016-01-28"
	},
	"LWG711": {
		"type": "issue",
		"title": "Contradiction in empty shared_ptr",
		"long_link": "https://cplusplus.github.io/LWG/issue711",
		"link": "https://wg21.link/lwg711",
		"section": "20.3.2.2.6 [util.smartptr.shared.obs]",
		"status": "C++11",
		"submitter": "Peter Dimov",
		"opened": "2007-08-24",
		"last_modified": "2016-01-28"
	},
	"LWG712": {
		"type": "issue",
		"title": "seed_seq::size no longer useful",
		"long_link": "https://cplusplus.github.io/LWG/issue712",
		"link": "https://wg21.link/lwg712",
		"section": "29.5.8.1 [rand.util.seedseq]",
		"status": "CD1",
		"submitter": "Marc Paterno",
		"opened": "2007-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG713": {
		"type": "issue",
		"title": "sort() complexity is too lax",
		"long_link": "https://cplusplus.github.io/LWG/issue713",
		"link": "https://wg21.link/lwg713",
		"section": "26.8.2.1 [sort]",
		"status": "CD1",
		"submitter": "Matt Austern",
		"opened": "2007-08-30",
		"last_modified": "2016-01-28"
	},
	"LWG714": {
		"type": "issue",
		"title": "search_n complexity is too lax",
		"long_link": "https://cplusplus.github.io/LWG/issue714",
		"link": "https://wg21.link/lwg714",
		"section": "26.6.15 [alg.search]",
		"status": "CD1",
		"submitter": "Matt Austern",
		"opened": "2007-08-30",
		"last_modified": "2016-01-28"
	},
	"LWG715": {
		"type": "issue",
		"title": "minmax_element complexity is too lax",
		"long_link": "https://cplusplus.github.io/LWG/issue715",
		"link": "https://wg21.link/lwg715",
		"section": "26.8.9 [alg.min.max]",
		"status": "CD1",
		"submitter": "Matt Austern",
		"opened": "2007-08-30",
		"last_modified": "2016-01-28"
	},
	"LWG716": {
		"type": "issue",
		"title": "Production in [re.grammar] not actually modified",
		"long_link": "https://cplusplus.github.io/LWG/issue716",
		"link": "https://wg21.link/lwg716",
		"section": "28.6.12 [re.grammar]",
		"status": "C++11",
		"submitter": "Stephan T. Lavavej",
		"opened": "2007-08-31",
		"last_modified": "2016-01-28"
	},
	"LWG717": {
		"type": "issue",
		"title": "Incomplete valarray::operator[] specification in [valarray.access]",
		"long_link": "https://cplusplus.github.io/LWG/issue717",
		"link": "https://wg21.link/lwg717",
		"section": "29.6.2.4 [valarray.access]",
		"status": "NAD Editorial",
		"submitter": "Daniel Krügler",
		"opened": "2007-08-27",
		"last_modified": "2016-01-28"
	},
	"LWG718": {
		"type": "issue",
		"title": "basic_string is not a sequence",
		"long_link": "https://cplusplus.github.io/LWG/issue718",
		"link": "https://wg21.link/lwg718",
		"section": "27.4.3 [basic.string]",
		"status": "NAD Editorial",
		"submitter": "Bo Persson",
		"opened": "2007-08-18",
		"last_modified": "2016-01-28"
	},
	"LWG719": {
		"type": "issue",
		"title": "std::is_literal type traits should be provided",
		"long_link": "https://cplusplus.github.io/LWG/issue719",
		"link": "https://wg21.link/lwg719",
		"section": "21 [meta]",
		"status": "Resolved",
		"submitter": "Daniel Krügler",
		"opened": "2007-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG720": {
		"type": "issue",
		"title": "Omissions in constexpr usages",
		"long_link": "https://cplusplus.github.io/LWG/issue720",
		"link": "https://wg21.link/lwg720",
		"section": "23.3.3 [array], 22.9.2 [template.bitset]",
		"status": "CD1",
		"submitter": "Daniel Krügler",
		"opened": "2007-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG721": {
		"type": "issue",
		"title": "wstring_convert inconsistensies",
		"long_link": "https://cplusplus.github.io/LWG/issue721",
		"link": "https://wg21.link/lwg721",
		"section": "99 [depr.conversions.string]",
		"status": "NAD",
		"submitter": "Bo Persson",
		"opened": "2007-08-27",
		"last_modified": "2017-04-22"
	},
	"LWG722": {
		"type": "issue",
		"title": "Missing [c.math] functions nanf and nanl",
		"long_link": "https://cplusplus.github.io/LWG/issue722",
		"link": "https://wg21.link/lwg722",
		"section": "29.7 [c.math]",
		"status": "CD1",
		"submitter": "Daniel Krügler",
		"opened": "2007-08-27",
		"last_modified": "2016-01-28"
	},
	"LWG723": {
		"type": "issue",
		"title": "basic_regex should be moveable",
		"long_link": "https://cplusplus.github.io/LWG/issue723",
		"link": "https://wg21.link/lwg723",
		"section": "28.6.7 [re.regex]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2007-08-29",
		"last_modified": "2016-01-28"
	},
	"LWG724": {
		"type": "issue",
		"title": "DefaultConstructible is not defined",
		"long_link": "https://cplusplus.github.io/LWG/issue724",
		"link": "https://wg21.link/lwg724",
		"section": "16.4.4.2 [utility.arg.requirements]",
		"status": "C++11",
		"submitter": "Pablo Halpern",
		"opened": "2007-09-12",
		"last_modified": "2016-01-28"
	},
	"LWG725": {
		"type": "issue",
		"title": "Optional sequence container requirements column label",
		"long_link": "https://cplusplus.github.io/LWG/issue725",
		"link": "https://wg21.link/lwg725",
		"section": "23.2.4 [sequence.reqmts]",
		"status": "NAD Editorial",
		"submitter": "David Abrahams",
		"opened": "2007-09-16",
		"last_modified": "2016-01-28"
	},
	"LWG726": {
		"type": "issue",
		"title": "Missing regex_replace() overloads",
		"long_link": "https://cplusplus.github.io/LWG/issue726",
		"link": "https://wg21.link/lwg726",
		"section": "28.6.10.4 [re.alg.replace]",
		"status": "NAD",
		"submitter": "Stephan T. Lavavej",
		"opened": "2007-09-22",
		"last_modified": "2016-01-28"
	},
	"LWG727": {
		"type": "issue",
		"title": "regex_replace() doesn't accept basic_strings with custom traits and allocators",
		"long_link": "https://cplusplus.github.io/LWG/issue727",
		"link": "https://wg21.link/lwg727",
		"section": "28.6.10.4 [re.alg.replace]",
		"status": "C++11",
		"submitter": "Stephan T. Lavavej",
		"opened": "2007-09-22",
		"last_modified": "2016-01-28"
	},
	"LWG728": {
		"type": "issue",
		"title": "Problem in [rand.eng.mers]/6",
		"long_link": "https://cplusplus.github.io/LWG/issue728",
		"link": "https://wg21.link/lwg728",
		"section": "29.5.4.3 [rand.eng.mers]",
		"status": "CD1",
		"submitter": "Stephan Tolksdorf",
		"opened": "2007-09-21",
		"last_modified": "2016-01-28"
	},
	"LWG729": {
		"type": "issue",
		"title": "Problem in [rand.req.eng]/3",
		"long_link": "https://cplusplus.github.io/LWG/issue729",
		"link": "https://wg21.link/lwg729",
		"section": "29.5.3.4 [rand.req.eng]",
		"status": "NAD",
		"submitter": "Stephan Tolksdorf",
		"opened": "2007-09-21",
		"last_modified": "2016-01-28"
	},
	"LWG730": {
		"type": "issue",
		"title": "Comment on [rand.req.adapt]/3 e)",
		"long_link": "https://cplusplus.github.io/LWG/issue730",
		"link": "https://wg21.link/lwg730",
		"section": "29.5.3.5 [rand.req.adapt]",
		"status": "NAD",
		"submitter": "Stephan Tolksdorf",
		"opened": "2007-09-21",
		"last_modified": "2016-01-28"
	},
	"LWG731": {
		"type": "issue",
		"title": "proposal for a customizable seed_seq",
		"long_link": "https://cplusplus.github.io/LWG/issue731",
		"link": "https://wg21.link/lwg731",
		"section": "29.5.8.1 [rand.util.seedseq]",
		"status": "NAD",
		"submitter": "Stephan Tolksdorf",
		"opened": "2007-09-21",
		"last_modified": "2016-01-28"
	},
	"LWG732": {
		"type": "issue",
		"title": "Defect in [rand.dist.samp.genpdf]",
		"long_link": "https://cplusplus.github.io/LWG/issue732",
		"link": "https://wg21.link/lwg732",
		"section": "99 [rand.dist.samp.genpdf]",
		"status": "Resolved",
		"submitter": "Stephan Tolksdorf",
		"opened": "2007-09-21",
		"last_modified": "2016-01-28"
	},
	"LWG733": {
		"type": "issue",
		"title": "Comment on [rand.req.dist]/9",
		"long_link": "https://cplusplus.github.io/LWG/issue733",
		"link": "https://wg21.link/lwg733",
		"section": "29.5.3.6 [rand.req.dist]",
		"status": "NAD",
		"submitter": "Stephan Tolksdorf",
		"opened": "2007-09-21",
		"last_modified": "2016-01-28"
	},
	"LWG734": {
		"type": "issue",
		"title": "Unnecessary restriction in [rand.dist.norm.chisq]",
		"long_link": "https://cplusplus.github.io/LWG/issue734",
		"link": "https://wg21.link/lwg734",
		"section": "29.5.9.5.3 [rand.dist.norm.chisq]",
		"status": "CD1",
		"submitter": "Stephan Tolksdorf",
		"opened": "2007-09-21",
		"last_modified": "2016-01-28"
	},
	"LWG735": {
		"type": "issue",
		"title": "Unfortunate naming",
		"long_link": "https://cplusplus.github.io/LWG/issue735",
		"link": "https://wg21.link/lwg735",
		"section": "29.5.9.3.2 [rand.dist.bern.bin], 29.5.9.3.4 [rand.dist.bern.negbin]",
		"status": "NAD",
		"submitter": "Stephan Tolksdorf",
		"opened": "2007-09-21",
		"last_modified": "2016-01-28"
	},
	"LWG736": {
		"type": "issue",
		"title": "Comment on [rand.dist.samp.discrete]",
		"long_link": "https://cplusplus.github.io/LWG/issue736",
		"link": "https://wg21.link/lwg736",
		"section": "29.5.9.6.1 [rand.dist.samp.discrete]",
		"status": "NAD",
		"submitter": "Stephan Tolksdorf",
		"opened": "2007-09-21",
		"last_modified": "2016-01-28"
	},
	"LWG737": {
		"type": "issue",
		"title": "Comment on [rand.dist.samp.pconst]",
		"long_link": "https://cplusplus.github.io/LWG/issue737",
		"link": "https://wg21.link/lwg737",
		"section": "29.5.9.6.2 [rand.dist.samp.pconst]",
		"status": "NAD",
		"submitter": "Stephan Tolksdorf",
		"opened": "2007-09-21",
		"last_modified": "2016-01-28"
	},
	"LWG738": {
		"type": "issue",
		"title": "Editorial issue in [rand.adapt.disc]/3",
		"long_link": "https://cplusplus.github.io/LWG/issue738",
		"link": "https://wg21.link/lwg738",
		"section": "29.5.5.2 [rand.adapt.disc]",
		"status": "NAD Editorial",
		"submitter": "Stephan Tolksdorf",
		"opened": "2007-09-21",
		"last_modified": "2016-01-28"
	},
	"LWG739": {
		"type": "issue",
		"title": "Defect in [rand.util.canonical]/3",
		"long_link": "https://cplusplus.github.io/LWG/issue739",
		"link": "https://wg21.link/lwg739",
		"section": "29.5.8.2 [rand.util.canonical]",
		"status": "NAD",
		"submitter": "Stephan Tolksdorf",
		"opened": "2007-09-21",
		"last_modified": "2016-01-28"
	},
	"LWG740": {
		"type": "issue",
		"title": "Please remove *_ptr<T[N]>",
		"long_link": "https://cplusplus.github.io/LWG/issue740",
		"link": "https://wg21.link/lwg740",
		"section": "20.3.1 [unique.ptr]",
		"status": "CD1",
		"submitter": "Herb Sutter",
		"opened": "2007-10-04",
		"last_modified": "2016-01-28"
	},
	"LWG741": {
		"type": "issue",
		"title": "Const-incorrect get_deleter function for shared_ptr",
		"long_link": "https://cplusplus.github.io/LWG/issue741",
		"link": "https://wg21.link/lwg741",
		"section": "20.3.2.2.11 [util.smartptr.getdeleter]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"opened": "2007-09-27",
		"last_modified": "2016-01-28"
	},
	"LWG742": {
		"type": "issue",
		"title": "Enabling swap for proxy iterators",
		"long_link": "https://cplusplus.github.io/LWG/issue742",
		"link": "https://wg21.link/lwg742",
		"section": "16.4.4.2 [utility.arg.requirements]",
		"status": "Resolved",
		"submitter": "Howard Hinnant",
		"opened": "2007-10-10",
		"last_modified": "2016-01-28"
	},
	"LWG743": {
		"type": "issue",
		"title": "rvalue swap for shared_ptr",
		"long_link": "https://cplusplus.github.io/LWG/issue743",
		"link": "https://wg21.link/lwg743",
		"section": "20.3.2.2.9 [util.smartptr.shared.spec]",
		"status": "CD1",
		"submitter": "Howard Hinnant",
		"opened": "2007-10-10",
		"last_modified": "2016-01-28"
	},
	"LWG744": {
		"type": "issue",
		"title": "What is the lifetime of an exception pointed to by an exception_ptr?",
		"long_link": "https://cplusplus.github.io/LWG/issue744",
		"link": "https://wg21.link/lwg744",
		"section": "17.9.7 [propagation]",
		"status": "CD1",
		"submitter": "Alisdair Meredith",
		"opened": "2007-10-10",
		"last_modified": "2016-01-28"
	},
	"LWG745": {
		"type": "issue",
		"title": "copy_exception API slices.",
		"long_link": "https://cplusplus.github.io/LWG/issue745",
		"link": "https://wg21.link/lwg745",
		"section": "17.9.7 [propagation]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"opened": "2007-10-10",
		"last_modified": "2016-01-28"
	},
	"LWG746": {
		"type": "issue",
		"title": "current_exception may fail with bad_alloc",
		"long_link": "https://cplusplus.github.io/LWG/issue746",
		"link": "https://wg21.link/lwg746",
		"section": "17.9.7 [propagation]",
		"status": "CD1",
		"submitter": "Alisdair Meredith",
		"opened": "2007-10-10",
		"last_modified": "2016-01-28"
	},
	"LWG747": {
		"type": "issue",
		"title": "We have 3 separate type traits to identify classes supporting no-throw operations",
		"long_link": "https://cplusplus.github.io/LWG/issue747",
		"link": "https://wg21.link/lwg747",
		"section": "21.3.6.4 [meta.unary.prop]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"opened": "2007-10-10",
		"last_modified": "2016-01-28"
	},
	"LWG748": {
		"type": "issue",
		"title": "The is_abstract type trait is defined by reference to 10.4.",
		"long_link": "https://cplusplus.github.io/LWG/issue748",
		"link": "https://wg21.link/lwg748",
		"section": "21.3.6.4 [meta.unary.prop]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"opened": "2007-10-10",
		"last_modified": "2016-01-28"
	},
	"LWG749": {
		"type": "issue",
		"title": "Currently has_nothrow_copy_constructor<T>::value is true if T has 'a' nothrow copy constructor.",
		"long_link": "https://cplusplus.github.io/LWG/issue749",
		"link": "https://wg21.link/lwg749",
		"section": "21.3.6.4 [meta.unary.prop]",
		"status": "CD1",
		"submitter": "Alisdair Meredith",
		"opened": "2007-10-10",
		"last_modified": "2016-01-28"
	},
	"LWG750": {
		"type": "issue",
		"title": "The current definition for is_convertible requires that the type be implicitly convertible, so explicit constructors are ignored.",
		"long_link": "https://cplusplus.github.io/LWG/issue750",
		"link": "https://wg21.link/lwg750",
		"section": "21.3.8 [meta.rel]",
		"status": "Dup",
		"submitter": "Alisdair Meredith",
		"opened": "2007-10-10",
		"last_modified": "2016-01-28"
	},
	"LWG751": {
		"type": "issue",
		"title": "change pass-by-reference members of vector<bool> to pass-by-value?",
		"long_link": "https://cplusplus.github.io/LWG/issue751",
		"link": "https://wg21.link/lwg751",
		"section": "23.3.14 [vector.bool]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"opened": "2007-10-10",
		"last_modified": "2016-01-28"
	},
	"LWG752": {
		"type": "issue",
		"title": "Allocator complexity requirement",
		"long_link": "https://cplusplus.github.io/LWG/issue752",
		"link": "https://wg21.link/lwg752",
		"section": "16.4.4.6 [allocator.requirements]",
		"status": "C++11",
		"submitter": "Hans Boehm",
		"opened": "2007-10-11",
		"last_modified": "2016-01-28"
	},
	"LWG753": {
		"type": "issue",
		"title": "Move constructor in draft",
		"long_link": "https://cplusplus.github.io/LWG/issue753",
		"link": "https://wg21.link/lwg753",
		"section": "16.4.4.2 [utility.arg.requirements]",
		"status": "C++11",
		"submitter": "Yechezkel Mett",
		"opened": "2007-10-14",
		"last_modified": "2016-01-28"
	},
	"LWG754": {
		"type": "issue",
		"title": "Ambiguous return clause for std::uninitialized_copy",
		"long_link": "https://cplusplus.github.io/LWG/issue754",
		"link": "https://wg21.link/lwg754",
		"section": "26.11.5 [uninitialized.copy]",
		"status": "NAD Editorial",
		"submitter": "Daniel Krügler",
		"opened": "2007-10-15",
		"last_modified": "2016-01-28"
	},
	"LWG755": {
		"type": "issue",
		"title": "std::vector and std:string lack explicit shrink-to-fit operations",
		"long_link": "https://cplusplus.github.io/LWG/issue755",
		"link": "https://wg21.link/lwg755",
		"section": "23.3.13.3 [vector.capacity], 27.4.3.5 [string.capacity]",
		"status": "CD1",
		"submitter": "Beman Dawes",
		"opened": "2007-10-31",
		"last_modified": "2016-01-28"
	},
	"LWG756": {
		"type": "issue",
		"title": "Container adaptors push",
		"long_link": "https://cplusplus.github.io/LWG/issue756",
		"link": "https://wg21.link/lwg756",
		"section": "23.6 [container.adaptors]",
		"status": "Resolved",
		"submitter": "Paolo Carlini",
		"opened": "2007-10-31",
		"last_modified": "2016-01-28"
	},
	"LWG757": {
		"type": "issue",
		"title": "Typo in the synopsis of vector",
		"long_link": "https://cplusplus.github.io/LWG/issue757",
		"link": "https://wg21.link/lwg757",
		"section": "23.3.13 [vector]",
		"status": "NAD Editorial",
		"submitter": "Paolo Carlini",
		"opened": "2007-11-04",
		"last_modified": "2016-01-28"
	},
	"LWG758": {
		"type": "issue",
		"title": "shared_ptr and nullptr",
		"long_link": "https://cplusplus.github.io/LWG/issue758",
		"link": "https://wg21.link/lwg758",
		"section": "20.3.2.2 [util.smartptr.shared]",
		"status": "C++11",
		"submitter": "Joe Gottman",
		"opened": "2007-10-31",
		"last_modified": "2016-01-28"
	},
	"LWG759": {
		"type": "issue",
		"title": "A reference is not an object",
		"long_link": "https://cplusplus.github.io/LWG/issue759",
		"link": "https://wg21.link/lwg759",
		"section": "23.2 [container.requirements]",
		"status": "CD1",
		"submitter": "Jens Maurer",
		"opened": "2007-11-06",
		"last_modified": "2016-01-28"
	},
	"LWG760": {
		"type": "issue",
		"title": "The emplace issue",
		"long_link": "https://cplusplus.github.io/LWG/issue760",
		"link": "https://wg21.link/lwg760",
		"section": "23.2 [container.requirements]",
		"status": "NAD",
		"submitter": "Paolo Carlini",
		"opened": "2007-11-11",
		"last_modified": "2017-07-17"
	},
	"LWG761": {
		"type": "issue",
		"title": "unordered_map needs an at() member function",
		"long_link": "https://cplusplus.github.io/LWG/issue761",
		"link": "https://wg21.link/lwg761",
		"section": "23.5.3.3 [unord.map.elem]",
		"status": "CD1",
		"submitter": "Joe Gottman",
		"opened": "2007-11-15",
		"last_modified": "2016-01-28"
	},
	"LWG762": {
		"type": "issue",
		"title": "std::unique_ptr requires complete type?",
		"long_link": "https://cplusplus.github.io/LWG/issue762",
		"link": "https://wg21.link/lwg762",
		"section": "20.3.1 [unique.ptr]",
		"status": "CD1",
		"submitter": "Daniel Krügler",
		"opened": "2007-11-30",
		"last_modified": "2016-01-28"
	},
	"LWG763": {
		"type": "issue",
		"title": "Renaming emplace() overloads",
		"long_link": "https://cplusplus.github.io/LWG/issue763",
		"link": "https://wg21.link/lwg763",
		"section": "23.2.7 [associative.reqmts]",
		"status": "NAD",
		"submitter": "Sylvain Pion",
		"opened": "2007-12-04",
		"last_modified": "2016-01-28"
	},
	"LWG764": {
		"type": "issue",
		"title": "equal_range on unordered containers should return a pair of local_iterators",
		"long_link": "https://cplusplus.github.io/LWG/issue764",
		"link": "https://wg21.link/lwg764",
		"section": "23.2.8 [unord.req]",
		"status": "NAD",
		"submitter": "Joe Gottman",
		"opened": "2007-11-29",
		"last_modified": "2016-01-28"
	},
	"LWG765": {
		"type": "issue",
		"title": "More on iterator validity",
		"long_link": "https://cplusplus.github.io/LWG/issue765",
		"link": "https://wg21.link/lwg765",
		"section": "24.3.4 [iterator.concepts]",
		"status": "C++11",
		"submitter": "Martin Sebor",
		"opened": "2007-12-14",
		"last_modified": "2016-01-28"
	},
	"LWG766": {
		"type": "issue",
		"title": "Inconsistent exception guarantees between ordered and unordered associative containers",
		"long_link": "https://cplusplus.github.io/LWG/issue766",
		"link": "https://wg21.link/lwg766",
		"section": "23.2 [container.requirements], 23.2.8.2 [unord.req.except]",
		"status": "CD1",
		"submitter": "Ion Gaztañaga",
		"opened": "2007-12-22",
		"last_modified": "2016-01-28"
	},
	"LWG767": {
		"type": "issue",
		"title": "Forwarding and backward compatibility",
		"long_link": "https://cplusplus.github.io/LWG/issue767",
		"link": "https://wg21.link/lwg767",
		"section": "23 [containers]",
		"status": "Resolved",
		"submitter": "Sylvain Pion",
		"opened": "2007-12-28",
		"last_modified": "2016-01-28"
	},
	"LWG768": {
		"type": "issue",
		"title": "Typos in [atomics]?",
		"long_link": "https://cplusplus.github.io/LWG/issue768",
		"link": "https://wg21.link/lwg768",
		"section": "32.5.8 [atomics.types.generic]",
		"status": "CD1",
		"submitter": "Alberto Ganesh Barbati",
		"opened": "2007-12-28",
		"last_modified": "2016-01-28"
	},
	"LWG769": {
		"type": "issue",
		"title": "std::function should use nullptr_t instead of \"unspecified-null-pointer-type\"",
		"long_link": "https://cplusplus.github.io/LWG/issue769",
		"link": "https://wg21.link/lwg769",
		"section": "22.10.17.3 [func.wrap.func]",
		"status": "CD1",
		"submitter": "Daniel Krügler",
		"opened": "2008-01-10",
		"last_modified": "2016-01-28"
	},
	"LWG770": {
		"type": "issue",
		"title": "std::function should use rvalue swap",
		"long_link": "https://cplusplus.github.io/LWG/issue770",
		"link": "https://wg21.link/lwg770",
		"section": "22.10.17 [func.wrap]",
		"status": "CD1",
		"submitter": "Daniel Krügler",
		"opened": "2008-01-10",
		"last_modified": "2016-01-28"
	},
	"LWG771": {
		"type": "issue",
		"title": "Impossible throws clause in [string.conversions]",
		"long_link": "https://cplusplus.github.io/LWG/issue771",
		"link": "https://wg21.link/lwg771",
		"section": "27.4.5 [string.conversions]",
		"status": "CD1",
		"submitter": "Daniel Krügler",
		"opened": "2008-01-13",
		"last_modified": "2016-01-28"
	},
	"LWG772": {
		"type": "issue",
		"title": "Impossible return clause in [string.conversions]",
		"long_link": "https://cplusplus.github.io/LWG/issue772",
		"link": "https://wg21.link/lwg772",
		"section": "27.4.5 [string.conversions]",
		"status": "CD1",
		"submitter": "Daniel Krügler",
		"opened": "2008-01-13",
		"last_modified": "2016-01-28"
	},
	"LWG773": {
		"type": "issue",
		"title": "issues with random",
		"long_link": "https://cplusplus.github.io/LWG/issue773",
		"link": "https://wg21.link/lwg773",
		"section": "29.5.9.2 [rand.dist.uni]",
		"status": "NAD",
		"submitter": "P.J. Plauger",
		"opened": "2008-01-14",
		"last_modified": "2016-01-28"
	},
	"LWG774": {
		"type": "issue",
		"title": "Member swap undefined for most containers",
		"long_link": "https://cplusplus.github.io/LWG/issue774",
		"link": "https://wg21.link/lwg774",
		"section": "23 [containers]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2008-01-14",
		"last_modified": "2016-01-28"
	},
	"LWG775": {
		"type": "issue",
		"title": "Tuple indexing should be unsigned?",
		"long_link": "https://cplusplus.github.io/LWG/issue775",
		"link": "https://wg21.link/lwg775",
		"section": "22.4.7 [tuple.helper]",
		"status": "CD1",
		"submitter": "Alisdair Meredith",
		"opened": "2008-01-16",
		"last_modified": "2016-01-28"
	},
	"LWG776": {
		"type": "issue",
		"title": "Undescribed assign function of std::array",
		"long_link": "https://cplusplus.github.io/LWG/issue776",
		"link": "https://wg21.link/lwg776",
		"section": "23.3.3 [array]",
		"status": "CD1",
		"submitter": "Daniel Krügler",
		"opened": "2008-01-20",
		"last_modified": "2016-01-28"
	},
	"LWG777": {
		"type": "issue",
		"title": "Atomics Library Issue",
		"long_link": "https://cplusplus.github.io/LWG/issue777",
		"link": "https://wg21.link/lwg777",
		"section": "32.5.8.2 [atomics.types.operations]",
		"status": "CD1",
		"submitter": "Lawrence Crowl",
		"opened": "2008-01-21",
		"last_modified": "2016-01-28"
	},
	"LWG778": {
		"type": "issue",
		"title": "std::bitset does not have any constructor taking a string literal",
		"long_link": "https://cplusplus.github.io/LWG/issue778",
		"link": "https://wg21.link/lwg778",
		"section": "22.9.2.2 [bitset.cons]",
		"status": "CD1",
		"submitter": "Thorsten Ottosen",
		"opened": "2008-01-24",
		"last_modified": "2016-01-28"
	},
	"LWG779": {
		"type": "issue",
		"title": "Resolution of #283 incomplete",
		"long_link": "https://cplusplus.github.io/LWG/issue779",
		"link": "https://wg21.link/lwg779",
		"section": "26.7.8 [alg.remove]",
		"status": "CD1",
		"submitter": "Daniel Krügler",
		"opened": "2008-01-25",
		"last_modified": "2016-01-28"
	},
	"LWG780": {
		"type": "issue",
		"title": "std::merge() specification incorrect/insufficient",
		"long_link": "https://cplusplus.github.io/LWG/issue780",
		"link": "https://wg21.link/lwg780",
		"section": "26.8.6 [alg.merge]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2008-01-25",
		"last_modified": "2016-01-28"
	},
	"LWG781": {
		"type": "issue",
		"title": "std::complex should add missing C99 functions",
		"long_link": "https://cplusplus.github.io/LWG/issue781",
		"link": "https://wg21.link/lwg781",
		"section": "29.4.7 [complex.value.ops]",
		"status": "CD1",
		"submitter": "Daniel Krügler",
		"opened": "2008-01-26",
		"last_modified": "2016-01-28"
	},
	"LWG782": {
		"type": "issue",
		"title": "Extended seed_seq constructor is useless",
		"long_link": "https://cplusplus.github.io/LWG/issue782",
		"link": "https://wg21.link/lwg782",
		"section": "29.5.8.1 [rand.util.seedseq]",
		"status": "CD1",
		"submitter": "Daniel Krügler",
		"opened": "2008-01-27",
		"last_modified": "2015-10-20"
	},
	"LWG783": {
		"type": "issue",
		"title": "thread::id reuse",
		"long_link": "https://cplusplus.github.io/LWG/issue783",
		"link": "https://wg21.link/lwg783",
		"section": "32.4.3.2 [thread.thread.id]",
		"status": "CD1",
		"submitter": "Hans Boehm",
		"opened": "2008-02-01",
		"last_modified": "2016-01-28"
	},
	"LWG784": {
		"type": "issue",
		"title": "unique_lock::release",
		"long_link": "https://cplusplus.github.io/LWG/issue784",
		"link": "https://wg21.link/lwg784",
		"section": "32.6.5.4.4 [thread.lock.unique.mod]",
		"status": "NAD",
		"submitter": "Constantine Sapuntzakis",
		"opened": "2008-02-02",
		"last_modified": "2016-01-28"
	},
	"LWG785": {
		"type": "issue",
		"title": "[tr1] Random Number Requirements in TR1",
		"long_link": "https://cplusplus.github.io/LWG/issue785",
		"link": "https://wg21.link/lwg785",
		"section": "5.1.4.5 [tr1::tr.rand.eng.disc], 5.1.4.6 [tr1::tr.rand.eng.xor]",
		"status": "NAD",
		"submitter": "John Maddock",
		"opened": "2008-01-15",
		"last_modified": "2016-02-01"
	},
	"LWG786": {
		"type": "issue",
		"title": "Thread library timed waits, UTC and monotonic clocks",
		"long_link": "https://cplusplus.github.io/LWG/issue786",
		"link": "https://wg21.link/lwg786",
		"section": "30 [time]",
		"status": "Resolved",
		"submitter": "Christopher Kohlhoff, Jeff Garland",
		"opened": "2008-02-03",
		"last_modified": "2016-01-28"
	},
	"LWG787": {
		"type": "issue",
		"title": "complexity of binary_search",
		"long_link": "https://cplusplus.github.io/LWG/issue787",
		"link": "https://wg21.link/lwg787",
		"section": "26.8.4.5 [binary.search]",
		"status": "CD1",
		"submitter": "Daniel Krügler",
		"opened": "2007-09-08",
		"last_modified": "2016-01-28"
	},
	"LWG788": {
		"type": "issue",
		"title": "Ambiguity in [istream.iterator]",
		"long_link": "https://cplusplus.github.io/LWG/issue788",
		"link": "https://wg21.link/lwg788",
		"section": "24.6.2 [istream.iterator]",
		"status": "C++11",
		"submitter": "Martin Sebor",
		"opened": "2008-02-06",
		"last_modified": "2016-01-28"
	},
	"LWG789": {
		"type": "issue",
		"title": "xor_combine_engine(result_type) should be explicit",
		"long_link": "https://cplusplus.github.io/LWG/issue789",
		"link": "https://wg21.link/lwg789",
		"section": "99 [rand.adapt.xor]",
		"status": "CD1",
		"submitter": "P.J. Plauger",
		"opened": "2008-02-09",
		"last_modified": "2016-01-28"
	},
	"LWG790": {
		"type": "issue",
		"title": "xor_combine::seed not specified",
		"long_link": "https://cplusplus.github.io/LWG/issue790",
		"link": "https://wg21.link/lwg790",
		"section": "99 [rand.adapt.xor]",
		"status": "NAD",
		"submitter": "P.J. Plauger",
		"opened": "2008-02-09",
		"last_modified": "2016-01-28"
	},
	"LWG791": {
		"type": "issue",
		"title": "piecewise_constant_distribution::densities has wrong name",
		"long_link": "https://cplusplus.github.io/LWG/issue791",
		"link": "https://wg21.link/lwg791",
		"section": "29.5.9.6.2 [rand.dist.samp.pconst]",
		"status": "NAD",
		"submitter": "P.J. Plauger",
		"opened": "2008-02-09",
		"last_modified": "2016-01-28"
	},
	"LWG792": {
		"type": "issue",
		"title": "piecewise_constant_distribution is undefined for a range with just one endpoint",
		"long_link": "https://cplusplus.github.io/LWG/issue792",
		"link": "https://wg21.link/lwg792",
		"section": "29.5.9.6.2 [rand.dist.samp.pconst]",
		"status": "CD1",
		"submitter": "P.J. Plauger",
		"opened": "2008-02-09",
		"last_modified": "2016-01-28"
	},
	"LWG793": {
		"type": "issue",
		"title": "discrete_distribution missing constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue793",
		"link": "https://wg21.link/lwg793",
		"section": "29.5.9.6.1 [rand.dist.samp.discrete]",
		"status": "Resolved",
		"submitter": "P.J. Plauger",
		"opened": "2008-02-09",
		"last_modified": "2016-01-28"
	},
	"LWG794": {
		"type": "issue",
		"title": "piecewise_constant_distribution missing constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue794",
		"link": "https://wg21.link/lwg794",
		"section": "29.5.9.6.2 [rand.dist.samp.pconst]",
		"status": "Resolved",
		"submitter": "P.J. Plauger",
		"opened": "2008-02-09",
		"last_modified": "2016-01-28"
	},
	"LWG795": {
		"type": "issue",
		"title": "general_pdf_distribution should be dropped",
		"long_link": "https://cplusplus.github.io/LWG/issue795",
		"link": "https://wg21.link/lwg795",
		"section": "99 [rand.dist.samp.genpdf]",
		"status": "Dup",
		"submitter": "P.J. Plauger",
		"opened": "2008-02-09",
		"last_modified": "2016-01-28"
	},
	"LWG796": {
		"type": "issue",
		"title": "ranlux48_base returns wrong value",
		"long_link": "https://cplusplus.github.io/LWG/issue796",
		"link": "https://wg21.link/lwg796",
		"section": "29.5.6 [rand.predef]",
		"status": "NAD",
		"submitter": "P.J. Plauger",
		"opened": "2008-02-09",
		"last_modified": "2016-01-28"
	},
	"LWG797": {
		"type": "issue",
		"title": "ranlux48 returns wrong value",
		"long_link": "https://cplusplus.github.io/LWG/issue797",
		"link": "https://wg21.link/lwg797",
		"section": "29.5.6 [rand.predef]",
		"status": "NAD",
		"submitter": "P.J. Plauger",
		"opened": "2008-02-09",
		"last_modified": "2016-01-28"
	},
	"LWG798": {
		"type": "issue",
		"title": "Refactoring of binders lead to interface breakage",
		"long_link": "https://cplusplus.github.io/LWG/issue798",
		"link": "https://wg21.link/lwg798",
		"section": "99 [depr.lib.binders]",
		"status": "CD1",
		"submitter": "Daniel Krügler",
		"opened": "2008-02-14",
		"last_modified": "2016-01-28"
	},
	"LWG799": {
		"type": "issue",
		"title": "Mersenne twister equality overspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue799",
		"link": "https://wg21.link/lwg799",
		"section": "29.5.4.3 [rand.eng.mers], 99 [tr.rand.eng.mers]",
		"status": "NAD",
		"submitter": "Stephan Tolksdorf",
		"opened": "2008-02-18",
		"last_modified": "2023-05-24"
	},
	"LWG800": {
		"type": "issue",
		"title": "Issues in 26.4.7.1 [rand.util.seedseq](6)",
		"long_link": "https://cplusplus.github.io/LWG/issue800",
		"link": "https://wg21.link/lwg800",
		"section": "29.5.8.1 [rand.util.seedseq]",
		"status": "Resolved",
		"submitter": "Stephan Tolksdorf",
		"opened": "2008-02-18",
		"last_modified": "2016-01-28"
	},
	"LWG801": {
		"type": "issue",
		"title": "tuple and pair trivial members",
		"long_link": "https://cplusplus.github.io/LWG/issue801",
		"link": "https://wg21.link/lwg801",
		"section": "22.4 [tuple]",
		"status": "Resolved",
		"submitter": "Lawrence Crowl",
		"opened": "2008-02-18",
		"last_modified": "2016-01-28"
	},
	"LWG802": {
		"type": "issue",
		"title": "knuth_b returns wrong value",
		"long_link": "https://cplusplus.github.io/LWG/issue802",
		"link": "https://wg21.link/lwg802",
		"section": "29.5.6 [rand.predef]",
		"status": "NAD",
		"submitter": "P.J. Plauger",
		"opened": "2008-02-20",
		"last_modified": "2016-01-28"
	},
	"LWG803": {
		"type": "issue",
		"title": "Simplification of seed_seq::seq_seq",
		"long_link": "https://cplusplus.github.io/LWG/issue803",
		"link": "https://wg21.link/lwg803",
		"section": "29.5.8.1 [rand.util.seedseq]",
		"status": "Resolved",
		"submitter": "Charles Karney",
		"opened": "2008-02-22",
		"last_modified": "2016-01-28"
	},
	"LWG804": {
		"type": "issue",
		"title": "Some problems with classes error_code/error_condition",
		"long_link": "https://cplusplus.github.io/LWG/issue804",
		"link": "https://wg21.link/lwg804",
		"section": "19.5 [syserr]",
		"status": "CD1",
		"submitter": "Daniel Krügler",
		"opened": "2008-02-24",
		"last_modified": "2016-01-28"
	},
	"LWG805": {
		"type": "issue",
		"title": "posix_error::posix_errno concerns",
		"long_link": "https://cplusplus.github.io/LWG/issue805",
		"link": "https://wg21.link/lwg805",
		"section": "19.5 [syserr]",
		"status": "CD1",
		"submitter": "Jens Maurer",
		"opened": "2008-02-24",
		"last_modified": "2016-01-28"
	},
	"LWG806": {
		"type": "issue",
		"title": "unique_ptr::reset effects incorrect, too permissive",
		"long_link": "https://cplusplus.github.io/LWG/issue806",
		"link": "https://wg21.link/lwg806",
		"section": "20.3.1.3.6 [unique.ptr.single.modifiers]",
		"status": "CD1",
		"submitter": "Peter Dimov",
		"opened": "2008-03-13",
		"last_modified": "2016-01-28"
	},
	"LWG807": {
		"type": "issue",
		"title": "tuple construction should not fail unless its element's construction fails",
		"long_link": "https://cplusplus.github.io/LWG/issue807",
		"link": "https://wg21.link/lwg807",
		"section": "22.4.4.2 [tuple.cnstr]",
		"status": "CD1",
		"submitter": "Howard Hinnant",
		"opened": "2008-03-13",
		"last_modified": "2016-01-28"
	},
	"LWG808": {
		"type": "issue",
		"title": "§[forward] incorrect redundant specification",
		"long_link": "https://cplusplus.github.io/LWG/issue808",
		"link": "https://wg21.link/lwg808",
		"section": "22.2.4 [forward]",
		"status": "CD1",
		"submitter": "Jens Maurer",
		"opened": "2008-03-13",
		"last_modified": "2016-02-01"
	},
	"LWG809": {
		"type": "issue",
		"title": "std::swap should be overloaded for array types",
		"long_link": "https://cplusplus.github.io/LWG/issue809",
		"link": "https://wg21.link/lwg809",
		"section": "26.7.3 [alg.swap]",
		"status": "CD1",
		"submitter": "Niels Dekker",
		"opened": "2008-02-28",
		"last_modified": "2016-01-28"
	},
	"LWG810": {
		"type": "issue",
		"title": "Missing traits dependencies in operational semantics of extended manipulators",
		"long_link": "https://cplusplus.github.io/LWG/issue810",
		"link": "https://wg21.link/lwg810",
		"section": "31.7.8 [ext.manip]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2008-03-01",
		"last_modified": "2016-01-28"
	},
	"LWG811": {
		"type": "issue",
		"title": "pair of pointers no longer works with literal 0",
		"long_link": "https://cplusplus.github.io/LWG/issue811",
		"link": "https://wg21.link/lwg811",
		"section": "22.3 [pairs]",
		"status": "C++11",
		"submitter": "Doug Gregor",
		"opened": "2008-03-14",
		"last_modified": "2016-01-28"
	},
	"LWG812": {
		"type": "issue",
		"title": "unsolicited multithreading considered harmful?",
		"long_link": "https://cplusplus.github.io/LWG/issue812",
		"link": "https://wg21.link/lwg812",
		"section": "26.8.2 [alg.sort]",
		"status": "NAD Editorial",
		"submitter": "Paul McKenney",
		"opened": "2008-02-27",
		"last_modified": "2016-01-28"
	},
	"LWG813": {
		"type": "issue",
		"title": "\"empty\" undefined for shared_ptr",
		"long_link": "https://cplusplus.github.io/LWG/issue813",
		"link": "https://wg21.link/lwg813",
		"section": "20.3.2.2 [util.smartptr.shared]",
		"status": "CD1",
		"submitter": "Matt Austern",
		"opened": "2008-02-26",
		"last_modified": "2016-01-28"
	},
	"LWG814": {
		"type": "issue",
		"title": "vector<bool>::swap(reference, reference) not defined",
		"long_link": "https://cplusplus.github.io/LWG/issue814",
		"link": "https://wg21.link/lwg814",
		"section": "23.3.14 [vector.bool]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2008-03-17",
		"last_modified": "2016-01-28"
	},
	"LWG815": {
		"type": "issue",
		"title": "std::function and reference_closure do not use perfect forwarding",
		"long_link": "https://cplusplus.github.io/LWG/issue815",
		"link": "https://wg21.link/lwg815",
		"section": "22.10.17.3.5 [func.wrap.func.inv]",
		"status": "Resolved",
		"submitter": "Alisdair Meredith",
		"opened": "2008-03-16",
		"last_modified": "2016-01-28"
	},
	"LWG816": {
		"type": "issue",
		"title": "Should bind()'s returned functor have a nofail copy ctor when bind() is nofail?",
		"long_link": "https://cplusplus.github.io/LWG/issue816",
		"link": "https://wg21.link/lwg816",
		"section": "22.10.15.4 [func.bind.bind]",
		"status": "Resolved",
		"submitter": "Stephan T. Lavavej",
		"opened": "2008-02-08",
		"last_modified": "2016-01-28"
	},
	"LWG817": {
		"type": "issue",
		"title": "bind needs to be moved",
		"long_link": "https://cplusplus.github.io/LWG/issue817",
		"link": "https://wg21.link/lwg817",
		"section": "22.10.15.4 [func.bind.bind]",
		"status": "C++11",
		"submitter": "Howard Hinnant",
		"opened": "2008-03-17",
		"last_modified": "2016-01-28"
	},
	"LWG818": {
		"type": "issue",
		"title": "wording for memory ordering",
		"long_link": "https://cplusplus.github.io/LWG/issue818",
		"link": "https://wg21.link/lwg818",
		"section": "32.5.4 [atomics.order]",
		"status": "CD1",
		"submitter": "Jens Maurer",
		"opened": "2008-03-22",
		"last_modified": "2016-01-28"
	},
	"LWG819": {
		"type": "issue",
		"title": "rethrow_if_nested",
		"long_link": "https://cplusplus.github.io/LWG/issue819",
		"link": "https://wg21.link/lwg819",
		"section": "17.9.8 [except.nested]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2008-03-25",
		"last_modified": "2016-01-28"
	},
	"LWG820": {
		"type": "issue",
		"title": "current_exception()'s interaction with throwing copy ctors",
		"long_link": "https://cplusplus.github.io/LWG/issue820",
		"link": "https://wg21.link/lwg820",
		"section": "17.9.7 [propagation]",
		"status": "CD1",
		"submitter": "Stephan T. Lavavej",
		"opened": "2008-03-26",
		"last_modified": "2016-01-28"
	},
	"LWG821": {
		"type": "issue",
		"title": "Minor cleanup : unique_ptr",
		"long_link": "https://cplusplus.github.io/LWG/issue821",
		"link": "https://wg21.link/lwg821",
		"section": "20.3.1.4.5 [unique.ptr.runtime.modifiers]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2008-03-30",
		"last_modified": "2016-01-28"
	},
	"LWG822": {
		"type": "issue",
		"title": "Object with explicit copy constructor no longer CopyConstructible",
		"long_link": "https://cplusplus.github.io/LWG/issue822",
		"link": "https://wg21.link/lwg822",
		"section": "16.4.4.2 [utility.arg.requirements]",
		"status": "NAD",
		"submitter": "James Kanze",
		"opened": "2008-04-01",
		"last_modified": "2016-01-28"
	},
	"LWG823": {
		"type": "issue",
		"title": "identity<void> seems broken",
		"long_link": "https://cplusplus.github.io/LWG/issue823",
		"link": "https://wg21.link/lwg823",
		"section": "22.2.4 [forward]",
		"status": "Resolved",
		"submitter": "Walter Brown",
		"opened": "2008-04-09",
		"last_modified": "2016-01-28"
	},
	"LWG824": {
		"type": "issue",
		"title": "rvalue ref issue with basic_string inserter",
		"long_link": "https://cplusplus.github.io/LWG/issue824",
		"link": "https://wg21.link/lwg824",
		"section": "27.4.4.4 [string.io]",
		"status": "CD1",
		"submitter": "Alisdair Meredith",
		"opened": "2008-04-10",
		"last_modified": "2016-01-28"
	},
	"LWG825": {
		"type": "issue",
		"title": "Missing rvalues reference stream insert/extract operators?",
		"long_link": "https://cplusplus.github.io/LWG/issue825",
		"link": "https://wg21.link/lwg825",
		"section": "19.5.4.1 [syserr.errcode.overview], 20.3.2.2.12 [util.smartptr.shared.io], 99 [facets.examples], 22.9.4 [bitset.operators], 29.4.6 [complex.ops], 31.6 [stream.buffers], 28.6.8 [re.submatch]",
		"status": "Resolved",
		"submitter": "Alisdair Meredith",
		"opened": "2008-04-10",
		"last_modified": "2017-03-21"
	},
	"LWG826": {
		"type": "issue",
		"title": "Equivalent of %'d, or rather, lack thereof?",
		"long_link": "https://cplusplus.github.io/LWG/issue826",
		"link": "https://wg21.link/lwg826",
		"section": "28.3.4.3.3 [locale.nm.put]",
		"status": "NAD",
		"submitter": "Peter Dimov",
		"opened": "2008-04-07",
		"last_modified": "2016-01-28"
	},
	"LWG827": {
		"type": "issue",
		"title": "constexpr shared_ptr::shared_ptr()?",
		"long_link": "https://cplusplus.github.io/LWG/issue827",
		"link": "https://wg21.link/lwg827",
		"section": "20.3.2.2.2 [util.smartptr.shared.const]",
		"status": "Resolved",
		"submitter": "Peter Dimov",
		"opened": "2008-04-11",
		"last_modified": "2016-01-28"
	},
	"LWG828": {
		"type": "issue",
		"title": "Static initialization for std::mutex?",
		"long_link": "https://cplusplus.github.io/LWG/issue828",
		"link": "https://wg21.link/lwg828",
		"section": "32.6.4.2.2 [thread.mutex.class]",
		"status": "Resolved",
		"submitter": "Peter Dimov",
		"opened": "2008-04-18",
		"last_modified": "2016-01-28"
	},
	"LWG829": {
		"type": "issue",
		"title": "current_exception wording unclear about exception type",
		"long_link": "https://cplusplus.github.io/LWG/issue829",
		"link": "https://wg21.link/lwg829",
		"section": "17.9.7 [propagation]",
		"status": "CD1",
		"submitter": "Beman Dawes",
		"opened": "2008-04-20",
		"last_modified": "2016-01-28"
	},
	"LWG830": {
		"type": "issue",
		"title": "Incomplete list of char_traits specializations",
		"long_link": "https://cplusplus.github.io/LWG/issue830",
		"link": "https://wg21.link/lwg830",
		"section": "27.2 [char.traits]",
		"status": "NAD Editorial",
		"submitter": "Dietmar Kühl",
		"opened": "2008-04-23",
		"last_modified": "2016-01-28"
	},
	"LWG831": {
		"type": "issue",
		"title": "wrong type for not_eof()",
		"long_link": "https://cplusplus.github.io/LWG/issue831",
		"link": "https://wg21.link/lwg831",
		"section": "27.2.4 [char.traits.specializations]",
		"status": "NAD Editorial",
		"submitter": "Dietmar Kühl",
		"opened": "2008-04-23",
		"last_modified": "2016-01-28"
	},
	"LWG832": {
		"type": "issue",
		"title": "Applying constexpr to System error support",
		"long_link": "https://cplusplus.github.io/LWG/issue832",
		"link": "https://wg21.link/lwg832",
		"section": "19.5 [syserr]",
		"status": "NAD",
		"submitter": "Beman Dawes",
		"opened": "2008-05-14",
		"last_modified": "2016-01-28"
	},
	"LWG833": {
		"type": "issue",
		"title": "Freestanding implementations header list needs review for C++0x",
		"long_link": "https://cplusplus.github.io/LWG/issue833",
		"link": "https://wg21.link/lwg833",
		"section": "16.4.2.5 [compliance]",
		"status": "NAD",
		"submitter": "Beman Dawes",
		"opened": "2008-05-14",
		"last_modified": "2016-01-28"
	},
	"LWG834": {
		"type": "issue",
		"title": "unique_ptr::pointer requirements underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue834",
		"link": "https://wg21.link/lwg834",
		"section": "20.3.1.3 [unique.ptr.single]",
		"status": "Resolved",
		"submitter": "Daniel Krügler",
		"opened": "2008-05-14",
		"last_modified": "2016-01-28"
	},
	"LWG835": {
		"type": "issue",
		"title": "Tying two streams together (correction to DR 581)",
		"long_link": "https://cplusplus.github.io/LWG/issue835",
		"link": "https://wg21.link/lwg835",
		"section": "31.5.4.3 [basic.ios.members]",
		"status": "C++11",
		"submitter": "Martin Sebor",
		"opened": "2008-05-17",
		"last_modified": "2016-01-28"
	},
	"LWG836": {
		"type": "issue",
		"title": "Effects of money_base::space and money_base::none on money_get",
		"long_link": "https://cplusplus.github.io/LWG/issue836",
		"link": "https://wg21.link/lwg836",
		"section": "28.3.4.7.2.3 [locale.money.get.virtuals]",
		"status": "C++11",
		"submitter": "Martin Sebor",
		"opened": "2008-05-17",
		"last_modified": "2016-01-28"
	},
	"LWG837": {
		"type": "issue",
		"title": "basic_ios::copyfmt() overly loosely specified",
		"long_link": "https://cplusplus.github.io/LWG/issue837",
		"link": "https://wg21.link/lwg837",
		"section": "31.5.4.3 [basic.ios.members]",
		"status": "NAD Editorial",
		"submitter": "Martin Sebor",
		"opened": "2008-05-17",
		"last_modified": "2016-01-28"
	},
	"LWG838": {
		"type": "issue",
		"title": "Can an end-of-stream iterator become a non-end-of-stream one?",
		"long_link": "https://cplusplus.github.io/LWG/issue838",
		"link": "https://wg21.link/lwg838",
		"section": "24.6.2 [istream.iterator]",
		"status": "C++11",
		"submitter": "Martin Sebor",
		"opened": "2008-05-17",
		"last_modified": "2016-01-28"
	},
	"LWG839": {
		"type": "issue",
		"title": "Maps and sets missing splice operation",
		"long_link": "https://cplusplus.github.io/LWG/issue839",
		"link": "https://wg21.link/lwg839",
		"section": "23.4 [associative], 23.5 [unord]",
		"status": "Resolved",
		"submitter": "Alan Talbot",
		"opened": "2008-05-18",
		"last_modified": "2020-09-06"
	},
	"LWG840": {
		"type": "issue",
		"title": "pair default template argument",
		"long_link": "https://cplusplus.github.io/LWG/issue840",
		"link": "https://wg21.link/lwg840",
		"section": "22.3 [pairs]",
		"status": "NAD",
		"submitter": "Thorsten Ottosen",
		"opened": "2008-05-23",
		"last_modified": "2016-01-28"
	},
	"LWG841": {
		"type": "issue",
		"title": "cstdint.syn inconsistent with C99",
		"long_link": "https://cplusplus.github.io/LWG/issue841",
		"link": "https://wg21.link/lwg841",
		"section": "17.4.1 [cstdint.syn]",
		"status": "NAD Editorial",
		"submitter": "Martin Sebor",
		"opened": "2008-05-17",
		"last_modified": "2016-01-28"
	},
	"LWG842": {
		"type": "issue",
		"title": "ConstructibleAsElement and bit containers",
		"long_link": "https://cplusplus.github.io/LWG/issue842",
		"link": "https://wg21.link/lwg842",
		"section": "23.2 [container.requirements], 23.3.14 [vector.bool], 22.9.2 [template.bitset]",
		"status": "CD1",
		"submitter": "Howard Hinnant",
		"opened": "2008-06-03",
		"last_modified": "2016-01-28"
	},
	"LWG843": {
		"type": "issue",
		"title": "Reference Closure",
		"long_link": "https://cplusplus.github.io/LWG/issue843",
		"link": "https://wg21.link/lwg843",
		"section": "99 [func.referenceclosure.cons]",
		"status": "CD1",
		"submitter": "Lawrence Crowl",
		"opened": "2008-06-02",
		"last_modified": "2016-01-28"
	},
	"LWG844": {
		"type": "issue",
		"title": "complex pow return type is ambiguous",
		"long_link": "https://cplusplus.github.io/LWG/issue844",
		"link": "https://wg21.link/lwg844",
		"section": "29.4.10 [cmplx.over]",
		"status": "CD1",
		"submitter": "Howard Hinnant",
		"opened": "2008-06-03",
		"last_modified": "2016-01-28"
	},
	"LWG845": {
		"type": "issue",
		"title": "atomics cannot support aggregate initialization",
		"long_link": "https://cplusplus.github.io/LWG/issue845",
		"link": "https://wg21.link/lwg845",
		"section": "32.5.8 [atomics.types.generic]",
		"status": "CD1",
		"submitter": "Alisdair Meredith",
		"opened": "2008-06-03",
		"last_modified": "2016-01-28"
	},
	"LWG846": {
		"type": "issue",
		"title": "No definition for constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue846",
		"link": "https://wg21.link/lwg846",
		"section": "32.5.8.2 [atomics.types.operations]",
		"status": "CD1",
		"submitter": "Alisdair Meredith",
		"opened": "2008-06-03",
		"last_modified": "2016-01-28"
	},
	"LWG847": {
		"type": "issue",
		"title": "string exception safety guarantees",
		"long_link": "https://cplusplus.github.io/LWG/issue847",
		"link": "https://wg21.link/lwg847",
		"section": "27.4.3.2 [string.require]",
		"status": "C++11",
		"submitter": "Hervé Brönnimann",
		"opened": "2008-06-05",
		"last_modified": "2016-01-28"
	},
	"LWG848": {
		"type": "issue",
		"title": "Missing std::hash specializations for std::bitset/std::vector<bool>",
		"long_link": "https://cplusplus.github.io/LWG/issue848",
		"link": "https://wg21.link/lwg848",
		"section": "22.10.19 [unord.hash]",
		"status": "CD1",
		"submitter": "Thorsten Ottosen",
		"opened": "2008-06-05",
		"last_modified": "2016-01-28"
	},
	"LWG849": {
		"type": "issue",
		"title": "missing type traits to compute root class and derived class of types in a class hierachy",
		"long_link": "https://cplusplus.github.io/LWG/issue849",
		"link": "https://wg21.link/lwg849",
		"section": "21.3.9.7 [meta.trans.other]",
		"status": "NAD",
		"submitter": "Thorsten Ottosen",
		"opened": "2008-06-05",
		"last_modified": "2016-01-28"
	},
	"LWG850": {
		"type": "issue",
		"title": "Should shrink_to_fit apply to std::deque?",
		"long_link": "https://cplusplus.github.io/LWG/issue850",
		"link": "https://wg21.link/lwg850",
		"section": "23.3.5.3 [deque.capacity]",
		"status": "CD1",
		"submitter": "Niels Dekker",
		"opened": "2008-06-05",
		"last_modified": "2016-01-28"
	},
	"LWG851": {
		"type": "issue",
		"title": "simplified array construction",
		"long_link": "https://cplusplus.github.io/LWG/issue851",
		"link": "https://wg21.link/lwg851",
		"section": "23.3.3 [array]",
		"status": "NAD",
		"submitter": "Benjamin Kosnik",
		"opened": "2008-06-05",
		"last_modified": "2017-06-06"
	},
	"LWG852": {
		"type": "issue",
		"title": "unordered containers begin(n) mistakenly const",
		"long_link": "https://cplusplus.github.io/LWG/issue852",
		"link": "https://wg21.link/lwg852",
		"section": "23.5 [unord]",
		"status": "CD1",
		"submitter": "Robert Klarer",
		"opened": "2008-06-12",
		"last_modified": "2016-01-28"
	},
	"LWG853": {
		"type": "issue",
		"title": "to_string needs updating with zero and one",
		"long_link": "https://cplusplus.github.io/LWG/issue853",
		"link": "https://wg21.link/lwg853",
		"section": "22.9.2 [template.bitset]",
		"status": "C++11",
		"submitter": "Howard Hinnant",
		"opened": "2008-06-18",
		"last_modified": "2016-01-28"
	},
	"LWG854": {
		"type": "issue",
		"title": "default_delete converting constructor underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue854",
		"link": "https://wg21.link/lwg854",
		"section": "20.3.1.2.2 [unique.ptr.dltr.dflt]",
		"status": "C++11",
		"submitter": "Howard Hinnant",
		"opened": "2008-06-18",
		"last_modified": "2016-01-28"
	},
	"LWG855": {
		"type": "issue",
		"title": "capacity() and reserve() for deque?",
		"long_link": "https://cplusplus.github.io/LWG/issue855",
		"link": "https://wg21.link/lwg855",
		"section": "23.3.5.3 [deque.capacity]",
		"status": "NAD",
		"submitter": "Hervé Brönnimann",
		"opened": "2008-06-11",
		"last_modified": "2016-01-28"
	},
	"LWG856": {
		"type": "issue",
		"title": "Removal of aligned_union",
		"long_link": "https://cplusplus.github.io/LWG/issue856",
		"link": "https://wg21.link/lwg856",
		"section": "21.3.9.7 [meta.trans.other]",
		"status": "CD1",
		"submitter": "Jens Maurer",
		"opened": "2008-06-12",
		"last_modified": "2016-01-28"
	},
	"LWG857": {
		"type": "issue",
		"title": "condition_variable::time_wait return bool error prone",
		"long_link": "https://cplusplus.github.io/LWG/issue857",
		"link": "https://wg21.link/lwg857",
		"section": "32.7.4 [thread.condition.condvar]",
		"status": "C++11",
		"submitter": "Beman Dawes",
		"opened": "2008-06-13",
		"last_modified": "2016-01-28"
	},
	"LWG858": {
		"type": "issue",
		"title": "Wording for Minimal Support for Garbage Collection",
		"long_link": "https://cplusplus.github.io/LWG/issue858",
		"link": "https://wg21.link/lwg858",
		"section": "99 [util.dynamic.safety]",
		"status": "CD1",
		"submitter": "Pete Becker",
		"opened": "2008-06-21",
		"last_modified": "2016-01-28"
	},
	"LWG859": {
		"type": "issue",
		"title": "Monotonic Clock is Conditionally Supported?",
		"long_link": "https://cplusplus.github.io/LWG/issue859",
		"link": "https://wg21.link/lwg859",
		"section": "32.7 [thread.condition]",
		"status": "C++11",
		"submitter": "Pete Becker",
		"opened": "2008-06-23",
		"last_modified": "2016-01-28"
	},
	"LWG860": {
		"type": "issue",
		"title": "Floating-Point State",
		"long_link": "https://cplusplus.github.io/LWG/issue860",
		"link": "https://wg21.link/lwg860",
		"section": "29 [numerics]",
		"status": "C++11",
		"submitter": "Lawrence Crowl",
		"opened": "2008-06-23",
		"last_modified": "2016-01-28"
	},
	"LWG861": {
		"type": "issue",
		"title": "Incomplete specification of EqualityComparable for std::forward_list",
		"long_link": "https://cplusplus.github.io/LWG/issue861",
		"link": "https://wg21.link/lwg861",
		"section": "23.2 [container.requirements]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2008-06-24",
		"last_modified": "2016-01-28"
	},
	"LWG862": {
		"type": "issue",
		"title": "Impossible complexity for 'includes'",
		"long_link": "https://cplusplus.github.io/LWG/issue862",
		"link": "https://wg21.link/lwg862",
		"section": "26.8.7.2 [includes]",
		"status": "NAD Editorial",
		"submitter": "Alisdair Meredith",
		"opened": "2008-07-02",
		"last_modified": "2016-01-28"
	},
	"LWG863": {
		"type": "issue",
		"title": "What is the state of a stream after close() succeeds",
		"long_link": "https://cplusplus.github.io/LWG/issue863",
		"link": "https://wg21.link/lwg863",
		"section": "31.10 [file.streams]",
		"status": "NAD",
		"submitter": "Steve Clamage",
		"opened": "2008-07-08",
		"last_modified": "2017-06-15"
	},
	"LWG864": {
		"type": "issue",
		"title": "Defect in atomic wording",
		"long_link": "https://cplusplus.github.io/LWG/issue864",
		"link": "https://wg21.link/lwg864",
		"section": "32.5.8.2 [atomics.types.operations]",
		"status": "NAD Editorial",
		"submitter": "Anthony Williams",
		"opened": "2008-07-10",
		"last_modified": "2016-01-28"
	},
	"LWG865": {
		"type": "issue",
		"title": "More algorithms that throw away information",
		"long_link": "https://cplusplus.github.io/LWG/issue865",
		"link": "https://wg21.link/lwg865",
		"section": "26.7.6 [alg.fill], 26.7.7 [alg.generate]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2008-07-13",
		"last_modified": "2016-01-28"
	},
	"LWG866": {
		"type": "issue",
		"title": "Qualification of placement new-expressions",
		"long_link": "https://cplusplus.github.io/LWG/issue866",
		"link": "https://wg21.link/lwg866",
		"section": "26.11 [specialized.algorithms], 20.3.2.2.7 [util.smartptr.shared.create]",
		"status": "C++11",
		"submitter": "Alberto Ganesh Barbati",
		"opened": "2008-07-14",
		"last_modified": "2016-01-28"
	},
	"LWG867": {
		"type": "issue",
		"title": "Valarray and value-initialization",
		"long_link": "https://cplusplus.github.io/LWG/issue867",
		"link": "https://wg21.link/lwg867",
		"section": "29.6.2.2 [valarray.cons]",
		"status": "NAD Editorial",
		"submitter": "Alberto Ganesh Barbati",
		"opened": "2008-07-20",
		"last_modified": "2016-01-28"
	},
	"LWG868": {
		"type": "issue",
		"title": "Default construction and value-initialization",
		"long_link": "https://cplusplus.github.io/LWG/issue868",
		"link": "https://wg21.link/lwg868",
		"section": "23 [containers]",
		"status": "C++11",
		"submitter": "Alberto Ganesh Barbati",
		"opened": "2008-07-22",
		"last_modified": "2016-01-28"
	},
	"LWG869": {
		"type": "issue",
		"title": "Bucket (local) iterators and iterating past end",
		"long_link": "https://cplusplus.github.io/LWG/issue869",
		"link": "https://wg21.link/lwg869",
		"section": "23.2.8 [unord.req]",
		"status": "C++11",
		"submitter": "Sohail Somani",
		"opened": "2008-07-22",
		"last_modified": "2016-01-28"
	},
	"LWG870": {
		"type": "issue",
		"title": "Do unordered containers not support function pointers for predicate/hasher?",
		"long_link": "https://cplusplus.github.io/LWG/issue870",
		"link": "https://wg21.link/lwg870",
		"section": "23.2.8 [unord.req]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2008-08-17",
		"last_modified": "2016-01-28"
	},
	"LWG871": {
		"type": "issue",
		"title": "Iota's requirements on T are too strong",
		"long_link": "https://cplusplus.github.io/LWG/issue871",
		"link": "https://wg21.link/lwg871",
		"section": "26.10.13 [numeric.iota]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2008-08-20",
		"last_modified": "2016-01-28"
	},
	"LWG872": {
		"type": "issue",
		"title": "move_iterator::operator[] has wrong return type",
		"long_link": "https://cplusplus.github.io/LWG/issue872",
		"link": "https://wg21.link/lwg872",
		"section": "24.5.4.6 [move.iter.elem]",
		"status": "C++11",
		"submitter": "Doug Gregor",
		"opened": "2008-08-21",
		"last_modified": "2021-06-06"
	},
	"LWG873": {
		"type": "issue",
		"title": "signed integral type and unsigned integral type are not clearly defined",
		"long_link": "https://cplusplus.github.io/LWG/issue873",
		"link": "https://wg21.link/lwg873",
		"section": "6.9.2 [basic.fundamental]",
		"status": "NAD Editorial",
		"submitter": "Travis Vitek",
		"opened": "2008-06-30",
		"last_modified": "2016-01-28"
	},
	"LWG874": {
		"type": "issue",
		"title": "Missing initializer_list constructor for discrete_distribution",
		"long_link": "https://cplusplus.github.io/LWG/issue874",
		"link": "https://wg21.link/lwg874",
		"section": "29.5.9.6.1 [rand.dist.samp.discrete]",
		"status": "Resolved",
		"submitter": "Daniel Krügler",
		"opened": "2008-08-22",
		"last_modified": "2016-01-28"
	},
	"LWG875": {
		"type": "issue",
		"title": "Missing initializer_list constructor for piecewise_constant_distribution",
		"long_link": "https://cplusplus.github.io/LWG/issue875",
		"link": "https://wg21.link/lwg875",
		"section": "29.5.9.6.2 [rand.dist.samp.pconst]",
		"status": "Resolved",
		"submitter": "Daniel Krügler",
		"opened": "2008-08-22",
		"last_modified": "2016-01-28"
	},
	"LWG876": {
		"type": "issue",
		"title": "basic_string access operations should give stronger guarantees",
		"long_link": "https://cplusplus.github.io/LWG/issue876",
		"link": "https://wg21.link/lwg876",
		"section": "27.4.3 [basic.string]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2008-08-22",
		"last_modified": "2016-01-28"
	},
	"LWG877": {
		"type": "issue",
		"title": "to throw() or to Throw: Nothing.",
		"long_link": "https://cplusplus.github.io/LWG/issue877",
		"link": "https://wg21.link/lwg877",
		"section": "16 [library]",
		"status": "NAD",
		"submitter": "Martin Sebor",
		"opened": "2008-08-23",
		"last_modified": "2018-06-23"
	},
	"LWG878": {
		"type": "issue",
		"title": "forward_list preconditions",
		"long_link": "https://cplusplus.github.io/LWG/issue878",
		"link": "https://wg21.link/lwg878",
		"section": "23.3.7 [forward.list]",
		"status": "C++11",
		"submitter": "Martin Sebor",
		"opened": "2008-08-23",
		"last_modified": "2023-02-07"
	},
	"LWG879": {
		"type": "issue",
		"title": "Atomic load const qualification",
		"long_link": "https://cplusplus.github.io/LWG/issue879",
		"link": "https://wg21.link/lwg879",
		"section": "32.5 [atomics]",
		"status": "NAD Editorial",
		"submitter": "Alexander Chemeris",
		"opened": "2008-08-24",
		"last_modified": "2016-01-28"
	},
	"LWG880": {
		"type": "issue",
		"title": "Missing atomic exchange parameter",
		"long_link": "https://cplusplus.github.io/LWG/issue880",
		"link": "https://wg21.link/lwg880",
		"section": "32.5 [atomics]",
		"status": "Resolved",
		"submitter": "Lawrence Crowl",
		"opened": "2008-08-24",
		"last_modified": "2016-01-28"
	},
	"LWG881": {
		"type": "issue",
		"title": "shared_ptr conversion issue",
		"long_link": "https://cplusplus.github.io/LWG/issue881",
		"link": "https://wg21.link/lwg881",
		"section": "20.3.2.2.2 [util.smartptr.shared.const]",
		"status": "C++11",
		"submitter": "Peter Dimov",
		"opened": "2008-08-30",
		"last_modified": "2016-01-28"
	},
	"LWG882": {
		"type": "issue",
		"title": "duration non-member arithmetic requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue882",
		"link": "https://wg21.link/lwg882",
		"section": "30.5.6 [time.duration.nonmember]",
		"status": "CD1",
		"submitter": "Howard Hinnant",
		"opened": "2008-09-08",
		"last_modified": "2016-01-28"
	},
	"LWG883": {
		"type": "issue",
		"title": "swap circular definition",
		"long_link": "https://cplusplus.github.io/LWG/issue883",
		"link": "https://wg21.link/lwg883",
		"section": "23 [containers]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2008-09-10",
		"last_modified": "2016-01-28"
	},
	"LWG884": {
		"type": "issue",
		"title": "shared_ptr swap",
		"long_link": "https://cplusplus.github.io/LWG/issue884",
		"link": "https://wg21.link/lwg884",
		"section": "20.3.2.2.5 [util.smartptr.shared.mod]",
		"status": "Resolved",
		"submitter": "Jonathan Wakely",
		"opened": "2008-09-15",
		"last_modified": "2016-01-28"
	},
	"LWG885": {
		"type": "issue",
		"title": "pair assignment",
		"long_link": "https://cplusplus.github.io/LWG/issue885",
		"link": "https://wg21.link/lwg885",
		"section": "22.3 [pairs]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2008-09-15",
		"last_modified": "2016-01-28"
	},
	"LWG886": {
		"type": "issue",
		"title": "tuple construction",
		"long_link": "https://cplusplus.github.io/LWG/issue886",
		"link": "https://wg21.link/lwg886",
		"section": "22.4.4.2 [tuple.cnstr]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2008-09-15",
		"last_modified": "2016-01-28"
	},
	"LWG887": {
		"type": "issue",
		"title": "issue with condition::wait_...",
		"long_link": "https://cplusplus.github.io/LWG/issue887",
		"link": "https://wg21.link/lwg887",
		"section": "32.7.4 [thread.condition.condvar]",
		"status": "NAD",
		"submitter": "Lawrence Crowl",
		"opened": "2008-09-15",
		"last_modified": "2016-01-28"
	},
	"LWG888": {
		"type": "issue",
		"title": "this_thread::yield too strong",
		"long_link": "https://cplusplus.github.io/LWG/issue888",
		"link": "https://wg21.link/lwg888",
		"section": "32.4.5 [thread.thread.this]",
		"status": "C++11",
		"submitter": "Lawrence Crowl",
		"opened": "2008-09-15",
		"last_modified": "2016-01-28"
	},
	"LWG889": {
		"type": "issue",
		"title": "thread::id comparisons",
		"long_link": "https://cplusplus.github.io/LWG/issue889",
		"link": "https://wg21.link/lwg889",
		"section": "32.4.3.2 [thread.thread.id]",
		"status": "Resolved",
		"submitter": "Lawrence Crowl",
		"opened": "2008-09-15",
		"last_modified": "2016-01-28"
	},
	"LWG890": {
		"type": "issue",
		"title": "Improving <system_error> initialization",
		"long_link": "https://cplusplus.github.io/LWG/issue890",
		"link": "https://wg21.link/lwg890",
		"section": "19.5.3 [syserr.errcat]",
		"status": "C++11",
		"submitter": "Beman Dawes",
		"opened": "2008-09-14",
		"last_modified": "2016-01-28"
	},
	"LWG891": {
		"type": "issue",
		"title": "std::thread, std::call_once issue",
		"long_link": "https://cplusplus.github.io/LWG/issue891",
		"link": "https://wg21.link/lwg891",
		"section": "32.4.3.3 [thread.thread.constr], 32.6.7.2 [thread.once.callonce]",
		"status": "C++11",
		"submitter": "Peter Dimov",
		"opened": "2008-09-15",
		"last_modified": "2016-01-28"
	},
	"LWG892": {
		"type": "issue",
		"title": "Forward_list issues...",
		"long_link": "https://cplusplus.github.io/LWG/issue892",
		"link": "https://wg21.link/lwg892",
		"section": "23.3.7.6 [forward.list.ops]",
		"status": "NAD Editorial",
		"submitter": "Ed Smith-Rowland",
		"opened": "2008-09-15",
		"last_modified": "2023-02-07"
	},
	"LWG893": {
		"type": "issue",
		"title": "std::mutex issue",
		"long_link": "https://cplusplus.github.io/LWG/issue893",
		"link": "https://wg21.link/lwg893",
		"section": "32.6.4.2.2 [thread.mutex.class]",
		"status": "C++11",
		"submitter": "Peter Dimov",
		"opened": "2008-09-15",
		"last_modified": "2016-01-28"
	},
	"LWG894": {
		"type": "issue",
		"title": "longjmp and destructors",
		"long_link": "https://cplusplus.github.io/LWG/issue894",
		"link": "https://wg21.link/lwg894",
		"section": "17.14 [support.runtime]",
		"status": "C++11",
		"submitter": "Lawrence Crowl, Alisdair Meredith",
		"opened": "2008-09-17",
		"last_modified": "2016-01-28"
	},
	"LWG895": {
		"type": "issue",
		"title": "\"Requires:\" on std::string::at et al",
		"long_link": "https://cplusplus.github.io/LWG/issue895",
		"link": "https://wg21.link/lwg895",
		"section": "16.3.2.4 [structure.specifications]",
		"status": "Dup",
		"submitter": "James Dennett",
		"opened": "2008-09-16",
		"last_modified": "2016-01-28"
	},
	"LWG896": {
		"type": "issue",
		"title": "Library thread safety issue",
		"long_link": "https://cplusplus.github.io/LWG/issue896",
		"link": "https://wg21.link/lwg896",
		"section": "20.3.2.2 [util.smartptr.shared]",
		"status": "C++11",
		"submitter": "Hans Boehm",
		"opened": "2008-09-16",
		"last_modified": "2016-01-28"
	},
	"LWG897": {
		"type": "issue",
		"title": "Forward_list issues... Part 2",
		"long_link": "https://cplusplus.github.io/LWG/issue897",
		"link": "https://wg21.link/lwg897",
		"section": "23.3.7.5 [forward.list.modifiers]",
		"status": "Resolved",
		"submitter": "Howard Hinnant",
		"opened": "2008-09-22",
		"last_modified": "2023-02-07"
	},
	"LWG898": {
		"type": "issue",
		"title": "Small contradiction in n2723 to forward to committee",
		"long_link": "https://cplusplus.github.io/LWG/issue898",
		"link": "https://wg21.link/lwg898",
		"section": "23.3.7.6 [forward.list.ops]",
		"status": "C++11",
		"submitter": "Arch Robison",
		"opened": "2008-09-08",
		"last_modified": "2023-02-07",
		"papers": [
			"N2723"
		]
	},
	"LWG899": {
		"type": "issue",
		"title": "Adjusting shared_ptr for nullptr_t",
		"long_link": "https://cplusplus.github.io/LWG/issue899",
		"link": "https://wg21.link/lwg899",
		"section": "20.3.2.2.3 [util.smartptr.shared.dest]",
		"status": "C++11",
		"submitter": "Peter Dimov",
		"opened": "2008-09-18",
		"last_modified": "2016-01-28"
	},
	"LWG900": {
		"type": "issue",
		"title": "Stream move-assignment",
		"long_link": "https://cplusplus.github.io/LWG/issue900",
		"link": "https://wg21.link/lwg900",
		"section": "31.10.4 [ifstream]",
		"status": "C++11",
		"submitter": "Niels Dekker",
		"opened": "2008-09-20",
		"last_modified": "2023-02-07"
	},
	"LWG901": {
		"type": "issue",
		"title": "insert iterators can move from lvalues",
		"long_link": "https://cplusplus.github.io/LWG/issue901",
		"link": "https://wg21.link/lwg901",
		"section": "24.5.2.4 [insert.iterator]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"opened": "2008-09-24",
		"last_modified": "2016-01-28"
	},
	"LWG902": {
		"type": "issue",
		"title": "Regular is the wrong concept to constrain numeric_limits",
		"long_link": "https://cplusplus.github.io/LWG/issue902",
		"link": "https://wg21.link/lwg902",
		"section": "17.3.5 [numeric.limits]",
		"status": "NAD Concepts",
		"submitter": "Alisdair Meredith",
		"opened": "2008-09-24",
		"last_modified": "2017-06-15"
	},
	"LWG903": {
		"type": "issue",
		"title": "back_insert_iterator issue",
		"long_link": "https://cplusplus.github.io/LWG/issue903",
		"link": "https://wg21.link/lwg903",
		"section": "24.5.2.2 [back.insert.iterator]",
		"status": "NAD",
		"submitter": "Dave Abrahams",
		"opened": "2008-09-19",
		"last_modified": "2016-01-28"
	},
	"LWG904": {
		"type": "issue",
		"title": "result_of argument types",
		"long_link": "https://cplusplus.github.io/LWG/issue904",
		"link": "https://wg21.link/lwg904",
		"section": "99 [func.ret]",
		"status": "C++11",
		"submitter": "Jonathan Wakely",
		"opened": "2008-09-10",
		"last_modified": "2016-01-28"
	},
	"LWG905": {
		"type": "issue",
		"title": "Mutex specification questions",
		"long_link": "https://cplusplus.github.io/LWG/issue905",
		"link": "https://wg21.link/lwg905",
		"section": "32.6.4.2.2 [thread.mutex.class]",
		"status": "Dup",
		"submitter": "Herb Sutter",
		"opened": "2008-09-18",
		"last_modified": "2016-01-28"
	},
	"LWG906": {
		"type": "issue",
		"title": "ObjectType is the wrong concept to constrain initializer_list",
		"long_link": "https://cplusplus.github.io/LWG/issue906",
		"link": "https://wg21.link/lwg906",
		"section": "17.11 [support.initlist]",
		"status": "NAD Concepts",
		"submitter": "Daniel Krügler",
		"opened": "2008-09-26",
		"last_modified": "2016-01-28"
	},
	"LWG907": {
		"type": "issue",
		"title": "Bitset's immutable element retrieval is inconsistently defined",
		"long_link": "https://cplusplus.github.io/LWG/issue907",
		"link": "https://wg21.link/lwg907",
		"section": "22.9.2.3 [bitset.members]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2008-09-26",
		"last_modified": "2016-01-28"
	},
	"LWG908": {
		"type": "issue",
		"title": "Deleted assignment operators for atomic types must be volatile",
		"long_link": "https://cplusplus.github.io/LWG/issue908",
		"link": "https://wg21.link/lwg908",
		"section": "32.5.8 [atomics.types.generic]",
		"status": "Resolved",
		"submitter": "Anthony Williams",
		"opened": "2008-09-26",
		"last_modified": "2017-11-29"
	},
	"LWG909": {
		"type": "issue",
		"title": "regex_token_iterator should use initializer_list",
		"long_link": "https://cplusplus.github.io/LWG/issue909",
		"link": "https://wg21.link/lwg909",
		"section": "28.6.11.2 [re.tokiter]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2008-09-26",
		"last_modified": "2016-01-28"
	},
	"LWG910": {
		"type": "issue",
		"title": "Effects of MoveAssignable",
		"long_link": "https://cplusplus.github.io/LWG/issue910",
		"link": "https://wg21.link/lwg910",
		"section": "16.4.4.2 [utility.arg.requirements]",
		"status": "NAD Concepts",
		"submitter": "Alberto Ganesh Barbati",
		"opened": "2008-09-29",
		"last_modified": "2016-01-28"
	},
	"LWG911": {
		"type": "issue",
		"title": "I/O streams and move/swap semantic",
		"long_link": "https://cplusplus.github.io/LWG/issue911",
		"link": "https://wg21.link/lwg911",
		"section": "31.7.5 [input.streams], 31.7.6 [output.streams]",
		"status": "C++11",
		"submitter": "Alberto Ganesh Barbati",
		"opened": "2008-09-29",
		"last_modified": "2016-01-28"
	},
	"LWG912": {
		"type": "issue",
		"title": "Array swap needs to be conceptualized",
		"long_link": "https://cplusplus.github.io/LWG/issue912",
		"link": "https://wg21.link/lwg912",
		"section": "26.7.3 [alg.swap]",
		"status": "NAD Concepts",
		"submitter": "Daniel Krügler",
		"opened": "2008-10-01",
		"last_modified": "2016-01-28"
	},
	"LWG913": {
		"type": "issue",
		"title": "Superfluous requirements for replace algorithms",
		"long_link": "https://cplusplus.github.io/LWG/issue913",
		"link": "https://wg21.link/lwg913",
		"section": "26.7.5 [alg.replace]",
		"status": "NAD Concepts",
		"submitter": "Daniel Krügler",
		"opened": "2008-10-03",
		"last_modified": "2016-01-28"
	},
	"LWG914": {
		"type": "issue",
		"title": "Superfluous requirement for unique",
		"long_link": "https://cplusplus.github.io/LWG/issue914",
		"link": "https://wg21.link/lwg914",
		"section": "26.7.9 [alg.unique]",
		"status": "NAD Concepts",
		"submitter": "Daniel Krügler",
		"opened": "2008-10-03",
		"last_modified": "2016-01-28"
	},
	"LWG915": {
		"type": "issue",
		"title": "minmax with initializer_list should return pair of T, not pair of const T&",
		"long_link": "https://cplusplus.github.io/LWG/issue915",
		"link": "https://wg21.link/lwg915",
		"section": "26.8.9 [alg.min.max]",
		"status": "NAD Editorial",
		"submitter": "Daniel Krügler",
		"opened": "2008-10-04",
		"last_modified": "2016-01-28"
	},
	"LWG916": {
		"type": "issue",
		"title": "Redundant move-assignment operator of pair should be removed",
		"long_link": "https://cplusplus.github.io/LWG/issue916",
		"link": "https://wg21.link/lwg916",
		"section": "22.3 [pairs]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"opened": "2008-10-04",
		"last_modified": "2016-01-28"
	},
	"LWG917": {
		"type": "issue",
		"title": "Redundant move-assignment operator of tuple should be removed",
		"long_link": "https://cplusplus.github.io/LWG/issue917",
		"link": "https://wg21.link/lwg917",
		"section": "22.4.4.2 [tuple.cnstr]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"opened": "2008-10-04",
		"last_modified": "2016-01-28"
	},
	"LWG918": {
		"type": "issue",
		"title": "Swap for tuple needs to be conceptualized",
		"long_link": "https://cplusplus.github.io/LWG/issue918",
		"link": "https://wg21.link/lwg918",
		"section": "22.4.4.4 [tuple.swap]",
		"status": "NAD Concepts",
		"submitter": "Daniel Krügler",
		"opened": "2008-10-04",
		"last_modified": "2016-01-28"
	},
	"LWG919": {
		"type": "issue",
		"title": "(forward_)list specialized remove algorithms are over constrained",
		"long_link": "https://cplusplus.github.io/LWG/issue919",
		"link": "https://wg21.link/lwg919",
		"section": "23.3.7.6 [forward.list.ops], 23.3.11.5 [list.ops]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"opened": "2008-10-06",
		"last_modified": "2023-02-07"
	},
	"LWG920": {
		"type": "issue",
		"title": "Ref-qualification support in the library",
		"long_link": "https://cplusplus.github.io/LWG/issue920",
		"link": "https://wg21.link/lwg920",
		"section": "22.10.16 [func.memfn]",
		"status": "C++11",
		"submitter": "Bronek Kozicki",
		"opened": "2008-10-06",
		"last_modified": "2016-01-28"
	},
	"LWG921": {
		"type": "issue",
		"title": "Rational Arithmetic should use template aliases",
		"long_link": "https://cplusplus.github.io/LWG/issue921",
		"link": "https://wg21.link/lwg921",
		"section": "21.5.3 [ratio.ratio]",
		"status": "C++11",
		"submitter": "Pablo Halpern",
		"opened": "2008-10-07",
		"last_modified": "2016-01-28"
	},
	"LWG922": {
		"type": "issue",
		"title": "§[func.bind.place] Number of placeholders",
		"long_link": "https://cplusplus.github.io/LWG/issue922",
		"link": "https://wg21.link/lwg922",
		"section": "B [implimits]",
		"status": "C++11",
		"submitter": "Sohail Somani",
		"opened": "2008-10-11",
		"last_modified": "2016-02-01"
	},
	"LWG923": {
		"type": "issue",
		"title": "atomics with floating-point",
		"long_link": "https://cplusplus.github.io/LWG/issue923",
		"link": "https://wg21.link/lwg923",
		"section": "32.5 [atomics]",
		"status": "Resolved",
		"submitter": "Herb Sutter",
		"opened": "2008-10-17",
		"last_modified": "2016-01-28"
	},
	"LWG924": {
		"type": "issue",
		"title": "structs with internal padding",
		"long_link": "https://cplusplus.github.io/LWG/issue924",
		"link": "https://wg21.link/lwg924",
		"section": "32.5 [atomics]",
		"status": "Resolved",
		"submitter": "Herb Sutter",
		"opened": "2008-10-17",
		"last_modified": "2016-01-28"
	},
	"LWG925": {
		"type": "issue",
		"title": "shared_ptr's explicit conversion from unique_ptr",
		"long_link": "https://cplusplus.github.io/LWG/issue925",
		"link": "https://wg21.link/lwg925",
		"section": "20.3.2.2.2 [util.smartptr.shared.const]",
		"status": "C++11",
		"submitter": "Rodolfo Lima",
		"opened": "2008-10-12",
		"last_modified": "2016-01-28"
	},
	"LWG926": {
		"type": "issue",
		"title": "Sequentially consistent fences, relaxed operations and modification order",
		"long_link": "https://cplusplus.github.io/LWG/issue926",
		"link": "https://wg21.link/lwg926",
		"section": "32.5.4 [atomics.order]",
		"status": "NAD Editorial",
		"submitter": "Anthony Williams",
		"opened": "2008-10-19",
		"last_modified": "2016-01-28"
	},
	"LWG927": {
		"type": "issue",
		"title": "Dereferenceable should be HasDereference",
		"long_link": "https://cplusplus.github.io/LWG/issue927",
		"link": "https://wg21.link/lwg927",
		"section": "99 [allocator.concepts]",
		"status": "NAD Concepts",
		"submitter": "Pablo Halpern",
		"opened": "2008-10-23",
		"last_modified": "2016-01-28"
	},
	"LWG928": {
		"type": "issue",
		"title": "Wrong concepts used for tuple's comparison operators",
		"long_link": "https://cplusplus.github.io/LWG/issue928",
		"link": "https://wg21.link/lwg928",
		"section": "22.4.9 [tuple.rel]",
		"status": "NAD Concepts",
		"submitter": "Joe Gottman",
		"opened": "2008-10-28",
		"last_modified": "2016-01-28"
	},
	"LWG929": {
		"type": "issue",
		"title": "Thread constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue929",
		"link": "https://wg21.link/lwg929",
		"section": "32.4.3.3 [thread.thread.constr]",
		"status": "C++11",
		"submitter": "Anthony Williams",
		"opened": "2008-10-23",
		"last_modified": "2016-01-28"
	},
	"LWG930": {
		"type": "issue",
		"title": "Access to std::array data as built-in array type",
		"long_link": "https://cplusplus.github.io/LWG/issue930",
		"link": "https://wg21.link/lwg930",
		"section": "23.3.3 [array]",
		"status": "NAD",
		"submitter": "Niels Dekker",
		"opened": "2008-11-17",
		"last_modified": "2016-01-28"
	},
	"LWG931": {
		"type": "issue",
		"title": "type trait extent<T, I>",
		"long_link": "https://cplusplus.github.io/LWG/issue931",
		"link": "https://wg21.link/lwg931",
		"section": "21.3.6.4 [meta.unary.prop]",
		"status": "C++11",
		"submitter": "Yechezkel Mett",
		"opened": "2008-11-04",
		"last_modified": "2016-01-28"
	},
	"LWG932": {
		"type": "issue",
		"title": "unique_ptr(pointer p) for pointer deleter types",
		"long_link": "https://cplusplus.github.io/LWG/issue932",
		"link": "https://wg21.link/lwg932",
		"section": "20.3.1.3.2 [unique.ptr.single.ctor]",
		"status": "Resolved",
		"submitter": "Howard Hinnant",
		"opened": "2008-11-26",
		"last_modified": "2016-01-28"
	},
	"LWG933": {
		"type": "issue",
		"title": "Unique_ptr defect",
		"long_link": "https://cplusplus.github.io/LWG/issue933",
		"link": "https://wg21.link/lwg933",
		"section": "20.3.1.3.6 [unique.ptr.single.modifiers]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"opened": "2008-11-27",
		"last_modified": "2018-06-23"
	},
	"LWG934": {
		"type": "issue",
		"title": "duration is missing operator%",
		"long_link": "https://cplusplus.github.io/LWG/issue934",
		"link": "https://wg21.link/lwg934",
		"section": "30.5 [time.duration]",
		"status": "C++11",
		"submitter": "Terry Golubiewski",
		"opened": "2008-11-30",
		"last_modified": "2016-01-28"
	},
	"LWG935": {
		"type": "issue",
		"title": "clock error handling needs to be specified",
		"long_link": "https://cplusplus.github.io/LWG/issue935",
		"link": "https://wg21.link/lwg935",
		"section": "30.7 [time.clock]",
		"status": "NAD",
		"submitter": "Beman Dawes",
		"opened": "2008-11-24",
		"last_modified": "2019-02-26"
	},
	"LWG936": {
		"type": "issue",
		"title": "Mutex type overspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue936",
		"link": "https://wg21.link/lwg936",
		"section": "32.6.4 [thread.mutex.requirements]",
		"status": "Resolved",
		"submitter": "Pete Becker",
		"opened": "2008-12-05",
		"last_modified": "2026-04-13",
		"github_url": "https://github.com/cplusplus/papers/issues/2490"
	},
	"LWG937": {
		"type": "issue",
		"title": "Atomics for standard typedef types",
		"long_link": "https://cplusplus.github.io/LWG/issue937",
		"link": "https://wg21.link/lwg937",
		"section": "32.5 [atomics]",
		"status": "NAD Editorial",
		"submitter": "Clark Nelson",
		"opened": "2008-12-05",
		"last_modified": "2016-01-28"
	},
	"LWG938": {
		"type": "issue",
		"title": "default_delete<T[]>::operator() should only accept T*",
		"long_link": "https://cplusplus.github.io/LWG/issue938",
		"link": "https://wg21.link/lwg938",
		"section": "20.3.1.2.3 [unique.ptr.dltr.dflt1]",
		"status": "C++11",
		"submitter": "Howard Hinnant",
		"opened": "2008-12-07",
		"last_modified": "2016-01-28"
	},
	"LWG939": {
		"type": "issue",
		"title": "Problem with std::identity and reference-to-temporaries",
		"long_link": "https://cplusplus.github.io/LWG/issue939",
		"link": "https://wg21.link/lwg939",
		"section": "22.2.4 [forward]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2008-12-11",
		"last_modified": "2016-01-28"
	},
	"LWG940": {
		"type": "issue",
		"title": "std::distance",
		"long_link": "https://cplusplus.github.io/LWG/issue940",
		"link": "https://wg21.link/lwg940",
		"section": "24.4.3 [iterator.operations]",
		"status": "Resolved",
		"submitter": "Thomas",
		"opened": "2008-12-14",
		"last_modified": "2016-01-28"
	},
	"LWG941": {
		"type": "issue",
		"title": "Ref-qualifiers for assignment operators",
		"long_link": "https://cplusplus.github.io/LWG/issue941",
		"link": "https://wg21.link/lwg941",
		"section": "16 [library]",
		"status": "NAD",
		"submitter": "Niels Dekker",
		"opened": "2008-12-18",
		"last_modified": "2016-01-28"
	},
	"LWG942": {
		"type": "issue",
		"title": "Atomics synopsis typo",
		"long_link": "https://cplusplus.github.io/LWG/issue942",
		"link": "https://wg21.link/lwg942",
		"section": "32.5 [atomics]",
		"status": "Dup",
		"submitter": "Holger Grund",
		"opened": "2008-12-19",
		"last_modified": "2016-01-28"
	},
	"LWG943": {
		"type": "issue",
		"title": "ssize_t undefined",
		"long_link": "https://cplusplus.github.io/LWG/issue943",
		"link": "https://wg21.link/lwg943",
		"section": "99 [atomics.types.address]",
		"status": "C++11",
		"submitter": "Holger Grund",
		"opened": "2008-12-19",
		"last_modified": "2016-01-28"
	},
	"LWG944": {
		"type": "issue",
		"title": "atomic<bool> derive from atomic_bool?",
		"long_link": "https://cplusplus.github.io/LWG/issue944",
		"link": "https://wg21.link/lwg944",
		"section": "32.5.8 [atomics.types.generic]",
		"status": "Resolved",
		"submitter": "Holger Grund",
		"opened": "2008-12-19",
		"last_modified": "2016-01-28"
	},
	"LWG945": {
		"type": "issue",
		"title": "system_clock::rep not specified",
		"long_link": "https://cplusplus.github.io/LWG/issue945",
		"link": "https://wg21.link/lwg945",
		"section": "30.7.2 [time.clock.system]",
		"status": "NAD Editorial",
		"submitter": "Pete Becker",
		"opened": "2008-12-19",
		"last_modified": "2016-01-28"
	},
	"LWG946": {
		"type": "issue",
		"title": "duration_cast improperly specified",
		"long_link": "https://cplusplus.github.io/LWG/issue946",
		"link": "https://wg21.link/lwg946",
		"section": "30.5.8 [time.duration.cast]",
		"status": "NAD",
		"submitter": "Pete Becker",
		"opened": "2008-12-20",
		"last_modified": "2016-01-28"
	},
	"LWG947": {
		"type": "issue",
		"title": "duration arithmetic: contradictory requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue947",
		"link": "https://wg21.link/lwg947",
		"section": "30.5.6 [time.duration.nonmember]",
		"status": "Resolved",
		"submitter": "Pete Becker",
		"opened": "2008-12-20",
		"last_modified": "2016-01-28"
	},
	"LWG948": {
		"type": "issue",
		"title": "ratio arithmetic tweak",
		"long_link": "https://cplusplus.github.io/LWG/issue948",
		"link": "https://wg21.link/lwg948",
		"section": "21.5.4 [ratio.arithmetic]",
		"status": "C++11",
		"submitter": "Howard Hinnant",
		"opened": "2008-12-26",
		"last_modified": "2016-01-28"
	},
	"LWG949": {
		"type": "issue",
		"title": "owner_less",
		"long_link": "https://cplusplus.github.io/LWG/issue949",
		"link": "https://wg21.link/lwg949",
		"section": "20.3.2.4 [util.smartptr.ownerless]",
		"status": "C++11",
		"submitter": "Thomas Plum",
		"opened": "2008-12-30",
		"last_modified": "2016-01-28"
	},
	"LWG950": {
		"type": "issue",
		"title": "unique_ptr converting ctor shouldn't accept array form",
		"long_link": "https://cplusplus.github.io/LWG/issue950",
		"link": "https://wg21.link/lwg950",
		"section": "20.3.1.3.2 [unique.ptr.single.ctor]",
		"status": "Resolved",
		"submitter": "Howard Hinnant",
		"opened": "2009-01-07",
		"last_modified": "2016-01-28"
	},
	"LWG951": {
		"type": "issue",
		"title": "Various threading bugs #1",
		"long_link": "https://cplusplus.github.io/LWG/issue951",
		"link": "https://wg21.link/lwg951",
		"section": "30.4.1 [time.traits.is.fp]",
		"status": "C++11",
		"submitter": "Pete Becker",
		"opened": "2009-01-07",
		"last_modified": "2021-06-06"
	},
	"LWG952": {
		"type": "issue",
		"title": "Various threading bugs #2",
		"long_link": "https://cplusplus.github.io/LWG/issue952",
		"link": "https://wg21.link/lwg952",
		"section": "30.5.8 [time.duration.cast]",
		"status": "NAD Editorial",
		"submitter": "Pete Becker",
		"opened": "2009-01-07",
		"last_modified": "2016-01-28"
	},
	"LWG953": {
		"type": "issue",
		"title": "Various threading bugs #3",
		"long_link": "https://cplusplus.github.io/LWG/issue953",
		"link": "https://wg21.link/lwg953",
		"section": "30.3 [time.clock.req]",
		"status": "Resolved",
		"submitter": "Pete Becker",
		"opened": "2009-01-07",
		"last_modified": "2016-01-28"
	},
	"LWG954": {
		"type": "issue",
		"title": "Various threading bugs #4",
		"long_link": "https://cplusplus.github.io/LWG/issue954",
		"link": "https://wg21.link/lwg954",
		"section": "30.3 [time.clock.req]",
		"status": "C++11",
		"submitter": "Pete Becker",
		"opened": "2009-01-07",
		"last_modified": "2016-01-28"
	},
	"LWG955": {
		"type": "issue",
		"title": "Various threading bugs #5",
		"long_link": "https://cplusplus.github.io/LWG/issue955",
		"link": "https://wg21.link/lwg955",
		"section": "30.3 [time.clock.req]",
		"status": "NAD",
		"submitter": "Pete Becker",
		"opened": "2009-01-07",
		"last_modified": "2016-01-28"
	},
	"LWG956": {
		"type": "issue",
		"title": "Various threading bugs #6",
		"long_link": "https://cplusplus.github.io/LWG/issue956",
		"link": "https://wg21.link/lwg956",
		"section": "30.3 [time.clock.req]",
		"status": "C++11",
		"submitter": "Pete Becker",
		"opened": "2009-01-07",
		"last_modified": "2016-01-28"
	},
	"LWG957": {
		"type": "issue",
		"title": "Various threading bugs #7",
		"long_link": "https://cplusplus.github.io/LWG/issue957",
		"link": "https://wg21.link/lwg957",
		"section": "30.7.2 [time.clock.system]",
		"status": "C++11",
		"submitter": "Pete Becker",
		"opened": "2009-01-07",
		"last_modified": "2016-01-28"
	},
	"LWG958": {
		"type": "issue",
		"title": "Various threading bugs #8",
		"long_link": "https://cplusplus.github.io/LWG/issue958",
		"link": "https://wg21.link/lwg958",
		"section": "32.7.4 [thread.condition.condvar]",
		"status": "Resolved",
		"submitter": "Pete Becker",
		"opened": "2009-01-07",
		"last_modified": "2016-01-28"
	},
	"LWG959": {
		"type": "issue",
		"title": "Various threading bugs #9",
		"long_link": "https://cplusplus.github.io/LWG/issue959",
		"link": "https://wg21.link/lwg959",
		"section": "32.7.4 [thread.condition.condvar]",
		"status": "NAD",
		"submitter": "Pete Becker",
		"opened": "2009-01-07",
		"last_modified": "2016-01-28"
	},
	"LWG960": {
		"type": "issue",
		"title": "Various threading bugs #10",
		"long_link": "https://cplusplus.github.io/LWG/issue960",
		"link": "https://wg21.link/lwg960",
		"section": "32.6.4 [thread.mutex.requirements]",
		"status": "C++11",
		"submitter": "Pete Becker",
		"opened": "2009-01-07",
		"last_modified": "2016-01-28"
	},
	"LWG961": {
		"type": "issue",
		"title": "Various threading bugs #11",
		"long_link": "https://cplusplus.github.io/LWG/issue961",
		"link": "https://wg21.link/lwg961",
		"section": "32.6.4 [thread.mutex.requirements]",
		"status": "Resolved",
		"submitter": "Pete Becker",
		"opened": "2009-01-07",
		"last_modified": "2026-04-13",
		"github_url": "https://github.com/cplusplus/papers/issues/2491"
	},
	"LWG962": {
		"type": "issue",
		"title": "Various threading bugs #12",
		"long_link": "https://cplusplus.github.io/LWG/issue962",
		"link": "https://wg21.link/lwg962",
		"section": "32.6.5.4.3 [thread.lock.unique.locking]",
		"status": "C++11",
		"submitter": "Pete Becker",
		"opened": "2009-01-07",
		"last_modified": "2016-01-28"
	},
	"LWG963": {
		"type": "issue",
		"title": "Various threading bugs #13",
		"long_link": "https://cplusplus.github.io/LWG/issue963",
		"link": "https://wg21.link/lwg963",
		"section": "32.4.3.6 [thread.thread.member]",
		"status": "C++11",
		"submitter": "Pete Becker",
		"opened": "2009-01-07",
		"last_modified": "2016-01-28"
	},
	"LWG964": {
		"type": "issue",
		"title": "Various threading bugs #14",
		"long_link": "https://cplusplus.github.io/LWG/issue964",
		"link": "https://wg21.link/lwg964",
		"section": "32.7.5 [thread.condition.condvarany]",
		"status": "Resolved",
		"submitter": "Pete Becker",
		"opened": "2009-01-07",
		"last_modified": "2016-01-28"
	},
	"LWG965": {
		"type": "issue",
		"title": "Various threading bugs #15",
		"long_link": "https://cplusplus.github.io/LWG/issue965",
		"link": "https://wg21.link/lwg965",
		"section": "32.7.4 [thread.condition.condvar]",
		"status": "C++11",
		"submitter": "Pete Becker",
		"opened": "2009-01-07",
		"last_modified": "2016-01-28"
	},
	"LWG966": {
		"type": "issue",
		"title": "Various threading bugs #16",
		"long_link": "https://cplusplus.github.io/LWG/issue966",
		"link": "https://wg21.link/lwg966",
		"section": "32.7.4 [thread.condition.condvar]",
		"status": "Resolved",
		"submitter": "Pete Becker",
		"opened": "2009-01-07",
		"last_modified": "2016-01-28"
	},
	"LWG967": {
		"type": "issue",
		"title": "Various threading bugs #17",
		"long_link": "https://cplusplus.github.io/LWG/issue967",
		"link": "https://wg21.link/lwg967",
		"section": "32.4.3.3 [thread.thread.constr]",
		"status": "C++11",
		"submitter": "Pete Becker",
		"opened": "2009-01-07",
		"last_modified": "2016-01-28"
	},
	"LWG968": {
		"type": "issue",
		"title": "Various threading bugs #18",
		"long_link": "https://cplusplus.github.io/LWG/issue968",
		"link": "https://wg21.link/lwg968",
		"section": "32.6.4 [thread.mutex.requirements]",
		"status": "C++11",
		"submitter": "Pete Becker",
		"opened": "2009-01-07",
		"last_modified": "2016-01-28"
	},
	"LWG969": {
		"type": "issue",
		"title": "What happened to Library Issue 475?",
		"long_link": "https://cplusplus.github.io/LWG/issue969",
		"link": "https://wg21.link/lwg969",
		"section": "26.6.5 [alg.foreach]",
		"status": "NAD Editorial",
		"submitter": "Stephan T. Lavavej",
		"opened": "2009-01-12",
		"last_modified": "2016-01-28"
	},
	"LWG970": {
		"type": "issue",
		"title": "addressof overload unneeded",
		"long_link": "https://cplusplus.github.io/LWG/issue970",
		"link": "https://wg21.link/lwg970",
		"section": "20.2.11 [specialized.addressof]",
		"status": "C++11",
		"submitter": "Howard Hinnant",
		"opened": "2009-01-16",
		"last_modified": "2016-01-28"
	},
	"LWG971": {
		"type": "issue",
		"title": "Spurious diagnostic conversion function",
		"long_link": "https://cplusplus.github.io/LWG/issue971",
		"link": "https://wg21.link/lwg971",
		"section": "19.5.4.5 [syserr.errcode.nonmembers]",
		"status": "NAD",
		"submitter": "Beman Dawes",
		"opened": "2009-01-19",
		"last_modified": "2016-01-28"
	},
	"LWG972": {
		"type": "issue",
		"title": "The term \"Assignable\" undefined but still in use",
		"long_link": "https://cplusplus.github.io/LWG/issue972",
		"link": "https://wg21.link/lwg972",
		"section": "16 [library]",
		"status": "NAD Editorial",
		"submitter": "Niels Dekker",
		"opened": "2009-01-07",
		"last_modified": "2016-01-28"
	},
	"LWG973": {
		"type": "issue",
		"title": "auto_ptr characteristics",
		"long_link": "https://cplusplus.github.io/LWG/issue973",
		"link": "https://wg21.link/lwg973",
		"section": "99 [auto.ptr]",
		"status": "NAD Editorial",
		"submitter": "Maarten Hilferink",
		"opened": "2009-01-21",
		"last_modified": "2016-01-28"
	},
	"LWG974": {
		"type": "issue",
		"title": "duration<double> should not implicitly convert to duration<int>",
		"long_link": "https://cplusplus.github.io/LWG/issue974",
		"link": "https://wg21.link/lwg974",
		"section": "30.5.2 [time.duration.cons]",
		"status": "C++11",
		"submitter": "Howard Hinnant",
		"opened": "2009-01-21",
		"last_modified": "2016-01-28"
	},
	"LWG975": {
		"type": "issue",
		"title": "is_convertible cannot be instantiated for non-convertible types",
		"long_link": "https://cplusplus.github.io/LWG/issue975",
		"link": "https://wg21.link/lwg975",
		"section": "21.3.8 [meta.rel]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2009-01-25",
		"last_modified": "2016-01-28"
	},
	"LWG976": {
		"type": "issue",
		"title": "Class template std::stack should be movable",
		"long_link": "https://cplusplus.github.io/LWG/issue976",
		"link": "https://wg21.link/lwg976",
		"section": "23.6.6.2 [stack.defn]",
		"status": "Resolved",
		"submitter": "Daniel Krügler",
		"opened": "2009-02-01",
		"last_modified": "2016-01-28"
	},
	"LWG977": {
		"type": "issue",
		"title": "insert iterators inefficient for expensive to move types",
		"long_link": "https://cplusplus.github.io/LWG/issue977",
		"link": "https://wg21.link/lwg977",
		"section": "24.5.2 [insert.iterators]",
		"status": "NAD",
		"submitter": "Howard Hinnant",
		"opened": "2009-02-02",
		"last_modified": "2016-01-28"
	},
	"LWG978": {
		"type": "issue",
		"title": "Hashing smart pointers",
		"long_link": "https://cplusplus.github.io/LWG/issue978",
		"link": "https://wg21.link/lwg978",
		"section": "22.10.19 [unord.hash]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2009-02-02",
		"last_modified": "2016-01-28"
	},
	"LWG979": {
		"type": "issue",
		"title": "Bad example",
		"long_link": "https://cplusplus.github.io/LWG/issue979",
		"link": "https://wg21.link/lwg979",
		"section": "24.5.4 [move.iterators]",
		"status": "NAD Editorial",
		"submitter": "Howard Hinnant",
		"opened": "2009-02-03",
		"last_modified": "2016-01-28"
	},
	"LWG980": {
		"type": "issue",
		"title": "mutex lock() missing error conditions",
		"long_link": "https://cplusplus.github.io/LWG/issue980",
		"link": "https://wg21.link/lwg980",
		"section": "32.6.4 [thread.mutex.requirements]",
		"status": "NAD",
		"submitter": "Ion Gaztañaga",
		"opened": "2009-02-07",
		"last_modified": "2016-01-28"
	},
	"LWG981": {
		"type": "issue",
		"title": "Unordered container requirements should add initializer_list support",
		"long_link": "https://cplusplus.github.io/LWG/issue981",
		"link": "https://wg21.link/lwg981",
		"section": "23.2.8 [unord.req]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2009-02-08",
		"last_modified": "2016-01-28"
	},
	"LWG982": {
		"type": "issue",
		"title": "Wrong complexity for initializer_list assignment in Table 85",
		"long_link": "https://cplusplus.github.io/LWG/issue982",
		"link": "https://wg21.link/lwg982",
		"section": "23.2.7 [associative.reqmts]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2009-02-08",
		"last_modified": "2016-01-28"
	},
	"LWG983": {
		"type": "issue",
		"title": "unique_ptr reference deleters should not be moved from",
		"long_link": "https://cplusplus.github.io/LWG/issue983",
		"link": "https://wg21.link/lwg983",
		"section": "20.3.1.3 [unique.ptr.single]",
		"status": "Resolved",
		"submitter": "Howard Hinnant",
		"opened": "2009-02-10",
		"last_modified": "2016-01-28"
	},
	"LWG984": {
		"type": "issue",
		"title": "Does <cinttypes> have macro guards?",
		"long_link": "https://cplusplus.github.io/LWG/issue984",
		"link": "https://wg21.link/lwg984",
		"section": "31.13 [c.files]",
		"status": "C++11",
		"submitter": "Howard Hinnant",
		"opened": "2009-02-12",
		"last_modified": "2016-01-28"
	},
	"LWG985": {
		"type": "issue",
		"title": "Allowing throwing move",
		"long_link": "https://cplusplus.github.io/LWG/issue985",
		"link": "https://wg21.link/lwg985",
		"section": "23.2.2 [container.requirements.general]",
		"status": "Resolved",
		"submitter": "Rani Sharoni",
		"opened": "2009-02-12",
		"last_modified": "2016-01-28"
	},
	"LWG986": {
		"type": "issue",
		"title": "Generic try_lock contradiction",
		"long_link": "https://cplusplus.github.io/LWG/issue986",
		"link": "https://wg21.link/lwg986",
		"section": "32.6.6 [thread.lock.algorithm]",
		"status": "C++11",
		"submitter": "Chris Fairles",
		"opened": "2009-02-14",
		"last_modified": "2016-01-28"
	},
	"LWG987": {
		"type": "issue",
		"title": "reference_wrapper and function types",
		"long_link": "https://cplusplus.github.io/LWG/issue987",
		"link": "https://wg21.link/lwg987",
		"section": "22.10.6 [refwrap]",
		"status": "C++11",
		"submitter": "Howard Hinnant",
		"opened": "2009-02-18",
		"last_modified": "2016-01-28"
	},
	"LWG988": {
		"type": "issue",
		"title": "Reflexivity meaningless?",
		"long_link": "https://cplusplus.github.io/LWG/issue988",
		"link": "https://wg21.link/lwg988",
		"section": "99 [concept.comparison]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"opened": "2009-02-24",
		"last_modified": "2016-01-28"
	},
	"LWG989": {
		"type": "issue",
		"title": "late_check and library",
		"long_link": "https://cplusplus.github.io/LWG/issue989",
		"link": "https://wg21.link/lwg989",
		"section": "16 [library]",
		"status": "NAD Concepts",
		"submitter": "Alisdair Meredith",
		"opened": "2009-02-24",
		"last_modified": "2016-01-28"
	},
	"LWG990": {
		"type": "issue",
		"title": "monotonic_clock::is_monotonic must be true",
		"long_link": "https://cplusplus.github.io/LWG/issue990",
		"link": "https://wg21.link/lwg990",
		"section": "99 [time.clock.monotonic]",
		"status": "C++11",
		"submitter": "Howard Hinnant",
		"opened": "2009-03-09",
		"last_modified": "2016-01-28"
	},
	"LWG991": {
		"type": "issue",
		"title": "Provide allocator for wstring_convert",
		"long_link": "https://cplusplus.github.io/LWG/issue991",
		"link": "https://wg21.link/lwg991",
		"section": "99 [depr.conversions.string]",
		"status": "C++11",
		"submitter": "P.J. Plauger",
		"opened": "2009-03-03",
		"last_modified": "2017-04-22"
	},
	"LWG992": {
		"type": "issue",
		"title": "Allow implementations to implement C library in the global namespace",
		"long_link": "https://cplusplus.github.io/LWG/issue992",
		"link": "https://wg21.link/lwg992",
		"section": "16.4.2.2 [contents]",
		"status": "NAD",
		"submitter": "P.J. Plauger",
		"opened": "2009-03-03",
		"last_modified": "2016-01-28"
	},
	"LWG993": {
		"type": "issue",
		"title": "_Exit needs better specification",
		"long_link": "https://cplusplus.github.io/LWG/issue993",
		"link": "https://wg21.link/lwg993",
		"section": "17.5 [support.start.term]",
		"status": "C++11",
		"submitter": "P.J. Plauger",
		"opened": "2009-03-03",
		"last_modified": "2016-01-28"
	},
	"LWG994": {
		"type": "issue",
		"title": "quick_exit should terminate well-defined",
		"long_link": "https://cplusplus.github.io/LWG/issue994",
		"link": "https://wg21.link/lwg994",
		"section": "17.6.4.3 [new.handler]",
		"status": "C++11",
		"submitter": "P.J. Plauger",
		"opened": "2009-03-03",
		"last_modified": "2016-01-28"
	},
	"LWG995": {
		"type": "issue",
		"title": "Operational Semantics Unclear",
		"long_link": "https://cplusplus.github.io/LWG/issue995",
		"link": "https://wg21.link/lwg995",
		"section": "16.3.2.3 [structure.requirements]",
		"status": "NAD",
		"submitter": "David Abrahams",
		"opened": "2009-03-06",
		"last_modified": "2016-01-28"
	},
	"LWG996": {
		"type": "issue",
		"title": "Move operation not well specified",
		"long_link": "https://cplusplus.github.io/LWG/issue996",
		"link": "https://wg21.link/lwg996",
		"section": "16 [library]",
		"status": "NAD",
		"submitter": "David Abrahams",
		"opened": "2009-03-06",
		"last_modified": "2016-01-28"
	},
	"LWG997": {
		"type": "issue",
		"title": "\"Effects: Equivalent to\" is underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue997",
		"link": "https://wg21.link/lwg997",
		"section": "16.3.2.4 [structure.specifications]",
		"status": "C++11",
		"submitter": "Thomas Plum",
		"opened": "2009-03-03",
		"last_modified": "2016-01-28"
	},
	"LWG998": {
		"type": "issue",
		"title": "Smart pointer referencing its owner",
		"long_link": "https://cplusplus.github.io/LWG/issue998",
		"link": "https://wg21.link/lwg998",
		"section": "20.3.1.3.6 [unique.ptr.single.modifiers]",
		"status": "C++11",
		"submitter": "Pavel Minaev",
		"opened": "2009-02-26",
		"last_modified": "2016-01-28"
	},
	"LWG999": {
		"type": "issue",
		"title": "Taking the address of a function",
		"long_link": "https://cplusplus.github.io/LWG/issue999",
		"link": "https://wg21.link/lwg999",
		"section": "26.11 [specialized.algorithms]",
		"status": "C++11",
		"submitter": "Peter Dimov",
		"opened": "2009-03-09",
		"last_modified": "2016-01-28"
	},
	"LWG1000": {
		"type": "issue",
		"title": "adjacent_find is over-constrained",
		"long_link": "https://cplusplus.github.io/LWG/issue1000",
		"link": "https://wg21.link/lwg1000",
		"section": "26.6.10 [alg.adjacent.find]",
		"status": "NAD Concepts",
		"submitter": "Chris Jefferson",
		"opened": "2009-03-09",
		"last_modified": "2016-01-28"
	},
	"LWG1001": {
		"type": "issue",
		"title": "Pointers, concepts and headers",
		"long_link": "https://cplusplus.github.io/LWG/issue1001",
		"link": "https://wg21.link/lwg1001",
		"section": "16 [library]",
		"status": "NAD Concepts",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-10",
		"last_modified": "2016-01-28"
	},
	"LWG1002": {
		"type": "issue",
		"title": "Provide bulk include headers",
		"long_link": "https://cplusplus.github.io/LWG/issue1002",
		"link": "https://wg21.link/lwg1002",
		"section": "16.4.2.3 [headers]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-11",
		"last_modified": "2016-01-28"
	},
	"LWG1003": {
		"type": "issue",
		"title": "Require more useful headers for freestanding implementations",
		"long_link": "https://cplusplus.github.io/LWG/issue1003",
		"link": "https://wg21.link/lwg1003",
		"section": "16.4.2.5 [compliance]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-11",
		"last_modified": "2016-01-28"
	},
	"LWG1004": {
		"type": "issue",
		"title": "Clarify \"throws an exception\"",
		"long_link": "https://cplusplus.github.io/LWG/issue1004",
		"link": "https://wg21.link/lwg1004",
		"section": "16.4.5.8 [res.on.functions]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-11",
		"last_modified": "2016-01-28"
	},
	"LWG1005": {
		"type": "issue",
		"title": "numeric_limits partial specializations not concept enabled",
		"long_link": "https://cplusplus.github.io/LWG/issue1005",
		"link": "https://wg21.link/lwg1005",
		"section": "17.3.5 [numeric.limits]",
		"status": "NAD Concepts",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-11",
		"last_modified": "2016-01-28"
	},
	"LWG1006": {
		"type": "issue",
		"title": "operator delete in garbage collected implementation",
		"long_link": "https://cplusplus.github.io/LWG/issue1006",
		"link": "https://wg21.link/lwg1006",
		"section": "17.6.3 [new.delete]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-11",
		"last_modified": "2016-01-28"
	},
	"LWG1007": {
		"type": "issue",
		"title": "throw_with_nested not concept enabled",
		"long_link": "https://cplusplus.github.io/LWG/issue1007",
		"link": "https://wg21.link/lwg1007",
		"section": "17.9.8 [except.nested]",
		"status": "NAD Concepts",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-11",
		"last_modified": "2016-01-28"
	},
	"LWG1008": {
		"type": "issue",
		"title": "nested_exception wording unclear",
		"long_link": "https://cplusplus.github.io/LWG/issue1008",
		"link": "https://wg21.link/lwg1008",
		"section": "17.9.8 [except.nested]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-11",
		"last_modified": "2016-01-28"
	},
	"LWG1009": {
		"type": "issue",
		"title": "InputIterator post-increment dangerous",
		"long_link": "https://cplusplus.github.io/LWG/issue1009",
		"link": "https://wg21.link/lwg1009",
		"section": "24.3.5.2 [iterator.iterators]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-11",
		"last_modified": "2016-01-28"
	},
	"LWG1010": {
		"type": "issue",
		"title": "operator-= should use default in concept",
		"long_link": "https://cplusplus.github.io/LWG/issue1010",
		"link": "https://wg21.link/lwg1010",
		"section": "24.3.5.7 [random.access.iterators]",
		"status": "NAD Concepts",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-11",
		"last_modified": "2016-01-28"
	},
	"LWG1011": {
		"type": "issue",
		"title": "next/prev wrong iterator type",
		"long_link": "https://cplusplus.github.io/LWG/issue1011",
		"link": "https://wg21.link/lwg1011",
		"section": "24.4.3 [iterator.operations]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-11",
		"last_modified": "2016-01-28"
	},
	"LWG1012": {
		"type": "issue",
		"title": "reverse_iterator default ctor should value initialize",
		"long_link": "https://cplusplus.github.io/LWG/issue1012",
		"link": "https://wg21.link/lwg1012",
		"section": "24.5.1.4 [reverse.iter.cons]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-11",
		"last_modified": "2016-01-28"
	},
	"LWG1013": {
		"type": "issue",
		"title": "Remove IsSameType hold-over constraints",
		"long_link": "https://cplusplus.github.io/LWG/issue1013",
		"link": "https://wg21.link/lwg1013",
		"section": "26.8.9 [alg.min.max]",
		"status": "NAD Editorial",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-11",
		"last_modified": "2016-01-28"
	},
	"LWG1014": {
		"type": "issue",
		"title": "basic_regex should be created/assigned from initializer lists",
		"long_link": "https://cplusplus.github.io/LWG/issue1014",
		"link": "https://wg21.link/lwg1014",
		"section": "28.6.7.2 [re.regex.construct]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-11",
		"last_modified": "2016-01-28"
	},
	"LWG1015": {
		"type": "issue",
		"title": "C++ programs - but not users - need to provide support concept_maps",
		"long_link": "https://cplusplus.github.io/LWG/issue1015",
		"link": "https://wg21.link/lwg1015",
		"section": "99 [concept.transform]",
		"status": "NAD Concepts",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-11",
		"last_modified": "2016-01-28"
	},
	"LWG1016": {
		"type": "issue",
		"title": "Provide LessThanComparable and EqualityComparable for FloatingPointType",
		"long_link": "https://cplusplus.github.io/LWG/issue1016",
		"link": "https://wg21.link/lwg1016",
		"section": "99 [concept.comparison]",
		"status": "NAD Concepts",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-11",
		"last_modified": "2016-01-28"
	},
	"LWG1017": {
		"type": "issue",
		"title": "Floating-point types should not satisfy Regular",
		"long_link": "https://cplusplus.github.io/LWG/issue1017",
		"link": "https://wg21.link/lwg1017",
		"section": "99 [concept.regular]",
		"status": "NAD Concepts",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-11",
		"last_modified": "2016-01-28"
	},
	"LWG1018": {
		"type": "issue",
		"title": "Trait specifications should be expressed in terms of concepts",
		"long_link": "https://cplusplus.github.io/LWG/issue1018",
		"link": "https://wg21.link/lwg1018",
		"section": "21 [meta]",
		"status": "NAD Concepts",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-11",
		"last_modified": "2016-01-28"
	},
	"LWG1019": {
		"type": "issue",
		"title": "Make integral_constant objects useable in integral-constant-expressions",
		"long_link": "https://cplusplus.github.io/LWG/issue1019",
		"link": "https://wg21.link/lwg1019",
		"section": "21.3.4 [meta.help]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-11",
		"last_modified": "2016-01-28"
	},
	"LWG1020": {
		"type": "issue",
		"title": "Restore aligned_union",
		"long_link": "https://cplusplus.github.io/LWG/issue1020",
		"link": "https://wg21.link/lwg1020",
		"section": "21.3.9.7 [meta.trans.other]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-11",
		"last_modified": "2016-01-28"
	},
	"LWG1021": {
		"type": "issue",
		"title": "Allow nullptr_t assignments to unique_ptr",
		"long_link": "https://cplusplus.github.io/LWG/issue1021",
		"link": "https://wg21.link/lwg1021",
		"section": "20.3.1.3.4 [unique.ptr.single.asgn]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-11",
		"last_modified": "2016-01-28"
	},
	"LWG1022": {
		"type": "issue",
		"title": "Pointer-safety API has nothing to do with smart pointers",
		"long_link": "https://cplusplus.github.io/LWG/issue1022",
		"link": "https://wg21.link/lwg1022",
		"section": "99 [util.dynamic.safety]",
		"status": "NAD Editorial",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-11",
		"last_modified": "2016-01-28"
	},
	"LWG1023": {
		"type": "issue",
		"title": "Unclear inheritance relation for std::function",
		"long_link": "https://cplusplus.github.io/LWG/issue1023",
		"link": "https://wg21.link/lwg1023",
		"section": "22.10.17.3 [func.wrap.func]",
		"status": "NAD Editorial",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-11",
		"last_modified": "2016-01-28"
	},
	"LWG1024": {
		"type": "issue",
		"title": "std::function constructors overly generous",
		"long_link": "https://cplusplus.github.io/LWG/issue1024",
		"link": "https://wg21.link/lwg1024",
		"section": "22.10.17.3 [func.wrap.func]",
		"status": "NAD Concepts",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-11",
		"last_modified": "2016-01-28"
	},
	"LWG1025": {
		"type": "issue",
		"title": "The library should provide more specializations for std::hash",
		"long_link": "https://cplusplus.github.io/LWG/issue1025",
		"link": "https://wg21.link/lwg1025",
		"section": "22.10.19 [unord.hash]",
		"status": "NAD Future",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-11",
		"last_modified": "2020-08-21"
	},
	"LWG1026": {
		"type": "issue",
		"title": "Smart pointers need to be concept-constrained templates",
		"long_link": "https://cplusplus.github.io/LWG/issue1026",
		"link": "https://wg21.link/lwg1026",
		"section": "20.2 [memory]",
		"status": "NAD Concepts",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-11",
		"last_modified": "2016-01-28"
	},
	"LWG1027": {
		"type": "issue",
		"title": "std::allocator needs to be a concept-constrained template",
		"long_link": "https://cplusplus.github.io/LWG/issue1027",
		"link": "https://wg21.link/lwg1027",
		"section": "20.2.10 [default.allocator]",
		"status": "NAD Concepts",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-11",
		"last_modified": "2016-01-28"
	},
	"LWG1028": {
		"type": "issue",
		"title": "raw_storage_iterator needs to be a concept-constrained template",
		"long_link": "https://cplusplus.github.io/LWG/issue1028",
		"link": "https://wg21.link/lwg1028",
		"section": "99 [depr.storage.iterator]",
		"status": "NAD Concepts",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-11",
		"last_modified": "2017-06-15"
	},
	"LWG1029": {
		"type": "issue",
		"title": "Specialized algorithms for memory management need to be concept-constrained templates",
		"long_link": "https://cplusplus.github.io/LWG/issue1029",
		"link": "https://wg21.link/lwg1029",
		"section": "26.11 [specialized.algorithms]",
		"status": "NAD Concepts",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-11",
		"last_modified": "2016-01-28"
	},
	"LWG1030": {
		"type": "issue",
		"title": "Missing requirements for smart-pointer safety API",
		"long_link": "https://cplusplus.github.io/LWG/issue1030",
		"link": "https://wg21.link/lwg1030",
		"section": "99 [depr.util.smartptr.shared.atomic]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-11",
		"last_modified": "2017-11-29"
	},
	"LWG1031": {
		"type": "issue",
		"title": "Need shared_ptr conversion to a unique_ptr",
		"long_link": "https://cplusplus.github.io/LWG/issue1031",
		"link": "https://wg21.link/lwg1031",
		"section": "20.3.2.2 [util.smartptr.shared]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-11",
		"last_modified": "2018-06-23"
	},
	"LWG1032": {
		"type": "issue",
		"title": "Tome utility templates need to be concept-constrained",
		"long_link": "https://cplusplus.github.io/LWG/issue1032",
		"link": "https://wg21.link/lwg1032",
		"section": "30 [time]",
		"status": "NAD Concepts",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-11",
		"last_modified": "2016-01-28"
	},
	"LWG1033": {
		"type": "issue",
		"title": "thread::join() effects?",
		"long_link": "https://cplusplus.github.io/LWG/issue1033",
		"link": "https://wg21.link/lwg1033",
		"section": "32.4.3.6 [thread.thread.member]",
		"status": "C++11",
		"submitter": "Alberto Ganesh Barbati",
		"opened": "2009-03-12",
		"last_modified": "2016-01-28"
	},
	"LWG1034": {
		"type": "issue",
		"title": "Clarify generality of Container Requirement tables",
		"long_link": "https://cplusplus.github.io/LWG/issue1034",
		"link": "https://wg21.link/lwg1034",
		"section": "23.2.2 [container.requirements.general]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-12",
		"last_modified": "2016-01-28"
	},
	"LWG1035": {
		"type": "issue",
		"title": "<array>::swap can invalidate references, pointers, and iterators",
		"long_link": "https://cplusplus.github.io/LWG/issue1035",
		"link": "https://wg21.link/lwg1035",
		"section": "23.2.2 [container.requirements.general]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-12",
		"last_modified": "2016-01-28"
	},
	"LWG1036": {
		"type": "issue",
		"title": "Remove iterator specification that is redundant due to concept constraints",
		"long_link": "https://cplusplus.github.io/LWG/issue1036",
		"link": "https://wg21.link/lwg1036",
		"section": "23.2.4 [sequence.reqmts]",
		"status": "NAD Concepts",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-12",
		"last_modified": "2016-01-28"
	},
	"LWG1037": {
		"type": "issue",
		"title": "Unclear status of match_results as library container",
		"long_link": "https://cplusplus.github.io/LWG/issue1037",
		"link": "https://wg21.link/lwg1037",
		"section": "23.2.4 [sequence.reqmts]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-12",
		"last_modified": "2016-01-28"
	},
	"LWG1038": {
		"type": "issue",
		"title": "Sequence requirement table needs to reference several new containers",
		"long_link": "https://cplusplus.github.io/LWG/issue1038",
		"link": "https://wg21.link/lwg1038",
		"section": "23.2.4 [sequence.reqmts]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-12",
		"last_modified": "2016-01-28"
	},
	"LWG1039": {
		"type": "issue",
		"title": "Sequence container back function should also support const_iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue1039",
		"link": "https://wg21.link/lwg1039",
		"section": "23.2.4 [sequence.reqmts]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-12",
		"last_modified": "2016-01-28"
	},
	"LWG1040": {
		"type": "issue",
		"title": "Clarify possible sameness of associative container's iterator and const_iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue1040",
		"link": "https://wg21.link/lwg1040",
		"section": "23.2.7 [associative.reqmts]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-12",
		"last_modified": "2016-01-28"
	},
	"LWG1041": {
		"type": "issue",
		"title": "Add associative/unordered container functions that allow to extract elements",
		"long_link": "https://cplusplus.github.io/LWG/issue1041",
		"link": "https://wg21.link/lwg1041",
		"section": "23.2.7 [associative.reqmts]",
		"status": "Resolved",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-12",
		"last_modified": "2020-09-06"
	},
	"LWG1042": {
		"type": "issue",
		"title": "Provide ContiguousStorage concept and apply it to corresponding containers",
		"long_link": "https://cplusplus.github.io/LWG/issue1042",
		"link": "https://wg21.link/lwg1042",
		"section": "23.3 [sequences]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-12",
		"last_modified": "2016-01-28"
	},
	"LWG1043": {
		"type": "issue",
		"title": "Clarify that compare_exchange is not a read-modify-write operation",
		"long_link": "https://cplusplus.github.io/LWG/issue1043",
		"link": "https://wg21.link/lwg1043",
		"section": "32.5.8.2 [atomics.types.operations]",
		"status": "Resolved",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-12",
		"last_modified": "2016-01-28"
	},
	"LWG1044": {
		"type": "issue",
		"title": "Empty tag types should be constexpr literals",
		"long_link": "https://cplusplus.github.io/LWG/issue1044",
		"link": "https://wg21.link/lwg1044",
		"section": "32.6 [thread.mutex]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-12",
		"last_modified": "2016-01-28"
	},
	"LWG1045": {
		"type": "issue",
		"title": "Remove unnecessary preconditions from unique_lock constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue1045",
		"link": "https://wg21.link/lwg1045",
		"section": "32.6.5.4.2 [thread.lock.unique.cons]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-12",
		"last_modified": "2016-01-28"
	},
	"LWG1046": {
		"type": "issue",
		"title": "Provide simple facility to start asynchronous operations",
		"long_link": "https://cplusplus.github.io/LWG/issue1046",
		"link": "https://wg21.link/lwg1046",
		"section": "32.10 [futures]",
		"status": "Resolved",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-12",
		"last_modified": "2016-01-28"
	},
	"LWG1047": {
		"type": "issue",
		"title": "Ensure that future's get() blocks when not ready",
		"long_link": "https://cplusplus.github.io/LWG/issue1047",
		"link": "https://wg21.link/lwg1047",
		"section": "32.10.7 [futures.unique.future]",
		"status": "Resolved",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-12",
		"last_modified": "2021-06-06"
	},
	"LWG1048": {
		"type": "issue",
		"title": "Provide empty-state inspection for std::unique_future",
		"long_link": "https://cplusplus.github.io/LWG/issue1048",
		"link": "https://wg21.link/lwg1048",
		"section": "32.10.7 [futures.unique.future]",
		"status": "Resolved",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-12",
		"last_modified": "2021-06-06"
	},
	"LWG1049": {
		"type": "issue",
		"title": "Move assignment of promise inverted",
		"long_link": "https://cplusplus.github.io/LWG/issue1049",
		"link": "https://wg21.link/lwg1049",
		"section": "32.10.6 [futures.promise]",
		"status": "Resolved",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-12",
		"last_modified": "2016-01-28"
	},
	"LWG1050": {
		"type": "issue",
		"title": "Clarify postconditions for get_future()",
		"long_link": "https://cplusplus.github.io/LWG/issue1050",
		"link": "https://wg21.link/lwg1050",
		"section": "32.10.6 [futures.promise]",
		"status": "Resolved",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-12",
		"last_modified": "2016-01-28"
	},
	"LWG1051": {
		"type": "issue",
		"title": "Specify subscript operation return types of reverse_iterator and move_iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue1051",
		"link": "https://wg21.link/lwg1051",
		"section": "24.5.1.6 [reverse.iter.elem], 24.5.4.6 [move.iter.elem]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-12",
		"last_modified": "2021-06-06"
	},
	"LWG1052": {
		"type": "issue",
		"title": "reverse_iterator::operator-> should also support smart pointers",
		"long_link": "https://cplusplus.github.io/LWG/issue1052",
		"link": "https://wg21.link/lwg1052",
		"section": "24.5.1.6 [reverse.iter.elem]",
		"status": "Resolved",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-12",
		"last_modified": "2021-06-06"
	},
	"LWG1053": {
		"type": "issue",
		"title": "Unify algorithms with operator and function object variants",
		"long_link": "https://cplusplus.github.io/LWG/issue1053",
		"link": "https://wg21.link/lwg1053",
		"section": "26 [algorithms]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-12",
		"last_modified": "2017-06-05"
	},
	"LWG1054": {
		"type": "issue",
		"title": "forward broken",
		"long_link": "https://cplusplus.github.io/LWG/issue1054",
		"link": "https://wg21.link/lwg1054",
		"section": "22.2.4 [forward]",
		"status": "Resolved",
		"submitter": "Howard Hinnant",
		"opened": "2009-03-13",
		"last_modified": "2016-01-28"
	},
	"LWG1055": {
		"type": "issue",
		"title": "Provide a trait that returns the underlying type of an enumeration type",
		"long_link": "https://cplusplus.github.io/LWG/issue1055",
		"link": "https://wg21.link/lwg1055",
		"section": "21.3.9.7 [meta.trans.other]",
		"status": "Resolved",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-12",
		"last_modified": "2016-01-28"
	},
	"LWG1056": {
		"type": "issue",
		"title": "Must all Engines and Distributions be Streamable?",
		"long_link": "https://cplusplus.github.io/LWG/issue1056",
		"link": "https://wg21.link/lwg1056",
		"section": "29.5 [rand]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-12",
		"last_modified": "2016-01-28"
	},
	"LWG1057": {
		"type": "issue",
		"title": "RandomNumberEngineAdaptor",
		"long_link": "https://cplusplus.github.io/LWG/issue1057",
		"link": "https://wg21.link/lwg1057",
		"section": "29.5 [rand]",
		"status": "NAD Concepts",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-12",
		"last_modified": "2016-01-28"
	},
	"LWG1058": {
		"type": "issue",
		"title": "New container issue",
		"long_link": "https://cplusplus.github.io/LWG/issue1058",
		"link": "https://wg21.link/lwg1058",
		"section": "23.2.4 [sequence.reqmts]",
		"status": "NAD Editorial",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-12",
		"last_modified": "2016-01-28"
	},
	"LWG1059": {
		"type": "issue",
		"title": "Usage of no longer existing FunctionType concept",
		"long_link": "https://cplusplus.github.io/LWG/issue1059",
		"link": "https://wg21.link/lwg1059",
		"section": "22.10.17.3 [func.wrap.func]",
		"status": "NAD Concepts",
		"submitter": "Daniel Krügler",
		"opened": "2009-03-13",
		"last_modified": "2016-01-28"
	},
	"LWG1060": {
		"type": "issue",
		"title": "Embedded nulls in NTBS",
		"long_link": "https://cplusplus.github.io/LWG/issue1060",
		"link": "https://wg21.link/lwg1060",
		"section": "16.3.3.3.4.2 [byte.strings]",
		"status": "NAD Editorial",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-13",
		"last_modified": "2016-01-28"
	},
	"LWG1061": {
		"type": "issue",
		"title": "Bad indexing for tuple access to pair (Editorial?)",
		"long_link": "https://cplusplus.github.io/LWG/issue1061",
		"link": "https://wg21.link/lwg1061",
		"section": "22.3.4 [pair.astuple]",
		"status": "NAD Editorial",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-13",
		"last_modified": "2016-01-28"
	},
	"LWG1062": {
		"type": "issue",
		"title": "Missing insert_iterator for stacks/queues",
		"long_link": "https://cplusplus.github.io/LWG/issue1062",
		"link": "https://wg21.link/lwg1062",
		"section": "24.5.2 [insert.iterators]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-13",
		"last_modified": "2016-01-28"
	},
	"LWG1063": {
		"type": "issue",
		"title": "03 iterator compatibilty",
		"long_link": "https://cplusplus.github.io/LWG/issue1063",
		"link": "https://wg21.link/lwg1063",
		"section": "99 [iterator.backward]",
		"status": "NAD Concepts",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-15",
		"last_modified": "2016-01-28"
	},
	"LWG1064": {
		"type": "issue",
		"title": "Term \"object state\" should not refer to classes",
		"long_link": "https://cplusplus.github.io/LWG/issue1064",
		"link": "https://wg21.link/lwg1064",
		"section": "99 [defns.obj.state]",
		"status": "NAD",
		"submitter": "Howard Hinnant",
		"opened": "2009-03-15",
		"last_modified": "2016-01-28"
	},
	"LWG1065": {
		"type": "issue",
		"title": "Allow inline namespaces within namespace std for implementations",
		"long_link": "https://cplusplus.github.io/LWG/issue1065",
		"link": "https://wg21.link/lwg1065",
		"section": "16.4.2.2 [contents]",
		"status": "C++11",
		"submitter": "Howard Hinnant",
		"opened": "2009-03-15",
		"last_modified": "2016-01-28"
	},
	"LWG1066": {
		"type": "issue",
		"title": "Use [[noreturn]] attribute in the library",
		"long_link": "https://cplusplus.github.io/LWG/issue1066",
		"link": "https://wg21.link/lwg1066",
		"section": "17 [support]",
		"status": "C++11",
		"submitter": "Howard Hinnant",
		"opened": "2009-03-15",
		"last_modified": "2021-06-06"
	},
	"LWG1067": {
		"type": "issue",
		"title": "simplified wording for inner_product",
		"long_link": "https://cplusplus.github.io/LWG/issue1067",
		"link": "https://wg21.link/lwg1067",
		"section": "26.10 [numeric.ops]",
		"status": "NAD Concepts",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-17",
		"last_modified": "2016-01-28"
	},
	"LWG1068": {
		"type": "issue",
		"title": "class random_device should be movable",
		"long_link": "https://cplusplus.github.io/LWG/issue1068",
		"link": "https://wg21.link/lwg1068",
		"section": "29.5.7 [rand.device]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-18",
		"last_modified": "2016-01-28"
	},
	"LWG1069": {
		"type": "issue",
		"title": "class seed_seq should support efficient move operations",
		"long_link": "https://cplusplus.github.io/LWG/issue1069",
		"link": "https://wg21.link/lwg1069",
		"section": "29.5.8.1 [rand.util.seedseq]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-18",
		"last_modified": "2016-01-28"
	},
	"LWG1070": {
		"type": "issue",
		"title": "Ambiguous move overloads in function",
		"long_link": "https://cplusplus.github.io/LWG/issue1070",
		"link": "https://wg21.link/lwg1070",
		"section": "22.10.17.3 [func.wrap.func]",
		"status": "C++11",
		"submitter": "Howard Hinnant",
		"opened": "2009-03-19",
		"last_modified": "2016-01-28"
	},
	"LWG1071": {
		"type": "issue",
		"title": "is_bind_expression should derive from integral_constant<bool>",
		"long_link": "https://cplusplus.github.io/LWG/issue1071",
		"link": "https://wg21.link/lwg1071",
		"section": "22.10.15.2 [func.bind.isbind]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-19",
		"last_modified": "2016-01-28"
	},
	"LWG1072": {
		"type": "issue",
		"title": "Is std::hash a constrained template or not?",
		"long_link": "https://cplusplus.github.io/LWG/issue1072",
		"link": "https://wg21.link/lwg1072",
		"section": "22.10.19 [unord.hash]",
		"status": "NAD Concepts",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-19",
		"last_modified": "2016-01-28"
	},
	"LWG1073": {
		"type": "issue",
		"title": "Declaration of allocator_arg should be constexpr",
		"long_link": "https://cplusplus.github.io/LWG/issue1073",
		"link": "https://wg21.link/lwg1073",
		"section": "20.2 [memory]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-19",
		"last_modified": "2016-01-28"
	},
	"LWG1074": {
		"type": "issue",
		"title": "concept map broken by N2840",
		"long_link": "https://cplusplus.github.io/LWG/issue1074",
		"link": "https://wg21.link/lwg1074",
		"section": "99 [allocator.element.concepts]",
		"status": "NAD Concepts",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-19",
		"last_modified": "2016-01-28",
		"papers": [
			"N2840"
		]
	},
	"LWG1075": {
		"type": "issue",
		"title": "Scoped allocators are too complex",
		"long_link": "https://cplusplus.github.io/LWG/issue1075",
		"link": "https://wg21.link/lwg1075",
		"section": "22 [utilities], 23 [containers]",
		"status": "Resolved",
		"submitter": "Alan Talbot",
		"opened": "2009-03-20",
		"last_modified": "2016-01-28"
	},
	"LWG1076": {
		"type": "issue",
		"title": "unary/binary_negate need constraining and move support",
		"long_link": "https://cplusplus.github.io/LWG/issue1076",
		"link": "https://wg21.link/lwg1076",
		"section": "99 [depr.negators]",
		"status": "NAD Concepts",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-20",
		"last_modified": "2017-06-15"
	},
	"LWG1077": {
		"type": "issue",
		"title": "Nonesense tuple declarations",
		"long_link": "https://cplusplus.github.io/LWG/issue1077",
		"link": "https://wg21.link/lwg1077",
		"section": "22.4.4 [tuple.tuple]",
		"status": "NAD Editorial",
		"submitter": "Pete Becker",
		"opened": "2009-03-20",
		"last_modified": "2016-01-28"
	},
	"LWG1078": {
		"type": "issue",
		"title": "DE-17: Remove class type_index",
		"long_link": "https://cplusplus.github.io/LWG/issue1078",
		"link": "https://wg21.link/lwg1078",
		"section": "17.7.7 [type.index]",
		"status": "NAD Concepts",
		"submitter": "Doug Gregor",
		"opened": "2009-03-20",
		"last_modified": "2016-01-28"
	},
	"LWG1079": {
		"type": "issue",
		"title": "UK-265: RandomAccessIterator's operator- has nonsensical effects clause",
		"long_link": "https://cplusplus.github.io/LWG/issue1079",
		"link": "https://wg21.link/lwg1079",
		"section": "24.3.5.7 [random.access.iterators]",
		"status": "C++11",
		"submitter": "Doug Gregor",
		"opened": "2009-03-20",
		"last_modified": "2016-01-28"
	},
	"LWG1080": {
		"type": "issue",
		"title": "Concept ArithmeticLike should provide explicit boolean conversion",
		"long_link": "https://cplusplus.github.io/LWG/issue1080",
		"link": "https://wg21.link/lwg1080",
		"section": "99 [concept.arithmetic]",
		"status": "NAD Concepts",
		"submitter": "Daniel Krügler",
		"opened": "2009-03-21",
		"last_modified": "2016-01-28"
	},
	"LWG1081": {
		"type": "issue",
		"title": "basic_string needs to be a concept-constrained template",
		"long_link": "https://cplusplus.github.io/LWG/issue1081",
		"link": "https://wg21.link/lwg1081",
		"section": "27 [strings]",
		"status": "NAD Concepts",
		"submitter": "Howard Hinnant",
		"opened": "2009-03-22",
		"last_modified": "2016-01-28"
	},
	"LWG1082": {
		"type": "issue",
		"title": "codecvt needs to be a concept-constrained template",
		"long_link": "https://cplusplus.github.io/LWG/issue1082",
		"link": "https://wg21.link/lwg1082",
		"section": "28.3 [localization]",
		"status": "NAD Concepts",
		"submitter": "Howard Hinnant",
		"opened": "2009-03-22",
		"last_modified": "2016-01-28"
	},
	"LWG1083": {
		"type": "issue",
		"title": "InputIterator and OutputIterator template parameters need to be concept constraints",
		"long_link": "https://cplusplus.github.io/LWG/issue1083",
		"link": "https://wg21.link/lwg1083",
		"section": "28.3 [localization]",
		"status": "NAD Concepts",
		"submitter": "Howard Hinnant",
		"opened": "2009-03-22",
		"last_modified": "2016-01-28"
	},
	"LWG1084": {
		"type": "issue",
		"title": "Concept ForwardIterator should provide default implementation for post-increment",
		"long_link": "https://cplusplus.github.io/LWG/issue1084",
		"link": "https://wg21.link/lwg1084",
		"section": "24.3.5.5 [forward.iterators]",
		"status": "NAD Concepts",
		"submitter": "Howard Hinnant",
		"opened": "2009-03-22",
		"last_modified": "2016-01-28"
	},
	"LWG1085": {
		"type": "issue",
		"title": "BidirectionalIterator concept should provide default implementation for post-decrement",
		"long_link": "https://cplusplus.github.io/LWG/issue1085",
		"link": "https://wg21.link/lwg1085",
		"section": "24.3.5.6 [bidirectional.iterators]",
		"status": "NAD Concepts",
		"submitter": "Howard Hinnant",
		"opened": "2009-03-22",
		"last_modified": "2016-01-28"
	},
	"LWG1086": {
		"type": "issue",
		"title": "Stream iterators need to be concept-constrained templates",
		"long_link": "https://cplusplus.github.io/LWG/issue1086",
		"link": "https://wg21.link/lwg1086",
		"section": "24.6 [stream.iterators]",
		"status": "NAD Concepts",
		"submitter": "Howard Hinnant",
		"opened": "2009-03-22",
		"last_modified": "2016-01-28"
	},
	"LWG1087": {
		"type": "issue",
		"title": "Incorrect OutputIterator concept requirements for replace algorithms",
		"long_link": "https://cplusplus.github.io/LWG/issue1087",
		"link": "https://wg21.link/lwg1087",
		"section": "26.7.5 [alg.replace]",
		"status": "NAD Concepts",
		"submitter": "Howard Hinnant",
		"opened": "2009-03-22",
		"last_modified": "2016-01-28"
	},
	"LWG1088": {
		"type": "issue",
		"title": "std::promise should provide non-member swap overload",
		"long_link": "https://cplusplus.github.io/LWG/issue1088",
		"link": "https://wg21.link/lwg1088",
		"section": "32.10.6 [futures.promise]",
		"status": "Resolved",
		"submitter": "Howard Hinnant",
		"opened": "2009-03-22",
		"last_modified": "2016-01-28"
	},
	"LWG1089": {
		"type": "issue",
		"title": "Unify \"Throws: Nothing.\" specifications",
		"long_link": "https://cplusplus.github.io/LWG/issue1089",
		"link": "https://wg21.link/lwg1089",
		"section": "32 [thread]",
		"status": "C++11",
		"submitter": "Howard Hinnant",
		"opened": "2009-03-22",
		"last_modified": "2016-01-28"
	},
	"LWG1090": {
		"type": "issue",
		"title": "Missing description of packaged_task member swap, missing non-member swap",
		"long_link": "https://cplusplus.github.io/LWG/issue1090",
		"link": "https://wg21.link/lwg1090",
		"section": "32.10.10 [futures.task]",
		"status": "Resolved",
		"submitter": "Daniel Krügler",
		"opened": "2009-03-22",
		"last_modified": "2016-01-28"
	},
	"LWG1091": {
		"type": "issue",
		"title": "Multimap description confusing",
		"long_link": "https://cplusplus.github.io/LWG/issue1091",
		"link": "https://wg21.link/lwg1091",
		"section": "23.4.4.3 [multimap.modifiers]",
		"status": "NAD",
		"submitter": "LWG",
		"opened": "2009-03-22",
		"last_modified": "2016-01-28"
	},
	"LWG1092": {
		"type": "issue",
		"title": "Class template integral_constant should be a constrained template",
		"long_link": "https://cplusplus.github.io/LWG/issue1092",
		"link": "https://wg21.link/lwg1092",
		"section": "21.3.4 [meta.help]",
		"status": "NAD Concepts",
		"submitter": "Daniel Krügler",
		"opened": "2009-03-22",
		"last_modified": "2016-01-28"
	},
	"LWG1093": {
		"type": "issue",
		"title": "Multiple definitions for random_shuffle algorithm",
		"long_link": "https://cplusplus.github.io/LWG/issue1093",
		"link": "https://wg21.link/lwg1093",
		"section": "26.7.13 [alg.random.shuffle]",
		"status": "Resolved",
		"submitter": "Alisdair Meredith",
		"opened": "2009-03-22",
		"last_modified": "2016-01-28"
	},
	"LWG1094": {
		"type": "issue",
		"title": "Replace \"unspecified-bool-type\" by \"explicit operator bool() const\" in I/O library",
		"long_link": "https://cplusplus.github.io/LWG/issue1094",
		"link": "https://wg21.link/lwg1094",
		"section": "31.5.4.4 [iostate.flags]",
		"status": "C++11",
		"submitter": "P.J. Plauger",
		"opened": "2009-03-24",
		"last_modified": "2016-01-28"
	},
	"LWG1095": {
		"type": "issue",
		"title": "Shared objects and the library wording unclear",
		"long_link": "https://cplusplus.github.io/LWG/issue1095",
		"link": "https://wg21.link/lwg1095",
		"section": "16.4.5.10 [res.on.objects]",
		"status": "C++11",
		"submitter": "Beman Dawes",
		"opened": "2009-03-27",
		"last_modified": "2016-01-28"
	},
	"LWG1096": {
		"type": "issue",
		"title": "unconstrained rvalue ref parameters",
		"long_link": "https://cplusplus.github.io/LWG/issue1096",
		"link": "https://wg21.link/lwg1096",
		"section": "16 [library]",
		"status": "NAD Concepts",
		"submitter": "David Abrahams",
		"opened": "2009-03-21",
		"last_modified": "2016-01-28"
	},
	"LWG1097": {
		"type": "issue",
		"title": "#define __STDCPP_THREADS",
		"long_link": "https://cplusplus.github.io/LWG/issue1097",
		"link": "https://wg21.link/lwg1097",
		"section": "17.2 [support.types]",
		"status": "C++11",
		"submitter": "Jens Maurer",
		"opened": "2009-04-03",
		"last_modified": "2016-01-28"
	},
	"LWG1098": {
		"type": "issue",
		"title": "definition of get_pointer_safety()",
		"long_link": "https://cplusplus.github.io/LWG/issue1098",
		"link": "https://wg21.link/lwg1098",
		"section": "99 [util.dynamic.safety]",
		"status": "C++11",
		"submitter": "Jens Maurer",
		"opened": "2009-04-03",
		"last_modified": "2016-01-28"
	},
	"LWG1099": {
		"type": "issue",
		"title": "Various issues",
		"long_link": "https://cplusplus.github.io/LWG/issue1099",
		"link": "https://wg21.link/lwg1099",
		"section": "16 [library]",
		"status": "NAD",
		"submitter": "David Abrahams",
		"opened": "2009-03-21",
		"last_modified": "2016-01-28"
	},
	"LWG1100": {
		"type": "issue",
		"title": "auto_ptr to unique_ptr conversion",
		"long_link": "https://cplusplus.github.io/LWG/issue1100",
		"link": "https://wg21.link/lwg1100",
		"section": "20.3.1.3.2 [unique.ptr.single.ctor]",
		"status": "Resolved",
		"submitter": "Howard Hinnant",
		"opened": "2009-04-25",
		"last_modified": "2016-01-28"
	},
	"LWG1101": {
		"type": "issue",
		"title": "unique requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue1101",
		"link": "https://wg21.link/lwg1101",
		"section": "26.7.9 [alg.unique]",
		"status": "NAD Editorial",
		"submitter": "Howard Hinnant",
		"opened": "2009-04-25",
		"last_modified": "2016-01-28"
	},
	"LWG1102": {
		"type": "issue",
		"title": "std::vector's reallocation policy still unclear",
		"long_link": "https://cplusplus.github.io/LWG/issue1102",
		"link": "https://wg21.link/lwg1102",
		"section": "23.3.13.3 [vector.capacity]",
		"status": "Open",
		"submitter": "Daniel Krügler",
		"opened": "2009-04-20",
		"last_modified": "2020-07-17"
	},
	"LWG1103": {
		"type": "issue",
		"title": "system_error constructor postcondition overly strict",
		"long_link": "https://cplusplus.github.io/LWG/issue1103",
		"link": "https://wg21.link/lwg1103",
		"section": "19.5.8.2 [syserr.syserr.members]",
		"status": "C++11",
		"submitter": "Howard Hinnant",
		"opened": "2009-04-25",
		"last_modified": "2016-01-28"
	},
	"LWG1104": {
		"type": "issue",
		"title": "basic_ios::move should accept lvalues",
		"long_link": "https://cplusplus.github.io/LWG/issue1104",
		"link": "https://wg21.link/lwg1104",
		"section": "31.5.4.3 [basic.ios.members]",
		"status": "C++11",
		"submitter": "Howard Hinnant",
		"opened": "2009-04-25",
		"last_modified": "2016-01-28"
	},
	"LWG1105": {
		"type": "issue",
		"title": "Shouldn't Range be an auto concept",
		"long_link": "https://cplusplus.github.io/LWG/issue1105",
		"link": "https://wg21.link/lwg1105",
		"section": "99 [iterator.concepts.range]",
		"status": "NAD Concepts",
		"submitter": "David Abrahams",
		"opened": "2009-04-23",
		"last_modified": "2016-01-28"
	},
	"LWG1106": {
		"type": "issue",
		"title": "Multiple exceptions from connected shared_future::get()?",
		"long_link": "https://cplusplus.github.io/LWG/issue1106",
		"link": "https://wg21.link/lwg1106",
		"section": "32.10.8 [futures.shared.future]",
		"status": "Resolved",
		"submitter": "Thomas J. Gritzan",
		"opened": "2009-04-03",
		"last_modified": "2021-06-06"
	},
	"LWG1107": {
		"type": "issue",
		"title": "constructor shared_future(unique_future) by value?",
		"long_link": "https://cplusplus.github.io/LWG/issue1107",
		"link": "https://wg21.link/lwg1107",
		"section": "32.10.8 [futures.shared.future]",
		"status": "NAD Editorial",
		"submitter": "Thomas J. Gritzan",
		"opened": "2009-04-03",
		"last_modified": "2021-06-06"
	},
	"LWG1108": {
		"type": "issue",
		"title": "thread.req.exception overly constrains implementations",
		"long_link": "https://cplusplus.github.io/LWG/issue1108",
		"link": "https://wg21.link/lwg1108",
		"section": "32.2.2 [thread.req.exception]",
		"status": "C++11",
		"submitter": "Christopher Kohlhoff",
		"opened": "2009-04-25",
		"last_modified": "2016-01-28"
	},
	"LWG1109": {
		"type": "issue",
		"title": "std::includes should require CopyConstructible predicate",
		"long_link": "https://cplusplus.github.io/LWG/issue1109",
		"link": "https://wg21.link/lwg1109",
		"section": "26.8.7.2 [includes]",
		"status": "NAD Concepts",
		"submitter": "Alisdair Meredith",
		"opened": "2009-04-28",
		"last_modified": "2016-01-28"
	},
	"LWG1110": {
		"type": "issue",
		"title": "Is for_each overconstrained?",
		"long_link": "https://cplusplus.github.io/LWG/issue1110",
		"link": "https://wg21.link/lwg1110",
		"section": "26.6.5 [alg.foreach]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2009-04-29",
		"last_modified": "2016-01-28"
	},
	"LWG1111": {
		"type": "issue",
		"title": "associative containers underconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue1111",
		"link": "https://wg21.link/lwg1111",
		"section": "23.4 [associative]",
		"status": "NAD Concepts",
		"submitter": "Alisdair Meredith",
		"opened": "2009-04-29",
		"last_modified": "2016-01-28"
	},
	"LWG1112": {
		"type": "issue",
		"title": "bitsets and new style for loop",
		"long_link": "https://cplusplus.github.io/LWG/issue1112",
		"link": "https://wg21.link/lwg1112",
		"section": "22.9.2 [template.bitset]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"opened": "2009-05-06",
		"last_modified": "2018-06-23"
	},
	"LWG1113": {
		"type": "issue",
		"title": "bitset::to_string could be simplified",
		"long_link": "https://cplusplus.github.io/LWG/issue1113",
		"link": "https://wg21.link/lwg1113",
		"section": "22.9.2 [template.bitset]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2009-05-09",
		"last_modified": "2016-01-28"
	},
	"LWG1114": {
		"type": "issue",
		"title": "Type traits underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue1114",
		"link": "https://wg21.link/lwg1114",
		"section": "21 [meta]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2009-05-12",
		"last_modified": "2016-01-28"
	},
	"LWG1115": {
		"type": "issue",
		"title": "va_copy missing from Standard macros table",
		"long_link": "https://cplusplus.github.io/LWG/issue1115",
		"link": "https://wg21.link/lwg1115",
		"section": "C.8 [diff.library]",
		"status": "NAD Editorial",
		"submitter": "Miles Zhao",
		"opened": "2009-05-23",
		"last_modified": "2016-01-28"
	},
	"LWG1116": {
		"type": "issue",
		"title": "Literal constructors for tuple",
		"long_link": "https://cplusplus.github.io/LWG/issue1116",
		"link": "https://wg21.link/lwg1116",
		"section": "22.4.4 [tuple.tuple]",
		"status": "Resolved",
		"submitter": "Alisdair Meredith",
		"opened": "2009-05-23",
		"last_modified": "2016-01-28"
	},
	"LWG1117": {
		"type": "issue",
		"title": "tuple copy constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue1117",
		"link": "https://wg21.link/lwg1117",
		"section": "22.4.4.2 [tuple.cnstr]",
		"status": "Resolved",
		"submitter": "Alisdair Meredith",
		"opened": "2009-05-23",
		"last_modified": "2016-01-28"
	},
	"LWG1118": {
		"type": "issue",
		"title": "tuple query APIs do not support cv-qualification",
		"long_link": "https://cplusplus.github.io/LWG/issue1118",
		"link": "https://wg21.link/lwg1118",
		"section": "22.4.7 [tuple.helper]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2009-05-23",
		"last_modified": "2016-01-28"
	},
	"LWG1119": {
		"type": "issue",
		"title": "tuple query APIs do not support references",
		"long_link": "https://cplusplus.github.io/LWG/issue1119",
		"link": "https://wg21.link/lwg1119",
		"section": "22.4.7 [tuple.helper]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"opened": "2009-05-23",
		"last_modified": "2016-01-28"
	},
	"LWG1120": {
		"type": "issue",
		"title": "New type trait - remove_all",
		"long_link": "https://cplusplus.github.io/LWG/issue1120",
		"link": "https://wg21.link/lwg1120",
		"section": "21 [meta]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"opened": "2009-05-23",
		"last_modified": "2020-09-06"
	},
	"LWG1121": {
		"type": "issue",
		"title": "Support for multiple arguments",
		"long_link": "https://cplusplus.github.io/LWG/issue1121",
		"link": "https://wg21.link/lwg1121",
		"section": "21.5.4 [ratio.arithmetic]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"opened": "2009-05-25",
		"last_modified": "2019-02-26"
	},
	"LWG1122": {
		"type": "issue",
		"title": "Ratio values should be constexpr",
		"long_link": "https://cplusplus.github.io/LWG/issue1122",
		"link": "https://wg21.link/lwg1122",
		"section": "21.5.3 [ratio.ratio]",
		"status": "Resolved",
		"submitter": "Alisdair Meredith",
		"opened": "2009-05-25",
		"last_modified": "2016-01-28"
	},
	"LWG1123": {
		"type": "issue",
		"title": "No requirement that standard streams be flushed",
		"long_link": "https://cplusplus.github.io/LWG/issue1123",
		"link": "https://wg21.link/lwg1123",
		"section": "31.5.2.2.6 [ios.init]",
		"status": "C++11",
		"submitter": "James Kanze",
		"opened": "2009-05-14",
		"last_modified": "2021-06-06"
	},
	"LWG1124": {
		"type": "issue",
		"title": "Invalid definition of concept RvalueOf",
		"long_link": "https://cplusplus.github.io/LWG/issue1124",
		"link": "https://wg21.link/lwg1124",
		"section": "99 [concept.transform]",
		"status": "NAD Concepts",
		"submitter": "Daniel Krügler",
		"opened": "2009-05-28",
		"last_modified": "2016-01-28"
	},
	"LWG1125": {
		"type": "issue",
		"title": "ostream_iterator does not work with movable types",
		"long_link": "https://cplusplus.github.io/LWG/issue1125",
		"link": "https://wg21.link/lwg1125",
		"section": "24.6.3.3 [ostream.iterator.ops]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"opened": "2009-05-28",
		"last_modified": "2016-01-28"
	},
	"LWG1126": {
		"type": "issue",
		"title": "istreambuff_iterator::equal needs a const & parameter",
		"long_link": "https://cplusplus.github.io/LWG/issue1126",
		"link": "https://wg21.link/lwg1126",
		"section": "24.6.4.4 [istreambuf.iterator.ops]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2009-05-28",
		"last_modified": "2017-11-29"
	},
	"LWG1127": {
		"type": "issue",
		"title": "rvalue references and iterator traits",
		"long_link": "https://cplusplus.github.io/LWG/issue1127",
		"link": "https://wg21.link/lwg1127",
		"section": "24.3.2.3 [iterator.traits]",
		"status": "NAD Concepts",
		"submitter": "Alisdair Meredith",
		"opened": "2009-05-28",
		"last_modified": "2016-01-28"
	},
	"LWG1128": {
		"type": "issue",
		"title": "Missing definition of iterator_traits<T*>",
		"long_link": "https://cplusplus.github.io/LWG/issue1128",
		"link": "https://wg21.link/lwg1128",
		"section": "24.2 [iterator.synopsis]",
		"status": "NAD Concepts",
		"submitter": "Alisdair Meredith",
		"opened": "2009-05-28",
		"last_modified": "2021-06-06"
	},
	"LWG1129": {
		"type": "issue",
		"title": "istream(buf)_iterator should support literal sentinel value",
		"long_link": "https://cplusplus.github.io/LWG/issue1129",
		"link": "https://wg21.link/lwg1129",
		"section": "24.6.2.2 [istream.iterator.cons], 24.6.4 [istreambuf.iterator]",
		"status": "Resolved",
		"submitter": "Alisdair Meredith",
		"opened": "2009-05-30",
		"last_modified": "2016-01-28"
	},
	"LWG1130": {
		"type": "issue",
		"title": "copy_exception name misleading",
		"long_link": "https://cplusplus.github.io/LWG/issue1130",
		"link": "https://wg21.link/lwg1130",
		"section": "17.9.7 [propagation]",
		"status": "C++11",
		"submitter": "Peter Dimov",
		"opened": "2009-05-13",
		"last_modified": "2016-01-28"
	},
	"LWG1131": {
		"type": "issue",
		"title": "C++0x does not need alignment_of",
		"long_link": "https://cplusplus.github.io/LWG/issue1131",
		"link": "https://wg21.link/lwg1131",
		"section": "21.3.6.4 [meta.unary.prop]",
		"status": "C++11",
		"submitter": "Niels Dekker",
		"opened": "2009-06-01",
		"last_modified": "2016-01-28"
	},
	"LWG1132": {
		"type": "issue",
		"title": "JP-30: nested exceptions",
		"long_link": "https://cplusplus.github.io/LWG/issue1132",
		"link": "https://wg21.link/lwg1132",
		"section": "17.9.8 [except.nested]",
		"status": "NAD",
		"submitter": "Seiji Hayashida",
		"opened": "2009-06-01",
		"last_modified": "2016-01-28"
	},
	"LWG1133": {
		"type": "issue",
		"title": "Does N2844 break current specification of list::splice?",
		"long_link": "https://cplusplus.github.io/LWG/issue1133",
		"link": "https://wg21.link/lwg1133",
		"section": "23.3.7.6 [forward.list.ops], 23.3.11.5 [list.ops]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2009-05-09",
		"last_modified": "2023-02-07",
		"papers": [
			"N2844"
		]
	},
	"LWG1134": {
		"type": "issue",
		"title": "Redundant specification of <stdint.h>, <fenv.h>, <tgmath.h>, and maybe <complex.h>",
		"long_link": "https://cplusplus.github.io/LWG/issue1134",
		"link": "https://wg21.link/lwg1134",
		"section": "29.7 [c.math], 99 [stdinth], 99 [fenv], 99 [cmplxh]",
		"status": "C++11",
		"submitter": "Robert Klarer",
		"opened": "2009-05-26",
		"last_modified": "2017-06-15"
	},
	"LWG1135": {
		"type": "issue",
		"title": "exception_ptr should support contextual conversion to bool",
		"long_link": "https://cplusplus.github.io/LWG/issue1135",
		"link": "https://wg21.link/lwg1135",
		"section": "17.9.7 [propagation]",
		"status": "Resolved",
		"submitter": "Daniel Krügler",
		"opened": "2007-06-06",
		"last_modified": "2016-01-28"
	},
	"LWG1136": {
		"type": "issue",
		"title": "Incomplete specification of nested_exception::rethrow_nested()",
		"long_link": "https://cplusplus.github.io/LWG/issue1136",
		"link": "https://wg21.link/lwg1136",
		"section": "17.9.8 [except.nested]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2007-06-06",
		"last_modified": "2016-01-28"
	},
	"LWG1137": {
		"type": "issue",
		"title": "Return type of conj and proj",
		"long_link": "https://cplusplus.github.io/LWG/issue1137",
		"link": "https://wg21.link/lwg1137",
		"section": "29.4.10 [cmplx.over]",
		"status": "C++11",
		"submitter": "Marc Steinbach",
		"opened": "2009-06-11",
		"last_modified": "2016-01-28"
	},
	"LWG1138": {
		"type": "issue",
		"title": "Unusual return value for operator+",
		"long_link": "https://cplusplus.github.io/LWG/issue1138",
		"link": "https://wg21.link/lwg1138",
		"section": "27.4.4.1 [string.op.plus]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2009-06-12",
		"last_modified": "2021-06-06"
	},
	"LWG1139": {
		"type": "issue",
		"title": "Thread support library not concept enabled",
		"long_link": "https://cplusplus.github.io/LWG/issue1139",
		"link": "https://wg21.link/lwg1139",
		"section": "32 [thread]",
		"status": "NAD Concepts",
		"submitter": "LWG",
		"opened": "2009-06-15",
		"last_modified": "2016-01-28"
	},
	"LWG1140": {
		"type": "issue",
		"title": "Numerics library not concept enabled",
		"long_link": "https://cplusplus.github.io/LWG/issue1140",
		"link": "https://wg21.link/lwg1140",
		"section": "29 [numerics]",
		"status": "NAD Concepts",
		"submitter": "LWG",
		"opened": "2009-06-15",
		"last_modified": "2016-01-28"
	},
	"LWG1141": {
		"type": "issue",
		"title": "Input/Output library not concept enabled",
		"long_link": "https://cplusplus.github.io/LWG/issue1141",
		"link": "https://wg21.link/lwg1141",
		"section": "31 [input.output]",
		"status": "NAD Concepts",
		"submitter": "LWG",
		"opened": "2009-06-15",
		"last_modified": "2016-01-28"
	},
	"LWG1142": {
		"type": "issue",
		"title": "Regular expressions library not concept enabled",
		"long_link": "https://cplusplus.github.io/LWG/issue1142",
		"link": "https://wg21.link/lwg1142",
		"section": "28.6 [re]",
		"status": "NAD Concepts",
		"submitter": "LWG",
		"opened": "2009-06-15",
		"last_modified": "2016-01-28"
	},
	"LWG1143": {
		"type": "issue",
		"title": "Atomic operations library not concept enabled",
		"long_link": "https://cplusplus.github.io/LWG/issue1143",
		"link": "https://wg21.link/lwg1143",
		"section": "32.5 [atomics]",
		"status": "Resolved",
		"submitter": "LWG",
		"opened": "2009-06-15",
		"last_modified": "2016-01-28"
	},
	"LWG1144": {
		"type": "issue",
		"title": "\"thread safe\" is undefined",
		"long_link": "https://cplusplus.github.io/LWG/issue1144",
		"link": "https://wg21.link/lwg1144",
		"section": "17.5 [support.start.term]",
		"status": "C++11",
		"submitter": "LWG",
		"opened": "2009-06-16",
		"last_modified": "2016-01-28"
	},
	"LWG1145": {
		"type": "issue",
		"title": "Inappropriate headers for atomics",
		"long_link": "https://cplusplus.github.io/LWG/issue1145",
		"link": "https://wg21.link/lwg1145",
		"section": "32.5 [atomics]",
		"status": "Resolved",
		"submitter": "LWG",
		"opened": "2009-06-16",
		"last_modified": "2016-01-28"
	},
	"LWG1146": {
		"type": "issue",
		"title": "\"lockfree\" does not say enough",
		"long_link": "https://cplusplus.github.io/LWG/issue1146",
		"link": "https://wg21.link/lwg1146",
		"section": "32.5.5 [atomics.lockfree]",
		"status": "Resolved",
		"submitter": "Jeffrey Yasskin",
		"opened": "2009-06-16",
		"last_modified": "2016-02-25"
	},
	"LWG1147": {
		"type": "issue",
		"title": "Non-volatile atomic functions",
		"long_link": "https://cplusplus.github.io/LWG/issue1147",
		"link": "https://wg21.link/lwg1147",
		"section": "32.5.8.2 [atomics.types.operations]",
		"status": "Resolved",
		"submitter": "Jeffrey Yasskin",
		"opened": "2009-06-16",
		"last_modified": "2016-01-28"
	},
	"LWG1148": {
		"type": "issue",
		"title": "Wrong argument type of I/O stream manipulators setprecision() and setw()",
		"long_link": "https://cplusplus.github.io/LWG/issue1148",
		"link": "https://wg21.link/lwg1148",
		"section": "31.7 [iostream.format]",
		"status": "NAD",
		"submitter": "Marc Steinbach",
		"opened": "2009-06-20",
		"last_modified": "2016-01-28"
	},
	"LWG1149": {
		"type": "issue",
		"title": "Reformulating NonemptyRange axiom",
		"long_link": "https://cplusplus.github.io/LWG/issue1149",
		"link": "https://wg21.link/lwg1149",
		"section": "99 [rand.concept.urng]",
		"status": "NAD Concepts",
		"submitter": "Walter Brown",
		"opened": "2009-06-25",
		"last_modified": "2016-01-28"
	},
	"LWG1150": {
		"type": "issue",
		"title": "wchar_t, char16_t and char32_t filenames",
		"long_link": "https://cplusplus.github.io/LWG/issue1150",
		"link": "https://wg21.link/lwg1150",
		"section": "31.10.6 [fstream]",
		"status": "Resolved",
		"submitter": "LWG",
		"opened": "2009-06-28",
		"last_modified": "2018-07-02"
	},
	"LWG1151": {
		"type": "issue",
		"title": "Behavior of the library in the presence of threads is incompletely specified",
		"long_link": "https://cplusplus.github.io/LWG/issue1151",
		"link": "https://wg21.link/lwg1151",
		"section": "16 [library]",
		"status": "Resolved",
		"submitter": "LWG",
		"opened": "2009-06-28",
		"last_modified": "2016-01-28"
	},
	"LWG1152": {
		"type": "issue",
		"title": "Expressions parsed differently than intended",
		"long_link": "https://cplusplus.github.io/LWG/issue1152",
		"link": "https://wg21.link/lwg1152",
		"section": "28.3.4.3.3.3 [facet.num.put.virtuals]",
		"status": "C++11",
		"submitter": "Seungbeom Kim",
		"opened": "2009-06-27",
		"last_modified": "2016-01-28"
	},
	"LWG1153": {
		"type": "issue",
		"title": "Standard library needs review for constructors to be explicit to avoid treatment as initializer-list constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue1153",
		"link": "https://wg21.link/lwg1153",
		"section": "16 [library], 32 [thread], D [depr]",
		"status": "NAD",
		"submitter": "LWG",
		"opened": "2009-06-28",
		"last_modified": "2016-01-28"
	},
	"LWG1154": {
		"type": "issue",
		"title": "complex should accept integral types",
		"long_link": "https://cplusplus.github.io/LWG/issue1154",
		"link": "https://wg21.link/lwg1154",
		"section": "29.4 [complex.numbers]",
		"status": "NAD",
		"submitter": "LWG",
		"opened": "2009-06-28",
		"last_modified": "2020-09-06"
	},
	"LWG1155": {
		"type": "issue",
		"title": "Reference should be to C99",
		"long_link": "https://cplusplus.github.io/LWG/issue1155",
		"link": "https://wg21.link/lwg1155",
		"section": "C.8 [diff.library]",
		"status": "NAD Editorial",
		"submitter": "LWG",
		"opened": "2009-06-28",
		"last_modified": "2016-01-28"
	},
	"LWG1156": {
		"type": "issue",
		"title": "Constraints on bitmask and enumeration types to be tightened",
		"long_link": "https://cplusplus.github.io/LWG/issue1156",
		"link": "https://wg21.link/lwg1156",
		"section": "16.3.3.3.2 [enumerated.types], 16.3.3.3.3 [bitmask.types]",
		"status": "NAD",
		"submitter": "LWG",
		"opened": "2009-06-28",
		"last_modified": "2016-01-28"
	},
	"LWG1157": {
		"type": "issue",
		"title": "Local types can now instantiate templates",
		"long_link": "https://cplusplus.github.io/LWG/issue1157",
		"link": "https://wg21.link/lwg1157",
		"section": "16.4.5.2.1 [namespace.std]",
		"status": "C++11",
		"submitter": "LWG",
		"opened": "2009-06-28",
		"last_modified": "2016-01-28"
	},
	"LWG1158": {
		"type": "issue",
		"title": "Encouragement to use monotonic clock",
		"long_link": "https://cplusplus.github.io/LWG/issue1158",
		"link": "https://wg21.link/lwg1158",
		"section": "32.2.4 [thread.req.timing]",
		"status": "C++11",
		"submitter": "LWG",
		"opened": "2009-06-28",
		"last_modified": "2016-01-28"
	},
	"LWG1159": {
		"type": "issue",
		"title": "Unclear spec for resource_deadlock_would_occur",
		"long_link": "https://cplusplus.github.io/LWG/issue1159",
		"link": "https://wg21.link/lwg1159",
		"section": "32.6.5.4.3 [thread.lock.unique.locking]",
		"status": "C++11",
		"submitter": "LWG",
		"opened": "2009-06-28",
		"last_modified": "2016-01-28"
	},
	"LWG1160": {
		"type": "issue",
		"title": "future_error public constructor is 'exposition only'",
		"long_link": "https://cplusplus.github.io/LWG/issue1160",
		"link": "https://wg21.link/lwg1160",
		"section": "32.10.4 [futures.future.error]",
		"status": "Resolved",
		"submitter": "LWG",
		"opened": "2009-06-28",
		"last_modified": "2021-06-06"
	},
	"LWG1161": {
		"type": "issue",
		"title": "Unnecessary unique_future limitations",
		"long_link": "https://cplusplus.github.io/LWG/issue1161",
		"link": "https://wg21.link/lwg1161",
		"section": "32.10.7 [futures.unique.future]",
		"status": "Resolved",
		"submitter": "LWG",
		"opened": "2009-06-28",
		"last_modified": "2021-06-06"
	},
	"LWG1162": {
		"type": "issue",
		"title": "shared_future should support an efficient move constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue1162",
		"link": "https://wg21.link/lwg1162",
		"section": "32.10.8 [futures.shared.future]",
		"status": "Resolved",
		"submitter": "LWG",
		"opened": "2009-06-28",
		"last_modified": "2021-06-06"
	},
	"LWG1163": {
		"type": "issue",
		"title": "shared_future is inconsistent with shared_ptr",
		"long_link": "https://cplusplus.github.io/LWG/issue1163",
		"link": "https://wg21.link/lwg1163",
		"section": "32.10.8 [futures.shared.future]",
		"status": "Resolved",
		"submitter": "LWG",
		"opened": "2009-06-28",
		"last_modified": "2021-06-06"
	},
	"LWG1164": {
		"type": "issue",
		"title": "promise::swap should pass by rvalue reference",
		"long_link": "https://cplusplus.github.io/LWG/issue1164",
		"link": "https://wg21.link/lwg1164",
		"section": "32.10.6 [futures.promise]",
		"status": "NAD",
		"submitter": "LWG",
		"opened": "2009-06-28",
		"last_modified": "2016-01-28"
	},
	"LWG1165": {
		"type": "issue",
		"title": "Unneeded promise move constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue1165",
		"link": "https://wg21.link/lwg1165",
		"section": "32.10.6 [futures.promise]",
		"status": "Resolved",
		"submitter": "LWG",
		"opened": "2009-06-28",
		"last_modified": "2016-01-28"
	},
	"LWG1166": {
		"type": "issue",
		"title": "Allocator-specific move/copy break model of move-constructor and move-assignment",
		"long_link": "https://cplusplus.github.io/LWG/issue1166",
		"link": "https://wg21.link/lwg1166",
		"section": "99 [allocator.propagation], 99 [allocator.propagation.map], 23 [containers]",
		"status": "Resolved",
		"submitter": "LWG",
		"opened": "2009-06-28",
		"last_modified": "2016-01-28"
	},
	"LWG1167": {
		"type": "issue",
		"title": "pair<T,U> doesn't model LessThanComparable in unconstrained code even if T and U do.",
		"long_link": "https://cplusplus.github.io/LWG/issue1167",
		"link": "https://wg21.link/lwg1167",
		"section": "22.3 [pairs]",
		"status": "NAD Concepts",
		"submitter": "Dave Abrahams",
		"opened": "2009-07-01",
		"last_modified": "2016-01-28"
	},
	"LWG1168": {
		"type": "issue",
		"title": "Odd wording for bitset equality operators",
		"long_link": "https://cplusplus.github.io/LWG/issue1168",
		"link": "https://wg21.link/lwg1168",
		"section": "22.9.2.3 [bitset.members]",
		"status": "NAD Editorial",
		"submitter": "Alisdair Meredith",
		"opened": "2009-07-02",
		"last_modified": "2016-01-28"
	},
	"LWG1169": {
		"type": "issue",
		"title": "num_get not fully compatible with strto*",
		"long_link": "https://cplusplus.github.io/LWG/issue1169",
		"link": "https://wg21.link/lwg1169",
		"section": "28.3.4.3.2.3 [facet.num.get.virtuals]",
		"status": "C++17",
		"submitter": "Cosmin Truta",
		"opened": "2009-07-04",
		"last_modified": "2017-07-30"
	},
	"LWG1170": {
		"type": "issue",
		"title": "String char-like types no longer PODs",
		"long_link": "https://cplusplus.github.io/LWG/issue1170",
		"link": "https://wg21.link/lwg1170",
		"section": "27.1 [strings.general]",
		"status": "C++11",
		"submitter": "Beman Dawes",
		"opened": "2009-06-22",
		"last_modified": "2016-01-28"
	},
	"LWG1171": {
		"type": "issue",
		"title": "duration types should be literal",
		"long_link": "https://cplusplus.github.io/LWG/issue1171",
		"link": "https://wg21.link/lwg1171",
		"section": "30.5 [time.duration]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2009-07-06",
		"last_modified": "2016-01-28"
	},
	"LWG1172": {
		"type": "issue",
		"title": "select_on_container_(copy|move)_construction over-constrained",
		"long_link": "https://cplusplus.github.io/LWG/issue1172",
		"link": "https://wg21.link/lwg1172",
		"section": "99 [allocator.concepts.members]",
		"status": "Resolved",
		"submitter": "Alberto Ganesh Barbati",
		"opened": "2009-07-08",
		"last_modified": "2016-01-28"
	},
	"LWG1173": {
		"type": "issue",
		"title": "\"Equivalence\" wishy-washiness",
		"long_link": "https://cplusplus.github.io/LWG/issue1173",
		"link": "https://wg21.link/lwg1173",
		"section": "16 [library]",
		"status": "NAD",
		"submitter": "David Abrahams",
		"opened": "2009-07-14",
		"last_modified": "2016-11-21"
	},
	"LWG1174": {
		"type": "issue",
		"title": "Type property predicates",
		"long_link": "https://cplusplus.github.io/LWG/issue1174",
		"link": "https://wg21.link/lwg1174",
		"section": "21.3.6.4 [meta.unary.prop]",
		"status": "Resolved",
		"submitter": "Jason Merrill",
		"opened": "2009-07-16",
		"last_modified": "2016-01-28"
	},
	"LWG1175": {
		"type": "issue",
		"title": "unordered complexity",
		"long_link": "https://cplusplus.github.io/LWG/issue1175",
		"link": "https://wg21.link/lwg1175",
		"section": "23.2.8 [unord.req]",
		"status": "Open",
		"submitter": "Pablo Halpern",
		"opened": "2009-07-17",
		"last_modified": "2020-09-06"
	},
	"LWG1176": {
		"type": "issue",
		"title": "Make thread constructor non-variadic",
		"long_link": "https://cplusplus.github.io/LWG/issue1176",
		"link": "https://wg21.link/lwg1176",
		"section": "32.4.3.3 [thread.thread.constr]",
		"status": "NAD",
		"submitter": "Howard Hinnant",
		"opened": "2009-07-18",
		"last_modified": "2016-01-28"
	},
	"LWG1177": {
		"type": "issue",
		"title": "Improve \"diagnostic required\" wording",
		"long_link": "https://cplusplus.github.io/LWG/issue1177",
		"link": "https://wg21.link/lwg1177",
		"section": "30.5 [time.duration]",
		"status": "C++11",
		"submitter": "Howard Hinnant",
		"opened": "2009-07-18",
		"last_modified": "2016-01-28"
	},
	"LWG1178": {
		"type": "issue",
		"title": "Header dependencies",
		"long_link": "https://cplusplus.github.io/LWG/issue1178",
		"link": "https://wg21.link/lwg1178",
		"section": "16.4.6.2 [res.on.headers]",
		"status": "C++11",
		"submitter": "Beman Dawes",
		"opened": "2009-07-18",
		"last_modified": "2016-01-28"
	},
	"LWG1179": {
		"type": "issue",
		"title": "Probably editorial in [structure.specifications]",
		"long_link": "https://cplusplus.github.io/LWG/issue1179",
		"link": "https://wg21.link/lwg1179",
		"section": "16.3.2.4 [structure.specifications]",
		"status": "NAD Editorial",
		"submitter": "Robert Klarer",
		"opened": "2009-07-21",
		"last_modified": "2016-01-28"
	},
	"LWG1180": {
		"type": "issue",
		"title": "Missing string_type member typedef in class sub_match",
		"long_link": "https://cplusplus.github.io/LWG/issue1180",
		"link": "https://wg21.link/lwg1180",
		"section": "28.6.8.2 [re.submatch.members]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2009-07-25",
		"last_modified": "2016-01-28"
	},
	"LWG1181": {
		"type": "issue",
		"title": "Invalid sub_match comparison operators",
		"long_link": "https://cplusplus.github.io/LWG/issue1181",
		"link": "https://wg21.link/lwg1181",
		"section": "28.6.8.3 [re.submatch.op]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2009-07-25",
		"last_modified": "2016-01-28"
	},
	"LWG1182": {
		"type": "issue",
		"title": "Unfortunate hash dependencies",
		"long_link": "https://cplusplus.github.io/LWG/issue1182",
		"link": "https://wg21.link/lwg1182",
		"section": "22.10.19 [unord.hash]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2009-07-28",
		"last_modified": "2016-01-28"
	},
	"LWG1183": {
		"type": "issue",
		"title": "basic_ios::set_rdbuf may break class invariants",
		"long_link": "https://cplusplus.github.io/LWG/issue1183",
		"link": "https://wg21.link/lwg1183",
		"section": "31.5.4.3 [basic.ios.members]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2009-07-28",
		"last_modified": "2016-01-28"
	},
	"LWG1184": {
		"type": "issue",
		"title": "Feature request: dynamic bitset",
		"long_link": "https://cplusplus.github.io/LWG/issue1184",
		"link": "https://wg21.link/lwg1184",
		"section": "23.3.13 [vector]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"opened": "2009-07-29",
		"last_modified": "2020-09-06"
	},
	"LWG1185": {
		"type": "issue",
		"title": "Iterator categories and output iterators",
		"long_link": "https://cplusplus.github.io/LWG/issue1185",
		"link": "https://wg21.link/lwg1185",
		"section": "24.3 [iterator.requirements]",
		"status": "Resolved",
		"submitter": "Alisdair Meredith",
		"opened": "2009-07-31",
		"last_modified": "2016-01-28"
	},
	"LWG1186": {
		"type": "issue",
		"title": "Forward list could model a stack",
		"long_link": "https://cplusplus.github.io/LWG/issue1186",
		"link": "https://wg21.link/lwg1186",
		"section": "23.6.6 [stack]",
		"status": "NAD Concepts",
		"submitter": "Alisdair Meredith",
		"opened": "2009-07-31",
		"last_modified": "2016-01-28"
	},
	"LWG1187": {
		"type": "issue",
		"title": "std::decay",
		"long_link": "https://cplusplus.github.io/LWG/issue1187",
		"link": "https://wg21.link/lwg1187",
		"section": "21.3.9.7 [meta.trans.other]",
		"status": "C++11",
		"submitter": "Jason Merrill",
		"opened": "2009-08-07",
		"last_modified": "2016-01-28"
	},
	"LWG1188": {
		"type": "issue",
		"title": "Unordered containers should have a minimum load factor as well as a maximum",
		"long_link": "https://cplusplus.github.io/LWG/issue1188",
		"link": "https://wg21.link/lwg1188",
		"section": "23.2.8 [unord.req], 23.5 [unord]",
		"status": "NAD",
		"submitter": "Matt Austern",
		"opened": "2009-08-10",
		"last_modified": "2019-02-26"
	},
	"LWG1189": {
		"type": "issue",
		"title": "Awkward interface for changing the number of buckets in an unordered associative container",
		"long_link": "https://cplusplus.github.io/LWG/issue1189",
		"link": "https://wg21.link/lwg1189",
		"section": "23.2.8 [unord.req], 23.5 [unord]",
		"status": "C++11",
		"submitter": "Matt Austern",
		"opened": "2009-08-10",
		"last_modified": "2016-01-28"
	},
	"LWG1190": {
		"type": "issue",
		"title": "Setting the maximum load factor should return the previous value",
		"long_link": "https://cplusplus.github.io/LWG/issue1190",
		"link": "https://wg21.link/lwg1190",
		"section": "23.2.8 [unord.req], 23.5 [unord]",
		"status": "NAD",
		"submitter": "Matt Austern",
		"opened": "2009-08-10",
		"last_modified": "2016-01-28"
	},
	"LWG1191": {
		"type": "issue",
		"title": "tuple get API should respect rvalues",
		"long_link": "https://cplusplus.github.io/LWG/issue1191",
		"link": "https://wg21.link/lwg1191",
		"section": "22.4.8 [tuple.elem]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2009-08-18",
		"last_modified": "2016-01-28"
	},
	"LWG1192": {
		"type": "issue",
		"title": "basic_string missing definitions for cbegin / cend / crbegin / crend",
		"long_link": "https://cplusplus.github.io/LWG/issue1192",
		"link": "https://wg21.link/lwg1192",
		"section": "27.4.3.4 [string.iterators]",
		"status": "C++11",
		"submitter": "Jonathan Wakely",
		"opened": "2009-08-14",
		"last_modified": "2016-01-28"
	},
	"LWG1193": {
		"type": "issue",
		"title": "default_delete cannot be instantiated with incomplete types",
		"long_link": "https://cplusplus.github.io/LWG/issue1193",
		"link": "https://wg21.link/lwg1193",
		"section": "20.3.1.2 [unique.ptr.dltr]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2009-08-18",
		"last_modified": "2016-01-28"
	},
	"LWG1194": {
		"type": "issue",
		"title": "Unintended queue constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue1194",
		"link": "https://wg21.link/lwg1194",
		"section": "23.6 [container.adaptors]",
		"status": "C++11",
		"submitter": "Howard Hinnant",
		"opened": "2009-08-20",
		"last_modified": "2016-01-28"
	},
	"LWG1195": {
		"type": "issue",
		"title": "\"Diagnostic required\" wording is insufficient to prevent UB",
		"long_link": "https://cplusplus.github.io/LWG/issue1195",
		"link": "https://wg21.link/lwg1195",
		"section": "16 [library]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2009-08-18",
		"last_modified": "2016-01-28"
	},
	"LWG1196": {
		"type": "issue",
		"title": "move semantics undefined for priority_queue",
		"long_link": "https://cplusplus.github.io/LWG/issue1196",
		"link": "https://wg21.link/lwg1196",
		"section": "23.6.4.2 [priqueue.cons]",
		"status": "Resolved",
		"submitter": "Alisdair Meredith",
		"opened": "2009-08-19",
		"last_modified": "2016-01-28"
	},
	"LWG1197": {
		"type": "issue",
		"title": "Can unordered containers have bucket_count() == 0?",
		"long_link": "https://cplusplus.github.io/LWG/issue1197",
		"link": "https://wg21.link/lwg1197",
		"section": "23.2.8 [unord.req]",
		"status": "C++11",
		"submitter": "Howard Hinnant",
		"opened": "2009-08-24",
		"last_modified": "2016-01-28"
	},
	"LWG1198": {
		"type": "issue",
		"title": "Container adaptor swap: member or non-member?",
		"long_link": "https://cplusplus.github.io/LWG/issue1198",
		"link": "https://wg21.link/lwg1198",
		"section": "23.6 [container.adaptors]",
		"status": "C++11",
		"submitter": "Pablo Halpern",
		"opened": "2009-08-26",
		"last_modified": "2016-01-28"
	},
	"LWG1199": {
		"type": "issue",
		"title": "Missing extended copy constructor in container adaptors",
		"long_link": "https://cplusplus.github.io/LWG/issue1199",
		"link": "https://wg21.link/lwg1199",
		"section": "23.6 [container.adaptors]",
		"status": "C++11",
		"submitter": "Pablo Halpern",
		"opened": "2009-08-26",
		"last_modified": "2020-11-29"
	},
	"LWG1200": {
		"type": "issue",
		"title": "\"surprising\" char_traits<T>::int_type requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue1200",
		"link": "https://wg21.link/lwg1200",
		"section": "27.2.3 [char.traits.typedefs]",
		"status": "NAD",
		"submitter": "Sean Hunt",
		"opened": "2009-09-03",
		"last_modified": "2016-01-28"
	},
	"LWG1201": {
		"type": "issue",
		"title": "Do we always want to unwrap ref-wrappers in make_tuple",
		"long_link": "https://cplusplus.github.io/LWG/issue1201",
		"link": "https://wg21.link/lwg1201",
		"section": "22.4.5 [tuple.creation], 22.3 [pairs]",
		"status": "Resolved",
		"submitter": "Alisdair Meredith",
		"opened": "2009-09-05",
		"last_modified": "2018-10-05"
	},
	"LWG1202": {
		"type": "issue",
		"title": "integral_constant needs a spring clean",
		"long_link": "https://cplusplus.github.io/LWG/issue1202",
		"link": "https://wg21.link/lwg1202",
		"section": "21.3.4 [meta.help]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"opened": "2009-09-05",
		"last_modified": "2016-01-28"
	},
	"LWG1203": {
		"type": "issue",
		"title": "More useful rvalue stream insertion",
		"long_link": "https://cplusplus.github.io/LWG/issue1203",
		"link": "https://wg21.link/lwg1203",
		"section": "31.7.6.6 [ostream.rvalue], 31.7.5.6 [istream.rvalue]",
		"status": "C++20",
		"submitter": "Howard Hinnant",
		"opened": "2009-09-06",
		"last_modified": "2021-02-25"
	},
	"LWG1204": {
		"type": "issue",
		"title": "Global permission to move",
		"long_link": "https://cplusplus.github.io/LWG/issue1204",
		"link": "https://wg21.link/lwg1204",
		"section": "16.4.5.9 [res.on.arguments]",
		"status": "C++11",
		"submitter": "Howard Hinnant",
		"opened": "2009-09-12",
		"last_modified": "2016-01-28"
	},
	"LWG1205": {
		"type": "issue",
		"title": "Some algorithms could more clearly document their handling of empty ranges",
		"long_link": "https://cplusplus.github.io/LWG/issue1205",
		"link": "https://wg21.link/lwg1205",
		"section": "26 [algorithms]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2009-09-13",
		"last_modified": "2016-01-28"
	},
	"LWG1206": {
		"type": "issue",
		"title": "Incorrect requires for move_backward and copy_backward",
		"long_link": "https://cplusplus.github.io/LWG/issue1206",
		"link": "https://wg21.link/lwg1206",
		"section": "26.7.2 [alg.move]",
		"status": "C++11",
		"submitter": "Howard Hinnant",
		"opened": "2009-09-13",
		"last_modified": "2016-01-28"
	},
	"LWG1207": {
		"type": "issue",
		"title": "Underspecified std::list operations?",
		"long_link": "https://cplusplus.github.io/LWG/issue1207",
		"link": "https://wg21.link/lwg1207",
		"section": "23.3.11.5 [list.ops]",
		"status": "C++11",
		"submitter": "Loïc Joly",
		"opened": "2009-09-13",
		"last_modified": "2016-01-28"
	},
	"LWG1208": {
		"type": "issue",
		"title": "valarray initializer_list constructor has incorrect effects",
		"long_link": "https://cplusplus.github.io/LWG/issue1208",
		"link": "https://wg21.link/lwg1208",
		"section": "29.6.2.2 [valarray.cons]",
		"status": "C++11",
		"submitter": "Howard Hinnant",
		"opened": "2009-09-23",
		"last_modified": "2016-01-28"
	},
	"LWG1209": {
		"type": "issue",
		"title": "match_results should be moveable",
		"long_link": "https://cplusplus.github.io/LWG/issue1209",
		"link": "https://wg21.link/lwg1209",
		"section": "28.6.9.2 [re.results.const]",
		"status": "C++11",
		"submitter": "Stephan T. Lavavej",
		"opened": "2009-09-15",
		"last_modified": "2016-01-28"
	},
	"LWG1210": {
		"type": "issue",
		"title": "Iterator reachability should not require a container",
		"long_link": "https://cplusplus.github.io/LWG/issue1210",
		"link": "https://wg21.link/lwg1210",
		"section": "24.3 [iterator.requirements]",
		"status": "Resolved",
		"submitter": "Alisdair Meredith",
		"opened": "2009-09-18",
		"last_modified": "2016-01-28"
	},
	"LWG1211": {
		"type": "issue",
		"title": "Move iterators should be restricted as input iterators",
		"long_link": "https://cplusplus.github.io/LWG/issue1211",
		"link": "https://wg21.link/lwg1211",
		"section": "24.5.4.2 [move.iterator]",
		"status": "Resolved",
		"submitter": "Alisdair Meredith",
		"opened": "2009-09-18",
		"last_modified": "2016-05-14"
	},
	"LWG1212": {
		"type": "issue",
		"title": "result of post-increment/decrement operator",
		"long_link": "https://cplusplus.github.io/LWG/issue1212",
		"link": "https://wg21.link/lwg1212",
		"section": "24.3 [iterator.requirements]",
		"status": "Resolved",
		"submitter": "Alisdair Meredith",
		"opened": "2009-09-18",
		"last_modified": "2016-01-28"
	},
	"LWG1213": {
		"type": "issue",
		"title": "Meaning of valid and singular iterator underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue1213",
		"link": "https://wg21.link/lwg1213",
		"section": "24.3 [iterator.requirements]",
		"status": "Open",
		"submitter": "Daniel Krügler",
		"opened": "2009-09-19",
		"last_modified": "2025-03-13"
	},
	"LWG1214": {
		"type": "issue",
		"title": "Insufficient/inconsistent key immutability requirements for associative containers",
		"long_link": "https://cplusplus.github.io/LWG/issue1214",
		"link": "https://wg21.link/lwg1214",
		"section": "23.2.7 [associative.reqmts]",
		"status": "C++14",
		"submitter": "Daniel Krügler",
		"opened": "2009-09-20",
		"last_modified": "2016-01-28"
	},
	"LWG1215": {
		"type": "issue",
		"title": "list::merge with unequal allocators",
		"long_link": "https://cplusplus.github.io/LWG/issue1215",
		"link": "https://wg21.link/lwg1215",
		"section": "23.3.11.5 [list.ops]",
		"status": "C++11",
		"submitter": "Pablo Halpern",
		"opened": "2009-09-24",
		"last_modified": "2016-01-28"
	},
	"LWG1216": {
		"type": "issue",
		"title": "LWG 1066 Incomplete?",
		"long_link": "https://cplusplus.github.io/LWG/issue1216",
		"link": "https://wg21.link/lwg1216",
		"section": "17.9.8 [except.nested]",
		"status": "C++11",
		"submitter": "Pete Becker",
		"opened": "2009-09-25",
		"last_modified": "2016-01-28"
	},
	"LWG1217": {
		"type": "issue",
		"title": "Quaternion support",
		"long_link": "https://cplusplus.github.io/LWG/issue1217",
		"link": "https://wg21.link/lwg1217",
		"section": "29.4 [complex.numbers]",
		"status": "NAD",
		"submitter": "Ted Shaneyfelt",
		"opened": "2009-09-26",
		"last_modified": "2019-02-26"
	},
	"LWG1218": {
		"type": "issue",
		"title": "mutex destructor synchronization",
		"long_link": "https://cplusplus.github.io/LWG/issue1218",
		"link": "https://wg21.link/lwg1218",
		"section": "32.6.4 [thread.mutex.requirements]",
		"status": "C++11",
		"submitter": "Jeffrey Yasskin",
		"opened": "2009-09-30",
		"last_modified": "2016-01-28"
	},
	"LWG1219": {
		"type": "issue",
		"title": "unique_lock::lock and resource_deadlock_would_occur",
		"long_link": "https://cplusplus.github.io/LWG/issue1219",
		"link": "https://wg21.link/lwg1219",
		"section": "32.6.5.4.3 [thread.lock.unique.locking]",
		"status": "Dup",
		"submitter": "Jeffrey Yasskin",
		"opened": "2009-09-30",
		"last_modified": "2016-01-28"
	},
	"LWG1220": {
		"type": "issue",
		"title": "What does condition_variable wait on?",
		"long_link": "https://cplusplus.github.io/LWG/issue1220",
		"link": "https://wg21.link/lwg1220",
		"section": "32.7 [thread.condition]",
		"status": "C++11",
		"submitter": "Jeffrey Yasskin",
		"opened": "2009-09-30",
		"last_modified": "2016-01-28"
	},
	"LWG1221": {
		"type": "issue",
		"title": "condition_variable wording",
		"long_link": "https://cplusplus.github.io/LWG/issue1221",
		"link": "https://wg21.link/lwg1221",
		"section": "32.7.4 [thread.condition.condvar]",
		"status": "C++11",
		"submitter": "Jeffrey Yasskin",
		"opened": "2009-09-30",
		"last_modified": "2016-01-28"
	},
	"LWG1222": {
		"type": "issue",
		"title": "condition_variable incorrect effects for exception safety",
		"long_link": "https://cplusplus.github.io/LWG/issue1222",
		"link": "https://wg21.link/lwg1222",
		"section": "32.7 [thread.condition]",
		"status": "C++11",
		"submitter": "Jeffrey Yasskin",
		"opened": "2009-09-30",
		"last_modified": "2016-01-28"
	},
	"LWG1223": {
		"type": "issue",
		"title": "condition_variable_any lock matching?",
		"long_link": "https://cplusplus.github.io/LWG/issue1223",
		"link": "https://wg21.link/lwg1223",
		"section": "32.7.5 [thread.condition.condvarany]",
		"status": "NAD",
		"submitter": "Jeffrey Yasskin",
		"opened": "2009-09-30",
		"last_modified": "2016-01-28"
	},
	"LWG1224": {
		"type": "issue",
		"title": "condition_variable_any support for recursive mutexes?",
		"long_link": "https://cplusplus.github.io/LWG/issue1224",
		"link": "https://wg21.link/lwg1224",
		"section": "32.7.5 [thread.condition.condvarany]",
		"status": "NAD",
		"submitter": "Jeffrey Yasskin",
		"opened": "2009-09-30",
		"last_modified": "2016-01-28"
	},
	"LWG1225": {
		"type": "issue",
		"title": "C++0x result_of issue",
		"long_link": "https://cplusplus.github.io/LWG/issue1225",
		"link": "https://wg21.link/lwg1225",
		"section": "99 [func.ret]",
		"status": "Resolved",
		"submitter": "Sebastian Gesemann",
		"opened": "2009-10-05",
		"last_modified": "2016-01-28"
	},
	"LWG1226": {
		"type": "issue",
		"title": "Incomplete changes of #890",
		"long_link": "https://cplusplus.github.io/LWG/issue1226",
		"link": "https://wg21.link/lwg1226",
		"section": "32.10.3 [futures.errors]",
		"status": "Resolved",
		"submitter": "Daniel Krügler",
		"opened": "2009-10-05",
		"last_modified": "2016-01-28"
	},
	"LWG1227": {
		"type": "issue",
		"title": "<bitset> synopsis overspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue1227",
		"link": "https://wg21.link/lwg1227",
		"section": "22.9.2 [template.bitset]",
		"status": "C++11",
		"submitter": "Bo Persson",
		"opened": "2009-10-05",
		"last_modified": "2016-01-28"
	},
	"LWG1228": {
		"type": "issue",
		"title": "User-specialized nothrow type traits",
		"long_link": "https://cplusplus.github.io/LWG/issue1228",
		"link": "https://wg21.link/lwg1228",
		"section": "21.3.6.4 [meta.unary.prop]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"opened": "2009-10-07",
		"last_modified": "2016-01-28"
	},
	"LWG1229": {
		"type": "issue",
		"title": "error_code operator= typo",
		"long_link": "https://cplusplus.github.io/LWG/issue1229",
		"link": "https://wg21.link/lwg1229",
		"section": "19.5.4.3 [syserr.errcode.modifiers]",
		"status": "Resolved",
		"submitter": "Stephan T. Lavavej",
		"opened": "2009-10-08",
		"last_modified": "2016-01-28"
	},
	"LWG1230": {
		"type": "issue",
		"title": "mem_fn and variadic templates",
		"long_link": "https://cplusplus.github.io/LWG/issue1230",
		"link": "https://wg21.link/lwg1230",
		"section": "22.10.16 [func.memfn]",
		"status": "Dup",
		"submitter": "Alisdair Meredith",
		"opened": "2009-10-09",
		"last_modified": "2016-01-28"
	},
	"LWG1231": {
		"type": "issue",
		"title": "weak_ptr comparisons incompletely resolved",
		"long_link": "https://cplusplus.github.io/LWG/issue1231",
		"link": "https://wg21.link/lwg1231",
		"section": "20.3.2.3.6 [util.smartptr.weak.obs]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2009-10-10",
		"last_modified": "2016-01-28"
	},
	"LWG1232": {
		"type": "issue",
		"title": "Still swap's with rvalue-references",
		"long_link": "https://cplusplus.github.io/LWG/issue1232",
		"link": "https://wg21.link/lwg1232",
		"section": "16 [library]",
		"status": "NAD Editorial",
		"submitter": "Daniel Krügler",
		"opened": "2009-10-11",
		"last_modified": "2016-01-28"
	},
	"LWG1233": {
		"type": "issue",
		"title": "Missing unique_ptr signatures in synopsis",
		"long_link": "https://cplusplus.github.io/LWG/issue1233",
		"link": "https://wg21.link/lwg1233",
		"section": "20.2 [memory]",
		"status": "NAD Editorial",
		"submitter": "Daniel Krügler",
		"opened": "2009-10-11",
		"last_modified": "2016-01-28"
	},
	"LWG1234": {
		"type": "issue",
		"title": "\"Do the right thing\" and NULL",
		"long_link": "https://cplusplus.github.io/LWG/issue1234",
		"link": "https://wg21.link/lwg1234",
		"section": "23.2.4 [sequence.reqmts]",
		"status": "C++11",
		"submitter": "Matt Austern",
		"opened": "2009-10-09",
		"last_modified": "2016-01-28"
	},
	"LWG1235": {
		"type": "issue",
		"title": "Issue with C++0x random number proposal",
		"long_link": "https://cplusplus.github.io/LWG/issue1235",
		"link": "https://wg21.link/lwg1235",
		"section": "29.5.3.6 [rand.req.dist]",
		"status": "NAD",
		"submitter": "Matthias Troyer",
		"opened": "2009-10-12",
		"last_modified": "2019-02-26"
	},
	"LWG1236": {
		"type": "issue",
		"title": "reserved identifiers in programs not using the library",
		"long_link": "https://cplusplus.github.io/LWG/issue1236",
		"link": "https://wg21.link/lwg1236",
		"section": "16 [library]",
		"status": "NAD",
		"submitter": "Sean Hunt",
		"opened": "2009-10-13",
		"last_modified": "2016-01-28"
	},
	"LWG1237": {
		"type": "issue",
		"title": "Constrained error_code/error_condition members",
		"long_link": "https://cplusplus.github.io/LWG/issue1237",
		"link": "https://wg21.link/lwg1237",
		"section": "19.5 [syserr]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2009-10-14",
		"last_modified": "2016-01-28"
	},
	"LWG1238": {
		"type": "issue",
		"title": "Defining algorithms taking iterator for range",
		"long_link": "https://cplusplus.github.io/LWG/issue1238",
		"link": "https://wg21.link/lwg1238",
		"section": "26 [algorithms]",
		"status": "Open",
		"submitter": "Alisdair Meredith",
		"opened": "2009-10-15",
		"last_modified": "2020-09-06"
	},
	"LWG1239": {
		"type": "issue",
		"title": "Defect report",
		"long_link": "https://cplusplus.github.io/LWG/issue1239",
		"link": "https://wg21.link/lwg1239",
		"section": "21.3.6.4 [meta.unary.prop]",
		"status": "NAD Editorial",
		"submitter": "David Abrahams",
		"opened": "2009-10-16",
		"last_modified": "2016-01-28"
	},
	"LWG1240": {
		"type": "issue",
		"title": "Deleted comparison functions of std::function not needed",
		"long_link": "https://cplusplus.github.io/LWG/issue1240",
		"link": "https://wg21.link/lwg1240",
		"section": "22.10.17.3 [func.wrap.func]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2009-10-18",
		"last_modified": "2016-01-28"
	},
	"LWG1241": {
		"type": "issue",
		"title": "unique_copy needs to require EquivalenceRelation",
		"long_link": "https://cplusplus.github.io/LWG/issue1241",
		"link": "https://wg21.link/lwg1241",
		"section": "26.7.9 [alg.unique]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2009-10-17",
		"last_modified": "2016-01-28"
	},
	"LWG1242": {
		"type": "issue",
		"title": "Enable SCARY iterators",
		"long_link": "https://cplusplus.github.io/LWG/issue1242",
		"link": "https://wg21.link/lwg1242",
		"section": "23 [containers]",
		"status": "NAD",
		"submitter": "Herb Sutter",
		"opened": "2009-10-21",
		"last_modified": "2020-09-06"
	},
	"LWG1243": {
		"type": "issue",
		"title": "Missing operator+= (initializer_list<T>) for valarray",
		"long_link": "https://cplusplus.github.io/LWG/issue1243",
		"link": "https://wg21.link/lwg1243",
		"section": "29.6.2.7 [valarray.cassign]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"opened": "2009-10-22",
		"last_modified": "2016-01-28"
	},
	"LWG1244": {
		"type": "issue",
		"title": "wait_*() in *future for synchronous functions",
		"long_link": "https://cplusplus.github.io/LWG/issue1244",
		"link": "https://wg21.link/lwg1244",
		"section": "32.10 [futures]",
		"status": "Resolved",
		"submitter": "Detlef Vollmann",
		"opened": "2009-10-22",
		"last_modified": "2016-01-28"
	},
	"LWG1245": {
		"type": "issue",
		"title": "std::hash<string> & co",
		"long_link": "https://cplusplus.github.io/LWG/issue1245",
		"link": "https://wg21.link/lwg1245",
		"section": "22.10.19 [unord.hash]",
		"status": "C++11",
		"submitter": "Paolo Carlini",
		"opened": "2009-10-22",
		"last_modified": "2016-01-28"
	},
	"LWG1246": {
		"type": "issue",
		"title": "vector::resize() missing efficiency guarantee",
		"long_link": "https://cplusplus.github.io/LWG/issue1246",
		"link": "https://wg21.link/lwg1246",
		"section": "23.3.13.3 [vector.capacity]",
		"status": "NAD",
		"submitter": "David Abrahams",
		"opened": "2009-10-24",
		"last_modified": "2016-01-28"
	},
	"LWG1247": {
		"type": "issue",
		"title": "auto_ptr is overspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue1247",
		"link": "https://wg21.link/lwg1247",
		"section": "99 [auto.ptr]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2009-10-24",
		"last_modified": "2016-01-28"
	},
	"LWG1248": {
		"type": "issue",
		"title": "Equality comparison for unordered containers",
		"long_link": "https://cplusplus.github.io/LWG/issue1248",
		"link": "https://wg21.link/lwg1248",
		"section": "23.5 [unord]",
		"status": "Resolved",
		"submitter": "Herb Sutter",
		"opened": "2009-10-25",
		"last_modified": "2016-01-28"
	},
	"LWG1249": {
		"type": "issue",
		"title": "basic_ios default ctor",
		"long_link": "https://cplusplus.github.io/LWG/issue1249",
		"link": "https://wg21.link/lwg1249",
		"section": "31.5.4.2 [basic.ios.cons]",
		"status": "C++11",
		"submitter": "Martin Sebor",
		"opened": "2009-10-25",
		"last_modified": "2016-01-28"
	},
	"LWG1250": {
		"type": "issue",
		"title": "<bitset> still overspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue1250",
		"link": "https://wg21.link/lwg1250",
		"section": "22.9.2 [template.bitset]",
		"status": "C++11",
		"submitter": "Martin Sebor",
		"opened": "2009-10-29",
		"last_modified": "2016-01-28"
	},
	"LWG1251": {
		"type": "issue",
		"title": "move constructing basic_stringbuf",
		"long_link": "https://cplusplus.github.io/LWG/issue1251",
		"link": "https://wg21.link/lwg1251",
		"section": "31.8.2.2 [stringbuf.cons]",
		"status": "NAD",
		"submitter": "Martin Sebor",
		"opened": "2009-10-29",
		"last_modified": "2016-01-28"
	},
	"LWG1252": {
		"type": "issue",
		"title": "wbuffer_convert::state_type inconsistency",
		"long_link": "https://cplusplus.github.io/LWG/issue1252",
		"link": "https://wg21.link/lwg1252",
		"section": "99 [depr.conversions.buffer]",
		"status": "C++11",
		"submitter": "Bo Persson",
		"opened": "2009-10-21",
		"last_modified": "2017-04-22"
	},
	"LWG1253": {
		"type": "issue",
		"title": "invalidation of iterators and emplace vs. insert inconsistence in assoc. containers",
		"long_link": "https://cplusplus.github.io/LWG/issue1253",
		"link": "https://wg21.link/lwg1253",
		"section": "23.2.7 [associative.reqmts]",
		"status": "C++11",
		"submitter": "Boris Dušek",
		"opened": "2009-10-24",
		"last_modified": "2016-01-28"
	},
	"LWG1254": {
		"type": "issue",
		"title": "Misleading sentence in vector<bool>::flip",
		"long_link": "https://cplusplus.github.io/LWG/issue1254",
		"link": "https://wg21.link/lwg1254",
		"section": "23.3.14 [vector.bool]",
		"status": "C++11",
		"submitter": "Christopher Jefferson",
		"opened": "2009-11-01",
		"last_modified": "2016-01-28"
	},
	"LWG1255": {
		"type": "issue",
		"title": "declval should be added to the library",
		"long_link": "https://cplusplus.github.io/LWG/issue1255",
		"link": "https://wg21.link/lwg1255",
		"section": "22.2 [utility]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2009-11-03",
		"last_modified": "2016-01-28"
	},
	"LWG1256": {
		"type": "issue",
		"title": "weak_ptr comparison functions should be removed",
		"long_link": "https://cplusplus.github.io/LWG/issue1256",
		"link": "https://wg21.link/lwg1256",
		"section": "20.3.2.3 [util.smartptr.weak]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2009-11-04",
		"last_modified": "2016-01-28"
	},
	"LWG1257": {
		"type": "issue",
		"title": "Header <ios> still contains a concept_map",
		"long_link": "https://cplusplus.github.io/LWG/issue1257",
		"link": "https://wg21.link/lwg1257",
		"section": "31.5 [iostreams.base]",
		"status": "C++11",
		"submitter": "Beman Dawes",
		"opened": "2009-11-04",
		"last_modified": "2016-01-28"
	},
	"LWG1258": {
		"type": "issue",
		"title": "std::function Effects clause impossible to satisfy",
		"long_link": "https://cplusplus.github.io/LWG/issue1258",
		"link": "https://wg21.link/lwg1258",
		"section": "22.10.17.3.3 [func.wrap.func.mod]",
		"status": "Resolved",
		"submitter": "Daniel Krügler",
		"opened": "2009-11-05",
		"last_modified": "2016-01-28"
	},
	"LWG1259": {
		"type": "issue",
		"title": "Should initializer-list constructors move elements?",
		"long_link": "https://cplusplus.github.io/LWG/issue1259",
		"link": "https://wg21.link/lwg1259",
		"section": "23.2.4 [sequence.reqmts]",
		"status": "NAD",
		"submitter": "Sean Hunt",
		"opened": "2009-11-05",
		"last_modified": "2016-01-28"
	},
	"LWG1260": {
		"type": "issue",
		"title": "is_constructible<int*,void*> reports true",
		"long_link": "https://cplusplus.github.io/LWG/issue1260",
		"link": "https://wg21.link/lwg1260",
		"section": "21.3.6.4 [meta.unary.prop]",
		"status": "Resolved",
		"submitter": "Peter Dimov",
		"opened": "2009-11-07",
		"last_modified": "2016-01-28"
	},
	"LWG1261": {
		"type": "issue",
		"title": "Insufficent overloads for to_string / to_wstring",
		"long_link": "https://cplusplus.github.io/LWG/issue1261",
		"link": "https://wg21.link/lwg1261",
		"section": "27.4.5 [string.conversions]",
		"status": "C++11",
		"submitter": "Christopher Jefferson",
		"opened": "2009-11-10",
		"last_modified": "2016-01-28"
	},
	"LWG1262": {
		"type": "issue",
		"title": "std::less<std::shared_ptr<T>> is underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue1262",
		"link": "https://wg21.link/lwg1262",
		"section": "20.3.2.2.8 [util.smartptr.shared.cmp]",
		"status": "C++11",
		"submitter": "Jonathan Wakely",
		"opened": "2009-11-10",
		"last_modified": "2016-01-28"
	},
	"LWG1263": {
		"type": "issue",
		"title": "missing swap overloads for regex",
		"long_link": "https://cplusplus.github.io/LWG/issue1263",
		"link": "https://wg21.link/lwg1263",
		"section": "28.6.3 [re.syn]",
		"status": "NAD",
		"submitter": "Howard Hinnant",
		"opened": "2009-11-12",
		"last_modified": "2016-01-28"
	},
	"LWG1264": {
		"type": "issue",
		"title": "quick_exit support for freestanding implementations",
		"long_link": "https://cplusplus.github.io/LWG/issue1264",
		"link": "https://wg21.link/lwg1264",
		"section": "16.4.2.5 [compliance]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2009-11-12",
		"last_modified": "2016-01-28"
	},
	"LWG1265": {
		"type": "issue",
		"title": "longjmp and destructors",
		"long_link": "https://cplusplus.github.io/LWG/issue1265",
		"link": "https://wg21.link/lwg1265",
		"section": "17.14 [support.runtime]",
		"status": "NAD",
		"submitter": "Sean Hunt",
		"opened": "2009-11-16",
		"last_modified": "2016-01-28"
	},
	"LWG1266": {
		"type": "issue",
		"title": "shared_future::get and deferred async functions",
		"long_link": "https://cplusplus.github.io/LWG/issue1266",
		"link": "https://wg21.link/lwg1266",
		"section": "32.10.8 [futures.shared.future]",
		"status": "Resolved",
		"submitter": "Anthony Williams",
		"opened": "2009-11-17",
		"last_modified": "2021-06-06"
	},
	"LWG1267": {
		"type": "issue",
		"title": "Incorrect wording for condition_variable_any::wait_for",
		"long_link": "https://cplusplus.github.io/LWG/issue1267",
		"link": "https://wg21.link/lwg1267",
		"section": "32.7.5 [thread.condition.condvarany]",
		"status": "C++11",
		"submitter": "Anthony Williams",
		"opened": "2009-11-17",
		"last_modified": "2016-01-28"
	},
	"LWG1268": {
		"type": "issue",
		"title": "The Mutex requirements in 30.4.1 and 30.4.2 are wrong",
		"long_link": "https://cplusplus.github.io/LWG/issue1268",
		"link": "https://wg21.link/lwg1268",
		"section": "32.6 [thread.mutex]",
		"status": "Resolved",
		"submitter": "Anthony Williams",
		"opened": "2009-11-17",
		"last_modified": "2016-01-28"
	},
	"LWG1269": {
		"type": "issue",
		"title": "Associated state doesn't account for async",
		"long_link": "https://cplusplus.github.io/LWG/issue1269",
		"link": "https://wg21.link/lwg1269",
		"section": "32.10.5 [futures.state]",
		"status": "Resolved",
		"submitter": "Anthony Williams",
		"opened": "2009-11-18",
		"last_modified": "2016-01-28"
	},
	"LWG1270": {
		"type": "issue",
		"title": "result_of should be moved to <type_traits>",
		"long_link": "https://cplusplus.github.io/LWG/issue1270",
		"link": "https://wg21.link/lwg1270",
		"section": "99 [func.ret]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2009-11-19",
		"last_modified": "2016-01-28"
	},
	"LWG1271": {
		"type": "issue",
		"title": "CR undefined in duration operators",
		"long_link": "https://cplusplus.github.io/LWG/issue1271",
		"link": "https://wg21.link/lwg1271",
		"section": "30.5.6 [time.duration.nonmember]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2009-11-21",
		"last_modified": "2016-01-28"
	},
	"LWG1272": {
		"type": "issue",
		"title": "confusing declarations of promise::set_value",
		"long_link": "https://cplusplus.github.io/LWG/issue1272",
		"link": "https://wg21.link/lwg1272",
		"section": "32.10.6 [futures.promise]",
		"status": "Resolved",
		"submitter": "Jonathan Wakely",
		"opened": "2009-11-22",
		"last_modified": "2016-01-28"
	},
	"LWG1273": {
		"type": "issue",
		"title": "future::valid should be callable on an invalid future",
		"long_link": "https://cplusplus.github.io/LWG/issue1273",
		"link": "https://wg21.link/lwg1273",
		"section": "32.10.7 [futures.unique.future]",
		"status": "Resolved",
		"submitter": "Jonathan Wakely",
		"opened": "2009-11-22",
		"last_modified": "2021-06-06"
	},
	"LWG1274": {
		"type": "issue",
		"title": "atomic_future constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue1274",
		"link": "https://wg21.link/lwg1274",
		"section": "99 [futures.atomic_future]",
		"status": "Resolved",
		"submitter": "Jonathan Wakely",
		"opened": "2009-11-22",
		"last_modified": "2016-01-28"
	},
	"LWG1275": {
		"type": "issue",
		"title": "Creating and setting futures",
		"long_link": "https://cplusplus.github.io/LWG/issue1275",
		"link": "https://wg21.link/lwg1275",
		"section": "32.10 [futures]",
		"status": "Resolved",
		"submitter": "Jonathan Wakely",
		"opened": "2009-11-22",
		"last_modified": "2016-01-28"
	},
	"LWG1276": {
		"type": "issue",
		"title": "forwardlist missing allocator constructors",
		"long_link": "https://cplusplus.github.io/LWG/issue1276",
		"link": "https://wg21.link/lwg1276",
		"section": "23.3.7 [forward.list]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2009-12-12",
		"last_modified": "2023-02-07"
	},
	"LWG1277": {
		"type": "issue",
		"title": "std::thread::id should be trivially copyable",
		"long_link": "https://cplusplus.github.io/LWG/issue1277",
		"link": "https://wg21.link/lwg1277",
		"section": "32.4.3.2 [thread.thread.id]",
		"status": "C++11",
		"submitter": "Anthony Williams",
		"opened": "2009-11-24",
		"last_modified": "2016-01-28"
	},
	"LWG1278": {
		"type": "issue",
		"title": "Inconsistent return values for forward_list::insert_after",
		"long_link": "https://cplusplus.github.io/LWG/issue1278",
		"link": "https://wg21.link/lwg1278",
		"section": "23.3.7.5 [forward.list.modifiers]",
		"status": "C++11",
		"submitter": "Bo Persson",
		"opened": "2009-11-25",
		"last_modified": "2023-02-07"
	},
	"LWG1279": {
		"type": "issue",
		"title": "forbid [u|bi]nary_function specialization",
		"long_link": "https://cplusplus.github.io/LWG/issue1279",
		"link": "https://wg21.link/lwg1279",
		"section": "99 [depr.base]",
		"status": "C++11",
		"submitter": "Alberto Ganesh Barbati",
		"opened": "2009-11-30",
		"last_modified": "2016-01-28"
	},
	"LWG1280": {
		"type": "issue",
		"title": "Initialization of stream iterators",
		"long_link": "https://cplusplus.github.io/LWG/issue1280",
		"link": "https://wg21.link/lwg1280",
		"section": "24.6.2.2 [istream.iterator.cons], 24.6.3.2 [ostream.iterator.cons.des]",
		"status": "C++11",
		"submitter": "Jonathan Wakely",
		"opened": "2009-12-04",
		"last_modified": "2016-01-28"
	},
	"LWG1281": {
		"type": "issue",
		"title": "CopyConstruction and Assignment between ratios having the same normalized form",
		"long_link": "https://cplusplus.github.io/LWG/issue1281",
		"link": "https://wg21.link/lwg1281",
		"section": "21.5.3 [ratio.ratio]",
		"status": "Resolved",
		"submitter": "Vicente Juan Botet Escribá",
		"opened": "2009-12-07",
		"last_modified": "2016-01-28"
	},
	"LWG1282": {
		"type": "issue",
		"title": "A proposal to add std::split algorithm",
		"long_link": "https://cplusplus.github.io/LWG/issue1282",
		"link": "https://wg21.link/lwg1282",
		"section": "26 [algorithms]",
		"status": "NAD",
		"submitter": "Igor Semenov",
		"opened": "2009-12-07",
		"last_modified": "2019-02-26"
	},
	"LWG1283": {
		"type": "issue",
		"title": "MoveConstructible and MoveAssignable need clarification of moved-from state",
		"long_link": "https://cplusplus.github.io/LWG/issue1283",
		"link": "https://wg21.link/lwg1283",
		"section": "16.4.4.2 [utility.arg.requirements]",
		"status": "Resolved",
		"submitter": "Howard Hinnant",
		"opened": "2009-12-12",
		"last_modified": "2016-01-28"
	},
	"LWG1284": {
		"type": "issue",
		"title": "vector<bool> initializer_list constructor missing an allocator argument",
		"long_link": "https://cplusplus.github.io/LWG/issue1284",
		"link": "https://wg21.link/lwg1284",
		"section": "23.3.14 [vector.bool]",
		"status": "C++11",
		"submitter": "Bo Persson",
		"opened": "2009-12-09",
		"last_modified": "2016-01-28"
	},
	"LWG1285": {
		"type": "issue",
		"title": "allocator_traits call to new",
		"long_link": "https://cplusplus.github.io/LWG/issue1285",
		"link": "https://wg21.link/lwg1285",
		"section": "20.2.9.3 [allocator.traits.members]",
		"status": "C++11",
		"submitter": "Howard Hinnant",
		"opened": "2009-12-10",
		"last_modified": "2016-01-28"
	},
	"LWG1286": {
		"type": "issue",
		"title": "allocator_traits::select_on_container_copy_construction type-o",
		"long_link": "https://cplusplus.github.io/LWG/issue1286",
		"link": "https://wg21.link/lwg1286",
		"section": "20.2.9.3 [allocator.traits.members]",
		"status": "C++11",
		"submitter": "Howard Hinnant",
		"opened": "2009-12-10",
		"last_modified": "2016-01-28"
	},
	"LWG1287": {
		"type": "issue",
		"title": "std::function requires CopyConstructible target object",
		"long_link": "https://cplusplus.github.io/LWG/issue1287",
		"link": "https://wg21.link/lwg1287",
		"section": "22.10.17.3.2 [func.wrap.func.con]",
		"status": "C++11",
		"submitter": "Jonathan Wakely",
		"opened": "2009-12-13",
		"last_modified": "2016-01-28"
	},
	"LWG1288": {
		"type": "issue",
		"title": "std::function assignment from rvalues",
		"long_link": "https://cplusplus.github.io/LWG/issue1288",
		"link": "https://wg21.link/lwg1288",
		"section": "22.10.17.3.2 [func.wrap.func.con]",
		"status": "C++11",
		"submitter": "Jonathan Wakely",
		"opened": "2009-12-13",
		"last_modified": "2016-01-28"
	},
	"LWG1289": {
		"type": "issue",
		"title": "Generic casting requirements for smart pointers",
		"long_link": "https://cplusplus.github.io/LWG/issue1289",
		"link": "https://wg21.link/lwg1289",
		"section": "22.2 [utility]",
		"status": "NAD",
		"submitter": "Ion Gaztañaga",
		"opened": "2009-12-14",
		"last_modified": "2019-02-26"
	},
	"LWG1290": {
		"type": "issue",
		"title": "Don't require [u|bi]nary_function inheritance",
		"long_link": "https://cplusplus.github.io/LWG/issue1290",
		"link": "https://wg21.link/lwg1290",
		"section": "22.10 [function.objects]",
		"status": "Resolved",
		"submitter": "Daniel Krügler",
		"opened": "2009-12-14",
		"last_modified": "2025-03-13"
	},
	"LWG1291": {
		"type": "issue",
		"title": "Exceptions thrown during promise::set_value",
		"long_link": "https://cplusplus.github.io/LWG/issue1291",
		"link": "https://wg21.link/lwg1291",
		"section": "32.10.6 [futures.promise]",
		"status": "Resolved",
		"submitter": "Jonathan Wakely",
		"opened": "2009-12-18",
		"last_modified": "2016-01-28"
	},
	"LWG1292": {
		"type": "issue",
		"title": "std::function should support all callable types",
		"long_link": "https://cplusplus.github.io/LWG/issue1292",
		"link": "https://wg21.link/lwg1292",
		"section": "22.10.17.3.2 [func.wrap.func.con]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2009-12-19",
		"last_modified": "2016-01-28"
	},
	"LWG1293": {
		"type": "issue",
		"title": "unique_ptr<T[], D> needs to get rid of unspecified-pointer-type",
		"long_link": "https://cplusplus.github.io/LWG/issue1293",
		"link": "https://wg21.link/lwg1293",
		"section": "20.3.1.4 [unique.ptr.runtime]",
		"status": "Resolved",
		"submitter": "Daniel Krügler",
		"opened": "2009-12-20",
		"last_modified": "2016-01-28"
	},
	"LWG1294": {
		"type": "issue",
		"title": "Difference between callable wrapper and forwarding call wrapper unclear",
		"long_link": "https://cplusplus.github.io/LWG/issue1294",
		"link": "https://wg21.link/lwg1294",
		"section": "22.10.4 [func.require]",
		"status": "C++11",
		"submitter": "Jens Maurer",
		"opened": "2009-12-21",
		"last_modified": "2016-01-28"
	},
	"LWG1295": {
		"type": "issue",
		"title": "Contradictory call wrapper requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue1295",
		"link": "https://wg21.link/lwg1295",
		"section": "22.10.4 [func.require]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2009-12-22",
		"last_modified": "2016-01-28"
	},
	"LWG1296": {
		"type": "issue",
		"title": "map and multimap value_compare overspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue1296",
		"link": "https://wg21.link/lwg1296",
		"section": "23.4.3 [map]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"opened": "2009-12-22",
		"last_modified": "2016-01-28"
	},
	"LWG1297": {
		"type": "issue",
		"title": "unique_ptr's relational operator functions should induce a total order",
		"long_link": "https://cplusplus.github.io/LWG/issue1297",
		"link": "https://wg21.link/lwg1297",
		"section": "20.3.1.6 [unique.ptr.special]",
		"status": "Resolved",
		"submitter": "Daniel Krügler",
		"opened": "2009-12-23",
		"last_modified": "2016-01-28"
	},
	"LWG1298": {
		"type": "issue",
		"title": "Missing specialization of ctype_byname<char>",
		"long_link": "https://cplusplus.github.io/LWG/issue1298",
		"link": "https://wg21.link/lwg1298",
		"section": "28.3.2 [locale.syn]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2009-12-25",
		"last_modified": "2016-01-28"
	},
	"LWG1299": {
		"type": "issue",
		"title": "Confusing typo in specification for get_time",
		"long_link": "https://cplusplus.github.io/LWG/issue1299",
		"link": "https://wg21.link/lwg1299",
		"section": "31.7.8 [ext.manip]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2009-12-25",
		"last_modified": "2016-01-28"
	},
	"LWG1300": {
		"type": "issue",
		"title": "Circular definition of promise::swap",
		"long_link": "https://cplusplus.github.io/LWG/issue1300",
		"link": "https://wg21.link/lwg1300",
		"section": "32.10.6 [futures.promise]",
		"status": "Resolved",
		"submitter": "Jonathan Wakely",
		"opened": "2009-12-26",
		"last_modified": "2016-01-28"
	},
	"LWG1301": {
		"type": "issue",
		"title": "clear() and assignment",
		"long_link": "https://cplusplus.github.io/LWG/issue1301",
		"link": "https://wg21.link/lwg1301",
		"section": "23.2.4 [sequence.reqmts]",
		"status": "NAD Editorial",
		"submitter": "Nicolai Josuttis",
		"opened": "2010-01-01",
		"last_modified": "2016-01-28"
	},
	"LWG1302": {
		"type": "issue",
		"title": "different emplace semantics for sequence and associated containers",
		"long_link": "https://cplusplus.github.io/LWG/issue1302",
		"link": "https://wg21.link/lwg1302",
		"section": "23.2.7 [associative.reqmts], 23.2.8 [unord.req]",
		"status": "NAD",
		"submitter": "Nicolai Josuttis",
		"opened": "2010-01-03",
		"last_modified": "2016-01-28"
	},
	"LWG1303": {
		"type": "issue",
		"title": "shared_ptr, unique_ptr, and rvalue references v2",
		"long_link": "https://cplusplus.github.io/LWG/issue1303",
		"link": "https://wg21.link/lwg1303",
		"section": "20.3.1.3 [unique.ptr.single], 20.3.2.2 [util.smartptr.shared]",
		"status": "C++11",
		"submitter": "Stephan T. Lavavej",
		"opened": "2010-01-23",
		"last_modified": "2016-01-28"
	},
	"LWG1304": {
		"type": "issue",
		"title": "Missing preconditions for shared_future",
		"long_link": "https://cplusplus.github.io/LWG/issue1304",
		"link": "https://wg21.link/lwg1304",
		"section": "32.10.8 [futures.shared.future]",
		"status": "Resolved",
		"submitter": "Alisdair Meredith",
		"opened": "2010-01-23",
		"last_modified": "2021-06-06"
	},
	"LWG1305": {
		"type": "issue",
		"title": "preconditions for atomic_future",
		"long_link": "https://cplusplus.github.io/LWG/issue1305",
		"link": "https://wg21.link/lwg1305",
		"section": "99 [futures.atomic_future]",
		"status": "Resolved",
		"submitter": "Alisdair Meredith",
		"opened": "2010-01-23",
		"last_modified": "2016-01-28"
	},
	"LWG1306": {
		"type": "issue",
		"title": "pointer and const_pointer for <array>",
		"long_link": "https://cplusplus.github.io/LWG/issue1306",
		"link": "https://wg21.link/lwg1306",
		"section": "23.3.3 [array]",
		"status": "C++11",
		"submitter": "Nicolai Josuttis",
		"opened": "2010-01-24",
		"last_modified": "2016-01-28"
	},
	"LWG1307": {
		"type": "issue",
		"title": "exception_ptr and allocator pointers don't understand !=",
		"long_link": "https://cplusplus.github.io/LWG/issue1307",
		"link": "https://wg21.link/lwg1307",
		"section": "17.9.7 [propagation]",
		"status": "Resolved",
		"submitter": "Daniel Krügler",
		"opened": "2010-01-26",
		"last_modified": "2016-01-28"
	},
	"LWG1308": {
		"type": "issue",
		"title": "Concerns about initializer_list overloads of min, max, and minmax",
		"long_link": "https://cplusplus.github.io/LWG/issue1308",
		"link": "https://wg21.link/lwg1308",
		"section": "26.8.9 [alg.min.max]",
		"status": "NAD",
		"submitter": "Niels Dekker",
		"opened": "2010-02-02",
		"last_modified": "2017-09-07"
	},
	"LWG1309": {
		"type": "issue",
		"title": "Missing expressions for Move/CopyConstructible",
		"long_link": "https://cplusplus.github.io/LWG/issue1309",
		"link": "https://wg21.link/lwg1309",
		"section": "16.4.4.2 [utility.arg.requirements]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2010-02-03",
		"last_modified": "2016-01-28"
	},
	"LWG1310": {
		"type": "issue",
		"title": "forward_list splice_after from lvalues",
		"long_link": "https://cplusplus.github.io/LWG/issue1310",
		"link": "https://wg21.link/lwg1310",
		"section": "23.3.7.6 [forward.list.ops]",
		"status": "C++11",
		"submitter": "Howard Hinnant",
		"opened": "2010-02-05",
		"last_modified": "2023-02-07"
	},
	"LWG1311": {
		"type": "issue",
		"title": "multi-pass property of Forward Iterator underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue1311",
		"link": "https://wg21.link/lwg1311",
		"section": "24.3.5.5 [forward.iterators]",
		"status": "Resolved",
		"submitter": "Alisdair Meredith",
		"opened": "2010-02-07",
		"last_modified": "2016-01-28"
	},
	"LWG1312": {
		"type": "issue",
		"title": "vector::data no longer returns a raw pointer",
		"long_link": "https://cplusplus.github.io/LWG/issue1312",
		"link": "https://wg21.link/lwg1312",
		"section": "23.3.13.4 [vector.data]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2010-02-07",
		"last_modified": "2016-01-28"
	},
	"LWG1313": {
		"type": "issue",
		"title": "Seed sequence's param function not useful for pure output iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue1313",
		"link": "https://wg21.link/lwg1313",
		"section": "29.5.8.1 [rand.util.seedseq]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"opened": "2010-02-07",
		"last_modified": "2016-01-28"
	},
	"LWG1314": {
		"type": "issue",
		"title": "NULL and nullptr",
		"long_link": "https://cplusplus.github.io/LWG/issue1314",
		"link": "https://wg21.link/lwg1314",
		"section": "17.2 [support.types]",
		"status": "NAD",
		"submitter": "Sean Hunt",
		"opened": "2010-02-07",
		"last_modified": "2016-01-28"
	},
	"LWG1315": {
		"type": "issue",
		"title": "return type of async",
		"long_link": "https://cplusplus.github.io/LWG/issue1315",
		"link": "https://wg21.link/lwg1315",
		"section": "32.10.9 [futures.async]",
		"status": "NAD Editorial",
		"submitter": "Jonathan Wakely",
		"opened": "2009-02-09",
		"last_modified": "2016-01-28"
	},
	"LWG1316": {
		"type": "issue",
		"title": "scoped_allocator_adaptor operator== has no definition",
		"long_link": "https://cplusplus.github.io/LWG/issue1316",
		"link": "https://wg21.link/lwg1316",
		"section": "20.6 [allocator.adaptor]",
		"status": "C++11",
		"submitter": "Pablo Halpern",
		"opened": "2009-02-11",
		"last_modified": "2016-01-28"
	},
	"LWG1317": {
		"type": "issue",
		"title": "make_hash",
		"long_link": "https://cplusplus.github.io/LWG/issue1317",
		"link": "https://wg21.link/lwg1317",
		"section": "22.10.19 [unord.hash]",
		"status": "NAD",
		"submitter": "Nicolai M. Josuttis",
		"opened": "2010-02-10",
		"last_modified": "2019-02-26"
	},
	"LWG1318": {
		"type": "issue",
		"title": "N2982 removes previous allocator capabilities",
		"long_link": "https://cplusplus.github.io/LWG/issue1318",
		"link": "https://wg21.link/lwg1318",
		"section": "20.2.9.2 [allocator.traits.types]",
		"status": "NAD",
		"submitter": "Pete Becker",
		"opened": "2010-02-11",
		"last_modified": "2016-01-28",
		"papers": [
			"N2982"
		]
	},
	"LWG1319": {
		"type": "issue",
		"title": "Containers should require an iterator that is at least a Forward Iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue1319",
		"link": "https://wg21.link/lwg1319",
		"section": "23.2.2 [container.requirements.general]",
		"status": "C++11",
		"submitter": "Alisdair Meredith",
		"opened": "2010-02-16",
		"last_modified": "2016-01-28"
	},
	"LWG1320": {
		"type": "issue",
		"title": "Header for iter_swap",
		"long_link": "https://cplusplus.github.io/LWG/issue1320",
		"link": "https://wg21.link/lwg1320",
		"section": "24.2 [iterator.synopsis]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"opened": "2010-02-16",
		"last_modified": "2017-06-05"
	},
	"LWG1321": {
		"type": "issue",
		"title": "scoped_allocator_adaptor construct and destroy don't use allocator_traits",
		"long_link": "https://cplusplus.github.io/LWG/issue1321",
		"link": "https://wg21.link/lwg1321",
		"section": "20.6.4 [allocator.adaptor.members]",
		"status": "Resolved",
		"submitter": "Howard Hinnant",
		"opened": "2010-02-16",
		"last_modified": "2016-01-28"
	},
	"LWG1322": {
		"type": "issue",
		"title": "Explicit CopyConstructible requirements are insufficient",
		"long_link": "https://cplusplus.github.io/LWG/issue1322",
		"link": "https://wg21.link/lwg1322",
		"section": "16.4.4.2 [utility.arg.requirements]",
		"status": "Resolved",
		"submitter": "Daniel Krügler",
		"opened": "2010-02-16",
		"last_modified": "2016-01-28"
	},
	"LWG1323": {
		"type": "issue",
		"title": "basic_string::replace should use const_iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue1323",
		"link": "https://wg21.link/lwg1323",
		"section": "27.4.3.7.6 [string.replace]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2010-02-19",
		"last_modified": "2016-11-12"
	},
	"LWG1324": {
		"type": "issue",
		"title": "Still too many implicit conversions for pair and tuple",
		"long_link": "https://cplusplus.github.io/LWG/issue1324",
		"link": "https://wg21.link/lwg1324",
		"section": "22.3.2 [pairs.pair], 22.4.4.2 [tuple.cnstr]",
		"status": "Resolved",
		"submitter": "Daniel Krügler",
		"opened": "2010-03-20",
		"last_modified": "2016-01-28"
	},
	"LWG1325": {
		"type": "issue",
		"title": "bitset",
		"long_link": "https://cplusplus.github.io/LWG/issue1325",
		"link": "https://wg21.link/lwg1325",
		"section": "22.9.2.2 [bitset.cons]",
		"status": "C++11",
		"submitter": "Christopher Jefferson",
		"opened": "2010-03-07",
		"last_modified": "2016-01-28"
	},
	"LWG1326": {
		"type": "issue",
		"title": "Missing/wrong preconditions for pair and tuple functions",
		"long_link": "https://cplusplus.github.io/LWG/issue1326",
		"link": "https://wg21.link/lwg1326",
		"section": "22.3.2 [pairs.pair], 22.4.4.2 [tuple.cnstr]",
		"status": "Resolved",
		"submitter": "Daniel Krügler",
		"opened": "2010-03-07",
		"last_modified": "2016-01-28"
	},
	"LWG1327": {
		"type": "issue",
		"title": "templates defined in <cmath> replacing C macros with the same name",
		"long_link": "https://cplusplus.github.io/LWG/issue1327",
		"link": "https://wg21.link/lwg1327",
		"section": "29.7 [c.math]",
		"status": "Resolved",
		"submitter": "Michael Wong",
		"opened": "2010-03-07",
		"last_modified": "2016-01-28"
	},
	"LWG1328": {
		"type": "issue",
		"title": "istream extractors not setting failbit if eofbit is already set",
		"long_link": "https://cplusplus.github.io/LWG/issue1328",
		"link": "https://wg21.link/lwg1328",
		"section": "31.7.5.2.4 [istream.sentry]",
		"status": "Resolved",
		"submitter": "Paolo Carlini",
		"opened": "2010-02-17",
		"last_modified": "2021-06-06"
	},
	"LWG1329": {
		"type": "issue",
		"title": "Data races on vector<bool>",
		"long_link": "https://cplusplus.github.io/LWG/issue1329",
		"link": "https://wg21.link/lwg1329",
		"section": "23.2.3 [container.requirements.dataraces]",
		"status": "Resolved",
		"submitter": "Jeffrey Yaskin",
		"opened": "2010-03-09",
		"last_modified": "2016-01-28"
	},
	"LWG1330": {
		"type": "issue",
		"title": "Move container requirements into requirements tables",
		"long_link": "https://cplusplus.github.io/LWG/issue1330",
		"link": "https://wg21.link/lwg1330",
		"section": "23.2 [container.requirements]",
		"status": "NAD",
		"submitter": "Nicolai Josuttis",
		"opened": "2010-03-10",
		"last_modified": "2016-01-28"
	},
	"LWG1331": {
		"type": "issue",
		"title": "incorporate move special member functions into library",
		"long_link": "https://cplusplus.github.io/LWG/issue1331",
		"link": "https://wg21.link/lwg1331",
		"section": "16 [library]",
		"status": "NAD",
		"submitter": "Martin Sebor",
		"opened": "2010-03-10",
		"last_modified": "2016-01-28"
	},
	"LWG1332": {
		"type": "issue",
		"title": "Let Hash objects throw!",
		"long_link": "https://cplusplus.github.io/LWG/issue1332",
		"link": "https://wg21.link/lwg1332",
		"section": "16.4.4.5 [hash.requirements]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2010-03-26",
		"last_modified": "2025-03-13"
	},
	"LWG1333": {
		"type": "issue",
		"title": "Missing forwarding during std::function invocation",
		"long_link": "https://cplusplus.github.io/LWG/issue1333",
		"link": "https://wg21.link/lwg1333",
		"section": "22.10.17.3.5 [func.wrap.func.inv]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2010-03-26",
		"last_modified": "2016-01-28"
	},
	"LWG1334": {
		"type": "issue",
		"title": "Insert iterators are broken for some proxy containers compared to C++03",
		"long_link": "https://cplusplus.github.io/LWG/issue1334",
		"link": "https://wg21.link/lwg1334",
		"section": "24.5.2.2.2 [back.insert.iter.ops], 24.5.2.3.2 [front.insert.iter.ops], 24.5.2.4.2 [insert.iter.ops]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2010-03-28",
		"last_modified": "2023-02-07"
	},
	"LWG1335": {
		"type": "issue",
		"title": "Insufficient requirements for tuple::operator<()",
		"long_link": "https://cplusplus.github.io/LWG/issue1335",
		"link": "https://wg21.link/lwg1335",
		"section": "22.4.9 [tuple.rel]",
		"status": "C++11",
		"submitter": "Joe Gottman",
		"opened": "2010-05-15",
		"last_modified": "2016-01-28"
	},
	"LWG1337": {
		"type": "issue",
		"title": "Swapped arguments in regex_traits::isctype",
		"long_link": "https://cplusplus.github.io/LWG/issue1337",
		"link": "https://wg21.link/lwg1337",
		"section": "28.6.6 [re.traits]",
		"status": "C++11",
		"submitter": "Howard Hinnant",
		"opened": "2010-06-21",
		"last_modified": "2016-01-28"
	},
	"LWG1338": {
		"type": "issue",
		"title": "LWG 1205 incorrectly applied",
		"long_link": "https://cplusplus.github.io/LWG/issue1338",
		"link": "https://wg21.link/lwg1338",
		"section": "26.6.15 [alg.search]",
		"status": "C++11",
		"submitter": "Howard Hinnant",
		"opened": "2010-06-25",
		"last_modified": "2016-01-28"
	},
	"LWG1339": {
		"type": "issue",
		"title": "uninitialized_fill_n should return the end of its range",
		"long_link": "https://cplusplus.github.io/LWG/issue1339",
		"link": "https://wg21.link/lwg1339",
		"section": "26.11.7 [uninitialized.fill]",
		"status": "C++11",
		"submitter": "Jared Hoberock",
		"opened": "2010-07-14",
		"last_modified": "2017-06-15"
	},
	"LWG1340": {
		"type": "issue",
		"title": "Why does forward_list::resize take the object to be copied by value?",
		"long_link": "https://cplusplus.github.io/LWG/issue1340",
		"link": "https://wg21.link/lwg1340",
		"section": "23.3.7.5 [forward.list.modifiers]",
		"status": "C++11",
		"submitter": "James McNellis",
		"opened": "2010-07-16",
		"last_modified": "2023-02-07"
	},
	"LWG1344": {
		"type": "issue",
		"title": "Replace throw() with noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue1344",
		"link": "https://wg21.link/lwg1344",
		"section": "16 [library]",
		"status": "Resolved",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1345": {
		"type": "issue",
		"title": "Library classes should have noexcept move operations",
		"long_link": "https://cplusplus.github.io/LWG/issue1345",
		"link": "https://wg21.link/lwg1345",
		"section": "16 [library]",
		"status": "Resolved",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1346": {
		"type": "issue",
		"title": "Apply noexcept where library specification does not permit exceptions",
		"long_link": "https://cplusplus.github.io/LWG/issue1346",
		"link": "https://wg21.link/lwg1346",
		"section": "16 [library]",
		"status": "Resolved",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1347": {
		"type": "issue",
		"title": "Apply noexcept judiciously throughout the library",
		"long_link": "https://cplusplus.github.io/LWG/issue1347",
		"link": "https://wg21.link/lwg1347",
		"section": "16 [library]",
		"status": "Resolved",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1348": {
		"type": "issue",
		"title": "Exception safety of unspecified types",
		"long_link": "https://cplusplus.github.io/LWG/issue1348",
		"link": "https://wg21.link/lwg1348",
		"section": "16 [library]",
		"status": "NAD",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1349": {
		"type": "issue",
		"title": "swap should not throw",
		"long_link": "https://cplusplus.github.io/LWG/issue1349",
		"link": "https://wg21.link/lwg1349",
		"section": "16 [library]",
		"status": "C++11",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1350": {
		"type": "issue",
		"title": "Implicit contructors accidentally made some library types move-only",
		"long_link": "https://cplusplus.github.io/LWG/issue1350",
		"link": "https://wg21.link/lwg1350",
		"section": "16 [library]",
		"status": "Dup",
		"submitter": "Switzerland",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1351": {
		"type": "issue",
		"title": "Replace dynamic exception specifications with noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue1351",
		"link": "https://wg21.link/lwg1351",
		"section": "16 [library]",
		"status": "Dup",
		"submitter": "Switzerland",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1352": {
		"type": "issue",
		"title": "Apply noexcept where library specification says \"Throws: Nothing\"",
		"long_link": "https://cplusplus.github.io/LWG/issue1352",
		"link": "https://wg21.link/lwg1352",
		"section": "16 [library]",
		"status": "Dup",
		"submitter": "Switzerland",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1353": {
		"type": "issue",
		"title": "Clarify the state of a moved-from object",
		"long_link": "https://cplusplus.github.io/LWG/issue1353",
		"link": "https://wg21.link/lwg1353",
		"section": "16 [library]",
		"status": "Resolved",
		"submitter": "Switzerland",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1354": {
		"type": "issue",
		"title": "The definition of deadlock excludes cases involving a single thread",
		"long_link": "https://cplusplus.github.io/LWG/issue1354",
		"link": "https://wg21.link/lwg1354",
		"section": "3.16 [defns.deadlock]",
		"status": "C++11",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1355": {
		"type": "issue",
		"title": "The definition of move-assignment operator is redundant",
		"long_link": "https://cplusplus.github.io/LWG/issue1355",
		"link": "https://wg21.link/lwg1355",
		"section": "99 [defns.move.assign.op]",
		"status": "Resolved",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1356": {
		"type": "issue",
		"title": "The definition of move-constructor is redundant",
		"long_link": "https://cplusplus.github.io/LWG/issue1356",
		"link": "https://wg21.link/lwg1356",
		"section": "99 [defns.move.ctor]",
		"status": "Resolved",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1357": {
		"type": "issue",
		"title": "Library bitmask types to not satisfy the bimask type requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue1357",
		"link": "https://wg21.link/lwg1357",
		"section": "16.3.3.3.3 [bitmask.types]",
		"status": "Resolved",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1358": {
		"type": "issue",
		"title": "Add <chrono> and <ratio> to freestanding implementations",
		"long_link": "https://cplusplus.github.io/LWG/issue1358",
		"link": "https://wg21.link/lwg1358",
		"section": "16.4.2.5 [compliance]",
		"status": "NAD",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1359": {
		"type": "issue",
		"title": "Add <tuple> and <utility> to freestanding implementations",
		"long_link": "https://cplusplus.github.io/LWG/issue1359",
		"link": "https://wg21.link/lwg1359",
		"section": "16.4.2.5 [compliance]",
		"status": "NAD",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1360": {
		"type": "issue",
		"title": "Add <atomic> to free-standing implementations",
		"long_link": "https://cplusplus.github.io/LWG/issue1360",
		"link": "https://wg21.link/lwg1360",
		"section": "16.4.2.5 [compliance]",
		"status": "C++11",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1361": {
		"type": "issue",
		"title": "Does use of std::size_t in a header imply that typedef name is available to users?",
		"long_link": "https://cplusplus.github.io/LWG/issue1361",
		"link": "https://wg21.link/lwg1361",
		"section": "16.4.3 [using]",
		"status": "NAD",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1362": {
		"type": "issue",
		"title": "Description of binding to rvalue-references should use the new 'xvalue' vocabulary",
		"long_link": "https://cplusplus.github.io/LWG/issue1362",
		"link": "https://wg21.link/lwg1362",
		"section": "16.4.5.9 [res.on.arguments]",
		"status": "C++11",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2017-03-21"
	},
	"LWG1363": {
		"type": "issue",
		"title": "offsetof should be marked noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue1363",
		"link": "https://wg21.link/lwg1363",
		"section": "17.2 [support.types]",
		"status": "C++11",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1364": {
		"type": "issue",
		"title": "It is not clear how exception_ptr is synchronized",
		"long_link": "https://cplusplus.github.io/LWG/issue1364",
		"link": "https://wg21.link/lwg1364",
		"section": "17.9.7 [propagation]",
		"status": "Resolved",
		"submitter": "Switzerland",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1365": {
		"type": "issue",
		"title": "Thread-safety of handler functions",
		"long_link": "https://cplusplus.github.io/LWG/issue1365",
		"link": "https://wg21.link/lwg1365",
		"section": "17.6.4 [alloc.errors]",
		"status": "Resolved",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1366": {
		"type": "issue",
		"title": "New-handler and data races",
		"long_link": "https://cplusplus.github.io/LWG/issue1366",
		"link": "https://wg21.link/lwg1366",
		"section": "17.6.3.5 [new.delete.dataraces]",
		"status": "Resolved",
		"submitter": "DIN",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1367": {
		"type": "issue",
		"title": "Deprecate library support for checking dynamic exception specifications",
		"long_link": "https://cplusplus.github.io/LWG/issue1367",
		"link": "https://wg21.link/lwg1367",
		"section": "99 [exception.unexpected]",
		"status": "C++11",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1368": {
		"type": "issue",
		"title": "Thread safety of std::uncaught_exception()",
		"long_link": "https://cplusplus.github.io/LWG/issue1368",
		"link": "https://wg21.link/lwg1368",
		"section": "99 [depr.uncaught]",
		"status": "C++11",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2017-06-15"
	},
	"LWG1369": {
		"type": "issue",
		"title": "rethrow_exception may introduce data races",
		"long_link": "https://cplusplus.github.io/LWG/issue1369",
		"link": "https://wg21.link/lwg1369",
		"section": "17.9.7 [propagation]",
		"status": "NAD",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1370": {
		"type": "issue",
		"title": "throw_with_nested should not use perfect forwarding",
		"long_link": "https://cplusplus.github.io/LWG/issue1370",
		"link": "https://wg21.link/lwg1370",
		"section": "17.9.8 [except.nested]",
		"status": "C++11",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1371": {
		"type": "issue",
		"title": "Standard exceptions require stronger no-throw guarantees",
		"long_link": "https://cplusplus.github.io/LWG/issue1371",
		"link": "https://wg21.link/lwg1371",
		"section": "19 [diagnostics]",
		"status": "NAD",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1372": {
		"type": "issue",
		"title": "Adopt recommended practice for standard error categories",
		"long_link": "https://cplusplus.github.io/LWG/issue1372",
		"link": "https://wg21.link/lwg1372",
		"section": "19.5.3.5 [syserr.errcat.objects]",
		"status": "C++11",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1373": {
		"type": "issue",
		"title": "Customizable traits should have their own headers",
		"long_link": "https://cplusplus.github.io/LWG/issue1373",
		"link": "https://wg21.link/lwg1373",
		"section": "22.2 [utility]",
		"status": "NAD",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1374": {
		"type": "issue",
		"title": "Clarify moved-from objects are \"toxic\"",
		"long_link": "https://cplusplus.github.io/LWG/issue1374",
		"link": "https://wg21.link/lwg1374",
		"section": "16.4.4.2 [utility.arg.requirements]",
		"status": "NAD",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1375": {
		"type": "issue",
		"title": "reference_type should not have been removed from the allocator requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue1375",
		"link": "https://wg21.link/lwg1375",
		"section": "16.4.4.6 [allocator.requirements]",
		"status": "Dup",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1376": {
		"type": "issue",
		"title": "Allocator interface is not backward compatible",
		"long_link": "https://cplusplus.github.io/LWG/issue1376",
		"link": "https://wg21.link/lwg1376",
		"section": "16.4.4.6 [allocator.requirements]",
		"status": "NAD",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1377": {
		"type": "issue",
		"title": "The revised forward is not compatible with access-control",
		"long_link": "https://cplusplus.github.io/LWG/issue1377",
		"link": "https://wg21.link/lwg1377",
		"section": "22.2 [utility]",
		"status": "Resolved",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1378": {
		"type": "issue",
		"title": "pair and tuple have too many conversions",
		"long_link": "https://cplusplus.github.io/LWG/issue1378",
		"link": "https://wg21.link/lwg1378",
		"section": "22.3 [pairs]",
		"status": "Resolved",
		"submitter": "DIN",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1379": {
		"type": "issue",
		"title": "pair copy-assignment not consistent for references",
		"long_link": "https://cplusplus.github.io/LWG/issue1379",
		"link": "https://wg21.link/lwg1379",
		"section": "22.3.2 [pairs.pair]",
		"status": "Resolved",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1380": {
		"type": "issue",
		"title": "pair and tuple of references need to better specify move-semantics",
		"long_link": "https://cplusplus.github.io/LWG/issue1380",
		"link": "https://wg21.link/lwg1380",
		"section": "22.3 [pairs]",
		"status": "Resolved",
		"submitter": "DIN",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1381": {
		"type": "issue",
		"title": "Replace pair's range support by proper range facility",
		"long_link": "https://cplusplus.github.io/LWG/issue1381",
		"link": "https://wg21.link/lwg1381",
		"section": "99 [pair.range]",
		"status": "C++11",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1382": {
		"type": "issue",
		"title": "pair and tuple constructors should forward arguments",
		"long_link": "https://cplusplus.github.io/LWG/issue1382",
		"link": "https://wg21.link/lwg1382",
		"section": "22.3 [pairs]",
		"status": "Resolved",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1383": {
		"type": "issue",
		"title": "Inconsistent defaulted move/copy members in pair and tuple",
		"long_link": "https://cplusplus.github.io/LWG/issue1383",
		"link": "https://wg21.link/lwg1383",
		"section": "22.3 [pairs], 22.4 [tuple]",
		"status": "Resolved",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1384": {
		"type": "issue",
		"title": "Function pack_arguments is poorly named",
		"long_link": "https://cplusplus.github.io/LWG/issue1384",
		"link": "https://wg21.link/lwg1384",
		"section": "22.4.5 [tuple.creation]",
		"status": "C++11",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1385": {
		"type": "issue",
		"title": "tuple_cat should be a single variadic signature",
		"long_link": "https://cplusplus.github.io/LWG/issue1385",
		"link": "https://wg21.link/lwg1385",
		"section": "22.4.5 [tuple.creation]",
		"status": "C++11",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1386": {
		"type": "issue",
		"title": "pack_arguments overly complex",
		"long_link": "https://cplusplus.github.io/LWG/issue1386",
		"link": "https://wg21.link/lwg1386",
		"section": "22.4.5 [tuple.creation]",
		"status": "C++11",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1387": {
		"type": "issue",
		"title": "Range support by tuple should be removed",
		"long_link": "https://cplusplus.github.io/LWG/issue1387",
		"link": "https://wg21.link/lwg1387",
		"section": "99 [tuple.range]",
		"status": "C++11",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1388": {
		"type": "issue",
		"title": "LWG 1281 incorrectly accepted",
		"long_link": "https://cplusplus.github.io/LWG/issue1388",
		"link": "https://wg21.link/lwg1388",
		"section": "21.5.3 [ratio.ratio]",
		"status": "C++11",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1389": {
		"type": "issue",
		"title": "Compile-time rational arithmetic and overflow",
		"long_link": "https://cplusplus.github.io/LWG/issue1389",
		"link": "https://wg21.link/lwg1389",
		"section": "21.5.4 [ratio.arithmetic]",
		"status": "Resolved",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1390": {
		"type": "issue",
		"title": "Limit speculative compilation for constructible/convertible traits",
		"long_link": "https://cplusplus.github.io/LWG/issue1390",
		"link": "https://wg21.link/lwg1390",
		"section": "21 [meta]",
		"status": "Resolved",
		"submitter": "DIN",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1391": {
		"type": "issue",
		"title": "constructible/convertible traits and access control",
		"long_link": "https://cplusplus.github.io/LWG/issue1391",
		"link": "https://wg21.link/lwg1391",
		"section": "21 [meta]",
		"status": "Resolved",
		"submitter": "DIN",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1392": {
		"type": "issue",
		"title": "result_of should support pointer-to-data-member",
		"long_link": "https://cplusplus.github.io/LWG/issue1392",
		"link": "https://wg21.link/lwg1392",
		"section": "21.3.6 [meta.unary]",
		"status": "Resolved",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1393": {
		"type": "issue",
		"title": "Trivial traits imply noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue1393",
		"link": "https://wg21.link/lwg1393",
		"section": "21.3.6.4 [meta.unary.prop]",
		"status": "Resolved",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1394": {
		"type": "issue",
		"title": "is_constructible reports false positives",
		"long_link": "https://cplusplus.github.io/LWG/issue1394",
		"link": "https://wg21.link/lwg1394",
		"section": "21.3.6.4 [meta.unary.prop]",
		"status": "Resolved",
		"submitter": "DIN",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1395": {
		"type": "issue",
		"title": "Inconsistent reference links should be unified",
		"long_link": "https://cplusplus.github.io/LWG/issue1395",
		"link": "https://wg21.link/lwg1395",
		"section": "21.3.8 [meta.rel]",
		"status": "NAD Editorial",
		"submitter": "Japan",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1396": {
		"type": "issue",
		"title": "regex should support allocators",
		"long_link": "https://cplusplus.github.io/LWG/issue1396",
		"link": "https://wg21.link/lwg1396",
		"section": "28.6.7 [re.regex]",
		"status": "NAD",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2020-11-09"
	},
	"LWG1397": {
		"type": "issue",
		"title": "Deprecate '98 binders",
		"long_link": "https://cplusplus.github.io/LWG/issue1397",
		"link": "https://wg21.link/lwg1397",
		"section": "22.10 [function.objects]",
		"status": "Resolved",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1398": {
		"type": "issue",
		"title": "Users should be able to specialize functors without depending on whole <functional> header",
		"long_link": "https://cplusplus.github.io/LWG/issue1398",
		"link": "https://wg21.link/lwg1398",
		"section": "22.10 [function.objects]",
		"status": "NAD",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1399": {
		"type": "issue",
		"title": "function does not need an explicit default constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue1399",
		"link": "https://wg21.link/lwg1399",
		"section": "22.10.17.3 [func.wrap.func]",
		"status": "C++11",
		"submitter": "Japan",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1400": {
		"type": "issue",
		"title": "FCD function does not need an explicit default constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue1400",
		"link": "https://wg21.link/lwg1400",
		"section": "22.10.17.3.2 [func.wrap.func.con]",
		"status": "C++11",
		"submitter": "Japan",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1401": {
		"type": "issue",
		"title": "Provide support for unique_ptr<T> == nullptr",
		"long_link": "https://cplusplus.github.io/LWG/issue1401",
		"link": "https://wg21.link/lwg1401",
		"section": "20.2 [memory]",
		"status": "C++11",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1402": {
		"type": "issue",
		"title": "nullptr constructors for smart pointers should be constexpr",
		"long_link": "https://cplusplus.github.io/LWG/issue1402",
		"link": "https://wg21.link/lwg1402",
		"section": "20.2 [memory]",
		"status": "C++11",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1403": {
		"type": "issue",
		"title": "Inconsistent definitions for allocator_arg",
		"long_link": "https://cplusplus.github.io/LWG/issue1403",
		"link": "https://wg21.link/lwg1403",
		"section": "20.2.7 [allocator.tag]",
		"status": "C++11",
		"submitter": "Japan",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1404": {
		"type": "issue",
		"title": "pointer_traits should have a size_type member",
		"long_link": "https://cplusplus.github.io/LWG/issue1404",
		"link": "https://wg21.link/lwg1404",
		"section": "20.2.3 [pointer.traits]",
		"status": "C++11",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1405": {
		"type": "issue",
		"title": "Move scoped_allocator_adaptor into separate header",
		"long_link": "https://cplusplus.github.io/LWG/issue1405",
		"link": "https://wg21.link/lwg1405",
		"section": "20.6 [allocator.adaptor]",
		"status": "Resolved",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1406": {
		"type": "issue",
		"title": "Support hashing smart-pointers based on owner",
		"long_link": "https://cplusplus.github.io/LWG/issue1406",
		"link": "https://wg21.link/lwg1406",
		"section": "20.3.2.2 [util.smartptr.shared]",
		"status": "NAD",
		"submitter": "Japan",
		"opened": "2010-08-25",
		"last_modified": "2019-02-26"
	},
	"LWG1407": {
		"type": "issue",
		"title": "Synch shared_ptr constructors taking movable types",
		"long_link": "https://cplusplus.github.io/LWG/issue1407",
		"link": "https://wg21.link/lwg1407",
		"section": "20.3.2.2.2 [util.smartptr.shared.const]",
		"status": "Resolved",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1408": {
		"type": "issue",
		"title": "Allow recycling of pointers after undeclare_no_pointers",
		"long_link": "https://cplusplus.github.io/LWG/issue1408",
		"link": "https://wg21.link/lwg1408",
		"section": "99 [util.dynamic.safety]",
		"status": "C++11",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1409": {
		"type": "issue",
		"title": "Specify whether monotonic_clock is a distinct type or a typedef",
		"long_link": "https://cplusplus.github.io/LWG/issue1409",
		"link": "https://wg21.link/lwg1409",
		"section": "99 [time.clock.monotonic]",
		"status": "Resolved",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1410": {
		"type": "issue",
		"title": "Add a feature-detect macro for monotonic_clock",
		"long_link": "https://cplusplus.github.io/LWG/issue1410",
		"link": "https://wg21.link/lwg1410",
		"section": "99 [time.clock.monotonic]",
		"status": "Resolved",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1411": {
		"type": "issue",
		"title": "Add a compile-time flag to detect monotonic_clock",
		"long_link": "https://cplusplus.github.io/LWG/issue1411",
		"link": "https://wg21.link/lwg1411",
		"section": "99 [time.clock.monotonic]",
		"status": "Dup",
		"submitter": "DIN",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1412": {
		"type": "issue",
		"title": "Make monotonic clocks mandatory",
		"long_link": "https://cplusplus.github.io/LWG/issue1412",
		"link": "https://wg21.link/lwg1412",
		"section": "99 [time.clock.monotonic]",
		"status": "Resolved",
		"submitter": "Switzerland",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1413": {
		"type": "issue",
		"title": "Specify whether high_resolution_clock is a distinct type or a typedef",
		"long_link": "https://cplusplus.github.io/LWG/issue1413",
		"link": "https://wg21.link/lwg1413",
		"section": "30.7.8 [time.clock.hires]",
		"status": "NAD",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1414": {
		"type": "issue",
		"title": "Fixing remaining dead links to POS_T and OFF_T",
		"long_link": "https://cplusplus.github.io/LWG/issue1414",
		"link": "https://wg21.link/lwg1414",
		"section": "27.2.4.4 [char.traits.specializations.char16.t]",
		"status": "C++11",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2021-06-06"
	},
	"LWG1415": {
		"type": "issue",
		"title": "Iterator stability bans the short-string optimization",
		"long_link": "https://cplusplus.github.io/LWG/issue1415",
		"link": "https://wg21.link/lwg1415",
		"section": "23.2.2 [container.requirements.general]",
		"status": "NAD Editorial",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1416": {
		"type": "issue",
		"title": "forward_list::erase_after should not be allowed to throw",
		"long_link": "https://cplusplus.github.io/LWG/issue1416",
		"link": "https://wg21.link/lwg1416",
		"section": "23.2 [container.requirements]",
		"status": "C++11",
		"submitter": "DIN",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1417": {
		"type": "issue",
		"title": "front/back on a zero-sized array should be undefined",
		"long_link": "https://cplusplus.github.io/LWG/issue1417",
		"link": "https://wg21.link/lwg1417",
		"section": "23.3.3.5 [array.zero]",
		"status": "C++11",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1418": {
		"type": "issue",
		"title": "Effects of resize(size()) on a deque",
		"long_link": "https://cplusplus.github.io/LWG/issue1418",
		"link": "https://wg21.link/lwg1418",
		"section": "23.3.5.3 [deque.capacity]",
		"status": "C++11",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2017-03-21"
	},
	"LWG1419": {
		"type": "issue",
		"title": "forward_list::erase_after should return an iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue1419",
		"link": "https://wg21.link/lwg1419",
		"section": "23.3.7 [forward.list]",
		"status": "NAD Editorial",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2023-02-07"
	},
	"LWG1420": {
		"type": "issue",
		"title": "Effects of resize(size()) on a list",
		"long_link": "https://cplusplus.github.io/LWG/issue1420",
		"link": "https://wg21.link/lwg1420",
		"section": "23.3.11.3 [list.capacity]",
		"status": "C++11",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1421": {
		"type": "issue",
		"title": "Accidental move-only library types due to new core language rules",
		"long_link": "https://cplusplus.github.io/LWG/issue1421",
		"link": "https://wg21.link/lwg1421",
		"section": "23.6 [container.adaptors]",
		"status": "Resolved",
		"submitter": "DIN",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1422": {
		"type": "issue",
		"title": "vector<bool> iterators are not random access",
		"long_link": "https://cplusplus.github.io/LWG/issue1422",
		"link": "https://wg21.link/lwg1422",
		"section": "23.3.14 [vector.bool]",
		"status": "Open",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2020-09-06"
	},
	"LWG1423": {
		"type": "issue",
		"title": "map constructor accepting an allocator as single parameter should be explicit",
		"long_link": "https://cplusplus.github.io/LWG/issue1423",
		"link": "https://wg21.link/lwg1423",
		"section": "23.4.3 [map]",
		"status": "C++11",
		"submitter": "Japan",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1424": {
		"type": "issue",
		"title": "multimap constructor accepting an allocator as a single parameter should be explicit",
		"long_link": "https://cplusplus.github.io/LWG/issue1424",
		"link": "https://wg21.link/lwg1424",
		"section": "23.4.4 [multimap]",
		"status": "C++11",
		"submitter": "Japan",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1425": {
		"type": "issue",
		"title": "set constructor accepting an allocator as a single parameter should be explicit",
		"long_link": "https://cplusplus.github.io/LWG/issue1425",
		"link": "https://wg21.link/lwg1425",
		"section": "23.4.6 [set]",
		"status": "C++11",
		"submitter": "Japan",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1426": {
		"type": "issue",
		"title": "multiset constructor accepting an allocator as a single parameter should be explicit",
		"long_link": "https://cplusplus.github.io/LWG/issue1426",
		"link": "https://wg21.link/lwg1426",
		"section": "23.4.7 [multiset]",
		"status": "C++11",
		"submitter": "Japan",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1427": {
		"type": "issue",
		"title": "unordered_map constructor accepting an allocator as a single parameter should be explicit",
		"long_link": "https://cplusplus.github.io/LWG/issue1427",
		"link": "https://wg21.link/lwg1427",
		"section": "23.5.3 [unord.map]",
		"status": "C++11",
		"submitter": "Japan",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1428": {
		"type": "issue",
		"title": "unordered_multimap constructor accepting an allocator as a single parameter should be explicit",
		"long_link": "https://cplusplus.github.io/LWG/issue1428",
		"link": "https://wg21.link/lwg1428",
		"section": "23.5.4 [unord.multimap]",
		"status": "C++11",
		"submitter": "Japan",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1429": {
		"type": "issue",
		"title": "unordered_set constructor accepting an allocator as a single parameter should be explicit",
		"long_link": "https://cplusplus.github.io/LWG/issue1429",
		"link": "https://wg21.link/lwg1429",
		"section": "23.5.6 [unord.set]",
		"status": "C++11",
		"submitter": "Japan",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1430": {
		"type": "issue",
		"title": "unordered_multiset constructor accepting an allocator as a single parameter should be explicit",
		"long_link": "https://cplusplus.github.io/LWG/issue1430",
		"link": "https://wg21.link/lwg1430",
		"section": "23.5.7 [unord.multiset]",
		"status": "C++11",
		"submitter": "Japan",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1431": {
		"type": "issue",
		"title": "is_permutation must be more restrictive",
		"long_link": "https://cplusplus.github.io/LWG/issue1431",
		"link": "https://wg21.link/lwg1431",
		"section": "26.6.14 [alg.is.permutation]",
		"status": "C++11",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2021-06-06"
	},
	"LWG1432": {
		"type": "issue",
		"title": "random_shuffle signatures are inconsistent",
		"long_link": "https://cplusplus.github.io/LWG/issue1432",
		"link": "https://wg21.link/lwg1432",
		"section": "26.7.13 [alg.random.shuffle]",
		"status": "C++11",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1433": {
		"type": "issue",
		"title": "random_shuffle and shuffle should have consistent signatures",
		"long_link": "https://cplusplus.github.io/LWG/issue1433",
		"link": "https://wg21.link/lwg1433",
		"section": "26.7.13 [alg.random.shuffle]",
		"status": "Dup",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1434": {
		"type": "issue",
		"title": "For min/max functions replace variadic arguments by initializer_list argument",
		"long_link": "https://cplusplus.github.io/LWG/issue1434",
		"link": "https://wg21.link/lwg1434",
		"section": "26.8.9 [alg.min.max]",
		"status": "NAD Editorial",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1435": {
		"type": "issue",
		"title": "Unclear returns specifications for C99 complex number functions",
		"long_link": "https://cplusplus.github.io/LWG/issue1435",
		"link": "https://wg21.link/lwg1435",
		"section": "29.4.7 [complex.value.ops]",
		"status": "C++11",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1436": {
		"type": "issue",
		"title": "Random number engine constructor concerns",
		"long_link": "https://cplusplus.github.io/LWG/issue1436",
		"link": "https://wg21.link/lwg1436",
		"section": "29.5.4 [rand.eng]",
		"status": "C++11",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1437": {
		"type": "issue",
		"title": "Mersenne twister meaningless for word sizes less than two",
		"long_link": "https://cplusplus.github.io/LWG/issue1437",
		"link": "https://wg21.link/lwg1437",
		"section": "29.5.4.3 [rand.eng.mers]",
		"status": "C++11",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1438": {
		"type": "issue",
		"title": "No definition for base()",
		"long_link": "https://cplusplus.github.io/LWG/issue1438",
		"link": "https://wg21.link/lwg1438",
		"section": "29.5.5.2 [rand.adapt.disc]",
		"status": "C++11",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1439": {
		"type": "issue",
		"title": "Return from densities() functions?",
		"long_link": "https://cplusplus.github.io/LWG/issue1439",
		"link": "https://wg21.link/lwg1439",
		"section": "29.5.9.6.2 [rand.dist.samp.pconst]",
		"status": "C++11",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1440": {
		"type": "issue",
		"title": "Incorrect specification for piecewise_linear_distribution",
		"long_link": "https://cplusplus.github.io/LWG/issue1440",
		"link": "https://wg21.link/lwg1440",
		"section": "29.5.9.6.3 [rand.dist.samp.plinear]",
		"status": "C++11",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1441": {
		"type": "issue",
		"title": "Floating-point test functions are incorrectly specified",
		"long_link": "https://cplusplus.github.io/LWG/issue1441",
		"link": "https://wg21.link/lwg1441",
		"section": "29.7 [c.math]",
		"status": "C++11",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1442": {
		"type": "issue",
		"title": "\"happens-before\" should be \"synchronizes-with\"",
		"long_link": "https://cplusplus.github.io/LWG/issue1442",
		"link": "https://wg21.link/lwg1442",
		"section": "32 [thread]",
		"status": "NAD Editorial",
		"submitter": "Canada",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1443": {
		"type": "issue",
		"title": "Imposed happens-before edges are not made transitive",
		"long_link": "https://cplusplus.github.io/LWG/issue1443",
		"link": "https://wg21.link/lwg1443",
		"section": "32 [thread]",
		"status": "Dup",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1444": {
		"type": "issue",
		"title": "OFF_T is not defined",
		"long_link": "https://cplusplus.github.io/LWG/issue1444",
		"link": "https://wg21.link/lwg1444",
		"section": "31.5.3.3 [fpos.operations]",
		"status": "Dup",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1445": {
		"type": "issue",
		"title": "Several iostreams member functions incorrectly specified",
		"long_link": "https://cplusplus.github.io/LWG/issue1445",
		"link": "https://wg21.link/lwg1445",
		"section": "31.7 [iostream.format]",
		"status": "Resolved",
		"submitter": "INCITS/PJ Plauger",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1446": {
		"type": "issue",
		"title": "Move and swap for I/O streams",
		"long_link": "https://cplusplus.github.io/LWG/issue1446",
		"link": "https://wg21.link/lwg1446",
		"section": "31.7 [iostream.format]",
		"status": "NAD",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1447": {
		"type": "issue",
		"title": "Request to resolve issue LWG 1328",
		"long_link": "https://cplusplus.github.io/LWG/issue1447",
		"link": "https://wg21.link/lwg1447",
		"section": "31.7 [iostream.format]",
		"status": "Resolved",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1448": {
		"type": "issue",
		"title": "Concerns about basic_stringbuf::str(basic_string) postconditions",
		"long_link": "https://cplusplus.github.io/LWG/issue1448",
		"link": "https://wg21.link/lwg1448",
		"section": "31.8.2.4 [stringbuf.members]",
		"status": "C++11",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1449": {
		"type": "issue",
		"title": "Incomplete specification of header <cinttypes>",
		"long_link": "https://cplusplus.github.io/LWG/issue1449",
		"link": "https://wg21.link/lwg1449",
		"section": "31.8.3 [istringstream]",
		"status": "C++11",
		"submitter": "Canada",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1450": {
		"type": "issue",
		"title": "Contradiction in regex_constants",
		"long_link": "https://cplusplus.github.io/LWG/issue1450",
		"link": "https://wg21.link/lwg1450",
		"section": "28.6.4.3 [re.matchflag]",
		"status": "C++14",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1451": {
		"type": "issue",
		"title": "regex should support allocators",
		"long_link": "https://cplusplus.github.io/LWG/issue1451",
		"link": "https://wg21.link/lwg1451",
		"section": "28.6.7 [re.regex]",
		"status": "Dup",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1452": {
		"type": "issue",
		"title": "\"target sequence\" is not defined",
		"long_link": "https://cplusplus.github.io/LWG/issue1452",
		"link": "https://wg21.link/lwg1452",
		"section": "28.6.9.5 [re.results.acc]",
		"status": "NAD",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1453": {
		"type": "issue",
		"title": "Default constructed match_results behavior for certain operations",
		"long_link": "https://cplusplus.github.io/LWG/issue1453",
		"link": "https://wg21.link/lwg1453",
		"section": "28.6.9.5 [re.results.acc]",
		"status": "Resolved",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1454": {
		"type": "issue",
		"title": "Ensure C compatibility for atomics",
		"long_link": "https://cplusplus.github.io/LWG/issue1454",
		"link": "https://wg21.link/lwg1454",
		"section": "32.5 [atomics]",
		"status": "Dup",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1455": {
		"type": "issue",
		"title": "C language compatibility for atomics",
		"long_link": "https://cplusplus.github.io/LWG/issue1455",
		"link": "https://wg21.link/lwg1455",
		"section": "32.5 [atomics]",
		"status": "Resolved",
		"submitter": "Switzerland",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1456": {
		"type": "issue",
		"title": "Missing fixed-size atomic_ typedefs",
		"long_link": "https://cplusplus.github.io/LWG/issue1456",
		"link": "https://wg21.link/lwg1456",
		"section": "32.5 [atomics]",
		"status": "NAD",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1457": {
		"type": "issue",
		"title": "Splitting lock-free properties",
		"long_link": "https://cplusplus.github.io/LWG/issue1457",
		"link": "https://wg21.link/lwg1457",
		"section": "32.5.2 [atomics.syn]",
		"status": "Resolved",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1458": {
		"type": "issue",
		"title": "Overlapping evaluations are allowed",
		"long_link": "https://cplusplus.github.io/LWG/issue1458",
		"link": "https://wg21.link/lwg1458",
		"section": "32.5.4 [atomics.order]",
		"status": "Dup",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1459": {
		"type": "issue",
		"title": "Overlapping evaluations are allowed",
		"long_link": "https://cplusplus.github.io/LWG/issue1459",
		"link": "https://wg21.link/lwg1459",
		"section": "32.5.4 [atomics.order]",
		"status": "LEWG",
		"submitter": "Canada",
		"opened": "2010-08-25",
		"last_modified": "2025-10-21",
		"github_url": "https://github.com/cplusplus/papers/issues/2488"
	},
	"LWG1460": {
		"type": "issue",
		"title": "Missing lock-free property for type bool should be added",
		"long_link": "https://cplusplus.github.io/LWG/issue1460",
		"link": "https://wg21.link/lwg1460",
		"section": "32.5.5 [atomics.lockfree]",
		"status": "Resolved",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1461": {
		"type": "issue",
		"title": "Rename all ATOMIC_* macros as STD_ATOMIC_*",
		"long_link": "https://cplusplus.github.io/LWG/issue1461",
		"link": "https://wg21.link/lwg1461",
		"section": "32.5 [atomics]",
		"status": "NAD",
		"submitter": "Canada",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1462": {
		"type": "issue",
		"title": "Ambiguous value assignment to atomic_bool",
		"long_link": "https://cplusplus.github.io/LWG/issue1462",
		"link": "https://wg21.link/lwg1462",
		"section": "99 [atomics.types.integral]",
		"status": "Resolved",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1463": {
		"type": "issue",
		"title": "Inconsistent value assignment for atomic_bool",
		"long_link": "https://cplusplus.github.io/LWG/issue1463",
		"link": "https://wg21.link/lwg1463",
		"section": "99 [atomics.types.integral]",
		"status": "Dup",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1464": {
		"type": "issue",
		"title": "Underspecified typedefs for atomic integral types",
		"long_link": "https://cplusplus.github.io/LWG/issue1464",
		"link": "https://wg21.link/lwg1464",
		"section": "99 [atomics.types.integral]",
		"status": "Resolved",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1465": {
		"type": "issue",
		"title": "Missing arithmetic operators for atomic_address",
		"long_link": "https://cplusplus.github.io/LWG/issue1465",
		"link": "https://wg21.link/lwg1465",
		"section": "99 [atomics.types.address]",
		"status": "Resolved",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1466": {
		"type": "issue",
		"title": "Silent const breakage by compare_exchange_* member functions",
		"long_link": "https://cplusplus.github.io/LWG/issue1466",
		"link": "https://wg21.link/lwg1466",
		"section": "99 [atomics.types.address]",
		"status": "Resolved",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1467": {
		"type": "issue",
		"title": "Deriving atomic<T*> from atomic_address breaks type safety",
		"long_link": "https://cplusplus.github.io/LWG/issue1467",
		"link": "https://wg21.link/lwg1467",
		"section": "99 [atomics.types.address]",
		"status": "Resolved",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1468": {
		"type": "issue",
		"title": "atomic_address::compare_exchange_* member functions should match atomic_compare_exchange_* free functions",
		"long_link": "https://cplusplus.github.io/LWG/issue1468",
		"link": "https://wg21.link/lwg1468",
		"section": "99 [atomics.types.address]",
		"status": "Resolved",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1469": {
		"type": "issue",
		"title": "atomic<T*> inheritance from atomic_address breaks type safety",
		"long_link": "https://cplusplus.github.io/LWG/issue1469",
		"link": "https://wg21.link/lwg1469",
		"section": "32.5.8 [atomics.types.generic]",
		"status": "Resolved",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1470": {
		"type": "issue",
		"title": "\"Same-ness\" curiosities",
		"long_link": "https://cplusplus.github.io/LWG/issue1470",
		"link": "https://wg21.link/lwg1470",
		"section": "32.5.8.2 [atomics.types.operations]",
		"status": "Dup",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1471": {
		"type": "issue",
		"title": "Default constructor of atomics needs specification",
		"long_link": "https://cplusplus.github.io/LWG/issue1471",
		"link": "https://wg21.link/lwg1471",
		"section": "32.5.8.2 [atomics.types.operations]",
		"status": "NAD Editorial",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1472": {
		"type": "issue",
		"title": "Incorrect semantics of atomic_init",
		"long_link": "https://cplusplus.github.io/LWG/issue1472",
		"link": "https://wg21.link/lwg1472",
		"section": "32.5.8.2 [atomics.types.operations]",
		"status": "NAD Editorial",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1473": {
		"type": "issue",
		"title": "Incomplete memory order specifications",
		"long_link": "https://cplusplus.github.io/LWG/issue1473",
		"link": "https://wg21.link/lwg1473",
		"section": "32.5.8.2 [atomics.types.operations]",
		"status": "NAD",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1474": {
		"type": "issue",
		"title": "weak compare-and-exchange confusion",
		"long_link": "https://cplusplus.github.io/LWG/issue1474",
		"link": "https://wg21.link/lwg1474",
		"section": "32.5.8.2 [atomics.types.operations]",
		"status": "C++11",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2017-06-15"
	},
	"LWG1475": {
		"type": "issue",
		"title": "weak compare-and-exchange confusion II",
		"long_link": "https://cplusplus.github.io/LWG/issue1475",
		"link": "https://wg21.link/lwg1475",
		"section": "32.5.8.2 [atomics.types.operations]",
		"status": "Dup",
		"submitter": "Switzerland",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1476": {
		"type": "issue",
		"title": "Meaningless specification of spurious failure",
		"long_link": "https://cplusplus.github.io/LWG/issue1476",
		"link": "https://wg21.link/lwg1476",
		"section": "32.5.8.2 [atomics.types.operations]",
		"status": "Dup",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1477": {
		"type": "issue",
		"title": "weak compare-and-exchange confusion III",
		"long_link": "https://cplusplus.github.io/LWG/issue1477",
		"link": "https://wg21.link/lwg1477",
		"section": "32.5.8.2 [atomics.types.operations]",
		"status": "Dup",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1478": {
		"type": "issue",
		"title": "Clarify race conditions in atomics initialization",
		"long_link": "https://cplusplus.github.io/LWG/issue1478",
		"link": "https://wg21.link/lwg1478",
		"section": "32.5.8.2 [atomics.types.operations]",
		"status": "C++11",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1479": {
		"type": "issue",
		"title": "Fence functions should be extern \"C\"",
		"long_link": "https://cplusplus.github.io/LWG/issue1479",
		"link": "https://wg21.link/lwg1479",
		"section": "32.5.11 [atomics.fences]",
		"status": "C++11",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1480": {
		"type": "issue",
		"title": "Atomic fences don't have synchronizes with relation",
		"long_link": "https://cplusplus.github.io/LWG/issue1480",
		"link": "https://wg21.link/lwg1480",
		"section": "32.5.11 [atomics.fences]",
		"status": "C++11",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1481": {
		"type": "issue",
		"title": "Missing Lockable requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue1481",
		"link": "https://wg21.link/lwg1481",
		"section": "32.2 [thread.req]",
		"status": "Resolved",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1482": {
		"type": "issue",
		"title": "Timeout operations are under-specified",
		"long_link": "https://cplusplus.github.io/LWG/issue1482",
		"link": "https://wg21.link/lwg1482",
		"section": "32.2.4 [thread.req.timing]",
		"status": "Resolved",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1483": {
		"type": "issue",
		"title": "__STDCPP_THREADS spelling",
		"long_link": "https://cplusplus.github.io/LWG/issue1483",
		"link": "https://wg21.link/lwg1483",
		"section": "32.4 [thread.threads]",
		"status": "NAD Editorial",
		"submitter": "DIN",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1484": {
		"type": "issue",
		"title": "Need a way to join a thread with a timeout",
		"long_link": "https://cplusplus.github.io/LWG/issue1484",
		"link": "https://wg21.link/lwg1484",
		"section": "32.4.3 [thread.thread.class]",
		"status": "LEWG",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2025-10-21",
		"github_url": "https://github.com/cplusplus/papers/issues/2487"
	},
	"LWG1485": {
		"type": "issue",
		"title": "Unclear thread::id specification",
		"long_link": "https://cplusplus.github.io/LWG/issue1485",
		"link": "https://wg21.link/lwg1485",
		"section": "32.4.3.2 [thread.thread.id]",
		"status": "NAD",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1486": {
		"type": "issue",
		"title": "Value of this_thread::get_id() underspecified for detached thread",
		"long_link": "https://cplusplus.github.io/LWG/issue1486",
		"link": "https://wg21.link/lwg1486",
		"section": "32.4.5 [thread.thread.this]",
		"status": "NAD",
		"submitter": "Switzerland",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1487": {
		"type": "issue",
		"title": "Clock related operations exception specifications conflict",
		"long_link": "https://cplusplus.github.io/LWG/issue1487",
		"link": "https://wg21.link/lwg1487",
		"section": "32.4.5 [thread.thread.this]",
		"status": "C++11",
		"submitter": "Switzerland",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1488": {
		"type": "issue",
		"title": "Improve interoperability between the C++0x and C1x threads APIs",
		"long_link": "https://cplusplus.github.io/LWG/issue1488",
		"link": "https://wg21.link/lwg1488",
		"section": "32.6 [thread.mutex]",
		"status": "LEWG",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2025-10-21",
		"github_url": "https://github.com/cplusplus/papers/issues/2489"
	},
	"LWG1489": {
		"type": "issue",
		"title": "unlock functions and unlock mutex requirements are inconsistent",
		"long_link": "https://cplusplus.github.io/LWG/issue1489",
		"link": "https://wg21.link/lwg1489",
		"section": "32.6 [thread.mutex]",
		"status": "NAD Editorial",
		"submitter": "Switzerland",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1490": {
		"type": "issue",
		"title": "Mutex requirements too stringent",
		"long_link": "https://cplusplus.github.io/LWG/issue1490",
		"link": "https://wg21.link/lwg1490",
		"section": "32.6.4 [thread.mutex.requirements]",
		"status": "Resolved",
		"submitter": "Switzerland",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1491": {
		"type": "issue",
		"title": "try_lock does not guarantee forward progress",
		"long_link": "https://cplusplus.github.io/LWG/issue1491",
		"link": "https://wg21.link/lwg1491",
		"section": "32.6.4 [thread.mutex.requirements]",
		"status": "Resolved",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1492": {
		"type": "issue",
		"title": "Mutex requirements should not be bound to threads",
		"long_link": "https://cplusplus.github.io/LWG/issue1492",
		"link": "https://wg21.link/lwg1492",
		"section": "32.6.4 [thread.mutex.requirements]",
		"status": "Resolved",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1493": {
		"type": "issue",
		"title": "Add mutex, recursive_mutex, is_locked function",
		"long_link": "https://cplusplus.github.io/LWG/issue1493",
		"link": "https://wg21.link/lwg1493",
		"section": "32.6.4 [thread.mutex.requirements]",
		"status": "LEWG",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2025-10-21",
		"github_url": "https://github.com/cplusplus/papers/issues/2485"
	},
	"LWG1494": {
		"type": "issue",
		"title": "Term \"are serialized\" not defined",
		"long_link": "https://cplusplus.github.io/LWG/issue1494",
		"link": "https://wg21.link/lwg1494",
		"section": "32.6.7.2 [thread.once.callonce]",
		"status": "C++11",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1495": {
		"type": "issue",
		"title": "Condition variable wait_for return value insufficient",
		"long_link": "https://cplusplus.github.io/LWG/issue1495",
		"link": "https://wg21.link/lwg1495",
		"section": "32.7 [thread.condition]",
		"status": "NAD Editorial",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1496": {
		"type": "issue",
		"title": "condition_variable not implementable",
		"long_link": "https://cplusplus.github.io/LWG/issue1496",
		"link": "https://wg21.link/lwg1496",
		"section": "32.7.4 [thread.condition.condvar]",
		"status": "NAD Editorial",
		"submitter": "Switzerland",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1497": {
		"type": "issue",
		"title": "lock() postcondition can not be generally achieved",
		"long_link": "https://cplusplus.github.io/LWG/issue1497",
		"link": "https://wg21.link/lwg1497",
		"section": "32.7 [thread.condition]",
		"status": "C++11",
		"submitter": "Switzerland",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1498": {
		"type": "issue",
		"title": "Unclear specification for [thread.condition]",
		"long_link": "https://cplusplus.github.io/LWG/issue1498",
		"link": "https://wg21.link/lwg1498",
		"section": "32.7 [thread.condition]",
		"status": "Resolved",
		"submitter": "Switzerland",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1499": {
		"type": "issue",
		"title": "Condition variables preclude wakeup optimization",
		"long_link": "https://cplusplus.github.io/LWG/issue1499",
		"link": "https://wg21.link/lwg1499",
		"section": "32.7 [thread.condition]",
		"status": "NAD",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2019-02-26"
	},
	"LWG1500": {
		"type": "issue",
		"title": "Consider removal of native_handle()",
		"long_link": "https://cplusplus.github.io/LWG/issue1500",
		"link": "https://wg21.link/lwg1500",
		"section": "32.7.5 [thread.condition.condvarany]",
		"status": "NAD Editorial",
		"submitter": "Switzerland",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1501": {
		"type": "issue",
		"title": "Specification for managing associated asynchronous state has problems",
		"long_link": "https://cplusplus.github.io/LWG/issue1501",
		"link": "https://wg21.link/lwg1501",
		"section": "32.10 [futures]",
		"status": "Resolved",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1502": {
		"type": "issue",
		"title": "Specification of [futures.state] unclear",
		"long_link": "https://cplusplus.github.io/LWG/issue1502",
		"link": "https://wg21.link/lwg1502",
		"section": "32.10.5 [futures.state]",
		"status": "Resolved",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1503": {
		"type": "issue",
		"title": "\"associated asynchronous state\" must go",
		"long_link": "https://cplusplus.github.io/LWG/issue1503",
		"link": "https://wg21.link/lwg1503",
		"section": "32.10.5 [futures.state]",
		"status": "NAD Editorial",
		"submitter": "Switzerland",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1504": {
		"type": "issue",
		"title": "Term \"are serialized\" is not defined",
		"long_link": "https://cplusplus.github.io/LWG/issue1504",
		"link": "https://wg21.link/lwg1504",
		"section": "32.10.6 [futures.promise]",
		"status": "Resolved",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1505": {
		"type": "issue",
		"title": "Synchronization between promise::set_value and future::get",
		"long_link": "https://cplusplus.github.io/LWG/issue1505",
		"link": "https://wg21.link/lwg1505",
		"section": "32.10.6 [futures.promise]",
		"status": "Resolved",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1506": {
		"type": "issue",
		"title": "set_exception with a null pointer",
		"long_link": "https://cplusplus.github.io/LWG/issue1506",
		"link": "https://wg21.link/lwg1506",
		"section": "32.10.6 [futures.promise]",
		"status": "NAD Editorial",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1507": {
		"type": "issue",
		"title": "promise::XXX_at_thread_exit functions have no synchronization requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue1507",
		"link": "https://wg21.link/lwg1507",
		"section": "32.10.6 [futures.promise]",
		"status": "Resolved",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1508": {
		"type": "issue",
		"title": "Rename packaged_task::operator bool()",
		"long_link": "https://cplusplus.github.io/LWG/issue1508",
		"link": "https://wg21.link/lwg1508",
		"section": "32.10.10 [futures.task]",
		"status": "Resolved",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1509": {
		"type": "issue",
		"title": "No restriction on calling future::get more than once",
		"long_link": "https://cplusplus.github.io/LWG/issue1509",
		"link": "https://wg21.link/lwg1509",
		"section": "99 [futures.atomic_future]",
		"status": "NAD Editorial",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1510": {
		"type": "issue",
		"title": "Should be undefined behaviour to call atomic_future operations unless valid()",
		"long_link": "https://cplusplus.github.io/LWG/issue1510",
		"link": "https://wg21.link/lwg1510",
		"section": "99 [futures.atomic_future]",
		"status": "NAD Editorial",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1511": {
		"type": "issue",
		"title": "Synchronize the move-constructor for atomic_future",
		"long_link": "https://cplusplus.github.io/LWG/issue1511",
		"link": "https://wg21.link/lwg1511",
		"section": "99 [futures.atomic_future]",
		"status": "NAD Editorial",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1512": {
		"type": "issue",
		"title": "Conflict in specification: block or join?",
		"long_link": "https://cplusplus.github.io/LWG/issue1512",
		"link": "https://wg21.link/lwg1512",
		"section": "32.10.9 [futures.async]",
		"status": "NAD Editorial",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1513": {
		"type": "issue",
		"title": "'launch' enum too restrictive",
		"long_link": "https://cplusplus.github.io/LWG/issue1513",
		"link": "https://wg21.link/lwg1513",
		"section": "32.10 [futures]",
		"status": "Resolved",
		"submitter": "Switzerland",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1514": {
		"type": "issue",
		"title": "packaged_task constructors need review",
		"long_link": "https://cplusplus.github.io/LWG/issue1514",
		"link": "https://wg21.link/lwg1514",
		"section": "32.10.10.2 [futures.task.members]",
		"status": "C++11",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1515": {
		"type": "issue",
		"title": "packaged_task::make_ready_at_thread_exit has no synchronization requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue1515",
		"link": "https://wg21.link/lwg1515",
		"section": "32.10.10.2 [futures.task.members]",
		"status": "Resolved",
		"submitter": "INCITS",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1516": {
		"type": "issue",
		"title": "No specification for which header contains auto_ptr",
		"long_link": "https://cplusplus.github.io/LWG/issue1516",
		"link": "https://wg21.link/lwg1516",
		"section": "99 [depr.auto.ptr]",
		"status": "C++11",
		"submitter": "BSI",
		"opened": "2010-08-25",
		"last_modified": "2016-01-28"
	},
	"LWG1517": {
		"type": "issue",
		"title": "default_delete's default constructor should be trivial",
		"long_link": "https://cplusplus.github.io/LWG/issue1517",
		"link": "https://wg21.link/lwg1517",
		"section": "20.3.1.2.2 [unique.ptr.dltr.dflt]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2010-09-12",
		"last_modified": "2016-01-28"
	},
	"LWG1518": {
		"type": "issue",
		"title": "Waiting for deferred functions",
		"long_link": "https://cplusplus.github.io/LWG/issue1518",
		"link": "https://wg21.link/lwg1518",
		"section": "32.10 [futures]",
		"status": "C++11",
		"submitter": "Alberto Ganesh Barbati",
		"opened": "2010-09-14",
		"last_modified": "2016-01-28"
	},
	"LWG1519": {
		"type": "issue",
		"title": "bucketsize() const only for unordered set",
		"long_link": "https://cplusplus.github.io/LWG/issue1519",
		"link": "https://wg21.link/lwg1519",
		"section": "23.5.3 [unord.map], 23.5.4 [unord.multimap], 23.5.7 [unord.multiset]",
		"status": "C++11",
		"submitter": "Nicolai Josuttis",
		"opened": "2010-10-09",
		"last_modified": "2016-01-28"
	},
	"LWG1520": {
		"type": "issue",
		"title": "INVOKE on member data pointer with too many arguments",
		"long_link": "https://cplusplus.github.io/LWG/issue1520",
		"link": "https://wg21.link/lwg1520",
		"section": "22.10.4 [func.require]",
		"status": "C++11",
		"submitter": "Howard Hinnant",
		"opened": "2010-10-10",
		"last_modified": "2016-01-28"
	},
	"LWG1521": {
		"type": "issue",
		"title": "Requirements on internal pointer representations in containers",
		"long_link": "https://cplusplus.github.io/LWG/issue1521",
		"link": "https://wg21.link/lwg1521",
		"section": "23.2.2 [container.requirements.general]",
		"status": "Open",
		"submitter": "Mike Spertus",
		"opened": "2010-10-16",
		"last_modified": "2019-01-20"
	},
	"LWG1522": {
		"type": "issue",
		"title": "conj specification is now nonsense",
		"long_link": "https://cplusplus.github.io/LWG/issue1522",
		"link": "https://wg21.link/lwg1522",
		"section": "29.4.10 [cmplx.over]",
		"status": "C++11",
		"submitter": "P.J. Plauger",
		"opened": "2010-10-14",
		"last_modified": "2016-01-28"
	},
	"LWG1523": {
		"type": "issue",
		"title": "noexcept for Clause 29",
		"long_link": "https://cplusplus.github.io/LWG/issue1523",
		"link": "https://wg21.link/lwg1523",
		"section": "32.5 [atomics]",
		"status": "Resolved",
		"submitter": "Hans Boehm",
		"opened": "2010-11-13",
		"last_modified": "2016-01-28"
	},
	"LWG1524": {
		"type": "issue",
		"title": "Allocation functions are missing happens-before requirements and guarantees",
		"long_link": "https://cplusplus.github.io/LWG/issue1524",
		"link": "https://wg21.link/lwg1524",
		"section": "17.6.3.5 [new.delete.dataraces]",
		"status": "C++11",
		"submitter": "Hans Boehm",
		"opened": "2011-02-26",
		"last_modified": "2016-01-28"
	},
	"LWG1525": {
		"type": "issue",
		"title": "Effects of resize(size()) on a vector",
		"long_link": "https://cplusplus.github.io/LWG/issue1525",
		"link": "https://wg21.link/lwg1525",
		"section": "23.3.13.3 [vector.capacity]",
		"status": "C++11",
		"submitter": "BSI",
		"opened": "2011-03-24",
		"last_modified": "2016-01-28"
	},
	"LWG1526": {
		"type": "issue",
		"title": "C++ should not impose thread safety requirements on C99 library implementations",
		"long_link": "https://cplusplus.github.io/LWG/issue1526",
		"link": "https://wg21.link/lwg1526",
		"section": "16.4.6.10 [res.on.data.races]",
		"status": "Resolved",
		"submitter": "BSI",
		"opened": "2011-03-24",
		"last_modified": "2016-01-28"
	},
	"LWG2000": {
		"type": "issue",
		"title": "Missing definition of packaged_task specialization of uses_allocator",
		"long_link": "https://cplusplus.github.io/LWG/issue2000",
		"link": "https://wg21.link/lwg2000",
		"section": "32.10.10.3 [futures.task.nonmembers]",
		"status": "C++11",
		"submitter": "Howard Hinnant",
		"opened": "2010-08-29",
		"last_modified": "2016-01-28"
	},
	"LWG2001": {
		"type": "issue",
		"title": "Class template basic_regex uses non existent string_type",
		"long_link": "https://cplusplus.github.io/LWG/issue2001",
		"link": "https://wg21.link/lwg2001",
		"section": "28.6.7.3 [re.regex.assign]",
		"status": "C++11",
		"submitter": "Volker Lukas",
		"opened": "2010-10-21",
		"last_modified": "2016-01-28"
	},
	"LWG2002": {
		"type": "issue",
		"title": "Class template match_results does not specify the semantics of operator==",
		"long_link": "https://cplusplus.github.io/LWG/issue2002",
		"link": "https://wg21.link/lwg2002",
		"section": "28.6.9.9 [re.results.nonmember]",
		"status": "Resolved",
		"submitter": "Daniel Krügler",
		"opened": "2010-10-24",
		"last_modified": "2016-01-28"
	},
	"LWG2003": {
		"type": "issue",
		"title": "String exception inconsistency in erase.",
		"long_link": "https://cplusplus.github.io/LWG/issue2003",
		"link": "https://wg21.link/lwg2003",
		"section": "27.4.3.2 [string.require]",
		"status": "C++14",
		"submitter": "José Daniel García Sánchez",
		"opened": "2010-10-21",
		"last_modified": "2016-11-12"
	},
	"LWG2004": {
		"type": "issue",
		"title": "duration::operator* has template parameters in funny order",
		"long_link": "https://cplusplus.github.io/LWG/issue2004",
		"link": "https://wg21.link/lwg2004",
		"section": "30.5.6 [time.duration.nonmember]",
		"status": "C++11",
		"submitter": "P.J. Plauger",
		"opened": "2010-10-14",
		"last_modified": "2016-01-28"
	},
	"LWG2005": {
		"type": "issue",
		"title": "unordered_map::insert(T&&) protection should apply to map too",
		"long_link": "https://cplusplus.github.io/LWG/issue2005",
		"link": "https://wg21.link/lwg2005",
		"section": "23.4.3.4 [map.modifiers], 23.4.4.3 [multimap.modifiers], 23.5.3.4 [unord.map.modifiers], 23.5.4.3 [unord.multimap.modifiers]",
		"status": "C++14",
		"submitter": "P.J. Plauger",
		"opened": "2010-10-14",
		"last_modified": "2016-01-28"
	},
	"LWG2006": {
		"type": "issue",
		"title": "emplace broken for associative containers",
		"long_link": "https://cplusplus.github.io/LWG/issue2006",
		"link": "https://wg21.link/lwg2006",
		"section": "23.2.8 [unord.req]",
		"status": "NAD",
		"submitter": "Pablo Halpern",
		"opened": "2010-10-18",
		"last_modified": "2016-01-28"
	},
	"LWG2007": {
		"type": "issue",
		"title": "Incorrect specification of return value for map<>::at()",
		"long_link": "https://cplusplus.github.io/LWG/issue2007",
		"link": "https://wg21.link/lwg2007",
		"section": "23.4.3.3 [map.access]",
		"status": "C++11",
		"submitter": "Matt Austern",
		"opened": "2010-11-01",
		"last_modified": "2016-01-28"
	},
	"LWG2008": {
		"type": "issue",
		"title": "Conflicting Error Conditions for packaged_task::operator()",
		"long_link": "https://cplusplus.github.io/LWG/issue2008",
		"link": "https://wg21.link/lwg2008",
		"section": "32.10.10.2 [futures.task.members]",
		"status": "C++11",
		"submitter": "Pete Becker",
		"opened": "2010-06-21",
		"last_modified": "2016-01-28"
	},
	"LWG2009": {
		"type": "issue",
		"title": "Reporting out-of-bound values on numeric string conversions",
		"long_link": "https://cplusplus.github.io/LWG/issue2009",
		"link": "https://wg21.link/lwg2009",
		"section": "27.4.5 [string.conversions]",
		"status": "C++14",
		"submitter": "Alisdair Meredith",
		"opened": "2010-07-19",
		"last_modified": "2016-01-28"
	},
	"LWG2010": {
		"type": "issue",
		"title": "is_* traits for binding operations can't be meaningfully specialized",
		"long_link": "https://cplusplus.github.io/LWG/issue2010",
		"link": "https://wg21.link/lwg2010",
		"section": "22.10.15.2 [func.bind.isbind]",
		"status": "C++14",
		"submitter": "Sean Hunt",
		"opened": "2010-07-19",
		"last_modified": "2016-01-28"
	},
	"LWG2011": {
		"type": "issue",
		"title": "Unexpected output required of strings",
		"long_link": "https://cplusplus.github.io/LWG/issue2011",
		"link": "https://wg21.link/lwg2011",
		"section": "27.4.4.4 [string.io]",
		"status": "C++14",
		"submitter": "James Kanze",
		"opened": "2010-07-23",
		"last_modified": "2016-01-28"
	},
	"LWG2012": {
		"type": "issue",
		"title": "Associative maps should insert pair, not tuple",
		"long_link": "https://cplusplus.github.io/LWG/issue2012",
		"link": "https://wg21.link/lwg2012",
		"section": "23.4 [associative]",
		"status": "Resolved",
		"submitter": "Paolo Carlini",
		"opened": "2010-10-29",
		"last_modified": "2016-01-28"
	},
	"LWG2013": {
		"type": "issue",
		"title": "Do library implementers have the freedom to add constexpr?",
		"long_link": "https://cplusplus.github.io/LWG/issue2013",
		"link": "https://wg21.link/lwg2013",
		"section": "16.4.6.7 [constexpr.functions]",
		"status": "C++14",
		"submitter": "Matt Austern",
		"opened": "2010-11-12",
		"last_modified": "2016-01-28"
	},
	"LWG2014": {
		"type": "issue",
		"title": "More restrictions on macro names",
		"long_link": "https://cplusplus.github.io/LWG/issue2014",
		"link": "https://wg21.link/lwg2014",
		"section": "16.4.5.3.3 [macro.names]",
		"status": "C++11",
		"submitter": "Alberto Ganesh Barbati",
		"opened": "2010-11-16",
		"last_modified": "2016-01-28"
	},
	"LWG2015": {
		"type": "issue",
		"title": "Incorrect pre-conditions for some type traits",
		"long_link": "https://cplusplus.github.io/LWG/issue2015",
		"link": "https://wg21.link/lwg2015",
		"section": "21.3.6 [meta.unary]",
		"status": "C++14",
		"submitter": "Nikolay Ivchenkov",
		"opened": "2010-11-08",
		"last_modified": "2016-01-28"
	},
	"LWG2016": {
		"type": "issue",
		"title": "Allocators must be no-throw swappable",
		"long_link": "https://cplusplus.github.io/LWG/issue2016",
		"link": "https://wg21.link/lwg2016",
		"section": "16.4.4.6 [allocator.requirements]",
		"status": "C++17",
		"submitter": "Daniel Krügler",
		"opened": "2010-11-17",
		"last_modified": "2017-07-30"
	},
	"LWG2017": {
		"type": "issue",
		"title": "std::reference_wrapper makes incorrect usage of std::result_of",
		"long_link": "https://cplusplus.github.io/LWG/issue2017",
		"link": "https://wg21.link/lwg2017",
		"section": "22.10.6 [refwrap]",
		"status": "C++11",
		"submitter": "Nikolay Ivchenkov",
		"opened": "2010-11-15",
		"last_modified": "2016-01-28"
	},
	"LWG2018": {
		"type": "issue",
		"title": "[CD] regex_traits::isctype Returns clause is wrong",
		"long_link": "https://cplusplus.github.io/LWG/issue2018",
		"link": "https://wg21.link/lwg2018",
		"section": "28.6.6 [re.traits]",
		"status": "C++14",
		"submitter": "Jonathan Wakely",
		"opened": "2010-11-16",
		"last_modified": "2016-01-28"
	},
	"LWG2019": {
		"type": "issue",
		"title": "isblank not supported by std::locale",
		"long_link": "https://cplusplus.github.io/LWG/issue2019",
		"link": "https://wg21.link/lwg2019",
		"section": "28.3.3.3.1 [classification]",
		"status": "C++11",
		"submitter": "Jonathan Wakely",
		"opened": "2010-11-16",
		"last_modified": "2016-01-28"
	},
	"LWG2020": {
		"type": "issue",
		"title": "Time utility arithmetic constexpr functions have invalid effects",
		"long_link": "https://cplusplus.github.io/LWG/issue2020",
		"link": "https://wg21.link/lwg2020",
		"section": "30.5.6 [time.duration.nonmember]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2010-12-06",
		"last_modified": "2016-01-28"
	},
	"LWG2021": {
		"type": "issue",
		"title": "Further incorrect usages of result_of",
		"long_link": "https://cplusplus.github.io/LWG/issue2021",
		"link": "https://wg21.link/lwg2021",
		"section": "22.10.15.4 [func.bind.bind], 32.10.1 [futures.overview], 32.10.9 [futures.async]",
		"status": "C++14",
		"submitter": "Daniel Krügler",
		"opened": "2010-12-07",
		"last_modified": "2016-01-28"
	},
	"LWG2022": {
		"type": "issue",
		"title": "reference_wrapper<T>::result_type is underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue2022",
		"link": "https://wg21.link/lwg2022",
		"section": "22.10.6 [refwrap]",
		"status": "C++11",
		"submitter": "Daniel Krügler",
		"opened": "2010-12-08",
		"last_modified": "2016-01-28"
	},
	"LWG2023": {
		"type": "issue",
		"title": "Incorrect requirements for lock_guard and unique_lock",
		"long_link": "https://cplusplus.github.io/LWG/issue2023",
		"link": "https://wg21.link/lwg2023",
		"section": "32.6.5.2 [thread.lock.guard], 32.6.5.4 [thread.lock.unique]",
		"status": "Resolved",
		"submitter": "Daniel Krügler",
		"opened": "2010-12-08",
		"last_modified": "2016-01-28"
	},
	"LWG2024": {
		"type": "issue",
		"title": "Inconsistent implementation requirements for atomic<integral> and atomic<T*>",
		"long_link": "https://cplusplus.github.io/LWG/issue2024",
		"link": "https://wg21.link/lwg2024",
		"section": "32.5.8 [atomics.types.generic]",
		"status": "Resolved",
		"submitter": "Daniel Krügler",
		"opened": "2010-12-08",
		"last_modified": "2016-01-28"
	},
	"LWG2025": {
		"type": "issue",
		"title": "Incorrect semantics of move assignment operator of packaged_task",
		"long_link": "https://cplusplus.github.io/LWG/issue2025",
		"link": "https://wg21.link/lwg2025",
		"section": "32.10.10.2 [futures.task.members]",
		"status": "Resolved",
		"submitter": "Daniel Krügler",
		"opened": "2010-12-08",
		"last_modified": "2016-01-28"
	},
	"LWG2026": {
		"type": "issue",
		"title": "hash should be std qualified for unordered container",
		"long_link": "https://cplusplus.github.io/LWG/issue2026",
		"link": "https://wg21.link/lwg2026",
		"section": "23.5 [unord]",
		"status": "NAD",
		"submitter": "Pete Becker",
		"opened": "2011-02-07",
		"last_modified": "2016-01-28"
	},
	"LWG2027": {
		"type": "issue",
		"title": "Initialization of the stored task of a packaged_task",
		"long_link": "https://cplusplus.github.io/LWG/issue2027",
		"link": "https://wg21.link/lwg2027",
		"section": "32.10.10.2 [futures.task.members]",
		"status": "C++11",
		"submitter": "Alberto Ganesh Barbati",
		"opened": "2011-02-09",
		"last_modified": "2016-01-28"
	},
	"LWG2028": {
		"type": "issue",
		"title": "messages_base::catalog overspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue2028",
		"link": "https://wg21.link/lwg2028",
		"section": "28.3.4.8.2 [locale.messages]",
		"status": "C++14",
		"submitter": "Howard Hinnant",
		"opened": "2011-02-14",
		"last_modified": "2016-01-28"
	},
	"LWG2029": {
		"type": "issue",
		"title": "Missing 'noexcept' on basic_regex move-assignment operator",
		"long_link": "https://cplusplus.github.io/LWG/issue2029",
		"link": "https://wg21.link/lwg2029",
		"section": "28.6.7 [re.regex]",
		"status": "C++11",
		"submitter": "Jonathan Wakely",
		"opened": "2011-02-16",
		"last_modified": "2016-01-28"
	},
	"LWG2030": {
		"type": "issue",
		"title": "packaged_task::result_type should be removed",
		"long_link": "https://cplusplus.github.io/LWG/issue2030",
		"link": "https://wg21.link/lwg2030",
		"section": "32.10.10 [futures.task]",
		"status": "C++11",
		"submitter": "Anthony Williams",
		"opened": "2010-11-12",
		"last_modified": "2016-01-28"
	},
	"LWG2031": {
		"type": "issue",
		"title": "std::future<>::share() only applies to rvalues",
		"long_link": "https://cplusplus.github.io/LWG/issue2031",
		"link": "https://wg21.link/lwg2031",
		"section": "32.10.7 [futures.unique.future]",
		"status": "C++11",
		"submitter": "Anthony Williams",
		"opened": "2011-02-17",
		"last_modified": "2021-06-06"
	},
	"LWG2032": {
		"type": "issue",
		"title": "Incorrect synchronization clause of async function",
		"long_link": "https://cplusplus.github.io/LWG/issue2032",
		"link": "https://wg21.link/lwg2032",
		"section": "32.10.9 [futures.async]",
		"status": "C++11",
		"submitter": "Alberto Ganesh Barbati",
		"opened": "2011-02-17",
		"last_modified": "2016-01-28"
	},
	"LWG2033": {
		"type": "issue",
		"title": "Preconditions of reserve, shrink_to_fit, and resize functions",
		"long_link": "https://cplusplus.github.io/LWG/issue2033",
		"link": "https://wg21.link/lwg2033",
		"section": "23.3.13.3 [vector.capacity], 23.3.5.3 [deque.capacity]",
		"status": "C++14",
		"submitter": "Nikolay Ivchenkov",
		"opened": "2011-02-20",
		"last_modified": "2016-01-28"
	},
	"LWG2034": {
		"type": "issue",
		"title": "Initialization of atomics is misspecified so that it doesn't preserve sequential consistency",
		"long_link": "https://cplusplus.github.io/LWG/issue2034",
		"link": "https://wg21.link/lwg2034",
		"section": "32.5.4 [atomics.order]",
		"status": "Resolved",
		"submitter": "Hans Boehm",
		"opened": "2011-02-26",
		"last_modified": "2016-01-28"
	},
	"LWG2035": {
		"type": "issue",
		"title": "Output iterator requirements are broken",
		"long_link": "https://cplusplus.github.io/LWG/issue2035",
		"link": "https://wg21.link/lwg2035",
		"section": "24.3.5.4 [output.iterators]",
		"status": "Open",
		"submitter": "Daniel Krügler",
		"opened": "2011-02-27",
		"last_modified": "2025-03-13"
	},
	"LWG2036": {
		"type": "issue",
		"title": "istream >> char and eofbit",
		"long_link": "https://cplusplus.github.io/LWG/issue2036",
		"link": "https://wg21.link/lwg2036",
		"section": "31.7.5.2 [istream]",
		"status": "NAD",
		"submitter": "Howard Hinnant",
		"opened": "2011-02-27",
		"last_modified": "2016-01-28"
	},
	"LWG2037": {
		"type": "issue",
		"title": "atomic free functions incorrectly specified",
		"long_link": "https://cplusplus.github.io/LWG/issue2037",
		"link": "https://wg21.link/lwg2037",
		"section": "32.5.2 [atomics.syn]",
		"status": "Resolved",
		"submitter": "Pete Becker",
		"opened": "2011-03-01",
		"last_modified": "2016-01-28"
	},
	"LWG2038": {
		"type": "issue",
		"title": "Missing definition for incrementable iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue2038",
		"link": "https://wg21.link/lwg2038",
		"section": "24.3.5.4 [output.iterators]",
		"status": "Open",
		"submitter": "Pete Becker",
		"opened": "2011-02-27",
		"last_modified": "2016-01-28"
	},
	"LWG2039": {
		"type": "issue",
		"title": "Issues with std::reverse and std::copy_if",
		"long_link": "https://cplusplus.github.io/LWG/issue2039",
		"link": "https://wg21.link/lwg2039",
		"section": "26.7.1 [alg.copy], 26.7.10 [alg.reverse]",
		"status": "C++14",
		"submitter": "Nikolay Ivchenkov",
		"opened": "2011-03-02",
		"last_modified": "2016-01-28"
	},
	"LWG2040": {
		"type": "issue",
		"title": "Missing type traits related to is_convertible",
		"long_link": "https://cplusplus.github.io/LWG/issue2040",
		"link": "https://wg21.link/lwg2040",
		"section": "21 [meta]",
		"status": "Resolved",
		"submitter": "Daniel Krügler",
		"opened": "2011-03-03",
		"last_modified": "2020-09-06"
	},
	"LWG2041": {
		"type": "issue",
		"title": "Stage 2 accumulate incompatibilty",
		"long_link": "https://cplusplus.github.io/LWG/issue2041",
		"link": "https://wg21.link/lwg2041",
		"section": "28.3.4.3.2.3 [facet.num.get.virtuals]",
		"status": "C++11",
		"submitter": "Howard Hinnant",
		"opened": "2011-03-09",
		"last_modified": "2016-01-28"
	},
	"LWG2042": {
		"type": "issue",
		"title": "Comparing forward_list::before_begin() to forward_list::end()",
		"long_link": "https://cplusplus.github.io/LWG/issue2042",
		"link": "https://wg21.link/lwg2042",
		"section": "23.3.7.3 [forward.list.iter]",
		"status": "C++11",
		"submitter": "Joe Gottman",
		"opened": "2011-03-13",
		"last_modified": "2023-02-07"
	},
	"LWG2043": {
		"type": "issue",
		"title": "std{in,out,err} should be usable as field names",
		"long_link": "https://cplusplus.github.io/LWG/issue2043",
		"link": "https://wg21.link/lwg2043",
		"section": "31.13 [c.files]",
		"status": "NAD",
		"submitter": "Jeffrey Yasskin",
		"opened": "2011-03-23",
		"last_modified": "2016-01-28"
	},
	"LWG2044": {
		"type": "issue",
		"title": "No definition of \"Stable\" for copy algorithms",
		"long_link": "https://cplusplus.github.io/LWG/issue2044",
		"link": "https://wg21.link/lwg2044",
		"section": "16.4.6.8 [algorithm.stable]",
		"status": "C++14",
		"submitter": "Pablo Halpern",
		"opened": "2011-03-24",
		"last_modified": "2016-01-28"
	},
	"LWG2045": {
		"type": "issue",
		"title": "forward_list::merge and forward_list::splice_after with unequal allocators",
		"long_link": "https://cplusplus.github.io/LWG/issue2045",
		"link": "https://wg21.link/lwg2045",
		"section": "23.3.7.6 [forward.list.ops]",
		"status": "C++14",
		"submitter": "Pablo Halpern",
		"opened": "2011-03-24",
		"last_modified": "2023-02-07"
	},
	"LWG2046": {
		"type": "issue",
		"title": "shared_future(future<R>&&) should be allowed to throw",
		"long_link": "https://cplusplus.github.io/LWG/issue2046",
		"link": "https://wg21.link/lwg2046",
		"section": "32.10.8 [futures.shared.future]",
		"status": "NAD",
		"submitter": "Peter Sommerlad",
		"opened": "2011-04-04",
		"last_modified": "2021-06-06"
	},
	"LWG2047": {
		"type": "issue",
		"title": "Incorrect \"mixed\" move-assignment semantics of unique_ptr",
		"long_link": "https://cplusplus.github.io/LWG/issue2047",
		"link": "https://wg21.link/lwg2047",
		"section": "20.3.1.3.4 [unique.ptr.single.asgn]",
		"status": "C++14",
		"submitter": "Daniel Krügler",
		"opened": "2011-04-16",
		"last_modified": "2016-01-28"
	},
	"LWG2048": {
		"type": "issue",
		"title": "Unnecessary mem_fn overloads",
		"long_link": "https://cplusplus.github.io/LWG/issue2048",
		"link": "https://wg21.link/lwg2048",
		"section": "22.10 [function.objects], 22.10.16 [func.memfn]",
		"status": "C++14",
		"submitter": "Jonathan Wakely",
		"opened": "2011-04-18",
		"last_modified": "2016-01-28"
	},
	"LWG2049": {
		"type": "issue",
		"title": "is_destructible is underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue2049",
		"link": "https://wg21.link/lwg2049",
		"section": "21.3.6.4 [meta.unary.prop]",
		"status": "C++14",
		"submitter": "Daniel Krügler",
		"opened": "2011-04-18",
		"last_modified": "2016-01-28"
	},
	"LWG2050": {
		"type": "issue",
		"title": "Unordered associative containers do not use allocator_traits to define member types",
		"long_link": "https://cplusplus.github.io/LWG/issue2050",
		"link": "https://wg21.link/lwg2050",
		"section": "23.5 [unord]",
		"status": "C++14",
		"submitter": "Tom Zieberman",
		"opened": "2011-04-29",
		"last_modified": "2016-01-28"
	},
	"LWG2051": {
		"type": "issue",
		"title": "Explicit tuple constructors for more than one parameter",
		"long_link": "https://cplusplus.github.io/LWG/issue2051",
		"link": "https://wg21.link/lwg2051",
		"section": "22.4.4 [tuple.tuple], 22.4.4.2 [tuple.cnstr]",
		"status": "Resolved",
		"submitter": "Ville Voutilainen",
		"opened": "2011-05-01",
		"last_modified": "2016-01-28"
	},
	"LWG2052": {
		"type": "issue",
		"title": "Mixup between mapped_type and value_type for associative containers",
		"long_link": "https://cplusplus.github.io/LWG/issue2052",
		"link": "https://wg21.link/lwg2052",
		"section": "23.2.7 [associative.reqmts]",
		"status": "Resolved",
		"submitter": "Marc Glisse",
		"opened": "2011-05-04",
		"last_modified": "2016-01-28"
	},
	"LWG2053": {
		"type": "issue",
		"title": "Errors in regex bitmask types",
		"long_link": "https://cplusplus.github.io/LWG/issue2053",
		"link": "https://wg21.link/lwg2053",
		"section": "28.6.4 [re.const]",
		"status": "C++14",
		"submitter": "Jonathan Wakely",
		"opened": "2011-05-09",
		"last_modified": "2016-01-28"
	},
	"LWG2054": {
		"type": "issue",
		"title": "time_point constructors need to be constexpr",
		"long_link": "https://cplusplus.github.io/LWG/issue2054",
		"link": "https://wg21.link/lwg2054",
		"section": "30.6 [time.point]",
		"status": "Resolved",
		"submitter": "Anthony Williams",
		"opened": "2011-05-13",
		"last_modified": "2016-01-28"
	},
	"LWG2055": {
		"type": "issue",
		"title": "std::move in std::accumulate and other algorithms",
		"long_link": "https://cplusplus.github.io/LWG/issue2055",
		"link": "https://wg21.link/lwg2055",
		"section": "26.10 [numeric.ops]",
		"status": "Resolved",
		"submitter": "Chris Jefferson",
		"opened": "2011-01-01",
		"last_modified": "2020-09-06"
	},
	"LWG2056": {
		"type": "issue",
		"title": "future_errc enums start with value 0 (invalid value for broken_promise)",
		"long_link": "https://cplusplus.github.io/LWG/issue2056",
		"link": "https://wg21.link/lwg2056",
		"section": "32.10.1 [futures.overview]",
		"status": "C++14",
		"submitter": "Nicolai Josuttis",
		"opened": "2011-05-18",
		"last_modified": "2016-01-28"
	},
	"LWG2057": {
		"type": "issue",
		"title": "time_point + duration semantics should be made constexpr conforming",
		"long_link": "https://cplusplus.github.io/LWG/issue2057",
		"link": "https://wg21.link/lwg2057",
		"section": "30.6.6 [time.point.nonmember]",
		"status": "Resolved",
		"submitter": "Daniel Krügler",
		"opened": "2011-05-21",
		"last_modified": "2016-01-28"
	},
	"LWG2058": {
		"type": "issue",
		"title": "valarray and begin/end",
		"long_link": "https://cplusplus.github.io/LWG/issue2058",
		"link": "https://wg21.link/lwg2058",
		"section": "29.6 [numarray]",
		"status": "C++14",
		"submitter": "Gabriel Dos Reis",
		"opened": "2011-05-17",
		"last_modified": "2016-01-28"
	},
	"LWG2059": {
		"type": "issue",
		"title": "C++0x ambiguity problem with map::erase",
		"long_link": "https://cplusplus.github.io/LWG/issue2059",
		"link": "https://wg21.link/lwg2059",
		"section": "23.4.3 [map]",
		"status": "C++17",
		"submitter": "Christopher Jefferson",
		"opened": "2011-05-18",
		"last_modified": "2017-07-30"
	},
	"LWG2060": {
		"type": "issue",
		"title": "unique_ptr<T[]>(nullptr_t) missing noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue2060",
		"link": "https://wg21.link/lwg2060",
		"section": "20.3.1.4 [unique.ptr.runtime]",
		"status": "NAD Editorial",
		"submitter": "Howard Hinnant, Paolo Carlini",
		"opened": "2011-05-27",
		"last_modified": "2016-01-28"
	},
	"LWG2061": {
		"type": "issue",
		"title": "make_move_iterator and arrays",
		"long_link": "https://cplusplus.github.io/LWG/issue2061",
		"link": "https://wg21.link/lwg2061",
		"section": "24.2 [iterator.synopsis], 24.5.4 [move.iterators]",
		"status": "C++14",
		"submitter": "Marc Glisse",
		"opened": "2011-05-28",
		"last_modified": "2016-01-28"
	},
	"LWG2062": {
		"type": "issue",
		"title": "Effect contradictions w/o no-throw guarantee of std::function swaps",
		"long_link": "https://cplusplus.github.io/LWG/issue2062",
		"link": "https://wg21.link/lwg2062",
		"section": "22.10.17.3 [func.wrap.func], 22.10.17.3.3 [func.wrap.func.mod]",
		"status": "C++17",
		"submitter": "Daniel Krügler",
		"opened": "2011-05-28",
		"last_modified": "2020-09-06"
	},
	"LWG2063": {
		"type": "issue",
		"title": "Contradictory requirements for string move assignment",
		"long_link": "https://cplusplus.github.io/LWG/issue2063",
		"link": "https://wg21.link/lwg2063",
		"section": "27.4.3 [basic.string]",
		"status": "C++17",
		"submitter": "Howard Hinnant",
		"opened": "2011-05-29",
		"last_modified": "2017-07-30"
	},
	"LWG2064": {
		"type": "issue",
		"title": "More noexcept issues in basic_string",
		"long_link": "https://cplusplus.github.io/LWG/issue2064",
		"link": "https://wg21.link/lwg2064",
		"section": "27.4.3 [basic.string]",
		"status": "C++14",
		"submitter": "Howard Hinnant",
		"opened": "2011-05-29",
		"last_modified": "2016-11-12"
	},
	"LWG2065": {
		"type": "issue",
		"title": "Minimal allocator interface",
		"long_link": "https://cplusplus.github.io/LWG/issue2065",
		"link": "https://wg21.link/lwg2065",
		"section": "16.4.4.6 [allocator.requirements]",
		"status": "C++14",
		"submitter": "Jonathan Wakely",
		"opened": "2011-06-06",
		"last_modified": "2016-01-28"
	},
	"LWG2066": {
		"type": "issue",
		"title": "Missing specification of vector::resize(size_type)",
		"long_link": "https://cplusplus.github.io/LWG/issue2066",
		"link": "https://wg21.link/lwg2066",
		"section": "23.3.13.3 [vector.capacity]",
		"status": "Resolved",
		"submitter": "Rani Sharoni",
		"opened": "2011-03-29",
		"last_modified": "2016-01-28"
	},
	"LWG2067": {
		"type": "issue",
		"title": "packaged_task should have deleted copy c'tor with const parameter",
		"long_link": "https://cplusplus.github.io/LWG/issue2067",
		"link": "https://wg21.link/lwg2067",
		"section": "32.10.10 [futures.task]",
		"status": "C++14",
		"submitter": "Daniel Krügler",
		"opened": "2011-06-16",
		"last_modified": "2016-01-28"
	},
	"LWG2068": {
		"type": "issue",
		"title": "std::pair not C++03-compatible with defaulted copy c'tor",
		"long_link": "https://cplusplus.github.io/LWG/issue2068",
		"link": "https://wg21.link/lwg2068",
		"section": "22.3.2 [pairs.pair]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"opened": "2011-06-18",
		"last_modified": "2016-01-28"
	},
	"LWG2069": {
		"type": "issue",
		"title": "Inconsistent exception spec for basic_string move constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue2069",
		"link": "https://wg21.link/lwg2069",
		"section": "27.4.3.3 [string.cons]",
		"status": "C++14",
		"submitter": "Bo Persson",
		"opened": "2011-07-01",
		"last_modified": "2016-01-28"
	},
	"LWG2070": {
		"type": "issue",
		"title": "allocate_shared should use allocator_traits<A>::construct",
		"long_link": "https://cplusplus.github.io/LWG/issue2070",
		"link": "https://wg21.link/lwg2070",
		"section": "20.3.2.2.7 [util.smartptr.shared.create]",
		"status": "Resolved",
		"submitter": "Jonathan Wakely",
		"opened": "2011-07-11",
		"last_modified": "2017-07-16"
	},
	"LWG2071": {
		"type": "issue",
		"title": "std::valarray move-assignment",
		"long_link": "https://cplusplus.github.io/LWG/issue2071",
		"link": "https://wg21.link/lwg2071",
		"section": "29.6.2.3 [valarray.assign]",
		"status": "C++14",
		"submitter": "Paolo Carlini",
		"opened": "2011-05-05",
		"last_modified": "2016-01-28"
	},
	"LWG2072": {
		"type": "issue",
		"title": "Unclear wording about capacity of temporary buffers",
		"long_link": "https://cplusplus.github.io/LWG/issue2072",
		"link": "https://wg21.link/lwg2072",
		"section": "99 [depr.temporary.buffer]",
		"status": "C++17",
		"submitter": "Kazutoshi Satoda",
		"opened": "2011-08-10",
		"last_modified": "2025-03-13"
	},
	"LWG2073": {
		"type": "issue",
		"title": "Library exceptions that take string arguments",
		"long_link": "https://cplusplus.github.io/LWG/issue2073",
		"link": "https://wg21.link/lwg2073",
		"section": "19.2 [std.exceptions], 19.5.8 [syserr.syserr], 31.5.2.2.1 [ios.failure]",
		"status": "NAD",
		"submitter": "Eelis van der Weegen",
		"opened": "2011-08-16",
		"last_modified": "2023-02-07"
	},
	"LWG2074": {
		"type": "issue",
		"title": "Off by one error in std::reverse_copy",
		"long_link": "https://cplusplus.github.io/LWG/issue2074",
		"link": "https://wg21.link/lwg2074",
		"section": "26.7.10 [alg.reverse]",
		"status": "C++14",
		"submitter": "Peter Miller",
		"opened": "2011-08-17",
		"last_modified": "2016-01-28"
	},
	"LWG2075": {
		"type": "issue",
		"title": "Progress guarantees, lock-free property, and scheduling assumptions",
		"long_link": "https://cplusplus.github.io/LWG/issue2075",
		"link": "https://wg21.link/lwg2075",
		"section": "6.10.2 [intro.multithread], 32.5.5 [atomics.lockfree], 99 [atomics.types.operations.req]",
		"status": "Resolved",
		"submitter": "Torvald Riegel",
		"opened": "2011-08-18",
		"last_modified": "2016-01-28"
	},
	"LWG2076": {
		"type": "issue",
		"title": "Bad CopyConstructible requirement in set constructors",
		"long_link": "https://cplusplus.github.io/LWG/issue2076",
		"link": "https://wg21.link/lwg2076",
		"section": "23.4.6.2 [set.cons]",
		"status": "C++17",
		"submitter": "Jens Maurer",
		"opened": "2011-08-20",
		"last_modified": "2017-07-30"
	},
	"LWG2077": {
		"type": "issue",
		"title": "Further incomplete constraints for type traits",
		"long_link": "https://cplusplus.github.io/LWG/issue2077",
		"link": "https://wg21.link/lwg2077",
		"section": "21.3.6.4 [meta.unary.prop]",
		"status": "Open",
		"submitter": "Daniel Krügler",
		"opened": "2011-08-20",
		"last_modified": "2016-01-28"
	},
	"LWG2078": {
		"type": "issue",
		"title": "Throw specification of async() incomplete",
		"long_link": "https://cplusplus.github.io/LWG/issue2078",
		"link": "https://wg21.link/lwg2078",
		"section": "32.10.9 [futures.async]",
		"status": "C++14",
		"submitter": "Nicolai Josuttis",
		"opened": "2011-08-29",
		"last_modified": "2016-01-28"
	},
	"LWG2079": {
		"type": "issue",
		"title": "Required pow() overloads",
		"long_link": "https://cplusplus.github.io/LWG/issue2079",
		"link": "https://wg21.link/lwg2079",
		"section": "29.7 [c.math]",
		"status": "NAD",
		"submitter": "Steve Clamage",
		"opened": "2011-08-29",
		"last_modified": "2016-01-28"
	},
	"LWG2080": {
		"type": "issue",
		"title": "Specify when once_flag becomes invalid",
		"long_link": "https://cplusplus.github.io/LWG/issue2080",
		"link": "https://wg21.link/lwg2080",
		"section": "32.6.7 [thread.once]",
		"status": "C++14",
		"submitter": "Nicolai Josuttis",
		"opened": "2011-08-30",
		"last_modified": "2016-01-28"
	},
	"LWG2081": {
		"type": "issue",
		"title": "Allocator requirements should include CopyConstructible",
		"long_link": "https://cplusplus.github.io/LWG/issue2081",
		"link": "https://wg21.link/lwg2081",
		"section": "16.4.4.6 [allocator.requirements]",
		"status": "C++14",
		"submitter": "Jonathan Wakely",
		"opened": "2011-08-30",
		"last_modified": "2016-01-28"
	},
	"LWG2082": {
		"type": "issue",
		"title": "Misleading complexity requirements in <algorithm>",
		"long_link": "https://cplusplus.github.io/LWG/issue2082",
		"link": "https://wg21.link/lwg2082",
		"section": "26 [algorithms]",
		"status": "NAD",
		"submitter": "Nicolai Josuttis",
		"opened": "2011-09-02",
		"last_modified": "2016-01-28"
	},
	"LWG2083": {
		"type": "issue",
		"title": "const-qualification on weak_ptr::owner_before",
		"long_link": "https://cplusplus.github.io/LWG/issue2083",
		"link": "https://wg21.link/lwg2083",
		"section": "20.3.2.3 [util.smartptr.weak], 20.3.2.3.6 [util.smartptr.weak.obs]",
		"status": "C++14",
		"submitter": "Ai Azuma",
		"opened": "2011-09-06",
		"last_modified": "2016-01-28"
	},
	"LWG2084": {
		"type": "issue",
		"title": "basic_string use of charT*",
		"long_link": "https://cplusplus.github.io/LWG/issue2084",
		"link": "https://wg21.link/lwg2084",
		"section": "27.4.3 [basic.string]",
		"status": "NAD",
		"submitter": "Howard Hinnant",
		"opened": "2011-09-11",
		"last_modified": "2016-01-28"
	},
	"LWG2085": {
		"type": "issue",
		"title": "Wrong description of effect 1 of basic_istream::ignore",
		"long_link": "https://cplusplus.github.io/LWG/issue2085",
		"link": "https://wg21.link/lwg2085",
		"section": "31.7.5.4 [istream.unformatted]",
		"status": "C++14",
		"submitter": "Krzysztof Żelechowski",
		"opened": "2011-09-11",
		"last_modified": "2016-08-09"
	},
	"LWG2086": {
		"type": "issue",
		"title": "Overly generic type support for math functions",
		"long_link": "https://cplusplus.github.io/LWG/issue2086",
		"link": "https://wg21.link/lwg2086",
		"section": "29.7 [c.math]",
		"status": "C++14",
		"submitter": "Daniel Krügler",
		"opened": "2011-09-22",
		"last_modified": "2016-01-28"
	},
	"LWG2087": {
		"type": "issue",
		"title": "iostream_category() and noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue2087",
		"link": "https://wg21.link/lwg2087",
		"section": "31.5 [iostreams.base]",
		"status": "C++14",
		"submitter": "Nicolai Josuttis",
		"opened": "2011-09-22",
		"last_modified": "2016-01-28"
	},
	"LWG2088": {
		"type": "issue",
		"title": "std::terminate problem",
		"long_link": "https://cplusplus.github.io/LWG/issue2088",
		"link": "https://wg21.link/lwg2088",
		"section": "17.9.5 [exception.terminate]",
		"status": "Resolved",
		"submitter": "Daniel Krügler",
		"opened": "2011-09-25",
		"last_modified": "2024-11-07"
	},
	"LWG2089": {
		"type": "issue",
		"title": "std::allocator::construct should use uniform initialization",
		"long_link": "https://cplusplus.github.io/LWG/issue2089",
		"link": "https://wg21.link/lwg2089",
		"section": "20.2.10.2 [allocator.members]",
		"status": "Resolved",
		"submitter": "David Krauss",
		"opened": "2011-10-07",
		"last_modified": "2020-09-06"
	},
	"LWG2090": {
		"type": "issue",
		"title": "Minor Overconstraint in Mutex Types",
		"long_link": "https://cplusplus.github.io/LWG/issue2090",
		"link": "https://wg21.link/lwg2090",
		"section": "32.6.4.2 [thread.mutex.requirements.mutex]",
		"status": "NAD",
		"submitter": "Pete Becker",
		"opened": "2011-10-17",
		"last_modified": "2016-01-28"
	},
	"LWG2091": {
		"type": "issue",
		"title": "Misplaced effect in m.try_lock_for()",
		"long_link": "https://cplusplus.github.io/LWG/issue2091",
		"link": "https://wg21.link/lwg2091",
		"section": "32.6.4.3 [thread.timedmutex.requirements]",
		"status": "C++14",
		"submitter": "Pete Becker",
		"opened": "2011-10-18",
		"last_modified": "2016-01-28"
	},
	"LWG2092": {
		"type": "issue",
		"title": "Vague Wording for condition_variable_any",
		"long_link": "https://cplusplus.github.io/LWG/issue2092",
		"link": "https://wg21.link/lwg2092",
		"section": "32.7.5 [thread.condition.condvarany]",
		"status": "C++14",
		"submitter": "Pete Becker",
		"opened": "2011-10-20",
		"last_modified": "2016-01-28"
	},
	"LWG2093": {
		"type": "issue",
		"title": "Throws clause of condition_variable::wait with predicate",
		"long_link": "https://cplusplus.github.io/LWG/issue2093",
		"link": "https://wg21.link/lwg2093",
		"section": "32.7.4 [thread.condition.condvar]",
		"status": "C++14",
		"submitter": "Alberto Ganesh Barbati",
		"opened": "2011-10-27",
		"last_modified": "2015-10-20"
	},
	"LWG2094": {
		"type": "issue",
		"title": "duration conversion overflow shouldn't participate in overload resolution",
		"long_link": "https://cplusplus.github.io/LWG/issue2094",
		"link": "https://wg21.link/lwg2094",
		"section": "30.5.2 [time.duration.cons]",
		"status": "C++14",
		"submitter": "Vicente J. Botet Escriba",
		"opened": "2011-10-31",
		"last_modified": "2016-01-28"
	},
	"LWG2095": {
		"type": "issue",
		"title": "promise and packaged_task missing constructors needed for uses-allocator construction",
		"long_link": "https://cplusplus.github.io/LWG/issue2095",
		"link": "https://wg21.link/lwg2095",
		"section": "32.10.6 [futures.promise], 32.10.10 [futures.task]",
		"status": "Resolved",
		"submitter": "Jonathan Wakely",
		"opened": "2011-11-01",
		"last_modified": "2025-06-23",
		"github_url": "https://github.com/cplusplus/papers/issues/1580"
	},
	"LWG2096": {
		"type": "issue",
		"title": "Incorrect constraints of future::get in regard to MoveAssignable",
		"long_link": "https://cplusplus.github.io/LWG/issue2096",
		"link": "https://wg21.link/lwg2096",
		"section": "32.10.7 [futures.unique.future]",
		"status": "C++14",
		"submitter": "Daniel Krügler",
		"opened": "2011-11-02",
		"last_modified": "2021-06-06"
	},
	"LWG2097": {
		"type": "issue",
		"title": "packaged_task constructors should be constrained",
		"long_link": "https://cplusplus.github.io/LWG/issue2097",
		"link": "https://wg21.link/lwg2097",
		"section": "32.10.10.2 [futures.task.members]",
		"status": "C++14",
		"submitter": "Jonathan Wakely",
		"opened": "2011-11-02",
		"last_modified": "2016-01-28"
	},
	"LWG2098": {
		"type": "issue",
		"title": "Minor Inconsistency between promise::set_value and promise::set_value_at_thread_exit",
		"long_link": "https://cplusplus.github.io/LWG/issue2098",
		"link": "https://wg21.link/lwg2098",
		"section": "32.10.6 [futures.promise]",
		"status": "C++14",
		"submitter": "Pete Becker",
		"opened": "2011-11-14",
		"last_modified": "2016-01-28"
	},
	"LWG2099": {
		"type": "issue",
		"title": "Unnecessary constraints of va_start() usage",
		"long_link": "https://cplusplus.github.io/LWG/issue2099",
		"link": "https://wg21.link/lwg2099",
		"section": "17.14 [support.runtime]",
		"status": "C++14",
		"submitter": "Daniel Krügler",
		"opened": "2011-11-12",
		"last_modified": "2016-01-28"
	},
	"LWG2100": {
		"type": "issue",
		"title": "timed waiting functions cannot timeout if launch::async policy used",
		"long_link": "https://cplusplus.github.io/LWG/issue2100",
		"link": "https://wg21.link/lwg2100",
		"section": "32.10.9 [futures.async]",
		"status": "C++14",
		"submitter": "Jonathan Wakely",
		"opened": "2011-11-14",
		"last_modified": "2016-01-28"
	},
	"LWG2101": {
		"type": "issue",
		"title": "Some transformation types can produce impossible types",
		"long_link": "https://cplusplus.github.io/LWG/issue2101",
		"link": "https://wg21.link/lwg2101",
		"section": "21.3.9 [meta.trans]",
		"status": "C++17",
		"submitter": "Daniel Krügler",
		"opened": "2011-11-18",
		"last_modified": "2017-07-30"
	},
	"LWG2102": {
		"type": "issue",
		"title": "Why is std::launch an implementation-defined type?",
		"long_link": "https://cplusplus.github.io/LWG/issue2102",
		"link": "https://wg21.link/lwg2102",
		"section": "32.10.1 [futures.overview]",
		"status": "C++14",
		"submitter": "Jonathan Wakely",
		"opened": "2011-11-20",
		"last_modified": "2016-01-28"
	},
	"LWG2103": {
		"type": "issue",
		"title": "std::allocator_traits<std::allocator<T>>::propagate_on_container_move_assignment",
		"long_link": "https://cplusplus.github.io/LWG/issue2103",
		"link": "https://wg21.link/lwg2103",
		"section": "20.2.10 [default.allocator]",
		"status": "C++14",
		"submitter": "Ai Azuma",
		"opened": "2011-11-08",
		"last_modified": "2016-01-28"
	},
	"LWG2104": {
		"type": "issue",
		"title": "unique_lock move-assignment should not be noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue2104",
		"link": "https://wg21.link/lwg2104",
		"section": "32.6.5.4 [thread.lock.unique]",
		"status": "C++14",
		"submitter": "Anthony Williams",
		"opened": "2011-11-27",
		"last_modified": "2017-07-05"
	},
	"LWG2105": {
		"type": "issue",
		"title": "Inconsistent requirements on const_iterator's value_type",
		"long_link": "https://cplusplus.github.io/LWG/issue2105",
		"link": "https://wg21.link/lwg2105",
		"section": "23.2.2 [container.requirements.general]",
		"status": "C++14",
		"submitter": "Jeffrey Yasskin",
		"opened": "2011-11-28",
		"last_modified": "2016-01-28"
	},
	"LWG2106": {
		"type": "issue",
		"title": "move_iterator wrapping iterators returning prvalues",
		"long_link": "https://cplusplus.github.io/LWG/issue2106",
		"link": "https://wg21.link/lwg2106",
		"section": "24.5.4 [move.iterators]",
		"status": "C++17",
		"submitter": "Dave Abrahams",
		"opened": "2011-11-30",
		"last_modified": "2017-07-30"
	},
	"LWG2107": {
		"type": "issue",
		"title": "Some iterator category should guarantee the lifetime of references",
		"long_link": "https://cplusplus.github.io/LWG/issue2107",
		"link": "https://wg21.link/lwg2107",
		"section": "24.3 [iterator.requirements]",
		"status": "NAD",
		"submitter": "Jeffrey Yasskin",
		"opened": "2011-11-21",
		"last_modified": "2016-01-28"
	},
	"LWG2108": {
		"type": "issue",
		"title": "No way to identify allocator types that always compare equal",
		"long_link": "https://cplusplus.github.io/LWG/issue2108",
		"link": "https://wg21.link/lwg2108",
		"section": "16.4.4.6 [allocator.requirements]",
		"status": "Resolved",
		"submitter": "Jonathan Wakely",
		"opened": "2011-12-01",
		"last_modified": "2018-12-03"
	},
	"LWG2109": {
		"type": "issue",
		"title": "Incorrect requirements for hash specializations",
		"long_link": "https://cplusplus.github.io/LWG/issue2109",
		"link": "https://wg21.link/lwg2109",
		"section": "19.5.7 [syserr.hash], 20.3.3 [util.smartptr.hash], 22.10.19 [unord.hash], 17.7.6 [type.index.synopsis], 27.4.6 [basic.string.hash], 23.3.14 [vector.bool], 32.4.3.2 [thread.thread.id]",
		"status": "C++14",
		"submitter": "Daniel Krügler",
		"opened": "2011-12-04",
		"last_modified": "2016-01-28"
	},
	"LWG2110": {
		"type": "issue",
		"title": "remove can't swap but note says it might",
		"long_link": "https://cplusplus.github.io/LWG/issue2110",
		"link": "https://wg21.link/lwg2110",
		"section": "26.7.8 [alg.remove]",
		"status": "C++14",
		"submitter": "Howard Hinnant",
		"opened": "2011-12-07",
		"last_modified": "2016-01-28"
	},
	"LWG2111": {
		"type": "issue",
		"title": "Which unexpected/terminate handler is called from the exception handling runtime?",
		"long_link": "https://cplusplus.github.io/LWG/issue2111",
		"link": "https://wg21.link/lwg2111",
		"section": "17.9.5.4 [terminate], 99 [unexpected]",
		"status": "C++17",
		"submitter": "Howard Hinnant",
		"opened": "2011-12-06",
		"last_modified": "2017-07-30"
	},
	"LWG2112": {
		"type": "issue",
		"title": "User-defined classes that cannot be derived from",
		"long_link": "https://cplusplus.github.io/LWG/issue2112",
		"link": "https://wg21.link/lwg2112",
		"section": "16.4.6 [conforming], 20.2.9 [allocator.traits], 20.6.1 [allocator.adaptor.syn]",
		"status": "C++14",
		"submitter": "Daniel Krügler",
		"opened": "2011-11-30",
		"last_modified": "2016-01-28"
	},
	"LWG2113": {
		"type": "issue",
		"title": "Do library implementers have the freedom to add final to non-polymorphic components?",
		"long_link": "https://cplusplus.github.io/LWG/issue2113",
		"link": "https://wg21.link/lwg2113",
		"section": "16.4.6 [conforming]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"opened": "2011-11-30",
		"last_modified": "2016-01-28"
	},
	"LWG2114": {
		"type": "issue",
		"title": "Incorrect \"contextually convertible to bool\" requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue2114",
		"link": "https://wg21.link/lwg2114",
		"section": "16.4.4.4 [nullablepointer.requirements], 24.3.5.3 [input.iterators], 24.3.5.7 [random.access.iterators], 26.1 [algorithms.general], 26.8 [alg.sorting], 32.2.1 [thread.req.paramname]",
		"status": "Resolved",
		"submitter": "Daniel Krügler",
		"opened": "2011-12-09",
		"last_modified": "2025-03-13"
	},
	"LWG2115": {
		"type": "issue",
		"title": "Undefined behaviour for valarray assignments with mask_array index?",
		"long_link": "https://cplusplus.github.io/LWG/issue2115",
		"link": "https://wg21.link/lwg2115",
		"section": "29.6.8 [template.mask.array]",
		"status": "Open",
		"submitter": "Thomas Plum",
		"opened": "2011-12-10",
		"last_modified": "2016-01-28"
	},
	"LWG2116": {
		"type": "issue",
		"title": "is_nothrow_constructible and destructors",
		"long_link": "https://cplusplus.github.io/LWG/issue2116",
		"link": "https://wg21.link/lwg2116",
		"section": "21.3.6.4 [meta.unary.prop]",
		"status": "Open",
		"submitter": "Dave Abrahams",
		"opened": "2011-12-09",
		"last_modified": "2023-05-25"
	},
	"LWG2117": {
		"type": "issue",
		"title": "ios_base manipulators should have showgrouping/noshowgrouping",
		"long_link": "https://cplusplus.github.io/LWG/issue2117",
		"link": "https://wg21.link/lwg2117",
		"section": "28.3.4.3.3.3 [facet.num.put.virtuals], 31.5.2.2.2 [ios.fmtflags], 31.5.5.1 [fmtflags.manip]",
		"status": "Open",
		"submitter": "Benjamin Kosnik",
		"opened": "2011-12-15",
		"last_modified": "2023-02-07"
	},
	"LWG2118": {
		"type": "issue",
		"title": "[CD] unique_ptr for array does not support cv qualification conversion of actual argument",
		"long_link": "https://cplusplus.github.io/LWG/issue2118",
		"link": "https://wg21.link/lwg2118",
		"section": "20.3.1.4 [unique.ptr.runtime]",
		"status": "Resolved",
		"submitter": "Alf P. Steinbach",
		"opened": "2011-12-16",
		"last_modified": "2017-09-07"
	},
	"LWG2119": {
		"type": "issue",
		"title": "Missing hash specializations for extended integer types",
		"long_link": "https://cplusplus.github.io/LWG/issue2119",
		"link": "https://wg21.link/lwg2119",
		"section": "22.10.19 [unord.hash]",
		"status": "C++17",
		"submitter": "Daniel Krügler",
		"opened": "2011-12-16",
		"last_modified": "2017-07-30"
	},
	"LWG2120": {
		"type": "issue",
		"title": "What should async do if neither 'async' nor 'deferred' is set in policy?",
		"long_link": "https://cplusplus.github.io/LWG/issue2120",
		"link": "https://wg21.link/lwg2120",
		"section": "32.10.9 [futures.async]",
		"status": "C++14",
		"submitter": "Jonathan Wakely",
		"opened": "2012-01-01",
		"last_modified": "2016-01-28"
	},
	"LWG2121": {
		"type": "issue",
		"title": "app for string streams",
		"long_link": "https://cplusplus.github.io/LWG/issue2121",
		"link": "https://wg21.link/lwg2121",
		"section": "31.8.5.2 [stringstream.cons]",
		"status": "NAD",
		"submitter": "Nicolai Josuttis",
		"opened": "2012-01-15",
		"last_modified": "2018-06-07"
	},
	"LWG2122": {
		"type": "issue",
		"title": "merge() stability for lists versus forward lists",
		"long_link": "https://cplusplus.github.io/LWG/issue2122",
		"link": "https://wg21.link/lwg2122",
		"section": "23.3.11.5 [list.ops], 23.3.7.6 [forward.list.ops]",
		"status": "C++14",
		"submitter": "Nicolai Josuttis",
		"opened": "2012-01-15",
		"last_modified": "2023-02-07"
	},
	"LWG2123": {
		"type": "issue",
		"title": "merge() allocator requirements for lists versus forward lists",
		"long_link": "https://cplusplus.github.io/LWG/issue2123",
		"link": "https://wg21.link/lwg2123",
		"section": "23.3.7.6 [forward.list.ops]",
		"status": "C++14",
		"submitter": "Nicolai Josuttis",
		"opened": "2012-01-15",
		"last_modified": "2023-02-07"
	},
	"LWG2124": {
		"type": "issue",
		"title": "Seed sequence over-specified",
		"long_link": "https://cplusplus.github.io/LWG/issue2124",
		"link": "https://wg21.link/lwg2124",
		"section": "29.5.3.2 [rand.req.seedseq]",
		"status": "NAD",
		"submitter": "Alberto Ganesh Barbati",
		"opened": "2012-01-16",
		"last_modified": "2016-01-28"
	},
	"LWG2125": {
		"type": "issue",
		"title": "TimedMutex specification problem",
		"long_link": "https://cplusplus.github.io/LWG/issue2125",
		"link": "https://wg21.link/lwg2125",
		"section": "32.6.4.3 [thread.timedmutex.requirements], 32.6.4.3.2 [thread.timedmutex.class]",
		"status": "NAD Editorial",
		"submitter": "Vicente J. Botet Escriba",
		"opened": "2012-01-01",
		"last_modified": "2026-04-13"
	},
	"LWG2126": {
		"type": "issue",
		"title": "Several specification problems in regard to mutex requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue2126",
		"link": "https://wg21.link/lwg2126",
		"section": "32.6.4 [thread.mutex.requirements], 32.6.4.2.2 [thread.mutex.class], 32.6.4.2 [thread.mutex.requirements.mutex], 32.6.4.2.3 [thread.mutex.recursive], 32.6.4.3 [thread.timedmutex.requirements], 32.6.4.3.2 [thread.timedmutex.class], 32.6.4.3.3 [thread.timedmutex.recursive]",
		"status": "Pending NAD Editorial",
		"submitter": "Pete Becker",
		"opened": "2012-01-16",
		"last_modified": "2016-01-28"
	},
	"LWG2127": {
		"type": "issue",
		"title": "Move-construction with raw_storage_iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue2127",
		"link": "https://wg21.link/lwg2127",
		"section": "99 [depr.storage.iterator]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2012-01-23",
		"last_modified": "2017-07-30"
	},
	"LWG2128": {
		"type": "issue",
		"title": "Absence of global functions cbegin/cend",
		"long_link": "https://cplusplus.github.io/LWG/issue2128",
		"link": "https://wg21.link/lwg2128",
		"section": "24.2 [iterator.synopsis], 24.7 [iterator.range]",
		"status": "C++14",
		"submitter": "Dmitry Polukhin",
		"opened": "2012-01-23",
		"last_modified": "2016-01-28"
	},
	"LWG2129": {
		"type": "issue",
		"title": "User specializations of std::initializer_list",
		"long_link": "https://cplusplus.github.io/LWG/issue2129",
		"link": "https://wg21.link/lwg2129",
		"section": "16.4.5.2.1 [namespace.std], 17.11 [support.initlist]",
		"status": "C++17",
		"submitter": "Richard Smith",
		"opened": "2012-01-18",
		"last_modified": "2017-07-30"
	},
	"LWG2130": {
		"type": "issue",
		"title": "Missing ordering constraints",
		"long_link": "https://cplusplus.github.io/LWG/issue2130",
		"link": "https://wg21.link/lwg2130",
		"section": "32.5.4 [atomics.order]",
		"status": "C++14",
		"submitter": "Mark Batty",
		"opened": "2012-02-22",
		"last_modified": "2016-01-28"
	},
	"LWG2131": {
		"type": "issue",
		"title": "Member function getline taking a string as parameter",
		"long_link": "https://cplusplus.github.io/LWG/issue2131",
		"link": "https://wg21.link/lwg2131",
		"section": "31.7.5.4 [istream.unformatted]",
		"status": "NAD",
		"submitter": "Loïc Joly",
		"opened": "2012-03-05",
		"last_modified": "2016-01-28"
	},
	"LWG2132": {
		"type": "issue",
		"title": "std::function ambiguity",
		"long_link": "https://cplusplus.github.io/LWG/issue2132",
		"link": "https://wg21.link/lwg2132",
		"section": "22.10.17.3.2 [func.wrap.func.con]",
		"status": "C++14",
		"submitter": "Ville Voutilainen",
		"opened": "2012-02-28",
		"last_modified": "2016-01-28"
	},
	"LWG2133": {
		"type": "issue",
		"title": "Attitude to overloaded comma for iterators",
		"long_link": "https://cplusplus.github.io/LWG/issue2133",
		"link": "https://wg21.link/lwg2133",
		"section": "16.4.6.4 [global.functions]",
		"status": "C++17",
		"submitter": "Yakov Galka",
		"opened": "2012-01-25",
		"last_modified": "2017-07-30"
	},
	"LWG2134": {
		"type": "issue",
		"title": "Redundant Mutex requirement?",
		"long_link": "https://cplusplus.github.io/LWG/issue2134",
		"link": "https://wg21.link/lwg2134",
		"section": "32.6.4.2 [thread.mutex.requirements.mutex]",
		"status": "Pending NAD Editorial",
		"submitter": "Pete Becker",
		"opened": "2012-03-05",
		"last_modified": "2016-01-28"
	},
	"LWG2135": {
		"type": "issue",
		"title": "Unclear requirement for exceptions thrown in condition_variable::wait()",
		"long_link": "https://cplusplus.github.io/LWG/issue2135",
		"link": "https://wg21.link/lwg2135",
		"section": "32.7.4 [thread.condition.condvar], 32.7.5 [thread.condition.condvarany]",
		"status": "C++14",
		"submitter": "Pete Becker",
		"opened": "2012-03-06",
		"last_modified": "2015-10-03"
	},
	"LWG2136": {
		"type": "issue",
		"title": "Postconditions vs. exceptions",
		"long_link": "https://cplusplus.github.io/LWG/issue2136",
		"link": "https://wg21.link/lwg2136",
		"section": "16.3.2 [structure]",
		"status": "Open",
		"submitter": "Jens Maurer",
		"opened": "2012-03-08",
		"last_modified": "2024-10-05"
	},
	"LWG2137": {
		"type": "issue",
		"title": "Misleadingly constrained post-condition in the presence of exceptions",
		"long_link": "https://cplusplus.github.io/LWG/issue2137",
		"link": "https://wg21.link/lwg2137",
		"section": "28.6.7.3 [re.regex.assign]",
		"status": "Open",
		"submitter": "Jonathan Wakely",
		"opened": "2012-03-08",
		"last_modified": "2024-10-03"
	},
	"LWG2138": {
		"type": "issue",
		"title": "atomic_flag::clear should not accept memory_order_consume",
		"long_link": "https://cplusplus.github.io/LWG/issue2138",
		"link": "https://wg21.link/lwg2138",
		"section": "32.5.10 [atomics.flag]",
		"status": "C++14",
		"submitter": "Ben Viglietta",
		"opened": "2012-03-08",
		"last_modified": "2016-01-28"
	},
	"LWG2139": {
		"type": "issue",
		"title": "What is a user-defined type?",
		"long_link": "https://cplusplus.github.io/LWG/issue2139",
		"link": "https://wg21.link/lwg2139",
		"section": "16.4.5.2.1 [namespace.std], 19.5 [syserr], 20.2.8.1 [allocator.uses.trait], 22.10.15.2 [func.bind.isbind], 22.10.15.3 [func.bind.isplace], 22.10.19 [unord.hash], 21.3.9.7 [meta.trans.other], 28.3.3.1 [locale], 28.3.4.2.5 [locale.codecvt], 28.6.11.1.5 [re.regiter.incr]",
		"status": "C++20",
		"submitter": "Loïc Joly",
		"opened": "2012-03-08",
		"last_modified": "2021-02-25"
	},
	"LWG2140": {
		"type": "issue",
		"title": "Meaning of notify_all_at_thread_exit synchronization requirement?",
		"long_link": "https://cplusplus.github.io/LWG/issue2140",
		"link": "https://wg21.link/lwg2140",
		"section": "32.7 [thread.condition]",
		"status": "C++14",
		"submitter": "Pete Becker",
		"opened": "2012-03-06",
		"last_modified": "2016-01-28"
	},
	"LWG2141": {
		"type": "issue",
		"title": "common_type trait produces reference types",
		"long_link": "https://cplusplus.github.io/LWG/issue2141",
		"link": "https://wg21.link/lwg2141",
		"section": "21.3.9.7 [meta.trans.other]",
		"status": "C++14",
		"submitter": "Doug Gregor",
		"opened": "2012-03-11",
		"last_modified": "2016-01-28"
	},
	"LWG2142": {
		"type": "issue",
		"title": "packaged_task::operator() synchronization too broad?",
		"long_link": "https://cplusplus.github.io/LWG/issue2142",
		"link": "https://wg21.link/lwg2142",
		"section": "32.10.10.2 [futures.task.members]",
		"status": "C++14",
		"submitter": "Pete Becker",
		"opened": "2012-03-12",
		"last_modified": "2016-01-28"
	},
	"LWG2143": {
		"type": "issue",
		"title": "ios_base::xalloc should be thread-safe",
		"long_link": "https://cplusplus.github.io/LWG/issue2143",
		"link": "https://wg21.link/lwg2143",
		"section": "31.5.2 [ios.base]",
		"status": "C++14",
		"submitter": "Alberto Ganesh Barbati",
		"opened": "2012-03-14",
		"last_modified": "2016-01-28"
	},
	"LWG2144": {
		"type": "issue",
		"title": "Missing noexcept specification in type_index",
		"long_link": "https://cplusplus.github.io/LWG/issue2144",
		"link": "https://wg21.link/lwg2144",
		"section": "17.7.7 [type.index]",
		"status": "C++14",
		"submitter": "Daniel Krügler",
		"opened": "2012-03-18",
		"last_modified": "2016-01-28"
	},
	"LWG2145": {
		"type": "issue",
		"title": "error_category default constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue2145",
		"link": "https://wg21.link/lwg2145",
		"section": "19.5.3 [syserr.errcat]",
		"status": "C++14",
		"submitter": "Howard Hinnant",
		"opened": "2012-03-21",
		"last_modified": "2016-01-28"
	},
	"LWG2146": {
		"type": "issue",
		"title": "Are reference types CopyConstructible/MoveConstructible/CopyAssignable/MoveAssignable/Destructible?",
		"long_link": "https://cplusplus.github.io/LWG/issue2146",
		"link": "https://wg21.link/lwg2146",
		"section": "16.4.4.2 [utility.arg.requirements]",
		"status": "Open",
		"submitter": "Nikolay Ivchenkov",
		"opened": "2012-03-23",
		"last_modified": "2024-12-04"
	},
	"LWG2147": {
		"type": "issue",
		"title": "Unclear hint type in Allocator's allocate function",
		"long_link": "https://cplusplus.github.io/LWG/issue2147",
		"link": "https://wg21.link/lwg2147",
		"section": "16.4.4.6 [allocator.requirements]",
		"status": "C++14",
		"submitter": "Daniel Krügler",
		"opened": "2012-03-05",
		"last_modified": "2016-01-28"
	},
	"LWG2148": {
		"type": "issue",
		"title": "Hashing enums should be supported directly by std::hash",
		"long_link": "https://cplusplus.github.io/LWG/issue2148",
		"link": "https://wg21.link/lwg2148",
		"section": "22.10.19 [unord.hash]",
		"status": "C++14",
		"submitter": "Ville Voutilainen",
		"opened": "2012-04-10",
		"last_modified": "2016-08-03"
	},
	"LWG2149": {
		"type": "issue",
		"title": "Concerns about 20.8/5",
		"long_link": "https://cplusplus.github.io/LWG/issue2149",
		"link": "https://wg21.link/lwg2149",
		"section": "22.10 [function.objects]",
		"status": "C++14",
		"submitter": "Scott Meyers",
		"opened": "2012-02-15",
		"last_modified": "2016-01-28"
	},
	"LWG2150": {
		"type": "issue",
		"title": "Unclear specification of find_end",
		"long_link": "https://cplusplus.github.io/LWG/issue2150",
		"link": "https://wg21.link/lwg2150",
		"section": "26.6.8 [alg.find.end]",
		"status": "C++14",
		"submitter": "Andrew Koenig",
		"opened": "2012-03-28",
		"last_modified": "2016-01-28"
	},
	"LWG2151": {
		"type": "issue",
		"title": "basic_string<>::swap semantics ignore allocators",
		"long_link": "https://cplusplus.github.io/LWG/issue2151",
		"link": "https://wg21.link/lwg2151",
		"section": "27.4.3.2 [string.require]",
		"status": "Resolved",
		"submitter": "Robert Shearer",
		"opened": "2012-04-13",
		"last_modified": "2018-11-25"
	},
	"LWG2152": {
		"type": "issue",
		"title": "Instances of standard container types are not swappable",
		"long_link": "https://cplusplus.github.io/LWG/issue2152",
		"link": "https://wg21.link/lwg2152",
		"section": "16.4.4.3 [swappable.requirements], 23.2.2 [container.requirements.general]",
		"status": "LEWG",
		"submitter": "Robert Shearer",
		"opened": "2012-04-13",
		"last_modified": "2020-09-06"
	},
	"LWG2153": {
		"type": "issue",
		"title": "Narrowing of the non-member swap contract",
		"long_link": "https://cplusplus.github.io/LWG/issue2153",
		"link": "https://wg21.link/lwg2153",
		"section": "22.2.2 [utility.swap], 16.4.4.3 [swappable.requirements], 23.2.2 [container.requirements.general]",
		"status": "LEWG",
		"submitter": "Robert Shearer",
		"opened": "2012-04-13",
		"last_modified": "2020-10-02"
	},
	"LWG2154": {
		"type": "issue",
		"title": "What exactly does compile-time complexity imply?",
		"long_link": "https://cplusplus.github.io/LWG/issue2154",
		"link": "https://wg21.link/lwg2154",
		"section": "29.5.3.3 [rand.req.urng]",
		"status": "Resolved",
		"submitter": "John Salmon",
		"opened": "2012-04-26",
		"last_modified": "2020-10-06"
	},
	"LWG2155": {
		"type": "issue",
		"title": "Macro __bool_true_false_are_defined should be removed",
		"long_link": "https://cplusplus.github.io/LWG/issue2155",
		"link": "https://wg21.link/lwg2155",
		"section": "17.14 [support.runtime]",
		"status": "Resolved",
		"submitter": "Thomas Plum",
		"opened": "2012-04-30",
		"last_modified": "2020-11-09"
	},
	"LWG2156": {
		"type": "issue",
		"title": "Unordered containers' reserve(n) reserves for n-1 elements",
		"long_link": "https://cplusplus.github.io/LWG/issue2156",
		"link": "https://wg21.link/lwg2156",
		"section": "23.2.8 [unord.req]",
		"status": "C++17",
		"submitter": "Daniel James",
		"opened": "2012-05-07",
		"last_modified": "2017-07-30"
	},
	"LWG2157": {
		"type": "issue",
		"title": "How does std::array<T,0> initialization work when T is not default-constructible?",
		"long_link": "https://cplusplus.github.io/LWG/issue2157",
		"link": "https://wg21.link/lwg2157",
		"section": "23.3.3.5 [array.zero]",
		"status": "Open",
		"submitter": "Daryle Walker",
		"opened": "2012-05-08",
		"last_modified": "2021-03-14"
	},
	"LWG2158": {
		"type": "issue",
		"title": "Conditional copy/move in std::vector",
		"long_link": "https://cplusplus.github.io/LWG/issue2158",
		"link": "https://wg21.link/lwg2158",
		"section": "23.3.13.3 [vector.capacity]",
		"status": "Open",
		"submitter": "Nikolay Ivchenkov",
		"opened": "2012-05-08",
		"last_modified": "2022-11-06"
	},
	"LWG2159": {
		"type": "issue",
		"title": "atomic_flag initialization",
		"long_link": "https://cplusplus.github.io/LWG/issue2159",
		"link": "https://wg21.link/lwg2159",
		"section": "32.5.10 [atomics.flag]",
		"status": "C++14",
		"submitter": "Alberto Ganesh Barbati",
		"opened": "2012-05-24",
		"last_modified": "2016-01-28"
	},
	"LWG2160": {
		"type": "issue",
		"title": "Unintended destruction ordering-specification of resize",
		"long_link": "https://cplusplus.github.io/LWG/issue2160",
		"link": "https://wg21.link/lwg2160",
		"section": "23.3.13.3 [vector.capacity]",
		"status": "C++17",
		"submitter": "Daniel Krügler",
		"opened": "2012-06-07",
		"last_modified": "2017-07-30"
	},
	"LWG2161": {
		"type": "issue",
		"title": "const equivalence of std::map",
		"long_link": "https://cplusplus.github.io/LWG/issue2161",
		"link": "https://wg21.link/lwg2161",
		"section": "23.4 [associative], 23.5 [unord]",
		"status": "NAD",
		"submitter": "Bjarne Stroustrup",
		"opened": "2012-06-18",
		"last_modified": "2016-08-02"
	},
	"LWG2162": {
		"type": "issue",
		"title": "allocator_traits::max_size missing noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue2162",
		"link": "https://wg21.link/lwg2162",
		"section": "16.4.4.6 [allocator.requirements], 20.2.9.3 [allocator.traits.members], 20.2.9 [allocator.traits]",
		"status": "C++14",
		"submitter": "Bo Persson",
		"opened": "2012-07-03",
		"last_modified": "2016-01-28"
	},
	"LWG2163": {
		"type": "issue",
		"title": "nth_element requires inconsistent post-conditions",
		"long_link": "https://cplusplus.github.io/LWG/issue2163",
		"link": "https://wg21.link/lwg2163",
		"section": "26.8.3 [alg.nth.element]",
		"status": "C++14",
		"submitter": "Peter Sommerlad",
		"opened": "2012-07-06",
		"last_modified": "2016-01-28"
	},
	"LWG2164": {
		"type": "issue",
		"title": "What are the semantics of vector.emplace(vector.begin(), vector.back())?",
		"long_link": "https://cplusplus.github.io/LWG/issue2164",
		"link": "https://wg21.link/lwg2164",
		"section": "23.3.13.5 [vector.modifiers], 23.2 [container.requirements]",
		"status": "C++20",
		"submitter": "Howard Hinnant",
		"opened": "2012-07-07",
		"last_modified": "2021-02-25"
	},
	"LWG2165": {
		"type": "issue",
		"title": "std::atomic<X> requires X to be nothrow default constructible",
		"long_link": "https://cplusplus.github.io/LWG/issue2165",
		"link": "https://wg21.link/lwg2165",
		"section": "32.5.8 [atomics.types.generic], 32.5.8.2 [atomics.types.operations]",
		"status": "Resolved",
		"submitter": "Jonathan Wakely",
		"opened": "2012-07-19",
		"last_modified": "2016-01-28"
	},
	"LWG2166": {
		"type": "issue",
		"title": "Heap property underspecified?",
		"long_link": "https://cplusplus.github.io/LWG/issue2166",
		"link": "https://wg21.link/lwg2166",
		"section": "26.8.8 [alg.heap.operations]",
		"status": "C++17",
		"submitter": "Peter Sommerlad",
		"opened": "2012-07-09",
		"last_modified": "2017-07-30"
	},
	"LWG2167": {
		"type": "issue",
		"title": "Copy assignment requirements of Containers",
		"long_link": "https://cplusplus.github.io/LWG/issue2167",
		"link": "https://wg21.link/lwg2167",
		"section": "23.2.2 [container.requirements.general]",
		"status": "NAD",
		"submitter": "Dean Michael Berris",
		"opened": "2012-07-13",
		"last_modified": "2016-01-28"
	},
	"LWG2168": {
		"type": "issue",
		"title": "Inconsistent specification of uniform_real_distribution constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue2168",
		"link": "https://wg21.link/lwg2168",
		"section": "29.5.9.2.2 [rand.dist.uni.real]",
		"status": "C++17",
		"submitter": "Marshall Clow",
		"opened": "2012-07-14",
		"last_modified": "2017-07-30"
	},
	"LWG2169": {
		"type": "issue",
		"title": "Missing reset() requirements in unique_ptr specialization",
		"long_link": "https://cplusplus.github.io/LWG/issue2169",
		"link": "https://wg21.link/lwg2169",
		"section": "20.3.1.4.5 [unique.ptr.runtime.modifiers]",
		"status": "C++14",
		"submitter": "Geoffrey Romer",
		"opened": "2012-07-16",
		"last_modified": "2016-01-28"
	},
	"LWG2170": {
		"type": "issue",
		"title": "Aggregates cannot be DefaultConstructible",
		"long_link": "https://cplusplus.github.io/LWG/issue2170",
		"link": "https://wg21.link/lwg2170",
		"section": "16.4.4.2 [utility.arg.requirements]",
		"status": "C++17",
		"submitter": "Daniel Krügler",
		"opened": "2012-07-19",
		"last_modified": "2017-07-30"
	},
	"LWG2171": {
		"type": "issue",
		"title": "\"swappable\" undefined for swapping lvalue and rvalue",
		"long_link": "https://cplusplus.github.io/LWG/issue2171",
		"link": "https://wg21.link/lwg2171",
		"section": "16.4.4.3 [swappable.requirements]",
		"status": "NAD",
		"submitter": "Robert Shearer",
		"opened": "2012-07-24",
		"last_modified": "2016-01-28"
	},
	"LWG2172": {
		"type": "issue",
		"title": "Does atomic_compare_exchange_* accept v == nullptr arguments?",
		"long_link": "https://cplusplus.github.io/LWG/issue2172",
		"link": "https://wg21.link/lwg2172",
		"section": "99 [depr.util.smartptr.shared.atomic]",
		"status": "C++14",
		"submitter": "Howard Hinnant",
		"opened": "2012-07-28",
		"last_modified": "2017-11-29"
	},
	"LWG2173": {
		"type": "issue",
		"title": "The meaning of operator + in the description of the algorithms",
		"long_link": "https://cplusplus.github.io/LWG/issue2173",
		"link": "https://wg21.link/lwg2173",
		"section": "26 [algorithms]",
		"status": "Open",
		"submitter": "Nikolay Ivchenkov",
		"opened": "2012-08-01",
		"last_modified": "2018-06-12"
	},
	"LWG2174": {
		"type": "issue",
		"title": "wstring_convert::converted() should be noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue2174",
		"link": "https://wg21.link/lwg2174",
		"section": "99 [depr.conversions.string]",
		"status": "C++14",
		"submitter": "Jonathan Wakely",
		"opened": "2012-08-02",
		"last_modified": "2017-04-22"
	},
	"LWG2175": {
		"type": "issue",
		"title": "wstring_convert and wbuffer_convert validity",
		"long_link": "https://cplusplus.github.io/LWG/issue2175",
		"link": "https://wg21.link/lwg2175",
		"section": "99 [depr.conversions.string], 99 [depr.conversions.buffer]",
		"status": "C++14",
		"submitter": "Jonathan Wakely",
		"opened": "2012-08-02",
		"last_modified": "2017-09-07"
	},
	"LWG2176": {
		"type": "issue",
		"title": "Special members for wstring_convert and wbuffer_convert",
		"long_link": "https://cplusplus.github.io/LWG/issue2176",
		"link": "https://wg21.link/lwg2176",
		"section": "99 [depr.conversions.string], 99 [depr.conversions.buffer]",
		"status": "C++14",
		"submitter": "Jonathan Wakely",
		"opened": "2012-08-02",
		"last_modified": "2017-09-07"
	},
	"LWG2177": {
		"type": "issue",
		"title": "Requirements on Copy/MoveInsertable",
		"long_link": "https://cplusplus.github.io/LWG/issue2177",
		"link": "https://wg21.link/lwg2177",
		"section": "23.2.2 [container.requirements.general]",
		"status": "C++14",
		"submitter": "Loïc Joly",
		"opened": "2012-08-10",
		"last_modified": "2017-09-07"
	},
	"LWG2178": {
		"type": "issue",
		"title": "Allocator requirement changes not mentioned Annex C",
		"long_link": "https://cplusplus.github.io/LWG/issue2178",
		"link": "https://wg21.link/lwg2178",
		"section": "16.4.4.6 [allocator.requirements], C.8 [diff.library]",
		"status": "Pending NAD Editorial",
		"submitter": "Nevin Liber",
		"opened": "2012-08-14",
		"last_modified": "2016-11-21"
	},
	"LWG2179": {
		"type": "issue",
		"title": "enable_shared_from_this and construction from raw pointers",
		"long_link": "https://cplusplus.github.io/LWG/issue2179",
		"link": "https://wg21.link/lwg2179",
		"section": "20.3.2.7 [util.smartptr.enab], 20.3.2.2.2 [util.smartptr.shared.const]",
		"status": "Resolved",
		"submitter": "Daniel Krügler",
		"opened": "2012-08-16",
		"last_modified": "2017-09-07"
	},
	"LWG2180": {
		"type": "issue",
		"title": "Exceptions from std::seed_seq operations",
		"long_link": "https://cplusplus.github.io/LWG/issue2180",
		"link": "https://wg21.link/lwg2180",
		"section": "29.5.8.1 [rand.util.seedseq]",
		"status": "C++14",
		"submitter": "Daniel Krügler",
		"opened": "2012-08-18",
		"last_modified": "2016-01-28"
	},
	"LWG2181": {
		"type": "issue",
		"title": "Exceptions from seed sequence operations",
		"long_link": "https://cplusplus.github.io/LWG/issue2181",
		"link": "https://wg21.link/lwg2181",
		"section": "29.5.3.2 [rand.req.seedseq], 29.5.4 [rand.eng], 29.5.5 [rand.adapt]",
		"status": "C++17",
		"submitter": "Daniel Krügler",
		"opened": "2012-08-18",
		"last_modified": "2017-07-30"
	},
	"LWG2182": {
		"type": "issue",
		"title": "Container::[const_]reference types are misleadingly specified",
		"long_link": "https://cplusplus.github.io/LWG/issue2182",
		"link": "https://wg21.link/lwg2182",
		"section": "23.2.2 [container.requirements.general]",
		"status": "C++14",
		"submitter": "Daniel Krügler",
		"opened": "2012-08-20",
		"last_modified": "2017-07-05"
	},
	"LWG2183": {
		"type": "issue",
		"title": "Muddled allocator requirements for match_results constructors",
		"long_link": "https://cplusplus.github.io/LWG/issue2183",
		"link": "https://wg21.link/lwg2183",
		"section": "28.6.9.2 [re.results.const], 28.6.9.7 [re.results.all]",
		"status": "C++20",
		"submitter": "Pete Becker",
		"opened": "2012-08-29",
		"last_modified": "2021-02-25"
	},
	"LWG2184": {
		"type": "issue",
		"title": "Muddled allocator requirements for match_results assignments",
		"long_link": "https://cplusplus.github.io/LWG/issue2184",
		"link": "https://wg21.link/lwg2184",
		"section": "28.6.9.2 [re.results.const], 28.6.9.7 [re.results.all]",
		"status": "C++20",
		"submitter": "Pete Becker",
		"opened": "2012-08-29",
		"last_modified": "2021-02-25"
	},
	"LWG2185": {
		"type": "issue",
		"title": "Missing throws clause for future/shared_future::wait_for/wait_until",
		"long_link": "https://cplusplus.github.io/LWG/issue2185",
		"link": "https://wg21.link/lwg2185",
		"section": "32.10.7 [futures.unique.future], 32.10.8 [futures.shared.future]",
		"status": "C++14",
		"submitter": "Vicente J. Botet Escriba",
		"opened": "2012-09-20",
		"last_modified": "2021-06-06"
	},
	"LWG2186": {
		"type": "issue",
		"title": "Incomplete action on async/launch::deferred",
		"long_link": "https://cplusplus.github.io/LWG/issue2186",
		"link": "https://wg21.link/lwg2186",
		"section": "32.10.9 [futures.async]",
		"status": "C++14",
		"submitter": "Vicente J. Botet Escriba",
		"opened": "2012-09-20",
		"last_modified": "2017-07-05"
	},
	"LWG2187": {
		"type": "issue",
		"title": "vector<bool> is missing emplace and emplace_back member functions",
		"long_link": "https://cplusplus.github.io/LWG/issue2187",
		"link": "https://wg21.link/lwg2187",
		"section": "23.3.14 [vector.bool]",
		"status": "C++14",
		"submitter": "Nevin Liber",
		"opened": "2012-09-21",
		"last_modified": "2016-01-28"
	},
	"LWG2188": {
		"type": "issue",
		"title": "Reverse iterator does not fully support targets that overload operator&",
		"long_link": "https://cplusplus.github.io/LWG/issue2188",
		"link": "https://wg21.link/lwg2188",
		"section": "24.5.1.6 [reverse.iter.elem]",
		"status": "C++14",
		"submitter": "Alisdair Meredith",
		"opened": "2012-09-23",
		"last_modified": "2021-06-06"
	},
	"LWG2189": {
		"type": "issue",
		"title": "Throwing swap breaks unordered containers' state",
		"long_link": "https://cplusplus.github.io/LWG/issue2189",
		"link": "https://wg21.link/lwg2189",
		"section": "23.2.8.2 [unord.req.except]",
		"status": "Open",
		"submitter": "Alisdair Meredith",
		"opened": "2012-09-23",
		"last_modified": "2019-07-22"
	},
	"LWG2190": {
		"type": "issue",
		"title": "Condition variable specification",
		"long_link": "https://cplusplus.github.io/LWG/issue2190",
		"link": "https://wg21.link/lwg2190",
		"section": "32.7 [thread.condition]",
		"status": "C++14",
		"submitter": "Hans Boehm",
		"opened": "2012-09-25",
		"last_modified": "2016-01-28"
	},
	"LWG2191": {
		"type": "issue",
		"title": "Incorrect specification of match_results(match_results&&)",
		"long_link": "https://cplusplus.github.io/LWG/issue2191",
		"link": "https://wg21.link/lwg2191",
		"section": "28.6.9.2 [re.results.const]",
		"status": "C++23",
		"submitter": "Pete Becker",
		"opened": "2012-10-02",
		"last_modified": "2023-11-22"
	},
	"LWG2192": {
		"type": "issue",
		"title": "Validity and return type of std::abs(0u) is unclear",
		"long_link": "https://cplusplus.github.io/LWG/issue2192",
		"link": "https://wg21.link/lwg2192",
		"section": "29.7 [c.math]",
		"status": "C++17",
		"submitter": "Daniel Krügler",
		"opened": "2012-10-02",
		"last_modified": "2017-07-30"
	},
	"LWG2193": {
		"type": "issue",
		"title": "Default constructors for standard library containers are explicit",
		"long_link": "https://cplusplus.github.io/LWG/issue2193",
		"link": "https://wg21.link/lwg2193",
		"section": "23 [containers]",
		"status": "C++14",
		"submitter": "Richard Smith",
		"opened": "2012-10-04",
		"last_modified": "2017-07-05"
	},
	"LWG2194": {
		"type": "issue",
		"title": "Impossible container requirements for adaptor types",
		"long_link": "https://cplusplus.github.io/LWG/issue2194",
		"link": "https://wg21.link/lwg2194",
		"section": "23.6 [container.adaptors]",
		"status": "C++14",
		"submitter": "Sebastian Mach",
		"opened": "2012-10-05",
		"last_modified": "2016-01-28"
	},
	"LWG2195": {
		"type": "issue",
		"title": "Missing constructors for match_results",
		"long_link": "https://cplusplus.github.io/LWG/issue2195",
		"link": "https://wg21.link/lwg2195",
		"section": "28.6.9 [re.results]",
		"status": "C++23",
		"submitter": "Daniel Krügler",
		"opened": "2012-10-06",
		"last_modified": "2023-11-22"
	},
	"LWG2196": {
		"type": "issue",
		"title": "Specification of is_*[copy/move]_[constructible/assignable] unclear for non-referencable types",
		"long_link": "https://cplusplus.github.io/LWG/issue2196",
		"link": "https://wg21.link/lwg2196",
		"section": "21.3.6.4 [meta.unary.prop]",
		"status": "C++14",
		"submitter": "Daniel Krügler",
		"opened": "2012-10-06",
		"last_modified": "2016-01-28"
	},
	"LWG2197": {
		"type": "issue",
		"title": "Specification of is_[un]signed unclear for non-arithmetic types",
		"long_link": "https://cplusplus.github.io/LWG/issue2197",
		"link": "https://wg21.link/lwg2197",
		"section": "21.3.6.4 [meta.unary.prop]",
		"status": "C++14",
		"submitter": "Daniel Krügler",
		"opened": "2012-10-07",
		"last_modified": "2016-01-28"
	},
	"LWG2198": {
		"type": "issue",
		"title": "max_load_factor(z) makes no strong guarantees, but bans useful behavior",
		"long_link": "https://cplusplus.github.io/LWG/issue2198",
		"link": "https://wg21.link/lwg2198",
		"section": "23.2.8 [unord.req]",
		"status": "Open",
		"submitter": "Alisdair Meredith",
		"opened": "2012-10-09",
		"last_modified": "2016-12-10"
	},
	"LWG2199": {
		"type": "issue",
		"title": "unordered containers are required to have an initial max load factor of 1.0",
		"long_link": "https://cplusplus.github.io/LWG/issue2199",
		"link": "https://wg21.link/lwg2199",
		"section": "23.2.8 [unord.req]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"opened": "2012-10-09",
		"last_modified": "2016-11-21"
	},
	"LWG2200": {
		"type": "issue",
		"title": "Data race avoidance for all containers, not only for sequences",
		"long_link": "https://cplusplus.github.io/LWG/issue2200",
		"link": "https://wg21.link/lwg2200",
		"section": "23.2.3 [container.requirements.dataraces]",
		"status": "C++14",
		"submitter": "Jonathan Wakely",
		"opened": "2012-10-17",
		"last_modified": "2016-01-28"
	},
	"LWG2201": {
		"type": "issue",
		"title": "Missing macro entries from C standard library",
		"long_link": "https://cplusplus.github.io/LWG/issue2201",
		"link": "https://wg21.link/lwg2201",
		"section": "C.8 [diff.library]",
		"status": "NAD Editorial",
		"submitter": "Kevin McCarty",
		"opened": "2012-02-03",
		"last_modified": "2016-11-28"
	},
	"LWG2202": {
		"type": "issue",
		"title": "Missing allocator support by async",
		"long_link": "https://cplusplus.github.io/LWG/issue2202",
		"link": "https://wg21.link/lwg2202",
		"section": "32.10.9 [futures.async]",
		"status": "Deferred",
		"submitter": "Detlef Vollmann",
		"opened": "2012-10-19",
		"last_modified": "2016-01-28"
	},
	"LWG2203": {
		"type": "issue",
		"title": "scoped_allocator_adaptor uses wrong argument types for piecewise construction",
		"long_link": "https://cplusplus.github.io/LWG/issue2203",
		"link": "https://wg21.link/lwg2203",
		"section": "20.6.4 [allocator.adaptor.members]",
		"status": "C++14",
		"submitter": "Jonathan Wakely",
		"opened": "2012-10-19",
		"last_modified": "2016-01-28"
	},
	"LWG2204": {
		"type": "issue",
		"title": "reverse_iterator should not require a second copy of the base iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue2204",
		"link": "https://wg21.link/lwg2204",
		"section": "24.5.1.6 [reverse.iter.elem]",
		"status": "NAD",
		"submitter": "David Abrahams",
		"opened": "2012-10-30",
		"last_modified": "2021-06-06"
	},
	"LWG2205": {
		"type": "issue",
		"title": "Problematic postconditions of regex_match and regex_search",
		"long_link": "https://cplusplus.github.io/LWG/issue2205",
		"link": "https://wg21.link/lwg2205",
		"section": "28.6.10.2 [re.alg.match], 28.6.10.3 [re.alg.search]",
		"status": "C++14",
		"submitter": "Pete Becker",
		"opened": "2012-10-24",
		"last_modified": "2017-07-05"
	},
	"LWG2206": {
		"type": "issue",
		"title": "Inaccuracy in initializer_list constructor requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue2206",
		"link": "https://wg21.link/lwg2206",
		"section": "23.2.4 [sequence.reqmts], 23.2.7 [associative.reqmts], 23.2.8 [unord.req], 29.5.3.2 [rand.req.seedseq]",
		"status": "Open",
		"submitter": "Jeffrey Yasskin",
		"opened": "2012-10-21",
		"last_modified": "2020-09-06"
	},
	"LWG2207": {
		"type": "issue",
		"title": "basic_string::at should not have a Requires clause",
		"long_link": "https://cplusplus.github.io/LWG/issue2207",
		"link": "https://wg21.link/lwg2207",
		"section": "27.4.3.6 [string.access]",
		"status": "C++14",
		"submitter": "Nevin Liber",
		"opened": "2012-10-26",
		"last_modified": "2016-01-28"
	},
	"LWG2208": {
		"type": "issue",
		"title": "std::reverse_iterator should be a literal type",
		"long_link": "https://cplusplus.github.io/LWG/issue2208",
		"link": "https://wg21.link/lwg2208",
		"section": "24.5.1 [reverse.iterators]",
		"status": "Resolved",
		"submitter": "Jeffrey Yasskin",
		"opened": "2012-10-30",
		"last_modified": "2017-03-12"
	},
	"LWG2209": {
		"type": "issue",
		"title": "assign() overspecified for sequence containers",
		"long_link": "https://cplusplus.github.io/LWG/issue2209",
		"link": "https://wg21.link/lwg2209",
		"section": "23.3 [sequences]",
		"status": "C++14",
		"submitter": "Jonathan Wakely",
		"opened": "2012-10-31",
		"last_modified": "2016-01-28"
	},
	"LWG2210": {
		"type": "issue",
		"title": "Missing allocator-extended constructor for allocator-aware containers",
		"long_link": "https://cplusplus.github.io/LWG/issue2210",
		"link": "https://wg21.link/lwg2210",
		"section": "23.3 [sequences], 23.4 [associative], 23.5 [unord]",
		"status": "C++14",
		"submitter": "Jonathan Wakely",
		"opened": "2012-11-01",
		"last_modified": "2016-01-28"
	},
	"LWG2211": {
		"type": "issue",
		"title": "Replace ambiguous use of \"Allocator\" in container requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue2211",
		"link": "https://wg21.link/lwg2211",
		"section": "23.2.2 [container.requirements.general]",
		"status": "C++14",
		"submitter": "Jonathan Wakely",
		"opened": "2012-11-07",
		"last_modified": "2016-01-28"
	},
	"LWG2212": {
		"type": "issue",
		"title": "tuple_size for const pair request <tuple> header",
		"long_link": "https://cplusplus.github.io/LWG/issue2212",
		"link": "https://wg21.link/lwg2212",
		"section": "22.2 [utility]",
		"status": "C++17",
		"submitter": "Alisdair Meredith",
		"opened": "2012-11-09",
		"last_modified": "2017-07-30"
	},
	"LWG2213": {
		"type": "issue",
		"title": "Return value of std::regex_replace",
		"long_link": "https://cplusplus.github.io/LWG/issue2213",
		"link": "https://wg21.link/lwg2213",
		"section": "28.6.10.4 [re.alg.replace]",
		"status": "C++14",
		"submitter": "Pete Becker",
		"opened": "2012-11-08",
		"last_modified": "2017-07-05"
	},
	"LWG2214": {
		"type": "issue",
		"title": "Clarify basic_ios::init call restrictions",
		"long_link": "https://cplusplus.github.io/LWG/issue2214",
		"link": "https://wg21.link/lwg2214",
		"section": "31.5.4.2 [basic.ios.cons]",
		"status": "Open",
		"submitter": "Andrey Semashev",
		"opened": "2012-11-09",
		"last_modified": "2021-07-31"
	},
	"LWG2215": {
		"type": "issue",
		"title": "(unordered) associative container functors should be CopyConstructible",
		"long_link": "https://cplusplus.github.io/LWG/issue2215",
		"link": "https://wg21.link/lwg2215",
		"section": "23.2.7 [associative.reqmts], 23.2.8 [unord.req]",
		"status": "Open",
		"submitter": "Alisdair Meredith",
		"opened": "2012-11-14",
		"last_modified": "2015-10-22"
	},
	"LWG2216": {
		"type": "issue",
		"title": "regex_replace(basic_string) allocator handling",
		"long_link": "https://cplusplus.github.io/LWG/issue2216",
		"link": "https://wg21.link/lwg2216",
		"section": "28.6.10.4 [re.alg.replace]",
		"status": "New",
		"submitter": "Jeffrey Yasskin",
		"opened": "2012-11-26",
		"last_modified": "2016-01-28"
	},
	"LWG2217": {
		"type": "issue",
		"title": "operator==(sub_match, string) slices on embedded '\\0's",
		"long_link": "https://cplusplus.github.io/LWG/issue2217",
		"link": "https://wg21.link/lwg2217",
		"section": "28.6.8.3 [re.submatch.op]",
		"status": "C++17",
		"submitter": "Jeffrey Yasskin",
		"opened": "2012-11-26",
		"last_modified": "2017-07-30"
	},
	"LWG2218": {
		"type": "issue",
		"title": "Unclear how containers use allocator_traits::construct()",
		"long_link": "https://cplusplus.github.io/LWG/issue2218",
		"link": "https://wg21.link/lwg2218",
		"section": "23.2.2 [container.requirements.general]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2012-11-27",
		"last_modified": "2017-07-30"
	},
	"LWG2219": {
		"type": "issue",
		"title": "INVOKE-ing a pointer to member with a reference_wrapper as the object expression",
		"long_link": "https://cplusplus.github.io/LWG/issue2219",
		"link": "https://wg21.link/lwg2219",
		"section": "22.10.4 [func.require]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2012-11-28",
		"last_modified": "2017-07-30"
	},
	"LWG2220": {
		"type": "issue",
		"title": "Under-specification of operator== for regex_token_iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue2220",
		"link": "https://wg21.link/lwg2220",
		"section": "28.6.11.2.3 [re.tokiter.comp]",
		"status": "Open",
		"submitter": "Pete Becker",
		"opened": "2012-11-21",
		"last_modified": "2024-10-03"
	},
	"LWG2221": {
		"type": "issue",
		"title": "No formatted output operator for nullptr",
		"long_link": "https://cplusplus.github.io/LWG/issue2221",
		"link": "https://wg21.link/lwg2221",
		"section": "31.7.6 [output.streams]",
		"status": "C++17",
		"submitter": "Matt Austern",
		"opened": "2012-12-07",
		"last_modified": "2017-07-30"
	},
	"LWG2222": {
		"type": "issue",
		"title": "Inconsistency in description of forward_list::splice_after single-element overload",
		"long_link": "https://cplusplus.github.io/LWG/issue2222",
		"link": "https://wg21.link/lwg2222",
		"section": "23.3.7.6 [forward.list.ops]",
		"status": "C++14",
		"submitter": "Edward Catmur",
		"opened": "2012-12-11",
		"last_modified": "2023-02-07"
	},
	"LWG2223": {
		"type": "issue",
		"title": "shrink_to_fit effect on iterator validity",
		"long_link": "https://cplusplus.github.io/LWG/issue2223",
		"link": "https://wg21.link/lwg2223",
		"section": "23.3.13.3 [vector.capacity]",
		"status": "C++17",
		"submitter": "Juan Soulie",
		"opened": "2012-12-17",
		"last_modified": "2017-07-30"
	},
	"LWG2224": {
		"type": "issue",
		"title": "Ambiguous status of access to non-live objects",
		"long_link": "https://cplusplus.github.io/LWG/issue2224",
		"link": "https://wg21.link/lwg2224",
		"section": "16.4.5.10 [res.on.objects]",
		"status": "C++17",
		"submitter": "Geoffrey Romer",
		"opened": "2012-12-17",
		"last_modified": "2017-09-07"
	},
	"LWG2225": {
		"type": "issue",
		"title": "Unrealistic header inclusion checks required",
		"long_link": "https://cplusplus.github.io/LWG/issue2225",
		"link": "https://wg21.link/lwg2225",
		"section": "16.4.3.2 [using.headers]",
		"status": "C++14",
		"submitter": "Richard Smith",
		"opened": "2012-12-18",
		"last_modified": "2025-10-15"
	},
	"LWG2226": {
		"type": "issue",
		"title": "wstring_convert methods do not take allocator instance",
		"long_link": "https://cplusplus.github.io/LWG/issue2226",
		"link": "https://wg21.link/lwg2226",
		"section": "99 [depr.conversions.string]",
		"status": "NAD",
		"submitter": "Glen Fernandes",
		"opened": "2012-12-14",
		"last_modified": "2019-02-26"
	},
	"LWG2227": {
		"type": "issue",
		"title": "Stateful comparison objects in associative containers",
		"long_link": "https://cplusplus.github.io/LWG/issue2227",
		"link": "https://wg21.link/lwg2227",
		"section": "23.2.7 [associative.reqmts]",
		"status": "Open",
		"submitter": "Juan Soulie",
		"opened": "2012-12-19",
		"last_modified": "2019-04-23"
	},
	"LWG2228": {
		"type": "issue",
		"title": "Missing SFINAE rule in unique_ptr templated assignment",
		"long_link": "https://cplusplus.github.io/LWG/issue2228",
		"link": "https://wg21.link/lwg2228",
		"section": "20.3.1.3.4 [unique.ptr.single.asgn]",
		"status": "Resolved",
		"submitter": "Geoffrey Romer",
		"opened": "2012-12-20",
		"last_modified": "2016-01-28"
	},
	"LWG2229": {
		"type": "issue",
		"title": "Standard code conversion facets underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue2229",
		"link": "https://wg21.link/lwg2229",
		"section": "99 [depr.locale.stdcvt]",
		"status": "C++14",
		"submitter": "Beman Dawes",
		"opened": "2012-12-30",
		"last_modified": "2017-04-22"
	},
	"LWG2230": {
		"type": "issue",
		"title": "\"see below\" for initializer-list constructors of unordered containers",
		"long_link": "https://cplusplus.github.io/LWG/issue2230",
		"link": "https://wg21.link/lwg2230",
		"section": "23.5 [unord]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2013-01-06",
		"last_modified": "2017-07-30"
	},
	"LWG2231": {
		"type": "issue",
		"title": "DR 704 removes complexity guarantee for clear()",
		"long_link": "https://cplusplus.github.io/LWG/issue2231",
		"link": "https://wg21.link/lwg2231",
		"section": "23.2.4 [sequence.reqmts]",
		"status": "C++14",
		"submitter": "Jonathan Wakely",
		"opened": "2012-12-30",
		"last_modified": "2016-01-28"
	},
	"LWG2232": {
		"type": "issue",
		"title": "[CD] The char_traits specializations should declare their length(), compare(), and find() members constexpr",
		"long_link": "https://cplusplus.github.io/LWG/issue2232",
		"link": "https://wg21.link/lwg2232",
		"section": "27.2.4 [char.traits.specializations]",
		"status": "Resolved",
		"submitter": "Jeffrey Yasskin",
		"opened": "2012-12-24",
		"last_modified": "2020-09-06"
	},
	"LWG2233": {
		"type": "issue",
		"title": "bad_function_call::what() unhelpful",
		"long_link": "https://cplusplus.github.io/LWG/issue2233",
		"link": "https://wg21.link/lwg2233",
		"section": "22.10.17.2 [func.wrap.badcall]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2013-01-05",
		"last_modified": "2017-09-07"
	},
	"LWG2234": {
		"type": "issue",
		"title": "assert() should allow usage in constant expressions",
		"long_link": "https://cplusplus.github.io/LWG/issue2234",
		"link": "https://wg21.link/lwg2234",
		"section": "19.3 [assertions]",
		"status": "C++17",
		"submitter": "Daniel Krügler",
		"opened": "2013-01-12",
		"last_modified": "2017-07-30"
	},
	"LWG2235": {
		"type": "issue",
		"title": "Undefined behavior without proper requirements on basic_string constructors",
		"long_link": "https://cplusplus.github.io/LWG/issue2235",
		"link": "https://wg21.link/lwg2235",
		"section": "27.4.3.3 [string.cons]",
		"status": "C++14",
		"submitter": "Juan Soulie",
		"opened": "2013-01-17",
		"last_modified": "2016-01-28"
	},
	"LWG2236": {
		"type": "issue",
		"title": "kill_dependency unconditionally noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue2236",
		"link": "https://wg21.link/lwg2236",
		"section": "32.5.2 [atomics.syn], 32.5.4 [atomics.order]",
		"status": "Open",
		"submitter": "Daniel Krügler",
		"opened": "2013-01-19",
		"last_modified": "2025-11-06",
		"github_url": "https://github.com/cplusplus/papers/issues/2486"
	},
	"LWG2237": {
		"type": "issue",
		"title": "<cuchar> macros",
		"long_link": "https://cplusplus.github.io/LWG/issue2237",
		"link": "https://wg21.link/lwg2237",
		"section": "27.5 [c.strings]",
		"status": "New",
		"submitter": "Jason Merrill",
		"opened": "2013-01-29",
		"last_modified": "2016-01-28"
	},
	"LWG2238": {
		"type": "issue",
		"title": "Problematic iterator-pair constructor of containers",
		"long_link": "https://cplusplus.github.io/LWG/issue2238",
		"link": "https://wg21.link/lwg2238",
		"section": "27.5 [c.strings]",
		"status": "Open",
		"submitter": "Johannes Schaub",
		"opened": "2013-02-02",
		"last_modified": "2016-08-09"
	},
	"LWG2239": {
		"type": "issue",
		"title": "min/max/minmax requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue2239",
		"link": "https://wg21.link/lwg2239",
		"section": "26.8.9 [alg.min.max]",
		"status": "C++17",
		"submitter": "Juan Soulie",
		"opened": "2013-01-26",
		"last_modified": "2017-07-30"
	},
	"LWG2240": {
		"type": "issue",
		"title": "Probable misuse of term \"function scope\" in [thread.condition]",
		"long_link": "https://cplusplus.github.io/LWG/issue2240",
		"link": "https://wg21.link/lwg2240",
		"section": "32.7.4 [thread.condition.condvar], 32.7.5 [thread.condition.condvarany]",
		"status": "Resolved",
		"submitter": "FrankHB1989",
		"opened": "2013-02-03",
		"last_modified": "2016-01-28"
	},
	"LWG2241": {
		"type": "issue",
		"title": "<cstdalign> and #define of alignof",
		"long_link": "https://cplusplus.github.io/LWG/issue2241",
		"link": "https://wg21.link/lwg2241",
		"section": "17.14 [support.runtime]",
		"status": "Resolved",
		"submitter": "Richard Smith",
		"opened": "2013-02-14",
		"last_modified": "2020-09-06"
	},
	"LWG2242": {
		"type": "issue",
		"title": "[uninitialized_]copy_n() defect",
		"long_link": "https://cplusplus.github.io/LWG/issue2242",
		"link": "https://wg21.link/lwg2242",
		"section": "26.7.1 [alg.copy], 26.11.5 [uninitialized.copy]",
		"status": "NAD",
		"submitter": "Sean Parent",
		"opened": "2013-02-14",
		"last_modified": "2017-06-05"
	},
	"LWG2243": {
		"type": "issue",
		"title": "istream::putback problem",
		"long_link": "https://cplusplus.github.io/LWG/issue2243",
		"link": "https://wg21.link/lwg2243",
		"section": "31.7.5.4 [istream.unformatted]",
		"status": "C++20",
		"submitter": "Juan Soulie",
		"opened": "2013-03-01",
		"last_modified": "2021-02-25"
	},
	"LWG2244": {
		"type": "issue",
		"title": "Issue on basic_istream::seekg",
		"long_link": "https://cplusplus.github.io/LWG/issue2244",
		"link": "https://wg21.link/lwg2244",
		"section": "31.7.5.4 [istream.unformatted]",
		"status": "C++17",
		"submitter": "Juan Soulie",
		"opened": "2013-03-04",
		"last_modified": "2017-07-30"
	},
	"LWG2245": {
		"type": "issue",
		"title": "packaged_task::reset() memory allocation",
		"long_link": "https://cplusplus.github.io/LWG/issue2245",
		"link": "https://wg21.link/lwg2245",
		"section": "32.10.10.2 [futures.task.members]",
		"status": "Resolved",
		"submitter": "Jonathan Wakely",
		"opened": "2013-03-05",
		"last_modified": "2017-03-20"
	},
	"LWG2246": {
		"type": "issue",
		"title": "unique_ptr assignment effects w.r.t. deleter",
		"long_link": "https://cplusplus.github.io/LWG/issue2246",
		"link": "https://wg21.link/lwg2246",
		"section": "20.3.1.3.4 [unique.ptr.single.asgn]",
		"status": "C++14",
		"submitter": "Jonathan Wakely",
		"opened": "2013-03-13",
		"last_modified": "2016-01-28"
	},
	"LWG2247": {
		"type": "issue",
		"title": "Type traits and std::nullptr_t",
		"long_link": "https://cplusplus.github.io/LWG/issue2247",
		"link": "https://wg21.link/lwg2247",
		"section": "21.3.6.2 [meta.unary.cat]",
		"status": "C++14",
		"submitter": "Joe Gottman",
		"opened": "2013-03-15",
		"last_modified": "2016-01-28"
	},
	"LWG2248": {
		"type": "issue",
		"title": "numeric_limits::is_iec559 misnamed",
		"long_link": "https://cplusplus.github.io/LWG/issue2248",
		"link": "https://wg21.link/lwg2248",
		"section": "17.3.5 [numeric.limits]",
		"status": "New",
		"submitter": "Pete Becker",
		"opened": "2013-03-08",
		"last_modified": "2018-11-08"
	},
	"LWG2249": {
		"type": "issue",
		"title": "[CD] Remove gets from <cstdio>",
		"long_link": "https://cplusplus.github.io/LWG/issue2249",
		"link": "https://wg21.link/lwg2249",
		"section": "31.13 [c.files]",
		"status": "Resolved",
		"submitter": "Jonathan Wakely",
		"opened": "2013-04-17",
		"last_modified": "2016-10-31"
	},
	"LWG2250": {
		"type": "issue",
		"title": "Follow-up On Library Issue 2207",
		"long_link": "https://cplusplus.github.io/LWG/issue2250",
		"link": "https://wg21.link/lwg2250",
		"section": "22.9.2.2 [bitset.cons], 22.9.2.3 [bitset.members], 27.4.3.3 [string.cons], 27.4.3.7 [string.modifiers], 27.4.3.8 [string.ops]",
		"status": "C++17",
		"submitter": "Frank Birbacher",
		"opened": "2013-04-18",
		"last_modified": "2017-07-30"
	},
	"LWG2251": {
		"type": "issue",
		"title": "C++ library should define ssize_t",
		"long_link": "https://cplusplus.github.io/LWG/issue2251",
		"link": "https://wg21.link/lwg2251",
		"section": "17.2 [support.types]",
		"status": "NAD",
		"submitter": "Matt Austern",
		"opened": "2013-04-19",
		"last_modified": "2016-01-28"
	},
	"LWG2252": {
		"type": "issue",
		"title": "Strong guarantee on vector::push_back() still broken with C++11?",
		"long_link": "https://cplusplus.github.io/LWG/issue2252",
		"link": "https://wg21.link/lwg2252",
		"section": "23.3.13.5 [vector.modifiers]",
		"status": "C++14",
		"submitter": "Nicolai Josuttis",
		"opened": "2013-04-21",
		"last_modified": "2016-01-28"
	},
	"LWG2253": {
		"type": "issue",
		"title": "[arrays.ts] dynarray should state which container requirements aren't met",
		"long_link": "https://cplusplus.github.io/LWG/issue2253",
		"link": "https://wg21.link/lwg2253",
		"section": "99 [arrays.ts::dynarray.overview]",
		"status": "NAD Arrays",
		"submitter": "Jonathan Wakely",
		"opened": "2013-04-23",
		"last_modified": "2016-10-31"
	},
	"LWG2254": {
		"type": "issue",
		"title": "[arrays.ts] Is dynarray an allocator-aware container?",
		"long_link": "https://cplusplus.github.io/LWG/issue2254",
		"link": "https://wg21.link/lwg2254",
		"section": "99 [arrays.ts::container.requirements.general]",
		"status": "NAD Arrays",
		"submitter": "Jonathan Wakely",
		"opened": "2013-04-23",
		"last_modified": "2016-10-31"
	},
	"LWG2255": {
		"type": "issue",
		"title": "[arrays.ts] dynarray constructor ambiguity",
		"long_link": "https://cplusplus.github.io/LWG/issue2255",
		"link": "https://wg21.link/lwg2255",
		"section": "99 [arrays.ts::dynarray.cons]",
		"status": "NAD Arrays",
		"submitter": "Jonathan Wakely",
		"opened": "2013-04-23",
		"last_modified": "2016-03-08"
	},
	"LWG2256": {
		"type": "issue",
		"title": "On vector iterator invalidation",
		"long_link": "https://cplusplus.github.io/LWG/issue2256",
		"link": "https://wg21.link/lwg2256",
		"section": "23.3.13.5 [vector.modifiers]",
		"status": "NAD",
		"submitter": "Howard Hinnant",
		"opened": "2013-04-29",
		"last_modified": "2020-05-08"
	},
	"LWG2257": {
		"type": "issue",
		"title": "Simplify container requirements with the new algorithms",
		"long_link": "https://cplusplus.github.io/LWG/issue2257",
		"link": "https://wg21.link/lwg2257",
		"section": "23.2.2 [container.requirements.general]",
		"status": "C++14",
		"submitter": "Marshall Clow",
		"opened": "2013-05-29",
		"last_modified": "2016-01-28"
	},
	"LWG2258": {
		"type": "issue",
		"title": "a.erase(q1, q2) unable to directly return q2",
		"long_link": "https://cplusplus.github.io/LWG/issue2258",
		"link": "https://wg21.link/lwg2258",
		"section": "23.2.7 [associative.reqmts]",
		"status": "C++14",
		"submitter": "Geoff Alexander",
		"opened": "2013-05-11",
		"last_modified": "2016-01-28"
	},
	"LWG2259": {
		"type": "issue",
		"title": "Issues in 17.6.5.5 rules for member functions",
		"long_link": "https://cplusplus.github.io/LWG/issue2259",
		"link": "https://wg21.link/lwg2259",
		"section": "16.4.6.5 [member.functions]",
		"status": "C++17",
		"submitter": "Richard Smith",
		"opened": "2013-05-12",
		"last_modified": "2017-07-30"
	},
	"LWG2260": {
		"type": "issue",
		"title": "Missing requirement for Allocator::pointer",
		"long_link": "https://cplusplus.github.io/LWG/issue2260",
		"link": "https://wg21.link/lwg2260",
		"section": "16.4.4.6 [allocator.requirements]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2013-05-14",
		"last_modified": "2017-07-30"
	},
	"LWG2261": {
		"type": "issue",
		"title": "Are containers required to use their 'pointer' type internally?",
		"long_link": "https://cplusplus.github.io/LWG/issue2261",
		"link": "https://wg21.link/lwg2261",
		"section": "23.2 [container.requirements]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2013-05-14",
		"last_modified": "2017-07-30"
	},
	"LWG2262": {
		"type": "issue",
		"title": "Requirement for unique_ptr<T>::get_deleter()(p) to be able to destroy the unique_ptr",
		"long_link": "https://cplusplus.github.io/LWG/issue2262",
		"link": "https://wg21.link/lwg2262",
		"section": "20.3.1.3 [unique.ptr.single]",
		"status": "Open",
		"submitter": "Rob Desbois",
		"opened": "2013-05-15",
		"last_modified": "2017-03-21"
	},
	"LWG2263": {
		"type": "issue",
		"title": "Comparing iterators and allocator pointers with different const-character",
		"long_link": "https://cplusplus.github.io/LWG/issue2263",
		"link": "https://wg21.link/lwg2263",
		"section": "16.4.4.6 [allocator.requirements], 23.2 [container.requirements]",
		"status": "C++14",
		"submitter": "Howard Hinnant",
		"opened": "2013-06-25",
		"last_modified": "2016-01-28"
	},
	"LWG2264": {
		"type": "issue",
		"title": "[arrays.ts] std::dynarray defines its initializer-list constructor in terms of a non-existent constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue2264",
		"link": "https://wg21.link/lwg2264",
		"section": "99 [arrays.ts::dynarray], 99 [arrays.ts::container.requirements]",
		"status": "NAD Arrays",
		"submitter": "Povilas Kanapickas",
		"opened": "2013-05-22",
		"last_modified": "2016-03-08"
	},
	"LWG2265": {
		"type": "issue",
		"title": "29.3p9 appears to rule out some acceptable executions",
		"long_link": "https://cplusplus.github.io/LWG/issue2265",
		"link": "https://wg21.link/lwg2265",
		"section": "32.5.4 [atomics.order]",
		"status": "Open",
		"submitter": "Brian Demsky",
		"opened": "2013-06-17",
		"last_modified": "2016-01-28"
	},
	"LWG2266": {
		"type": "issue",
		"title": "vector and deque have incorrect insert requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue2266",
		"link": "https://wg21.link/lwg2266",
		"section": "23.2.4 [sequence.reqmts]",
		"status": "C++17",
		"submitter": "Ahmed Charles",
		"opened": "2013-05-17",
		"last_modified": "2017-07-30"
	},
	"LWG2267": {
		"type": "issue",
		"title": "partial_sort_copy underspecified for ranges of two different types",
		"long_link": "https://cplusplus.github.io/LWG/issue2267",
		"link": "https://wg21.link/lwg2267",
		"section": "26.8.2.4 [partial.sort.copy]",
		"status": "New",
		"submitter": "Matt Austern",
		"opened": "2013-06-26",
		"last_modified": "2016-01-28"
	},
	"LWG2268": {
		"type": "issue",
		"title": "Setting a default argument in the declaration of a member function assign of std::basic_string",
		"long_link": "https://cplusplus.github.io/LWG/issue2268",
		"link": "https://wg21.link/lwg2268",
		"section": "27.4.3 [basic.string]",
		"status": "C++14",
		"submitter": "Vladimir Grigoriev",
		"opened": "2013-06-26",
		"last_modified": "2016-11-12"
	},
	"LWG2269": {
		"type": "issue",
		"title": "Container iterators and argument-dependent lookup",
		"long_link": "https://cplusplus.github.io/LWG/issue2269",
		"link": "https://wg21.link/lwg2269",
		"section": "23.2.2 [container.requirements.general]",
		"status": "New",
		"submitter": "Matt Austern",
		"opened": "2013-06-26",
		"last_modified": "2016-01-28"
	},
	"LWG2270": {
		"type": "issue",
		"title": "Inconsistent to_string overloads",
		"long_link": "https://cplusplus.github.io/LWG/issue2270",
		"link": "https://wg21.link/lwg2270",
		"section": "27.4.5 [string.conversions]",
		"status": "NAD",
		"submitter": "Raf Schietekat",
		"opened": "2013-07-02",
		"last_modified": "2016-01-28"
	},
	"LWG2271": {
		"type": "issue",
		"title": "regex_traits::lookup_classname specification unclear",
		"long_link": "https://cplusplus.github.io/LWG/issue2271",
		"link": "https://wg21.link/lwg2271",
		"section": "28.6.6 [re.traits]",
		"status": "C++14",
		"submitter": "Jonathan Wakely",
		"opened": "2013-07-02",
		"last_modified": "2016-01-28"
	},
	"LWG2272": {
		"type": "issue",
		"title": "quoted should use char_traits::eq for character comparison",
		"long_link": "https://cplusplus.github.io/LWG/issue2272",
		"link": "https://wg21.link/lwg2272",
		"section": "31.7.9 [quoted.manip]",
		"status": "C++14",
		"submitter": "Marshall Clow",
		"opened": "2013-07-12",
		"last_modified": "2016-01-28"
	},
	"LWG2273": {
		"type": "issue",
		"title": "regex_match ambiguity",
		"long_link": "https://cplusplus.github.io/LWG/issue2273",
		"link": "https://wg21.link/lwg2273",
		"section": "28.6.10.2 [re.alg.match]",
		"status": "C++17",
		"submitter": "Howard Hinnant",
		"opened": "2013-07-14",
		"last_modified": "2017-07-30"
	},
	"LWG2274": {
		"type": "issue",
		"title": "Does map::operator[] value-initialize or default-insert a missing element?",
		"long_link": "https://cplusplus.github.io/LWG/issue2274",
		"link": "https://wg21.link/lwg2274",
		"section": "23.4.3.3 [map.access], 23.5.3.3 [unord.map.elem]",
		"status": "Resolved",
		"submitter": "Andrzej Krzemieński",
		"opened": "2013-07-16",
		"last_modified": "2015-10-22"
	},
	"LWG2275": {
		"type": "issue",
		"title": "[CD] Why is forward_as_tuple not constexpr?",
		"long_link": "https://cplusplus.github.io/LWG/issue2275",
		"link": "https://wg21.link/lwg2275",
		"section": "22.4.5 [tuple.creation]",
		"status": "C++14",
		"submitter": "Marshall Clow",
		"opened": "2013-07-30",
		"last_modified": "2017-09-07"
	},
	"LWG2276": {
		"type": "issue",
		"title": "Missing requirement on std::promise::set_exception",
		"long_link": "https://cplusplus.github.io/LWG/issue2276",
		"link": "https://wg21.link/lwg2276",
		"section": "32.10 [futures]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2013-07-30",
		"last_modified": "2017-07-30"
	},
	"LWG2277": {
		"type": "issue",
		"title": "[arrays.ts] <dynarray> is missing in 24.7/1",
		"long_link": "https://cplusplus.github.io/LWG/issue2277",
		"link": "https://wg21.link/lwg2277",
		"section": "99 [arrays.ts::iterator.range]",
		"status": "NAD Arrays",
		"submitter": "Cassio Neri",
		"opened": "2013-07-31",
		"last_modified": "2016-03-08"
	},
	"LWG2278": {
		"type": "issue",
		"title": "User-defined literals for Standard Library types",
		"long_link": "https://cplusplus.github.io/LWG/issue2278",
		"link": "https://wg21.link/lwg2278",
		"section": "30.2 [time.syn], 27.4 [string.classes]",
		"status": "C++14",
		"submitter": "Howard Hinnant",
		"opened": "2013-07-22",
		"last_modified": "2017-09-07"
	},
	"LWG2279": {
		"type": "issue",
		"title": "Carefully state effects of list::splice function",
		"long_link": "https://cplusplus.github.io/LWG/issue2279",
		"link": "https://wg21.link/lwg2279",
		"section": "23.3.11.5 [list.ops], 23.3.7.6 [forward.list.ops]",
		"status": "NAD",
		"submitter": "Arseny Klimovsky",
		"opened": "2013-08-15",
		"last_modified": "2023-02-07"
	},
	"LWG2280": {
		"type": "issue",
		"title": "begin/end for arrays should be constexpr and noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue2280",
		"link": "https://wg21.link/lwg2280",
		"section": "24.7 [iterator.range]",
		"status": "C++14",
		"submitter": "Andy Sawyer",
		"opened": "2013-08-22",
		"last_modified": "2016-01-28"
	},
	"LWG2281": {
		"type": "issue",
		"title": "C99 cross-reference typo in [using.linkage]",
		"long_link": "https://cplusplus.github.io/LWG/issue2281",
		"link": "https://wg21.link/lwg2281",
		"section": "16.4.3.3 [using.linkage]",
		"status": "NAD Editorial",
		"submitter": "Chris Sharpe",
		"opened": "2013-08-23",
		"last_modified": "2016-01-28"
	},
	"LWG2282": {
		"type": "issue",
		"title": "[fund.ts] Incorrect is_assignable constraint in optional::op=(U&&)",
		"long_link": "https://cplusplus.github.io/LWG/issue2282",
		"link": "https://wg21.link/lwg2282",
		"section": "5.3.3 [fund.ts::optional.object.assign]",
		"status": "Resolved",
		"submitter": "Howard Hinnant",
		"opened": "2013-08-25",
		"last_modified": "2015-10-26"
	},
	"LWG2283": {
		"type": "issue",
		"title": "[fund.ts] optional declares and then does not define an operator<()",
		"long_link": "https://cplusplus.github.io/LWG/issue2283",
		"link": "https://wg21.link/lwg2283",
		"section": "5.9 [fund.ts::optional.comp_with_t]",
		"status": "Resolved",
		"submitter": "Howard Hinnant",
		"opened": "2013-08-26",
		"last_modified": "2021-06-06"
	},
	"LWG2284": {
		"type": "issue",
		"title": "Inconsistency in allocator_traits::max_size",
		"long_link": "https://cplusplus.github.io/LWG/issue2284",
		"link": "https://wg21.link/lwg2284",
		"section": "20.2.9 [allocator.traits]",
		"status": "C++14",
		"submitter": "Marshall Clow",
		"opened": "2013-08-27",
		"last_modified": "2018-08-21"
	},
	"LWG2285": {
		"type": "issue",
		"title": "make_reverse_iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue2285",
		"link": "https://wg21.link/lwg2285",
		"section": "24.5.1 [reverse.iterators]",
		"status": "C++14",
		"submitter": "Zhihao Yuan",
		"opened": "2013-08-27",
		"last_modified": "2016-01-28"
	},
	"LWG2286": {
		"type": "issue",
		"title": "stringbuf::underflow() underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue2286",
		"link": "https://wg21.link/lwg2286",
		"section": "31.8.2.5 [stringbuf.virtuals]",
		"status": "Open",
		"submitter": "Sergey Zubkov",
		"opened": "2013-08-29",
		"last_modified": "2018-06-12"
	},
	"LWG2287": {
		"type": "issue",
		"title": "[fund.ts] Incorrect exception safety for optional copy assignment operator",
		"long_link": "https://cplusplus.github.io/LWG/issue2287",
		"link": "https://wg21.link/lwg2287",
		"section": "5.3.3 [fund.ts::optional.object.assign]",
		"status": "Resolved",
		"submitter": "Howard Hinnant",
		"opened": "2013-08-16",
		"last_modified": "2015-10-26"
	},
	"LWG2288": {
		"type": "issue",
		"title": "Inconsistent requirements for shared mutexes",
		"long_link": "https://cplusplus.github.io/LWG/issue2288",
		"link": "https://wg21.link/lwg2288",
		"section": "32.6.4.4 [thread.sharedmutex.requirements]",
		"status": "C++14",
		"submitter": "Daniel Krügler",
		"opened": "2013-08-30",
		"last_modified": "2016-01-28"
	},
	"LWG2289": {
		"type": "issue",
		"title": "constexpr guarantees of defaulted functions still insufficient",
		"long_link": "https://cplusplus.github.io/LWG/issue2289",
		"link": "https://wg21.link/lwg2289",
		"section": "22.3.2 [pairs.pair], 22.4.4.2 [tuple.cnstr], 30.5 [time.duration]",
		"status": "Open",
		"submitter": "Daniel Krügler",
		"opened": "2013-09-09",
		"last_modified": "2020-06-13"
	},
	"LWG2290": {
		"type": "issue",
		"title": "Top-level \"SFINAE\"-based constraints should get a separate definition in Clause 17",
		"long_link": "https://cplusplus.github.io/LWG/issue2290",
		"link": "https://wg21.link/lwg2290",
		"section": "21 [meta]",
		"status": "Open",
		"submitter": "Daniel Krügler",
		"opened": "2013-09-02",
		"last_modified": "2016-01-28"
	},
	"LWG2291": {
		"type": "issue",
		"title": "std::hash is vulnerable to collision DoS attack",
		"long_link": "https://cplusplus.github.io/LWG/issue2291",
		"link": "https://wg21.link/lwg2291",
		"section": "16.4.4.5 [hash.requirements]",
		"status": "C++14",
		"submitter": "Zhihao Yuan",
		"opened": "2013-09-02",
		"last_modified": "2016-01-28"
	},
	"LWG2292": {
		"type": "issue",
		"title": "Find a better phrasing for \"shall not participate in overload resolution\"",
		"long_link": "https://cplusplus.github.io/LWG/issue2292",
		"link": "https://wg21.link/lwg2292",
		"section": "16.3.2.4 [structure.specifications]",
		"status": "Resolved",
		"submitter": "Jeffrey Yasskin",
		"opened": "2013-09-03",
		"last_modified": "2020-05-12"
	},
	"LWG2293": {
		"type": "issue",
		"title": "Wrong facet used by num_put::do_put",
		"long_link": "https://cplusplus.github.io/LWG/issue2293",
		"link": "https://wg21.link/lwg2293",
		"section": "28.3.4.3.3.3 [facet.num.put.virtuals]",
		"status": "C++14",
		"submitter": "Juan Soulie",
		"opened": "2013-09-04",
		"last_modified": "2017-07-05"
	},
	"LWG2294": {
		"type": "issue",
		"title": "<cstdlib> should declare abs(double)",
		"long_link": "https://cplusplus.github.io/LWG/issue2294",
		"link": "https://wg21.link/lwg2294",
		"section": "29.7 [c.math]",
		"status": "Resolved",
		"submitter": "Pete Becker",
		"opened": "2013-09-04",
		"last_modified": "2017-03-12"
	},
	"LWG2295": {
		"type": "issue",
		"title": "Locale name when the provided Facet is a nullptr",
		"long_link": "https://cplusplus.github.io/LWG/issue2295",
		"link": "https://wg21.link/lwg2295",
		"section": "28.3.3.1.3 [locale.cons]",
		"status": "C++23",
		"submitter": "Juan Soulie",
		"opened": "2013-09-04",
		"last_modified": "2023-11-22"
	},
	"LWG2296": {
		"type": "issue",
		"title": "std::addressof should be constexpr",
		"long_link": "https://cplusplus.github.io/LWG/issue2296",
		"link": "https://wg21.link/lwg2296",
		"section": "20.2.11 [specialized.addressof]",
		"status": "C++17",
		"submitter": "Daryle Walker",
		"opened": "2013-09-08",
		"last_modified": "2017-07-30"
	},
	"LWG2297": {
		"type": "issue",
		"title": "[CD] Missing type requirements for std::exchange",
		"long_link": "https://cplusplus.github.io/LWG/issue2297",
		"link": "https://wg21.link/lwg2297",
		"section": "22.2.3 [utility.exchange]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"opened": "2013-09-22",
		"last_modified": "2016-01-28"
	},
	"LWG2298": {
		"type": "issue",
		"title": "[CD] is_nothrow_constructible is always false because of create<>",
		"long_link": "https://cplusplus.github.io/LWG/issue2298",
		"link": "https://wg21.link/lwg2298",
		"section": "21.3.6.4 [meta.unary.prop]",
		"status": "C++14",
		"submitter": "Daniel Krügler",
		"opened": "2013-09-24",
		"last_modified": "2016-01-28"
	},
	"LWG2299": {
		"type": "issue",
		"title": "[CD] Effects of inaccessible key_compare::is_transparent type are not clear",
		"long_link": "https://cplusplus.github.io/LWG/issue2299",
		"link": "https://wg21.link/lwg2299",
		"section": "23.2.7 [associative.reqmts]",
		"status": "C++14",
		"submitter": "Daniel Krügler",
		"opened": "2013-09-24",
		"last_modified": "2016-01-28"
	},
	"LWG2300": {
		"type": "issue",
		"title": "[CD] Redundant sections for map and multimap members should be removed",
		"long_link": "https://cplusplus.github.io/LWG/issue2300",
		"link": "https://wg21.link/lwg2300",
		"section": "23.4.3 [map], 23.4.4 [multimap]",
		"status": "C++14",
		"submitter": "Daniel Krügler",
		"opened": "2013-09-25",
		"last_modified": "2017-06-15"
	},
	"LWG2301": {
		"type": "issue",
		"title": "Why is std::tie not constexpr?",
		"long_link": "https://cplusplus.github.io/LWG/issue2301",
		"link": "https://wg21.link/lwg2301",
		"section": "22.4.5 [tuple.creation]",
		"status": "C++14",
		"submitter": "Rein Halbersma",
		"opened": "2013-09-11",
		"last_modified": "2016-01-28"
	},
	"LWG2302": {
		"type": "issue",
		"title": "Passing null pointer to placement new",
		"long_link": "https://cplusplus.github.io/LWG/issue2302",
		"link": "https://wg21.link/lwg2302",
		"section": "17.6.3.4 [new.delete.placement]",
		"status": "Resolved",
		"submitter": "Marc Glisse",
		"opened": "2013-09-12",
		"last_modified": "2026-04-13"
	},
	"LWG2303": {
		"type": "issue",
		"title": "Explicit instantiation of std::vector<UserType> broken?",
		"long_link": "https://cplusplus.github.io/LWG/issue2303",
		"link": "https://wg21.link/lwg2303",
		"section": "17.6.3.4 [new.delete.placement]",
		"status": "New",
		"submitter": "Daniel Krügler",
		"opened": "2013-09-18",
		"last_modified": "2016-01-28"
	},
	"LWG2304": {
		"type": "issue",
		"title": "Complexity of count in unordered associative containers",
		"long_link": "https://cplusplus.github.io/LWG/issue2304",
		"link": "https://wg21.link/lwg2304",
		"section": "23.2.8 [unord.req]",
		"status": "C++14",
		"submitter": "Joaquín M López Muñoz",
		"opened": "2013-09-20",
		"last_modified": "2017-07-05"
	},
	"LWG2305": {
		"type": "issue",
		"title": "[fund.ts] optional forwarding construction/assignment",
		"long_link": "https://cplusplus.github.io/LWG/issue2305",
		"link": "https://wg21.link/lwg2305",
		"section": "5.3.1 [fund.ts::optional.object.ctor]",
		"status": "NAD",
		"submitter": "Cassio Neri",
		"opened": "2013-09-23",
		"last_modified": "2015-10-26"
	},
	"LWG2306": {
		"type": "issue",
		"title": "match_results::reference should be value_type&, not const value_type&",
		"long_link": "https://cplusplus.github.io/LWG/issue2306",
		"link": "https://wg21.link/lwg2306",
		"section": "28.6.9 [re.results]",
		"status": "C++14",
		"submitter": "Matt Austern",
		"opened": "2013-09-25",
		"last_modified": "2017-07-05"
	},
	"LWG2307": {
		"type": "issue",
		"title": "Should the Standard Library use explicit only when necessary?",
		"long_link": "https://cplusplus.github.io/LWG/issue2307",
		"link": "https://wg21.link/lwg2307",
		"section": "23 [containers]",
		"status": "LEWG",
		"submitter": "Zhihao Yuan",
		"opened": "2013-09-26",
		"last_modified": "2018-11-12"
	},
	"LWG2308": {
		"type": "issue",
		"title": "Clarify container destructor requirements w.r.t. std::array",
		"long_link": "https://cplusplus.github.io/LWG/issue2308",
		"link": "https://wg21.link/lwg2308",
		"section": "23.2.2 [container.requirements.general]",
		"status": "C++14",
		"submitter": "Jonathan Wakely",
		"opened": "2013-09-26",
		"last_modified": "2017-07-05"
	},
	"LWG2309": {
		"type": "issue",
		"title": "mutex::lock() should not throw device_or_resource_busy",
		"long_link": "https://cplusplus.github.io/LWG/issue2309",
		"link": "https://wg21.link/lwg2309",
		"section": "32.6.4.2 [thread.mutex.requirements.mutex]",
		"status": "C++17",
		"submitter": "Detlef Vollmann",
		"opened": "2013-09-27",
		"last_modified": "2017-07-30"
	},
	"LWG2310": {
		"type": "issue",
		"title": "Public exposition only member in std::array",
		"long_link": "https://cplusplus.github.io/LWG/issue2310",
		"link": "https://wg21.link/lwg2310",
		"section": "23.3.3.1 [array.overview]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2013-09-30",
		"last_modified": "2017-07-30"
	},
	"LWG2311": {
		"type": "issue",
		"title": "Allocator requirements should be further minimized",
		"long_link": "https://cplusplus.github.io/LWG/issue2311",
		"link": "https://wg21.link/lwg2311",
		"section": "16.4.4.6 [allocator.requirements]",
		"status": "NAD",
		"submitter": "Stephan T. Lavavej",
		"opened": "2013-09-21",
		"last_modified": "2016-01-28"
	},
	"LWG2312": {
		"type": "issue",
		"title": "tuple's constructor constraints need to be phrased more precisely",
		"long_link": "https://cplusplus.github.io/LWG/issue2312",
		"link": "https://wg21.link/lwg2312",
		"section": "22.4.4.2 [tuple.cnstr]",
		"status": "C++17",
		"submitter": "Stephan T. Lavavej",
		"opened": "2013-09-21",
		"last_modified": "2017-07-30"
	},
	"LWG2313": {
		"type": "issue",
		"title": "tuple_size should always derive from integral_constant<size_t, N>",
		"long_link": "https://cplusplus.github.io/LWG/issue2313",
		"link": "https://wg21.link/lwg2313",
		"section": "22.4.7 [tuple.helper]",
		"status": "C++14",
		"submitter": "Stephan T. Lavavej",
		"opened": "2013-09-21",
		"last_modified": "2017-07-05"
	},
	"LWG2314": {
		"type": "issue",
		"title": "apply() should return decltype(auto) and use decay_t before tuple_size",
		"long_link": "https://cplusplus.github.io/LWG/issue2314",
		"link": "https://wg21.link/lwg2314",
		"section": "21.2.1 [intseq.general]",
		"status": "C++14",
		"submitter": "Stephan T. Lavavej",
		"opened": "2013-09-21",
		"last_modified": "2017-07-05"
	},
	"LWG2315": {
		"type": "issue",
		"title": "weak_ptr should be movable",
		"long_link": "https://cplusplus.github.io/LWG/issue2315",
		"link": "https://wg21.link/lwg2315",
		"section": "20.3.2.3 [util.smartptr.weak]",
		"status": "C++14",
		"submitter": "Stephan T. Lavavej",
		"opened": "2013-09-21",
		"last_modified": "2016-01-28"
	},
	"LWG2316": {
		"type": "issue",
		"title": "weak_ptr::lock() should be atomic",
		"long_link": "https://cplusplus.github.io/LWG/issue2316",
		"link": "https://wg21.link/lwg2316",
		"section": "20.3.2.3.6 [util.smartptr.weak.obs]",
		"status": "C++14",
		"submitter": "Stephan T. Lavavej",
		"opened": "2013-09-21",
		"last_modified": "2017-07-05"
	},
	"LWG2317": {
		"type": "issue",
		"title": "The type property queries should be UnaryTypeTraits returning size_t",
		"long_link": "https://cplusplus.github.io/LWG/issue2317",
		"link": "https://wg21.link/lwg2317",
		"section": "21.3.7 [meta.unary.prop.query]",
		"status": "C++14",
		"submitter": "Stephan T. Lavavej",
		"opened": "2013-09-21",
		"last_modified": "2017-07-05"
	},
	"LWG2318": {
		"type": "issue",
		"title": "basic_string's wording has confusing relics from the copy-on-write era",
		"long_link": "https://cplusplus.github.io/LWG/issue2318",
		"link": "https://wg21.link/lwg2318",
		"section": "27.4.3 [basic.string]",
		"status": "Resolved",
		"submitter": "Stephan T. Lavavej",
		"opened": "2013-09-21",
		"last_modified": "2018-11-25"
	},
	"LWG2319": {
		"type": "issue",
		"title": "basic_string's move constructor should not be noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue2319",
		"link": "https://wg21.link/lwg2319",
		"section": "27.4.3.3 [string.cons]",
		"status": "NAD",
		"submitter": "Stephan T. Lavavej",
		"opened": "2013-09-21",
		"last_modified": "2017-03-21"
	},
	"LWG2320": {
		"type": "issue",
		"title": "select_on_container_copy_construction() takes allocators, not containers",
		"long_link": "https://cplusplus.github.io/LWG/issue2320",
		"link": "https://wg21.link/lwg2320",
		"section": "23.2.2 [container.requirements.general]",
		"status": "C++14",
		"submitter": "Stephan T. Lavavej",
		"opened": "2013-09-21",
		"last_modified": "2017-07-05"
	},
	"LWG2321": {
		"type": "issue",
		"title": "Moving containers should (usually) be required to preserve iterators",
		"long_link": "https://cplusplus.github.io/LWG/issue2321",
		"link": "https://wg21.link/lwg2321",
		"section": "23.2.2 [container.requirements.general]",
		"status": "Open",
		"submitter": "Stephan T. Lavavej",
		"opened": "2013-09-21",
		"last_modified": "2023-01-20"
	},
	"LWG2322": {
		"type": "issue",
		"title": "Associative(initializer_list, stuff) constructors are underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue2322",
		"link": "https://wg21.link/lwg2322",
		"section": "23.2.7 [associative.reqmts], 23.2.8 [unord.req]",
		"status": "C++14",
		"submitter": "Stephan T. Lavavej",
		"opened": "2013-09-21",
		"last_modified": "2017-07-05"
	},
	"LWG2323": {
		"type": "issue",
		"title": "vector::resize(n, t)'s specification should be simplified",
		"long_link": "https://cplusplus.github.io/LWG/issue2323",
		"link": "https://wg21.link/lwg2323",
		"section": "23.3.13.3 [vector.capacity], 23.3.5.3 [deque.capacity]",
		"status": "C++14",
		"submitter": "Stephan T. Lavavej",
		"opened": "2013-09-21",
		"last_modified": "2017-07-05"
	},
	"LWG2324": {
		"type": "issue",
		"title": "Insert iterator constructors should use addressof()",
		"long_link": "https://cplusplus.github.io/LWG/issue2324",
		"link": "https://wg21.link/lwg2324",
		"section": "24.5.2.2.2 [back.insert.iter.ops], 24.5.2.3.2 [front.insert.iter.ops], 24.5.2.4.2 [insert.iter.ops]",
		"status": "C++14",
		"submitter": "Stephan T. Lavavej",
		"opened": "2013-09-21",
		"last_modified": "2021-06-06"
	},
	"LWG2325": {
		"type": "issue",
		"title": "minmax_element()'s behavior differing from max_element()'s should be noted",
		"long_link": "https://cplusplus.github.io/LWG/issue2325",
		"link": "https://wg21.link/lwg2325",
		"section": "26.8.9 [alg.min.max]",
		"status": "C++17",
		"submitter": "Stephan T. Lavavej",
		"opened": "2013-09-21",
		"last_modified": "2017-07-30"
	},
	"LWG2326": {
		"type": "issue",
		"title": "uniform_int_distribution<unsigned char> should be permitted",
		"long_link": "https://cplusplus.github.io/LWG/issue2326",
		"link": "https://wg21.link/lwg2326",
		"section": "29.5.3.1 [rand.req.genl]",
		"status": "NAD",
		"submitter": "Stephan T. Lavavej",
		"opened": "2013-09-21",
		"last_modified": "2017-02-02"
	},
	"LWG2327": {
		"type": "issue",
		"title": "Non-power-of-two URNGs should be forbidden",
		"long_link": "https://cplusplus.github.io/LWG/issue2327",
		"link": "https://wg21.link/lwg2327",
		"section": "29.5.3.3 [rand.req.urng]",
		"status": "NAD",
		"submitter": "Stephan T. Lavavej",
		"opened": "2013-09-21",
		"last_modified": "2016-01-28"
	},
	"LWG2328": {
		"type": "issue",
		"title": "Rvalue stream extraction should use perfect forwarding",
		"long_link": "https://cplusplus.github.io/LWG/issue2328",
		"link": "https://wg21.link/lwg2328",
		"section": "31.7.5.6 [istream.rvalue]",
		"status": "C++17",
		"submitter": "Stephan T. Lavavej",
		"opened": "2013-09-21",
		"last_modified": "2017-07-30"
	},
	"LWG2329": {
		"type": "issue",
		"title": "regex_match()/regex_search() with match_results should forbid temporary strings",
		"long_link": "https://cplusplus.github.io/LWG/issue2329",
		"link": "https://wg21.link/lwg2329",
		"section": "28.6.3 [re.syn]",
		"status": "C++14",
		"submitter": "Stephan T. Lavavej",
		"opened": "2013-09-21",
		"last_modified": "2016-01-28"
	},
	"LWG2330": {
		"type": "issue",
		"title": "regex(\"meow\", regex::icase) is technically forbidden but should be permitted",
		"long_link": "https://cplusplus.github.io/LWG/issue2330",
		"link": "https://wg21.link/lwg2330",
		"section": "28.6.4.2 [re.synopt]",
		"status": "C++14",
		"submitter": "Stephan T. Lavavej",
		"opened": "2013-09-21",
		"last_modified": "2017-07-05"
	},
	"LWG2331": {
		"type": "issue",
		"title": "regex_constants::collate's effects are inaccurately summarized",
		"long_link": "https://cplusplus.github.io/LWG/issue2331",
		"link": "https://wg21.link/lwg2331",
		"section": "28.6.4.2 [re.synopt]",
		"status": "Open",
		"submitter": "Stephan T. Lavavej",
		"opened": "2013-09-21",
		"last_modified": "2016-01-28"
	},
	"LWG2332": {
		"type": "issue",
		"title": "regex_iterator/regex_token_iterator should forbid temporary regexes",
		"long_link": "https://cplusplus.github.io/LWG/issue2332",
		"link": "https://wg21.link/lwg2332",
		"section": "28.6.11 [re.iter]",
		"status": "C++14",
		"submitter": "Stephan T. Lavavej",
		"opened": "2013-09-21",
		"last_modified": "2016-01-28"
	},
	"LWG2333": {
		"type": "issue",
		"title": "[fund.ts] Hashing disengaged optional<T> objects",
		"long_link": "https://cplusplus.github.io/LWG/issue2333",
		"link": "https://wg21.link/lwg2333",
		"section": "5.11 [fund.ts::optional.hash]",
		"status": "Resolved",
		"submitter": "Jonathan Wakely",
		"opened": "2013-10-03",
		"last_modified": "2015-10-26"
	},
	"LWG2334": {
		"type": "issue",
		"title": "atomic's default constructor requires \"uninitialized\" state even for types with non-trivial default-constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue2334",
		"link": "https://wg21.link/lwg2334",
		"section": "32.5.8.2 [atomics.types.operations]",
		"status": "Resolved",
		"submitter": "Daniel Krügler",
		"opened": "2013-10-03",
		"last_modified": "2019-11-19"
	},
	"LWG2335": {
		"type": "issue",
		"title": "array<array<int, 3>, 4> should be layout-compatible with int[4][3]",
		"long_link": "https://cplusplus.github.io/LWG/issue2335",
		"link": "https://wg21.link/lwg2335",
		"section": "23.3.3 [array]",
		"status": "NAD",
		"submitter": "Jeffrey Yasskin",
		"opened": "2013-10-04",
		"last_modified": "2020-11-09"
	},
	"LWG2336": {
		"type": "issue",
		"title": "is_trivially_constructible/is_trivially_assignable traits are always false",
		"long_link": "https://cplusplus.github.io/LWG/issue2336",
		"link": "https://wg21.link/lwg2336",
		"section": "21.3.6.4 [meta.unary.prop]",
		"status": "C++17",
		"submitter": "Daniel Krügler",
		"opened": "2013-10-01",
		"last_modified": "2017-07-30"
	},
	"LWG2337": {
		"type": "issue",
		"title": "shared_ptr operator*() should not be noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue2337",
		"link": "https://wg21.link/lwg2337",
		"section": "20.3.2.2.6 [util.smartptr.shared.obs]",
		"status": "NAD",
		"submitter": "Stephan T. Lavavej",
		"opened": "2013-10-05",
		"last_modified": "2017-07-17"
	},
	"LWG2338": {
		"type": "issue",
		"title": "§[re.traits]/7 expects of locale facets something not guaranteed by [locale.facet]/4",
		"long_link": "https://cplusplus.github.io/LWG/issue2338",
		"link": "https://wg21.link/lwg2338",
		"section": "28.6.6 [re.traits], 28.3.3.1.2.2 [locale.facet]",
		"status": "Open",
		"submitter": "Sergey Zubkov",
		"opened": "2013-10-15",
		"last_modified": "2025-03-06"
	},
	"LWG2339": {
		"type": "issue",
		"title": "Wording issue in nth_element",
		"long_link": "https://cplusplus.github.io/LWG/issue2339",
		"link": "https://wg21.link/lwg2339",
		"section": "26.8.3 [alg.nth.element]",
		"status": "C++14",
		"submitter": "Christopher Jefferson",
		"opened": "2013-10-19",
		"last_modified": "2017-07-05"
	},
	"LWG2340": {
		"type": "issue",
		"title": "Replacement allocation functions declared as inline",
		"long_link": "https://cplusplus.github.io/LWG/issue2340",
		"link": "https://wg21.link/lwg2340",
		"section": "16.4.5.6 [replacement.functions]",
		"status": "C++17",
		"submitter": "David Majnemer",
		"opened": "2013-10-20",
		"last_modified": "2017-07-30"
	},
	"LWG2341": {
		"type": "issue",
		"title": "Inconsistency between basic_ostream::seekp(pos) and basic_ostream::seekp(off, dir)",
		"long_link": "https://cplusplus.github.io/LWG/issue2341",
		"link": "https://wg21.link/lwg2341",
		"section": "31.7.6.2.5 [ostream.seeks]",
		"status": "C++14",
		"submitter": "Marshall Clow",
		"opened": "2013-10-21",
		"last_modified": "2017-07-05"
	},
	"LWG2342": {
		"type": "issue",
		"title": "User conversion to wchar_t const* or to wchar_t not invoked for operator<<",
		"long_link": "https://cplusplus.github.io/LWG/issue2342",
		"link": "https://wg21.link/lwg2342",
		"section": "31.7.6.2 [ostream]",
		"status": "New",
		"submitter": "Alf P. Steinbach",
		"opened": "2013-10-29",
		"last_modified": "2016-01-28"
	},
	"LWG2343": {
		"type": "issue",
		"title": "Is the value of the ECMA-262 RegExp object's multiline property really false?",
		"long_link": "https://cplusplus.github.io/LWG/issue2343",
		"link": "https://wg21.link/lwg2343",
		"section": "28.6.12 [re.grammar]",
		"status": "Resolved",
		"submitter": "Nayuta Taga",
		"opened": "2013-10-30",
		"last_modified": "2017-03-12"
	},
	"LWG2344": {
		"type": "issue",
		"title": "quoted()'s interaction with padding is unclear",
		"long_link": "https://cplusplus.github.io/LWG/issue2344",
		"link": "https://wg21.link/lwg2344",
		"section": "31.7.9 [quoted.manip]",
		"status": "C++14",
		"submitter": "Stephan T. Lavavej",
		"opened": "2013-11-01",
		"last_modified": "2016-01-28"
	},
	"LWG2345": {
		"type": "issue",
		"title": "integer_sequence should have a self-typedef ::type",
		"long_link": "https://cplusplus.github.io/LWG/issue2345",
		"link": "https://wg21.link/lwg2345",
		"section": "21.2.2 [intseq.intseq]",
		"status": "NAD",
		"submitter": "Stephan T. Lavavej",
		"opened": "2013-11-01",
		"last_modified": "2016-01-28"
	},
	"LWG2346": {
		"type": "issue",
		"title": "integral_constant's member functions should be marked noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue2346",
		"link": "https://wg21.link/lwg2346",
		"section": "21.3.4 [meta.help]",
		"status": "C++14",
		"submitter": "Stephan T. Lavavej",
		"opened": "2013-11-05",
		"last_modified": "2017-07-05"
	},
	"LWG2347": {
		"type": "issue",
		"title": "reverse_iterator::operator[] calls const version of current[]",
		"long_link": "https://cplusplus.github.io/LWG/issue2347",
		"link": "https://wg21.link/lwg2347",
		"section": "24.5.1.6 [reverse.iter.elem]",
		"status": "NAD",
		"submitter": "Timo Bingmann",
		"opened": "2013-11-11",
		"last_modified": "2021-06-06"
	},
	"LWG2348": {
		"type": "issue",
		"title": "charT('1') is not the wide equivalent of '1'",
		"long_link": "https://cplusplus.github.io/LWG/issue2348",
		"link": "https://wg21.link/lwg2348",
		"section": "22.9.2 [template.bitset], 31.7.9 [quoted.manip]",
		"status": "Open",
		"submitter": "Zhihao Yuan",
		"opened": "2013-12-02",
		"last_modified": "2016-01-28"
	},
	"LWG2349": {
		"type": "issue",
		"title": "Clarify input/output function rethrow behavior",
		"long_link": "https://cplusplus.github.io/LWG/issue2349",
		"link": "https://wg21.link/lwg2349",
		"section": "31.7.5.3.1 [istream.formatted.reqmts]",
		"status": "Resolved",
		"submitter": "Zhihao Yuan",
		"opened": "2013-12-06",
		"last_modified": "2022-11-22"
	},
	"LWG2350": {
		"type": "issue",
		"title": "min, max, and minmax should be constexpr",
		"long_link": "https://cplusplus.github.io/LWG/issue2350",
		"link": "https://wg21.link/lwg2350",
		"section": "26.8.9 [alg.min.max]",
		"status": "C++14",
		"submitter": "Ville Voutilainen",
		"opened": "2013-12-15",
		"last_modified": "2016-01-28"
	},
	"LWG2351": {
		"type": "issue",
		"title": "Does .seed() completely reset state of engine?",
		"long_link": "https://cplusplus.github.io/LWG/issue2351",
		"link": "https://wg21.link/lwg2351",
		"section": "29.5.4 [rand.eng]",
		"status": "NAD",
		"submitter": "Thomas Plum",
		"opened": "2013-12-02",
		"last_modified": "2016-01-28"
	},
	"LWG2352": {
		"type": "issue",
		"title": "Is a default-constructed std::seed_seq intended to produce a predictable .generate()?",
		"long_link": "https://cplusplus.github.io/LWG/issue2352",
		"link": "https://wg21.link/lwg2352",
		"section": "29.5.8.1 [rand.util.seedseq]",
		"status": "NAD",
		"submitter": "Thomas Plum",
		"opened": "2013-12-02",
		"last_modified": "2022-08-24"
	},
	"LWG2353": {
		"type": "issue",
		"title": "std::next is over-constrained",
		"long_link": "https://cplusplus.github.io/LWG/issue2353",
		"link": "https://wg21.link/lwg2353",
		"section": "24.4.3 [iterator.operations]",
		"status": "C++17",
		"submitter": "Eric Niebler",
		"opened": "2013-12-24",
		"last_modified": "2017-09-07"
	},
	"LWG2354": {
		"type": "issue",
		"title": "Unnecessary copying when inserting into maps with braced-init syntax",
		"long_link": "https://cplusplus.github.io/LWG/issue2354",
		"link": "https://wg21.link/lwg2354",
		"section": "23.4.3.1 [map.overview], 23.4.4.1 [multimap.overview], 23.5.3.1 [unord.map.overview], 23.5.4.1 [unord.multimap.overview]",
		"status": "C++17",
		"submitter": "Geoffrey Romer",
		"opened": "2014-01-08",
		"last_modified": "2017-10-13"
	},
	"LWG2355": {
		"type": "issue",
		"title": "\"s\" UDL suffix should be reserved for a compile-time string library type",
		"long_link": "https://cplusplus.github.io/LWG/issue2355",
		"link": "https://wg21.link/lwg2355",
		"section": "27.4.7 [basic.string.literals]",
		"status": "NAD",
		"submitter": "Michael Price",
		"opened": "2014-01-18",
		"last_modified": "2016-01-28"
	},
	"LWG2356": {
		"type": "issue",
		"title": "Stability of erasure in unordered associative containers",
		"long_link": "https://cplusplus.github.io/LWG/issue2356",
		"link": "https://wg21.link/lwg2356",
		"section": "23.2.8 [unord.req]",
		"status": "C++14",
		"submitter": "Joaquín M López Muñoz",
		"opened": "2014-01-21",
		"last_modified": "2016-01-28"
	},
	"LWG2357": {
		"type": "issue",
		"title": "Remaining \"Assignable\" requirement",
		"long_link": "https://cplusplus.github.io/LWG/issue2357",
		"link": "https://wg21.link/lwg2357",
		"section": "26.8.5 [alg.partitions]",
		"status": "C++14",
		"submitter": "Daniel Krügler",
		"opened": "2014-02-01",
		"last_modified": "2017-07-05"
	},
	"LWG2358": {
		"type": "issue",
		"title": "Apparently-bogus definition of is_empty type trait",
		"long_link": "https://cplusplus.github.io/LWG/issue2358",
		"link": "https://wg21.link/lwg2358",
		"section": "21.3.6.4 [meta.unary.prop]",
		"status": "Open",
		"submitter": "Richard Smith",
		"opened": "2014-02-01",
		"last_modified": "2017-02-02"
	},
	"LWG2359": {
		"type": "issue",
		"title": "How does regex_constants::nosubs affect basic_regex::mark_count()?",
		"long_link": "https://cplusplus.github.io/LWG/issue2359",
		"link": "https://wg21.link/lwg2359",
		"section": "28.6.4.2 [re.synopt]",
		"status": "C++14",
		"submitter": "Jonathan Wakely",
		"opened": "2014-02-01",
		"last_modified": "2017-09-07"
	},
	"LWG2360": {
		"type": "issue",
		"title": "reverse_iterator::operator*() is unimplementable",
		"long_link": "https://cplusplus.github.io/LWG/issue2360",
		"link": "https://wg21.link/lwg2360",
		"section": "24.5.1.2 [reverse.iterator]",
		"status": "C++14",
		"submitter": "Stephan T. Lavavej",
		"opened": "2014-02-07",
		"last_modified": "2014-02-27"
	},
	"LWG2361": {
		"type": "issue",
		"title": "Apply 2299 resolution throughout library",
		"long_link": "https://cplusplus.github.io/LWG/issue2361",
		"link": "https://wg21.link/lwg2361",
		"section": "20.3.1.3 [unique.ptr.single], 20.2.3.2 [pointer.traits.types], 20.2.8.1 [allocator.uses.trait], 20.2.9.2 [allocator.traits.types], 23.2.4 [sequence.reqmts]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2014-02-14",
		"last_modified": "2017-07-30"
	},
	"LWG2362": {
		"type": "issue",
		"title": "unique, associative emplace() should not move/copy the mapped_type constructor arguments when no insertion happens",
		"long_link": "https://cplusplus.github.io/LWG/issue2362",
		"link": "https://wg21.link/lwg2362",
		"section": "23.2.7 [associative.reqmts], 23.2.8 [unord.req]",
		"status": "New",
		"submitter": "Jeffrey Yasskin",
		"opened": "2014-02-15",
		"last_modified": "2015-09-23"
	},
	"LWG2363": {
		"type": "issue",
		"title": "Defect in 30.4.1.4.1 [thread.sharedtimedmutex.class]",
		"long_link": "https://cplusplus.github.io/LWG/issue2363",
		"link": "https://wg21.link/lwg2363",
		"section": "32.6.4.5.2 [thread.sharedtimedmutex.class]",
		"status": "Resolved",
		"submitter": "Richard Smith",
		"opened": "2014-02-16",
		"last_modified": "2021-05-18"
	},
	"LWG2364": {
		"type": "issue",
		"title": "deque and vector pop_back don't specify iterator invalidation requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue2364",
		"link": "https://wg21.link/lwg2364",
		"section": "23.3.5.4 [deque.modifiers], 23.3.13.5 [vector.modifiers]",
		"status": "C++17",
		"submitter": "Deskin Miller",
		"opened": "2014-02-17",
		"last_modified": "2017-07-30"
	},
	"LWG2365": {
		"type": "issue",
		"title": "Missing noexcept in shared_ptr::shared_ptr(nullptr_t)",
		"long_link": "https://cplusplus.github.io/LWG/issue2365",
		"link": "https://wg21.link/lwg2365",
		"section": "20.3.2.2 [util.smartptr.shared]",
		"status": "C++17",
		"submitter": "Cassio Neri",
		"opened": "2014-02-13",
		"last_modified": "2017-07-30"
	},
	"LWG2366": {
		"type": "issue",
		"title": "istreambuf_iterator end-of-stream equality",
		"long_link": "https://cplusplus.github.io/LWG/issue2366",
		"link": "https://wg21.link/lwg2366",
		"section": "24.6.4 [istreambuf.iterator]",
		"status": "New",
		"submitter": "Hyman Rosen",
		"opened": "2014-02-19",
		"last_modified": "2023-04-13"
	},
	"LWG2367": {
		"type": "issue",
		"title": "pair and tuple are not correctly implemented for is_constructible with no args",
		"long_link": "https://cplusplus.github.io/LWG/issue2367",
		"link": "https://wg21.link/lwg2367",
		"section": "21.3.6.4 [meta.unary.prop]",
		"status": "C++17",
		"submitter": "Howard Hinnant",
		"opened": "2014-02-19",
		"last_modified": "2017-07-30"
	},
	"LWG2368": {
		"type": "issue",
		"title": "Replacing global operator new",
		"long_link": "https://cplusplus.github.io/LWG/issue2368",
		"link": "https://wg21.link/lwg2368",
		"section": "17.6.3 [new.delete]",
		"status": "Resolved",
		"submitter": "Stephen Clamage",
		"opened": "2014-02-20",
		"last_modified": "2020-09-06"
	},
	"LWG2369": {
		"type": "issue",
		"title": "constexpr max(initializer_list) vs max_element",
		"long_link": "https://cplusplus.github.io/LWG/issue2369",
		"link": "https://wg21.link/lwg2369",
		"section": "26.8.9 [alg.min.max]",
		"status": "C++17",
		"submitter": "Marc Glisse",
		"opened": "2014-02-21",
		"last_modified": "2017-07-30"
	},
	"LWG2370": {
		"type": "issue",
		"title": "Operations involving type-erased allocators should not be noexcept in std::function",
		"long_link": "https://cplusplus.github.io/LWG/issue2370",
		"link": "https://wg21.link/lwg2370",
		"section": "22.10.17.3 [func.wrap.func]",
		"status": "Resolved",
		"submitter": "Pablo Halpern",
		"opened": "2014-02-27",
		"last_modified": "2020-09-06"
	},
	"LWG2371": {
		"type": "issue",
		"title": "[fund.ts] No template aliases defined for new type traits",
		"long_link": "https://cplusplus.github.io/LWG/issue2371",
		"link": "https://wg21.link/lwg2371",
		"section": "3.3.1 [fund.ts::meta.type.synop]",
		"status": "TS",
		"submitter": "Joe Gottman",
		"opened": "2014-03-07",
		"last_modified": "2017-07-30"
	},
	"LWG2372": {
		"type": "issue",
		"title": "Assignment from int to std::string",
		"long_link": "https://cplusplus.github.io/LWG/issue2372",
		"link": "https://wg21.link/lwg2372",
		"section": "27.4.3 [basic.string]",
		"status": "NAD",
		"submitter": "Andrzej Krzemieński",
		"opened": "2014-03-13",
		"last_modified": "2018-06-23"
	},
	"LWG2373": {
		"type": "issue",
		"title": "Make new entities and names in namespace std conforming extensions",
		"long_link": "https://cplusplus.github.io/LWG/issue2373",
		"link": "https://wg21.link/lwg2373",
		"section": "16.4.6 [conforming]",
		"status": "NAD",
		"submitter": "Chandler Carruth",
		"opened": "2014-03-22",
		"last_modified": "2015-05-22"
	},
	"LWG2374": {
		"type": "issue",
		"title": "[fund.ts] Remarks for optional::to_value are too restrictive",
		"long_link": "https://cplusplus.github.io/LWG/issue2374",
		"link": "https://wg21.link/lwg2374",
		"section": "5.3.5 [fund.ts::optional.object.observe]",
		"status": "TS",
		"submitter": "Jonathan Wakely",
		"opened": "2014-03-25",
		"last_modified": "2017-07-30"
	},
	"LWG2375": {
		"type": "issue",
		"title": "Is [iterator.requirements.general]/9 too broadly applied?",
		"long_link": "https://cplusplus.github.io/LWG/issue2375",
		"link": "https://wg21.link/lwg2375",
		"section": "24.3.1 [iterator.requirements.general]",
		"status": "Resolved",
		"submitter": "Marshall Clow",
		"opened": "2014-03-25",
		"last_modified": "2021-06-23"
	},
	"LWG2376": {
		"type": "issue",
		"title": "bad_weak_ptr::what() overspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue2376",
		"link": "https://wg21.link/lwg2376",
		"section": "20.3.2.1 [util.smartptr.weak.bad]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2014-03-27",
		"last_modified": "2017-07-30"
	},
	"LWG2377": {
		"type": "issue",
		"title": "std::align requirements overly strict",
		"long_link": "https://cplusplus.github.io/LWG/issue2377",
		"link": "https://wg21.link/lwg2377",
		"section": "20.2.5 [ptr.align]",
		"status": "C++17",
		"submitter": "Peter Dimov",
		"opened": "2014-03-30",
		"last_modified": "2017-07-30"
	},
	"LWG2378": {
		"type": "issue",
		"title": "Behaviour of standard exception types",
		"long_link": "https://cplusplus.github.io/LWG/issue2378",
		"link": "https://wg21.link/lwg2378",
		"section": "17.6.4.1 [bad.alloc], 17.6.4.2 [new.badlength], 17.7.4 [bad.cast], 17.7.5 [bad.typeid], 17.9.4 [bad.exception]",
		"status": "C++17",
		"submitter": "Andy Sawyer",
		"opened": "2014-03-31",
		"last_modified": "2017-07-30"
	},
	"LWG2379": {
		"type": "issue",
		"title": "Obtaining native handle of the current thread",
		"long_link": "https://cplusplus.github.io/LWG/issue2379",
		"link": "https://wg21.link/lwg2379",
		"section": "32.2.3 [thread.req.native], 32.4.5 [thread.thread.this]",
		"status": "NAD",
		"submitter": "Matt Austern",
		"opened": "2014-03-31",
		"last_modified": "2015-10-21"
	},
	"LWG2380": {
		"type": "issue",
		"title": "May <cstdlib> provide long ::abs(long) and long long ::abs(long long)?",
		"long_link": "https://cplusplus.github.io/LWG/issue2380",
		"link": "https://wg21.link/lwg2380",
		"section": "16.4.2.3 [headers]",
		"status": "C++17",
		"submitter": "Richard Smith",
		"opened": "2014-03-31",
		"last_modified": "2017-07-30"
	},
	"LWG2381": {
		"type": "issue",
		"title": "Inconsistency in parsing floating point numbers",
		"long_link": "https://cplusplus.github.io/LWG/issue2381",
		"link": "https://wg21.link/lwg2381",
		"section": "28.3.4.3.2.3 [facet.num.get.virtuals]",
		"status": "C++23",
		"submitter": "Marshall Clow",
		"opened": "2014-04-30",
		"last_modified": "2023-11-22"
	},
	"LWG2382": {
		"type": "issue",
		"title": "Unclear order of container update versus object destruction on removing an object",
		"long_link": "https://cplusplus.github.io/LWG/issue2382",
		"link": "https://wg21.link/lwg2382",
		"section": "16.4.6.9 [reentrancy]",
		"status": "Resolved",
		"submitter": "Peter Kasting",
		"opened": "2014-05-06",
		"last_modified": "2026-04-13"
	},
	"LWG2383": {
		"type": "issue",
		"title": "Overflow cannot be ill-formed for chrono::duration integer literals",
		"long_link": "https://cplusplus.github.io/LWG/issue2383",
		"link": "https://wg21.link/lwg2383",
		"section": "30.5.9 [time.duration.literals]",
		"status": "Open",
		"submitter": "Jonathan Wakely",
		"opened": "2014-05-16",
		"last_modified": "2014-11-08"
	},
	"LWG2384": {
		"type": "issue",
		"title": "Allocator's deallocate function needs better specification",
		"long_link": "https://cplusplus.github.io/LWG/issue2384",
		"link": "https://wg21.link/lwg2384",
		"section": "16.4.4.6 [allocator.requirements]",
		"status": "C++17",
		"submitter": "Daniel Krügler",
		"opened": "2014-05-19",
		"last_modified": "2017-07-30"
	},
	"LWG2385": {
		"type": "issue",
		"title": "function::assign allocator argument doesn't make sense",
		"long_link": "https://cplusplus.github.io/LWG/issue2385",
		"link": "https://wg21.link/lwg2385",
		"section": "22.10.17.3 [func.wrap.func]",
		"status": "C++17",
		"submitter": "Pablo Halpern",
		"opened": "2014-05-23",
		"last_modified": "2017-07-30"
	},
	"LWG2386": {
		"type": "issue",
		"title": "function::operator= handles allocators incorrectly",
		"long_link": "https://cplusplus.github.io/LWG/issue2386",
		"link": "https://wg21.link/lwg2386",
		"section": "22.10.17.3.2 [func.wrap.func.con]",
		"status": "NAD",
		"submitter": "Pablo Halpern",
		"opened": "2014-05-23",
		"last_modified": "2015-05-05"
	},
	"LWG2387": {
		"type": "issue",
		"title": "More nested types that must be accessible and unambiguous",
		"long_link": "https://cplusplus.github.io/LWG/issue2387",
		"link": "https://wg21.link/lwg2387",
		"section": "22.10.4 [func.require], 22.10.6 [refwrap]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2014-05-23",
		"last_modified": "2017-07-30"
	},
	"LWG2388": {
		"type": "issue",
		"title": "Handling self-assignment in the proposed library function std::exchange",
		"long_link": "https://cplusplus.github.io/LWG/issue2388",
		"link": "https://wg21.link/lwg2388",
		"section": "22.2.3 [utility.exchange]",
		"status": "NAD",
		"submitter": "Nick Calus",
		"opened": "2014-05-09",
		"last_modified": "2015-05-05"
	},
	"LWG2389": {
		"type": "issue",
		"title": "[fund.ts] function::operator= is over-specified and handles allocators incorrectly",
		"long_link": "https://cplusplus.github.io/LWG/issue2389",
		"link": "https://wg21.link/lwg2389",
		"section": "4.2.1 [fund.ts::func.wrap.func.con]",
		"status": "TS",
		"submitter": "Pablo Halpern",
		"opened": "2014-05-23",
		"last_modified": "2017-07-30"
	},
	"LWG2390": {
		"type": "issue",
		"title": "[fund.ts] Invocation types and rvalues",
		"long_link": "https://cplusplus.github.io/LWG/issue2390",
		"link": "https://wg21.link/lwg2390",
		"section": "3.3.2 [fund.ts::meta.trans.other]",
		"status": "TS",
		"submitter": "Michael Spertus",
		"opened": "2014-05-26",
		"last_modified": "2017-07-30"
	},
	"LWG2391": {
		"type": "issue",
		"title": "basic_string is missing non-const data()",
		"long_link": "https://cplusplus.github.io/LWG/issue2391",
		"link": "https://wg21.link/lwg2391",
		"section": "27.4.3 [basic.string]",
		"status": "Resolved",
		"submitter": "Michael Bradshaw",
		"opened": "2014-05-27",
		"last_modified": "2017-03-12"
	},
	"LWG2392": {
		"type": "issue",
		"title": "\"character type\" is used but not defined",
		"long_link": "https://cplusplus.github.io/LWG/issue2392",
		"link": "https://wg21.link/lwg2392",
		"section": "3.36 [defns.ntcts], 28.3.3.1.2.1 [locale.category], 31.2.3 [iostreams.limits.pos], 31.7.6.3.1 [ostream.formatted.reqmts], 31.7.6.3.4 [ostream.inserters.character]",
		"status": "WP",
		"submitter": "Jeffrey Yasskin",
		"opened": "2014-06-01",
		"last_modified": "2023-11-22"
	},
	"LWG2393": {
		"type": "issue",
		"title": "std::function's Callable definition is broken",
		"long_link": "https://cplusplus.github.io/LWG/issue2393",
		"link": "https://wg21.link/lwg2393",
		"section": "22.10.17.3 [func.wrap.func]",
		"status": "C++17",
		"submitter": "Daniel Krügler",
		"opened": "2014-06-03",
		"last_modified": "2017-07-30"
	},
	"LWG2394": {
		"type": "issue",
		"title": "locale::name specification unclear — what is implementation-defined?",
		"long_link": "https://cplusplus.github.io/LWG/issue2394",
		"link": "https://wg21.link/lwg2394",
		"section": "28.3.3.1.4 [locale.members]",
		"status": "C++17",
		"submitter": "Richard Smith",
		"opened": "2014-06-09",
		"last_modified": "2017-07-30"
	},
	"LWG2395": {
		"type": "issue",
		"title": "[fund.ts] Preconditions: is defined nowhere",
		"long_link": "https://cplusplus.github.io/LWG/issue2395",
		"link": "https://wg21.link/lwg2395",
		"section": "4.2 [fund.ts::func.wrap.func], 8.5.3 [fund.ts::memory.resource.priv], 8.6.2 [fund.ts::memory.polymorphic.allocator.ctor], 8.6.3 [fund.ts::memory.polymorphic.allocator.mem], 8.9.3 [fund.ts::memory.resource.pool.ctor], 8.10.2 [fund.ts::memory.resource.monotonic.buffer.ctor]",
		"status": "TS",
		"submitter": "Zhihao Yuan",
		"opened": "2014-06-09",
		"last_modified": "2017-07-30"
	},
	"LWG2396": {
		"type": "issue",
		"title": "underlying_type doesn't say what to do for an incomplete enumeration type",
		"long_link": "https://cplusplus.github.io/LWG/issue2396",
		"link": "https://wg21.link/lwg2396",
		"section": "21.3.9.7 [meta.trans.other]",
		"status": "C++17",
		"submitter": "Richard Smith",
		"opened": "2014-06-12",
		"last_modified": "2017-07-30"
	},
	"LWG2397": {
		"type": "issue",
		"title": "map<K, V>::emplace and explicit V constructors",
		"long_link": "https://cplusplus.github.io/LWG/issue2397",
		"link": "https://wg21.link/lwg2397",
		"section": "21.3.9.7 [meta.trans.other]",
		"status": "Resolved",
		"submitter": "Peter Dimov",
		"opened": "2014-06-12",
		"last_modified": "2015-05-05"
	},
	"LWG2398": {
		"type": "issue",
		"title": "type_info's destructor shouldn't be required to be virtual",
		"long_link": "https://cplusplus.github.io/LWG/issue2398",
		"link": "https://wg21.link/lwg2398",
		"section": "17.7.3 [type.info]",
		"status": "Open",
		"submitter": "Stephan T. Lavavej",
		"opened": "2014-06-14",
		"last_modified": "2016-08-06"
	},
	"LWG2399": {
		"type": "issue",
		"title": "shared_ptr's constructor from unique_ptr should be constrained",
		"long_link": "https://cplusplus.github.io/LWG/issue2399",
		"link": "https://wg21.link/lwg2399",
		"section": "20.3.2.2.2 [util.smartptr.shared.const]",
		"status": "C++17",
		"submitter": "Stephan T. Lavavej",
		"opened": "2014-06-14",
		"last_modified": "2017-07-30"
	},
	"LWG2400": {
		"type": "issue",
		"title": "shared_ptr's get_deleter() should use addressof()",
		"long_link": "https://cplusplus.github.io/LWG/issue2400",
		"link": "https://wg21.link/lwg2400",
		"section": "20.3.2.2.11 [util.smartptr.getdeleter]",
		"status": "C++17",
		"submitter": "Stephan T. Lavavej",
		"opened": "2014-06-14",
		"last_modified": "2017-07-30"
	},
	"LWG2401": {
		"type": "issue",
		"title": "std::function needs more noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue2401",
		"link": "https://wg21.link/lwg2401",
		"section": "22.10.17.3 [func.wrap.func]",
		"status": "C++17",
		"submitter": "Stephan T. Lavavej",
		"opened": "2014-06-14",
		"last_modified": "2017-07-30"
	},
	"LWG2402": {
		"type": "issue",
		"title": "basic_string(const basic_string& str, size_type pos, size_type n = npos) shouldn't use Allocator()",
		"long_link": "https://cplusplus.github.io/LWG/issue2402",
		"link": "https://wg21.link/lwg2402",
		"section": "27.4.3.3 [string.cons]",
		"status": "NAD",
		"submitter": "Stephan T. Lavavej",
		"opened": "2014-06-14",
		"last_modified": "2023-08-06"
	},
	"LWG2403": {
		"type": "issue",
		"title": "stof() should call strtof() and wcstof()",
		"long_link": "https://cplusplus.github.io/LWG/issue2403",
		"link": "https://wg21.link/lwg2403",
		"section": "27.4.5 [string.conversions]",
		"status": "C++17",
		"submitter": "Stephan T. Lavavej",
		"opened": "2014-06-14",
		"last_modified": "2017-07-30"
	},
	"LWG2404": {
		"type": "issue",
		"title": "mismatch()'s complexity needs to be updated",
		"long_link": "https://cplusplus.github.io/LWG/issue2404",
		"link": "https://wg21.link/lwg2404",
		"section": "26.6.12 [alg.mismatch]",
		"status": "C++17",
		"submitter": "Stephan T. Lavavej",
		"opened": "2014-06-14",
		"last_modified": "2025-11-11"
	},
	"LWG2405": {
		"type": "issue",
		"title": "rotate()'s return value is incorrect when middle == first",
		"long_link": "https://cplusplus.github.io/LWG/issue2405",
		"link": "https://wg21.link/lwg2405",
		"section": "26.7.11 [alg.rotate]",
		"status": "NAD",
		"submitter": "Stephan T. Lavavej",
		"opened": "2014-06-14",
		"last_modified": "2014-06-17"
	},
	"LWG2406": {
		"type": "issue",
		"title": "negative_binomial_distribution should reject p == 1",
		"long_link": "https://cplusplus.github.io/LWG/issue2406",
		"link": "https://wg21.link/lwg2406",
		"section": "29.5.9.3.4 [rand.dist.bern.negbin]",
		"status": "C++17",
		"submitter": "Stephan T. Lavavej",
		"opened": "2014-06-14",
		"last_modified": "2017-07-30"
	},
	"LWG2407": {
		"type": "issue",
		"title": "packaged_task(allocator_arg_t, const Allocator&, F&&) should neither be constrained nor explicit",
		"long_link": "https://cplusplus.github.io/LWG/issue2407",
		"link": "https://wg21.link/lwg2407",
		"section": "32.10.10.2 [futures.task.members]",
		"status": "C++17",
		"submitter": "Stephan T. Lavavej",
		"opened": "2014-06-14",
		"last_modified": "2017-07-30"
	},
	"LWG2408": {
		"type": "issue",
		"title": "SFINAE-friendly common_type/iterator_traits is missing in C++14",
		"long_link": "https://cplusplus.github.io/LWG/issue2408",
		"link": "https://wg21.link/lwg2408",
		"section": "21.3.9.7 [meta.trans.other], 24.3.2.3 [iterator.traits]",
		"status": "C++17",
		"submitter": "Daniel Krügler",
		"opened": "2014-06-19",
		"last_modified": "2017-07-30"
	},
	"LWG2409": {
		"type": "issue",
		"title": "[fund.ts] SFINAE-friendly common_type/iterator_traits should be removed from the fundamental-ts",
		"long_link": "https://cplusplus.github.io/LWG/issue2409",
		"link": "https://wg21.link/lwg2409",
		"section": "3.3.2 [fund.ts::meta.trans.other], 99 [fund.ts::iterator.traits]",
		"status": "TS",
		"submitter": "Daniel Krügler",
		"opened": "2014-06-19",
		"last_modified": "2017-07-30"
	},
	"LWG2410": {
		"type": "issue",
		"title": "[fund.ts] shared_ptr<array>'s constructor from unique_ptr should be constrained",
		"long_link": "https://cplusplus.github.io/LWG/issue2410",
		"link": "https://wg21.link/lwg2410",
		"section": "8.2.1.1 [fund.ts::memory.smartptr.shared.const]",
		"status": "TS",
		"submitter": "Jeffrey Yasskin",
		"opened": "2014-06-16",
		"last_modified": "2017-07-30"
	},
	"LWG2411": {
		"type": "issue",
		"title": "shared_ptr is only contextually convertible to bool",
		"long_link": "https://cplusplus.github.io/LWG/issue2411",
		"link": "https://wg21.link/lwg2411",
		"section": "20.3.2.2 [util.smartptr.shared]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2014-06-21",
		"last_modified": "2017-07-30"
	},
	"LWG2412": {
		"type": "issue",
		"title": "promise::set_value() and promise::get_future() should not race",
		"long_link": "https://cplusplus.github.io/LWG/issue2412",
		"link": "https://wg21.link/lwg2412",
		"section": "32.10.6 [futures.promise], 32.10.10.2 [futures.task.members]",
		"status": "C++20",
		"submitter": "Jonathan Wakely",
		"opened": "2014-06-23",
		"last_modified": "2021-02-25"
	},
	"LWG2413": {
		"type": "issue",
		"title": "assert macro is overconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue2413",
		"link": "https://wg21.link/lwg2413",
		"section": "19.3 [assertions]",
		"status": "NAD",
		"submitter": "David Krauss",
		"opened": "2014-06-25",
		"last_modified": "2023-06-13"
	},
	"LWG2414": {
		"type": "issue",
		"title": "Member function reentrancy should be implementation-defined",
		"long_link": "https://cplusplus.github.io/LWG/issue2414",
		"link": "https://wg21.link/lwg2414",
		"section": "16.4.6.9 [reentrancy]",
		"status": "WP",
		"submitter": "Stephan T. Lavavej",
		"opened": "2014-07-01",
		"last_modified": "2026-03-31"
	},
	"LWG2415": {
		"type": "issue",
		"title": "Inconsistency between unique_ptr and shared_ptr",
		"long_link": "https://cplusplus.github.io/LWG/issue2415",
		"link": "https://wg21.link/lwg2415",
		"section": "20.3.2.2.2 [util.smartptr.shared.const]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2014-07-03",
		"last_modified": "2017-07-30"
	},
	"LWG2416": {
		"type": "issue",
		"title": "[fund.ts] std::experimental::any allocator support is unimplementable",
		"long_link": "https://cplusplus.github.io/LWG/issue2416",
		"link": "https://wg21.link/lwg2416",
		"section": "6.3 [fund.ts::any.class]",
		"status": "Resolved",
		"submitter": "Jonathan Wakely",
		"opened": "2014-06-16",
		"last_modified": "2015-10-26"
	},
	"LWG2417": {
		"type": "issue",
		"title": "[fund.ts.v2] std::experimental::optional::operator< and LessThanComparable requirement",
		"long_link": "https://cplusplus.github.io/LWG/issue2417",
		"link": "https://wg21.link/lwg2417",
		"section": "5.7 [fund.ts.v2::optional.relops], 5.9 [fund.ts.v2::optional.comp_with_t]",
		"status": "NAD",
		"submitter": "Daniel Krügler",
		"opened": "2014-06-20",
		"last_modified": "2025-03-13"
	},
	"LWG2418": {
		"type": "issue",
		"title": "[fund.ts] apply does not work with member pointers",
		"long_link": "https://cplusplus.github.io/LWG/issue2418",
		"link": "https://wg21.link/lwg2418",
		"section": "3.2.2 [fund.ts::tuple.apply]",
		"status": "TS",
		"submitter": "Zhihao Yuan",
		"opened": "2014-07-08",
		"last_modified": "2017-07-30"
	},
	"LWG2419": {
		"type": "issue",
		"title": "Clang's libc++ extension to std::tuple",
		"long_link": "https://cplusplus.github.io/LWG/issue2419",
		"link": "https://wg21.link/lwg2419",
		"section": "22.4.4.2 [tuple.cnstr]",
		"status": "Resolved",
		"submitter": "Akim Demaille",
		"opened": "2014-07-11",
		"last_modified": "2018-06-23"
	},
	"LWG2420": {
		"type": "issue",
		"title": "function<void(ArgTypes...)> does not discard the return value of the target object",
		"long_link": "https://cplusplus.github.io/LWG/issue2420",
		"link": "https://wg21.link/lwg2420",
		"section": "22.10.17.3 [func.wrap.func]",
		"status": "C++17",
		"submitter": "Agustín Bergé",
		"opened": "2014-07-12",
		"last_modified": "2017-07-30"
	},
	"LWG2421": {
		"type": "issue",
		"title": "Non-specification of handling zero size in std::align [ptr.align]",
		"long_link": "https://cplusplus.github.io/LWG/issue2421",
		"link": "https://wg21.link/lwg2421",
		"section": "20.2.5 [ptr.align]",
		"status": "New",
		"submitter": "Melissa Mears",
		"opened": "2014-08-06",
		"last_modified": "2014-11-03"
	},
	"LWG2422": {
		"type": "issue",
		"title": "std::numeric_limits<T>::is_modulo description: \"most machines\" errata",
		"long_link": "https://cplusplus.github.io/LWG/issue2422",
		"link": "https://wg21.link/lwg2422",
		"section": "17.3.5.2 [numeric.limits.members]",
		"status": "C++17",
		"submitter": "Melissa Mears",
		"opened": "2014-08-06",
		"last_modified": "2017-07-30"
	},
	"LWG2423": {
		"type": "issue",
		"title": "Missing specification slice_array, gslice_array, mask_array, indirect_array copy constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue2423",
		"link": "https://wg21.link/lwg2423",
		"section": "29.6.5 [template.slice.array], 29.6.7 [template.gslice.array], 29.6.8 [template.mask.array], 29.6.9 [template.indirect.array]",
		"status": "New",
		"submitter": "Akira Takahashi",
		"opened": "2014-08-12",
		"last_modified": "2014-11-03"
	},
	"LWG2424": {
		"type": "issue",
		"title": "29.5 should state that atomic types are not trivially copyable",
		"long_link": "https://cplusplus.github.io/LWG/issue2424",
		"link": "https://wg21.link/lwg2424",
		"section": "32.5.8 [atomics.types.generic]",
		"status": "Resolved",
		"submitter": "Jens Maurer",
		"opened": "2014-08-14",
		"last_modified": "2017-03-12"
	},
	"LWG2425": {
		"type": "issue",
		"title": "operator delete(void*, size_t) doesn't invalidate pointers sufficiently",
		"long_link": "https://cplusplus.github.io/LWG/issue2425",
		"link": "https://wg21.link/lwg2425",
		"section": "17.6.3 [new.delete]",
		"status": "C++17",
		"submitter": "Richard Smith",
		"opened": "2014-08-29",
		"last_modified": "2017-07-30"
	},
	"LWG2426": {
		"type": "issue",
		"title": "Issue about compare_exchange",
		"long_link": "https://cplusplus.github.io/LWG/issue2426",
		"link": "https://wg21.link/lwg2426",
		"section": "32.5.8.2 [atomics.types.operations]",
		"status": "C++17",
		"submitter": "Hans Boehm",
		"opened": "2014-08-25",
		"last_modified": "2017-07-30"
	},
	"LWG2427": {
		"type": "issue",
		"title": "Container adaptors as sequence containers, redux",
		"long_link": "https://cplusplus.github.io/LWG/issue2427",
		"link": "https://wg21.link/lwg2427",
		"section": "23.3.1 [sequences.general]",
		"status": "C++17",
		"submitter": "Tim Song",
		"opened": "2014-08-29",
		"last_modified": "2017-07-30"
	},
	"LWG2428": {
		"type": "issue",
		"title": "\"External declaration\" used without being defined",
		"long_link": "https://cplusplus.github.io/LWG/issue2428",
		"link": "https://wg21.link/lwg2428",
		"section": "16.4.3.2 [using.headers]",
		"status": "C++17",
		"submitter": "Tim Song",
		"opened": "2014-09-03",
		"last_modified": "2025-10-15"
	},
	"LWG2429": {
		"type": "issue",
		"title": "std::basic_ostringstream is missing an allocator-extended constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue2429",
		"link": "https://wg21.link/lwg2429",
		"section": "31.8.4 [ostringstream]",
		"status": "NAD",
		"submitter": "Markus Kemp",
		"opened": "2014-09-03",
		"last_modified": "2017-03-21"
	},
	"LWG2430": {
		"type": "issue",
		"title": "Heterogeneous container lookup should be enabled using meta-function instead of nested type",
		"long_link": "https://cplusplus.github.io/LWG/issue2430",
		"link": "https://wg21.link/lwg2430",
		"section": "23.2.7 [associative.reqmts]",
		"status": "NAD",
		"submitter": "Tomasz Kamiński",
		"opened": "2014-07-14",
		"last_modified": "2018-06-23"
	},
	"LWG2431": {
		"type": "issue",
		"title": "Missing regular expression traits requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue2431",
		"link": "https://wg21.link/lwg2431",
		"section": "28.6.2 [re.req]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2014-09-30",
		"last_modified": "2020-04-16"
	},
	"LWG2432": {
		"type": "issue",
		"title": "initializer_list assignability",
		"long_link": "https://cplusplus.github.io/LWG/issue2432",
		"link": "https://wg21.link/lwg2432",
		"section": "17.11 [support.initlist]",
		"status": "NAD",
		"submitter": "David Krauss",
		"opened": "2014-09-30",
		"last_modified": "2023-11-13",
		"github_url": "https://github.com/cplusplus/papers/issues/1369"
	},
	"LWG2433": {
		"type": "issue",
		"title": "uninitialized_copy()/etc. should tolerate overloaded operator&",
		"long_link": "https://cplusplus.github.io/LWG/issue2433",
		"link": "https://wg21.link/lwg2433",
		"section": "26.11 [specialized.algorithms]",
		"status": "C++17",
		"submitter": "Stephan T. Lavavej",
		"opened": "2014-10-01",
		"last_modified": "2017-07-30"
	},
	"LWG2434": {
		"type": "issue",
		"title": "shared_ptr::use_count() is efficient",
		"long_link": "https://cplusplus.github.io/LWG/issue2434",
		"link": "https://wg21.link/lwg2434",
		"section": "20.3.2.2.6 [util.smartptr.shared.obs]",
		"status": "C++17",
		"submitter": "Stephan T. Lavavej",
		"opened": "2014-10-01",
		"last_modified": "2017-07-30"
	},
	"LWG2435": {
		"type": "issue",
		"title": "reference_wrapper::operator()'s Remark should be deleted",
		"long_link": "https://cplusplus.github.io/LWG/issue2435",
		"link": "https://wg21.link/lwg2435",
		"section": "22.10.6.5 [refwrap.invoke]",
		"status": "C++17",
		"submitter": "Stephan T. Lavavej",
		"opened": "2014-10-01",
		"last_modified": "2017-07-30"
	},
	"LWG2436": {
		"type": "issue",
		"title": "Comparators for associative containers should always be CopyConstructible",
		"long_link": "https://cplusplus.github.io/LWG/issue2436",
		"link": "https://wg21.link/lwg2436",
		"section": "23.2.7 [associative.reqmts], 23.2.8 [unord.req]",
		"status": "C++17",
		"submitter": "Stephan T. Lavavej",
		"opened": "2014-10-01",
		"last_modified": "2018-06-23"
	},
	"LWG2437": {
		"type": "issue",
		"title": "iterator_traits<OutIt>::reference can and can't be void",
		"long_link": "https://cplusplus.github.io/LWG/issue2437",
		"link": "https://wg21.link/lwg2437",
		"section": "24.3.5.2 [iterator.iterators]",
		"status": "C++17",
		"submitter": "Stephan T. Lavavej",
		"opened": "2014-10-01",
		"last_modified": "2017-07-30"
	},
	"LWG2438": {
		"type": "issue",
		"title": "std::iterator inheritance shouldn't be mandated",
		"long_link": "https://cplusplus.github.io/LWG/issue2438",
		"link": "https://wg21.link/lwg2438",
		"section": "D.17 [depr.iterator]",
		"status": "C++17",
		"submitter": "Stephan T. Lavavej",
		"opened": "2014-10-01",
		"last_modified": "2023-02-07"
	},
	"LWG2439": {
		"type": "issue",
		"title": "unique_copy() sometimes can't fall back to reading its output",
		"long_link": "https://cplusplus.github.io/LWG/issue2439",
		"link": "https://wg21.link/lwg2439",
		"section": "26.7.9 [alg.unique]",
		"status": "C++17",
		"submitter": "Stephan T. Lavavej",
		"opened": "2014-10-01",
		"last_modified": "2017-07-30"
	},
	"LWG2440": {
		"type": "issue",
		"title": "seed_seq::size() should be noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue2440",
		"link": "https://wg21.link/lwg2440",
		"section": "29.5.8.1 [rand.util.seedseq]",
		"status": "C++17",
		"submitter": "Stephan T. Lavavej",
		"opened": "2014-10-01",
		"last_modified": "2017-07-30"
	},
	"LWG2441": {
		"type": "issue",
		"title": "Exact-width atomic typedefs should be provided",
		"long_link": "https://cplusplus.github.io/LWG/issue2441",
		"link": "https://wg21.link/lwg2441",
		"section": "32.5.8 [atomics.types.generic]",
		"status": "C++17",
		"submitter": "Stephan T. Lavavej",
		"opened": "2014-10-01",
		"last_modified": "2017-07-30"
	},
	"LWG2442": {
		"type": "issue",
		"title": "call_once() shouldn't DECAY_COPY()",
		"long_link": "https://cplusplus.github.io/LWG/issue2442",
		"link": "https://wg21.link/lwg2442",
		"section": "32.6.7.2 [thread.once.callonce]",
		"status": "C++17",
		"submitter": "Stephan T. Lavavej",
		"opened": "2014-10-01",
		"last_modified": "2017-07-30"
	},
	"LWG2443": {
		"type": "issue",
		"title": "std::array member functions should be constexpr",
		"long_link": "https://cplusplus.github.io/LWG/issue2443",
		"link": "https://wg21.link/lwg2443",
		"section": "23.3.3 [array]",
		"status": "Resolved",
		"submitter": "Peter Sommerlad",
		"opened": "2014-10-06",
		"last_modified": "2020-09-06"
	},
	"LWG2444": {
		"type": "issue",
		"title": "Inconsistent complexity for std::sort_heap",
		"long_link": "https://cplusplus.github.io/LWG/issue2444",
		"link": "https://wg21.link/lwg2444",
		"section": "26.8.8.5 [sort.heap]",
		"status": "C++20",
		"submitter": "François Dumont",
		"opened": "2014-10-07",
		"last_modified": "2021-02-25"
	},
	"LWG2445": {
		"type": "issue",
		"title": "\"Stronger\" memory ordering",
		"long_link": "https://cplusplus.github.io/LWG/issue2445",
		"link": "https://wg21.link/lwg2445",
		"section": "99 [depr.util.smartptr.shared.atomic], 99 [atomics.types.operations.req]",
		"status": "Resolved",
		"submitter": "JF Bastien",
		"opened": "2014-10-08",
		"last_modified": "2017-11-29"
	},
	"LWG2446": {
		"type": "issue",
		"title": "Unspecialized std::tuple_size should be defined",
		"long_link": "https://cplusplus.github.io/LWG/issue2446",
		"link": "https://wg21.link/lwg2446",
		"section": "22.4.1 [tuple.general]",
		"status": "NAD",
		"submitter": "Nevin Liber",
		"opened": "2014-10-10",
		"last_modified": "2018-06-23"
	},
	"LWG2447": {
		"type": "issue",
		"title": "Allocators and volatile-qualified value types",
		"long_link": "https://cplusplus.github.io/LWG/issue2447",
		"link": "https://wg21.link/lwg2447",
		"section": "16.4.4.6 [allocator.requirements]",
		"status": "C++17",
		"submitter": "Daniel Krügler",
		"opened": "2014-10-16",
		"last_modified": "2017-07-30"
	},
	"LWG2448": {
		"type": "issue",
		"title": "Non-normative Container destructor specification",
		"long_link": "https://cplusplus.github.io/LWG/issue2448",
		"link": "https://wg21.link/lwg2448",
		"section": "23.2.2 [container.requirements.general]",
		"status": "C++17",
		"submitter": "Daniel Krügler",
		"opened": "2014-10-18",
		"last_modified": "2025-03-13"
	},
	"LWG2449": {
		"type": "issue",
		"title": "vector::insert invalidates end()?",
		"long_link": "https://cplusplus.github.io/LWG/issue2449",
		"link": "https://wg21.link/lwg2449",
		"section": "23.3.13.5 [vector.modifiers]",
		"status": "NAD",
		"submitter": "Marc Glisse",
		"opened": "2014-10-21",
		"last_modified": "2017-03-14"
	},
	"LWG2450": {
		"type": "issue",
		"title": "(greater|less|greater_equal|less_equal)<void> do not yield a total order for pointers",
		"long_link": "https://cplusplus.github.io/LWG/issue2450",
		"link": "https://wg21.link/lwg2450",
		"section": "22.10.8 [comparisons]",
		"status": "C++17",
		"submitter": "Joaquín M López Muñoz",
		"opened": "2014-10-30",
		"last_modified": "2017-07-30"
	},
	"LWG2451": {
		"type": "issue",
		"title": "[fund.ts.v2] optional<T> should 'forward' T's implicit conversions",
		"long_link": "https://cplusplus.github.io/LWG/issue2451",
		"link": "https://wg21.link/lwg2451",
		"section": "5.3 [fund.ts.v2::optional.object]",
		"status": "TS",
		"submitter": "Geoffrey Romer",
		"opened": "2014-10-31",
		"last_modified": "2018-07-08"
	},
	"LWG2452": {
		"type": "issue",
		"title": "is_constructible, etc. and default arguments",
		"long_link": "https://cplusplus.github.io/LWG/issue2452",
		"link": "https://wg21.link/lwg2452",
		"section": "21 [meta]",
		"status": "Core",
		"submitter": "Hubert Tong",
		"opened": "2014-11-04",
		"last_modified": "2015-10-21"
	},
	"LWG2453": {
		"type": "issue",
		"title": "§[iterator.range] and now [iterator.container] aren't available via <initializer_list>",
		"long_link": "https://cplusplus.github.io/LWG/issue2453",
		"link": "https://wg21.link/lwg2453",
		"section": "17.11 [support.initlist], 24.7 [iterator.range]",
		"status": "New",
		"submitter": "Richard Smith",
		"opened": "2014-11-11",
		"last_modified": "2021-06-06"
	},
	"LWG2454": {
		"type": "issue",
		"title": "Add raw_storage_iterator::base() member",
		"long_link": "https://cplusplus.github.io/LWG/issue2454",
		"link": "https://wg21.link/lwg2454",
		"section": "99 [depr.storage.iterator]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2014-11-11",
		"last_modified": "2017-07-30"
	},
	"LWG2455": {
		"type": "issue",
		"title": "Allocator default construction should be allowed to throw",
		"long_link": "https://cplusplus.github.io/LWG/issue2455",
		"link": "https://wg21.link/lwg2455",
		"section": "16.4.4.6 [allocator.requirements]",
		"status": "C++17",
		"submitter": "Pablo Halpern",
		"opened": "2014-11-11",
		"last_modified": "2017-07-30"
	},
	"LWG2456": {
		"type": "issue",
		"title": "Incorrect exception specifications for 'swap' throughout library",
		"long_link": "https://cplusplus.github.io/LWG/issue2456",
		"link": "https://wg21.link/lwg2456",
		"section": "22.2 [utility], 22.3.2 [pairs.pair], 22.4 [tuple], 23.3.3 [array], 23.6.3 [queue], 23.6.4 [priority.queue], 23.6.6 [stack]",
		"status": "Resolved",
		"submitter": "Richard Smith",
		"opened": "2014-11-14",
		"last_modified": "2016-03-07"
	},
	"LWG2457": {
		"type": "issue",
		"title": "std::begin() and std::end() do not support multi-dimensional arrays correctly",
		"long_link": "https://cplusplus.github.io/LWG/issue2457",
		"link": "https://wg21.link/lwg2457",
		"section": "24.7 [iterator.range]",
		"status": "NAD",
		"submitter": "Janez Žemva",
		"opened": "2014-11-16",
		"last_modified": "2024-06-24"
	},
	"LWG2458": {
		"type": "issue",
		"title": "N3778 and new library deallocation signatures",
		"long_link": "https://cplusplus.github.io/LWG/issue2458",
		"link": "https://wg21.link/lwg2458",
		"section": "17.6 [support.dynamic], 17.6.3.2 [new.delete.single], 17.6.3.3 [new.delete.array]",
		"status": "C++17",
		"submitter": "Richard Smith",
		"opened": "2014-11-23",
		"last_modified": "2017-07-30",
		"papers": [
			"N3778"
		]
	},
	"LWG2459": {
		"type": "issue",
		"title": "std::polar should require a non-negative rho",
		"long_link": "https://cplusplus.github.io/LWG/issue2459",
		"link": "https://wg21.link/lwg2459",
		"section": "29.4.7 [complex.value.ops]",
		"status": "C++17",
		"submitter": "Marshall Clow",
		"opened": "2014-10-22",
		"last_modified": "2017-07-30"
	},
	"LWG2460": {
		"type": "issue",
		"title": "LWG issue 2408 and value categories",
		"long_link": "https://cplusplus.github.io/LWG/issue2460",
		"link": "https://wg21.link/lwg2460",
		"section": "21.3.9.7 [meta.trans.other], 24.3.2.3 [iterator.traits]",
		"status": "C++17",
		"submitter": "Richard Smith",
		"opened": "2014-11-19",
		"last_modified": "2017-07-30"
	},
	"LWG2461": {
		"type": "issue",
		"title": "Interaction between allocators and container exception safety guarantees",
		"long_link": "https://cplusplus.github.io/LWG/issue2461",
		"link": "https://wg21.link/lwg2461",
		"section": "16.4.4.6 [allocator.requirements], 23.3.13.3 [vector.capacity], 23.3.13.5 [vector.modifiers]",
		"status": "New",
		"submitter": "dyp",
		"opened": "2014-12-06",
		"last_modified": "2015-06-10"
	},
	"LWG2462": {
		"type": "issue",
		"title": "std::ios_base::failure is overspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue2462",
		"link": "https://wg21.link/lwg2462",
		"section": "31.5.2 [ios.base], 31.5.2.2.1 [ios.failure]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2014-12-15",
		"last_modified": "2023-02-07"
	},
	"LWG2463": {
		"type": "issue",
		"title": "[fund.ts] Incorrect complexity for sample() algorithm",
		"long_link": "https://cplusplus.github.io/LWG/issue2463",
		"link": "https://wg21.link/lwg2463",
		"section": "10.3 [fund.ts::alg.random.sample]",
		"status": "TS",
		"submitter": "Joe Gottman",
		"opened": "2014-12-17",
		"last_modified": "2017-07-30"
	},
	"LWG2464": {
		"type": "issue",
		"title": "try_emplace and insert_or_assign misspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue2464",
		"link": "https://wg21.link/lwg2464",
		"section": "23.4.3.4 [map.modifiers], 23.5.3.4 [unord.map.modifiers]",
		"status": "C++17",
		"submitter": "Thomas Koeppe",
		"opened": "2014-12-17",
		"last_modified": "2017-07-30"
	},
	"LWG2465": {
		"type": "issue",
		"title": "SFINAE-friendly common_type is nearly impossible to specialize correctly and regresses key functionality",
		"long_link": "https://cplusplus.github.io/LWG/issue2465",
		"link": "https://wg21.link/lwg2465",
		"section": "21.3.9.7 [meta.trans.other]",
		"status": "Resolved",
		"submitter": "Eric Niebler",
		"opened": "2015-01-12",
		"last_modified": "2017-09-07"
	},
	"LWG2466": {
		"type": "issue",
		"title": "allocator_traits::max_size() default behavior is incorrect",
		"long_link": "https://cplusplus.github.io/LWG/issue2466",
		"link": "https://wg21.link/lwg2466",
		"section": "16.4.4.6 [allocator.requirements], 20.2.9.3 [allocator.traits.members]",
		"status": "C++17",
		"submitter": "Howard Hinnant",
		"opened": "2015-01-17",
		"last_modified": "2017-07-30"
	},
	"LWG2467": {
		"type": "issue",
		"title": "is_always_equal has slightly inconsistent default",
		"long_link": "https://cplusplus.github.io/LWG/issue2467",
		"link": "https://wg21.link/lwg2467",
		"section": "16.4.4.6 [allocator.requirements], 20.2.9.2 [allocator.traits.types]",
		"status": "C++17",
		"submitter": "Howard Hinnant",
		"opened": "2015-01-18",
		"last_modified": "2017-07-30"
	},
	"LWG2468": {
		"type": "issue",
		"title": "Self-move-assignment of library types",
		"long_link": "https://cplusplus.github.io/LWG/issue2468",
		"link": "https://wg21.link/lwg2468",
		"section": "16.4.5.9 [res.on.arguments], 16.4.4.2 [utility.arg.requirements], 16.4.6.17 [lib.types.movedfrom], 23.2.2 [container.requirements.general]",
		"status": "C++17",
		"submitter": "Matt Austern",
		"opened": "2015-01-22",
		"last_modified": "2017-07-30"
	},
	"LWG2469": {
		"type": "issue",
		"title": "Wrong specification of Requires clause of operator[] for map and unordered_map",
		"long_link": "https://cplusplus.github.io/LWG/issue2469",
		"link": "https://wg21.link/lwg2469",
		"section": "23.4.3.3 [map.access], 23.5.3.3 [unord.map.elem]",
		"status": "C++17",
		"submitter": "Tomasz Kamiński",
		"opened": "2015-01-21",
		"last_modified": "2017-07-30"
	},
	"LWG2470": {
		"type": "issue",
		"title": "Allocator's destroy function should be allowed to fail to instantiate",
		"long_link": "https://cplusplus.github.io/LWG/issue2470",
		"link": "https://wg21.link/lwg2470",
		"section": "16.4.4.6 [allocator.requirements]",
		"status": "C++17",
		"submitter": "Daniel Krügler",
		"opened": "2015-03-22",
		"last_modified": "2017-07-30"
	},
	"LWG2471": {
		"type": "issue",
		"title": "copy_n's number of InputIterator increments unspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue2471",
		"link": "https://wg21.link/lwg2471",
		"section": "26.7.1 [alg.copy]",
		"status": "Open",
		"submitter": "Jonathan Wakely",
		"opened": "2015-01-28",
		"last_modified": "2018-06-22"
	},
	"LWG2472": {
		"type": "issue",
		"title": "Heterogeneous comparisons in the standard library can result in ambiguities",
		"long_link": "https://cplusplus.github.io/LWG/issue2472",
		"link": "https://wg21.link/lwg2472",
		"section": "22.4.9 [tuple.rel], 20.2.10.3 [allocator.globals], 20.3.1.6 [unique.ptr.special], 20.3.2.2.8 [util.smartptr.shared.cmp], 30.5.7 [time.duration.comparisons], 30.6.7 [time.point.comparisons], 20.6.5 [scoped.adaptor.operators], 24.5.1.8 [reverse.iter.cmp], 24.5.4.8 [move.iter.op.comp]",
		"status": "New",
		"submitter": "Richard Smith",
		"opened": "2015-02-07",
		"last_modified": "2021-06-06"
	},
	"LWG2473": {
		"type": "issue",
		"title": "basic_filebuf's relation to C FILE semantics",
		"long_link": "https://cplusplus.github.io/LWG/issue2473",
		"link": "https://wg21.link/lwg2473",
		"section": "31.10.3.5 [filebuf.virtuals]",
		"status": "C++17",
		"submitter": "Aaron Ballman",
		"opened": "2015-02-09",
		"last_modified": "2017-07-30"
	},
	"LWG2474": {
		"type": "issue",
		"title": "<cmath> functions unfriendly to integral_constant arguments",
		"long_link": "https://cplusplus.github.io/LWG/issue2474",
		"link": "https://wg21.link/lwg2474",
		"section": "29.7 [c.math]",
		"status": "NAD",
		"submitter": "Matheus Izvekov",
		"opened": "2015-02-13",
		"last_modified": "2015-12-17"
	},
	"LWG2475": {
		"type": "issue",
		"title": "Allow overwriting of std::basic_string terminator with charT() to allow cleaner interoperation with legacy APIs",
		"long_link": "https://cplusplus.github.io/LWG/issue2475",
		"link": "https://wg21.link/lwg2475",
		"section": "27.4.3.6 [string.access]",
		"status": "C++17",
		"submitter": "Matt Weber",
		"opened": "2015-02-21",
		"last_modified": "2017-07-30"
	},
	"LWG2476": {
		"type": "issue",
		"title": "scoped_allocator_adaptor is not assignable",
		"long_link": "https://cplusplus.github.io/LWG/issue2476",
		"link": "https://wg21.link/lwg2476",
		"section": "20.6.1 [allocator.adaptor.syn]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2015-03-02",
		"last_modified": "2017-07-30"
	},
	"LWG2477": {
		"type": "issue",
		"title": "Inconsistency of wordings in std::vector::erase() and std::deque::erase()",
		"long_link": "https://cplusplus.github.io/LWG/issue2477",
		"link": "https://wg21.link/lwg2477",
		"section": "23.3.5.4 [deque.modifiers], 23.3.13.5 [vector.modifiers]",
		"status": "C++17",
		"submitter": "Anton Savin",
		"opened": "2015-03-03",
		"last_modified": "2017-07-30"
	},
	"LWG2478": {
		"type": "issue",
		"title": "Unclear how wstring_convert uses cvtstate",
		"long_link": "https://cplusplus.github.io/LWG/issue2478",
		"link": "https://wg21.link/lwg2478",
		"section": "99 [depr.conversions.string]",
		"status": "Resolved",
		"submitter": "Jonathan Wakely",
		"opened": "2015-03-04",
		"last_modified": "2025-11-11"
	},
	"LWG2479": {
		"type": "issue",
		"title": "Unclear how wbuffer_convert uses cvtstate",
		"long_link": "https://cplusplus.github.io/LWG/issue2479",
		"link": "https://wg21.link/lwg2479",
		"section": "99 [depr.conversions.buffer]",
		"status": "Resolved",
		"submitter": "Jonathan Wakely",
		"opened": "2015-03-04",
		"last_modified": "2025-11-11"
	},
	"LWG2480": {
		"type": "issue",
		"title": "Error handling of wbuffer_convert unclear",
		"long_link": "https://cplusplus.github.io/LWG/issue2480",
		"link": "https://wg21.link/lwg2480",
		"section": "99 [depr.conversions.buffer]",
		"status": "Resolved",
		"submitter": "Jonathan Wakely",
		"opened": "2015-03-04",
		"last_modified": "2025-11-11"
	},
	"LWG2481": {
		"type": "issue",
		"title": "wstring_convert should be more precise regarding \"byte-error string\" etc.",
		"long_link": "https://cplusplus.github.io/LWG/issue2481",
		"link": "https://wg21.link/lwg2481",
		"section": "99 [depr.conversions.string]",
		"status": "Resolved",
		"submitter": "Jonathan Wakely",
		"opened": "2015-03-04",
		"last_modified": "2025-11-11"
	},
	"LWG2482": {
		"type": "issue",
		"title": "§[c.strings] Table 73 mentions nonexistent functions",
		"long_link": "https://cplusplus.github.io/LWG/issue2482",
		"link": "https://wg21.link/lwg2482",
		"section": "27.5 [c.strings]",
		"status": "C++17",
		"submitter": "S. B.Tam",
		"opened": "2015-01-18",
		"last_modified": "2017-07-30"
	},
	"LWG2483": {
		"type": "issue",
		"title": "throw_with_nested() should use is_final",
		"long_link": "https://cplusplus.github.io/LWG/issue2483",
		"link": "https://wg21.link/lwg2483",
		"section": "17.9.8 [except.nested]",
		"status": "C++17",
		"submitter": "Stephan T. Lavavej",
		"opened": "2015-03-27",
		"last_modified": "2017-07-30"
	},
	"LWG2484": {
		"type": "issue",
		"title": "rethrow_if_nested() is doubly unimplementable",
		"long_link": "https://cplusplus.github.io/LWG/issue2484",
		"link": "https://wg21.link/lwg2484",
		"section": "17.9.8 [except.nested]",
		"status": "C++17",
		"submitter": "Stephan T. Lavavej",
		"opened": "2015-03-27",
		"last_modified": "2017-07-30"
	},
	"LWG2485": {
		"type": "issue",
		"title": "get() should be overloaded for const tuple&&",
		"long_link": "https://cplusplus.github.io/LWG/issue2485",
		"link": "https://wg21.link/lwg2485",
		"section": "22.4.8 [tuple.elem]",
		"status": "C++17",
		"submitter": "Stephan T. Lavavej",
		"opened": "2015-03-27",
		"last_modified": "2017-07-30"
	},
	"LWG2486": {
		"type": "issue",
		"title": "mem_fn() should be required to use perfect forwarding",
		"long_link": "https://cplusplus.github.io/LWG/issue2486",
		"link": "https://wg21.link/lwg2486",
		"section": "22.10.4 [func.require]",
		"status": "C++17",
		"submitter": "Stephan T. Lavavej",
		"opened": "2015-03-27",
		"last_modified": "2017-07-30"
	},
	"LWG2487": {
		"type": "issue",
		"title": "bind() should be const-overloaded, not cv-overloaded",
		"long_link": "https://cplusplus.github.io/LWG/issue2487",
		"link": "https://wg21.link/lwg2487",
		"section": "22.10.15.4 [func.bind.bind]",
		"status": "C++17",
		"submitter": "Stephan T. Lavavej",
		"opened": "2015-03-27",
		"last_modified": "2017-07-30"
	},
	"LWG2488": {
		"type": "issue",
		"title": "Placeholders should be allowed and encouraged to be constexpr",
		"long_link": "https://cplusplus.github.io/LWG/issue2488",
		"link": "https://wg21.link/lwg2488",
		"section": "22.10.15.5 [func.bind.place]",
		"status": "C++17",
		"submitter": "Stephan T. Lavavej",
		"opened": "2015-03-27",
		"last_modified": "2017-07-30"
	},
	"LWG2489": {
		"type": "issue",
		"title": "mem_fn() should be noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue2489",
		"link": "https://wg21.link/lwg2489",
		"section": "22.10.16 [func.memfn]",
		"status": "C++17",
		"submitter": "Stephan T. Lavavej",
		"opened": "2015-03-27",
		"last_modified": "2017-07-30"
	},
	"LWG2490": {
		"type": "issue",
		"title": "<regex> needs lots of noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue2490",
		"link": "https://wg21.link/lwg2490",
		"section": "28.6 [re]",
		"status": "New",
		"submitter": "Stephan T. Lavavej",
		"opened": "2015-03-27",
		"last_modified": "2015-05-05"
	},
	"LWG2491": {
		"type": "issue",
		"title": "std::less<T*> in constant expression",
		"long_link": "https://cplusplus.github.io/LWG/issue2491",
		"link": "https://wg21.link/lwg2491",
		"section": "22.10.8 [comparisons]",
		"status": "New",
		"submitter": "Agustín K-ballo Bergé",
		"opened": "2015-04-01",
		"last_modified": "2021-04-10"
	},
	"LWG2492": {
		"type": "issue",
		"title": "Clarify requirements for comp",
		"long_link": "https://cplusplus.github.io/LWG/issue2492",
		"link": "https://wg21.link/lwg2492",
		"section": "26.8 [alg.sorting]",
		"status": "C++17",
		"submitter": "Anton Savin",
		"opened": "2015-04-14",
		"last_modified": "2017-07-30"
	},
	"LWG2493": {
		"type": "issue",
		"title": "initializer_list supports incomplete classes",
		"long_link": "https://cplusplus.github.io/LWG/issue2493",
		"link": "https://wg21.link/lwg2493",
		"section": "17.11 [support.initlist]",
		"status": "New",
		"submitter": "David Krauss",
		"opened": "2015-04-27",
		"last_modified": "2015-05-05"
	},
	"LWG2494": {
		"type": "issue",
		"title": "[fund.ts.v2] ostream_joiner needs noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue2494",
		"link": "https://wg21.link/lwg2494",
		"section": "10.2 [fund.ts.v2::iterator.ostream.joiner]",
		"status": "TS",
		"submitter": "Nate Wilson",
		"opened": "2015-05-03",
		"last_modified": "2017-07-30"
	},
	"LWG2495": {
		"type": "issue",
		"title": "There is no such thing as an Exception Safety element",
		"long_link": "https://cplusplus.github.io/LWG/issue2495",
		"link": "https://wg21.link/lwg2495",
		"section": "20.3.2.2.2 [util.smartptr.shared.const]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2015-05-05",
		"last_modified": "2017-07-30"
	},
	"LWG2496": {
		"type": "issue",
		"title": "Certain hard-to-avoid errors not in the immediate context are not allowed to be triggered by the evaluation of type traits",
		"long_link": "https://cplusplus.github.io/LWG/issue2496",
		"link": "https://wg21.link/lwg2496",
		"section": "21.3.6.4 [meta.unary.prop]",
		"status": "New",
		"submitter": "Hubert Tong",
		"opened": "2015-05-07",
		"last_modified": "2015-08-03"
	},
	"LWG2497": {
		"type": "issue",
		"title": "Use of uncaught_exception()",
		"long_link": "https://cplusplus.github.io/LWG/issue2497",
		"link": "https://wg21.link/lwg2497",
		"section": "31.7.6.2.4 [ostream.sentry]",
		"status": "New",
		"submitter": "Roger Orr",
		"opened": "2015-05-08",
		"last_modified": "2020-09-06"
	},
	"LWG2498": {
		"type": "issue",
		"title": "operator>>(basic_istream&&, T&&) returns basic_istream&, but should probably return basic_istream&&",
		"long_link": "https://cplusplus.github.io/LWG/issue2498",
		"link": "https://wg21.link/lwg2498",
		"section": "31.7.5.6 [istream.rvalue]",
		"status": "Resolved",
		"submitter": "Richard Smith",
		"opened": "2015-05-08",
		"last_modified": "2020-11-09"
	},
	"LWG2499": {
		"type": "issue",
		"title": "operator>>(basic_istream&, CharT*) makes it hard to avoid buffer overflows",
		"long_link": "https://cplusplus.github.io/LWG/issue2499",
		"link": "https://wg21.link/lwg2499",
		"section": "31.7.5.3.3 [istream.extractors]",
		"status": "Resolved",
		"submitter": "Richard Smith",
		"opened": "2015-05-08",
		"last_modified": "2018-11-12"
	},
	"LWG2500": {
		"type": "issue",
		"title": "[fund.ts.v2] fundts.memory.smartptr.shared.obs/6 should apply to cv-unqualified void",
		"long_link": "https://cplusplus.github.io/LWG/issue2500",
		"link": "https://wg21.link/lwg2500",
		"section": "8.2.1.2 [fund.ts.v2::memory.smartptr.shared.obs]",
		"status": "TS",
		"submitter": "Jeffrey Yasskin",
		"opened": "2015-05-11",
		"last_modified": "2017-07-30"
	},
	"LWG2501": {
		"type": "issue",
		"title": "std::function requires POCMA/POCCA",
		"long_link": "https://cplusplus.github.io/LWG/issue2501",
		"link": "https://wg21.link/lwg2501",
		"section": "22.10.17.3 [func.wrap.func]",
		"status": "Resolved",
		"submitter": "David Krauss",
		"opened": "2015-05-20",
		"last_modified": "2020-09-06"
	},
	"LWG2502": {
		"type": "issue",
		"title": "std::function does not use allocator::construct",
		"long_link": "https://cplusplus.github.io/LWG/issue2502",
		"link": "https://wg21.link/lwg2502",
		"section": "22.10.17.3 [func.wrap.func]",
		"status": "Resolved",
		"submitter": "David Krauss",
		"opened": "2015-05-20",
		"last_modified": "2020-09-06"
	},
	"LWG2503": {
		"type": "issue",
		"title": "multiline option should be added to syntax_option_type",
		"long_link": "https://cplusplus.github.io/LWG/issue2503",
		"link": "https://wg21.link/lwg2503",
		"section": "28.6.4.2 [re.synopt]",
		"status": "C++17",
		"submitter": "Nozomu Katō",
		"opened": "2015-05-22",
		"last_modified": "2017-07-30"
	},
	"LWG2504": {
		"type": "issue",
		"title": "basic_streambuf is not an abstract class",
		"long_link": "https://cplusplus.github.io/LWG/issue2504",
		"link": "https://wg21.link/lwg2504",
		"section": "31.6.3 [streambuf]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2015-05-28",
		"last_modified": "2015-08-03"
	},
	"LWG2505": {
		"type": "issue",
		"title": "auto_ptr_ref creation requirements underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue2505",
		"link": "https://wg21.link/lwg2505",
		"section": "99 [auto.ptr.conv]",
		"status": "Resolved",
		"submitter": "Hubert Tong",
		"opened": "2015-05-28",
		"last_modified": "2020-09-06"
	},
	"LWG2506": {
		"type": "issue",
		"title": "Underspecification of atomics",
		"long_link": "https://cplusplus.github.io/LWG/issue2506",
		"link": "https://wg21.link/lwg2506",
		"section": "6.10.2 [intro.multithread], 32.5.8 [atomics.types.generic], 17.14 [support.runtime]",
		"status": "SG1",
		"submitter": "Geoffrey Romer",
		"opened": "2015-05-29",
		"last_modified": "2018-03-15"
	},
	"LWG2507": {
		"type": "issue",
		"title": "codecvt_mode should be a bitmask type",
		"long_link": "https://cplusplus.github.io/LWG/issue2507",
		"link": "https://wg21.link/lwg2507",
		"section": "99 [depr.locale.stdcvt]",
		"status": "Resolved",
		"submitter": "Jonathan Wakely",
		"opened": "2015-06-08",
		"last_modified": "2025-11-11"
	},
	"LWG2508": {
		"type": "issue",
		"title": "§[new.delete.dataraces] wording needs to be updated",
		"long_link": "https://cplusplus.github.io/LWG/issue2508",
		"link": "https://wg21.link/lwg2508",
		"section": "17.6.3.5 [new.delete.dataraces]",
		"status": "New",
		"submitter": "Hans Boehm",
		"opened": "2015-06-09",
		"last_modified": "2016-02-01"
	},
	"LWG2509": {
		"type": "issue",
		"title": "[fund.ts.v2] any_cast doesn't work with rvalue reference targets and cannot move with a value target",
		"long_link": "https://cplusplus.github.io/LWG/issue2509",
		"link": "https://wg21.link/lwg2509",
		"section": "6.4 [fund.ts.v2::any.nonmembers]",
		"status": "TS",
		"submitter": "Ville Voutilainen",
		"opened": "2015-06-13",
		"last_modified": "2017-07-30"
	},
	"LWG2510": {
		"type": "issue",
		"title": "Tag types should not be DefaultConstructible",
		"long_link": "https://cplusplus.github.io/LWG/issue2510",
		"link": "https://wg21.link/lwg2510",
		"section": "17.6 [support.dynamic], 22.2 [utility], 22.3.5 [pair.piecewise], 20.2.2 [memory.syn], 20.2.7 [allocator.tag], 32.6 [thread.mutex]",
		"status": "C++17",
		"submitter": "Ville Voutilainen",
		"opened": "2015-06-13",
		"last_modified": "2017-07-30"
	},
	"LWG2511": {
		"type": "issue",
		"title": "scoped_allocator_adaptor piecewise construction does not require CopyConstructible",
		"long_link": "https://cplusplus.github.io/LWG/issue2511",
		"link": "https://wg21.link/lwg2511",
		"section": "20.6.4 [allocator.adaptor.members]",
		"status": "Resolved",
		"submitter": "David Krauss",
		"opened": "2015-06-16",
		"last_modified": "2020-09-06"
	},
	"LWG2512": {
		"type": "issue",
		"title": "Y2K bites; what is an \"unambiguous year identifier\"?",
		"long_link": "https://cplusplus.github.io/LWG/issue2512",
		"link": "https://wg21.link/lwg2512",
		"section": "28.3.4.6.2.3 [locale.time.get.virtuals]",
		"status": "Open",
		"submitter": "Hubert Tong",
		"opened": "2015-06-19",
		"last_modified": "2017-09-07"
	},
	"LWG2513": {
		"type": "issue",
		"title": "Missing requirements for basic_string::value_type",
		"long_link": "https://cplusplus.github.io/LWG/issue2513",
		"link": "https://wg21.link/lwg2513",
		"section": "27.1 [strings.general]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2015-06-26",
		"last_modified": "2020-09-06"
	},
	"LWG2514": {
		"type": "issue",
		"title": "Type traits must not be final",
		"long_link": "https://cplusplus.github.io/LWG/issue2514",
		"link": "https://wg21.link/lwg2514",
		"section": "21.3.2 [meta.rqmts]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2015-07-03",
		"last_modified": "2017-07-30"
	},
	"LWG2515": {
		"type": "issue",
		"title": "[fund.ts.v2] Certain comparison operators of observer_ptr do not match synopsis",
		"long_link": "https://cplusplus.github.io/LWG/issue2515",
		"link": "https://wg21.link/lwg2515",
		"section": "8.12.6 [fund.ts.v2::memory.observer.ptr.special]",
		"status": "TS",
		"submitter": "Tim Song",
		"opened": "2015-07-07",
		"last_modified": "2017-07-30"
	},
	"LWG2516": {
		"type": "issue",
		"title": "[fund.ts.v2] Public \"exposition only\" members in observer_ptr",
		"long_link": "https://cplusplus.github.io/LWG/issue2516",
		"link": "https://wg21.link/lwg2516",
		"section": "8.12.1 [fund.ts.v2::memory.observer.ptr.overview]",
		"status": "TS",
		"submitter": "Tim Song",
		"opened": "2015-07-07",
		"last_modified": "2017-07-30"
	},
	"LWG2517": {
		"type": "issue",
		"title": "[fund.ts.v2] Two propagate_const assignment operators have incorrect return type",
		"long_link": "https://cplusplus.github.io/LWG/issue2517",
		"link": "https://wg21.link/lwg2517",
		"section": "3.7.5 [fund.ts.v2::propagate_const.assignment]",
		"status": "TS",
		"submitter": "Tim Song",
		"opened": "2015-07-08",
		"last_modified": "2017-07-30"
	},
	"LWG2518": {
		"type": "issue",
		"title": "[fund.ts.v2] Non-member swap for propagate_const should call member swap",
		"long_link": "https://cplusplus.github.io/LWG/issue2518",
		"link": "https://wg21.link/lwg2518",
		"section": "3.7.10 [fund.ts.v2::propagate_const.algorithms]",
		"status": "TS",
		"submitter": "Tim Song",
		"opened": "2015-07-08",
		"last_modified": "2017-07-30"
	},
	"LWG2519": {
		"type": "issue",
		"title": "Iterator operator-= has gratuitous undefined behaviour",
		"long_link": "https://cplusplus.github.io/LWG/issue2519",
		"link": "https://wg21.link/lwg2519",
		"section": "24.3.5.7 [random.access.iterators]",
		"status": "C++17",
		"submitter": "Hubert Tong",
		"opened": "2015-07-15",
		"last_modified": "2017-07-30"
	},
	"LWG2520": {
		"type": "issue",
		"title": "N4089 broke initializing unique_ptr<T[]> from a nullptr",
		"long_link": "https://cplusplus.github.io/LWG/issue2520",
		"link": "https://wg21.link/lwg2520",
		"section": "20.3.1.4.2 [unique.ptr.runtime.ctor]",
		"status": "C++17",
		"submitter": "Ville Voutilainen",
		"opened": "2015-07-19",
		"last_modified": "2017-07-30",
		"papers": [
			"N4089"
		]
	},
	"LWG2521": {
		"type": "issue",
		"title": "[fund.ts.v2] weak_ptr's converting move constructor should be modified as well for array support",
		"long_link": "https://cplusplus.github.io/LWG/issue2521",
		"link": "https://wg21.link/lwg2521",
		"section": "8.2.2.1 [fund.ts.v2::memory.smartptr.weak.const]",
		"status": "TS",
		"submitter": "Tim Song",
		"opened": "2015-07-25",
		"last_modified": "2017-07-30"
	},
	"LWG2522": {
		"type": "issue",
		"title": "[fund.ts.v2] Contradiction in set_default_resource specification",
		"long_link": "https://cplusplus.github.io/LWG/issue2522",
		"link": "https://wg21.link/lwg2522",
		"section": "8.8 [fund.ts.v2::memory.resource.global]",
		"status": "TS",
		"submitter": "Tim Song",
		"opened": "2015-07-28",
		"last_modified": "2017-07-30"
	},
	"LWG2523": {
		"type": "issue",
		"title": "std::promise synopsis shows two set_value_at_thread_exit()'s for no apparent reason",
		"long_link": "https://cplusplus.github.io/LWG/issue2523",
		"link": "https://wg21.link/lwg2523",
		"section": "32.10.6 [futures.promise]",
		"status": "C++17",
		"submitter": "Tim Song",
		"opened": "2015-07-31",
		"last_modified": "2017-07-30"
	},
	"LWG2524": {
		"type": "issue",
		"title": "generate_canonical can occasionally return 1.0",
		"long_link": "https://cplusplus.github.io/LWG/issue2524",
		"link": "https://wg21.link/lwg2524",
		"section": "29.5.9.4.2 [rand.dist.pois.exp]",
		"status": "Resolved",
		"submitter": "Michael Prähofer",
		"opened": "2015-08-20",
		"last_modified": "2024-04-02"
	},
	"LWG2525": {
		"type": "issue",
		"title": "[fund.ts.v2] get_memory_resource should be const and noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue2525",
		"link": "https://wg21.link/lwg2525",
		"section": "4.2 [fund.ts.v2::func.wrap.func], 11.2 [fund.ts.v2::futures.promise], 11.3 [fund.ts.v2::futures.task]",
		"status": "TS",
		"submitter": "Tim Song",
		"opened": "2015-08-04",
		"last_modified": "2017-07-30"
	},
	"LWG2526": {
		"type": "issue",
		"title": "[fund.ts.v2] Incorrect precondition for experimental::function::swap",
		"long_link": "https://cplusplus.github.io/LWG/issue2526",
		"link": "https://wg21.link/lwg2526",
		"section": "4.2.2 [fund.ts.v2::func.wrap.func.mod]",
		"status": "TS",
		"submitter": "Tim Song",
		"opened": "2015-08-04",
		"last_modified": "2017-07-30"
	},
	"LWG2527": {
		"type": "issue",
		"title": "[fund.ts.v2] ALLOCATOR_OF for function::operator= has incorrect default",
		"long_link": "https://cplusplus.github.io/LWG/issue2527",
		"link": "https://wg21.link/lwg2527",
		"section": "4.2.1 [fund.ts.v2::func.wrap.func.con]",
		"status": "TS",
		"submitter": "Tim Song",
		"opened": "2015-08-04",
		"last_modified": "2017-07-30"
	},
	"LWG2528": {
		"type": "issue",
		"title": "Order of std::tuple construction unspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue2528",
		"link": "https://wg21.link/lwg2528",
		"section": "22.4.4.2 [tuple.cnstr]",
		"status": "New",
		"submitter": "Brian Rodriguez",
		"opened": "2015-08-25",
		"last_modified": "2017-02-19"
	},
	"LWG2529": {
		"type": "issue",
		"title": "Assigning to enable_shared_from_this::__weak_this twice",
		"long_link": "https://cplusplus.github.io/LWG/issue2529",
		"link": "https://wg21.link/lwg2529",
		"section": "20.3.2.7 [util.smartptr.enab]",
		"status": "Resolved",
		"submitter": "Jonathan Wakely",
		"opened": "2015-08-26",
		"last_modified": "2020-09-06"
	},
	"LWG2530": {
		"type": "issue",
		"title": "Clarify observable side effects of releasing a shared state",
		"long_link": "https://cplusplus.github.io/LWG/issue2530",
		"link": "https://wg21.link/lwg2530",
		"section": "32.10.5 [futures.state]",
		"status": "Open",
		"submitter": "Agustín K-ballo Bergé",
		"opened": "2015-09-03",
		"last_modified": "2016-08-06"
	},
	"LWG2531": {
		"type": "issue",
		"title": "future::get should explicitly state that the shared state is released",
		"long_link": "https://cplusplus.github.io/LWG/issue2531",
		"link": "https://wg21.link/lwg2531",
		"section": "32.10.7 [futures.unique.future]",
		"status": "C++17",
		"submitter": "Agustín K-ballo Bergé",
		"opened": "2015-09-03",
		"last_modified": "2021-06-06"
	},
	"LWG2532": {
		"type": "issue",
		"title": "Satisfying a promise at thread exit",
		"long_link": "https://cplusplus.github.io/LWG/issue2532",
		"link": "https://wg21.link/lwg2532",
		"section": "32.10.6 [futures.promise]",
		"status": "Open",
		"submitter": "Agustín K-ballo Bergé",
		"opened": "2015-09-03",
		"last_modified": "2016-08-06"
	},
	"LWG2533": {
		"type": "issue",
		"title": "[concurr.ts] Constrain threads where future::then can run a continuation",
		"long_link": "https://cplusplus.github.io/LWG/issue2533",
		"link": "https://wg21.link/lwg2533",
		"section": "99 [concurr.ts::futures.unique.future]",
		"status": "Open",
		"submitter": "Agustín K-ballo Bergé",
		"opened": "2015-09-03",
		"last_modified": "2025-10-20"
	},
	"LWG2534": {
		"type": "issue",
		"title": "Constrain rvalue stream operators",
		"long_link": "https://cplusplus.github.io/LWG/issue2534",
		"link": "https://wg21.link/lwg2534",
		"section": "31.7.6.6 [ostream.rvalue], 31.7.5.6 [istream.rvalue]",
		"status": "C++17",
		"submitter": "Robert Haberlach",
		"opened": "2015-09-08",
		"last_modified": "2017-07-30"
	},
	"LWG2535": {
		"type": "issue",
		"title": "Inconsistency between ostream::write and ostream::operator<<",
		"long_link": "https://cplusplus.github.io/LWG/issue2535",
		"link": "https://wg21.link/lwg2535",
		"section": "27.4.4.4 [string.io], 31.7.6.4 [ostream.unformatted]",
		"status": "NAD",
		"submitter": "Marshall Clow",
		"opened": "2015-09-10",
		"last_modified": "2016-07-13"
	},
	"LWG2536": {
		"type": "issue",
		"title": "What should <complex.h> do?",
		"long_link": "https://cplusplus.github.io/LWG/issue2536",
		"link": "https://wg21.link/lwg2536",
		"section": "17.15 [support.c.headers]",
		"status": "C++17",
		"submitter": "Richard Smith",
		"opened": "2015-09-10",
		"last_modified": "2023-02-07"
	},
	"LWG2537": {
		"type": "issue",
		"title": "Constructors for priority_queue taking allocators should call make_heap",
		"long_link": "https://cplusplus.github.io/LWG/issue2537",
		"link": "https://wg21.link/lwg2537",
		"section": "23.6.4.3 [priqueue.cons.alloc]",
		"status": "C++17",
		"submitter": "Eric Schmidt",
		"opened": "2015-09-19",
		"last_modified": "2017-07-30"
	},
	"LWG2538": {
		"type": "issue",
		"title": "[parallel.ts] Requirements on data race behavior of iterators and swap should be clarified",
		"long_link": "https://cplusplus.github.io/LWG/issue2538",
		"link": "https://wg21.link/lwg2538",
		"section": "99 [parallel.ts::parallel.alg.general.exec]",
		"status": "NAD",
		"submitter": "Robert Geva",
		"opened": "2015-09-22",
		"last_modified": "2015-10-21"
	},
	"LWG2539": {
		"type": "issue",
		"title": "[fund.ts.v2] invocation_trait definition definition doesn't work for surrogate call functions",
		"long_link": "https://cplusplus.github.io/LWG/issue2539",
		"link": "https://wg21.link/lwg2539",
		"section": "3.3.2 [fund.ts.v2::meta.trans.other]",
		"status": "TS",
		"submitter": "Mike Spertus",
		"opened": "2015-09-25",
		"last_modified": "2017-07-30"
	},
	"LWG2540": {
		"type": "issue",
		"title": "unordered_multimap::insert hint iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue2540",
		"link": "https://wg21.link/lwg2540",
		"section": "23.2.8 [unord.req]",
		"status": "C++17",
		"submitter": "Isaac Hier",
		"opened": "2015-09-16",
		"last_modified": "2017-07-30"
	},
	"LWG2541": {
		"type": "issue",
		"title": "[parallel.ts] Headers for ExecutionPolicy algorithm overloads",
		"long_link": "https://cplusplus.github.io/LWG/issue2541",
		"link": "https://wg21.link/lwg2541",
		"section": "99 [parallel.ts::parallel.alg.overloads]",
		"status": "Resolved",
		"submitter": "Tim Song",
		"opened": "2015-09-26",
		"last_modified": "2017-11-13"
	},
	"LWG2542": {
		"type": "issue",
		"title": "Missing const requirements for associative containers",
		"long_link": "https://cplusplus.github.io/LWG/issue2542",
		"link": "https://wg21.link/lwg2542",
		"section": "23.2.7 [associative.reqmts]",
		"status": "C++17",
		"submitter": "Daniel Krügler",
		"opened": "2015-09-26",
		"last_modified": "2017-07-30"
	},
	"LWG2543": {
		"type": "issue",
		"title": "LWG 2148 (hash support for enum types) seems under-specified",
		"long_link": "https://cplusplus.github.io/LWG/issue2543",
		"link": "https://wg21.link/lwg2543",
		"section": "22.10.19 [unord.hash]",
		"status": "Resolved",
		"submitter": "Ville Voutilainen",
		"opened": "2015-09-27",
		"last_modified": "2017-02-02"
	},
	"LWG2544": {
		"type": "issue",
		"title": "istreambuf_iterator(basic_streambuf<charT, traits>* s) effects unclear when s is 0",
		"long_link": "https://cplusplus.github.io/LWG/issue2544",
		"link": "https://wg21.link/lwg2544",
		"section": "24.6.4.3 [istreambuf.iterator.cons]",
		"status": "C++17",
		"submitter": "S. B. Tam",
		"opened": "2015-10-05",
		"last_modified": "2017-07-30"
	},
	"LWG2545": {
		"type": "issue",
		"title": "Simplify wording for bind without explicitly specified return type",
		"long_link": "https://cplusplus.github.io/LWG/issue2545",
		"link": "https://wg21.link/lwg2545",
		"section": "22.10.15.4 [func.bind.bind]",
		"status": "C++17",
		"submitter": "Tomasz Kamiński",
		"opened": "2015-10-05",
		"last_modified": "2017-07-30"
	},
	"LWG2546": {
		"type": "issue",
		"title": "Implementability of locale-sensitive UnicodeEscapeSequence matching",
		"long_link": "https://cplusplus.github.io/LWG/issue2546",
		"link": "https://wg21.link/lwg2546",
		"section": "28.6.12 [re.grammar]",
		"status": "New",
		"submitter": "Hubert Tong",
		"opened": "2015-10-08",
		"last_modified": "2024-10-03"
	},
	"LWG2547": {
		"type": "issue",
		"title": "Container requirements (and other library text) should say \"strict total order\", not just \"total order\"",
		"long_link": "https://cplusplus.github.io/LWG/issue2547",
		"link": "https://wg21.link/lwg2547",
		"section": "22.10.8 [comparisons], 23.2.2 [container.requirements.general], 32.4.3.2 [thread.thread.id]",
		"status": "New",
		"submitter": "Matt Austern",
		"opened": "2015-10-08",
		"last_modified": "2015-10-21"
	},
	"LWG2548": {
		"type": "issue",
		"title": "Missing vfscanf from <cstdio>",
		"long_link": "https://cplusplus.github.io/LWG/issue2548",
		"link": "https://wg21.link/lwg2548",
		"section": "31.13 [c.files]",
		"status": "Resolved",
		"submitter": "Richard Smith",
		"opened": "2015-10-09",
		"last_modified": "2017-03-12"
	},
	"LWG2549": {
		"type": "issue",
		"title": "Tuple EXPLICIT constructor templates that take tuple parameters end up taking references to temporaries and will create dangling references",
		"long_link": "https://cplusplus.github.io/LWG/issue2549",
		"link": "https://wg21.link/lwg2549",
		"section": "22.4.4.2 [tuple.cnstr]",
		"status": "C++17",
		"submitter": "Ville Voutilainen",
		"opened": "2015-10-11",
		"last_modified": "2017-07-30"
	},
	"LWG2550": {
		"type": "issue",
		"title": "Wording of unordered container's clear() method complexity",
		"long_link": "https://cplusplus.github.io/LWG/issue2550",
		"link": "https://wg21.link/lwg2550",
		"section": "23.2.8 [unord.req]",
		"status": "C++17",
		"submitter": "Yegor Derevenets",
		"opened": "2015-10-11",
		"last_modified": "2017-07-30"
	},
	"LWG2551": {
		"type": "issue",
		"title": "[fund.ts.v2] \"Exception safety\" cleanup in library fundamentals required",
		"long_link": "https://cplusplus.github.io/LWG/issue2551",
		"link": "https://wg21.link/lwg2551",
		"section": "8.2.1.1 [fund.ts.v2::memory.smartptr.shared.const]",
		"status": "TS",
		"submitter": "Daniel Krügler",
		"opened": "2015-10-24",
		"last_modified": "2017-07-30"
	},
	"LWG2552": {
		"type": "issue",
		"title": "priority_queue doesn't work with move-only types",
		"long_link": "https://cplusplus.github.io/LWG/issue2552",
		"link": "https://wg21.link/lwg2552",
		"section": "23.6.4 [priority.queue]",
		"status": "NAD",
		"submitter": "Matt Austern",
		"opened": "2015-10-27",
		"last_modified": "2016-02-07"
	},
	"LWG2553": {
		"type": "issue",
		"title": "[fund.ts.v2] basic_string_view substring constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue2553",
		"link": "https://wg21.link/lwg2553",
		"section": "7.3 [fund.ts.v2::string.view.cons]",
		"status": "NAD",
		"submitter": "Evan Teran",
		"opened": "2015-10-29",
		"last_modified": "2018-06-23"
	},
	"LWG2554": {
		"type": "issue",
		"title": "Swapping multidimensional arrays is never noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue2554",
		"link": "https://wg21.link/lwg2554",
		"section": "22.2.2 [utility.swap]",
		"status": "Resolved",
		"submitter": "Orson Peters",
		"opened": "2015-11-01",
		"last_modified": "2020-09-06"
	},
	"LWG2555": {
		"type": "issue",
		"title": "[fund.ts.v2] No handling for over-aligned types in optional",
		"long_link": "https://cplusplus.github.io/LWG/issue2555",
		"link": "https://wg21.link/lwg2555",
		"section": "5.3 [fund.ts.v2::optional.object]",
		"status": "TS",
		"submitter": "Marshall Clow",
		"opened": "2015-11-03",
		"last_modified": "2018-07-08"
	},
	"LWG2556": {
		"type": "issue",
		"title": "Wide contract for future::share()",
		"long_link": "https://cplusplus.github.io/LWG/issue2556",
		"link": "https://wg21.link/lwg2556",
		"section": "32.10.7 [futures.unique.future]",
		"status": "C++17",
		"submitter": "Agustín K-ballo Bergé",
		"opened": "2015-11-05",
		"last_modified": "2021-06-06"
	},
	"LWG2557": {
		"type": "issue",
		"title": "Logical operator traits are broken in the zero-argument case",
		"long_link": "https://cplusplus.github.io/LWG/issue2557",
		"link": "https://wg21.link/lwg2557",
		"section": "21.3.10 [meta.logical]",
		"status": "C++17",
		"submitter": "Geoffrey Romer",
		"opened": "2015-11-05",
		"last_modified": "2017-07-30"
	},
	"LWG2558": {
		"type": "issue",
		"title": "[fund.ts.v2] Logical operator traits are broken in the zero-argument case",
		"long_link": "https://cplusplus.github.io/LWG/issue2558",
		"link": "https://wg21.link/lwg2558",
		"section": "3.3.3 [fund.ts.v2::meta.logical]",
		"status": "TS",
		"submitter": "Geoffrey Romer",
		"opened": "2015-11-05",
		"last_modified": "2017-07-30"
	},
	"LWG2559": {
		"type": "issue",
		"title": "Error in LWG 2234's resolution",
		"long_link": "https://cplusplus.github.io/LWG/issue2559",
		"link": "https://wg21.link/lwg2559",
		"section": "19.3 [assertions]",
		"status": "C++17",
		"submitter": "Tim Song",
		"opened": "2015-11-07",
		"last_modified": "2017-07-30"
	},
	"LWG2560": {
		"type": "issue",
		"title": "is_constructible underspecified when applied to a function type",
		"long_link": "https://cplusplus.github.io/LWG/issue2560",
		"link": "https://wg21.link/lwg2560",
		"section": "21.3.6.4 [meta.unary.prop]",
		"status": "C++17",
		"submitter": "Richard Smith",
		"opened": "2015-11-14",
		"last_modified": "2017-07-30"
	},
	"LWG2561": {
		"type": "issue",
		"title": "[fund.ts.v2] Incorrect exception specifications for 'swap' in C++ Extensions for Library Fundamentals",
		"long_link": "https://cplusplus.github.io/LWG/issue2561",
		"link": "https://wg21.link/lwg2561",
		"section": "5.3.4 [fund.ts.v2::optional.object.swap], 3.7.8 [fund.ts.v2::propagate_const.modifiers]",
		"status": "Resolved",
		"submitter": "Daniel Krügler",
		"opened": "2015-11-14",
		"last_modified": "2022-07-28"
	},
	"LWG2562": {
		"type": "issue",
		"title": "Consistent total ordering of pointers by comparison functors",
		"long_link": "https://cplusplus.github.io/LWG/issue2562",
		"link": "https://wg21.link/lwg2562",
		"section": "22.10.8 [comparisons]",
		"status": "C++17",
		"submitter": "Casey Carter",
		"opened": "2015-11-18",
		"last_modified": "2017-07-30"
	},
	"LWG2563": {
		"type": "issue",
		"title": "LWG 2259 relaxes requirements, perhaps unintentionally",
		"long_link": "https://cplusplus.github.io/LWG/issue2563",
		"link": "https://wg21.link/lwg2563",
		"section": "16.4.6.5 [member.functions]",
		"status": "NAD",
		"submitter": "Ville Voutilainen",
		"opened": "2015-11-29",
		"last_modified": "2018-11-12"
	},
	"LWG2564": {
		"type": "issue",
		"title": "[fund.ts.v2] std::experimental::function constructors taking allocator arguments may throw exceptions",
		"long_link": "https://cplusplus.github.io/LWG/issue2564",
		"link": "https://wg21.link/lwg2564",
		"section": "4.2 [fund.ts.v2::func.wrap.func]",
		"status": "Resolved",
		"submitter": "Tim Song",
		"opened": "2015-12-05",
		"last_modified": "2022-11-22"
	},
	"LWG2565": {
		"type": "issue",
		"title": "std::function's move constructor should guarantee nothrow for reference_wrappers and function pointers",
		"long_link": "https://cplusplus.github.io/LWG/issue2565",
		"link": "https://wg21.link/lwg2565",
		"section": "22.10.17.3.2 [func.wrap.func.con]",
		"status": "C++17",
		"submitter": "Tim Song",
		"opened": "2015-12-05",
		"last_modified": "2017-07-30"
	},
	"LWG2566": {
		"type": "issue",
		"title": "Requirements on the first template parameter of container adaptors",
		"long_link": "https://cplusplus.github.io/LWG/issue2566",
		"link": "https://wg21.link/lwg2566",
		"section": "23.6 [container.adaptors]",
		"status": "C++17",
		"submitter": "Tim Song",
		"opened": "2015-12-08",
		"last_modified": "2017-07-30"
	},
	"LWG2567": {
		"type": "issue",
		"title": "Specification of logical operator traits uses BaseCharacteristic, which is defined only for UnaryTypeTraits and BinaryTypeTraits",
		"long_link": "https://cplusplus.github.io/LWG/issue2567",
		"link": "https://wg21.link/lwg2567",
		"section": "21.3.10 [meta.logical]",
		"status": "C++17",
		"submitter": "Tim Song",
		"opened": "2015-12-10",
		"last_modified": "2017-07-30"
	},
	"LWG2568": {
		"type": "issue",
		"title": "[fund.ts.v2] Specification of logical operator traits uses BaseCharacteristic, which is defined only for UnaryTypeTraits and BinaryTypeTraits",
		"long_link": "https://cplusplus.github.io/LWG/issue2568",
		"link": "https://wg21.link/lwg2568",
		"section": "3.3.3 [fund.ts.v2::meta.logical]",
		"status": "TS",
		"submitter": "Tim Song",
		"opened": "2015-12-10",
		"last_modified": "2020-09-06"
	},
	"LWG2569": {
		"type": "issue",
		"title": "conjunction and disjunction requirements are too strict",
		"long_link": "https://cplusplus.github.io/LWG/issue2569",
		"link": "https://wg21.link/lwg2569",
		"section": "21.3.10 [meta.logical]",
		"status": "C++17",
		"submitter": "Tim Song",
		"opened": "2015-12-11",
		"last_modified": "2017-12-05"
	},
	"LWG2570": {
		"type": "issue",
		"title": "[fund.ts.v2] conjunction and disjunction requirements are too strict",
		"long_link": "https://cplusplus.github.io/LWG/issue2570",
		"link": "https://wg21.link/lwg2570",
		"section": "3.3.3 [fund.ts.v2::meta.logical]",
		"status": "TS",
		"submitter": "Tim Song",
		"opened": "2015-12-11",
		"last_modified": "2017-07-30"
	},
	"LWG2571": {
		"type": "issue",
		"title": "§[map.modifiers]/2 imposes nonsensical requirement on insert(InputIterator, InputIterator)",
		"long_link": "https://cplusplus.github.io/LWG/issue2571",
		"link": "https://wg21.link/lwg2571",
		"section": "23.4.3.4 [map.modifiers]",
		"status": "C++17",
		"submitter": "Tim Song",
		"opened": "2015-12-12",
		"last_modified": "2017-07-30"
	},
	"LWG2572": {
		"type": "issue",
		"title": "The remarks for shared_ptr::operator* should apply to cv-qualified void as well",
		"long_link": "https://cplusplus.github.io/LWG/issue2572",
		"link": "https://wg21.link/lwg2572",
		"section": "20.3.2.2.6 [util.smartptr.shared.obs]",
		"status": "C++17",
		"submitter": "Tim Song",
		"opened": "2015-12-13",
		"last_modified": "2017-07-30"
	},
	"LWG2573": {
		"type": "issue",
		"title": "[fund.ts.v2] std::hash<std::experimental::shared_ptr<T>> does not work for arrays",
		"long_link": "https://cplusplus.github.io/LWG/issue2573",
		"link": "https://wg21.link/lwg2573",
		"section": "8.2.1 [fund.ts.v2::memory.smartptr.shared]",
		"status": "TS",
		"submitter": "Tim Song",
		"opened": "2015-12-13",
		"last_modified": "2017-07-30"
	},
	"LWG2574": {
		"type": "issue",
		"title": "[fund.ts.v2] std::experimental::function::operator=(F&&) should be constrained",
		"long_link": "https://cplusplus.github.io/LWG/issue2574",
		"link": "https://wg21.link/lwg2574",
		"section": "4.2.1 [fund.ts.v2::func.wrap.func.con]",
		"status": "TS",
		"submitter": "Tim Song",
		"opened": "2015-12-05",
		"last_modified": "2017-07-30"
	},
	"LWG2575": {
		"type": "issue",
		"title": "[fund.ts.v2] experimental::function::assign should be removed",
		"long_link": "https://cplusplus.github.io/LWG/issue2575",
		"link": "https://wg21.link/lwg2575",
		"section": "4.2 [fund.ts.v2::func.wrap.func]",
		"status": "TS",
		"submitter": "Tim Song",
		"opened": "2015-12-20",
		"last_modified": "2017-07-30"
	},
	"LWG2576": {
		"type": "issue",
		"title": "istream_iterator and ostream_iterator should use std::addressof",
		"long_link": "https://cplusplus.github.io/LWG/issue2576",
		"link": "https://wg21.link/lwg2576",
		"section": "24.6 [stream.iterators]",
		"status": "C++17",
		"submitter": "Tim Song",
		"opened": "2016-01-01",
		"last_modified": "2017-07-30"
	},
	"LWG2577": {
		"type": "issue",
		"title": "{shared,unique}_lock should use std::addressof",
		"long_link": "https://cplusplus.github.io/LWG/issue2577",
		"link": "https://wg21.link/lwg2577",
		"section": "32.6.5.4.2 [thread.lock.unique.cons], 32.6.5.5.2 [thread.lock.shared.cons]",
		"status": "C++17",
		"submitter": "Tim Song",
		"opened": "2016-01-01",
		"last_modified": "2017-07-30"
	},
	"LWG2578": {
		"type": "issue",
		"title": "Iterator requirements should reference iterator traits",
		"long_link": "https://cplusplus.github.io/LWG/issue2578",
		"link": "https://wg21.link/lwg2578",
		"section": "24.3 [iterator.requirements], 24.3.2.3 [iterator.traits]",
		"status": "C++17",
		"submitter": "Ville Voutilainen",
		"opened": "2016-01-05",
		"last_modified": "2017-09-07"
	},
	"LWG2579": {
		"type": "issue",
		"title": "Inconsistency wrt Allocators in basic_string assignment vs. basic_string::assign",
		"long_link": "https://cplusplus.github.io/LWG/issue2579",
		"link": "https://wg21.link/lwg2579",
		"section": "27.4.3.7.3 [string.assign]",
		"status": "C++17",
		"submitter": "Marshall Clow",
		"opened": "2016-01-05",
		"last_modified": "2017-07-30"
	},
	"LWG2580": {
		"type": "issue",
		"title": "Who is definitive: operator= or assign?",
		"long_link": "https://cplusplus.github.io/LWG/issue2580",
		"link": "https://wg21.link/lwg2580",
		"section": "27.4.3.3 [string.cons], 27.4.3.7.3 [string.assign], 28.6.7.3 [re.regex.assign]",
		"status": "NAD",
		"submitter": "Marshall Clow",
		"opened": "2016-01-05",
		"last_modified": "2016-11-12"
	},
	"LWG2581": {
		"type": "issue",
		"title": "Specialization of <type_traits> variable templates should be prohibited",
		"long_link": "https://cplusplus.github.io/LWG/issue2581",
		"link": "https://wg21.link/lwg2581",
		"section": "21.3.3 [meta.type.synop]",
		"status": "C++17",
		"submitter": "Tim Song",
		"opened": "2016-01-07",
		"last_modified": "2017-07-30"
	},
	"LWG2582": {
		"type": "issue",
		"title": "§[res.on.functions]/2's prohibition against incomplete types shouldn't apply to type traits",
		"long_link": "https://cplusplus.github.io/LWG/issue2582",
		"link": "https://wg21.link/lwg2582",
		"section": "21 [meta]",
		"status": "C++17",
		"submitter": "Tim Song",
		"opened": "2016-01-07",
		"last_modified": "2017-07-30"
	},
	"LWG2583": {
		"type": "issue",
		"title": "There is no way to supply an allocator for basic_string(str, pos)",
		"long_link": "https://cplusplus.github.io/LWG/issue2583",
		"link": "https://wg21.link/lwg2583",
		"section": "27.4.3.3 [string.cons]",
		"status": "C++17",
		"submitter": "Pablo Halpern",
		"opened": "2016-01-05",
		"last_modified": "2017-07-30"
	},
	"LWG2584": {
		"type": "issue",
		"title": "<regex> ECMAScript IdentityEscape is ambiguous",
		"long_link": "https://cplusplus.github.io/LWG/issue2584",
		"link": "https://wg21.link/lwg2584",
		"section": "28.6.12 [re.grammar]",
		"status": "C++17",
		"submitter": "Billy O'Neal III",
		"opened": "2016-01-13",
		"last_modified": "2017-07-30"
	},
	"LWG2585": {
		"type": "issue",
		"title": "forward_list::resize(size_type, const value_type&) effects incorrect",
		"long_link": "https://cplusplus.github.io/LWG/issue2585",
		"link": "https://wg21.link/lwg2585",
		"section": "23.3.7.5 [forward.list.modifiers]",
		"status": "C++17",
		"submitter": "Tim Song",
		"opened": "2016-01-14",
		"last_modified": "2023-02-07"
	},
	"LWG2586": {
		"type": "issue",
		"title": "Wrong value category used in scoped_allocator_adaptor::construct()",
		"long_link": "https://cplusplus.github.io/LWG/issue2586",
		"link": "https://wg21.link/lwg2586",
		"section": "20.6.4 [allocator.adaptor.members], 20.2.8.2 [allocator.uses.construction]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2016-01-15",
		"last_modified": "2017-07-30"
	},
	"LWG2587": {
		"type": "issue",
		"title": "\"Convertible to bool\" requirement in conjunction and disjunction",
		"long_link": "https://cplusplus.github.io/LWG/issue2587",
		"link": "https://wg21.link/lwg2587",
		"section": "21.3.10 [meta.logical]",
		"status": "C++17",
		"submitter": "Tim Song",
		"opened": "2016-01-18",
		"last_modified": "2017-12-05"
	},
	"LWG2588": {
		"type": "issue",
		"title": "[fund.ts.v2] \"Convertible to bool\" requirement in conjunction and disjunction",
		"long_link": "https://cplusplus.github.io/LWG/issue2588",
		"link": "https://wg21.link/lwg2588",
		"section": "3.3.3 [fund.ts.v2::meta.logical]",
		"status": "TS",
		"submitter": "Tim Song",
		"opened": "2016-01-18",
		"last_modified": "2017-07-30"
	},
	"LWG2589": {
		"type": "issue",
		"title": "match_results can't satisfy the requirements of a container",
		"long_link": "https://cplusplus.github.io/LWG/issue2589",
		"link": "https://wg21.link/lwg2589",
		"section": "28.6.9 [re.results]",
		"status": "C++17",
		"submitter": "S. B. Tam",
		"opened": "2016-01-24",
		"last_modified": "2017-07-30"
	},
	"LWG2590": {
		"type": "issue",
		"title": "Aggregate initialization for std::array",
		"long_link": "https://cplusplus.github.io/LWG/issue2590",
		"link": "https://wg21.link/lwg2590",
		"section": "23.3.3.1 [array.overview]",
		"status": "C++17",
		"submitter": "Robert Haberlach",
		"opened": "2016-01-30",
		"last_modified": "2017-07-30"
	},
	"LWG2591": {
		"type": "issue",
		"title": "std::function's member template target() should not lead to undefined behaviour",
		"long_link": "https://cplusplus.github.io/LWG/issue2591",
		"link": "https://wg21.link/lwg2591",
		"section": "22.10.17.3.6 [func.wrap.func.targ]",
		"status": "C++17",
		"submitter": "Daniel Krügler",
		"opened": "2016-01-31",
		"last_modified": "2017-09-07"
	},
	"LWG2592": {
		"type": "issue",
		"title": "Require that chrono::duration_casts from smaller durations to larger durations do not overflow",
		"long_link": "https://cplusplus.github.io/LWG/issue2592",
		"link": "https://wg21.link/lwg2592",
		"section": "30.2 [time.syn]",
		"status": "New",
		"submitter": "Andy Giese",
		"opened": "2016-02-05",
		"last_modified": "2016-05-08"
	},
	"LWG2593": {
		"type": "issue",
		"title": "Moved-from state of Allocators",
		"long_link": "https://cplusplus.github.io/LWG/issue2593",
		"link": "https://wg21.link/lwg2593",
		"section": "16.4.4.6 [allocator.requirements]",
		"status": "C++20",
		"submitter": "David Krauss",
		"opened": "2016-02-19",
		"last_modified": "2021-02-25"
	},
	"LWG2594": {
		"type": "issue",
		"title": "Contradicting definition of empty shared_ptr on shared_ptr(nullptr, d)",
		"long_link": "https://cplusplus.github.io/LWG/issue2594",
		"link": "https://wg21.link/lwg2594",
		"section": "20.3.2.2 [util.smartptr.shared]",
		"status": "New",
		"submitter": "Kazutoshi Satoda",
		"opened": "2016-02-20",
		"last_modified": "2016-06-20"
	},
	"LWG2595": {
		"type": "issue",
		"title": "reverse_iterator::operator[]'s return type revisited",
		"long_link": "https://cplusplus.github.io/LWG/issue2595",
		"link": "https://wg21.link/lwg2595",
		"section": "24.5.1.2 [reverse.iterator], 24.5.1.6 [reverse.iter.elem]",
		"status": "New",
		"submitter": "Robert Haberlach",
		"opened": "2016-02-28",
		"last_modified": "2021-06-06"
	},
	"LWG2596": {
		"type": "issue",
		"title": "vector::data() should use addressof",
		"long_link": "https://cplusplus.github.io/LWG/issue2596",
		"link": "https://wg21.link/lwg2596",
		"section": "23.3.13.4 [vector.data]",
		"status": "C++17",
		"submitter": "Marshall Clow",
		"opened": "2016-02-29",
		"last_modified": "2017-07-30"
	},
	"LWG2597": {
		"type": "issue",
		"title": "std::log misspecified for complex numbers",
		"long_link": "https://cplusplus.github.io/LWG/issue2597",
		"link": "https://wg21.link/lwg2597",
		"section": "29.4.8 [complex.transcendentals]",
		"status": "C++20",
		"submitter": "Thomas Koeppe",
		"opened": "2016-03-01",
		"last_modified": "2021-02-25"
	},
	"LWG2598": {
		"type": "issue",
		"title": "addressof works on temporaries",
		"long_link": "https://cplusplus.github.io/LWG/issue2598",
		"link": "https://wg21.link/lwg2598",
		"section": "20.2.11 [specialized.addressof]",
		"status": "C++17",
		"submitter": "Brent Friedman",
		"opened": "2016-03-06",
		"last_modified": "2017-07-30"
	},
	"LWG2599": {
		"type": "issue",
		"title": "Library incomplete type permission phrase is unclear",
		"long_link": "https://cplusplus.github.io/LWG/issue2599",
		"link": "https://wg21.link/lwg2599",
		"section": "22.2.6 [declval], 20.3.1 [unique.ptr], 20.3.1.2.1 [unique.ptr.dltr.general], 20.3.2.2 [util.smartptr.shared], 20.3.2.3 [util.smartptr.weak], 20.3.2.7 [util.smartptr.enab]",
		"status": "New",
		"submitter": "Zhihao Yuan",
		"opened": "2016-03-08",
		"last_modified": "2016-04-16"
	},
	"LWG2600": {
		"type": "issue",
		"title": "ios_base must store inaccessible iostate flags",
		"long_link": "https://cplusplus.github.io/LWG/issue2600",
		"link": "https://wg21.link/lwg2600",
		"section": "31.5.2.6 [ios.base.storage]",
		"status": "NAD",
		"submitter": "David Krauss",
		"opened": "2016-03-14",
		"last_modified": "2019-02-26"
	},
	"LWG2601": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] Make namespaces consistent with Library TS policy",
		"long_link": "https://cplusplus.github.io/LWG/issue2601",
		"link": "https://wg21.link/lwg2601",
		"section": "1 [filesys.ts::fs.scope]",
		"status": "TS",
		"submitter": "FI-5, US-5, GB-3, CH-6",
		"opened": "2014-01-20",
		"last_modified": "2017-07-30"
	},
	"LWG2602": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] Tighten specification when there is no reasonable behavior",
		"long_link": "https://cplusplus.github.io/LWG/issue2602",
		"link": "https://wg21.link/lwg2602",
		"section": "2.1 [filesys.ts::fs.conform.9945]",
		"status": "TS",
		"submitter": "FI-1",
		"opened": "2014-01-20",
		"last_modified": "2017-07-30"
	},
	"LWG2603": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] Filename length needs bullet item",
		"long_link": "https://cplusplus.github.io/LWG/issue2603",
		"link": "https://wg21.link/lwg2603",
		"section": "4.7 [filesys.ts::fs.def.filename]",
		"status": "TS",
		"submitter": "CH-2",
		"opened": "2014-01-20",
		"last_modified": "2017-07-30"
	},
	"LWG2604": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] Need definition of dot and dot-dot",
		"long_link": "https://cplusplus.github.io/LWG/issue2604",
		"link": "https://wg21.link/lwg2604",
		"section": "4.14 [filesys.ts::fs.def.parent]",
		"status": "NAD",
		"submitter": "CH-3",
		"opened": "2014-01-20",
		"last_modified": "2016-08-10"
	},
	"LWG2605": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] Parent of root directory unspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue2605",
		"link": "https://wg21.link/lwg2605",
		"section": "8.1 [filesys.ts::path.generic]",
		"status": "TS",
		"submitter": "CH-4",
		"opened": "2014-01-20",
		"last_modified": "2017-07-30"
	},
	"LWG2606": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] Path depth is underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue2606",
		"link": "https://wg21.link/lwg2606",
		"section": "4.15 [filesys.ts::fs.def.path]",
		"status": "TS",
		"submitter": "CH-5",
		"opened": "2014-01-20",
		"last_modified": "2017-07-30"
	},
	"LWG2607": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] Unhelpful comment for struct space_info",
		"long_link": "https://cplusplus.github.io/LWG/issue2607",
		"link": "https://wg21.link/lwg2607",
		"section": "6 [filesys.ts::fs.filesystem.synopsis], 15.32 [filesys.ts::fs.op.space]",
		"status": "TS",
		"submitter": "GB-4",
		"opened": "2014-01-20",
		"last_modified": "2017-07-30"
	},
	"LWG2608": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] file_time_type underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue2608",
		"link": "https://wg21.link/lwg2608",
		"section": "6 [filesys.ts::fs.filesystem.synopsis]",
		"status": "TS",
		"submitter": "CH-7",
		"opened": "2014-01-20",
		"last_modified": "2017-07-30"
	},
	"LWG2609": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] Unclear why range-based-for functions return different types",
		"long_link": "https://cplusplus.github.io/LWG/issue2609",
		"link": "https://wg21.link/lwg2609",
		"section": "6 [filesys.ts::fs.filesystem.synopsis]",
		"status": "TS",
		"submitter": "FI-2",
		"opened": "2014-01-20",
		"last_modified": "2017-07-30"
	},
	"LWG2610": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] Apparently inconsistent return types from several functions",
		"long_link": "https://cplusplus.github.io/LWG/issue2610",
		"link": "https://wg21.link/lwg2610",
		"section": "6 [filesys.ts::fs.filesystem.synopsis]",
		"status": "NAD",
		"submitter": "FI-4",
		"opened": "2014-01-20",
		"last_modified": "2016-08-10"
	},
	"LWG2611": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] Lack of relative() operation function",
		"long_link": "https://cplusplus.github.io/LWG/issue2611",
		"link": "https://wg21.link/lwg2611",
		"section": "6 [filesys.ts::fs.filesystem.synopsis], 15 [filesys.ts::fs.op.funcs]",
		"status": "NAD Future",
		"submitter": "GB-1",
		"opened": "2014-01-20",
		"last_modified": "2016-08-10"
	},
	"LWG2612": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] uintmax_t too small for large file sizes",
		"long_link": "https://cplusplus.github.io/LWG/issue2612",
		"link": "https://wg21.link/lwg2612",
		"section": "6 [filesys.ts::fs.filesystem.synopsis], 15.14 [filesys.ts::fs.op.file_size]",
		"status": "NAD Future",
		"submitter": "CH-8",
		"opened": "2014-01-20",
		"last_modified": "2016-08-10"
	},
	"LWG2613": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] Missing actual error conditions thrown",
		"long_link": "https://cplusplus.github.io/LWG/issue2613",
		"link": "https://wg21.link/lwg2613",
		"section": "7 [filesys.ts::fs.err.report]",
		"status": "NAD",
		"submitter": "CH 9",
		"opened": "2014-01-20",
		"last_modified": "2016-08-10"
	},
	"LWG2614": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] Incorrect postconditions for path copy/move constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue2614",
		"link": "https://wg21.link/lwg2614",
		"section": "8.4.1 [filesys.ts::path.construct]",
		"status": "TS",
		"submitter": "GB-7, CH-10",
		"opened": "2014-01-20",
		"last_modified": "2017-07-30"
	},
	"LWG2615": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] Missing behavior for characters with no representation",
		"long_link": "https://cplusplus.github.io/LWG/issue2615",
		"link": "https://wg21.link/lwg2615",
		"section": "8.2.2 [filesys.ts::path.type.cvt], 8.4.1 [filesys.ts::path.construct]",
		"status": "TS",
		"submitter": "GB-8",
		"opened": "2014-01-20",
		"last_modified": "2017-07-30"
	},
	"LWG2616": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] Append behavior underspecified if target is empty",
		"long_link": "https://cplusplus.github.io/LWG/issue2616",
		"link": "https://wg21.link/lwg2616",
		"section": "8.4.3 [filesys.ts::path.append]",
		"status": "TS",
		"submitter": "CH-11",
		"opened": "2014-01-20",
		"last_modified": "2017-07-30"
	},
	"LWG2617": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] path member swap() unnecessary",
		"long_link": "https://cplusplus.github.io/LWG/issue2617",
		"link": "https://wg21.link/lwg2617",
		"section": "8.4.5 [filesys.ts::path.modifiers]",
		"status": "NAD",
		"submitter": "CH-12",
		"opened": "2014-01-20",
		"last_modified": "2016-08-10"
	},
	"LWG2618": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] is_absolute() return clause confusing",
		"long_link": "https://cplusplus.github.io/LWG/issue2618",
		"link": "https://wg21.link/lwg2618",
		"section": "8.4.10 [filesys.ts::path.query]",
		"status": "TS",
		"submitter": "FI-7",
		"opened": "2014-01-20",
		"last_modified": "2017-07-30"
	},
	"LWG2619": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] Consider using quoted manipulators",
		"long_link": "https://cplusplus.github.io/LWG/issue2619",
		"link": "https://wg21.link/lwg2619",
		"section": "8.6.1 [filesys.ts::path.io]",
		"status": "TS",
		"submitter": "FI-8",
		"opened": "2014-01-20",
		"last_modified": "2017-07-30"
	},
	"LWG2621": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] directory_entry operator== needs clarification",
		"long_link": "https://cplusplus.github.io/LWG/issue2621",
		"link": "https://wg21.link/lwg2621",
		"section": "12.3 [filesys.ts::directory_entry.obs]",
		"status": "TS",
		"submitter": "GB-12",
		"opened": "2014-01-20",
		"last_modified": "2017-07-30"
	},
	"LWG2622": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] directory_iterator underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue2622",
		"link": "https://wg21.link/lwg2622",
		"section": "13.1 [filesys.ts::directory_iterator.members]",
		"status": "TS",
		"submitter": "CH-13",
		"opened": "2014-01-20",
		"last_modified": "2017-07-30"
	},
	"LWG2623": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] Request for create_regular_file() and/or touch()",
		"long_link": "https://cplusplus.github.io/LWG/issue2623",
		"link": "https://wg21.link/lwg2623",
		"section": "15 [filesys.ts::fs.op.funcs]",
		"status": "NAD",
		"submitter": "CH-14",
		"opened": "2014-01-20",
		"last_modified": "2016-08-10"
	},
	"LWG2624": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] Incorrect effects clause for path copy",
		"long_link": "https://cplusplus.github.io/LWG/issue2624",
		"link": "https://wg21.link/lwg2624",
		"section": "15.3 [filesys.ts::fs.op.copy]",
		"status": "TS",
		"submitter": "GB-14",
		"opened": "2014-01-20",
		"last_modified": "2017-07-30"
	},
	"LWG2625": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] Copying equivalent paths effects not specified",
		"long_link": "https://cplusplus.github.io/LWG/issue2625",
		"link": "https://wg21.link/lwg2625",
		"section": "15.4 [filesys.ts::fs.op.copy_file]",
		"status": "TS",
		"submitter": "CH-15",
		"opened": "2014-01-20",
		"last_modified": "2017-07-30"
	},
	"LWG2626": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] Equivalence is a volatile property",
		"long_link": "https://cplusplus.github.io/LWG/issue2626",
		"link": "https://wg21.link/lwg2626",
		"section": "15.13 [filesys.ts::fs.op.equivalent]",
		"status": "NAD",
		"submitter": "CH-16",
		"opened": "2014-01-20",
		"last_modified": "2016-08-10"
	},
	"LWG2627": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] Return value of uintmax_t on error?",
		"long_link": "https://cplusplus.github.io/LWG/issue2627",
		"link": "https://wg21.link/lwg2627",
		"section": "15.14 [filesys.ts::fs.op.file_size]",
		"status": "TS",
		"submitter": "FI-9",
		"opened": "2014-01-20",
		"last_modified": "2017-07-30"
	},
	"LWG2628": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] Possible last_write_time() postcondition?",
		"long_link": "https://cplusplus.github.io/LWG/issue2628",
		"link": "https://wg21.link/lwg2628",
		"section": "15.25 [filesys.ts::fs.op.last_write_time]",
		"status": "NAD",
		"submitter": "GB-15",
		"opened": "2014-01-20",
		"last_modified": "2016-08-10"
	},
	"LWG2629": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] Unclear semantics of read_symlink on error",
		"long_link": "https://cplusplus.github.io/LWG/issue2629",
		"link": "https://wg21.link/lwg2629",
		"section": "15.27 [filesys.ts::fs.op.read_symlink]",
		"status": "TS",
		"submitter": "GB-16",
		"opened": "2014-01-20",
		"last_modified": "2017-07-30"
	},
	"LWG2630": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] remove() must avoid race",
		"long_link": "https://cplusplus.github.io/LWG/issue2630",
		"link": "https://wg21.link/lwg2630",
		"section": "15.28 [filesys.ts::fs.op.remove]",
		"status": "NAD",
		"submitter": "CH-17",
		"opened": "2014-01-20",
		"last_modified": "2016-08-10"
	},
	"LWG2631": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] POSIX guarantees atomicity for rename()",
		"long_link": "https://cplusplus.github.io/LWG/issue2631",
		"link": "https://wg21.link/lwg2631",
		"section": "15.30 [filesys.ts::fs.op.rename]",
		"status": "NAD",
		"submitter": "CH-18",
		"opened": "2014-01-20",
		"last_modified": "2016-08-12"
	},
	"LWG2632": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] system_complete() example needs clarification",
		"long_link": "https://cplusplus.github.io/LWG/issue2632",
		"link": "https://wg21.link/lwg2632",
		"section": "15.36 [filesys.ts::fs.op.system_complete]",
		"status": "TS",
		"submitter": "FI-10",
		"opened": "2014-01-20",
		"last_modified": "2017-07-30"
	},
	"LWG2633": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] unique_path() is a security vulnerability",
		"long_link": "https://cplusplus.github.io/LWG/issue2633",
		"link": "https://wg21.link/lwg2633",
		"section": "15 [filesys.ts::fs.op.funcs]",
		"status": "TS",
		"submitter": "CH-19",
		"opened": "2014-01-20",
		"last_modified": "2017-07-30"
	},
	"LWG2634": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] enum class directory_options has no summary",
		"long_link": "https://cplusplus.github.io/LWG/issue2634",
		"link": "https://wg21.link/lwg2634",
		"section": "6 [filesys.ts::fs.filesystem.synopsis]",
		"status": "TS",
		"submitter": "P.J. Plauger",
		"opened": "2014-01-30",
		"last_modified": "2017-07-30"
	},
	"LWG2635": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] directory_options::skip_permission_denied is not used",
		"long_link": "https://cplusplus.github.io/LWG/issue2635",
		"link": "https://wg21.link/lwg2635",
		"section": "6 [filesys.ts::fs.filesystem.synopsis]",
		"status": "TS",
		"submitter": "P.J. Plauger",
		"opened": "2014-01-30",
		"last_modified": "2017-07-30"
	},
	"LWG2636": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] copy_options::copy_symlinks is not used",
		"long_link": "https://cplusplus.github.io/LWG/issue2636",
		"link": "https://wg21.link/lwg2636",
		"section": "10.2 [filesys.ts::enum.copy_options]",
		"status": "TS",
		"submitter": "P.J. Plauger",
		"opened": "2014-01-30",
		"last_modified": "2017-07-30"
	},
	"LWG2637": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] All functions with error_code arguments should be noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue2637",
		"link": "https://wg21.link/lwg2637",
		"section": "15.2 [filesys.ts::fs.op.canonical], 15.11 [filesys.ts::fs.op.current_path], 15.27 [filesys.ts::fs.op.read_symlink], 15.36 [filesys.ts::fs.op.system_complete], 15.37 [filesys.ts::fs.op.temp_dir_path], 99 [filesys.ts::fs.op.unique_path], 8.4 [filesys.ts::path.member]",
		"status": "TS",
		"submitter": "P.J. Plauger",
		"opened": "2014-01-30",
		"last_modified": "2017-07-30"
	},
	"LWG2638": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] Make certain functions noexcept and drop error_code version",
		"long_link": "https://cplusplus.github.io/LWG/issue2638",
		"link": "https://wg21.link/lwg2638",
		"section": "12.3 [filesys.ts::directory_entry.obs], 15.12 [filesys.ts::fs.op.exists], 15.16 [filesys.ts::fs.op.is_block_file], 15.17 [filesys.ts::fs.op.is_char_file], 15.18 [filesys.ts::fs.op.is_directory], 15.19 [filesys.ts::fs.op.is_empty], 15.20 [filesys.ts::fs.op.is_fifo], 15.21 [filesys.ts::fs.op.is_other], 15.22 [filesys.ts::fs.op.is_regular_file], 15.23 [filesys.ts::fs.op.is_socket], 15.24 [filesys.ts::fs.op.is_symlink], 15.33 [filesys.ts::fs.op.status], 15.35 [filesys.ts::fs.op.symlink_status], 99 [filesys.ts::fs.op.unique_path]",
		"status": "NAD",
		"submitter": "P.J. Plauger",
		"opened": "2014-01-30",
		"last_modified": "2016-08-12"
	},
	"LWG2639": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] permissions() is missing from synopsis",
		"long_link": "https://cplusplus.github.io/LWG/issue2639",
		"link": "https://wg21.link/lwg2639",
		"section": "6 [filesys.ts::fs.filesystem.synopsis]",
		"status": "NAD Editorial",
		"submitter": "P.J. Plauger",
		"opened": "2014-01-30",
		"last_modified": "2016-08-12"
	},
	"LWG2640": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] class directory_entry should retain operator const path&() from V2",
		"long_link": "https://cplusplus.github.io/LWG/issue2640",
		"link": "https://wg21.link/lwg2640",
		"section": "12 [filesys.ts::class.directory_entry]",
		"status": "TS",
		"submitter": "P.J. Plauger",
		"opened": "2014-01-30",
		"last_modified": "2017-07-30"
	},
	"LWG2641": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] directory_iterator, recursive_directory_iterator, move construct/assign should be noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue2641",
		"link": "https://wg21.link/lwg2641",
		"section": "13 [filesys.ts::class.directory_iterator], 14 [filesys.ts::class.rec.dir.itr]",
		"status": "TS",
		"submitter": "P.J. Plauger",
		"opened": "2014-01-30",
		"last_modified": "2017-07-30"
	},
	"LWG2642": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] class path should have defaulted constructors/destructor/assignments.",
		"long_link": "https://cplusplus.github.io/LWG/issue2642",
		"link": "https://wg21.link/lwg2642",
		"section": "8 [filesys.ts::class.path]",
		"status": "NAD",
		"submitter": "P.J. Plauger",
		"opened": "2014-01-30",
		"last_modified": "2016-08-12"
	},
	"LWG2643": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] path::compare(const string&) should be path::compare(const string_type&)",
		"long_link": "https://cplusplus.github.io/LWG/issue2643",
		"link": "https://wg21.link/lwg2643",
		"section": "8 [filesys.ts::class.path]",
		"status": "Dup",
		"submitter": "P.J. Plauger",
		"opened": "2014-01-30",
		"last_modified": "2016-08-12"
	},
	"LWG2644": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] enum classes copy_options and perms should be bitmask types",
		"long_link": "https://cplusplus.github.io/LWG/issue2644",
		"link": "https://wg21.link/lwg2644",
		"section": "10.2 [filesys.ts::enum.copy_options], 10.3 [filesys.ts::enum.perms]",
		"status": "TS",
		"submitter": "P.J. Plauger",
		"opened": "2014-01-30",
		"last_modified": "2017-07-30"
	},
	"LWG2645": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] create_directory should refer to perms::all instead of Posix S_IRWXU|S_IRWXG|S_IRWXO",
		"long_link": "https://cplusplus.github.io/LWG/issue2645",
		"link": "https://wg21.link/lwg2645",
		"section": "15.7 [filesys.ts::fs.op.create_directory]",
		"status": "TS",
		"submitter": "P.J. Plauger",
		"opened": "2014-01-30",
		"last_modified": "2017-07-30"
	},
	"LWG2646": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] Do we really need generic*?",
		"long_link": "https://cplusplus.github.io/LWG/issue2646",
		"link": "https://wg21.link/lwg2646",
		"section": "8.4.7 [filesys.ts::path.generic.obs]",
		"status": "NAD",
		"submitter": "P.J. Plauger",
		"opened": "2014-01-30",
		"last_modified": "2016-08-12"
	},
	"LWG2647": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] last_write_time() uses ill-formed cast",
		"long_link": "https://cplusplus.github.io/LWG/issue2647",
		"link": "https://wg21.link/lwg2647",
		"section": "15.25 [filesys.ts::fs.op.last_write_time]",
		"status": "TS",
		"submitter": "P.J. Plauger",
		"opened": "2014-01-30",
		"last_modified": "2017-07-30"
	},
	"LWG2648": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] path::template<class charT>string() conversion rules",
		"long_link": "https://cplusplus.github.io/LWG/issue2648",
		"link": "https://wg21.link/lwg2648",
		"section": "8.4.6 [filesys.ts::path.native.obs]",
		"status": "TS",
		"submitter": "P.J. Plauger",
		"opened": "2014-01-30",
		"last_modified": "2017-07-30"
	},
	"LWG2649": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] path and directory_entry move ctors should not be noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue2649",
		"link": "https://wg21.link/lwg2649",
		"section": "8.4.1 [filesys.ts::path.construct], 12 [filesys.ts::class.directory_entry]",
		"status": "TS",
		"submitter": "Stephan T. Lavavej",
		"opened": "2014-02-03",
		"last_modified": "2017-07-30"
	},
	"LWG2650": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] path::compare(const string& s) wrong argument type",
		"long_link": "https://cplusplus.github.io/LWG/issue2650",
		"link": "https://wg21.link/lwg2650",
		"section": "8 [filesys.ts::class.path]",
		"status": "TS",
		"submitter": "Stephan T. Lavavej",
		"opened": "2014-02-03",
		"last_modified": "2017-07-30"
	},
	"LWG2651": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] directory_iterator, recursive_directory_iterator, pointer/reference typedefs wrong",
		"long_link": "https://cplusplus.github.io/LWG/issue2651",
		"link": "https://wg21.link/lwg2651",
		"section": "13 [filesys.ts::class.directory_iterator], 14 [filesys.ts::class.rec.dir.itr]",
		"status": "Dup",
		"submitter": "Stephan T. Lavavej",
		"opened": "2014-02-03",
		"last_modified": "2016-08-11"
	},
	"LWG2652": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] Better to avoid deriving from std::iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue2652",
		"link": "https://wg21.link/lwg2652",
		"section": "13 [filesys.ts::class.directory_iterator], 14 [filesys.ts::class.rec.dir.itr]",
		"status": "TS",
		"submitter": "Stephan T. Lavavej",
		"opened": "2014-02-03",
		"last_modified": "2017-07-30"
	},
	"LWG2653": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] directory_entry multithreading concerns",
		"long_link": "https://cplusplus.github.io/LWG/issue2653",
		"link": "https://wg21.link/lwg2653",
		"section": "12 [filesys.ts::class.directory_entry]",
		"status": "TS",
		"submitter": "Stephan T. Lavavej",
		"opened": "2014-02-03",
		"last_modified": "2017-07-30"
	},
	"LWG2654": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] Concerns with security and testability",
		"long_link": "https://cplusplus.github.io/LWG/issue2654",
		"link": "https://wg21.link/lwg2654",
		"section": "1 [filesys.ts::fs.scope]",
		"status": "NAD Future",
		"submitter": "Google",
		"opened": "2014-01-20",
		"last_modified": "2016-08-11"
	},
	"LWG2655": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] Clarify Error reporting",
		"long_link": "https://cplusplus.github.io/LWG/issue2655",
		"link": "https://wg21.link/lwg2655",
		"section": "7 [filesys.ts::fs.err.report]",
		"status": "TS",
		"submitter": "Beman Dawes",
		"opened": "2014-01-20",
		"last_modified": "2017-07-30"
	},
	"LWG2656": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] Feature test macro for TS version",
		"long_link": "https://cplusplus.github.io/LWG/issue2656",
		"link": "https://wg21.link/lwg2656",
		"section": "5 [filesys.ts::fs.req]",
		"status": "TS",
		"submitter": "Clark Nelson",
		"opened": "2014-02-10",
		"last_modified": "2017-07-30"
	},
	"LWG2657": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] Inappropriate use of \"No diagnostic is required\"",
		"long_link": "https://cplusplus.github.io/LWG/issue2657",
		"link": "https://wg21.link/lwg2657",
		"section": "2.1 [filesys.ts::fs.conform.9945]",
		"status": "TS",
		"submitter": "LWG/SG-3",
		"opened": "2014-02-13",
		"last_modified": "2017-07-30"
	},
	"LWG2658": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] POSIX utime() is obsolescent",
		"long_link": "https://cplusplus.github.io/LWG/issue2658",
		"link": "https://wg21.link/lwg2658",
		"section": "15.25 [filesys.ts::fs.op.last_write_time]",
		"status": "TS",
		"submitter": "LWG/SG-3",
		"opened": "2014-02-13",
		"last_modified": "2017-07-30"
	},
	"LWG2659": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] Invalid expressions for bitmask types",
		"long_link": "https://cplusplus.github.io/LWG/issue2659",
		"link": "https://wg21.link/lwg2659",
		"section": "10 [filesys.ts::fs.enum]",
		"status": "NAD Editorial",
		"submitter": "Daniel Krügler",
		"opened": "2014-03-01",
		"last_modified": "2016-08-11"
	},
	"LWG2660": {
		"type": "issue",
		"title": "[filesys.ts] [PDTS] Incorrect Throws specification for absolute()",
		"long_link": "https://cplusplus.github.io/LWG/issue2660",
		"link": "https://wg21.link/lwg2660",
		"section": "15.1 [filesys.ts::fs.op.absolute]",
		"status": "TS",
		"submitter": "Daniel Krügler",
		"opened": "2014-02-28",
		"last_modified": "2017-07-30"
	},
	"LWG2661": {
		"type": "issue",
		"title": "[filesys.ts] Surprising equivalent() behavior if neither file exists",
		"long_link": "https://cplusplus.github.io/LWG/issue2661",
		"link": "https://wg21.link/lwg2661",
		"section": "6 [filesys.ts::fs.filesystem.synopsis]",
		"status": "NAD",
		"submitter": "Beman Dawes",
		"opened": "2014-04-12",
		"last_modified": "2016-08-11"
	},
	"LWG2662": {
		"type": "issue",
		"title": "[filesys.ts] Allocator requirements unspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue2662",
		"link": "https://wg21.link/lwg2662",
		"section": "5 [filesys.ts::fs.req]",
		"status": "TS",
		"submitter": "Daniel Krügler",
		"opened": "2014-05-19",
		"last_modified": "2017-07-30"
	},
	"LWG2663": {
		"type": "issue",
		"title": "Enable efficient retrieval of file size from directory_entry",
		"long_link": "https://cplusplus.github.io/LWG/issue2663",
		"link": "https://wg21.link/lwg2663",
		"section": "31.12.13.15 [fs.op.file.size]",
		"status": "Resolved",
		"submitter": "Gor Nishanov",
		"opened": "2014-05-22",
		"last_modified": "2021-06-06"
	},
	"LWG2664": {
		"type": "issue",
		"title": "operator/ (and other append) semantics not useful if argument has root",
		"long_link": "https://cplusplus.github.io/LWG/issue2664",
		"link": "https://wg21.link/lwg2664",
		"section": "31.12.6.5.3 [fs.path.append], 31.12.6.8 [fs.path.nonmember]",
		"status": "C++17",
		"submitter": "Peter Dimov",
		"opened": "2014-05-30",
		"last_modified": "2017-07-30"
	},
	"LWG2665": {
		"type": "issue",
		"title": "remove_filename() post condition is incorrect",
		"long_link": "https://cplusplus.github.io/LWG/issue2665",
		"link": "https://wg21.link/lwg2665",
		"section": "31.12.6.5.5 [fs.path.modifiers]",
		"status": "Resolved",
		"submitter": "Eric Fiselier",
		"opened": "2014-06-07",
		"last_modified": "2017-07-17"
	},
	"LWG2666": {
		"type": "issue",
		"title": "Bitmask operations should use bitmask terms",
		"long_link": "https://cplusplus.github.io/LWG/issue2666",
		"link": "https://wg21.link/lwg2666",
		"section": "31.12 [filesystems]",
		"status": "NAD Editorial",
		"submitter": "Jonathan Wakely",
		"opened": "2014-06-30",
		"last_modified": "2017-06-15"
	},
	"LWG2667": {
		"type": "issue",
		"title": "path::root_directory() description is confusing",
		"long_link": "https://cplusplus.github.io/LWG/issue2667",
		"link": "https://wg21.link/lwg2667",
		"section": "31.12.6.5.9 [fs.path.decompose]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2014-07-03",
		"last_modified": "2017-07-30"
	},
	"LWG2668": {
		"type": "issue",
		"title": "path::operator+= is defined, but not operator+",
		"long_link": "https://cplusplus.github.io/LWG/issue2668",
		"link": "https://wg21.link/lwg2668",
		"section": "31.12.6 [fs.class.path]",
		"status": "NAD",
		"submitter": "Jonathan Wakely",
		"opened": "2014-07-03",
		"last_modified": "2017-03-19"
	},
	"LWG2669": {
		"type": "issue",
		"title": "recursive_directory_iterator effects refers to non-existent functions",
		"long_link": "https://cplusplus.github.io/LWG/issue2669",
		"link": "https://wg21.link/lwg2669",
		"section": "31.12.12.2 [fs.rec.dir.itr.members]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2014-07-10",
		"last_modified": "2017-07-30"
	},
	"LWG2670": {
		"type": "issue",
		"title": "system_complete refers to undefined variable 'base'",
		"long_link": "https://cplusplus.github.io/LWG/issue2670",
		"link": "https://wg21.link/lwg2670",
		"section": "99 [fs.op.system_complete]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2014-07-20",
		"last_modified": "2017-07-30"
	},
	"LWG2671": {
		"type": "issue",
		"title": "Errors in Copy",
		"long_link": "https://cplusplus.github.io/LWG/issue2671",
		"link": "https://wg21.link/lwg2671",
		"section": "31.12.13.4 [fs.op.copy]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2014-07-28",
		"last_modified": "2017-07-30"
	},
	"LWG2672": {
		"type": "issue",
		"title": "Should is_empty use error_code in its specification?",
		"long_link": "https://cplusplus.github.io/LWG/issue2672",
		"link": "https://wg21.link/lwg2672",
		"section": "31.12.13.20 [fs.op.is.empty]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2014-08-01",
		"last_modified": "2021-06-06"
	},
	"LWG2673": {
		"type": "issue",
		"title": "status() effects cannot be implemented as specified",
		"long_link": "https://cplusplus.github.io/LWG/issue2673",
		"link": "https://wg21.link/lwg2673",
		"section": "31.12.13.36 [fs.op.status]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2015-09-15",
		"last_modified": "2017-07-30"
	},
	"LWG2674": {
		"type": "issue",
		"title": "Bidirectional iterator requirement on path::iterator is very expensive",
		"long_link": "https://cplusplus.github.io/LWG/issue2674",
		"link": "https://wg21.link/lwg2674",
		"section": "31.12.6.6 [fs.path.itr]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2015-09-15",
		"last_modified": "2017-07-30"
	},
	"LWG2675": {
		"type": "issue",
		"title": "register_callback can fail",
		"long_link": "https://cplusplus.github.io/LWG/issue2675",
		"link": "https://wg21.link/lwg2675",
		"section": "31.5.2.7 [ios.base.callback]",
		"status": "New",
		"submitter": "David Krauss",
		"opened": "2016-03-14",
		"last_modified": "2019-06-15"
	},
	"LWG2676": {
		"type": "issue",
		"title": "Provide filesystem::path overloads for File-based streams",
		"long_link": "https://cplusplus.github.io/LWG/issue2676",
		"link": "https://wg21.link/lwg2676",
		"section": "31.10 [file.streams]",
		"status": "C++17",
		"submitter": "Beman Dawes",
		"opened": "2016-03-16",
		"last_modified": "2017-07-30"
	},
	"LWG2677": {
		"type": "issue",
		"title": "directory_entry::status is not allowed to be cached as a quality-of-implementation issue",
		"long_link": "https://cplusplus.github.io/LWG/issue2677",
		"link": "https://wg21.link/lwg2677",
		"section": "31.12.10.4 [fs.dir.entry.obs]",
		"status": "Resolved",
		"submitter": "Billy O'Neal",
		"opened": "2016-03-03",
		"last_modified": "2020-09-06"
	},
	"LWG2678": {
		"type": "issue",
		"title": "std::filesystem enum classes overspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue2678",
		"link": "https://wg21.link/lwg2678",
		"section": "31.12.8.2 [fs.enum.file.type], 31.12.8.3 [fs.enum.copy.opts], 31.12.8.6 [fs.enum.dir.opts]",
		"status": "C++17",
		"submitter": "Richard Smith",
		"opened": "2016-03-19",
		"last_modified": "2021-06-06"
	},
	"LWG2679": {
		"type": "issue",
		"title": "Inconsistent Use of Effects and Equivalent To",
		"long_link": "https://cplusplus.github.io/LWG/issue2679",
		"link": "https://wg21.link/lwg2679",
		"section": "16.3.2.4 [structure.specifications]",
		"status": "C++17",
		"submitter": "Dawn Perchik",
		"opened": "2016-04-14",
		"last_modified": "2017-07-30"
	},
	"LWG2680": {
		"type": "issue",
		"title": "Add \"Equivalent to\" to filesystem",
		"long_link": "https://cplusplus.github.io/LWG/issue2680",
		"link": "https://wg21.link/lwg2680",
		"section": "31.12 [filesystems]",
		"status": "C++17",
		"submitter": "Beman Dawes",
		"opened": "2016-04-15",
		"last_modified": "2017-07-30"
	},
	"LWG2681": {
		"type": "issue",
		"title": "filesystem::copy() cannot copy symlinks",
		"long_link": "https://cplusplus.github.io/LWG/issue2681",
		"link": "https://wg21.link/lwg2681",
		"section": "31.12.13.4 [fs.op.copy]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2016-04-19",
		"last_modified": "2017-07-30"
	},
	"LWG2682": {
		"type": "issue",
		"title": "filesystem::copy() won't create a symlink to a directory",
		"long_link": "https://cplusplus.github.io/LWG/issue2682",
		"link": "https://wg21.link/lwg2682",
		"section": "31.12.13.4 [fs.op.copy]",
		"status": "C++20",
		"submitter": "Jonathan Wakely",
		"opened": "2016-04-19",
		"last_modified": "2021-02-25"
	},
	"LWG2683": {
		"type": "issue",
		"title": "filesystem::copy() says \"no effects\"",
		"long_link": "https://cplusplus.github.io/LWG/issue2683",
		"link": "https://wg21.link/lwg2683",
		"section": "31.12.13.4 [fs.op.copy]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2016-04-19",
		"last_modified": "2017-07-30"
	},
	"LWG2684": {
		"type": "issue",
		"title": "priority_queue lacking comparator typedef",
		"long_link": "https://cplusplus.github.io/LWG/issue2684",
		"link": "https://wg21.link/lwg2684",
		"section": "23.6.4 [priority.queue]",
		"status": "C++17",
		"submitter": "Robert Haberlach",
		"opened": "2016-05-02",
		"last_modified": "2017-07-30"
	},
	"LWG2685": {
		"type": "issue",
		"title": "shared_ptr deleters must not not throw on move construction",
		"long_link": "https://cplusplus.github.io/LWG/issue2685",
		"link": "https://wg21.link/lwg2685",
		"section": "20.3.2.2.2 [util.smartptr.shared.const]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2016-05-03",
		"last_modified": "2017-07-30"
	},
	"LWG2686": {
		"type": "issue",
		"title": "Why is std::hash specialized for error_code, but not error_condition?",
		"long_link": "https://cplusplus.github.io/LWG/issue2686",
		"link": "https://wg21.link/lwg2686",
		"section": "19.5.2 [system.error.syn]",
		"status": "C++17",
		"submitter": "Tim Song",
		"opened": "2016-05-03",
		"last_modified": "2021-06-06"
	},
	"LWG2687": {
		"type": "issue",
		"title": "{inclusive,exclusive}_scan misspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue2687",
		"link": "https://wg21.link/lwg2687",
		"section": "26.10.8 [exclusive.scan], 26.10.9 [inclusive.scan], 26.10.10 [transform.exclusive.scan], 26.10.11 [transform.inclusive.scan]",
		"status": "C++17",
		"submitter": "Tim Song",
		"opened": "2016-03-21",
		"last_modified": "2017-07-30"
	},
	"LWG2688": {
		"type": "issue",
		"title": "clamp misses preconditions and has extraneous condition on result",
		"long_link": "https://cplusplus.github.io/LWG/issue2688",
		"link": "https://wg21.link/lwg2688",
		"section": "26.8.10 [alg.clamp]",
		"status": "C++17",
		"submitter": "Martin Moene",
		"opened": "2016-03-23",
		"last_modified": "2017-07-30"
	},
	"LWG2689": {
		"type": "issue",
		"title": "Parallel versions of std::copy and std::move shouldn't be in order",
		"long_link": "https://cplusplus.github.io/LWG/issue2689",
		"link": "https://wg21.link/lwg2689",
		"section": "26.7.1 [alg.copy], 26.7.2 [alg.move]",
		"status": "C++17",
		"submitter": "Tim Song",
		"opened": "2016-03-23",
		"last_modified": "2017-07-30"
	},
	"LWG2690": {
		"type": "issue",
		"title": "invoke<R>",
		"long_link": "https://cplusplus.github.io/LWG/issue2690",
		"link": "https://wg21.link/lwg2690",
		"section": "22.10.5 [func.invoke]",
		"status": "Resolved",
		"submitter": "Zhihao Yuan",
		"opened": "2016-03-25",
		"last_modified": "2021-06-12"
	},
	"LWG2691": {
		"type": "issue",
		"title": "money_base::space and do_put: U+0020 versus fill",
		"long_link": "https://cplusplus.github.io/LWG/issue2691",
		"link": "https://wg21.link/lwg2691",
		"section": "28.3.4.7.4 [locale.moneypunct]",
		"status": "New",
		"submitter": "Hubert Tong",
		"opened": "2016-04-12",
		"last_modified": "2016-05-22"
	},
	"LWG2692": {
		"type": "issue",
		"title": "Overspecification of lvalueness of bitmask elements",
		"long_link": "https://cplusplus.github.io/LWG/issue2692",
		"link": "https://wg21.link/lwg2692",
		"section": "16.3.3.3.3 [bitmask.types]",
		"status": "NAD",
		"submitter": "Hubert Tong",
		"opened": "2016-04-14",
		"last_modified": "2017-07-17"
	},
	"LWG2693": {
		"type": "issue",
		"title": "constexpr for various std::complex arithmetic and value operators",
		"long_link": "https://cplusplus.github.io/LWG/issue2693",
		"link": "https://wg21.link/lwg2693",
		"section": "29.4 [complex.numbers]",
		"status": "Resolved",
		"submitter": "Oliver Rosten",
		"opened": "2016-04-14",
		"last_modified": "2018-06-12"
	},
	"LWG2694": {
		"type": "issue",
		"title": "Application of LWG 436 accidentally deleted definition of \"facet\"",
		"long_link": "https://cplusplus.github.io/LWG/issue2694",
		"link": "https://wg21.link/lwg2694",
		"section": "28.3.3.1.2.2 [locale.facet]",
		"status": "C++17",
		"submitter": "Tim Song",
		"opened": "2016-04-15",
		"last_modified": "2017-07-30"
	},
	"LWG2695": {
		"type": "issue",
		"title": "\"As if\" unclear in [member.functions]",
		"long_link": "https://cplusplus.github.io/LWG/issue2695",
		"link": "https://wg21.link/lwg2695",
		"section": "16.4.6.5 [member.functions]",
		"status": "New",
		"submitter": "Hubert Tong",
		"opened": "2016-04-15",
		"last_modified": "2017-02-02"
	},
	"LWG2696": {
		"type": "issue",
		"title": "Interaction between make_shared and enable_shared_from_this is underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue2696",
		"link": "https://wg21.link/lwg2696",
		"section": "20.3.2.2.7 [util.smartptr.shared.create]",
		"status": "C++17",
		"submitter": "Joe Gottman",
		"opened": "2016-04-02",
		"last_modified": "2017-07-30"
	},
	"LWG2697": {
		"type": "issue",
		"title": "[concurr.ts] Behavior of future/shared_future unwrapping constructor when given an invalid future",
		"long_link": "https://cplusplus.github.io/LWG/issue2697",
		"link": "https://wg21.link/lwg2697",
		"section": "99 [concurr.ts::futures.unique_future], 99 [concurr.ts::futures.shared_future]",
		"status": "WP",
		"submitter": "Tim Song",
		"opened": "2016-04-22",
		"last_modified": "2026-02-21"
	},
	"LWG2698": {
		"type": "issue",
		"title": "Effect of assign() on iterators/pointers/references",
		"long_link": "https://cplusplus.github.io/LWG/issue2698",
		"link": "https://wg21.link/lwg2698",
		"section": "23.2.4 [sequence.reqmts]",
		"status": "C++17",
		"submitter": "Tim Song",
		"opened": "2016-04-25",
		"last_modified": "2017-07-30"
	},
	"LWG2699": {
		"type": "issue",
		"title": "Missing restriction in [numeric.requirements]",
		"long_link": "https://cplusplus.github.io/LWG/issue2699",
		"link": "https://wg21.link/lwg2699",
		"section": "29.2 [numeric.requirements]",
		"status": "C++17",
		"submitter": "Hubert Tong",
		"opened": "2016-05-03",
		"last_modified": "2017-07-30"
	},
	"LWG2700": {
		"type": "issue",
		"title": "resource_adaptor went missing",
		"long_link": "https://cplusplus.github.io/LWG/issue2700",
		"link": "https://wg21.link/lwg2700",
		"section": "20.5 [mem.res]",
		"status": "NAD",
		"submitter": "Jonathan Wakely",
		"opened": "2016-05-04",
		"last_modified": "2016-11-26"
	},
	"LWG2701": {
		"type": "issue",
		"title": "Unclear requirement in [memory.resource.private]",
		"long_link": "https://cplusplus.github.io/LWG/issue2701",
		"link": "https://wg21.link/lwg2701",
		"section": "20.5.2.3 [mem.res.private]",
		"status": "NAD Editorial",
		"submitter": "Jonathan Wakely",
		"opened": "2016-05-04",
		"last_modified": "2017-06-15"
	},
	"LWG2702": {
		"type": "issue",
		"title": "num_put::do_put(..., bool) performs ill-formed do_put call",
		"long_link": "https://cplusplus.github.io/LWG/issue2702",
		"link": "https://wg21.link/lwg2702",
		"section": "28.3.4.3.3.3 [facet.num.put.virtuals]",
		"status": "New",
		"submitter": "Hubert Tong",
		"opened": "2016-05-07",
		"last_modified": "2016-05-22"
	},
	"LWG2703": {
		"type": "issue",
		"title": "No provision for fill-padding when boolalpha is set",
		"long_link": "https://cplusplus.github.io/LWG/issue2703",
		"link": "https://wg21.link/lwg2703",
		"section": "28.3.4.3.3.3 [facet.num.put.virtuals]",
		"status": "New",
		"submitter": "Hubert Tong",
		"opened": "2016-05-07",
		"last_modified": "2018-02-11"
	},
	"LWG2704": {
		"type": "issue",
		"title": "recursive_directory_iterator's members should require '*this is dereferenceable'",
		"long_link": "https://cplusplus.github.io/LWG/issue2704",
		"link": "https://wg21.link/lwg2704",
		"section": "31.12.12.2 [fs.rec.dir.itr.members], 31.12.11.2 [fs.dir.itr.members]",
		"status": "C++17",
		"submitter": "Eric Fiselier",
		"opened": "2016-05-08",
		"last_modified": "2017-07-30"
	},
	"LWG2705": {
		"type": "issue",
		"title": "Questionable precondition on Sequence containers a.assign(n, t)",
		"long_link": "https://cplusplus.github.io/LWG/issue2705",
		"link": "https://wg21.link/lwg2705",
		"section": "23.2.4 [sequence.reqmts]",
		"status": "New",
		"submitter": "Kazutoshi Satoda",
		"opened": "2016-05-08",
		"last_modified": "2020-09-06"
	},
	"LWG2706": {
		"type": "issue",
		"title": "Error reporting for recursive_directory_iterator::pop() is under-specified",
		"long_link": "https://cplusplus.github.io/LWG/issue2706",
		"link": "https://wg21.link/lwg2706",
		"section": "31.12.12 [fs.class.rec.dir.itr]",
		"status": "C++17",
		"submitter": "Eric Fiselier",
		"opened": "2016-05-09",
		"last_modified": "2017-07-30"
	},
	"LWG2707": {
		"type": "issue",
		"title": "path construction and assignment should have \"string_type&&\" overloads",
		"long_link": "https://cplusplus.github.io/LWG/issue2707",
		"link": "https://wg21.link/lwg2707",
		"section": "31.12.6 [fs.class.path]",
		"status": "C++17",
		"submitter": "Eric Fiselier",
		"opened": "2016-05-09",
		"last_modified": "2017-07-30"
	},
	"LWG2708": {
		"type": "issue",
		"title": "recursive_directory_iterator::recursion_pending() is incorrectly specified",
		"long_link": "https://cplusplus.github.io/LWG/issue2708",
		"link": "https://wg21.link/lwg2708",
		"section": "31.12.12.2 [fs.rec.dir.itr.members]",
		"status": "Open",
		"submitter": "Eric Fiselier",
		"opened": "2016-05-09",
		"last_modified": "2022-12-18"
	},
	"LWG2709": {
		"type": "issue",
		"title": "offsetof is unnecessarily imprecise",
		"long_link": "https://cplusplus.github.io/LWG/issue2709",
		"link": "https://wg21.link/lwg2709",
		"section": "17.2 [support.types]",
		"status": "C++17",
		"submitter": "Richard Smith",
		"opened": "2016-05-10",
		"last_modified": "2017-07-30"
	},
	"LWG2710": {
		"type": "issue",
		"title": "\"Effects: Equivalent to ...\" doesn't count \"Synchronization:\" as determined semantics",
		"long_link": "https://cplusplus.github.io/LWG/issue2710",
		"link": "https://wg21.link/lwg2710",
		"section": "16.3.2.4 [structure.specifications]",
		"status": "C++17",
		"submitter": "Kazutoshi Satoda",
		"opened": "2016-05-08",
		"last_modified": "2017-07-30"
	},
	"LWG2711": {
		"type": "issue",
		"title": "path is convertible from approximately everything under the sun",
		"long_link": "https://cplusplus.github.io/LWG/issue2711",
		"link": "https://wg21.link/lwg2711",
		"section": "31.12.6.5.1 [fs.path.construct]",
		"status": "C++17",
		"submitter": "Tim Song",
		"opened": "2016-05-10",
		"last_modified": "2017-07-30"
	},
	"LWG2712": {
		"type": "issue",
		"title": "copy_file(from, to, ...) has a number of unspecified error conditions",
		"long_link": "https://cplusplus.github.io/LWG/issue2712",
		"link": "https://wg21.link/lwg2712",
		"section": "31.12.13.5 [fs.op.copy.file]",
		"status": "C++17",
		"submitter": "Eric Fiselier",
		"opened": "2016-05-10",
		"last_modified": "2021-06-06"
	},
	"LWG2713": {
		"type": "issue",
		"title": "More missing allocator-extended constructors for unordered containers",
		"long_link": "https://cplusplus.github.io/LWG/issue2713",
		"link": "https://wg21.link/lwg2713",
		"section": "23.5 [unord]",
		"status": "New",
		"submitter": "Billy Robert O'Neal III",
		"opened": "2016-05-20",
		"last_modified": "2022-07-16"
	},
	"LWG2714": {
		"type": "issue",
		"title": "complex stream extraction underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue2714",
		"link": "https://wg21.link/lwg2714",
		"section": "29.4.6 [complex.ops]",
		"status": "New",
		"submitter": "Tim Song",
		"opened": "2016-05-23",
		"last_modified": "2018-10-16"
	},
	"LWG2715": {
		"type": "issue",
		"title": "What is 'aggregate initialization syntax'?",
		"long_link": "https://cplusplus.github.io/LWG/issue2715",
		"link": "https://wg21.link/lwg2715",
		"section": "32.5.8 [atomics.types.generic]",
		"status": "Resolved",
		"submitter": "S. B. Tam",
		"opened": "2016-05-24",
		"last_modified": "2017-03-20"
	},
	"LWG2716": {
		"type": "issue",
		"title": "Specification of shuffle and sample disallows lvalue URNGs",
		"long_link": "https://cplusplus.github.io/LWG/issue2716",
		"link": "https://wg21.link/lwg2716",
		"section": "26.7.12 [alg.random.sample], 26.7.13 [alg.random.shuffle]",
		"status": "C++17",
		"submitter": "Tim Song",
		"opened": "2016-05-24",
		"last_modified": "2017-07-30"
	},
	"LWG2717": {
		"type": "issue",
		"title": "scoped_allocator_adaptor uses forward to do move's job",
		"long_link": "https://cplusplus.github.io/LWG/issue2717",
		"link": "https://wg21.link/lwg2717",
		"section": "20.6.4 [allocator.adaptor.members]",
		"status": "NAD",
		"submitter": "Billy Robert O'Neal III",
		"opened": "2016-05-24",
		"last_modified": "2017-07-17"
	},
	"LWG2718": {
		"type": "issue",
		"title": "Parallelism bug in [algorithms.parallel.exec] p2",
		"long_link": "https://cplusplus.github.io/LWG/issue2718",
		"link": "https://wg21.link/lwg2718",
		"section": "26.3.3 [algorithms.parallel.exec]",
		"status": "C++17",
		"submitter": "Jared Hoberock",
		"opened": "2016-05-25",
		"last_modified": "2017-07-30"
	},
	"LWG2719": {
		"type": "issue",
		"title": "permissions function should not be noexcept due to narrow contract",
		"long_link": "https://cplusplus.github.io/LWG/issue2719",
		"link": "https://wg21.link/lwg2719",
		"section": "31.12.13.27 [fs.op.permissions]",
		"status": "C++17",
		"submitter": "Eric Fiselier",
		"opened": "2016-05-28",
		"last_modified": "2017-07-30"
	},
	"LWG2720": {
		"type": "issue",
		"title": "permissions function incorrectly specified for symlinks",
		"long_link": "https://cplusplus.github.io/LWG/issue2720",
		"link": "https://wg21.link/lwg2720",
		"section": "31.12.13.27 [fs.op.permissions]",
		"status": "C++17",
		"submitter": "Eric Fiselier",
		"opened": "2016-05-28",
		"last_modified": "2017-07-30"
	},
	"LWG2721": {
		"type": "issue",
		"title": "remove_all has incorrect post conditions",
		"long_link": "https://cplusplus.github.io/LWG/issue2721",
		"link": "https://wg21.link/lwg2721",
		"section": "31.12.13.32 [fs.op.remove.all]",
		"status": "C++17",
		"submitter": "Eric Fiselier",
		"opened": "2016-05-28",
		"last_modified": "2021-06-06"
	},
	"LWG2722": {
		"type": "issue",
		"title": "equivalent incorrectly specifies throws clause",
		"long_link": "https://cplusplus.github.io/LWG/issue2722",
		"link": "https://wg21.link/lwg2722",
		"section": "31.12.13.13 [fs.op.equivalent]",
		"status": "C++17",
		"submitter": "Eric Fiselier",
		"opened": "2016-05-28",
		"last_modified": "2017-07-30"
	},
	"LWG2723": {
		"type": "issue",
		"title": "Do directory_iterator and recursive_directory_iterator become the end iterator upon error?",
		"long_link": "https://cplusplus.github.io/LWG/issue2723",
		"link": "https://wg21.link/lwg2723",
		"section": "31.12.11 [fs.class.directory.iterator], 31.12.12 [fs.class.rec.dir.itr]",
		"status": "C++17",
		"submitter": "Eric Fiselier",
		"opened": "2016-05-28",
		"last_modified": "2021-06-06"
	},
	"LWG2724": {
		"type": "issue",
		"title": "The protected virtual member functions of memory_resource should be private",
		"long_link": "https://cplusplus.github.io/LWG/issue2724",
		"link": "https://wg21.link/lwg2724",
		"section": "20.5.2 [mem.res.class]",
		"status": "C++17",
		"submitter": "Ville Voutilainen",
		"opened": "2016-06-04",
		"last_modified": "2017-07-30"
	},
	"LWG2725": {
		"type": "issue",
		"title": "filesystem::exists(const path&, error_code&) error reporting",
		"long_link": "https://cplusplus.github.io/LWG/issue2725",
		"link": "https://wg21.link/lwg2725",
		"section": "31.12.13.14 [fs.op.exists]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2016-06-06",
		"last_modified": "2017-07-30"
	},
	"LWG2726": {
		"type": "issue",
		"title": "[recursive_]directory_iterator::increment(error_code&) is underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue2726",
		"link": "https://wg21.link/lwg2726",
		"section": "31.12.11.2 [fs.dir.itr.members], 31.12.12.2 [fs.rec.dir.itr.members]",
		"status": "C++17",
		"submitter": "Daniel Krügler",
		"opened": "2016-06-20",
		"last_modified": "2017-07-30"
	},
	"LWG2727": {
		"type": "issue",
		"title": "Parallel algorithms with constexpr specifier",
		"long_link": "https://cplusplus.github.io/LWG/issue2727",
		"link": "https://wg21.link/lwg2727",
		"section": "26.1 [algorithms.general]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2016-06-21",
		"last_modified": "2017-07-30"
	},
	"LWG2728": {
		"type": "issue",
		"title": "status(p).permissions() and symlink_status(p).permissions() are not specified",
		"long_link": "https://cplusplus.github.io/LWG/issue2728",
		"link": "https://wg21.link/lwg2728",
		"section": "31.12.13.36 [fs.op.status], 31.12.13.38 [fs.op.symlink.status]",
		"status": "C++17",
		"submitter": "Eric Fiselier",
		"opened": "2016-06-19",
		"last_modified": "2023-02-07"
	},
	"LWG2729": {
		"type": "issue",
		"title": "Missing SFINAE on std::pair::operator=",
		"long_link": "https://cplusplus.github.io/LWG/issue2729",
		"link": "https://wg21.link/lwg2729",
		"section": "22.3.2 [pairs.pair], 22.4.4.3 [tuple.assign]",
		"status": "C++17",
		"submitter": "Richard Smith",
		"opened": "2016-06-07",
		"last_modified": "2017-07-30"
	},
	"LWG2730": {
		"type": "issue",
		"title": "numeric_limits primary template definition",
		"long_link": "https://cplusplus.github.io/LWG/issue2730",
		"link": "https://wg21.link/lwg2730",
		"section": "17.3.5 [numeric.limits]",
		"status": "Open",
		"submitter": "Richard Smith",
		"opened": "2016-06-09",
		"last_modified": "2023-04-18"
	},
	"LWG2731": {
		"type": "issue",
		"title": "Existence of lock_guard<MutexTypes...>::mutex_type typedef unclear",
		"long_link": "https://cplusplus.github.io/LWG/issue2731",
		"link": "https://wg21.link/lwg2731",
		"section": "32.6.5.2 [thread.lock.guard]",
		"status": "C++23",
		"submitter": "Eric Fiselier",
		"opened": "2016-06-13",
		"last_modified": "2023-11-22"
	},
	"LWG2732": {
		"type": "issue",
		"title": "Questionable specification of path::operator/= and path::append",
		"long_link": "https://cplusplus.github.io/LWG/issue2732",
		"link": "https://wg21.link/lwg2732",
		"section": "31.12.6.5.3 [fs.path.append]",
		"status": "C++17",
		"submitter": "Tim Song",
		"opened": "2016-06-14",
		"last_modified": "2017-07-30"
	},
	"LWG2733": {
		"type": "issue",
		"title": "[fund.ts.v2] gcd / lcm and bool",
		"long_link": "https://cplusplus.github.io/LWG/issue2733",
		"link": "https://wg21.link/lwg2733",
		"section": "13.1.2 [fund.ts.v2::numeric.ops.gcd], 13.1.3 [fund.ts.v2::numeric.ops.lcm]",
		"status": "TS",
		"submitter": "Richard Smith",
		"opened": "2016-06-15",
		"last_modified": "2017-07-30"
	},
	"LWG2734": {
		"type": "issue",
		"title": "Questionable specification in [fs.path.concat]",
		"long_link": "https://cplusplus.github.io/LWG/issue2734",
		"link": "https://wg21.link/lwg2734",
		"section": "31.12.6.5.4 [fs.path.concat]",
		"status": "Resolved",
		"submitter": "Tim Song",
		"opened": "2016-06-16",
		"last_modified": "2018-01-24"
	},
	"LWG2735": {
		"type": "issue",
		"title": "std::abs(short), std::abs(signed char) and others should return int instead of double in order to be compatible with C++98 and C",
		"long_link": "https://cplusplus.github.io/LWG/issue2735",
		"link": "https://wg21.link/lwg2735",
		"section": "29.7 [c.math]",
		"status": "C++17",
		"submitter": "Jörn Heusipp",
		"opened": "2016-06-16",
		"last_modified": "2017-07-30"
	},
	"LWG2736": {
		"type": "issue",
		"title": "nullopt_t insufficiently constrained",
		"long_link": "https://cplusplus.github.io/LWG/issue2736",
		"link": "https://wg21.link/lwg2736",
		"section": "22.5.5 [optional.nullopt]",
		"status": "C++17",
		"submitter": "Tim Song",
		"opened": "2016-06-17",
		"last_modified": "2017-07-30"
	},
	"LWG2737": {
		"type": "issue",
		"title": "Consider relaxing object size restrictions for single-object allocation functions",
		"long_link": "https://cplusplus.github.io/LWG/issue2737",
		"link": "https://wg21.link/lwg2737",
		"section": "17.6.3.2 [new.delete.single]",
		"status": "New",
		"submitter": "Clark Nelson",
		"opened": "2016-06-21",
		"last_modified": "2016-08-01"
	},
	"LWG2738": {
		"type": "issue",
		"title": "is_constructible with void types",
		"long_link": "https://cplusplus.github.io/LWG/issue2738",
		"link": "https://wg21.link/lwg2738",
		"section": "21.3.6.4 [meta.unary.prop]",
		"status": "C++17",
		"submitter": "S. B. Tam",
		"opened": "2016-06-22",
		"last_modified": "2017-07-30"
	},
	"LWG2739": {
		"type": "issue",
		"title": "Issue with time_point non-member subtraction with an unsigned duration",
		"long_link": "https://cplusplus.github.io/LWG/issue2739",
		"link": "https://wg21.link/lwg2739",
		"section": "30.6.6 [time.point.nonmember]",
		"status": "C++17",
		"submitter": "Michael Winterberg",
		"opened": "2016-06-23",
		"last_modified": "2017-07-30"
	},
	"LWG2740": {
		"type": "issue",
		"title": "constexpr optional<T>::operator->",
		"long_link": "https://cplusplus.github.io/LWG/issue2740",
		"link": "https://wg21.link/lwg2740",
		"section": "22.5.3.7 [optional.observe]",
		"status": "C++17",
		"submitter": "Agustín K-ballo Bergé",
		"opened": "2016-07-02",
		"last_modified": "2017-07-30"
	},
	"LWG2741": {
		"type": "issue",
		"title": "is_partitioned requirements need updating",
		"long_link": "https://cplusplus.github.io/LWG/issue2741",
		"link": "https://wg21.link/lwg2741",
		"section": "26.8.5 [alg.partitions]",
		"status": "Resolved",
		"submitter": "Jonathan Wakely",
		"opened": "2016-07-06",
		"last_modified": "2020-05-12"
	},
	"LWG2742": {
		"type": "issue",
		"title": "Inconsistent string interface taking string_view",
		"long_link": "https://cplusplus.github.io/LWG/issue2742",
		"link": "https://wg21.link/lwg2742",
		"section": "27.4.3.3 [string.cons]",
		"status": "C++17",
		"submitter": "Richard Smith",
		"opened": "2016-07-06",
		"last_modified": "2020-09-06"
	},
	"LWG2743": {
		"type": "issue",
		"title": "p0083r3 node_handle private members missing \"exposition only\" comment",
		"long_link": "https://cplusplus.github.io/LWG/issue2743",
		"link": "https://wg21.link/lwg2743",
		"section": "23.2.5.1 [container.node.overview]",
		"status": "C++23",
		"submitter": "Richard Smith",
		"opened": "2016-07-08",
		"last_modified": "2023-11-22",
		"papers": [
			"P0083R3"
		]
	},
	"LWG2744": {
		"type": "issue",
		"title": "any's in_place constructors",
		"long_link": "https://cplusplus.github.io/LWG/issue2744",
		"link": "https://wg21.link/lwg2744",
		"section": "22.7.4.2 [any.cons]",
		"status": "C++17",
		"submitter": "Ville Voutilainen",
		"opened": "2016-07-10",
		"last_modified": "2017-07-30"
	},
	"LWG2745": {
		"type": "issue",
		"title": "[fund.ts.v2] Implementability of LWG 2451",
		"long_link": "https://cplusplus.github.io/LWG/issue2745",
		"link": "https://wg21.link/lwg2745",
		"section": "5.3 [fund.ts.v2::optional.object]",
		"status": "TS",
		"submitter": "Casey Carter",
		"opened": "2016-07-10",
		"last_modified": "2018-07-08"
	},
	"LWG2746": {
		"type": "issue",
		"title": "Inconsistency between requirements for emplace between optional and variant",
		"long_link": "https://cplusplus.github.io/LWG/issue2746",
		"link": "https://wg21.link/lwg2746",
		"section": "22.5.3.4 [optional.assign], 22.6.3.5 [variant.mod], 22.7.4.4 [any.modifiers]",
		"status": "WP",
		"submitter": "Richard Smith",
		"opened": "2016-07-13",
		"last_modified": "2026-03-31"
	},
	"LWG2747": {
		"type": "issue",
		"title": "Possibly redundant std::move in [alg.foreach]",
		"long_link": "https://cplusplus.github.io/LWG/issue2747",
		"link": "https://wg21.link/lwg2747",
		"section": "26.6.5 [alg.foreach]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2016-07-15",
		"last_modified": "2017-07-30"
	},
	"LWG2748": {
		"type": "issue",
		"title": "swappable traits for optionals",
		"long_link": "https://cplusplus.github.io/LWG/issue2748",
		"link": "https://wg21.link/lwg2748",
		"section": "22.5.3.5 [optional.swap], 22.5.10 [optional.specalg]",
		"status": "C++17",
		"submitter": "Agustín K-ballo Bergé",
		"opened": "2016-07-19",
		"last_modified": "2017-07-30"
	},
	"LWG2749": {
		"type": "issue",
		"title": "swappable traits for variants",
		"long_link": "https://cplusplus.github.io/LWG/issue2749",
		"link": "https://wg21.link/lwg2749",
		"section": "22.6.3.7 [variant.swap], 22.6.10 [variant.specalg]",
		"status": "C++17",
		"submitter": "Agustín K-ballo Bergé",
		"opened": "2016-07-19",
		"last_modified": "2017-07-30"
	},
	"LWG2750": {
		"type": "issue",
		"title": "[fund.ts.v2] LWG 2451 conversion constructor constraint",
		"long_link": "https://cplusplus.github.io/LWG/issue2750",
		"link": "https://wg21.link/lwg2750",
		"section": "5.3.1 [fund.ts.v2::optional.object.ctor]",
		"status": "TS",
		"submitter": "Casey Carter",
		"opened": "2016-07-20",
		"last_modified": "2017-07-30"
	},
	"LWG2751": {
		"type": "issue",
		"title": "shared_ptr deleter not specified to observe expired weak_ptr instances",
		"long_link": "https://cplusplus.github.io/LWG/issue2751",
		"link": "https://wg21.link/lwg2751",
		"section": "20.3.2.2.3 [util.smartptr.shared.dest]",
		"status": "New",
		"submitter": "Aaron Jacobs",
		"opened": "2016-07-21",
		"last_modified": "2025-03-18"
	},
	"LWG2752": {
		"type": "issue",
		"title": "\"Throws:\" clauses of async and packaged_task are unimplementable",
		"long_link": "https://cplusplus.github.io/LWG/issue2752",
		"link": "https://wg21.link/lwg2752",
		"section": "32.10.9 [futures.async], 32.10.10.2 [futures.task.members]",
		"status": "C++17",
		"submitter": "Billy Robert O'Neal III",
		"opened": "2016-07-07",
		"last_modified": "2017-07-30"
	},
	"LWG2753": {
		"type": "issue",
		"title": "Optional's constructors and assignments need constraints",
		"long_link": "https://cplusplus.github.io/LWG/issue2753",
		"link": "https://wg21.link/lwg2753",
		"section": "22.5.3.2 [optional.ctor], 22.5.3.4 [optional.assign]",
		"status": "Resolved",
		"submitter": "Casey Carter",
		"opened": "2016-07-22",
		"last_modified": "2017-06-15"
	},
	"LWG2754": {
		"type": "issue",
		"title": "The in_place constructors and emplace functions added by P0032R3 don't require CopyConstructible",
		"long_link": "https://cplusplus.github.io/LWG/issue2754",
		"link": "https://wg21.link/lwg2754",
		"section": "22.7.4.2 [any.cons], 22.7.4.3 [any.assign], 22.7.4.4 [any.modifiers]",
		"status": "Resolved",
		"submitter": "Ville Voutilainen",
		"opened": "2016-07-05",
		"last_modified": "2020-09-06",
		"papers": [
			"P0032R3"
		]
	},
	"LWG2755": {
		"type": "issue",
		"title": "§[string.view.io] uses non-existent basic_string_view::to_string function",
		"long_link": "https://cplusplus.github.io/LWG/issue2755",
		"link": "https://wg21.link/lwg2755",
		"section": "27.3.5 [string.view.io], 27.4.4.4 [string.io]",
		"status": "C++17",
		"submitter": "Billy Baker",
		"opened": "2016-07-26",
		"last_modified": "2020-09-06"
	},
	"LWG2756": {
		"type": "issue",
		"title": "C++ WP optional<T> should 'forward' T's implicit conversions",
		"long_link": "https://cplusplus.github.io/LWG/issue2756",
		"link": "https://wg21.link/lwg2756",
		"section": "22.5.3 [optional.optional]",
		"status": "C++17",
		"submitter": "Casey Carter",
		"opened": "2016-07-26",
		"last_modified": "2017-07-30"
	},
	"LWG2757": {
		"type": "issue",
		"title": "std::string{}.insert(3, \"ABCDE\", 0, 1) is ambiguous",
		"long_link": "https://cplusplus.github.io/LWG/issue2757",
		"link": "https://wg21.link/lwg2757",
		"section": "27.4.3.7.4 [string.insert]",
		"status": "Resolved",
		"submitter": "Marshall Clow",
		"opened": "2016-07-30",
		"last_modified": "2020-09-06"
	},
	"LWG2758": {
		"type": "issue",
		"title": "std::string{}.assign(\"ABCDE\", 0, 1) is ambiguous",
		"long_link": "https://cplusplus.github.io/LWG/issue2758",
		"link": "https://wg21.link/lwg2758",
		"section": "27.4.3.7.3 [string.assign]",
		"status": "C++17",
		"submitter": "Marshall Clow",
		"opened": "2016-07-30",
		"last_modified": "2020-09-06"
	},
	"LWG2759": {
		"type": "issue",
		"title": "gcd / lcm and bool for the WP",
		"long_link": "https://cplusplus.github.io/LWG/issue2759",
		"link": "https://wg21.link/lwg2759",
		"section": "26.10.14 [numeric.ops.gcd], 26.10.15 [numeric.ops.lcm]",
		"status": "C++17",
		"submitter": "Walter Brown",
		"opened": "2016-08-01",
		"last_modified": "2017-07-30"
	},
	"LWG2760": {
		"type": "issue",
		"title": "non-const basic_string::data should not invalidate iterators",
		"long_link": "https://cplusplus.github.io/LWG/issue2760",
		"link": "https://wg21.link/lwg2760",
		"section": "27.4.3.2 [string.require]",
		"status": "C++17",
		"submitter": "Billy Baker",
		"opened": "2016-08-03",
		"last_modified": "2017-07-30"
	},
	"LWG2761": {
		"type": "issue",
		"title": "directory_entry comparisons are members",
		"long_link": "https://cplusplus.github.io/LWG/issue2761",
		"link": "https://wg21.link/lwg2761",
		"section": "31.12.10.4 [fs.dir.entry.obs]",
		"status": "NAD",
		"submitter": "Ville Voutilainen",
		"opened": "2016-08-03",
		"last_modified": "2017-03-19"
	},
	"LWG2762": {
		"type": "issue",
		"title": "unique_ptr operator*() should be noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue2762",
		"link": "https://wg21.link/lwg2762",
		"section": "20.3.1.3.5 [unique.ptr.single.observers]",
		"status": "C++23",
		"submitter": "Ville Voutilainen",
		"opened": "2016-08-04",
		"last_modified": "2023-11-22"
	},
	"LWG2763": {
		"type": "issue",
		"title": "common_type_t<void, void> is undefined",
		"long_link": "https://cplusplus.github.io/LWG/issue2763",
		"link": "https://wg21.link/lwg2763",
		"section": "21.3.9.7 [meta.trans.other]",
		"status": "Resolved",
		"submitter": "Tim Song",
		"opened": "2016-08-10",
		"last_modified": "2016-11-21"
	},
	"LWG2764": {
		"type": "issue",
		"title": "Are <cstddint> macros optional?",
		"long_link": "https://cplusplus.github.io/LWG/issue2764",
		"link": "https://wg21.link/lwg2764",
		"section": "17.4.1 [cstdint.syn]",
		"status": "Dup",
		"submitter": "Thomas Koeppe",
		"opened": "2016-08-10",
		"last_modified": "2017-03-21"
	},
	"LWG2765": {
		"type": "issue",
		"title": "Did LWG 1123 go too far?",
		"long_link": "https://cplusplus.github.io/LWG/issue2765",
		"link": "https://wg21.link/lwg2765",
		"section": "31.5.2.2.6 [ios.init]",
		"status": "C++17",
		"submitter": "Richard Smith",
		"opened": "2016-08-13",
		"last_modified": "2021-06-06"
	},
	"LWG2766": {
		"type": "issue",
		"title": "Swapping non-swappable types",
		"long_link": "https://cplusplus.github.io/LWG/issue2766",
		"link": "https://wg21.link/lwg2766",
		"section": "22.3.3 [pairs.spec], 22.4.12 [tuple.special], 22.5.10 [optional.specalg], 22.6.10 [variant.specalg], 20.3.1.6 [unique.ptr.special], 23.3.3.4 [array.special], 23.6.3.6 [queue.special], 23.6.4.5 [priqueue.special], 23.6.6.7 [stack.special]",
		"status": "New",
		"submitter": "Agustín K-ballo Bergé",
		"opened": "2016-08-15",
		"last_modified": "2020-09-06"
	},
	"LWG2767": {
		"type": "issue",
		"title": "not_fn call_wrapper can form invalid types",
		"long_link": "https://cplusplus.github.io/LWG/issue2767",
		"link": "https://wg21.link/lwg2767",
		"section": "22.10.13 [func.not.fn]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2016-08-19",
		"last_modified": "2021-06-06"
	},
	"LWG2768": {
		"type": "issue",
		"title": "any_cast and move semantics",
		"long_link": "https://cplusplus.github.io/LWG/issue2768",
		"link": "https://wg21.link/lwg2768",
		"section": "22.7.5 [any.nonmembers]",
		"status": "C++17",
		"submitter": "Casey Carter",
		"opened": "2016-08-27",
		"last_modified": "2017-07-30"
	},
	"LWG2769": {
		"type": "issue",
		"title": "Redundant const in the return type of any_cast(const any&)",
		"long_link": "https://cplusplus.github.io/LWG/issue2769",
		"link": "https://wg21.link/lwg2769",
		"section": "22.7.5 [any.nonmembers]",
		"status": "C++17",
		"submitter": "Casey Carter",
		"opened": "2016-09-02",
		"last_modified": "2017-07-30"
	},
	"LWG2770": {
		"type": "issue",
		"title": "tuple_size<const T> specialization is not SFINAE compatible and breaks decomposition declarations",
		"long_link": "https://cplusplus.github.io/LWG/issue2770",
		"link": "https://wg21.link/lwg2770",
		"section": "22.4.7 [tuple.helper]",
		"status": "C++17",
		"submitter": "Richard Smith",
		"opened": "2016-08-15",
		"last_modified": "2017-07-30"
	},
	"LWG2771": {
		"type": "issue",
		"title": "Broken Effects of some basic_string::compare functions in terms of basic_string_view",
		"long_link": "https://cplusplus.github.io/LWG/issue2771",
		"link": "https://wg21.link/lwg2771",
		"section": "27.4.3.8.4 [string.compare]",
		"status": "C++17",
		"submitter": "Daniel Krügler",
		"opened": "2016-09-05",
		"last_modified": "2017-07-30"
	},
	"LWG2772": {
		"type": "issue",
		"title": "Inconsistency in the insert(node) interface",
		"long_link": "https://cplusplus.github.io/LWG/issue2772",
		"link": "https://wg21.link/lwg2772",
		"section": "23.2.7 [associative.reqmts], 23.2.8 [unord.req], 23.4.2 [associative.map.syn], 23.5.2 [unord.map.syn]",
		"status": "NAD",
		"submitter": "Tomasz Kamiński",
		"opened": "2016-09-06",
		"last_modified": "2018-01-28"
	},
	"LWG2773": {
		"type": "issue",
		"title": "Making std::ignore constexpr",
		"long_link": "https://cplusplus.github.io/LWG/issue2773",
		"link": "https://wg21.link/lwg2773",
		"section": "22.4.1 [tuple.general]",
		"status": "C++17",
		"submitter": "Vincent Reverdy",
		"opened": "2016-09-10",
		"last_modified": "2017-07-30"
	},
	"LWG2774": {
		"type": "issue",
		"title": "std::function construction vs assignment",
		"long_link": "https://cplusplus.github.io/LWG/issue2774",
		"link": "https://wg21.link/lwg2774",
		"section": "22.10.17.3.2 [func.wrap.func.con]",
		"status": "C++23",
		"submitter": "Barry Revzin",
		"opened": "2016-09-14",
		"last_modified": "2023-11-22"
	},
	"LWG2775": {
		"type": "issue",
		"title": "reverse_iterator is does not compile for fancy pointers",
		"long_link": "https://cplusplus.github.io/LWG/issue2775",
		"link": "https://wg21.link/lwg2775",
		"section": "24.5.1.6 [reverse.iter.elem]",
		"status": "Dup",
		"submitter": "Billy Robert O'Neal III",
		"opened": "2016-09-23",
		"last_modified": "2021-06-06"
	},
	"LWG2776": {
		"type": "issue",
		"title": "shared_ptr unique() and use_count()",
		"long_link": "https://cplusplus.github.io/LWG/issue2776",
		"link": "https://wg21.link/lwg2776",
		"section": "20.3.2.2.6 [util.smartptr.shared.obs]",
		"status": "Resolved",
		"submitter": "Hans Boehm",
		"opened": "2016-09-22",
		"last_modified": "2018-06-12"
	},
	"LWG2777": {
		"type": "issue",
		"title": "basic_string_view::copy should use char_traits::copy",
		"long_link": "https://cplusplus.github.io/LWG/issue2777",
		"link": "https://wg21.link/lwg2777",
		"section": "27.3.3.8 [string.view.ops], 27.4.3.7.7 [string.copy]",
		"status": "C++17",
		"submitter": "Billy Robert O'Neal III",
		"opened": "2016-09-27",
		"last_modified": "2017-07-30"
	},
	"LWG2778": {
		"type": "issue",
		"title": "basic_string_view is missing constexpr",
		"long_link": "https://cplusplus.github.io/LWG/issue2778",
		"link": "https://wg21.link/lwg2778",
		"section": "27.3 [string.view]",
		"status": "C++17",
		"submitter": "Billy Robert O'Neal III",
		"opened": "2016-09-30",
		"last_modified": "2017-07-30"
	},
	"LWG2779": {
		"type": "issue",
		"title": "[networking.ts] Relax requirements on buffer sequence iterators",
		"long_link": "https://cplusplus.github.io/LWG/issue2779",
		"link": "https://wg21.link/lwg2779",
		"section": "16.2.1 [networking.ts::buffer.reqmts.mutablebuffersequence]",
		"status": "WP",
		"submitter": "Vinnie Falco",
		"opened": "2016-10-05",
		"last_modified": "2026-02-21"
	},
	"LWG2780": {
		"type": "issue",
		"title": "basic_string_view::copy is missing constexpr",
		"long_link": "https://cplusplus.github.io/LWG/issue2780",
		"link": "https://wg21.link/lwg2780",
		"section": "27.3 [string.view]",
		"status": "Resolved",
		"submitter": "Billy Robert O'Neal III",
		"opened": "2016-10-07",
		"last_modified": "2018-11-25"
	},
	"LWG2781": {
		"type": "issue",
		"title": "Contradictory requirements for std::function and std::reference_wrapper",
		"long_link": "https://cplusplus.github.io/LWG/issue2781",
		"link": "https://wg21.link/lwg2781",
		"section": "22.10.17.3.2 [func.wrap.func.con]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2016-10-13",
		"last_modified": "2017-07-30"
	},
	"LWG2782": {
		"type": "issue",
		"title": "scoped_allocator_adaptor constructors must be constrained",
		"long_link": "https://cplusplus.github.io/LWG/issue2782",
		"link": "https://wg21.link/lwg2782",
		"section": "20.6.3 [allocator.adaptor.cnstr]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2016-10-14",
		"last_modified": "2017-07-30"
	},
	"LWG2783": {
		"type": "issue",
		"title": "stack::emplace() and queue::emplace() should return decltype(auto)",
		"long_link": "https://cplusplus.github.io/LWG/issue2783",
		"link": "https://wg21.link/lwg2783",
		"section": "23.6.3.1 [queue.defn], 23.6.6.2 [stack.defn]",
		"status": "C++20",
		"submitter": "Jonathan Wakely",
		"opened": "2016-10-14",
		"last_modified": "2021-02-25"
	},
	"LWG2784": {
		"type": "issue",
		"title": "Resolution to LWG 2484 is missing \"otherwise, no effects\" and is hard to parse",
		"long_link": "https://cplusplus.github.io/LWG/issue2784",
		"link": "https://wg21.link/lwg2784",
		"section": "17.9.8 [except.nested]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2016-10-15",
		"last_modified": "2017-07-30"
	},
	"LWG2785": {
		"type": "issue",
		"title": "quoted should work with basic_string_view",
		"long_link": "https://cplusplus.github.io/LWG/issue2785",
		"link": "https://wg21.link/lwg2785",
		"section": "31.7.9 [quoted.manip]",
		"status": "C++17",
		"submitter": "Marshall Clow",
		"opened": "2016-10-27",
		"last_modified": "2017-07-30"
	},
	"LWG2786": {
		"type": "issue",
		"title": "Annex C should mention shared_ptr changes for array support",
		"long_link": "https://cplusplus.github.io/LWG/issue2786",
		"link": "https://wg21.link/lwg2786",
		"section": "C.4.9 [diff.cpp14.utilities]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2016-10-18",
		"last_modified": "2017-07-30"
	},
	"LWG2787": {
		"type": "issue",
		"title": "§[fs.file_status.cons] doesn't match class definition",
		"long_link": "https://cplusplus.github.io/LWG/issue2787",
		"link": "https://wg21.link/lwg2787",
		"section": "31.12.9 [fs.class.file.status], 31.12.9.2 [fs.file.status.cons]",
		"status": "C++17",
		"submitter": "Tim Song",
		"opened": "2016-10-21",
		"last_modified": "2021-06-06"
	},
	"LWG2788": {
		"type": "issue",
		"title": "basic_string range mutators unintentionally require a default constructible allocator",
		"long_link": "https://cplusplus.github.io/LWG/issue2788",
		"link": "https://wg21.link/lwg2788",
		"section": "27.4.3.7.2 [string.append], 27.4.3.7.3 [string.assign], 27.4.3.7.4 [string.insert], 27.4.3.7.6 [string.replace]",
		"status": "C++17",
		"submitter": "Billy O'Neal III",
		"opened": "2016-10-25",
		"last_modified": "2017-07-30"
	},
	"LWG2789": {
		"type": "issue",
		"title": "Equivalence of contained objects",
		"long_link": "https://cplusplus.github.io/LWG/issue2789",
		"link": "https://wg21.link/lwg2789",
		"section": "22.7.4 [any.class]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2016-11-09",
		"last_modified": "2017-07-30"
	},
	"LWG2790": {
		"type": "issue",
		"title": "Missing specification of istreambuf_iterator::operator->",
		"long_link": "https://cplusplus.github.io/LWG/issue2790",
		"link": "https://wg21.link/lwg2790",
		"section": "24.6.4 [istreambuf.iterator]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2016-11-09",
		"last_modified": "2017-07-30"
	},
	"LWG2791": {
		"type": "issue",
		"title": "string_view objects and strings should yield the same hash values",
		"long_link": "https://cplusplus.github.io/LWG/issue2791",
		"link": "https://wg21.link/lwg2791",
		"section": "27.3.6 [string.view.hash]",
		"status": "Resolved",
		"submitter": "Nicolai Josuttis",
		"opened": "2016-11-09",
		"last_modified": "2016-11-21"
	},
	"LWG2792": {
		"type": "issue",
		"title": "[fund.ts.v2] gcd and lcm should support a wider range of input values",
		"long_link": "https://cplusplus.github.io/LWG/issue2792",
		"link": "https://wg21.link/lwg2792",
		"section": "13.1.2 [fund.ts.v2::numeric.ops.gcd], 13.1.3 [fund.ts.v2::numeric.ops.lcm]",
		"status": "TS",
		"submitter": "Marshall Clow",
		"opened": "2016-11-09",
		"last_modified": "2020-09-06"
	},
	"LWG2793": {
		"type": "issue",
		"title": "Awkward conflation of trivial special members of istream_iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue2793",
		"link": "https://wg21.link/lwg2793",
		"section": "24.6.2.2 [istream.iterator.cons]",
		"status": "C++17",
		"submitter": "Erich Keane",
		"opened": "2016-11-09",
		"last_modified": "2020-09-06"
	},
	"LWG2794": {
		"type": "issue",
		"title": "Missing requirements for allocator pointers",
		"long_link": "https://cplusplus.github.io/LWG/issue2794",
		"link": "https://wg21.link/lwg2794",
		"section": "23.2.2 [container.requirements.general]",
		"status": "C++17",
		"submitter": "Billy O'Neal III",
		"opened": "2016-11-09",
		"last_modified": "2017-07-30"
	},
	"LWG2795": {
		"type": "issue",
		"title": "§[global.functions] provides incorrect example of ADL use",
		"long_link": "https://cplusplus.github.io/LWG/issue2795",
		"link": "https://wg21.link/lwg2795",
		"section": "16.4.6.4 [global.functions]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2016-11-09",
		"last_modified": "2017-07-30"
	},
	"LWG2796": {
		"type": "issue",
		"title": "tuple should be a literal type",
		"long_link": "https://cplusplus.github.io/LWG/issue2796",
		"link": "https://wg21.link/lwg2796",
		"section": "22.4.1 [tuple.general]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2016-11-09",
		"last_modified": "2017-07-30"
	},
	"LWG2797": {
		"type": "issue",
		"title": "Trait precondition violations",
		"long_link": "https://cplusplus.github.io/LWG/issue2797",
		"link": "https://wg21.link/lwg2797",
		"section": "21.3.3 [meta.type.synop]",
		"status": "Resolved",
		"submitter": "Russia",
		"opened": "2016-11-09",
		"last_modified": "2018-11-12"
	},
	"LWG2798": {
		"type": "issue",
		"title": "Definition of path in terms of a string",
		"long_link": "https://cplusplus.github.io/LWG/issue2798",
		"link": "https://wg21.link/lwg2798",
		"section": "31.12.6 [fs.class.path]",
		"status": "Resolved",
		"submitter": "Billy O'Neal III",
		"opened": "2016-11-10",
		"last_modified": "2017-07-18"
	},
	"LWG2799": {
		"type": "issue",
		"title": "noexcept-specifications in shared_future",
		"long_link": "https://cplusplus.github.io/LWG/issue2799",
		"link": "https://wg21.link/lwg2799",
		"section": "32.10.8 [futures.shared.future]",
		"status": "Resolved",
		"submitter": "Zhihao Yuan",
		"opened": "2016-11-11",
		"last_modified": "2021-06-06"
	},
	"LWG2800": {
		"type": "issue",
		"title": "constexpr swap",
		"long_link": "https://cplusplus.github.io/LWG/issue2800",
		"link": "https://wg21.link/lwg2800",
		"section": "22.2.2 [utility.swap]",
		"status": "Resolved",
		"submitter": "United States",
		"opened": "2016-11-09",
		"last_modified": "2020-09-06"
	},
	"LWG2801": {
		"type": "issue",
		"title": "Default-constructibility of unique_ptr",
		"long_link": "https://cplusplus.github.io/LWG/issue2801",
		"link": "https://wg21.link/lwg2801",
		"section": "20.3.1.3.2 [unique.ptr.single.ctor]",
		"status": "C++17",
		"submitter": "United States",
		"opened": "2016-11-09",
		"last_modified": "2017-07-30"
	},
	"LWG2802": {
		"type": "issue",
		"title": "shared_ptr constructor requirements for a deleter",
		"long_link": "https://cplusplus.github.io/LWG/issue2802",
		"link": "https://wg21.link/lwg2802",
		"section": "20.3.2.2.2 [util.smartptr.shared.const]",
		"status": "C++17",
		"submitter": "United States",
		"opened": "2016-11-09",
		"last_modified": "2020-09-06"
	},
	"LWG2803": {
		"type": "issue",
		"title": "hash for arithmetic, pointer and standard library types should not throw",
		"long_link": "https://cplusplus.github.io/LWG/issue2803",
		"link": "https://wg21.link/lwg2803",
		"section": "22.10.19 [unord.hash]",
		"status": "Resolved",
		"submitter": "United States",
		"opened": "2016-11-09",
		"last_modified": "2020-09-06"
	},
	"LWG2804": {
		"type": "issue",
		"title": "Unconditional constexpr default constructor for istream_iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue2804",
		"link": "https://wg21.link/lwg2804",
		"section": "24.6.2.2 [istream.iterator.cons]",
		"status": "C++17",
		"submitter": "United States",
		"opened": "2016-11-09",
		"last_modified": "2017-07-30"
	},
	"LWG2805": {
		"type": "issue",
		"title": "void and reference type alternatives in variant, variant<> and index()",
		"long_link": "https://cplusplus.github.io/LWG/issue2805",
		"link": "https://wg21.link/lwg2805",
		"section": "22.6 [variant], 22.6.3 [variant.variant], 22.6.3.2 [variant.ctor]",
		"status": "Resolved",
		"submitter": "Switzerland",
		"opened": "2016-11-10",
		"last_modified": "2020-09-06"
	},
	"LWG2806": {
		"type": "issue",
		"title": "Base class of bad_optional_access",
		"long_link": "https://cplusplus.github.io/LWG/issue2806",
		"link": "https://wg21.link/lwg2806",
		"section": "22.5.6 [optional.bad.access]",
		"status": "C++17",
		"submitter": "Great Britain",
		"opened": "2016-11-09",
		"last_modified": "2017-07-30"
	},
	"LWG2807": {
		"type": "issue",
		"title": "std::invoke should use std::is_nothrow_callable",
		"long_link": "https://cplusplus.github.io/LWG/issue2807",
		"link": "https://wg21.link/lwg2807",
		"section": "22.10.5 [func.invoke]",
		"status": "C++17",
		"submitter": "Great Britain",
		"opened": "2016-11-09",
		"last_modified": "2020-09-06"
	},
	"LWG2808": {
		"type": "issue",
		"title": "Requirements for fpos and stateT",
		"long_link": "https://cplusplus.github.io/LWG/issue2808",
		"link": "https://wg21.link/lwg2808",
		"section": "31.5.3.3 [fpos.operations]",
		"status": "Resolved",
		"submitter": "Great Britain",
		"opened": "2016-11-09",
		"last_modified": "2020-05-12"
	},
	"LWG2809": {
		"type": "issue",
		"title": "variant hash requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue2809",
		"link": "https://wg21.link/lwg2809",
		"section": "22.6.12 [variant.hash]",
		"status": "Resolved",
		"submitter": "Great Britain",
		"opened": "2016-11-09",
		"last_modified": "2020-09-06"
	},
	"LWG2810": {
		"type": "issue",
		"title": "use_count and unique in shared_ptr",
		"long_link": "https://cplusplus.github.io/LWG/issue2810",
		"link": "https://wg21.link/lwg2810",
		"section": "20.3.2.2 [util.smartptr.shared]",
		"status": "Resolved",
		"submitter": "Marshall Clow",
		"opened": "2016-11-09",
		"last_modified": "2020-09-06"
	},
	"LWG2811": {
		"type": "issue",
		"title": "\"Selected constructor\" wording is incorrect for optional/variant/any",
		"long_link": "https://cplusplus.github.io/LWG/issue2811",
		"link": "https://wg21.link/lwg2811",
		"section": "22.5.3.2 [optional.ctor], 22.5.3.4 [optional.assign], 22.6.3.2 [variant.ctor], 22.7.4.2 [any.cons], 22.7.4.4 [any.modifiers]",
		"status": "New",
		"submitter": "Tim Song",
		"opened": "2016-10-29",
		"last_modified": "2020-06-13"
	},
	"LWG2812": {
		"type": "issue",
		"title": "Range access is available with <string_view>",
		"long_link": "https://cplusplus.github.io/LWG/issue2812",
		"link": "https://wg21.link/lwg2812",
		"section": "24.7 [iterator.range], 27.3.2 [string.view.synop]",
		"status": "C++17",
		"submitter": "Johel Ernesto Guerrero Peña",
		"opened": "2016-10-29",
		"last_modified": "2017-07-30"
	},
	"LWG2813": {
		"type": "issue",
		"title": "std::function should not return dangling references",
		"long_link": "https://cplusplus.github.io/LWG/issue2813",
		"link": "https://wg21.link/lwg2813",
		"section": "22.10.17.3.2 [func.wrap.func.con]",
		"status": "Resolved",
		"submitter": "Brian Bi",
		"opened": "2016-11-03",
		"last_modified": "2022-11-25",
		"github_url": "https://github.com/cplusplus/papers/issues/1370"
	},
	"LWG2814": {
		"type": "issue",
		"title": "[fund.ts.v2] to_array should take rvalue reference as well",
		"long_link": "https://cplusplus.github.io/LWG/issue2814",
		"link": "https://wg21.link/lwg2814",
		"section": "4.2.1 [fund.ts.v2::func.wrap.func.con]",
		"status": "Resolved",
		"submitter": "Zhihao Yuan",
		"opened": "2016-11-07",
		"last_modified": "2020-09-06"
	},
	"LWG2815": {
		"type": "issue",
		"title": "quick_exit can deadlock",
		"long_link": "https://cplusplus.github.io/LWG/issue2815",
		"link": "https://wg21.link/lwg2815",
		"section": "17.5 [support.start.term]",
		"status": "New",
		"submitter": "Jean-François Bastien",
		"opened": "2016-11-07",
		"last_modified": "2020-09-06"
	},
	"LWG2816": {
		"type": "issue",
		"title": "resize_file has impossible postcondition",
		"long_link": "https://cplusplus.github.io/LWG/issue2816",
		"link": "https://wg21.link/lwg2816",
		"section": "31.12.13.34 [fs.op.resize.file]",
		"status": "C++20",
		"submitter": "Richard Smith",
		"opened": "2016-11-07",
		"last_modified": "2021-06-06"
	},
	"LWG2817": {
		"type": "issue",
		"title": "std::hash for nullptr_t",
		"long_link": "https://cplusplus.github.io/LWG/issue2817",
		"link": "https://wg21.link/lwg2817",
		"section": "22.10.19 [unord.hash]",
		"status": "Resolved",
		"submitter": "Marshall Clow",
		"opened": "2016-11-10",
		"last_modified": "2020-09-06"
	},
	"LWG2818": {
		"type": "issue",
		"title": "\"::std::\" everywhere rule needs tweaking",
		"long_link": "https://cplusplus.github.io/LWG/issue2818",
		"link": "https://wg21.link/lwg2818",
		"section": "16.4.2.2 [contents]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2016-11-11",
		"last_modified": "2023-11-22"
	},
	"LWG2819": {
		"type": "issue",
		"title": "Unspecified Return type: elements",
		"long_link": "https://cplusplus.github.io/LWG/issue2819",
		"link": "https://wg21.link/lwg2819",
		"section": "32.2.5 [thread.req.lockable], 32.6.4 [thread.mutex.requirements]",
		"status": "New",
		"submitter": "Agustín K-ballo Bergé",
		"opened": "2016-11-12",
		"last_modified": "2022-11-06"
	},
	"LWG2820": {
		"type": "issue",
		"title": "Clarify <cstdint> macros",
		"long_link": "https://cplusplus.github.io/LWG/issue2820",
		"link": "https://wg21.link/lwg2820",
		"section": "17.4.1 [cstdint.syn]",
		"status": "C++23",
		"submitter": "Thomas Köppe",
		"opened": "2016-11-12",
		"last_modified": "2023-11-22"
	},
	"LWG2821": {
		"type": "issue",
		"title": "std::launder() should be marked as [[nodiscard]]",
		"long_link": "https://cplusplus.github.io/LWG/issue2821",
		"link": "https://wg21.link/lwg2821",
		"section": "17.6.5 [ptr.launder]",
		"status": "Resolved",
		"submitter": "Tony van Eerd",
		"opened": "2016-11-13",
		"last_modified": "2020-09-06"
	},
	"LWG2822": {
		"type": "issue",
		"title": "Resolution for LWG 2742 introduces ambiguities",
		"long_link": "https://cplusplus.github.io/LWG/issue2822",
		"link": "https://wg21.link/lwg2822",
		"section": "27.4.3.3 [string.cons]",
		"status": "NAD",
		"submitter": "Jonathan Wakely",
		"opened": "2016-11-15",
		"last_modified": "2017-01-30"
	},
	"LWG2823": {
		"type": "issue",
		"title": "std::array initialization is still not permissive enough",
		"long_link": "https://cplusplus.github.io/LWG/issue2823",
		"link": "https://wg21.link/lwg2823",
		"section": "23.3.3.1 [array.overview]",
		"status": "Open",
		"submitter": "Robert Haberlach",
		"opened": "2016-11-16",
		"last_modified": "2018-03-19"
	},
	"LWG2824": {
		"type": "issue",
		"title": "list::sort should say that the order of elements is unspecified if an exception is thrown",
		"long_link": "https://cplusplus.github.io/LWG/issue2824",
		"link": "https://wg21.link/lwg2824",
		"section": "23.3.11.5 [list.ops]",
		"status": "C++17",
		"submitter": "Tim Song",
		"opened": "2016-11-16",
		"last_modified": "2017-07-30"
	},
	"LWG2825": {
		"type": "issue",
		"title": "LWG 2756 breaks class template argument deduction for optional",
		"long_link": "https://cplusplus.github.io/LWG/issue2825",
		"link": "https://wg21.link/lwg2825",
		"section": "22.5.3 [optional.optional]",
		"status": "Resolved",
		"submitter": "Richard Smith",
		"opened": "2016-11-24",
		"last_modified": "2020-11-09"
	},
	"LWG2826": {
		"type": "issue",
		"title": "string_view iterators use old wording",
		"long_link": "https://cplusplus.github.io/LWG/issue2826",
		"link": "https://wg21.link/lwg2826",
		"section": "27.3.3.4 [string.view.iterators]",
		"status": "C++17",
		"submitter": "Alisdair Meredith",
		"opened": "2016-11-17",
		"last_modified": "2017-07-30"
	},
	"LWG2827": {
		"type": "issue",
		"title": "is_trivially_constructible and non-trivial destructors",
		"long_link": "https://cplusplus.github.io/LWG/issue2827",
		"link": "https://wg21.link/lwg2827",
		"section": "21.3.6.4 [meta.unary.prop]",
		"status": "New",
		"submitter": "Richard Smith",
		"opened": "2016-11-17",
		"last_modified": "2023-05-25"
	},
	"LWG2828": {
		"type": "issue",
		"title": "Clarify <cstdalign> (following adoption of P0063r3)",
		"long_link": "https://cplusplus.github.io/LWG/issue2828",
		"link": "https://wg21.link/lwg2828",
		"section": "21.3.6.4 [meta.unary.prop]",
		"status": "NAD Editorial",
		"submitter": "Thomas Koeppe",
		"opened": "2016-11-20",
		"last_modified": "2020-09-06",
		"papers": [
			"P0063R3"
		]
	},
	"LWG2829": {
		"type": "issue",
		"title": "LWG 2740 leaves behind vacuous words",
		"long_link": "https://cplusplus.github.io/LWG/issue2829",
		"link": "https://wg21.link/lwg2829",
		"section": "22.5.3.7 [optional.observe]",
		"status": "Open",
		"submitter": "Richard Smith",
		"opened": "2016-11-24",
		"last_modified": "2020-06-13"
	},
	"LWG2830": {
		"type": "issue",
		"title": "insert_return_type is only defined for containers with unique keys",
		"long_link": "https://cplusplus.github.io/LWG/issue2830",
		"link": "https://wg21.link/lwg2830",
		"section": "23.2.7 [associative.reqmts], 23.2.8 [unord.req]",
		"status": "Resolved",
		"submitter": "Daniel James",
		"opened": "2016-11-24",
		"last_modified": "2020-09-06"
	},
	"LWG2831": {
		"type": "issue",
		"title": "Equality can be defined when Hash function objects have different behaviour",
		"long_link": "https://cplusplus.github.io/LWG/issue2831",
		"link": "https://wg21.link/lwg2831",
		"section": "23.2.8 [unord.req]",
		"status": "Resolved",
		"submitter": "Daniel James",
		"opened": "2016-11-24",
		"last_modified": "2020-09-06"
	},
	"LWG2832": {
		"type": "issue",
		"title": "§[fpos.operations] strange requirement for P(i)",
		"long_link": "https://cplusplus.github.io/LWG/issue2832",
		"link": "https://wg21.link/lwg2832",
		"section": "31.5.3.3 [fpos.operations]",
		"status": "Resolved",
		"submitter": "Jens Maurer",
		"opened": "2016-11-24",
		"last_modified": "2020-05-12"
	},
	"LWG2833": {
		"type": "issue",
		"title": "Library needs to specify what it means when it declares a function constexpr",
		"long_link": "https://cplusplus.github.io/LWG/issue2833",
		"link": "https://wg21.link/lwg2833",
		"section": "22.6.3.2 [variant.ctor]",
		"status": "Open",
		"submitter": "Richard Smith",
		"opened": "2016-11-28",
		"last_modified": "2025-08-22"
	},
	"LWG2834": {
		"type": "issue",
		"title": "Resolution LWG 2223 is missing wording about end iterators",
		"long_link": "https://cplusplus.github.io/LWG/issue2834",
		"link": "https://wg21.link/lwg2834",
		"section": "27.4.3.5 [string.capacity], 23.3.5.3 [deque.capacity], 23.3.13.3 [vector.capacity]",
		"status": "C++17",
		"submitter": "Thomas Koeppe",
		"opened": "2016-11-29",
		"last_modified": "2020-09-06"
	},
	"LWG2835": {
		"type": "issue",
		"title": "LWG 2536 seems to misspecify <tgmath.h>",
		"long_link": "https://cplusplus.github.io/LWG/issue2835",
		"link": "https://wg21.link/lwg2835",
		"section": "17.15 [support.c.headers], 99 [depr.ctgmath.syn]",
		"status": "C++17",
		"submitter": "Thomas Koeppe",
		"opened": "2016-11-29",
		"last_modified": "2023-02-07"
	},
	"LWG2836": {
		"type": "issue",
		"title": "More string operations should be noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue2836",
		"link": "https://wg21.link/lwg2836",
		"section": "27.4.3 [basic.string], 27.4.3.8.2 [string.find], 27.4.3.8.4 [string.compare]",
		"status": "Resolved",
		"submitter": "Jonathan Wakely",
		"opened": "2016-12-05",
		"last_modified": "2023-02-07"
	},
	"LWG2837": {
		"type": "issue",
		"title": "gcd and lcm should support a wider range of input values",
		"long_link": "https://cplusplus.github.io/LWG/issue2837",
		"link": "https://wg21.link/lwg2837",
		"section": "26.10.14 [numeric.ops.gcd], 26.10.15 [numeric.ops.lcm]",
		"status": "C++17",
		"submitter": "Marshall Clow",
		"opened": "2016-12-16",
		"last_modified": "2020-09-06"
	},
	"LWG2838": {
		"type": "issue",
		"title": "is_literal_type specification needs a little cleanup",
		"long_link": "https://cplusplus.github.io/LWG/issue2838",
		"link": "https://wg21.link/lwg2838",
		"section": "D.13 [depr.meta.types]",
		"status": "C++17",
		"submitter": "Tim Song",
		"opened": "2016-12-09",
		"last_modified": "2020-09-06"
	},
	"LWG2839": {
		"type": "issue",
		"title": "Self-move-assignment of library types, again",
		"long_link": "https://cplusplus.github.io/LWG/issue2839",
		"link": "https://wg21.link/lwg2839",
		"section": "16.4.6.17 [lib.types.movedfrom], 16.4.5.9 [res.on.arguments], 23.2.2 [container.requirements.general]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2016-12-09",
		"last_modified": "2023-11-22"
	},
	"LWG2840": {
		"type": "issue",
		"title": "directory_iterator::increment is seemingly narrow-contract but marked noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue2840",
		"link": "https://wg21.link/lwg2840",
		"section": "31.12.11.2 [fs.dir.itr.members], 31.12.12.2 [fs.rec.dir.itr.members]",
		"status": "Resolved",
		"submitter": "Tim Song",
		"opened": "2016-12-09",
		"last_modified": "2020-09-06"
	},
	"LWG2841": {
		"type": "issue",
		"title": "Use of \"Equivalent to\" in [strings]",
		"long_link": "https://cplusplus.github.io/LWG/issue2841",
		"link": "https://wg21.link/lwg2841",
		"section": "27 [strings]",
		"status": "Resolved",
		"submitter": "Jeffrey Yasskin",
		"opened": "2016-12-09",
		"last_modified": "2018-11-25"
	},
	"LWG2842": {
		"type": "issue",
		"title": "in_place_t check for optional::optional(U&&) should decay U",
		"long_link": "https://cplusplus.github.io/LWG/issue2842",
		"link": "https://wg21.link/lwg2842",
		"section": "22.5.3.2 [optional.ctor]",
		"status": "C++17",
		"submitter": "Tim Song",
		"opened": "2016-12-13",
		"last_modified": "2020-09-06"
	},
	"LWG2843": {
		"type": "issue",
		"title": "Unclear behavior of std::pmr::memory_resource::do_allocate()",
		"long_link": "https://cplusplus.github.io/LWG/issue2843",
		"link": "https://wg21.link/lwg2843",
		"section": "20.5.2.3 [mem.res.private]",
		"status": "C++20",
		"submitter": "Jens Maurer",
		"opened": "2016-12-13",
		"last_modified": "2021-02-25"
	},
	"LWG2844": {
		"type": "issue",
		"title": "Stability of a_uniq.insert(i, j)",
		"long_link": "https://cplusplus.github.io/LWG/issue2844",
		"link": "https://wg21.link/lwg2844",
		"section": "23.2.7 [associative.reqmts], 23.2.8 [unord.req]",
		"status": "Open",
		"submitter": "Matt Austern",
		"opened": "2016-12-14",
		"last_modified": "2020-02-14"
	},
	"LWG2845": {
		"type": "issue",
		"title": "enable_if, result_of, common_type and aligned_storage do not meet the definition of TransformationTrait",
		"long_link": "https://cplusplus.github.io/LWG/issue2845",
		"link": "https://wg21.link/lwg2845",
		"section": "21.3.2 [meta.rqmts]",
		"status": "New",
		"submitter": "Tim Song",
		"opened": "2016-12-14",
		"last_modified": "2017-02-02"
	},
	"LWG2846": {
		"type": "issue",
		"title": "Undefined phrase \"effectively cast\"",
		"long_link": "https://cplusplus.github.io/LWG/issue2846",
		"link": "https://wg21.link/lwg2846",
		"section": "29.4.10 [cmplx.over], 29.7.1 [cmath.syn]",
		"status": "New",
		"submitter": "Jens Maurer",
		"opened": "2016-12-15",
		"last_modified": "2019-03-18"
	},
	"LWG2847": {
		"type": "issue",
		"title": "sin(float) should call sinf(float)",
		"long_link": "https://cplusplus.github.io/LWG/issue2847",
		"link": "https://wg21.link/lwg2847",
		"section": "29.7.1 [cmath.syn]",
		"status": "New",
		"submitter": "Jens Maurer",
		"opened": "2016-12-15",
		"last_modified": "2020-09-06"
	},
	"LWG2848": {
		"type": "issue",
		"title": "Pass-through threshold for pool allocator",
		"long_link": "https://cplusplus.github.io/LWG/issue2848",
		"link": "https://wg21.link/lwg2848",
		"section": "20.5.5.2 [mem.res.pool.options]",
		"status": "New",
		"submitter": "Jens Maurer",
		"opened": "2016-12-15",
		"last_modified": "2017-02-02"
	},
	"LWG2849": {
		"type": "issue",
		"title": "Why does !is_regular_file(from) cause copy_file to report a \"file already exists\" error?",
		"long_link": "https://cplusplus.github.io/LWG/issue2849",
		"link": "https://wg21.link/lwg2849",
		"section": "31.12.13.5 [fs.op.copy.file]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2016-12-17",
		"last_modified": "2021-06-06"
	},
	"LWG2850": {
		"type": "issue",
		"title": "std::function move constructor does unnecessary work",
		"long_link": "https://cplusplus.github.io/LWG/issue2850",
		"link": "https://wg21.link/lwg2850",
		"section": "22.10.17.3.2 [func.wrap.func.con]",
		"status": "C++17",
		"submitter": "Geoffrey Romer",
		"opened": "2016-12-15",
		"last_modified": "2020-09-06"
	},
	"LWG2851": {
		"type": "issue",
		"title": "std::filesystem enum classes are now underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue2851",
		"link": "https://wg21.link/lwg2851",
		"section": "31.12.8.2 [fs.enum.file.type], 31.12.8.3 [fs.enum.copy.opts], 31.12.8.6 [fs.enum.dir.opts]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2016-12-18",
		"last_modified": "2021-06-06"
	},
	"LWG2852": {
		"type": "issue",
		"title": "Specifications of operator== for std::basic_strings and std::basic_string_views are difficult to conform to",
		"long_link": "https://cplusplus.github.io/LWG/issue2852",
		"link": "https://wg21.link/lwg2852",
		"section": "27.4.4.2 [string.cmp], 27.4.3.8.4 [string.compare]",
		"status": "NAD",
		"submitter": "Ahti Leppänen",
		"opened": "2017-01-09",
		"last_modified": "2021-06-06"
	},
	"LWG2853": {
		"type": "issue",
		"title": "Possible inconsistency in specification of erase in [vector.modifiers]",
		"long_link": "https://cplusplus.github.io/LWG/issue2853",
		"link": "https://wg21.link/lwg2853",
		"section": "23.3.13.5 [vector.modifiers]",
		"status": "C++17",
		"submitter": "Gerard Stone",
		"opened": "2017-01-16",
		"last_modified": "2020-09-06"
	},
	"LWG2854": {
		"type": "issue",
		"title": "wstring_convert provides no indication of incomplete input or output",
		"long_link": "https://cplusplus.github.io/LWG/issue2854",
		"link": "https://wg21.link/lwg2854",
		"section": "99 [depr.conversions.string]",
		"status": "NAD",
		"submitter": "PowerGamer",
		"opened": "2017-01-08",
		"last_modified": "2017-06-05"
	},
	"LWG2855": {
		"type": "issue",
		"title": "std::throw_with_nested(\"string_literal\")",
		"long_link": "https://cplusplus.github.io/LWG/issue2855",
		"link": "https://wg21.link/lwg2855",
		"section": "17.9.8 [except.nested]",
		"status": "C++17",
		"submitter": "Jonathan Wakely",
		"opened": "2017-01-17",
		"last_modified": "2020-09-06"
	},
	"LWG2856": {
		"type": "issue",
		"title": "std::async should be marked as [[nodiscard]]",
		"long_link": "https://cplusplus.github.io/LWG/issue2856",
		"link": "https://wg21.link/lwg2856",
		"section": "32.10.9 [futures.async]",
		"status": "Resolved",
		"submitter": "Andrey Davydov",
		"opened": "2017-01-20",
		"last_modified": "2020-09-06"
	},
	"LWG2857": {
		"type": "issue",
		"title": "{variant,optional,any}::emplace should return the constructed value",
		"long_link": "https://cplusplus.github.io/LWG/issue2857",
		"link": "https://wg21.link/lwg2857",
		"section": "22.5 [optional], 22.6 [variant], 22.7 [any]",
		"status": "C++17",
		"submitter": "Zhihao Yuan",
		"opened": "2017-01-25",
		"last_modified": "2020-09-06"
	},
	"LWG2858": {
		"type": "issue",
		"title": "LWG 2472: actually an incompatibility with C++03",
		"long_link": "https://cplusplus.github.io/LWG/issue2858",
		"link": "https://wg21.link/lwg2858",
		"section": "24.5.1 [reverse.iterators]",
		"status": "New",
		"submitter": "Hubert Tong",
		"opened": "2017-01-28",
		"last_modified": "2020-09-06"
	},
	"LWG2859": {
		"type": "issue",
		"title": "Definition of reachable in [ptr.launder] misses pointer arithmetic from pointer-interconvertible object",
		"long_link": "https://cplusplus.github.io/LWG/issue2859",
		"link": "https://wg21.link/lwg2859",
		"section": "17.6.5 [ptr.launder]",
		"status": "C++20",
		"submitter": "Hubert Tong",
		"opened": "2017-01-31",
		"last_modified": "2021-02-25"
	},
	"LWG2860": {
		"type": "issue",
		"title": "launder and base class subobjects",
		"long_link": "https://cplusplus.github.io/LWG/issue2860",
		"link": "https://wg21.link/lwg2860",
		"section": "17.6.5 [ptr.launder]",
		"status": "NAD",
		"submitter": "Hubert Tong",
		"opened": "2017-01-31",
		"last_modified": "2020-09-06"
	},
	"LWG2861": {
		"type": "issue",
		"title": "basic_string should require that charT match traits::char_type",
		"long_link": "https://cplusplus.github.io/LWG/issue2861",
		"link": "https://wg21.link/lwg2861",
		"section": "27.4.3.2 [string.require]",
		"status": "C++17",
		"submitter": "United States",
		"opened": "2017-02-02",
		"last_modified": "2020-09-06"
	},
	"LWG2862": {
		"type": "issue",
		"title": "LWG 2756 should be accepted",
		"long_link": "https://cplusplus.github.io/LWG/issue2862",
		"link": "https://wg21.link/lwg2862",
		"section": "22.5 [optional]",
		"status": "Resolved",
		"submitter": "Finland",
		"opened": "2017-02-03",
		"last_modified": "2017-02-21"
	},
	"LWG2863": {
		"type": "issue",
		"title": "Undo default_order changes of maps and sets",
		"long_link": "https://cplusplus.github.io/LWG/issue2863",
		"link": "https://wg21.link/lwg2863",
		"section": "99 [func.default.traits]",
		"status": "Resolved",
		"submitter": "Finland",
		"opened": "2017-02-03",
		"last_modified": "2017-03-20"
	},
	"LWG2864": {
		"type": "issue",
		"title": "Merge shared_ptr changes from Library Fundamentals to C++17",
		"long_link": "https://cplusplus.github.io/LWG/issue2864",
		"link": "https://wg21.link/lwg2864",
		"section": "20.3.2.2 [util.smartptr.shared], 20.3.2.3 [util.smartptr.weak]",
		"status": "Resolved",
		"submitter": "Finland",
		"opened": "2017-02-03",
		"last_modified": "2020-09-06"
	},
	"LWG2865": {
		"type": "issue",
		"title": "Resolve all open Library issues for C++17",
		"long_link": "https://cplusplus.github.io/LWG/issue2865",
		"link": "https://wg21.link/lwg2865",
		"section": "16 [library]",
		"status": "NAD",
		"submitter": "Finland",
		"opened": "2017-02-03",
		"last_modified": "2017-03-12"
	},
	"LWG2866": {
		"type": "issue",
		"title": "Incorrect derived classes constraints",
		"long_link": "https://cplusplus.github.io/LWG/issue2866",
		"link": "https://wg21.link/lwg2866",
		"section": "16.4.6.13 [derivation]",
		"status": "C++17",
		"submitter": "Great Britain",
		"opened": "2017-02-03",
		"last_modified": "2020-09-06"
	},
	"LWG2867": {
		"type": "issue",
		"title": "Bad footnote about explicit exception-specification",
		"long_link": "https://cplusplus.github.io/LWG/issue2867",
		"link": "https://wg21.link/lwg2867",
		"section": "16.4.6.14 [res.on.exception.handling]",
		"status": "Resolved",
		"submitter": "Great Britain",
		"opened": "2017-02-03",
		"last_modified": "2020-09-06"
	},
	"LWG2868": {
		"type": "issue",
		"title": "Missing specification of bad_any_cast::what()",
		"long_link": "https://cplusplus.github.io/LWG/issue2868",
		"link": "https://wg21.link/lwg2868",
		"section": "22.7.3 [any.bad.any.cast]",
		"status": "C++17",
		"submitter": "Great Britain",
		"opened": "2017-02-03",
		"last_modified": "2021-06-06"
	},
	"LWG2869": {
		"type": "issue",
		"title": "Deprecate sub-clause [locale.stdcvt]",
		"long_link": "https://cplusplus.github.io/LWG/issue2869",
		"link": "https://wg21.link/lwg2869",
		"section": "99 [depr.locale.stdcvt]",
		"status": "Resolved",
		"submitter": "Great Britain",
		"opened": "2017-02-03",
		"last_modified": "2017-04-22"
	},
	"LWG2870": {
		"type": "issue",
		"title": "Default value of parameter theta of polar should be dependent",
		"long_link": "https://cplusplus.github.io/LWG/issue2870",
		"link": "https://wg21.link/lwg2870",
		"section": "29.4.7 [complex.value.ops]",
		"status": "C++20",
		"submitter": "Japan",
		"opened": "2017-02-03",
		"last_modified": "2021-02-25"
	},
	"LWG2871": {
		"type": "issue",
		"title": "User specializations of type traits should be ill-formed",
		"long_link": "https://cplusplus.github.io/LWG/issue2871",
		"link": "https://wg21.link/lwg2871",
		"section": "21.3.3 [meta.type.synop]",
		"status": "NAD",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2020-09-06"
	},
	"LWG2872": {
		"type": "issue",
		"title": "Add definition for direct-non-list-initialization",
		"long_link": "https://cplusplus.github.io/LWG/issue2872",
		"link": "https://wg21.link/lwg2872",
		"section": "3 [intro.defs]",
		"status": "C++17",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2021-06-06"
	},
	"LWG2873": {
		"type": "issue",
		"title": "Add noexcept to several shared_ptr related functions",
		"long_link": "https://cplusplus.github.io/LWG/issue2873",
		"link": "https://wg21.link/lwg2873",
		"section": "20.3.2.2 [util.smartptr.shared]",
		"status": "C++17",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2020-09-06"
	},
	"LWG2874": {
		"type": "issue",
		"title": "Constructor shared_ptr::shared_ptr(Y*) should be constrained",
		"long_link": "https://cplusplus.github.io/LWG/issue2874",
		"link": "https://wg21.link/lwg2874",
		"section": "20.3.2.2.2 [util.smartptr.shared.const]",
		"status": "C++17",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2020-09-06"
	},
	"LWG2875": {
		"type": "issue",
		"title": "shared_ptr::shared_ptr(Y*, D, […]) constructors should be constrained",
		"long_link": "https://cplusplus.github.io/LWG/issue2875",
		"link": "https://wg21.link/lwg2875",
		"section": "20.3.2.2.2 [util.smartptr.shared.const]",
		"status": "C++17",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2020-09-06"
	},
	"LWG2876": {
		"type": "issue",
		"title": "shared_ptr::shared_ptr(const weak_ptr<Y>&) constructor should be constrained",
		"long_link": "https://cplusplus.github.io/LWG/issue2876",
		"link": "https://wg21.link/lwg2876",
		"section": "20.3.2.2.2 [util.smartptr.shared.const]",
		"status": "C++17",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2020-09-06"
	},
	"LWG2877": {
		"type": "issue",
		"title": "Strengthen meaning of \"empty shared_ptr<T>\" in dynamic_pointer_cast",
		"long_link": "https://cplusplus.github.io/LWG/issue2877",
		"link": "https://wg21.link/lwg2877",
		"section": "20.3.2.2.10 [util.smartptr.shared.cast]",
		"status": "Resolved",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2020-09-06"
	},
	"LWG2878": {
		"type": "issue",
		"title": "Missing DefaultConstructible requirement for istream_iterator default constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue2878",
		"link": "https://wg21.link/lwg2878",
		"section": "24.6.2.2 [istream.iterator.cons]",
		"status": "C++17",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2020-09-06"
	},
	"LWG2879": {
		"type": "issue",
		"title": "Removing C dependencies from signal handler wording",
		"long_link": "https://cplusplus.github.io/LWG/issue2879",
		"link": "https://wg21.link/lwg2879",
		"section": "17.14.4 [csignal.syn], 17.5 [support.start.term]",
		"status": "Resolved",
		"submitter": "Canada",
		"opened": "2017-02-03",
		"last_modified": "2020-09-06"
	},
	"LWG2880": {
		"type": "issue",
		"title": "Relax complexity specifications for non-sequenced policies",
		"long_link": "https://cplusplus.github.io/LWG/issue2880",
		"link": "https://wg21.link/lwg2880",
		"section": "26.3.3 [algorithms.parallel.exec]",
		"status": "Resolved",
		"submitter": "Switzerland",
		"opened": "2017-02-03",
		"last_modified": "2017-06-26"
	},
	"LWG2881": {
		"type": "issue",
		"title": "Adopt section III of P0308R0",
		"long_link": "https://cplusplus.github.io/LWG/issue2881",
		"link": "https://wg21.link/lwg2881",
		"section": "22.6.3 [variant.variant]",
		"status": "New",
		"submitter": "Switzerland",
		"opened": "2017-02-03",
		"last_modified": "2020-09-06",
		"papers": [
			"P0308R0"
		]
	},
	"LWG2882": {
		"type": "issue",
		"title": "Clarify variant construction",
		"long_link": "https://cplusplus.github.io/LWG/issue2882",
		"link": "https://wg21.link/lwg2882",
		"section": "22.6.3.2 [variant.ctor]",
		"status": "Resolved",
		"submitter": "Switzerland",
		"opened": "2017-02-03",
		"last_modified": "2020-09-06"
	},
	"LWG2883": {
		"type": "issue",
		"title": "The standard library should provide string_view parameters instead or in addition for functions defined with char const * or string const & as parameter types.",
		"long_link": "https://cplusplus.github.io/LWG/issue2883",
		"link": "https://wg21.link/lwg2883",
		"section": "27.3 [string.view]",
		"status": "LEWG",
		"submitter": "Switzerland",
		"opened": "2017-02-03",
		"last_modified": "2025-10-21",
		"github_url": "https://github.com/cplusplus/papers/issues/2484"
	},
	"LWG2884": {
		"type": "issue",
		"title": "Relational operators for containers should sfinae; if the underlying type is not comparable, neither should the container be",
		"long_link": "https://cplusplus.github.io/LWG/issue2884",
		"link": "https://wg21.link/lwg2884",
		"section": "23 [containers], 22 [utilities]",
		"status": "LEWG",
		"submitter": "Finland",
		"opened": "2017-02-03",
		"last_modified": "2025-10-21",
		"github_url": "https://github.com/cplusplus/papers/issues/2482"
	},
	"LWG2885": {
		"type": "issue",
		"title": "The relational operators of optional and variant completely reflect the semantics of the element types — this is inconsistent with other types in the library",
		"long_link": "https://cplusplus.github.io/LWG/issue2885",
		"link": "https://wg21.link/lwg2885",
		"section": "23 [containers], 22 [utilities]",
		"status": "NAD",
		"submitter": "Finland",
		"opened": "2017-02-03",
		"last_modified": "2025-10-16",
		"github_url": "https://github.com/cplusplus/papers/issues/2479"
	},
	"LWG2886": {
		"type": "issue",
		"title": "Keep the empty() functions in any",
		"long_link": "https://cplusplus.github.io/LWG/issue2886",
		"link": "https://wg21.link/lwg2886",
		"section": "22.7.4.5 [any.observers]",
		"status": "NAD",
		"submitter": "Finland",
		"opened": "2017-02-03",
		"last_modified": "2020-09-06"
	},
	"LWG2887": {
		"type": "issue",
		"title": "Revert the changes from P0156R0: variadic lock_guard",
		"long_link": "https://cplusplus.github.io/LWG/issue2887",
		"link": "https://wg21.link/lwg2887",
		"section": "32.6.5.2 [thread.lock.guard]",
		"status": "Resolved",
		"submitter": "Finland, Great Britain",
		"opened": "2017-02-03",
		"last_modified": "2017-04-22",
		"papers": [
			"P0156R0"
		]
	},
	"LWG2888": {
		"type": "issue",
		"title": "Variables of library tag types need to be inline variables",
		"long_link": "https://cplusplus.github.io/LWG/issue2888",
		"link": "https://wg21.link/lwg2888",
		"section": "22 [utilities], 32 [thread]",
		"status": "Resolved",
		"submitter": "Finland",
		"opened": "2017-02-03",
		"last_modified": "2017-03-20"
	},
	"LWG2889": {
		"type": "issue",
		"title": "Mark constexpr global variables as inline",
		"long_link": "https://cplusplus.github.io/LWG/issue2889",
		"link": "https://wg21.link/lwg2889",
		"section": "22 [utilities], 26.3.6 [execpol]",
		"status": "Resolved",
		"submitter": "Great Britain",
		"opened": "2017-02-03",
		"last_modified": "2017-03-20"
	},
	"LWG2890": {
		"type": "issue",
		"title": "The definition of 'object state' applies only to class types",
		"long_link": "https://cplusplus.github.io/LWG/issue2890",
		"link": "https://wg21.link/lwg2890",
		"section": "99 [defns.obj.state]",
		"status": "C++17",
		"submitter": "Great Britain",
		"opened": "2017-02-03",
		"last_modified": "2020-09-06"
	},
	"LWG2891": {
		"type": "issue",
		"title": "Relax library requirements on volatile types",
		"long_link": "https://cplusplus.github.io/LWG/issue2891",
		"link": "https://wg21.link/lwg2891",
		"section": "16.4.6 [conforming]",
		"status": "NAD",
		"submitter": "Great Britain",
		"opened": "2017-02-03",
		"last_modified": "2017-07-15"
	},
	"LWG2892": {
		"type": "issue",
		"title": "Relax the prohibition on libraries adding constexpr",
		"long_link": "https://cplusplus.github.io/LWG/issue2892",
		"link": "https://wg21.link/lwg2892",
		"section": "16.4.6.7 [constexpr.functions]",
		"status": "NAD",
		"submitter": "Great Britain",
		"opened": "2017-02-03",
		"last_modified": "2020-09-06"
	},
	"LWG2893": {
		"type": "issue",
		"title": "Parsing Hexadecimally in P0067R4",
		"long_link": "https://cplusplus.github.io/LWG/issue2893",
		"link": "https://wg21.link/lwg2893",
		"section": "22 [utilities]",
		"status": "NAD",
		"submitter": "Great Britain",
		"opened": "2017-02-03",
		"last_modified": "2020-09-06",
		"papers": [
			"P0067R4"
		]
	},
	"LWG2894": {
		"type": "issue",
		"title": "The function template std::apply() is required to be constexpr, but std::invoke() isn't",
		"long_link": "https://cplusplus.github.io/LWG/issue2894",
		"link": "https://wg21.link/lwg2894",
		"section": "22.10.5 [func.invoke]",
		"status": "Resolved",
		"submitter": "Great Britain",
		"opened": "2017-02-03",
		"last_modified": "2020-09-06"
	},
	"LWG2895": {
		"type": "issue",
		"title": "Passing function types to result_of and is_callable",
		"long_link": "https://cplusplus.github.io/LWG/issue2895",
		"link": "https://wg21.link/lwg2895",
		"section": "21.3.8 [meta.rel]",
		"status": "Resolved",
		"submitter": "Great Britain",
		"opened": "2017-02-03",
		"last_modified": "2020-09-06"
	},
	"LWG2896": {
		"type": "issue",
		"title": "The contents of <codecvt> are underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue2896",
		"link": "https://wg21.link/lwg2896",
		"section": "99 [depr.locale.stdcvt]",
		"status": "Dup",
		"submitter": "Great Britain",
		"opened": "2017-02-03",
		"last_modified": "2017-04-22"
	},
	"LWG2897": {
		"type": "issue",
		"title": "array::iterator and array::const_iterator should be literal types",
		"long_link": "https://cplusplus.github.io/LWG/issue2897",
		"link": "https://wg21.link/lwg2897",
		"section": "23.3.3.1 [array.overview]",
		"status": "Resolved",
		"submitter": "Russia",
		"opened": "2017-02-03",
		"last_modified": "2020-09-06"
	},
	"LWG2898": {
		"type": "issue",
		"title": "Prefer not to use member typedefs as constructor parameters",
		"long_link": "https://cplusplus.github.io/LWG/issue2898",
		"link": "https://wg21.link/lwg2898",
		"section": "16 [library]",
		"status": "NAD",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2017-06-02"
	},
	"LWG2899": {
		"type": "issue",
		"title": "is_(nothrow_)move_constructible and tuple, optional and unique_ptr",
		"long_link": "https://cplusplus.github.io/LWG/issue2899",
		"link": "https://wg21.link/lwg2899",
		"section": "22.4 [tuple], 22.5 [optional], 20.3.1.3.2 [unique.ptr.single.ctor]",
		"status": "C++20",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2021-02-25"
	},
	"LWG2900": {
		"type": "issue",
		"title": "The copy and move constructors of optional are not constexpr",
		"long_link": "https://cplusplus.github.io/LWG/issue2900",
		"link": "https://wg21.link/lwg2900",
		"section": "22.5.3 [optional.optional]",
		"status": "C++17",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2020-09-06"
	},
	"LWG2901": {
		"type": "issue",
		"title": "Variants cannot properly support allocators",
		"long_link": "https://cplusplus.github.io/LWG/issue2901",
		"link": "https://wg21.link/lwg2901",
		"section": "22.6.3 [variant.variant]",
		"status": "C++17",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2020-09-06"
	},
	"LWG2902": {
		"type": "issue",
		"title": "variant should only support complete types",
		"long_link": "https://cplusplus.github.io/LWG/issue2902",
		"link": "https://wg21.link/lwg2902",
		"section": "22.6.3 [variant.variant]",
		"status": "NAD",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2020-09-06"
	},
	"LWG2903": {
		"type": "issue",
		"title": "The form of initialization for the emplace-constructors is not specified",
		"long_link": "https://cplusplus.github.io/LWG/issue2903",
		"link": "https://wg21.link/lwg2903",
		"section": "22.6.3.2 [variant.ctor]",
		"status": "C++17",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2020-09-06"
	},
	"LWG2904": {
		"type": "issue",
		"title": "Make variant move-assignment more exception safe",
		"long_link": "https://cplusplus.github.io/LWG/issue2904",
		"link": "https://wg21.link/lwg2904",
		"section": "22.6.3.4 [variant.assign]",
		"status": "C++17",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2020-09-06"
	},
	"LWG2905": {
		"type": "issue",
		"title": "is_constructible_v<unique_ptr<P, D>, P, D const &> should be false when D is not copy constructible",
		"long_link": "https://cplusplus.github.io/LWG/issue2905",
		"link": "https://wg21.link/lwg2905",
		"section": "20.3.1.3.2 [unique.ptr.single.ctor]",
		"status": "C++17",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2017-07-30"
	},
	"LWG2906": {
		"type": "issue",
		"title": "There is no ability to supply an allocator for the control block when constructing a shared_ptr from a unique_ptr",
		"long_link": "https://cplusplus.github.io/LWG/issue2906",
		"link": "https://wg21.link/lwg2906",
		"section": "20.3.2.2.2 [util.smartptr.shared.const]",
		"status": "New",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2017-07-15"
	},
	"LWG2907": {
		"type": "issue",
		"title": "Semantics for destroying the deleter and the control-block of a shared_ptr are unclear",
		"long_link": "https://cplusplus.github.io/LWG/issue2907",
		"link": "https://wg21.link/lwg2907",
		"section": "20.3.2.2.3 [util.smartptr.shared.dest]",
		"status": "NAD",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2025-03-18"
	},
	"LWG2908": {
		"type": "issue",
		"title": "The less-than operator for shared pointers could do more",
		"long_link": "https://cplusplus.github.io/LWG/issue2908",
		"link": "https://wg21.link/lwg2908",
		"section": "20.3.2.2.8 [util.smartptr.shared.cmp]",
		"status": "C++17",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2020-09-06"
	},
	"LWG2909": {
		"type": "issue",
		"title": "User specializations of is_execution_policy should be ill-formed",
		"long_link": "https://cplusplus.github.io/LWG/issue2909",
		"link": "https://wg21.link/lwg2909",
		"section": "26.3.6.2 [execpol.type]",
		"status": "NAD",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2017-07-16"
	},
	"LWG2910": {
		"type": "issue",
		"title": "Template deduction and integral_constant",
		"long_link": "https://cplusplus.github.io/LWG/issue2910",
		"link": "https://wg21.link/lwg2910",
		"section": "21.3.3 [meta.type.synop]",
		"status": "Dup",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2020-09-06"
	},
	"LWG2911": {
		"type": "issue",
		"title": "An is_aggregate type trait is needed",
		"long_link": "https://cplusplus.github.io/LWG/issue2911",
		"link": "https://wg21.link/lwg2911",
		"section": "21.3.6.4 [meta.unary.prop]",
		"status": "C++17",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2020-09-06"
	},
	"LWG2912": {
		"type": "issue",
		"title": "Add a deduction guide for class template duration",
		"long_link": "https://cplusplus.github.io/LWG/issue2912",
		"link": "https://wg21.link/lwg2912",
		"section": "30.5 [time.duration]",
		"status": "Resolved",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2020-09-06"
	},
	"LWG2913": {
		"type": "issue",
		"title": "Containers need deduction guides",
		"long_link": "https://cplusplus.github.io/LWG/issue2913",
		"link": "https://wg21.link/lwg2913",
		"section": "23 [containers]",
		"status": "Resolved",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2017-03-20"
	},
	"LWG2914": {
		"type": "issue",
		"title": "std::array does not support class-template deduction from initializers",
		"long_link": "https://cplusplus.github.io/LWG/issue2914",
		"link": "https://wg21.link/lwg2914",
		"section": "23.3.2 [array.syn]",
		"status": "Resolved",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2020-09-06"
	},
	"LWG2915": {
		"type": "issue",
		"title": "The three container adapters should each have a deduction guide",
		"long_link": "https://cplusplus.github.io/LWG/issue2915",
		"link": "https://wg21.link/lwg2915",
		"section": "23.6 [container.adaptors]",
		"status": "Resolved",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2017-03-20"
	},
	"LWG2916": {
		"type": "issue",
		"title": "Insert iterators should each have an instantiation guide to initialize from a container",
		"long_link": "https://cplusplus.github.io/LWG/issue2916",
		"link": "https://wg21.link/lwg2916",
		"section": "24.5.2 [insert.iterators]",
		"status": "NAD",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2020-09-06"
	},
	"LWG2917": {
		"type": "issue",
		"title": "Parallel algorithms cannot easily work with InputIterators",
		"long_link": "https://cplusplus.github.io/LWG/issue2917",
		"link": "https://wg21.link/lwg2917",
		"section": "26 [algorithms], 26.10 [numeric.ops]",
		"status": "Resolved",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2020-09-06"
	},
	"LWG2918": {
		"type": "issue",
		"title": "Possible need for extra storage in inner_product",
		"long_link": "https://cplusplus.github.io/LWG/issue2918",
		"link": "https://wg21.link/lwg2918",
		"section": "26.10.5 [inner.product]",
		"status": "Resolved",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2017-03-20"
	},
	"LWG2919": {
		"type": "issue",
		"title": "The specification for adjacent_difference has baked-in sequential semantics",
		"long_link": "https://cplusplus.github.io/LWG/issue2919",
		"link": "https://wg21.link/lwg2919",
		"section": "26.10.12 [adjacent.difference]",
		"status": "Resolved",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2020-09-06"
	},
	"LWG2920": {
		"type": "issue",
		"title": "Add a deduction guide for creating a shared_future from a future rvalue",
		"long_link": "https://cplusplus.github.io/LWG/issue2920",
		"link": "https://wg21.link/lwg2920",
		"section": "32.10.8 [futures.shared.future]",
		"status": "Resolved",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2021-06-06"
	},
	"LWG2921": {
		"type": "issue",
		"title": "packaged_task and type-erased allocators",
		"long_link": "https://cplusplus.github.io/LWG/issue2921",
		"link": "https://wg21.link/lwg2921",
		"section": "32.10.10 [futures.task]",
		"status": "C++17",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2025-06-23"
	},
	"LWG2922": {
		"type": "issue",
		"title": "The *_constant<> templates do not make use of template<auto>",
		"long_link": "https://cplusplus.github.io/LWG/issue2922",
		"link": "https://wg21.link/lwg2922",
		"section": "21.3.3 [meta.type.synop]",
		"status": "Resolved",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2025-10-16"
	},
	"LWG2923": {
		"type": "issue",
		"title": "noexcept is inconsistently applied across headers which import components of the C standard library",
		"long_link": "https://cplusplus.github.io/LWG/issue2923",
		"link": "https://wg21.link/lwg2923",
		"section": "29.7.1 [cmath.syn]",
		"status": "New",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2017-07-15"
	},
	"LWG2924": {
		"type": "issue",
		"title": "An ExecutionPolicy overload for inner_product() seems impractical",
		"long_link": "https://cplusplus.github.io/LWG/issue2924",
		"link": "https://wg21.link/lwg2924",
		"section": "26.10 [numeric.ops]",
		"status": "Resolved",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2017-03-20"
	},
	"LWG2925": {
		"type": "issue",
		"title": "Template argument deduction is not used in the standard library",
		"long_link": "https://cplusplus.github.io/LWG/issue2925",
		"link": "https://wg21.link/lwg2925",
		"section": "16 [library]",
		"status": "Resolved",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2020-09-06"
	},
	"LWG2926": {
		"type": "issue",
		"title": "INVOKE(f, t1, t2,... tN) and INVOKE(f, t1, t2,... tN, R) are too similar",
		"long_link": "https://cplusplus.github.io/LWG/issue2926",
		"link": "https://wg21.link/lwg2926",
		"section": "22.10.4 [func.require]",
		"status": "Resolved",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2017-03-20"
	},
	"LWG2927": {
		"type": "issue",
		"title": "Encoding a functor and argument types as a function signature for is_callable and result_of is fragile",
		"long_link": "https://cplusplus.github.io/LWG/issue2927",
		"link": "https://wg21.link/lwg2927",
		"section": "21.3.3 [meta.type.synop], 21.3.8 [meta.rel]",
		"status": "Resolved",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2017-03-21"
	},
	"LWG2928": {
		"type": "issue",
		"title": "is_callable is not a good name",
		"long_link": "https://cplusplus.github.io/LWG/issue2928",
		"link": "https://wg21.link/lwg2928",
		"section": "21.3.3 [meta.type.synop], 21.3.8 [meta.rel]",
		"status": "Resolved",
		"submitter": "United States",
		"opened": "2017-02-03",
		"last_modified": "2020-09-06"
	},
	"LWG2929": {
		"type": "issue",
		"title": "basic_string misuses \"Effects: Equivalent to\"",
		"long_link": "https://cplusplus.github.io/LWG/issue2929",
		"link": "https://wg21.link/lwg2929",
		"section": "27.4.3.7.3 [string.assign]",
		"status": "Resolved",
		"submitter": "Jonathan Wakely",
		"opened": "2017-02-03",
		"last_modified": "2020-09-06"
	},
	"LWG2930": {
		"type": "issue",
		"title": "Are implementations allowed to split non-member functions into several overloads?",
		"long_link": "https://cplusplus.github.io/LWG/issue2930",
		"link": "https://wg21.link/lwg2930",
		"section": "16.4.6.4 [global.functions]",
		"status": "NAD",
		"submitter": "Morwenn",
		"opened": "2017-02-04",
		"last_modified": "2017-03-14"
	},
	"LWG2931": {
		"type": "issue",
		"title": "Missed optimization opportunity with single-argument std::next",
		"long_link": "https://cplusplus.github.io/LWG/issue2931",
		"link": "https://wg21.link/lwg2931",
		"section": "24.4.3 [iterator.operations]",
		"status": "Open",
		"submitter": "Morwenn",
		"opened": "2017-02-04",
		"last_modified": "2018-12-03"
	},
	"LWG2932": {
		"type": "issue",
		"title": "Constraints on parallel algorithm implementations are underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue2932",
		"link": "https://wg21.link/lwg2932",
		"section": "26.3.3 [algorithms.parallel.exec]",
		"status": "C++20",
		"submitter": "Dietmar Kühl",
		"opened": "2017-02-05",
		"last_modified": "2021-02-25"
	},
	"LWG2933": {
		"type": "issue",
		"title": "PR for LWG 2773 could be clearer",
		"long_link": "https://cplusplus.github.io/LWG/issue2933",
		"link": "https://wg21.link/lwg2933",
		"section": "22.4.5 [tuple.creation]",
		"status": "Resolved",
		"submitter": "Eric Fiselier",
		"opened": "2017-02-06",
		"last_modified": "2024-07-25"
	},
	"LWG2934": {
		"type": "issue",
		"title": "optional<const T> doesn't compare with T",
		"long_link": "https://cplusplus.github.io/LWG/issue2934",
		"link": "https://wg21.link/lwg2934",
		"section": "22.5.9 [optional.comp.with.t]",
		"status": "C++17",
		"submitter": "Ville Voutilainen",
		"opened": "2017-02-17",
		"last_modified": "2021-06-06"
	},
	"LWG2935": {
		"type": "issue",
		"title": "What should create_directories do when p already exists but is not a directory?",
		"long_link": "https://cplusplus.github.io/LWG/issue2935",
		"link": "https://wg21.link/lwg2935",
		"section": "31.12.13.7 [fs.op.create.directories], 31.12.13.8 [fs.op.create.directory]",
		"status": "C++20",
		"submitter": "Billy Robert O'Neal III",
		"opened": "2017-02-15",
		"last_modified": "2021-06-06"
	},
	"LWG2936": {
		"type": "issue",
		"title": "Path comparison is defined in terms of the generic format",
		"long_link": "https://cplusplus.github.io/LWG/issue2936",
		"link": "https://wg21.link/lwg2936",
		"section": "31.12.6.5.8 [fs.path.compare]",
		"status": "C++20",
		"submitter": "Billy Robert O'Neal III",
		"opened": "2017-02-21",
		"last_modified": "2021-02-25"
	},
	"LWG2937": {
		"type": "issue",
		"title": "Is equivalent(\"existing_thing\", \"not_existing_thing\") an error?",
		"long_link": "https://cplusplus.github.io/LWG/issue2937",
		"link": "https://wg21.link/lwg2937",
		"section": "31.12.13.13 [fs.op.equivalent]",
		"status": "C++20",
		"submitter": "Billy Robert O'Neal III",
		"opened": "2017-02-27",
		"last_modified": "2021-02-25"
	},
	"LWG2938": {
		"type": "issue",
		"title": "basic_string_view::const_iterator should be literal types",
		"long_link": "https://cplusplus.github.io/LWG/issue2938",
		"link": "https://wg21.link/lwg2938",
		"section": "27.3.3 [string.view.template]",
		"status": "Resolved",
		"submitter": "Antony Polukhin",
		"opened": "2017-03-01",
		"last_modified": "2020-09-06"
	},
	"LWG2939": {
		"type": "issue",
		"title": "Some type-completeness constraints of traits are overspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue2939",
		"link": "https://wg21.link/lwg2939",
		"section": "21.3.3 [meta.type.synop]",
		"status": "Open",
		"submitter": "Daniel Krügler",
		"opened": "2017-03-02",
		"last_modified": "2024-08-21"
	},
	"LWG2940": {
		"type": "issue",
		"title": "result_of specification also needs a little cleanup",
		"long_link": "https://cplusplus.github.io/LWG/issue2940",
		"link": "https://wg21.link/lwg2940",
		"section": "D.13 [depr.meta.types]",
		"status": "C++20",
		"submitter": "Daniel Krügler",
		"opened": "2017-03-04",
		"last_modified": "2021-02-25"
	},
	"LWG2941": {
		"type": "issue",
		"title": "§[thread.req.timing] wording should apply to both member and namespace-level functions",
		"long_link": "https://cplusplus.github.io/LWG/issue2941",
		"link": "https://wg21.link/lwg2941",
		"section": "32.2.4 [thread.req.timing]",
		"status": "C++20",
		"submitter": "Jonathan Mcdougall",
		"opened": "2017-03-07",
		"last_modified": "2021-02-25"
	},
	"LWG2942": {
		"type": "issue",
		"title": "LWG 2873's resolution missed weak_ptr::owner_before",
		"long_link": "https://cplusplus.github.io/LWG/issue2942",
		"link": "https://wg21.link/lwg2942",
		"section": "20.3.2.3.6 [util.smartptr.weak.obs]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2017-03-09",
		"last_modified": "2021-02-25"
	},
	"LWG2943": {
		"type": "issue",
		"title": "Problematic specification of the wide version of basic_filebuf::open",
		"long_link": "https://cplusplus.github.io/LWG/issue2943",
		"link": "https://wg21.link/lwg2943",
		"section": "31.10.3.4 [filebuf.members]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2017-03-09",
		"last_modified": "2021-02-25"
	},
	"LWG2944": {
		"type": "issue",
		"title": "LWG 2905 accidentally removed requirement that construction of the deleter doesn't throw an exception",
		"long_link": "https://cplusplus.github.io/LWG/issue2944",
		"link": "https://wg21.link/lwg2944",
		"section": "20.3.1.3.2 [unique.ptr.single.ctor]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2017-03-11",
		"last_modified": "2021-02-25"
	},
	"LWG2945": {
		"type": "issue",
		"title": "Order of template parameters in optional comparisons",
		"long_link": "https://cplusplus.github.io/LWG/issue2945",
		"link": "https://wg21.link/lwg2945",
		"section": "22.5.9 [optional.comp.with.t]",
		"status": "C++20",
		"submitter": "Jonathan Wakely",
		"opened": "2017-03-13",
		"last_modified": "2021-06-06"
	},
	"LWG2946": {
		"type": "issue",
		"title": "LWG 2758's resolution missed further corrections",
		"long_link": "https://cplusplus.github.io/LWG/issue2946",
		"link": "https://wg21.link/lwg2946",
		"section": "27.4.3.3 [string.cons], 27.4.3.7.2 [string.append], 27.4.3.7.3 [string.assign], 27.4.3.8 [string.ops]",
		"status": "C++20",
		"submitter": "Daniel Krügler",
		"opened": "2017-03-17",
		"last_modified": "2021-02-25"
	},
	"LWG2947": {
		"type": "issue",
		"title": "Clarify several filesystem terms",
		"long_link": "https://cplusplus.github.io/LWG/issue2947",
		"link": "https://wg21.link/lwg2947",
		"section": "31.12.8.1 [fs.enum.path.format], 31.12.11 [fs.class.directory.iterator], 31.12.13.4 [fs.op.copy]",
		"status": "New",
		"submitter": "Thomas Köppe",
		"opened": "2017-03-14",
		"last_modified": "2023-02-07"
	},
	"LWG2948": {
		"type": "issue",
		"title": "unique_ptr does not define operator<< for stream output",
		"long_link": "https://cplusplus.github.io/LWG/issue2948",
		"link": "https://wg21.link/lwg2948",
		"section": "20.3.1 [unique.ptr]",
		"status": "C++20",
		"submitter": "Peter Dimov",
		"opened": "2017-03-19",
		"last_modified": "2021-02-25"
	},
	"LWG2949": {
		"type": "issue",
		"title": "Unclear complexity requirements: space vs. time",
		"long_link": "https://cplusplus.github.io/LWG/issue2949",
		"link": "https://wg21.link/lwg2949",
		"section": "16 [library]",
		"status": "New",
		"submitter": "Jens Maurer",
		"opened": "2017-03-20",
		"last_modified": "2017-07-15"
	},
	"LWG2950": {
		"type": "issue",
		"title": "std::byte operations are misspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue2950",
		"link": "https://wg21.link/lwg2950",
		"section": "17.2.5 [support.types.byteops]",
		"status": "C++20",
		"submitter": "Thomas Köppe",
		"opened": "2017-03-24",
		"last_modified": "2021-02-25"
	},
	"LWG2951": {
		"type": "issue",
		"title": "iterator_traits should SFINAE for void* and function pointers",
		"long_link": "https://cplusplus.github.io/LWG/issue2951",
		"link": "https://wg21.link/lwg2951",
		"section": "24.3.2.3 [iterator.traits]",
		"status": "Resolved",
		"submitter": "Billy Robert O'Neal III",
		"opened": "2017-03-24",
		"last_modified": "2020-09-06"
	},
	"LWG2952": {
		"type": "issue",
		"title": "iterator_traits should work for pointers to cv T",
		"long_link": "https://cplusplus.github.io/LWG/issue2952",
		"link": "https://wg21.link/lwg2952",
		"section": "24.3.2.3 [iterator.traits]",
		"status": "C++20",
		"submitter": "Billy Robert O'Neal III",
		"opened": "2017-03-27",
		"last_modified": "2021-02-25"
	},
	"LWG2953": {
		"type": "issue",
		"title": "LWG 2853 should apply to deque::erase too",
		"long_link": "https://cplusplus.github.io/LWG/issue2953",
		"link": "https://wg21.link/lwg2953",
		"section": "23.3.5.4 [deque.modifiers]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2017-03-30",
		"last_modified": "2021-02-25"
	},
	"LWG2954": {
		"type": "issue",
		"title": "Specialization of the convenience variable templates should be prohibited",
		"long_link": "https://cplusplus.github.io/LWG/issue2954",
		"link": "https://wg21.link/lwg2954",
		"section": "16.4.5 [constraints]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2017-03-31",
		"last_modified": "2021-02-25"
	},
	"LWG2955": {
		"type": "issue",
		"title": "to_chars / from_chars depend on std::string",
		"long_link": "https://cplusplus.github.io/LWG/issue2955",
		"link": "https://wg21.link/lwg2955",
		"section": "22.2 [utility]",
		"status": "Resolved",
		"submitter": "Jens Maurer",
		"opened": "2017-04-11",
		"last_modified": "2017-07-16"
	},
	"LWG2956": {
		"type": "issue",
		"title": "filesystem::canonical() still defined in terms of absolute(p, base)",
		"long_link": "https://cplusplus.github.io/LWG/issue2956",
		"link": "https://wg21.link/lwg2956",
		"section": "31.12.13.3 [fs.op.canonical]",
		"status": "C++17",
		"submitter": "Sergey Zubkov",
		"opened": "2017-04-21",
		"last_modified": "2020-09-06"
	},
	"LWG2957": {
		"type": "issue",
		"title": "bind's specification doesn't apply the cv-qualification of the call wrapper to the callable object",
		"long_link": "https://cplusplus.github.io/LWG/issue2957",
		"link": "https://wg21.link/lwg2957",
		"section": "22.10.15.4 [func.bind.bind]",
		"status": "Resolved",
		"submitter": "Tim Song",
		"opened": "2017-05-04",
		"last_modified": "2020-09-06"
	},
	"LWG2958": {
		"type": "issue",
		"title": "Moves improperly defined as deleted",
		"long_link": "https://cplusplus.github.io/LWG/issue2958",
		"link": "https://wg21.link/lwg2958",
		"section": "22.3.2 [pairs.pair], 22.4.4.3 [tuple.assign]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2017-05-05",
		"last_modified": "2021-02-25"
	},
	"LWG2959": {
		"type": "issue",
		"title": "char_traits<char16_t>::eof is a valid UTF-16 code unit",
		"long_link": "https://cplusplus.github.io/LWG/issue2959",
		"link": "https://wg21.link/lwg2959",
		"section": "27.2.4.4 [char.traits.specializations.char16.t]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2017-05-05",
		"last_modified": "2019-04-02",
		"github_url": "https://github.com/cplusplus/papers/issues/1572"
	},
	"LWG2960": {
		"type": "issue",
		"title": "[fund.ts.v3] nonesuch is insufficiently useless",
		"long_link": "https://cplusplus.github.io/LWG/issue2960",
		"link": "https://wg21.link/lwg2960",
		"section": "6.3 [fund.ts.v3::meta]",
		"status": "WP",
		"submitter": "Tim Song",
		"opened": "2017-05-08",
		"last_modified": "2026-02-21"
	},
	"LWG2961": {
		"type": "issue",
		"title": "Bad postcondition for set_default_resource",
		"long_link": "https://cplusplus.github.io/LWG/issue2961",
		"link": "https://wg21.link/lwg2961",
		"section": "20.5.4 [mem.res.global]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2017-05-09",
		"last_modified": "2021-02-25"
	},
	"LWG2962": {
		"type": "issue",
		"title": "Iterators of Containers of move-only types do not model InputIterator",
		"long_link": "https://cplusplus.github.io/LWG/issue2962",
		"link": "https://wg21.link/lwg2962",
		"section": "24.3.5.3 [input.iterators]",
		"status": "Open",
		"submitter": "Gašper Ažman",
		"opened": "2017-05-10",
		"last_modified": "2025-10-15"
	},
	"LWG2963": {
		"type": "issue",
		"title": "Algorithms with underspecified iterator requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue2963",
		"link": "https://wg21.link/lwg2963",
		"section": "26 [algorithms], 29 [numerics]",
		"status": "New",
		"submitter": "Gašper Ažman",
		"opened": "2017-05-10",
		"last_modified": "2017-07-12"
	},
	"LWG2964": {
		"type": "issue",
		"title": "Apparently redundant requirement for dynamic_pointer_cast",
		"long_link": "https://cplusplus.github.io/LWG/issue2964",
		"link": "https://wg21.link/lwg2964",
		"section": "20.3.2.2.10 [util.smartptr.shared.cast]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2017-05-11",
		"last_modified": "2021-02-25"
	},
	"LWG2965": {
		"type": "issue",
		"title": "Non-existing path::native_string() in filesystem_error::what() specification",
		"long_link": "https://cplusplus.github.io/LWG/issue2965",
		"link": "https://wg21.link/lwg2965",
		"section": "31.12.7.2 [fs.filesystem.error.members]",
		"status": "C++20",
		"submitter": "Daniel Krügler",
		"opened": "2017-05-22",
		"last_modified": "2021-06-06"
	},
	"LWG2966": {
		"type": "issue",
		"title": "Incomplete resolution of US 74",
		"long_link": "https://cplusplus.github.io/LWG/issue2966",
		"link": "https://wg21.link/lwg2966",
		"section": "31.12.6.5.6 [fs.path.native.obs]",
		"status": "C++20",
		"submitter": "Jonathan Wakely",
		"opened": "2017-05-25",
		"last_modified": "2021-02-25"
	},
	"LWG2967": {
		"type": "issue",
		"title": "std::equal on empty ranges",
		"long_link": "https://cplusplus.github.io/LWG/issue2967",
		"link": "https://wg21.link/lwg2967",
		"section": "26.6.13 [alg.equal]",
		"status": "NAD",
		"submitter": "Gennaro Prota",
		"opened": "2017-05-26",
		"last_modified": "2020-09-06"
	},
	"LWG2968": {
		"type": "issue",
		"title": "Inconsistencies between basic_string reserve and vector/unordered_map/unordered_set reserve functions",
		"long_link": "https://cplusplus.github.io/LWG/issue2968",
		"link": "https://wg21.link/lwg2968",
		"section": "27.4.3.5 [string.capacity]",
		"status": "Resolved",
		"submitter": "Andrew Luo",
		"opened": "2017-05-30",
		"last_modified": "2020-09-06"
	},
	"LWG2969": {
		"type": "issue",
		"title": "polymorphic_allocator::construct() shouldn't pass resource()",
		"long_link": "https://cplusplus.github.io/LWG/issue2969",
		"link": "https://wg21.link/lwg2969",
		"section": "20.5.3.3 [mem.poly.allocator.mem]",
		"status": "C++20",
		"submitter": "Pablo Halpern",
		"opened": "2017-05-30",
		"last_modified": "2021-02-25"
	},
	"LWG2970": {
		"type": "issue",
		"title": "Return type of std::visit misspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue2970",
		"link": "https://wg21.link/lwg2970",
		"section": "22.6.7 [variant.visit]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2017-05-31",
		"last_modified": "2021-02-25"
	},
	"LWG2971": {
		"type": "issue",
		"title": "variant should require Destructible types",
		"long_link": "https://cplusplus.github.io/LWG/issue2971",
		"link": "https://wg21.link/lwg2971",
		"section": "22.6.3 [variant.variant]",
		"status": "NAD",
		"submitter": "Agustín K-ballo Bergé",
		"opened": "2017-05-31",
		"last_modified": "2020-09-06"
	},
	"LWG2972": {
		"type": "issue",
		"title": "What is is_trivially_destructible_v<int>?",
		"long_link": "https://cplusplus.github.io/LWG/issue2972",
		"link": "https://wg21.link/lwg2972",
		"section": "21.3.6.4 [meta.unary.prop]",
		"status": "C++20",
		"submitter": "Richard Smith",
		"opened": "2017-06-01",
		"last_modified": "2021-02-25"
	},
	"LWG2973": {
		"type": "issue",
		"title": "inplace_merge exact comparison count complexity prohibits useful real-world optimizations",
		"long_link": "https://cplusplus.github.io/LWG/issue2973",
		"link": "https://wg21.link/lwg2973",
		"section": "26.8.6 [alg.merge]",
		"status": "LEWG",
		"submitter": "Billy Robert O'Neal III",
		"opened": "2017-06-08",
		"last_modified": "2025-10-21",
		"github_url": "https://github.com/cplusplus/papers/issues/2483"
	},
	"LWG2974": {
		"type": "issue",
		"title": "Diagnose out of bounds tuple_element/variant_alternative",
		"long_link": "https://cplusplus.github.io/LWG/issue2974",
		"link": "https://wg21.link/lwg2974",
		"section": "22.3.4 [pair.astuple], 22.6.4 [variant.helper]",
		"status": "C++20",
		"submitter": "Agustín K-ballo Bergé",
		"opened": "2017-06-10",
		"last_modified": "2021-02-25"
	},
	"LWG2975": {
		"type": "issue",
		"title": "Missing case for pair construction in scoped and polymorphic allocators",
		"long_link": "https://cplusplus.github.io/LWG/issue2975",
		"link": "https://wg21.link/lwg2975",
		"section": "20.5.3.3 [mem.poly.allocator.mem], 20.6.4 [allocator.adaptor.members]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2017-06-13",
		"last_modified": "2021-02-25"
	},
	"LWG2976": {
		"type": "issue",
		"title": "Dangling uses_allocator specialization for packaged_task",
		"long_link": "https://cplusplus.github.io/LWG/issue2976",
		"link": "https://wg21.link/lwg2976",
		"section": "32.10.10 [futures.task], 32.10.2 [future.syn], 32.10.10.3 [futures.task.nonmembers]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2017-06-13",
		"last_modified": "2021-02-25"
	},
	"LWG2977": {
		"type": "issue",
		"title": "unordered_meow::merge() has incorrect Throws: clause",
		"long_link": "https://cplusplus.github.io/LWG/issue2977",
		"link": "https://wg21.link/lwg2977",
		"section": "23.2.8 [unord.req]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2017-06-14",
		"last_modified": "2021-02-25"
	},
	"LWG2978": {
		"type": "issue",
		"title": "Hash support for pmr::string and friends",
		"long_link": "https://cplusplus.github.io/LWG/issue2978",
		"link": "https://wg21.link/lwg2978",
		"section": "27.4.6 [basic.string.hash], 27.4.2 [string.syn]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2017-06-14",
		"last_modified": "2021-02-25"
	},
	"LWG2979": {
		"type": "issue",
		"title": "aligned_union should require complete object types",
		"long_link": "https://cplusplus.github.io/LWG/issue2979",
		"link": "https://wg21.link/lwg2979",
		"section": "21.3.9.7 [meta.trans.other]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2017-06-14",
		"last_modified": "2021-02-25"
	},
	"LWG2980": {
		"type": "issue",
		"title": "Cannot compare_exchange empty pointers",
		"long_link": "https://cplusplus.github.io/LWG/issue2980",
		"link": "https://wg21.link/lwg2980",
		"section": "99 [depr.util.smartptr.shared.atomic]",
		"status": "C++20",
		"submitter": "Alisdair Meredith",
		"opened": "2017-06-15",
		"last_modified": "2021-02-25"
	},
	"LWG2981": {
		"type": "issue",
		"title": "Remove redundant deduction guides from standard library",
		"long_link": "https://cplusplus.github.io/LWG/issue2981",
		"link": "https://wg21.link/lwg2981",
		"section": "22.10.6 [refwrap], 32.6.5.2 [thread.lock.guard], 32.6.5.3 [thread.lock.scoped], 32.6.5.4 [thread.lock.unique], 32.6.5.5 [thread.lock.shared]",
		"status": "C++20",
		"submitter": "Mike Spertus",
		"opened": "2017-06-15",
		"last_modified": "2021-02-25"
	},
	"LWG2982": {
		"type": "issue",
		"title": "Making size_type consistent in associative container deduction guides",
		"long_link": "https://cplusplus.github.io/LWG/issue2982",
		"link": "https://wg21.link/lwg2982",
		"section": "23.5.6.1 [unord.set.overview], 23.5.7.1 [unord.multiset.overview]",
		"status": "C++20",
		"submitter": "Mike Spertus",
		"opened": "2017-06-16",
		"last_modified": "2021-02-25"
	},
	"LWG2983": {
		"type": "issue",
		"title": "money_put::do_put underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue2983",
		"link": "https://wg21.link/lwg2983",
		"section": "28.3.4.7.3.3 [locale.money.put.virtuals]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2017-06-21",
		"last_modified": "2017-06-27"
	},
	"LWG2984": {
		"type": "issue",
		"title": "put_money(99) is unnecessarily undefined",
		"long_link": "https://cplusplus.github.io/LWG/issue2984",
		"link": "https://wg21.link/lwg2984",
		"section": "31.7.8 [ext.manip]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2017-06-22",
		"last_modified": "2017-06-26"
	},
	"LWG2985": {
		"type": "issue",
		"title": "std::reverse should be permitted to be vectorized",
		"long_link": "https://cplusplus.github.io/LWG/issue2985",
		"link": "https://wg21.link/lwg2985",
		"section": "26.7.10 [alg.reverse]",
		"status": "Resolved",
		"submitter": "Billy O'Neal III",
		"opened": "2017-06-24",
		"last_modified": "2025-10-16"
	},
	"LWG2986": {
		"type": "issue",
		"title": "Handling of multi-character collating elements by the regex FSM is underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue2986",
		"link": "https://wg21.link/lwg2986",
		"section": "28.6.12 [re.grammar]",
		"status": "New",
		"submitter": "Hubert Tong",
		"opened": "2017-06-25",
		"last_modified": "2017-07-12"
	},
	"LWG2987": {
		"type": "issue",
		"title": "Relationship between traits_inst.lookup_collatename and the regex FSM is underspecified with regards to ClassAtomCollatingElement",
		"long_link": "https://cplusplus.github.io/LWG/issue2987",
		"link": "https://wg21.link/lwg2987",
		"section": "28.6.12 [re.grammar]",
		"status": "New",
		"submitter": "Hubert Tong",
		"opened": "2017-06-25",
		"last_modified": "2017-07-12"
	},
	"LWG2988": {
		"type": "issue",
		"title": "Clause 32 cleanup missed one typename",
		"long_link": "https://cplusplus.github.io/LWG/issue2988",
		"link": "https://wg21.link/lwg2988",
		"section": "32.5.2 [atomics.syn]",
		"status": "C++20",
		"submitter": "Jens Maurer",
		"opened": "2017-06-25",
		"last_modified": "2021-02-25"
	},
	"LWG2989": {
		"type": "issue",
		"title": "path's stream insertion operator lets you insert everything under the sun",
		"long_link": "https://cplusplus.github.io/LWG/issue2989",
		"link": "https://wg21.link/lwg2989",
		"section": "31.12.6.7 [fs.path.io]",
		"status": "C++20",
		"submitter": "Billy O'Neal III",
		"opened": "2017-06-27",
		"last_modified": "2021-02-25"
	},
	"LWG2990": {
		"type": "issue",
		"title": "optional::value_type is not always a value type",
		"long_link": "https://cplusplus.github.io/LWG/issue2990",
		"link": "https://wg21.link/lwg2990",
		"section": "22.5.3 [optional.optional]",
		"status": "Open",
		"submitter": "Casey Carter",
		"opened": "2017-06-27",
		"last_modified": "2018-01-28"
	},
	"LWG2991": {
		"type": "issue",
		"title": "variant copy constructor missing noexcept(see below)",
		"long_link": "https://cplusplus.github.io/LWG/issue2991",
		"link": "https://wg21.link/lwg2991",
		"section": "22.6.3.2 [variant.ctor]",
		"status": "WP",
		"submitter": "Peter Dimov",
		"opened": "2017-06-27",
		"last_modified": "2025-11-11"
	},
	"LWG2992": {
		"type": "issue",
		"title": "system_category() and error_code::error_code() should be constexpr",
		"long_link": "https://cplusplus.github.io/LWG/issue2992",
		"link": "https://wg21.link/lwg2992",
		"section": "19.5.3.5 [syserr.errcat.objects], 19.5.4.2 [syserr.errcode.constructors]",
		"status": "NAD",
		"submitter": "Peter Dimov",
		"opened": "2017-06-27",
		"last_modified": "2017-07-12"
	},
	"LWG2993": {
		"type": "issue",
		"title": "reference_wrapper<T> conversion from T&&",
		"long_link": "https://cplusplus.github.io/LWG/issue2993",
		"link": "https://wg21.link/lwg2993",
		"section": "22.10.6 [refwrap]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2017-06-28",
		"last_modified": "2021-02-25"
	},
	"LWG2994": {
		"type": "issue",
		"title": "Needless UB for basic_string and basic_string_view",
		"long_link": "https://cplusplus.github.io/LWG/issue2994",
		"link": "https://wg21.link/lwg2994",
		"section": "27.2 [char.traits], 27.4.3.2 [string.require], 27.3.3 [string.view.template]",
		"status": "WP",
		"submitter": "Gennaro Prota",
		"opened": "2017-07-03",
		"last_modified": "2023-11-22"
	},
	"LWG2995": {
		"type": "issue",
		"title": "basic_stringbuf default constructor forbids it from using SSO capacity",
		"long_link": "https://cplusplus.github.io/LWG/issue2995",
		"link": "https://wg21.link/lwg2995",
		"section": "31.8.2.2 [stringbuf.cons]",
		"status": "C++20",
		"submitter": "Jonathan Wakely",
		"opened": "2017-07-07",
		"last_modified": "2021-02-25"
	},
	"LWG2996": {
		"type": "issue",
		"title": "Missing rvalue overloads for shared_ptr operations",
		"long_link": "https://cplusplus.github.io/LWG/issue2996",
		"link": "https://wg21.link/lwg2996",
		"section": "20.3.2.2 [util.smartptr.shared], 20.3.2.2.10 [util.smartptr.shared.cast]",
		"status": "C++20",
		"submitter": "Geoffrey Romer",
		"opened": "2017-07-07",
		"last_modified": "2021-02-25"
	},
	"LWG2997": {
		"type": "issue",
		"title": "LWG 491 and the specification of {forward_,}list::unique",
		"long_link": "https://cplusplus.github.io/LWG/issue2997",
		"link": "https://wg21.link/lwg2997",
		"section": "23.3.11.5 [list.ops], 23.3.7.6 [forward.list.ops]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2017-07-07",
		"last_modified": "2023-11-22"
	},
	"LWG2998": {
		"type": "issue",
		"title": "Requirements on function objects passed to {forward_,}list-specific algorithms",
		"long_link": "https://cplusplus.github.io/LWG/issue2998",
		"link": "https://wg21.link/lwg2998",
		"section": "23.3.11.5 [list.ops], 23.3.7.6 [forward.list.ops]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2017-07-07",
		"last_modified": "2023-02-07"
	},
	"LWG2999": {
		"type": "issue",
		"title": "§[thread.decaycopy] issue",
		"long_link": "https://cplusplus.github.io/LWG/issue2999",
		"link": "https://wg21.link/lwg2999",
		"section": "16.3.3.2 [expos.only.entity]",
		"status": "Resolved",
		"submitter": "Marshall Clow",
		"opened": "2017-07-11",
		"last_modified": "2023-02-07"
	},
	"LWG3000": {
		"type": "issue",
		"title": "monotonic_memory_resource::do_is_equal uses dynamic_cast unnecessarily",
		"long_link": "https://cplusplus.github.io/LWG/issue3000",
		"link": "https://wg21.link/lwg3000",
		"section": "20.5.6.3 [mem.res.monotonic.buffer.mem]",
		"status": "C++20",
		"submitter": "Pablo Halpern",
		"opened": "2017-07-14",
		"last_modified": "2021-02-25"
	},
	"LWG3001": {
		"type": "issue",
		"title": "weak_ptr::element_type needs remove_extent_t",
		"long_link": "https://cplusplus.github.io/LWG/issue3001",
		"link": "https://wg21.link/lwg3001",
		"section": "20.3.2.3 [util.smartptr.weak]",
		"status": "C++20",
		"submitter": "Stephan T. Lavavej",
		"opened": "2017-07-14",
		"last_modified": "2021-02-25"
	},
	"LWG3002": {
		"type": "issue",
		"title": "[networking.ts] basic_socket_acceptor::is_open() isn't noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue3002",
		"link": "https://wg21.link/lwg3002",
		"section": "18.9.4 [networking.ts::socket.acceptor.ops]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2017-07-14",
		"last_modified": "2026-02-21"
	},
	"LWG3003": {
		"type": "issue",
		"title": "<future> still has type-erased allocators in promise",
		"long_link": "https://cplusplus.github.io/LWG/issue3003",
		"link": "https://wg21.link/lwg3003",
		"section": "32.10.6 [futures.promise]",
		"status": "Resolved",
		"submitter": "Billy O'Neal III",
		"opened": "2017-07-16",
		"last_modified": "2025-06-23"
	},
	"LWG3004": {
		"type": "issue",
		"title": "§[string.capacity] and §[vector.capacity] should specify time complexity for capacity()",
		"long_link": "https://cplusplus.github.io/LWG/issue3004",
		"link": "https://wg21.link/lwg3004",
		"section": "27.4.3.5 [string.capacity], 23.3.13.3 [vector.capacity]",
		"status": "C++20",
		"submitter": "Andy Giese",
		"opened": "2017-07-24",
		"last_modified": "2021-02-25"
	},
	"LWG3005": {
		"type": "issue",
		"title": "Destruction order of arrays by make_shared/allocate_shared only recommended?",
		"long_link": "https://cplusplus.github.io/LWG/issue3005",
		"link": "https://wg21.link/lwg3005",
		"section": "20.3.2.2.7 [util.smartptr.shared.create]",
		"status": "C++20",
		"submitter": "Richard Smith",
		"opened": "2017-08-01",
		"last_modified": "2021-02-25"
	},
	"LWG3006": {
		"type": "issue",
		"title": "Constructing a basic_stringbuf from a string — where does the allocator come from?",
		"long_link": "https://cplusplus.github.io/LWG/issue3006",
		"link": "https://wg21.link/lwg3006",
		"section": "31.8.2.2 [stringbuf.cons]",
		"status": "Resolved",
		"submitter": "Marshall Clow",
		"opened": "2017-08-02",
		"last_modified": "2020-11-09"
	},
	"LWG3007": {
		"type": "issue",
		"title": "allocate_shared should rebind allocator to cv-unqualified value_type for construction",
		"long_link": "https://cplusplus.github.io/LWG/issue3007",
		"link": "https://wg21.link/lwg3007",
		"section": "20.3.2.2.7 [util.smartptr.shared.create]",
		"status": "C++20",
		"submitter": "Glen Joseph Fernandes",
		"opened": "2017-08-06",
		"last_modified": "2021-02-25"
	},
	"LWG3008": {
		"type": "issue",
		"title": "make_shared (sub)object destruction semantics are not specified",
		"long_link": "https://cplusplus.github.io/LWG/issue3008",
		"link": "https://wg21.link/lwg3008",
		"section": "20.3.2.2.7 [util.smartptr.shared.create]",
		"status": "C++20",
		"submitter": "Glen Joseph Fernandes",
		"opened": "2017-08-06",
		"last_modified": "2021-02-25"
	},
	"LWG3009": {
		"type": "issue",
		"title": "Including <string_view> doesn't provide std::size/empty/data",
		"long_link": "https://cplusplus.github.io/LWG/issue3009",
		"link": "https://wg21.link/lwg3009",
		"section": "24.7 [iterator.range]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2017-08-11",
		"last_modified": "2021-06-06"
	},
	"LWG3010": {
		"type": "issue",
		"title": "[networking.ts] uses_executor says \"if a type T::executor_type exists\"",
		"long_link": "https://cplusplus.github.io/LWG/issue3010",
		"link": "https://wg21.link/lwg3010",
		"section": "13.11.1 [networking.ts::async.uses.executor.trait]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2017-08-17",
		"last_modified": "2026-02-21"
	},
	"LWG3011": {
		"type": "issue",
		"title": "Requirements for assert(E) inconsistent with C",
		"long_link": "https://cplusplus.github.io/LWG/issue3011",
		"link": "https://wg21.link/lwg3011",
		"section": "19.3 [assertions]",
		"status": "Open",
		"submitter": "Jonathan Wakely",
		"opened": "2017-08-18",
		"last_modified": "2018-08-20"
	},
	"LWG3012": {
		"type": "issue",
		"title": "atomic<T> is unimplementable for non-is_trivially_copy_constructible T",
		"long_link": "https://cplusplus.github.io/LWG/issue3012",
		"link": "https://wg21.link/lwg3012",
		"section": "32.5.8 [atomics.types.generic]",
		"status": "C++20",
		"submitter": "Billy O'Neal III",
		"opened": "2017-08-16",
		"last_modified": "2021-02-25"
	},
	"LWG3013": {
		"type": "issue",
		"title": "(recursive_)directory_iterator construction and traversal should not be noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue3013",
		"link": "https://wg21.link/lwg3013",
		"section": "31.12.11.2 [fs.dir.itr.members], 31.12.12.2 [fs.rec.dir.itr.members], 31.12.13.4 [fs.op.copy], 31.12.13.20 [fs.op.is.empty]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2017-08-23",
		"last_modified": "2023-02-07"
	},
	"LWG3014": {
		"type": "issue",
		"title": "More noexcept issues with filesystem operations",
		"long_link": "https://cplusplus.github.io/LWG/issue3014",
		"link": "https://wg21.link/lwg3014",
		"section": "31.12.13.5 [fs.op.copy.file], 31.12.13.7 [fs.op.create.directories], 31.12.13.32 [fs.op.remove.all]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2017-08-23",
		"last_modified": "2021-06-06"
	},
	"LWG3015": {
		"type": "issue",
		"title": "copy_options::unspecified underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue3015",
		"link": "https://wg21.link/lwg3015",
		"section": "31.12.13.4 [fs.op.copy]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2017-08-24",
		"last_modified": "2021-02-25"
	},
	"LWG3016": {
		"type": "issue",
		"title": "optional and over-aligned types",
		"long_link": "https://cplusplus.github.io/LWG/issue3016",
		"link": "https://wg21.link/lwg3016",
		"section": "22.5.3 [optional.optional]",
		"status": "NAD",
		"submitter": "Tim Song",
		"opened": "2017-09-04",
		"last_modified": "2020-09-06"
	},
	"LWG3017": {
		"type": "issue",
		"title": "list splice functions should use addressof",
		"long_link": "https://cplusplus.github.io/LWG/issue3017",
		"link": "https://wg21.link/lwg3017",
		"section": "23.3.7.6 [forward.list.ops], 23.3.11.5 [list.ops]",
		"status": "C++20",
		"submitter": "Jonathan Wakely",
		"opened": "2017-09-05",
		"last_modified": "2023-02-07"
	},
	"LWG3018": {
		"type": "issue",
		"title": "shared_ptr of function type",
		"long_link": "https://cplusplus.github.io/LWG/issue3018",
		"link": "https://wg21.link/lwg3018",
		"section": "20.3.2.2 [util.smartptr.shared]",
		"status": "C++20",
		"submitter": "Agustín K-ballo Bergé",
		"opened": "2017-09-13",
		"last_modified": "2021-02-25"
	},
	"LWG3019": {
		"type": "issue",
		"title": "Presentation of \"program defined classes derived from error_category\" [syserr.errcat.derived] unclear and contains mistakes",
		"long_link": "https://cplusplus.github.io/LWG/issue3019",
		"link": "https://wg21.link/lwg3019",
		"section": "19.5.3.4 [syserr.errcat.derived]",
		"status": "New",
		"submitter": "Thomas Köppe",
		"opened": "2017-09-20",
		"last_modified": "2017-11-09"
	},
	"LWG3020": {
		"type": "issue",
		"title": "[networking.ts] Remove spurious nested value_type buffer sequence requirement",
		"long_link": "https://cplusplus.github.io/LWG/issue3020",
		"link": "https://wg21.link/lwg3020",
		"section": "16.2 [networking.ts::buffer.reqmts]",
		"status": "WP",
		"submitter": "Vinnie Falco",
		"opened": "2017-09-20",
		"last_modified": "2026-02-21"
	},
	"LWG3021": {
		"type": "issue",
		"title": "[networking.ts] Relax pointer equivalence requirement for ConstBufferSequence",
		"long_link": "https://cplusplus.github.io/LWG/issue3021",
		"link": "https://wg21.link/lwg3021",
		"section": "16.2.2 [networking.ts::buffer.reqmts.constbuffersequence]",
		"status": "New",
		"submitter": "Vinnie Falco",
		"opened": "2017-09-20",
		"last_modified": "2020-09-06"
	},
	"LWG3022": {
		"type": "issue",
		"title": "is_convertible<derived*, base*> may lead to ODR",
		"long_link": "https://cplusplus.github.io/LWG/issue3022",
		"link": "https://wg21.link/lwg3022",
		"section": "21.3.8 [meta.rel]",
		"status": "Resolved",
		"submitter": "Alisdair Meredith",
		"opened": "2017-09-24",
		"last_modified": "2018-11-12"
	},
	"LWG3023": {
		"type": "issue",
		"title": "Clarify unspecified call wrappers",
		"long_link": "https://cplusplus.github.io/LWG/issue3023",
		"link": "https://wg21.link/lwg3023",
		"section": "22.10.16 [func.memfn], 22.10.13 [func.not.fn], 22.10.15 [func.bind]",
		"status": "Resolved",
		"submitter": "Detlef Vollmann",
		"opened": "2017-10-07",
		"last_modified": "2021-06-06"
	},
	"LWG3024": {
		"type": "issue",
		"title": "variant's copies must be deleted instead of disabled via SFINAE",
		"long_link": "https://cplusplus.github.io/LWG/issue3024",
		"link": "https://wg21.link/lwg3024",
		"section": "22.6.3.2 [variant.ctor]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2017-10-10",
		"last_modified": "2021-02-25"
	},
	"LWG3025": {
		"type": "issue",
		"title": "Map-like container deduction guides should use pair<Key, T>, not pair<const Key, T>",
		"long_link": "https://cplusplus.github.io/LWG/issue3025",
		"link": "https://wg21.link/lwg3025",
		"section": "23.4.3.1 [map.overview], 23.4.4.1 [multimap.overview], 23.5.3.1 [unord.map.overview], 23.5.4.1 [unord.multimap.overview]",
		"status": "C++20",
		"submitter": "Ville Voutilainen",
		"opened": "2017-10-08",
		"last_modified": "2021-02-25"
	},
	"LWG3026": {
		"type": "issue",
		"title": "filesystem::weakly_canonical still defined in terms of canonical(p, base)",
		"long_link": "https://cplusplus.github.io/LWG/issue3026",
		"link": "https://wg21.link/lwg3026",
		"section": "31.12.13.40 [fs.op.weakly.canonical]",
		"status": "C++20",
		"submitter": "Jonathan Wakely",
		"opened": "2017-10-14",
		"last_modified": "2021-06-06"
	},
	"LWG3027": {
		"type": "issue",
		"title": "[networking.ts] DynamicBuffer prepare exception specification",
		"long_link": "https://cplusplus.github.io/LWG/issue3027",
		"link": "https://wg21.link/lwg3027",
		"section": "16.2.4 [networking.ts::buffer.reqmts.dynamicbuffer]",
		"status": "New",
		"submitter": "Vinnie Falco",
		"opened": "2017-10-16",
		"last_modified": "2020-09-06"
	},
	"LWG3028": {
		"type": "issue",
		"title": "Container requirements tables should distinguish const and non-const variables",
		"long_link": "https://cplusplus.github.io/LWG/issue3028",
		"link": "https://wg21.link/lwg3028",
		"section": "23.2.2 [container.requirements.general]",
		"status": "C++23",
		"submitter": "Jonathan Wakely",
		"opened": "2017-10-17",
		"last_modified": "2023-11-22"
	},
	"LWG3029": {
		"type": "issue",
		"title": "pop_heap over-constrains input",
		"long_link": "https://cplusplus.github.io/LWG/issue3029",
		"link": "https://wg21.link/lwg3029",
		"section": "26.8.8.3 [pop.heap]",
		"status": "Open",
		"submitter": "Mathias Stearn",
		"opened": "2017-11-04",
		"last_modified": "2020-09-06"
	},
	"LWG3030": {
		"type": "issue",
		"title": "Who shall meet the requirements of try_lock?",
		"long_link": "https://cplusplus.github.io/LWG/issue3030",
		"link": "https://wg21.link/lwg3030",
		"section": "32.6.6 [thread.lock.algorithm]",
		"status": "C++20",
		"submitter": "Jonathan Wakely",
		"opened": "2017-11-07",
		"last_modified": "2021-02-25"
	},
	"LWG3031": {
		"type": "issue",
		"title": "Algorithms and predicates with non-const reference arguments",
		"long_link": "https://cplusplus.github.io/LWG/issue3031",
		"link": "https://wg21.link/lwg3031",
		"section": "26.8 [alg.sorting]",
		"status": "C++20",
		"submitter": "Jonathan Wakely",
		"opened": "2017-11-08",
		"last_modified": "2021-02-25"
	},
	"LWG3032": {
		"type": "issue",
		"title": "ValueSwappable requirement missing for push_heap and make_heap",
		"long_link": "https://cplusplus.github.io/LWG/issue3032",
		"link": "https://wg21.link/lwg3032",
		"section": "26.8.8 [alg.heap.operations]",
		"status": "C++23",
		"submitter": "Robert Douglas",
		"opened": "2017-11-08",
		"last_modified": "2023-11-22"
	},
	"LWG3033": {
		"type": "issue",
		"title": "basic_string move ctor is underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue3033",
		"link": "https://wg21.link/lwg3033",
		"section": "27.4.3.3 [string.cons]",
		"status": "NAD Editorial",
		"submitter": "Peter Sommerlad",
		"opened": "2017-11-09",
		"last_modified": "2017-11-29"
	},
	"LWG3034": {
		"type": "issue",
		"title": "P0767R1 breaks previously-standard-layout types",
		"long_link": "https://cplusplus.github.io/LWG/issue3034",
		"link": "https://wg21.link/lwg3034",
		"section": "21.3.9.7 [meta.trans.other]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2017-11-12",
		"last_modified": "2021-02-25",
		"papers": [
			"P0767R1"
		]
	},
	"LWG3035": {
		"type": "issue",
		"title": "std::allocator's constructors should be constexpr",
		"long_link": "https://cplusplus.github.io/LWG/issue3035",
		"link": "https://wg21.link/lwg3035",
		"section": "20.2.10 [default.allocator]",
		"status": "C++20",
		"submitter": "Geoffrey Romer",
		"opened": "2017-11-11",
		"last_modified": "2021-02-25"
	},
	"LWG3036": {
		"type": "issue",
		"title": "polymorphic_allocator::destroy is extraneous",
		"long_link": "https://cplusplus.github.io/LWG/issue3036",
		"link": "https://wg21.link/lwg3036",
		"section": "20.5.3 [mem.poly.allocator.class]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2017-11-15",
		"last_modified": "2023-11-22"
	},
	"LWG3037": {
		"type": "issue",
		"title": "polymorphic_allocator and incomplete types",
		"long_link": "https://cplusplus.github.io/LWG/issue3037",
		"link": "https://wg21.link/lwg3037",
		"section": "20.5.3 [mem.poly.allocator.class]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2017-11-15",
		"last_modified": "2021-02-25"
	},
	"LWG3038": {
		"type": "issue",
		"title": "polymorphic_allocator::allocate should not allow integer overflow to create vulnerabilities",
		"long_link": "https://cplusplus.github.io/LWG/issue3038",
		"link": "https://wg21.link/lwg3038",
		"section": "20.5.3.3 [mem.poly.allocator.mem]",
		"status": "C++20",
		"submitter": "Billy O'Neal III",
		"opened": "2017-11-16",
		"last_modified": "2021-02-25"
	},
	"LWG3039": {
		"type": "issue",
		"title": "Unnecessary decay in thread and packaged_task",
		"long_link": "https://cplusplus.github.io/LWG/issue3039",
		"link": "https://wg21.link/lwg3039",
		"section": "32.4.3.3 [thread.thread.constr], 32.10.10.2 [futures.task.members]",
		"status": "C++20",
		"submitter": "Stephan T. Lavavej",
		"opened": "2017-11-17",
		"last_modified": "2021-02-25"
	},
	"LWG3040": {
		"type": "issue",
		"title": "basic_string_view::starts_with Effects are incorrect",
		"long_link": "https://cplusplus.github.io/LWG/issue3040",
		"link": "https://wg21.link/lwg3040",
		"section": "27.3.3.8 [string.view.ops]",
		"status": "C++20",
		"submitter": "Marshall Clow",
		"opened": "2017-11-29",
		"last_modified": "2021-02-25"
	},
	"LWG3041": {
		"type": "issue",
		"title": "Unnecessary decay in reference_wrapper",
		"long_link": "https://cplusplus.github.io/LWG/issue3041",
		"link": "https://wg21.link/lwg3041",
		"section": "22.10.6.2 [refwrap.const]",
		"status": "C++20",
		"submitter": "Agustín K-ballo Bergé",
		"opened": "2017-12-04",
		"last_modified": "2021-02-25"
	},
	"LWG3042": {
		"type": "issue",
		"title": "is_literal_type_v should be inline",
		"long_link": "https://cplusplus.github.io/LWG/issue3042",
		"link": "https://wg21.link/lwg3042",
		"section": "D.13 [depr.meta.types]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2017-12-06",
		"last_modified": "2021-02-25"
	},
	"LWG3043": {
		"type": "issue",
		"title": "Bogus postcondition for filesystem_error constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue3043",
		"link": "https://wg21.link/lwg3043",
		"section": "31.12.7.2 [fs.filesystem.error.members]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2017-12-06",
		"last_modified": "2021-06-06"
	},
	"LWG3044": {
		"type": "issue",
		"title": "Strange specification of max_size() for an allocator",
		"long_link": "https://cplusplus.github.io/LWG/issue3044",
		"link": "https://wg21.link/lwg3044",
		"section": "16.4.4.6 [allocator.requirements]",
		"status": "New",
		"submitter": "Jon Cohen",
		"opened": "2017-12-06",
		"last_modified": "2025-10-18"
	},
	"LWG3045": {
		"type": "issue",
		"title": "atomic<floating-point> doesn't have value_type or difference_type",
		"long_link": "https://cplusplus.github.io/LWG/issue3045",
		"link": "https://wg21.link/lwg3045",
		"section": "32.5.8.4 [atomics.types.float]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2017-12-11",
		"last_modified": "2021-02-25"
	},
	"LWG3046": {
		"type": "issue",
		"title": "Do not require reference_wrapper to support non-referenceable function types",
		"long_link": "https://cplusplus.github.io/LWG/issue3046",
		"link": "https://wg21.link/lwg3046",
		"section": "22.10.6 [refwrap]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2017-12-14",
		"last_modified": "2020-09-06"
	},
	"LWG3047": {
		"type": "issue",
		"title": "atomic compound assignment operators can cause undefined behavior when corresponding fetch_meow members don't",
		"long_link": "https://cplusplus.github.io/LWG/issue3047",
		"link": "https://wg21.link/lwg3047",
		"section": "32.5.8.3 [atomics.types.int], 32.5.8.5 [atomics.types.pointer], 32.5.8.6 [atomics.types.memop]",
		"status": "New",
		"submitter": "Tim Song",
		"opened": "2017-12-15",
		"last_modified": "2020-09-06"
	},
	"LWG3048": {
		"type": "issue",
		"title": "transform_reduce(exec, first1, last1, first2, init) discards execution policy",
		"long_link": "https://cplusplus.github.io/LWG/issue3048",
		"link": "https://wg21.link/lwg3048",
		"section": "26.10.6 [transform.reduce]",
		"status": "C++20",
		"submitter": "Billy Robert O'Neal III",
		"opened": "2017-12-15",
		"last_modified": "2021-02-25"
	},
	"LWG3049": {
		"type": "issue",
		"title": "Missing wording allowing algorithms to use copies of function objects as substitutes for their parameters",
		"long_link": "https://cplusplus.github.io/LWG/issue3049",
		"link": "https://wg21.link/lwg3049",
		"section": "26.2 [algorithms.requirements]",
		"status": "Open",
		"submitter": "Jared Hoberock",
		"opened": "2017-12-04",
		"last_modified": "2022-04-25"
	},
	"LWG3050": {
		"type": "issue",
		"title": "Conversion specification problem in chrono::duration constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue3050",
		"link": "https://wg21.link/lwg3050",
		"section": "30.5.2 [time.duration.cons], 30.5.6 [time.duration.nonmember]",
		"status": "C++20",
		"submitter": "Barry Revzin",
		"opened": "2018-01-22",
		"last_modified": "2021-02-25"
	},
	"LWG3051": {
		"type": "issue",
		"title": "Floating point classifications were inadvertently changed in P0175",
		"long_link": "https://cplusplus.github.io/LWG/issue3051",
		"link": "https://wg21.link/lwg3051",
		"section": "29.7.1 [cmath.syn]",
		"status": "C++20",
		"submitter": "Thomas Köppe",
		"opened": "2018-01-23",
		"last_modified": "2021-02-25",
		"papers": [
			"P0175"
		]
	},
	"LWG3052": {
		"type": "issue",
		"title": "visit is underconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue3052",
		"link": "https://wg21.link/lwg3052",
		"section": "22.6.7 [variant.visit]",
		"status": "Resolved",
		"submitter": "Casey Carter",
		"opened": "2018-01-23",
		"last_modified": "2021-05-18"
	},
	"LWG3053": {
		"type": "issue",
		"title": "Prohibit error_code construction from rvalues of error_category",
		"long_link": "https://cplusplus.github.io/LWG/issue3053",
		"link": "https://wg21.link/lwg3053",
		"section": "19.5.4.1 [syserr.errcode.overview]",
		"status": "New",
		"submitter": "Antony Polukhin",
		"opened": "2018-01-24",
		"last_modified": "2020-09-06"
	},
	"LWG3054": {
		"type": "issue",
		"title": "uninitialized_copy appears to not be able to meet its exception-safety guarantee",
		"long_link": "https://cplusplus.github.io/LWG/issue3054",
		"link": "https://wg21.link/lwg3054",
		"section": "26.11.5 [uninitialized.copy]",
		"status": "C++20",
		"submitter": "Jon Cohen",
		"opened": "2018-01-24",
		"last_modified": "2021-02-25"
	},
	"LWG3055": {
		"type": "issue",
		"title": "path::operator+=(single-character) misspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue3055",
		"link": "https://wg21.link/lwg3055",
		"section": "31.12.6.5.4 [fs.path.concat]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2018-01-24",
		"last_modified": "2021-02-25"
	},
	"LWG3056": {
		"type": "issue",
		"title": "copy_file() copies which attributes?",
		"long_link": "https://cplusplus.github.io/LWG/issue3056",
		"link": "https://wg21.link/lwg3056",
		"section": "31.12.13.5 [fs.op.copy.file]",
		"status": "New",
		"submitter": "Davis Herring",
		"opened": "2018-01-26",
		"last_modified": "2020-09-06"
	},
	"LWG3057": {
		"type": "issue",
		"title": "Correct copy_options handling",
		"long_link": "https://cplusplus.github.io/LWG/issue3057",
		"link": "https://wg21.link/lwg3057",
		"section": "31.12.13.4 [fs.op.copy]",
		"status": "Open",
		"submitter": "Davis Herring",
		"opened": "2018-01-29",
		"last_modified": "2020-09-06"
	},
	"LWG3058": {
		"type": "issue",
		"title": "Parallel adjacent_difference shouldn't require creating temporaries",
		"long_link": "https://cplusplus.github.io/LWG/issue3058",
		"link": "https://wg21.link/lwg3058",
		"section": "26.10.12 [adjacent.difference]",
		"status": "C++20",
		"submitter": "Billy O'Neal III",
		"opened": "2018-02-02",
		"last_modified": "2021-02-25"
	},
	"LWG3059": {
		"type": "issue",
		"title": "Wrong requirements for map-like associative container assignment?",
		"long_link": "https://cplusplus.github.io/LWG/issue3059",
		"link": "https://wg21.link/lwg3059",
		"section": "23.2 [container.requirements]",
		"status": "New",
		"submitter": "Richard Smith",
		"opened": "2018-02-05",
		"last_modified": "2018-02-14"
	},
	"LWG3060": {
		"type": "issue",
		"title": "XXX_scan algorithms are specified to work with move-only T, but are specified to make N copies of T into the destination range",
		"long_link": "https://cplusplus.github.io/LWG/issue3060",
		"link": "https://wg21.link/lwg3060",
		"section": "26.10.8 [exclusive.scan], 26.10.9 [inclusive.scan], 26.10.10 [transform.exclusive.scan], 26.10.11 [transform.inclusive.scan]",
		"status": "New",
		"submitter": "Billy O'Neal III",
		"opened": "2018-02-06",
		"last_modified": "2019-01-20"
	},
	"LWG3061": {
		"type": "issue",
		"title": "What is the return type of compare_3way?",
		"long_link": "https://cplusplus.github.io/LWG/issue3061",
		"link": "https://wg21.link/lwg3061",
		"section": "26.8.12 [alg.three.way]",
		"status": "Resolved",
		"submitter": "Richard Smith",
		"opened": "2018-02-07",
		"last_modified": "2020-09-06"
	},
	"LWG3062": {
		"type": "issue",
		"title": "Unnecessary decay_t in is_execution_policy_v should be remove_cvref_t",
		"long_link": "https://cplusplus.github.io/LWG/issue3062",
		"link": "https://wg21.link/lwg3062",
		"section": "26.3.5 [algorithms.parallel.overloads]",
		"status": "C++20",
		"submitter": "Billy O'Neal III",
		"opened": "2018-02-07",
		"last_modified": "2021-02-25"
	},
	"LWG3063": {
		"type": "issue",
		"title": "Parallel algorithms in <memory> are underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue3063",
		"link": "https://wg21.link/lwg3063",
		"section": "26.11 [specialized.algorithms]",
		"status": "New",
		"submitter": "Alisdair Meredith",
		"opened": "2018-02-12",
		"last_modified": "2020-09-06"
	},
	"LWG3064": {
		"type": "issue",
		"title": "How do uninitialized memory algorithms obtain pointer without undefined behavior?",
		"long_link": "https://cplusplus.github.io/LWG/issue3064",
		"link": "https://wg21.link/lwg3064",
		"section": "26.11 [specialized.algorithms]",
		"status": "Resolved",
		"submitter": "Alisdair Meredith",
		"opened": "2018-02-12",
		"last_modified": "2024-11-28"
	},
	"LWG3065": {
		"type": "issue",
		"title": "LWG 2989 missed that all path's other operators should be hidden friends as well",
		"long_link": "https://cplusplus.github.io/LWG/issue3065",
		"link": "https://wg21.link/lwg3065",
		"section": "31.12.6.8 [fs.path.nonmember]",
		"status": "C++20",
		"submitter": "Billy O'Neal III",
		"opened": "2018-02-13",
		"last_modified": "2021-02-25"
	},
	"LWG3066": {
		"type": "issue",
		"title": "\"report a domain error\" in [sf.cmath]/1 is underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue3066",
		"link": "https://wg21.link/lwg3066",
		"section": "29.7.6 [sf.cmath]",
		"status": "New",
		"submitter": "Casey Carter",
		"opened": "2018-02-17",
		"last_modified": "2018-06-19"
	},
	"LWG3067": {
		"type": "issue",
		"title": "recursive_directory_iterator::pop must invalidate",
		"long_link": "https://cplusplus.github.io/LWG/issue3067",
		"link": "https://wg21.link/lwg3067",
		"section": "31.12.12.2 [fs.rec.dir.itr.members]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2018-02-25",
		"last_modified": "2021-02-25"
	},
	"LWG3068": {
		"type": "issue",
		"title": "Forbid assigning an rvalue basic_string to basic_string_view",
		"long_link": "https://cplusplus.github.io/LWG/issue3068",
		"link": "https://wg21.link/lwg3068",
		"section": "27.3.3 [string.view.template]",
		"status": "NAD",
		"submitter": "Antony Polukhin",
		"opened": "2018-02-19",
		"last_modified": "2022-08-24"
	},
	"LWG3069": {
		"type": "issue",
		"title": "Move assigning variant's subobject corrupts data",
		"long_link": "https://cplusplus.github.io/LWG/issue3069",
		"link": "https://wg21.link/lwg3069",
		"section": "22.6.3.4 [variant.assign]",
		"status": "New",
		"submitter": "Antony Polukhin",
		"opened": "2018-02-20",
		"last_modified": "2020-09-06"
	},
	"LWG3070": {
		"type": "issue",
		"title": "path::lexically_relative causes surprising results if a filename can also be a root-name",
		"long_link": "https://cplusplus.github.io/LWG/issue3070",
		"link": "https://wg21.link/lwg3070",
		"section": "31.12.6.5.11 [fs.path.gen]",
		"status": "C++20",
		"submitter": "Billy O'Neal III",
		"opened": "2018-02-23",
		"last_modified": "2021-02-25"
	},
	"LWG3071": {
		"type": "issue",
		"title": "[networking.ts] read_until still refers to \"input sequence\"",
		"long_link": "https://cplusplus.github.io/LWG/issue3071",
		"link": "https://wg21.link/lwg3071",
		"section": "17.9 [networking.ts::buffer.read.until]",
		"status": "WP",
		"submitter": "Christopher Kohlhoff",
		"opened": "2018-02-26",
		"last_modified": "2026-02-21"
	},
	"LWG3072": {
		"type": "issue",
		"title": "[networking.ts] DynamicBuffer object lifetimes underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue3072",
		"link": "https://wg21.link/lwg3072",
		"section": "16.2.4 [networking.ts::buffer.reqmts.dynamicbuffer], 17.6 [networking.ts::buffer.async.read], 17.8 [networking.ts::buffer.async.write], 17.10 [networking.ts::buffer.async.read.until]",
		"status": "New",
		"submitter": "Christopher Kohlhoff",
		"opened": "2018-02-26",
		"last_modified": "2020-09-06"
	},
	"LWG3073": {
		"type": "issue",
		"title": "[networking.ts] (async_)read and (async_)write don't support DynamicBuffer lvalues",
		"long_link": "https://cplusplus.github.io/LWG/issue3073",
		"link": "https://wg21.link/lwg3073",
		"section": "17 [networking.ts::buffer.stream]",
		"status": "New",
		"submitter": "Christopher Kohlhoff",
		"opened": "2018-02-27",
		"last_modified": "2020-09-06"
	},
	"LWG3074": {
		"type": "issue",
		"title": "Non-member functions for valarray should only deduce from the valarray",
		"long_link": "https://cplusplus.github.io/LWG/issue3074",
		"link": "https://wg21.link/lwg3074",
		"section": "29.6.3 [valarray.nonmembers]",
		"status": "C++20",
		"submitter": "Jonathan Wakely",
		"opened": "2018-02-28",
		"last_modified": "2021-02-25"
	},
	"LWG3075": {
		"type": "issue",
		"title": "basic_string needs deduction guides from basic_string_view",
		"long_link": "https://cplusplus.github.io/LWG/issue3075",
		"link": "https://wg21.link/lwg3075",
		"section": "27.4.3 [basic.string], 27.4.3.3 [string.cons]",
		"status": "C++20",
		"submitter": "Stephan T. Lavavej",
		"opened": "2018-03-03",
		"last_modified": "2021-02-25"
	},
	"LWG3076": {
		"type": "issue",
		"title": "basic_string CTAD ambiguity",
		"long_link": "https://cplusplus.github.io/LWG/issue3076",
		"link": "https://wg21.link/lwg3076",
		"section": "27.4.3.3 [string.cons]",
		"status": "C++20",
		"submitter": "Stephan T. Lavavej",
		"opened": "2018-03-03",
		"last_modified": "2021-02-25"
	},
	"LWG3077": {
		"type": "issue",
		"title": "(push|emplace)_back should invalidate the end iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue3077",
		"link": "https://wg21.link/lwg3077",
		"section": "23.3.13.5 [vector.modifiers]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2018-03-10",
		"last_modified": "2021-02-25"
	},
	"LWG3078": {
		"type": "issue",
		"title": "directory_entry, directory_iterator and recursive_directory_iterator perform needless path copies",
		"long_link": "https://cplusplus.github.io/LWG/issue3078",
		"link": "https://wg21.link/lwg3078",
		"section": "31.12.10 [fs.class.directory.entry], 31.12.11 [fs.class.directory.iterator], 31.12.12 [fs.class.rec.dir.itr]",
		"status": "New",
		"submitter": "Gor Nishanov",
		"opened": "2018-03-05",
		"last_modified": "2019-04-02"
	},
	"LWG3079": {
		"type": "issue",
		"title": "LWG 2935 forgot to fix the existing_p overloads of create_directory",
		"long_link": "https://cplusplus.github.io/LWG/issue3079",
		"link": "https://wg21.link/lwg3079",
		"section": "31.12.13.8 [fs.op.create.directory]",
		"status": "C++20",
		"submitter": "Billy O'Neal III",
		"opened": "2018-03-07",
		"last_modified": "2021-06-06"
	},
	"LWG3080": {
		"type": "issue",
		"title": "Floating point from_chars pattern specification breaks round-tripping",
		"long_link": "https://cplusplus.github.io/LWG/issue3080",
		"link": "https://wg21.link/lwg3080",
		"section": "28.2.3 [charconv.from.chars]",
		"status": "C++20",
		"submitter": "Greg Falcon",
		"opened": "2018-03-12",
		"last_modified": "2021-02-25"
	},
	"LWG3081": {
		"type": "issue",
		"title": "Floating point from_chars API does not distinguish between overflow and underflow",
		"long_link": "https://cplusplus.github.io/LWG/issue3081",
		"link": "https://wg21.link/lwg3081",
		"section": "28.2.3 [charconv.from.chars]",
		"status": "Open",
		"submitter": "Greg Falcon",
		"opened": "2018-03-12",
		"last_modified": "2026-04-07"
	},
	"LWG3082": {
		"type": "issue",
		"title": "from_chars specification regarding floating point rounding is inconsistent",
		"long_link": "https://cplusplus.github.io/LWG/issue3082",
		"link": "https://wg21.link/lwg3082",
		"section": "28.2.3 [charconv.from.chars]",
		"status": "Open",
		"submitter": "Greg Falcon",
		"opened": "2018-03-12",
		"last_modified": "2026-04-07"
	},
	"LWG3083": {
		"type": "issue",
		"title": "What should ios::iword(-1) do?",
		"long_link": "https://cplusplus.github.io/LWG/issue3083",
		"link": "https://wg21.link/lwg3083",
		"section": "31.5.2.6 [ios.base.storage]",
		"status": "C++20",
		"submitter": "Jonathan Wakely",
		"opened": "2018-03-16",
		"last_modified": "2021-02-25"
	},
	"LWG3084": {
		"type": "issue",
		"title": "Termination in C++ is unclear",
		"long_link": "https://cplusplus.github.io/LWG/issue3084",
		"link": "https://wg21.link/lwg3084",
		"section": "17.5 [support.start.term], 17.9.5 [exception.terminate]",
		"status": "New",
		"submitter": "JF Bastien",
		"opened": "2018-03-15",
		"last_modified": "2024-07-26"
	},
	"LWG3085": {
		"type": "issue",
		"title": "char_traits::copy precondition too weak",
		"long_link": "https://cplusplus.github.io/LWG/issue3085",
		"link": "https://wg21.link/lwg3085",
		"section": "27.2.2 [char.traits.require]",
		"status": "C++23",
		"submitter": "Jonathan Wakely",
		"opened": "2018-03-16",
		"last_modified": "2023-11-22"
	},
	"LWG3086": {
		"type": "issue",
		"title": "Possible problem in §[new.delete.single]",
		"long_link": "https://cplusplus.github.io/LWG/issue3086",
		"link": "https://wg21.link/lwg3086",
		"section": "17.6.3.2 [new.delete.single]",
		"status": "New",
		"submitter": "William M. Miller",
		"opened": "2018-03-16",
		"last_modified": "2020-09-06"
	},
	"LWG3087": {
		"type": "issue",
		"title": "One final &x in §[list.ops]",
		"long_link": "https://cplusplus.github.io/LWG/issue3087",
		"link": "https://wg21.link/lwg3087",
		"section": "23.3.11.5 [list.ops]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2018-03-19",
		"last_modified": "2021-02-25"
	},
	"LWG3088": {
		"type": "issue",
		"title": "forward_list::merge behavior unclear when passed *this",
		"long_link": "https://cplusplus.github.io/LWG/issue3088",
		"link": "https://wg21.link/lwg3088",
		"section": "23.3.7.6 [forward.list.ops]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2018-03-19",
		"last_modified": "2023-11-22"
	},
	"LWG3089": {
		"type": "issue",
		"title": "copy_n should require non-overlapping ranges",
		"long_link": "https://cplusplus.github.io/LWG/issue3089",
		"link": "https://wg21.link/lwg3089",
		"section": "26.7.1 [alg.copy]",
		"status": "New",
		"submitter": "Marshall Clow",
		"opened": "2018-03-21",
		"last_modified": "2022-11-06"
	},
	"LWG3090": {
		"type": "issue",
		"title": "What is §[time.duration.cons]p4's \"no overflow is induced in the conversion\" intended to mean?",
		"long_link": "https://cplusplus.github.io/LWG/issue3090",
		"link": "https://wg21.link/lwg3090",
		"section": "30.5.2 [time.duration.cons]",
		"status": "WP",
		"submitter": "Richard Smith",
		"opened": "2018-03-22",
		"last_modified": "2025-11-11"
	},
	"LWG3091": {
		"type": "issue",
		"title": "subsecond-precision time_of_day and durations that seconds cannot convert to",
		"long_link": "https://cplusplus.github.io/LWG/issue3091",
		"link": "https://wg21.link/lwg3091",
		"section": "30.9 [time.hms]",
		"status": "Resolved",
		"submitter": "Richard Smith",
		"opened": "2018-03-24",
		"last_modified": "2021-06-06"
	},
	"LWG3092": {
		"type": "issue",
		"title": "Unclear semantics of enum class bitmask types",
		"long_link": "https://cplusplus.github.io/LWG/issue3092",
		"link": "https://wg21.link/lwg3092",
		"section": "16.3.3.3.3 [bitmask.types]",
		"status": "Open",
		"submitter": "Geoffrey Romer",
		"opened": "2018-03-26",
		"last_modified": "2020-09-06"
	},
	"LWG3093": {
		"type": "issue",
		"title": "LWG 2294/2192 missed a std::abs overload",
		"long_link": "https://cplusplus.github.io/LWG/issue3093",
		"link": "https://wg21.link/lwg3093",
		"section": "29.7.2 [c.math.abs], 17.2.2 [cstdlib.syn], 31.13.2 [cinttypes.syn]",
		"status": "New",
		"submitter": "Richard Smith",
		"opened": "2018-03-30",
		"last_modified": "2018-06-19"
	},
	"LWG3094": {
		"type": "issue",
		"title": "§[time.duration.io]p4 makes surprising claims about encoding",
		"long_link": "https://cplusplus.github.io/LWG/issue3094",
		"link": "https://wg21.link/lwg3094",
		"section": "30.5.11 [time.duration.io]",
		"status": "C++20",
		"submitter": "Richard Smith",
		"opened": "2018-04-02",
		"last_modified": "2021-02-25"
	},
	"LWG3095": {
		"type": "issue",
		"title": "strstreambuf refers to nonexistent member of fpos, fpos::offset",
		"long_link": "https://cplusplus.github.io/LWG/issue3095",
		"link": "https://wg21.link/lwg3095",
		"section": "99 [depr.strstreambuf.virtuals]",
		"status": "Resolved",
		"submitter": "Billy O'Neal III",
		"opened": "2018-04-04",
		"last_modified": "2025-11-11"
	},
	"LWG3096": {
		"type": "issue",
		"title": "path::lexically_relative is confused by trailing slashes",
		"long_link": "https://cplusplus.github.io/LWG/issue3096",
		"link": "https://wg21.link/lwg3096",
		"section": "31.12.6.5.11 [fs.path.gen]",
		"status": "C++20",
		"submitter": "Jonathan Wakely",
		"opened": "2018-04-04",
		"last_modified": "2021-02-25"
	},
	"LWG3097": {
		"type": "issue",
		"title": "basic_stringbuf seekoff effects trigger undefined behavior and have contradictory returns",
		"long_link": "https://cplusplus.github.io/LWG/issue3097",
		"link": "https://wg21.link/lwg3097",
		"section": "31.8.2.5 [stringbuf.virtuals]",
		"status": "New",
		"submitter": "Billy O'Neal III",
		"opened": "2018-04-07",
		"last_modified": "2020-09-06"
	},
	"LWG3098": {
		"type": "issue",
		"title": "Misleading example for filesystem::path::filename()",
		"long_link": "https://cplusplus.github.io/LWG/issue3098",
		"link": "https://wg21.link/lwg3098",
		"section": "31.12.6.5.9 [fs.path.decompose]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2018-04-06",
		"last_modified": "2020-09-06"
	},
	"LWG3099": {
		"type": "issue",
		"title": "is_assignable<Incomplete&, Incomplete&>",
		"long_link": "https://cplusplus.github.io/LWG/issue3099",
		"link": "https://wg21.link/lwg3099",
		"section": "21.3.3 [meta.type.synop]",
		"status": "Open",
		"submitter": "Casey Carter",
		"opened": "2018-04-10",
		"last_modified": "2025-10-27"
	},
	"LWG3100": {
		"type": "issue",
		"title": "Unnecessary and confusing \"empty span\" wording",
		"long_link": "https://cplusplus.github.io/LWG/issue3100",
		"link": "https://wg21.link/lwg3100",
		"section": "23.7.2.2.2 [span.cons]",
		"status": "C++20",
		"submitter": "Stephan T. Lavavej",
		"opened": "2018-04-12",
		"last_modified": "2021-02-25"
	},
	"LWG3101": {
		"type": "issue",
		"title": "span's Container constructors need another constraint",
		"long_link": "https://cplusplus.github.io/LWG/issue3101",
		"link": "https://wg21.link/lwg3101",
		"section": "23.7.2.2.2 [span.cons]",
		"status": "C++20",
		"submitter": "Stephan T. Lavavej",
		"opened": "2018-04-12",
		"last_modified": "2021-02-25"
	},
	"LWG3102": {
		"type": "issue",
		"title": "Clarify span iterator and const_iterator behavior",
		"long_link": "https://cplusplus.github.io/LWG/issue3102",
		"link": "https://wg21.link/lwg3102",
		"section": "23.7.2.2.1 [span.overview]",
		"status": "C++20",
		"submitter": "Stephan T. Lavavej",
		"opened": "2018-04-12",
		"last_modified": "2021-02-25"
	},
	"LWG3103": {
		"type": "issue",
		"title": "Errors in taking subview of span should be ill-formed where possible",
		"long_link": "https://cplusplus.github.io/LWG/issue3103",
		"link": "https://wg21.link/lwg3103",
		"section": "23.7.2.2.4 [span.sub]",
		"status": "C++20",
		"submitter": "Tomasz Kamiński",
		"opened": "2018-04-13",
		"last_modified": "2021-02-25"
	},
	"LWG3104": {
		"type": "issue",
		"title": "Fixing duration division",
		"long_link": "https://cplusplus.github.io/LWG/issue3104",
		"link": "https://wg21.link/lwg3104",
		"section": "30.5.6 [time.duration.nonmember]",
		"status": "C++20",
		"submitter": "Johel Ernesto Guerrero Peña",
		"opened": "2018-04-17",
		"last_modified": "2021-02-25"
	},
	"LWG3105": {
		"type": "issue",
		"title": "T1 is convertible to T2",
		"long_link": "https://cplusplus.github.io/LWG/issue3105",
		"link": "https://wg21.link/lwg3105",
		"section": "16 [library]",
		"status": "New",
		"submitter": "Jens Maurer",
		"opened": "2018-04-24",
		"last_modified": "2023-06-25"
	},
	"LWG3106": {
		"type": "issue",
		"title": "nothrow should be inline constexpr rather that extern const",
		"long_link": "https://cplusplus.github.io/LWG/issue3106",
		"link": "https://wg21.link/lwg3106",
		"section": "17.6.2 [new.syn]",
		"status": "NAD",
		"submitter": "Antony Polukhin",
		"opened": "2018-04-25",
		"last_modified": "2020-09-06"
	},
	"LWG3107": {
		"type": "issue",
		"title": "istreambuf_iterator has public exposition-only member",
		"long_link": "https://cplusplus.github.io/LWG/issue3107",
		"link": "https://wg21.link/lwg3107",
		"section": "24.6.4 [istreambuf.iterator]",
		"status": "New",
		"submitter": "Billy O'Neal III",
		"opened": "2018-04-26",
		"last_modified": "2020-09-06"
	},
	"LWG3108": {
		"type": "issue",
		"title": "istreambuf_iterator::proxy::operator* should be const",
		"long_link": "https://cplusplus.github.io/LWG/issue3108",
		"link": "https://wg21.link/lwg3108",
		"section": "24.6.4.2 [istreambuf.iterator.proxy]",
		"status": "New",
		"submitter": "Billy O'Neal III",
		"opened": "2018-04-26",
		"last_modified": "2020-09-06"
	},
	"LWG3109": {
		"type": "issue",
		"title": "strstreambuf is copyable",
		"long_link": "https://cplusplus.github.io/LWG/issue3109",
		"link": "https://wg21.link/lwg3109",
		"section": "99 [depr.strstreambuf]",
		"status": "Resolved",
		"submitter": "Jonathan Wakely",
		"opened": "2018-05-02",
		"last_modified": "2025-11-11"
	},
	"LWG3110": {
		"type": "issue",
		"title": "Contiguous Iterators should always be Random-Access",
		"long_link": "https://cplusplus.github.io/LWG/issue3110",
		"link": "https://wg21.link/lwg3110",
		"section": "24.3.1 [iterator.requirements.general]",
		"status": "Resolved",
		"submitter": "Marc Aldorasi",
		"opened": "2018-05-07",
		"last_modified": "2020-09-06"
	},
	"LWG3111": {
		"type": "issue",
		"title": "Too strong precondition on basic_string constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue3111",
		"link": "https://wg21.link/lwg3111",
		"section": "27.4.3.3 [string.cons]",
		"status": "Resolved",
		"submitter": "Andrzej Krzemienski",
		"opened": "2018-05-09",
		"last_modified": "2020-09-06"
	},
	"LWG3112": {
		"type": "issue",
		"title": "system_error and filesystem_error constructors taking a string may not be able to meet their postconditions",
		"long_link": "https://cplusplus.github.io/LWG/issue3112",
		"link": "https://wg21.link/lwg3112",
		"section": "19.5.8.2 [syserr.syserr.members], 31.12.7.2 [fs.filesystem.error.members]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2018-05-10",
		"last_modified": "2021-06-06"
	},
	"LWG3113": {
		"type": "issue",
		"title": "polymorphic_allocator::construct() should more closely match scoped_allocator_adaptor::construct()",
		"long_link": "https://cplusplus.github.io/LWG/issue3113",
		"link": "https://wg21.link/lwg3113",
		"section": "20.5.3.3 [mem.poly.allocator.mem]",
		"status": "Resolved",
		"submitter": "Arthur O'Dwyer",
		"opened": "2018-05-14",
		"last_modified": "2020-09-06"
	},
	"LWG3114": {
		"type": "issue",
		"title": "[networking.ts] Permit efficient composition when using DynamicBuffer",
		"long_link": "https://cplusplus.github.io/LWG/issue3114",
		"link": "https://wg21.link/lwg3114",
		"section": "16 [networking.ts::buffer], 17 [networking.ts::buffer.stream]",
		"status": "LEWG",
		"submitter": "Vinnie Falco",
		"opened": "2018-05-18",
		"last_modified": "2025-10-21",
		"github_url": "https://github.com/cplusplus/papers/issues/2500"
	},
	"LWG3115": {
		"type": "issue",
		"title": "Unclear description for algorithm includes",
		"long_link": "https://cplusplus.github.io/LWG/issue3115",
		"link": "https://wg21.link/lwg3115",
		"section": "26.8.7.2 [includes]",
		"status": "Resolved",
		"submitter": "Casey Carter",
		"opened": "2018-05-24",
		"last_modified": "2020-09-06"
	},
	"LWG3116": {
		"type": "issue",
		"title": "OUTERMOST_ALLOC_TRAITS needs remove_reference_t",
		"long_link": "https://cplusplus.github.io/LWG/issue3116",
		"link": "https://wg21.link/lwg3116",
		"section": "20.6.4 [allocator.adaptor.members]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2018-06-04",
		"last_modified": "2021-02-25"
	},
	"LWG3117": {
		"type": "issue",
		"title": "Missing packaged_task deduction guides",
		"long_link": "https://cplusplus.github.io/LWG/issue3117",
		"link": "https://wg21.link/lwg3117",
		"section": "32.10.10 [futures.task]",
		"status": "C++23",
		"submitter": "Marc Mutz",
		"opened": "2018-06-08",
		"last_modified": "2023-11-22"
	},
	"LWG3118": {
		"type": "issue",
		"title": "fpos equality comparison unspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue3118",
		"link": "https://wg21.link/lwg3118",
		"section": "31.5.3.3 [fpos.operations]",
		"status": "C++23",
		"submitter": "Jonathan Wakely",
		"opened": "2018-06-04",
		"last_modified": "2023-11-22"
	},
	"LWG3119": {
		"type": "issue",
		"title": "Program-definedness of closure types",
		"long_link": "https://cplusplus.github.io/LWG/issue3119",
		"link": "https://wg21.link/lwg3119",
		"section": "3.42 [defns.prog.def.spec]",
		"status": "C++20",
		"submitter": "Hubert Tong",
		"opened": "2018-06-09",
		"last_modified": "2021-06-06"
	},
	"LWG3120": {
		"type": "issue",
		"title": "Unclear behavior of monotonic_buffer_resource::release()",
		"long_link": "https://cplusplus.github.io/LWG/issue3120",
		"link": "https://wg21.link/lwg3120",
		"section": "20.5.6.3 [mem.res.monotonic.buffer.mem]",
		"status": "C++23",
		"submitter": "Arthur O'Dwyer",
		"opened": "2018-06-10",
		"last_modified": "2023-11-22"
	},
	"LWG3121": {
		"type": "issue",
		"title": "tuple constructor constraints for UTypes&&... overloads",
		"long_link": "https://cplusplus.github.io/LWG/issue3121",
		"link": "https://wg21.link/lwg3121",
		"section": "22.4.4.2 [tuple.cnstr]",
		"status": "C++23",
		"submitter": "Matt Calabrese",
		"opened": "2018-06-12",
		"last_modified": "2023-11-22"
	},
	"LWG3122": {
		"type": "issue",
		"title": "__cpp_lib_chrono_udls was accidentally dropped",
		"long_link": "https://cplusplus.github.io/LWG/issue3122",
		"link": "https://wg21.link/lwg3122",
		"section": "17.3.1 [support.limits.general]",
		"status": "C++20",
		"submitter": "Stephan T. Lavavej",
		"opened": "2018-06-14",
		"last_modified": "2021-02-25"
	},
	"LWG3123": {
		"type": "issue",
		"title": "duration constructor from representation shouldn't be effectively non-throwing",
		"long_link": "https://cplusplus.github.io/LWG/issue3123",
		"link": "https://wg21.link/lwg3123",
		"section": "30.5 [time.duration]",
		"status": "C++23",
		"submitter": "Johel Ernesto Guerrero Peña",
		"opened": "2018-06-22",
		"last_modified": "2023-11-22"
	},
	"LWG3124": {
		"type": "issue",
		"title": "[networking.ts] Unclear how execution_context is intended to store services",
		"long_link": "https://cplusplus.github.io/LWG/issue3124",
		"link": "https://wg21.link/lwg3124",
		"section": "13.7.5 [networking.ts::async.exec.ctx.globals]",
		"status": "New",
		"submitter": "Billy O'Neal III",
		"opened": "2018-06-23",
		"last_modified": "2020-09-06"
	},
	"LWG3125": {
		"type": "issue",
		"title": "duration streaming precondition should be a SFINAE condition",
		"long_link": "https://cplusplus.github.io/LWG/issue3125",
		"link": "https://wg21.link/lwg3125",
		"section": "30.5.11 [time.duration.io]",
		"status": "Resolved",
		"submitter": "Johel Ernesto Guerrero Peña",
		"opened": "2018-06-23",
		"last_modified": "2020-11-09"
	},
	"LWG3126": {
		"type": "issue",
		"title": "There's no std::sub_match::compare(string_view) overload",
		"long_link": "https://cplusplus.github.io/LWG/issue3126",
		"link": "https://wg21.link/lwg3126",
		"section": "28.6.8 [re.submatch]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2018-06-26",
		"last_modified": "2024-10-03"
	},
	"LWG3127": {
		"type": "issue",
		"title": "basic_osyncstream::rdbuf needs a const_cast",
		"long_link": "https://cplusplus.github.io/LWG/issue3127",
		"link": "https://wg21.link/lwg3127",
		"section": "31.11.3.1 [syncstream.osyncstream.overview]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2018-06-29",
		"last_modified": "2021-02-25"
	},
	"LWG3128": {
		"type": "issue",
		"title": "strstream::rdbuf needs a const_cast",
		"long_link": "https://cplusplus.github.io/LWG/issue3128",
		"link": "https://wg21.link/lwg3128",
		"section": "99 [depr.strstream.oper]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2018-06-30",
		"last_modified": "2021-02-25"
	},
	"LWG3129": {
		"type": "issue",
		"title": "regex_token_iterator constructor uses wrong pointer arithmetic",
		"long_link": "https://cplusplus.github.io/LWG/issue3129",
		"link": "https://wg21.link/lwg3129",
		"section": "28.6.11.2.2 [re.tokiter.cnstr]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2018-06-30",
		"last_modified": "2021-02-25"
	},
	"LWG3130": {
		"type": "issue",
		"title": "§[input.output] needs many addressof",
		"long_link": "https://cplusplus.github.io/LWG/issue3130",
		"link": "https://wg21.link/lwg3130",
		"section": "31 [input.output]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2018-06-30",
		"last_modified": "2021-02-25"
	},
	"LWG3131": {
		"type": "issue",
		"title": "addressof all the things",
		"long_link": "https://cplusplus.github.io/LWG/issue3131",
		"link": "https://wg21.link/lwg3131",
		"section": "30.13 [time.parse], 27.4.3.8.1 [string.accessors], 27.3.3 [string.view.template], 23.2.2 [container.requirements.general], 24.3.5.4 [output.iterators], 24.3.5.6 [bidirectional.iterators], 28.6.6 [re.traits], 28.6.11.1 [re.regiter], 32.6.5.2 [thread.lock.guard]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2018-06-30",
		"last_modified": "2021-02-25"
	},
	"LWG3132": {
		"type": "issue",
		"title": "Library needs to ban macros named expects or ensures",
		"long_link": "https://cplusplus.github.io/LWG/issue3132",
		"link": "https://wg21.link/lwg3132",
		"section": "16.4.5.3.3 [macro.names]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2018-06-30",
		"last_modified": "2021-02-25"
	},
	"LWG3133": {
		"type": "issue",
		"title": "Modernizing numeric type requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue3133",
		"link": "https://wg21.link/lwg3133",
		"section": "29.2 [numeric.requirements]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2018-07-05",
		"last_modified": "2021-02-25"
	},
	"LWG3134": {
		"type": "issue",
		"title": "[fund.ts.v3] LFTSv3 contains extraneous [meta] variable templates that should have been deleted by P09961",
		"long_link": "https://cplusplus.github.io/LWG/issue3134",
		"link": "https://wg21.link/lwg3134",
		"section": "99 [fund.ts.v3::meta.type.synop]",
		"status": "Resolved",
		"submitter": "Thomas Köppe",
		"opened": "2018-07-02",
		"last_modified": "2020-09-06",
		"papers": [
			"P09961"
		]
	},
	"LWG3135": {
		"type": "issue",
		"title": "[fund.ts.v3] LFTSv3 contains two redundant alias templates",
		"long_link": "https://cplusplus.github.io/LWG/issue3135",
		"link": "https://wg21.link/lwg3135",
		"section": "99 [fund.ts.v3::meta.type.synop], 99 [fund.ts.v3::header.memory.synop]",
		"status": "Resolved",
		"submitter": "Thomas Köppe",
		"opened": "2018-07-02",
		"last_modified": "2020-05-03"
	},
	"LWG3136": {
		"type": "issue",
		"title": "[fund.ts.v3] LFTSv3 awkward wording in propagate_const requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue3136",
		"link": "https://wg21.link/lwg3136",
		"section": "6.1.2.3 [fund.ts.v3::propagate_const.class_type_requirements]",
		"status": "WP",
		"submitter": "Thomas Köppe",
		"opened": "2018-07-02",
		"last_modified": "2026-02-21"
	},
	"LWG3137": {
		"type": "issue",
		"title": "Header for __cpp_lib_to_chars",
		"long_link": "https://cplusplus.github.io/LWG/issue3137",
		"link": "https://wg21.link/lwg3137",
		"section": "17.3.1 [support.limits.general]",
		"status": "C++20",
		"submitter": "S. B. Tam",
		"opened": "2018-07-03",
		"last_modified": "2022-08-23"
	},
	"LWG3138": {
		"type": "issue",
		"title": "There is no such thing as assertion-level",
		"long_link": "https://cplusplus.github.io/LWG/issue3138",
		"link": "https://wg21.link/lwg3138",
		"section": "99 [support.contract.cviol]",
		"status": "NAD",
		"submitter": "Tim Song",
		"opened": "2018-07-10",
		"last_modified": "2019-08-05"
	},
	"LWG3139": {
		"type": "issue",
		"title": "contract_violation's special member functions",
		"long_link": "https://cplusplus.github.io/LWG/issue3139",
		"link": "https://wg21.link/lwg3139",
		"section": "99 [support.contract.cviol]",
		"status": "NAD",
		"submitter": "Tim Song",
		"opened": "2018-07-10",
		"last_modified": "2019-08-05"
	},
	"LWG3140": {
		"type": "issue",
		"title": "COMMON_REF is unimplementable as specified",
		"long_link": "https://cplusplus.github.io/LWG/issue3140",
		"link": "https://wg21.link/lwg3140",
		"section": "21.3.9.7 [meta.trans.other]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2018-07-07",
		"last_modified": "2021-02-25"
	},
	"LWG3141": {
		"type": "issue",
		"title": "CopyConstructible doesn't preserve source values",
		"long_link": "https://cplusplus.github.io/LWG/issue3141",
		"link": "https://wg21.link/lwg3141",
		"section": "18.6 [concepts.object]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2018-07-07",
		"last_modified": "2021-02-25"
	},
	"LWG3142": {
		"type": "issue",
		"title": "std::foo<incomplete> should be ill-formed NDR",
		"long_link": "https://cplusplus.github.io/LWG/issue3142",
		"link": "https://wg21.link/lwg3142",
		"section": "16.4.5.8 [res.on.functions]",
		"status": "New",
		"submitter": "Casey Carter",
		"opened": "2018-07-07",
		"last_modified": "2018-11-27"
	},
	"LWG3143": {
		"type": "issue",
		"title": "monotonic_buffer_resource growth policy is unclear",
		"long_link": "https://cplusplus.github.io/LWG/issue3143",
		"link": "https://wg21.link/lwg3143",
		"section": "20.5.6 [mem.res.monotonic.buffer]",
		"status": "C++23",
		"submitter": "Jonathan Wakely",
		"opened": "2018-07-20",
		"last_modified": "2023-11-22"
	},
	"LWG3144": {
		"type": "issue",
		"title": "span does not have a const_pointer typedef",
		"long_link": "https://cplusplus.github.io/LWG/issue3144",
		"link": "https://wg21.link/lwg3144",
		"section": "23.7.2.2.1 [span.overview]",
		"status": "C++20",
		"submitter": "Louis Dionne",
		"opened": "2018-07-23",
		"last_modified": "2021-02-25"
	},
	"LWG3145": {
		"type": "issue",
		"title": "file_clock breaks ABI for C++17 implementations",
		"long_link": "https://cplusplus.github.io/LWG/issue3145",
		"link": "https://wg21.link/lwg3145",
		"section": "30.7.6 [time.clock.file]",
		"status": "C++20",
		"submitter": "Billy Robert O'Neal III",
		"opened": "2018-07-26",
		"last_modified": "2021-02-25"
	},
	"LWG3146": {
		"type": "issue",
		"title": "Excessive unwrapping in std::ref/cref",
		"long_link": "https://cplusplus.github.io/LWG/issue3146",
		"link": "https://wg21.link/lwg3146",
		"section": "22.10.6.7 [refwrap.helpers]",
		"status": "C++23",
		"submitter": "Agustín K-ballo Bergé",
		"opened": "2018-07-10",
		"last_modified": "2023-11-22"
	},
	"LWG3147": {
		"type": "issue",
		"title": "Definitions of \"likely\" and \"unlikely\" are likely to cause problems",
		"long_link": "https://cplusplus.github.io/LWG/issue3147",
		"link": "https://wg21.link/lwg3147",
		"section": "16.4.5.3.3 [macro.names]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2018-08-01",
		"last_modified": "2021-02-25"
	},
	"LWG3148": {
		"type": "issue",
		"title": "<concepts> should be freestanding",
		"long_link": "https://cplusplus.github.io/LWG/issue3148",
		"link": "https://wg21.link/lwg3148",
		"section": "16.4.2.5 [compliance]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2018-08-09",
		"last_modified": "2021-02-25"
	},
	"LWG3149": {
		"type": "issue",
		"title": "DefaultConstructible should require default initialization",
		"long_link": "https://cplusplus.github.io/LWG/issue3149",
		"link": "https://wg21.link/lwg3149",
		"section": "18.4.12 [concept.default.init]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2018-08-09",
		"last_modified": "2021-06-06"
	},
	"LWG3150": {
		"type": "issue",
		"title": "UniformRandomBitGenerator should validate min and max",
		"long_link": "https://cplusplus.github.io/LWG/issue3150",
		"link": "https://wg21.link/lwg3150",
		"section": "29.5.3.3 [rand.req.urng]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2018-08-09",
		"last_modified": "2021-02-25"
	},
	"LWG3151": {
		"type": "issue",
		"title": "ConvertibleTo rejects conversions from array and function types",
		"long_link": "https://cplusplus.github.io/LWG/issue3151",
		"link": "https://wg21.link/lwg3151",
		"section": "18.4.4 [concept.convertible]",
		"status": "Resolved",
		"submitter": "Casey Carter",
		"opened": "2018-08-09",
		"last_modified": "2020-11-09"
	},
	"LWG3152": {
		"type": "issue",
		"title": "common_type and common_reference have flaws in common",
		"long_link": "https://cplusplus.github.io/LWG/issue3152",
		"link": "https://wg21.link/lwg3152",
		"section": "21.3.9.7 [meta.trans.other]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2018-08-10",
		"last_modified": "2023-11-22"
	},
	"LWG3153": {
		"type": "issue",
		"title": "Common and common_type have too little in common",
		"long_link": "https://cplusplus.github.io/LWG/issue3153",
		"link": "https://wg21.link/lwg3153",
		"section": "18.4.6 [concept.common]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2018-08-10",
		"last_modified": "2021-02-25"
	},
	"LWG3154": {
		"type": "issue",
		"title": "Common and CommonReference have a common defect",
		"long_link": "https://cplusplus.github.io/LWG/issue3154",
		"link": "https://wg21.link/lwg3154",
		"section": "18.4.6 [concept.common]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2018-08-10",
		"last_modified": "2021-02-25"
	},
	"LWG3155": {
		"type": "issue",
		"title": "tuple<any, any>{allocator_arg_t, an_allocator}",
		"long_link": "https://cplusplus.github.io/LWG/issue3155",
		"link": "https://wg21.link/lwg3155",
		"section": "22.4.4.2 [tuple.cnstr]",
		"status": "Resolved",
		"submitter": "Jonathan Wakely",
		"opened": "2018-08-18",
		"last_modified": "2021-10-23"
	},
	"LWG3156": {
		"type": "issue",
		"title": "ForwardIterator should only mean forward iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue3156",
		"link": "https://wg21.link/lwg3156",
		"section": "26.11 [specialized.algorithms]",
		"status": "Resolved",
		"submitter": "Casey Carter",
		"opened": "2018-09-06",
		"last_modified": "2020-05-02"
	},
	"LWG3157": {
		"type": "issue",
		"title": "Allocator destroy and fancy pointer operations must be non-throwing",
		"long_link": "https://cplusplus.github.io/LWG/issue3157",
		"link": "https://wg21.link/lwg3157",
		"section": "16.4.4.6 [allocator.requirements]",
		"status": "New",
		"submitter": "Billy O'Neal III",
		"opened": "2018-09-07",
		"last_modified": "2018-12-16"
	},
	"LWG3158": {
		"type": "issue",
		"title": "tuple(allocator_arg_t, const Alloc&) should be conditionally explicit",
		"long_link": "https://cplusplus.github.io/LWG/issue3158",
		"link": "https://wg21.link/lwg3158",
		"section": "22.4.4.2 [tuple.cnstr]",
		"status": "C++20",
		"submitter": "Jonathan Wakely",
		"opened": "2018-08-21",
		"last_modified": "2021-02-25"
	},
	"LWG3159": {
		"type": "issue",
		"title": "§[unique.ptr.single] requirements on deleter may be too strict",
		"long_link": "https://cplusplus.github.io/LWG/issue3159",
		"link": "https://wg21.link/lwg3159",
		"section": "20.3.1.3 [unique.ptr.single]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2018-09-17",
		"last_modified": "2018-10-06"
	},
	"LWG3160": {
		"type": "issue",
		"title": "atomic_ref() = delete; should be deleted",
		"long_link": "https://cplusplus.github.io/LWG/issue3160",
		"link": "https://wg21.link/lwg3160",
		"section": "32.5.7 [atomics.ref.generic]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2018-10-01",
		"last_modified": "2021-02-25"
	},
	"LWG3161": {
		"type": "issue",
		"title": "Container adapters mandate use of emplace_back but don't require it",
		"long_link": "https://cplusplus.github.io/LWG/issue3161",
		"link": "https://wg21.link/lwg3161",
		"section": "23.6.6 [stack], 23.6.3 [queue]",
		"status": "Open",
		"submitter": "Marshall Clow",
		"opened": "2018-10-02",
		"last_modified": "2020-05-09"
	},
	"LWG3162": {
		"type": "issue",
		"title": "system_error::system_error(error_code ec) not explicit",
		"long_link": "https://cplusplus.github.io/LWG/issue3162",
		"link": "https://wg21.link/lwg3162",
		"section": "19.5.8.2 [syserr.syserr.members]",
		"status": "New",
		"submitter": "Peter Dimov",
		"opened": "2018-10-02",
		"last_modified": "2020-04-07"
	},
	"LWG3163": {
		"type": "issue",
		"title": "[networking.ts] Buffer sequence iterator equivalency",
		"long_link": "https://cplusplus.github.io/LWG/issue3163",
		"link": "https://wg21.link/lwg3163",
		"section": "16.2 [networking.ts::buffer.reqmts]",
		"status": "NAD",
		"submitter": "Vinnie Falco",
		"opened": "2018-10-07",
		"last_modified": "2020-09-06"
	},
	"LWG3164": {
		"type": "issue",
		"title": "Unhelpful \"shall not participate\" constraints for unique_ptr with reference deleter",
		"long_link": "https://cplusplus.github.io/LWG/issue3164",
		"link": "https://wg21.link/lwg3164",
		"section": "20.3.1.3.2 [unique.ptr.single.ctor]",
		"status": "NAD",
		"submitter": "Jonathan Wakely",
		"opened": "2018-10-09",
		"last_modified": "2018-11-27"
	},
	"LWG3165": {
		"type": "issue",
		"title": "All starts_with() overloads should be called \"begins_with\"",
		"long_link": "https://cplusplus.github.io/LWG/issue3165",
		"link": "https://wg21.link/lwg3165",
		"section": "27.4.3 [basic.string], 27.3.3 [string.view.template]",
		"status": "NAD",
		"submitter": "Gennaro Prota",
		"opened": "2018-10-22",
		"last_modified": "2020-08-21"
	},
	"LWG3166": {
		"type": "issue",
		"title": "No such descriptive element as Value:",
		"long_link": "https://cplusplus.github.io/LWG/issue3166",
		"link": "https://wg21.link/lwg3166",
		"section": "22.3.4 [pair.astuple], 22.6.4 [variant.helper], 23.3.3.7 [array.tuple], 20.2.3.2 [pointer.traits.types], 20.2.9.2 [allocator.traits.types], 20.6.2 [allocator.adaptor.types]",
		"status": "New",
		"submitter": "Walter Brown",
		"opened": "2018-11-08",
		"last_modified": "2020-09-06"
	},
	"LWG3167": {
		"type": "issue",
		"title": "[fund.ts.v3] Does observer_ptr support function types?",
		"long_link": "https://cplusplus.github.io/LWG/issue3167",
		"link": "https://wg21.link/lwg3167",
		"section": "8.2 [fund.ts.v3::memory.observer.ptr]",
		"status": "Open",
		"submitter": "Alisdair Meredith",
		"opened": "2018-11-14",
		"last_modified": "2022-10-12"
	},
	"LWG3168": {
		"type": "issue",
		"title": "Expects: element should be specified in one place",
		"long_link": "https://cplusplus.github.io/LWG/issue3168",
		"link": "https://wg21.link/lwg3168",
		"section": "16.3.2.4 [structure.specifications], 99 [res.on.required]",
		"status": "Resolved",
		"submitter": "Geoffrey Romer",
		"opened": "2018-11-21",
		"last_modified": "2020-07-17"
	},
	"LWG3169": {
		"type": "issue",
		"title": "ranges permutation generators discard useful information",
		"long_link": "https://cplusplus.github.io/LWG/issue3169",
		"link": "https://wg21.link/lwg3169",
		"section": "26.8.13 [alg.permutation.generators]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2018-11-26",
		"last_modified": "2021-02-25"
	},
	"LWG3170": {
		"type": "issue",
		"title": "is_always_equal added to std::allocator makes the standard library treat derived types as always equal",
		"long_link": "https://cplusplus.github.io/LWG/issue3170",
		"link": "https://wg21.link/lwg3170",
		"section": "20.2.10 [default.allocator]",
		"status": "C++23",
		"submitter": "Billy O'Neal III",
		"opened": "2018-11-29",
		"last_modified": "2023-11-22"
	},
	"LWG3171": {
		"type": "issue",
		"title": "LWG 2989 breaks directory_entry stream insertion",
		"long_link": "https://cplusplus.github.io/LWG/issue3171",
		"link": "https://wg21.link/lwg3171",
		"section": "31.12.10 [fs.class.directory.entry]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2018-12-03",
		"last_modified": "2023-11-22"
	},
	"LWG3172": {
		"type": "issue",
		"title": "3-arg std::hypot is underspecified compared to the 2-arg overload",
		"long_link": "https://cplusplus.github.io/LWG/issue3172",
		"link": "https://wg21.link/lwg3172",
		"section": "29.7.3 [c.math.hypot3]",
		"status": "New",
		"submitter": "Matthias Kretz",
		"opened": "2018-12-06",
		"last_modified": "2018-12-21"
	},
	"LWG3173": {
		"type": "issue",
		"title": "Enable CTAD for ref-view",
		"long_link": "https://cplusplus.github.io/LWG/issue3173",
		"link": "https://wg21.link/lwg3173",
		"section": "25.7.6.2 [range.ref.view]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2018-12-09",
		"last_modified": "2021-06-06"
	},
	"LWG3174": {
		"type": "issue",
		"title": "Precondition on is_convertible is too strong",
		"long_link": "https://cplusplus.github.io/LWG/issue3174",
		"link": "https://wg21.link/lwg3174",
		"section": "21.3.8 [meta.rel]",
		"status": "New",
		"submitter": "Casey Carter",
		"opened": "2018-12-09",
		"last_modified": "2019-03-16"
	},
	"LWG3175": {
		"type": "issue",
		"title": "The CommonReference requirement of concept SwappableWith is not satisfied in the example",
		"long_link": "https://cplusplus.github.io/LWG/issue3175",
		"link": "https://wg21.link/lwg3175",
		"section": "18.4.9 [concept.swappable]",
		"status": "C++20",
		"submitter": "Kostas Kyrimis",
		"opened": "2018-12-14",
		"last_modified": "2021-02-25"
	},
	"LWG3176": {
		"type": "issue",
		"title": "Underspecified behavior of unordered containers when Container::key_equal differs from Pred",
		"long_link": "https://cplusplus.github.io/LWG/issue3176",
		"link": "https://wg21.link/lwg3176",
		"section": "23.2.8 [unord.req]",
		"status": "Resolved",
		"submitter": "S. B. Tam",
		"opened": "2018-11-27",
		"last_modified": "2020-01-13"
	},
	"LWG3177": {
		"type": "issue",
		"title": "Limit permission to specialize variable templates to program-defined types",
		"long_link": "https://cplusplus.github.io/LWG/issue3177",
		"link": "https://wg21.link/lwg3177",
		"section": "16.4.5.2.1 [namespace.std]",
		"status": "C++23",
		"submitter": "Johel Ernesto Guerrero Peña",
		"opened": "2018-12-11",
		"last_modified": "2023-11-22"
	},
	"LWG3178": {
		"type": "issue",
		"title": "std::mismatch is missing an upper bound",
		"long_link": "https://cplusplus.github.io/LWG/issue3178",
		"link": "https://wg21.link/lwg3178",
		"section": "26.6.12 [alg.mismatch]",
		"status": "Resolved",
		"submitter": "Geoffrey Romer",
		"opened": "2018-12-20",
		"last_modified": "2025-11-11"
	},
	"LWG3179": {
		"type": "issue",
		"title": "subrange should always model Range",
		"long_link": "https://cplusplus.github.io/LWG/issue3179",
		"link": "https://wg21.link/lwg3179",
		"section": "25.5.4.2 [range.subrange.ctor]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2018-12-21",
		"last_modified": "2021-02-25"
	},
	"LWG3180": {
		"type": "issue",
		"title": "Inconsistently named return type for ranges::minmax_element",
		"long_link": "https://cplusplus.github.io/LWG/issue3180",
		"link": "https://wg21.link/lwg3180",
		"section": "26.4 [algorithm.syn]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2018-12-21",
		"last_modified": "2021-02-25"
	},
	"LWG3181": {
		"type": "issue",
		"title": "split_view::outer_iterator converting constructor is misconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue3181",
		"link": "https://wg21.link/lwg3181",
		"section": "25.7.16.3 [range.lazy.split.outer]",
		"status": "NAD",
		"submitter": "Casey Carter",
		"opened": "2019-01-05",
		"last_modified": "2023-02-07"
	},
	"LWG3182": {
		"type": "issue",
		"title": "Specification of Same could be clearer",
		"long_link": "https://cplusplus.github.io/LWG/issue3182",
		"link": "https://wg21.link/lwg3182",
		"section": "18.4.2 [concept.same]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2019-01-05",
		"last_modified": "2021-02-25"
	},
	"LWG3183": {
		"type": "issue",
		"title": "Normative permission to specialize Ranges variable templates",
		"long_link": "https://cplusplus.github.io/LWG/issue3183",
		"link": "https://wg21.link/lwg3183",
		"section": "24.3.4.8 [iterator.concept.sizedsentinel]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2019-01-14",
		"last_modified": "2021-02-25"
	},
	"LWG3184": {
		"type": "issue",
		"title": "Inconsistencies in bind_front wording",
		"long_link": "https://cplusplus.github.io/LWG/issue3184",
		"link": "https://wg21.link/lwg3184",
		"section": "22.10.14 [func.bind.partial]",
		"status": "C++20",
		"submitter": "Tomasz Kamiński",
		"opened": "2019-01-16",
		"last_modified": "2023-02-07"
	},
	"LWG3185": {
		"type": "issue",
		"title": "Uses-allocator construction functions missing constexpr and noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue3185",
		"link": "https://wg21.link/lwg3185",
		"section": "20.2.8.2 [allocator.uses.construction]",
		"status": "C++20",
		"submitter": "Pablo Halpern",
		"opened": "2019-01-29",
		"last_modified": "2021-02-25"
	},
	"LWG3186": {
		"type": "issue",
		"title": "ranges removal, partition, and partial_sort_copy algorithms discard useful information",
		"long_link": "https://cplusplus.github.io/LWG/issue3186",
		"link": "https://wg21.link/lwg3186",
		"section": "26.7.8 [alg.remove], 26.7.9 [alg.unique], 26.8.2.4 [partial.sort.copy], 26.8.5 [alg.partitions]",
		"status": "C++20",
		"submitter": "Tomasz Kamiński",
		"opened": "2019-02-05",
		"last_modified": "2021-02-25"
	},
	"LWG3187": {
		"type": "issue",
		"title": "P0591R4 reverted DR 2586 fixes to scoped_allocator_adaptor::construct()",
		"long_link": "https://cplusplus.github.io/LWG/issue3187",
		"link": "https://wg21.link/lwg3187",
		"section": "20.2.8.2 [allocator.uses.construction]",
		"status": "C++20",
		"submitter": "Jonathan Wakely",
		"opened": "2019-02-14",
		"last_modified": "2021-02-25",
		"papers": [
			"P0591R4"
		]
	},
	"LWG3188": {
		"type": "issue",
		"title": "istreambuf_iterator::pointer should not be unspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue3188",
		"link": "https://wg21.link/lwg3188",
		"section": "24.6.4 [istreambuf.iterator]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2019-02-21",
		"last_modified": "2019-10-30"
	},
	"LWG3189": {
		"type": "issue",
		"title": "Missing requirement for std::priority_queue",
		"long_link": "https://cplusplus.github.io/LWG/issue3189",
		"link": "https://wg21.link/lwg3189",
		"section": "23.6.4 [priority.queue]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2019-02-21",
		"last_modified": "2019-03-05"
	},
	"LWG3190": {
		"type": "issue",
		"title": "std::allocator::allocate sometimes returns too little storage",
		"long_link": "https://cplusplus.github.io/LWG/issue3190",
		"link": "https://wg21.link/lwg3190",
		"section": "20.2.10.2 [allocator.members]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2019-02-20",
		"last_modified": "2021-02-25"
	},
	"LWG3191": {
		"type": "issue",
		"title": "std::ranges::shuffle synopsis does not match algorithm definition",
		"long_link": "https://cplusplus.github.io/LWG/issue3191",
		"link": "https://wg21.link/lwg3191",
		"section": "26.7.13 [alg.random.shuffle]",
		"status": "C++20",
		"submitter": "Christopher Di Bella",
		"opened": "2019-03-02",
		"last_modified": "2021-02-25"
	},
	"LWG3192": {
		"type": "issue",
		"title": "§[allocator.uses.construction] functions misbehave for const types",
		"long_link": "https://cplusplus.github.io/LWG/issue3192",
		"link": "https://wg21.link/lwg3192",
		"section": "20.2.8.2 [allocator.uses.construction]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2019-02-28",
		"last_modified": "2020-05-01"
	},
	"LWG3193": {
		"type": "issue",
		"title": "Mandates: and Expects: elements are not defined for types",
		"long_link": "https://cplusplus.github.io/LWG/issue3193",
		"link": "https://wg21.link/lwg3193",
		"section": "16.3.2.4 [structure.specifications]",
		"status": "New",
		"submitter": "Daniel Krügler",
		"opened": "2019-03-04",
		"last_modified": "2020-06-11"
	},
	"LWG3194": {
		"type": "issue",
		"title": "ConvertibleTo prose does not match code",
		"long_link": "https://cplusplus.github.io/LWG/issue3194",
		"link": "https://wg21.link/lwg3194",
		"section": "18.4.4 [concept.convertible]",
		"status": "C++20",
		"submitter": "Hubert Tong",
		"opened": "2019-03-05",
		"last_modified": "2021-02-25"
	},
	"LWG3195": {
		"type": "issue",
		"title": "What is the stored pointer value of an empty weak_ptr?",
		"long_link": "https://cplusplus.github.io/LWG/issue3195",
		"link": "https://wg21.link/lwg3195",
		"section": "20.3.2.3.2 [util.smartptr.weak.const]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2019-03-15",
		"last_modified": "2023-11-22"
	},
	"LWG3196": {
		"type": "issue",
		"title": "std::optional<T> is ill-formed is T is an array",
		"long_link": "https://cplusplus.github.io/LWG/issue3196",
		"link": "https://wg21.link/lwg3196",
		"section": "22.5.3 [optional.optional]",
		"status": "C++20",
		"submitter": "Jonathan Wakely",
		"opened": "2019-03-18",
		"last_modified": "2021-02-25"
	},
	"LWG3197": {
		"type": "issue",
		"title": "std::prev should not require BidirectionalIterator",
		"long_link": "https://cplusplus.github.io/LWG/issue3197",
		"link": "https://wg21.link/lwg3197",
		"section": "24.4.3 [iterator.operations]",
		"status": "New",
		"submitter": "Billy O'Neal III",
		"opened": "2019-04-03",
		"last_modified": "2024-06-18"
	},
	"LWG3198": {
		"type": "issue",
		"title": "Bad constraint on std::span::span()",
		"long_link": "https://cplusplus.github.io/LWG/issue3198",
		"link": "https://wg21.link/lwg3198",
		"section": "23.7.2.2.2 [span.cons]",
		"status": "C++20",
		"submitter": "Lars Gullik Bjønnes",
		"opened": "2019-04-03",
		"last_modified": "2021-02-25"
	},
	"LWG3199": {
		"type": "issue",
		"title": "istream >> bitset<0> fails",
		"long_link": "https://cplusplus.github.io/LWG/issue3199",
		"link": "https://wg21.link/lwg3199",
		"section": "22.9.4 [bitset.operators]",
		"status": "C++20",
		"submitter": "Davis Herring",
		"opened": "2019-04-05",
		"last_modified": "2021-02-25"
	},
	"LWG3200": {
		"type": "issue",
		"title": "midpoint should not constrain T is complete",
		"long_link": "https://cplusplus.github.io/LWG/issue3200",
		"link": "https://wg21.link/lwg3200",
		"section": "26.10.16 [numeric.ops.midpoint]",
		"status": "C++20",
		"submitter": "Paolo Torres",
		"opened": "2019-04-10",
		"last_modified": "2021-02-25"
	},
	"LWG3201": {
		"type": "issue",
		"title": "lerp should be marked as noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue3201",
		"link": "https://wg21.link/lwg3201",
		"section": "29.7.4 [c.math.lerp]",
		"status": "C++20",
		"submitter": "Paolo Torres",
		"opened": "2019-04-10",
		"last_modified": "2021-02-25"
	},
	"LWG3202": {
		"type": "issue",
		"title": "P0318R1 was supposed to be revised",
		"long_link": "https://cplusplus.github.io/LWG/issue3202",
		"link": "https://wg21.link/lwg3202",
		"section": "22.10.2 [functional.syn]",
		"status": "C++20",
		"submitter": "Jonathan Wakely",
		"opened": "2019-04-23",
		"last_modified": "2021-02-25",
		"papers": [
			"P0318R1"
		]
	},
	"LWG3203": {
		"type": "issue",
		"title": "span element access invalidation",
		"long_link": "https://cplusplus.github.io/LWG/issue3203",
		"link": "https://wg21.link/lwg3203",
		"section": "23.7.2.2.1 [span.overview]",
		"status": "WP",
		"submitter": "Johel Ernesto Guerrero Peña",
		"opened": "2019-05-04",
		"last_modified": "2023-11-22"
	},
	"LWG3204": {
		"type": "issue",
		"title": "sub_match::swap only swaps the base class",
		"long_link": "https://cplusplus.github.io/LWG/issue3204",
		"link": "https://wg21.link/lwg3204",
		"section": "28.6.8 [re.submatch]",
		"status": "C++23",
		"submitter": "Jonathan Wakely",
		"opened": "2019-05-07",
		"last_modified": "2023-11-22"
	},
	"LWG3205": {
		"type": "issue",
		"title": "decay_t in the new common_type fallback should be remove_cvref_t",
		"long_link": "https://cplusplus.github.io/LWG/issue3205",
		"link": "https://wg21.link/lwg3205",
		"section": "21.3.9.7 [meta.trans.other]",
		"status": "New",
		"submitter": "Casey Carter",
		"opened": "2019-05-12",
		"last_modified": "2022-04-25"
	},
	"LWG3206": {
		"type": "issue",
		"title": "year_month_day conversion to sys_days uses not-existing member function",
		"long_link": "https://cplusplus.github.io/LWG/issue3206",
		"link": "https://wg21.link/lwg3206",
		"section": "30.8.14.2 [time.cal.ymd.members]",
		"status": "C++20",
		"submitter": "Tomasz Kamiński",
		"opened": "2019-05-19",
		"last_modified": "2021-02-25"
	},
	"LWG3207": {
		"type": "issue",
		"title": "N in ssize(const T (&)[N]) should be size_t",
		"long_link": "https://cplusplus.github.io/LWG/issue3207",
		"link": "https://wg21.link/lwg3207",
		"section": "24.7 [iterator.range]",
		"status": "NAD",
		"submitter": "Nevin Liber",
		"opened": "2019-05-23",
		"last_modified": "2020-11-09"
	},
	"LWG3208": {
		"type": "issue",
		"title": "Boolean's expression requirements are ordered inconsistently",
		"long_link": "https://cplusplus.github.io/LWG/issue3208",
		"link": "https://wg21.link/lwg3208",
		"section": "24.7 [iterator.range]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2019-06-06",
		"last_modified": "2021-02-25"
	},
	"LWG3209": {
		"type": "issue",
		"title": "Expression in year::ok() returns clause is ill-formed",
		"long_link": "https://cplusplus.github.io/LWG/issue3209",
		"link": "https://wg21.link/lwg3209",
		"section": "30.8.5.2 [time.cal.year.members]",
		"status": "C++20",
		"submitter": "Tomasz Kamiński",
		"opened": "2019-05-28",
		"last_modified": "2021-02-25"
	},
	"LWG3210": {
		"type": "issue",
		"title": "allocate_shared is inconsistent about removing const from the pointer passed to allocator construct and destroy",
		"long_link": "https://cplusplus.github.io/LWG/issue3210",
		"link": "https://wg21.link/lwg3210",
		"section": "20.3.2.2.7 [util.smartptr.shared.create]",
		"status": "Resolved",
		"submitter": "Billy O'Neal III",
		"opened": "2019-05-29",
		"last_modified": "2025-11-11"
	},
	"LWG3211": {
		"type": "issue",
		"title": "std::tuple<> should be trivially constructible",
		"long_link": "https://cplusplus.github.io/LWG/issue3211",
		"link": "https://wg21.link/lwg3211",
		"section": "22.4.4.2 [tuple.cnstr]",
		"status": "C++23",
		"submitter": "Louis Dionne",
		"opened": "2019-05-29",
		"last_modified": "2023-11-22"
	},
	"LWG3212": {
		"type": "issue",
		"title": "tuple_element_t<1, const span<int, 42>> is const int",
		"long_link": "https://cplusplus.github.io/LWG/issue3212",
		"link": "https://wg21.link/lwg3212",
		"section": "99 [span.tuple]",
		"status": "Resolved",
		"submitter": "Tim Song",
		"opened": "2019-05-31",
		"last_modified": "2020-09-06"
	},
	"LWG3213": {
		"type": "issue",
		"title": "for_each_n and copy_n missing requirements for Size",
		"long_link": "https://cplusplus.github.io/LWG/issue3213",
		"link": "https://wg21.link/lwg3213",
		"section": "26.6.5 [alg.foreach], 26.7.1 [alg.copy]",
		"status": "Resolved",
		"submitter": "Jonathan Wakely",
		"opened": "2019-05-31",
		"last_modified": "2020-11-09"
	},
	"LWG3214": {
		"type": "issue",
		"title": "§[facet.num.get.virtuals] doesn't say what it means for digit grouping to be consistent",
		"long_link": "https://cplusplus.github.io/LWG/issue3214",
		"link": "https://wg21.link/lwg3214",
		"section": "28.3.4.3.2.3 [facet.num.get.virtuals]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2019-06-03",
		"last_modified": "2019-08-23"
	},
	"LWG3215": {
		"type": "issue",
		"title": "variant default constructor has vague constexpr requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue3215",
		"link": "https://wg21.link/lwg3215",
		"section": "22.6.3.2 [variant.ctor]",
		"status": "New",
		"submitter": "Louis Dionne",
		"opened": "2019-06-04",
		"last_modified": "2020-09-06"
	},
	"LWG3216": {
		"type": "issue",
		"title": "Rebinding the allocator before calling construct/destroy in allocate_shared",
		"long_link": "https://cplusplus.github.io/LWG/issue3216",
		"link": "https://wg21.link/lwg3216",
		"section": "20.3.2.2.7 [util.smartptr.shared.create]",
		"status": "WP",
		"submitter": "Billy O'Neal III",
		"opened": "2019-06-11",
		"last_modified": "2024-11-28"
	},
	"LWG3217": {
		"type": "issue",
		"title": "<memory> and <execution> should define __cpp_lib_parallel_algorithm",
		"long_link": "https://cplusplus.github.io/LWG/issue3217",
		"link": "https://wg21.link/lwg3217",
		"section": "17.3.1 [support.limits.general]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2019-06-12",
		"last_modified": "2020-09-06"
	},
	"LWG3218": {
		"type": "issue",
		"title": "Modifier for %d parse flag does not match POSIX and format specification",
		"long_link": "https://cplusplus.github.io/LWG/issue3218",
		"link": "https://wg21.link/lwg3218",
		"section": "30.13 [time.parse]",
		"status": "C++20",
		"submitter": "Tomasz Kamiński",
		"opened": "2019-06-13",
		"last_modified": "2021-02-25"
	},
	"LWG3219": {
		"type": "issue",
		"title": "std::array overview container requirements are incorrect",
		"long_link": "https://cplusplus.github.io/LWG/issue3219",
		"link": "https://wg21.link/lwg3219",
		"section": "23.3.3.1 [array.overview], 23.2.2 [container.requirements.general]",
		"status": "New",
		"submitter": "Nevin Liber & Christian Trott",
		"opened": "2019-06-13",
		"last_modified": "2022-04-24"
	},
	"LWG3220": {
		"type": "issue",
		"title": "P0558 broke conforming C++14 uses of atomic shared_ptr",
		"long_link": "https://cplusplus.github.io/LWG/issue3220",
		"link": "https://wg21.link/lwg3220",
		"section": "32.5.2 [atomics.syn]",
		"status": "New",
		"submitter": "Casey Carter",
		"opened": "2019-06-11",
		"last_modified": "2020-09-06",
		"papers": [
			"P0558"
		]
	},
	"LWG3221": {
		"type": "issue",
		"title": "Result of year_month arithmetic with months is ambiguous",
		"long_link": "https://cplusplus.github.io/LWG/issue3221",
		"link": "https://wg21.link/lwg3221",
		"section": "30.8.13.3 [time.cal.ym.nonmembers]",
		"status": "C++20",
		"submitter": "Tomasz Kamiński",
		"opened": "2019-06-16",
		"last_modified": "2021-02-25"
	},
	"LWG3222": {
		"type": "issue",
		"title": "P0574R1 introduced preconditions on non-existent parameters",
		"long_link": "https://cplusplus.github.io/LWG/issue3222",
		"link": "https://wg21.link/lwg3222",
		"section": "26.10.9 [inclusive.scan], 26.10.11 [transform.inclusive.scan]",
		"status": "C++20",
		"submitter": "Jonathan Wakely",
		"opened": "2019-06-18",
		"last_modified": "2021-02-25",
		"papers": [
			"P0574R1"
		]
	},
	"LWG3223": {
		"type": "issue",
		"title": "lerp should not add the \"sufficient additional overloads\"",
		"long_link": "https://cplusplus.github.io/LWG/issue3223",
		"link": "https://wg21.link/lwg3223",
		"section": "29.7.1 [cmath.syn]",
		"status": "Resolved",
		"submitter": "Billy O'Neal III",
		"opened": "2019-06-20",
		"last_modified": "2023-02-07"
	},
	"LWG3224": {
		"type": "issue",
		"title": "zoned_time constructor from TimeZonePtr does not specify initialization of tp_",
		"long_link": "https://cplusplus.github.io/LWG/issue3224",
		"link": "https://wg21.link/lwg3224",
		"section": "30.11.7.2 [time.zone.zonedtime.ctor]",
		"status": "C++20",
		"submitter": "Tomasz Kamiński",
		"opened": "2019-06-20",
		"last_modified": "2021-02-25"
	},
	"LWG3225": {
		"type": "issue",
		"title": "zoned_time converting constructor shall not be noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue3225",
		"link": "https://wg21.link/lwg3225",
		"section": "30.11.7.2 [time.zone.zonedtime.ctor]",
		"status": "C++20",
		"submitter": "Tomasz Kamiński",
		"opened": "2019-06-20",
		"last_modified": "2021-02-25"
	},
	"LWG3226": {
		"type": "issue",
		"title": "zoned_time constructor from string_view should accept zoned_time<Duration2, TimeZonePtr2>",
		"long_link": "https://cplusplus.github.io/LWG/issue3226",
		"link": "https://wg21.link/lwg3226",
		"section": "30.11.7.2 [time.zone.zonedtime.ctor]",
		"status": "C++20",
		"submitter": "Tomasz Kamiński",
		"opened": "2019-06-23",
		"last_modified": "2021-02-25"
	},
	"LWG3227": {
		"type": "issue",
		"title": "Ambiguity issue for extract in ordered and unordered associative containers",
		"long_link": "https://cplusplus.github.io/LWG/issue3227",
		"link": "https://wg21.link/lwg3227",
		"section": "23.2.7 [associative.reqmts], 23.2.8 [unord.req]",
		"status": "New",
		"submitter": "Konstantin Boyarinov",
		"opened": "2019-06-25",
		"last_modified": "2022-04-24"
	},
	"LWG3228": {
		"type": "issue",
		"title": "Surprising variant construction",
		"long_link": "https://cplusplus.github.io/LWG/issue3228",
		"link": "https://wg21.link/lwg3228",
		"section": "22.6.3.2 [variant.ctor]",
		"status": "Resolved",
		"submitter": "Barry Revzin",
		"opened": "2019-06-25",
		"last_modified": "2020-11-09"
	},
	"LWG3229": {
		"type": "issue",
		"title": "§[res.on.exception.handling]#3 cannot apply to types with implicitly declared destructors",
		"long_link": "https://cplusplus.github.io/LWG/issue3229",
		"link": "https://wg21.link/lwg3229",
		"section": "16.4.6.14 [res.on.exception.handling]",
		"status": "New",
		"submitter": "Nevin Liber",
		"opened": "2019-06-28",
		"last_modified": "2023-01-29"
	},
	"LWG3230": {
		"type": "issue",
		"title": "Format specifier %y/%Y is missing locale alternative versions",
		"long_link": "https://cplusplus.github.io/LWG/issue3230",
		"link": "https://wg21.link/lwg3230",
		"section": "30.13 [time.parse]",
		"status": "C++20",
		"submitter": "Tomasz Kamiński",
		"opened": "2019-06-29",
		"last_modified": "2021-02-25"
	},
	"LWG3231": {
		"type": "issue",
		"title": "year_month_day_last::day specification does not cover !ok() values",
		"long_link": "https://cplusplus.github.io/LWG/issue3231",
		"link": "https://wg21.link/lwg3231",
		"section": "30.8.15.2 [time.cal.ymdlast.members]",
		"status": "C++20",
		"submitter": "Tomasz Kamiński",
		"opened": "2019-06-29",
		"last_modified": "2021-02-25"
	},
	"LWG3232": {
		"type": "issue",
		"title": "Inconsistency in zoned_time deduction guides",
		"long_link": "https://cplusplus.github.io/LWG/issue3232",
		"link": "https://wg21.link/lwg3232",
		"section": "30.11.7.1 [time.zone.zonedtime.overview]",
		"status": "C++20",
		"submitter": "Tomasz Kamiński",
		"opened": "2019-06-30",
		"last_modified": "2021-02-25"
	},
	"LWG3233": {
		"type": "issue",
		"title": "Broken requirements for shared_ptr converting constructors",
		"long_link": "https://cplusplus.github.io/LWG/issue3233",
		"link": "https://wg21.link/lwg3233",
		"section": "20.3.2.2.2 [util.smartptr.shared.const]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2019-07-10",
		"last_modified": "2021-02-25"
	},
	"LWG3234": {
		"type": "issue",
		"title": "Sufficient Additional Special Math Overloads",
		"long_link": "https://cplusplus.github.io/LWG/issue3234",
		"link": "https://wg21.link/lwg3234",
		"section": "29.7.1 [cmath.syn]",
		"status": "Resolved",
		"submitter": "Casey Carter",
		"opened": "2019-07-11",
		"last_modified": "2023-02-07"
	},
	"LWG3235": {
		"type": "issue",
		"title": "parse manipulator without abbreviation is not callable",
		"long_link": "https://cplusplus.github.io/LWG/issue3235",
		"link": "https://wg21.link/lwg3235",
		"section": "30.13 [time.parse]",
		"status": "C++20",
		"submitter": "Tomasz Kamiński",
		"opened": "2019-07-10",
		"last_modified": "2021-02-25"
	},
	"LWG3236": {
		"type": "issue",
		"title": "Random access iterator requirements lack limiting relational operators domain to comparing those from the same range",
		"long_link": "https://cplusplus.github.io/LWG/issue3236",
		"link": "https://wg21.link/lwg3236",
		"section": "24.3.5.7 [random.access.iterators]",
		"status": "C++23",
		"submitter": "Peter Sommerlad",
		"opened": "2019-07-15",
		"last_modified": "2023-11-22"
	},
	"LWG3237": {
		"type": "issue",
		"title": "LWG 3038 and 3190 have inconsistent PRs",
		"long_link": "https://cplusplus.github.io/LWG/issue3237",
		"link": "https://wg21.link/lwg3237",
		"section": "20.5.3.3 [mem.poly.allocator.mem]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2019-07-18",
		"last_modified": "2021-02-25"
	},
	"LWG3238": {
		"type": "issue",
		"title": "Insufficiently-defined behavior of std::function deduction guides",
		"long_link": "https://cplusplus.github.io/LWG/issue3238",
		"link": "https://wg21.link/lwg3238",
		"section": "22.10.17.3.2 [func.wrap.func.con]",
		"status": "C++20",
		"submitter": "Louis Dionne",
		"opened": "2019-07-17",
		"last_modified": "2021-02-25"
	},
	"LWG3239": {
		"type": "issue",
		"title": "Hidden friends should be specified more narrowly",
		"long_link": "https://cplusplus.github.io/LWG/issue3239",
		"link": "https://wg21.link/lwg3239",
		"section": "17.12.2.2 [cmp.partialord], 17.12.2.3 [cmp.weakord], 17.12.2.4 [cmp.strongord], 31.12.6 [fs.class.path], 23.2.5.1 [container.node.overview]",
		"status": "Resolved",
		"submitter": "Daniel Sunderland",
		"opened": "2019-07-19",
		"last_modified": "2021-06-06"
	},
	"LWG3240": {
		"type": "issue",
		"title": "Headers declare more than entities",
		"long_link": "https://cplusplus.github.io/LWG/issue3240",
		"link": "https://wg21.link/lwg3240",
		"section": "16.4.3.2 [using.headers]",
		"status": "New",
		"submitter": "Alisdair Meredith",
		"opened": "2019-07-24",
		"last_modified": "2020-04-07"
	},
	"LWG3241": {
		"type": "issue",
		"title": "chrono-spec grammar ambiguity in §[time.format]",
		"long_link": "https://cplusplus.github.io/LWG/issue3241",
		"link": "https://wg21.link/lwg3241",
		"section": "30.12 [time.format]",
		"status": "C++20",
		"submitter": "Victor Zverovich",
		"opened": "2019-07-24",
		"last_modified": "2021-02-25"
	},
	"LWG3242": {
		"type": "issue",
		"title": "std::format: missing rules for arg-id in width and precision",
		"long_link": "https://cplusplus.github.io/LWG/issue3242",
		"link": "https://wg21.link/lwg3242",
		"section": "28.5.2.2 [format.string.std]",
		"status": "C++20",
		"submitter": "Richard Smith",
		"opened": "2019-07-31",
		"last_modified": "2021-02-25"
	},
	"LWG3243": {
		"type": "issue",
		"title": "std::format and negative zeroes",
		"long_link": "https://cplusplus.github.io/LWG/issue3243",
		"link": "https://wg21.link/lwg3243",
		"section": "28.5.2 [format.string]",
		"status": "C++20",
		"submitter": "Richard Smith",
		"opened": "2019-07-31",
		"last_modified": "2021-02-25"
	},
	"LWG3244": {
		"type": "issue",
		"title": "Constraints for Source in §[fs.path.req] insufficiently constrainty",
		"long_link": "https://cplusplus.github.io/LWG/issue3244",
		"link": "https://wg21.link/lwg3244",
		"section": "31.12.6.4 [fs.path.req]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2019-08-02",
		"last_modified": "2021-02-25"
	},
	"LWG3245": {
		"type": "issue",
		"title": "Unnecessary restriction on '%p' parse specifier",
		"long_link": "https://cplusplus.github.io/LWG/issue3245",
		"link": "https://wg21.link/lwg3245",
		"section": "30.13 [time.parse]",
		"status": "C++20",
		"submitter": "Tomasz Kamiński",
		"opened": "2019-07-31",
		"last_modified": "2021-02-25"
	},
	"LWG3246": {
		"type": "issue",
		"title": "What are the constraints on the template parameter of basic_format_arg?",
		"long_link": "https://cplusplus.github.io/LWG/issue3246",
		"link": "https://wg21.link/lwg3246",
		"section": "28.5.8.1 [format.arg]",
		"status": "C++20",
		"submitter": "Richard Smith",
		"opened": "2019-08-01",
		"last_modified": "2021-02-25"
	},
	"LWG3247": {
		"type": "issue",
		"title": "ranges::iter_move should perform ADL-only lookup of iter_move",
		"long_link": "https://cplusplus.github.io/LWG/issue3247",
		"link": "https://wg21.link/lwg3247",
		"section": "24.3.3.1 [iterator.cust.move]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2019-07-29",
		"last_modified": "2021-02-25"
	},
	"LWG3248": {
		"type": "issue",
		"title": "std::format #b, #B, #o, #x, and #X presentation types misformat negative numbers",
		"long_link": "https://cplusplus.github.io/LWG/issue3248",
		"link": "https://wg21.link/lwg3248",
		"section": "28.5.2.2 [format.string.std]",
		"status": "C++20",
		"submitter": "Richard Smith",
		"opened": "2019-08-01",
		"last_modified": "2021-02-25"
	},
	"LWG3249": {
		"type": "issue",
		"title": "There are no 'pointers' in §[atomics.lockfree]",
		"long_link": "https://cplusplus.github.io/LWG/issue3249",
		"link": "https://wg21.link/lwg3249",
		"section": "32.5.5 [atomics.lockfree]",
		"status": "C++23",
		"submitter": "Billy O'Neal III",
		"opened": "2019-08-03",
		"last_modified": "2023-11-22"
	},
	"LWG3250": {
		"type": "issue",
		"title": "std::format: # (alternate form) for NaN and inf",
		"long_link": "https://cplusplus.github.io/LWG/issue3250",
		"link": "https://wg21.link/lwg3250",
		"section": "28.5.2.2 [format.string.std]",
		"status": "C++20",
		"submitter": "Richard Smith",
		"opened": "2019-08-05",
		"last_modified": "2021-02-25"
	},
	"LWG3251": {
		"type": "issue",
		"title": "Are std::format alignment specifiers applied to string arguments?",
		"long_link": "https://cplusplus.github.io/LWG/issue3251",
		"link": "https://wg21.link/lwg3251",
		"section": "28.5.2 [format.string]",
		"status": "C++20",
		"submitter": "Richard Smith",
		"opened": "2019-08-02",
		"last_modified": "2021-02-25"
	},
	"LWG3252": {
		"type": "issue",
		"title": "Parse locale's aware modifiers for commands are not consistent with POSIX spec",
		"long_link": "https://cplusplus.github.io/LWG/issue3252",
		"link": "https://wg21.link/lwg3252",
		"section": "30.13 [time.parse]",
		"status": "C++20",
		"submitter": "Tomasz Kamiński",
		"opened": "2019-08-06",
		"last_modified": "2021-02-25"
	},
	"LWG3253": {
		"type": "issue",
		"title": "basic_syncbuf::basic_syncbuf() should not be explicit",
		"long_link": "https://cplusplus.github.io/LWG/issue3253",
		"link": "https://wg21.link/lwg3253",
		"section": "31.11.2.1 [syncstream.syncbuf.overview]",
		"status": "C++20",
		"submitter": "Nevin Liber",
		"opened": "2019-08-06",
		"last_modified": "2021-02-25"
	},
	"LWG3254": {
		"type": "issue",
		"title": "Strike stop_token's operator!=",
		"long_link": "https://cplusplus.github.io/LWG/issue3254",
		"link": "https://wg21.link/lwg3254",
		"section": "32.3.4 [stoptoken]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2019-08-06",
		"last_modified": "2021-02-25"
	},
	"LWG3255": {
		"type": "issue",
		"title": "span's array constructor is too strict",
		"long_link": "https://cplusplus.github.io/LWG/issue3255",
		"link": "https://wg21.link/lwg3255",
		"section": "23.7.2.2.2 [span.cons]",
		"status": "C++20",
		"submitter": "Jean Guegant & Barry Revzin",
		"opened": "2019-08-10",
		"last_modified": "2021-02-25"
	},
	"LWG3256": {
		"type": "issue",
		"title": "Feature testing macro for constexpr algorithms",
		"long_link": "https://cplusplus.github.io/LWG/issue3256",
		"link": "https://wg21.link/lwg3256",
		"section": "17.3.1 [support.limits.general]",
		"status": "C++20",
		"submitter": "Antony Polukhin",
		"opened": "2019-08-14",
		"last_modified": "2021-02-25"
	},
	"LWG3257": {
		"type": "issue",
		"title": "Missing feature testing macro update from P0858",
		"long_link": "https://cplusplus.github.io/LWG/issue3257",
		"link": "https://wg21.link/lwg3257",
		"section": "17.3.1 [support.limits.general]",
		"status": "C++20",
		"submitter": "Antony Polukhin",
		"opened": "2019-08-14",
		"last_modified": "2021-02-25",
		"papers": [
			"P0858"
		]
	},
	"LWG3258": {
		"type": "issue",
		"title": "Range access and initializer_list",
		"long_link": "https://cplusplus.github.io/LWG/issue3258",
		"link": "https://wg21.link/lwg3258",
		"section": "25.3.2 [range.access.begin], 25.3.3 [range.access.end], 25.3.6 [range.access.rbegin], 25.3.7 [range.access.rend]",
		"status": "Resolved",
		"submitter": "Casey Carter",
		"opened": "2019-08-15",
		"last_modified": "2021-06-23"
	},
	"LWG3259": {
		"type": "issue",
		"title": "The definition of constexpr iterators should be adjusted",
		"long_link": "https://cplusplus.github.io/LWG/issue3259",
		"link": "https://wg21.link/lwg3259",
		"section": "24.3.1 [iterator.requirements.general]",
		"status": "C++20",
		"submitter": "Daniel Krügler",
		"opened": "2019-08-18",
		"last_modified": "2021-02-25"
	},
	"LWG3260": {
		"type": "issue",
		"title": "year_month* arithmetic rejects durations convertible to years",
		"long_link": "https://cplusplus.github.io/LWG/issue3260",
		"link": "https://wg21.link/lwg3260",
		"section": "30.8 [time.cal]",
		"status": "C++20",
		"submitter": "Tomasz Kamiński",
		"opened": "2019-08-15",
		"last_modified": "2021-02-25"
	},
	"LWG3261": {
		"type": "issue",
		"title": "regex components' noexcept annotations appear broken for POCMA or throwing BidirectionalIterator",
		"long_link": "https://cplusplus.github.io/LWG/issue3261",
		"link": "https://wg21.link/lwg3261",
		"section": "28.6.7 [re.regex], 28.6.9 [re.results]",
		"status": "New",
		"submitter": "Billy O'Neal III",
		"opened": "2019-08-17",
		"last_modified": "2019-10-07"
	},
	"LWG3262": {
		"type": "issue",
		"title": "Formatting of negative durations is not specified",
		"long_link": "https://cplusplus.github.io/LWG/issue3262",
		"link": "https://wg21.link/lwg3262",
		"section": "30.12 [time.format]",
		"status": "C++20",
		"submitter": "Tomasz Kamiński",
		"opened": "2019-08-18",
		"last_modified": "2021-02-25"
	},
	"LWG3263": {
		"type": "issue",
		"title": "Atomic waiting function calls should only be unblocked once",
		"long_link": "https://cplusplus.github.io/LWG/issue3263",
		"link": "https://wg21.link/lwg3263",
		"section": "32.5.6 [atomics.wait]",
		"status": "New",
		"submitter": "Geoffrey Romer",
		"opened": "2019-08-19",
		"last_modified": "2020-09-06"
	},
	"LWG3264": {
		"type": "issue",
		"title": "sized_range and ranges::size redundantly use disable_sized_range",
		"long_link": "https://cplusplus.github.io/LWG/issue3264",
		"link": "https://wg21.link/lwg3264",
		"section": "25.4.4 [range.sized]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2019-08-26",
		"last_modified": "2021-02-25"
	},
	"LWG3265": {
		"type": "issue",
		"title": "move_iterator's conversions are more broken after P1207",
		"long_link": "https://cplusplus.github.io/LWG/issue3265",
		"link": "https://wg21.link/lwg3265",
		"section": "24.5.4.4 [move.iter.cons]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2019-08-23",
		"last_modified": "2023-11-22",
		"papers": [
			"P1207"
		]
	},
	"LWG3266": {
		"type": "issue",
		"title": "to_chars(bool) should be deleted",
		"long_link": "https://cplusplus.github.io/LWG/issue3266",
		"link": "https://wg21.link/lwg3266",
		"section": "28.2.1 [charconv.syn]",
		"status": "C++20",
		"submitter": "Jens Maurer",
		"opened": "2019-08-23",
		"last_modified": "2021-02-25"
	},
	"LWG3267": {
		"type": "issue",
		"title": "Rebound allocators and is_always_equal",
		"long_link": "https://cplusplus.github.io/LWG/issue3267",
		"link": "https://wg21.link/lwg3267",
		"section": "16.4.4.6 [allocator.requirements]",
		"status": "New",
		"submitter": "FrankHB1989",
		"opened": "2019-08-27",
		"last_modified": "2023-01-14"
	},
	"LWG3268": {
		"type": "issue",
		"title": "memory_order::memory_order_foo broken in C++20",
		"long_link": "https://cplusplus.github.io/LWG/issue3268",
		"link": "https://wg21.link/lwg3268",
		"section": "32.5.4 [atomics.order]",
		"status": "New",
		"submitter": "Eric Fiselier",
		"opened": "2019-08-31",
		"last_modified": "2020-09-06"
	},
	"LWG3269": {
		"type": "issue",
		"title": "Parse manipulators do not specify the result of the extraction from stream",
		"long_link": "https://cplusplus.github.io/LWG/issue3269",
		"link": "https://wg21.link/lwg3269",
		"section": "30.13 [time.parse]",
		"status": "C++20",
		"submitter": "Tomasz Kamiński",
		"opened": "2019-09-01",
		"last_modified": "2021-02-25"
	},
	"LWG3270": {
		"type": "issue",
		"title": "Parsing and formatting %j with durations",
		"long_link": "https://cplusplus.github.io/LWG/issue3270",
		"link": "https://wg21.link/lwg3270",
		"section": "30.12 [time.format], 30.13 [time.parse]",
		"status": "C++20",
		"submitter": "Howard Hinnant",
		"opened": "2019-09-02",
		"last_modified": "2021-02-25"
	},
	"LWG3271": {
		"type": "issue",
		"title": "Parsing functions should save and restore stream format state",
		"long_link": "https://cplusplus.github.io/LWG/issue3271",
		"link": "https://wg21.link/lwg3271",
		"section": "30.13 [time.parse]",
		"status": "NAD",
		"submitter": "Howard Hinnant",
		"opened": "2019-09-02",
		"last_modified": "2020-09-06"
	},
	"LWG3272": {
		"type": "issue",
		"title": "%I%p should parse/format duration since midnight",
		"long_link": "https://cplusplus.github.io/LWG/issue3272",
		"link": "https://wg21.link/lwg3272",
		"section": "30.12 [time.format], 30.13 [time.parse]",
		"status": "C++20",
		"submitter": "Howard Hinnant",
		"opened": "2019-09-02",
		"last_modified": "2021-02-25"
	},
	"LWG3273": {
		"type": "issue",
		"title": "Specify weekday_indexed to range of [0, 7]",
		"long_link": "https://cplusplus.github.io/LWG/issue3273",
		"link": "https://wg21.link/lwg3273",
		"section": "30.8.7.2 [time.cal.wdidx.members]",
		"status": "C++20",
		"submitter": "Howard Hinnant",
		"opened": "2019-09-02",
		"last_modified": "2021-02-25"
	},
	"LWG3274": {
		"type": "issue",
		"title": "Missing feature test macro for <span>",
		"long_link": "https://cplusplus.github.io/LWG/issue3274",
		"link": "https://wg21.link/lwg3274",
		"section": "17.3.1 [support.limits.general]",
		"status": "C++20",
		"submitter": "Jonathan Wakely",
		"opened": "2019-09-05",
		"last_modified": "2021-02-25"
	},
	"LWG3275": {
		"type": "issue",
		"title": "Why does time_get::do_get require a valid pointer when none of the others do?",
		"long_link": "https://cplusplus.github.io/LWG/issue3275",
		"link": "https://wg21.link/lwg3275",
		"section": "28.3.4.6.2.3 [locale.time.get.virtuals]",
		"status": "New",
		"submitter": "Marshall Clow",
		"opened": "2019-09-09",
		"last_modified": "2020-09-06"
	},
	"LWG3276": {
		"type": "issue",
		"title": "Class split_view::outer_iterator::value_type should inherit from view_interface",
		"long_link": "https://cplusplus.github.io/LWG/issue3276",
		"link": "https://wg21.link/lwg3276",
		"section": "25.7.16.4 [range.lazy.split.outer.value]",
		"status": "C++20",
		"submitter": "Eric Niebler",
		"opened": "2019-09-09",
		"last_modified": "2023-02-07"
	},
	"LWG3277": {
		"type": "issue",
		"title": "Pre-increment on prvalues is not a requirement of weakly_incrementable",
		"long_link": "https://cplusplus.github.io/LWG/issue3277",
		"link": "https://wg21.link/lwg3277",
		"section": "24.3.4.13 [iterator.concept.random.access]",
		"status": "C++20",
		"submitter": "Eric Niebler",
		"opened": "2019-09-09",
		"last_modified": "2021-02-25"
	},
	"LWG3278": {
		"type": "issue",
		"title": "join_view<V>::iterator<true> tries to write through const join_view ptr",
		"long_link": "https://cplusplus.github.io/LWG/issue3278",
		"link": "https://wg21.link/lwg3278",
		"section": "25.7.14.2 [range.join.view]",
		"status": "Resolved",
		"submitter": "Eric Niebler",
		"opened": "2019-09-09",
		"last_modified": "2020-09-06"
	},
	"LWG3279": {
		"type": "issue",
		"title": "shared_ptr<int>& does not not satisfy readable",
		"long_link": "https://cplusplus.github.io/LWG/issue3279",
		"link": "https://wg21.link/lwg3279",
		"section": "24.3.4.2 [iterator.concept.readable]",
		"status": "Resolved",
		"submitter": "Eric Niebler",
		"opened": "2019-09-09",
		"last_modified": "2020-09-06"
	},
	"LWG3280": {
		"type": "issue",
		"title": "View converting constructors can cause constraint recursion and are unneeded",
		"long_link": "https://cplusplus.github.io/LWG/issue3280",
		"link": "https://wg21.link/lwg3280",
		"section": "25.7.8.2 [range.filter.view], 25.7.9.2 [range.transform.view], 25.7.10.2 [range.take.view], 25.7.14.2 [range.join.view], 25.7.17.2 [range.split.view], 25.7.21.2 [range.reverse.view]",
		"status": "C++20",
		"submitter": "Eric Niebler",
		"opened": "2019-09-09",
		"last_modified": "2021-02-25"
	},
	"LWG3281": {
		"type": "issue",
		"title": "Conversion from pair-like types to subrange is a silent semantic promotion",
		"long_link": "https://cplusplus.github.io/LWG/issue3281",
		"link": "https://wg21.link/lwg3281",
		"section": "25.5.4 [range.subrange]",
		"status": "C++20",
		"submitter": "Eric Niebler",
		"opened": "2019-09-10",
		"last_modified": "2021-02-25"
	},
	"LWG3282": {
		"type": "issue",
		"title": "subrange converting constructor should disallow derived to base conversions",
		"long_link": "https://cplusplus.github.io/LWG/issue3282",
		"link": "https://wg21.link/lwg3282",
		"section": "25.5.4 [range.subrange]",
		"status": "C++20",
		"submitter": "Eric Niebler",
		"opened": "2019-09-10",
		"last_modified": "2021-02-25"
	},
	"LWG3283": {
		"type": "issue",
		"title": "Types satisfying input_iterator but not equality_comparable look like C++17 output iterators",
		"long_link": "https://cplusplus.github.io/LWG/issue3283",
		"link": "https://wg21.link/lwg3283",
		"section": "24.3.2.3 [iterator.traits]",
		"status": "Resolved",
		"submitter": "Eric Niebler",
		"opened": "2019-09-10",
		"last_modified": "2021-05-18"
	},
	"LWG3284": {
		"type": "issue",
		"title": "random_access_iterator semantic constraints accidentally promote difference type using unary negate",
		"long_link": "https://cplusplus.github.io/LWG/issue3284",
		"link": "https://wg21.link/lwg3284",
		"section": "24.3.4.13 [iterator.concept.random.access]",
		"status": "C++20",
		"submitter": "Eric Niebler",
		"opened": "2019-09-10",
		"last_modified": "2021-02-25"
	},
	"LWG3285": {
		"type": "issue",
		"title": "The type of a customization point object shall satisfy semiregular",
		"long_link": "https://cplusplus.github.io/LWG/issue3285",
		"link": "https://wg21.link/lwg3285",
		"section": "16.3.3.3.5 [customization.point.object]",
		"status": "C++20",
		"submitter": "Eric Niebler",
		"opened": "2019-09-10",
		"last_modified": "2021-02-25"
	},
	"LWG3286": {
		"type": "issue",
		"title": "ranges::size is not required to be valid after a call to ranges::begin on an input range",
		"long_link": "https://cplusplus.github.io/LWG/issue3286",
		"link": "https://wg21.link/lwg3286",
		"section": "25.7.10.2 [range.take.view], 25.5.4.2 [range.subrange.ctor]",
		"status": "C++20",
		"submitter": "Eric Niebler",
		"opened": "2019-09-10",
		"last_modified": "2021-02-25"
	},
	"LWG3287": {
		"type": "issue",
		"title": "Exposition-only cpp17-input-iterator concept is needlessly complex",
		"long_link": "https://cplusplus.github.io/LWG/issue3287",
		"link": "https://wg21.link/lwg3287",
		"section": "24.3.2.3 [iterator.traits]",
		"status": "New",
		"submitter": "Eric Niebler",
		"opened": "2019-09-10",
		"last_modified": "2020-09-06"
	},
	"LWG3288": {
		"type": "issue",
		"title": "atomic<T>::notify_one is unimplementable",
		"long_link": "https://cplusplus.github.io/LWG/issue3288",
		"link": "https://wg21.link/lwg3288",
		"section": "32.5.6 [atomics.wait]",
		"status": "New",
		"submitter": "Anthony Williams",
		"opened": "2019-09-11",
		"last_modified": "2020-09-06"
	},
	"LWG3289": {
		"type": "issue",
		"title": "Cannot opt out of C++17 iterator-ness without also opting out of C++20 iterator-ness",
		"long_link": "https://cplusplus.github.io/LWG/issue3289",
		"link": "https://wg21.link/lwg3289",
		"section": "24.3.2.3 [iterator.traits], 24.5.5.2 [common.iter.types]",
		"status": "Resolved",
		"submitter": "Eric Niebler",
		"opened": "2019-09-11",
		"last_modified": "2021-05-18"
	},
	"LWG3290": {
		"type": "issue",
		"title": "Are std::format field widths code units, code points, or something else?",
		"long_link": "https://cplusplus.github.io/LWG/issue3290",
		"link": "https://wg21.link/lwg3290",
		"section": "28.5.2.2 [format.string.std]",
		"status": "C++20",
		"submitter": "Tom Honermann",
		"opened": "2019-09-08",
		"last_modified": "2021-02-25"
	},
	"LWG3291": {
		"type": "issue",
		"title": "iota_view::iterator has the wrong iterator_category",
		"long_link": "https://cplusplus.github.io/LWG/issue3291",
		"link": "https://wg21.link/lwg3291",
		"section": "25.6.4.3 [range.iota.iterator]",
		"status": "C++20",
		"submitter": "Eric Niebler",
		"opened": "2019-09-13",
		"last_modified": "2021-02-25"
	},
	"LWG3292": {
		"type": "issue",
		"title": "iota_view is under-constrained",
		"long_link": "https://cplusplus.github.io/LWG/issue3292",
		"link": "https://wg21.link/lwg3292",
		"section": "25.6.4.2 [range.iota.view]",
		"status": "C++20",
		"submitter": "Barry Revzin",
		"opened": "2019-09-13",
		"last_modified": "2021-02-25"
	},
	"LWG3293": {
		"type": "issue",
		"title": "move_iterator operator+() has incorrect constraints",
		"long_link": "https://cplusplus.github.io/LWG/issue3293",
		"link": "https://wg21.link/lwg3293",
		"section": "24.5.4.9 [move.iter.nonmember]",
		"status": "C++23",
		"submitter": "Bo Persson",
		"opened": "2019-09-13",
		"last_modified": "2023-11-22"
	},
	"LWG3294": {
		"type": "issue",
		"title": "zoned_time deduction guides misinterprets string/char*",
		"long_link": "https://cplusplus.github.io/LWG/issue3294",
		"link": "https://wg21.link/lwg3294",
		"section": "30.11.7.1 [time.zone.zonedtime.overview]",
		"status": "C++20",
		"submitter": "Tomasz Kamiński",
		"opened": "2019-09-14",
		"last_modified": "2021-02-25"
	},
	"LWG3295": {
		"type": "issue",
		"title": "Comparison category operator== are mis-specified",
		"long_link": "https://cplusplus.github.io/LWG/issue3295",
		"link": "https://wg21.link/lwg3295",
		"section": "17.12.2 [cmp.categories]",
		"status": "Resolved",
		"submitter": "Barry Revzin",
		"opened": "2019-09-14",
		"last_modified": "2019-12-29"
	},
	"LWG3296": {
		"type": "issue",
		"title": "Inconsistent default argument for basic_regex<>::assign",
		"long_link": "https://cplusplus.github.io/LWG/issue3296",
		"link": "https://wg21.link/lwg3296",
		"section": "28.6.7 [re.regex]",
		"status": "C++20",
		"submitter": "Mark de Wever",
		"opened": "2019-09-16",
		"last_modified": "2021-02-25"
	},
	"LWG3297": {
		"type": "issue",
		"title": "Useless sequence container requirement",
		"long_link": "https://cplusplus.github.io/LWG/issue3297",
		"link": "https://wg21.link/lwg3297",
		"section": "23.2.4 [sequence.reqmts]",
		"status": "New",
		"submitter": "Casey Carter",
		"opened": "2019-09-17",
		"last_modified": "2022-04-24"
	},
	"LWG3298": {
		"type": "issue",
		"title": "Range adaptors introduced by P1035 do not require viewable_range",
		"long_link": "https://cplusplus.github.io/LWG/issue3298",
		"link": "https://wg21.link/lwg3298",
		"section": "25.7.11.2 [range.take.while.view], 25.7.12.2 [range.drop.view], 25.7.13.2 [range.drop.while.view]",
		"status": "NAD",
		"submitter": "Christopher Di Bella",
		"opened": "2019-09-24",
		"last_modified": "2020-09-06",
		"papers": [
			"P1035"
		]
	},
	"LWG3299": {
		"type": "issue",
		"title": "Pointers don't need customized iterator behavior",
		"long_link": "https://cplusplus.github.io/LWG/issue3299",
		"link": "https://wg21.link/lwg3299",
		"section": "24.3.3.1 [iterator.cust.move], 24.3.3.2 [iterator.cust.swap]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2019-10-07",
		"last_modified": "2021-02-25"
	},
	"LWG3300": {
		"type": "issue",
		"title": "Non-array ssize overload is underconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue3300",
		"link": "https://wg21.link/lwg3300",
		"section": "24.7 [iterator.range]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2019-09-27",
		"last_modified": "2021-02-25"
	},
	"LWG3301": {
		"type": "issue",
		"title": "transform_view::iterator has incorrect iterator_category",
		"long_link": "https://cplusplus.github.io/LWG/issue3301",
		"link": "https://wg21.link/lwg3301",
		"section": "25.7.9.3 [range.transform.iterator]",
		"status": "C++20",
		"submitter": "Michel Morin",
		"opened": "2019-10-03",
		"last_modified": "2021-02-25"
	},
	"LWG3302": {
		"type": "issue",
		"title": "Range adaptor objects keys and values are unspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue3302",
		"link": "https://wg21.link/lwg3302",
		"section": "25.2 [ranges.syn]",
		"status": "C++20",
		"submitter": "Michel Morin",
		"opened": "2019-10-04",
		"last_modified": "2021-02-25"
	},
	"LWG3303": {
		"type": "issue",
		"title": "Bad \"constexpr\" marker for destroy/destroy_n",
		"long_link": "https://cplusplus.github.io/LWG/issue3303",
		"link": "https://wg21.link/lwg3303",
		"section": "20.2.2 [memory.syn]",
		"status": "C++20",
		"submitter": "Jens Maurer",
		"opened": "2019-10-10",
		"last_modified": "2021-02-25"
	},
	"LWG3304": {
		"type": "issue",
		"title": "Allocate functions of std::polymorphic_allocator should require [[nodiscard]]",
		"long_link": "https://cplusplus.github.io/LWG/issue3304",
		"link": "https://wg21.link/lwg3304",
		"section": "20.5.3 [mem.poly.allocator.class]",
		"status": "C++20",
		"submitter": "Hiroaki Ando",
		"opened": "2019-10-16",
		"last_modified": "2021-02-25"
	},
	"LWG3305": {
		"type": "issue",
		"title": "any_cast<void>",
		"long_link": "https://cplusplus.github.io/LWG/issue3305",
		"link": "https://wg21.link/lwg3305",
		"section": "22.7.5 [any.nonmembers]",
		"status": "WP",
		"submitter": "John Shaw",
		"opened": "2019-10-16",
		"last_modified": "2023-11-22"
	},
	"LWG3306": {
		"type": "issue",
		"title": "ranges::advance violates its preconditions",
		"long_link": "https://cplusplus.github.io/LWG/issue3306",
		"link": "https://wg21.link/lwg3306",
		"section": "24.4.4.2 [range.iter.op.advance]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2019-10-27",
		"last_modified": "2023-11-22"
	},
	"LWG3307": {
		"type": "issue",
		"title": "std::allocator<void>().allocate(n)",
		"long_link": "https://cplusplus.github.io/LWG/issue3307",
		"link": "https://wg21.link/lwg3307",
		"section": "20.2.10 [default.allocator]",
		"status": "C++20",
		"submitter": "Jonathan Wakely",
		"opened": "2019-10-25",
		"last_modified": "2021-02-25"
	},
	"LWG3308": {
		"type": "issue",
		"title": "vector and deque iterator erase invalidates elements even when no change occurs",
		"long_link": "https://cplusplus.github.io/LWG/issue3308",
		"link": "https://wg21.link/lwg3308",
		"section": "23.3.5.4 [deque.modifiers], 23.3.13.5 [vector.modifiers]",
		"status": "New",
		"submitter": "Billy O'Neal III",
		"opened": "2019-10-29",
		"last_modified": "2019-11-04"
	},
	"LWG3309": {
		"type": "issue",
		"title": "Is <ios> implicitly #included by <sstream>, <fstream> etc.?",
		"long_link": "https://cplusplus.github.io/LWG/issue3309",
		"link": "https://wg21.link/lwg3309",
		"section": "31.8 [string.streams], 31.10 [file.streams]",
		"status": "New",
		"submitter": "Jens Maurer",
		"opened": "2019-11-01",
		"last_modified": "2019-11-04"
	},
	"LWG3310": {
		"type": "issue",
		"title": "Replace SIZE_MAX with numeric_limits<size_t>::max()",
		"long_link": "https://cplusplus.github.io/LWG/issue3310",
		"link": "https://wg21.link/lwg3310",
		"section": "20.5.3.3 [mem.poly.allocator.mem]",
		"status": "C++20",
		"submitter": "Japan",
		"opened": "2019-11-04",
		"last_modified": "2021-02-25"
	},
	"LWG3311": {
		"type": "issue",
		"title": "basic_string::operator=(charT c) should be constrained",
		"long_link": "https://cplusplus.github.io/LWG/issue3311",
		"link": "https://wg21.link/lwg3311",
		"section": "27.4.3.3 [string.cons]",
		"status": "Dup",
		"submitter": "Russia",
		"opened": "2019-11-04",
		"last_modified": "2019-11-16"
	},
	"LWG3312": {
		"type": "issue",
		"title": "polymorphic_allocator::allocate_object and new_object should be [[nodiscard]]",
		"long_link": "https://cplusplus.github.io/LWG/issue3312",
		"link": "https://wg21.link/lwg3312",
		"section": "20.5.3 [mem.poly.allocator.class]",
		"status": "Dup",
		"submitter": "United States",
		"opened": "2019-11-04",
		"last_modified": "2019-11-16"
	},
	"LWG3313": {
		"type": "issue",
		"title": "join_view::iterator::operator-- is incorrectly constrained",
		"long_link": "https://cplusplus.github.io/LWG/issue3313",
		"link": "https://wg21.link/lwg3313",
		"section": "25.7.14.3 [range.join.iterator]",
		"status": "C++20",
		"submitter": "United States",
		"opened": "2019-11-04",
		"last_modified": "2021-02-25"
	},
	"LWG3314": {
		"type": "issue",
		"title": "Is stream insertion behavior locale dependent when Period::type is micro?",
		"long_link": "https://cplusplus.github.io/LWG/issue3314",
		"link": "https://wg21.link/lwg3314",
		"section": "30.5.11 [time.duration.io]",
		"status": "C++20",
		"submitter": "Tom Honermann",
		"opened": "2019-11-04",
		"last_modified": "2021-02-25"
	},
	"LWG3315": {
		"type": "issue",
		"title": "Correct Allocator Default Behavior",
		"long_link": "https://cplusplus.github.io/LWG/issue3315",
		"link": "https://wg21.link/lwg3315",
		"section": "16.4.4.6 [allocator.requirements]",
		"status": "C++20",
		"submitter": "United States",
		"opened": "2019-11-04",
		"last_modified": "2021-02-25"
	},
	"LWG3316": {
		"type": "issue",
		"title": "Correctly define epoch for utc_clock / utc_timepoint",
		"long_link": "https://cplusplus.github.io/LWG/issue3316",
		"link": "https://wg21.link/lwg3316",
		"section": "30.7.3.1 [time.clock.utc.overview]",
		"status": "C++20",
		"submitter": "Great Britain",
		"opened": "2019-11-05",
		"last_modified": "2021-02-25"
	},
	"LWG3317": {
		"type": "issue",
		"title": "Incorrect operator<< for floating-point durations",
		"long_link": "https://cplusplus.github.io/LWG/issue3317",
		"link": "https://wg21.link/lwg3317",
		"section": "30.5.11 [time.duration.io]",
		"status": "C++20",
		"submitter": "United States",
		"opened": "2019-11-05",
		"last_modified": "2021-02-25"
	},
	"LWG3318": {
		"type": "issue",
		"title": "Clarify whether clocks can represent time before their epoch",
		"long_link": "https://cplusplus.github.io/LWG/issue3318",
		"link": "https://wg21.link/lwg3318",
		"section": "30.7.2.1 [time.clock.system.overview]",
		"status": "C++20",
		"submitter": "Great Britain",
		"opened": "2019-11-05",
		"last_modified": "2021-02-25"
	},
	"LWG3319": {
		"type": "issue",
		"title": "Properly reference specification of IANA time zone database",
		"long_link": "https://cplusplus.github.io/LWG/issue3319",
		"link": "https://wg21.link/lwg3319",
		"section": "30.11.1 [time.zone.general]",
		"status": "C++20",
		"submitter": "Germany",
		"opened": "2019-11-05",
		"last_modified": "2021-02-25"
	},
	"LWG3320": {
		"type": "issue",
		"title": "span::cbegin/cend methods produce different results than std::[ranges::]cbegin/cend",
		"long_link": "https://cplusplus.github.io/LWG/issue3320",
		"link": "https://wg21.link/lwg3320",
		"section": "23.7.2.2.7 [span.iterators]",
		"status": "C++20",
		"submitter": "Poland",
		"opened": "2019-11-06",
		"last_modified": "2021-02-25"
	},
	"LWG3321": {
		"type": "issue",
		"title": "uninitialized_construct_using_allocator should use construct_at",
		"long_link": "https://cplusplus.github.io/LWG/issue3321",
		"link": "https://wg21.link/lwg3321",
		"section": "20.2.8.2 [allocator.uses.construction]",
		"status": "C++20",
		"submitter": "United States",
		"opened": "2019-11-06",
		"last_modified": "2021-02-25"
	},
	"LWG3322": {
		"type": "issue",
		"title": "Add join_view::base() member function",
		"long_link": "https://cplusplus.github.io/LWG/issue3322",
		"link": "https://wg21.link/lwg3322",
		"section": "25.7.14.2 [range.join.view]",
		"status": "Resolved",
		"submitter": "United States",
		"opened": "2019-11-06",
		"last_modified": "2020-11-09"
	},
	"LWG3323": {
		"type": "issue",
		"title": "has-tuple-element helper concept needs convertible_to",
		"long_link": "https://cplusplus.github.io/LWG/issue3323",
		"link": "https://wg21.link/lwg3323",
		"section": "25.7.23.2 [range.elements.view]",
		"status": "C++20",
		"submitter": "Great Britain",
		"opened": "2019-11-06",
		"last_modified": "2021-02-25"
	},
	"LWG3324": {
		"type": "issue",
		"title": "Special-case std::strong/weak/partial_order for pointers",
		"long_link": "https://cplusplus.github.io/LWG/issue3324",
		"link": "https://wg21.link/lwg3324",
		"section": "17.12.6 [cmp.alg]",
		"status": "C++20",
		"submitter": "Canada",
		"opened": "2019-11-06",
		"last_modified": "2021-02-25"
	},
	"LWG3325": {
		"type": "issue",
		"title": "Constrain return type of transformation function for transform_view",
		"long_link": "https://cplusplus.github.io/LWG/issue3325",
		"link": "https://wg21.link/lwg3325",
		"section": "25.7.9.2 [range.transform.view]",
		"status": "C++20",
		"submitter": "United States",
		"opened": "2019-11-06",
		"last_modified": "2022-01-15"
	},
	"LWG3326": {
		"type": "issue",
		"title": "enable_view has false positives",
		"long_link": "https://cplusplus.github.io/LWG/issue3326",
		"link": "https://wg21.link/lwg3326",
		"section": "25.4.5 [range.view]",
		"status": "C++20",
		"submitter": "Germany",
		"opened": "2019-11-06",
		"last_modified": "2021-02-25"
	},
	"LWG3327": {
		"type": "issue",
		"title": "Format alignment specifiers vs. text direction",
		"long_link": "https://cplusplus.github.io/LWG/issue3327",
		"link": "https://wg21.link/lwg3327",
		"section": "28.5.2.2 [format.string.std]",
		"status": "C++20",
		"submitter": "Great Britain",
		"opened": "2019-11-07",
		"last_modified": "2021-02-25"
	},
	"LWG3328": {
		"type": "issue",
		"title": "Clarify that std::string is not good for UTF-8",
		"long_link": "https://cplusplus.github.io/LWG/issue3328",
		"link": "https://wg21.link/lwg3328",
		"section": "D.22.1 [depr.fs.path.factory]",
		"status": "C++20",
		"submitter": "The Netherlands",
		"opened": "2019-11-07",
		"last_modified": "2021-02-25"
	},
	"LWG3329": {
		"type": "issue",
		"title": "totally_ordered_with both directly and indirectly requires common_reference_with",
		"long_link": "https://cplusplus.github.io/LWG/issue3329",
		"link": "https://wg21.link/lwg3329",
		"section": "18.5.5 [concept.totallyordered]",
		"status": "C++20",
		"submitter": "United States",
		"opened": "2019-11-07",
		"last_modified": "2021-02-25"
	},
	"LWG3330": {
		"type": "issue",
		"title": "Include <compare> from most library headers",
		"long_link": "https://cplusplus.github.io/LWG/issue3330",
		"link": "https://wg21.link/lwg3330",
		"section": "17.13.2 [coroutine.syn], 19.5.2 [system.error.syn], 22.2.1 [utility.syn], 22.4.2 [tuple.syn], 22.5.2 [optional.syn], 22.6.2 [variant.syn], 20.2.2 [memory.syn], 17.7.6 [type.index.synopsis], 27.4.2 [string.syn], 27.3.2 [string.view.synop], 23.3.2 [array.syn], 23.3.4 [deque.syn], 23.3.6 [forward.list.syn], 23.3.10 [list.syn], 23.3.12 [vector.syn], 23.4.2 [associative.map.syn], 23.4.5 [associative.set.syn], 23.5.2 [unord.map.syn], 23.5.5 [unord.set.syn], 23.6.2 [queue.syn], 23.6.5 [stack.syn], 24.2 [iterator.synopsis], 25.2 [ranges.syn], 30.2 [time.syn], 31.12.4 [fs.filesystem.syn], 28.6.3 [re.syn], 32.4.2 [thread.syn]",
		"status": "C++20",
		"submitter": "United States",
		"opened": "2019-11-07",
		"last_modified": "2021-02-25"
	},
	"LWG3331": {
		"type": "issue",
		"title": "Define totally_ordered/_with in terms of partially-ordered-with",
		"long_link": "https://cplusplus.github.io/LWG/issue3331",
		"link": "https://wg21.link/lwg3331",
		"section": "18.5.5 [concept.totallyordered]",
		"status": "C++20",
		"submitter": "Great Britain",
		"opened": "2019-11-08",
		"last_modified": "2021-02-25"
	},
	"LWG3332": {
		"type": "issue",
		"title": "Issue in §[time.format]",
		"long_link": "https://cplusplus.github.io/LWG/issue3332",
		"link": "https://wg21.link/lwg3332",
		"section": "30.12 [time.format]",
		"status": "C++20",
		"submitter": "Mateusz Pusz",
		"opened": "2019-11-05",
		"last_modified": "2021-02-25"
	},
	"LWG3333": {
		"type": "issue",
		"title": "ranges::cbegin/ranges::cend, (and maybe ranges::crbegin/ranges::crend) are under-specified to allow rvalue-arrays",
		"long_link": "https://cplusplus.github.io/LWG/issue3333",
		"link": "https://wg21.link/lwg3333",
		"section": "25.3.4 [range.access.cbegin], 25.3.5 [range.access.cend]",
		"status": "NAD",
		"submitter": "Christopher Di Bella",
		"opened": "2019-11-06",
		"last_modified": "2020-02-13"
	},
	"LWG3334": {
		"type": "issue",
		"title": "basic_osyncstream move assignment and destruction calls basic_syncbuf::emit() twice",
		"long_link": "https://cplusplus.github.io/LWG/issue3334",
		"link": "https://wg21.link/lwg3334",
		"section": "31.11.3 [syncstream.osyncstream]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2019-11-06",
		"last_modified": "2021-02-25"
	},
	"LWG3335": {
		"type": "issue",
		"title": "Resolve C++20 NB comments US 273 and GB 274",
		"long_link": "https://cplusplus.github.io/LWG/issue3335",
		"link": "https://wg21.link/lwg3335",
		"section": "25.2 [ranges.syn]",
		"status": "C++20",
		"submitter": "United States/Great Britain",
		"opened": "2019-11-08",
		"last_modified": "2021-02-25"
	},
	"LWG3336": {
		"type": "issue",
		"title": "How does std::vformat handle exception thrown by formatters?",
		"long_link": "https://cplusplus.github.io/LWG/issue3336",
		"link": "https://wg21.link/lwg3336",
		"section": "28.5.5 [format.functions]",
		"status": "Resolved",
		"submitter": "Tam S. B.",
		"opened": "2019-11-11",
		"last_modified": "2020-09-06"
	},
	"LWG3337": {
		"type": "issue",
		"title": "What is \"is initialized\" supposed to mean?",
		"long_link": "https://cplusplus.github.io/LWG/issue3337",
		"link": "https://wg21.link/lwg3337",
		"section": "28.3.4.2.5.3 [locale.codecvt.virtuals]",
		"status": "New",
		"submitter": "Richard Smith",
		"opened": "2019-11-15",
		"last_modified": "2019-11-30"
	},
	"LWG3338": {
		"type": "issue",
		"title": "Rename default_constructible to default_initializable",
		"long_link": "https://cplusplus.github.io/LWG/issue3338",
		"link": "https://wg21.link/lwg3338",
		"section": "18.4.12 [concept.default.init]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2019-11-18",
		"last_modified": "2021-06-06"
	},
	"LWG3339": {
		"type": "issue",
		"title": "Move-constructed empty-container capacity",
		"long_link": "https://cplusplus.github.io/LWG/issue3339",
		"link": "https://wg21.link/lwg3339",
		"section": "27.4.3 [basic.string], 23.3.13 [vector], 23.5.3 [unord.map], 23.5.6 [unord.set], 23.2.2 [container.requirements.general]",
		"status": "New",
		"submitter": "Nathan Myers",
		"opened": "2019-11-17",
		"last_modified": "2020-09-06"
	},
	"LWG3340": {
		"type": "issue",
		"title": "Formatting functions should throw on argument/format string mismatch in §[format.functions]",
		"long_link": "https://cplusplus.github.io/LWG/issue3340",
		"link": "https://wg21.link/lwg3340",
		"section": "28.5.5 [format.functions]",
		"status": "C++20",
		"submitter": "Great Britain",
		"opened": "2019-11-17",
		"last_modified": "2021-02-25"
	},
	"LWG3341": {
		"type": "issue",
		"title": "basic_regex range constructor: Missing requirements for iterator types",
		"long_link": "https://cplusplus.github.io/LWG/issue3341",
		"link": "https://wg21.link/lwg3341",
		"section": "28.6.7.2 [re.regex.construct]",
		"status": "New",
		"submitter": "Денис Захаров",
		"opened": "2019-11-17",
		"last_modified": "2022-04-22"
	},
	"LWG3342": {
		"type": "issue",
		"title": "Library wording uses \"initializes x with y\", which is underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue3342",
		"link": "https://wg21.link/lwg3342",
		"section": "22.3.2 [pairs.pair], 22.4.4.2 [tuple.cnstr], 22.6.3.2 [variant.ctor], 32.5.8.7.2 [util.smartptr.atomic.shared], 20.6.3 [allocator.adaptor.cnstr], 28.5.6.6 [format.parse.ctx], 28.5.8.1 [format.arg], 23.6 [container.adaptors], 24.5 [predef.iterators], 25.5.4.2 [range.subrange.ctor], 25.6 [range.factories], 25.7 [range.adaptors], 26.10 [numeric.ops], 30.9 [time.hms], 28.6.11 [re.iter], 32.5.8 [atomics.types.generic], 32.5.9 [atomics.nonmembers], 32.3 [thread.stoptoken], 32.4 [thread.threads], 32.6 [thread.mutex], 32.8 [thread.sema], 32.9 [thread.coord], 32.10 [futures]",
		"status": "New",
		"submitter": "Richard Smith",
		"opened": "2019-11-21",
		"last_modified": "2019-12-08"
	},
	"LWG3343": {
		"type": "issue",
		"title": "Ordering of calls to unlock() and notify_all() in Effects element of notify_all_at_thread_exit() should be reversed",
		"long_link": "https://cplusplus.github.io/LWG/issue3343",
		"link": "https://wg21.link/lwg3343",
		"section": "32.7.3 [thread.condition.nonmember]",
		"status": "WP",
		"submitter": "Lewis Baker",
		"opened": "2019-11-21",
		"last_modified": "2025-11-11",
		"github_url": "https://github.com/cplusplus/papers/issues/2537"
	},
	"LWG3344": {
		"type": "issue",
		"title": "advance(i, most-negative) and prev(i, most-negative)",
		"long_link": "https://cplusplus.github.io/LWG/issue3344",
		"link": "https://wg21.link/lwg3344",
		"section": "24.4.3 [iterator.operations], 24.4.4.2 [range.iter.op.advance]",
		"status": "New",
		"submitter": "Casey Carter",
		"opened": "2019-11-22",
		"last_modified": "2019-12-07"
	},
	"LWG3345": {
		"type": "issue",
		"title": "Incorrect usages of \"models\" versus \"satisfies\"",
		"long_link": "https://cplusplus.github.io/LWG/issue3345",
		"link": "https://wg21.link/lwg3345",
		"section": "18.4.9 [concept.swappable], 24.3.3.2 [iterator.cust.swap], 24.4.4.2 [range.iter.op.advance], 24.4.4.3 [range.iter.op.distance], 24.5.1.2 [reverse.iterator], 24.5.4.2 [move.iterator], 24.5.4.7 [move.iter.nav], 24.5.5.2 [common.iter.types], 24.5.5.5 [common.iter.nav], 25.3 [range.access], 25.6.4.3 [range.iota.iterator], 25.7 [range.adaptors], 26 [algorithms]",
		"status": "Resolved",
		"submitter": "Daniel Krügler",
		"opened": "2019-11-23",
		"last_modified": "2020-05-01"
	},
	"LWG3346": {
		"type": "issue",
		"title": "pair and tuple copy and move constructor have backwards specification",
		"long_link": "https://cplusplus.github.io/LWG/issue3346",
		"link": "https://wg21.link/lwg3346",
		"section": "22.3.2 [pairs.pair], 22.4.4.2 [tuple.cnstr]",
		"status": "C++20",
		"submitter": "Richard Smith",
		"opened": "2019-11-26",
		"last_modified": "2021-02-25"
	},
	"LWG3347": {
		"type": "issue",
		"title": "std::pair<T, U> now requires T and U to be less-than-comparable",
		"long_link": "https://cplusplus.github.io/LWG/issue3347",
		"link": "https://wg21.link/lwg3347",
		"section": "22.3.3 [pairs.spec], 23.3.3.1 [array.overview]",
		"status": "C++20",
		"submitter": "Jonathan Wakely",
		"opened": "2019-12-03",
		"last_modified": "2021-02-25"
	},
	"LWG3348": {
		"type": "issue",
		"title": "__cpp_lib_unwrap_ref in wrong header",
		"long_link": "https://cplusplus.github.io/LWG/issue3348",
		"link": "https://wg21.link/lwg3348",
		"section": "17.3.2 [version.syn], 99 [refwrap.unwrapref]",
		"status": "C++20",
		"submitter": "Barry Revzin",
		"opened": "2019-12-03",
		"last_modified": "2021-02-25"
	},
	"LWG3349": {
		"type": "issue",
		"title": "Missing __cpp_lib_constexpr_complex for P0415R1",
		"long_link": "https://cplusplus.github.io/LWG/issue3349",
		"link": "https://wg21.link/lwg3349",
		"section": "17.3.2 [version.syn]",
		"status": "C++20",
		"submitter": "Stephan T. Lavavej",
		"opened": "2019-12-04",
		"last_modified": "2021-02-25",
		"papers": [
			"P0415R1"
		]
	},
	"LWG3350": {
		"type": "issue",
		"title": "Simplify return type of lexicographical_compare_three_way",
		"long_link": "https://cplusplus.github.io/LWG/issue3350",
		"link": "https://wg21.link/lwg3350",
		"section": "26.8.12 [alg.three.way]",
		"status": "C++20",
		"submitter": "Jonathan Wakely",
		"opened": "2019-12-04",
		"last_modified": "2021-02-25"
	},
	"LWG3351": {
		"type": "issue",
		"title": "ranges::enable_safe_range should not be constrained",
		"long_link": "https://cplusplus.github.io/LWG/issue3351",
		"link": "https://wg21.link/lwg3351",
		"section": "25.2 [ranges.syn]",
		"status": "C++20",
		"submitter": "Jonathan Wakely",
		"opened": "2019-12-05",
		"last_modified": "2021-02-25"
	},
	"LWG3352": {
		"type": "issue",
		"title": "strong_equality isn't a thing",
		"long_link": "https://cplusplus.github.io/LWG/issue3352",
		"link": "https://wg21.link/lwg3352",
		"section": "23.2.2 [container.requirements.general]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2019-12-06",
		"last_modified": "2021-02-25"
	},
	"LWG3353": {
		"type": "issue",
		"title": "locale's copy assignment operator should return locale&",
		"long_link": "https://cplusplus.github.io/LWG/issue3353",
		"link": "https://wg21.link/lwg3353",
		"section": "28.3.3.1 [locale]",
		"status": "New",
		"submitter": "Stephan T. Lavavej",
		"opened": "2019-12-06",
		"last_modified": "2019-12-21"
	},
	"LWG3354": {
		"type": "issue",
		"title": "has_strong_structural_equality has a meaningless definition",
		"long_link": "https://cplusplus.github.io/LWG/issue3354",
		"link": "https://wg21.link/lwg3354",
		"section": "21.3.6.4 [meta.unary.prop], 17.3.2 [version.syn]",
		"status": "C++20",
		"submitter": "Daniel Krügler",
		"opened": "2019-12-08",
		"last_modified": "2021-02-25"
	},
	"LWG3355": {
		"type": "issue",
		"title": "The memory algorithms should support move-only input iterators introduced by P1207",
		"long_link": "https://cplusplus.github.io/LWG/issue3355",
		"link": "https://wg21.link/lwg3355",
		"section": "26.11.5 [uninitialized.copy], 26.11.6 [uninitialized.move]",
		"status": "C++20",
		"submitter": "Corentin Jabot",
		"opened": "2019-11-12",
		"last_modified": "2021-02-25",
		"papers": [
			"P1207"
		]
	},
	"LWG3356": {
		"type": "issue",
		"title": "__cpp_lib_nothrow_convertible should be __cpp_lib_is_nothrow_convertible",
		"long_link": "https://cplusplus.github.io/LWG/issue3356",
		"link": "https://wg21.link/lwg3356",
		"section": "17.3.2 [version.syn]",
		"status": "C++20",
		"submitter": "Barry Revzin",
		"opened": "2019-12-09",
		"last_modified": "2021-02-25"
	},
	"LWG3357": {
		"type": "issue",
		"title": "[fund.ts.v3] default_random_engine is overspecified for per-thread engine",
		"long_link": "https://cplusplus.github.io/LWG/issue3357",
		"link": "https://wg21.link/lwg3357",
		"section": "99 [fund.ts.v3::rand.util.randint]",
		"status": "Open",
		"submitter": "Zhihao Yuan",
		"opened": "2019-12-10",
		"last_modified": "2022-11-30"
	},
	"LWG3358": {
		"type": "issue",
		"title": "§[span.cons] is mistaken that to_address can throw",
		"long_link": "https://cplusplus.github.io/LWG/issue3358",
		"link": "https://wg21.link/lwg3358",
		"section": "23.7.2.2.2 [span.cons]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2019-12-10",
		"last_modified": "2021-02-25"
	},
	"LWG3359": {
		"type": "issue",
		"title": "<chrono> leap second support should allow for negative leap seconds",
		"long_link": "https://cplusplus.github.io/LWG/issue3359",
		"link": "https://wg21.link/lwg3359",
		"section": "30.11.8 [time.zone.leap]",
		"status": "C++20",
		"submitter": "Asher Dunn",
		"opened": "2019-12-16",
		"last_modified": "2021-02-25"
	},
	"LWG3360": {
		"type": "issue",
		"title": "three_way_comparable_with is inconsistent with similar concepts",
		"long_link": "https://cplusplus.github.io/LWG/issue3360",
		"link": "https://wg21.link/lwg3360",
		"section": "17.12.4 [cmp.concept]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2019-12-18",
		"last_modified": "2021-02-25"
	},
	"LWG3361": {
		"type": "issue",
		"title": "safe_range<SomeRange&> case",
		"long_link": "https://cplusplus.github.io/LWG/issue3361",
		"link": "https://wg21.link/lwg3361",
		"section": "25.4.2 [range.range]",
		"status": "C++23",
		"submitter": "Johel Ernesto Guerrero Peña",
		"opened": "2019-12-19",
		"last_modified": "2023-11-22"
	},
	"LWG3362": {
		"type": "issue",
		"title": "Strike stop_source's operator!=",
		"long_link": "https://cplusplus.github.io/LWG/issue3362",
		"link": "https://wg21.link/lwg3362",
		"section": "32.3.5 [stopsource]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2020-01-03",
		"last_modified": "2021-02-25"
	},
	"LWG3363": {
		"type": "issue",
		"title": "drop_while_view should opt-out of sized_range",
		"long_link": "https://cplusplus.github.io/LWG/issue3363",
		"link": "https://wg21.link/lwg3363",
		"section": "25.7.13.2 [range.drop.while.view]",
		"status": "C++20",
		"submitter": "Johel Ernesto Guerrero Peña",
		"opened": "2020-01-07",
		"last_modified": "2021-02-25"
	},
	"LWG3364": {
		"type": "issue",
		"title": "Initialize data members of ranges and their iterators",
		"long_link": "https://cplusplus.github.io/LWG/issue3364",
		"link": "https://wg21.link/lwg3364",
		"section": "25.7.11.2 [range.take.while.view], 25.7.12.2 [range.drop.view], 25.7.13.2 [range.drop.while.view], 25.7.23.3 [range.elements.iterator]",
		"status": "C++20",
		"submitter": "Johel Ernesto Guerrero Peña",
		"opened": "2020-01-07",
		"last_modified": "2021-02-25"
	},
	"LWG3365": {
		"type": "issue",
		"title": "Rename ref-is-glvalue to deref-is-ref",
		"long_link": "https://cplusplus.github.io/LWG/issue3365",
		"link": "https://wg21.link/lwg3365",
		"section": "25.7.14.3 [range.join.iterator]",
		"status": "NAD",
		"submitter": "Johel Ernesto Guerrero Peña",
		"opened": "2020-01-07",
		"last_modified": "2020-11-09"
	},
	"LWG3366": {
		"type": "issue",
		"title": "Narrowing conversions between integer and integer-class types",
		"long_link": "https://cplusplus.github.io/LWG/issue3366",
		"link": "https://wg21.link/lwg3366",
		"section": "24.3.4.4 [iterator.concept.winc]",
		"status": "Resolved",
		"submitter": "Casey Carter",
		"opened": "2020-01-07",
		"last_modified": "2021-10-23"
	},
	"LWG3367": {
		"type": "issue",
		"title": "Integer-class conversions should not throw",
		"long_link": "https://cplusplus.github.io/LWG/issue3367",
		"link": "https://wg21.link/lwg3367",
		"section": "24.3.4.4 [iterator.concept.winc]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2020-01-07",
		"last_modified": "2021-02-25"
	},
	"LWG3368": {
		"type": "issue",
		"title": "Exactly when does size return end - begin?",
		"long_link": "https://cplusplus.github.io/LWG/issue3368",
		"link": "https://wg21.link/lwg3368",
		"section": "25.3.10 [range.prim.size]",
		"status": "Resolved",
		"submitter": "Casey Carter",
		"opened": "2020-01-07",
		"last_modified": "2021-02-25"
	},
	"LWG3369": {
		"type": "issue",
		"title": "span's deduction-guide for built-in arrays doesn't work",
		"long_link": "https://cplusplus.github.io/LWG/issue3369",
		"link": "https://wg21.link/lwg3369",
		"section": "23.7.2.2.1 [span.overview]",
		"status": "C++20",
		"submitter": "Stephan T. Lavavej",
		"opened": "2020-01-08",
		"last_modified": "2021-02-25"
	},
	"LWG3370": {
		"type": "issue",
		"title": "§[cstdint.syn]p2 and §[headers]p5 are not sufficiently clear",
		"long_link": "https://cplusplus.github.io/LWG/issue3370",
		"link": "https://wg21.link/lwg3370",
		"section": "17.4.1 [cstdint.syn], 16.4.2.3 [headers]",
		"status": "New",
		"submitter": "Dawid Pilarski",
		"opened": "2020-01-14",
		"last_modified": "2020-01-25"
	},
	"LWG3371": {
		"type": "issue",
		"title": "visit_format_arg and make_format_args are not hidden friends",
		"long_link": "https://cplusplus.github.io/LWG/issue3371",
		"link": "https://wg21.link/lwg3371",
		"section": "28.5.8.1 [format.arg]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2020-01-16",
		"last_modified": "2021-02-25"
	},
	"LWG3372": {
		"type": "issue",
		"title": "vformat_to should not try to deduce Out twice",
		"long_link": "https://cplusplus.github.io/LWG/issue3372",
		"link": "https://wg21.link/lwg3372",
		"section": "28.5.5 [format.functions]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2020-01-16",
		"last_modified": "2021-02-25"
	},
	"LWG3373": {
		"type": "issue",
		"title": "{to,from}_chars_result and format_to_n_result need the \"we really mean what we say\" wording",
		"long_link": "https://cplusplus.github.io/LWG/issue3373",
		"link": "https://wg21.link/lwg3373",
		"section": "28.2.1 [charconv.syn], 28.5.1 [format.syn]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2020-01-16",
		"last_modified": "2021-02-25"
	},
	"LWG3374": {
		"type": "issue",
		"title": "P0653 + P1006 should have made the other std::to_address overload constexpr",
		"long_link": "https://cplusplus.github.io/LWG/issue3374",
		"link": "https://wg21.link/lwg3374",
		"section": "20.2.4 [pointer.conversion]",
		"status": "C++20",
		"submitter": "Billy O'Neal III",
		"opened": "2020-01-14",
		"last_modified": "2021-02-25",
		"papers": [
			"P0653",
			"P1006"
		]
	},
	"LWG3375": {
		"type": "issue",
		"title": "decay in viewable_range should be remove_cvref",
		"long_link": "https://cplusplus.github.io/LWG/issue3375",
		"link": "https://wg21.link/lwg3375",
		"section": "25.4.6 [range.refinements]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2020-01-14",
		"last_modified": "2021-02-25"
	},
	"LWG3376": {
		"type": "issue",
		"title": "\"integer-like class type\" is too restrictive",
		"long_link": "https://cplusplus.github.io/LWG/issue3376",
		"link": "https://wg21.link/lwg3376",
		"section": "24.3.4.4 [iterator.concept.winc]",
		"status": "Resolved",
		"submitter": "Jonathan Wakely",
		"opened": "2020-01-16",
		"last_modified": "2021-10-23"
	},
	"LWG3377": {
		"type": "issue",
		"title": "elements_view::iterator befriends a specialization of itself",
		"long_link": "https://cplusplus.github.io/LWG/issue3377",
		"link": "https://wg21.link/lwg3377",
		"section": "25.7.23.3 [range.elements.iterator]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2020-01-18",
		"last_modified": "2021-02-25"
	},
	"LWG3378": {
		"type": "issue",
		"title": "tuple_size_v/tuple_element_t should be available when tuple_size/tuple_element are",
		"long_link": "https://cplusplus.github.io/LWG/issue3378",
		"link": "https://wg21.link/lwg3378",
		"section": "22.4.2 [tuple.syn], 22.4.7 [tuple.helper]",
		"status": "New",
		"submitter": "Casey Carter",
		"opened": "2020-01-17",
		"last_modified": "2021-11-04"
	},
	"LWG3379": {
		"type": "issue",
		"title": "\"safe\" in several library names is misleading",
		"long_link": "https://cplusplus.github.io/LWG/issue3379",
		"link": "https://wg21.link/lwg3379",
		"section": "25.2 [ranges.syn]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2020-01-21",
		"last_modified": "2021-02-25"
	},
	"LWG3380": {
		"type": "issue",
		"title": "common_type and comparison categories",
		"long_link": "https://cplusplus.github.io/LWG/issue3380",
		"link": "https://wg21.link/lwg3380",
		"section": "21.3.9.7 [meta.trans.other]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2020-01-23",
		"last_modified": "2021-02-25"
	},
	"LWG3381": {
		"type": "issue",
		"title": "begin and data must agree for contiguous_range",
		"long_link": "https://cplusplus.github.io/LWG/issue3381",
		"link": "https://wg21.link/lwg3381",
		"section": "25.4.6 [range.refinements]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2020-01-25",
		"last_modified": "2021-02-25"
	},
	"LWG3382": {
		"type": "issue",
		"title": "NTTP for pair and array",
		"long_link": "https://cplusplus.github.io/LWG/issue3382",
		"link": "https://wg21.link/lwg3382",
		"section": "22.3.2 [pairs.pair], 23.3.3 [array]",
		"status": "C++20",
		"submitter": "Barry Revzin",
		"opened": "2020-01-27",
		"last_modified": "2021-02-25"
	},
	"LWG3383": {
		"type": "issue",
		"title": "§[time.zone.leap.nonmembers] sys_seconds should be replaced with seconds",
		"long_link": "https://cplusplus.github.io/LWG/issue3383",
		"link": "https://wg21.link/lwg3383",
		"section": "30.11.8.3 [time.zone.leap.nonmembers]",
		"status": "C++20",
		"submitter": "Jiang An",
		"opened": "2020-01-30",
		"last_modified": "2021-02-25"
	},
	"LWG3384": {
		"type": "issue",
		"title": "transform_view::sentinel has an incorrect operator-",
		"long_link": "https://cplusplus.github.io/LWG/issue3384",
		"link": "https://wg21.link/lwg3384",
		"section": "25.7.9.4 [range.transform.sentinel]",
		"status": "C++20",
		"submitter": "Ville Voutilainen",
		"opened": "2020-01-31",
		"last_modified": "2021-02-25"
	},
	"LWG3385": {
		"type": "issue",
		"title": "common_iterator is not sufficiently constrained for non-copyable iterators",
		"long_link": "https://cplusplus.github.io/LWG/issue3385",
		"link": "https://wg21.link/lwg3385",
		"section": "24.5.5.1 [common.iterator]",
		"status": "C++20",
		"submitter": "Corentin Jabot",
		"opened": "2020-01-31",
		"last_modified": "2021-02-25"
	},
	"LWG3386": {
		"type": "issue",
		"title": "elements_view needs its own sentinel type",
		"long_link": "https://cplusplus.github.io/LWG/issue3386",
		"link": "https://wg21.link/lwg3386",
		"section": "25.7.23 [range.elements]",
		"status": "C++20",
		"submitter": "Tim Song",
		"opened": "2020-02-07",
		"last_modified": "2021-02-25"
	},
	"LWG3387": {
		"type": "issue",
		"title": "§[range.reverse.view] reverse_view<V> unintentionally requires range<const V>",
		"long_link": "https://cplusplus.github.io/LWG/issue3387",
		"link": "https://wg21.link/lwg3387",
		"section": "25.7.21.2 [range.reverse.view]",
		"status": "C++20",
		"submitter": "Patrick Palka",
		"opened": "2020-02-04",
		"last_modified": "2021-02-25"
	},
	"LWG3388": {
		"type": "issue",
		"title": "view iterator types have ill-formed <=> operators",
		"long_link": "https://cplusplus.github.io/LWG/issue3388",
		"link": "https://wg21.link/lwg3388",
		"section": "25.6.4.3 [range.iota.iterator], 25.7.9.3 [range.transform.iterator], 25.7.23.3 [range.elements.iterator]",
		"status": "C++20",
		"submitter": "Jonathan Wakely",
		"opened": "2020-02-07",
		"last_modified": "2021-02-25"
	},
	"LWG3389": {
		"type": "issue",
		"title": "A move-only iterator still does not have a counted_iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue3389",
		"link": "https://wg21.link/lwg3389",
		"section": "24.5.7.2 [counted.iter.const]",
		"status": "C++20",
		"submitter": "Patrick Palka",
		"opened": "2020-02-07",
		"last_modified": "2021-02-25"
	},
	"LWG3390": {
		"type": "issue",
		"title": "make_move_iterator() cannot be used to construct a move_iterator for a move-only iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue3390",
		"link": "https://wg21.link/lwg3390",
		"section": "24.5.4.9 [move.iter.nonmember]",
		"status": "C++20",
		"submitter": "Patrick Palka",
		"opened": "2020-02-07",
		"last_modified": "2021-02-25"
	},
	"LWG3391": {
		"type": "issue",
		"title": "Problems with counted_iterator/move_iterator::base() const &",
		"long_link": "https://cplusplus.github.io/LWG/issue3391",
		"link": "https://wg21.link/lwg3391",
		"section": "24.5.4 [move.iterators], 24.5.7 [iterators.counted]",
		"status": "C++23",
		"submitter": "Patrick Palka",
		"opened": "2020-02-07",
		"last_modified": "2023-11-22"
	},
	"LWG3392": {
		"type": "issue",
		"title": "ranges::distance() cannot be used on a move-only iterator with a sized sentinel",
		"long_link": "https://cplusplus.github.io/LWG/issue3392",
		"link": "https://wg21.link/lwg3392",
		"section": "24.4.4.3 [range.iter.op.distance]",
		"status": "C++23",
		"submitter": "Patrick Palka",
		"opened": "2020-02-07",
		"last_modified": "2023-11-22"
	},
	"LWG3393": {
		"type": "issue",
		"title": "Missing/incorrect feature test macro for coroutines",
		"long_link": "https://cplusplus.github.io/LWG/issue3393",
		"link": "https://wg21.link/lwg3393",
		"section": "17.3.2 [version.syn]",
		"status": "C++20",
		"submitter": "Barry Revzin",
		"opened": "2020-01-25",
		"last_modified": "2021-02-25"
	},
	"LWG3394": {
		"type": "issue",
		"title": "ranges::basic_istream_view::iterator has an empty iterator_traits",
		"long_link": "https://cplusplus.github.io/LWG/issue3394",
		"link": "https://wg21.link/lwg3394",
		"section": "25.6.6.3 [range.istream.iterator]",
		"status": "NAD",
		"submitter": "Patrick Palka",
		"opened": "2020-02-09",
		"last_modified": "2020-11-09"
	},
	"LWG3395": {
		"type": "issue",
		"title": "Definition for three-way comparison needs to be updated (US 152)",
		"long_link": "https://cplusplus.github.io/LWG/issue3395",
		"link": "https://wg21.link/lwg3395",
		"section": "99 [defns.comparison]",
		"status": "C++20",
		"submitter": "Jeff Garland",
		"opened": "2020-02-10",
		"last_modified": "2021-02-25"
	},
	"LWG3396": {
		"type": "issue",
		"title": "Clarify point of reference for source_location::current() (DE 169)",
		"long_link": "https://cplusplus.github.io/LWG/issue3396",
		"link": "https://wg21.link/lwg3396",
		"section": "17.8.2.2 [support.srcloc.cons]",
		"status": "C++20",
		"submitter": "Jens Maurer",
		"opened": "2020-02-13",
		"last_modified": "2021-02-25"
	},
	"LWG3397": {
		"type": "issue",
		"title": "ranges::basic_istream_view::iterator should not provide iterator_category",
		"long_link": "https://cplusplus.github.io/LWG/issue3397",
		"link": "https://wg21.link/lwg3397",
		"section": "25.6.6.3 [range.istream.iterator]",
		"status": "C++20",
		"submitter": "Tomasz Kamiński",
		"opened": "2020-02-13",
		"last_modified": "2021-02-25"
	},
	"LWG3398": {
		"type": "issue",
		"title": "tuple_element_t is also wrong for const subrange",
		"long_link": "https://cplusplus.github.io/LWG/issue3398",
		"link": "https://wg21.link/lwg3398",
		"section": "25.2 [ranges.syn]",
		"status": "C++20",
		"submitter": "Casey Carter",
		"opened": "2019-02-13",
		"last_modified": "2021-02-25"
	},
	"LWG3399": {
		"type": "issue",
		"title": "basic_syncbuf::emit() + Qt's #define emit = Big Bada-Boom",
		"long_link": "https://cplusplus.github.io/LWG/issue3399",
		"link": "https://wg21.link/lwg3399",
		"section": "31.11.2.1 [syncstream.syncbuf.overview]",
		"status": "NAD",
		"submitter": "Marc Mutz",
		"opened": "2019-02-14",
		"last_modified": "2020-11-09"
	},
	"LWG3400": {
		"type": "issue",
		"title": "Does is_nothrow_convertible consider destruction of the destination type?",
		"long_link": "https://cplusplus.github.io/LWG/issue3400",
		"link": "https://wg21.link/lwg3400",
		"section": "21.3.8 [meta.rel]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2020-02-10",
		"last_modified": "2023-12-22"
	},
	"LWG3401": {
		"type": "issue",
		"title": "Is \"as if by\" equivalent to \"equivalent to\"?",
		"long_link": "https://cplusplus.github.io/LWG/issue3401",
		"link": "https://wg21.link/lwg3401",
		"section": "16.3.2.4 [structure.specifications]",
		"status": "New",
		"submitter": "Casey Carter",
		"opened": "2020-02-14",
		"last_modified": "2020-03-11"
	},
	"LWG3402": {
		"type": "issue",
		"title": "Wording for negative_binomial_distribution is unclear as a consequence of LWG 2406 resolution",
		"long_link": "https://cplusplus.github.io/LWG/issue3402",
		"link": "https://wg21.link/lwg3402",
		"section": "29.5.9.3.4 [rand.dist.bern.negbin]",
		"status": "SG6",
		"submitter": "Ahti Leppänen",
		"opened": "2020-02-17",
		"last_modified": "2026-04-13",
		"github_url": "https://github.com/cplusplus/papers/issues/2689"
	},
	"LWG3403": {
		"type": "issue",
		"title": "Domain of ranges::ssize(E) doesn't match ranges::size(E)",
		"long_link": "https://cplusplus.github.io/LWG/issue3403",
		"link": "https://wg21.link/lwg3403",
		"section": "25.3.11 [range.prim.ssize]",
		"status": "C++23",
		"submitter": "Jonathan Wakely",
		"opened": "2020-02-19",
		"last_modified": "2023-11-22"
	},
	"LWG3404": {
		"type": "issue",
		"title": "Finish removing subrange's conversions from pair-like",
		"long_link": "https://cplusplus.github.io/LWG/issue3404",
		"link": "https://wg21.link/lwg3404",
		"section": "25.5.4 [range.subrange]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2020-02-20",
		"last_modified": "2023-11-22"
	},
	"LWG3405": {
		"type": "issue",
		"title": "common_view's converting constructor is bad, too",
		"long_link": "https://cplusplus.github.io/LWG/issue3405",
		"link": "https://wg21.link/lwg3405",
		"section": "25.7.20.2 [range.common.view]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2020-02-20",
		"last_modified": "2023-11-22"
	},
	"LWG3406": {
		"type": "issue",
		"title": "elements_view::begin() and elements_view::end() have incompatible constraints",
		"long_link": "https://cplusplus.github.io/LWG/issue3406",
		"link": "https://wg21.link/lwg3406",
		"section": "25.7.23.2 [range.elements.view]",
		"status": "C++23",
		"submitter": "Patrick Palka",
		"opened": "2020-02-21",
		"last_modified": "2023-11-22"
	},
	"LWG3407": {
		"type": "issue",
		"title": "Some problems with the wording changes of P1739R4",
		"long_link": "https://cplusplus.github.io/LWG/issue3407",
		"link": "https://wg21.link/lwg3407",
		"section": "25.7.10.1 [range.take.overview], 25.6.4 [range.iota]",
		"status": "C++23",
		"submitter": "Patrick Palka",
		"opened": "2020-02-21",
		"last_modified": "2023-11-22",
		"papers": [
			"P1739R4"
		]
	},
	"LWG3408": {
		"type": "issue",
		"title": "LWG 3291 reveals deficiencies in counted_iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue3408",
		"link": "https://wg21.link/lwg3408",
		"section": "24.5.7.1 [counted.iterator]",
		"status": "Resolved",
		"submitter": "Patrick Palka",
		"opened": "2020-02-25",
		"last_modified": "2021-05-18"
	},
	"LWG3409": {
		"type": "issue",
		"title": "Too lax description of atomic_ref<T>::required_alignment",
		"long_link": "https://cplusplus.github.io/LWG/issue3409",
		"link": "https://wg21.link/lwg3409",
		"section": "32.5.7.2 [atomics.ref.ops]",
		"status": "New",
		"submitter": "Andrey Semashev",
		"opened": "2020-02-27",
		"last_modified": "2020-09-06"
	},
	"LWG3410": {
		"type": "issue",
		"title": "lexicographical_compare_three_way is overspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue3410",
		"link": "https://wg21.link/lwg3410",
		"section": "26.8.12 [alg.three.way]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2020-02-27",
		"last_modified": "2023-11-22"
	},
	"LWG3411": {
		"type": "issue",
		"title": "[fund.ts.v3] Contradictory namespace rules in the Library Fundamentals TS",
		"long_link": "https://cplusplus.github.io/LWG/issue3411",
		"link": "https://wg21.link/lwg3411",
		"section": "8.3 [fund.ts.v3::memory.resource.syn]",
		"status": "WP",
		"submitter": "Thomas Köppe",
		"opened": "2020-02-28",
		"last_modified": "2026-02-21"
	},
	"LWG3412": {
		"type": "issue",
		"title": "§[format.string.std] references to \"Unicode encoding\" unclear",
		"long_link": "https://cplusplus.github.io/LWG/issue3412",
		"link": "https://wg21.link/lwg3412",
		"section": "28.5.2.2 [format.string.std]",
		"status": "Resolved",
		"submitter": "Hubert Tong",
		"opened": "2020-02-29",
		"last_modified": "2023-03-23"
	},
	"LWG3413": {
		"type": "issue",
		"title": "[fund.ts.v3] propagate_const's swap's noexcept specification needs to be constrained and use a trait",
		"long_link": "https://cplusplus.github.io/LWG/issue3413",
		"link": "https://wg21.link/lwg3413",
		"section": "6.1.2.8 [fund.ts.v3::propagate_const.modifiers], 6.1.2.10 [fund.ts.v3::propagate_const.algorithms]",
		"status": "WP",
		"submitter": "Thomas Köppe",
		"opened": "2020-02-29",
		"last_modified": "2026-02-21"
	},
	"LWG3414": {
		"type": "issue",
		"title": "[networking.ts] service_already_exists has no usable constructors",
		"long_link": "https://cplusplus.github.io/LWG/issue3414",
		"link": "https://wg21.link/lwg3414",
		"section": "13.7 [networking.ts::async.exec.ctx]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2020-03-17",
		"last_modified": "2026-02-21"
	},
	"LWG3415": {
		"type": "issue",
		"title": "back_insert_iterator fails when a container is also its value type",
		"long_link": "https://cplusplus.github.io/LWG/issue3415",
		"link": "https://wg21.link/lwg3415",
		"section": "24.5.2.2 [back.insert.iterator]",
		"status": "NAD",
		"submitter": "Billy O'Neal III",
		"opened": "2020-03-03",
		"last_modified": "2020-07-17"
	},
	"LWG3416": {
		"type": "issue",
		"title": "The Throws: specification of std::any does not mention allocation",
		"long_link": "https://cplusplus.github.io/LWG/issue3416",
		"link": "https://wg21.link/lwg3416",
		"section": "22.7.4 [any.class]",
		"status": "New",
		"submitter": "Thomas Köppe",
		"opened": "2020-03-04",
		"last_modified": "2020-04-04"
	},
	"LWG3417": {
		"type": "issue",
		"title": "Missing volatile atomic deprecations",
		"long_link": "https://cplusplus.github.io/LWG/issue3417",
		"link": "https://wg21.link/lwg3417",
		"section": "32.5.8.2 [atomics.types.operations]",
		"status": "Ready",
		"submitter": "Alisdair Meredith",
		"opened": "2020-03-19",
		"last_modified": "2026-04-14",
		"github_url": "https://github.com/cplusplus/papers/issues/2477"
	},
	"LWG3418": {
		"type": "issue",
		"title": "Deprecated free functions in <atomic>",
		"long_link": "https://cplusplus.github.io/LWG/issue3418",
		"link": "https://wg21.link/lwg3418",
		"section": "32.5.9 [atomics.nonmembers]",
		"status": "New",
		"submitter": "Alisdair Meredith",
		"opened": "2020-03-19",
		"last_modified": "2020-09-06"
	},
	"LWG3419": {
		"type": "issue",
		"title": "§[algorithms.requirements]/15 doesn't reserve as many rights as it intends to",
		"long_link": "https://cplusplus.github.io/LWG/issue3419",
		"link": "https://wg21.link/lwg3419",
		"section": "26.2 [algorithms.requirements]",
		"status": "C++23",
		"submitter": "Richard Smith",
		"opened": "2020-03-24",
		"last_modified": "2023-11-22"
	},
	"LWG3420": {
		"type": "issue",
		"title": "cpp17-iterator should check that the type looks like an iterator first",
		"long_link": "https://cplusplus.github.io/LWG/issue3420",
		"link": "https://wg21.link/lwg3420",
		"section": "24.3.2.3 [iterator.traits]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2020-02-29",
		"last_modified": "2023-11-22"
	},
	"LWG3421": {
		"type": "issue",
		"title": "Imperfect ADL emulation for boolean-testable",
		"long_link": "https://cplusplus.github.io/LWG/issue3421",
		"link": "https://wg21.link/lwg3421",
		"section": "18.5.2 [concept.booleantestable]",
		"status": "C++23",
		"submitter": "Davis Herring",
		"opened": "2020-03-24",
		"last_modified": "2023-11-22"
	},
	"LWG3422": {
		"type": "issue",
		"title": "Issues of seed_seq's constructors",
		"long_link": "https://cplusplus.github.io/LWG/issue3422",
		"link": "https://wg21.link/lwg3422",
		"section": "29.5.8.1 [rand.util.seedseq]",
		"status": "C++23",
		"submitter": "Jiang An",
		"opened": "2020-03-25",
		"last_modified": "2023-11-22"
	},
	"LWG3423": {
		"type": "issue",
		"title": "std::any_cast should never return a cv-qualified type",
		"long_link": "https://cplusplus.github.io/LWG/issue3423",
		"link": "https://wg21.link/lwg3423",
		"section": "22.7.5 [any.nonmembers]",
		"status": "New",
		"submitter": "Casey Carter",
		"opened": "2020-04-02",
		"last_modified": "2020-09-06"
	},
	"LWG3424": {
		"type": "issue",
		"title": "optional::value_or should never return a cv-qualified type",
		"long_link": "https://cplusplus.github.io/LWG/issue3424",
		"link": "https://wg21.link/lwg3424",
		"section": "22.5.3.7 [optional.observe]",
		"status": "New",
		"submitter": "Casey Carter",
		"opened": "2020-04-02",
		"last_modified": "2025-11-19"
	},
	"LWG3425": {
		"type": "issue",
		"title": "condition_variable_any fails to constrain its Lock parameters",
		"long_link": "https://cplusplus.github.io/LWG/issue3425",
		"link": "https://wg21.link/lwg3425",
		"section": "32.7.5 [thread.condition.condvarany]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2020-04-04",
		"last_modified": "2023-11-22"
	},
	"LWG3426": {
		"type": "issue",
		"title": "operator<=>(const unique_ptr<T, D>&, nullptr_t) can't get no satisfaction",
		"long_link": "https://cplusplus.github.io/LWG/issue3426",
		"link": "https://wg21.link/lwg3426",
		"section": "20.3.1.6 [unique.ptr.special]",
		"status": "C++23",
		"submitter": "Jonathan Wakely",
		"opened": "2020-04-09",
		"last_modified": "2023-11-22"
	},
	"LWG3427": {
		"type": "issue",
		"title": "operator<=>(const shared_ptr<T>&, nullptr_t) definition ill-formed",
		"long_link": "https://cplusplus.github.io/LWG/issue3427",
		"link": "https://wg21.link/lwg3427",
		"section": "20.3.2.2.8 [util.smartptr.shared.cmp]",
		"status": "C++23",
		"submitter": "Daniel Krügler",
		"opened": "2020-04-11",
		"last_modified": "2023-11-22"
	},
	"LWG3428": {
		"type": "issue",
		"title": "single_view's in place constructor should be explicit",
		"long_link": "https://cplusplus.github.io/LWG/issue3428",
		"link": "https://wg21.link/lwg3428",
		"section": "25.6.3.2 [range.single.view]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2020-04-07",
		"last_modified": "2023-11-22"
	},
	"LWG3429": {
		"type": "issue",
		"title": "\"models\" should subsume like \"satisfies\"",
		"long_link": "https://cplusplus.github.io/LWG/issue3429",
		"link": "https://wg21.link/lwg3429",
		"section": "16.4.5.11 [res.on.requirements]",
		"status": "New",
		"submitter": "Tim Song",
		"opened": "2020-04-07",
		"last_modified": "2020-09-06"
	},
	"LWG3430": {
		"type": "issue",
		"title": "std::fstream & co. should be constructible from string_view",
		"long_link": "https://cplusplus.github.io/LWG/issue3430",
		"link": "https://wg21.link/lwg3430",
		"section": "31.10.1 [fstream.syn]",
		"status": "C++23",
		"submitter": "Jonathan Wakely",
		"opened": "2020-04-15",
		"last_modified": "2023-11-22"
	},
	"LWG3431": {
		"type": "issue",
		"title": "<=> for containers should require three_way_comparable<T> instead of <=>",
		"long_link": "https://cplusplus.github.io/LWG/issue3431",
		"link": "https://wg21.link/lwg3431",
		"section": "23.2.2.4 [container.opt.reqmts]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2020-04-17",
		"last_modified": "2023-11-22"
	},
	"LWG3432": {
		"type": "issue",
		"title": "Missing requirement for comparison_category",
		"long_link": "https://cplusplus.github.io/LWG/issue3432",
		"link": "https://wg21.link/lwg3432",
		"section": "27.3.4 [string.view.comparison]",
		"status": "C++23",
		"submitter": "Jonathan Wakely",
		"opened": "2020-04-19",
		"last_modified": "2023-11-22"
	},
	"LWG3433": {
		"type": "issue",
		"title": "subrange::advance(n) has UB when n < 0",
		"long_link": "https://cplusplus.github.io/LWG/issue3433",
		"link": "https://wg21.link/lwg3433",
		"section": "25.5.4.3 [range.subrange.access]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2020-04-21",
		"last_modified": "2023-11-22"
	},
	"LWG3434": {
		"type": "issue",
		"title": "ios_base never reclaims memory for iarray and parray",
		"long_link": "https://cplusplus.github.io/LWG/issue3434",
		"link": "https://wg21.link/lwg3434",
		"section": "31.5.2.8 [ios.base.cons]",
		"status": "C++23",
		"submitter": "Alisdair Meredith",
		"opened": "2020-04-26",
		"last_modified": "2023-11-22"
	},
	"LWG3435": {
		"type": "issue",
		"title": "three_way_comparable_with<reverse_iterator<int*>, reverse_iterator<const int*>>",
		"long_link": "https://cplusplus.github.io/LWG/issue3435",
		"link": "https://wg21.link/lwg3435",
		"section": "24.5.4.4 [move.iter.cons], 24.5.1.4 [reverse.iter.cons]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2020-04-26",
		"last_modified": "2023-11-22"
	},
	"LWG3436": {
		"type": "issue",
		"title": "std::construct_at should support arrays",
		"long_link": "https://cplusplus.github.io/LWG/issue3436",
		"link": "https://wg21.link/lwg3436",
		"section": "26.11.8 [specialized.construct]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2020-04-29",
		"last_modified": "2024-11-28"
	},
	"LWG3437": {
		"type": "issue",
		"title": "__cpp_lib_polymorphic_allocator is in the wrong header",
		"long_link": "https://cplusplus.github.io/LWG/issue3437",
		"link": "https://wg21.link/lwg3437",
		"section": "17.3.2 [version.syn]",
		"status": "C++23",
		"submitter": "Jonathan Wakely",
		"opened": "2020-04-29",
		"last_modified": "2023-11-22"
	},
	"LWG3438": {
		"type": "issue",
		"title": "§[container.node.overview] missing multiset/map cases",
		"long_link": "https://cplusplus.github.io/LWG/issue3438",
		"link": "https://wg21.link/lwg3438",
		"section": "23.2.5.1 [container.node.overview]",
		"status": "New",
		"submitter": "Jens Maurer",
		"opened": "2020-04-30",
		"last_modified": "2020-05-09"
	},
	"LWG3439": {
		"type": "issue",
		"title": "\"Distance\" template parameter is underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue3439",
		"link": "https://wg21.link/lwg3439",
		"section": "24.4.3 [iterator.operations], 26.7.12 [alg.random.sample]",
		"status": "New",
		"submitter": "Jens Maurer",
		"opened": "2020-05-01",
		"last_modified": "2025-10-10"
	},
	"LWG3440": {
		"type": "issue",
		"title": "Aggregate-paren-init breaks direct-initializing a tuple or optional from {aggregate-member-value}",
		"long_link": "https://cplusplus.github.io/LWG/issue3440",
		"link": "https://wg21.link/lwg3440",
		"section": "22.4.4.2 [tuple.cnstr], 22.5.3.2 [optional.ctor]",
		"status": "NAD",
		"submitter": "Ville Voutilainen",
		"opened": "2020-05-01",
		"last_modified": "2020-11-09"
	},
	"LWG3441": {
		"type": "issue",
		"title": "Misleading note about calls to customization points",
		"long_link": "https://cplusplus.github.io/LWG/issue3441",
		"link": "https://wg21.link/lwg3441",
		"section": "16.4.5.2.1 [namespace.std]",
		"status": "C++23",
		"submitter": "Michael Park",
		"opened": "2020-05-08",
		"last_modified": "2023-11-22"
	},
	"LWG3442": {
		"type": "issue",
		"title": "Unsatisfiable suggested implementation of customization points",
		"long_link": "https://cplusplus.github.io/LWG/issue3442",
		"link": "https://wg21.link/lwg3442",
		"section": "16.4.5.2.1 [namespace.std]",
		"status": "Resolved",
		"submitter": "Michael Park",
		"opened": "2020-05-08",
		"last_modified": "2023-03-22"
	},
	"LWG3443": {
		"type": "issue",
		"title": "[networking.ts] net::basic_socket_iostream should use addressof",
		"long_link": "https://cplusplus.github.io/LWG/issue3443",
		"link": "https://wg21.link/lwg3443",
		"section": "19.2.1 [networking.ts::socket.iostream.cons]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2020-05-14",
		"last_modified": "2026-02-21"
	},
	"LWG3444": {
		"type": "issue",
		"title": "[networking.ts] net::basic_socket_streambuf::connect(Args&&...) effects are wrong",
		"long_link": "https://cplusplus.github.io/LWG/issue3444",
		"link": "https://wg21.link/lwg3444",
		"section": "19.1.2 [networking.ts::socket.streambuf.members]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2020-05-14",
		"last_modified": "2020-07-17"
	},
	"LWG3445": {
		"type": "issue",
		"title": "[networking.ts] net::basic_socket_istream::connect should be constrained",
		"long_link": "https://cplusplus.github.io/LWG/issue3445",
		"link": "https://wg21.link/lwg3445",
		"section": "19.2.1 [networking.ts::socket.iostream.cons], 19.2.2 [networking.ts::socket.iostream.members]",
		"status": "LEWG",
		"submitter": "Jonathan Wakely",
		"opened": "2020-05-14",
		"last_modified": "2025-10-16"
	},
	"LWG3446": {
		"type": "issue",
		"title": "indirectly_readable_traits ambiguity for types with both value_type and element_type",
		"long_link": "https://cplusplus.github.io/LWG/issue3446",
		"link": "https://wg21.link/lwg3446",
		"section": "24.3.2.2 [readable.traits]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2020-05-15",
		"last_modified": "2023-11-22"
	},
	"LWG3447": {
		"type": "issue",
		"title": "Deduction guides for take_view and drop_view have different constraints",
		"long_link": "https://cplusplus.github.io/LWG/issue3447",
		"link": "https://wg21.link/lwg3447",
		"section": "25.7.10.2 [range.take.view]",
		"status": "C++23",
		"submitter": "Jens Maurer",
		"opened": "2020-05-15",
		"last_modified": "2023-11-22"
	},
	"LWG3448": {
		"type": "issue",
		"title": "transform_view's sentinel<false> not comparable with iterator<true>",
		"long_link": "https://cplusplus.github.io/LWG/issue3448",
		"link": "https://wg21.link/lwg3448",
		"section": "25.7.9.4 [range.transform.sentinel], 25.7.14.4 [range.join.sentinel]",
		"status": "C++23",
		"submitter": "Jonathan Wakely",
		"opened": "2020-05-26",
		"last_modified": "2023-11-22"
	},
	"LWG3449": {
		"type": "issue",
		"title": "take_view and take_while_view's sentinel<false> not comparable with their const iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue3449",
		"link": "https://wg21.link/lwg3449",
		"section": "25.7.10.3 [range.take.sentinel], 25.7.11.3 [range.take.while.sentinel]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2020-06-06",
		"last_modified": "2023-11-22"
	},
	"LWG3450": {
		"type": "issue",
		"title": "The const overloads of take_while_view::begin/end are underconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue3450",
		"link": "https://wg21.link/lwg3450",
		"section": "25.7.11.2 [range.take.while.view]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2020-06-06",
		"last_modified": "2023-11-22"
	},
	"LWG3451": {
		"type": "issue",
		"title": "Inconsistently explicit deduction guides",
		"long_link": "https://cplusplus.github.io/LWG/issue3451",
		"link": "https://wg21.link/lwg3451",
		"section": "27.4.3 [basic.string], 25.7.14.2 [range.join.view]",
		"status": "New",
		"submitter": "Johel Ernesto Guerrero Peña",
		"opened": "2020-06-11",
		"last_modified": "2020-07-17"
	},
	"LWG3452": {
		"type": "issue",
		"title": "Are views really supposed to have strict 𝒪(1) destruction?",
		"long_link": "https://cplusplus.github.io/LWG/issue3452",
		"link": "https://wg21.link/lwg3452",
		"section": "25.4.5 [range.view]",
		"status": "Resolved",
		"submitter": "Mathias Stearn",
		"opened": "2020-06-16",
		"last_modified": "2021-10-23",
		"github_url": "https://github.com/cplusplus/papers/issues/963"
	},
	"LWG3453": {
		"type": "issue",
		"title": "Generic code cannot call ranges::advance(i, s)",
		"long_link": "https://cplusplus.github.io/LWG/issue3453",
		"link": "https://wg21.link/lwg3453",
		"section": "24.4.4.2 [range.iter.op.advance], 24.3.4.7 [iterator.concept.sentinel]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2020-06-18",
		"last_modified": "2023-11-22"
	},
	"LWG3454": {
		"type": "issue",
		"title": "pointer_traits::pointer_to should be constexpr",
		"long_link": "https://cplusplus.github.io/LWG/issue3454",
		"link": "https://wg21.link/lwg3454",
		"section": "20.2.3 [pointer.traits]",
		"status": "WP",
		"submitter": "Alisdair Meredith",
		"opened": "2020-06-21",
		"last_modified": "2025-11-11"
	},
	"LWG3455": {
		"type": "issue",
		"title": "Incorrect Postconditions on unique_ptr move assignment",
		"long_link": "https://cplusplus.github.io/LWG/issue3455",
		"link": "https://wg21.link/lwg3455",
		"section": "20.3.1.3.4 [unique.ptr.single.asgn]",
		"status": "C++23",
		"submitter": "Howard Hinnant",
		"opened": "2020-06-22",
		"last_modified": "2023-11-22"
	},
	"LWG3456": {
		"type": "issue",
		"title": "Pattern used by std::from_chars is underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue3456",
		"link": "https://wg21.link/lwg3456",
		"section": "28.2.3 [charconv.from.chars]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2020-06-23",
		"last_modified": "2026-04-07"
	},
	"LWG3457": {
		"type": "issue",
		"title": "*this is not invalidated",
		"long_link": "https://cplusplus.github.io/LWG/issue3457",
		"link": "https://wg21.link/lwg3457",
		"section": "27.3.3 [string.view.template]",
		"status": "New",
		"submitter": "Johel Ernesto Guerrero Peña",
		"opened": "2020-06-26",
		"last_modified": "2020-09-06"
	},
	"LWG3458": {
		"type": "issue",
		"title": "Is shared_future intended to work with arrays or function types?",
		"long_link": "https://cplusplus.github.io/LWG/issue3458",
		"link": "https://wg21.link/lwg3458",
		"section": "32.10.7 [futures.unique.future], 32.10.8 [futures.shared.future]",
		"status": "Resolved",
		"submitter": "Tomasz Kamiński",
		"opened": "2020-06-28",
		"last_modified": "2020-11-09"
	},
	"LWG3459": {
		"type": "issue",
		"title": "Why doesn't std::convertible_to have semantic requirement when To is reference-to-function type?",
		"long_link": "https://cplusplus.github.io/LWG/issue3459",
		"link": "https://wg21.link/lwg3459",
		"section": "18.4.4 [concept.convertible]",
		"status": "New",
		"submitter": "S. B. Tam",
		"opened": "2020-06-30",
		"last_modified": "2020-07-12"
	},
	"LWG3460": {
		"type": "issue",
		"title": "Unimplementable noop_coroutine_handle guarantees",
		"long_link": "https://cplusplus.github.io/LWG/issue3460",
		"link": "https://wg21.link/lwg3460",
		"section": "17.13.5.2.4 [coroutine.handle.noop.resumption]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2020-07-01",
		"last_modified": "2023-11-22"
	},
	"LWG3461": {
		"type": "issue",
		"title": "convertible_to's description mishandles cv-qualified void",
		"long_link": "https://cplusplus.github.io/LWG/issue3461",
		"link": "https://wg21.link/lwg3461",
		"section": "18.4.4 [concept.convertible]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2020-07-03",
		"last_modified": "2023-11-22"
	},
	"LWG3462": {
		"type": "issue",
		"title": "§[formatter.requirements]: Formatter requirements forbid use of fc.arg()",
		"long_link": "https://cplusplus.github.io/LWG/issue3462",
		"link": "https://wg21.link/lwg3462",
		"section": "28.5.6.1 [formatter.requirements]",
		"status": "C++23",
		"submitter": "Alberto Barbati",
		"opened": "2020-06-30",
		"last_modified": "2023-11-22"
	},
	"LWG3463": {
		"type": "issue",
		"title": "Incorrect requirements for transform_inclusive_scan without initial value",
		"long_link": "https://cplusplus.github.io/LWG/issue3463",
		"link": "https://wg21.link/lwg3463",
		"section": "26.10.11 [transform.inclusive.scan]",
		"status": "New",
		"submitter": "Agustín K-ballo Bergé",
		"opened": "2020-07-07",
		"last_modified": "2020-09-06"
	},
	"LWG3464": {
		"type": "issue",
		"title": "istream::gcount() can overflow",
		"long_link": "https://cplusplus.github.io/LWG/issue3464",
		"link": "https://wg21.link/lwg3464",
		"section": "31.7.5.4 [istream.unformatted]",
		"status": "C++23",
		"submitter": "Jonathan Wakely",
		"opened": "2020-07-10",
		"last_modified": "2023-11-22"
	},
	"LWG3465": {
		"type": "issue",
		"title": "compare_partial_order_fallback requires F < E",
		"long_link": "https://cplusplus.github.io/LWG/issue3465",
		"link": "https://wg21.link/lwg3465",
		"section": "17.12.6 [cmp.alg]",
		"status": "C++23",
		"submitter": "Stephan T. Lavavej",
		"opened": "2020-07-18",
		"last_modified": "2023-11-22"
	},
	"LWG3466": {
		"type": "issue",
		"title": "Specify the requirements for promise/future/shared_future consistently",
		"long_link": "https://cplusplus.github.io/LWG/issue3466",
		"link": "https://wg21.link/lwg3466",
		"section": "32.10.6 [futures.promise]",
		"status": "C++23",
		"submitter": "Tomasz Kamiński",
		"opened": "2020-07-18",
		"last_modified": "2023-11-22"
	},
	"LWG3467": {
		"type": "issue",
		"title": "bool can't be an integer-like type",
		"long_link": "https://cplusplus.github.io/LWG/issue3467",
		"link": "https://wg21.link/lwg3467",
		"section": "24.3.4.4 [iterator.concept.winc]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2020-07-23",
		"last_modified": "2023-11-22"
	},
	"LWG3468": {
		"type": "issue",
		"title": "Transparent lookups in unordered containers are inconsistent",
		"long_link": "https://cplusplus.github.io/LWG/issue3468",
		"link": "https://wg21.link/lwg3468",
		"section": "23.2.8 [unord.req]",
		"status": "NAD",
		"submitter": "Marshall Clow",
		"opened": "2020-07-23",
		"last_modified": "2020-08-21"
	},
	"LWG3469": {
		"type": "issue",
		"title": "Precondition of coroutine_handle::promise may be insufficient",
		"long_link": "https://cplusplus.github.io/LWG/issue3469",
		"link": "https://wg21.link/lwg3469",
		"section": "17.13.4.7 [coroutine.handle.promise]",
		"status": "Resolved",
		"submitter": "Jiang An",
		"opened": "2020-07-25",
		"last_modified": "2020-11-09"
	},
	"LWG3470": {
		"type": "issue",
		"title": "convertible-to-non-slicing seems to reject valid case",
		"long_link": "https://cplusplus.github.io/LWG/issue3470",
		"link": "https://wg21.link/lwg3470",
		"section": "25.5.4 [range.subrange]",
		"status": "C++23",
		"submitter": "S. B. Tam",
		"opened": "2020-07-26",
		"last_modified": "2023-11-22"
	},
	"LWG3471": {
		"type": "issue",
		"title": "polymorphic_allocator::allocate does not satisfy Cpp17Allocator requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue3471",
		"link": "https://wg21.link/lwg3471",
		"section": "20.5 [mem.res]",
		"status": "C++23",
		"submitter": "Alisdair Meredith",
		"opened": "2020-07-27",
		"last_modified": "2023-11-22"
	},
	"LWG3472": {
		"type": "issue",
		"title": "counted_iterator is missing preconditions",
		"long_link": "https://cplusplus.github.io/LWG/issue3472",
		"link": "https://wg21.link/lwg3472",
		"section": "24.5.7 [iterators.counted]",
		"status": "C++23",
		"submitter": "Michael Schellenberger Costa",
		"opened": "2020-07-29",
		"last_modified": "2023-11-22"
	},
	"LWG3473": {
		"type": "issue",
		"title": "Normative encouragement in non-normative note",
		"long_link": "https://cplusplus.github.io/LWG/issue3473",
		"link": "https://wg21.link/lwg3473",
		"section": "28.5.8.3 [format.args]",
		"status": "C++23",
		"submitter": "Jonathan Wakely",
		"opened": "2020-07-31",
		"last_modified": "2023-11-22"
	},
	"LWG3474": {
		"type": "issue",
		"title": "Nesting join_views is broken because of CTAD",
		"long_link": "https://cplusplus.github.io/LWG/issue3474",
		"link": "https://wg21.link/lwg3474",
		"section": "25.7.14 [range.join]",
		"status": "C++23",
		"submitter": "Barry Revzin",
		"opened": "2020-08-04",
		"last_modified": "2023-11-22"
	},
	"LWG3475": {
		"type": "issue",
		"title": "std::thread's constructor needs to be able to report general memory allocation failures",
		"long_link": "https://cplusplus.github.io/LWG/issue3475",
		"link": "https://wg21.link/lwg3475",
		"section": "32.4.3.3 [thread.thread.constr], 32.4.4.2 [thread.jthread.cons]",
		"status": "New",
		"submitter": "Billy O'Neal III",
		"opened": "2020-08-14",
		"last_modified": "2020-09-06"
	},
	"LWG3476": {
		"type": "issue",
		"title": "thread and jthread constructors require that the parameters be move-constructible but never move construct the parameters",
		"long_link": "https://cplusplus.github.io/LWG/issue3476",
		"link": "https://wg21.link/lwg3476",
		"section": "32.4.3.3 [thread.thread.constr], 32.4.4.2 [thread.jthread.cons], 32.10.9 [futures.async]",
		"status": "C++23",
		"submitter": "Billy O'Neal III",
		"opened": "2020-08-18",
		"last_modified": "2023-11-22"
	},
	"LWG3477": {
		"type": "issue",
		"title": "Simplify constraints for semiregular-box",
		"long_link": "https://cplusplus.github.io/LWG/issue3477",
		"link": "https://wg21.link/lwg3477",
		"section": "25.7.3 [range.move.wrap]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2020-08-19",
		"last_modified": "2023-11-22"
	},
	"LWG3478": {
		"type": "issue",
		"title": "views::split drops trailing empty range",
		"long_link": "https://cplusplus.github.io/LWG/issue3478",
		"link": "https://wg21.link/lwg3478",
		"section": "25.7.17 [range.split]",
		"status": "Resolved",
		"submitter": "Barry Revzin",
		"opened": "2020-08-20",
		"last_modified": "2021-06-14"
	},
	"LWG3479": {
		"type": "issue",
		"title": "semiregular-box mishandles self-assignment",
		"long_link": "https://cplusplus.github.io/LWG/issue3479",
		"link": "https://wg21.link/lwg3479",
		"section": "25.7.3 [range.move.wrap]",
		"status": "Resolved",
		"submitter": "Casey Carter",
		"opened": "2020-08-25",
		"last_modified": "2023-02-07"
	},
	"LWG3480": {
		"type": "issue",
		"title": "directory_iterator and recursive_directory_iterator are not C++20 ranges",
		"long_link": "https://cplusplus.github.io/LWG/issue3480",
		"link": "https://wg21.link/lwg3480",
		"section": "31.12.11 [fs.class.directory.iterator], 31.12.12 [fs.class.rec.dir.itr]",
		"status": "C++23",
		"submitter": "Barry Revzin",
		"opened": "2020-08-27",
		"last_modified": "2023-11-22"
	},
	"LWG3481": {
		"type": "issue",
		"title": "viewable_range mishandles lvalue move-only views",
		"long_link": "https://cplusplus.github.io/LWG/issue3481",
		"link": "https://wg21.link/lwg3481",
		"section": "25.4.6 [range.refinements]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2020-08-29",
		"last_modified": "2023-11-22"
	},
	"LWG3482": {
		"type": "issue",
		"title": "drop_view's const begin should additionally require sized_range",
		"long_link": "https://cplusplus.github.io/LWG/issue3482",
		"link": "https://wg21.link/lwg3482",
		"section": "25.7.12.2 [range.drop.view]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2020-08-31",
		"last_modified": "2023-11-22"
	},
	"LWG3483": {
		"type": "issue",
		"title": "transform_view::iterator's difference is overconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue3483",
		"link": "https://wg21.link/lwg3483",
		"section": "25.7.9.3 [range.transform.iterator], 25.7.23.3 [range.elements.iterator]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2020-09-04",
		"last_modified": "2023-11-22"
	},
	"LWG3484": {
		"type": "issue",
		"title": "Should <stddef.h> declare ::nullptr_t?",
		"long_link": "https://cplusplus.github.io/LWG/issue3484",
		"link": "https://wg21.link/lwg3484",
		"section": "17.15.7 [support.c.headers.other]",
		"status": "New",
		"submitter": "Thomas Köppe",
		"opened": "2020-09-06",
		"last_modified": "2022-09-18"
	},
	"LWG3485": {
		"type": "issue",
		"title": "atomic_ref safety should be based on operations that \"potentially conflict\" rather than lifetime",
		"long_link": "https://cplusplus.github.io/LWG/issue3485",
		"link": "https://wg21.link/lwg3485",
		"section": "32.5.7 [atomics.ref.generic]",
		"status": "NAD",
		"submitter": "Billy O'Neal III",
		"opened": "2020-09-12",
		"last_modified": "2024-06-28"
	},
	"LWG3486": {
		"type": "issue",
		"title": "is_constructible<T[], T...> may be misleading in C++20",
		"long_link": "https://cplusplus.github.io/LWG/issue3486",
		"link": "https://wg21.link/lwg3486",
		"section": "21.3.6.4 [meta.unary.prop]",
		"status": "LEWG",
		"submitter": "Jonathan Wakely",
		"opened": "2020-10-01",
		"last_modified": "2025-10-21",
		"github_url": "https://github.com/cplusplus/papers/issues/2480"
	},
	"LWG3487": {
		"type": "issue",
		"title": "Missing precondition on input and output aliasing of [numeric.ops]",
		"long_link": "https://cplusplus.github.io/LWG/issue3487",
		"link": "https://wg21.link/lwg3487",
		"section": "26.10 [numeric.ops]",
		"status": "New",
		"submitter": "Matthias Kretz",
		"opened": "2020-10-01",
		"last_modified": "2020-10-02"
	},
	"LWG3488": {
		"type": "issue",
		"title": "Is array<const int, 0> swappable or not?",
		"long_link": "https://cplusplus.github.io/LWG/issue3488",
		"link": "https://wg21.link/lwg3488",
		"section": "23.3.3.4 [array.special]",
		"status": "Open",
		"submitter": "Casey Carter",
		"opened": "2020-10-01",
		"last_modified": "2020-10-04"
	},
	"LWG3489": {
		"type": "issue",
		"title": "Improve istream_view wording",
		"long_link": "https://cplusplus.github.io/LWG/issue3489",
		"link": "https://wg21.link/lwg3489",
		"section": "25.6.6.3 [range.istream.iterator]",
		"status": "New",
		"submitter": "Michael Schellenberger Costa",
		"opened": "2020-10-09",
		"last_modified": "2021-09-02"
	},
	"LWG3490": {
		"type": "issue",
		"title": "ranges::drop_while_view::begin() is missing a precondition",
		"long_link": "https://cplusplus.github.io/LWG/issue3490",
		"link": "https://wg21.link/lwg3490",
		"section": "25.7.13.2 [range.drop.while.view]",
		"status": "C++23",
		"submitter": "Michael Schellenberger Costa",
		"opened": "2020-10-13",
		"last_modified": "2023-11-22"
	},
	"LWG3491": {
		"type": "issue",
		"title": "What is a \"decayed type\"?",
		"long_link": "https://cplusplus.github.io/LWG/issue3491",
		"link": "https://wg21.link/lwg3491",
		"section": "17.12.6 [cmp.alg], 25.7.6.1 [range.all.general], 17.12.6 [cmp.alg]",
		"status": "New",
		"submitter": "Alisdair Meredith",
		"opened": "2020-10-27",
		"last_modified": "2021-10-30"
	},
	"LWG3492": {
		"type": "issue",
		"title": "Minimal improvements to elements_view::iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue3492",
		"link": "https://wg21.link/lwg3492",
		"section": "25.7.23.3 [range.elements.iterator]",
		"status": "C++23",
		"submitter": "Michael Schellenberger Costa",
		"opened": "2020-10-28",
		"last_modified": "2023-11-22"
	},
	"LWG3493": {
		"type": "issue",
		"title": "The constructor of std::function taking an F is missing a constraint",
		"long_link": "https://cplusplus.github.io/LWG/issue3493",
		"link": "https://wg21.link/lwg3493",
		"section": "22.10.17.3.2 [func.wrap.func.con]",
		"status": "New",
		"submitter": "Ville Voutilainen",
		"opened": "2020-10-31",
		"last_modified": "2021-08-20"
	},
	"LWG3494": {
		"type": "issue",
		"title": "Allow ranges to be conditionally borrowed",
		"long_link": "https://cplusplus.github.io/LWG/issue3494",
		"link": "https://wg21.link/lwg3494",
		"section": "25.7.21 [range.reverse], 25.7.10 [range.take], 25.7.12 [range.drop], 25.7.13 [range.drop.while], 25.7.20 [range.common], 25.7.13 [range.drop.while], 25.7.23 [range.elements]",
		"status": "C++23",
		"submitter": "Barry Revzin",
		"opened": "2020-11-01",
		"last_modified": "2023-11-22"
	},
	"LWG3495": {
		"type": "issue",
		"title": "constexpr launder makes pointers to inactive members of unions usable",
		"long_link": "https://cplusplus.github.io/LWG/issue3495",
		"link": "https://wg21.link/lwg3495",
		"section": "17.6.5 [ptr.launder]",
		"status": "C++23",
		"submitter": "Hubert Tong",
		"opened": "2020-11-10",
		"last_modified": "2023-11-22"
	},
	"LWG3496": {
		"type": "issue",
		"title": "What does \"uniquely associated\" mean for basic_syncbuf::emit()?",
		"long_link": "https://cplusplus.github.io/LWG/issue3496",
		"link": "https://wg21.link/lwg3496",
		"section": "31.11.2.4 [syncstream.syncbuf.members]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2020-11-10",
		"last_modified": "2020-11-21"
	},
	"LWG3497": {
		"type": "issue",
		"title": "Postconditions for basic_syncbuf::emit()",
		"long_link": "https://cplusplus.github.io/LWG/issue3497",
		"link": "https://wg21.link/lwg3497",
		"section": "31.11.2.4 [syncstream.syncbuf.members]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2020-11-10",
		"last_modified": "2020-11-21"
	},
	"LWG3498": {
		"type": "issue",
		"title": "Inconsistent noexcept-specifiers for basic_syncbuf",
		"long_link": "https://cplusplus.github.io/LWG/issue3498",
		"link": "https://wg21.link/lwg3498",
		"section": "31.11.2.1 [syncstream.syncbuf.overview], 31.11.2.3 [syncstream.syncbuf.assign]",
		"status": "C++23",
		"submitter": "Jonathan Wakely",
		"opened": "2020-11-10",
		"last_modified": "2023-11-22"
	},
	"LWG3499": {
		"type": "issue",
		"title": "Timed lockable and mutex requirements are imprecise about duration and time_point",
		"long_link": "https://cplusplus.github.io/LWG/issue3499",
		"link": "https://wg21.link/lwg3499",
		"section": "32.2.5.4 [thread.req.lockable.timed], 32.6.4.3 [thread.timedmutex.requirements]",
		"status": "New",
		"submitter": "Tim Song",
		"opened": "2020-11-14",
		"last_modified": "2020-11-21"
	},
	"LWG3500": {
		"type": "issue",
		"title": "join_view::iterator::operator->() is bogus",
		"long_link": "https://cplusplus.github.io/LWG/issue3500",
		"link": "https://wg21.link/lwg3500",
		"section": "25.7.14.3 [range.join.iterator]",
		"status": "C++23",
		"submitter": "Michael Schellenberger Costa",
		"opened": "2020-11-15",
		"last_modified": "2023-11-22"
	},
	"LWG3501": {
		"type": "issue",
		"title": "basic_syncbuf-related manipulators refer to some Allocator without defining it",
		"long_link": "https://cplusplus.github.io/LWG/issue3501",
		"link": "https://wg21.link/lwg3501",
		"section": "31.7.6.5 [ostream.manip]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2020-11-15",
		"last_modified": "2020-11-21"
	},
	"LWG3502": {
		"type": "issue",
		"title": "elements_view should not be allowed to return dangling references",
		"long_link": "https://cplusplus.github.io/LWG/issue3502",
		"link": "https://wg21.link/lwg3502",
		"section": "25.7.23.3 [range.elements.iterator]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2020-11-18",
		"last_modified": "2023-11-22"
	},
	"LWG3503": {
		"type": "issue",
		"title": "chrono::ceil has surprising requirement",
		"long_link": "https://cplusplus.github.io/LWG/issue3503",
		"link": "https://wg21.link/lwg3503",
		"section": "30.5.8 [time.duration.cast]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2020-11-18",
		"last_modified": "2024-09-19"
	},
	"LWG3504": {
		"type": "issue",
		"title": "condition_variable::wait_for is overspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue3504",
		"link": "https://wg21.link/lwg3504",
		"section": "32.7.4 [thread.condition.condvar]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2020-11-18",
		"last_modified": "2026-03-31",
		"github_url": "https://github.com/cplusplus/papers/issues/2033"
	},
	"LWG3505": {
		"type": "issue",
		"title": "split_view::outer-iterator::operator++ misspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue3505",
		"link": "https://wg21.link/lwg3505",
		"section": "25.7.16.3 [range.lazy.split.outer]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2020-11-20",
		"last_modified": "2023-11-22"
	},
	"LWG3506": {
		"type": "issue",
		"title": "Missing allocator-extended constructors for priority_queue",
		"long_link": "https://cplusplus.github.io/LWG/issue3506",
		"link": "https://wg21.link/lwg3506",
		"section": "23.6.4 [priority.queue]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2020-11-21",
		"last_modified": "2023-11-22",
		"github_url": "https://github.com/cplusplus/papers/issues/964"
	},
	"LWG3507": {
		"type": "issue",
		"title": "P0881R7 (\"stacktrace\") does not define \"actual file name\", \"actual line number\"",
		"long_link": "https://cplusplus.github.io/LWG/issue3507",
		"link": "https://wg21.link/lwg3507",
		"section": "19.6.3.4 [stacktrace.entry.query]",
		"status": "Open",
		"submitter": "Thomas Köppe",
		"opened": "2020-12-02",
		"last_modified": "2023-01-11",
		"papers": [
			"P0881R7"
		]
	},
	"LWG3508": {
		"type": "issue",
		"title": "atomic_ref<cv T> is not well-specified",
		"long_link": "https://cplusplus.github.io/LWG/issue3508",
		"link": "https://wg21.link/lwg3508",
		"section": "32.5.7.1 [atomics.ref.generic.general]",
		"status": "Resolved",
		"submitter": "Casey Carter",
		"opened": "2020-12-02",
		"last_modified": "2025-10-14"
	},
	"LWG3509": {
		"type": "issue",
		"title": "Range adaptor objects are underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue3509",
		"link": "https://wg21.link/lwg3509",
		"section": "25.7.2 [range.adaptor.object]",
		"status": "Resolved",
		"submitter": "Tim Song",
		"opened": "2020-12-15",
		"last_modified": "2021-06-14"
	},
	"LWG3510": {
		"type": "issue",
		"title": "Customization point objects should be invocable as non-const too",
		"long_link": "https://cplusplus.github.io/LWG/issue3510",
		"link": "https://wg21.link/lwg3510",
		"section": "16.3.3.3.5 [customization.point.object]",
		"status": "Resolved",
		"submitter": "Tim Song",
		"opened": "2020-12-15",
		"last_modified": "2021-06-14"
	},
	"LWG3511": {
		"type": "issue",
		"title": "Clarify global permission to move",
		"long_link": "https://cplusplus.github.io/LWG/issue3511",
		"link": "https://wg21.link/lwg3511",
		"section": "16.4.5.9 [res.on.arguments]",
		"status": "New",
		"submitter": "Gonzalo Brito Gadeschi",
		"opened": "2020-12-08",
		"last_modified": "2021-01-15",
		"github_url": "https://github.com/cplusplus/papers/issues/2303"
	},
	"LWG3512": {
		"type": "issue",
		"title": "Incorrect exception safety guarantee for unordered containers",
		"long_link": "https://cplusplus.github.io/LWG/issue3512",
		"link": "https://wg21.link/lwg3512",
		"section": "22.10.19 [unord.hash]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2020-12-28",
		"last_modified": "2021-01-29"
	},
	"LWG3513": {
		"type": "issue",
		"title": "Fix definition of program-defined based on its uses",
		"long_link": "https://cplusplus.github.io/LWG/issue3513",
		"link": "https://wg21.link/lwg3513",
		"section": "3.43 [defns.prog.def.type]",
		"status": "New",
		"submitter": "Johel Ernesto Guerrero Peña",
		"opened": "2020-12-29",
		"last_modified": "2021-01-30"
	},
	"LWG3514": {
		"type": "issue",
		"title": "stacktrace should add type alias pmr::stacktrace",
		"long_link": "https://cplusplus.github.io/LWG/issue3514",
		"link": "https://wg21.link/lwg3514",
		"section": "19.6.2 [stacktrace.syn]",
		"status": "Resolved",
		"submitter": "Hiroaki Ando",
		"opened": "2021-01-11",
		"last_modified": "2021-10-23"
	},
	"LWG3515": {
		"type": "issue",
		"title": "§[stacktrace.basic.nonmem]: operator<< should be less templatized",
		"long_link": "https://cplusplus.github.io/LWG/issue3515",
		"link": "https://wg21.link/lwg3515",
		"section": "19.6.2 [stacktrace.syn], 19.6.4.6 [stacktrace.basic.nonmem]",
		"status": "C++23",
		"submitter": "Jiang An",
		"opened": "2021-01-25",
		"last_modified": "2023-11-22",
		"github_url": "https://github.com/cplusplus/papers/issues/1298"
	},
	"LWG3516": {
		"type": "issue",
		"title": "thread::id spaceship may be inconsistent with equality",
		"long_link": "https://cplusplus.github.io/LWG/issue3516",
		"link": "https://wg21.link/lwg3516",
		"section": "32.4.3.2 [thread.thread.id]",
		"status": "New",
		"submitter": "Casey Carter",
		"opened": "2021-01-26",
		"last_modified": "2021-03-12"
	},
	"LWG3517": {
		"type": "issue",
		"title": "join_view::iterator's iter_swap is underconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue3517",
		"link": "https://wg21.link/lwg3517",
		"section": "25.7.14.3 [range.join.iterator]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2021-01-28",
		"last_modified": "2023-11-22"
	},
	"LWG3518": {
		"type": "issue",
		"title": "Exception requirements on char trait operations unclear",
		"long_link": "https://cplusplus.github.io/LWG/issue3518",
		"link": "https://wg21.link/lwg3518",
		"section": "27.2.2 [char.traits.require]",
		"status": "C++23",
		"submitter": "Zoe Carver",
		"opened": "2021-02-01",
		"last_modified": "2023-11-22"
	},
	"LWG3519": {
		"type": "issue",
		"title": "Incomplete synopses for <random> classes",
		"long_link": "https://cplusplus.github.io/LWG/issue3519",
		"link": "https://wg21.link/lwg3519",
		"section": "29.5.4 [rand.eng], 29.5.5 [rand.adapt], 29.5.9 [rand.dist]",
		"status": "C++23",
		"submitter": "Jens Maurer",
		"opened": "2021-02-02",
		"last_modified": "2023-11-22"
	},
	"LWG3520": {
		"type": "issue",
		"title": "iter_move and iter_swap are inconsistent for transform_view::iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue3520",
		"link": "https://wg21.link/lwg3520",
		"section": "25.7.9.3 [range.transform.iterator]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2021-02-03",
		"last_modified": "2023-11-22"
	},
	"LWG3521": {
		"type": "issue",
		"title": "Overly strict requirements on qsort and bsearch",
		"long_link": "https://cplusplus.github.io/LWG/issue3521",
		"link": "https://wg21.link/lwg3521",
		"section": "26.13 [alg.c.library]",
		"status": "C++23",
		"submitter": "Richard Smith",
		"opened": "2021-02-02",
		"last_modified": "2023-11-22"
	},
	"LWG3522": {
		"type": "issue",
		"title": "Missing requirement on InputIterator template parameter for priority_queue constructors",
		"long_link": "https://cplusplus.github.io/LWG/issue3522",
		"link": "https://wg21.link/lwg3522",
		"section": "23.6.4 [priority.queue]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2021-02-17",
		"last_modified": "2023-11-22"
	},
	"LWG3523": {
		"type": "issue",
		"title": "iota_view::sentinel is not always iota_view's sentinel",
		"long_link": "https://cplusplus.github.io/LWG/issue3523",
		"link": "https://wg21.link/lwg3523",
		"section": "25.6.4.2 [range.iota.view]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2021-02-17",
		"last_modified": "2023-11-22"
	},
	"LWG3524": {
		"type": "issue",
		"title": "Unimplementable narrowing and evaluation order requirements for range adaptors",
		"long_link": "https://cplusplus.github.io/LWG/issue3524",
		"link": "https://wg21.link/lwg3524",
		"section": "25.7 [range.adaptors]",
		"status": "Resolved",
		"submitter": "Tim Song",
		"opened": "2021-02-19",
		"last_modified": "2021-06-14"
	},
	"LWG3525": {
		"type": "issue",
		"title": "uses_allocator_construction_args fails to handle types convertible to pair",
		"long_link": "https://cplusplus.github.io/LWG/issue3525",
		"link": "https://wg21.link/lwg3525",
		"section": "20.2.8.2 [allocator.uses.construction]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2021-02-23",
		"last_modified": "2023-11-22"
	},
	"LWG3526": {
		"type": "issue",
		"title": "Return types of uses_allocator_construction_args unspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue3526",
		"link": "https://wg21.link/lwg3526",
		"section": "20.2.8.2 [allocator.uses.construction]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2021-02-25",
		"last_modified": "2023-11-22"
	},
	"LWG3527": {
		"type": "issue",
		"title": "uses_allocator_construction_args handles rvalue pairs of rvalue references incorrectly",
		"long_link": "https://cplusplus.github.io/LWG/issue3527",
		"link": "https://wg21.link/lwg3527",
		"section": "20.2.8.2 [allocator.uses.construction]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2021-02-27",
		"last_modified": "2023-11-22"
	},
	"LWG3528": {
		"type": "issue",
		"title": "make_from_tuple can perform (the equivalent of) a C-style cast",
		"long_link": "https://cplusplus.github.io/LWG/issue3528",
		"link": "https://wg21.link/lwg3528",
		"section": "22.4.6 [tuple.apply]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2021-02-28",
		"last_modified": "2023-11-22"
	},
	"LWG3529": {
		"type": "issue",
		"title": "priority_queue(first, last) should construct c with (first, last)",
		"long_link": "https://cplusplus.github.io/LWG/issue3529",
		"link": "https://wg21.link/lwg3529",
		"section": "23.6.4 [priority.queue]",
		"status": "C++23",
		"submitter": "Arthur O'Dwyer",
		"opened": "2021-03-01",
		"last_modified": "2023-11-22"
	},
	"LWG3530": {
		"type": "issue",
		"title": "BUILTIN-PTR-MEOW should not opt the type out of syntactic checks",
		"long_link": "https://cplusplus.github.io/LWG/issue3530",
		"link": "https://wg21.link/lwg3530",
		"section": "22.10.8.8 [comparisons.three.way], 22.10.9 [range.cmp]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2021-03-04",
		"last_modified": "2023-11-22"
	},
	"LWG3531": {
		"type": "issue",
		"title": "LWG 3025 broke previous valid code",
		"long_link": "https://cplusplus.github.io/LWG/issue3531",
		"link": "https://wg21.link/lwg3531",
		"section": "23.4.3.1 [map.overview], 23.4.4.1 [multimap.overview], 23.5.3.1 [unord.map.overview], 23.5.4.1 [unord.multimap.overview]",
		"status": "New",
		"submitter": "Mike Spertus",
		"opened": "2021-03-09",
		"last_modified": "2021-04-20"
	},
	"LWG3532": {
		"type": "issue",
		"title": "split_view<V, P>::inner-iterator<true>::operator++(int) should depend on Base",
		"long_link": "https://cplusplus.github.io/LWG/issue3532",
		"link": "https://wg21.link/lwg3532",
		"section": "25.7.16.5 [range.lazy.split.inner]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2021-03-11",
		"last_modified": "2023-11-22"
	},
	"LWG3533": {
		"type": "issue",
		"title": "Make base() const & consistent across iterator wrappers that supports input_iterators",
		"long_link": "https://cplusplus.github.io/LWG/issue3533",
		"link": "https://wg21.link/lwg3533",
		"section": "25.7.8.3 [range.filter.iterator], 25.7.9.3 [range.transform.iterator], 25.7.23.3 [range.elements.iterator]",
		"status": "C++23",
		"submitter": "Tomasz Kamiński",
		"opened": "2021-03-14",
		"last_modified": "2023-11-22"
	},
	"LWG3534": {
		"type": "issue",
		"title": "ranges::set_intersection and ranges::set_difference algorithm requirements are too strict",
		"long_link": "https://cplusplus.github.io/LWG/issue3534",
		"link": "https://wg21.link/lwg3534",
		"section": "26.8.7.4 [set.intersection], 26.8.7.5 [set.difference]",
		"status": "LEWG",
		"submitter": "Alexander Bessonov",
		"opened": "2021-03-16",
		"last_modified": "2021-04-20",
		"github_url": "https://github.com/cplusplus/papers/issues/1021"
	},
	"LWG3535": {
		"type": "issue",
		"title": "join_view::iterator::iterator_category and ::iterator_concept lie",
		"long_link": "https://cplusplus.github.io/LWG/issue3535",
		"link": "https://wg21.link/lwg3535",
		"section": "25.7.14.3 [range.join.iterator]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2021-03-16",
		"last_modified": "2023-11-22"
	},
	"LWG3536": {
		"type": "issue",
		"title": "Should chrono::from_stream() assign zero to duration for failure?",
		"long_link": "https://cplusplus.github.io/LWG/issue3536",
		"link": "https://wg21.link/lwg3536",
		"section": "30.5.11 [time.duration.io]",
		"status": "C++23",
		"submitter": "Matt Stephanson",
		"opened": "2021-03-19",
		"last_modified": "2023-11-22"
	},
	"LWG3537": {
		"type": "issue",
		"title": "§[iterator.range] Missing noexcept for std::rbegin/rend for arrays and initializer_list",
		"long_link": "https://cplusplus.github.io/LWG/issue3537",
		"link": "https://wg21.link/lwg3537",
		"section": "24.7 [iterator.range]",
		"status": "Resolved",
		"submitter": "Jiang An",
		"opened": "2021-03-21",
		"last_modified": "2025-11-11"
	},
	"LWG3538": {
		"type": "issue",
		"title": "§[library.c] C library functions are not addressable",
		"long_link": "https://cplusplus.github.io/LWG/issue3538",
		"link": "https://wg21.link/lwg3538",
		"section": "16.2 [library.c]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2021-03-29",
		"last_modified": "2021-04-20"
	},
	"LWG3539": {
		"type": "issue",
		"title": "format_to must not copy models of output_iterator<const charT&>",
		"long_link": "https://cplusplus.github.io/LWG/issue3539",
		"link": "https://wg21.link/lwg3539",
		"section": "28.5.5 [format.functions]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2021-03-31",
		"last_modified": "2023-11-22"
	},
	"LWG3540": {
		"type": "issue",
		"title": "§[format.arg] There should be no const in basic_format_arg(const T* p)",
		"long_link": "https://cplusplus.github.io/LWG/issue3540",
		"link": "https://wg21.link/lwg3540",
		"section": "28.5.8.1 [format.arg]",
		"status": "C++23",
		"submitter": "S. B. Tam",
		"opened": "2021-04-07",
		"last_modified": "2023-11-22"
	},
	"LWG3541": {
		"type": "issue",
		"title": "indirectly_readable_traits should be SFINAE-friendly for all types",
		"long_link": "https://cplusplus.github.io/LWG/issue3541",
		"link": "https://wg21.link/lwg3541",
		"section": "24.3.2.2 [readable.traits]",
		"status": "C++23",
		"submitter": "Christopher Di Bella",
		"opened": "2021-04-08",
		"last_modified": "2023-11-22"
	},
	"LWG3542": {
		"type": "issue",
		"title": "basic_format_arg mis-handles basic_string_view with custom traits",
		"long_link": "https://cplusplus.github.io/LWG/issue3542",
		"link": "https://wg21.link/lwg3542",
		"section": "28.5.8.1 [format.arg]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2021-04-20",
		"last_modified": "2023-11-22"
	},
	"LWG3543": {
		"type": "issue",
		"title": "Definition of when counted_iterators refer to the same sequence isn't quite right",
		"long_link": "https://cplusplus.github.io/LWG/issue3543",
		"link": "https://wg21.link/lwg3543",
		"section": "24.5.7.1 [counted.iterator]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2021-04-21",
		"last_modified": "2023-11-22"
	},
	"LWG3544": {
		"type": "issue",
		"title": "format-arg-store::args is unintentionally not exposition-only",
		"long_link": "https://cplusplus.github.io/LWG/issue3544",
		"link": "https://wg21.link/lwg3544",
		"section": "28.5.8.2 [format.arg.store]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2021-04-22",
		"last_modified": "2023-11-22"
	},
	"LWG3545": {
		"type": "issue",
		"title": "std::pointer_traits should be SFINAE-friendly",
		"long_link": "https://cplusplus.github.io/LWG/issue3545",
		"link": "https://wg21.link/lwg3545",
		"section": "20.2.3 [pointer.traits]",
		"status": "C++23",
		"submitter": "Glen Joseph Fernandes",
		"opened": "2021-04-20",
		"last_modified": "2023-11-22",
		"github_url": "https://github.com/cplusplus/papers/issues/1038"
	},
	"LWG3546": {
		"type": "issue",
		"title": "common_iterator's postfix-proxy is not quite right",
		"long_link": "https://cplusplus.github.io/LWG/issue3546",
		"link": "https://wg21.link/lwg3546",
		"section": "24.5.5.5 [common.iter.nav]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2021-04-23",
		"last_modified": "2023-11-22"
	},
	"LWG3547": {
		"type": "issue",
		"title": "Time formatters should not be locale sensitive by default",
		"long_link": "https://cplusplus.github.io/LWG/issue3547",
		"link": "https://wg21.link/lwg3547",
		"section": "30.12 [time.format]",
		"status": "Resolved",
		"submitter": "Corentin Jabot",
		"opened": "2021-04-27",
		"last_modified": "2021-10-23"
	},
	"LWG3548": {
		"type": "issue",
		"title": "shared_ptr construction from unique_ptr should move (not copy) the deleter",
		"long_link": "https://cplusplus.github.io/LWG/issue3548",
		"link": "https://wg21.link/lwg3548",
		"section": "20.3.2.2.2 [util.smartptr.shared.const]",
		"status": "C++23",
		"submitter": "Thomas Köppe",
		"opened": "2021-05-04",
		"last_modified": "2023-11-22"
	},
	"LWG3549": {
		"type": "issue",
		"title": "view_interface is overspecified to derive from view_base",
		"long_link": "https://cplusplus.github.io/LWG/issue3549",
		"link": "https://wg21.link/lwg3549",
		"section": "25.5.3 [view.interface], 25.4.5 [range.view]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2021-05-09",
		"last_modified": "2023-11-22"
	},
	"LWG3550": {
		"type": "issue",
		"title": "Names reserved by C for standard library not reserved by C++",
		"long_link": "https://cplusplus.github.io/LWG/issue3550",
		"link": "https://wg21.link/lwg3550",
		"section": "16.4.5.3 [reserved.names]",
		"status": "New",
		"submitter": "Hubert Tong",
		"opened": "2021-05-10",
		"last_modified": "2021-05-20"
	},
	"LWG3551": {
		"type": "issue",
		"title": "borrowed_{iterator,subrange}_t are overspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue3551",
		"link": "https://wg21.link/lwg3551",
		"section": "25.5.5 [range.dangling]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2021-05-12",
		"last_modified": "2023-11-22"
	},
	"LWG3552": {
		"type": "issue",
		"title": "Parallel specialized memory algorithms should require forward iterators",
		"long_link": "https://cplusplus.github.io/LWG/issue3552",
		"link": "https://wg21.link/lwg3552",
		"section": "20.2.2 [memory.syn]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2021-05-16",
		"last_modified": "2023-11-22"
	},
	"LWG3553": {
		"type": "issue",
		"title": "Useless constraint in split_view::outer-iterator::value_type::begin()",
		"long_link": "https://cplusplus.github.io/LWG/issue3553",
		"link": "https://wg21.link/lwg3553",
		"section": "25.7.16.4 [range.lazy.split.outer.value]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2021-05-18",
		"last_modified": "2023-11-22"
	},
	"LWG3554": {
		"type": "issue",
		"title": "chrono::parse needs const charT* and basic_string_view<charT> overloads",
		"long_link": "https://cplusplus.github.io/LWG/issue3554",
		"link": "https://wg21.link/lwg3554",
		"section": "30.13 [time.parse]",
		"status": "C++23",
		"submitter": "Howard Hinnant",
		"opened": "2021-05-22",
		"last_modified": "2023-11-22"
	},
	"LWG3555": {
		"type": "issue",
		"title": "{transform,elements}_view::iterator::iterator_concept should consider const-qualification of the underlying range",
		"long_link": "https://cplusplus.github.io/LWG/issue3555",
		"link": "https://wg21.link/lwg3555",
		"section": "25.7.9.3 [range.transform.iterator], 25.7.23.3 [range.elements.iterator]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2021-05-23",
		"last_modified": "2023-11-22"
	},
	"LWG3556": {
		"type": "issue",
		"title": "Specification of when semantic constraints are imposed by use of concepts is unclear",
		"long_link": "https://cplusplus.github.io/LWG/issue3556",
		"link": "https://wg21.link/lwg3556",
		"section": "16.3.2.3 [structure.requirements]",
		"status": "New",
		"submitter": "Tim Song",
		"opened": "2021-05-23",
		"last_modified": "2021-05-26"
	},
	"LWG3557": {
		"type": "issue",
		"title": "The static_cast expression in convertible_to has the wrong operand",
		"long_link": "https://cplusplus.github.io/LWG/issue3557",
		"link": "https://wg21.link/lwg3557",
		"section": "18.4.4 [concept.convertible]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2021-05-26",
		"last_modified": "2023-11-22"
	},
	"LWG3558": {
		"type": "issue",
		"title": "elements_view::sentinel's first operator- has wrong return type",
		"long_link": "https://cplusplus.github.io/LWG/issue3558",
		"link": "https://wg21.link/lwg3558",
		"section": "25.7.23.4 [range.elements.sentinel]",
		"status": "NAD Editorial",
		"submitter": "Hewill Kang",
		"opened": "2021-05-28",
		"last_modified": "2021-06-07"
	},
	"LWG3559": {
		"type": "issue",
		"title": "Semantic requirements of sized_range is circular",
		"long_link": "https://cplusplus.github.io/LWG/issue3559",
		"link": "https://wg21.link/lwg3559",
		"section": "25.4.4 [range.sized]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2021-06-03",
		"last_modified": "2023-11-22"
	},
	"LWG3560": {
		"type": "issue",
		"title": "ranges::equal and ranges::is_permutation should short-circuit for sized_ranges",
		"long_link": "https://cplusplus.github.io/LWG/issue3560",
		"link": "https://wg21.link/lwg3560",
		"section": "26.6.13 [alg.equal], 26.6.14 [alg.is.permutation]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2021-06-03",
		"last_modified": "2023-11-22"
	},
	"LWG3561": {
		"type": "issue",
		"title": "Issue with internal counter in discard_block_engine",
		"long_link": "https://cplusplus.github.io/LWG/issue3561",
		"link": "https://wg21.link/lwg3561",
		"section": "29.5.5.2 [rand.adapt.disc]",
		"status": "C++23",
		"submitter": "Ilya Burylov",
		"opened": "2021-06-03",
		"last_modified": "2023-11-22"
	},
	"LWG3562": {
		"type": "issue",
		"title": "Superseding nullopt_t's requirement to not be DefaultConstructible",
		"long_link": "https://cplusplus.github.io/LWG/issue3562",
		"link": "https://wg21.link/lwg3562",
		"section": "22.5.5 [optional.nullopt]",
		"status": "NAD",
		"submitter": "David Friberg",
		"opened": "2021-06-04",
		"last_modified": "2021-06-14"
	},
	"LWG3563": {
		"type": "issue",
		"title": "keys_view example is broken",
		"long_link": "https://cplusplus.github.io/LWG/issue3563",
		"link": "https://wg21.link/lwg3563",
		"section": "25.7.23.1 [range.elements.overview]",
		"status": "C++23",
		"submitter": "Barry Revzin",
		"opened": "2021-05-29",
		"last_modified": "2023-11-22"
	},
	"LWG3564": {
		"type": "issue",
		"title": "transform_view::iterator<true>::value_type and iterator_category should use const F&",
		"long_link": "https://cplusplus.github.io/LWG/issue3564",
		"link": "https://wg21.link/lwg3564",
		"section": "25.7.9.3 [range.transform.iterator]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2021-06-06",
		"last_modified": "2023-11-22"
	},
	"LWG3565": {
		"type": "issue",
		"title": "Handling of encodings in localized formatting of chrono types is underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue3565",
		"link": "https://wg21.link/lwg3565",
		"section": "30.12 [time.format]",
		"status": "Resolved",
		"submitter": "Victor Zverovich",
		"opened": "2021-05-31",
		"last_modified": "2023-03-23"
	},
	"LWG3566": {
		"type": "issue",
		"title": "Constraint recursion for operator<=>(optional<T>, U)",
		"long_link": "https://cplusplus.github.io/LWG/issue3566",
		"link": "https://wg21.link/lwg3566",
		"section": "22.5.9 [optional.comp.with.t]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2021-06-07",
		"last_modified": "2023-11-22"
	},
	"LWG3567": {
		"type": "issue",
		"title": "Formatting move-only iterators take two",
		"long_link": "https://cplusplus.github.io/LWG/issue3567",
		"link": "https://wg21.link/lwg3567",
		"section": "28.5.6.7 [format.context]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2021-06-08",
		"last_modified": "2023-11-22"
	},
	"LWG3568": {
		"type": "issue",
		"title": "basic_istream_view needs to initialize value_",
		"long_link": "https://cplusplus.github.io/LWG/issue3568",
		"link": "https://wg21.link/lwg3568",
		"section": "25.6.6.2 [range.istream.view]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2021-06-15",
		"last_modified": "2023-11-22"
	},
	"LWG3569": {
		"type": "issue",
		"title": "join_view fails to support ranges of ranges with non-default_initializable iterators",
		"long_link": "https://cplusplus.github.io/LWG/issue3569",
		"link": "https://wg21.link/lwg3569",
		"section": "25.7.14.3 [range.join.iterator]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2021-06-16",
		"last_modified": "2023-11-22"
	},
	"LWG3570": {
		"type": "issue",
		"title": "basic_osyncstream::emit should be an unformatted output function",
		"long_link": "https://cplusplus.github.io/LWG/issue3570",
		"link": "https://wg21.link/lwg3570",
		"section": "31.11.3.3 [syncstream.osyncstream.members]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2021-06-19",
		"last_modified": "2023-11-22"
	},
	"LWG3571": {
		"type": "issue",
		"title": "flush_emit should set badbit if the emit call fails",
		"long_link": "https://cplusplus.github.io/LWG/issue3571",
		"link": "https://wg21.link/lwg3571",
		"section": "31.7.6.5 [ostream.manip]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2021-06-19",
		"last_modified": "2023-11-22"
	},
	"LWG3572": {
		"type": "issue",
		"title": "copyable-box should be fully constexpr",
		"long_link": "https://cplusplus.github.io/LWG/issue3572",
		"link": "https://wg21.link/lwg3572",
		"section": "25.7.3 [range.move.wrap]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2021-06-19",
		"last_modified": "2023-11-22"
	},
	"LWG3573": {
		"type": "issue",
		"title": "Missing Throws element for basic_string_view(It begin, End end)",
		"long_link": "https://cplusplus.github.io/LWG/issue3573",
		"link": "https://wg21.link/lwg3573",
		"section": "27.3.3.2 [string.view.cons]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2021-07-13",
		"last_modified": "2023-11-22"
	},
	"LWG3574": {
		"type": "issue",
		"title": "common_iterator should be completely constexpr-able",
		"long_link": "https://cplusplus.github.io/LWG/issue3574",
		"link": "https://wg21.link/lwg3574",
		"section": "24.5.5.1 [common.iterator]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2021-07-21",
		"last_modified": "2023-11-22"
	},
	"LWG3575": {
		"type": "issue",
		"title": "<=> for integer-class types isn't consistently specified",
		"long_link": "https://cplusplus.github.io/LWG/issue3575",
		"link": "https://wg21.link/lwg3575",
		"section": "24.3.4.4 [iterator.concept.winc]",
		"status": "Resolved",
		"submitter": "Jiang An",
		"opened": "2021-07-25",
		"last_modified": "2021-10-23"
	},
	"LWG3576": {
		"type": "issue",
		"title": "Clarifying fill character in std::format",
		"long_link": "https://cplusplus.github.io/LWG/issue3576",
		"link": "https://wg21.link/lwg3576",
		"section": "28.5.2.2 [format.string.std]",
		"status": "Resolved",
		"submitter": "Mark de Wever",
		"opened": "2021-08-01",
		"last_modified": "2023-03-23"
	},
	"LWG3577": {
		"type": "issue",
		"title": "Merging an (unordered) associative container with itself",
		"long_link": "https://cplusplus.github.io/LWG/issue3577",
		"link": "https://wg21.link/lwg3577",
		"section": "23.2.7.1 [associative.reqmts.general], 23.2.8.1 [unord.req.general]",
		"status": "New",
		"submitter": "Joaquín M López Muñoz",
		"opened": "2021-08-04",
		"last_modified": "2024-01-29"
	},
	"LWG3578": {
		"type": "issue",
		"title": "Iterator SCARYness in the context of associative container merging",
		"long_link": "https://cplusplus.github.io/LWG/issue3578",
		"link": "https://wg21.link/lwg3578",
		"section": "23.2.7.1 [associative.reqmts.general]",
		"status": "WP",
		"submitter": "Joaquín M López Muñoz",
		"opened": "2021-08-04",
		"last_modified": "2025-02-16"
	},
	"LWG3579": {
		"type": "issue",
		"title": "Complexity guarantees for resize() and append() functions across the library",
		"long_link": "https://cplusplus.github.io/LWG/issue3579",
		"link": "https://wg21.link/lwg3579",
		"section": "27.4.3.5 [string.capacity], 23.3.5.3 [deque.capacity], 23.3.11.3 [list.capacity], 23.3.13.3 [vector.capacity], 23.3.7.5 [forward.list.modifiers], 29.6.2.8 [valarray.members], 27.4.3.7.2 [string.append], 31.12.6.5.3 [fs.path.append]",
		"status": "NAD",
		"submitter": "Louis Dionne",
		"opened": "2021-08-11",
		"last_modified": "2022-08-23"
	},
	"LWG3580": {
		"type": "issue",
		"title": "iota_view's iterator's binary operator+ should be improved",
		"long_link": "https://cplusplus.github.io/LWG/issue3580",
		"link": "https://wg21.link/lwg3580",
		"section": "25.6.4.3 [range.iota.iterator]",
		"status": "C++23",
		"submitter": "Zoe Carver",
		"opened": "2021-08-14",
		"last_modified": "2023-11-22"
	},
	"LWG3581": {
		"type": "issue",
		"title": "The range constructor makes basic_string_view not trivially move constructible",
		"long_link": "https://cplusplus.github.io/LWG/issue3581",
		"link": "https://wg21.link/lwg3581",
		"section": "27.3.3.2 [string.view.cons]",
		"status": "C++23",
		"submitter": "Jiang An, Casey Carter",
		"opened": "2021-08-16",
		"last_modified": "2023-11-22"
	},
	"LWG3582": {
		"type": "issue",
		"title": "Unclear where std::async exceptions are handled",
		"long_link": "https://cplusplus.github.io/LWG/issue3582",
		"link": "https://wg21.link/lwg3582",
		"section": "32.10.9 [futures.async]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2021-08-23",
		"last_modified": "2021-09-30"
	},
	"LWG3583": {
		"type": "issue",
		"title": "Clarify if/when short circuiting applies to conditions in Constraints: elements",
		"long_link": "https://cplusplus.github.io/LWG/issue3583",
		"link": "https://wg21.link/lwg3583",
		"section": "22.4.4.2 [tuple.cnstr]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2021-08-23",
		"last_modified": "2021-09-20"
	},
	"LWG3584": {
		"type": "issue",
		"title": "Clarify common comparison category conversions",
		"long_link": "https://cplusplus.github.io/LWG/issue3584",
		"link": "https://wg21.link/lwg3584",
		"section": "17.12.3 [cmp.common]",
		"status": "New",
		"submitter": "Peter Brett",
		"opened": "2021-08-23",
		"last_modified": "2021-09-20"
	},
	"LWG3585": {
		"type": "issue",
		"title": "Variant converting assignment with immovable alternative",
		"long_link": "https://cplusplus.github.io/LWG/issue3585",
		"link": "https://wg21.link/lwg3585",
		"section": "22.6.3.4 [variant.assign]",
		"status": "C++23",
		"submitter": "Barry Revzin",
		"opened": "2021-09-01",
		"last_modified": "2023-11-22"
	},
	"LWG3586": {
		"type": "issue",
		"title": "Formatting character alignment inconsistencies",
		"long_link": "https://cplusplus.github.io/LWG/issue3586",
		"link": "https://wg21.link/lwg3586",
		"section": "28.5.2.2 [format.string.std]",
		"status": "New",
		"submitter": "Mark de Wever",
		"opened": "2021-09-05",
		"last_modified": "2021-12-04"
	},
	"LWG3587": {
		"type": "issue",
		"title": "std::three_way_comparable_with<T, U, void> can be satisfied but can't be modeled",
		"long_link": "https://cplusplus.github.io/LWG/issue3587",
		"link": "https://wg21.link/lwg3587",
		"section": "17.12.4 [cmp.concept]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2021-09-06",
		"last_modified": "2021-10-23"
	},
	"LWG3588": {
		"type": "issue",
		"title": "Strike out purposeless UB involving the deleter in members functions of unique_ptr",
		"long_link": "https://cplusplus.github.io/LWG/issue3588",
		"link": "https://wg21.link/lwg3588",
		"section": "20.3.1.3.1 [unique.ptr.single.general]",
		"status": "NAD",
		"submitter": "Johel Ernesto Guerrero Peña",
		"opened": "2021-09-07",
		"last_modified": "2021-09-20"
	},
	"LWG3589": {
		"type": "issue",
		"title": "The const lvalue reference overload of get for subrange does not constrain I to be copyable when N == 0",
		"long_link": "https://cplusplus.github.io/LWG/issue3589",
		"link": "https://wg21.link/lwg3589",
		"section": "25.5.4 [range.subrange]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2021-09-08",
		"last_modified": "2023-11-22"
	},
	"LWG3590": {
		"type": "issue",
		"title": "split_view::base() const & is overconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue3590",
		"link": "https://wg21.link/lwg3590",
		"section": "25.7.17.2 [range.split.view]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2021-09-13",
		"last_modified": "2023-11-22"
	},
	"LWG3591": {
		"type": "issue",
		"title": "lazy_split_view<input_view>::inner-iterator::base() && invalidates outer iterators",
		"long_link": "https://cplusplus.github.io/LWG/issue3591",
		"link": "https://wg21.link/lwg3591",
		"section": "25.7.16.5 [range.lazy.split.inner]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2021-09-13",
		"last_modified": "2023-11-22"
	},
	"LWG3592": {
		"type": "issue",
		"title": "lazy_split_view needs to check the simpleness of Pattern",
		"long_link": "https://cplusplus.github.io/LWG/issue3592",
		"link": "https://wg21.link/lwg3592",
		"section": "25.7.16.2 [range.lazy.split.view]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2021-09-15",
		"last_modified": "2023-11-22"
	},
	"LWG3593": {
		"type": "issue",
		"title": "Several iterators' base() const & and lazy_split_view::outer-iterator::value_type::end() missing noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue3593",
		"link": "https://wg21.link/lwg3593",
		"section": "24.5.4 [move.iterators], 24.5.7 [iterators.counted], 25.7.8.3 [range.filter.iterator], 25.7.9.3 [range.transform.iterator], 25.7.16.4 [range.lazy.split.outer.value], 25.7.16.5 [range.lazy.split.inner], 25.7.23.3 [range.elements.iterator]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2021-09-14",
		"last_modified": "2023-11-22"
	},
	"LWG3594": {
		"type": "issue",
		"title": "inout_ptr — inconsistent release() in destructor",
		"long_link": "https://cplusplus.github.io/LWG/issue3594",
		"link": "https://wg21.link/lwg3594",
		"section": "20.3.4.3 [inout.ptr.t]",
		"status": "C++23",
		"submitter": "JeanHeyd Meneide",
		"opened": "2021-09-16",
		"last_modified": "2023-11-22"
	},
	"LWG3595": {
		"type": "issue",
		"title": "Exposition-only classes proxy and postfix-proxy for common_iterator should be fully constexpr",
		"long_link": "https://cplusplus.github.io/LWG/issue3595",
		"link": "https://wg21.link/lwg3595",
		"section": "24.5.5.4 [common.iter.access], 24.5.5.5 [common.iter.nav]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2021-09-18",
		"last_modified": "2023-11-22"
	},
	"LWG3596": {
		"type": "issue",
		"title": "ranges::starts_with and ranges::ends_with are underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue3596",
		"link": "https://wg21.link/lwg3596",
		"section": "26.6.16 [alg.starts.with], 26.6.17 [alg.ends.with]",
		"status": "NAD",
		"submitter": "Michael Schellenberger Costa",
		"opened": "2021-09-17",
		"last_modified": "2021-09-24"
	},
	"LWG3597": {
		"type": "issue",
		"title": "Unsigned integer types don't model advanceable",
		"long_link": "https://cplusplus.github.io/LWG/issue3597",
		"link": "https://wg21.link/lwg3597",
		"section": "25.6.4.2 [range.iota.view]",
		"status": "C++23",
		"submitter": "Jiang An",
		"opened": "2021-09-23",
		"last_modified": "2023-11-22"
	},
	"LWG3598": {
		"type": "issue",
		"title": "system_category().default_error_condition(0) is underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue3598",
		"link": "https://wg21.link/lwg3598",
		"section": "19.5.3.5 [syserr.errcat.objects]",
		"status": "C++23",
		"submitter": "Jonathan Wakely",
		"opened": "2021-09-23",
		"last_modified": "2023-11-22"
	},
	"LWG3599": {
		"type": "issue",
		"title": "The const overload of lazy_split_view::begin should be constrained by const Pattern",
		"long_link": "https://cplusplus.github.io/LWG/issue3599",
		"link": "https://wg21.link/lwg3599",
		"section": "25.7.16.2 [range.lazy.split.view]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2021-09-23",
		"last_modified": "2026-03-31"
	},
	"LWG3600": {
		"type": "issue",
		"title": "Making istream_iterator copy constructor trivial is an ABI break",
		"long_link": "https://cplusplus.github.io/LWG/issue3600",
		"link": "https://wg21.link/lwg3600",
		"section": "24.6.2.2 [istream.iterator.cons]",
		"status": "C++23",
		"submitter": "Jonathan Wakely",
		"opened": "2021-09-23",
		"last_modified": "2023-11-22"
	},
	"LWG3601": {
		"type": "issue",
		"title": "common_iterator's postfix-proxy needs indirectly_readable",
		"long_link": "https://cplusplus.github.io/LWG/issue3601",
		"link": "https://wg21.link/lwg3601",
		"section": "24.5.5.5 [common.iter.nav]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2021-09-24",
		"last_modified": "2023-11-22"
	},
	"LWG3602": {
		"type": "issue",
		"title": "reverse_iterator's converting assignment is overconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue3602",
		"link": "https://wg21.link/lwg3602",
		"section": "24.5.1.4 [reverse.iter.cons], 24.5.4.4 [move.iter.cons]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2021-09-26",
		"last_modified": "2021-10-14"
	},
	"LWG3603": {
		"type": "issue",
		"title": "Matching of null characters by regular expressions is underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue3603",
		"link": "https://wg21.link/lwg3603",
		"section": "28.6.7.2 [re.regex.construct], 28.6.10 [re.alg]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2021-09-27",
		"last_modified": "2021-10-14"
	},
	"LWG3604": {
		"type": "issue",
		"title": "What is the effect of an invalid value of type syntax_option_type?",
		"long_link": "https://cplusplus.github.io/LWG/issue3604",
		"link": "https://wg21.link/lwg3604",
		"section": "28.6.7.2 [re.regex.construct], 28.6.4.2 [re.synopt]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2021-09-27",
		"last_modified": "2021-10-14"
	},
	"LWG3605": {
		"type": "issue",
		"title": "regex_constants::match_prev_avail is underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue3605",
		"link": "https://wg21.link/lwg3605",
		"section": "28.6.4.3 [re.matchflag]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2021-09-27",
		"last_modified": "2021-10-14"
	},
	"LWG3606": {
		"type": "issue",
		"title": "Missing regex_traits::locale_type requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue3606",
		"link": "https://wg21.link/lwg3606",
		"section": "28.6.2 [re.req]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2021-09-28",
		"last_modified": "2021-10-14"
	},
	"LWG3607": {
		"type": "issue",
		"title": "contiguous_iterator should not be allowed to have custom iter_move and iter_swap behavior",
		"long_link": "https://cplusplus.github.io/LWG/issue3607",
		"link": "https://wg21.link/lwg3607",
		"section": "24.3.4.14 [iterator.concept.contiguous]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2021-09-28",
		"last_modified": "2023-11-22"
	},
	"LWG3608": {
		"type": "issue",
		"title": "convertible_to and temporary-bound references",
		"long_link": "https://cplusplus.github.io/LWG/issue3608",
		"link": "https://wg21.link/lwg3608",
		"section": "18.4.4 [concept.convertible]",
		"status": "New",
		"submitter": "Tim Song",
		"opened": "2021-09-28",
		"last_modified": "2021-10-23"
	},
	"LWG3609": {
		"type": "issue",
		"title": "std::ranges::iota_view<int, long> has non-subtractable iterator and sentinel types",
		"long_link": "https://cplusplus.github.io/LWG/issue3609",
		"link": "https://wg21.link/lwg3609",
		"section": "25.6.4.4 [range.iota.sentinel]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2021-09-25",
		"last_modified": "2021-10-14"
	},
	"LWG3610": {
		"type": "issue",
		"title": "iota_view::size sometimes rejects integer-class types",
		"long_link": "https://cplusplus.github.io/LWG/issue3610",
		"link": "https://wg21.link/lwg3610",
		"section": "25.6.4.2 [range.iota.view]",
		"status": "C++23",
		"submitter": "Jiang An",
		"opened": "2021-09-29",
		"last_modified": "2023-11-22"
	},
	"LWG3611": {
		"type": "issue",
		"title": "Should compare_exchange be allowed to modify the expected value on success?",
		"long_link": "https://cplusplus.github.io/LWG/issue3611",
		"link": "https://wg21.link/lwg3611",
		"section": "32.5.8.2 [atomics.types.operations]",
		"status": "NAD",
		"submitter": "Jonathan Wakely",
		"opened": "2021-09-29",
		"last_modified": "2022-08-23"
	},
	"LWG3612": {
		"type": "issue",
		"title": "Inconsistent pointer alignment in std::format",
		"long_link": "https://cplusplus.github.io/LWG/issue3612",
		"link": "https://wg21.link/lwg3612",
		"section": "28.5.2.2 [format.string.std]",
		"status": "C++23",
		"submitter": "Victor Zverovich",
		"opened": "2021-10-02",
		"last_modified": "2023-11-22"
	},
	"LWG3613": {
		"type": "issue",
		"title": "Specify that nullopt_t is copyable",
		"long_link": "https://cplusplus.github.io/LWG/issue3613",
		"link": "https://wg21.link/lwg3613",
		"section": "22.5.5 [optional.nullopt]",
		"status": "New",
		"submitter": "Frank Birbacher",
		"opened": "2021-10-01",
		"last_modified": "2024-01-29"
	},
	"LWG3614": {
		"type": "issue",
		"title": "iota_view::size and the most negative signed integer values",
		"long_link": "https://cplusplus.github.io/LWG/issue3614",
		"link": "https://wg21.link/lwg3614",
		"section": "25.6.4.2 [range.iota.view]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2021-10-01",
		"last_modified": "2021-10-14"
	},
	"LWG3615": {
		"type": "issue",
		"title": "The last specialization of incrementable_traits has wrong operand types",
		"long_link": "https://cplusplus.github.io/LWG/issue3615",
		"link": "https://wg21.link/lwg3615",
		"section": "24.3.2.1 [incrementable.traits]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2021-09-30",
		"last_modified": "2022-01-31"
	},
	"LWG3616": {
		"type": "issue",
		"title": "LWG 3498 seems to miss the non-member swap for basic_syncbuf",
		"long_link": "https://cplusplus.github.io/LWG/issue3616",
		"link": "https://wg21.link/lwg3616",
		"section": "31.11.2.6 [syncstream.syncbuf.special]",
		"status": "C++23",
		"submitter": "S. B. Tam",
		"opened": "2021-10-07",
		"last_modified": "2023-11-22"
	},
	"LWG3617": {
		"type": "issue",
		"title": "function/packaged_task deduction guides and deducing this",
		"long_link": "https://cplusplus.github.io/LWG/issue3617",
		"link": "https://wg21.link/lwg3617",
		"section": "22.10.17.3.2 [func.wrap.func.con], 32.10.10.2 [futures.task.members]",
		"status": "C++23",
		"submitter": "Barry Revzin",
		"opened": "2021-10-09",
		"last_modified": "2023-11-22"
	},
	"LWG3618": {
		"type": "issue",
		"title": "Unnecessary iter_move for transform_view::iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue3618",
		"link": "https://wg21.link/lwg3618",
		"section": "25.7.9.3 [range.transform.iterator]",
		"status": "C++23",
		"submitter": "Barry Revzin",
		"opened": "2021-10-12",
		"last_modified": "2023-11-22"
	},
	"LWG3619": {
		"type": "issue",
		"title": "Specification of vformat_to contains ill-formed formatted_size calls",
		"long_link": "https://cplusplus.github.io/LWG/issue3619",
		"link": "https://wg21.link/lwg3619",
		"section": "28.5.5 [format.functions]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2021-10-17",
		"last_modified": "2023-11-22"
	},
	"LWG3620": {
		"type": "issue",
		"title": "What are execution character sets and execution wide-character sets (after P2314R4)?",
		"long_link": "https://cplusplus.github.io/LWG/issue3620",
		"link": "https://wg21.link/lwg3620",
		"section": "16.3.3.3.4.1 [character.seq.general]",
		"status": "New",
		"submitter": "Dawn Perchik",
		"opened": "2021-10-17",
		"last_modified": "2022-01-29",
		"papers": [
			"P2314R4"
		]
	},
	"LWG3621": {
		"type": "issue",
		"title": "Remove feature-test macro __cpp_lib_monadic_optional",
		"long_link": "https://cplusplus.github.io/LWG/issue3621",
		"link": "https://wg21.link/lwg3621",
		"section": "17.3.2 [version.syn]",
		"status": "C++23",
		"submitter": "Jens Maurer",
		"opened": "2021-10-18",
		"last_modified": "2023-11-22"
	},
	"LWG3622": {
		"type": "issue",
		"title": "Misspecified transitivity of equivalence in §[unord.req.general]",
		"long_link": "https://cplusplus.github.io/LWG/issue3622",
		"link": "https://wg21.link/lwg3622",
		"section": "23.2.8.1 [unord.req.general]",
		"status": "C++23",
		"submitter": "Thomas Köppe",
		"opened": "2021-10-20",
		"last_modified": "2023-11-22"
	},
	"LWG3623": {
		"type": "issue",
		"title": "Uses of std::reverse_iterator with containers should not require manually including <iterator>",
		"long_link": "https://cplusplus.github.io/LWG/issue3623",
		"link": "https://wg21.link/lwg3623",
		"section": "24.5.1.1 [reverse.iterators.general]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2021-10-23",
		"last_modified": "2022-01-29"
	},
	"LWG3624": {
		"type": "issue",
		"title": "Inconsistency of <typeinfo>, <initializer_list>, and <compare> in the standard library",
		"long_link": "https://cplusplus.github.io/LWG/issue3624",
		"link": "https://wg21.link/lwg3624",
		"section": "17.7 [support.rtti], 17.11 [support.initlist], 17.12 [cmp]",
		"status": "Resolved",
		"submitter": "Jiang An",
		"opened": "2021-10-23",
		"last_modified": "2025-11-11"
	},
	"LWG3625": {
		"type": "issue",
		"title": "Should <stacktrace> provide range access function templates?",
		"long_link": "https://cplusplus.github.io/LWG/issue3625",
		"link": "https://wg21.link/lwg3625",
		"section": "19.6.2 [stacktrace.syn], 24.7 [iterator.range]",
		"status": "Resolved",
		"submitter": "Jiang An",
		"opened": "2021-10-23",
		"last_modified": "2025-11-11"
	},
	"LWG3626": {
		"type": "issue",
		"title": "Is std::basic_stacktrace required to use contiguous storage?",
		"long_link": "https://cplusplus.github.io/LWG/issue3626",
		"link": "https://wg21.link/lwg3626",
		"section": "19.6.4.1 [stacktrace.basic.overview]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2021-10-23",
		"last_modified": "2022-01-29"
	},
	"LWG3627": {
		"type": "issue",
		"title": "Inconsistent specifications for std::make_optional overloads",
		"long_link": "https://cplusplus.github.io/LWG/issue3627",
		"link": "https://wg21.link/lwg3627",
		"section": "22.5.10 [optional.specalg]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2021-10-23",
		"last_modified": "2025-11-11"
	},
	"LWG3628": {
		"type": "issue",
		"title": "\"Effects: Equivalent to:\" and uninitialized memory algorithms",
		"long_link": "https://cplusplus.github.io/LWG/issue3628",
		"link": "https://wg21.link/lwg3628",
		"section": "26.11 [specialized.algorithms]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2021-10-23",
		"last_modified": "2022-01-29"
	},
	"LWG3629": {
		"type": "issue",
		"title": "make_error_code and make_error_condition are customization points",
		"long_link": "https://cplusplus.github.io/LWG/issue3629",
		"link": "https://wg21.link/lwg3629",
		"section": "19.5 [syserr]",
		"status": "C++23",
		"submitter": "Jonathan Wakely",
		"opened": "2021-10-31",
		"last_modified": "2023-11-22"
	},
	"LWG3630": {
		"type": "issue",
		"title": "Inconsistent basic_regex construction and assignment from iterator range",
		"long_link": "https://cplusplus.github.io/LWG/issue3630",
		"link": "https://wg21.link/lwg3630",
		"section": "28.6.7.2 [re.regex.construct]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2021-10-31",
		"last_modified": "2022-01-29"
	},
	"LWG3631": {
		"type": "issue",
		"title": "basic_format_arg(T&&) should use remove_cvref_t<T> throughout",
		"long_link": "https://cplusplus.github.io/LWG/issue3631",
		"link": "https://wg21.link/lwg3631",
		"section": "28.5.8.1 [format.arg]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2021-11-03",
		"last_modified": "2023-11-22"
	},
	"LWG3632": {
		"type": "issue",
		"title": "unique_ptr \"Mandates: This constructor is not selected by class template argument deduction\"",
		"long_link": "https://cplusplus.github.io/LWG/issue3632",
		"link": "https://wg21.link/lwg3632",
		"section": "20.3.1.3.2 [unique.ptr.single.ctor]",
		"status": "C++23",
		"submitter": "Arthur O'Dwyer",
		"opened": "2021-11-03",
		"last_modified": "2023-11-22"
	},
	"LWG3633": {
		"type": "issue",
		"title": "Atomics are copy constructible and copy assignable from volatile atomics",
		"long_link": "https://cplusplus.github.io/LWG/issue3633",
		"link": "https://wg21.link/lwg3633",
		"section": "32.5 [atomics]",
		"status": "New",
		"submitter": "Wesley Maxey",
		"opened": "2021-11-05",
		"last_modified": "2024-01-29"
	},
	"LWG3634": {
		"type": "issue",
		"title": "When are static-duration memory_resource objects destroyed?",
		"long_link": "https://cplusplus.github.io/LWG/issue3634",
		"link": "https://wg21.link/lwg3634",
		"section": "20.5.4 [mem.res.global], 19.5.3.5 [syserr.errcat.objects]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2021-11-07",
		"last_modified": "2022-01-29"
	},
	"LWG3635": {
		"type": "issue",
		"title": "Add __cpp_lib_deduction_guides to feature test macros",
		"long_link": "https://cplusplus.github.io/LWG/issue3635",
		"link": "https://wg21.link/lwg3635",
		"section": "17.3.2 [version.syn]",
		"status": "NAD",
		"submitter": "Konstantin Varlamov",
		"opened": "2021-11-09",
		"last_modified": "2024-06-24"
	},
	"LWG3636": {
		"type": "issue",
		"title": "formatter<T>::format should be const-qualified",
		"long_link": "https://cplusplus.github.io/LWG/issue3636",
		"link": "https://wg21.link/lwg3636",
		"section": "28.5.6.1 [formatter.requirements]",
		"status": "C++23",
		"submitter": "Arthur O'Dwyer",
		"opened": "2021-11-11",
		"last_modified": "2023-11-22"
	},
	"LWG3637": {
		"type": "issue",
		"title": "pmr::memory_resource::do_allocate needs clarification",
		"long_link": "https://cplusplus.github.io/LWG/issue3637",
		"link": "https://wg21.link/lwg3637",
		"section": "20.5.2 [mem.res.class]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2021-11-12",
		"last_modified": "2022-01-30"
	},
	"LWG3638": {
		"type": "issue",
		"title": "vector<bool>::swap(reference, reference) is useless",
		"long_link": "https://cplusplus.github.io/LWG/issue3638",
		"link": "https://wg21.link/lwg3638",
		"section": "23.3.14 [vector.bool]",
		"status": "Resolved",
		"submitter": "Jonathan Wakely",
		"opened": "2021-11-12",
		"last_modified": "2025-11-11"
	},
	"LWG3639": {
		"type": "issue",
		"title": "Handling of fill character width is underspecified in std::format",
		"long_link": "https://cplusplus.github.io/LWG/issue3639",
		"link": "https://wg21.link/lwg3639",
		"section": "28.5.2.2 [format.string.std]",
		"status": "Resolved",
		"submitter": "Victor Zverovich",
		"opened": "2021-11-13",
		"last_modified": "2023-03-23"
	},
	"LWG3640": {
		"type": "issue",
		"title": "Clarify which exceptions are propagated",
		"long_link": "https://cplusplus.github.io/LWG/issue3640",
		"link": "https://wg21.link/lwg3640",
		"section": "16.4.4 [utility.requirements]",
		"status": "New",
		"submitter": "Johel Ernesto Guerrero Peña",
		"opened": "2021-11-01",
		"last_modified": "2022-10-01"
	},
	"LWG3641": {
		"type": "issue",
		"title": "Add operator== to format_to_n_result",
		"long_link": "https://cplusplus.github.io/LWG/issue3641",
		"link": "https://wg21.link/lwg3641",
		"section": "28.5.1 [format.syn]",
		"status": "New",
		"submitter": "Mark de Wever",
		"opened": "2021-11-14",
		"last_modified": "2022-01-30"
	},
	"LWG3642": {
		"type": "issue",
		"title": "move_only_function assignment operators seem to be defined suboptimal",
		"long_link": "https://cplusplus.github.io/LWG/issue3642",
		"link": "https://wg21.link/lwg3642",
		"section": "22.10.17.4.3 [func.wrap.move.ctor]",
		"status": "New",
		"submitter": "Alexander Guteniev",
		"opened": "2021-11-20",
		"last_modified": "2022-01-30"
	},
	"LWG3643": {
		"type": "issue",
		"title": "Missing constexpr in std::counted_iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue3643",
		"link": "https://wg21.link/lwg3643",
		"section": "24.5.7.5 [counted.iter.nav]",
		"status": "C++23",
		"submitter": "Jiang An",
		"opened": "2021-11-21",
		"last_modified": "2023-11-22"
	},
	"LWG3644": {
		"type": "issue",
		"title": "std::format does not define \"integer presentation type\"",
		"long_link": "https://cplusplus.github.io/LWG/issue3644",
		"link": "https://wg21.link/lwg3644",
		"section": "28.5.2.2 [format.string.std]",
		"status": "New",
		"submitter": "Charlie Barto",
		"opened": "2021-11-23",
		"last_modified": "2022-11-01"
	},
	"LWG3645": {
		"type": "issue",
		"title": "resize_and_overwrite is overspecified to call its callback with lvalues",
		"long_link": "https://cplusplus.github.io/LWG/issue3645",
		"link": "https://wg21.link/lwg3645",
		"section": "27.4.3.5 [string.capacity]",
		"status": "C++23",
		"submitter": "Arthur O'Dwyer",
		"opened": "2021-11-28",
		"last_modified": "2023-11-22"
	},
	"LWG3646": {
		"type": "issue",
		"title": "std::ranges::view_interface::size returns a signed type",
		"long_link": "https://cplusplus.github.io/LWG/issue3646",
		"link": "https://wg21.link/lwg3646",
		"section": "25.5.3.1 [view.interface.general]",
		"status": "C++23",
		"submitter": "Jiang An",
		"opened": "2021-11-29",
		"last_modified": "2023-11-22"
	},
	"LWG3647": {
		"type": "issue",
		"title": "nothrow-input-iterator constraints should not mention copying",
		"long_link": "https://cplusplus.github.io/LWG/issue3647",
		"link": "https://wg21.link/lwg3647",
		"section": "26.11.2 [special.mem.concepts]",
		"status": "New",
		"submitter": "Konstantin Varlamov",
		"opened": "2021-11-30",
		"last_modified": "2022-01-30"
	},
	"LWG3648": {
		"type": "issue",
		"title": "format should not print bool with 'c'",
		"long_link": "https://cplusplus.github.io/LWG/issue3648",
		"link": "https://wg21.link/lwg3648",
		"section": "28.5.2.2 [format.string.std]",
		"status": "C++23",
		"submitter": "Zhihao Yuan",
		"opened": "2021-11-30",
		"last_modified": "2023-11-22"
	},
	"LWG3649": {
		"type": "issue",
		"title": "[fund.ts.v3] Reinstate and bump __cpp_lib_experimental_memory_resource feature test macro",
		"long_link": "https://cplusplus.github.io/LWG/issue3649",
		"link": "https://wg21.link/lwg3649",
		"section": "4.2 [fund.ts.v3::general.feature.test]",
		"status": "TS",
		"submitter": "Thomas Köppe",
		"opened": "2021-12-03",
		"last_modified": "2022-07-11"
	},
	"LWG3650": {
		"type": "issue",
		"title": "Are std::basic_string's iterator and const_iterator constexpr iterators?",
		"long_link": "https://cplusplus.github.io/LWG/issue3650",
		"link": "https://wg21.link/lwg3650",
		"section": "27.4.3.1 [basic.string.general]",
		"status": "C++23",
		"submitter": "Jiang An",
		"opened": "2021-12-04",
		"last_modified": "2023-11-22"
	},
	"LWG3651": {
		"type": "issue",
		"title": "Unspecified lifetime guarantees for the format string",
		"long_link": "https://cplusplus.github.io/LWG/issue3651",
		"link": "https://wg21.link/lwg3651",
		"section": "28.5 [format]",
		"status": "New",
		"submitter": "Barry Revzin",
		"opened": "2021-12-08",
		"last_modified": "2022-01-30"
	},
	"LWG3652": {
		"type": "issue",
		"title": "Can we relax the preconditions of longjmp?",
		"long_link": "https://cplusplus.github.io/LWG/issue3652",
		"link": "https://wg21.link/lwg3652",
		"section": "17.14.3 [csetjmp.syn]",
		"status": "NAD",
		"submitter": "Jiang An",
		"opened": "2021-12-15",
		"last_modified": "2022-01-30"
	},
	"LWG3653": {
		"type": "issue",
		"title": "<coroutine> is freestanding, but uses std::hash which is not",
		"long_link": "https://cplusplus.github.io/LWG/issue3653",
		"link": "https://wg21.link/lwg3653",
		"section": "17.13.2 [coroutine.syn]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2021-12-17",
		"last_modified": "2025-11-11"
	},
	"LWG3654": {
		"type": "issue",
		"title": "basic_format_context::arg(size_t) should be noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue3654",
		"link": "https://wg21.link/lwg3654",
		"section": "28.5.6.7 [format.context]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2021-12-26",
		"last_modified": "2023-11-22"
	},
	"LWG3655": {
		"type": "issue",
		"title": "The INVOKE operation and union types",
		"long_link": "https://cplusplus.github.io/LWG/issue3655",
		"link": "https://wg21.link/lwg3655",
		"section": "22.10.4 [func.require]",
		"status": "C++23",
		"submitter": "Jiang An",
		"opened": "2021-12-29",
		"last_modified": "2023-11-22"
	},
	"LWG3656": {
		"type": "issue",
		"title": "Inconsistent bit operations returning a count",
		"long_link": "https://cplusplus.github.io/LWG/issue3656",
		"link": "https://wg21.link/lwg3656",
		"section": "22.11.5 [bit.pow.two]",
		"status": "C++23",
		"submitter": "Nicolai Josuttis",
		"opened": "2021-12-30",
		"last_modified": "2023-11-22"
	},
	"LWG3657": {
		"type": "issue",
		"title": "std::hash<std::filesystem::path> is not enabled",
		"long_link": "https://cplusplus.github.io/LWG/issue3657",
		"link": "https://wg21.link/lwg3657",
		"section": "31.12.6 [fs.class.path]",
		"status": "C++23",
		"submitter": "Jiang An",
		"opened": "2022-01-02",
		"last_modified": "2023-11-22"
	},
	"LWG3658": {
		"type": "issue",
		"title": "basic_streambuf::sputn is both overspecified and underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue3658",
		"link": "https://wg21.link/lwg3658",
		"section": "31.6.3.3.5 [streambuf.pub.put]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2022-01-17",
		"last_modified": "2022-01-30"
	},
	"LWG3659": {
		"type": "issue",
		"title": "Consider ATOMIC_FLAG_INIT undeprecation",
		"long_link": "https://cplusplus.github.io/LWG/issue3659",
		"link": "https://wg21.link/lwg3659",
		"section": "32.5.10 [atomics.flag]",
		"status": "C++23",
		"submitter": "Aaron Ballman",
		"opened": "2022-01-18",
		"last_modified": "2023-11-22"
	},
	"LWG3660": {
		"type": "issue",
		"title": "iterator_traits<common_iterator>::pointer should conform to §[iterator.traits]",
		"long_link": "https://cplusplus.github.io/LWG/issue3660",
		"link": "https://wg21.link/lwg3660",
		"section": "24.5.5.2 [common.iter.types]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2022-01-20",
		"last_modified": "2023-11-22"
	},
	"LWG3661": {
		"type": "issue",
		"title": "constinit atomic<shared_ptr<T>> a(nullptr); should work",
		"long_link": "https://cplusplus.github.io/LWG/issue3661",
		"link": "https://wg21.link/lwg3661",
		"section": "32.5.8.7.2 [util.smartptr.atomic.shared]",
		"status": "C++23",
		"submitter": "Jonathan Wakely",
		"opened": "2022-01-21",
		"last_modified": "2023-11-22"
	},
	"LWG3662": {
		"type": "issue",
		"title": "basic_string::append/assign(NTBS, pos, n) suboptimal",
		"long_link": "https://cplusplus.github.io/LWG/issue3662",
		"link": "https://wg21.link/lwg3662",
		"section": "27.4.3.7.2 [string.append], 27.4.3.7.3 [string.assign]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2022-01-21",
		"last_modified": "2026-03-31"
	},
	"LWG3663": {
		"type": "issue",
		"title": "basic_string(const T&, const Alloc&) turns moves into copies",
		"long_link": "https://cplusplus.github.io/LWG/issue3663",
		"link": "https://wg21.link/lwg3663",
		"section": "27.4.3.3 [string.cons], 27.4.3.7.3 [string.assign]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2022-01-21",
		"last_modified": "2022-01-30"
	},
	"LWG3664": {
		"type": "issue",
		"title": "LWG 3392 broke std::ranges::distance(a, a+3)",
		"long_link": "https://cplusplus.github.io/LWG/issue3664",
		"link": "https://wg21.link/lwg3664",
		"section": "24.4.4.3 [range.iter.op.distance]",
		"status": "C++23",
		"submitter": "Arthur O'Dwyer",
		"opened": "2022-01-23",
		"last_modified": "2023-11-22"
	},
	"LWG3665": {
		"type": "issue",
		"title": "Is std::allocator_traits<Alloc>::rebind_alloc SFINAE-friendly?",
		"long_link": "https://cplusplus.github.io/LWG/issue3665",
		"link": "https://wg21.link/lwg3665",
		"section": "20.2.9.2 [allocator.traits.types]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2022-01-24",
		"last_modified": "2022-03-04"
	},
	"LWG3666": {
		"type": "issue",
		"title": "join_view's difference type is too small",
		"long_link": "https://cplusplus.github.io/LWG/issue3666",
		"link": "https://wg21.link/lwg3666",
		"section": "25.7.14 [range.join]",
		"status": "New",
		"submitter": "Tomasz Kamiński",
		"opened": "2022-01-30",
		"last_modified": "2022-03-04"
	},
	"LWG3667": {
		"type": "issue",
		"title": "std::cout << &X::f prints 1",
		"long_link": "https://cplusplus.github.io/LWG/issue3667",
		"link": "https://wg21.link/lwg3667",
		"section": "31.7.6.3 [ostream.formatted]",
		"status": "NAD",
		"submitter": "Peter Dimov",
		"opened": "2022-01-31",
		"last_modified": "2022-08-23"
	},
	"LWG3668": {
		"type": "issue",
		"title": "[recursive_]directory_iterator constructors refer to undefined options",
		"long_link": "https://cplusplus.github.io/LWG/issue3668",
		"link": "https://wg21.link/lwg3668",
		"section": "31.12.11.2 [fs.dir.itr.members], 31.12.12.2 [fs.rec.dir.itr.members]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2022-01-31",
		"last_modified": "2024-01-29"
	},
	"LWG3669": {
		"type": "issue",
		"title": "std::filesystem operations should be observable behaviour",
		"long_link": "https://cplusplus.github.io/LWG/issue3669",
		"link": "https://wg21.link/lwg3669",
		"section": "4.1.2 [intro.abstract]",
		"status": "New",
		"submitter": "Jens Maurer",
		"opened": "2022-02-03",
		"last_modified": "2022-03-04"
	},
	"LWG3670": {
		"type": "issue",
		"title": "Cpp17InputIterators don't have integer-class difference types",
		"long_link": "https://cplusplus.github.io/LWG/issue3670",
		"link": "https://wg21.link/lwg3670",
		"section": "25.6.4.3 [range.iota.iterator]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2022-02-04",
		"last_modified": "2023-11-22"
	},
	"LWG3671": {
		"type": "issue",
		"title": "atomic_fetch_xor missing from stdatomic.h",
		"long_link": "https://cplusplus.github.io/LWG/issue3671",
		"link": "https://wg21.link/lwg3671",
		"section": "32.5.12 [stdatomic.h.syn]",
		"status": "C++23",
		"submitter": "Hubert Tong",
		"opened": "2022-02-09",
		"last_modified": "2023-11-22"
	},
	"LWG3672": {
		"type": "issue",
		"title": "common_iterator::operator->() should return by value",
		"long_link": "https://cplusplus.github.io/LWG/issue3672",
		"link": "https://wg21.link/lwg3672",
		"section": "24.5.5.4 [common.iter.access]",
		"status": "C++23",
		"submitter": "Jonathan Wakely",
		"opened": "2022-02-12",
		"last_modified": "2023-11-22"
	},
	"LWG3673": {
		"type": "issue",
		"title": "§[locale.cons] Ambiguous argument in Throws for locale+name+category constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue3673",
		"link": "https://wg21.link/lwg3673",
		"section": "28.3.3.1.3 [locale.cons]",
		"status": "Resolved",
		"submitter": "Hubert Tong",
		"opened": "2022-02-12",
		"last_modified": "2023-03-22"
	},
	"LWG3674": {
		"type": "issue",
		"title": "Removal of requirement for locale names for construction of locales not explained",
		"long_link": "https://cplusplus.github.io/LWG/issue3674",
		"link": "https://wg21.link/lwg3674",
		"section": "28.3.3.1.4 [locale.members]",
		"status": "New",
		"submitter": "Hubert Tong",
		"opened": "2022-02-12",
		"last_modified": "2022-03-04"
	},
	"LWG3675": {
		"type": "issue",
		"title": "std::ios_base::iword/pword might be misspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue3675",
		"link": "https://wg21.link/lwg3675",
		"section": "31.5.2.6 [ios.base.storage]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2022-02-14",
		"last_modified": "2022-03-04"
	},
	"LWG3676": {
		"type": "issue",
		"title": "Name of locale composed using std::locale::none",
		"long_link": "https://cplusplus.github.io/LWG/issue3676",
		"link": "https://wg21.link/lwg3676",
		"section": "28.3.3.1.3 [locale.cons]",
		"status": "Resolved",
		"submitter": "Hubert Tong",
		"opened": "2022-02-14",
		"last_modified": "2023-03-22"
	},
	"LWG3677": {
		"type": "issue",
		"title": "Is a cv-qualified pair specially handled in uses-allocator construction?",
		"long_link": "https://cplusplus.github.io/LWG/issue3677",
		"link": "https://wg21.link/lwg3677",
		"section": "20.2.8.2 [allocator.uses.construction]",
		"status": "C++23",
		"submitter": "Jiang An",
		"opened": "2022-02-16",
		"last_modified": "2023-11-22"
	},
	"LWG3678": {
		"type": "issue",
		"title": "Constructors of std::chrono::time_zone might be overly unspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue3678",
		"link": "https://wg21.link/lwg3678",
		"section": "30.11.5.1 [time.zone.overview]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2022-02-23",
		"last_modified": "2025-03-19"
	},
	"LWG3679": {
		"type": "issue",
		"title": "Is <ranges> sufficient for istream_view?",
		"long_link": "https://cplusplus.github.io/LWG/issue3679",
		"link": "https://wg21.link/lwg3679",
		"section": "25.6.6 [range.istream]",
		"status": "LEWG",
		"submitter": "Barry Revzin",
		"opened": "2022-02-24",
		"last_modified": "2022-11-10",
		"github_url": "https://github.com/cplusplus/papers/issues/1362"
	},
	"LWG3680": {
		"type": "issue",
		"title": "Constructor of move_only_function with empty ref-qualifier is over-constrained",
		"long_link": "https://cplusplus.github.io/LWG/issue3680",
		"link": "https://wg21.link/lwg3680",
		"section": "22.10.17.4.3 [func.wrap.move.ctor]",
		"status": "New",
		"submitter": "Zhihao Yuan",
		"opened": "2022-02-27",
		"last_modified": "2022-03-04"
	},
	"LWG3681": {
		"type": "issue",
		"title": "Further considerations on LWG 3679 (using pmr::vector without including <memory_resource>)",
		"long_link": "https://cplusplus.github.io/LWG/issue3681",
		"link": "https://wg21.link/lwg3681",
		"section": "20.5.1 [mem.res.syn], 20.2.2 [memory.syn]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2022-02-28",
		"last_modified": "2025-10-22"
	},
	"LWG3682": {
		"type": "issue",
		"title": "A Cpp17Allocator type can't silently ignore an unsupported alignment",
		"long_link": "https://cplusplus.github.io/LWG/issue3682",
		"link": "https://wg21.link/lwg3682",
		"section": "16.4.4.6.1 [allocator.requirements.general]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2022-03-18",
		"last_modified": "2022-05-17"
	},
	"LWG3683": {
		"type": "issue",
		"title": "operator== for polymorphic_allocator cannot deduce template argument in common cases",
		"long_link": "https://cplusplus.github.io/LWG/issue3683",
		"link": "https://wg21.link/lwg3683",
		"section": "20.5.3 [mem.poly.allocator.class]",
		"status": "C++23",
		"submitter": "Pablo Halpern",
		"opened": "2022-03-18",
		"last_modified": "2023-11-22"
	},
	"LWG3684": {
		"type": "issue",
		"title": "std::allocator<T>::allocate_at_least in constant evaluation",
		"long_link": "https://cplusplus.github.io/LWG/issue3684",
		"link": "https://wg21.link/lwg3684",
		"section": "20.2.10.2 [allocator.members]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2022-03-22",
		"last_modified": "2022-05-17"
	},
	"LWG3685": {
		"type": "issue",
		"title": "In lazy_split_view, CTAD doesn't work when given an input_range input and a tiny-range pattern",
		"long_link": "https://cplusplus.github.io/LWG/issue3685",
		"link": "https://wg21.link/lwg3685",
		"section": "25.7.16.2 [range.lazy.split.view]",
		"status": "New",
		"submitter": "Konstantin Varlamov",
		"opened": "2022-03-23",
		"last_modified": "2022-05-17"
	},
	"LWG3686": {
		"type": "issue",
		"title": "In lazy_split_view, comparing a default-constructed outer-iterator or inner-iterator with std::default_sentinel results in null pointer dereference",
		"long_link": "https://cplusplus.github.io/LWG/issue3686",
		"link": "https://wg21.link/lwg3686",
		"section": "25.7.16.3 [range.lazy.split.outer], 25.7.16.5 [range.lazy.split.inner]",
		"status": "New",
		"submitter": "Konstantin Varlamov",
		"opened": "2022-03-23",
		"last_modified": "2022-05-17"
	},
	"LWG3687": {
		"type": "issue",
		"title": "expected<cv void, E> move constructor should move",
		"long_link": "https://cplusplus.github.io/LWG/issue3687",
		"link": "https://wg21.link/lwg3687",
		"section": "22.8.7.4 [expected.void.assign]",
		"status": "C++23",
		"submitter": "Jonathan Wakely",
		"opened": "2022-03-23",
		"last_modified": "2023-11-22"
	},
	"LWG3688": {
		"type": "issue",
		"title": "Exception specifications of copy/move member functions of std::bad_expected_access",
		"long_link": "https://cplusplus.github.io/LWG/issue3688",
		"link": "https://wg21.link/lwg3688",
		"section": "22.8.4 [expected.bad], 22.8.5 [expected.bad.void], 22.8.6.6 [expected.object.obs], 22.8.7.6 [expected.void.obs]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2022-03-24",
		"last_modified": "2024-07-24"
	},
	"LWG3689": {
		"type": "issue",
		"title": "num_get overflow determination unclear and incorrect",
		"long_link": "https://cplusplus.github.io/LWG/issue3689",
		"link": "https://wg21.link/lwg3689",
		"section": "28.3.4.3.2.3 [facet.num.get.virtuals]",
		"status": "New",
		"submitter": "Hubert Tong",
		"opened": "2022-03-28",
		"last_modified": "2022-05-17"
	},
	"LWG3690": {
		"type": "issue",
		"title": "std::make_from_tuple etc. should find all tuple-like std::get overloads",
		"long_link": "https://cplusplus.github.io/LWG/issue3690",
		"link": "https://wg21.link/lwg3690",
		"section": "16.4.2.2 [contents], 22.4.6 [tuple.apply]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2022-04-06",
		"last_modified": "2022-05-17"
	},
	"LWG3691": {
		"type": "issue",
		"title": "Replacement of keys in associative containers",
		"long_link": "https://cplusplus.github.io/LWG/issue3691",
		"link": "https://wg21.link/lwg3691",
		"section": "23.2.7.1 [associative.reqmts.general], 23.2.8.1 [unord.req.general]",
		"status": "New",
		"submitter": "Jens Maurer",
		"opened": "2022-04-19",
		"last_modified": "2022-05-17"
	},
	"LWG3692": {
		"type": "issue",
		"title": "zip_view::iterator's operator<=> is overconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue3692",
		"link": "https://wg21.link/lwg3692",
		"section": "25.7.25.3 [range.zip.iterator]",
		"status": "C++23",
		"submitter": "S. B. Tam",
		"opened": "2022-04-21",
		"last_modified": "2023-11-22"
	},
	"LWG3693": {
		"type": "issue",
		"title": "§[c.math] Can any of float/double/long double overloads be fused into template overloads?",
		"long_link": "https://cplusplus.github.io/LWG/issue3693",
		"link": "https://wg21.link/lwg3693",
		"section": "29.7 [c.math]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2022-04-28",
		"last_modified": "2022-05-17"
	},
	"LWG3694": {
		"type": "issue",
		"title": "Should traits_type::length be customizable?",
		"long_link": "https://cplusplus.github.io/LWG/issue3694",
		"link": "https://wg21.link/lwg3694",
		"section": "27.2.2 [char.traits.require]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2022-05-04",
		"last_modified": "2022-05-17"
	},
	"LWG3695": {
		"type": "issue",
		"title": "The standard-layout property of char-like types serves for nothing",
		"long_link": "https://cplusplus.github.io/LWG/issue3695",
		"link": "https://wg21.link/lwg3695",
		"section": "27.1 [strings.general]",
		"status": "NAD",
		"submitter": "Jiang An",
		"opened": "2022-05-07",
		"last_modified": "2022-08-23"
	},
	"LWG3696": {
		"type": "issue",
		"title": "\"Basic integral types\" should not be used",
		"long_link": "https://cplusplus.github.io/LWG/issue3696",
		"link": "https://wg21.link/lwg3696",
		"section": "31.2.2 [stream.types]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2022-05-07",
		"last_modified": "2025-10-21"
	},
	"LWG3697": {
		"type": "issue",
		"title": "Preconditions of reference_constructs_from_temporary/reference_converts_from_temporary seem wrong",
		"long_link": "https://cplusplus.github.io/LWG/issue3697",
		"link": "https://wg21.link/lwg3697",
		"section": "21.3.6.4 [meta.unary.prop]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2022-05-10",
		"last_modified": "2022-05-17"
	},
	"LWG3698": {
		"type": "issue",
		"title": "regex_iterator and join_view don't work together very well",
		"long_link": "https://cplusplus.github.io/LWG/issue3698",
		"link": "https://wg21.link/lwg3698",
		"section": "28.6.11 [re.iter], 25.7.14 [range.join]",
		"status": "Resolved",
		"submitter": "Barry Revzin",
		"opened": "2022-05-12",
		"last_modified": "2023-03-23"
	},
	"LWG3699": {
		"type": "issue",
		"title": "lexically_relative on UNC drive paths (\\\\?\\C:\\...) results in a default-constructed value",
		"long_link": "https://cplusplus.github.io/LWG/issue3699",
		"link": "https://wg21.link/lwg3699",
		"section": "31.12.6.5.11 [fs.path.gen]",
		"status": "New",
		"submitter": "Nicole Mazzuca",
		"opened": "2022-05-12",
		"last_modified": "2022-05-17"
	},
	"LWG3700": {
		"type": "issue",
		"title": "The const begin of the join_view family does not require InnerRng to be a range",
		"long_link": "https://cplusplus.github.io/LWG/issue3700",
		"link": "https://wg21.link/lwg3700",
		"section": "25.7.14.2 [range.join.view], 25.7.15.2 [range.join.with.view]",
		"status": "Resolved",
		"submitter": "Hewill Kang",
		"opened": "2022-05-17",
		"last_modified": "2023-03-23"
	},
	"LWG3701": {
		"type": "issue",
		"title": "Make formatter<remove_cvref_t<const charT[N]>, charT> requirement explicit",
		"long_link": "https://cplusplus.github.io/LWG/issue3701",
		"link": "https://wg21.link/lwg3701",
		"section": "28.5.6.4 [format.formatter.spec]",
		"status": "C++23",
		"submitter": "Mark de Wever",
		"opened": "2022-05-17",
		"last_modified": "2023-11-22"
	},
	"LWG3702": {
		"type": "issue",
		"title": "Should zip_transform_view::iterator remove operator<?",
		"long_link": "https://cplusplus.github.io/LWG/issue3702",
		"link": "https://wg21.link/lwg3702",
		"section": "25.7.26.3 [range.zip.transform.iterator]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2022-05-21",
		"last_modified": "2023-11-22"
	},
	"LWG3703": {
		"type": "issue",
		"title": "Missing requirements for expected<T, E> requires is_void<T>",
		"long_link": "https://cplusplus.github.io/LWG/issue3703",
		"link": "https://wg21.link/lwg3703",
		"section": "22.8.7.1 [expected.void.general]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2022-05-24",
		"last_modified": "2023-11-22"
	},
	"LWG3704": {
		"type": "issue",
		"title": "LWG 2059 added overloads that might be ill-formed for sets",
		"long_link": "https://cplusplus.github.io/LWG/issue3704",
		"link": "https://wg21.link/lwg3704",
		"section": "23.4.6.1 [set.overview], 23.4.7.1 [multiset.overview], 23.5.6.1 [unord.set.overview], 23.5.7.1 [unord.multiset.overview]",
		"status": "C++23",
		"submitter": "Jonathan Wakely",
		"opened": "2022-05-25",
		"last_modified": "2023-11-22"
	},
	"LWG3705": {
		"type": "issue",
		"title": "Hashability shouldn't depend on basic_string's allocator",
		"long_link": "https://cplusplus.github.io/LWG/issue3705",
		"link": "https://wg21.link/lwg3705",
		"section": "27.4.6 [basic.string.hash]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2022-05-26",
		"last_modified": "2023-11-22"
	},
	"LWG3706": {
		"type": "issue",
		"title": "How does std::format work with character arrays of unknown bound?",
		"long_link": "https://cplusplus.github.io/LWG/issue3706",
		"link": "https://wg21.link/lwg3706",
		"section": "28.5.6.4 [format.formatter.spec]",
		"status": "New",
		"submitter": "S. B. Tam",
		"opened": "2022-05-31",
		"last_modified": "2022-06-21"
	},
	"LWG3707": {
		"type": "issue",
		"title": "chunk_view::outer-iterator::value_type::size should return unsigned type",
		"long_link": "https://cplusplus.github.io/LWG/issue3707",
		"link": "https://wg21.link/lwg3707",
		"section": "25.7.29.4 [range.chunk.outer.value]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2022-06-01",
		"last_modified": "2023-11-22"
	},
	"LWG3708": {
		"type": "issue",
		"title": "take_while_view::sentinel's conversion constructor should move",
		"long_link": "https://cplusplus.github.io/LWG/issue3708",
		"link": "https://wg21.link/lwg3708",
		"section": "25.7.11.3 [range.take.while.sentinel]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2022-06-03",
		"last_modified": "2023-11-22"
	},
	"LWG3709": {
		"type": "issue",
		"title": "LWG-3703 was underly ambitious",
		"long_link": "https://cplusplus.github.io/LWG/issue3709",
		"link": "https://wg21.link/lwg3709",
		"section": "22.5.3.1 [optional.optional.general], 22.6.3.1 [variant.variant.general]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2022-06-08",
		"last_modified": "2023-11-22"
	},
	"LWG3710": {
		"type": "issue",
		"title": "The end of chunk_view for input ranges can be const",
		"long_link": "https://cplusplus.github.io/LWG/issue3710",
		"link": "https://wg21.link/lwg3710",
		"section": "25.7.29.2 [range.chunk.view.input]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2022-06-09",
		"last_modified": "2023-11-22"
	},
	"LWG3711": {
		"type": "issue",
		"title": "Missing preconditions for slide_view constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue3711",
		"link": "https://wg21.link/lwg3711",
		"section": "25.7.30.2 [range.slide.view]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2022-06-10",
		"last_modified": "2023-11-22"
	},
	"LWG3712": {
		"type": "issue",
		"title": "chunk_view and slide_view should not be default_initializable",
		"long_link": "https://cplusplus.github.io/LWG/issue3712",
		"link": "https://wg21.link/lwg3712",
		"section": "25.7.29.2 [range.chunk.view.input], 25.7.29.6 [range.chunk.view.fwd], 25.7.30.2 [range.slide.view]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2022-06-10",
		"last_modified": "2023-11-22"
	},
	"LWG3713": {
		"type": "issue",
		"title": "Sorted with respect to comparator (only)",
		"long_link": "https://cplusplus.github.io/LWG/issue3713",
		"link": "https://wg21.link/lwg3713",
		"section": "26.8.1 [alg.sorting.general]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2022-06-10",
		"last_modified": "2023-11-22"
	},
	"LWG3714": {
		"type": "issue",
		"title": "Non-single-argument constructors for range adaptors should not be explicit",
		"long_link": "https://cplusplus.github.io/LWG/issue3714",
		"link": "https://wg21.link/lwg3714",
		"section": "25.7.26.2 [range.zip.transform.view], 25.7.28.2 [range.adjacent.transform.view], 25.7.29.2 [range.chunk.view.input], 25.7.29.6 [range.chunk.view.fwd], 25.7.30.2 [range.slide.view], 25.7.31.2 [range.chunk.by.view]",
		"status": "NAD",
		"submitter": "Hewill Kang",
		"opened": "2022-06-10",
		"last_modified": "2024-06-24",
		"github_url": "https://github.com/cplusplus/papers/issues/1257"
	},
	"LWG3715": {
		"type": "issue",
		"title": "view_interface::empty is overconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue3715",
		"link": "https://wg21.link/lwg3715",
		"section": "25.5.3.1 [view.interface.general]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2022-06-12",
		"last_modified": "2023-11-22"
	},
	"LWG3716": {
		"type": "issue",
		"title": "§[iterator.concept.forward][forward.iterators] Two different definitions of multi-pass guarantee",
		"long_link": "https://cplusplus.github.io/LWG/issue3716",
		"link": "https://wg21.link/lwg3716",
		"section": "24.3.4.11 [iterator.concept.forward], 24.3.5.5 [forward.iterators]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2022-06-15",
		"last_modified": "2022-07-06"
	},
	"LWG3717": {
		"type": "issue",
		"title": "common_view::end should improve random_access_range case",
		"long_link": "https://cplusplus.github.io/LWG/issue3717",
		"link": "https://wg21.link/lwg3717",
		"section": "25.7.20.2 [range.common.view]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2022-06-15",
		"last_modified": "2023-11-22"
	},
	"LWG3718": {
		"type": "issue",
		"title": "P2418R2 broke the overload resolution for std::basic_format_arg",
		"long_link": "https://cplusplus.github.io/LWG/issue3718",
		"link": "https://wg21.link/lwg3718",
		"section": "28.5.8.1 [format.arg]",
		"status": "Resolved",
		"submitter": "Jiang An",
		"opened": "2022-06-17",
		"last_modified": "2023-03-23",
		"papers": [
			"P2418R2"
		]
	},
	"LWG3719": {
		"type": "issue",
		"title": "Directory iterators should be usable with default sentinel",
		"long_link": "https://cplusplus.github.io/LWG/issue3719",
		"link": "https://wg21.link/lwg3719",
		"section": "31.12.11.1 [fs.class.directory.iterator.general], 31.12.12.1 [fs.class.rec.dir.itr.general]",
		"status": "C++23",
		"submitter": "Jonathan Wakely",
		"opened": "2022-06-17",
		"last_modified": "2024-01-29"
	},
	"LWG3720": {
		"type": "issue",
		"title": "Restrict the valid types of arg-id for width and precision in std-format-spec",
		"long_link": "https://cplusplus.github.io/LWG/issue3720",
		"link": "https://wg21.link/lwg3720",
		"section": "28.5.2.2 [format.string.std]",
		"status": "C++23",
		"submitter": "Mark de Wever",
		"opened": "2022-06-19",
		"last_modified": "2023-11-22"
	},
	"LWG3721": {
		"type": "issue",
		"title": "Allow an arg-id with a value of zero for width in std-format-spec",
		"long_link": "https://cplusplus.github.io/LWG/issue3721",
		"link": "https://wg21.link/lwg3721",
		"section": "28.5.2.2 [format.string.std]",
		"status": "C++23",
		"submitter": "Mark de Wever",
		"opened": "2022-06-19",
		"last_modified": "2023-11-22"
	},
	"LWG3722": {
		"type": "issue",
		"title": "ranges::to reserves the wrong size",
		"long_link": "https://cplusplus.github.io/LWG/issue3722",
		"link": "https://wg21.link/lwg3722",
		"section": "25.5.7.2 [range.utility.conv.to]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2022-06-20",
		"last_modified": "2025-02-27"
	},
	"LWG3723": {
		"type": "issue",
		"title": "priority_queue::push_range needs to append_range",
		"long_link": "https://cplusplus.github.io/LWG/issue3723",
		"link": "https://wg21.link/lwg3723",
		"section": "23.6.4.4 [priqueue.members]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2022-06-20",
		"last_modified": "2023-11-22"
	},
	"LWG3724": {
		"type": "issue",
		"title": "decay-copy should be constrained",
		"long_link": "https://cplusplus.github.io/LWG/issue3724",
		"link": "https://wg21.link/lwg3724",
		"section": "16.3.3.2 [expos.only.entity]",
		"status": "C++23",
		"submitter": "Hui Xie",
		"opened": "2022-06-23",
		"last_modified": "2023-11-22"
	},
	"LWG3725": {
		"type": "issue",
		"title": "reverse_iterator::operator-> should not use prev for non-pointer iterators",
		"long_link": "https://cplusplus.github.io/LWG/issue3725",
		"link": "https://wg21.link/lwg3725",
		"section": "24.5.1.6 [reverse.iter.elem]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2022-06-26",
		"last_modified": "2024-06-18"
	},
	"LWG3726": {
		"type": "issue",
		"title": "reverse_iterator::operator-> is underconstrained for non-pointer iterators",
		"long_link": "https://cplusplus.github.io/LWG/issue3726",
		"link": "https://wg21.link/lwg3726",
		"section": "24.5.1.6 [reverse.iter.elem]",
		"status": "NAD",
		"submitter": "Hewill Kang",
		"opened": "2022-06-27",
		"last_modified": "2022-11-30"
	},
	"LWG3727": {
		"type": "issue",
		"title": "reverse_iterator/common_iterator's operator-> should not require the underlying iterator's operator-> to be a const member function",
		"long_link": "https://cplusplus.github.io/LWG/issue3727",
		"link": "https://wg21.link/lwg3727",
		"section": "24.5.1.6 [reverse.iter.elem], 24.5.5.4 [common.iter.access]",
		"status": "NAD",
		"submitter": "Hewill Kang",
		"opened": "2022-06-27",
		"last_modified": "2022-11-30"
	},
	"LWG3728": {
		"type": "issue",
		"title": "Can't make neither head nor tail of the description of operator<=>(tuple, tuple)",
		"long_link": "https://cplusplus.github.io/LWG/issue3728",
		"link": "https://wg21.link/lwg3728",
		"section": "22.4.9 [tuple.rel]",
		"status": "New",
		"submitter": "Corentin Jabot",
		"opened": "2022-06-28",
		"last_modified": "2022-07-08"
	},
	"LWG3729": {
		"type": "issue",
		"title": "std::tuple_element_t<std::ranges::subrange<I, S, K>> should remove top-level cv-qualifiers",
		"long_link": "https://cplusplus.github.io/LWG/issue3729",
		"link": "https://wg21.link/lwg3729",
		"section": "25.2 [ranges.syn]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2022-06-30",
		"last_modified": "2022-07-08"
	},
	"LWG3730": {
		"type": "issue",
		"title": "std::ranges::drop_view may have different size type from its underlying view",
		"long_link": "https://cplusplus.github.io/LWG/issue3730",
		"link": "https://wg21.link/lwg3730",
		"section": "25.7.12.2 [range.drop.view]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2022-07-03",
		"last_modified": "2022-07-17"
	},
	"LWG3731": {
		"type": "issue",
		"title": "zip_view and adjacent_view are underconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue3731",
		"link": "https://wg21.link/lwg3731",
		"section": "25.7.25.2 [range.zip.view], 25.7.27.2 [range.adjacent.view], 25.7.33.2 [range.cartesian.view]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2022-07-04",
		"last_modified": "2023-08-12"
	},
	"LWG3732": {
		"type": "issue",
		"title": "prepend_range and append_range can't be amortized constant time",
		"long_link": "https://cplusplus.github.io/LWG/issue3732",
		"link": "https://wg21.link/lwg3732",
		"section": "23.2.4 [sequence.reqmts]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2022-07-06",
		"last_modified": "2023-11-22"
	},
	"LWG3733": {
		"type": "issue",
		"title": "ranges::to misuses cpp17-input-iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue3733",
		"link": "https://wg21.link/lwg3733",
		"section": "25.5.7.2 [range.utility.conv.to]",
		"status": "C++23",
		"submitter": "S. B. Tam",
		"opened": "2022-07-10",
		"last_modified": "2024-01-29"
	},
	"LWG3734": {
		"type": "issue",
		"title": "Inconsistency in inout_ptr and out_ptr for empty case",
		"long_link": "https://cplusplus.github.io/LWG/issue3734",
		"link": "https://wg21.link/lwg3734",
		"section": "20.3.4.1 [out.ptr.t]",
		"status": "C++23",
		"submitter": "Doug Cook",
		"opened": "2022-07-11",
		"last_modified": "2023-11-22"
	},
	"LWG3735": {
		"type": "issue",
		"title": "views::adjacent<0> should be prohibited",
		"long_link": "https://cplusplus.github.io/LWG/issue3735",
		"link": "https://wg21.link/lwg3735",
		"section": "25.7.27.1 [range.adjacent.overview], 25.7.28.1 [range.adjacent.transform.overview]",
		"status": "NAD",
		"submitter": "Hewill Kang",
		"opened": "2022-07-13",
		"last_modified": "2022-11-30"
	},
	"LWG3736": {
		"type": "issue",
		"title": "move_iterator missing disable_sized_sentinel_for specialization",
		"long_link": "https://cplusplus.github.io/LWG/issue3736",
		"link": "https://wg21.link/lwg3736",
		"section": "24.2 [iterator.synopsis]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2022-07-14",
		"last_modified": "2023-11-22"
	},
	"LWG3737": {
		"type": "issue",
		"title": "take_view::sentinel should provide operator-",
		"long_link": "https://cplusplus.github.io/LWG/issue3737",
		"link": "https://wg21.link/lwg3737",
		"section": "25.7.10.3 [range.take.sentinel]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2022-07-15",
		"last_modified": "2023-11-22"
	},
	"LWG3738": {
		"type": "issue",
		"title": "Missing preconditions for take_view constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue3738",
		"link": "https://wg21.link/lwg3738",
		"section": "25.7.10.2 [range.take.view]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2022-07-15",
		"last_modified": "2023-11-22"
	},
	"LWG3739": {
		"type": "issue",
		"title": "chunk_view::size should preserve the signedness of the size of the underlying range",
		"long_link": "https://cplusplus.github.io/LWG/issue3739",
		"link": "https://wg21.link/lwg3739",
		"section": "25.7.29.2 [range.chunk.view.input], 25.7.29.6 [range.chunk.view.fwd]",
		"status": "NAD",
		"submitter": "Hewill Kang",
		"opened": "2022-07-15",
		"last_modified": "2022-11-30"
	},
	"LWG3740": {
		"type": "issue",
		"title": "slide_view::size should preserve the signedness of underlying range's size",
		"long_link": "https://cplusplus.github.io/LWG/issue3740",
		"link": "https://wg21.link/lwg3740",
		"section": "25.7.30.2 [range.slide.view]",
		"status": "NAD",
		"submitter": "Hewill Kang",
		"opened": "2022-07-15",
		"last_modified": "2022-11-30"
	},
	"LWG3741": {
		"type": "issue",
		"title": "std::chrono::abs(duration) is ill-formed with non-reduced periods",
		"long_link": "https://cplusplus.github.io/LWG/issue3741",
		"link": "https://wg21.link/lwg3741",
		"section": "30.5.10 [time.duration.alg]",
		"status": "NAD",
		"submitter": "Charlie Barto",
		"opened": "2022-07-16",
		"last_modified": "2022-11-30"
	},
	"LWG3742": {
		"type": "issue",
		"title": "deque::prepend_range needs to permute",
		"long_link": "https://cplusplus.github.io/LWG/issue3742",
		"link": "https://wg21.link/lwg3742",
		"section": "23.2.4 [sequence.reqmts]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2022-07-16",
		"last_modified": "2023-11-22"
	},
	"LWG3743": {
		"type": "issue",
		"title": "ranges::to's reserve may be ill-formed",
		"long_link": "https://cplusplus.github.io/LWG/issue3743",
		"link": "https://wg21.link/lwg3743",
		"section": "25.5.7.2 [range.utility.conv.to]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2022-07-21",
		"last_modified": "2024-01-29"
	},
	"LWG3744": {
		"type": "issue",
		"title": "copy_symlink(junction, new_symlink)'s behavior is unclear",
		"long_link": "https://cplusplus.github.io/LWG/issue3744",
		"link": "https://wg21.link/lwg3744",
		"section": "31.12.13.6 [fs.op.copy.symlink]",
		"status": "New",
		"submitter": "Nicole Mazzuca",
		"opened": "2022-07-25",
		"last_modified": "2022-08-23"
	},
	"LWG3745": {
		"type": "issue",
		"title": "std::atomic_wait and its friends lack noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue3745",
		"link": "https://wg21.link/lwg3745",
		"section": "32.5.2 [atomics.syn]",
		"status": "C++23",
		"submitter": "Jiang An",
		"opened": "2022-07-25",
		"last_modified": "2023-11-22"
	},
	"LWG3746": {
		"type": "issue",
		"title": "optional's spaceship with U with a type derived from optional causes infinite constraint meta-recursion",
		"long_link": "https://cplusplus.github.io/LWG/issue3746",
		"link": "https://wg21.link/lwg3746",
		"section": "22.5.9 [optional.comp.with.t]",
		"status": "C++23",
		"submitter": "Ville Voutilainen",
		"opened": "2022-07-25",
		"last_modified": "2023-11-22"
	},
	"LWG3747": {
		"type": "issue",
		"title": "ranges::uninitialized_copy_n, ranges::uninitialized_move_n, and ranges::destroy_n should use std::move",
		"long_link": "https://cplusplus.github.io/LWG/issue3747",
		"link": "https://wg21.link/lwg3747",
		"section": "26.11.5 [uninitialized.copy], 26.11.6 [uninitialized.move], 26.11.9 [specialized.destroy]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2022-07-28",
		"last_modified": "2023-11-22"
	},
	"LWG3748": {
		"type": "issue",
		"title": "common_iterator and counted_iterator' operator- are missing cast to return type",
		"long_link": "https://cplusplus.github.io/LWG/issue3748",
		"link": "https://wg21.link/lwg3748",
		"section": "24.5.5.6 [common.iter.cmp], 24.5.7.5 [counted.iter.nav]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2022-08-01",
		"last_modified": "2022-08-23"
	},
	"LWG3749": {
		"type": "issue",
		"title": "common_iterator should handle integer-class difference types",
		"long_link": "https://cplusplus.github.io/LWG/issue3749",
		"link": "https://wg21.link/lwg3749",
		"section": "24.5.5 [iterators.common]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2022-08-01",
		"last_modified": "2023-11-22"
	},
	"LWG3750": {
		"type": "issue",
		"title": "Too many papers bump __cpp_lib_format",
		"long_link": "https://cplusplus.github.io/LWG/issue3750",
		"link": "https://wg21.link/lwg3750",
		"section": "17.3.2 [version.syn]",
		"status": "C++23",
		"submitter": "Barry Revzin",
		"opened": "2022-08-04",
		"last_modified": "2023-11-22"
	},
	"LWG3751": {
		"type": "issue",
		"title": "Missing feature macro for flat_set",
		"long_link": "https://cplusplus.github.io/LWG/issue3751",
		"link": "https://wg21.link/lwg3751",
		"section": "17.3.2 [version.syn]",
		"status": "C++23",
		"submitter": "Barry Revzin",
		"opened": "2022-08-04",
		"last_modified": "2023-11-22"
	},
	"LWG3752": {
		"type": "issue",
		"title": "Should string::substr forward the allocator to the newly created string?",
		"long_link": "https://cplusplus.github.io/LWG/issue3752",
		"link": "https://wg21.link/lwg3752",
		"section": "27.4.3.8.3 [string.substr]",
		"status": "NAD",
		"submitter": "Igor Zhukov",
		"opened": "2022-08-10",
		"last_modified": "2022-11-30"
	},
	"LWG3753": {
		"type": "issue",
		"title": "Clarify entity vs. freestanding entity",
		"long_link": "https://cplusplus.github.io/LWG/issue3753",
		"link": "https://wg21.link/lwg3753",
		"section": "16.3.3.7 [freestanding.item]",
		"status": "C++23",
		"submitter": "Ben Craig",
		"opened": "2022-08-23",
		"last_modified": "2023-11-22"
	},
	"LWG3754": {
		"type": "issue",
		"title": "Class template expected synopsis contains declarations that do not match the detailed description",
		"long_link": "https://cplusplus.github.io/LWG/issue3754",
		"link": "https://wg21.link/lwg3754",
		"section": "22.8.6.1 [expected.object.general]",
		"status": "C++23",
		"submitter": "S. B. Tam",
		"opened": "2022-08-23",
		"last_modified": "2024-01-29"
	},
	"LWG3755": {
		"type": "issue",
		"title": "tuple-for-each can call user-defined operator,",
		"long_link": "https://cplusplus.github.io/LWG/issue3755",
		"link": "https://wg21.link/lwg3755",
		"section": "25.7.25.2 [range.zip.view]",
		"status": "C++23",
		"submitter": "Nicole Mazzuca",
		"opened": "2022-08-26",
		"last_modified": "2023-11-22"
	},
	"LWG3756": {
		"type": "issue",
		"title": "Is the std::atomic_flag class signal-safe?",
		"long_link": "https://cplusplus.github.io/LWG/issue3756",
		"link": "https://wg21.link/lwg3756",
		"section": "17.14.5 [support.signal], 32.5.10 [atomics.flag]",
		"status": "C++23",
		"submitter": "Ruslan Baratov",
		"opened": "2022-08-18",
		"last_modified": "2023-11-22",
		"github_url": "https://github.com/cplusplus/papers/issues/1311"
	},
	"LWG3757": {
		"type": "issue",
		"title": "What's the effect of std::forward_like<void>(x)?",
		"long_link": "https://cplusplus.github.io/LWG/issue3757",
		"link": "https://wg21.link/lwg3757",
		"section": "22.2.4 [forward]",
		"status": "C++23",
		"submitter": "Jiang An",
		"opened": "2022-08-24",
		"last_modified": "2023-11-22"
	},
	"LWG3758": {
		"type": "issue",
		"title": "Element-relocating operations of std::vector and std::deque should conditionally require Cpp17CopyInsertable in their preconditions",
		"long_link": "https://cplusplus.github.io/LWG/issue3758",
		"link": "https://wg21.link/lwg3758",
		"section": "23.3.13.3 [vector.capacity], 23.3.13.5 [vector.modifiers], 23.3.5.3 [deque.capacity], 23.3.5.4 [deque.modifiers]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2022-08-24",
		"last_modified": "2022-11-06"
	},
	"LWG3759": {
		"type": "issue",
		"title": "ranges::rotate_copy should use std::move",
		"long_link": "https://cplusplus.github.io/LWG/issue3759",
		"link": "https://wg21.link/lwg3759",
		"section": "26.7.11 [alg.rotate]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2022-08-25",
		"last_modified": "2023-11-22"
	},
	"LWG3760": {
		"type": "issue",
		"title": "cartesian_product_view::iterator's parent_ is never valid",
		"long_link": "https://cplusplus.github.io/LWG/issue3760",
		"link": "https://wg21.link/lwg3760",
		"section": "25.7.33 [range.cartesian]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2022-08-27",
		"last_modified": "2023-11-22"
	},
	"LWG3761": {
		"type": "issue",
		"title": "cartesian_product_view::iterator::operator- should pass by reference",
		"long_link": "https://cplusplus.github.io/LWG/issue3761",
		"link": "https://wg21.link/lwg3761",
		"section": "25.7.33.3 [range.cartesian.iterator]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2022-08-27",
		"last_modified": "2023-11-22"
	},
	"LWG3762": {
		"type": "issue",
		"title": "generator::iterator::operator== should pass by reference",
		"long_link": "https://cplusplus.github.io/LWG/issue3762",
		"link": "https://wg21.link/lwg3762",
		"section": "25.8.6 [coro.generator.iterator]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2022-08-27",
		"last_modified": "2023-11-22"
	},
	"LWG3763": {
		"type": "issue",
		"title": "Should range adaptor iterators only provide iterator_category when its difference_type is not an integer-class type?",
		"long_link": "https://cplusplus.github.io/LWG/issue3763",
		"link": "https://wg21.link/lwg3763",
		"section": "25.6.5.3 [range.repeat.iterator], 25.7.33.3 [range.cartesian.iterator]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2022-08-27",
		"last_modified": "2023-02-07"
	},
	"LWG3764": {
		"type": "issue",
		"title": "reference_wrapper::operator() should propagate noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue3764",
		"link": "https://wg21.link/lwg3764",
		"section": "22.10.6.5 [refwrap.invoke]",
		"status": "C++23",
		"submitter": "Zhihao Yuan",
		"opened": "2022-08-31",
		"last_modified": "2023-11-22"
	},
	"LWG3765": {
		"type": "issue",
		"title": "const_sentinel should be constrained",
		"long_link": "https://cplusplus.github.io/LWG/issue3765",
		"link": "https://wg21.link/lwg3765",
		"section": "24.2 [iterator.synopsis], 24.5.3.2 [const.iterators.alias]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2022-09-03",
		"last_modified": "2023-11-22"
	},
	"LWG3766": {
		"type": "issue",
		"title": "view_interface::cbegin is underconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue3766",
		"link": "https://wg21.link/lwg3766",
		"section": "25.5.3.1 [view.interface.general]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2022-09-04",
		"last_modified": "2023-11-22"
	},
	"LWG3767": {
		"type": "issue",
		"title": "codecvt<charN_t, char8_t, mbstate_t> incorrectly added to locale",
		"long_link": "https://cplusplus.github.io/LWG/issue3767",
		"link": "https://wg21.link/lwg3767",
		"section": "28.3.3.1.2.1 [locale.category], 28.3.4.2.5.1 [locale.codecvt.general]",
		"status": "WP",
		"submitter": "Victor Zverovich",
		"opened": "2022-09-05",
		"last_modified": "2024-04-02",
		"github_url": "https://github.com/cplusplus/papers/issues/1310"
	},
	"LWG3768": {
		"type": "issue",
		"title": "possibly-const-range is overconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue3768",
		"link": "https://wg21.link/lwg3768",
		"section": "25.2 [ranges.syn]",
		"status": "NAD",
		"submitter": "Hewill Kang",
		"opened": "2022-09-08",
		"last_modified": "2022-11-30"
	},
	"LWG3769": {
		"type": "issue",
		"title": "basic_const_iterator::operator== causes infinite constraint recursion",
		"long_link": "https://cplusplus.github.io/LWG/issue3769",
		"link": "https://wg21.link/lwg3769",
		"section": "24.5.3 [const.iterators]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2022-09-05",
		"last_modified": "2023-11-22"
	},
	"LWG3770": {
		"type": "issue",
		"title": "const_sentinel_t is missing",
		"long_link": "https://cplusplus.github.io/LWG/issue3770",
		"link": "https://wg21.link/lwg3770",
		"section": "25.2 [ranges.syn]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2022-09-05",
		"last_modified": "2023-11-22"
	},
	"LWG3771": {
		"type": "issue",
		"title": "[fund.ts.v3] remove binders typedefs from function",
		"long_link": "https://cplusplus.github.io/LWG/issue3771",
		"link": "https://wg21.link/lwg3771",
		"section": "7.2.1 [fund.ts.v3::func.wrap.func.overview]",
		"status": "WP",
		"submitter": "Alisdair Meredith",
		"opened": "2022-09-12",
		"last_modified": "2026-02-21"
	},
	"LWG3772": {
		"type": "issue",
		"title": "repeat_view's piecewise constructor is missing Postconditions",
		"long_link": "https://cplusplus.github.io/LWG/issue3772",
		"link": "https://wg21.link/lwg3772",
		"section": "25.6.5.2 [range.repeat.view]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2022-09-12",
		"last_modified": "2023-11-22"
	},
	"LWG3773": {
		"type": "issue",
		"title": "views::zip_transform still requires F to be copy_constructible when empty pack",
		"long_link": "https://cplusplus.github.io/LWG/issue3773",
		"link": "https://wg21.link/lwg3773",
		"section": "25.7.26.1 [range.zip.transform.overview]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2022-09-12",
		"last_modified": "2024-01-29"
	},
	"LWG3774": {
		"type": "issue",
		"title": "<flat_set> should include <compare>",
		"long_link": "https://cplusplus.github.io/LWG/issue3774",
		"link": "https://wg21.link/lwg3774",
		"section": "23.6.10 [flat.set.syn]",
		"status": "C++23",
		"submitter": "Jiang An",
		"opened": "2022-09-12",
		"last_modified": "2023-11-22"
	},
	"LWG3775": {
		"type": "issue",
		"title": "Broken dependencies in the Cpp17Allocator requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue3775",
		"link": "https://wg21.link/lwg3775",
		"section": "16.4.4.6.1 [allocator.requirements.general]",
		"status": "C++23",
		"submitter": "Alisdair Meredith",
		"opened": "2022-09-22",
		"last_modified": "2023-11-22"
	},
	"LWG3776": {
		"type": "issue",
		"title": "Avoid parsing format-spec if it is not present or empty",
		"long_link": "https://cplusplus.github.io/LWG/issue3776",
		"link": "https://wg21.link/lwg3776",
		"section": "28.5.6.1 [formatter.requirements]",
		"status": "NAD",
		"submitter": "Mark de Wever",
		"opened": "2022-08-28",
		"last_modified": "2023-06-16",
		"github_url": "https://github.com/cplusplus/papers/issues/1314"
	},
	"LWG3777": {
		"type": "issue",
		"title": "Common cartesian_product_view produces an invalid range if the first range is input and one of the ranges is empty",
		"long_link": "https://cplusplus.github.io/LWG/issue3777",
		"link": "https://wg21.link/lwg3777",
		"section": "25.7.33.2 [range.cartesian.view]",
		"status": "WP",
		"submitter": "Tomasz Kamiński",
		"opened": "2022-09-12",
		"last_modified": "2026-03-31"
	},
	"LWG3778": {
		"type": "issue",
		"title": "vector<bool> missing exception specifications",
		"long_link": "https://cplusplus.github.io/LWG/issue3778",
		"link": "https://wg21.link/lwg3778",
		"section": "23.3.14.1 [vector.bool.pspc]",
		"status": "C++23",
		"submitter": "Alisdair Meredith",
		"opened": "2022-09-13",
		"last_modified": "2023-11-22"
	},
	"LWG3779": {
		"type": "issue",
		"title": "ranges::fold_* can unintentionally const_cast and reinterpret_cast",
		"long_link": "https://cplusplus.github.io/LWG/issue3779",
		"link": "https://wg21.link/lwg3779",
		"section": "26.6.18 [alg.fold]",
		"status": "NAD",
		"submitter": "Nicole Mazzuca",
		"opened": "2022-09-15",
		"last_modified": "2022-11-30"
	},
	"LWG3780": {
		"type": "issue",
		"title": "format's width estimation is too approximate and not forward compatible",
		"long_link": "https://cplusplus.github.io/LWG/issue3780",
		"link": "https://wg21.link/lwg3780",
		"section": "28.5.2.2 [format.string.std]",
		"status": "Resolved",
		"submitter": "Corentin Jabot",
		"opened": "2022-09-15",
		"last_modified": "2023-03-23",
		"github_url": "https://github.com/cplusplus/papers/issues/1313"
	},
	"LWG3781": {
		"type": "issue",
		"title": "The exposition-only alias templates cont-key-type and cont-mapped-type should be removed",
		"long_link": "https://cplusplus.github.io/LWG/issue3781",
		"link": "https://wg21.link/lwg3781",
		"section": "23.6.1 [container.adaptors.general]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2022-09-16",
		"last_modified": "2023-11-22"
	},
	"LWG3782": {
		"type": "issue",
		"title": "Should <math.h> declare ::lerp?",
		"long_link": "https://cplusplus.github.io/LWG/issue3782",
		"link": "https://wg21.link/lwg3782",
		"section": "17.15.7 [support.c.headers.other]",
		"status": "C++23",
		"submitter": "Jiang An",
		"opened": "2022-09-17",
		"last_modified": "2023-11-22"
	},
	"LWG3783": {
		"type": "issue",
		"title": "views::common may not be a range adaptor object",
		"long_link": "https://cplusplus.github.io/LWG/issue3783",
		"link": "https://wg21.link/lwg3783",
		"section": "24.5.5.1 [common.iterator], 24.5.5.6 [common.iter.cmp]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2022-09-18",
		"last_modified": "2022-10-12"
	},
	"LWG3784": {
		"type": "issue",
		"title": "std.compat should not provide ::byte and its friends",
		"long_link": "https://cplusplus.github.io/LWG/issue3784",
		"link": "https://wg21.link/lwg3784",
		"section": "16.4.2.4 [std.modules]",
		"status": "C++23",
		"submitter": "Jiang An",
		"opened": "2022-09-19",
		"last_modified": "2023-11-22"
	},
	"LWG3785": {
		"type": "issue",
		"title": "ranges::to is over-constrained on the destination type being a range",
		"long_link": "https://cplusplus.github.io/LWG/issue3785",
		"link": "https://wg21.link/lwg3785",
		"section": "25.5.7.2 [range.utility.conv.to]",
		"status": "C++23",
		"submitter": "Barry Revzin",
		"opened": "2022-09-19",
		"last_modified": "2024-01-29"
	},
	"LWG3786": {
		"type": "issue",
		"title": "Flat maps' deduction guide needs to default Allocator to be useful",
		"long_link": "https://cplusplus.github.io/LWG/issue3786",
		"link": "https://wg21.link/lwg3786",
		"section": "23.6.8.2 [flat.map.defn], 23.6.9.2 [flat.multimap.defn]",
		"status": "C++23",
		"submitter": "Johel Ernesto Guerrero Peña",
		"opened": "2022-09-25",
		"last_modified": "2023-11-22"
	},
	"LWG3787": {
		"type": "issue",
		"title": "ranges::to's template parameter C should not be a reference type",
		"long_link": "https://cplusplus.github.io/LWG/issue3787",
		"link": "https://wg21.link/lwg3787",
		"section": "25.5.7.2 [range.utility.conv.to], 25.5.7.3 [range.utility.conv.adaptors]",
		"status": "Resolved",
		"submitter": "Hewill Kang",
		"opened": "2022-09-25",
		"last_modified": "2024-01-29"
	},
	"LWG3788": {
		"type": "issue",
		"title": "jthread::operator=(jthread&&) postconditions are unimplementable under self-assignment",
		"long_link": "https://cplusplus.github.io/LWG/issue3788",
		"link": "https://wg21.link/lwg3788",
		"section": "32.4.4.2 [thread.jthread.cons]",
		"status": "C++23",
		"submitter": "Nicole Mazzuca",
		"opened": "2022-09-22",
		"last_modified": "2023-11-22"
	},
	"LWG3789": {
		"type": "issue",
		"title": "Precondition of (not replaced) operator delete[]",
		"long_link": "https://cplusplus.github.io/LWG/issue3789",
		"link": "https://wg21.link/lwg3789",
		"section": "17.6.3.3 [new.delete.array]",
		"status": "NAD",
		"submitter": "blacktea hamburger",
		"opened": "2022-09-25",
		"last_modified": "2022-11-30"
	},
	"LWG3790": {
		"type": "issue",
		"title": "P1467 accidentally changed nexttoward's signature",
		"long_link": "https://cplusplus.github.io/LWG/issue3790",
		"link": "https://wg21.link/lwg3790",
		"section": "29.7.1 [cmath.syn]",
		"status": "C++23",
		"submitter": "David Olsen",
		"opened": "2022-09-30",
		"last_modified": "2023-11-22",
		"papers": [
			"P1467"
		]
	},
	"LWG3791": {
		"type": "issue",
		"title": "join_view::iterator::operator-- may be ill-formed",
		"long_link": "https://cplusplus.github.io/LWG/issue3791",
		"link": "https://wg21.link/lwg3791",
		"section": "25.7.14.3 [range.join.iterator]",
		"status": "Resolved",
		"submitter": "Hewill Kang",
		"opened": "2022-09-30",
		"last_modified": "2023-03-23"
	},
	"LWG3792": {
		"type": "issue",
		"title": "__cpp_lib_constexpr_algorithms should also be defined in <utility>",
		"long_link": "https://cplusplus.github.io/LWG/issue3792",
		"link": "https://wg21.link/lwg3792",
		"section": "17.3.2 [version.syn]",
		"status": "C++23",
		"submitter": "Marc Mutz",
		"opened": "2022-10-05",
		"last_modified": "2023-11-22"
	},
	"LWG3793": {
		"type": "issue",
		"title": "Requirements for some algorithms' Size template parameters are unclear",
		"long_link": "https://cplusplus.github.io/LWG/issue3793",
		"link": "https://wg21.link/lwg3793",
		"section": "26.6.5 [alg.foreach], 26.6.15 [alg.search], 26.7.1 [alg.copy], 26.7.6 [alg.fill], 26.7.7 [alg.generate]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2022-10-05",
		"last_modified": "2022-10-12"
	},
	"LWG3794": {
		"type": "issue",
		"title": "std::filesystem::path::iterator::reference should be allowed to be std::filesystem::path",
		"long_link": "https://cplusplus.github.io/LWG/issue3794",
		"link": "https://wg21.link/lwg3794",
		"section": "31.12.6.6 [fs.path.itr]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2022-10-17",
		"last_modified": "2022-11-01"
	},
	"LWG3795": {
		"type": "issue",
		"title": "Self-move-assignment of std::future and std::shared_future have unimplementable postconditions",
		"long_link": "https://cplusplus.github.io/LWG/issue3795",
		"link": "https://wg21.link/lwg3795",
		"section": "32.10.7 [futures.unique.future], 32.10.8 [futures.shared.future]",
		"status": "C++23",
		"submitter": "Jiang An",
		"opened": "2022-10-19",
		"last_modified": "2023-11-22"
	},
	"LWG3796": {
		"type": "issue",
		"title": "movable-box as member should use default-initialization instead of copy-initialization",
		"long_link": "https://cplusplus.github.io/LWG/issue3796",
		"link": "https://wg21.link/lwg3796",
		"section": "25.6.5.2 [range.repeat.view], 25.7.31.2 [range.chunk.by.view]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2022-10-20",
		"last_modified": "2023-11-22"
	},
	"LWG3797": {
		"type": "issue",
		"title": "elements_view insufficiently constrained",
		"long_link": "https://cplusplus.github.io/LWG/issue3797",
		"link": "https://wg21.link/lwg3797",
		"section": "25.7.23.2 [range.elements.view]",
		"status": "WP",
		"submitter": "Hui Xie",
		"opened": "2022-10-21",
		"last_modified": "2026-03-31"
	},
	"LWG3798": {
		"type": "issue",
		"title": "Rvalue reference and iterator_category",
		"long_link": "https://cplusplus.github.io/LWG/issue3798",
		"link": "https://wg21.link/lwg3798",
		"section": "24.3.2.3 [iterator.traits]",
		"status": "C++23",
		"submitter": "Jiang An",
		"opened": "2022-10-22",
		"last_modified": "2023-11-22"
	},
	"LWG3799": {
		"type": "issue",
		"title": "Should <math.h> provide 3-argument ::hypot overloads?",
		"long_link": "https://cplusplus.github.io/LWG/issue3799",
		"link": "https://wg21.link/lwg3799",
		"section": "17.15.7 [support.c.headers.other]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2022-10-22",
		"last_modified": "2022-11-01"
	},
	"LWG3800": {
		"type": "issue",
		"title": "No deduction guide for std::match_results",
		"long_link": "https://cplusplus.github.io/LWG/issue3800",
		"link": "https://wg21.link/lwg3800",
		"section": "28.6.9.1 [re.results.general]",
		"status": "NAD",
		"submitter": "Jonathan Wakely",
		"opened": "2022-10-25",
		"last_modified": "2022-11-30"
	},
	"LWG3801": {
		"type": "issue",
		"title": "cartesian_product_view::iterator::distance-from ignores the size of last underlying range",
		"long_link": "https://cplusplus.github.io/LWG/issue3801",
		"link": "https://wg21.link/lwg3801",
		"section": "25.7.33.3 [range.cartesian.iterator]",
		"status": "C++23",
		"submitter": "Patrick Palka",
		"opened": "2022-10-25",
		"last_modified": "2023-11-22"
	},
	"LWG3802": {
		"type": "issue",
		"title": "flat_foo allocator-extended constructors lack move semantics",
		"long_link": "https://cplusplus.github.io/LWG/issue3802",
		"link": "https://wg21.link/lwg3802",
		"section": "23.6.8 [flat.map], 23.6.9 [flat.multimap], 23.6.11 [flat.set], 23.6.12 [flat.multiset]",
		"status": "New",
		"submitter": "Arthur O'Dwyer",
		"opened": "2022-10-25",
		"last_modified": "2023-06-16"
	},
	"LWG3803": {
		"type": "issue",
		"title": "flat_foo constructors taking KeyContainer lack KeyCompare parameter",
		"long_link": "https://cplusplus.github.io/LWG/issue3803",
		"link": "https://wg21.link/lwg3803",
		"section": "23.6.8 [flat.map], 23.6.9 [flat.multimap], 23.6.11 [flat.set], 23.6.12 [flat.multiset]",
		"status": "C++23",
		"submitter": "Arthur O'Dwyer",
		"opened": "2022-10-25",
		"last_modified": "2023-11-22"
	},
	"LWG3804": {
		"type": "issue",
		"title": "flat_foo missing some allocator-extended deduction guides",
		"long_link": "https://cplusplus.github.io/LWG/issue3804",
		"link": "https://wg21.link/lwg3804",
		"section": "23.6.8 [flat.map], 23.6.9 [flat.multimap], 23.6.11 [flat.set], 23.6.12 [flat.multiset]",
		"status": "New",
		"submitter": "Arthur O'Dwyer",
		"opened": "2022-10-25",
		"last_modified": "2022-11-04"
	},
	"LWG3805": {
		"type": "issue",
		"title": "Expression evaluating to a call wrapper is a prvalue, not an object",
		"long_link": "https://cplusplus.github.io/LWG/issue3805",
		"link": "https://wg21.link/lwg3805",
		"section": "22.10 [function.objects], 25.5.7.3 [range.utility.conv.adaptors], 25.7.2 [range.adaptor.object]",
		"status": "New",
		"submitter": "Johel Ernesto Guerrero Peña",
		"opened": "2022-10-26",
		"last_modified": "2022-11-01"
	},
	"LWG3806": {
		"type": "issue",
		"title": "Should concept formattable<T, charT> default to char?",
		"long_link": "https://cplusplus.github.io/LWG/issue3806",
		"link": "https://wg21.link/lwg3806",
		"section": "28.5.6.3 [format.formattable]",
		"status": "NAD",
		"submitter": "Jonathan Wakely",
		"opened": "2022-10-28",
		"last_modified": "2023-01-24",
		"github_url": "https://github.com/cplusplus/papers/issues/1357"
	},
	"LWG3807": {
		"type": "issue",
		"title": "The feature test macro for ranges::find_last should be renamed",
		"long_link": "https://cplusplus.github.io/LWG/issue3807",
		"link": "https://wg21.link/lwg3807",
		"section": "17.3.2 [version.syn]",
		"status": "C++23",
		"submitter": "Daniel Marshall",
		"opened": "2022-11-02",
		"last_modified": "2023-11-22"
	},
	"LWG3808": {
		"type": "issue",
		"title": "Inconsistent feature test macros for ranges algorithms",
		"long_link": "https://cplusplus.github.io/LWG/issue3808",
		"link": "https://wg21.link/lwg3808",
		"section": "17.3.2 [version.syn]",
		"status": "NAD",
		"submitter": "Daniel Marshall",
		"opened": "2022-11-02",
		"last_modified": "2022-11-12"
	},
	"LWG3809": {
		"type": "issue",
		"title": "Is std::subtract_with_carry_engine<uint16_t> supposed to work?",
		"long_link": "https://cplusplus.github.io/LWG/issue3809",
		"link": "https://wg21.link/lwg3809",
		"section": "29.5.4.4 [rand.eng.sub]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2022-11-02",
		"last_modified": "2025-09-08"
	},
	"LWG3810": {
		"type": "issue",
		"title": "CTAD for std::basic_format_args",
		"long_link": "https://cplusplus.github.io/LWG/issue3810",
		"link": "https://wg21.link/lwg3810",
		"section": "28.5.8.3 [format.args]",
		"status": "C++23",
		"submitter": "Jonathan Wakely",
		"opened": "2022-11-03",
		"last_modified": "2023-11-22",
		"github_url": "https://github.com/cplusplus/papers/issues/1368"
	},
	"LWG3811": {
		"type": "issue",
		"title": "views::as_const on ref_view<T> should return ref_view<const T>",
		"long_link": "https://cplusplus.github.io/LWG/issue3811",
		"link": "https://wg21.link/lwg3811",
		"section": "25.7.22.1 [range.as.const.overview]",
		"status": "C++23",
		"submitter": "Tomasz Kamiński",
		"opened": "2022-11-03",
		"last_modified": "2023-11-22"
	},
	"LWG3812": {
		"type": "issue",
		"title": "[fund.ts.v3] Incorrect constraint on propagate_const conversion function",
		"long_link": "https://cplusplus.github.io/LWG/issue3812",
		"link": "https://wg21.link/lwg3812",
		"section": "6.1.2.6 [fund.ts.v3::propagate_const.const_observers]",
		"status": "New",
		"submitter": "Giuseppe D'Angelo",
		"opened": "2022-11-04",
		"last_modified": "2022-11-12"
	},
	"LWG3813": {
		"type": "issue",
		"title": "std::span<volatile T, E> is made ill-formed by P2278R4 when T is a normal class type",
		"long_link": "https://cplusplus.github.io/LWG/issue3813",
		"link": "https://wg21.link/lwg3813",
		"section": "23.7.2.2.1 [span.overview]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2022-11-06",
		"last_modified": "2025-03-22",
		"papers": [
			"P2278R4"
		]
	},
	"LWG3814": {
		"type": "issue",
		"title": "Add freestanding items requested by NB comments",
		"long_link": "https://cplusplus.github.io/LWG/issue3814",
		"link": "https://wg21.link/lwg3814",
		"section": "20.2.2 [memory.syn], 25.2 [ranges.syn], 32.5.2 [atomics.syn]",
		"status": "C++23",
		"submitter": "Ben Craig",
		"opened": "2022-11-06",
		"last_modified": "2023-11-22"
	},
	"LWG3815": {
		"type": "issue",
		"title": "Freestanding enumerators specification is lacking",
		"long_link": "https://cplusplus.github.io/LWG/issue3815",
		"link": "https://wg21.link/lwg3815",
		"section": "16.3.3.7 [freestanding.item], 32.5.2 [atomics.syn]",
		"status": "Resolved",
		"submitter": "Ben Craig",
		"opened": "2022-11-06",
		"last_modified": "2023-02-07"
	},
	"LWG3816": {
		"type": "issue",
		"title": "flat_map and flat_multimap should impose sequence container requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue3816",
		"link": "https://wg21.link/lwg3816",
		"section": "23.6.8.1 [flat.map.overview], 23.6.9.1 [flat.multimap.overview]",
		"status": "C++23",
		"submitter": "Tomasz Kamiński",
		"opened": "2022-11-08",
		"last_modified": "2023-11-22"
	},
	"LWG3817": {
		"type": "issue",
		"title": "Missing preconditions on forward_list modifiers",
		"long_link": "https://cplusplus.github.io/LWG/issue3817",
		"link": "https://wg21.link/lwg3817",
		"section": "23.3.7.5 [forward.list.modifiers]",
		"status": "C++23",
		"submitter": "Tomasz Kamiński",
		"opened": "2022-11-08",
		"last_modified": "2023-11-22"
	},
	"LWG3818": {
		"type": "issue",
		"title": "Exposition-only concepts are not described in library intro",
		"long_link": "https://cplusplus.github.io/LWG/issue3818",
		"link": "https://wg21.link/lwg3818",
		"section": "16.3.3 [conventions]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2022-11-08",
		"last_modified": "2023-11-22"
	},
	"LWG3819": {
		"type": "issue",
		"title": "reference_meows_from_temporary should not use is_meowible",
		"long_link": "https://cplusplus.github.io/LWG/issue3819",
		"link": "https://wg21.link/lwg3819",
		"section": "21.3.6.4 [meta.unary.prop]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2022-11-08",
		"last_modified": "2023-11-22"
	},
	"LWG3820": {
		"type": "issue",
		"title": "cartesian_product_view::iterator::prev is not quite right",
		"long_link": "https://cplusplus.github.io/LWG/issue3820",
		"link": "https://wg21.link/lwg3820",
		"section": "25.7.33.3 [range.cartesian.iterator]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2022-11-08",
		"last_modified": "2023-11-22"
	},
	"LWG3821": {
		"type": "issue",
		"title": "uses_allocator_construction_args should have overload for pair-like",
		"long_link": "https://cplusplus.github.io/LWG/issue3821",
		"link": "https://wg21.link/lwg3821",
		"section": "20.2.8.2 [allocator.uses.construction]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2022-11-08",
		"last_modified": "2023-11-22"
	},
	"LWG3822": {
		"type": "issue",
		"title": "Avoiding normalization in filesystem::weakly_canonical",
		"long_link": "https://cplusplus.github.io/LWG/issue3822",
		"link": "https://wg21.link/lwg3822",
		"section": "31.12.13.40 [fs.op.weakly.canonical]",
		"status": "C++23",
		"submitter": "US",
		"opened": "2022-11-08",
		"last_modified": "2023-11-22"
	},
	"LWG3823": {
		"type": "issue",
		"title": "Unnecessary precondition for is_aggregate",
		"long_link": "https://cplusplus.github.io/LWG/issue3823",
		"link": "https://wg21.link/lwg3823",
		"section": "21.3.6.4 [meta.unary.prop]",
		"status": "C++23",
		"submitter": "Tomasz Kamiński",
		"opened": "2022-11-09",
		"last_modified": "2023-11-22"
	},
	"LWG3824": {
		"type": "issue",
		"title": "Number of bind placeholders is underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue3824",
		"link": "https://wg21.link/lwg3824",
		"section": "22.10.15.5 [func.bind.place]",
		"status": "C++23",
		"submitter": "Tomasz Kamiński",
		"opened": "2022-11-09",
		"last_modified": "2023-11-22"
	},
	"LWG3825": {
		"type": "issue",
		"title": "Missing compile-time argument id check in basic_format_parse_context::next_arg_id",
		"long_link": "https://cplusplus.github.io/LWG/issue3825",
		"link": "https://wg21.link/lwg3825",
		"section": "28.5.6.6 [format.parse.ctx]",
		"status": "C++23",
		"submitter": "Victor Zverovich",
		"opened": "2022-11-09",
		"last_modified": "2023-11-22"
	},
	"LWG3826": {
		"type": "issue",
		"title": "Redundant specification [for overload of yield_value]",
		"long_link": "https://cplusplus.github.io/LWG/issue3826",
		"link": "https://wg21.link/lwg3826",
		"section": "25.8.5 [coro.generator.promise]",
		"status": "C++23",
		"submitter": "US",
		"opened": "2022-11-10",
		"last_modified": "2023-11-22"
	},
	"LWG3827": {
		"type": "issue",
		"title": "Deprecate <stdalign.h> and <stdbool.h> macros",
		"long_link": "https://cplusplus.github.io/LWG/issue3827",
		"link": "https://wg21.link/lwg3827",
		"section": "17.15.4 [stdalign.h.syn], 17.15.5 [stdbool.h.syn]",
		"status": "C++23",
		"submitter": "GB",
		"opened": "2022-11-10",
		"last_modified": "2024-01-29"
	},
	"LWG3828": {
		"type": "issue",
		"title": "Sync intmax_t and uintmax_t with C2x",
		"long_link": "https://cplusplus.github.io/LWG/issue3828",
		"link": "https://wg21.link/lwg3828",
		"section": "17.4.1 [cstdint.syn]",
		"status": "C++23",
		"submitter": "GB",
		"opened": "2022-11-10",
		"last_modified": "2023-11-22"
	},
	"LWG3829": {
		"type": "issue",
		"title": "as_rvalue_view::end should improve non-common case",
		"long_link": "https://cplusplus.github.io/LWG/issue3829",
		"link": "https://wg21.link/lwg3829",
		"section": "25.7.7.2 [range.as.rvalue.view]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2022-11-13",
		"last_modified": "2022-11-30"
	},
	"LWG3830": {
		"type": "issue",
		"title": "reverse_view should not cache when ranges::next has constant time complexity",
		"long_link": "https://cplusplus.github.io/LWG/issue3830",
		"link": "https://wg21.link/lwg3830",
		"section": "25.7.21.2 [range.reverse.view]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2022-11-14",
		"last_modified": "2022-11-30"
	},
	"LWG3831": {
		"type": "issue",
		"title": "Two-digit formatting of negative year is ambiguous",
		"long_link": "https://cplusplus.github.io/LWG/issue3831",
		"link": "https://wg21.link/lwg3831",
		"section": "30.12 [time.format], 30.13 [time.parse]",
		"status": "WP",
		"submitter": "Matt Stephanson",
		"opened": "2022-11-18",
		"last_modified": "2026-03-31"
	},
	"LWG3832": {
		"type": "issue",
		"title": "Missing change for element_view::iterator in LWG 3798",
		"long_link": "https://cplusplus.github.io/LWG/issue3832",
		"link": "https://wg21.link/lwg3832",
		"section": "25.7.23.3 [range.elements.iterator]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2022-11-23",
		"last_modified": "2024-07-21"
	},
	"LWG3833": {
		"type": "issue",
		"title": "Remove specialization template<size_t N> struct formatter<const charT[N], charT>",
		"long_link": "https://cplusplus.github.io/LWG/issue3833",
		"link": "https://wg21.link/lwg3833",
		"section": "28.5.6.4 [format.formatter.spec]",
		"status": "C++23",
		"submitter": "Mark de Wever",
		"opened": "2022-11-27",
		"last_modified": "2023-11-22"
	},
	"LWG3834": {
		"type": "issue",
		"title": "Missing constexpr for std::intmax_t math functions in <cinttypes>",
		"long_link": "https://cplusplus.github.io/LWG/issue3834",
		"link": "https://wg21.link/lwg3834",
		"section": "31.13.2 [cinttypes.syn]",
		"status": "C++23",
		"submitter": "George Tokmaji",
		"opened": "2022-11-27",
		"last_modified": "2023-11-22"
	},
	"LWG3835": {
		"type": "issue",
		"title": "Requirements for CharT in the regex library",
		"long_link": "https://cplusplus.github.io/LWG/issue3835",
		"link": "https://wg21.link/lwg3835",
		"section": "28.6.1 [re.general]",
		"status": "New",
		"submitter": "Xie He",
		"opened": "2022-11-28",
		"last_modified": "2023-01-06"
	},
	"LWG3836": {
		"type": "issue",
		"title": "std::expected<bool, E1> conversion constructor expected(const expected<U, G>&) should take precedence over expected(U&&) with operator bool",
		"long_link": "https://cplusplus.github.io/LWG/issue3836",
		"link": "https://wg21.link/lwg3836",
		"section": "22.8.6.2 [expected.object.cons]",
		"status": "C++23",
		"submitter": "Hui Xie",
		"opened": "2022-11-30",
		"last_modified": "2023-11-22"
	},
	"LWG3837": {
		"type": "issue",
		"title": "std::erase_if overloads for non-associative containers should move (and not copy) their predicate object",
		"long_link": "https://cplusplus.github.io/LWG/issue3837",
		"link": "https://wg21.link/lwg3837",
		"section": "27.4.4.5 [string.erasure], 23.3.5.5 [deque.erasure], 23.3.7.7 [forward.list.erasure], 23.3.11.6 [list.erasure], 23.3.13.6 [vector.erasure]",
		"status": "New",
		"submitter": "Giuseppe D'Angelo",
		"opened": "2022-12-04",
		"last_modified": "2023-01-06"
	},
	"LWG3838": {
		"type": "issue",
		"title": "The last specialization of incrementable_traits is under-constrained",
		"long_link": "https://cplusplus.github.io/LWG/issue3838",
		"link": "https://wg21.link/lwg3838",
		"section": "24.3.2.1 [incrementable.traits]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2022-12-07",
		"last_modified": "2023-01-06"
	},
	"LWG3839": {
		"type": "issue",
		"title": "range_formatter's set_separator, set_brackets, and underlying functions should be noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue3839",
		"link": "https://wg21.link/lwg3839",
		"section": "28.5.7.2 [format.range.formatter], 28.5.7.3 [format.range.fmtdef], 28.5.9 [format.tuple]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2022-12-11",
		"last_modified": "2023-11-22"
	},
	"LWG3840": {
		"type": "issue",
		"title": "filesystem::u8path should be undeprecated",
		"long_link": "https://cplusplus.github.io/LWG/issue3840",
		"link": "https://wg21.link/lwg3840",
		"section": "D.22.1 [depr.fs.path.factory]",
		"status": "Open",
		"submitter": "Daniel Krügler",
		"opened": "2022-12-10",
		"last_modified": "2024-01-29",
		"github_url": "https://github.com/cplusplus/papers/issues/1415"
	},
	"LWG3841": {
		"type": "issue",
		"title": "<version> should not be \"all freestanding\"",
		"long_link": "https://cplusplus.github.io/LWG/issue3841",
		"link": "https://wg21.link/lwg3841",
		"section": "17.3.2 [version.syn]",
		"status": "C++23",
		"submitter": "Jonathan Wakely",
		"opened": "2022-12-14",
		"last_modified": "2024-01-29"
	},
	"LWG3842": {
		"type": "issue",
		"title": "Unclear wording for precision in chrono-format-spec",
		"long_link": "https://cplusplus.github.io/LWG/issue3842",
		"link": "https://wg21.link/lwg3842",
		"section": "30.12 [time.format]",
		"status": "C++23",
		"submitter": "Jonathan Wakely",
		"opened": "2022-12-14",
		"last_modified": "2024-01-29"
	},
	"LWG3843": {
		"type": "issue",
		"title": "std::expected<T,E>::value() & assumes E is copy constructible",
		"long_link": "https://cplusplus.github.io/LWG/issue3843",
		"link": "https://wg21.link/lwg3843",
		"section": "22.8.6.6 [expected.object.obs]",
		"status": "C++23",
		"submitter": "Jonathan Wakely",
		"opened": "2022-12-20",
		"last_modified": "2023-11-22"
	},
	"LWG3844": {
		"type": "issue",
		"title": "Non-numeric formats for negative durations",
		"long_link": "https://cplusplus.github.io/LWG/issue3844",
		"link": "https://wg21.link/lwg3844",
		"section": "30.12 [time.format]",
		"status": "Open",
		"submitter": "Jonathan Wakely",
		"opened": "2022-12-20",
		"last_modified": "2023-02-10"
	},
	"LWG3845": {
		"type": "issue",
		"title": "ranges::to's from_range_t tag branch has the wrong constraint",
		"long_link": "https://cplusplus.github.io/LWG/issue3845",
		"link": "https://wg21.link/lwg3845",
		"section": "25.5.7.2 [range.utility.conv.to]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2023-01-06",
		"last_modified": "2024-01-29"
	},
	"LWG3846": {
		"type": "issue",
		"title": "iota_view::iterator::operator- is overconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue3846",
		"link": "https://wg21.link/lwg3846",
		"section": "25.6.4.3 [range.iota.iterator]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2023-01-06",
		"last_modified": "2023-02-01"
	},
	"LWG3847": {
		"type": "issue",
		"title": "ranges::to can still return views",
		"long_link": "https://cplusplus.github.io/LWG/issue3847",
		"link": "https://wg21.link/lwg3847",
		"section": "25.5.7.2 [range.utility.conv.to], 25.5.7.3 [range.utility.conv.adaptors]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2023-01-06",
		"last_modified": "2024-01-29"
	},
	"LWG3848": {
		"type": "issue",
		"title": "adjacent_view, adjacent_transform_view and slide_view missing base accessor",
		"long_link": "https://cplusplus.github.io/LWG/issue3848",
		"link": "https://wg21.link/lwg3848",
		"section": "25.7.27.2 [range.adjacent.view], 25.7.28.2 [range.adjacent.transform.view], 25.7.30.2 [range.slide.view]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2023-01-06",
		"last_modified": "2023-11-22"
	},
	"LWG3849": {
		"type": "issue",
		"title": "cartesian_product_view::iterator's default constructor is overconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue3849",
		"link": "https://wg21.link/lwg3849",
		"section": "25.7.33.3 [range.cartesian.iterator]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2023-01-06",
		"last_modified": "2023-11-22"
	},
	"LWG3850": {
		"type": "issue",
		"title": "views::as_const on empty_view<T> should return empty_view<const T>",
		"long_link": "https://cplusplus.github.io/LWG/issue3850",
		"link": "https://wg21.link/lwg3850",
		"section": "25.7.22.1 [range.as.const.overview]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2023-01-06",
		"last_modified": "2023-11-22"
	},
	"LWG3851": {
		"type": "issue",
		"title": "chunk_view::inner-iterator missing custom iter_move and iter_swap",
		"long_link": "https://cplusplus.github.io/LWG/issue3851",
		"link": "https://wg21.link/lwg3851",
		"section": "25.7.29.5 [range.chunk.inner.iter]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2023-01-06",
		"last_modified": "2023-11-22"
	},
	"LWG3852": {
		"type": "issue",
		"title": "join_with_view::iterator's iter_move and iter_swap should be conditionally noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue3852",
		"link": "https://wg21.link/lwg3852",
		"section": "25.7.15.3 [range.join.with.iterator]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2023-01-06",
		"last_modified": "2024-01-29"
	},
	"LWG3853": {
		"type": "issue",
		"title": "basic_const_iterator<volatile int*>::operator-> is ill-formed",
		"long_link": "https://cplusplus.github.io/LWG/issue3853",
		"link": "https://wg21.link/lwg3853",
		"section": "24.5.3 [const.iterators]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2023-01-06",
		"last_modified": "2023-11-22"
	},
	"LWG3854": {
		"type": "issue",
		"title": "§[res.on.exception.handling]/3 should not be applied to all standard library types",
		"long_link": "https://cplusplus.github.io/LWG/issue3854",
		"link": "https://wg21.link/lwg3854",
		"section": "16.4.6.14 [res.on.exception.handling]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2023-01-07",
		"last_modified": "2023-02-01"
	},
	"LWG3855": {
		"type": "issue",
		"title": "tiny-range is not quite right",
		"long_link": "https://cplusplus.github.io/LWG/issue3855",
		"link": "https://wg21.link/lwg3855",
		"section": "25.7.16.2 [range.lazy.split.view]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2023-01-07",
		"last_modified": "2025-04-28"
	},
	"LWG3856": {
		"type": "issue",
		"title": "Unclear which conversion specifiers are valid for each chrono type",
		"long_link": "https://cplusplus.github.io/LWG/issue3856",
		"link": "https://wg21.link/lwg3856",
		"section": "30.12 [time.format]",
		"status": "New",
		"submitter": "Tam S. B.",
		"opened": "2023-01-14",
		"last_modified": "2023-05-30"
	},
	"LWG3857": {
		"type": "issue",
		"title": "basic_string_view should allow explicit conversion when only traits vary",
		"long_link": "https://cplusplus.github.io/LWG/issue3857",
		"link": "https://wg21.link/lwg3857",
		"section": "27.3.3.2 [string.view.cons]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2023-01-10",
		"last_modified": "2023-11-22"
	},
	"LWG3858": {
		"type": "issue",
		"title": "basic_const_iterator is too strict to provide iterator_category",
		"long_link": "https://cplusplus.github.io/LWG/issue3858",
		"link": "https://wg21.link/lwg3858",
		"section": "24.5.3.4 [const.iterators.types]",
		"status": "NAD",
		"submitter": "Hewill Kang",
		"opened": "2023-01-22",
		"last_modified": "2023-02-06"
	},
	"LWG3859": {
		"type": "issue",
		"title": "std::projected cannot handle proxy iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue3859",
		"link": "https://wg21.link/lwg3859",
		"section": "24.3.6.4 [projected]",
		"status": "Resolved",
		"submitter": "Hewill Kang",
		"opened": "2023-01-24",
		"last_modified": "2023-03-23"
	},
	"LWG3860": {
		"type": "issue",
		"title": "range_common_reference_t is missing",
		"long_link": "https://cplusplus.github.io/LWG/issue3860",
		"link": "https://wg21.link/lwg3860",
		"section": "25.2 [ranges.syn]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2023-01-24",
		"last_modified": "2023-11-22"
	},
	"LWG3861": {
		"type": "issue",
		"title": "mdspan layout_stride::mapping default constructor problem",
		"long_link": "https://cplusplus.github.io/LWG/issue3861",
		"link": "https://wg21.link/lwg3861",
		"section": "23.7.3.4.7 [mdspan.layout.stride]",
		"status": "Resolved",
		"submitter": "Christian Robert Trott",
		"opened": "2023-01-25",
		"last_modified": "2023-06-13"
	},
	"LWG3862": {
		"type": "issue",
		"title": "basic_const_iterator's common_type specialization is underconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue3862",
		"link": "https://wg21.link/lwg3862",
		"section": "24.2 [iterator.synopsis]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2023-01-25",
		"last_modified": "2023-11-22"
	},
	"LWG3863": {
		"type": "issue",
		"title": "Is input_iterator guaranteed to have iter_const_reference_t?",
		"long_link": "https://cplusplus.github.io/LWG/issue3863",
		"link": "https://wg21.link/lwg3863",
		"section": "24.5.3.2 [const.iterators.alias]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2023-01-26",
		"last_modified": "2023-02-06"
	},
	"LWG3864": {
		"type": "issue",
		"title": "zip over range of reference to an abstract type",
		"long_link": "https://cplusplus.github.io/LWG/issue3864",
		"link": "https://wg21.link/lwg3864",
		"section": "25.7.25 [range.zip]",
		"status": "New",
		"submitter": "Barry Revzin",
		"opened": "2023-01-28",
		"last_modified": "2023-02-06"
	},
	"LWG3865": {
		"type": "issue",
		"title": "Sorting a range of pairs",
		"long_link": "https://cplusplus.github.io/LWG/issue3865",
		"link": "https://wg21.link/lwg3865",
		"section": "22.3.3 [pairs.spec]",
		"status": "C++23",
		"submitter": "Barry Revzin",
		"opened": "2023-01-28",
		"last_modified": "2023-11-22"
	},
	"LWG3866": {
		"type": "issue",
		"title": "Bad Mandates for expected::transform_error overloads",
		"long_link": "https://cplusplus.github.io/LWG/issue3866",
		"link": "https://wg21.link/lwg3866",
		"section": "22.8.6.7 [expected.object.monadic], 22.8.7.7 [expected.void.monadic]",
		"status": "C++23",
		"submitter": "Casey Carter",
		"opened": "2023-01-29",
		"last_modified": "2023-11-22"
	},
	"LWG3867": {
		"type": "issue",
		"title": "Should std::basic_osyncstream's move assignment operator be noexcept?",
		"long_link": "https://cplusplus.github.io/LWG/issue3867",
		"link": "https://wg21.link/lwg3867",
		"section": "31.11.3.1 [syncstream.osyncstream.overview]",
		"status": "C++23",
		"submitter": "Jiang An",
		"opened": "2023-01-29",
		"last_modified": "2023-11-22"
	},
	"LWG3868": {
		"type": "issue",
		"title": "Constrained algorithms should not require output_iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue3868",
		"link": "https://wg21.link/lwg3868",
		"section": "26.7.5 [alg.replace], 26.7.6 [alg.fill]",
		"status": "LEWG",
		"submitter": "Hewill Kang",
		"opened": "2023-01-29",
		"last_modified": "2024-06-28",
		"github_url": "https://github.com/cplusplus/papers/issues/1456"
	},
	"LWG3869": {
		"type": "issue",
		"title": "Deprecate std::errc constants related to UNIX STREAMS",
		"long_link": "https://cplusplus.github.io/LWG/issue3869",
		"link": "https://wg21.link/lwg3869",
		"section": "19.5.2 [system.error.syn]",
		"status": "C++23",
		"submitter": "Jonathan Wakely",
		"opened": "2023-01-30",
		"last_modified": "2023-11-22"
	},
	"LWG3870": {
		"type": "issue",
		"title": "Remove voidify",
		"long_link": "https://cplusplus.github.io/LWG/issue3870",
		"link": "https://wg21.link/lwg3870",
		"section": "26.11.1 [specialized.algorithms.general]",
		"status": "C++23",
		"submitter": "Jonathan Wakely",
		"opened": "2023-01-30",
		"last_modified": "2024-03-18"
	},
	"LWG3871": {
		"type": "issue",
		"title": "Adjust note about terminate",
		"long_link": "https://cplusplus.github.io/LWG/issue3871",
		"link": "https://wg21.link/lwg3871",
		"section": "16.4.2.5 [compliance]",
		"status": "C++23",
		"submitter": "CA",
		"opened": "2023-02-01",
		"last_modified": "2023-11-22"
	},
	"LWG3872": {
		"type": "issue",
		"title": "basic_const_iterator should have custom iter_move",
		"long_link": "https://cplusplus.github.io/LWG/issue3872",
		"link": "https://wg21.link/lwg3872",
		"section": "24.5.3 [const.iterators]",
		"status": "C++23",
		"submitter": "Hewill Kang",
		"opened": "2023-01-31",
		"last_modified": "2023-11-22"
	},
	"LWG3873": {
		"type": "issue",
		"title": "join_with_view's const begin is underconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue3873",
		"link": "https://wg21.link/lwg3873",
		"section": "25.7.15.2 [range.join.with.view]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2023-02-04",
		"last_modified": "2023-02-10"
	},
	"LWG3874": {
		"type": "issue",
		"title": "Rename __cpp_lib_ranges_to_container to __cpp_lib_ranges_to",
		"long_link": "https://cplusplus.github.io/LWG/issue3874",
		"link": "https://wg21.link/lwg3874",
		"section": "17.3.2 [version.syn]",
		"status": "NAD",
		"submitter": "Hewill Kang",
		"opened": "2023-02-05",
		"last_modified": "2023-02-08"
	},
	"LWG3875": {
		"type": "issue",
		"title": "std::ranges::repeat_view<T, IntegerClass>::iterator may be ill-formed",
		"long_link": "https://cplusplus.github.io/LWG/issue3875",
		"link": "https://wg21.link/lwg3875",
		"section": "25.6.5 [range.repeat]",
		"status": "C++23",
		"submitter": "Jiang An",
		"opened": "2023-02-05",
		"last_modified": "2023-11-22"
	},
	"LWG3876": {
		"type": "issue",
		"title": "Default constructor of std::layout_XX::mapping misses precondition",
		"long_link": "https://cplusplus.github.io/LWG/issue3876",
		"link": "https://wg21.link/lwg3876",
		"section": "23.7.3.4 [mdspan.layout]",
		"status": "C++23",
		"submitter": "Christian Trott",
		"opened": "2023-02-09",
		"last_modified": "2023-11-22"
	},
	"LWG3877": {
		"type": "issue",
		"title": "Incorrect constraints on const-qualified monadic overloads for std::expected",
		"long_link": "https://cplusplus.github.io/LWG/issue3877",
		"link": "https://wg21.link/lwg3877",
		"section": "22.8.6.7 [expected.object.monadic], 22.8.7.7 [expected.void.monadic]",
		"status": "C++23",
		"submitter": "Sy Brand",
		"opened": "2023-02-09",
		"last_modified": "2023-11-22"
	},
	"LWG3878": {
		"type": "issue",
		"title": "import std; should guarantee initialization of standard iostreams objects",
		"long_link": "https://cplusplus.github.io/LWG/issue3878",
		"link": "https://wg21.link/lwg3878",
		"section": "31.4.2 [iostream.objects.overview]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2023-02-09",
		"last_modified": "2024-01-29"
	},
	"LWG3879": {
		"type": "issue",
		"title": "erase_if for flat_{,multi}set is incorrectly specified",
		"long_link": "https://cplusplus.github.io/LWG/issue3879",
		"link": "https://wg21.link/lwg3879",
		"section": "23.6.11.6 [flat.set.erasure], 23.6.12.6 [flat.multiset.erasure]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2023-02-09",
		"last_modified": "2023-11-22"
	},
	"LWG3880": {
		"type": "issue",
		"title": "Clarify operator+= complexity for {chunk,stride}_view::iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue3880",
		"link": "https://wg21.link/lwg3880",
		"section": "25.7.29.7 [range.chunk.fwd.iter], 25.7.32.3 [range.stride.iterator]",
		"status": "C++23",
		"submitter": "Tim Song",
		"opened": "2023-02-09",
		"last_modified": "2023-11-22"
	},
	"LWG3881": {
		"type": "issue",
		"title": "Incorrect formatting of container adapters backed by std::string",
		"long_link": "https://cplusplus.github.io/LWG/issue3881",
		"link": "https://wg21.link/lwg3881",
		"section": "23.6.13 [container.adaptors.format]",
		"status": "C++23",
		"submitter": "Victor Zverovich",
		"opened": "2023-02-10",
		"last_modified": "2023-11-22"
	},
	"LWG3882": {
		"type": "issue",
		"title": "tuple relational operators have confused friendships",
		"long_link": "https://cplusplus.github.io/LWG/issue3882",
		"link": "https://wg21.link/lwg3882",
		"section": "22.4.9 [tuple.rel]",
		"status": "New",
		"submitter": "Corentin Jabot",
		"opened": "2023-02-08",
		"last_modified": "2023-03-22"
	},
	"LWG3883": {
		"type": "issue",
		"title": "§[support.c.headers.other] Ambiguity in the requirements for includes",
		"long_link": "https://cplusplus.github.io/LWG/issue3883",
		"link": "https://wg21.link/lwg3883",
		"section": "17.15.7 [support.c.headers.other]",
		"status": "New",
		"submitter": "Alex Mills",
		"opened": "2023-02-09",
		"last_modified": "2023-03-22"
	},
	"LWG3884": {
		"type": "issue",
		"title": "flat_foo is missing allocator-extended copy/move constructors",
		"long_link": "https://cplusplus.github.io/LWG/issue3884",
		"link": "https://wg21.link/lwg3884",
		"section": "23.6.8 [flat.map], 23.6.9 [flat.multimap], 23.6.11 [flat.set], 23.6.12 [flat.multiset]",
		"status": "WP",
		"submitter": "Arthur O'Dwyer",
		"opened": "2023-02-06",
		"last_modified": "2023-11-22"
	},
	"LWG3885": {
		"type": "issue",
		"title": "'op' should be in [zombie.names]",
		"long_link": "https://cplusplus.github.io/LWG/issue3885",
		"link": "https://wg21.link/lwg3885",
		"section": "16.4.5.3.2 [zombie.names]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2023-02-11",
		"last_modified": "2023-11-22"
	},
	"LWG3886": {
		"type": "issue",
		"title": "Monad mo' problems",
		"long_link": "https://cplusplus.github.io/LWG/issue3886",
		"link": "https://wg21.link/lwg3886",
		"section": "22.5.3.1 [optional.optional.general], 22.8.6.1 [expected.object.general]",
		"status": "WP",
		"submitter": "Casey Carter",
		"opened": "2023-02-13",
		"last_modified": "2024-11-28"
	},
	"LWG3887": {
		"type": "issue",
		"title": "Version macro for allocate_at_least",
		"long_link": "https://cplusplus.github.io/LWG/issue3887",
		"link": "https://wg21.link/lwg3887",
		"section": "17.3.2 [version.syn]",
		"status": "WP",
		"submitter": "Alisdair Meredith",
		"opened": "2023-02-14",
		"last_modified": "2023-11-22"
	},
	"LWG3888": {
		"type": "issue",
		"title": "Most ranges uninitialized memory algorithms are underconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue3888",
		"link": "https://wg21.link/lwg3888",
		"section": "26.11.8 [specialized.construct]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2023-02-17",
		"last_modified": "2023-03-22"
	},
	"LWG3889": {
		"type": "issue",
		"title": "std::(ranges::)destroy_at should destroy array elements in the decreasing index order",
		"long_link": "https://cplusplus.github.io/LWG/issue3889",
		"link": "https://wg21.link/lwg3889",
		"section": "26.11.9 [specialized.destroy]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2023-02-17",
		"last_modified": "2023-03-22"
	},
	"LWG3890": {
		"type": "issue",
		"title": "ABI issue for integer-class types",
		"long_link": "https://cplusplus.github.io/LWG/issue3890",
		"link": "https://wg21.link/lwg3890",
		"section": "24.3.4.4 [iterator.concept.winc]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2023-02-19",
		"last_modified": "2023-03-22"
	},
	"LWG3891": {
		"type": "issue",
		"title": "LWG 3870 breaks std::expected<cv T, E>",
		"long_link": "https://cplusplus.github.io/LWG/issue3891",
		"link": "https://wg21.link/lwg3891",
		"section": "22.8.6.1 [expected.object.general]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2023-02-19",
		"last_modified": "2026-03-31"
	},
	"LWG3892": {
		"type": "issue",
		"title": "Incorrect formatting of nested ranges and tuples",
		"long_link": "https://cplusplus.github.io/LWG/issue3892",
		"link": "https://wg21.link/lwg3892",
		"section": "28.5.7.2 [format.range.formatter], 28.5.9 [format.tuple]",
		"status": "WP",
		"submitter": "Victor Zverovich",
		"opened": "2023-02-20",
		"last_modified": "2023-11-22"
	},
	"LWG3893": {
		"type": "issue",
		"title": "LWG 3661 broke atomic<shared_ptr<T>> a; a = nullptr;",
		"long_link": "https://cplusplus.github.io/LWG/issue3893",
		"link": "https://wg21.link/lwg3893",
		"section": "32.5.8.7.2 [util.smartptr.atomic.shared]",
		"status": "WP",
		"submitter": "Zachary Wassall",
		"opened": "2023-02-22",
		"last_modified": "2023-11-22"
	},
	"LWG3894": {
		"type": "issue",
		"title": "generator::promise_type::yield_value(ranges::elements_of<Rng, Alloc>) should not be noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue3894",
		"link": "https://wg21.link/lwg3894",
		"section": "25.8.5 [coro.generator.promise]",
		"status": "WP",
		"submitter": "Tim Song",
		"opened": "2023-02-25",
		"last_modified": "2023-11-22"
	},
	"LWG3895": {
		"type": "issue",
		"title": "Various relation concepts are missing default values of the second template parameters",
		"long_link": "https://cplusplus.github.io/LWG/issue3895",
		"link": "https://wg21.link/lwg3895",
		"section": "18.3 [concepts.syn], 24.2 [iterator.synopsis]",
		"status": "New",
		"submitter": "blacktea hamburger",
		"opened": "2023-02-25",
		"last_modified": "2023-03-22"
	},
	"LWG3896": {
		"type": "issue",
		"title": "The definition of viewable_range is not quite right",
		"long_link": "https://cplusplus.github.io/LWG/issue3896",
		"link": "https://wg21.link/lwg3896",
		"section": "25.4.6 [range.refinements]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2023-02-27",
		"last_modified": "2023-03-22"
	},
	"LWG3897": {
		"type": "issue",
		"title": "inout_ptr will not update raw pointer to 0",
		"long_link": "https://cplusplus.github.io/LWG/issue3897",
		"link": "https://wg21.link/lwg3897",
		"section": "20.3.4.3 [inout.ptr.t]",
		"status": "WP",
		"submitter": "Doug Cook",
		"opened": "2023-02-27",
		"last_modified": "2023-11-22"
	},
	"LWG3898": {
		"type": "issue",
		"title": "Possibly unintended preconditions for completion functions of std::barrier",
		"long_link": "https://cplusplus.github.io/LWG/issue3898",
		"link": "https://wg21.link/lwg3898",
		"section": "32.9.3.3 [thread.barrier.class]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2023-03-02",
		"last_modified": "2023-03-22"
	},
	"LWG3899": {
		"type": "issue",
		"title": "co_yielding elements of an lvalue generator is unnecessarily inefficient",
		"long_link": "https://cplusplus.github.io/LWG/issue3899",
		"link": "https://wg21.link/lwg3899",
		"section": "25.8.5 [coro.generator.promise]",
		"status": "WP",
		"submitter": "Tim Song",
		"opened": "2023-03-04",
		"last_modified": "2024-11-28"
	},
	"LWG3900": {
		"type": "issue",
		"title": "The allocator_arg_t overloads of generator::promise_type::operator new should not be constrained",
		"long_link": "https://cplusplus.github.io/LWG/issue3900",
		"link": "https://wg21.link/lwg3900",
		"section": "25.8.5 [coro.generator.promise]",
		"status": "WP",
		"submitter": "Tim Song",
		"opened": "2023-03-04",
		"last_modified": "2024-11-28"
	},
	"LWG3901": {
		"type": "issue",
		"title": "Is uses-allocator construction of a cv-qualified object type still well-formed after LWG 3870?",
		"long_link": "https://cplusplus.github.io/LWG/issue3901",
		"link": "https://wg21.link/lwg3901",
		"section": "20.2.8 [allocator.uses]",
		"status": "NAD",
		"submitter": "Jiang An",
		"opened": "2023-03-05",
		"last_modified": "2024-06-24"
	},
	"LWG3902": {
		"type": "issue",
		"title": "Return type of std::declval<cv void> should be (cv-unqualified) void",
		"long_link": "https://cplusplus.github.io/LWG/issue3902",
		"link": "https://wg21.link/lwg3902",
		"section": "22.2.6 [declval]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2023-03-07",
		"last_modified": "2023-03-22"
	},
	"LWG3903": {
		"type": "issue",
		"title": "span destructor is redundantly noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue3903",
		"link": "https://wg21.link/lwg3903",
		"section": "23.7.2.2.1 [span.overview]",
		"status": "WP",
		"submitter": "Ben Craig",
		"opened": "2023-03-11",
		"last_modified": "2023-11-22"
	},
	"LWG3904": {
		"type": "issue",
		"title": "lazy_split_view::outer-iterator's const-converting constructor isn't setting trailing_empty_",
		"long_link": "https://cplusplus.github.io/LWG/issue3904",
		"link": "https://wg21.link/lwg3904",
		"section": "25.7.16.3 [range.lazy.split.outer]",
		"status": "WP",
		"submitter": "Patrick Palka",
		"opened": "2023-03-13",
		"last_modified": "2023-11-22"
	},
	"LWG3905": {
		"type": "issue",
		"title": "Type of std::fexcept_t",
		"long_link": "https://cplusplus.github.io/LWG/issue3905",
		"link": "https://wg21.link/lwg3905",
		"section": "29.3.1 [cfenv.syn]",
		"status": "WP",
		"submitter": "Sam Elliott",
		"opened": "2023-03-13",
		"last_modified": "2023-11-22"
	},
	"LWG3906": {
		"type": "issue",
		"title": "\"Undefined address\" is undefined",
		"long_link": "https://cplusplus.github.io/LWG/issue3906",
		"link": "https://wg21.link/lwg3906",
		"section": "32.5.8.5 [atomics.types.pointer], 32.5.7.5 [atomics.ref.pointer]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2023-03-18",
		"last_modified": "2023-05-24"
	},
	"LWG3907": {
		"type": "issue",
		"title": "Can iterator types of range adaptors and range factories be SCARY?",
		"long_link": "https://cplusplus.github.io/LWG/issue3907",
		"link": "https://wg21.link/lwg3907",
		"section": "25.6 [range.factories], 25.7 [range.adaptors]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2023-03-18",
		"last_modified": "2023-06-01"
	},
	"LWG3908": {
		"type": "issue",
		"title": "enumerate_view::iterator constructor is explicit",
		"long_link": "https://cplusplus.github.io/LWG/issue3908",
		"link": "https://wg21.link/lwg3908",
		"section": "25.7.24.3 [range.enumerate.iterator]",
		"status": "NAD",
		"submitter": "Jonathan Wakely",
		"opened": "2023-03-23",
		"last_modified": "2025-12-10"
	},
	"LWG3909": {
		"type": "issue",
		"title": "Issues about viewable_range",
		"long_link": "https://cplusplus.github.io/LWG/issue3909",
		"link": "https://wg21.link/lwg3909",
		"section": "25.4.6 [range.refinements], 25.7.2 [range.adaptor.object]",
		"status": "NAD",
		"submitter": "Jiang An",
		"opened": "2023-03-27",
		"last_modified": "2025-12-10"
	},
	"LWG3910": {
		"type": "issue",
		"title": "The effects of including <iostream> on initialization are not yet precisely specified",
		"long_link": "https://cplusplus.github.io/LWG/issue3910",
		"link": "https://wg21.link/lwg3910",
		"section": "31.4.2 [iostream.objects.overview]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2023-03-27",
		"last_modified": "2023-05-24"
	},
	"LWG3911": {
		"type": "issue",
		"title": "unique_ptr's operator* is missing a mandate",
		"long_link": "https://cplusplus.github.io/LWG/issue3911",
		"link": "https://wg21.link/lwg3911",
		"section": "20.3.1.3.5 [unique.ptr.single.observers], 20.3.1.4.4 [unique.ptr.runtime.observers]",
		"status": "New",
		"submitter": "Brian Bi",
		"opened": "2023-03-27",
		"last_modified": "2023-06-01"
	},
	"LWG3912": {
		"type": "issue",
		"title": "enumerate_view::iterator::operator- should be noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue3912",
		"link": "https://wg21.link/lwg3912",
		"section": "25.7.24.3 [range.enumerate.iterator]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2023-03-27",
		"last_modified": "2023-11-22"
	},
	"LWG3913": {
		"type": "issue",
		"title": "ranges::const_iterator_t<range R> fails to accept arrays of unknown bound",
		"long_link": "https://cplusplus.github.io/LWG/issue3913",
		"link": "https://wg21.link/lwg3913",
		"section": "25.2 [ranges.syn]",
		"status": "NAD",
		"submitter": "Arthur O'Dwyer",
		"opened": "2023-03-28",
		"last_modified": "2023-11-07",
		"github_url": "https://github.com/cplusplus/papers/issues/1575"
	},
	"LWG3914": {
		"type": "issue",
		"title": "Inconsistent template-head of ranges::enumerate_view",
		"long_link": "https://cplusplus.github.io/LWG/issue3914",
		"link": "https://wg21.link/lwg3914",
		"section": "25.2 [ranges.syn], 25.7.24 [range.enumerate]",
		"status": "WP",
		"submitter": "Johel Ernesto Guerrero Peña",
		"opened": "2023-03-30",
		"last_modified": "2023-11-22"
	},
	"LWG3915": {
		"type": "issue",
		"title": "Redundant paragraph about expression variations",
		"long_link": "https://cplusplus.github.io/LWG/issue3915",
		"link": "https://wg21.link/lwg3915",
		"section": "25.4.2 [range.range]",
		"status": "WP",
		"submitter": "Johel Ernesto Guerrero Peña",
		"opened": "2023-04-01",
		"last_modified": "2023-11-22"
	},
	"LWG3916": {
		"type": "issue",
		"title": "allocator, polymorphic_allocator, and containers should forbid cv-qualified types",
		"long_link": "https://cplusplus.github.io/LWG/issue3916",
		"link": "https://wg21.link/lwg3916",
		"section": "20.2.10 [default.allocator], 20.5.3.1 [mem.poly.allocator.class.general], 23.2 [container.requirements]",
		"status": "New",
		"submitter": "Stephan T. Lavavej",
		"opened": "2023-04-02",
		"last_modified": "2023-05-24"
	},
	"LWG3917": {
		"type": "issue",
		"title": "Validity of allocator<void> and possibly polymorphic_allocator<void> should be clarified",
		"long_link": "https://cplusplus.github.io/LWG/issue3917",
		"link": "https://wg21.link/lwg3917",
		"section": "20.2.10 [default.allocator], 20.5.3 [mem.poly.allocator.class]",
		"status": "New",
		"submitter": "Daniel Krügler",
		"opened": "2023-04-08",
		"last_modified": "2023-05-24"
	},
	"LWG3918": {
		"type": "issue",
		"title": "std::uninitialized_move/_n and guaranteed copy elision",
		"long_link": "https://cplusplus.github.io/LWG/issue3918",
		"link": "https://wg21.link/lwg3918",
		"section": "26.11.6 [uninitialized.move]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2023-04-04",
		"last_modified": "2024-11-28",
		"github_url": "https://github.com/cplusplus/papers/issues/1576"
	},
	"LWG3919": {
		"type": "issue",
		"title": "enumerate_view may invoke UB for sized common non-forward underlying ranges",
		"long_link": "https://cplusplus.github.io/LWG/issue3919",
		"link": "https://wg21.link/lwg3919",
		"section": "25.7.24 [range.enumerate]",
		"status": "WP",
		"submitter": "Patrick Palka",
		"opened": "2023-04-07",
		"last_modified": "2024-04-02"
	},
	"LWG3920": {
		"type": "issue",
		"title": "Bad footnotes claiming external linkage for entities defined as macros",
		"long_link": "https://cplusplus.github.io/LWG/issue3920",
		"link": "https://wg21.link/lwg3920",
		"section": "16.4.5.3.4 [extern.names]",
		"status": "New",
		"submitter": "Alisdair Meredith",
		"opened": "2023-04-12",
		"last_modified": "2023-05-24"
	},
	"LWG3921": {
		"type": "issue",
		"title": "Is std::chrono::duration<std::int64_t, std::ratio<INT64_MAX - 1, INT64_MAX>>{40} required to be correctly formatted?",
		"long_link": "https://cplusplus.github.io/LWG/issue3921",
		"link": "https://wg21.link/lwg3921",
		"section": "30.12 [time.format]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2023-04-14",
		"last_modified": "2023-05-24"
	},
	"LWG3922": {
		"type": "issue",
		"title": "It's unclear whether numeric_limits can be specialized by users",
		"long_link": "https://cplusplus.github.io/LWG/issue3922",
		"link": "https://wg21.link/lwg3922",
		"section": "17.3.5.1 [numeric.limits.general]",
		"status": "New",
		"submitter": "Christopher Di Bella",
		"opened": "2023-04-14",
		"last_modified": "2024-07-31"
	},
	"LWG3923": {
		"type": "issue",
		"title": "The specification of numeric_limits doesn't clearly distinguish between implementation requirements and user requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue3923",
		"link": "https://wg21.link/lwg3923",
		"section": "17.3.5.1 [numeric.limits.general]",
		"status": "New",
		"submitter": "Daniel Krügler",
		"opened": "2023-04-15",
		"last_modified": "2023-05-24"
	},
	"LWG3924": {
		"type": "issue",
		"title": "Stop token data race avoidance requirements unclear",
		"long_link": "https://cplusplus.github.io/LWG/issue3924",
		"link": "https://wg21.link/lwg3924",
		"section": "32.3.1 [thread.stoptoken.intro]",
		"status": "New",
		"submitter": "Brian Bi",
		"opened": "2023-04-16",
		"last_modified": "2023-05-24"
	},
	"LWG3925": {
		"type": "issue",
		"title": "Concept formattable's definition is incorrect",
		"long_link": "https://cplusplus.github.io/LWG/issue3925",
		"link": "https://wg21.link/lwg3925",
		"section": "28.5.6.3 [format.formattable]",
		"status": "WP",
		"submitter": "Mark de Wever",
		"opened": "2023-04-16",
		"last_modified": "2023-11-22"
	},
	"LWG3926": {
		"type": "issue",
		"title": "Which namespace std is the mentioned one?",
		"long_link": "https://cplusplus.github.io/LWG/issue3926",
		"link": "https://wg21.link/lwg3926",
		"section": "16.4.5.2.1 [namespace.std]",
		"status": "New",
		"submitter": "jim x",
		"opened": "2023-04-19",
		"last_modified": "2023-05-24"
	},
	"LWG3927": {
		"type": "issue",
		"title": "Unclear preconditions for operator[] for sequence containers",
		"long_link": "https://cplusplus.github.io/LWG/issue3927",
		"link": "https://wg21.link/lwg3927",
		"section": "23.2.4 [sequence.reqmts]",
		"status": "WP",
		"submitter": "Ville Voutilainen",
		"opened": "2023-04-24",
		"last_modified": "2023-11-22"
	},
	"LWG3928": {
		"type": "issue",
		"title": "Non-top-level namespace posix shouldn't be reserved",
		"long_link": "https://cplusplus.github.io/LWG/issue3928",
		"link": "https://wg21.link/lwg3928",
		"section": "16.4.5.2.2 [namespace.posix]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2023-04-29",
		"last_modified": "2023-05-24"
	},
	"LWG3929": {
		"type": "issue",
		"title": "Preconditions for type traits should be Mandates",
		"long_link": "https://cplusplus.github.io/LWG/issue3929",
		"link": "https://wg21.link/lwg3929",
		"section": "21.3.6.4 [meta.unary.prop], 21.3.8 [meta.rel]",
		"status": "New",
		"submitter": "Alisdair Meredith",
		"opened": "2023-05-01",
		"last_modified": "2023-06-12"
	},
	"LWG3930": {
		"type": "issue",
		"title": "Simplify type trait wording",
		"long_link": "https://cplusplus.github.io/LWG/issue3930",
		"link": "https://wg21.link/lwg3930",
		"section": "21 [meta]",
		"status": "NAD",
		"submitter": "Alisdair Meredith",
		"opened": "2023-05-01",
		"last_modified": "2024-06-24"
	},
	"LWG3931": {
		"type": "issue",
		"title": "Too many paper bump __cpp_lib_ranges",
		"long_link": "https://cplusplus.github.io/LWG/issue3931",
		"link": "https://wg21.link/lwg3931",
		"section": "17.3.2 [version.syn]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2023-05-03",
		"last_modified": "2024-07-27"
	},
	"LWG3932": {
		"type": "issue",
		"title": "Expression-equivalence is sometimes unimplementable when passing prvalue expressions to comparison CPOs",
		"long_link": "https://cplusplus.github.io/LWG/issue3932",
		"link": "https://wg21.link/lwg3932",
		"section": "17.12.6 [cmp.alg]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2023-05-04",
		"last_modified": "2023-05-24"
	},
	"LWG3933": {
		"type": "issue",
		"title": "P1467R9 accidentally changed the signatures of certain constructors of std::complex",
		"long_link": "https://cplusplus.github.io/LWG/issue3933",
		"link": "https://wg21.link/lwg3933",
		"section": "29.4.3 [complex]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2023-05-16",
		"last_modified": "2023-06-01",
		"papers": [
			"P1467R9"
		]
	},
	"LWG3934": {
		"type": "issue",
		"title": "std::complex<T>::operator=(const T&) has no specification",
		"long_link": "https://cplusplus.github.io/LWG/issue3934",
		"link": "https://wg21.link/lwg3934",
		"section": "29.4.3 [complex]",
		"status": "New",
		"submitter": "Daniel Krügler",
		"opened": "2023-05-20",
		"last_modified": "2023-06-01"
	},
	"LWG3935": {
		"type": "issue",
		"title": "template<class X> constexpr complex& operator=(const complex<X>&) has no specification",
		"long_link": "https://cplusplus.github.io/LWG/issue3935",
		"link": "https://wg21.link/lwg3935",
		"section": "29.4.3 [complex]",
		"status": "WP",
		"submitter": "Daniel Krügler",
		"opened": "2023-05-21",
		"last_modified": "2023-11-22"
	},
	"LWG3936": {
		"type": "issue",
		"title": "Are implementations allowed to deprecate components not in [depr]?",
		"long_link": "https://cplusplus.github.io/LWG/issue3936",
		"link": "https://wg21.link/lwg3936",
		"section": "D [depr]",
		"status": "NAD",
		"submitter": "Jiang An",
		"opened": "2023-05-22",
		"last_modified": "2024-06-24"
	},
	"LWG3937": {
		"type": "issue",
		"title": "I/O manipulators should be specified in terms of base classes",
		"long_link": "https://cplusplus.github.io/LWG/issue3937",
		"link": "https://wg21.link/lwg3937",
		"section": "31.7.7 [std.manip], 31.7.8 [ext.manip], 31.7.9 [quoted.manip]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2023-05-25",
		"last_modified": "2023-06-01"
	},
	"LWG3938": {
		"type": "issue",
		"title": "Cannot use std::expected monadic ops with move-only error_type",
		"long_link": "https://cplusplus.github.io/LWG/issue3938",
		"link": "https://wg21.link/lwg3938",
		"section": "22.8.6.7 [expected.object.monadic]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2023-05-25",
		"last_modified": "2023-11-22"
	},
	"LWG3939": {
		"type": "issue",
		"title": "§[format.string.std] char is not formatted as a character when charT is wchar_t",
		"long_link": "https://cplusplus.github.io/LWG/issue3939",
		"link": "https://wg21.link/lwg3939",
		"section": "28.5.2.2 [format.string.std]",
		"status": "New",
		"submitter": "S. B. Tam",
		"opened": "2023-05-26",
		"last_modified": "2023-06-01"
	},
	"LWG3940": {
		"type": "issue",
		"title": "std::expected<void, E>::value() also needs E to be copy constructible",
		"long_link": "https://cplusplus.github.io/LWG/issue3940",
		"link": "https://wg21.link/lwg3940",
		"section": "22.8.7.6 [expected.void.obs]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2023-05-26",
		"last_modified": "2023-11-22"
	},
	"LWG3941": {
		"type": "issue",
		"title": "§[atomics.order] inadvertently prohibits widespread implementation techniques",
		"long_link": "https://cplusplus.github.io/LWG/issue3941",
		"link": "https://wg21.link/lwg3941",
		"section": "32.5.4 [atomics.order]",
		"status": "Open",
		"submitter": "Hans Boehm",
		"opened": "2023-05-27",
		"last_modified": "2025-02-10",
		"github_url": "https://github.com/cplusplus/papers/issues/1574"
	},
	"LWG3942": {
		"type": "issue",
		"title": "Inconsistent use of const char_type& in standard specializations of std::char_traits",
		"long_link": "https://cplusplus.github.io/LWG/issue3942",
		"link": "https://wg21.link/lwg3942",
		"section": "27.2.4 [char.traits.specializations]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2023-05-27",
		"last_modified": "2023-06-01"
	},
	"LWG3943": {
		"type": "issue",
		"title": "Clarify lifetime requirements of BasicFormatter and Formatter",
		"long_link": "https://cplusplus.github.io/LWG/issue3943",
		"link": "https://wg21.link/lwg3943",
		"section": "28.5.6.3 [format.formattable]",
		"status": "New",
		"submitter": "Mark de Wever",
		"opened": "2023-06-01",
		"last_modified": "2023-06-08"
	},
	"LWG3944": {
		"type": "issue",
		"title": "Formatters converting sequences of char to sequences of wchar_t",
		"long_link": "https://cplusplus.github.io/LWG/issue3944",
		"link": "https://wg21.link/lwg3944",
		"section": "28.5.6.4 [format.formatter.spec]",
		"status": "WP",
		"submitter": "Mark de Wever",
		"opened": "2023-06-01",
		"last_modified": "2024-07-08",
		"github_url": "https://github.com/cplusplus/papers/issues/1577"
	},
	"LWG3945": {
		"type": "issue",
		"title": "§[cstdarg.syn] 'Compatible types' are undefined",
		"long_link": "https://cplusplus.github.io/LWG/issue3945",
		"link": "https://wg21.link/lwg3945",
		"section": "17.14.2 [cstdarg.syn]",
		"status": "New",
		"submitter": "Lukas Barth",
		"opened": "2023-06-08",
		"last_modified": "2023-06-12"
	},
	"LWG3946": {
		"type": "issue",
		"title": "The definition of const_iterator_t should be reworked",
		"long_link": "https://cplusplus.github.io/LWG/issue3946",
		"link": "https://wg21.link/lwg3946",
		"section": "25.2 [ranges.syn]",
		"status": "WP",
		"submitter": "Christopher Di Bella",
		"opened": "2023-06-13",
		"last_modified": "2023-11-22"
	},
	"LWG3947": {
		"type": "issue",
		"title": "Unexpected constraints on adjacent_transform_view::base()",
		"long_link": "https://cplusplus.github.io/LWG/issue3947",
		"link": "https://wg21.link/lwg3947",
		"section": "25.7.28.2 [range.adjacent.transform.view]",
		"status": "WP",
		"submitter": "Bo Persson",
		"opened": "2023-06-17",
		"last_modified": "2023-11-22"
	},
	"LWG3948": {
		"type": "issue",
		"title": "possibly-const-range and as-const-pointer should be noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue3948",
		"link": "https://wg21.link/lwg3948",
		"section": "25.2 [ranges.syn], 25.3.15 [range.prim.cdata]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2023-06-20",
		"last_modified": "2023-11-22"
	},
	"LWG3949": {
		"type": "issue",
		"title": "std::atomic<bool>'s trivial destructor dropped in C++17 spec wording",
		"long_link": "https://cplusplus.github.io/LWG/issue3949",
		"link": "https://wg21.link/lwg3949",
		"section": "32.5.8.1 [atomics.types.generic.general]",
		"status": "WP",
		"submitter": "Jeremy Hurwitz",
		"opened": "2023-06-20",
		"last_modified": "2023-11-22"
	},
	"LWG3950": {
		"type": "issue",
		"title": "std::basic_string_view comparison operators are overspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue3950",
		"link": "https://wg21.link/lwg3950",
		"section": "27.3.2 [string.view.synop]",
		"status": "WP",
		"submitter": "Giuseppe D'Angelo",
		"opened": "2023-06-21",
		"last_modified": "2024-04-02"
	},
	"LWG3951": {
		"type": "issue",
		"title": "§[expected.object.swap]: Using value() instead of has_value()",
		"long_link": "https://cplusplus.github.io/LWG/issue3951",
		"link": "https://wg21.link/lwg3951",
		"section": "22.8.6.5 [expected.object.swap], 22.8.7.5 [expected.void.swap]",
		"status": "WP",
		"submitter": "Ben Craig",
		"opened": "2023-06-25",
		"last_modified": "2023-11-22"
	},
	"LWG3952": {
		"type": "issue",
		"title": "iter_common_reference_t does not conform to the definition of indirectly_readable",
		"long_link": "https://cplusplus.github.io/LWG/issue3952",
		"link": "https://wg21.link/lwg3952",
		"section": "24.2 [iterator.synopsis], 24.5.3.2 [const.iterators.alias], 24.5.3.3 [const.iterators.iterator]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2023-06-28",
		"last_modified": "2023-10-30"
	},
	"LWG3953": {
		"type": "issue",
		"title": "iter_move for common_iterator and counted_iterator should return decltype(auto)",
		"long_link": "https://cplusplus.github.io/LWG/issue3953",
		"link": "https://wg21.link/lwg3953",
		"section": "24.5.5.7 [common.iter.cust], 24.5.7.7 [counted.iter.cust]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2023-06-30",
		"last_modified": "2023-11-22"
	},
	"LWG3954": {
		"type": "issue",
		"title": "Feature-test macros in C headers (<stddef.h> etc.)",
		"long_link": "https://cplusplus.github.io/LWG/issue3954",
		"link": "https://wg21.link/lwg3954",
		"section": "17.15.1 [support.c.headers.general]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2023-07-06",
		"last_modified": "2024-02-22"
	},
	"LWG3955": {
		"type": "issue",
		"title": "Add noexcept to several repeat_view[::iterator] member functions",
		"long_link": "https://cplusplus.github.io/LWG/issue3955",
		"link": "https://wg21.link/lwg3955",
		"section": "25.6.5.2 [range.repeat.view], 25.6.5.3 [range.repeat.iterator]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2023-07-06",
		"last_modified": "2023-10-30"
	},
	"LWG3956": {
		"type": "issue",
		"title": "chrono::parse uses from_stream as a customization point",
		"long_link": "https://cplusplus.github.io/LWG/issue3956",
		"link": "https://wg21.link/lwg3956",
		"section": "30.13 [time.parse]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2023-07-15",
		"last_modified": "2025-02-16"
	},
	"LWG3957": {
		"type": "issue",
		"title": "§[container.alloc.reqmts] The value category of v should be claimed",
		"long_link": "https://cplusplus.github.io/LWG/issue3957",
		"link": "https://wg21.link/lwg3957",
		"section": "23.2.2.5 [container.alloc.reqmts]",
		"status": "WP",
		"submitter": "jim x",
		"opened": "2023-07-10",
		"last_modified": "2023-11-22"
	},
	"LWG3958": {
		"type": "issue",
		"title": "ranges::to should prioritize the \"reserve\" branch",
		"long_link": "https://cplusplus.github.io/LWG/issue3958",
		"link": "https://wg21.link/lwg3958",
		"section": "25.5.7.2 [range.utility.conv.to]",
		"status": "NAD",
		"submitter": "Hewill Kang",
		"opened": "2023-07-17",
		"last_modified": "2025-12-10"
	},
	"LWG3959": {
		"type": "issue",
		"title": "Should the comparator of std::flat_map/std::flat_multimap be copied twice in some operations?",
		"long_link": "https://cplusplus.github.io/LWG/issue3959",
		"link": "https://wg21.link/lwg3959",
		"section": "23.6.8 [flat.map], 23.6.9 [flat.multimap]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2023-07-23",
		"last_modified": "2025-10-21"
	},
	"LWG3960": {
		"type": "issue",
		"title": "How does chrono::parse handle duplicated data?",
		"long_link": "https://cplusplus.github.io/LWG/issue3960",
		"link": "https://wg21.link/lwg3960",
		"section": "30.13 [time.parse]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2023-07-28",
		"last_modified": "2023-11-03"
	},
	"LWG3961": {
		"type": "issue",
		"title": "Does chrono::parse check format strings?",
		"long_link": "https://cplusplus.github.io/LWG/issue3961",
		"link": "https://wg21.link/lwg3961",
		"section": "30.13 [time.parse]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2023-07-28",
		"last_modified": "2023-11-03"
	},
	"LWG3962": {
		"type": "issue",
		"title": "What is the \"decimal precision of the input\"?",
		"long_link": "https://cplusplus.github.io/LWG/issue3962",
		"link": "https://wg21.link/lwg3962",
		"section": "30.13 [time.parse]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2023-07-28",
		"last_modified": "2024-01-29"
	},
	"LWG3963": {
		"type": "issue",
		"title": "Different std::flat_map/std::flat_multimap specializations should be able to share same nested classes",
		"long_link": "https://cplusplus.github.io/LWG/issue3963",
		"link": "https://wg21.link/lwg3963",
		"section": "23.6.8.2 [flat.map.defn], 23.6.9.2 [flat.multimap.defn]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2023-07-24",
		"last_modified": "2023-11-03"
	},
	"LWG3964": {
		"type": "issue",
		"title": "std::atan2 and std::pow overloads that take two std::valarray parameters should require the arguments to have the same length",
		"long_link": "https://cplusplus.github.io/LWG/issue3964",
		"link": "https://wg21.link/lwg3964",
		"section": "29.6.3.3 [valarray.transcend]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2023-07-28",
		"last_modified": "2023-10-30"
	},
	"LWG3965": {
		"type": "issue",
		"title": "Incorrect example in [format.string.escaped] p3 for formatting of combining characters",
		"long_link": "https://cplusplus.github.io/LWG/issue3965",
		"link": "https://wg21.link/lwg3965",
		"section": "28.5.6.5 [format.string.escaped]",
		"status": "WP",
		"submitter": "Tom Honermann",
		"opened": "2023-07-31",
		"last_modified": "2023-11-22"
	},
	"LWG3966": {
		"type": "issue",
		"title": "The value_type and reference members of std::flat_(multi)map::(const_)iterator are unclear",
		"long_link": "https://cplusplus.github.io/LWG/issue3966",
		"link": "https://wg21.link/lwg3966",
		"section": "23.6.8.1 [flat.map.overview], 23.6.9.1 [flat.multimap.overview]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2023-08-04",
		"last_modified": "2023-10-30"
	},
	"LWG3967": {
		"type": "issue",
		"title": "The specification for std::is_nothrow_* traits may be ambiguous in some cases involving noexcept(false)",
		"long_link": "https://cplusplus.github.io/LWG/issue3967",
		"link": "https://wg21.link/lwg3967",
		"section": "21.3.6.4 [meta.unary.prop]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2023-08-04",
		"last_modified": "2025-10-18"
	},
	"LWG3968": {
		"type": "issue",
		"title": "std::endian::native value should be more specific about object representations",
		"long_link": "https://cplusplus.github.io/LWG/issue3968",
		"link": "https://wg21.link/lwg3968",
		"section": "22.11.8 [bit.endian]",
		"status": "New",
		"submitter": "Brian Bi",
		"opened": "2023-08-06",
		"last_modified": "2024-02-22"
	},
	"LWG3969": {
		"type": "issue",
		"title": "std::ranges::fold_left_first_with_iter should be more ADL-proof",
		"long_link": "https://cplusplus.github.io/LWG/issue3969",
		"link": "https://wg21.link/lwg3969",
		"section": "26.6.18 [alg.fold]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2023-08-10",
		"last_modified": "2023-11-03"
	},
	"LWG3970": {
		"type": "issue",
		"title": "§[mdspan.syn] Missing definition of full_extent_t and full_extent",
		"long_link": "https://cplusplus.github.io/LWG/issue3970",
		"link": "https://wg21.link/lwg3970",
		"section": "23.7.3.2 [mdspan.syn]",
		"status": "WP",
		"submitter": "S. B. Tam",
		"opened": "2023-08-16",
		"last_modified": "2023-11-22"
	},
	"LWG3971": {
		"type": "issue",
		"title": "Join ranges of rvalue references with ranges of prvalues",
		"long_link": "https://cplusplus.github.io/LWG/issue3971",
		"link": "https://wg21.link/lwg3971",
		"section": "25.7.15.2 [range.join.with.view]",
		"status": "NAD",
		"submitter": "Hewill Kang",
		"opened": "2023-08-21",
		"last_modified": "2024-06-24",
		"github_url": "https://github.com/cplusplus/papers/issues/1690"
	},
	"LWG3972": {
		"type": "issue",
		"title": "Issues with join_with_view::iterator's iter_swap",
		"long_link": "https://cplusplus.github.io/LWG/issue3972",
		"link": "https://wg21.link/lwg3972",
		"section": "25.7.15.3 [range.join.with.iterator]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2023-09-04",
		"last_modified": "2023-11-03"
	},
	"LWG3973": {
		"type": "issue",
		"title": "Monadic operations should be ADL-proof",
		"long_link": "https://cplusplus.github.io/LWG/issue3973",
		"link": "https://wg21.link/lwg3973",
		"section": "22.8.6.7 [expected.object.monadic], 22.5.3.8 [optional.monadic]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2023-08-10",
		"last_modified": "2023-11-22"
	},
	"LWG3974": {
		"type": "issue",
		"title": "mdspan::operator[] should not copy OtherIndexTypes",
		"long_link": "https://cplusplus.github.io/LWG/issue3974",
		"link": "https://wg21.link/lwg3974",
		"section": "23.7.3.6.3 [mdspan.mdspan.members]",
		"status": "WP",
		"submitter": "Casey Carter",
		"opened": "2023-08-12",
		"last_modified": "2023-11-22"
	},
	"LWG3975": {
		"type": "issue",
		"title": "Specializations of basic_format_context should not be permitted",
		"long_link": "https://cplusplus.github.io/LWG/issue3975",
		"link": "https://wg21.link/lwg3975",
		"section": "28.5.6.7 [format.context]",
		"status": "WP",
		"submitter": "Brian Bi",
		"opened": "2023-08-13",
		"last_modified": "2024-04-02"
	},
	"LWG3976": {
		"type": "issue",
		"title": "What does it mean for a type to be \"allocator aware\"?",
		"long_link": "https://cplusplus.github.io/LWG/issue3976",
		"link": "https://wg21.link/lwg3976",
		"section": "23.2.2.5 [container.alloc.reqmts]",
		"status": "New",
		"submitter": "Alisdair Meredith",
		"opened": "2023-08-14",
		"last_modified": "2025-10-16"
	},
	"LWG3977": {
		"type": "issue",
		"title": "constexpr and noexcept for operators for bitmask types",
		"long_link": "https://cplusplus.github.io/LWG/issue3977",
		"link": "https://wg21.link/lwg3977",
		"section": "16.3.3.3.3 [bitmask.types]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2023-08-19",
		"last_modified": "2024-02-22"
	},
	"LWG3978": {
		"type": "issue",
		"title": "The \"no effect\" requirement for std::ignore is unimplementable for volatile bit-fields",
		"long_link": "https://cplusplus.github.io/LWG/issue3978",
		"link": "https://wg21.link/lwg3978",
		"section": "22.4.5 [tuple.creation]",
		"status": "Resolved",
		"submitter": "Jiang An",
		"opened": "2023-08-19",
		"last_modified": "2024-07-25"
	},
	"LWG3979": {
		"type": "issue",
		"title": "Should we reject std::bind_front<42>() and its friends?",
		"long_link": "https://cplusplus.github.io/LWG/issue3979",
		"link": "https://wg21.link/lwg3979",
		"section": "22.10.13 [func.not.fn], 22.10.14 [func.bind.partial]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2023-08-22",
		"last_modified": "2024-02-22"
	},
	"LWG3980": {
		"type": "issue",
		"title": "The read exclusive ownership of an atomic read-modify-write operation and whether its read and write are two operations are unclear",
		"long_link": "https://cplusplus.github.io/LWG/issue3980",
		"link": "https://wg21.link/lwg3980",
		"section": "32.5.4 [atomics.order]",
		"status": "NAD",
		"submitter": "jim x",
		"opened": "2023-08-22",
		"last_modified": "2025-12-10"
	},
	"LWG3981": {
		"type": "issue",
		"title": "Range adaptor closure object is underspecified for its return type",
		"long_link": "https://cplusplus.github.io/LWG/issue3981",
		"link": "https://wg21.link/lwg3981",
		"section": "25.7.2 [range.adaptor.object]",
		"status": "NAD",
		"submitter": "Hewill Kang",
		"opened": "2023-08-22",
		"last_modified": "2025-12-10"
	},
	"LWG3982": {
		"type": "issue",
		"title": "is-derived-from-view-interface should require that T is derived from view_interface<T>",
		"long_link": "https://cplusplus.github.io/LWG/issue3982",
		"link": "https://wg21.link/lwg3982",
		"section": "25.4.5 [range.view]",
		"status": "NAD",
		"submitter": "Hewill Kang",
		"opened": "2023-08-22",
		"last_modified": "2025-12-10"
	},
	"LWG3983": {
		"type": "issue",
		"title": "ranges::to adaptors are underconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue3983",
		"link": "https://wg21.link/lwg3983",
		"section": "25.5.7.3 [range.utility.conv.adaptors]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2023-08-23",
		"last_modified": "2023-11-03"
	},
	"LWG3984": {
		"type": "issue",
		"title": "ranges::to's recursion branch may be ill-formed",
		"long_link": "https://cplusplus.github.io/LWG/issue3984",
		"link": "https://wg21.link/lwg3984",
		"section": "25.5.7.2 [range.utility.conv.to]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2023-08-23",
		"last_modified": "2024-04-02"
	},
	"LWG3985": {
		"type": "issue",
		"title": "ranges::to should Mandates C not to be view",
		"long_link": "https://cplusplus.github.io/LWG/issue3985",
		"link": "https://wg21.link/lwg3985",
		"section": "25.5.7.2 [range.utility.conv.to], 25.5.7.3 [range.utility.conv.adaptors]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2023-08-25",
		"last_modified": "2023-10-30"
	},
	"LWG3986": {
		"type": "issue",
		"title": "basic_const_iterator doesn't work with optional",
		"long_link": "https://cplusplus.github.io/LWG/issue3986",
		"link": "https://wg21.link/lwg3986",
		"section": "24.5.3 [const.iterators]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2023-08-26",
		"last_modified": "2023-10-30"
	},
	"LWG3987": {
		"type": "issue",
		"title": "Including <flat_foo> doesn't provide std::begin/end",
		"long_link": "https://cplusplus.github.io/LWG/issue3987",
		"link": "https://wg21.link/lwg3987",
		"section": "24.7 [iterator.range]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2023-08-27",
		"last_modified": "2023-11-22"
	},
	"LWG3988": {
		"type": "issue",
		"title": "Should as_const_view and basic_const_iterator provide base()?",
		"long_link": "https://cplusplus.github.io/LWG/issue3988",
		"link": "https://wg21.link/lwg3988",
		"section": "24.5.3 [const.iterators], 25.7.22.2 [range.as.const.view]",
		"status": "Open",
		"submitter": "Hewill Kang",
		"opened": "2023-08-28",
		"last_modified": "2024-03-15"
	},
	"LWG3989": {
		"type": "issue",
		"title": "The whole range for an iterator obtained from a std::span or std::basic_string_view is not clear",
		"long_link": "https://cplusplus.github.io/LWG/issue3989",
		"link": "https://wg21.link/lwg3989",
		"section": "27.3 [string.view], 23.7.2.2 [views.span]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2023-08-29",
		"last_modified": "2023-10-30"
	},
	"LWG3990": {
		"type": "issue",
		"title": "Program-defined specializations of std::tuple and std::variant can't be properly supported",
		"long_link": "https://cplusplus.github.io/LWG/issue3990",
		"link": "https://wg21.link/lwg3990",
		"section": "22.4.4 [tuple.tuple], 22.6.3.1 [variant.variant.general]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2023-08-29",
		"last_modified": "2023-11-22"
	},
	"LWG3991": {
		"type": "issue",
		"title": "variant's move assignment should not be guaranteed to produce a valueless by exception state",
		"long_link": "https://cplusplus.github.io/LWG/issue3991",
		"link": "https://wg21.link/lwg3991",
		"section": "22.6.3.4 [variant.assign]",
		"status": "New",
		"submitter": "Brian Bi",
		"opened": "2023-08-29",
		"last_modified": "2023-10-30"
	},
	"LWG3992": {
		"type": "issue",
		"title": "basic_stringbuf::str()&& should enforce 𝒪(1)",
		"long_link": "https://cplusplus.github.io/LWG/issue3992",
		"link": "https://wg21.link/lwg3992",
		"section": "31.8.2.4 [stringbuf.members]",
		"status": "NAD",
		"submitter": "Peter Sommerlad",
		"opened": "2023-10-05",
		"last_modified": "2025-12-10"
	},
	"LWG3993": {
		"type": "issue",
		"title": "The parse function of a BasicFormatter type needs to be constexpr",
		"long_link": "https://cplusplus.github.io/LWG/issue3993",
		"link": "https://wg21.link/lwg3993",
		"section": "28.5.6.1 [formatter.requirements]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2023-10-10",
		"last_modified": "2023-10-30"
	},
	"LWG3994": {
		"type": "issue",
		"title": "adaptor(args...)(r) is not equivalent to std::bind_back(adaptor, args...)(r)",
		"long_link": "https://cplusplus.github.io/LWG/issue3994",
		"link": "https://wg21.link/lwg3994",
		"section": "25.7.2 [range.adaptor.object]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2023-10-11",
		"last_modified": "2023-11-03"
	},
	"LWG3995": {
		"type": "issue",
		"title": "Issue with custom index conversion in <mdspan>",
		"long_link": "https://cplusplus.github.io/LWG/issue3995",
		"link": "https://wg21.link/lwg3995",
		"section": "23.7.3 [views.multidim]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2023-10-11",
		"last_modified": "2023-10-30"
	},
	"LWG3996": {
		"type": "issue",
		"title": "projected<I, identity> should just be I",
		"long_link": "https://cplusplus.github.io/LWG/issue3996",
		"link": "https://wg21.link/lwg3996",
		"section": "24.3.6.4 [projected]",
		"status": "NAD",
		"submitter": "Hewill Kang",
		"opened": "2023-10-12",
		"last_modified": "2024-06-24"
	},
	"LWG3997": {
		"type": "issue",
		"title": "std::formatter specializations should be consistently restricted to supported character types",
		"long_link": "https://cplusplus.github.io/LWG/issue3997",
		"link": "https://wg21.link/lwg3997",
		"section": "28.5.1 [format.syn], 30.2 [time.syn], 32.4.3.2 [thread.thread.id]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2023-10-15",
		"last_modified": "2023-11-04"
	},
	"LWG3998": {
		"type": "issue",
		"title": "Constants in std::regex_constants should be allowed to be enumerators",
		"long_link": "https://cplusplus.github.io/LWG/issue3998",
		"link": "https://wg21.link/lwg3998",
		"section": "28.6.4 [re.const]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2023-10-18",
		"last_modified": "2024-02-22"
	},
	"LWG3999": {
		"type": "issue",
		"title": "P0439R0 changed the value category of memory order constants",
		"long_link": "https://cplusplus.github.io/LWG/issue3999",
		"link": "https://wg21.link/lwg3999",
		"section": "32.5.4 [atomics.order]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2023-10-18",
		"last_modified": "2023-11-03",
		"papers": [
			"P0439R0"
		]
	},
	"LWG4000": {
		"type": "issue",
		"title": "flat_map::insert_range's Effects is not quite right",
		"long_link": "https://cplusplus.github.io/LWG/issue4000",
		"link": "https://wg21.link/lwg4000",
		"section": "23.6.8.7 [flat.map.modifiers]",
		"status": "Resolved",
		"submitter": "Hewill Kang",
		"opened": "2023-10-23",
		"last_modified": "2025-11-11"
	},
	"LWG4001": {
		"type": "issue",
		"title": "iota_view should provide empty",
		"long_link": "https://cplusplus.github.io/LWG/issue4001",
		"link": "https://wg21.link/lwg4001",
		"section": "25.6.4.2 [range.iota.view]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2023-10-27",
		"last_modified": "2023-11-22"
	},
	"LWG4002": {
		"type": "issue",
		"title": "The definition of iota_view::iterator::iterator_concept should be improved",
		"long_link": "https://cplusplus.github.io/LWG/issue4002",
		"link": "https://wg21.link/lwg4002",
		"section": "25.6.4.3 [range.iota.iterator]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2023-10-27",
		"last_modified": "2023-11-07"
	},
	"LWG4003": {
		"type": "issue",
		"title": "view_interface::back is overconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue4003",
		"link": "https://wg21.link/lwg4003",
		"section": "25.5.3 [view.interface]",
		"status": "NAD",
		"submitter": "Hewill Kang",
		"opened": "2023-10-28",
		"last_modified": "2025-12-10"
	},
	"LWG4004": {
		"type": "issue",
		"title": "The load and store operation in §[atomics.order] p1 is ambiguous",
		"long_link": "https://cplusplus.github.io/LWG/issue4004",
		"link": "https://wg21.link/lwg4004",
		"section": "32.5.4 [atomics.order]",
		"status": "SG1",
		"submitter": "jim x",
		"opened": "2023-10-30",
		"last_modified": "2024-05-19",
		"github_url": "https://github.com/cplusplus/papers/issues/1812"
	},
	"LWG4005": {
		"type": "issue",
		"title": "\"Required behavior\" too narrowly defined",
		"long_link": "https://cplusplus.github.io/LWG/issue4005",
		"link": "https://wg21.link/lwg4005",
		"section": "3.48 [defns.required.behavior], 16.3.2.4 [structure.specifications], 16.4.5.8 [res.on.functions]",
		"status": "New",
		"submitter": "Eric Niebler",
		"opened": "2023-11-03",
		"last_modified": "2024-06-24"
	},
	"LWG4006": {
		"type": "issue",
		"title": "chunk_view::outer-iterator::value_type should provide empty",
		"long_link": "https://cplusplus.github.io/LWG/issue4006",
		"link": "https://wg21.link/lwg4006",
		"section": "25.7.29.4 [range.chunk.outer.value]",
		"status": "NAD",
		"submitter": "Hewill Kang",
		"opened": "2023-11-05",
		"last_modified": "2025-12-10"
	},
	"LWG4007": {
		"type": "issue",
		"title": "Mystic prohibition of calling a volatile-qualified perfect forwarding call wrapper",
		"long_link": "https://cplusplus.github.io/LWG/issue4007",
		"link": "https://wg21.link/lwg4007",
		"section": "22.10.4 [func.require]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2023-11-05",
		"last_modified": "2024-03-11"
	},
	"LWG4008": {
		"type": "issue",
		"title": "§[range.utility.conv.to] ranges::to may cause infinite recursion if range_value_t<C> is a non-move-constructible range",
		"long_link": "https://cplusplus.github.io/LWG/issue4008",
		"link": "https://wg21.link/lwg4008",
		"section": "25.5.7.2 [range.utility.conv.to]",
		"status": "New",
		"submitter": "S. B. Tam",
		"opened": "2023-11-08",
		"last_modified": "2024-03-11"
	},
	"LWG4009": {
		"type": "issue",
		"title": "drop_view::begin const may have 𝒪(n) complexity",
		"long_link": "https://cplusplus.github.io/LWG/issue4009",
		"link": "https://wg21.link/lwg4009",
		"section": "25.7.12.2 [range.drop.view]",
		"status": "NAD",
		"submitter": "Hewill Kang",
		"opened": "2023-11-08",
		"last_modified": "2025-12-10"
	},
	"LWG4010": {
		"type": "issue",
		"title": "subrange::advance should be improved",
		"long_link": "https://cplusplus.github.io/LWG/issue4010",
		"link": "https://wg21.link/lwg4010",
		"section": "25.5.4.3 [range.subrange.access]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2023-11-09",
		"last_modified": "2024-03-11"
	},
	"LWG4011": {
		"type": "issue",
		"title": "\"Effects: Equivalent to return\" in [span.elem]",
		"long_link": "https://cplusplus.github.io/LWG/issue4011",
		"link": "https://wg21.link/lwg4011",
		"section": "23.7.2.2.6 [span.elem]",
		"status": "WP",
		"submitter": "Arthur O'Dwyer",
		"opened": "2023-11-09",
		"last_modified": "2024-04-02"
	},
	"LWG4012": {
		"type": "issue",
		"title": "common_view::begin/end are missing the simple-view check",
		"long_link": "https://cplusplus.github.io/LWG/issue4012",
		"link": "https://wg21.link/lwg4012",
		"section": "25.7.20.2 [range.common.view]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2023-11-11",
		"last_modified": "2024-04-02"
	},
	"LWG4013": {
		"type": "issue",
		"title": "lazy_split_view::outer-iterator::value_type should not provide default constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue4013",
		"link": "https://wg21.link/lwg4013",
		"section": "25.7.16.4 [range.lazy.split.outer.value]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2023-11-11",
		"last_modified": "2024-04-02"
	},
	"LWG4014": {
		"type": "issue",
		"title": "LWG 3809 changes behavior of some existing std::subtract_with_carry_engine code",
		"long_link": "https://cplusplus.github.io/LWG/issue4014",
		"link": "https://wg21.link/lwg4014",
		"section": "29.5.4.4 [rand.eng.sub]",
		"status": "WP",
		"submitter": "Matt Stephanson",
		"opened": "2023-11-15",
		"last_modified": "2024-11-28"
	},
	"LWG4015": {
		"type": "issue",
		"title": "LWG 3973 broke const overloads of std::optional monadic operations",
		"long_link": "https://cplusplus.github.io/LWG/issue4015",
		"link": "https://wg21.link/lwg4015",
		"section": "22.5.3.8 [optional.monadic]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2023-11-24",
		"last_modified": "2025-11-11",
		"github_url": "https://github.com/cplusplus/papers/issues/2510"
	},
	"LWG4016": {
		"type": "issue",
		"title": "container-insertable checks do not match what container-inserter does",
		"long_link": "https://cplusplus.github.io/LWG/issue4016",
		"link": "https://wg21.link/lwg4016",
		"section": "25.5.7 [range.utility.conv]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2023-11-24",
		"last_modified": "2024-04-02"
	},
	"LWG4017": {
		"type": "issue",
		"title": "Behavior of std::views::split on an empty range",
		"long_link": "https://cplusplus.github.io/LWG/issue4017",
		"link": "https://wg21.link/lwg4017",
		"section": "25.7.17.3 [range.split.iterator], 25.7.16.3 [range.lazy.split.outer]",
		"status": "New",
		"submitter": "David Stone",
		"opened": "2023-11-19",
		"last_modified": "2024-06-24"
	},
	"LWG4018": {
		"type": "issue",
		"title": "ranges::to's copy branch is underconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue4018",
		"link": "https://wg21.link/lwg4018",
		"section": "25.5.7.2 [range.utility.conv.to]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2023-11-25",
		"last_modified": "2024-03-11"
	},
	"LWG4019": {
		"type": "issue",
		"title": "Reversing an infinite range leads to an infinite loop",
		"long_link": "https://cplusplus.github.io/LWG/issue4019",
		"link": "https://wg21.link/lwg4019",
		"section": "25.7.21 [range.reverse]",
		"status": "SG9",
		"submitter": "Barry Revzin",
		"opened": "2023-11-25",
		"last_modified": "2024-11-14",
		"github_url": "https://github.com/cplusplus/papers/issues/1813"
	},
	"LWG4020": {
		"type": "issue",
		"title": "extents::index-cast weirdness",
		"long_link": "https://cplusplus.github.io/LWG/issue4020",
		"link": "https://wg21.link/lwg4020",
		"section": "23.7.3.3.2 [mdspan.extents.expo]",
		"status": "WP",
		"submitter": "Casey Carter",
		"opened": "2023-11-29",
		"last_modified": "2025-11-11"
	},
	"LWG4021": {
		"type": "issue",
		"title": "mdspan::is_always_meow() should be noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue4021",
		"link": "https://wg21.link/lwg4021",
		"section": "23.7.3.6.1 [mdspan.mdspan.overview]",
		"status": "New",
		"submitter": "Stephan T. Lavavej",
		"opened": "2023-12-07",
		"last_modified": "2025-10-21"
	},
	"LWG4022": {
		"type": "issue",
		"title": "Ambiguity in the formatting of negative years with format specifier %C",
		"long_link": "https://cplusplus.github.io/LWG/issue4022",
		"link": "https://wg21.link/lwg4022",
		"section": "30.12 [time.format]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2023-12-08",
		"last_modified": "2025-10-17"
	},
	"LWG4023": {
		"type": "issue",
		"title": "Preconditions of std::basic_streambuf::setg/setp",
		"long_link": "https://cplusplus.github.io/LWG/issue4023",
		"link": "https://wg21.link/lwg4023",
		"section": "31.6.3.4 [streambuf.protected]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2023-12-08",
		"last_modified": "2024-04-02"
	},
	"LWG4024": {
		"type": "issue",
		"title": "Underspecified destruction of objects created in std::make_shared_for_overwrite/std::allocate_shared_for_overwrite",
		"long_link": "https://cplusplus.github.io/LWG/issue4024",
		"link": "https://wg21.link/lwg4024",
		"section": "20.3.2.2.7 [util.smartptr.shared.create]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2023-12-16",
		"last_modified": "2024-11-28"
	},
	"LWG4025": {
		"type": "issue",
		"title": "Move assignment operator of std::expected<cv void, E> should not be conditionally deleted",
		"long_link": "https://cplusplus.github.io/LWG/issue4025",
		"link": "https://wg21.link/lwg4025",
		"section": "22.8.7.4 [expected.void.assign]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2023-12-16",
		"last_modified": "2024-04-02"
	},
	"LWG4026": {
		"type": "issue",
		"title": "Assignment operators of std::expected should propagate triviality",
		"long_link": "https://cplusplus.github.io/LWG/issue4026",
		"link": "https://wg21.link/lwg4026",
		"section": "22.8.6.4 [expected.object.assign], 22.8.7.4 [expected.void.assign]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2023-12-16",
		"last_modified": "2026-03-31"
	},
	"LWG4027": {
		"type": "issue",
		"title": "possibly-const-range should prefer returning const R&",
		"long_link": "https://cplusplus.github.io/LWG/issue4027",
		"link": "https://wg21.link/lwg4027",
		"section": "25.2 [ranges.syn]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2023-12-17",
		"last_modified": "2024-11-28",
		"github_url": "https://github.com/cplusplus/papers/issues/1814"
	},
	"LWG4028": {
		"type": "issue",
		"title": "std::is_(nothrow_)convertible should be reworded to avoid dependence on the return statement",
		"long_link": "https://cplusplus.github.io/LWG/issue4028",
		"link": "https://wg21.link/lwg4028",
		"section": "21.3.8 [meta.rel]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2023-12-18",
		"last_modified": "2025-10-17"
	},
	"LWG4029": {
		"type": "issue",
		"title": "basic_string accidentally fails to meet the reversible container requirements",
		"long_link": "https://cplusplus.github.io/LWG/issue4029",
		"link": "https://wg21.link/lwg4029",
		"section": "27.4.3.1 [basic.string.general]",
		"status": "New",
		"submitter": "Jan Schultke",
		"opened": "2023-12-18",
		"last_modified": "2024-03-15"
	},
	"LWG4030": {
		"type": "issue",
		"title": "Clarify whether arithmetic expressions in [numeric.sat.func] are mathematical or C++",
		"long_link": "https://cplusplus.github.io/LWG/issue4030",
		"link": "https://wg21.link/lwg4030",
		"section": "26.10.17.1 [numeric.sat.func]",
		"status": "WP",
		"submitter": "Thomas Köppe",
		"opened": "2023-12-18",
		"last_modified": "2024-04-02"
	},
	"LWG4031": {
		"type": "issue",
		"title": "bad_expected_access<void> member functions should be noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue4031",
		"link": "https://wg21.link/lwg4031",
		"section": "22.8.5 [expected.bad.void]",
		"status": "WP",
		"submitter": "Cassio Neri",
		"opened": "2023-12-24",
		"last_modified": "2024-04-02"
	},
	"LWG4032": {
		"type": "issue",
		"title": "Possibly invalid types in the constraints of constructors of std::shared_ptr",
		"long_link": "https://cplusplus.github.io/LWG/issue4032",
		"link": "https://wg21.link/lwg4032",
		"section": "20.3.2.2.2 [util.smartptr.shared.const]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2023-12-25",
		"last_modified": "2024-03-15"
	},
	"LWG4033": {
		"type": "issue",
		"title": "§[macro.names] defining macros after importing the standard library",
		"long_link": "https://cplusplus.github.io/LWG/issue4033",
		"link": "https://wg21.link/lwg4033",
		"section": "16.4.5.3.3 [macro.names]",
		"status": "New",
		"submitter": "Alisdair Meredith",
		"opened": "2023-12-27",
		"last_modified": "2024-08-02"
	},
	"LWG4034": {
		"type": "issue",
		"title": "Clarify specification of std::min and std::max",
		"long_link": "https://cplusplus.github.io/LWG/issue4034",
		"link": "https://wg21.link/lwg4034",
		"section": "26.8.9 [alg.min.max]",
		"status": "New",
		"submitter": "Jan Schultke",
		"opened": "2023-12-29",
		"last_modified": "2024-08-02"
	},
	"LWG4035": {
		"type": "issue",
		"title": "single_view should provide empty",
		"long_link": "https://cplusplus.github.io/LWG/issue4035",
		"link": "https://wg21.link/lwg4035",
		"section": "25.6.3.2 [range.single.view]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2023-12-31",
		"last_modified": "2024-04-02"
	},
	"LWG4036": {
		"type": "issue",
		"title": "__alignof_is_defined is only implicitly specified in C++ and not yet deprecated",
		"long_link": "https://cplusplus.github.io/LWG/issue4036",
		"link": "https://wg21.link/lwg4036",
		"section": "D.11 [depr.c.macros]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2024-01-12",
		"last_modified": "2024-11-01"
	},
	"LWG4037": {
		"type": "issue",
		"title": "Static data members of ctype_base are not yet required to be usable in constant expressions",
		"long_link": "https://cplusplus.github.io/LWG/issue4037",
		"link": "https://wg21.link/lwg4037",
		"section": "28.3.4.2.1 [category.ctype.general]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2024-01-12",
		"last_modified": "2024-04-02"
	},
	"LWG4038": {
		"type": "issue",
		"title": "std::text_encoding::aliases_view should have constexpr iterators",
		"long_link": "https://cplusplus.github.io/LWG/issue4038",
		"link": "https://wg21.link/lwg4038",
		"section": "28.4.2.5 [text.encoding.aliases]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2024-01-16",
		"last_modified": "2024-04-02"
	},
	"LWG4039": {
		"type": "issue",
		"title": "§[ostream.formatted.print]: Inappropriate usage of badbit in definition of vprint_unicode/vprint_nonunicode",
		"long_link": "https://cplusplus.github.io/LWG/issue4039",
		"link": "https://wg21.link/lwg4039",
		"section": "31.7.6.3.5 [ostream.formatted.print]",
		"status": "New",
		"submitter": "Jan Kokemüller",
		"opened": "2024-01-13",
		"last_modified": "2025-10-16"
	},
	"LWG4040": {
		"type": "issue",
		"title": "Contradictory specification of std::tuple_size",
		"long_link": "https://cplusplus.github.io/LWG/issue4040",
		"link": "https://wg21.link/lwg4040",
		"section": "22.4.7 [tuple.helper]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2024-01-20",
		"last_modified": "2024-03-11"
	},
	"LWG4041": {
		"type": "issue",
		"title": "The requirements on literal type in [concept.swappable] should be removed",
		"long_link": "https://cplusplus.github.io/LWG/issue4041",
		"link": "https://wg21.link/lwg4041",
		"section": "18.4.9 [concept.swappable]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2024-01-20",
		"last_modified": "2024-03-15"
	},
	"LWG4042": {
		"type": "issue",
		"title": "std::print should permit an efficient implementation",
		"long_link": "https://cplusplus.github.io/LWG/issue4042",
		"link": "https://wg21.link/lwg4042",
		"section": "31.7.10 [print.fun]",
		"status": "Resolved",
		"submitter": "Victor Zverovich",
		"opened": "2024-01-20",
		"last_modified": "2025-03-10"
	},
	"LWG4043": {
		"type": "issue",
		"title": "\"ASCII\" is not a registered character encoding",
		"long_link": "https://cplusplus.github.io/LWG/issue4043",
		"link": "https://wg21.link/lwg4043",
		"section": "28.4.2.2 [text.encoding.general]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2024-01-23",
		"last_modified": "2024-04-02",
		"github_url": "https://github.com/cplusplus/papers/issues/1810"
	},
	"LWG4044": {
		"type": "issue",
		"title": "Confusing requirements for std::print on POSIX platforms",
		"long_link": "https://cplusplus.github.io/LWG/issue4044",
		"link": "https://wg21.link/lwg4044",
		"section": "31.7.10 [print.fun]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2024-01-24",
		"last_modified": "2024-11-28",
		"github_url": "https://github.com/cplusplus/papers/issues/1811"
	},
	"LWG4045": {
		"type": "issue",
		"title": "tuple can create dangling references from tuple-like",
		"long_link": "https://cplusplus.github.io/LWG/issue4045",
		"link": "https://wg21.link/lwg4045",
		"section": "22.4.4.2 [tuple.cnstr]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2024-01-24",
		"last_modified": "2024-04-02"
	},
	"LWG4046": {
		"type": "issue",
		"title": "Effects of inserting into or erasing from flat container adaptors when an exception is thrown need to be more permissive",
		"long_link": "https://cplusplus.github.io/LWG/issue4046",
		"link": "https://wg21.link/lwg4046",
		"section": "23.2.7.2 [associative.reqmts.except], 23.6.8.1 [flat.map.overview], 23.6.9.1 [flat.multimap.overview], 23.6.11.1 [flat.set.overview], 23.6.12.1 [flat.multiset.overview]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2024-01-23",
		"last_modified": "2024-03-15"
	},
	"LWG4047": {
		"type": "issue",
		"title": "Explicitly specifying template arguments for std::swap should not be supported",
		"long_link": "https://cplusplus.github.io/LWG/issue4047",
		"link": "https://wg21.link/lwg4047",
		"section": "16.4.5.2.1 [namespace.std]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2024-01-25",
		"last_modified": "2024-03-15"
	},
	"LWG4048": {
		"type": "issue",
		"title": "Inconsistent preconditions for transparent insertion of std::flat_map/std::flat_set",
		"long_link": "https://cplusplus.github.io/LWG/issue4048",
		"link": "https://wg21.link/lwg4048",
		"section": "23.6.11 [flat.set], 23.6.8.1 [flat.map.overview]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2024-01-26",
		"last_modified": "2024-03-15"
	},
	"LWG4049": {
		"type": "issue",
		"title": "C <foo.h> headers not in freestanding",
		"long_link": "https://cplusplus.github.io/LWG/issue4049",
		"link": "https://wg21.link/lwg4049",
		"section": "16.4.2 [organization]",
		"status": "New",
		"submitter": "Ben Craig",
		"opened": "2024-01-26",
		"last_modified": "2024-08-21"
	},
	"LWG4050": {
		"type": "issue",
		"title": "Should views::iota(0) | views::take(5) be views::iota(0, 5)?",
		"long_link": "https://cplusplus.github.io/LWG/issue4050",
		"link": "https://wg21.link/lwg4050",
		"section": "25.7.10.1 [range.take.overview], 25.7.10.1 [range.take.overview]",
		"status": "NAD",
		"submitter": "Hewill Kang",
		"opened": "2024-01-28",
		"last_modified": "2025-12-10"
	},
	"LWG4051": {
		"type": "issue",
		"title": "A less hacky and more useful way to compare comparison category types",
		"long_link": "https://cplusplus.github.io/LWG/issue4051",
		"link": "https://wg21.link/lwg4051",
		"section": "17.12.2 [cmp.categories]",
		"status": "New",
		"submitter": "Corentin Jabot",
		"opened": "2024-01-31",
		"last_modified": "2025-10-23"
	},
	"LWG4052": {
		"type": "issue",
		"title": "Bogus requirements for piecewise_linear_distribution",
		"long_link": "https://cplusplus.github.io/LWG/issue4052",
		"link": "https://wg21.link/lwg4052",
		"section": "29.5.9.6.2 [rand.dist.samp.pconst], 29.5.9.6.3 [rand.dist.samp.plinear]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2024-02-05",
		"last_modified": "2025-10-11"
	},
	"LWG4053": {
		"type": "issue",
		"title": "Unary call to std::views::repeat does not decay the argument",
		"long_link": "https://cplusplus.github.io/LWG/issue4053",
		"link": "https://wg21.link/lwg4053",
		"section": "25.6.5.2 [range.repeat.view]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2024-02-05",
		"last_modified": "2024-04-02"
	},
	"LWG4054": {
		"type": "issue",
		"title": "Repeating a repeat_view should repeat the view",
		"long_link": "https://cplusplus.github.io/LWG/issue4054",
		"link": "https://wg21.link/lwg4054",
		"section": "25.6.5.1 [range.repeat.overview]",
		"status": "WP",
		"submitter": "Tim Song",
		"opened": "2024-02-12",
		"last_modified": "2024-04-02"
	},
	"LWG4055": {
		"type": "issue",
		"title": "§[iterator.operations] std::distance is missing a precondition",
		"long_link": "https://cplusplus.github.io/LWG/issue4055",
		"link": "https://wg21.link/lwg4055",
		"section": "24.4.3 [iterator.operations]",
		"status": "New",
		"submitter": "Jan Schultke",
		"opened": "2024-02-25",
		"last_modified": "2024-03-12"
	},
	"LWG4056": {
		"type": "issue",
		"title": "The effects of std::swap are under-specified",
		"long_link": "https://cplusplus.github.io/LWG/issue4056",
		"link": "https://wg21.link/lwg4056",
		"section": "22.2.2 [utility.swap]",
		"status": "NAD",
		"submitter": "Jan Schultke",
		"opened": "2024-02-28",
		"last_modified": "2024-06-24"
	},
	"LWG4057": {
		"type": "issue",
		"title": "generator::iterator's operator* is not noexcept when it can be",
		"long_link": "https://cplusplus.github.io/LWG/issue4057",
		"link": "https://wg21.link/lwg4057",
		"section": "25.8.6 [coro.generator.iterator]",
		"status": "New",
		"submitter": "S. B. Tam",
		"opened": "2024-03-01",
		"last_modified": "2024-09-17"
	},
	"LWG4058": {
		"type": "issue",
		"title": "std::to_address() should be SFINAE-friendly",
		"long_link": "https://cplusplus.github.io/LWG/issue4058",
		"link": "https://wg21.link/lwg4058",
		"section": "20.2.4 [pointer.conversion]",
		"status": "LEWG",
		"submitter": "Peter Kasting",
		"opened": "2024-03-13",
		"last_modified": "2025-10-23"
	},
	"LWG4059": {
		"type": "issue",
		"title": "Leaky abstraction in join_with_view's iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue4059",
		"link": "https://wg21.link/lwg4059",
		"section": "25.7.15.3 [range.join.with.iterator]",
		"status": "New",
		"submitter": "S. B. Tam",
		"opened": "2024-03-23",
		"last_modified": "2024-08-11"
	},
	"LWG4060": {
		"type": "issue",
		"title": "submdspan preconditions do not forbid creating invalid pointer",
		"long_link": "https://cplusplus.github.io/LWG/issue4060",
		"link": "https://wg21.link/lwg4060",
		"section": "23.7.3.7.7 [mdspan.sub.sub]",
		"status": "WP",
		"submitter": "Mark Hoemmen",
		"opened": "2024-03-26",
		"last_modified": "2024-07-08"
	},
	"LWG4061": {
		"type": "issue",
		"title": "Should std::basic_format_context be default-constructible/copyable/movable?",
		"long_link": "https://cplusplus.github.io/LWG/issue4061",
		"link": "https://wg21.link/lwg4061",
		"section": "28.5.6.7 [format.context]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2024-03-24",
		"last_modified": "2024-07-08"
	},
	"LWG4062": {
		"type": "issue",
		"title": "ranges::empty has no semantic requirements for forward_ranges",
		"long_link": "https://cplusplus.github.io/LWG/issue4062",
		"link": "https://wg21.link/lwg4062",
		"section": "25.3.13 [range.prim.empty]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2024-03-30",
		"last_modified": "2025-10-20"
	},
	"LWG4063": {
		"type": "issue",
		"title": "Freestanding std::char_traits<char>::eof depends on non-freestanding EOF",
		"long_link": "https://cplusplus.github.io/LWG/issue4063",
		"link": "https://wg21.link/lwg4063",
		"section": "27.2.4.2 [char.traits.specializations.char]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2024-04-03",
		"last_modified": "2024-05-08"
	},
	"LWG4064": {
		"type": "issue",
		"title": "Clarify that std::launder is not needed when using the result of std::memcpy",
		"long_link": "https://cplusplus.github.io/LWG/issue4064",
		"link": "https://wg21.link/lwg4064",
		"section": "27.5.1 [cstring.syn]",
		"status": "WP",
		"submitter": "Jan Schultke",
		"opened": "2024-04-05",
		"last_modified": "2024-11-28"
	},
	"LWG4065": {
		"type": "issue",
		"title": "Requirements for fancy pointers might be insufficient for self-referential implementation of containers",
		"long_link": "https://cplusplus.github.io/LWG/issue4065",
		"link": "https://wg21.link/lwg4065",
		"section": "16.4.4.6.1 [allocator.requirements.general]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2024-04-07",
		"last_modified": "2024-05-01"
	},
	"LWG4066": {
		"type": "issue",
		"title": "ranges::to should reserve when sized_sentinel_for is satisfied",
		"long_link": "https://cplusplus.github.io/LWG/issue4066",
		"link": "https://wg21.link/lwg4066",
		"section": "25.5.7.2 [range.utility.conv.to]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2024-04-13",
		"last_modified": "2025-10-20"
	},
	"LWG4067": {
		"type": "issue",
		"title": "Inconsistency and potential infinity meta-recursion in std::chrono::zoned_time's constructors",
		"long_link": "https://cplusplus.github.io/LWG/issue4067",
		"link": "https://wg21.link/lwg4067",
		"section": "30.11.7.2 [time.zone.zonedtime.ctor]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2024-04-14",
		"last_modified": "2024-06-24"
	},
	"LWG4068": {
		"type": "issue",
		"title": "Terminology for objects whose types model a concept",
		"long_link": "https://cplusplus.github.io/LWG/issue4068",
		"link": "https://wg21.link/lwg4068",
		"section": "16.4.5.11 [res.on.requirements], 16.3.2.3 [structure.requirements]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2024-04-19",
		"last_modified": "2025-10-14"
	},
	"LWG4069": {
		"type": "issue",
		"title": "std::atomic<volatile T> should be ill-formed",
		"long_link": "https://cplusplus.github.io/LWG/issue4069",
		"link": "https://wg21.link/lwg4069",
		"section": "32.5.8 [atomics.types.generic]",
		"status": "Resolved",
		"submitter": "Jonathan Wakely",
		"opened": "2024-04-19",
		"last_modified": "2025-02-07",
		"github_url": "https://github.com/cplusplus/papers/issues/1891"
	},
	"LWG4070": {
		"type": "issue",
		"title": "Transcoding by std::formatter<std::filesystem::path>",
		"long_link": "https://cplusplus.github.io/LWG/issue4070",
		"link": "https://wg21.link/lwg4070",
		"section": "31.12.6.9.2 [fs.path.fmtr.funcs]",
		"status": "Open",
		"submitter": "Jonathan Wakely",
		"opened": "2024-04-19",
		"last_modified": "2025-10-10",
		"github_url": "https://github.com/cplusplus/papers/issues/1896"
	},
	"LWG4071": {
		"type": "issue",
		"title": "reference_wrapper comparisons are not SFINAE-friendly",
		"long_link": "https://cplusplus.github.io/LWG/issue4071",
		"link": "https://wg21.link/lwg4071",
		"section": "22.10.6.6 [refwrap.comparisons]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2024-04-19",
		"last_modified": "2024-07-08"
	},
	"LWG4072": {
		"type": "issue",
		"title": "std::optional comparisons: constrain harder",
		"long_link": "https://cplusplus.github.io/LWG/issue4072",
		"link": "https://wg21.link/lwg4072",
		"section": "22.5.9 [optional.comp.with.t]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2024-04-19",
		"last_modified": "2024-11-28"
	},
	"LWG4073": {
		"type": "issue",
		"title": "concat_view::size may overflow",
		"long_link": "https://cplusplus.github.io/LWG/issue4073",
		"link": "https://wg21.link/lwg4073",
		"section": "25.7.18.2 [range.concat.view]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2024-04-21",
		"last_modified": "2024-06-24"
	},
	"LWG4074": {
		"type": "issue",
		"title": "compatible-joinable-ranges is underconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue4074",
		"link": "https://wg21.link/lwg4074",
		"section": "25.7.15.2 [range.join.with.view]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2024-04-21",
		"last_modified": "2024-07-08"
	},
	"LWG4075": {
		"type": "issue",
		"title": "Thread stability requirement on constructors and destructors",
		"long_link": "https://cplusplus.github.io/LWG/issue4075",
		"link": "https://wg21.link/lwg4075",
		"section": "16.4.4 [utility.requirements]",
		"status": "NAD",
		"submitter": "Detlef Vollmann",
		"opened": "2024-04-21",
		"last_modified": "2025-11-06"
	},
	"LWG4076": {
		"type": "issue",
		"title": "concat_view should be freestanding",
		"long_link": "https://cplusplus.github.io/LWG/issue4076",
		"link": "https://wg21.link/lwg4076",
		"section": "17.3.2 [version.syn]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2024-04-21",
		"last_modified": "2024-07-08"
	},
	"LWG4077": {
		"type": "issue",
		"title": "Unclear preconditions of std::ranges::generate_random",
		"long_link": "https://cplusplus.github.io/LWG/issue4077",
		"link": "https://wg21.link/lwg4077",
		"section": "26.12.2 [alg.rand.generate]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2024-04-21",
		"last_modified": "2024-08-02"
	},
	"LWG4078": {
		"type": "issue",
		"title": "What if arguments alias the output buffer in std::format_to?",
		"long_link": "https://cplusplus.github.io/LWG/issue4078",
		"link": "https://wg21.link/lwg4078",
		"section": "28.5.5 [format.functions]",
		"status": "New",
		"submitter": "Jan Schultke",
		"opened": "2024-04-24",
		"last_modified": "2025-02-07"
	},
	"LWG4079": {
		"type": "issue",
		"title": "Missing Preconditions in concat_view::iterator's conversion constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue4079",
		"link": "https://wg21.link/lwg4079",
		"section": "25.7.18.3 [range.concat.iterator]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2024-04-26",
		"last_modified": "2024-07-08"
	},
	"LWG4080": {
		"type": "issue",
		"title": "Presumed value and difference types of an iterator type in ranges and non-ranges algorithms",
		"long_link": "https://cplusplus.github.io/LWG/issue4080",
		"link": "https://wg21.link/lwg4080",
		"section": "24.3.2 [iterator.assoc.types]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2024-04-26",
		"last_modified": "2024-06-24"
	},
	"LWG4081": {
		"type": "issue",
		"title": "concat_view::iterator::operator- is overconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue4081",
		"link": "https://wg21.link/lwg4081",
		"section": "25.7.18.3 [range.concat.iterator]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2024-04-26",
		"last_modified": "2024-08-02"
	},
	"LWG4082": {
		"type": "issue",
		"title": "views::concat(r) is well-formed when r is an output_range",
		"long_link": "https://cplusplus.github.io/LWG/issue4082",
		"link": "https://wg21.link/lwg4082",
		"section": "25.7.18.1 [range.concat.overview]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2024-04-27",
		"last_modified": "2024-07-08"
	},
	"LWG4083": {
		"type": "issue",
		"title": "views::as_rvalue should reject non-input ranges",
		"long_link": "https://cplusplus.github.io/LWG/issue4083",
		"link": "https://wg21.link/lwg4083",
		"section": "25.7.7.1 [range.as.rvalue.overview]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2024-04-27",
		"last_modified": "2024-07-08"
	},
	"LWG4084": {
		"type": "issue",
		"title": "std::fixed ignores std::uppercase",
		"long_link": "https://cplusplus.github.io/LWG/issue4084",
		"link": "https://wg21.link/lwg4084",
		"section": "28.3.4.3.3.3 [facet.num.put.virtuals]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2024-04-30",
		"last_modified": "2024-11-28",
		"github_url": "https://github.com/cplusplus/papers/issues/1894"
	},
	"LWG4085": {
		"type": "issue",
		"title": "ranges::generate_random's helper lambda should specify the return type",
		"long_link": "https://cplusplus.github.io/LWG/issue4085",
		"link": "https://wg21.link/lwg4085",
		"section": "26.12.2 [alg.rand.generate]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2024-04-28",
		"last_modified": "2024-11-28"
	},
	"LWG4086": {
		"type": "issue",
		"title": "ranges::generate_random_n is missing",
		"long_link": "https://cplusplus.github.io/LWG/issue4086",
		"link": "https://wg21.link/lwg4086",
		"section": "26.12.2 [alg.rand.generate]",
		"status": "NAD",
		"submitter": "Hewill Kang",
		"opened": "2024-04-29",
		"last_modified": "2024-06-24"
	},
	"LWG4087": {
		"type": "issue",
		"title": "Standard exception messages have unspecified encoding",
		"long_link": "https://cplusplus.github.io/LWG/issue4087",
		"link": "https://wg21.link/lwg4087",
		"section": "17.9.3 [exception]",
		"status": "SG16",
		"submitter": "Victor Zverovich",
		"opened": "2024-04-28",
		"last_modified": "2024-05-08",
		"github_url": "https://github.com/cplusplus/papers/issues/1895"
	},
	"LWG4088": {
		"type": "issue",
		"title": "println ignores the locale imbued in std::ostream",
		"long_link": "https://cplusplus.github.io/LWG/issue4088",
		"link": "https://wg21.link/lwg4088",
		"section": "31.7.6.3.5 [ostream.formatted.print]",
		"status": "WP",
		"submitter": "Jens Maurer",
		"opened": "2024-04-30",
		"last_modified": "2024-11-28"
	},
	"LWG4089": {
		"type": "issue",
		"title": "concat_view::iterator's iter_swap is overconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue4089",
		"link": "https://wg21.link/lwg4089",
		"section": "25.7.18.3 [range.concat.iterator]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2024-04-30",
		"last_modified": "2024-06-24"
	},
	"LWG4090": {
		"type": "issue",
		"title": "Underspecified use of locale facets for locale-dependent std::format",
		"long_link": "https://cplusplus.github.io/LWG/issue4090",
		"link": "https://wg21.link/lwg4090",
		"section": "28.5.2.2 [format.string.std]",
		"status": "WP",
		"submitter": "Jens Maurer",
		"opened": "2024-04-30",
		"last_modified": "2026-03-31",
		"github_url": "https://github.com/cplusplus/papers/issues/1893"
	},
	"LWG4091": {
		"type": "issue",
		"title": "concat_view rejects non-movable references",
		"long_link": "https://cplusplus.github.io/LWG/issue4091",
		"link": "https://wg21.link/lwg4091",
		"section": "25.7.18.2 [range.concat.view]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2024-05-01",
		"last_modified": "2024-06-24"
	},
	"LWG4092": {
		"type": "issue",
		"title": "The monotonic version of common_iterator::operator== is underconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue4092",
		"link": "https://wg21.link/lwg4092",
		"section": "24.5.5.1 [common.iterator], 24.5.5.6 [common.iter.cmp]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2024-05-01",
		"last_modified": "2024-07-21"
	},
	"LWG4093": {
		"type": "issue",
		"title": "ranges::fold_left_first_with_iter incorrectly constructs optional<U>",
		"long_link": "https://cplusplus.github.io/LWG/issue4093",
		"link": "https://wg21.link/lwg4093",
		"section": "26.6.18 [alg.fold]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2024-05-03",
		"last_modified": "2024-06-24"
	},
	"LWG4094": {
		"type": "issue",
		"title": "ranges::fold_meow is overconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue4094",
		"link": "https://wg21.link/lwg4094",
		"section": "26.6.18 [alg.fold]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2024-05-03",
		"last_modified": "2024-06-24"
	},
	"LWG4095": {
		"type": "issue",
		"title": "ranges::fold_meow should explicitly spell out the return type",
		"long_link": "https://cplusplus.github.io/LWG/issue4095",
		"link": "https://wg21.link/lwg4095",
		"section": "26.4 [algorithm.syn], 26.6.18 [alg.fold]",
		"status": "NAD",
		"submitter": "Hewill Kang",
		"opened": "2024-05-03",
		"last_modified": "2025-12-10"
	},
	"LWG4096": {
		"type": "issue",
		"title": "views::iota(views::iota(0)) should be rejected",
		"long_link": "https://cplusplus.github.io/LWG/issue4096",
		"link": "https://wg21.link/lwg4096",
		"section": "25.6.4.1 [range.iota.overview]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2024-05-08",
		"last_modified": "2024-07-08"
	},
	"LWG4097": {
		"type": "issue",
		"title": "views::reverse should be specialized for some view types",
		"long_link": "https://cplusplus.github.io/LWG/issue4097",
		"link": "https://wg21.link/lwg4097",
		"section": "25.7.21.1 [range.reverse.overview]",
		"status": "LEWG",
		"submitter": "Hewill Kang",
		"opened": "2024-05-09",
		"last_modified": "2024-06-24"
	},
	"LWG4098": {
		"type": "issue",
		"title": "views::adjacent<0> should reject non-forward ranges",
		"long_link": "https://cplusplus.github.io/LWG/issue4098",
		"link": "https://wg21.link/lwg4098",
		"section": "25.7.27.1 [range.adjacent.overview], 25.7.28.1 [range.adjacent.transform.overview]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2024-05-10",
		"last_modified": "2024-07-08"
	},
	"LWG4099": {
		"type": "issue",
		"title": "The simple case of views::as_rvalue and views::common are not strictly correct",
		"long_link": "https://cplusplus.github.io/LWG/issue4099",
		"link": "https://wg21.link/lwg4099",
		"section": "25.7.7.1 [range.as.rvalue.overview], 25.7.20.1 [range.common.overview]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2024-05-10",
		"last_modified": "2024-06-24"
	},
	"LWG4100": {
		"type": "issue",
		"title": "Default arguments and signatures of standard library non-member functions",
		"long_link": "https://cplusplus.github.io/LWG/issue4100",
		"link": "https://wg21.link/lwg4100",
		"section": "16.4.6.4 [global.functions]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2024-05-11",
		"last_modified": "2024-08-02"
	},
	"LWG4101": {
		"type": "issue",
		"title": "LWG 117 loses the sign for negative NaN on some architectures",
		"long_link": "https://cplusplus.github.io/LWG/issue4101",
		"link": "https://wg21.link/lwg4101",
		"section": "31.7.6.3.2 [ostream.inserters.arithmetic]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2024-05-10",
		"last_modified": "2024-05-15"
	},
	"LWG4102": {
		"type": "issue",
		"title": "string_view(Iter, Iter) constructor breaks existing code",
		"long_link": "https://cplusplus.github.io/LWG/issue4102",
		"link": "https://wg21.link/lwg4102",
		"section": "27.3.3.2 [string.view.cons]",
		"status": "New",
		"submitter": "Derek Zhang",
		"opened": "2024-05-14",
		"last_modified": "2024-08-02"
	},
	"LWG4103": {
		"type": "issue",
		"title": "ranges::unique_copy's constraints for the case where result is an input_iterator are not quite right",
		"long_link": "https://cplusplus.github.io/LWG/issue4103",
		"link": "https://wg21.link/lwg4103",
		"section": "26.7.9 [alg.unique]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2024-05-14",
		"last_modified": "2024-06-24"
	},
	"LWG4104": {
		"type": "issue",
		"title": "basic_const_iterator<volatile int*> is not a contiguous_iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue4104",
		"link": "https://wg21.link/lwg4104",
		"section": "24.5.3 [const.iterators]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2024-05-14",
		"last_modified": "2024-06-24"
	},
	"LWG4105": {
		"type": "issue",
		"title": "ranges::ends_with's Returns misses difference casting",
		"long_link": "https://cplusplus.github.io/LWG/issue4105",
		"link": "https://wg21.link/lwg4105",
		"section": "26.6.17 [alg.ends.with]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2024-05-17",
		"last_modified": "2024-07-08"
	},
	"LWG4106": {
		"type": "issue",
		"title": "basic_format_args should not be default-constructible",
		"long_link": "https://cplusplus.github.io/LWG/issue4106",
		"link": "https://wg21.link/lwg4106",
		"section": "28.5.8.3 [format.args]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2024-05-17",
		"last_modified": "2024-07-08"
	},
	"LWG4107": {
		"type": "issue",
		"title": "Map formatter may conflict with user-defined specializations of pair/tuple formatters",
		"long_link": "https://cplusplus.github.io/LWG/issue4107",
		"link": "https://wg21.link/lwg4107",
		"section": "28.5.7.4 [format.range.fmtmap]",
		"status": "New",
		"submitter": "Victor Zverovich",
		"opened": "2024-05-18",
		"last_modified": "2025-02-07"
	},
	"LWG4108": {
		"type": "issue",
		"title": "lazy_split_view should be sized_range when pattern is empty tiny-range",
		"long_link": "https://cplusplus.github.io/LWG/issue4108",
		"link": "https://wg21.link/lwg4108",
		"section": "25.7.16.2 [range.lazy.split.view], 25.7.17.2 [range.split.view]",
		"status": "SG9",
		"submitter": "Hewill Kang",
		"opened": "2024-05-23",
		"last_modified": "2024-08-02",
		"github_url": "https://github.com/cplusplus/papers/issues/2017"
	},
	"LWG4109": {
		"type": "issue",
		"title": "Instantiating templates in §[rand] with int8_t/uint8_t is undefined behavior",
		"long_link": "https://cplusplus.github.io/LWG/issue4109",
		"link": "https://wg21.link/lwg4109",
		"section": "29.5.3.1 [rand.req.genl]",
		"status": "Resolved",
		"submitter": "Peter Dimov",
		"opened": "2024-05-25",
		"last_modified": "2026-03-31"
	},
	"LWG4110": {
		"type": "issue",
		"title": "shared_ptr(nullptr_t, Deleter) is overconstrained, breaking some sensible deleters",
		"long_link": "https://cplusplus.github.io/LWG/issue4110",
		"link": "https://wg21.link/lwg4110",
		"section": "20.3.2.2.2 [util.smartptr.shared.const]",
		"status": "New",
		"submitter": "Louis Dionne",
		"opened": "2024-06-11",
		"last_modified": "2025-10-22"
	},
	"LWG4111": {
		"type": "issue",
		"title": "LWG 270 and ranges version of binary search algorithms",
		"long_link": "https://cplusplus.github.io/LWG/issue4111",
		"link": "https://wg21.link/lwg4111",
		"section": "26.8.4 [alg.binary.search], 26.8.1 [alg.sorting.general]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2024-06-18",
		"last_modified": "2024-06-24"
	},
	"LWG4112": {
		"type": "issue",
		"title": "has-arrow should required operator->() to be const-qualified",
		"long_link": "https://cplusplus.github.io/LWG/issue4112",
		"link": "https://wg21.link/lwg4112",
		"section": "25.5.2 [range.utility.helpers]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2024-06-22",
		"last_modified": "2024-11-28"
	},
	"LWG4113": {
		"type": "issue",
		"title": "Disallow has_unique_object_representations<Incomplete[]>",
		"long_link": "https://cplusplus.github.io/LWG/issue4113",
		"link": "https://wg21.link/lwg4113",
		"section": "21.3.6.4 [meta.unary.prop]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2024-06-25",
		"last_modified": "2024-11-28"
	},
	"LWG4114": {
		"type": "issue",
		"title": "elements_view::iterator::operator* missing conditional noexcept specification",
		"long_link": "https://cplusplus.github.io/LWG/issue4114",
		"link": "https://wg21.link/lwg4114",
		"section": "25.7.23.3 [range.elements.iterator]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2024-07-02",
		"last_modified": "2024-08-02"
	},
	"LWG4115": {
		"type": "issue",
		"title": "move_iterator::operator* should have conditional noexcept specification",
		"long_link": "https://cplusplus.github.io/LWG/issue4115",
		"link": "https://wg21.link/lwg4115",
		"section": "24.5.4.6 [move.iter.elem]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2024-07-03",
		"last_modified": "2024-08-02"
	},
	"LWG4116": {
		"type": "issue",
		"title": "enumerate_view::iterator and cartesian_product_view::iterator should not always provide iterator_category",
		"long_link": "https://cplusplus.github.io/LWG/issue4116",
		"link": "https://wg21.link/lwg4116",
		"section": "25.7.24.3 [range.enumerate.iterator], 25.7.33.3 [range.cartesian.iterator]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2024-07-07",
		"last_modified": "2025-10-21"
	},
	"LWG4117": {
		"type": "issue",
		"title": "generator::iterator should provide iterator_concept",
		"long_link": "https://cplusplus.github.io/LWG/issue4117",
		"link": "https://wg21.link/lwg4117",
		"section": "25.8.6 [coro.generator.iterator]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2024-07-07",
		"last_modified": "2024-08-02"
	},
	"LWG4118": {
		"type": "issue",
		"title": "How should duration formatters format custom rep types?",
		"long_link": "https://cplusplus.github.io/LWG/issue4118",
		"link": "https://wg21.link/lwg4118",
		"section": "30.12 [time.format]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2024-07-08",
		"last_modified": "2024-07-31"
	},
	"LWG4119": {
		"type": "issue",
		"title": "generator::promise_type::yield_value(ranges::elements_of<R, Alloc>)'s nested generator may be ill-formed",
		"long_link": "https://cplusplus.github.io/LWG/issue4119",
		"link": "https://wg21.link/lwg4119",
		"section": "25.8.5 [coro.generator.promise]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2024-07-11",
		"last_modified": "2024-11-28"
	},
	"LWG4120": {
		"type": "issue",
		"title": "move_iterator should provide iterator_category only when it models forward_iterator",
		"long_link": "https://cplusplus.github.io/LWG/issue4120",
		"link": "https://wg21.link/lwg4120",
		"section": "24.5.4.2 [move.iterator]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2024-07-12",
		"last_modified": "2024-08-31"
	},
	"LWG4121": {
		"type": "issue",
		"title": "ranges::to constructs associative containers via c.emplace(c.end(), *it)",
		"long_link": "https://cplusplus.github.io/LWG/issue4121",
		"link": "https://wg21.link/lwg4121",
		"section": "25.5.7.1 [range.utility.conv.general]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2024-07-16",
		"last_modified": "2025-03-17"
	},
	"LWG4122": {
		"type": "issue",
		"title": "Ill-formed operator<=> can cause hard error when instantiating std::inplace_vector",
		"long_link": "https://cplusplus.github.io/LWG/issue4122",
		"link": "https://wg21.link/lwg4122",
		"section": "23.3.16.1 [inplace.vector.overview]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2024-07-20",
		"last_modified": "2026-03-31"
	},
	"LWG4123": {
		"type": "issue",
		"title": "Container effects use \"the assignment operator or move assignment operator\"",
		"long_link": "https://cplusplus.github.io/LWG/issue4123",
		"link": "https://wg21.link/lwg4123",
		"section": "23.3.5.4 [deque.modifiers], 23.3.13.5 [vector.modifiers], 23.3.16.5 [inplace.vector.modifiers]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2024-07-25",
		"last_modified": "2024-12-06"
	},
	"LWG4124": {
		"type": "issue",
		"title": "Cannot format zoned_time with resolution coarser than seconds",
		"long_link": "https://cplusplus.github.io/LWG/issue4124",
		"link": "https://wg21.link/lwg4124",
		"section": "30.12 [time.format]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2024-07-26",
		"last_modified": "2024-11-28"
	},
	"LWG4125": {
		"type": "issue",
		"title": "move_iterator's default constructor should be constrained",
		"long_link": "https://cplusplus.github.io/LWG/issue4125",
		"link": "https://wg21.link/lwg4125",
		"section": "24.5.4.2 [move.iterator], 24.5.4.4 [move.iter.cons]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2024-07-22",
		"last_modified": "2025-02-07"
	},
	"LWG4126": {
		"type": "issue",
		"title": "Some feature-test macros for fully freestanding features are not yet marked freestanding",
		"long_link": "https://cplusplus.github.io/LWG/issue4126",
		"link": "https://wg21.link/lwg4126",
		"section": "17.3.2 [version.syn]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2024-07-24",
		"last_modified": "2024-11-28"
	},
	"LWG4127": {
		"type": "issue",
		"title": "The Standard Library should not use predicates of the form pred(*i) != false",
		"long_link": "https://cplusplus.github.io/LWG/issue4127",
		"link": "https://wg21.link/lwg4127",
		"section": "22.10.18.3 [func.search.bm], 22.10.18.4 [func.search.bmh], 23.2.7.1 [associative.reqmts.general], 23.3.11.5 [list.ops], 26.6.6 [alg.find], 26.6.9 [alg.find.first.of], 26.6.10 [alg.adjacent.find], 26.6.11 [alg.count], 26.6.12 [alg.mismatch], 26.6.15 [alg.search], 26.8.1 [alg.sorting.general]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2024-07-25",
		"last_modified": "2024-08-05"
	},
	"LWG4128": {
		"type": "issue",
		"title": "Allocator requirements should not allow rebinding conversions to be explicit",
		"long_link": "https://cplusplus.github.io/LWG/issue4128",
		"link": "https://wg21.link/lwg4128",
		"section": "16.4.4.6.1 [allocator.requirements.general]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2024-08-02",
		"last_modified": "2024-08-21"
	},
	"LWG4129": {
		"type": "issue",
		"title": "Possibly incorrect wording for data race avoidance",
		"long_link": "https://cplusplus.github.io/LWG/issue4129",
		"link": "https://wg21.link/lwg4129",
		"section": "16.4.6.10 [res.on.data.races]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2024-07-30",
		"last_modified": "2025-10-14"
	},
	"LWG4130": {
		"type": "issue",
		"title": "Preconditions for std::launder might be overly strict",
		"long_link": "https://cplusplus.github.io/LWG/issue4130",
		"link": "https://wg21.link/lwg4130",
		"section": "17.6.5 [ptr.launder]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2024-07-30",
		"last_modified": "2026-03-31",
		"github_url": "https://github.com/cplusplus/papers/issues/2053"
	},
	"LWG4131": {
		"type": "issue",
		"title": "Including <optional> doesn't provide std::begin/end",
		"long_link": "https://cplusplus.github.io/LWG/issue4131",
		"link": "https://wg21.link/lwg4131",
		"section": "24.7 [iterator.range]",
		"status": "Resolved",
		"submitter": "Hewill Kang",
		"opened": "2024-08-02",
		"last_modified": "2025-11-11"
	},
	"LWG4132": {
		"type": "issue",
		"title": "Throws specifications need to include boolean-testable operations",
		"long_link": "https://cplusplus.github.io/LWG/issue4132",
		"link": "https://wg21.link/lwg4132",
		"section": "23.2.7.1 [associative.reqmts.general], 23.3.11.5 [list.ops], 23.3.7.6 [forward.list.ops]",
		"status": "New",
		"submitter": "Daniel Krügler",
		"opened": "2024-08-03",
		"last_modified": "2024-10-02"
	},
	"LWG4133": {
		"type": "issue",
		"title": "awaitable-receiver's members are potentially throwing",
		"long_link": "https://cplusplus.github.io/LWG/issue4133",
		"link": "https://wg21.link/lwg4133",
		"section": "33.13.1 [exec.as.awaitable]",
		"status": "WP",
		"submitter": "Eric Niebler",
		"opened": "2024-07-30",
		"last_modified": "2026-03-31"
	},
	"LWG4134": {
		"type": "issue",
		"title": "Issue with Philox algorithm specification",
		"long_link": "https://cplusplus.github.io/LWG/issue4134",
		"link": "https://wg21.link/lwg4134",
		"section": "29.5.4.5 [rand.eng.philox]",
		"status": "WP",
		"submitter": "Ilya A. Burylov",
		"opened": "2024-08-06",
		"last_modified": "2024-11-28"
	},
	"LWG4135": {
		"type": "issue",
		"title": "The helper lambda of std::erase for list should specify return type as bool",
		"long_link": "https://cplusplus.github.io/LWG/issue4135",
		"link": "https://wg21.link/lwg4135",
		"section": "23.3.7.7 [forward.list.erasure], 23.3.11.6 [list.erasure]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2024-08-07",
		"last_modified": "2024-11-28"
	},
	"LWG4136": {
		"type": "issue",
		"title": "Specify behavior of [linalg] Hermitian algorithms on diagonal with nonzero imaginary part",
		"long_link": "https://cplusplus.github.io/LWG/issue4136",
		"link": "https://wg21.link/lwg4136",
		"section": "29.9.3 [linalg.general]",
		"status": "WP",
		"submitter": "Mark Hoemmen",
		"opened": "2024-08-09",
		"last_modified": "2025-11-11"
	},
	"LWG4137": {
		"type": "issue",
		"title": "Fix Mandates, Preconditions, and Complexity elements of [linalg] algorithms",
		"long_link": "https://cplusplus.github.io/LWG/issue4137",
		"link": "https://wg21.link/lwg4137",
		"section": "29.9.14 [linalg.algs.blas2], 29.9.15 [linalg.algs.blas3]",
		"status": "WP",
		"submitter": "Mark Hoemmen",
		"opened": "2024-08-08",
		"last_modified": "2025-11-11"
	},
	"LWG4138": {
		"type": "issue",
		"title": "is_within_lifetime should mandate is_object",
		"long_link": "https://cplusplus.github.io/LWG/issue4138",
		"link": "https://wg21.link/lwg4138",
		"section": "21.3.12 [meta.const.eval]",
		"status": "New",
		"submitter": "Corentin",
		"opened": "2024-08-09",
		"last_modified": "2025-10-14"
	},
	"LWG4139": {
		"type": "issue",
		"title": "§[time.zone.leap] recursive constraint in <=>",
		"long_link": "https://cplusplus.github.io/LWG/issue4139",
		"link": "https://wg21.link/lwg4139",
		"section": "30.11.8 [time.zone.leap]",
		"status": "New",
		"submitter": "Corentin",
		"opened": "2024-08-18",
		"last_modified": "2024-08-21"
	},
	"LWG4140": {
		"type": "issue",
		"title": "Useless default constructors for bit reference types",
		"long_link": "https://cplusplus.github.io/LWG/issue4140",
		"link": "https://wg21.link/lwg4140",
		"section": "22.9.2.1 [template.bitset.general], 23.3.14.1 [vector.bool.pspc]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2024-08-21",
		"last_modified": "2024-11-28"
	},
	"LWG4141": {
		"type": "issue",
		"title": "Improve prohibitions on \"additional storage\"",
		"long_link": "https://cplusplus.github.io/LWG/issue4141",
		"link": "https://wg21.link/lwg4141",
		"section": "22.5.3.1 [optional.optional.general], 22.6.3.1 [variant.variant.general], 22.8.6.1 [expected.object.general], 22.8.7.1 [expected.void.general]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2024-08-22",
		"last_modified": "2024-11-28"
	},
	"LWG4142": {
		"type": "issue",
		"title": "format_parse_context::check_dynamic_spec should require at least one type",
		"long_link": "https://cplusplus.github.io/LWG/issue4142",
		"link": "https://wg21.link/lwg4142",
		"section": "28.5.6.6 [format.parse.ctx]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2024-08-28",
		"last_modified": "2024-11-28"
	},
	"LWG4143": {
		"type": "issue",
		"title": "execution::set_value/set_error/set_stopped/start should always return void",
		"long_link": "https://cplusplus.github.io/LWG/issue4143",
		"link": "https://wg21.link/lwg4143",
		"section": "33.7.2 [exec.set.value], 33.7.3 [exec.set.error], 33.7.4 [exec.set.stopped], 33.8.2 [exec.opstate.start]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2024-08-20",
		"last_modified": "2026-03-31"
	},
	"LWG4144": {
		"type": "issue",
		"title": "Disallow unique_ptr<T&, D>",
		"long_link": "https://cplusplus.github.io/LWG/issue4144",
		"link": "https://wg21.link/lwg4144",
		"section": "20.3.1.3.1 [unique.ptr.single.general]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2024-08-30",
		"last_modified": "2024-11-28"
	},
	"LWG4145": {
		"type": "issue",
		"title": "Unclear how [res.on.data.races] apply to templated functions",
		"long_link": "https://cplusplus.github.io/LWG/issue4145",
		"link": "https://wg21.link/lwg4145",
		"section": "16.4.6.10 [res.on.data.races]",
		"status": "New",
		"submitter": "Tim Song",
		"opened": "2024-08-22",
		"last_modified": "2024-10-02"
	},
	"LWG4146": {
		"type": "issue",
		"title": "§[format.formatter.spec]/3 unconditionally enables nonlocking for container adaptors",
		"long_link": "https://cplusplus.github.io/LWG/issue4146",
		"link": "https://wg21.link/lwg4146",
		"section": "28.5.6.4 [format.formatter.spec], 23.6.13 [container.adaptors.format]",
		"status": "Resolved",
		"submitter": "Casey Carter",
		"opened": "2024-08-31",
		"last_modified": "2026-02-27"
	},
	"LWG4147": {
		"type": "issue",
		"title": "Precondition on inplace_vector::emplace",
		"long_link": "https://cplusplus.github.io/LWG/issue4147",
		"link": "https://wg21.link/lwg4147",
		"section": "23.2.4 [sequence.reqmts]",
		"status": "WP",
		"submitter": "Arthur O'Dwyer",
		"opened": "2024-08-26",
		"last_modified": "2024-11-28"
	},
	"LWG4148": {
		"type": "issue",
		"title": "unique_ptr::operator* should not allow dangling references",
		"long_link": "https://cplusplus.github.io/LWG/issue4148",
		"link": "https://wg21.link/lwg4148",
		"section": "20.3.1.3.5 [unique.ptr.single.observers]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2024-09-02",
		"last_modified": "2024-11-28"
	},
	"LWG4149": {
		"type": "issue",
		"title": "User defined macros without standard headers (294 redux)",
		"long_link": "https://cplusplus.github.io/LWG/issue4149",
		"link": "https://wg21.link/lwg4149",
		"section": "16.4.5.3.3 [macro.names]",
		"status": "Resolved",
		"submitter": "Jonathan Wakely",
		"opened": "2024-09-05",
		"last_modified": "2025-10-14"
	},
	"LWG4150": {
		"type": "issue",
		"title": "The preconditions on run_loop::run() are too strict",
		"long_link": "https://cplusplus.github.io/LWG/issue4150",
		"link": "https://wg21.link/lwg4150",
		"section": "33.12.1.4 [exec.run.loop.members]",
		"status": "Resolved",
		"submitter": "Eric Niebler",
		"opened": "2024-09-05",
		"last_modified": "2025-02-07"
	},
	"LWG4151": {
		"type": "issue",
		"title": "Precondition of inplace_vector::swap",
		"long_link": "https://cplusplus.github.io/LWG/issue4151",
		"link": "https://wg21.link/lwg4151",
		"section": "23.3.16.5 [inplace.vector.modifiers]",
		"status": "WP",
		"submitter": "Arthur O'Dwyer",
		"opened": "2024-09-07",
		"last_modified": "2026-03-31"
	},
	"LWG4152": {
		"type": "issue",
		"title": "The primary template of std::char_traits is totally underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue4152",
		"link": "https://wg21.link/lwg4152",
		"section": "27.2.2 [char.traits.require]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2024-09-08",
		"last_modified": "2025-02-07"
	},
	"LWG4153": {
		"type": "issue",
		"title": "Fix extra \"-1\" for philox_engine::max()",
		"long_link": "https://cplusplus.github.io/LWG/issue4153",
		"link": "https://wg21.link/lwg4153",
		"section": "29.5.4.5 [rand.eng.philox]",
		"status": "WP",
		"submitter": "Ruslan Arutyunyan",
		"opened": "2024-09-18",
		"last_modified": "2024-11-28"
	},
	"LWG4154": {
		"type": "issue",
		"title": "The Mandates for std::packaged_task's constructor from a callable entity should consider decaying",
		"long_link": "https://cplusplus.github.io/LWG/issue4154",
		"link": "https://wg21.link/lwg4154",
		"section": "32.10.10.2 [futures.task.members]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2024-09-18",
		"last_modified": "2024-11-28"
	},
	"LWG4155": {
		"type": "issue",
		"title": "Cpp17NullablePointer should require that some expression can be contextually converted to bool",
		"long_link": "https://cplusplus.github.io/LWG/issue4155",
		"link": "https://wg21.link/lwg4155",
		"section": "16.4.4.4 [nullablepointer.requirements]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2024-09-18",
		"last_modified": "2024-10-02"
	},
	"LWG4156": {
		"type": "issue",
		"title": "error_category messages have unspecified encoding",
		"long_link": "https://cplusplus.github.io/LWG/issue4156",
		"link": "https://wg21.link/lwg4156",
		"section": "19.5.3.2 [syserr.errcat.virtuals]",
		"status": "SG16",
		"submitter": "Victor Zverovich",
		"opened": "2024-09-18",
		"last_modified": "2025-03-12",
		"github_url": "https://github.com/cplusplus/papers/issues/2236"
	},
	"LWG4157": {
		"type": "issue",
		"title": "The resolution of LWG3465 was damaged by P2167R3",
		"long_link": "https://cplusplus.github.io/LWG/issue4157",
		"link": "https://wg21.link/lwg4157",
		"section": "17.12.6 [cmp.alg]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2024-09-18",
		"last_modified": "2024-11-28",
		"papers": [
			"P2167R3"
		]
	},
	"LWG4158": {
		"type": "issue",
		"title": "packaged_task::operator= should abandon its shared state",
		"long_link": "https://cplusplus.github.io/LWG/issue4158",
		"link": "https://wg21.link/lwg4158",
		"section": "32.10.10.2 [futures.task.members]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2024-09-19",
		"last_modified": "2024-10-03",
		"github_url": "https://github.com/cplusplus/papers/issues/2054"
	},
	"LWG4159": {
		"type": "issue",
		"title": "Uses-allocator construction mechanisms should be opted out for node handles",
		"long_link": "https://cplusplus.github.io/LWG/issue4159",
		"link": "https://wg21.link/lwg4159",
		"section": "23.2.5 [container.node], 20.2.8.1 [allocator.uses.trait]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2024-09-21",
		"last_modified": "2024-10-09"
	},
	"LWG4160": {
		"type": "issue",
		"title": "packaged_task should reject rvalue reference return types",
		"long_link": "https://cplusplus.github.io/LWG/issue4160",
		"link": "https://wg21.link/lwg4160",
		"section": "32.10.10.1 [futures.task.general]",
		"status": "New",
		"submitter": "Casey Carter",
		"opened": "2024-09-28",
		"last_modified": "2025-02-07"
	},
	"LWG4161": {
		"type": "issue",
		"title": "Some free functions don't automatically work for program-defined std::complex<NonFloatingPoint>",
		"long_link": "https://cplusplus.github.io/LWG/issue4161",
		"link": "https://wg21.link/lwg4161",
		"section": "29.4 [complex.numbers]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2024-09-29",
		"last_modified": "2025-02-07"
	},
	"LWG4162": {
		"type": "issue",
		"title": "Worst time complexity of non-parallel versions of nth_element is underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue4162",
		"link": "https://wg21.link/lwg4162",
		"section": "26.8.3 [alg.nth.element]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2024-09-29",
		"last_modified": "2024-10-09"
	},
	"LWG4163": {
		"type": "issue",
		"title": "Can the overload of std::num_get::do_get for bool call the overload for long?",
		"long_link": "https://cplusplus.github.io/LWG/issue4163",
		"link": "https://wg21.link/lwg4163",
		"section": "28.3.4.3.2.3 [facet.num.get.virtuals]",
		"status": "NAD",
		"submitter": "Jiang An",
		"opened": "2024-09-29",
		"last_modified": "2025-12-10"
	},
	"LWG4164": {
		"type": "issue",
		"title": "Missing guarantees for forward_list modifiers",
		"long_link": "https://cplusplus.github.io/LWG/issue4164",
		"link": "https://wg21.link/lwg4164",
		"section": "23.3.7.5 [forward.list.modifiers]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2024-10-05",
		"last_modified": "2024-11-28"
	},
	"LWG4165": {
		"type": "issue",
		"title": "Should swapping a built-in array or std::array with itself result in UB?",
		"long_link": "https://cplusplus.github.io/LWG/issue4165",
		"link": "https://wg21.link/lwg4165",
		"section": "18.4.9 [concept.swappable], 22.2.2 [utility.swap], 23.3.3.3 [array.members]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2024-10-13",
		"last_modified": "2025-06-13"
	},
	"LWG4166": {
		"type": "issue",
		"title": "concat_view::end() should be more constrained in order to support noncopyable iterators",
		"long_link": "https://cplusplus.github.io/LWG/issue4166",
		"link": "https://wg21.link/lwg4166",
		"section": "25.7.18.2 [range.concat.view]",
		"status": "WP",
		"submitter": "Yaito Kakeyama & Nana Sakisaka",
		"opened": "2024-10-13",
		"last_modified": "2025-11-11"
	},
	"LWG4167": {
		"type": "issue",
		"title": "Use of \"smaller\" and \"larger\" in min, max, and minmax is unclear",
		"long_link": "https://cplusplus.github.io/LWG/issue4167",
		"link": "https://wg21.link/lwg4167",
		"section": "26.8.9 [alg.min.max]",
		"status": "New",
		"submitter": "Casey Carter",
		"opened": "2024-10-20",
		"last_modified": "2025-06-13"
	},
	"LWG4168": {
		"type": "issue",
		"title": "std::start_lifetime_as inadvertently has undefined behavior due to use of std::bit_cast",
		"long_link": "https://cplusplus.github.io/LWG/issue4168",
		"link": "https://wg21.link/lwg4168",
		"section": "20.2.6 [obj.lifetime]",
		"status": "New",
		"submitter": "Jan Schultke",
		"opened": "2024-10-23",
		"last_modified": "2025-10-22"
	},
	"LWG4169": {
		"type": "issue",
		"title": "std::atomic<T>'s default constructor should be constrained",
		"long_link": "https://cplusplus.github.io/LWG/issue4169",
		"link": "https://wg21.link/lwg4169",
		"section": "32.5.8.2 [atomics.types.operations]",
		"status": "WP",
		"submitter": "Giuseppe D'Angelo",
		"opened": "2024-10-15",
		"last_modified": "2024-11-28"
	},
	"LWG4170": {
		"type": "issue",
		"title": "contiguous_iterator should require to_address(I{})",
		"long_link": "https://cplusplus.github.io/LWG/issue4170",
		"link": "https://wg21.link/lwg4170",
		"section": "24.3.4.14 [iterator.concept.contiguous]",
		"status": "WP",
		"submitter": "Casey Carter",
		"opened": "2024-11-01",
		"last_modified": "2024-11-28"
	},
	"LWG4171": {
		"type": "issue",
		"title": "P2609R3 breaks code that uses views::zip and get<T>",
		"long_link": "https://cplusplus.github.io/LWG/issue4171",
		"link": "https://wg21.link/lwg4171",
		"section": "24.3.6.3 [indirectcallable.indirectinvocable]",
		"status": "NAD",
		"submitter": "S. B. Tam",
		"opened": "2024-11-01",
		"last_modified": "2025-12-10",
		"papers": [
			"P2609R3"
		]
	},
	"LWG4172": {
		"type": "issue",
		"title": "unique_lock self-move-assignment is broken",
		"long_link": "https://cplusplus.github.io/LWG/issue4172",
		"link": "https://wg21.link/lwg4172",
		"section": "32.6.5.4.2 [thread.lock.unique.cons], 32.6.5.5.2 [thread.lock.shared.cons]",
		"status": "WP",
		"submitter": "Casey Carter",
		"opened": "2024-11-13",
		"last_modified": "2025-02-16"
	},
	"LWG4173": {
		"type": "issue",
		"title": "Better term for \"references, pointers and iterators to elements\"",
		"long_link": "https://cplusplus.github.io/LWG/issue4173",
		"link": "https://wg21.link/lwg4173",
		"section": "23 [containers]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2024-11-21",
		"last_modified": "2025-02-07"
	},
	"LWG4174": {
		"type": "issue",
		"title": "How does [atomics.order] p3 apply when then modification is an initialization?",
		"long_link": "https://cplusplus.github.io/LWG/issue4174",
		"link": "https://wg21.link/lwg4174",
		"section": "32.5.4 [atomics.order]",
		"status": "SG1",
		"submitter": "jim x",
		"opened": "2024-11-13",
		"last_modified": "2025-02-07",
		"github_url": "https://github.com/cplusplus/papers/issues/2234"
	},
	"LWG4175": {
		"type": "issue",
		"title": "get_env() specified in terms of as_const() but this doesn't work with rvalue senders",
		"long_link": "https://cplusplus.github.io/LWG/issue4175",
		"link": "https://wg21.link/lwg4175",
		"section": "33.5.2 [exec.get.allocator], 33.5.3 [exec.get.stop.token], 33.5.4 [exec.get.env], 33.5.5 [exec.get.domain], 33.5.6 [exec.get.scheduler], 33.5.7 [exec.get.delegation.scheduler], 33.5.8 [exec.get.fwd.progress], 33.5.9 [exec.get.compl.sched]",
		"status": "WP",
		"submitter": "Lewis Baker",
		"opened": "2024-11-10",
		"last_modified": "2025-02-16"
	},
	"LWG4176": {
		"type": "issue",
		"title": "Refer back to container requirements when extending them",
		"long_link": "https://cplusplus.github.io/LWG/issue4176",
		"link": "https://wg21.link/lwg4176",
		"section": "23 [containers]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2024-11-22",
		"last_modified": "2025-02-07"
	},
	"LWG4177": {
		"type": "issue",
		"title": "§[atomics.order] p8 \"circularly depend on their own computation\" is unclear for loop",
		"long_link": "https://cplusplus.github.io/LWG/issue4177",
		"link": "https://wg21.link/lwg4177",
		"section": "32.5.4 [atomics.order]",
		"status": "SG1",
		"submitter": "jim x",
		"opened": "2024-11-29",
		"last_modified": "2025-02-07",
		"github_url": "https://github.com/cplusplus/papers/issues/2235"
	},
	"LWG4178": {
		"type": "issue",
		"title": "writable is no longer a term of power",
		"long_link": "https://cplusplus.github.io/LWG/issue4178",
		"link": "https://wg21.link/lwg4178",
		"section": "24.3.1 [iterator.requirements.general], 24.3.5.1 [iterator.cpp17.general], 26.7.5 [alg.replace], 26.7.6 [alg.fill], 26.7.8 [alg.remove], 26.7.9 [alg.unique], 26.7.12 [alg.random.sample], 26.8.2.4 [partial.sort.copy], 26.8.5 [alg.partitions], 26.10.7 [partial.sum], 26.10.12 [adjacent.difference], 29.5.8.1 [rand.util.seedseq]",
		"status": "NAD Editorial",
		"submitter": "Alisdair Meredith",
		"opened": "2024-11-27",
		"last_modified": "2024-12-04"
	},
	"LWG4179": {
		"type": "issue",
		"title": "Wrong range in [alg.search]",
		"long_link": "https://cplusplus.github.io/LWG/issue4179",
		"link": "https://wg21.link/lwg4179",
		"section": "26.6.15 [alg.search]",
		"status": "WP",
		"submitter": "Oscar Slotosch",
		"opened": "2024-12-05",
		"last_modified": "2025-02-16"
	},
	"LWG4180": {
		"type": "issue",
		"title": "Inconsistent constraints on flat_foo::emplace",
		"long_link": "https://cplusplus.github.io/LWG/issue4180",
		"link": "https://wg21.link/lwg4180",
		"section": "23.6.12.5 [flat.multiset.modifiers], 23.6.8.7 [flat.map.modifiers]",
		"status": "New",
		"submitter": "Arthur O'Dwyer",
		"opened": "2024-12-09",
		"last_modified": "2025-02-07"
	},
	"LWG4181": {
		"type": "issue",
		"title": "Some ranges have negative ssize",
		"long_link": "https://cplusplus.github.io/LWG/issue4181",
		"link": "https://wg21.link/lwg4181",
		"section": "24.7 [iterator.range], 25.3.11 [range.prim.ssize]",
		"status": "New",
		"submitter": "Casey Carter",
		"opened": "2024-12-13",
		"last_modified": "2025-02-07"
	},
	"LWG4182": {
		"type": "issue",
		"title": "Definition of NULL is too broad",
		"long_link": "https://cplusplus.github.io/LWG/issue4182",
		"link": "https://wg21.link/lwg4182",
		"section": "17.2.3 [support.types.nullptr]",
		"status": "New",
		"submitter": "Janet Cobb",
		"opened": "2024-12-09",
		"last_modified": "2025-02-07"
	},
	"LWG4183": {
		"type": "issue",
		"title": "subrange should provide data()",
		"long_link": "https://cplusplus.github.io/LWG/issue4183",
		"link": "https://wg21.link/lwg4183",
		"section": "25.5.4.1 [range.subrange.general], 25.5.4.1 [range.subrange.general]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2024-12-16",
		"last_modified": "2025-02-07"
	},
	"LWG4184": {
		"type": "issue",
		"title": "Domain of ranges::cmeow doesn't match ranges::meow",
		"long_link": "https://cplusplus.github.io/LWG/issue4184",
		"link": "https://wg21.link/lwg4184",
		"section": "25.3 [range.access]",
		"status": "NAD",
		"submitter": "Hewill Kang",
		"opened": "2024-12-17",
		"last_modified": "2025-12-10"
	},
	"LWG4185": {
		"type": "issue",
		"title": "Ill-formed, no diagnostic required on runtime behavior",
		"long_link": "https://cplusplus.github.io/LWG/issue4185",
		"link": "https://wg21.link/lwg4185",
		"section": "29.9.7 [linalg.helpers], 18.4.9 [concept.swappable], 24.3.3.2 [iterator.cust.swap]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2024-12-18",
		"last_modified": "2025-02-07"
	},
	"LWG4186": {
		"type": "issue",
		"title": "regex_traits::transform_primary mistakenly detects typeid of a function",
		"long_link": "https://cplusplus.github.io/LWG/issue4186",
		"link": "https://wg21.link/lwg4186",
		"section": "28.6.6 [re.traits]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2024-12-18",
		"last_modified": "2025-02-16"
	},
	"LWG4187": {
		"type": "issue",
		"title": "bitset::reference should be const-assignable",
		"long_link": "https://cplusplus.github.io/LWG/issue4187",
		"link": "https://wg21.link/lwg4187",
		"section": "22.9.2 [template.bitset]",
		"status": "Resolved",
		"submitter": "Arthur O'Dwyer",
		"opened": "2024-12-21",
		"last_modified": "2025-11-11"
	},
	"LWG4188": {
		"type": "issue",
		"title": "ostream::sentry destructor should handle exceptions",
		"long_link": "https://cplusplus.github.io/LWG/issue4188",
		"link": "https://wg21.link/lwg4188",
		"section": "31.7.6.2.4 [ostream.sentry]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2025-01-14",
		"last_modified": "2025-06-23"
	},
	"LWG4189": {
		"type": "issue",
		"title": "cache_latest_view should be freestanding",
		"long_link": "https://cplusplus.github.io/LWG/issue4189",
		"link": "https://wg21.link/lwg4189",
		"section": "17.3.2 [version.syn], 25.2 [ranges.syn]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2024-12-23",
		"last_modified": "2025-02-16"
	},
	"LWG4190": {
		"type": "issue",
		"title": "Specification of completion-signatures-for in [exec.snd.expos]/p39 is recursive",
		"long_link": "https://cplusplus.github.io/LWG/issue4190",
		"link": "https://wg21.link/lwg4190",
		"section": "33.9.2 [exec.snd.expos]",
		"status": "Resolved",
		"submitter": "Eric Niebler",
		"opened": "2025-01-02",
		"last_modified": "2026-04-01"
	},
	"LWG4191": {
		"type": "issue",
		"title": "P1467 changed the return type of pow(complex<float>, int)",
		"long_link": "https://cplusplus.github.io/LWG/issue4191",
		"link": "https://wg21.link/lwg4191",
		"section": "29.4.10 [cmplx.over]",
		"status": "WP",
		"submitter": "Tim Song",
		"opened": "2025-01-10",
		"last_modified": "2025-02-16",
		"papers": [
			"P1467"
		]
	},
	"LWG4192": {
		"type": "issue",
		"title": "§[ios.base.cons] ios_base members may not have indeterminate values after construction",
		"long_link": "https://cplusplus.github.io/LWG/issue4192",
		"link": "https://wg21.link/lwg4192",
		"section": "31.5.2.8 [ios.base.cons], 31.5.2.4 [ios.base.locales]",
		"status": "New",
		"submitter": "S. B. Tam",
		"opened": "2025-01-12",
		"last_modified": "2025-02-07"
	},
	"LWG4193": {
		"type": "issue",
		"title": "§[time.zone.db] the specification uses the undefined term \"thread-safe\"",
		"long_link": "https://cplusplus.github.io/LWG/issue4193",
		"link": "https://wg21.link/lwg4193",
		"section": "30.11.2 [time.zone.db]",
		"status": "New",
		"submitter": "S. B. Tam",
		"opened": "2025-01-16",
		"last_modified": "2025-02-07"
	},
	"LWG4194": {
		"type": "issue",
		"title": "atomic<void*> should use generic class template",
		"long_link": "https://cplusplus.github.io/LWG/issue4194",
		"link": "https://wg21.link/lwg4194",
		"section": "32.5.8.5 [atomics.types.pointer]",
		"status": "NAD",
		"submitter": "Gonzalo Brito",
		"opened": "2025-01-16",
		"last_modified": "2025-12-10"
	},
	"LWG4195": {
		"type": "issue",
		"title": "expected<int, int> isn't specified to be trivially assignable",
		"long_link": "https://cplusplus.github.io/LWG/issue4195",
		"link": "https://wg21.link/lwg4195",
		"section": "22.8.6.4 [expected.object.assign], 22.8.7.4 [expected.void.assign]",
		"status": "Dup",
		"submitter": "Barry Revzin",
		"opened": "2025-01-21",
		"last_modified": "2026-01-29"
	},
	"LWG4196": {
		"type": "issue",
		"title": "Complexity of inplace_merge() is incorrect",
		"long_link": "https://cplusplus.github.io/LWG/issue4196",
		"link": "https://wg21.link/lwg4196",
		"section": "26.8.6 [alg.merge]",
		"status": "WP",
		"submitter": "Stephen Howe",
		"opened": "2025-01-22",
		"last_modified": "2025-02-16"
	},
	"LWG4197": {
		"type": "issue",
		"title": "Complexity of std::visit with immediate functions",
		"long_link": "https://cplusplus.github.io/LWG/issue4197",
		"link": "https://wg21.link/lwg4197",
		"section": "22.6.7 [variant.visit]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2025-01-26",
		"last_modified": "2025-01-30"
	},
	"LWG4198": {
		"type": "issue",
		"title": "schedule_from isn't starting the schedule sender if decay-copying results throws",
		"long_link": "https://cplusplus.github.io/LWG/issue4198",
		"link": "https://wg21.link/lwg4198",
		"section": "33.9.12.7 [exec.schedule.from]",
		"status": "WP",
		"submitter": "Eric Niebler",
		"opened": "2025-02-03",
		"last_modified": "2025-06-23"
	},
	"LWG4199": {
		"type": "issue",
		"title": "constraints on user customizations of standard sender algorithms are incorrectly specified",
		"long_link": "https://cplusplus.github.io/LWG/issue4199",
		"link": "https://wg21.link/lwg4199",
		"section": "33.9.1 [exec.snd.general]",
		"status": "New",
		"submitter": "Eric Niebler",
		"opened": "2025-02-03",
		"last_modified": "2025-02-07"
	},
	"LWG4200": {
		"type": "issue",
		"title": "The operation_state concept can be simplified",
		"long_link": "https://cplusplus.github.io/LWG/issue4200",
		"link": "https://wg21.link/lwg4200",
		"section": "33.8.1 [exec.opstate.general]",
		"status": "WP",
		"submitter": "Eric Niebler",
		"opened": "2025-02-03",
		"last_modified": "2025-06-23"
	},
	"LWG4201": {
		"type": "issue",
		"title": "with-await-transform::await_transform should not use a deduced return type",
		"long_link": "https://cplusplus.github.io/LWG/issue4201",
		"link": "https://wg21.link/lwg4201",
		"section": "33.9.4 [exec.awaitable]",
		"status": "WP",
		"submitter": "Brian Bi",
		"opened": "2025-02-03",
		"last_modified": "2025-06-23"
	},
	"LWG4202": {
		"type": "issue",
		"title": "enable-sender should be a variable template",
		"long_link": "https://cplusplus.github.io/LWG/issue4202",
		"link": "https://wg21.link/lwg4202",
		"section": "33.9.3 [exec.snd.concepts]",
		"status": "WP",
		"submitter": "Eric Niebler",
		"opened": "2025-02-03",
		"last_modified": "2025-06-23"
	},
	"LWG4203": {
		"type": "issue",
		"title": "Constraints on get-state functions are incorrect",
		"long_link": "https://cplusplus.github.io/LWG/issue4203",
		"link": "https://wg21.link/lwg4203",
		"section": "33.9.12.7 [exec.schedule.from]",
		"status": "WP",
		"submitter": "Eric Niebler",
		"opened": "2025-02-03",
		"last_modified": "2025-06-23"
	},
	"LWG4204": {
		"type": "issue",
		"title": "specification of as-sndr2(Sig) in [exec.let] is incomplete",
		"long_link": "https://cplusplus.github.io/LWG/issue4204",
		"link": "https://wg21.link/lwg4204",
		"section": "33.9.12.10 [exec.let]",
		"status": "WP",
		"submitter": "Eric Niebler",
		"opened": "2025-02-03",
		"last_modified": "2025-06-23"
	},
	"LWG4205": {
		"type": "issue",
		"title": "let_[*].transform_env is specified in terms of the let_* sender itself instead of its child",
		"long_link": "https://cplusplus.github.io/LWG/issue4205",
		"link": "https://wg21.link/lwg4205",
		"section": "33.9.12.10 [exec.let]",
		"status": "WP",
		"submitter": "Eric Niebler",
		"opened": "2025-02-04",
		"last_modified": "2025-06-23"
	},
	"LWG4206": {
		"type": "issue",
		"title": "Alias template connect_result_t should be constrained with sender_to",
		"long_link": "https://cplusplus.github.io/LWG/issue4206",
		"link": "https://wg21.link/lwg4206",
		"section": "33.4 [execution.syn]",
		"status": "New",
		"submitter": "Eric Niebler",
		"opened": "2025-02-04",
		"last_modified": "2026-03-25",
		"github_url": "https://github.com/cplusplus/papers/issues/2518"
	},
	"LWG4207": {
		"type": "issue",
		"title": "Point of reference for source_location is not specified when used in an default template argument",
		"long_link": "https://cplusplus.github.io/LWG/issue4207",
		"link": "https://wg21.link/lwg4207",
		"section": "17.8.2.2 [support.srcloc.cons]",
		"status": "New",
		"submitter": "Cassio Neri",
		"opened": "2025-02-07",
		"last_modified": "2025-10-23"
	},
	"LWG4208": {
		"type": "issue",
		"title": "Wording needs to ensure that in connect(sndr, rcvr) that rcvr expression is only evaluated once",
		"long_link": "https://cplusplus.github.io/LWG/issue4208",
		"link": "https://wg21.link/lwg4208",
		"section": "33.9.10 [exec.connect]",
		"status": "WP",
		"submitter": "Eric Niebler",
		"opened": "2025-02-07",
		"last_modified": "2025-06-23"
	},
	"LWG4209": {
		"type": "issue",
		"title": "default_domain::transform_env should be returning FWD-ENV(env)",
		"long_link": "https://cplusplus.github.io/LWG/issue4209",
		"link": "https://wg21.link/lwg4209",
		"section": "33.9.5 [exec.domain.default]",
		"status": "WP",
		"submitter": "Eric Niebler",
		"opened": "2025-02-07",
		"last_modified": "2025-06-23"
	},
	"LWG4210": {
		"type": "issue",
		"title": "Issue with cache_latest_view::iterator's reference type",
		"long_link": "https://cplusplus.github.io/LWG/issue4210",
		"link": "https://wg21.link/lwg4210",
		"section": "25.7.34.3 [range.cache.latest.iterator]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2025-02-09",
		"last_modified": "2025-06-13"
	},
	"LWG4211": {
		"type": "issue",
		"title": "IANA time zone database allows links to refer to links",
		"long_link": "https://cplusplus.github.io/LWG/issue4211",
		"link": "https://wg21.link/lwg4211",
		"section": "30.11.2.1 [time.zone.db.tzdb]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2025-02-22",
		"last_modified": "2025-10-21"
	},
	"LWG4212": {
		"type": "issue",
		"title": "Make the round states in [rand.eng.philox] explicit",
		"long_link": "https://cplusplus.github.io/LWG/issue4212",
		"link": "https://wg21.link/lwg4212",
		"section": "29.5.4.5 [rand.eng.philox]",
		"status": "New",
		"submitter": "Thomas Köppe",
		"opened": "2025-02-12",
		"last_modified": "2025-08-19"
	},
	"LWG4213": {
		"type": "issue",
		"title": "Sender spec depends on unspecified order of evaluation",
		"long_link": "https://cplusplus.github.io/LWG/issue4213",
		"link": "https://wg21.link/lwg4213",
		"section": "33.9 [exec.snd]",
		"status": "Resolved",
		"submitter": "Frank Birbacher",
		"opened": "2025-02-14",
		"last_modified": "2026-04-01"
	},
	"LWG4214": {
		"type": "issue",
		"title": "Missing Preconditions for take/drop adaptor",
		"long_link": "https://cplusplus.github.io/LWG/issue4214",
		"link": "https://wg21.link/lwg4214",
		"section": "25.7.10.1 [range.take.overview], 25.7.12.1 [range.drop.overview]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2025-02-15",
		"last_modified": "2025-10-21"
	},
	"LWG4215": {
		"type": "issue",
		"title": "run_loop::finish should be noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue4215",
		"link": "https://wg21.link/lwg4215",
		"section": "33.12.1 [exec.run.loop]",
		"status": "Resolved",
		"submitter": "Eric Niebler",
		"opened": "2025-02-13",
		"last_modified": "2026-04-01"
	},
	"LWG4216": {
		"type": "issue",
		"title": "num_put::do_put and void pointers",
		"long_link": "https://cplusplus.github.io/LWG/issue4216",
		"link": "https://wg21.link/lwg4216",
		"section": "28.3.4.3.3.3 [facet.num.put.virtuals]",
		"status": "New",
		"submitter": "Nikolas Klauser",
		"opened": "2025-02-26",
		"last_modified": "2025-06-13"
	},
	"LWG4217": {
		"type": "issue",
		"title": "Clarify mdspan layout mapping requirements for rank == 0",
		"long_link": "https://cplusplus.github.io/LWG/issue4217",
		"link": "https://wg21.link/lwg4217",
		"section": "23.7.3.4.2 [mdspan.layout.reqmts]",
		"status": "WP",
		"submitter": "Mark Hoemmen",
		"opened": "2025-03-03",
		"last_modified": "2025-06-23"
	},
	"LWG4218": {
		"type": "issue",
		"title": "Constraint recursion in basic_const_iterator's relational operators due to ADL + CWG 2369",
		"long_link": "https://cplusplus.github.io/LWG/issue4218",
		"link": "https://wg21.link/lwg4218",
		"section": "24.5.3.5 [const.iterators.ops]",
		"status": "New",
		"submitter": "Patrick Palka",
		"opened": "2025-03-03",
		"last_modified": "2025-06-13"
	},
	"LWG4219": {
		"type": "issue",
		"title": "std::vector::erase[_if] should be based on ranges remove",
		"long_link": "https://cplusplus.github.io/LWG/issue4219",
		"link": "https://wg21.link/lwg4219",
		"section": "23.3.13.6 [vector.erasure]",
		"status": "NAD",
		"submitter": "Peter Kasting",
		"opened": "2025-03-05",
		"last_modified": "2025-12-10"
	},
	"LWG4220": {
		"type": "issue",
		"title": "join_view incorrectly stores inner range",
		"long_link": "https://cplusplus.github.io/LWG/issue4220",
		"link": "https://wg21.link/lwg4220",
		"section": "25.7.14.2 [range.join.view], 25.7.15.2 [range.join.with.view]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2025-03-06",
		"last_modified": "2025-10-23"
	},
	"LWG4221": {
		"type": "issue",
		"title": "Cannot format const-iterable only ranges",
		"long_link": "https://cplusplus.github.io/LWG/issue4221",
		"link": "https://wg21.link/lwg4221",
		"section": "28.5.7 [format.range]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2025-03-06",
		"last_modified": "2025-10-21"
	},
	"LWG4222": {
		"type": "issue",
		"title": "expected constructor from a single value missing a constraint",
		"long_link": "https://cplusplus.github.io/LWG/issue4222",
		"link": "https://wg21.link/lwg4222",
		"section": "22.8.6.2 [expected.object.cons]",
		"status": "WP",
		"submitter": "Bronek Kozicki",
		"opened": "2025-03-12",
		"last_modified": "2025-06-23"
	},
	"LWG4223": {
		"type": "issue",
		"title": "Deduction guides for maps are mishandling tuples and references",
		"long_link": "https://cplusplus.github.io/LWG/issue4223",
		"link": "https://wg21.link/lwg4223",
		"section": "23.4.1 [associative.general]",
		"status": "WP",
		"submitter": "Tomasz Kaminski",
		"opened": "2025-03-14",
		"last_modified": "2026-03-31"
	},
	"LWG4224": {
		"type": "issue",
		"title": "Philox engines should be freestanding",
		"long_link": "https://cplusplus.github.io/LWG/issue4224",
		"link": "https://wg21.link/lwg4224",
		"section": "29.5.4.5 [rand.eng.philox]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2025-03-15",
		"last_modified": "2025-06-23"
	},
	"LWG4225": {
		"type": "issue",
		"title": "What should happen when an exception is thrown on resizing std::deque, std::forward_list, or std::list?",
		"long_link": "https://cplusplus.github.io/LWG/issue4225",
		"link": "https://wg21.link/lwg4225",
		"section": "23.3.5.3 [deque.capacity], 23.3.7.5 [forward.list.modifiers], 23.3.11.3 [list.capacity]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2025-03-15",
		"last_modified": "2025-10-17"
	},
	"LWG4226": {
		"type": "issue",
		"title": "to_input_view::iterator cannot be compared to its const sentinel",
		"long_link": "https://cplusplus.github.io/LWG/issue4226",
		"link": "https://wg21.link/lwg4226",
		"section": "25.7.35 [range.to.input]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2025-03-15",
		"last_modified": "2025-06-13"
	},
	"LWG4227": {
		"type": "issue",
		"title": "Missing noexcept operator in [exec.when.all]",
		"long_link": "https://cplusplus.github.io/LWG/issue4227",
		"link": "https://wg21.link/lwg4227",
		"section": "33.9.12.12 [exec.when.all]",
		"status": "WP",
		"submitter": "Ian Petersen",
		"opened": "2025-03-17",
		"last_modified": "2025-06-23"
	},
	"LWG4228": {
		"type": "issue",
		"title": "Does vector<bool, Allocator> mandate that Allocator::value_type is bool?",
		"long_link": "https://cplusplus.github.io/LWG/issue4228",
		"link": "https://wg21.link/lwg4228",
		"section": "23.3.14.1 [vector.bool.pspc]",
		"status": "NAD",
		"submitter": "Stephan T. Lavavej",
		"opened": "2025-03-18",
		"last_modified": "2025-12-10"
	},
	"LWG4229": {
		"type": "issue",
		"title": "std::ranges::to with union return type",
		"long_link": "https://cplusplus.github.io/LWG/issue4229",
		"link": "https://wg21.link/lwg4229",
		"section": "25.5.7.2 [range.utility.conv.to], 25.5.7.3 [range.utility.conv.adaptors]",
		"status": "NAD",
		"submitter": "Jiang An",
		"opened": "2025-03-20",
		"last_modified": "2025-12-10"
	},
	"LWG4230": {
		"type": "issue",
		"title": "simd<complex>::real/imag is overconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue4230",
		"link": "https://wg21.link/lwg4230",
		"section": "29.10.8.4 [simd.complex.access]",
		"status": "WP",
		"submitter": "Matthias Kretz",
		"opened": "2025-03-18",
		"last_modified": "2025-11-11",
		"github_url": "https://github.com/cplusplus/papers/issues/2520"
	},
	"LWG4231": {
		"type": "issue",
		"title": "datapar::chunk<N> should use simd-size-type instead of size_t",
		"long_link": "https://cplusplus.github.io/LWG/issue4231",
		"link": "https://wg21.link/lwg4231",
		"section": "29.10.3 [simd.syn], 29.10.8.12 [simd.creation]",
		"status": "WP",
		"submitter": "Matthias Kretz",
		"opened": "2025-03-22",
		"last_modified": "2025-06-23"
	},
	"LWG4232": {
		"type": "issue",
		"title": "datapar::resize does not resize",
		"long_link": "https://cplusplus.github.io/LWG/issue4232",
		"link": "https://wg21.link/lwg4232",
		"section": "29.10.4 [simd.traits]",
		"status": "WP",
		"submitter": "Tim Song",
		"opened": "2025-03-24",
		"last_modified": "2025-06-23"
	},
	"LWG4233": {
		"type": "issue",
		"title": "The helper lambda of std::erase for hive should specify return type as bool",
		"long_link": "https://cplusplus.github.io/LWG/issue4233",
		"link": "https://wg21.link/lwg4233",
		"section": "23.3.9.6 [hive.erasure]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2025-03-24",
		"last_modified": "2025-06-23"
	},
	"LWG4234": {
		"type": "issue",
		"title": "Including <hive> doesn't provide std::begin/end",
		"long_link": "https://cplusplus.github.io/LWG/issue4234",
		"link": "https://wg21.link/lwg4234",
		"section": "24.7 [iterator.range]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2025-03-25",
		"last_modified": "2025-06-23"
	},
	"LWG4235": {
		"type": "issue",
		"title": "cache_latest_view and to_input_view miss reserve_hint",
		"long_link": "https://cplusplus.github.io/LWG/issue4235",
		"link": "https://wg21.link/lwg4235",
		"section": "25.7.34.2 [range.cache.latest.view], 25.7.35.2 [range.to.input.view]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2025-03-25",
		"last_modified": "2025-06-23"
	},
	"LWG4236": {
		"type": "issue",
		"title": "chunk_view::outer-iterator::value_type should provide reserve_hint",
		"long_link": "https://cplusplus.github.io/LWG/issue4236",
		"link": "https://wg21.link/lwg4236",
		"section": "25.7.29.4 [range.chunk.outer.value]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2025-03-26",
		"last_modified": "2025-06-23"
	},
	"LWG4237": {
		"type": "issue",
		"title": "The standard library iterator adaptor does not handle iterator_category correctly",
		"long_link": "https://cplusplus.github.io/LWG/issue4237",
		"link": "https://wg21.link/lwg4237",
		"section": "24.5.3.3 [const.iterators.iterator], 25.7 [range.adaptors]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2025-03-27",
		"last_modified": "2025-06-12"
	},
	"LWG4238": {
		"type": "issue",
		"title": "simd_mask<complex<double>>::operator+/-/~ return a disabled simd specialization",
		"long_link": "https://cplusplus.github.io/LWG/issue4238",
		"link": "https://wg21.link/lwg4238",
		"section": "29.10.9.4 [simd.mask.unary]",
		"status": "Resolved",
		"submitter": "Matthias Kretz",
		"opened": "2025-03-27",
		"last_modified": "2026-01-26",
		"github_url": "https://github.com/cplusplus/papers/issues/2513"
	},
	"LWG4239": {
		"type": "issue",
		"title": "flat_map's transparent comparator no longer works for string literals",
		"long_link": "https://cplusplus.github.io/LWG/issue4239",
		"link": "https://wg21.link/lwg4239",
		"section": "23.6.8.7 [flat.map.modifiers]",
		"status": "WP",
		"submitter": "Hui Xie",
		"opened": "2025-03-29",
		"last_modified": "2025-06-23"
	},
	"LWG4240": {
		"type": "issue",
		"title": "The formattable type is not a formattable type",
		"long_link": "https://cplusplus.github.io/LWG/issue4240",
		"link": "https://wg21.link/lwg4240",
		"section": "28.5.6.3 [format.formattable]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2025-04-06",
		"last_modified": "2025-06-12"
	},
	"LWG4241": {
		"type": "issue",
		"title": "ranges::for_each(_n) should be less constrained",
		"long_link": "https://cplusplus.github.io/LWG/issue4241",
		"link": "https://wg21.link/lwg4241",
		"section": "26.6.5 [alg.foreach]",
		"status": "LEWG",
		"submitter": "Jiang An",
		"opened": "2025-04-08",
		"last_modified": "2025-10-23"
	},
	"LWG4242": {
		"type": "issue",
		"title": "ranges::distance does not work with volatile iterators",
		"long_link": "https://cplusplus.github.io/LWG/issue4242",
		"link": "https://wg21.link/lwg4242",
		"section": "24.4.4.3 [range.iter.op.distance]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2025-04-12",
		"last_modified": "2025-06-23"
	},
	"LWG4243": {
		"type": "issue",
		"title": "as_bytes/as_writable_bytes is broken with span<volatile T>",
		"long_link": "https://cplusplus.github.io/LWG/issue4243",
		"link": "https://wg21.link/lwg4243",
		"section": "23.7.2.3 [span.objectrep]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2025-04-12",
		"last_modified": "2025-11-11"
	},
	"LWG4244": {
		"type": "issue",
		"title": "Whether the spuriously failed comparison applies to compare_exchange_strong is unclear",
		"long_link": "https://cplusplus.github.io/LWG/issue4244",
		"link": "https://wg21.link/lwg4244",
		"section": "32.5.7.2 [atomics.ref.ops], 32.5.8.2 [atomics.types.operations]",
		"status": "NAD",
		"submitter": "jim x",
		"opened": "2025-04-17",
		"last_modified": "2025-12-10"
	},
	"LWG4245": {
		"type": "issue",
		"title": "Operators that interact with counted_iterator and default_sentinel_t should be noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue4245",
		"link": "https://wg21.link/lwg4245",
		"section": "24.5.7.1 [counted.iterator], 24.5.7.5 [counted.iter.nav], 24.5.7.6 [counted.iter.cmp]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2025-04-18",
		"last_modified": "2025-06-23"
	},
	"LWG4246": {
		"type": "issue",
		"title": "Redundant constraint in range_formatter::format",
		"long_link": "https://cplusplus.github.io/LWG/issue4246",
		"link": "https://wg21.link/lwg4246",
		"section": "28.5.7.2 [format.range.formatter]",
		"status": "NAD",
		"submitter": "Hewill Kang",
		"opened": "2025-04-18",
		"last_modified": "2025-12-10"
	},
	"LWG4247": {
		"type": "issue",
		"title": "Header <stdbit.h> is not yet freestanding",
		"long_link": "https://cplusplus.github.io/LWG/issue4247",
		"link": "https://wg21.link/lwg4247",
		"section": "22.12 [stdbit.h.syn]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2025-04-24",
		"last_modified": "2025-06-23"
	},
	"LWG4248": {
		"type": "issue",
		"title": "Late domain-based dispatching of schedule_from and continues_on are flipped",
		"long_link": "https://cplusplus.github.io/LWG/issue4248",
		"link": "https://wg21.link/lwg4248",
		"section": "33.9.2 [exec.snd.expos]",
		"status": "Resolved",
		"submitter": "Eric Niebler",
		"opened": "2025-04-26",
		"last_modified": "2026-03-31",
		"github_url": "https://github.com/cplusplus/papers/issues/2515"
	},
	"LWG4249": {
		"type": "issue",
		"title": "The past end issue for lazy_split_view",
		"long_link": "https://cplusplus.github.io/LWG/issue4249",
		"link": "https://wg21.link/lwg4249",
		"section": "25.7.16.3 [range.lazy.split.outer]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2025-04-26",
		"last_modified": "2025-10-21"
	},
	"LWG4250": {
		"type": "issue",
		"title": "swap overloads for indirect and polymorphic only found by ADL",
		"long_link": "https://cplusplus.github.io/LWG/issue4250",
		"link": "https://wg21.link/lwg4250",
		"section": "20.4.1.7 [indirect.swap], 20.4.2.7 [polymorphic.swap]",
		"status": "LEWG",
		"submitter": "Jonathan Wakely",
		"opened": "2025-05-01",
		"last_modified": "2025-10-14",
		"github_url": "https://github.com/cplusplus/papers/issues/2478"
	},
	"LWG4251": {
		"type": "issue",
		"title": "Move assignment for indirect unnecessarily requires copy construction",
		"long_link": "https://cplusplus.github.io/LWG/issue4251",
		"link": "https://wg21.link/lwg4251",
		"section": "20.4.1.5 [indirect.assign], 20.4.2.5 [polymorphic.assign]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2025-05-01",
		"last_modified": "2025-11-11",
		"github_url": "https://github.com/cplusplus/papers/issues/2519"
	},
	"LWG4252": {
		"type": "issue",
		"title": "Are exposition-only classes considered specified for the purpose of final?",
		"long_link": "https://cplusplus.github.io/LWG/issue4252",
		"link": "https://wg21.link/lwg4252",
		"section": "16.4.6.13 [derivation]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2025-04-28",
		"last_modified": "2025-08-29"
	},
	"LWG4253": {
		"type": "issue",
		"title": "basic_const_iterator should provide iterator_type",
		"long_link": "https://cplusplus.github.io/LWG/issue4253",
		"link": "https://wg21.link/lwg4253",
		"section": "24.5.3.3 [const.iterators.iterator]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2025-04-29",
		"last_modified": "2025-11-11"
	},
	"LWG4254": {
		"type": "issue",
		"title": "stride_view::iterator should provide operator->",
		"long_link": "https://cplusplus.github.io/LWG/issue4254",
		"link": "https://wg21.link/lwg4254",
		"section": "25.7.32.3 [range.stride.iterator]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2025-05-01",
		"last_modified": "2025-10-21"
	},
	"LWG4255": {
		"type": "issue",
		"title": "move_only_function constructor should recognize empty copyable_functions",
		"long_link": "https://cplusplus.github.io/LWG/issue4255",
		"link": "https://wg21.link/lwg4255",
		"section": "22.10.17.4.3 [func.wrap.move.ctor]",
		"status": "WP",
		"submitter": "Tomasz Kamiński",
		"opened": "2025-05-12",
		"last_modified": "2025-11-11"
	},
	"LWG4256": {
		"type": "issue",
		"title": "Incorrect constrains for function_ref constructors from nontype_t",
		"long_link": "https://cplusplus.github.io/LWG/issue4256",
		"link": "https://wg21.link/lwg4256",
		"section": "22.10.17.6.3 [func.wrap.ref.ctor]",
		"status": "WP",
		"submitter": "Tomasz Kamiński",
		"opened": "2025-05-14",
		"last_modified": "2025-11-11"
	},
	"LWG4257": {
		"type": "issue",
		"title": "Stream insertion for chrono::local_time should be constrained",
		"long_link": "https://cplusplus.github.io/LWG/issue4257",
		"link": "https://wg21.link/lwg4257",
		"section": "30.7.9 [time.clock.local]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2025-05-16",
		"last_modified": "2025-11-11"
	},
	"LWG4258": {
		"type": "issue",
		"title": "Size type mismatch in constraints involving Cpp17Allocator",
		"long_link": "https://cplusplus.github.io/LWG/issue4258",
		"link": "https://wg21.link/lwg4258",
		"section": "16.4.4.6.1 [allocator.requirements.general]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2025-05-05",
		"last_modified": "2025-10-14"
	},
	"LWG4259": {
		"type": "issue",
		"title": "P1148R0 changed the return values of searching functions of std::basic_string on some platforms",
		"long_link": "https://cplusplus.github.io/LWG/issue4259",
		"link": "https://wg21.link/lwg4259",
		"section": "27.4.3.8.2 [string.find]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2025-05-05",
		"last_modified": "2026-03-31",
		"papers": [
			"P1148R0"
		]
	},
	"LWG4260": {
		"type": "issue",
		"title": "Query objects must be default constructible",
		"long_link": "https://cplusplus.github.io/LWG/issue4260",
		"link": "https://wg21.link/lwg4260",
		"section": "33.2.1 [exec.queryable.general]",
		"status": "WP",
		"submitter": "Eric Niebler",
		"opened": "2025-05-07",
		"last_modified": "2025-11-11"
	},
	"LWG4261": {
		"type": "issue",
		"title": "P1206R7 broke uses of container adaptors with old custom sequence containers",
		"long_link": "https://cplusplus.github.io/LWG/issue4261",
		"link": "https://wg21.link/lwg4261",
		"section": "27.4.3.8.2 [string.find]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2025-05-07",
		"last_modified": "2025-10-17",
		"papers": [
			"P1206R7"
		]
	},
	"LWG4262": {
		"type": "issue",
		"title": "copy_if, remove_copy, remove_copy_if, unique_copy have too strong preconditions",
		"long_link": "https://cplusplus.github.io/LWG/issue4262",
		"link": "https://wg21.link/lwg4262",
		"section": "26.7.1 [alg.copy], 26.7.8 [alg.remove], 26.7.9 [alg.unique]",
		"status": "New",
		"submitter": "Alex Guteniev",
		"opened": "2025-05-12",
		"last_modified": "2025-10-21"
	},
	"LWG4263": {
		"type": "issue",
		"title": "What should std::format_to etc. behave when the output is overlong?",
		"long_link": "https://cplusplus.github.io/LWG/issue4263",
		"link": "https://wg21.link/lwg4263",
		"section": "28.5 [format]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2025-05-14",
		"last_modified": "2025-10-17"
	},
	"LWG4264": {
		"type": "issue",
		"title": "Skipping indirection is not allowed for function_ref",
		"long_link": "https://cplusplus.github.io/LWG/issue4264",
		"link": "https://wg21.link/lwg4264",
		"section": "22.10.17.1 [func.wrap.general]",
		"status": "Resolved",
		"submitter": "Tomasz Kamiński",
		"opened": "2025-05-15",
		"last_modified": "2026-04-01"
	},
	"LWG4265": {
		"type": "issue",
		"title": "std::midpoint should not accept const bool",
		"long_link": "https://cplusplus.github.io/LWG/issue4265",
		"link": "https://wg21.link/lwg4265",
		"section": "26.10.16 [numeric.ops.midpoint]",
		"status": "WP",
		"submitter": "Jan Schultke",
		"opened": "2025-05-21",
		"last_modified": "2025-11-11"
	},
	"LWG4266": {
		"type": "issue",
		"title": "layout_stride::mapping should treat empty mappings as exhaustive",
		"long_link": "https://cplusplus.github.io/LWG/issue4266",
		"link": "https://wg21.link/lwg4266",
		"section": "23.7.3.4.7 [mdspan.layout.stride]",
		"status": "WP",
		"submitter": "Tomasz Kamiński",
		"opened": "2025-05-22",
		"last_modified": "2025-11-11"
	},
	"LWG4267": {
		"type": "issue",
		"title": "Uses-allocator construction is meaningless for tuple of references",
		"long_link": "https://cplusplus.github.io/LWG/issue4267",
		"link": "https://wg21.link/lwg4267",
		"section": "22.4.4.2 [tuple.cnstr]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2025-05-24",
		"last_modified": "2025-10-17"
	},
	"LWG4268": {
		"type": "issue",
		"title": "function<void()> suppresses nodiscard warnings",
		"long_link": "https://cplusplus.github.io/LWG/issue4268",
		"link": "https://wg21.link/lwg4268",
		"section": "22.10.4 [func.require]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2025-05-29",
		"last_modified": "2025-10-21"
	},
	"LWG4269": {
		"type": "issue",
		"title": "unique_copy passes arguments to its predicate backwards",
		"long_link": "https://cplusplus.github.io/LWG/issue4269",
		"link": "https://wg21.link/lwg4269",
		"section": "26.7.9 [alg.unique]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2025-05-29",
		"last_modified": "2025-11-11"
	},
	"LWG4270": {
		"type": "issue",
		"title": "Diagnose misuse of std::projected::operator*",
		"long_link": "https://cplusplus.github.io/LWG/issue4270",
		"link": "https://wg21.link/lwg4270",
		"section": "24.3.6.4 [projected]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2025-05-30",
		"last_modified": "2025-10-20"
	},
	"LWG4271": {
		"type": "issue",
		"title": "Caching range views claim amortized amortized 𝒪(1) runtime complexity for algorithms that are in fact 𝒪(n)",
		"long_link": "https://cplusplus.github.io/LWG/issue4271",
		"link": "https://wg21.link/lwg4271",
		"section": "24.3.1 [iterator.requirements.general], 25.4.3 [range.approximately.sized], 25.4.1 [range.req.general], 25.4.2 [range.range], 25.4.4 [range.sized], 25.7.8.2 [range.filter.view], 25.7.12.2 [range.drop.view], 25.7.13.2 [range.drop.while.view], 25.7.17.2 [range.split.view], 25.7.21.2 [range.reverse.view], 25.7.30.2 [range.slide.view], 25.7.31.2 [range.chunk.by.view]",
		"status": "NAD",
		"submitter": "Andreas Weis",
		"opened": "2025-06-02",
		"last_modified": "2025-12-10"
	},
	"LWG4272": {
		"type": "issue",
		"title": "For rank == 0, layout_stride is atypically convertible",
		"long_link": "https://cplusplus.github.io/LWG/issue4272",
		"link": "https://wg21.link/lwg4272",
		"section": "23.7.3.4 [mdspan.layout]",
		"status": "WP",
		"submitter": "Luc Grosheintz",
		"opened": "2025-06-02",
		"last_modified": "2025-11-11"
	},
	"LWG4273": {
		"type": "issue",
		"title": "Standard execution policy types should be conventional tag class types",
		"long_link": "https://cplusplus.github.io/LWG/issue4273",
		"link": "https://wg21.link/lwg4273",
		"section": "26.3.6 [execpol]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2025-06-03",
		"last_modified": "2025-10-21"
	},
	"LWG4274": {
		"type": "issue",
		"title": "The chrono::hh_mm_ss constructor is ill-formed for unsigned durations",
		"long_link": "https://cplusplus.github.io/LWG/issue4274",
		"link": "https://wg21.link/lwg4274",
		"section": "30.9.2 [time.hms.members]",
		"status": "WP",
		"submitter": "Michael Welsh Duggan",
		"opened": "2025-06-04",
		"last_modified": "2025-11-11"
	},
	"LWG4275": {
		"type": "issue",
		"title": "std::dynamic_extent should also be defined in <mdspan>",
		"long_link": "https://cplusplus.github.io/LWG/issue4275",
		"link": "https://wg21.link/lwg4275",
		"section": "23.7.3.2 [mdspan.syn]",
		"status": "WP",
		"submitter": "Aiden Grossman",
		"opened": "2025-06-06",
		"last_modified": "2025-11-11"
	},
	"LWG4276": {
		"type": "issue",
		"title": "front() and back() are not hardened for zero-length std::arrays",
		"long_link": "https://cplusplus.github.io/LWG/issue4276",
		"link": "https://wg21.link/lwg4276",
		"section": "23.3.3.5 [array.zero]",
		"status": "WP",
		"submitter": "Jan Schultke",
		"opened": "2025-06-08",
		"last_modified": "2025-11-11"
	},
	"LWG4277": {
		"type": "issue",
		"title": "§[algorithms.requirements] It is unclear what an algorithm is",
		"long_link": "https://cplusplus.github.io/LWG/issue4277",
		"link": "https://wg21.link/lwg4277",
		"section": "26.2 [algorithms.requirements]",
		"status": "New",
		"submitter": "Jan Schultke",
		"opened": "2025-06-08",
		"last_modified": "2025-10-21"
	},
	"LWG4278": {
		"type": "issue",
		"title": "Consider changing how get-domain-early(sndr) works",
		"long_link": "https://cplusplus.github.io/LWG/issue4278",
		"link": "https://wg21.link/lwg4278",
		"section": "33.9.2 [exec.snd.expos]",
		"status": "Resolved",
		"submitter": "Jonathan Wakely",
		"opened": "2025-06-16",
		"last_modified": "2026-04-01"
	},
	"LWG4279": {
		"type": "issue",
		"title": "§[fs.op.absolute] Non-normative encouragement should be Recommended practice",
		"long_link": "https://cplusplus.github.io/LWG/issue4279",
		"link": "https://wg21.link/lwg4279",
		"section": "31.12.13.2 [fs.op.absolute]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2025-06-16",
		"last_modified": "2025-10-14"
	},
	"LWG4280": {
		"type": "issue",
		"title": "simd::partial_load uses undefined identifier T",
		"long_link": "https://cplusplus.github.io/LWG/issue4280",
		"link": "https://wg21.link/lwg4280",
		"section": "29.10.8.7 [simd.loadstore]",
		"status": "WP",
		"submitter": "Tim Song",
		"opened": "2025-06-21",
		"last_modified": "2025-11-11"
	},
	"LWG4281": {
		"type": "issue",
		"title": "Inconsistency between value_or() and error_or() in std::expected",
		"long_link": "https://cplusplus.github.io/LWG/issue4281",
		"link": "https://wg21.link/lwg4281",
		"section": "22.5.3.7 [optional.observe], 22.8.6.6 [expected.object.obs]",
		"status": "New",
		"submitter": "Hiroaki Ando",
		"opened": "2025-06-27",
		"last_modified": "2025-10-16"
	},
	"LWG4282": {
		"type": "issue",
		"title": "Imprecise Throws: clause in std::relocate",
		"long_link": "https://cplusplus.github.io/LWG/issue4282",
		"link": "https://wg21.link/lwg4282",
		"section": "20.2.6 [obj.lifetime]",
		"status": "Resolved",
		"submitter": "Giuseppe D'Angelo",
		"opened": "2025-06-23",
		"last_modified": "2026-03-27"
	},
	"LWG4283": {
		"type": "issue",
		"title": "std::trivially_relocate needs stronger preconditions on \"nested\" objects with dynamic lifetime",
		"long_link": "https://cplusplus.github.io/LWG/issue4283",
		"link": "https://wg21.link/lwg4283",
		"section": "20.2.6 [obj.lifetime]",
		"status": "Resolved",
		"submitter": "Giuseppe D'Angelo",
		"opened": "2025-06-23",
		"last_modified": "2026-03-27"
	},
	"LWG4284": {
		"type": "issue",
		"title": "Integer-class types should be formattable",
		"long_link": "https://cplusplus.github.io/LWG/issue4284",
		"link": "https://wg21.link/lwg4284",
		"section": "28.5.6.4 [format.formatter.spec]",
		"status": "LEWG",
		"submitter": "Jiang An",
		"opened": "2025-06-27",
		"last_modified": "2025-10-21"
	},
	"LWG4285": {
		"type": "issue",
		"title": "time_get::do_get_date is problematic even after LWG 461",
		"long_link": "https://cplusplus.github.io/LWG/issue4285",
		"link": "https://wg21.link/lwg4285",
		"section": "28.3.4.6.2.2 [locale.time.get.members]",
		"status": "New",
		"submitter": "S. B. Tam",
		"opened": "2025-06-27",
		"last_modified": "2025-10-21"
	},
	"LWG4286": {
		"type": "issue",
		"title": "Some more feature-test macros for fully freestanding features are not marked freestanding",
		"long_link": "https://cplusplus.github.io/LWG/issue4286",
		"link": "https://wg21.link/lwg4286",
		"section": "17.3.2 [version.syn], 20.2.2 [memory.syn]",
		"status": "WP",
		"submitter": "Yihe Li",
		"opened": "2025-06-17",
		"last_modified": "2025-11-11"
	},
	"LWG4287": {
		"type": "issue",
		"title": "§[locale.codecvt.virtuals] do_in and do_out could do with better specification",
		"long_link": "https://cplusplus.github.io/LWG/issue4287",
		"link": "https://wg21.link/lwg4287",
		"section": "28.3.4.2.5.3 [locale.codecvt.virtuals]",
		"status": "New",
		"submitter": "S. B. Tam",
		"opened": "2025-06-18",
		"last_modified": "2025-10-17"
	},
	"LWG4288": {
		"type": "issue",
		"title": "The Constraints: element in [time.clock.system.members] is probably wrong",
		"long_link": "https://cplusplus.github.io/LWG/issue4288",
		"link": "https://wg21.link/lwg4288",
		"section": "30.7.2.2 [time.clock.system.members]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2025-06-19",
		"last_modified": "2025-08-26"
	},
	"LWG4289": {
		"type": "issue",
		"title": "Seed sequence is overspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue4289",
		"link": "https://wg21.link/lwg4289",
		"section": "29.5.3.2 [rand.req.seedseq]",
		"status": "LEWG",
		"submitter": "Magnus Fromreide",
		"opened": "2025-06-22",
		"last_modified": "2025-08-29",
		"github_url": "https://github.com/cplusplus/papers/issues/2416"
	},
	"LWG4290": {
		"type": "issue",
		"title": "Missing Mandates clauses on is_sufficiently_aligned",
		"long_link": "https://cplusplus.github.io/LWG/issue4290",
		"link": "https://wg21.link/lwg4290",
		"section": "20.2.5 [ptr.align]",
		"status": "WP",
		"submitter": "Damien Lebrun-Grandie",
		"opened": "2025-07-03",
		"last_modified": "2026-03-31"
	},
	"LWG4291": {
		"type": "issue",
		"title": "explicit map(const Allocator&) should be constexpr",
		"long_link": "https://cplusplus.github.io/LWG/issue4291",
		"link": "https://wg21.link/lwg4291",
		"section": "23.4.3.1 [map.overview]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2025-07-10",
		"last_modified": "2025-11-11"
	},
	"LWG4292": {
		"type": "issue",
		"title": "Unordered container local iterators should be constexpr iterators",
		"long_link": "https://cplusplus.github.io/LWG/issue4292",
		"link": "https://wg21.link/lwg4292",
		"section": "23.5.3.1 [unord.map.overview], 23.5.4.1 [unord.multimap.overview], 23.5.6.1 [unord.set.overview], 23.5.7.1 [unord.multiset.overview]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2025-07-10",
		"last_modified": "2025-11-11"
	},
	"LWG4293": {
		"type": "issue",
		"title": "span::subspan/first/last chooses wrong constructor when T is const-qualified bool",
		"long_link": "https://cplusplus.github.io/LWG/issue4293",
		"link": "https://wg21.link/lwg4293",
		"section": "23.7.2.2.4 [span.sub]",
		"status": "WP",
		"submitter": "Yuhan Liu",
		"opened": "2025-07-11",
		"last_modified": "2025-11-11"
	},
	"LWG4294": {
		"type": "issue",
		"title": "bitset(const CharT*) constructor needs to be constrained",
		"long_link": "https://cplusplus.github.io/LWG/issue4294",
		"link": "https://wg21.link/lwg4294",
		"section": "22.9.2.2 [bitset.cons]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2025-07-12",
		"last_modified": "2025-11-11"
	},
	"LWG4295": {
		"type": "issue",
		"title": "[fund.ts.v3] experimental::observer_ptr should have more constexpr",
		"long_link": "https://cplusplus.github.io/LWG/issue4295",
		"link": "https://wg21.link/lwg4295",
		"section": "8.2.6 [fund.ts.v3::memory.observer.ptr.special]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2025-07-14",
		"last_modified": "2025-08-26"
	},
	"LWG4296": {
		"type": "issue",
		"title": "Clarify that Cpp17Hash does not imply stateless",
		"long_link": "https://cplusplus.github.io/LWG/issue4296",
		"link": "https://wg21.link/lwg4296",
		"section": "16.4.4.5 [hash.requirements]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2025-07-18",
		"last_modified": "2025-10-14"
	},
	"LWG4297": {
		"type": "issue",
		"title": "Missing permutable constraint for iterator overloads in Parallel Range Algorithms",
		"long_link": "https://cplusplus.github.io/LWG/issue4297",
		"link": "https://wg21.link/lwg4297",
		"section": "26.4 [algorithm.syn], 26.7.8 [alg.remove], 26.8.5 [alg.partitions]",
		"status": "WP",
		"submitter": "Ruslan Arutyunyan",
		"opened": "2025-06-27",
		"last_modified": "2025-11-11"
	},
	"LWG4298": {
		"type": "issue",
		"title": "§[meta.reflection.extract] Malformed \"F noexcept\" type",
		"long_link": "https://cplusplus.github.io/LWG/issue4298",
		"link": "https://wg21.link/lwg4298",
		"section": "21.4.12 [meta.reflection.extract]",
		"status": "New",
		"submitter": "Jan Schultke",
		"opened": "2025-07-10",
		"last_modified": "2025-08-28"
	},
	"LWG4299": {
		"type": "issue",
		"title": "Missing Mandates: part in optional<T&>::transform",
		"long_link": "https://cplusplus.github.io/LWG/issue4299",
		"link": "https://wg21.link/lwg4299",
		"section": "22.5.4.7 [optional.ref.monadic]",
		"status": "WP",
		"submitter": "Giuseppe D'Angelo",
		"opened": "2025-07-15",
		"last_modified": "2025-11-11"
	},
	"LWG4300": {
		"type": "issue",
		"title": "Missing Returns: element in optional<T&>::emplace",
		"long_link": "https://cplusplus.github.io/LWG/issue4300",
		"link": "https://wg21.link/lwg4300",
		"section": "22.5.4.3 [optional.ref.assign]",
		"status": "WP",
		"submitter": "Giuseppe D'Angelo",
		"opened": "2025-07-15",
		"last_modified": "2025-11-11"
	},
	"LWG4301": {
		"type": "issue",
		"title": "condition_variable{_any}::wait_{for, until} should take timeout by value",
		"long_link": "https://cplusplus.github.io/LWG/issue4301",
		"link": "https://wg21.link/lwg4301",
		"section": "32.7.4 [thread.condition.condvar], 32.7.5 [thread.condition.condvarany]",
		"status": "WP",
		"submitter": "Hui Xie",
		"opened": "2025-07-19",
		"last_modified": "2025-11-11"
	},
	"LWG4302": {
		"type": "issue",
		"title": "Problematic vector_sum_of_squares wording",
		"long_link": "https://cplusplus.github.io/LWG/issue4302",
		"link": "https://wg21.link/lwg4302",
		"section": "29.9.13.8 [linalg.algs.blas1.ssq]",
		"status": "WP",
		"submitter": "Mark Hoemmen",
		"opened": "2025-07-23",
		"last_modified": "2025-11-11"
	},
	"LWG4303": {
		"type": "issue",
		"title": "std::decay_t in the specification of ranges::distance is problematic",
		"long_link": "https://cplusplus.github.io/LWG/issue4303",
		"link": "https://wg21.link/lwg4303",
		"section": "24.4.4.3 [range.iter.op.distance]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2025-07-24",
		"last_modified": "2025-08-29"
	},
	"LWG4304": {
		"type": "issue",
		"title": "std::optional<NonReturnable&> is ill-formed due to value_or",
		"long_link": "https://cplusplus.github.io/LWG/issue4304",
		"link": "https://wg21.link/lwg4304",
		"section": "22.5.4.6 [optional.ref.observe]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2025-07-25",
		"last_modified": "2025-11-11",
		"github_url": "https://github.com/cplusplus/papers/issues/2512"
	},
	"LWG4305": {
		"type": "issue",
		"title": "Missing user requirements on type_order template",
		"long_link": "https://cplusplus.github.io/LWG/issue4305",
		"link": "https://wg21.link/lwg4305",
		"section": "17.12.7 [compare.type]",
		"status": "WP",
		"submitter": "Daniel Krügler",
		"opened": "2025-07-27",
		"last_modified": "2025-11-11"
	},
	"LWG4306": {
		"type": "issue",
		"title": "Interaction between LWG 2259 and Constraints of member functions",
		"long_link": "https://cplusplus.github.io/LWG/issue4306",
		"link": "https://wg21.link/lwg4306",
		"section": "16.4.6.5 [member.functions]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2025-07-24",
		"last_modified": "2025-08-29"
	},
	"LWG4307": {
		"type": "issue",
		"title": "Make good use of sized-random-access-range and bidirectional-common in <ranges>",
		"long_link": "https://cplusplus.github.io/LWG/issue4307",
		"link": "https://wg21.link/lwg4307",
		"section": "25.2 [ranges.syn], 25.4.6 [range.refinements], 25.5.3.1 [view.interface.general], 25.7.10.1 [range.take.overview], 25.7.12.1 [range.drop.overview], 25.7.12.2 [range.drop.view], 25.7.14.3 [range.join.iterator], 25.7.15.2 [range.join.with.view], 25.7.15.3 [range.join.with.iterator], 25.7.20.2 [range.common.view], 25.7.25.2 [range.zip.view], 25.7.30.2 [range.slide.view], 25.7.33.2 [range.cartesian.view]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2025-07-28",
		"last_modified": "2025-10-23"
	},
	"LWG4308": {
		"type": "issue",
		"title": "std::optional<T&>::iterator can't be a contiguous iterator for some T",
		"long_link": "https://cplusplus.github.io/LWG/issue4308",
		"link": "https://wg21.link/lwg4308",
		"section": "22.5.4.5 [optional.ref.iterators]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2025-08-05",
		"last_modified": "2025-11-11",
		"github_url": "https://github.com/cplusplus/papers/issues/2511"
	},
	"LWG4309": {
		"type": "issue",
		"title": "How are two seq_cst operations ordered in the single total order if these two operations are unsequenced?",
		"long_link": "https://cplusplus.github.io/LWG/issue4309",
		"link": "https://wg21.link/lwg4309",
		"section": "32.5.4 [atomics.order]",
		"status": "NAD",
		"submitter": "jim x",
		"opened": "2025-08-06",
		"last_modified": "2025-12-10"
	},
	"LWG4310": {
		"type": "issue",
		"title": "Is \"the completion of the invocation of the constructor\" considered as an expression?",
		"long_link": "https://cplusplus.github.io/LWG/issue4310",
		"link": "https://wg21.link/lwg4310",
		"section": "32.4.3.3 [thread.thread.constr], 32.4.3.6 [thread.thread.member]",
		"status": "Core",
		"submitter": "jim x",
		"opened": "2025-08-06",
		"last_modified": "2025-10-23"
	},
	"LWG4311": {
		"type": "issue",
		"title": "Can std::pmr::polymorphic_allocator::construct just call std::uninitialized_construct_using_allocator?",
		"long_link": "https://cplusplus.github.io/LWG/issue4311",
		"link": "https://wg21.link/lwg4311",
		"section": "20.5.3.3 [mem.poly.allocator.mem]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2025-08-06",
		"last_modified": "2025-10-16"
	},
	"LWG4312": {
		"type": "issue",
		"title": "Const and value category mismatch for allocator_arg_t/allocator_arg in the description of uses-allocator construction",
		"long_link": "https://cplusplus.github.io/LWG/issue4312",
		"link": "https://wg21.link/lwg4312",
		"section": "20.2.8.2 [allocator.uses.construction]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2025-08-06",
		"last_modified": "2025-11-11"
	},
	"LWG4313": {
		"type": "issue",
		"title": "Uses-allocator construction of pair in tuple's allocator_arg_t constructors",
		"long_link": "https://cplusplus.github.io/LWG/issue4313",
		"link": "https://wg21.link/lwg4313",
		"section": "22.4.4.2 [tuple.cnstr]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2025-08-07",
		"last_modified": "2025-10-14"
	},
	"LWG4314": {
		"type": "issue",
		"title": "Missing move in mdspan layout mapping::operator()",
		"long_link": "https://cplusplus.github.io/LWG/issue4314",
		"link": "https://wg21.link/lwg4314",
		"section": "23.7.3.4 [mdspan.layout]",
		"status": "WP",
		"submitter": "Luc Grosheintz",
		"opened": "2025-08-13",
		"last_modified": "2026-03-31"
	},
	"LWG4315": {
		"type": "issue",
		"title": "Insufficient specification of vector_two_norm and matrix_frob_norm",
		"long_link": "https://cplusplus.github.io/LWG/issue4315",
		"link": "https://wg21.link/lwg4315",
		"section": "29.9.13.9 [linalg.algs.blas1.nrm2], 29.9.13.12 [linalg.algs.blas1.matfrobnorm]",
		"status": "WP",
		"submitter": "Mark Hoemmen",
		"opened": "2025-08-14",
		"last_modified": "2025-11-11"
	},
	"LWG4316": {
		"type": "issue",
		"title": "{can_}substitute specification is ill-formed",
		"long_link": "https://cplusplus.github.io/LWG/issue4316",
		"link": "https://wg21.link/lwg4316",
		"section": "21.4.13 [meta.reflection.substitute]",
		"status": "WP",
		"submitter": "Matthias Wippich",
		"opened": "2025-08-15",
		"last_modified": "2025-11-11"
	},
	"LWG4317": {
		"type": "issue",
		"title": "The meaning of \"resource\" in the Cpp17Destructible requirements is undefined",
		"long_link": "https://cplusplus.github.io/LWG/issue4317",
		"link": "https://wg21.link/lwg4317",
		"section": "16.4.4.2 [utility.arg.requirements]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2025-08-15",
		"last_modified": "2025-11-11"
	},
	"LWG4318": {
		"type": "issue",
		"title": "Have hive::erase_if reevaluate end() to avoid UB",
		"long_link": "https://cplusplus.github.io/LWG/issue4318",
		"link": "https://wg21.link/lwg4318",
		"section": "23.3.9.6 [hive.erasure]",
		"status": "WP",
		"submitter": "Frank Birbacher",
		"opened": "2025-08-16",
		"last_modified": "2025-11-11"
	},
	"LWG4319": {
		"type": "issue",
		"title": "Supporting copy-elision in function wrappers",
		"long_link": "https://cplusplus.github.io/LWG/issue4319",
		"link": "https://wg21.link/lwg4319",
		"section": "22.10.4 [func.require]",
		"status": "New",
		"submitter": "Tomasz Kamiński",
		"opened": "2025-08-19",
		"last_modified": "2025-10-14"
	},
	"LWG4320": {
		"type": "issue",
		"title": "hive operations involving insertion/erasure should have 𝒪(log n) time complexity",
		"long_link": "https://cplusplus.github.io/LWG/issue4320",
		"link": "https://wg21.link/lwg4320",
		"section": "23.3.9 [hive]",
		"status": "New",
		"submitter": "Matt Bentley",
		"opened": "2025-08-19",
		"last_modified": "2026-02-18"
	},
	"LWG4321": {
		"type": "issue",
		"title": "How are evaluations occurring within a store and a load operation ordered where the store synchronized with the load",
		"long_link": "https://cplusplus.github.io/LWG/issue4321",
		"link": "https://wg21.link/lwg4321",
		"section": "32.5.8.2 [atomics.types.operations]",
		"status": "NAD",
		"submitter": "jim x",
		"opened": "2025-08-20",
		"last_modified": "2025-12-10"
	},
	"LWG4322": {
		"type": "issue",
		"title": "Problematic Constraints on incomplete types in indirect and polymorphic",
		"long_link": "https://cplusplus.github.io/LWG/issue4322",
		"link": "https://wg21.link/lwg4322",
		"section": "20.4 [mem.composite.types]",
		"status": "New",
		"submitter": "Jonathan B. Coe",
		"opened": "2025-08-20",
		"last_modified": "2025-10-07"
	},
	"LWG4323": {
		"type": "issue",
		"title": "hive::unique time complexity should incorporate potential block removal complexity",
		"long_link": "https://cplusplus.github.io/LWG/issue4323",
		"link": "https://wg21.link/lwg4323",
		"section": "23.3.9.5 [hive.operations]",
		"status": "New",
		"submitter": "Matt Bentley",
		"opened": "2025-08-24",
		"last_modified": "2025-12-04"
	},
	"LWG4324": {
		"type": "issue",
		"title": "unique_ptr<void>::operator* is not SFINAE-friendly",
		"long_link": "https://cplusplus.github.io/LWG/issue4324",
		"link": "https://wg21.link/lwg4324",
		"section": "20.3.1.3.5 [unique.ptr.single.observers]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2025-08-24",
		"last_modified": "2026-03-31"
	},
	"LWG4325": {
		"type": "issue",
		"title": "std::indirect's operator== still does not support incomplete types",
		"long_link": "https://cplusplus.github.io/LWG/issue4325",
		"link": "https://wg21.link/lwg4325",
		"section": "20.4.1.8 [indirect.relops], 20.4.1.9 [indirect.comp.with.t]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2025-08-24",
		"last_modified": "2026-03-31"
	},
	"LWG4326": {
		"type": "issue",
		"title": "Standard defined queries can't customize forwarding_query_t by inheriting from it",
		"long_link": "https://cplusplus.github.io/LWG/issue4326",
		"link": "https://wg21.link/lwg4326",
		"section": "33.5.1 [exec.fwd.env]",
		"status": "New",
		"submitter": "Lewis Baker",
		"opened": "2025-08-25",
		"last_modified": "2025-10-17"
	},
	"LWG4327": {
		"type": "issue",
		"title": "Equal schedulers should be required to have same behaviour",
		"long_link": "https://cplusplus.github.io/LWG/issue4327",
		"link": "https://wg21.link/lwg4327",
		"section": "33.6 [exec.sched]",
		"status": "New",
		"submitter": "Lewis Baker",
		"opened": "2025-08-25",
		"last_modified": "2025-10-23"
	},
	"LWG4328": {
		"type": "issue",
		"title": "Remove note in §[exec.sched] regarding waiting for completion of scheduled operations",
		"long_link": "https://cplusplus.github.io/LWG/issue4328",
		"link": "https://wg21.link/lwg4328",
		"section": "33.6 [exec.sched]",
		"status": "WP",
		"submitter": "Lewis Baker",
		"opened": "2025-08-25",
		"last_modified": "2025-11-11"
	},
	"LWG4329": {
		"type": "issue",
		"title": "Customising affine_on for other algorithms",
		"long_link": "https://cplusplus.github.io/LWG/issue4329",
		"link": "https://wg21.link/lwg4329",
		"section": "33.13.3 [exec.affine.on]",
		"status": "LEWG",
		"submitter": "Dietmar Kühl",
		"opened": "2025-08-31",
		"last_modified": "2025-10-27"
	},
	"LWG4330": {
		"type": "issue",
		"title": "affine_on semantics",
		"long_link": "https://cplusplus.github.io/LWG/issue4330",
		"link": "https://wg21.link/lwg4330",
		"section": "33.13.3 [exec.affine.on]",
		"status": "Resolved",
		"submitter": "Dietmar Kühl",
		"opened": "2025-08-31",
		"last_modified": "2026-04-01"
	},
	"LWG4331": {
		"type": "issue",
		"title": "affine_on shape may be wrong",
		"long_link": "https://cplusplus.github.io/LWG/issue4331",
		"link": "https://wg21.link/lwg4331",
		"section": "33.13.3 [exec.affine.on]",
		"status": "Resolved",
		"submitter": "Dietmar Kühl",
		"opened": "2025-08-31",
		"last_modified": "2026-04-01",
		"github_url": "https://github.com/cplusplus/papers/issues/2496"
	},
	"LWG4332": {
		"type": "issue",
		"title": "affine_on shouldn't forward the stop token to the scheduling operation",
		"long_link": "https://cplusplus.github.io/LWG/issue4332",
		"link": "https://wg21.link/lwg4332",
		"section": "33.13.3 [exec.affine.on]",
		"status": "Resolved",
		"submitter": "Dietmar Kühl",
		"opened": "2025-08-31",
		"last_modified": "2026-04-01"
	},
	"LWG4333": {
		"type": "issue",
		"title": "task uses unusual allocator customisation",
		"long_link": "https://cplusplus.github.io/LWG/issue4333",
		"link": "https://wg21.link/lwg4333",
		"section": "33.13.6.5 [task.promise]",
		"status": "Resolved",
		"submitter": "Dietmar Kühl",
		"opened": "2025-08-31",
		"last_modified": "2026-04-01",
		"github_url": "https://github.com/cplusplus/papers/issues/2493"
	},
	"LWG4334": {
		"type": "issue",
		"title": "task<...>::promise_type supports arbitrary allocator_arg position",
		"long_link": "https://cplusplus.github.io/LWG/issue4334",
		"link": "https://wg21.link/lwg4334",
		"section": "33.13.6.5 [task.promise]",
		"status": "Resolved",
		"submitter": "Dietmar Kühl",
		"opened": "2025-08-31",
		"last_modified": "2026-04-01",
		"github_url": "https://github.com/cplusplus/papers/issues/2495"
	},
	"LWG4335": {
		"type": "issue",
		"title": "task shadows the environment's allocator",
		"long_link": "https://cplusplus.github.io/LWG/issue4335",
		"link": "https://wg21.link/lwg4335",
		"section": "33.13.6.5 [task.promise]",
		"status": "Resolved",
		"submitter": "Dietmar Kühl",
		"opened": "2025-08-31",
		"last_modified": "2026-04-01",
		"github_url": "https://github.com/cplusplus/papers/issues/2494"
	},
	"LWG4336": {
		"type": "issue",
		"title": "bulk vs. task_scheduler",
		"long_link": "https://cplusplus.github.io/LWG/issue4336",
		"link": "https://wg21.link/lwg4336",
		"section": "33.13.5 [exec.task.scheduler]",
		"status": "Resolved",
		"submitter": "Dietmar Kühl",
		"opened": "2025-08-31",
		"last_modified": "2026-04-01"
	},
	"LWG4337": {
		"type": "issue",
		"title": "co_await change_coroutine_scheduler(s) requires assignable",
		"long_link": "https://cplusplus.github.io/LWG/issue4337",
		"link": "https://wg21.link/lwg4337",
		"section": "33.13.6.5 [task.promise]",
		"status": "NAD",
		"submitter": "Dietmar Kühl",
		"opened": "2025-08-31",
		"last_modified": "2026-01-16"
	},
	"LWG4338": {
		"type": "issue",
		"title": "sender unaware coroutines should be able to co_await a task",
		"long_link": "https://cplusplus.github.io/LWG/issue4338",
		"link": "https://wg21.link/lwg4338",
		"section": "33.13.6.2 [task.class]",
		"status": "LEWG",
		"submitter": "Dietmar Kühl",
		"opened": "2025-08-31",
		"last_modified": "2025-10-23"
	},
	"LWG4339": {
		"type": "issue",
		"title": "task's coroutine frame may be released late",
		"long_link": "https://cplusplus.github.io/LWG/issue4339",
		"link": "https://wg21.link/lwg4339",
		"section": "33.13.6 [exec.task]",
		"status": "WP",
		"submitter": "Dietmar Kühl",
		"opened": "2025-08-31",
		"last_modified": "2026-03-31"
	},
	"LWG4340": {
		"type": "issue",
		"title": "task::promise_type::unhandled_stopped() should be noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue4340",
		"link": "https://wg21.link/lwg4340",
		"section": "33.13.6.5 [task.promise]",
		"status": "WP",
		"submitter": "Dietmar Kühl",
		"opened": "2025-08-31",
		"last_modified": "2025-11-11"
	},
	"LWG4341": {
		"type": "issue",
		"title": "Missing rvalue reference qualification for task::connect()",
		"long_link": "https://cplusplus.github.io/LWG/issue4341",
		"link": "https://wg21.link/lwg4341",
		"section": "33.13.6.2 [task.class]",
		"status": "WP",
		"submitter": "Dietmar Kühl",
		"opened": "2025-08-31",
		"last_modified": "2025-11-11"
	},
	"LWG4342": {
		"type": "issue",
		"title": "Missing rvalue reference qualification for task_scheduler::ts-sender::connect()",
		"long_link": "https://cplusplus.github.io/LWG/issue4342",
		"link": "https://wg21.link/lwg4342",
		"section": "33.13.5 [exec.task.scheduler]",
		"status": "WP",
		"submitter": "Dietmar Kühl",
		"opened": "2025-09-01",
		"last_modified": "2025-11-11"
	},
	"LWG4343": {
		"type": "issue",
		"title": "Missing default template arguments for task",
		"long_link": "https://cplusplus.github.io/LWG/issue4343",
		"link": "https://wg21.link/lwg4343",
		"section": "33.13.6.2 [task.class]",
		"status": "WP",
		"submitter": "Dietmar Kühl",
		"opened": "2025-09-01",
		"last_modified": "2025-11-11"
	},
	"LWG4344": {
		"type": "issue",
		"title": "affine_on has no specification for the default",
		"long_link": "https://cplusplus.github.io/LWG/issue4344",
		"link": "https://wg21.link/lwg4344",
		"section": "33.13.3 [exec.affine.on]",
		"status": "Resolved",
		"submitter": "Dietmar Kühl",
		"opened": "2025-09-01",
		"last_modified": "2026-04-01"
	},
	"LWG4345": {
		"type": "issue",
		"title": "task::promise_type::return_value default template parameter",
		"long_link": "https://cplusplus.github.io/LWG/issue4345",
		"link": "https://wg21.link/lwg4345",
		"section": "33.13.6.5 [task.promise]",
		"status": "WP",
		"submitter": "Dietmar Kühl",
		"opened": "2025-09-01",
		"last_modified": "2025-11-11"
	},
	"LWG4346": {
		"type": "issue",
		"title": "task::promise_type::return_void/value lack a specification",
		"long_link": "https://cplusplus.github.io/LWG/issue4346",
		"link": "https://wg21.link/lwg4346",
		"section": "33.13.6.5 [task.promise]",
		"status": "WP",
		"submitter": "Dietmar Kühl",
		"opened": "2025-09-01",
		"last_modified": "2025-11-11"
	},
	"LWG4347": {
		"type": "issue",
		"title": "task's stop source is always created",
		"long_link": "https://cplusplus.github.io/LWG/issue4347",
		"link": "https://wg21.link/lwg4347",
		"section": "33.13.6.5 [task.promise]",
		"status": "WP",
		"submitter": "Dietmar Kühl",
		"opened": "2025-09-01",
		"last_modified": "2026-03-31"
	},
	"LWG4348": {
		"type": "issue",
		"title": "task doesn't support symmetric transfer",
		"long_link": "https://cplusplus.github.io/LWG/issue4348",
		"link": "https://wg21.link/lwg4348",
		"section": "33.13.6.2 [task.class]",
		"status": "LEWG",
		"submitter": "Dietmar Kühl",
		"opened": "2025-09-01",
		"last_modified": "2025-10-17",
		"github_url": "https://github.com/cplusplus/papers/issues/2492"
	},
	"LWG4349": {
		"type": "issue",
		"title": "task is not actually started lazily",
		"long_link": "https://cplusplus.github.io/LWG/issue4349",
		"link": "https://wg21.link/lwg4349",
		"section": "33.13.6.5 [task.promise]",
		"status": "WP",
		"submitter": "Dietmar Kühl",
		"opened": "2025-09-01",
		"last_modified": "2025-11-11"
	},
	"LWG4350": {
		"type": "issue",
		"title": "Should flat adaptors use insert_range when available?",
		"long_link": "https://cplusplus.github.io/LWG/issue4350",
		"link": "https://wg21.link/lwg4350",
		"section": "23.6.8 [flat.map], 23.6.9 [flat.multimap], 23.6.11 [flat.set], 23.6.12 [flat.multiset]",
		"status": "LEWG",
		"submitter": "Jonathan Wakely",
		"opened": "2025-09-05",
		"last_modified": "2025-10-21",
		"github_url": "https://github.com/cplusplus/papers/issues/2499"
	},
	"LWG4351": {
		"type": "issue",
		"title": "integral-constant-like needs more remove_cvref_t",
		"long_link": "https://cplusplus.github.io/LWG/issue4351",
		"link": "https://wg21.link/lwg4351",
		"section": "23.7.2.1 [span.syn]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2025-09-05",
		"last_modified": "2025-11-11"
	},
	"LWG4352": {
		"type": "issue",
		"title": "\"operations on flat_multimap are equivalent to those of flat_map\"",
		"long_link": "https://cplusplus.github.io/LWG/issue4352",
		"link": "https://wg21.link/lwg4352",
		"section": "23.6.9.1 [flat.multimap.overview]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2025-09-05",
		"last_modified": "2025-10-21"
	},
	"LWG4353": {
		"type": "issue",
		"title": "Uses of MANDATE-NOTHROW in CPOs should not enclose CPO argument sub-expressions",
		"long_link": "https://cplusplus.github.io/LWG/issue4353",
		"link": "https://wg21.link/lwg4353",
		"section": "33 [exec]",
		"status": "New",
		"submitter": "Lewis Baker",
		"opened": "2025-08-25",
		"last_modified": "2025-10-23"
	},
	"LWG4354": {
		"type": "issue",
		"title": "Reconsider weakly_parallel as the default forward_progress_guarantee",
		"long_link": "https://cplusplus.github.io/LWG/issue4354",
		"link": "https://wg21.link/lwg4354",
		"section": "33.5.8 [exec.get.fwd.progress]",
		"status": "WP",
		"submitter": "Lewis Baker",
		"opened": "2025-08-25",
		"last_modified": "2026-03-31",
		"github_url": "https://github.com/cplusplus/papers/issues/2497"
	},
	"LWG4355": {
		"type": "issue",
		"title": "connect-awaitable() should mandate rcvr can receive all completion-signals rather than using constraints",
		"long_link": "https://cplusplus.github.io/LWG/issue4355",
		"link": "https://wg21.link/lwg4355",
		"section": "33.9.10 [exec.connect]",
		"status": "New",
		"submitter": "Lewis Baker",
		"opened": "2025-08-27",
		"last_modified": "2025-10-23"
	},
	"LWG4356": {
		"type": "issue",
		"title": "connect() should use get_allocator(get_env(rcvr)) to allocate the coroutine-state for a connect-awaitable coroutine",
		"long_link": "https://cplusplus.github.io/LWG/issue4356",
		"link": "https://wg21.link/lwg4356",
		"section": "33.9.10 [exec.connect]",
		"status": "New",
		"submitter": "Lewis Baker",
		"opened": "2025-08-27",
		"last_modified": "2025-10-23"
	},
	"LWG4357": {
		"type": "issue",
		"title": "connect-awaitable should use is_void_v to check for result-type of co_await expression instead of same_as<void>",
		"long_link": "https://cplusplus.github.io/LWG/issue4357",
		"link": "https://wg21.link/lwg4357",
		"section": "33.9.10 [exec.connect]",
		"status": "New",
		"submitter": "Lewis Baker",
		"opened": "2025-08-27",
		"last_modified": "2025-10-23"
	},
	"LWG4358": {
		"type": "issue",
		"title": "§[exec.as.awaitable] is using \"Preconditions:\" when it should probably be described in the constraint",
		"long_link": "https://cplusplus.github.io/LWG/issue4358",
		"link": "https://wg21.link/lwg4358",
		"section": "33.13.1 [exec.as.awaitable]",
		"status": "WP",
		"submitter": "Lewis Baker",
		"opened": "2025-08-27",
		"last_modified": "2025-11-11"
	},
	"LWG4359": {
		"type": "issue",
		"title": "as_awaitable(expr, p) does not define semantics of call if p is not an lvalue",
		"long_link": "https://cplusplus.github.io/LWG/issue4359",
		"link": "https://wg21.link/lwg4359",
		"section": "33.13.1 [exec.as.awaitable]",
		"status": "New",
		"submitter": "Lewis Baker",
		"opened": "2025-08-27",
		"last_modified": "2026-01-16"
	},
	"LWG4360": {
		"type": "issue",
		"title": "awaitable-sender concept should qualify use of awaitable-receiver type",
		"long_link": "https://cplusplus.github.io/LWG/issue4360",
		"link": "https://wg21.link/lwg4360",
		"section": "33.13.1 [exec.as.awaitable]",
		"status": "WP",
		"submitter": "Lewis Baker",
		"opened": "2025-08-27",
		"last_modified": "2025-11-11"
	},
	"LWG4361": {
		"type": "issue",
		"title": "awaitable-receiver::set_value should use Mandates instead of constraints",
		"long_link": "https://cplusplus.github.io/LWG/issue4361",
		"link": "https://wg21.link/lwg4361",
		"section": "33.13.1 [exec.as.awaitable]",
		"status": "WP",
		"submitter": "Lewis Baker",
		"opened": "2025-08-28",
		"last_modified": "2026-03-31"
	},
	"LWG4362": {
		"type": "issue",
		"title": "Inconsistent usage of constexpr for inplace_stop_token and inplace_stop_source",
		"long_link": "https://cplusplus.github.io/LWG/issue4362",
		"link": "https://wg21.link/lwg4362",
		"section": "32.3.8 [stoptoken.inplace]",
		"status": "NAD",
		"submitter": "Lewis Baker",
		"opened": "2025-08-28",
		"last_modified": "2025-12-10"
	},
	"LWG4363": {
		"type": "issue",
		"title": "transform_sender comparing types ignoring cv-qualifiers doesn't take into account differences in value category",
		"long_link": "https://cplusplus.github.io/LWG/issue4363",
		"link": "https://wg21.link/lwg4363",
		"section": "33.9.6 [exec.snd.transform]",
		"status": "NAD",
		"submitter": "Lewis Baker",
		"opened": "2025-08-28",
		"last_modified": "2026-01-16"
	},
	"LWG4364": {
		"type": "issue",
		"title": "SFINAE-friendliness on operator<< and operator>> for unspecified I/O manipulators",
		"long_link": "https://cplusplus.github.io/LWG/issue4364",
		"link": "https://wg21.link/lwg4364",
		"section": "31.7.7 [std.manip], 31.7.8 [ext.manip], 31.7.9 [quoted.manip]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2025-09-05",
		"last_modified": "2025-10-21"
	},
	"LWG4365": {
		"type": "issue",
		"title": "boyer_moore_searcher and boyer_moore_horspool_searcher should be constexpr-friendly",
		"long_link": "https://cplusplus.github.io/LWG/issue4365",
		"link": "https://wg21.link/lwg4365",
		"section": "22.10.18.3 [func.search.bm], 22.10.18.4 [func.search.bmh]",
		"status": "LEWG",
		"submitter": "Hewill Kang",
		"opened": "2025-09-03",
		"last_modified": "2025-10-21",
		"github_url": "https://github.com/cplusplus/papers/issues/2501"
	},
	"LWG4366": {
		"type": "issue",
		"title": "Heterogeneous comparison of expected may be ill-formed",
		"long_link": "https://cplusplus.github.io/LWG/issue4366",
		"link": "https://wg21.link/lwg4366",
		"section": "22.8.6.8 [expected.object.eq], 22.8.7.8 [expected.void.eq]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2025-09-06",
		"last_modified": "2025-11-11"
	},
	"LWG4367": {
		"type": "issue",
		"title": "Improve optional<T&>::or_else",
		"long_link": "https://cplusplus.github.io/LWG/issue4367",
		"link": "https://wg21.link/lwg4367",
		"section": "22.5.4.7 [optional.ref.monadic]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2025-09-07",
		"last_modified": "2025-10-16"
	},
	"LWG4368": {
		"type": "issue",
		"title": "Potential dangling reference returned from transform_sender",
		"long_link": "https://cplusplus.github.io/LWG/issue4368",
		"link": "https://wg21.link/lwg4368",
		"section": "33.9.5 [exec.domain.default]",
		"status": "Resolved",
		"submitter": "Eric Niebler",
		"opened": "2025-08-31",
		"last_modified": "2026-03-31",
		"github_url": "https://github.com/cplusplus/papers/issues/2517"
	},
	"LWG4369": {
		"type": "issue",
		"title": "check-types function for upon_error and upon_stopped is wrong",
		"long_link": "https://cplusplus.github.io/LWG/issue4369",
		"link": "https://wg21.link/lwg4369",
		"section": "33.9.12.9 [exec.then]",
		"status": "WP",
		"submitter": "Eric Niebler",
		"opened": "2025-08-31",
		"last_modified": "2025-11-11"
	},
	"LWG4370": {
		"type": "issue",
		"title": "Comparison of optional<T> to T may be ill-formed",
		"long_link": "https://cplusplus.github.io/LWG/issue4370",
		"link": "https://wg21.link/lwg4370",
		"section": "22.5.9 [optional.comp.with.t]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2025-09-06",
		"last_modified": "2025-11-11"
	},
	"LWG4371": {
		"type": "issue",
		"title": "Container adaptor's empty/size should be noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue4371",
		"link": "https://wg21.link/lwg4371",
		"section": "23.6.3.1 [queue.defn], 23.6.4.1 [priqueue.overview], 23.6.6.2 [stack.defn]",
		"status": "NAD",
		"submitter": "Hewill Kang",
		"opened": "2025-09-09",
		"last_modified": "2025-12-10"
	},
	"LWG4372": {
		"type": "issue",
		"title": "Weaken Mandates: for dynamic padding values in padded layouts",
		"long_link": "https://cplusplus.github.io/LWG/issue4372",
		"link": "https://wg21.link/lwg4372",
		"section": "23.7.3.4.8.1 [mdspan.layout.leftpad.overview], 23.7.3.4.9.1 [mdspan.layout.rightpad.overview]",
		"status": "WP",
		"submitter": "Luc Grosheintz",
		"opened": "2025-09-09",
		"last_modified": "2025-11-11"
	},
	"LWG4373": {
		"type": "issue",
		"title": "function_ref should provide result_type",
		"long_link": "https://cplusplus.github.io/LWG/issue4373",
		"link": "https://wg21.link/lwg4373",
		"section": "22.10.17.6.2 [func.wrap.ref.class]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2025-09-12",
		"last_modified": "2025-10-22"
	},
	"LWG4374": {
		"type": "issue",
		"title": "flat_meow range insertion behavior is unclear if in-place merge cannot allocate additional memory",
		"long_link": "https://cplusplus.github.io/LWG/issue4374",
		"link": "https://wg21.link/lwg4374",
		"section": "23.6.8.7 [flat.map.modifiers], 23.6.11.5 [flat.set.modifiers], 23.6.12.5 [flat.multiset.modifiers]",
		"status": "New",
		"submitter": "Tim Song",
		"opened": "2025-09-09",
		"last_modified": "2025-10-21"
	},
	"LWG4375": {
		"type": "issue",
		"title": "std::simd::bit_ceil should not be noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue4375",
		"link": "https://wg21.link/lwg4375",
		"section": "29.10.8.15 [simd.bit]",
		"status": "WP",
		"submitter": "Matthias Kretz",
		"opened": "2025-08-29",
		"last_modified": "2025-11-11"
	},
	"LWG4376": {
		"type": "issue",
		"title": "ABI tag in return type of [simd.mask.unary] is overconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue4376",
		"link": "https://wg21.link/lwg4376",
		"section": "29.10.9.4 [simd.mask.unary]",
		"status": "WP",
		"submitter": "Matthias Kretz",
		"opened": "2025-09-15",
		"last_modified": "2025-11-11",
		"github_url": "https://github.com/cplusplus/papers/issues/2514"
	},
	"LWG4377": {
		"type": "issue",
		"title": "Misleading note about lock-free property of std::atomic_ref",
		"long_link": "https://cplusplus.github.io/LWG/issue4377",
		"link": "https://wg21.link/lwg4377",
		"section": "32.5.7.2 [atomics.ref.ops]",
		"status": "WP",
		"submitter": "Brian Bi",
		"opened": "2025-09-15",
		"last_modified": "2025-11-11",
		"github_url": "https://github.com/cplusplus/papers/issues/2498"
	},
	"LWG4378": {
		"type": "issue",
		"title": "Inconsistency between std::basic_string's data() and operator[] specification",
		"long_link": "https://cplusplus.github.io/LWG/issue4378",
		"link": "https://wg21.link/lwg4378",
		"section": "27.4.3.6 [string.access]",
		"status": "WP",
		"submitter": "Peter Bindels",
		"opened": "2025-09-16",
		"last_modified": "2026-03-31"
	},
	"LWG4379": {
		"type": "issue",
		"title": "hive::reserve() needs Throws: element adjusted to match block min/max considerations",
		"long_link": "https://cplusplus.github.io/LWG/issue4379",
		"link": "https://wg21.link/lwg4379",
		"section": "23.3.9.3 [hive.capacity]",
		"status": "WP",
		"submitter": "Matt Bentley",
		"opened": "2025-09-17",
		"last_modified": "2026-03-31"
	},
	"LWG4380": {
		"type": "issue",
		"title": "hive::reserve() complexity does not reflect potential deallocation of blocks",
		"long_link": "https://cplusplus.github.io/LWG/issue4380",
		"link": "https://wg21.link/lwg4380",
		"section": "23.3.9.3 [hive.capacity]",
		"status": "New",
		"submitter": "Matt Bentley",
		"opened": "2025-09-23",
		"last_modified": "2025-12-04"
	},
	"LWG4381": {
		"type": "issue",
		"title": "std::ranges::to specification using CTAD not supported by core language",
		"long_link": "https://cplusplus.github.io/LWG/issue4381",
		"link": "https://wg21.link/lwg4381",
		"section": "25.5.7.2 [range.utility.conv.to]",
		"status": "Resolved",
		"submitter": "Jens Maurer",
		"opened": "2025-09-23",
		"last_modified": "2026-04-01"
	},
	"LWG4382": {
		"type": "issue",
		"title": "The simd::basic_mask(bool) overload needs to be more constrained",
		"long_link": "https://cplusplus.github.io/LWG/issue4382",
		"link": "https://wg21.link/lwg4382",
		"section": "29.10.9.2 [simd.mask.ctor]",
		"status": "WP",
		"submitter": "Matthias Kretz",
		"opened": "2025-09-24",
		"last_modified": "2025-11-11"
	},
	"LWG4383": {
		"type": "issue",
		"title": "constant_wrapper's pseudo-mutators are underconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue4383",
		"link": "https://wg21.link/lwg4383",
		"section": "21.3.5 [const.wrap.class]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2025-09-24",
		"last_modified": "2025-11-11",
		"github_url": "https://github.com/cplusplus/papers/issues/2509"
	},
	"LWG4384": {
		"type": "issue",
		"title": "flat_set::erase(iterator) is underconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue4384",
		"link": "https://wg21.link/lwg4384",
		"section": "23.6.11.2 [flat.set.defn], 23.6.12.2 [flat.multiset.defn]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2025-09-25",
		"last_modified": "2025-11-11"
	},
	"LWG4385": {
		"type": "issue",
		"title": "Including <simd> doesn't provide std::begin/end",
		"long_link": "https://cplusplus.github.io/LWG/issue4385",
		"link": "https://wg21.link/lwg4385",
		"section": "24.7 [iterator.range]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2025-09-26",
		"last_modified": "2025-10-17"
	},
	"LWG4386": {
		"type": "issue",
		"title": "std::simd::select(bool c, const T& a, const U& b) is underconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue4386",
		"link": "https://wg21.link/lwg4386",
		"section": "29.10.8.13 [simd.alg]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2025-09-27",
		"last_modified": "2025-10-22"
	},
	"LWG4387": {
		"type": "issue",
		"title": "Including <stacktrace> doesn't provide std::begin/end",
		"long_link": "https://cplusplus.github.io/LWG/issue4387",
		"link": "https://wg21.link/lwg4387",
		"section": "24.7 [iterator.range]",
		"status": "Resolved",
		"submitter": "Hewill Kang",
		"opened": "2025-09-27",
		"last_modified": "2025-11-11"
	},
	"LWG4388": {
		"type": "issue",
		"title": "Align new definition of va_start with C23",
		"long_link": "https://cplusplus.github.io/LWG/issue4388",
		"link": "https://wg21.link/lwg4388",
		"section": "17.14.2 [cstdarg.syn]",
		"status": "WP",
		"submitter": "Jakub Jelinek",
		"opened": "2025-10-01",
		"last_modified": "2025-11-11",
		"github_url": "https://github.com/cplusplus/papers/issues/2508"
	},
	"LWG4389": {
		"type": "issue",
		"title": "ranges::for_each possibly behaves differently from range-based for",
		"long_link": "https://cplusplus.github.io/LWG/issue4389",
		"link": "https://wg21.link/lwg4389",
		"section": "25.4.2 [range.range]",
		"status": "SG9",
		"submitter": "Jiang An",
		"opened": "2025-09-28",
		"last_modified": "2025-10-23"
	},
	"LWG4390": {
		"type": "issue",
		"title": "simd::basic_vec(U&&) default template parameter",
		"long_link": "https://cplusplus.github.io/LWG/issue4390",
		"link": "https://wg21.link/lwg4390",
		"section": "29.10.7.2 [simd.ctor]",
		"status": "Resolved",
		"submitter": "Hewill Kang",
		"opened": "2025-09-29",
		"last_modified": "2026-04-14"
	},
	"LWG4391": {
		"type": "issue",
		"title": "Ambiguities of simd::basic_vec constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue4391",
		"link": "https://wg21.link/lwg4391",
		"section": "29.10.7.2 [simd.ctor]",
		"status": "NAD",
		"submitter": "Hewill Kang",
		"opened": "2025-09-29",
		"last_modified": "2025-12-10"
	},
	"LWG4392": {
		"type": "issue",
		"title": "simd::unchecked_load misses difference type casting",
		"long_link": "https://cplusplus.github.io/LWG/issue4392",
		"link": "https://wg21.link/lwg4392",
		"section": "29.10.8.7 [simd.loadstore]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2025-09-29",
		"last_modified": "2025-10-22"
	},
	"LWG4393": {
		"type": "issue",
		"title": "simd::unchecked_scatter_to is underconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue4393",
		"link": "https://wg21.link/lwg4393",
		"section": "29.10.8.11 [simd.permute.memory]",
		"status": "Resolved",
		"submitter": "Hewill Kang",
		"opened": "2025-09-29",
		"last_modified": "2025-11-28",
		"github_url": "https://github.com/cplusplus/papers/issues/2521"
	},
	"LWG4394": {
		"type": "issue",
		"title": "simd::unchecked_load(I first, S last) construct span maybe ill-formed",
		"long_link": "https://cplusplus.github.io/LWG/issue4394",
		"link": "https://wg21.link/lwg4394",
		"section": "29.10.8.7 [simd.loadstore]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2025-09-30",
		"last_modified": "2025-10-17"
	},
	"LWG4395": {
		"type": "issue",
		"title": "write_env implementation-detail lambda should have explicit return type",
		"long_link": "https://cplusplus.github.io/LWG/issue4395",
		"link": "https://wg21.link/lwg4395",
		"section": "33.9.12.3 [exec.write.env]",
		"status": "New",
		"submitter": "Robert A.H. Leahy",
		"opened": "2025-09-29",
		"last_modified": "2025-10-23"
	},
	"LWG4396": {
		"type": "issue",
		"title": "Improve inplace_vector(from_range_t, R&& rg)",
		"long_link": "https://cplusplus.github.io/LWG/issue4396",
		"link": "https://wg21.link/lwg4396",
		"section": "23.2.4 [sequence.reqmts], 23.3.16.2 [inplace.vector.cons]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2025-10-01",
		"last_modified": "2025-11-11"
	},
	"LWG4397": {
		"type": "issue",
		"title": "Improve span(R&& r)",
		"long_link": "https://cplusplus.github.io/LWG/issue4397",
		"link": "https://wg21.link/lwg4397",
		"section": "23.7.2.2.2 [span.cons]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2025-10-02",
		"last_modified": "2025-10-20"
	},
	"LWG4398": {
		"type": "issue",
		"title": "enable_nonlocking_formatter_optimization should be disabled for container adaptors",
		"long_link": "https://cplusplus.github.io/LWG/issue4398",
		"link": "https://wg21.link/lwg4398",
		"section": "23.6.2 [queue.syn], 23.6.5 [stack.syn]",
		"status": "WP",
		"submitter": "Tomasz Kamiński",
		"opened": "2025-10-02",
		"last_modified": "2025-11-11"
	},
	"LWG4399": {
		"type": "issue",
		"title": "enable_nonlocking_formatter_optimization for pair and tuple needs remove_cvref_t",
		"long_link": "https://cplusplus.github.io/LWG/issue4399",
		"link": "https://wg21.link/lwg4399",
		"section": "28.5.9 [format.tuple]",
		"status": "WP",
		"submitter": "Tomasz Kamiński",
		"opened": "2025-10-02",
		"last_modified": "2025-11-11"
	},
	"LWG4400": {
		"type": "issue",
		"title": "enable_nonlocking_formatter_optimization for durations with custom rep",
		"long_link": "https://cplusplus.github.io/LWG/issue4400",
		"link": "https://wg21.link/lwg4400",
		"section": "30.12 [time.format]",
		"status": "New",
		"submitter": "Tomasz Kamiński",
		"opened": "2025-10-02",
		"last_modified": "2025-10-14"
	},
	"LWG4401": {
		"type": "issue",
		"title": "join_view should be sized_range when applied to ranges of simd::vec",
		"long_link": "https://cplusplus.github.io/LWG/issue4401",
		"link": "https://wg21.link/lwg4401",
		"section": "25.7.14.2 [range.join.view], 25.7.15.2 [range.join.with.view], 25.7.16.2 [range.lazy.split.view]",
		"status": "LEWG",
		"submitter": "Hewill Kang",
		"opened": "2025-10-02",
		"last_modified": "2025-10-23"
	},
	"LWG4402": {
		"type": "issue",
		"title": "List-initialization of iterators in [simd.mask.overview]",
		"long_link": "https://cplusplus.github.io/LWG/issue4402",
		"link": "https://wg21.link/lwg4402",
		"section": "29.10.9.1 [simd.mask.overview]",
		"status": "New",
		"submitter": "Arthur O'Dwyer",
		"opened": "2025-10-02",
		"last_modified": "2025-10-22"
	},
	"LWG4403": {
		"type": "issue",
		"title": "simd::basic_vec CTAD misses difference type casting",
		"long_link": "https://cplusplus.github.io/LWG/issue4403",
		"link": "https://wg21.link/lwg4403",
		"section": "29.10.7.2 [simd.ctor]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2025-10-04",
		"last_modified": "2025-11-11"
	},
	"LWG4404": {
		"type": "issue",
		"title": "Should span(R&&) CTAD apply P2280?",
		"long_link": "https://cplusplus.github.io/LWG/issue4404",
		"link": "https://wg21.link/lwg4404",
		"section": "23.7.2.2.3 [span.deduct]",
		"status": "NAD",
		"submitter": "Hewill Kang",
		"opened": "2025-10-04",
		"last_modified": "2025-12-10",
		"papers": [
			"P2280"
		]
	},
	"LWG4405": {
		"type": "issue",
		"title": "mdspan constructor should disallow derived to base conversions",
		"long_link": "https://cplusplus.github.io/LWG/issue4405",
		"link": "https://wg21.link/lwg4405",
		"section": "23.7.3.6.2 [mdspan.mdspan.cons]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2025-10-05",
		"last_modified": "2025-10-23"
	},
	"LWG4406": {
		"type": "issue",
		"title": "optional::value_or return statement is inconsistent with Mandates",
		"long_link": "https://cplusplus.github.io/LWG/issue4406",
		"link": "https://wg21.link/lwg4406",
		"section": "22.5.3.7 [optional.observe], 22.5.4.6 [optional.ref.observe], 22.8.6.6 [expected.object.obs]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2025-09-06",
		"last_modified": "2026-01-05"
	},
	"LWG4407": {
		"type": "issue",
		"title": "constexpr-wrapper-like needs remove_cvref_t in simd::basic_vec constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue4407",
		"link": "https://wg21.link/lwg4407",
		"section": "29.10.7.2 [simd.ctor]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2025-10-05",
		"last_modified": "2025-11-11"
	},
	"LWG4408": {
		"type": "issue",
		"title": "Hardening simd::vec::operator[]",
		"long_link": "https://cplusplus.github.io/LWG/issue4408",
		"link": "https://wg21.link/lwg4408",
		"section": "29.10.7.3 [simd.subscr], 29.10.9.3 [simd.mask.subscr]",
		"status": "LEWG",
		"submitter": "Hewill Kang",
		"opened": "2025-10-07",
		"last_modified": "2025-10-22"
	},
	"LWG4409": {
		"type": "issue",
		"title": "Constant expression ranges::size(r) Constraints and Mandates in [simd]",
		"long_link": "https://cplusplus.github.io/LWG/issue4409",
		"link": "https://wg21.link/lwg4409",
		"section": "29.10 [simd]",
		"status": "New",
		"submitter": "Lénárd Szolnoki",
		"opened": "2025-10-10",
		"last_modified": "2025-10-22"
	},
	"LWG4410": {
		"type": "issue",
		"title": "basic_string_view(It begin, End end) is underconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue4410",
		"link": "https://wg21.link/lwg4410",
		"section": "27.3.3.2 [string.view.cons]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2025-10-12",
		"last_modified": "2025-10-17"
	},
	"LWG4411": {
		"type": "issue",
		"title": "Even more feature-test macros for fully freestanding features are not marked freestanding",
		"long_link": "https://cplusplus.github.io/LWG/issue4411",
		"link": "https://wg21.link/lwg4411",
		"section": "17.3.2 [version.syn]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2025-10-14",
		"last_modified": "2025-10-22"
	},
	"LWG4412": {
		"type": "issue",
		"title": "Fix declaration of zero_element and uninit_element",
		"long_link": "https://cplusplus.github.io/LWG/issue4412",
		"link": "https://wg21.link/lwg4412",
		"section": "29.10.3 [simd.syn]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2025-10-17",
		"last_modified": "2025-11-11"
	},
	"LWG4413": {
		"type": "issue",
		"title": "Unused/left-over simd::alignment specialization for basic_mask",
		"long_link": "https://cplusplus.github.io/LWG/issue4413",
		"link": "https://wg21.link/lwg4413",
		"section": "29.10.4 [simd.traits]",
		"status": "WP",
		"submitter": "Matthias Kretz",
		"opened": "2025-10-15",
		"last_modified": "2025-11-11"
	},
	"LWG4414": {
		"type": "issue",
		"title": "§[simd.expos.abi] deduce-abi-t is underspecified and incorrectly referenced from rebind and resize",
		"long_link": "https://cplusplus.github.io/LWG/issue4414",
		"link": "https://wg21.link/lwg4414",
		"section": "29.10.2.2 [simd.expos.abi], 29.10.4 [simd.traits]",
		"status": "Resolved",
		"submitter": "Matthias Kretz",
		"opened": "2025-10-15",
		"last_modified": "2026-03-31"
	},
	"LWG4415": {
		"type": "issue",
		"title": "task::promise_type::uncaught_exception seems to be misnamed",
		"long_link": "https://cplusplus.github.io/LWG/issue4415",
		"link": "https://wg21.link/lwg4415",
		"section": "33.13.6.5 [task.promise]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2025-10-17",
		"last_modified": "2025-11-11"
	},
	"LWG4416": {
		"type": "issue",
		"title": "<meta> should include <compare>",
		"long_link": "https://cplusplus.github.io/LWG/issue4416",
		"link": "https://wg21.link/lwg4416",
		"section": "21.4.1 [meta.syn]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2025-10-15",
		"last_modified": "2025-11-11"
	},
	"LWG4417": {
		"type": "issue",
		"title": "views::indices is underconstrained",
		"long_link": "https://cplusplus.github.io/LWG/issue4417",
		"link": "https://wg21.link/lwg4417",
		"section": "25.6.4.1 [range.iota.overview]",
		"status": "Tentatively NAD",
		"submitter": "Hewill Kang",
		"opened": "2025-10-15",
		"last_modified": "2026-01-16"
	},
	"LWG4418": {
		"type": "issue",
		"title": "co_yield elements_of(vector<int>()) does not compile",
		"long_link": "https://cplusplus.github.io/LWG/issue4418",
		"link": "https://wg21.link/lwg4418",
		"section": "25.8.5 [coro.generator.promise]",
		"status": "New",
		"submitter": "Mathias Stearn",
		"opened": "2025-10-16",
		"last_modified": "2025-10-23"
	},
	"LWG4419": {
		"type": "issue",
		"title": "let_value/error/stopped should specify the attributes of their senders",
		"long_link": "https://cplusplus.github.io/LWG/issue4419",
		"link": "https://wg21.link/lwg4419",
		"section": "33.9.12.10 [exec.let]",
		"status": "Resolved",
		"submitter": "Eric Niebler",
		"opened": "2025-10-16",
		"last_modified": "2026-03-31"
	},
	"LWG4420": {
		"type": "issue",
		"title": "§[simd] conversions (constructor, load, stores, gather, and scatter) are incorrectly constrained for <stdfloat> types",
		"long_link": "https://cplusplus.github.io/LWG/issue4420",
		"link": "https://wg21.link/lwg4420",
		"section": "29.10 [simd]",
		"status": "WP",
		"submitter": "Matthias Kretz",
		"opened": "2025-10-15",
		"last_modified": "2025-11-11",
		"github_url": "https://github.com/cplusplus/papers/issues/2516"
	},
	"LWG4421": {
		"type": "issue",
		"title": "Clarify the output encoding of to_chars for integers",
		"long_link": "https://cplusplus.github.io/LWG/issue4421",
		"link": "https://wg21.link/lwg4421",
		"section": "28.2.2 [charconv.to.chars]",
		"status": "New",
		"submitter": "Jan Schultke",
		"opened": "2025-10-17",
		"last_modified": "2025-10-23"
	},
	"LWG4422": {
		"type": "issue",
		"title": "meta::access_context should be a consteval-only type",
		"long_link": "https://cplusplus.github.io/LWG/issue4422",
		"link": "https://wg21.link/lwg4422",
		"section": "21.4.8 [meta.reflection.access.context]",
		"status": "WP",
		"submitter": "Jakub Jelinek",
		"opened": "2025-10-20",
		"last_modified": "2025-11-11"
	},
	"LWG4423": {
		"type": "issue",
		"title": "meta::data_member_spec allows negative bit-field widths",
		"long_link": "https://cplusplus.github.io/LWG/issue4423",
		"link": "https://wg21.link/lwg4423",
		"section": "21.4.16 [meta.reflection.define.aggregate]",
		"status": "WP",
		"submitter": "Jakub Jelinek",
		"opened": "2025-10-20",
		"last_modified": "2025-11-11"
	},
	"LWG4424": {
		"type": "issue",
		"title": "meta::define_aggregate should require a class type",
		"long_link": "https://cplusplus.github.io/LWG/issue4424",
		"link": "https://wg21.link/lwg4424",
		"section": "21.4.16 [meta.reflection.define.aggregate]",
		"status": "WP",
		"submitter": "Jakub Jelinek",
		"opened": "2025-10-20",
		"last_modified": "2025-11-11"
	},
	"LWG4425": {
		"type": "issue",
		"title": "CTAD function_ref of data member pointer should produce noexcept signature",
		"long_link": "https://cplusplus.github.io/LWG/issue4425",
		"link": "https://wg21.link/lwg4425",
		"section": "22.10.17.6.5 [func.wrap.ref.deduct]",
		"status": "WP",
		"submitter": "Tomasz Kamiński",
		"opened": "2025-10-20",
		"last_modified": "2025-11-11"
	},
	"LWG4426": {
		"type": "issue",
		"title": "Clarify what meta::reflect_constant_string considers a string literal",
		"long_link": "https://cplusplus.github.io/LWG/issue4426",
		"link": "https://wg21.link/lwg4426",
		"section": "21.4.15 [meta.reflection.array]",
		"status": "WP",
		"submitter": "Jakub Jelinek",
		"opened": "2025-10-21",
		"last_modified": "2025-11-11"
	},
	"LWG4427": {
		"type": "issue",
		"title": "meta::dealias needs to work with things that aren't entities",
		"long_link": "https://cplusplus.github.io/LWG/issue4427",
		"link": "https://wg21.link/lwg4427",
		"section": "21.4.7 [meta.reflection.queries]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2025-10-24",
		"last_modified": "2025-11-11"
	},
	"LWG4428": {
		"type": "issue",
		"title": "Metafunctions should not be defined in terms of constant subexpressions",
		"long_link": "https://cplusplus.github.io/LWG/issue4428",
		"link": "https://wg21.link/lwg4428",
		"section": "21.4.9 [meta.reflection.access.queries], 21.4.18 [meta.reflection.annotation], 21.4.15 [meta.reflection.array]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2025-10-24",
		"last_modified": "2025-11-11"
	},
	"LWG4429": {
		"type": "issue",
		"title": "meta::alignment_of should exclude data member description of bit-field",
		"long_link": "https://cplusplus.github.io/LWG/issue4429",
		"link": "https://wg21.link/lwg4429",
		"section": "21.4.11 [meta.reflection.layout]",
		"status": "WP",
		"submitter": "Tomasz Kamiński",
		"opened": "2025-10-24",
		"last_modified": "2025-11-11"
	},
	"LWG4430": {
		"type": "issue",
		"title": "from_chars should not parse \"0b\" base prefixes",
		"long_link": "https://cplusplus.github.io/LWG/issue4430",
		"link": "https://wg21.link/lwg4430",
		"section": "28.2.3 [charconv.from.chars]",
		"status": "WP",
		"submitter": "Jan Schultke",
		"opened": "2025-10-20",
		"last_modified": "2025-11-11"
	},
	"LWG4431": {
		"type": "issue",
		"title": "Parallel std::ranges::destroy should allow exceptions",
		"long_link": "https://cplusplus.github.io/LWG/issue4431",
		"link": "https://wg21.link/lwg4431",
		"section": "20.2.2 [memory.syn]",
		"status": "WP",
		"submitter": "Ruslan Arutyunyan",
		"opened": "2025-10-24",
		"last_modified": "2025-11-11"
	},
	"LWG4432": {
		"type": "issue",
		"title": "Clarify element initialization for meta::reflect_constant_array",
		"long_link": "https://cplusplus.github.io/LWG/issue4432",
		"link": "https://wg21.link/lwg4432",
		"section": "21.4.3 [meta.define.static]",
		"status": "WP",
		"submitter": "Tomasz Kamiński",
		"opened": "2025-10-27",
		"last_modified": "2025-11-11"
	},
	"LWG4433": {
		"type": "issue",
		"title": "Incorrect query for C language linkage",
		"long_link": "https://cplusplus.github.io/LWG/issue4433",
		"link": "https://wg21.link/lwg4433",
		"section": "21.4.7 [meta.reflection.queries]",
		"status": "WP",
		"submitter": "Tomasz Kamiński",
		"opened": "2025-10-27",
		"last_modified": "2025-11-11"
	},
	"LWG4434": {
		"type": "issue",
		"title": "meta::is_accessible does not need to consider incomplete D",
		"long_link": "https://cplusplus.github.io/LWG/issue4434",
		"link": "https://wg21.link/lwg4434",
		"section": "21.4.9 [meta.reflection.access.queries]",
		"status": "WP",
		"submitter": "Jakub Jelinek",
		"opened": "2025-10-27",
		"last_modified": "2025-11-11"
	},
	"LWG4435": {
		"type": "issue",
		"title": "meta::has_identifier doesn't handle all types",
		"long_link": "https://cplusplus.github.io/LWG/issue4435",
		"link": "https://wg21.link/lwg4435",
		"section": "21.4.6 [meta.reflection.names]",
		"status": "WP",
		"submitter": "Jakub Jelinek",
		"opened": "2025-10-27",
		"last_modified": "2025-11-11"
	},
	"LWG4436": {
		"type": "issue",
		"title": "simd broadcast is overconstrained — std::cw<0.f> is not convertible to simd::vec<float16_t>",
		"long_link": "https://cplusplus.github.io/LWG/issue4436",
		"link": "https://wg21.link/lwg4436",
		"section": "29.10.7.2 [simd.ctor]",
		"status": "Resolved",
		"submitter": "Matthias Kretz",
		"opened": "2025-10-28",
		"last_modified": "2026-03-31"
	},
	"LWG4437": {
		"type": "issue",
		"title": "constant_of(^^v) for variable v of array type produces reflection of pointer constant",
		"long_link": "https://cplusplus.github.io/LWG/issue4437",
		"link": "https://wg21.link/lwg4437",
		"section": "21.4.7 [meta.reflection.queries]",
		"status": "Resolved",
		"submitter": "Tomasz Kamiński",
		"opened": "2025-10-29",
		"last_modified": "2025-11-11"
	},
	"LWG4438": {
		"type": "issue",
		"title": "Bad expression in [exec.when.all]",
		"long_link": "https://cplusplus.github.io/LWG/issue4438",
		"link": "https://wg21.link/lwg4438",
		"section": "33.9.12.12 [exec.when.all]",
		"status": "WP",
		"submitter": "Eric Niebler",
		"opened": "2025-10-30",
		"last_modified": "2025-11-11"
	},
	"LWG4439": {
		"type": "issue",
		"title": "std::optional<T&>::swap possibly selects ADL-found swap",
		"long_link": "https://cplusplus.github.io/LWG/issue4439",
		"link": "https://wg21.link/lwg4439",
		"section": "22.5.4.4 [optional.ref.swap]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2025-10-31",
		"last_modified": "2025-11-11"
	},
	"LWG4440": {
		"type": "issue",
		"title": "Forward declarations of entities need also in entries",
		"long_link": "https://cplusplus.github.io/LWG/issue4440",
		"link": "https://wg21.link/lwg4440",
		"section": "17.3.2 [version.syn]",
		"status": "WP",
		"submitter": "Tomasz Kamiński",
		"opened": "2025-11-03",
		"last_modified": "2025-11-11"
	},
	"LWG4441": {
		"type": "issue",
		"title": "ranges::rotate do not handle sized-but-not-sized-sentinel ranges correctly",
		"long_link": "https://cplusplus.github.io/LWG/issue4441",
		"link": "https://wg21.link/lwg4441",
		"section": "26.7.11 [alg.rotate], 26.8.2.3 [partial.sort], 26.8.3 [alg.nth.element], 26.8.6 [alg.merge]",
		"status": "WP",
		"submitter": "Tomasz Kamiński",
		"opened": "2025-11-03",
		"last_modified": "2025-11-11"
	},
	"LWG4442": {
		"type": "issue",
		"title": "Clarify expr and fn for meta::reflect_object and meta::reflect_function",
		"long_link": "https://cplusplus.github.io/LWG/issue4442",
		"link": "https://wg21.link/lwg4442",
		"section": "21.4.14 [meta.reflection.result]",
		"status": "WP",
		"submitter": "Tomasz Kamiński",
		"opened": "2025-11-04",
		"last_modified": "2025-11-11"
	},
	"LWG4443": {
		"type": "issue",
		"title": "Clean up identifier comparisons in meta::define_aggregate",
		"long_link": "https://cplusplus.github.io/LWG/issue4443",
		"link": "https://wg21.link/lwg4443",
		"section": "21.4.16 [meta.reflection.define.aggregate]",
		"status": "WP",
		"submitter": "Tomasz Kamiński",
		"opened": "2025-11-04",
		"last_modified": "2025-11-11"
	},
	"LWG4444": {
		"type": "issue",
		"title": "Fix default template arguments for ranges::replace and ranges::replace_if",
		"long_link": "https://cplusplus.github.io/LWG/issue4444",
		"link": "https://wg21.link/lwg4444",
		"section": "26.7.5 [alg.replace], 26.4 [algorithm.syn]",
		"status": "WP",
		"submitter": "Tim Song",
		"opened": "2025-11-04",
		"last_modified": "2025-11-11"
	},
	"LWG4445": {
		"type": "issue",
		"title": "sch_ must not be in moved-from state",
		"long_link": "https://cplusplus.github.io/LWG/issue4445",
		"link": "https://wg21.link/lwg4445",
		"section": "33.13.5 [exec.task.scheduler]",
		"status": "WP",
		"submitter": "Tomasz Kamiński",
		"opened": "2025-11-05",
		"last_modified": "2025-11-11"
	},
	"LWG4446": {
		"type": "issue",
		"title": "Bad phrasing for SCHED(s)",
		"long_link": "https://cplusplus.github.io/LWG/issue4446",
		"link": "https://wg21.link/lwg4446",
		"section": "33.13.5 [exec.task.scheduler]",
		"status": "WP",
		"submitter": "Tomasz Kamiński",
		"opened": "2025-11-05",
		"last_modified": "2025-11-11"
	},
	"LWG4447": {
		"type": "issue",
		"title": "Remove unnecessary sizeof…(Env) > 1 condition",
		"long_link": "https://cplusplus.github.io/LWG/issue4447",
		"link": "https://wg21.link/lwg4447",
		"section": "33.4 [execution.syn]",
		"status": "WP",
		"submitter": "Tomasz Kamiński",
		"opened": "2025-11-05",
		"last_modified": "2025-11-11"
	},
	"LWG4448": {
		"type": "issue",
		"title": "Do not forward fn in completion_signatures",
		"long_link": "https://cplusplus.github.io/LWG/issue4448",
		"link": "https://wg21.link/lwg4448",
		"section": "33.10 [exec.cmplsig]",
		"status": "WP",
		"submitter": "Tomasz Kamiński",
		"opened": "2025-11-05",
		"last_modified": "2025-11-11"
	},
	"LWG4449": {
		"type": "issue",
		"title": "define_aggregate members must be public",
		"long_link": "https://cplusplus.github.io/LWG/issue4449",
		"link": "https://wg21.link/lwg4449",
		"section": "21.4.16 [meta.reflection.define.aggregate]",
		"status": "WP",
		"submitter": "Daniel Katz",
		"opened": "2025-11-05",
		"last_modified": "2025-11-11"
	},
	"LWG4450": {
		"type": "issue",
		"title": "std::atomic_ref<T>::store_key should be disabled for const T",
		"long_link": "https://cplusplus.github.io/LWG/issue4450",
		"link": "https://wg21.link/lwg4450",
		"section": "32.5.7.3 [atomics.ref.int]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2025-11-05",
		"last_modified": "2025-11-11"
	},
	"LWG4451": {
		"type": "issue",
		"title": "make_shared should not refer to a type U[N] for runtime N",
		"long_link": "https://cplusplus.github.io/LWG/issue4451",
		"link": "https://wg21.link/lwg4451",
		"section": "20.3.2.2.7 [util.smartptr.shared.create]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2025-11-05",
		"last_modified": "2025-11-11"
	},
	"LWG4452": {
		"type": "issue",
		"title": "Make deref-move constexpr",
		"long_link": "https://cplusplus.github.io/LWG/issue4452",
		"link": "https://wg21.link/lwg4452",
		"section": "26.11.1 [specialized.algorithms.general]",
		"status": "WP",
		"submitter": "S.B. Tam",
		"opened": "2025-11-05",
		"last_modified": "2025-11-11"
	},
	"LWG4453": {
		"type": "issue",
		"title": "atomic_ref<cv T>::required_alignment should be the same as for T",
		"long_link": "https://cplusplus.github.io/LWG/issue4453",
		"link": "https://wg21.link/lwg4453",
		"section": "32.5.7.2 [atomics.ref.ops]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2025-11-06",
		"last_modified": "2026-03-31"
	},
	"LWG4454": {
		"type": "issue",
		"title": "assert should forbid co_await and co_yield",
		"long_link": "https://cplusplus.github.io/LWG/issue4454",
		"link": "https://wg21.link/lwg4454",
		"section": "19.3.3 [assertions.assert]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2025-11-06",
		"last_modified": "2026-03-31"
	},
	"LWG4455": {
		"type": "issue",
		"title": "Add missing constraint to basic-sender::get_completion_signatures definition",
		"long_link": "https://cplusplus.github.io/LWG/issue4455",
		"link": "https://wg21.link/lwg4455",
		"section": "33.9.2 [exec.snd.expos]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2025-11-06",
		"last_modified": "2025-11-11"
	},
	"LWG4456": {
		"type": "issue",
		"title": "Decay Data and Child in make-sender",
		"long_link": "https://cplusplus.github.io/LWG/issue4456",
		"link": "https://wg21.link/lwg4456",
		"section": "33.9.2 [exec.snd.expos]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2025-11-06",
		"last_modified": "2025-11-11"
	},
	"LWG4457": {
		"type": "issue",
		"title": "freestanding for stable_sort, stable_partition and inplace_merge",
		"long_link": "https://cplusplus.github.io/LWG/issue4457",
		"link": "https://wg21.link/lwg4457",
		"section": "26.4 [algorithm.syn]",
		"status": "WP",
		"submitter": "Braden Ganetsky",
		"opened": "2025-11-06",
		"last_modified": "2026-03-31"
	},
	"LWG4458": {
		"type": "issue",
		"title": "indirect<T> should be convertible to T&",
		"long_link": "https://cplusplus.github.io/LWG/issue4458",
		"link": "https://wg21.link/lwg4458",
		"section": "20.4.1.6 [indirect.obs]",
		"status": "New",
		"submitter": "Zhihao Yuan",
		"opened": "2025-11-05",
		"last_modified": "2025-11-06"
	},
	"LWG4459": {
		"type": "issue",
		"title": "Protect get_completion_signatures fold expression from overloaded commas",
		"long_link": "https://cplusplus.github.io/LWG/issue4459",
		"link": "https://wg21.link/lwg4459",
		"section": "33.9.2 [exec.snd.expos]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2025-11-07",
		"last_modified": "2025-11-11"
	},
	"LWG4460": {
		"type": "issue",
		"title": "Missing Throws: for last variant constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue4460",
		"link": "https://wg21.link/lwg4460",
		"section": "22.6.3.2 [variant.ctor]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2025-11-07",
		"last_modified": "2026-03-31"
	},
	"LWG4461": {
		"type": "issue",
		"title": "stop-when needs to evaluate unstoppable tokens",
		"long_link": "https://cplusplus.github.io/LWG/issue4461",
		"link": "https://wg21.link/lwg4461",
		"section": "33.9.12.17 [exec.stop.when]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2025-11-06",
		"last_modified": "2025-11-11"
	},
	"LWG4462": {
		"type": "issue",
		"title": "Algorithm requirements don't describe semantics of s - i well",
		"long_link": "https://cplusplus.github.io/LWG/issue4462",
		"link": "https://wg21.link/lwg4462",
		"section": "26.2 [algorithms.requirements]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2025-11-07",
		"last_modified": "2025-11-11"
	},
	"LWG4463": {
		"type": "issue",
		"title": "Change wording to 'model' from 'subsumes' in [algorithms.parallel.user]",
		"long_link": "https://cplusplus.github.io/LWG/issue4463",
		"link": "https://wg21.link/lwg4463",
		"section": "26.3.2 [algorithms.parallel.user]",
		"status": "WP",
		"submitter": "Ruslan Arutyunyan",
		"opened": "2025-11-07",
		"last_modified": "2025-11-11"
	},
	"LWG4464": {
		"type": "issue",
		"title": "§[alg.merge] Wording tweaks",
		"long_link": "https://cplusplus.github.io/LWG/issue4464",
		"link": "https://wg21.link/lwg4464",
		"section": "26.8.6 [alg.merge]",
		"status": "WP",
		"submitter": "Ruslan Arutyunyan",
		"opened": "2025-11-07",
		"last_modified": "2025-11-11"
	},
	"LWG4465": {
		"type": "issue",
		"title": "§[alg.partitions] Clarify Returns: element",
		"long_link": "https://cplusplus.github.io/LWG/issue4465",
		"link": "https://wg21.link/lwg4465",
		"section": "26.8.5 [alg.partitions]",
		"status": "WP",
		"submitter": "Ruslan Arutyunyan",
		"opened": "2025-11-07",
		"last_modified": "2025-11-11"
	},
	"LWG4466": {
		"type": "issue",
		"title": "task should move its result",
		"long_link": "https://cplusplus.github.io/LWG/issue4466",
		"link": "https://wg21.link/lwg4466",
		"section": "33.13.6.5 [task.promise]",
		"status": "Resolved",
		"submitter": "Robert A.H. Leahy",
		"opened": "2025-11-05",
		"last_modified": "2026-04-01"
	},
	"LWG4467": {
		"type": "issue",
		"title": "hive::splice can throw bad_alloc",
		"long_link": "https://cplusplus.github.io/LWG/issue4467",
		"link": "https://wg21.link/lwg4467",
		"section": "23.3.9.5 [hive.operations]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2025-11-07",
		"last_modified": "2026-03-31"
	},
	"LWG4468": {
		"type": "issue",
		"title": "§[const.wrap.class] \"operator decltype(auto)\" is ill-formed",
		"long_link": "https://cplusplus.github.io/LWG/issue4468",
		"link": "https://wg21.link/lwg4468",
		"section": "21.3.5 [const.wrap.class]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2025-11-07",
		"last_modified": "2026-03-31"
	},
	"LWG4469": {
		"type": "issue",
		"title": "Names of parameters of addressable function shall remain unspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue4469",
		"link": "https://wg21.link/lwg4469",
		"section": "16.4.5.2.1 [namespace.std]",
		"status": "WP",
		"submitter": "Tomasz Kamiński",
		"opened": "2025-11-14",
		"last_modified": "2026-03-31"
	},
	"LWG4470": {
		"type": "issue",
		"title": "The use of integer-from<Bytes> all over [simd] is incorrect for Bytes=sizeof(complex<double>)",
		"long_link": "https://cplusplus.github.io/LWG/issue4470",
		"link": "https://wg21.link/lwg4470",
		"section": "29.10 [simd]",
		"status": "Resolved",
		"submitter": "Matthias Kretz",
		"opened": "2025-11-04",
		"last_modified": "2026-03-31"
	},
	"LWG4471": {
		"type": "issue",
		"title": "Remove test for get_env noexcept-ness from inline_scheduler",
		"long_link": "https://cplusplus.github.io/LWG/issue4471",
		"link": "https://wg21.link/lwg4471",
		"section": "33.13.4 [exec.inline.scheduler]",
		"status": "New",
		"submitter": "Eric Niebler",
		"opened": "2025-11-05",
		"last_modified": "2026-01-16"
	},
	"LWG4472": {
		"type": "issue",
		"title": "std::atomic_ref<const T> can be constructed from temporaries",
		"long_link": "https://cplusplus.github.io/LWG/issue4472",
		"link": "https://wg21.link/lwg4472",
		"section": "32.5.7 [atomics.ref.generic]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2025-11-11",
		"last_modified": "2026-03-31"
	},
	"LWG4473": {
		"type": "issue",
		"title": "<cfloat> should be specified not to contain all macros in <float.h>",
		"long_link": "https://cplusplus.github.io/LWG/issue4473",
		"link": "https://wg21.link/lwg4473",
		"section": "17.3.7 [cfloat.syn]",
		"status": "New",
		"submitter": "Jan Schultke",
		"opened": "2025-11-13",
		"last_modified": "2026-01-16"
	},
	"LWG4474": {
		"type": "issue",
		"title": "\"round_to_nearest\" rounding mode is unclear",
		"long_link": "https://cplusplus.github.io/LWG/issue4474",
		"link": "https://wg21.link/lwg4474",
		"section": "17.3.4 [round.style]",
		"status": "WP",
		"submitter": "Jan Schultke",
		"opened": "2025-11-13",
		"last_modified": "2026-03-31"
	},
	"LWG4475": {
		"type": "issue",
		"title": "The description to single total order in [thread.mutex.requirements.mutex.general] is hollow",
		"long_link": "https://cplusplus.github.io/LWG/issue4475",
		"link": "https://wg21.link/lwg4475",
		"section": "32.6.4.2.1 [thread.mutex.requirements.mutex.general]",
		"status": "Tentatively NAD",
		"submitter": "jim x",
		"opened": "2025-11-14",
		"last_modified": "2026-01-16"
	},
	"LWG4476": {
		"type": "issue",
		"title": "run_loop should not have a set_error completion",
		"long_link": "https://cplusplus.github.io/LWG/issue4476",
		"link": "https://wg21.link/lwg4476",
		"section": "33.12.1.1 [exec.run.loop.general]",
		"status": "WP",
		"submitter": "Eric Niebler",
		"opened": "2025-11-16",
		"last_modified": "2026-03-31"
	},
	"LWG4477": {
		"type": "issue",
		"title": "Placement operator delete should be constexpr",
		"long_link": "https://cplusplus.github.io/LWG/issue4477",
		"link": "https://wg21.link/lwg4477",
		"section": "17.6.3.4 [new.delete.placement]",
		"status": "WP",
		"submitter": "Jakub Jelinek",
		"opened": "2025-11-18",
		"last_modified": "2026-03-31"
	},
	"LWG4478": {
		"type": "issue",
		"title": "meta::has_identifier is not specified for annotations",
		"long_link": "https://cplusplus.github.io/LWG/issue4478",
		"link": "https://wg21.link/lwg4478",
		"section": "21.4.6 [meta.reflection.names]",
		"status": "WP",
		"submitter": "Jakub Jelinek",
		"opened": "2025-11-18",
		"last_modified": "2026-03-31"
	},
	"LWG4479": {
		"type": "issue",
		"title": "Missing restrictions on which types can be tuple elements",
		"long_link": "https://cplusplus.github.io/LWG/issue4479",
		"link": "https://wg21.link/lwg4479",
		"section": "22.4.4.1 [tuple.tuple.general]",
		"status": "New",
		"submitter": "Davis Herring",
		"opened": "2025-11-21",
		"last_modified": "2026-01-16"
	},
	"LWG4480": {
		"type": "issue",
		"title": "<stdatomic.h> should provide ATOMIC_CHAR8_T_LOCK_FREE",
		"long_link": "https://cplusplus.github.io/LWG/issue4480",
		"link": "https://wg21.link/lwg4480",
		"section": "32.5.12 [stdatomic.h.syn]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2025-11-21",
		"last_modified": "2026-03-31"
	},
	"LWG4481": {
		"type": "issue",
		"title": "Disallow chrono::duration<const T, P>",
		"long_link": "https://cplusplus.github.io/LWG/issue4481",
		"link": "https://wg21.link/lwg4481",
		"section": "30.5.1 [time.duration.general]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2025-11-26",
		"last_modified": "2026-03-31"
	},
	"LWG4482": {
		"type": "issue",
		"title": "adjacent_view::{begin,end} const overloads are under-constrained",
		"long_link": "https://cplusplus.github.io/LWG/issue4482",
		"link": "https://wg21.link/lwg4482",
		"section": "25.7.27.2 [range.adjacent.view]",
		"status": "NAD",
		"submitter": "Hui Xie",
		"opened": "2025-11-23",
		"last_modified": "2026-02-20"
	},
	"LWG4483": {
		"type": "issue",
		"title": "Multidimensional arrays are not supported by meta::reflect_constant_array and related functions",
		"long_link": "https://cplusplus.github.io/LWG/issue4483",
		"link": "https://wg21.link/lwg4483",
		"section": "21.4.3 [meta.define.static]",
		"status": "WP",
		"submitter": "Tomasz Kamiński",
		"opened": "2025-11-27",
		"last_modified": "2026-03-31"
	},
	"LWG4484": {
		"type": "issue",
		"title": "std::meta::reflect_constant_{string,array} talks about template parameter objects of built-in array types",
		"long_link": "https://cplusplus.github.io/LWG/issue4484",
		"link": "https://wg21.link/lwg4484",
		"section": "21.4.3 [meta.define.static]",
		"status": "NAD",
		"submitter": "Jiang An",
		"opened": "2025-11-25",
		"last_modified": "2025-12-05"
	},
	"LWG4485": {
		"type": "issue",
		"title": "Move specification for task::stop_token_type",
		"long_link": "https://cplusplus.github.io/LWG/issue4485",
		"link": "https://wg21.link/lwg4485",
		"section": "33.13.6.4 [task.state]",
		"status": "WP",
		"submitter": "Tomasz Kamiński",
		"opened": "2025-12-08",
		"last_modified": "2026-03-31"
	},
	"LWG4486": {
		"type": "issue",
		"title": "integral-constant-like and constexpr-wrapper-like exposition-only concept duplication",
		"long_link": "https://cplusplus.github.io/LWG/issue4486",
		"link": "https://wg21.link/lwg4486",
		"section": "23.7.2.1 [span.syn], 29.10.2 [simd.expos]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2025-12-12",
		"last_modified": "2026-03-31"
	},
	"LWG4487": {
		"type": "issue",
		"title": "Is member is_steady of a Cpp17Clock type required to be usable in constant expressions?",
		"long_link": "https://cplusplus.github.io/LWG/issue4487",
		"link": "https://wg21.link/lwg4487",
		"section": "30.3 [time.clock.req]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2025-11-26",
		"last_modified": "2026-01-16"
	},
	"LWG4488": {
		"type": "issue",
		"title": "Undesired status for some functions in <cmath>",
		"long_link": "https://cplusplus.github.io/LWG/issue4488",
		"link": "https://wg21.link/lwg4488",
		"section": "16.4.2.3 [headers]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2025-12-08",
		"last_modified": "2026-01-16"
	},
	"LWG4489": {
		"type": "issue",
		"title": "concat_view::iterator's iter_swap has tautologically false noexcept specification",
		"long_link": "https://cplusplus.github.io/LWG/issue4489",
		"link": "https://wg21.link/lwg4489",
		"section": "25.7.18.3 [range.concat.iterator]",
		"status": "New",
		"submitter": "Nhat Nguyen",
		"opened": "2025-12-10",
		"last_modified": "2026-01-19"
	},
	"LWG4490": {
		"type": "issue",
		"title": "Allow calling std::ranges::size in ranges algorithms",
		"long_link": "https://cplusplus.github.io/LWG/issue4490",
		"link": "https://wg21.link/lwg4490",
		"section": "26.2 [algorithms.requirements]",
		"status": "Open",
		"submitter": "Ruslan Arutyunyan",
		"opened": "2025-12-12",
		"last_modified": "2026-02-02"
	},
	"LWG4491": {
		"type": "issue",
		"title": "Rename submdspan_extents and submdspan_canonicalize_slices",
		"long_link": "https://cplusplus.github.io/LWG/issue4491",
		"link": "https://wg21.link/lwg4491",
		"section": "23.7.3.7 [mdspan.sub]",
		"status": "WP",
		"submitter": "Tomasz Kamiński",
		"opened": "2025-12-16",
		"last_modified": "2026-03-31"
	},
	"LWG4492": {
		"type": "issue",
		"title": "std::generate and std::ranges::generate wording is unclear for parallel algorithms",
		"long_link": "https://cplusplus.github.io/LWG/issue4492",
		"link": "https://wg21.link/lwg4492",
		"section": "26.7.7 [alg.generate]",
		"status": "WP",
		"submitter": "Ruslan Arutyunyan",
		"opened": "2025-12-12",
		"last_modified": "2026-03-31"
	},
	"LWG4493": {
		"type": "issue",
		"title": "Specification for some functions of bit reference types seems missing",
		"long_link": "https://cplusplus.github.io/LWG/issue4493",
		"link": "https://wg21.link/lwg4493",
		"section": "22.9.2.1 [template.bitset.general], 23.3.14.1 [vector.bool.pspc]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2025-12-16",
		"last_modified": "2026-03-31"
	},
	"LWG4494": {
		"type": "issue",
		"title": "Add consteval to std::meta::exception defaulted member functions",
		"long_link": "https://cplusplus.github.io/LWG/issue4494",
		"link": "https://wg21.link/lwg4494",
		"section": "21.4.4 [meta.reflection.exception]",
		"status": "Tentatively NAD",
		"submitter": "Marek Polacek",
		"opened": "2025-12-16",
		"last_modified": "2026-01-28"
	},
	"LWG4495": {
		"type": "issue",
		"title": "§[meta.reflection.queries] is_deleted on function templates",
		"long_link": "https://cplusplus.github.io/LWG/issue4495",
		"link": "https://wg21.link/lwg4495",
		"section": "21.4.7 [meta.reflection.queries]",
		"status": "NAD",
		"submitter": "Jakub Jelinek",
		"opened": "2025-12-18",
		"last_modified": "2026-02-20"
	},
	"LWG4496": {
		"type": "issue",
		"title": "Precedes vs Reachable in [meta.reflection]",
		"long_link": "https://cplusplus.github.io/LWG/issue4496",
		"link": "https://wg21.link/lwg4496",
		"section": "21.4 [meta.reflection]",
		"status": "WP",
		"submitter": "Daniel Katz",
		"opened": "2025-12-11",
		"last_modified": "2026-03-31"
	},
	"LWG4497": {
		"type": "issue",
		"title": "std::nullopt_t should be comparable",
		"long_link": "https://cplusplus.github.io/LWG/issue4497",
		"link": "https://wg21.link/lwg4497",
		"section": "22.5.5 [optional.nullopt]",
		"status": "WP",
		"submitter": "Barry Revzin",
		"opened": "2025-12-21",
		"last_modified": "2026-03-31"
	},
	"LWG4498": {
		"type": "issue",
		"title": "§[atomics.order] The total order should be intended to be a strict total order",
		"long_link": "https://cplusplus.github.io/LWG/issue4498",
		"link": "https://wg21.link/lwg4498",
		"section": "32.5.4 [atomics.order]",
		"status": "SG1",
		"submitter": "jim x",
		"opened": "2025-12-09",
		"last_modified": "2026-03-08",
		"github_url": "https://github.com/cplusplus/papers/issues/2620"
	},
	"LWG4499": {
		"type": "issue",
		"title": "flat_set::insert_range specification may be problematic",
		"long_link": "https://cplusplus.github.io/LWG/issue4499",
		"link": "https://wg21.link/lwg4499",
		"section": "23.6.11.5 [flat.set.modifiers], 23.6.12.5 [flat.multiset.modifiers]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2025-12-22",
		"last_modified": "2026-03-31"
	},
	"LWG4500": {
		"type": "issue",
		"title": "constant_wrapper wording problems",
		"long_link": "https://cplusplus.github.io/LWG/issue4500",
		"link": "https://wg21.link/lwg4500",
		"section": "21.3.5 [const.wrap.class]",
		"status": "WP",
		"submitter": "Matthias Wippich",
		"opened": "2026-01-07",
		"last_modified": "2026-03-31"
	},
	"LWG4501": {
		"type": "issue",
		"title": "std::execution::let_* Unconditionally Potentially Evaluates std::execution::set_error",
		"long_link": "https://cplusplus.github.io/LWG/issue4501",
		"link": "https://wg21.link/lwg4501",
		"section": "33.9.12.10 [exec.let]",
		"status": "Resolved",
		"submitter": "Robert Leahy",
		"opened": "2026-01-11",
		"last_modified": "2026-04-01"
	},
	"LWG4502": {
		"type": "issue",
		"title": "std::execution::when_all Is Never Nothrow Connectable",
		"long_link": "https://cplusplus.github.io/LWG/issue4502",
		"link": "https://wg21.link/lwg4502",
		"section": "33.9.12.12 [exec.when.all]",
		"status": "New",
		"submitter": "Robert Leahy",
		"opened": "2026-01-11",
		"last_modified": "2026-02-18"
	},
	"LWG4503": {
		"type": "issue",
		"title": "Use of std::common_reference_with in std::assignable_from seems incorrect",
		"long_link": "https://cplusplus.github.io/LWG/issue4503",
		"link": "https://wg21.link/lwg4503",
		"section": "18.4.8 [concept.assignable]",
		"status": "LEWG",
		"submitter": "Jiang An",
		"opened": "2025-12-24",
		"last_modified": "2026-02-18",
		"github_url": "https://github.com/cplusplus/papers/issues/2617"
	},
	"LWG4504": {
		"type": "issue",
		"title": "Wording problem in {simple_}counting_scope",
		"long_link": "https://cplusplus.github.io/LWG/issue4504",
		"link": "https://wg21.link/lwg4504",
		"section": "33.14.2.2.3 [exec.simple.counting.mem]",
		"status": "WP",
		"submitter": "Ian Petersen",
		"opened": "2025-12-24",
		"last_modified": "2026-03-31"
	},
	"LWG4505": {
		"type": "issue",
		"title": "The std::make_optional overload taking std::initializer_list should not accept a reference type as its template argument",
		"long_link": "https://cplusplus.github.io/LWG/issue4505",
		"link": "https://wg21.link/lwg4505",
		"section": "22.5.10 [optional.specalg]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2025-12-25",
		"last_modified": "2026-02-18"
	},
	"LWG4506": {
		"type": "issue",
		"title": "source_location is explicitly unspecified if is constexpr or not",
		"long_link": "https://cplusplus.github.io/LWG/issue4506",
		"link": "https://wg21.link/lwg4506",
		"section": "17.8.2 [support.srcloc.class]",
		"status": "WP",
		"submitter": "Hana Dusíková",
		"opened": "2025-12-27",
		"last_modified": "2026-03-31"
	},
	"LWG4507": {
		"type": "issue",
		"title": "The order of side effects initiated by I/O functions is not described by happen-before",
		"long_link": "https://cplusplus.github.io/LWG/issue4507",
		"link": "https://wg21.link/lwg4507",
		"section": "31 [input.output]",
		"status": "Core",
		"submitter": "jim x",
		"opened": "2025-12-29",
		"last_modified": "2026-02-18",
		"github_url": "https://github.com/cplusplus/papers/issues/2618"
	},
	"LWG4508": {
		"type": "issue",
		"title": "Meaning of \"compatible\" and C++ desire for C23 changes unclear for va_arg",
		"long_link": "https://cplusplus.github.io/LWG/issue4508",
		"link": "https://wg21.link/lwg4508",
		"section": "17.14.2 [cstdarg.syn]",
		"status": "New",
		"submitter": "Hubert Tong",
		"opened": "2025-12-15",
		"last_modified": "2026-02-18"
	},
	"LWG4509": {
		"type": "issue",
		"title": "std::optional<T>::transform cannot be implemented while supporting program-defined specializations",
		"long_link": "https://cplusplus.github.io/LWG/issue4509",
		"link": "https://wg21.link/lwg4509",
		"section": "22.5.3.8 [optional.monadic]",
		"status": "LEWG",
		"submitter": "Rasheeq Azad",
		"opened": "2025-12-24",
		"last_modified": "2026-02-18",
		"github_url": "https://github.com/cplusplus/papers/issues/2619"
	},
	"LWG4510": {
		"type": "issue",
		"title": "Ambiguity of std::ranges::advance and std::ranges::next when the difference type is also a sentinel type",
		"long_link": "https://cplusplus.github.io/LWG/issue4510",
		"link": "https://wg21.link/lwg4510",
		"section": "24.4.4.2 [range.iter.op.advance], 24.4.4.4 [range.iter.op.next]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2026-01-09",
		"last_modified": "2026-03-31"
	},
	"LWG4511": {
		"type": "issue",
		"title": "Inconsistency between the deduction guide of std::mdspan taking (data_handle_type, mapping_type, accessor_type) and the corresponding constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue4511",
		"link": "https://wg21.link/lwg4511",
		"section": "23.7.3.6.1 [mdspan.mdspan.overview]",
		"status": "WP",
		"submitter": "Jiang An",
		"opened": "2026-01-09",
		"last_modified": "2026-03-31"
	},
	"LWG4512": {
		"type": "issue",
		"title": "The system_encoded_string() and generic_system_encoded_string() member functions of std::filesystem::path are misnamed",
		"long_link": "https://cplusplus.github.io/LWG/issue4512",
		"link": "https://wg21.link/lwg4512",
		"section": "31.12.6.1 [fs.class.path.general], 31.12.6.3.2 [fs.path.type.cvt], 31.12.6.5.6 [fs.path.native.obs], 31.12.6.5.7 [fs.path.generic.obs], D.22.2 [depr.fs.path.obs]",
		"status": "WP",
		"submitter": "Tom Honermann",
		"opened": "2026-01-11",
		"last_modified": "2026-03-31"
	},
	"LWG4513": {
		"type": "issue",
		"title": "meta::exception::what() should be consteval",
		"long_link": "https://cplusplus.github.io/LWG/issue4513",
		"link": "https://wg21.link/lwg4513",
		"section": "21.4.4 [meta.reflection.exception]",
		"status": "New",
		"submitter": "Jonathan Wakely",
		"opened": "2026-01-28",
		"last_modified": "2026-02-13"
	},
	"LWG4514": {
		"type": "issue",
		"title": "Missing absolute value of init in vector_two_norm and matrix_frob_norm",
		"long_link": "https://cplusplus.github.io/LWG/issue4514",
		"link": "https://wg21.link/lwg4514",
		"section": "29.9.13.9 [linalg.algs.blas1.nrm2], 29.9.13.12 [linalg.algs.blas1.matfrobnorm]",
		"status": "WP",
		"submitter": "Mark Hoemmen",
		"opened": "2026-01-28",
		"last_modified": "2026-03-31"
	},
	"LWG4515": {
		"type": "issue",
		"title": "format: a and A should insert the 0x or 0X prefix",
		"long_link": "https://cplusplus.github.io/LWG/issue4515",
		"link": "https://wg21.link/lwg4515",
		"section": "28.5.2.2 [format.string.std]",
		"status": "Open",
		"submitter": "Tianying Chen",
		"opened": "2026-01-30",
		"last_modified": "2026-03-25"
	},
	"LWG4516": {
		"type": "issue",
		"title": "ranges namespace is used inconsistently in [algorithms]",
		"long_link": "https://cplusplus.github.io/LWG/issue4516",
		"link": "https://wg21.link/lwg4516",
		"section": "26 [algorithms]",
		"status": "New",
		"submitter": "Ruslan Arutyunyan",
		"opened": "2025-12-12",
		"last_modified": "2026-02-18"
	},
	"LWG4517": {
		"type": "issue",
		"title": "data_member_spec should throw for cv-qualified unnamed bit-fields",
		"long_link": "https://cplusplus.github.io/LWG/issue4517",
		"link": "https://wg21.link/lwg4517",
		"section": "21.4.16 [meta.reflection.define.aggregate]",
		"status": "WP",
		"submitter": "Marek Polacek",
		"opened": "2026-02-05",
		"last_modified": "2026-03-31"
	},
	"LWG4518": {
		"type": "issue",
		"title": "simd::cat return type requires inefficient ABI tag change/conversion",
		"long_link": "https://cplusplus.github.io/LWG/issue4518",
		"link": "https://wg21.link/lwg4518",
		"section": "29.10.3 [simd.syn], 29.10.8.12 [simd.creation]",
		"status": "Resolved",
		"submitter": "Matthias Kretz",
		"opened": "2025-11-25",
		"last_modified": "2026-04-01"
	},
	"LWG4519": {
		"type": "issue",
		"title": "No formal rule associates the total order of a mutex object with the rule for modification order",
		"long_link": "https://cplusplus.github.io/LWG/issue4519",
		"link": "https://wg21.link/lwg4519",
		"section": "32.6.4.2.1 [thread.mutex.requirements.mutex.general]",
		"status": "SG1",
		"submitter": "jim x",
		"opened": "2026-02-05",
		"last_modified": "2026-02-27",
		"github_url": "https://github.com/cplusplus/papers/issues/2665"
	},
	"LWG4520": {
		"type": "issue",
		"title": "Breaking change in std::span new initializer_list constructor",
		"long_link": "https://cplusplus.github.io/LWG/issue4520",
		"link": "https://wg21.link/lwg4520",
		"section": "23.7.2.2.2 [span.cons]",
		"status": "Resolved",
		"submitter": "Michael Schellenberger Costa",
		"opened": "2026-02-10",
		"last_modified": "2026-03-31",
		"github_url": "https://github.com/cplusplus/papers/issues/2666"
	},
	"LWG4521": {
		"type": "issue",
		"title": "Improve [atomics.order] p10 to have a consistent way with [intro.races]",
		"long_link": "https://cplusplus.github.io/LWG/issue4521",
		"link": "https://wg21.link/lwg4521",
		"section": "32.5.4 [atomics.order]",
		"status": "New",
		"submitter": "jim x",
		"opened": "2026-02-10",
		"last_modified": "2026-03-23",
		"github_url": "https://github.com/cplusplus/papers/issues/2667"
	},
	"LWG4522": {
		"type": "issue",
		"title": "Clarify that std::format transcodes for std::wformat_strings",
		"long_link": "https://cplusplus.github.io/LWG/issue4522",
		"link": "https://wg21.link/lwg4522",
		"section": "28.5.2.2 [format.string.std]",
		"status": "WP",
		"submitter": "Jan Schultke",
		"opened": "2026-02-12",
		"last_modified": "2026-03-31"
	},
	"LWG4523": {
		"type": "issue",
		"title": "constant_wrapper should assign to value",
		"long_link": "https://cplusplus.github.io/LWG/issue4523",
		"link": "https://wg21.link/lwg4523",
		"section": "21.3.5 [const.wrap.class]",
		"status": "WP",
		"submitter": "Tomasz Kamiński",
		"opened": "2026-02-17",
		"last_modified": "2026-03-31"
	},
	"LWG4524": {
		"type": "issue",
		"title": "Wrong deduced return type in [exec.schedule.from]",
		"long_link": "https://cplusplus.github.io/LWG/issue4524",
		"link": "https://wg21.link/lwg4524",
		"section": "33.9.12.7 [exec.schedule.from]",
		"status": "New",
		"submitter": "Brian Bi",
		"opened": "2026-01-20",
		"last_modified": "2026-02-27"
	},
	"LWG4525": {
		"type": "issue",
		"title": "task's final_suspend should move the result",
		"long_link": "https://cplusplus.github.io/LWG/issue4525",
		"link": "https://wg21.link/lwg4525",
		"section": "33.13.6.5 [task.promise]",
		"status": "WP",
		"submitter": "Dietmar Kühl",
		"opened": "2026-02-21",
		"last_modified": "2026-03-31"
	},
	"LWG4526": {
		"type": "issue",
		"title": "std::monostate could be a valid error for task",
		"long_link": "https://cplusplus.github.io/LWG/issue4526",
		"link": "https://wg21.link/lwg4526",
		"section": "33.13.6.5 [task.promise]",
		"status": "Resolved",
		"submitter": "Dietmar Kühl",
		"opened": "2026-02-21",
		"last_modified": "2026-04-01"
	},
	"LWG4527": {
		"type": "issue",
		"title": "await_transform needs to use as_awaitable",
		"long_link": "https://cplusplus.github.io/LWG/issue4527",
		"link": "https://wg21.link/lwg4527",
		"section": "33.13.6.5 [task.promise]",
		"status": "WP",
		"submitter": "Dietmar Kühl",
		"opened": "2026-02-21",
		"last_modified": "2026-03-31"
	},
	"LWG4528": {
		"type": "issue",
		"title": "task needs get_completion_signatures()",
		"long_link": "https://cplusplus.github.io/LWG/issue4528",
		"link": "https://wg21.link/lwg4528",
		"section": "33.13.6.2 [task.class]",
		"status": "WP",
		"submitter": "Dietmar Kühl",
		"opened": "2026-02-21",
		"last_modified": "2026-03-31"
	},
	"LWG4529": {
		"type": "issue",
		"title": "task::promise_type::await_transform declaration and definition mismatch",
		"long_link": "https://cplusplus.github.io/LWG/issue4529",
		"link": "https://wg21.link/lwg4529",
		"section": "33.13.6.5 [task.promise]",
		"status": "WP",
		"submitter": "Dietmar Kühl",
		"opened": "2026-02-21",
		"last_modified": "2026-03-31"
	},
	"LWG4530": {
		"type": "issue",
		"title": "Unclear specification for formatter<charT[N], charT>",
		"long_link": "https://cplusplus.github.io/LWG/issue4530",
		"link": "https://wg21.link/lwg4530",
		"section": "28.5.6.4 [format.formatter.spec]",
		"status": "New",
		"submitter": "Ivan Lazaric",
		"opened": "2026-02-24",
		"last_modified": "2026-03-25"
	},
	"LWG4531": {
		"type": "issue",
		"title": "Should there be a feature-test macro update for constexpr std::to_(w)string?",
		"long_link": "https://cplusplus.github.io/LWG/issue4531",
		"link": "https://wg21.link/lwg4531",
		"section": "17.3.2 [version.syn]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2026-02-25",
		"last_modified": "2026-05-11"
	},
	"LWG4532": {
		"type": "issue",
		"title": "Imprecise std::polymorphic wording seems to imply slicing",
		"long_link": "https://cplusplus.github.io/LWG/issue4532",
		"link": "https://wg21.link/lwg4532",
		"section": "20.4.2.3 [polymorphic.ctor], 20.4.2.5 [polymorphic.assign], 20.4.2.4 [polymorphic.dtor]",
		"status": "WP",
		"submitter": "Fraser Gordon",
		"opened": "2026-02-27",
		"last_modified": "2026-03-31"
	},
	"LWG4533": {
		"type": "issue",
		"title": "not_fn<f> is unimplementable",
		"long_link": "https://cplusplus.github.io/LWG/issue4533",
		"link": "https://wg21.link/lwg4533",
		"section": "22.10.13 [func.not.fn], 22.10.14 [func.bind.partial]",
		"status": "WP",
		"submitter": "Tim Song",
		"opened": "2026-03-05",
		"last_modified": "2026-03-31"
	},
	"LWG4534": {
		"type": "issue",
		"title": "is_consteval_only preconditions are too weak",
		"long_link": "https://cplusplus.github.io/LWG/issue4534",
		"link": "https://wg21.link/lwg4534",
		"section": "21.3.6.4 [meta.unary.prop]",
		"status": "Resolved",
		"submitter": "Tim Song",
		"opened": "2026-03-05",
		"last_modified": "2026-04-01"
	},
	"LWG4535": {
		"type": "issue",
		"title": "Disallow user specialization of <simd> templates",
		"long_link": "https://cplusplus.github.io/LWG/issue4535",
		"link": "https://wg21.link/lwg4535",
		"section": "29.10.1 [simd.general]",
		"status": "WP",
		"submitter": "Tim Song",
		"opened": "2026-03-05",
		"last_modified": "2026-03-31"
	},
	"LWG4536": {
		"type": "issue",
		"title": "Type traits have inconsistent interactions with immediate functions",
		"long_link": "https://cplusplus.github.io/LWG/issue4536",
		"link": "https://wg21.link/lwg4536",
		"section": "21.3.6.4 [meta.unary.prop], 21.3.8 [meta.rel]",
		"status": "WP",
		"submitter": "Tim Song",
		"opened": "2026-03-05",
		"last_modified": "2026-03-31"
	},
	"LWG4537": {
		"type": "issue",
		"title": "Improve define_static_array",
		"long_link": "https://cplusplus.github.io/LWG/issue4537",
		"link": "https://wg21.link/lwg4537",
		"section": "21.4.3 [meta.define.static]",
		"status": "WP",
		"submitter": "Hewill Kang",
		"opened": "2026-03-09",
		"last_modified": "2026-03-31"
	},
	"LWG4538": {
		"type": "issue",
		"title": "member_offset::total_bits should be noexcept",
		"long_link": "https://cplusplus.github.io/LWG/issue4538",
		"link": "https://wg21.link/lwg4538",
		"section": "21.4.11 [meta.reflection.layout]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2026-03-10",
		"last_modified": "2026-04-13"
	},
	"LWG4539": {
		"type": "issue",
		"title": "Undefined behavior in std::bit_cast should be diagnosed during constant evaluation",
		"long_link": "https://cplusplus.github.io/LWG/issue4539",
		"link": "https://wg21.link/lwg4539",
		"section": "22.11.3 [bit.cast]",
		"status": "New",
		"submitter": "Jan Schultke",
		"opened": "2026-03-10",
		"last_modified": "2026-04-13"
	},
	"LWG4540": {
		"type": "issue",
		"title": "future-senders returned from spawn_future do not forward stop requests to spawned work",
		"long_link": "https://cplusplus.github.io/LWG/issue4540",
		"link": "https://wg21.link/lwg4540",
		"section": "33.9.12.18 [exec.spawn.future]",
		"status": "WP",
		"submitter": "Ian Petersen",
		"opened": "2026-03-10",
		"last_modified": "2026-03-31"
	},
	"LWG4541": {
		"type": "issue",
		"title": "Unclear behavior for parsing locale-dependent format",
		"long_link": "https://cplusplus.github.io/LWG/issue4541",
		"link": "https://wg21.link/lwg4541",
		"section": "28.3.4.6.2.3 [locale.time.get.virtuals], 30.13 [time.parse]",
		"status": "SG16",
		"submitter": "S. B. Tam",
		"opened": "2026-03-14",
		"last_modified": "2026-04-13"
	},
	"LWG4542": {
		"type": "issue",
		"title": "Resuming a coroutine on a different execution agent that is an instance of a std::thread is underspecified",
		"long_link": "https://cplusplus.github.io/LWG/issue4542",
		"link": "https://wg21.link/lwg4542",
		"section": "17.13.4.6 [coroutine.handle.resumption]",
		"status": "Tentatively NAD",
		"submitter": "jim x",
		"opened": "2026-03-11",
		"last_modified": "2026-04-13"
	},
	"LWG4543": {
		"type": "issue",
		"title": "Incorrect cast between simd::vec and simd::mask via conversion to and from impl-defined vector types",
		"long_link": "https://cplusplus.github.io/LWG/issue4543",
		"link": "https://wg21.link/lwg4543",
		"section": "29.10.7 [simd.class], 29.10.9 [simd.mask.class]",
		"status": "New",
		"submitter": "Matthias Kretz",
		"opened": "2026-03-16",
		"last_modified": "2026-04-13"
	},
	"LWG4544": {
		"type": "issue",
		"title": "Parallel overload of ranges::set_difference should return in_in_out_result",
		"long_link": "https://cplusplus.github.io/LWG/issue4544",
		"link": "https://wg21.link/lwg4544",
		"section": "26.8.7.5 [set.difference]",
		"status": "WP",
		"submitter": "Ruslan Arutyunyan",
		"opened": "2026-03-18",
		"last_modified": "2026-03-31"
	},
	"LWG4545": {
		"type": "issue",
		"title": "Some converting constructors of layout_left_padded::mapping and layout_right_padded::mapping are missing a representability precondition for the padded stride",
		"long_link": "https://cplusplus.github.io/LWG/issue4545",
		"link": "https://wg21.link/lwg4545",
		"section": "23.7.3.4.8.3 [mdspan.layout.leftpad.cons], 23.7.3.4.9.3 [mdspan.layout.rightpad.cons]",
		"status": "New",
		"submitter": "Xi Chen",
		"opened": "2026-03-18",
		"last_modified": "2026-03-21"
	},
	"LWG4546": {
		"type": "issue",
		"title": "Integer-class type should be structural type",
		"long_link": "https://cplusplus.github.io/LWG/issue4546",
		"link": "https://wg21.link/lwg4546",
		"section": "24.3.4.4 [iterator.concept.winc]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2026-03-19",
		"last_modified": "2026-03-21"
	},
	"LWG4547": {
		"type": "issue",
		"title": "sender-awaitable needs a deduction guide",
		"long_link": "https://cplusplus.github.io/LWG/issue4547",
		"link": "https://wg21.link/lwg4547",
		"section": "33.13.1 [exec.as.awaitable]",
		"status": "New",
		"submitter": "Eric Niebler",
		"opened": "2026-03-19",
		"last_modified": "2026-03-21"
	},
	"LWG4548": {
		"type": "issue",
		"title": "Parallel ranges::set_intersection should not do unnecessary work",
		"long_link": "https://cplusplus.github.io/LWG/issue4548",
		"link": "https://wg21.link/lwg4548",
		"section": "26.8.7.4 [set.intersection]",
		"status": "WP",
		"submitter": "Ruslan Arutyunyan",
		"opened": "2026-03-20",
		"last_modified": "2026-03-31"
	},
	"LWG4549": {
		"type": "issue",
		"title": "vprint_nonunicode_buffered ignores its stream parameter",
		"long_link": "https://cplusplus.github.io/LWG/issue4549",
		"link": "https://wg21.link/lwg4549",
		"section": "31.7.10 [print.fun]",
		"status": "WP",
		"submitter": "Abhinav Agarwal",
		"opened": "2026-03-21",
		"last_modified": "2026-03-31"
	},
	"LWG4550": {
		"type": "issue",
		"title": "Need new feature test macros for <stdckdint.h> and <stdbit.h>",
		"long_link": "https://cplusplus.github.io/LWG/issue4550",
		"link": "https://wg21.link/lwg4550",
		"section": "17.3.2 [version.syn]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2026-03-23",
		"last_modified": "2026-03-31"
	},
	"LWG4551": {
		"type": "issue",
		"title": "Fix the customization domain of the on algorithm",
		"long_link": "https://cplusplus.github.io/LWG/issue4551",
		"link": "https://wg21.link/lwg4551",
		"section": "33.9.12.8 [exec.on]",
		"status": "New",
		"submitter": "Eric Niebler",
		"opened": "2026-03-23",
		"last_modified": "2026-04-14"
	},
	"LWG4552": {
		"type": "issue",
		"title": "compare_exchange_weak writes a value on spurious failure, not memory contents",
		"long_link": "https://cplusplus.github.io/LWG/issue4552",
		"link": "https://wg21.link/lwg4552",
		"section": "32.5.7.2 [atomics.ref.ops], 32.5.8.2 [atomics.types.operations]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2026-03-24",
		"last_modified": "2026-03-31"
	},
	"LWG4553": {
		"type": "issue",
		"title": "Wording for FR-025-246 25.7.18.2 Add a reserve_hint function to concat_view",
		"long_link": "https://cplusplus.github.io/LWG/issue4553",
		"link": "https://wg21.link/lwg4553",
		"section": "25.7.18.2 [range.concat.view]",
		"status": "WP",
		"submitter": "Hui Xie",
		"opened": "2026-03-24",
		"last_modified": "2026-03-31"
	},
	"LWG4554": {
		"type": "issue",
		"title": "Remove undefined behaviour from hive for invalid limits",
		"long_link": "https://cplusplus.github.io/LWG/issue4554",
		"link": "https://wg21.link/lwg4554",
		"section": "23.3.9.1 [hive.overview]",
		"status": "WP",
		"submitter": "Jonathan Wakely",
		"opened": "2026-03-24",
		"last_modified": "2026-03-31"
	},
	"LWG4555": {
		"type": "issue",
		"title": "Remove is_consteval_only",
		"long_link": "https://cplusplus.github.io/LWG/issue4555",
		"link": "https://wg21.link/lwg4555",
		"section": "21.3.6.4 [meta.unary.prop], 21.4.17 [meta.reflection.traits]",
		"status": "WP",
		"submitter": "Tim Song",
		"opened": "2026-03-24",
		"last_modified": "2026-03-31"
	},
	"LWG4556": {
		"type": "issue",
		"title": "Unclear properties of reflection strings",
		"long_link": "https://cplusplus.github.io/LWG/issue4556",
		"link": "https://wg21.link/lwg4556",
		"section": "21.4.1 [meta.syn]",
		"status": "WP",
		"submitter": "Tim Song",
		"opened": "2026-03-25",
		"last_modified": "2026-03-31"
	},
	"LWG4557": {
		"type": "issue",
		"title": "Remove constexpr from owner_less and owner_before",
		"long_link": "https://cplusplus.github.io/LWG/issue4557",
		"link": "https://wg21.link/lwg4557",
		"section": "20.3.2.2.6 [util.smartptr.shared.obs], 20.3.2.3.6 [util.smartptr.weak.obs], 20.3.2.4 [util.smartptr.ownerless]",
		"status": "WP",
		"submitter": "Tim Song",
		"opened": "2026-03-25",
		"last_modified": "2026-03-31"
	},
	"LWG4558": {
		"type": "issue",
		"title": "drop_view and drop_while_view should be const-iterable for input-only range",
		"long_link": "https://cplusplus.github.io/LWG/issue4558",
		"link": "https://wg21.link/lwg4558",
		"section": "25.7.12.2 [range.drop.view], 25.7.13.2 [range.drop.while.view]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2026-03-25",
		"last_modified": "2026-03-26"
	},
	"LWG4559": {
		"type": "issue",
		"title": "zip_view, zip_transform_view, and cartesian_product_view should provide reserve_hint",
		"long_link": "https://cplusplus.github.io/LWG/issue4559",
		"link": "https://wg21.link/lwg4559",
		"section": "25.7.25.2 [range.zip.view], 25.7.26.2 [range.zip.transform.view], 25.7.33.2 [range.cartesian.view]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2026-03-27",
		"last_modified": "2026-03-27"
	},
	"LWG4560": {
		"type": "issue",
		"title": "Explicitly specify effects of precision specification in duration formatter",
		"long_link": "https://cplusplus.github.io/LWG/issue4560",
		"link": "https://wg21.link/lwg4560",
		"section": "30.12 [time.format]",
		"status": "New",
		"submitter": "Liang Jiaming",
		"opened": "2026-03-27",
		"last_modified": "2026-04-05"
	},
	"LWG4561": {
		"type": "issue",
		"title": "reverse_view does not consider simple-view",
		"long_link": "https://cplusplus.github.io/LWG/issue4561",
		"link": "https://wg21.link/lwg4561",
		"section": "25.7.21.2 [range.reverse.view]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2026-03-27",
		"last_modified": "2026-04-04"
	},
	"LWG4562": {
		"type": "issue",
		"title": "layout_stride::is_exhaustive specification is problematic when there's an extent equal to 1",
		"long_link": "https://cplusplus.github.io/LWG/issue4562",
		"link": "https://wg21.link/lwg4562",
		"section": "23.7.3.4.7.4 [mdspan.layout.stride.obs]",
		"status": "New",
		"submitter": "S. B. Tam",
		"opened": "2026-03-29",
		"last_modified": "2026-04-04"
	},
	"LWG4563": {
		"type": "issue",
		"title": "Missing \"round to nearest, ties away from zero\" mode",
		"long_link": "https://cplusplus.github.io/LWG/issue4563",
		"link": "https://wg21.link/lwg4563",
		"section": "17.3.4 [round.style]",
		"status": "New",
		"submitter": "Jan Schultke",
		"opened": "2026-03-30",
		"last_modified": "2026-04-04"
	},
	"LWG4564": {
		"type": "issue",
		"title": "Clarify when constant_of throws",
		"long_link": "https://cplusplus.github.io/LWG/issue4564",
		"link": "https://wg21.link/lwg4564",
		"section": "21.4.7 [meta.reflection.queries]",
		"status": "New",
		"submitter": "Marek Polacek",
		"opened": "2026-03-31",
		"last_modified": "2026-04-04"
	},
	"LWG4565": {
		"type": "issue",
		"title": "subrange should prevent slicing for contiguous iterators",
		"long_link": "https://cplusplus.github.io/LWG/issue4565",
		"link": "https://wg21.link/lwg4565",
		"section": "25.5.4.1 [range.subrange.general]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2026-04-03",
		"last_modified": "2026-04-04"
	},
	"LWG4566": {
		"type": "issue",
		"title": "The element_type definition of scaled_accessor and conjugated_accessor are not quite right",
		"long_link": "https://cplusplus.github.io/LWG/issue4566",
		"link": "https://wg21.link/lwg4566",
		"section": "29.9.8.2 [linalg.scaled.scaledaccessor], 29.9.9.2 [linalg.conj.conjugatedaccessor]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2026-04-08",
		"last_modified": "2026-04-11"
	},
	"LWG4567": {
		"type": "issue",
		"title": "Feature test macro value for apply_result, is_applicable",
		"long_link": "https://cplusplus.github.io/LWG/issue4567",
		"link": "https://wg21.link/lwg4567",
		"section": "17.3.2 [version.syn]",
		"status": "New",
		"submitter": "Tomasz Kamiński",
		"opened": "2026-04-08",
		"last_modified": "2026-04-13"
	},
	"LWG4568": {
		"type": "issue",
		"title": "std::execution::spawn_future is mishandling dependent senders",
		"long_link": "https://cplusplus.github.io/LWG/issue4568",
		"link": "https://wg21.link/lwg4568",
		"section": "33.9.12.18 [exec.spawn.future]",
		"status": "New",
		"submitter": "Eric Niebler",
		"opened": "2026-04-11",
		"last_modified": "2026-04-11"
	},
	"LWG4569": {
		"type": "issue",
		"title": "mdspan should Mandates the relationship between element_type and reference",
		"long_link": "https://cplusplus.github.io/LWG/issue4569",
		"link": "https://wg21.link/lwg4569",
		"section": "23.7.3.6.1 [mdspan.mdspan.overview]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2026-04-12",
		"last_modified": "2026-04-17"
	},
	"LWG4570": {
		"type": "issue",
		"title": "COMMON-DOMAIN should test for convertibility to default_domain",
		"long_link": "https://cplusplus.github.io/LWG/issue4570",
		"link": "https://wg21.link/lwg4570",
		"section": "33.9.2 [exec.snd.expos]",
		"status": "New",
		"submitter": "Eric Niebler",
		"opened": "2026-04-13",
		"last_modified": "2026-04-17"
	},
	"LWG4571": {
		"type": "issue",
		"title": "Disallow specializing std::atomic and std::atomic_ref",
		"long_link": "https://cplusplus.github.io/LWG/issue4571",
		"link": "https://wg21.link/lwg4571",
		"section": "32.5.7.1 [atomics.ref.generic.general], 32.5.8.1 [atomics.types.generic.general]",
		"status": "New",
		"submitter": "Jiang An",
		"opened": "2026-04-17",
		"last_modified": "2026-04-17"
	},
	"LWG4572": {
		"type": "issue",
		"title": "Key ordering requirements of associative containers are poorly specified",
		"long_link": "https://cplusplus.github.io/LWG/issue4572",
		"link": "https://wg21.link/lwg4572",
		"section": "23.2.7.1 [associative.reqmts.general], 23.4.3.4 [map.modifiers], 23.4.6.4 [set.modifiers]",
		"status": "New",
		"submitter": "Joaquin M López Muñoz",
		"opened": "2026-04-19",
		"last_modified": "2026-04-20"
	},
	"LWG4573": {
		"type": "issue",
		"title": "Improve view_interface::cbegin",
		"long_link": "https://cplusplus.github.io/LWG/issue4573",
		"link": "https://wg21.link/lwg4573",
		"section": "25.5.3 [view.interface]",
		"status": "New",
		"submitter": "Hewill Kang",
		"opened": "2026-04-19",
		"last_modified": "2026-05-01"
	},
	"LWG4574": {
		"type": "issue",
		"title": "constant_wrapper<nullptr, int()> bypasses function_ref class invariant",
		"long_link": "https://cplusplus.github.io/LWG/issue4574",
		"link": "https://wg21.link/lwg4574",
		"section": "21.3.5 [const.wrap.class], 22.10.17.6 [func.wrap.ref]",
		"status": "New",
		"submitter": "Zhihao Yuan",
		"opened": "2026-04-27",
		"last_modified": "2026-05-01"
	},
	"LWG4575": {
		"type": "issue",
		"title": "No formal wording associates single total order of allocation/deallocation operations with the coherence rule",
		"long_link": "https://cplusplus.github.io/LWG/issue4575",
		"link": "https://wg21.link/lwg4575",
		"section": "17.6.3.5 [new.delete.dataraces]",
		"status": "New",
		"submitter": "jim x",
		"opened": "2026-05-03",
		"last_modified": "2026-05-09"
	},
	"LWG4576": {
		"type": "issue",
		"title": "{can_}substitute specification is (still) ill-formed",
		"long_link": "https://cplusplus.github.io/LWG/issue4576",
		"link": "https://wg21.link/lwg4576",
		"section": "21.4.13 [meta.reflection.substitute]",
		"status": "New",
		"submitter": "S. B. Tam",
		"opened": "2026-05-05",
		"last_modified": "2026-05-09"
	},
	"N1208": {
		"type": "paper",
		"title": "Core Language Issues List (Revision 9)",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1208.html",
		"link": "https://wg21.link/n1208",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1212": {
		"type": "paper",
		"title": "J16 Record of Discussion",
		"author": "Sean A. Corfield",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1212.htm",
		"link": "https://wg21.link/n1212",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1213": {
		"type": "paper",
		"title": "WG21 Formal Minutes",
		"author": "Sean A. Corfield",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1213.htm",
		"link": "https://wg21.link/n1213",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1214": {
		"type": "paper",
		"title": "J16 Formal Minutes",
		"author": "Sean A. Corfield",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1214.htm",
		"link": "https://wg21.link/n1214",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1215": {
		"type": "paper",
		"title": "Exit Processing Order",
		"author": "Stephen Clamage",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1215.pdf",
		"link": "https://wg21.link/n1215",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1216": {
		"type": "paper",
		"title": "Allocating Zero Bytes or Objects",
		"author": "Stephen Clamage",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1216.pdf",
		"link": "https://wg21.link/n1216",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1217": {
		"type": "paper",
		"title": "Core WG Defect Resolutions",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1217.ps",
		"link": "https://wg21.link/n1217",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1218": {
		"type": "paper",
		"title": "Clarifying the Definition of Accessible Base Class (Rev. 3)",
		"author": "Thomas R. Wilcox",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1218.htm",
		"link": "https://wg21.link/n1218",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1219": {
		"type": "paper",
		"title": "Proposed Resolution to Library Issue 60",
		"author": "Judy Ward, Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1219.htm",
		"link": "https://wg21.link/n1219",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1220": {
		"type": "paper",
		"title": "Library Motion for Kona",
		"author": "Beman Dawes",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1220.pdf",
		"link": "https://wg21.link/n1220",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1221": {
		"type": "paper",
		"title": "Minutes of US TAG Meeting",
		"author": "Herb Sutter",
		"link": "https://wg21.link/n1221",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1222": {
		"type": "paper",
		"title": "C++ Standard Library Defect Report List (Revision 11)",
		"author": "Beman Dawes",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1222.html",
		"link": "https://wg21.link/n1222",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1223": {
		"type": "paper",
		"title": "C++ Standard Library Closed Issues List (Revision 11)",
		"author": "Beman Dawes",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1223.html",
		"link": "https://wg21.link/n1223",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1224": {
		"type": "paper",
		"title": "C++ Standard Library Active Issues List (Revision 11)",
		"author": "Beman Dawes",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1224.html",
		"link": "https://wg21.link/n1224",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1225": {
		"type": "paper",
		"title": "Agenda, SC22/WG21, C++, Tokyo, Japan",
		"author": "Thomas Plum",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1225.htm",
		"link": "https://wg21.link/n1225",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1226": {
		"type": "paper",
		"title": "C++ Standard Library Active Issues List (Revision 12)",
		"author": "Beman Dawes",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1226.html",
		"link": "https://wg21.link/n1226",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1227": {
		"type": "paper",
		"title": "C++ Standard Library Defect Report List (Revision 12)",
		"author": "Beman Dawes",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1227.html",
		"link": "https://wg21.link/n1227",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1228": {
		"type": "paper",
		"title": "C++ Standard Library Closed Issues List (Revision 12)",
		"author": "Beman Dawes",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1228.html",
		"link": "https://wg21.link/n1228",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1229": {
		"type": "paper",
		"title": "Friend Declaration Issues",
		"author": "John Spicer",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1229.html",
		"link": "https://wg21.link/n1229",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1230": {
		"type": "paper",
		"title": "Agenda, J16 Meeting No. 30, WG21 Meeting No. 25",
		"author": "Stephen D. Clamage",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1230.ps",
		"link": "https://wg21.link/n1230",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1231": {
		"type": "paper",
		"title": "Miscellaneous Template Issues for Tokyo Meeting",
		"author": "John Spicer",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1231.html",
		"link": "https://wg21.link/n1231",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1232": {
		"type": "paper",
		"title": "The core language auto_ptr problem",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1232.pdf",
		"link": "https://wg21.link/n1232",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1233": {
		"type": "paper",
		"title": "Technical Report on Basic I/O Hardware Addressing",
		"author": "Jan Kristoffersen",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1233.pdf",
		"link": "https://wg21.link/n1233",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1234": {
		"type": "paper",
		"title": "Proposed Resolution for Core Issue 73",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1234.pdf",
		"link": "https://wg21.link/n1234",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1235": {
		"type": "paper",
		"title": "October 2000 Meeting of WG21/J16 Travel Information",
		"author": "Robert Klarer",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1235.htm",
		"link": "https://wg21.link/n1235",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1236": {
		"type": "paper",
		"title": "C++ Standard Core Language Active Issues, Revision 10",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1236.html",
		"link": "https://wg21.link/n1236",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1237": {
		"type": "paper",
		"title": "C++ Standard Core Language Defect Reports, Revision 10",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1237.html",
		"link": "https://wg21.link/n1237",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1238": {
		"type": "paper",
		"title": "C++ Standard Core Language Closed Issues, Revision 10",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1238.html",
		"link": "https://wg21.link/n1238",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1239": {
		"type": "paper",
		"title": "C++ Standard Core Language Active Issues, Revision 12",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1239.html",
		"link": "https://wg21.link/n1239",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1240": {
		"type": "paper",
		"title": "C++ Standard Core Language Defect Reports, Revision 12",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1240.html",
		"link": "https://wg21.link/n1240",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1241": {
		"type": "paper",
		"title": "C++ Standard Core Language Closed Issues, Revision 12",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1241.html",
		"link": "https://wg21.link/n1241",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1242": {
		"type": "paper",
		"title": "C++ Standard Library Active Issues List (Revision 14)",
		"author": "Beman Dawes",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1242.html",
		"link": "https://wg21.link/n1242",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1243": {
		"type": "paper",
		"title": "C++ Standard Library Closed Issues List (Revision 14)",
		"author": "Beman Dawes",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1243.html",
		"link": "https://wg21.link/n1243",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1244": {
		"type": "paper",
		"title": "C++ Standard Library Defect Report List (Revision 14)",
		"author": "Beman Dawes",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1244.html",
		"link": "https://wg21.link/n1244",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1245": {
		"type": "paper",
		"title": "Binder Problem and Reference Proposal (Revised)",
		"author": "Bjarne Stroustrup",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1245.ps",
		"link": "https://wg21.link/n1245",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1246": {
		"type": "paper",
		"title": "Fixing valarray for Real-World Use",
		"author": "AFNOR",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1246.ps",
		"link": "https://wg21.link/n1246",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1247": {
		"type": "paper",
		"title": "Programmer-directed Optimizations",
		"author": "Seiji Hayashida",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1247.htm",
		"link": "https://wg21.link/n1247",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1248": {
		"type": "paper",
		"title": "Draft Technical Report on Performance Issues",
		"author": "Performance WG",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1248.pdf",
		"link": "https://wg21.link/n1248",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1249": {
		"type": "paper",
		"title": "Drafting from Tokyo Meeting — Revision 2",
		"author": "John Spicer",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1249.html",
		"link": "https://wg21.link/n1249",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1250": {
		"type": "paper",
		"title": "Library Motions for Tokyo",
		"author": "Beman Dawes",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1250.pdf",
		"link": "https://wg21.link/n1250",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1251": {
		"type": "paper",
		"title": "Definition of Dependent Name",
		"author": "John Spicer",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1251.html",
		"link": "https://wg21.link/n1251",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1252": {
		"type": "paper",
		"title": "Shades of Namespace std Functions",
		"author": "Alan Griffiths",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1252.pdf",
		"link": "https://wg21.link/n1252",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1253": {
		"type": "paper",
		"title": "Minutes, SC22/WG21, C++, Tokyo, Japan",
		"author": "Thomas Plum",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1253.htm",
		"link": "https://wg21.link/n1253",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1254": {
		"type": "paper",
		"title": "Member Access Control — Proposed Revisions",
		"author": "Martin O'Riordan",
		"link": "https://wg21.link/n1254",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1255": {
		"type": "paper",
		"title": "Minutes, J16 + WG21 Meeting, Tokyo",
		"author": "Robert Klarer",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1255.html",
		"link": "https://wg21.link/n1255",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1256": {
		"type": "paper",
		"title": "Agenda, SC22/WG21, C++, Toronto, Canada",
		"author": "Thomas Plum",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1256.htm",
		"link": "https://wg21.link/n1256",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1257": {
		"type": "paper",
		"title": "Business Plan and Convener's Report, ISO/IEC JTCI/SC22/WG21(C++)",
		"author": "Thomas Plum",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1257.htm",
		"link": "https://wg21.link/n1257",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1258": {
		"type": "paper",
		"title": "ROM-ability (Performance Group)",
		"author": "Seiji Hayashida",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1258.htm",
		"link": "https://wg21.link/n1258",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1259": {
		"type": "paper",
		"title": "C++ Standard Library Active Issues List (Revision 15)",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1259.html",
		"link": "https://wg21.link/n1259",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1260": {
		"type": "paper",
		"title": "C++ Standard Library Closed Issues List (Revision 15)",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1260.html",
		"link": "https://wg21.link/n1260",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1261": {
		"type": "paper",
		"title": "C++ Standard Library Defect Report List (Revision 15)",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1261.html",
		"link": "https://wg21.link/n1261",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1262": {
		"type": "paper",
		"title": "Agenda, J16 Meeting No. 31, WG21 Meeting No. 26",
		"author": "Stephen Clamage",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1262.htm",
		"link": "https://wg21.link/n1262",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1263": {
		"type": "paper",
		"title": "Default Arguments and Friend Declarations",
		"author": "John Spicer",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1263.html",
		"link": "https://wg21.link/n1263",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1265": {
		"type": "paper",
		"title": "C++ Standard Core Language Active Issues, Revision 13",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1265.html",
		"link": "https://wg21.link/n1265",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1266": {
		"type": "paper",
		"title": "C++ Standard Core Language Defect Reports, Revision 13",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1266.html",
		"link": "https://wg21.link/n1266",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1267": {
		"type": "paper",
		"title": "C++ Standard Core Language Closed Issues, Revision 13",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1267.html",
		"link": "https://wg21.link/n1267",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1268": {
		"type": "paper",
		"title": "Member Access Control and Nested Classes",
		"author": "Alan Griffiths and Mark Radford",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1268.pdf",
		"link": "https://wg21.link/n1268",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1269": {
		"type": "paper",
		"title": "C++ Standard Library Active Issues List (Revision 16)",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1269.html",
		"link": "https://wg21.link/n1269",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1270": {
		"type": "paper",
		"title": "C++ Standard Library Closed Issues List (Revision 16)",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1270.html",
		"link": "https://wg21.link/n1270",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1271": {
		"type": "paper",
		"title": "C++ Standard Library Defect Report List (Revision 16)",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1271.html",
		"link": "https://wg21.link/n1271",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1272": {
		"type": "paper",
		"title": "C++ Standard Core Language Active Issues, Revision 15",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1272.html",
		"link": "https://wg21.link/n1272",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1273": {
		"type": "paper",
		"title": "C++ Standard Core Language Defect Reports, Revision 15",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1273.html",
		"link": "https://wg21.link/n1273",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1274": {
		"type": "paper",
		"title": "C++ Standard Core Language Closed Issues, Revision 15",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1274.html",
		"link": "https://wg21.link/n1274",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1275": {
		"type": "paper",
		"title": "Minutes of ISO WG21 Meeting, October 22, 2000",
		"author": "Herb Sutter",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1275.pdf",
		"link": "https://wg21.link/n1275",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1276": {
		"type": "paper",
		"title": "Minutes of ANSI J16 and ISO WG21 Co-located Meeting, October 23-27, 2000",
		"author": "Herb Sutter",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1276.pdf",
		"link": "https://wg21.link/n1276",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1278": {
		"type": "paper",
		"title": "October 2001 WG14/WG21 Meeting",
		"author": "Jonathan E. Caves",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1278.html",
		"link": "https://wg21.link/n1278",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1279": {
		"type": "paper",
		"title": "Definition of Dependent Name - Revision 2",
		"author": "John Spicer",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1279.html",
		"link": "https://wg21.link/n1279",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1280": {
		"type": "paper",
		"title": "Formal Motions",
		"author": "Stephen D. Clamage",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1280.pdf",
		"link": "https://wg21.link/n1280",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1281": {
		"type": "paper",
		"title": "Performance TR - Working Paper",
		"author": "Performance WG",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1281.pdf",
		"link": "https://wg21.link/n1281",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1282": {
		"type": "paper",
		"title": "Request for Library TR",
		"author": "Nicolai Josuttis",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1282.htm",
		"link": "https://wg21.link/n1282",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1283": {
		"type": "paper",
		"title": "A New Work Item Proposal: Technical Report for Library Issues",
		"author": "Nicolai Josuttis",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1283.htm",
		"link": "https://wg21.link/n1283",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1285": {
		"type": "paper",
		"title": "Minutes of U.S. TAG Meeting, October 27, 2000",
		"author": "Herb Sutter",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1285.pdf",
		"link": "https://wg21.link/n1285",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1286": {
		"type": "paper",
		"title": "The point of destruction of a call argument temporary",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1286.pdf",
		"link": "https://wg21.link/n1286",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1287": {
		"type": "paper",
		"title": "Agenda, SC22/WG21, C++, Copenhagen, Denmark",
		"author": "Thomas Plum",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/n1287.htm",
		"link": "https://wg21.link/n1287",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2000/"
	},
	"N1288": {
		"type": "paper",
		"title": "Agenda, J16 Meeting No.32, WG21 Meeting No. 27, April 30-May 4, 2001",
		"author": "Stephen D. Clamage",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1288.htm",
		"link": "https://wg21.link/n1288",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/"
	},
	"N1289": {
		"type": "paper",
		"title": "Library issues 225 and 229",
		"author": "Howard Hinnant",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1289.html",
		"link": "https://wg21.link/n1289",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/"
	},
	"N1290": {
		"type": "paper",
		"title": "Extensions for the programming language C to support embedded proces",
		"author": "Jan Kristoffersensors",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1290.pdf",
		"link": "https://wg21.link/n1290",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/"
	},
	"N1291": {
		"type": "paper",
		"title": "C++ Standard Library Active Issues List (Revision 17)",
		"author": "Matthew Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1291.html",
		"link": "https://wg21.link/n1291",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/"
	},
	"N1292": {
		"type": "paper",
		"title": "C++ Standard Library Defect Report List (Revision 17)",
		"author": "Matthew Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1292.html",
		"link": "https://wg21.link/n1292",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/"
	},
	"N1293": {
		"type": "paper",
		"title": "C++ Standard Library Closed Issues List (Revision 17)",
		"author": "Matthew Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1293.html",
		"link": "https://wg21.link/n1293",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/"
	},
	"N1294": {
		"type": "paper",
		"title": "October 2001 WG14/WG21 Meeting",
		"author": "Jonathan E. Caves",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1294.html",
		"link": "https://wg21.link/n1294",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/"
	},
	"N1295": {
		"type": "paper",
		"title": "Partial Specialization of Function Templates",
		"author": "Peter Dimov",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1295.asc",
		"link": "https://wg21.link/n1295",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/"
	},
	"N1296": {
		"type": "paper",
		"title": "User-supplied Specializations of Standard Library Algorithms",
		"author": "Peter Dimov",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1296.asc",
		"link": "https://wg21.link/n1296",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/"
	},
	"N1297": {
		"type": "paper",
		"title": "Improved Iterator Categories and Requirements",
		"author": "Jeremy Siek",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1297.html",
		"link": "https://wg21.link/n1297",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/"
	},
	"N1298": {
		"type": "paper",
		"title": "C++ Core Language Active Issues, Revision 16",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1298.html",
		"link": "https://wg21.link/n1298",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/"
	},
	"N1299": {
		"type": "paper",
		"title": "C++ Core Language Defect Reports, Revision 16",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1299.html",
		"link": "https://wg21.link/n1299",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/"
	},
	"N1300": {
		"type": "paper",
		"title": "C++ Core Language Closed Issues, Revision 16",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1300.html",
		"link": "https://wg21.link/n1300",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/"
	},
	"N1301": {
		"type": "paper",
		"title": "DTR 14652: Specification Method for Cultural Conventions",
		"author": "Keld Simonsen",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1301.pdf",
		"link": "https://wg21.link/n1301",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/"
	},
	"N1302": {
		"type": "paper",
		"title": "Core WG Defect Resolutions",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1302.pdf",
		"link": "https://wg21.link/n1302",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/"
	},
	"N1303": {
		"type": "paper",
		"title": "Minutes of ISO WG21 Meeting, April 29, 2001",
		"author": "Robert Klarer, Herb Sutter",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1303.pdf",
		"link": "https://wg21.link/n1303",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/"
	},
	"N1304": {
		"type": "paper",
		"title": "Minutes of ANSI J16 and ISO WG21 Co-located Meeting, April 30-May 4,",
		"author": "Herb Sutter, Robert Klarer 2001",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1304.pdf",
		"link": "https://wg21.link/n1304",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/"
	},
	"N1305": {
		"type": "paper",
		"title": "Agenda, SC22/WG21, C++, Redmond, Washington, USA",
		"author": "Thomas Plum",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1305.htm",
		"link": "https://wg21.link/n1305",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/"
	},
	"N1306": {
		"type": "paper",
		"title": "C++ Core Language Active Issues, Revision 18",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1306.html",
		"link": "https://wg21.link/n1306",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/"
	},
	"N1307": {
		"type": "paper",
		"title": "C++ Core Language Defect Reports, Revision 18",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1307.html",
		"link": "https://wg21.link/n1307",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/"
	},
	"N1308": {
		"type": "paper",
		"title": "C++ Core Language Closed Issues, Revision 18",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1308.html",
		"link": "https://wg21.link/n1308",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/"
	},
	"N1309": {
		"type": "paper",
		"title": "Technical Report on C++ Performance (DRAFT)",
		"author": "Performance WG",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1309.pdf",
		"link": "https://wg21.link/n1309",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/"
	},
	"N1310": {
		"type": "paper",
		"title": "C++ Standard Library Active Issues List (Revision 18)",
		"author": "Matthew Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1310.html",
		"link": "https://wg21.link/n1310",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/"
	},
	"N1311": {
		"type": "paper",
		"title": "C++ Standard Library Defect Report List (Revision 18)",
		"author": "Matthew Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1311.html",
		"link": "https://wg21.link/n1311",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/"
	},
	"N1312": {
		"type": "paper",
		"title": "C++ Standard Library Closed Issues List (Revision 18)",
		"author": "Matthew Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1312.html",
		"link": "https://wg21.link/n1312",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/"
	},
	"N1313": {
		"type": "paper",
		"title": "Binary Search with Heterogeneous Comparison",
		"author": "David Abrahams",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1313.html",
		"link": "https://wg21.link/n1313",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/"
	},
	"N1314": {
		"type": "paper",
		"title": "Notes on standard library extensions",
		"author": "Matthew Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1314.htm",
		"link": "https://wg21.link/n1314",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/"
	},
	"N1315": {
		"type": "paper",
		"title": "Business Plan and Convenor's Report",
		"author": "Thomas Plum",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1315.txt",
		"link": "https://wg21.link/n1315",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/",
		"date": "2001-08-10"
	},
	"N1316": {
		"type": "paper",
		"title": "Draft Expanded Technical Corrigendum",
		"author": "Andrew Koenig",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1316",
		"link": "https://wg21.link/n1316",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/",
		"date": "2001-09-13"
	},
	"N1317": {
		"type": "paper",
		"title": "C++ Standard Library Active Issues List (Revision 19)",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1317.html",
		"link": "https://wg21.link/n1317",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/",
		"date": "2001-09-11"
	},
	"N1318": {
		"type": "paper",
		"title": "C++ Standard Library Defect Report List (Revision 19)",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1318.html",
		"link": "https://wg21.link/n1318",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/",
		"date": "2001-09-11"
	},
	"N1319": {
		"type": "paper",
		"title": "C++ Standard Library Closed Issues List (Revision 19)",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1319.html",
		"link": "https://wg21.link/n1319",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/",
		"date": "2001-09-11"
	},
	"N1320": {
		"type": "paper",
		"title": "Agenda, J16 Meeting No.33, WG21 Meeting No. 28, October 22-26, 2001",
		"author": "Steve Clamage",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1320.txt",
		"link": "https://wg21.link/n1320",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/",
		"date": "2001-09-10"
	},
	"N1321": {
		"type": "paper",
		"title": "C++ Core Language Active Issues, Revision 19",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1321.html",
		"link": "https://wg21.link/n1321",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/",
		"date": "2001-09-12"
	},
	"N1322": {
		"type": "paper",
		"title": "C++ Core Language Defect Reports, Revision 19",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1322.html",
		"link": "https://wg21.link/n1322",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/",
		"date": "2001-09-12"
	},
	"N1323": {
		"type": "paper",
		"title": "C++ Core Language Closed Issues, Revision 19",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1323.html",
		"link": "https://wg21.link/n1323",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/",
		"date": "2001-09-12"
	},
	"N1324": {
		"type": "paper",
		"title": "Issue 273: POD classes and operator&",
		"author": "Jens Maurer",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1324.html",
		"link": "https://wg21.link/n1324",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/",
		"date": "2001-09-13"
	},
	"N1325": {
		"type": "paper",
		"title": "Library Technical Report Proposals List Trial Balloon",
		"author": "Beman Dawes",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1325.html",
		"link": "https://wg21.link/n1325",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/",
		"date": "2001-10-23"
	},
	"N1326": {
		"type": "paper",
		"title": "A Proposal to Add Hashtables to the Standard Library",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1326.html",
		"link": "https://wg21.link/n1326",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/",
		"date": "2001-10-22"
	},
	"N1327": {
		"type": "paper",
		"title": "Minutes of ISO WG21 Meeting, October 21, 2001",
		"author": "Herb Sutter",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1327.pdf",
		"link": "https://wg21.link/n1327",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/",
		"date": "2001-10-22"
	},
	"N1328": {
		"type": "paper",
		"title": "Minutes of ANSI J16 and ISO WG21 Co-located Meeting, 22-26 October 2001",
		"author": "Herb Sutter",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1328.pdf",
		"link": "https://wg21.link/n1328",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/",
		"date": "2001-10-22"
	},
	"N1329": {
		"type": "paper",
		"title": "Minutes of J16 TAG Meeting, 26 October 2001",
		"author": "Herb Sutter",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1329.pdf",
		"link": "https://wg21.link/n1329",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/",
		"date": "2001-10-26"
	},
	"N1330": {
		"type": "paper",
		"title": "Spring 2002 Meeting",
		"author": "Michiel Salters",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1330.htm",
		"link": "https://wg21.link/n1330",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/",
		"date": "2001-10-26"
	},
	"N1331": {
		"type": "paper",
		"title": "ISO WG21 Meeting, October 21, 2001 Record of Discussion",
		"author": "Herb Sutter",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1331.pdf",
		"link": "https://wg21.link/n1331",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/",
		"date": "2001-10-22"
	},
	"N1332": {
		"type": "paper",
		"title": "ANSI J16 and ISO WG21 Co-located Meeting, 22-26 October 2001 Record of Discussion",
		"author": "Herb Sutter",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1332.pdf",
		"link": "https://wg21.link/n1332",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/",
		"date": "2001-10-22"
	},
	"N1333": {
		"type": "paper",
		"title": "J16 TAG Meeting, 26 October 2001 Record of Discussion",
		"author": "Herb Sutter",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1333.pdf",
		"link": "https://wg21.link/n1333",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/",
		"date": "2001-10-26"
	},
	"N1334": {
		"type": "paper",
		"title": "Draft Consolidated Technical Corrigendum",
		"author": "Andrew Koenig",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1334",
		"link": "https://wg21.link/n1334",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/",
		"date": "2001-11-09"
	},
	"N1335": {
		"type": "paper",
		"title": "Agenda, SC22/WG21, C++, Curacao",
		"author": "Thomas Plum",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1335.txt",
		"link": "https://wg21.link/n1335",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/",
		"date": "2001-11-07"
	},
	"N1336": {
		"type": "paper",
		"title": "Technical Report on C++ Performance (DRAFT)",
		"author": "Performance WG",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1336.pdf",
		"link": "https://wg21.link/n1336",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/",
		"date": "2001-11-09"
	},
	"N1337": {
		"type": "paper",
		"title": "C++ Standard Library Active Issues List (Revision 20)",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1337.html",
		"link": "https://wg21.link/n1337",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/",
		"date": "2001-11-09"
	},
	"N1338": {
		"type": "paper",
		"title": "C++ Standard Library Defect Report List (Revision 20)",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1338.html",
		"link": "https://wg21.link/n1338",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/",
		"date": "2001-11-09"
	},
	"N1339": {
		"type": "paper",
		"title": "C++ Standard Library Closed Issues List (Revision 20)",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1339.html",
		"link": "https://wg21.link/n1339",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/",
		"date": "2001-11-09"
	},
	"N1340": {
		"type": "paper",
		"title": "WG21 and J16 (C++) Joint Mailing and Meeting Information",
		"author": "Thomas Plum",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1340.txt",
		"link": "https://wg21.link/n1340",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/",
		"date": "2001-11-06"
	},
	"N1341": {
		"type": "paper",
		"title": "C++ Standard Core Language Active Issues, Revision 20",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1341.html",
		"link": "https://wg21.link/n1341",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/",
		"date": "2001-11-09"
	},
	"N1342": {
		"type": "paper",
		"title": "C++ Standard Core Language Defect Reports, Revision 20",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1342.html",
		"link": "https://wg21.link/n1342",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/",
		"date": "2001-11-09"
	},
	"N1343": {
		"type": "paper",
		"title": "C++ Standard Core Language Closed Issues, Revision 20",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/n1343.html",
		"link": "https://wg21.link/n1343",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2001/",
		"date": "2001-11-09"
	},
	"N1344": {
		"type": "paper",
		"title": "Namespaces and Library Versioning",
		"subgroup": "",
		"author": "Herb Sutter",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1344.pdf",
		"link": "https://wg21.link/n1344",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/",
		"date": "2002-03-01"
	},
	"N1345": {
		"type": "paper",
		"title": "Type Traits Proposal",
		"subgroup": "",
		"author": "John Maddock",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1345.html",
		"link": "https://wg21.link/n1345",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/",
		"date": "2002-03-07"
	},
	"N1346": {
		"type": "paper",
		"title": "Agenda: J16 Meeting No. 34, WG21 Meeting No. 29, April 22-26, 2002",
		"subgroup": "",
		"author": "Steve Clamage",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1346.pdf",
		"link": "https://wg21.link/n1346",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/",
		"date": "2002-03-11"
	},
	"N1347": {
		"type": "paper",
		"title": "C++ Standard Core Language Active Issues, Revision 21",
		"subgroup": "",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1347.html",
		"link": "https://wg21.link/n1347",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/",
		"date": "2002-03-11"
	},
	"N1348": {
		"type": "paper",
		"title": "C++ Standard Core Language Defect Reports, Revision 21",
		"subgroup": "",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1348.html",
		"link": "https://wg21.link/n1348",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/",
		"date": "2002-03-11"
	},
	"N1349": {
		"type": "paper",
		"title": "C++ Standard Core Language Closed Issues, Revision 21",
		"subgroup": "",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1349.html",
		"link": "https://wg21.link/n1349",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/",
		"date": "2002-03-11"
	},
	"N1350": {
		"type": "paper",
		"title": "C++ Standard Library Active Issuess List (Revision 21)",
		"subgroup": "",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1350.html",
		"link": "https://wg21.link/n1350",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/",
		"date": "2002-03-12"
	},
	"N1351": {
		"type": "paper",
		"title": "C++ Standard Library Defect Report List (Revision 21)",
		"subgroup": "",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1351.html",
		"link": "https://wg21.link/n1351",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/",
		"date": "2002-03-12"
	},
	"N1352": {
		"type": "paper",
		"title": "C++ Standard Library Closed Issues List (Revision 21)",
		"subgroup": "",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1352.html",
		"link": "https://wg21.link/n1352",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/",
		"date": "2002-03-12"
	},
	"N1353": {
		"type": "paper",
		"title": "Local Classes and Linkage",
		"subgroup": "",
		"author": "Anthony Williams",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1353.html",
		"link": "https://wg21.link/n1353",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/",
		"date": "2001-10-15"
	},
	"N1354": {
		"type": "paper",
		"title": "Proposed C99 Library Additions to C++",
		"subgroup": "",
		"author": "P.J. Plauger",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1354.txt",
		"link": "https://wg21.link/n1354",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/",
		"date": "2002-03-10"
	},
	"N1355": {
		"type": "paper",
		"title": "Technical Report on C++ Performance (DRAFT)",
		"subgroup": "",
		"author": "Martin J. O'Riordan",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1355.pdf",
		"link": "https://wg21.link/n1355",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/",
		"date": "2002-03-13"
	},
	"N1356": {
		"type": "paper",
		"title": "Predictable data layout for certain non-POD types",
		"subgroup": "",
		"author": "R.W. Grosse-Kunstleve & D. Abrahams",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1356.html",
		"link": "https://wg21.link/n1356",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/",
		"date": "2002-03-12"
	},
	"N1357": {
		"type": "paper",
		"title": "Minutes of ISO WG21 Meeting, April 21, 2002",
		"subgroup": "",
		"author": "Herb Sutter",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1357.pdf",
		"link": "https://wg21.link/n1357",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1358": {
		"type": "paper",
		"title": "Minutes of ANSI J16 and ISO WG21 Co-located Meeting, 22-26 April 2002",
		"subgroup": "",
		"author": "Herb Sutter",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1358.pdf",
		"link": "https://wg21.link/n1358",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1359": {
		"type": "paper",
		"title": "Technical Report on C++ Performance (DRAFT)",
		"subgroup": "",
		"author": "Martin J. O'Riordan",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1359.pdf",
		"link": "https://wg21.link/n1359",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1360": {
		"type": "paper",
		"title": "const-correctness and other safety issues in clause 27: input/output library",
		"subgroup": "",
		"author": "Walter Brown & Marc Paterno",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1360.htm",
		"link": "https://wg21.link/n1360",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1361": {
		"type": "paper",
		"title": "Library Technical Report Proposals and Issues List (Revision 3)",
		"subgroup": "",
		"author": "Beman Dawes",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1361.html",
		"link": "https://wg21.link/n1361",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1362": {
		"type": "paper",
		"title": "Agenda for October 2002 Meeting of WG21",
		"subgroup": "",
		"author": "Tom Plum",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1362.txt",
		"link": "https://wg21.link/n1362",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1363": {
		"type": "paper",
		"title": "C++ Support for Delegation",
		"subgroup": "",
		"author": "Lois Goldthwaite",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1363.htm",
		"link": "https://wg21.link/n1363",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1364": {
		"type": "paper",
		"title": "Evolution WG Proposal Skeleton",
		"subgroup": "",
		"author": "Herb Sutter",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1364.htm",
		"link": "https://wg21.link/n1364",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1365": {
		"type": "paper",
		"title": "October 2002 meeting information in Santa Cruz CA",
		"subgroup": "",
		"author": "P.J. Plauger",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1365.txt",
		"link": "https://wg21.link/n1365",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1366": {
		"type": "paper",
		"title": "C++ Standard Core Language Active Issues, Revision 22",
		"subgroup": "",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1366.html",
		"link": "https://wg21.link/n1366",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1367": {
		"type": "paper",
		"title": "C++ Standard Core Language Defect Reports, Revision 22",
		"subgroup": "",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1367.html",
		"link": "https://wg21.link/n1367",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1368": {
		"type": "paper",
		"title": "C++ Standard Core Language Closed Issues, Revision 22",
		"subgroup": "",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1368.html",
		"link": "https://wg21.link/n1368",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1369": {
		"type": "paper",
		"title": "C++ Standard Library Active Issuess List (Revision 22)",
		"subgroup": "",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1369.html",
		"link": "https://wg21.link/n1369",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1370": {
		"type": "paper",
		"title": "C++ Standard Library Defect Report List (Revision 22)",
		"subgroup": "",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1370.html",
		"link": "https://wg21.link/n1370",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1371": {
		"type": "paper",
		"title": "C++ Standard Library Closed Issues List (Revision 22)",
		"subgroup": "",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1371.html",
		"link": "https://wg21.link/n1371",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1372": {
		"type": "paper",
		"title": "Proposed C99 Library Additions to C++ (Revised)",
		"subgroup": "",
		"author": "P.J. Plauger",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1372.txt",
		"link": "https://wg21.link/n1372",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1374": {
		"type": "paper",
		"title": "WG21 Business Plan and Convener's Report",
		"subgroup": "",
		"author": "Thomas Plum",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1374.htm",
		"link": "https://wg21.link/n1374",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1375": {
		"type": "paper",
		"title": "A Proposal to add a Polymorphic Function Object Wrapper to the Standard Library",
		"subgroup": "",
		"author": "Doug Gregor",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1375.html",
		"link": "https://wg21.link/n1375",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1376": {
		"type": "paper",
		"title": "Consolidated edits for core issues 245, 254, et al.",
		"subgroup": "",
		"author": "Clark Nelson",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1376.html",
		"link": "https://wg21.link/n1376",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1377": {
		"type": "paper",
		"title": "A Proposal to Add Move Semantics Support to the C++ Language",
		"subgroup": "",
		"author": "H. Hinnant P. Dimov D. Abrahams",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1377.htm",
		"link": "https://wg21.link/n1377",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1378": {
		"type": "paper",
		"title": "C++ Standard Core Language Active Issues, Revision 23",
		"subgroup": "",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1378.html",
		"link": "https://wg21.link/n1378",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1379": {
		"type": "paper",
		"title": "C++ Standard Core Language Defect Reports, Revision 23",
		"subgroup": "",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1379.html",
		"link": "https://wg21.link/n1379",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1380": {
		"type": "paper",
		"title": "C++ Standard Core Language Closed Issues, Revision 23",
		"subgroup": "",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1380.html",
		"link": "https://wg21.link/n1380",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1381": {
		"type": "paper",
		"title": "Proposal to Add Static Assertions to the Core Language",
		"subgroup": "",
		"author": "R. Klarer J. Maddock",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1381.htm",
		"link": "https://wg21.link/n1381",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1382": {
		"type": "paper",
		"title": "Proposal for adding tuple type into the standard library",
		"subgroup": "",
		"author": "Jaakko Järvi",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1382.pdf",
		"link": "https://wg21.link/n1382",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1383": {
		"type": "paper",
		"title": "Agenda: J16 Meeting No. 35, WG21 Meeting No. 30, October 21-25, 2002",
		"subgroup": "",
		"author": "Stephen D. Clamage",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1383.pdf",
		"link": "https://wg21.link/n1383",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1384": {
		"type": "paper",
		"title": "PME: Properties, methods and events",
		"subgroup": "",
		"author": "John Wiegley",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1384.pdf",
		"link": "https://wg21.link/n1384",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1385": {
		"type": "paper",
		"title": "The Forwarding Problem: Arguments",
		"subgroup": "",
		"author": "Peter Dimov",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1385.htm",
		"link": "https://wg21.link/n1385",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1386": {
		"type": "paper",
		"title": "A Proposal to add Regular Expressions to the Standard Library",
		"subgroup": "",
		"author": "John Maddock",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1386.htm",
		"link": "https://wg21.link/n1386",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1387": {
		"type": "paper",
		"title": "Proposed Resolution to LWG Issues 225, 226, 229",
		"subgroup": "",
		"author": "Howard Hinnant",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1387.htm",
		"link": "https://wg21.link/n1387",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1388": {
		"type": "paper",
		"title": "Enhancing numerical support",
		"subgroup": "",
		"author": "Gabriel Dos Reis",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1388.pdf",
		"link": "https://wg21.link/n1388",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1390": {
		"type": "paper",
		"title": "C++ Standard Library Active Issuess List (Revision 23)",
		"subgroup": "",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1390.html",
		"link": "https://wg21.link/n1390",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1391": {
		"type": "paper",
		"title": "C++ Standard Library Defect Report List (Revision 23)",
		"subgroup": "",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1391.html",
		"link": "https://wg21.link/n1391",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1392": {
		"type": "paper",
		"title": "C++ Standard Library Closed Issues List (Revision 23)",
		"subgroup": "",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1392.html",
		"link": "https://wg21.link/n1392",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1393": {
		"type": "paper",
		"title": "Revisions to Partial Ordering Rules",
		"subgroup": "",
		"author": "J. Spicer J. Wiegley",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1393.html",
		"link": "https://wg21.link/n1393",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1394": {
		"type": "paper",
		"title": "Some proposed extensions to C++ language",
		"subgroup": "",
		"author": "David Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1394.htm",
		"link": "https://wg21.link/n1394",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1395": {
		"type": "paper",
		"title": "Aspects of Forwarding (was C++ Support For Delegation)",
		"subgroup": "",
		"author": "Lois Goldthwaite",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1395.txt",
		"link": "https://wg21.link/n1395",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1396": {
		"type": "paper",
		"title": "Technical Report on C++ Performance",
		"subgroup": "",
		"author": "Martin J. O'Riordan",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1396.pdf",
		"link": "https://wg21.link/n1396",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1397": {
		"type": "paper",
		"title": "Library Technical Report Proposals and Issues List (Revision 4)",
		"subgroup": "",
		"author": "Beman Dawes",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1397.html",
		"link": "https://wg21.link/n1397",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1398": {
		"type": "paper",
		"title": "A Proposal to Add an Extensible Random Number Facility to the Standard Library",
		"subgroup": "",
		"author": "Jens Maurer",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1398.html",
		"link": "https://wg21.link/n1398",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1399": {
		"type": "paper",
		"title": "A proposal to add Hash Tables to the Standard Library (revision 2)",
		"subgroup": "",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1399.html",
		"link": "https://wg21.link/n1399",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1400": {
		"type": "paper",
		"title": "Toward standardization of dynamic libraries",
		"subgroup": "",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1400.html",
		"link": "https://wg21.link/n1400",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1401": {
		"type": "paper",
		"title": "Atomic operations with multi-threaded environments",
		"subgroup": "",
		"author": "Jan Kristoffersen",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1401.pdf",
		"link": "https://wg21.link/n1401",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1402": {
		"type": "paper",
		"title": "A Proposal to add a Polymorphic Function Object Wrapper to the Standard Library",
		"subgroup": "",
		"author": "Doug Gregor",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1402.html",
		"link": "https://wg21.link/n1402",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1403": {
		"type": "paper",
		"title": "Proposal for adding tuple types into the standard library",
		"subgroup": "",
		"author": "Jaakko Järvi",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1403.pdf",
		"link": "https://wg21.link/n1403",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1404": {
		"type": "paper",
		"title": "Evolution Working Group Record of Discussion",
		"subgroup": "",
		"author": "Herb Sutter",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1404.pdf",
		"link": "https://wg21.link/n1404",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1405": {
		"type": "paper",
		"title": "Minutes of ANSI J16 and ISO WG21 Co-located Meeting, 21-25 October 2002",
		"subgroup": "",
		"author": "Herb Sutter",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1405.pdf",
		"link": "https://wg21.link/n1405",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1406": {
		"type": "paper",
		"title": "Proposed Addition to C++: Typedef Templates",
		"subgroup": "",
		"author": "Herb Sutter",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1406.pdf",
		"link": "https://wg21.link/n1406",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1408": {
		"type": "paper",
		"title": "Qualified Namespaces",
		"subgroup": "",
		"author": "David Abrahams",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1408.html",
		"link": "https://wg21.link/n1408",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1409": {
		"type": "paper",
		"title": "Minutes of ISO WG21 meeting, October 20, 2002",
		"subgroup": "",
		"author": "Robert Klarer",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1409.html",
		"link": "https://wg21.link/n1409",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1411": {
		"type": "paper",
		"title": "C++ Standard Library Active Issuess List (Revision 24)",
		"subgroup": "",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1411.html",
		"link": "https://wg21.link/n1411",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1412": {
		"type": "paper",
		"title": "C++ Standard Library Defect Report List (Revision 24)",
		"subgroup": "",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1412.html",
		"link": "https://wg21.link/n1412",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1413": {
		"type": "paper",
		"title": "C++ Standard Library Closed Issues List (Revision 24)",
		"subgroup": "",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1413.html",
		"link": "https://wg21.link/n1413",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1414": {
		"type": "paper",
		"title": "C++ Standard Core Language Active Issues, Revision 24",
		"subgroup": "",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1414.html",
		"link": "https://wg21.link/n1414",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1415": {
		"type": "paper",
		"title": "C++ Standard Core Language Defect Reports, Revision 24",
		"subgroup": "",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1415.html",
		"link": "https://wg21.link/n1415",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1416": {
		"type": "paper",
		"title": "C++ Standard Core Language Closed Issues, Revision 24",
		"subgroup": "",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1416.html",
		"link": "https://wg21.link/n1416",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1417": {
		"type": "paper",
		"title": "Oxford meeting information",
		"subgroup": "",
		"author": "Francis Glassborow",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1417.txt",
		"link": "https://wg21.link/n1417",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1418": {
		"type": "paper",
		"title": "Dynamic Libraries in C++",
		"subgroup": "",
		"author": "Pete Becker",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1418.html",
		"link": "https://wg21.link/n1418",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1419": {
		"type": "paper",
		"title": "WG21 Agenda",
		"subgroup": "",
		"author": "Herb Sutter",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1419.txt",
		"link": "https://wg21.link/n1419",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/"
	},
	"N1420": {
		"type": "paper",
		"title": "Proposed Addition to C++: Class Namespaces",
		"subgroup": "",
		"author": "Carl Daniel",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1420.pdf",
		"link": "https://wg21.link/n1420",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1421": {
		"type": "paper",
		"title": "Agenda: J16 Meeting No. 36, WG21 Meeting No. 31, April 7-11, 2003",
		"subgroup": "",
		"author": "Steve Clamage",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1421.pdf",
		"link": "https://wg21.link/n1421",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1422": {
		"type": "paper",
		"title": "A Proposal to Add Mathematical Special Functions to the C++ Standard Library",
		"subgroup": "",
		"author": "Walter E. Brown",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1422.html",
		"link": "https://wg21.link/n1422",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1423": {
		"type": "paper",
		"title": "2003 Five-Year Maintenance Review",
		"subgroup": "",
		"author": "Steve Clamage",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1423.txt",
		"link": "https://wg21.link/n1423",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1424": {
		"type": "paper",
		"title": "A Proposal to add Type Traits to the Standard Library",
		"subgroup": "",
		"author": "John Maddock",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1424.htm",
		"link": "https://wg21.link/n1424",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1425": {
		"type": "paper",
		"title": "Proposal for Technical Report on C++ Standard Library Security",
		"subgroup": "",
		"author": "Martyn Lovell",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1425.pdf",
		"link": "https://wg21.link/n1425",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1426": {
		"type": "paper",
		"title": "Why We Can't Afford Export",
		"subgroup": "",
		"author": "H. Sutter T. Plum",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1426.pdf",
		"link": "https://wg21.link/n1426",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1427": {
		"type": "paper",
		"title": "Making Local Templates more Useful",
		"subgroup": "",
		"author": "Anthony Williams",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1427.pdf",
		"link": "https://wg21.link/n1427",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1428": {
		"type": "paper",
		"title": "Proposal for Dynamic Library Support in C++",
		"subgroup": "",
		"author": "Pete Becker",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1428.html",
		"link": "https://wg21.link/n1428",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1429": {
		"type": "paper",
		"title": "A Proposal to add Regular Expression to the Standard Library",
		"subgroup": "",
		"author": "John Maddock",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1429.htm",
		"link": "https://wg21.link/n1429",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1430": {
		"type": "paper",
		"title": "Technical Report on C++ Performance",
		"subgroup": "",
		"author": "Lois Goldthwaite",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1430.pdf",
		"link": "https://wg21.link/n1430",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1431": {
		"type": "paper",
		"title": "A Proposal to Add General Purpose Smart Pointers to the Library Technical Report",
		"subgroup": "",
		"author": "P. Dimov B. Dawes G. Colvin",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1431.htm",
		"link": "https://wg21.link/n1431",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1432": {
		"type": "paper",
		"title": "A Proposal to Add an Enhanced Member Pointer Adaptor to the Library Technical Report",
		"subgroup": "",
		"author": "Peter Dimov",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1432.htm",
		"link": "https://wg21.link/n1432",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1433": {
		"type": "paper",
		"title": "C++ Standard Core Language Active Issues, Revision 25",
		"subgroup": "",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1433.html",
		"link": "https://wg21.link/n1433",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1434": {
		"type": "paper",
		"title": "C++ Standard Core Language Defect Reports, Revision 25",
		"subgroup": "",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1434.html",
		"link": "https://wg21.link/n1434",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1435": {
		"type": "paper",
		"title": "C++ Standard Core Language Closed Issues, Revision 25",
		"subgroup": "",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1435.html",
		"link": "https://wg21.link/n1435",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1436": {
		"type": "paper",
		"title": "A proposal to add a reference wrapper to the standard library",
		"subgroup": "",
		"author": "Doug Gregor",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1436.html",
		"link": "https://wg21.link/n1436",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1437": {
		"type": "paper",
		"title": "A uniform method for computing function object return types",
		"subgroup": "",
		"author": "Doug Gregor",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1437.html",
		"link": "https://wg21.link/n1437",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1438": {
		"type": "paper",
		"title": "A Proposal to Add an Enhanced Binder to the Library Technical Report",
		"subgroup": "",
		"author": "P. Dimov D. Gregor J. Järvi G. Powell",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1438.htm",
		"link": "https://wg21.link/n1438",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1439": {
		"type": "paper",
		"title": "Proposed Resolution to LWG issues 225, 226, 229",
		"subgroup": "",
		"author": "Howard Hinnant",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1439.htm",
		"link": "https://wg21.link/n1439",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1440": {
		"type": "paper",
		"title": "C++ Standard Library Active Issuess List (Revision 25)",
		"subgroup": "",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1440.htm",
		"link": "https://wg21.link/n1440",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1441": {
		"type": "paper",
		"title": "C++ Standard Library Defect Report List (Revision 25)",
		"subgroup": "",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1441.htm",
		"link": "https://wg21.link/n1441",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1442": {
		"type": "paper",
		"title": "C++ Standard Library Closed Issues List (Revision 25)",
		"subgroup": "",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1442.htm",
		"link": "https://wg21.link/n1442",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1443": {
		"type": "paper",
		"title": "A Proposal to Add Hash Tables to the Standard Library (revision 3)",
		"subgroup": "",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1443.html",
		"link": "https://wg21.link/n1443",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1444": {
		"type": "paper",
		"title": "Library Technical Report Proposals and Issues List (Revision 5)",
		"subgroup": "",
		"author": "Beman Dawes",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1444.html",
		"link": "https://wg21.link/n1444",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1445": {
		"type": "paper",
		"title": "Class defaults",
		"subgroup": "",
		"author": "Francis Glassborow",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1445.htm",
		"link": "https://wg21.link/n1445",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1448": {
		"type": "paper",
		"title": "Controling Implicit Template Instantiation",
		"subgroup": "",
		"author": "M. MarcusG. Dos Reis",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1448.pdf",
		"link": "https://wg21.link/n1448",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1449": {
		"type": "paper",
		"title": "Proposal to add template aliases to C++",
		"subgroup": "",
		"author": "G. Dos ReisM. Marcus",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1449.pdf",
		"link": "https://wg21.link/n1449",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1450": {
		"type": "paper",
		"title": "A Proposal to Add General Purpose Smart Pointers to the Library Technical Report",
		"subgroup": "",
		"author": "P. DimovB. DawesG. Colvin",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1450.html",
		"link": "https://wg21.link/n1450",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1451": {
		"type": "paper",
		"title": "A Case for Template Aliasing",
		"subgroup": "",
		"author": "Walter E. Brown",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1451.html",
		"link": "https://wg21.link/n1451",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1452": {
		"type": "paper",
		"title": "A Proposal to Add an Extensible Random Number Facility to the Standard Library (Revision 2)",
		"subgroup": "",
		"author": "Jens Maurer",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1452.html",
		"link": "https://wg21.link/n1452",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1453": {
		"type": "paper",
		"title": "A proposal to add a reference wrapper to the standard library (revision 1)",
		"subgroup": "",
		"author": "D. GregorP. Dimov",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1453.html",
		"link": "https://wg21.link/n1453",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1454": {
		"type": "paper",
		"title": "A uniform method for computing function object return types (revision 1)",
		"subgroup": "",
		"author": "Douglas Gregor",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1454.html",
		"link": "https://wg21.link/n1454",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1455": {
		"type": "paper",
		"title": "A Proposal to Add an Enhanced Binder to the Library Technical Report (revision 1)",
		"subgroup": "",
		"author": "P. DimovD. GregorJ. JärviG. Powell",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1455.htm",
		"link": "https://wg21.link/n1455",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1456": {
		"type": "paper",
		"title": "A Proposal to Add Hash Tables to the Standard Library (revision 4)",
		"subgroup": "",
		"author": "Matthew Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1456.html",
		"link": "https://wg21.link/n1456",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1457": {
		"type": "paper",
		"title": "Technical Report on C++ Performance",
		"subgroup": "",
		"author": "Lois Goldthwaite",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1457.pdf",
		"link": "https://wg21.link/n1457",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1458": {
		"type": "paper",
		"title": "Minutes of ISO WG21 Meeting, April 6, 2003",
		"subgroup": "",
		"author": "Robert Klarer",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1458.html",
		"link": "https://wg21.link/n1458",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1459": {
		"type": "paper",
		"title": "Minutes of J16 Meeting No. 36/WG21 Meeting No. 31, April 7-11, 2003",
		"subgroup": "",
		"author": "Robert Klarer",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1459.html",
		"link": "https://wg21.link/n1459",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1460": {
		"type": "paper",
		"title": "WG21 agenda",
		"subgroup": "",
		"author": "Herb Sutter",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1460.txt",
		"link": "https://wg21.link/n1460",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1461": {
		"type": "paper",
		"title": "Security and Standard C Libraries",
		"subgroup": "",
		"author": "Martyn Lovell",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1461.pdf",
		"link": "https://wg21.link/n1461",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1462": {
		"type": "paper",
		"title": "Safe Exceptions and Compiler Security Checks",
		"subgroup": "",
		"author": "Brandon Bray",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1462.pdf",
		"link": "https://wg21.link/n1462",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1463": {
		"type": "paper",
		"title": "Draft proposal for adding Multimethods to C++",
		"subgroup": "",
		"author": "Julian Smith",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1463.html",
		"link": "https://wg21.link/n1463",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1464": {
		"type": "paper",
		"title": "Anonymous array members",
		"subgroup": "",
		"author": "Daniel Gutson",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1464.pdf",
		"link": "https://wg21.link/n1464",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1465": {
		"type": "paper",
		"title": "Constant inheritance",
		"subgroup": "",
		"author": "Daniel Gutson",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1465.pdf",
		"link": "https://wg21.link/n1465",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1466": {
		"type": "paper",
		"title": "Expliciting default parameters",
		"subgroup": "",
		"author": "Daniel Gutson",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1466.pdf",
		"link": "https://wg21.link/n1466",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1467": {
		"type": "paper",
		"title": "Non default constructors for arrays",
		"subgroup": "",
		"author": "Daniel Gutson",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1467.pdf",
		"link": "https://wg21.link/n1467",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1468": {
		"type": "paper",
		"title": "Self methods",
		"subgroup": "",
		"author": "Daniel Gutson",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1468.pdf",
		"link": "https://wg21.link/n1468",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1469": {
		"type": "paper",
		"title": "Inline Constants",
		"subgroup": "",
		"author": "Daniel Gutson",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1469.pdf",
		"link": "https://wg21.link/n1469",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1470": {
		"type": "paper",
		"title": "Enum Type checking for SWITCH statements",
		"subgroup": "",
		"author": "Daniel Gutson",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1470.pdf",
		"link": "https://wg21.link/n1470",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1471": {
		"type": "paper",
		"title": "Reflective Metaprogramming in C++",
		"subgroup": "",
		"author": "Daveed Vandevoorde",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1471.pdf",
		"link": "https://wg21.link/n1471",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1472": {
		"type": "paper",
		"title": "C++ Standard Core Language Active Issues, Revision 26",
		"subgroup": "",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1472.html",
		"link": "https://wg21.link/n1472",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1473": {
		"type": "paper",
		"title": "C++ Standard Core Language Defect Reports, Revision 26",
		"subgroup": "",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1473.html",
		"link": "https://wg21.link/n1473",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1474": {
		"type": "paper",
		"title": "C++ Standard Core Language Closed Issues, Revision 26",
		"subgroup": "",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1474.html",
		"link": "https://wg21.link/n1474",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1475": {
		"type": "paper",
		"title": "Library Technical Report Proposals and Issues List (Revision 6)",
		"subgroup": "",
		"author": "Beman Dawes",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1475.html",
		"link": "https://wg21.link/n1475",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1476": {
		"type": "paper",
		"title": "Iterator Facade and Adaptor",
		"subgroup": "",
		"author": "D. AbrahamsJ. SiekT. Witt",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1476.html",
		"link": "https://wg21.link/n1476",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1477": {
		"type": "paper",
		"title": "New Iterator Concepts",
		"subgroup": "",
		"author": "D. AbrahamsJ. SiekT. Witt",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1477.html",
		"link": "https://wg21.link/n1477",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1478": {
		"type": "paper",
		"title": "Decltype and auto",
		"subgroup": "",
		"author": "J. JärviB. StroustrupD. GregorJ. Siek",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1478.pdf",
		"link": "https://wg21.link/n1478",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1479": {
		"type": "paper",
		"title": "A Proposal to Add a Fixed Size Array Wrapper to the Standard Library Technical Report",
		"subgroup": "",
		"author": "Alisdair Meredith",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1479.html",
		"link": "https://wg21.link/n1479",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1480": {
		"type": "paper",
		"title": "C++ Standard Library Active Issues List (Revision 26)",
		"subgroup": "",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1480.html",
		"link": "https://wg21.link/n1480",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1481": {
		"type": "paper",
		"title": "C++ Standard Library Defect Report List (Revision 26)",
		"subgroup": "",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1481.html",
		"link": "https://wg21.link/n1481",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1482": {
		"type": "paper",
		"title": "C++ Standard Library Closed Issues List (Revision 26)",
		"subgroup": "",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1482.html",
		"link": "https://wg21.link/n1482",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1483": {
		"type": "paper",
		"title": "Typesafe Variable-length Function and Template Argument Lists",
		"subgroup": "",
		"author": "D. GregorG. PowellJ. Järvi",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1483.pdf",
		"link": "https://wg21.link/n1483",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1486": {
		"type": "paper",
		"title": "Business Plan and Convener's Report",
		"subgroup": "",
		"author": "Herb Sutter",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1486.txt",
		"link": "https://wg21.link/n1486",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1487": {
		"type": "paper",
		"title": "Technical Report on C++ Performance",
		"subgroup": "",
		"author": "Lois Goldthwaite",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1487.pdf",
		"link": "https://wg21.link/n1487",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1488": {
		"type": "paper",
		"title": "A name for the null pointer: nullptr",
		"subgroup": "",
		"author": "H. Sutter, B. Stroustrup",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1488.pdf",
		"link": "https://wg21.link/n1488",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1489": {
		"type": "paper",
		"title": "Template aliases for C++",
		"subgroup": "",
		"author": "B. Stroustrup, G. Dos Reis",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1489.pdf",
		"link": "https://wg21.link/n1489",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1490": {
		"type": "paper",
		"title": "Proposed resolution of core issue 301",
		"subgroup": "",
		"author": "Clark Nelson",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1490.htm",
		"link": "https://wg21.link/n1490",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1491": {
		"type": "paper",
		"title": "AGENDA, J16 Meeting No. 37, WG21 Meeting No. 32, October 27-31, 2003, Kona, Hawaii",
		"subgroup": "",
		"author": "Stephen D. Clamage",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1491.pdf",
		"link": "https://wg21.link/n1491",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1492": {
		"type": "paper",
		"title": "Exclusive Inheritance",
		"subgroup": "",
		"author": "Daniel Gutson",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1492.pdf",
		"link": "https://wg21.link/n1492",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1493": {
		"type": "paper",
		"title": "Braces Initialization Overloading",
		"subgroup": "",
		"author": "Daniel F. Gutson",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1493.pdf",
		"link": "https://wg21.link/n1493",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1494": {
		"type": "paper",
		"title": "Pure implementation method declaration",
		"subgroup": "",
		"author": "Daniel F. Gutson",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1494.pdf",
		"link": "https://wg21.link/n1494",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1496": {
		"type": "paper",
		"title": "Draft Proposal for Dynamic Libraries in C++ (Revision 1)",
		"subgroup": "",
		"author": "Pete Becker",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1496.html",
		"link": "https://wg21.link/n1496",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1499": {
		"type": "paper",
		"title": "Simplifying Interfaces in basic_regex",
		"subgroup": "",
		"author": "Pete Becker",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1499.html",
		"link": "https://wg21.link/n1499",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1500": {
		"type": "paper",
		"title": "Regular Expressions: Internationalization and Customization",
		"subgroup": "",
		"author": "Pete Becker",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1500.html",
		"link": "https://wg21.link/n1500",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1501": {
		"type": "paper",
		"title": "Information for March-April 2004 WG21/WG14 Meetings in Sydney, NSW Australia",
		"subgroup": "",
		"author": "P.J. Plauger",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1501.txt",
		"link": "https://wg21.link/n1501",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1502": {
		"type": "paper",
		"title": "Proposed Signature Changes for Special Math Functions in TR-1",
		"subgroup": "",
		"author": "P.J. Plauger",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1502.txt",
		"link": "https://wg21.link/n1502",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1503": {
		"type": "paper",
		"title": "Proposed Additions to TR-1 to Improve Compatibility with C99",
		"subgroup": "",
		"author": "P.J. Plauger",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1503.txt",
		"link": "https://wg21.link/n1503",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1504": {
		"type": "paper",
		"title": "C++ Standard Core Language Active Issues, Revision 27",
		"subgroup": "",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1504.html",
		"link": "https://wg21.link/n1504",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1505": {
		"type": "paper",
		"title": "C++ Standard Core Language Defect Reports, Revision 27",
		"subgroup": "",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1505.html",
		"link": "https://wg21.link/n1505",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1506": {
		"type": "paper",
		"title": "C++ Standard Core Language Closed Issues, Revision 27",
		"subgroup": "",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1506.html",
		"link": "https://wg21.link/n1506",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1507": {
		"type": "paper",
		"title": "Errata to the Regular Expression Proposal",
		"subgroup": "",
		"author": "John Maddock",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1507.htm",
		"link": "https://wg21.link/n1507",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1508": {
		"type": "paper",
		"title": "Proposal to add Deletion Traits to the Standard Library",
		"subgroup": "",
		"author": "Bronek Kozicki",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1508.htm",
		"link": "https://wg21.link/n1508",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1509": {
		"type": "paper",
		"title": "Generalized Initializer Lists",
		"subgroup": "",
		"author": "Bjarne Stroustrup",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1509.pdf",
		"link": "https://wg21.link/n1509",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1510": {
		"type": "paper",
		"title": "Concept checking - A more abstract complement to type checking",
		"subgroup": "",
		"author": "Bjarne Stroustrup",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1510.pdf",
		"link": "https://wg21.link/n1510",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1511": {
		"type": "paper",
		"title": "Literals for user-defined types",
		"subgroup": "",
		"author": "Bjarne Stroustrup",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1511.pdf",
		"link": "https://wg21.link/n1511",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1512": {
		"type": "paper",
		"title": "Evolution WG issues list",
		"subgroup": "",
		"author": "Bjarne Stroustrup",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1512.html",
		"link": "https://wg21.link/n1512",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1513": {
		"type": "paper",
		"title": "Improving Enumeration Types",
		"subgroup": "",
		"author": "David Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1513.pdf",
		"link": "https://wg21.link/n1513",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1514": {
		"type": "paper",
		"title": "A Proposal to Add Mathematical Special Functions to the C++ Standard Library (version 2)",
		"subgroup": "",
		"author": "Walter E. Brown",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1514.pdf",
		"link": "https://wg21.link/n1514",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1515": {
		"type": "paper",
		"title": "C++ Standard Library Active Issuess List (Revision 27)",
		"subgroup": "",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1515.html",
		"link": "https://wg21.link/n1515",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1516": {
		"type": "paper",
		"title": "C++ Standard Library Defect Report List (Revision 27)",
		"subgroup": "",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1516.html",
		"link": "https://wg21.link/n1516",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1517": {
		"type": "paper",
		"title": "C++ Standard Library Closed Issues List (Revision 27)",
		"subgroup": "",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1517.html",
		"link": "https://wg21.link/n1517",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1518": {
		"type": "paper",
		"title": "(Draft) Technical Report on Standard Library Extensions",
		"subgroup": "",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1518.pdf",
		"link": "https://wg21.link/n1518",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1519": {
		"type": "paper",
		"title": "Type Traits Issue List",
		"subgroup": "",
		"author": "John Maddock",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1519.htm",
		"link": "https://wg21.link/n1519",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1520": {
		"type": "paper",
		"title": "Extended friend Declarations",
		"subgroup": "",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1520.pdf",
		"link": "https://wg21.link/n1520",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1521": {
		"type": "paper",
		"title": "Generalized Constant Expressions",
		"subgroup": "",
		"author": "Gabriel Dos Reis",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1521.pdf",
		"link": "https://wg21.link/n1521",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1522": {
		"type": "paper",
		"title": "Concepts - Design choices for template argument checking",
		"subgroup": "",
		"author": "B. Stroustrup, G. Dos Reis",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1522.pdf",
		"link": "https://wg21.link/n1522",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1523": {
		"type": "paper",
		"title": "Proposed Resolution To LWG issues 225, 226, 229 (revision 1)",
		"subgroup": "",
		"author": "Howard E. Hinnant",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1523.htm",
		"link": "https://wg21.link/n1523",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1524": {
		"type": "paper",
		"title": "Nested Namespace Definition Proposal",
		"subgroup": "",
		"author": "Jon Jagger",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1524.htm",
		"link": "https://wg21.link/n1524",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1526": {
		"type": "paper",
		"title": "Proposal to add namespace references to C++",
		"subgroup": "",
		"author": "Benjamin Kosnik",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1526.txt",
		"link": "https://wg21.link/n1526",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1527": {
		"type": "paper",
		"title": "Mechanisms for querying types of expressions: decltype and auto revisited",
		"subgroup": "",
		"author": "J. J�rvi, B. Stroustrup",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1527.pdf",
		"link": "https://wg21.link/n1527",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1528": {
		"type": "paper",
		"title": "Syntactic Disambiguation Using the Template Keyword",
		"subgroup": "",
		"author": "John H. Spicer",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1528.html",
		"link": "https://wg21.link/n1528",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1529": {
		"type": "paper",
		"title": "Draft proposal for adding Multimethods to C++",
		"subgroup": "",
		"author": "Julian Smith",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1529.html",
		"link": "https://wg21.link/n1529",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1530": {
		"type": "paper",
		"title": "Iterator Facade and Adaptor",
		"subgroup": "",
		"author": "D. Abrahams, J. Siek, T. Witt",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1530.html",
		"link": "https://wg21.link/n1530",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1531": {
		"type": "paper",
		"title": "New Iterator Concepts",
		"subgroup": "",
		"author": "D. Abrahams, J. Siek, T. Witt",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1531.html",
		"link": "https://wg21.link/n1531",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1532": {
		"type": "paper",
		"title": "WG20 liaison report",
		"subgroup": "",
		"author": "Keld Simonsen",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1532.txt",
		"link": "https://wg21.link/n1532",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1534": {
		"type": "paper",
		"title": "Proposed addition of __func__ predefined identifier from C99",
		"subgroup": "",
		"author": "Alex Rosenberg",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1534.txt",
		"link": "https://wg21.link/n1534",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1535": {
		"type": "paper",
		"title": "Random Number Generators Issues List",
		"subgroup": "",
		"author": "Pete Becker",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1535.html",
		"link": "https://wg21.link/n1535",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1536": {
		"type": "paper",
		"title": "Concepts - syntax and composition",
		"subgroup": "",
		"author": "B. Stroustrup, G. Dos Reis",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1536.pdf",
		"link": "https://wg21.link/n1536",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1537": {
		"type": "paper",
		"title": "C++ Standard Library Active Issues List (Revision 28)",
		"subgroup": "",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1537.html",
		"link": "https://wg21.link/n1537",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1538": {
		"type": "paper",
		"title": "C++ Standard Library Defect Report List (Revision 28)",
		"subgroup": "",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1538.html",
		"link": "https://wg21.link/n1538",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1539": {
		"type": "paper",
		"title": "C++ Standard Library Closed Issues List (Revision 28)",
		"subgroup": "",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1539.html",
		"link": "https://wg21.link/n1539",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1540": {
		"type": "paper",
		"title": "(Draft) Technical Report on Standard Library Extensions",
		"subgroup": "",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1540.pdf",
		"link": "https://wg21.link/n1540",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1541": {
		"type": "paper",
		"title": "Library Extension Technical Report - Issues List",
		"subgroup": "",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1541.pdf",
		"link": "https://wg21.link/n1541",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1542": {
		"type": "paper",
		"title": "A Proposal to Add Mathematical Special Functions to the C++ Standard Library (version 3)",
		"subgroup": "",
		"author": "Walter E. Brown",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1542.pdf",
		"link": "https://wg21.link/n1542",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1543": {
		"type": "paper",
		"title": "Analysis and Proposed Resolution for Core Issue 39",
		"subgroup": "",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1543.pdf",
		"link": "https://wg21.link/n1543",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1544": {
		"type": "paper",
		"title": "Comments about Issues with Random Number Generators",
		"subgroup": "",
		"author": "Jens Maurer",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1544.html",
		"link": "https://wg21.link/n1544",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1545": {
		"type": "paper",
		"title": "Variadic Macros and Placemarkers",
		"subgroup": "",
		"author": "Paul Mensonides",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1545.pdf",
		"link": "https://wg21.link/n1545",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1546": {
		"type": "paper",
		"title": "Alignment Proposal",
		"subgroup": "",
		"author": "Attila Feh�r",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1546.pdf",
		"link": "https://wg21.link/n1546",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1547": {
		"type": "paper",
		"title": "Comments on the Initialization of Random Engines",
		"subgroup": "",
		"author": "Marc Paterno",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1547.htm",
		"link": "https://wg21.link/n1547",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1548": {
		"type": "paper",
		"title": "A Proposal to Add a Fixed Size Array Wrapper to the Standard Library Technical Report",
		"subgroup": "",
		"author": "Alisdair Meredith",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1548.htm",
		"link": "https://wg21.link/n1548",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1549": {
		"type": "paper",
		"title": "Const correctness in unordered associative containers",
		"subgroup": "",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1549.pdf",
		"link": "https://wg21.link/n1549",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1550": {
		"type": "paper",
		"title": "New Iterator Concepts",
		"subgroup": "",
		"author": "D. Abrahams, J. Siek, T. Witt",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1550.htm",
		"link": "https://wg21.link/n1550",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1551": {
		"type": "paper",
		"title": "Changes to N1540 to Implement N1499 Parts 1 and 2",
		"subgroup": "",
		"author": "Pete Becker",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1551.htm",
		"link": "https://wg21.link/n1551",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1552": {
		"type": "paper",
		"title": "Minutes of ISO WG21 Meeting, October 26, 2003",
		"subgroup": "",
		"author": "Robert Klarer",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1552.html",
		"link": "https://wg21.link/n1552",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1553": {
		"type": "paper",
		"title": "Minutes of J16 Meeting No. 37/WG21 Meeting No. 32, October 27-31, 2003",
		"subgroup": "",
		"author": "Robert Klarer",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1553.html",
		"link": "https://wg21.link/n1553",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1554": {
		"type": "paper",
		"title": "C++ Standard Core Language Active Issues, Revision 28",
		"subgroup": "",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1554.html",
		"link": "https://wg21.link/n1554",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1555": {
		"type": "paper",
		"title": "C++ Standard Core Language Defect Reports, Revision 28",
		"subgroup": "",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1555.html",
		"link": "https://wg21.link/n1555",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1556": {
		"type": "paper",
		"title": "C++ Standard Core Language Closed Issues, Revision 28",
		"subgroup": "",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1556.html",
		"link": "https://wg21.link/n1556",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1557": {
		"type": "paper",
		"title": "C++/CLI Overview",
		"subgroup": "",
		"author": "Herb Sutter",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1557.pdf",
		"link": "https://wg21.link/n1557",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1558": {
		"type": "paper",
		"title": "Library Technical Report Component Detection",
		"subgroup": "",
		"author": "Beman Dawes",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1558.html",
		"link": "https://wg21.link/n1558",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1559": {
		"type": "paper",
		"title": "WG21 Agenda",
		"subgroup": "",
		"author": "Herb Sutter",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1559.txt",
		"link": "https://wg21.link/n1559",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/"
	},
	"N1563": {
		"type": "paper",
		"title": "TG5 Liaison Report to WG21",
		"subgroup": "",
		"author": "Herb Sutter",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1563.pdf",
		"link": "https://wg21.link/n1563",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2003-12-05"
	},
	"N1564": {
		"type": "paper",
		"title": "Core Issue 195 and \"Conditionally-Supported Behavior\"",
		"subgroup": "Core",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1564.pdf",
		"link": "https://wg21.link/n1564",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-12"
	},
	"N1565": {
		"type": "paper",
		"title": "Adding the long long type to C++",
		"subgroup": "Evolution",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1565.pdf",
		"link": "https://wg21.link/n1565",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-01-22"
	},
	"N1566": {
		"type": "paper",
		"title": "Synchronizing the C++ preprocessor with C99",
		"subgroup": "Evolution",
		"author": "Clark Nelson",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1566.htm",
		"link": "https://wg21.link/n1566",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-05"
	},
	"N1567": {
		"type": "paper",
		"title": "Critique of WG14/N1016 decimal floating-point arithmetic",
		"subgroup": "",
		"author": "P.J. Plauger",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1567.htm",
		"link": "https://wg21.link/n1567",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-01-30"
	},
	"N1568": {
		"type": "paper",
		"title": "Proposed additions to TR-1 to improve compatibility with C99",
		"subgroup": "Library",
		"author": "P.J. Plauger",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1568.htm",
		"link": "https://wg21.link/n1568",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-01-30"
	},
	"N1569": {
		"type": "paper",
		"title": "Proposed fixes to library inconsistencies",
		"subgroup": "Library",
		"author": "P.J. Plauger",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1569.htm",
		"link": "https://wg21.link/n1569",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-01-30"
	},
	"N1570": {
		"type": "paper",
		"title": "Corrections to domain-error reporting for TR1 chapter on special math functions",
		"subgroup": "Library",
		"author": "P.J. Plauger",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1570.htm",
		"link": "https://wg21.link/n1570",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-01-30"
	},
	"N1571": {
		"type": "paper",
		"title": "C++ Standard Core Language Active Issues, Revision 29",
		"subgroup": "Core",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1571.html",
		"link": "https://wg21.link/n1571",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-13"
	},
	"N1572": {
		"type": "paper",
		"title": "C++ Standard Core Language Defect Reports, Revision 29",
		"subgroup": "Core",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1572.html",
		"link": "https://wg21.link/n1572",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-13"
	},
	"N1573": {
		"type": "paper",
		"title": "C++ Standard Core Language Closed Issues, Revision 29",
		"subgroup": "Core",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1573.html",
		"link": "https://wg21.link/n1573",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-13"
	},
	"N1575": {
		"type": "paper",
		"title": "Library Technical Report Component Detection (Revision 1)",
		"subgroup": "Library",
		"author": "Beman Dawes",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1575.html",
		"link": "https://wg21.link/n1575",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-10"
	},
	"N1576": {
		"type": "paper",
		"title": "Filesystem library query",
		"subgroup": "Library",
		"author": "Beman Dawes",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1576.html",
		"link": "https://wg21.link/n1576",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-06"
	},
	"N1577": {
		"type": "paper",
		"title": "Working Draft, Standard for Programming Language C++",
		"subgroup": "",
		"author": "P.J. Plauger, P. Becker",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1577.pdf",
		"link": "https://wg21.link/n1577",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-07"
	},
	"N1578": {
		"type": "paper",
		"title": "Editor's report",
		"subgroup": "",
		"author": "P.J. Plauger, P. Becker",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1578.html",
		"link": "https://wg21.link/n1578",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-11"
	},
	"N1579": {
		"type": "paper",
		"title": "Strongly Typed Enums",
		"subgroup": "Evolution",
		"author": "H. Sutter, D. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1579.pdf",
		"link": "https://wg21.link/n1579",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-10"
	},
	"N1580": {
		"type": "paper",
		"title": "AGENDA J16 Meeting No. 38 WG21 Meeting No. 33 March 22-26, 2004, Sydney Australia",
		"subgroup": "",
		"author": "Stephen D. Clamage",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1580.pdf",
		"link": "https://wg21.link/n1580",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-10"
	},
	"N1581": {
		"type": "paper",
		"title": "Delegating Constructors",
		"subgroup": "Evolution",
		"author": "H. Sutter, F. Glassborow",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1581.pdf",
		"link": "https://wg21.link/n1581",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-13"
	},
	"N1582": {
		"type": "paper",
		"title": "Compiler Generated Defaults",
		"subgroup": "Evolution",
		"author": "Francis Glassborow",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1582.pdf",
		"link": "https://wg21.link/n1582",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-12"
	},
	"N1583": {
		"type": "paper",
		"title": "Inheriting Constructors",
		"subgroup": "Evolution",
		"author": "Francis Glassborow",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1583.pdf",
		"link": "https://wg21.link/n1583",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-12"
	},
	"N1584": {
		"type": "paper",
		"title": "Regularizing Initialization Syntax",
		"subgroup": "Evolution",
		"author": "Francis Glassborow",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1584.pdf",
		"link": "https://wg21.link/n1584",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-12"
	},
	"N1585": {
		"type": "paper",
		"title": "Uniform Calling Syntax (Re-opening public interfaces)",
		"subgroup": "Evolution",
		"author": "Francis Glassborow",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1585.pdf",
		"link": "https://wg21.link/n1585",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-05"
	},
	"N1588": {
		"type": "paper",
		"title": "On Random-Number Distributions for C++0x",
		"subgroup": "Library",
		"author": "Marc Paterno",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1588.pdf",
		"link": "https://wg21.link/n1588",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-13"
	},
	"N1589": {
		"type": "paper",
		"title": "complex and issue 387",
		"subgroup": "Library",
		"author": "Howard E. Hinnant",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1589.html",
		"link": "https://wg21.link/n1589",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-11"
	},
	"N1590": {
		"type": "paper",
		"title": "Smart Pointer Comparison Operators",
		"subgroup": "Library",
		"author": "Peter Dimov",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1590.html",
		"link": "https://wg21.link/n1590",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-11"
	},
	"N1591": {
		"type": "paper",
		"title": "October 2004 Meeting Information",
		"subgroup": "",
		"author": "Herb Sutter",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1591.pdf",
		"link": "https://wg21.link/n1591",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-13"
	},
	"N1592": {
		"type": "paper",
		"title": "Explicit Conversion Operators",
		"subgroup": "Evolution",
		"author": "Lois Goldthwaite",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1592.pdf",
		"link": "https://wg21.link/n1592",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-13"
	},
	"N1593": {
		"type": "paper",
		"title": "C++ Standard Library Active Issues List (Revision 29)",
		"subgroup": "Library",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1593.html",
		"link": "https://wg21.link/n1593",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-17"
	},
	"N1594": {
		"type": "paper",
		"title": "C++ Standard Library Defect Report List (Revision 29)",
		"subgroup": "Library",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1594.html",
		"link": "https://wg21.link/n1594",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-17"
	},
	"N1595": {
		"type": "paper",
		"title": "C++ Standard Library Closed Issues List (Revision 29)",
		"subgroup": "Library",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1595.html",
		"link": "https://wg21.link/n1595",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-17"
	},
	"N1596": {
		"type": "paper",
		"title": "(Draft) Technical Report on Standard Library Extensions",
		"subgroup": "Library",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1596.pdf",
		"link": "https://wg21.link/n1596",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-17"
	},
	"N1597": {
		"type": "paper",
		"title": "Library Extension Technical Report - Issues List",
		"subgroup": "Library",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1597.pdf",
		"link": "https://wg21.link/n1597",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-17"
	},
	"N1598": {
		"type": "paper",
		"title": "Evolution WG issues list",
		"subgroup": "Evolution",
		"author": "B. Stroustrup, D. Vandevoorde",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1598.html",
		"link": "https://wg21.link/n1598",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-14"
	},
	"N1599": {
		"type": "paper",
		"title": "Issue 431: Swapping containers with unequal allocators",
		"subgroup": "Library",
		"author": "Howard E. Hinnant",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1599.html",
		"link": "https://wg21.link/n1599",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-11"
	},
	"N1600": {
		"type": "paper",
		"title": "C++/CLI Properties",
		"subgroup": "Evolution",
		"author": "Daveed Vandevoorde",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1600.html",
		"link": "https://wg21.link/n1600",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-11"
	},
	"N1601": {
		"type": "paper",
		"title": "A name for the null pointer: nullptr (revision 2)",
		"subgroup": "Evolution",
		"author": "H. Sutter, B. Stroustrup",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1601.pdf",
		"link": "https://wg21.link/n1601",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-12"
	},
	"N1602": {
		"type": "paper",
		"title": "Class Scope Using Declarations & private Members",
		"subgroup": "Evolution",
		"author": "Francis Glassborow",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1602.pdf",
		"link": "https://wg21.link/n1602",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-12"
	},
	"N1603": {
		"type": "paper",
		"title": "Variadic Templates",
		"subgroup": "Evolution",
		"author": "D. Gregor, J. J�rvi, G. Powell",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1603.pdf",
		"link": "https://wg21.link/n1603",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-17"
	},
	"N1604": {
		"type": "paper",
		"title": "Proposal to Add Static Assertions to the Core Language (Revision 1)",
		"subgroup": "Evolution",
		"author": "R. Klarer, J. Maddock, B. Dawes, H. Hinnant",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1604.html",
		"link": "https://wg21.link/n1604",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-13"
	},
	"N1605": {
		"type": "paper",
		"title": "Extending Template Type Parameters I: Namespace and scope",
		"subgroup": "Evolution",
		"author": "Daniel Gutson",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1605.pdf",
		"link": "https://wg21.link/n1605",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-13"
	},
	"N1607": {
		"type": "paper",
		"title": "Decltype and auto (revision 3)",
		"subgroup": "Evolution",
		"author": "J. J�rvi, B. Stroustrup",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1607.pdf",
		"link": "https://wg21.link/n1607",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-17"
	},
	"N1608": {
		"type": "paper",
		"title": "TG5 Liaison Report #2",
		"subgroup": "",
		"author": "Herb Sutter",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1608.pdf",
		"link": "https://wg21.link/n1608",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-13"
	},
	"N1609": {
		"type": "paper",
		"title": "More on Issues with Random Number Generators in the Library TR Proposal",
		"subgroup": "Library",
		"author": "Jens Maurer",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1609.html",
		"link": "https://wg21.link/n1609",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-14"
	},
	"N1610": {
		"type": "paper",
		"title": "Clarification of Initialization of Class Objects by rvalues",
		"subgroup": "Evolution",
		"author": "D. Abrahams, G. Powell",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1610.html",
		"link": "https://wg21.link/n1610",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-14"
	},
	"N1611": {
		"type": "paper",
		"title": "Implicitly-Callable Functions in C++0x",
		"subgroup": "Evolution",
		"author": "Walter E. Brown",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1611.pdf",
		"link": "https://wg21.link/n1611",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-02-17"
	},
	"N1612": {
		"type": "paper",
		"title": "How we might remove the remaining shortcomings of std::complex<T>",
		"subgroup": "Evolution",
		"author": "Thorsten Ottosen",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1612.pdf",
		"link": "https://wg21.link/n1612",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-03-29"
	},
	"N1613": {
		"type": "paper",
		"title": "Proposal to add Design by Contract to C++",
		"subgroup": "Evolution",
		"author": "Thorsten Ottosen",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1613.pdf",
		"link": "https://wg21.link/n1613",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-03-29"
	},
	"N1614": {
		"type": "paper",
		"title": "#scope: A simple scoping mechanism for the C/C++ preprocessor",
		"subgroup": "Evolution",
		"author": "Bjarne Stroustrup",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1614.pdf",
		"link": "https://wg21.link/n1614",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-04-12"
	},
	"N1615": {
		"type": "paper",
		"title": "C++ Properties — a Library Solution",
		"subgroup": "Evolution",
		"author": "Lois Goldthwaite",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1615.pdf",
		"link": "https://wg21.link/n1615",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-04-09"
	},
	"N1616": {
		"type": "paper",
		"title": "Extended friend Declarations (Rev. 1)",
		"subgroup": "Evolution",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1616.pdf",
		"link": "https://wg21.link/n1616",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-03-26"
	},
	"N1617": {
		"type": "paper",
		"title": "Proposal to Add Static Assertions to the Core Language (Revision 2)",
		"subgroup": "Evolution",
		"author": "R. Klarer, J. Maddock, B. Dawes, H. Hinnant",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1617.html",
		"link": "https://wg21.link/n1617",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-03-23"
	},
	"N1618": {
		"type": "paper",
		"title": "Delegating Constructors (revision 1)",
		"subgroup": "Evolution",
		"author": "H. Sutter, F. Glassborow",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1618.pdf",
		"link": "https://wg21.link/n1618",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-03-24"
	},
	"N1619": {
		"type": "paper",
		"title": "Library Extension Technical Report — Issues List",
		"subgroup": "Library",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1619.pdf",
		"link": "https://wg21.link/n1619",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-04-12"
	},
	"N1620": {
		"type": "paper",
		"title": "Dimension and Rank",
		"subgroup": "Library",
		"author": "Howard Hinnant",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1620.htm",
		"link": "https://wg21.link/n1620",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-03-24"
	},
	"N1621": {
		"type": "paper",
		"title": "Resolution to TR issue 4.37",
		"subgroup": "Library",
		"author": "Jens Maurer",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1621.html",
		"link": "https://wg21.link/n1621",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-03-24"
	},
	"N1622": {
		"type": "paper",
		"title": "Resolutions to unordered associative container issues",
		"subgroup": "Library",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1622.html",
		"link": "https://wg21.link/n1622",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-03-24"
	},
	"N1623": {
		"type": "paper",
		"title": "Resolutions to regular expression issues",
		"subgroup": "Library",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1623.html",
		"link": "https://wg21.link/n1623",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-03-24"
	},
	"N1624": {
		"type": "paper",
		"title": "Resolutions to fixed-size array issues",
		"subgroup": "Library",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1624.html",
		"link": "https://wg21.link/n1624",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-03-24"
	},
	"N1625": {
		"type": "paper",
		"title": "#scope for C/C++",
		"subgroup": "Evolution",
		"author": "Tom Plum",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1625.pdf",
		"link": "https://wg21.link/n1625",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-04-09"
	},
	"N1626": {
		"type": "paper",
		"title": "Proposed Resolution for Core Issue 39 (Rev. 1)",
		"subgroup": "Core",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1626.pdf",
		"link": "https://wg21.link/n1626",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-04-04"
	},
	"N1627": {
		"type": "paper",
		"title": "\"Conditionally-Supported Behavior\" (Rev. 1)",
		"subgroup": "Core",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1627.pdf",
		"link": "https://wg21.link/n1627",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-04-04"
	},
	"N1628": {
		"type": "paper",
		"title": "Extensions for the Programming Language C++ to Support New Character Data Types",
		"subgroup": "Evolution",
		"author": "Lawrence Crowl",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1628.htm",
		"link": "https://wg21.link/n1628",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-07-16"
	},
	"N1629": {
		"type": "paper",
		"title": "Minutes of J16 Meeting No. 38/WG21 Meeting No. 33, March 22-26, 2004",
		"subgroup": "",
		"author": "Robert Klarer",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1629.html",
		"link": "https://wg21.link/n1629",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-04-08"
	},
	"N1630": {
		"type": "paper",
		"title": "Minutes of ISO WG21 Meeting, March 21, 2004",
		"subgroup": "",
		"author": "Robert Klarer",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1630.html",
		"link": "https://wg21.link/n1630",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-03-21"
	},
	"N1631": {
		"type": "paper",
		"title": "Electronic review process",
		"subgroup": "",
		"author": "D. Abrahams, B. Dawes, J. Siek",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1631.html",
		"link": "https://wg21.link/n1631",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-04-11"
	},
	"N1632": {
		"type": "paper",
		"title": "C++ Standard Core Language Active Issues, Revision 30",
		"subgroup": "Core",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1632.html",
		"link": "https://wg21.link/n1632",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-04-09"
	},
	"N1633": {
		"type": "paper",
		"title": "C++ Standard Core Language Defect Reports, Revision 30",
		"subgroup": "Core",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1633.html",
		"link": "https://wg21.link/n1633",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-04-09"
	},
	"N1634": {
		"type": "paper",
		"title": "C++ Standard Core Language Closed Issues, Revision 30",
		"subgroup": "Core",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1634.html",
		"link": "https://wg21.link/n1634",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-04-09"
	},
	"N1635": {
		"type": "paper",
		"title": "C++ Standard Library Active Issues List (Revision 30)",
		"subgroup": "Library",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1635.html",
		"link": "https://wg21.link/n1635",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-04-12"
	},
	"N1636": {
		"type": "paper",
		"title": "C++ Standard Library Defect Report List (Revision 30)",
		"subgroup": "Library",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1636.html",
		"link": "https://wg21.link/n1636",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-04-12"
	},
	"N1637": {
		"type": "paper",
		"title": "C++ Standard Library Closed Issues List (Revision 30)",
		"subgroup": "Library",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1637.html",
		"link": "https://wg21.link/n1637",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-04-12"
	},
	"N1638": {
		"type": "paper",
		"title": "Working Draft, Standard for Programming Language C++",
		"subgroup": "",
		"author": "Pete Becker",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1638.pdf",
		"link": "https://wg21.link/n1638",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-04-11"
	},
	"N1639": {
		"type": "paper",
		"title": "Editor's Report",
		"subgroup": "",
		"author": "Pete Becker",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1639.html",
		"link": "https://wg21.link/n1639",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-04-12"
	},
	"N1640": {
		"type": "paper",
		"title": "New Iterator Concepts",
		"subgroup": "Library",
		"author": "D. Abrahams, J. Siek, T. Witt",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1640.html",
		"link": "https://wg21.link/n1640",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-04-10"
	},
	"N1641": {
		"type": "paper",
		"title": "Iterator Facade and Adaptor",
		"subgroup": "Library",
		"author": "D. Abrahams, J. Siek, T. Witt",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1641.html",
		"link": "https://wg21.link/n1641",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-04-10"
	},
	"N1642": {
		"type": "paper",
		"title": "Adoption of C99's __func__ predefined identifier and improved default argument behavior",
		"subgroup": "Evolution",
		"author": "Alex Rosenberg",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1642.html",
		"link": "https://wg21.link/n1642",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-04-09"
	},
	"N1647": {
		"type": "paper",
		"title": "(Draft) Technical Report on Standard Library Extensions",
		"subgroup": "Library",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1647.pdf",
		"link": "https://wg21.link/n1647",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-04-12"
	},
	"N1648": {
		"type": "paper",
		"title": "Motivation, Objectives and Design Decisions",
		"subgroup": "Evolution",
		"author": "Attila Feh�r",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1648.pdf",
		"link": "https://wg21.link/n1648",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-04-09"
	},
	"N1649": {
		"type": "paper",
		"title": "Right Angle Brackets",
		"subgroup": "Evolution",
		"author": "Daveed Vandevoorde",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1649.html",
		"link": "https://wg21.link/n1649",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-04-09"
	},
	"N1650": {
		"type": "paper",
		"title": "C++ Evolution Working Group — Active Proposals, Revision 1",
		"subgroup": "Evolution",
		"author": "D. Vandevoorde,B. Stroustrup,H. Sutter",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1650.html",
		"link": "https://wg21.link/n1650",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-04-15"
	},
	"N1651": {
		"type": "paper",
		"title": "WG21 agenda",
		"subgroup": "",
		"author": "Herb Sutter",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1651.htm",
		"link": "https://wg21.link/n1651",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-04-09"
	},
	"N1652": {
		"type": "paper",
		"title": "WG21 Agenda",
		"subgroup": "",
		"author": "Herb Sutter",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1652.htm",
		"link": "https://wg21.link/n1652",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-04-22"
	},
	"N1653": {
		"type": "paper",
		"title": "Working draft changes for C99 preprocessor synchronization",
		"subgroup": "Evolution and Core",
		"author": "Clark Nelson",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1653.htm",
		"link": "https://wg21.link/n1653",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-07-16"
	},
	"N1654": {
		"type": "paper",
		"title": "TG5 Liaison Report #3",
		"subgroup": "",
		"author": "Herb Sutter",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1654.pdf",
		"link": "https://wg21.link/n1654",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-05-19"
	},
	"N1655": {
		"type": "paper",
		"title": "Unofficial Working Draft, Standard for Programming Language C++",
		"subgroup": "",
		"author": "Pete Becker",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1655.pdf",
		"link": "https://wg21.link/n1655",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-07-16"
	},
	"N1656": {
		"type": "paper",
		"title": "Editor's report",
		"subgroup": "",
		"author": "Pete Becker",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1656.html",
		"link": "https://wg21.link/n1656",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-07-16"
	},
	"N1657": {
		"type": "paper",
		"title": "C++ Standard Library Active Issues List (Revision 31)",
		"subgroup": "Library",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1657.html",
		"link": "https://wg21.link/n1657",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-07-16"
	},
	"N1658": {
		"type": "paper",
		"title": "C++ Standard Library Defect Report List (Revision 31)",
		"subgroup": "Library",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1658.html",
		"link": "https://wg21.link/n1658",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-07-16"
	},
	"N1659": {
		"type": "paper",
		"title": "C++ Standard Library Closed Issues List (Revision 31)",
		"subgroup": "Library",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1659.html",
		"link": "https://wg21.link/n1659",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-07-16"
	},
	"N1660": {
		"type": "paper",
		"title": "(Draft) Technical Report on Standard Library Extensions",
		"subgroup": "Library",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1660.pdf",
		"link": "https://wg21.link/n1660",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-07-16"
	},
	"N1661": {
		"type": "paper",
		"title": "Library Extension Technical Report - Issues List",
		"subgroup": "Library",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1661.pdf",
		"link": "https://wg21.link/n1661",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/"
	},
	"N1662": {
		"type": "paper",
		"title": "WG21 Business Plan and Convener's Report",
		"subgroup": "",
		"author": "Herb Sutter",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1662.htm",
		"link": "https://wg21.link/n1662",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-07-16"
	},
	"N1663": {
		"type": "paper",
		"title": "TG5 Liaison Report #4",
		"subgroup": "",
		"author": "Herb Sutter",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1663.pdf",
		"link": "https://wg21.link/n1663",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-07-05"
	},
	"N1664": {
		"type": "paper",
		"title": "Toward Improved Optimization Opportunities in C++0x",
		"subgroup": "Evolution",
		"author": "W. Brown,M. Paterno",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1664.pdf",
		"link": "https://wg21.link/n1664",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-07-16"
	},
	"N1665": {
		"type": "paper",
		"title": "Guidelines for Domain Errors in Mathematical Special Functions",
		"subgroup": "Library",
		"author": "J. Marraffino,M. Paterno",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1665.pdf",
		"link": "https://wg21.link/n1665",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-07-15"
	},
	"N1666": {
		"type": "paper",
		"title": "Technical Report on C++ Performance",
		"subgroup": "Performance",
		"author": "Lois Goldwaithe",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1666.pdf",
		"link": "https://wg21.link/n1666",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-07-15"
	},
	"N1667": {
		"type": "paper",
		"title": "Accessing the target of a tr1::function object",
		"subgroup": "Library",
		"author": "Douglas Gregor",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1667.pdf",
		"link": "https://wg21.link/n1667",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-07-16"
	},
	"N1668": {
		"type": "paper",
		"title": "A Proposal to add Mathematical Functions for Statistics to the C++ Standard Library",
		"subgroup": "Library",
		"author": "Paul A Bristow",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1668.pdf",
		"link": "https://wg21.link/n1668",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-08-11"
	},
	"N1669": {
		"type": "paper",
		"title": "Proposal to add Contract Programming to C++ (revision 1)",
		"subgroup": "Evolution",
		"author": "Thorsten Ottosen",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1669.html",
		"link": "https://wg21.link/n1669",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-09-10"
	},
	"N1671": {
		"type": "paper",
		"title": "Overloading Operator.() & Operator.*()",
		"subgroup": "Evolution",
		"author": "G. Powell,D. Gregor,J. Jarvi",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1671.pdf",
		"link": "https://wg21.link/n1671",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-09-10"
	},
	"N1672": {
		"type": "paper",
		"title": "Adapting N1640=04-0080 To C++0x",
		"subgroup": "Library",
		"author": "Pete Becker",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1672.html",
		"link": "https://wg21.link/n1672",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-09-10"
	},
	"N1673": {
		"type": "paper",
		"title": "Unifying TR1 Function Object Type Specifications",
		"subgroup": "Library",
		"author": "P. Becker,P. Dimov",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1673.html",
		"link": "https://wg21.link/n1673",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-09-10"
	},
	"N1674": {
		"type": "paper",
		"title": "A Proposal to Improve const_iterator Use from C++0X Containers",
		"subgroup": "Evolution and Library",
		"author": "Walter E. Brown",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1674.pdf",
		"link": "https://wg21.link/n1674",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-08-31"
	},
	"N1675": {
		"type": "paper",
		"title": "TG5 Liaison Report #5",
		"subgroup": "",
		"author": "Herb Sutter",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1675.pdf",
		"link": "https://wg21.link/n1675",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-08-19"
	},
	"N1676": {
		"type": "paper",
		"title": "Non-member overloaded copy assignment operator",
		"subgroup": "Evolution",
		"author": "Bronek Kozicki",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1676.htm",
		"link": "https://wg21.link/n1676",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-09-09"
	},
	"N1677": {
		"type": "paper",
		"title": "C++ Standard Core Language Active Issues, Revision 31",
		"subgroup": "Core",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1677.html",
		"link": "https://wg21.link/n1677",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-09-10"
	},
	"N1678": {
		"type": "paper",
		"title": "C++ Standard Core Language Defect Reports, Revision 31",
		"subgroup": "Core",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1678.html",
		"link": "https://wg21.link/n1678",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-09-10"
	},
	"N1679": {
		"type": "paper",
		"title": "C++ Standard Core Language Closed Issues, Revision 31",
		"subgroup": "Core",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1679.html",
		"link": "https://wg21.link/n1679",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-09-10"
	},
	"N1680": {
		"type": "paper",
		"title": "Memory Model for multithreaded C++",
		"subgroup": "Evolution",
		"author": "A. Alexandrescu,H. Boehm,K. Henney,D. Lea,B. Pugh",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1680.pdf",
		"link": "https://wg21.link/n1680",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-09-10"
	},
	"N1681": {
		"type": "paper",
		"title": "A Proposal to Add a Policy-Based Smart Pointer Framework to the Standard Library",
		"subgroup": "Library",
		"author": "David B. Held",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1681.pdf",
		"link": "https://wg21.link/n1681",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-09-01"
	},
	"N1682": {
		"type": "paper",
		"title": "A Multi-threading Library for Standard C++",
		"subgroup": "Library",
		"author": "Pete Becker",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1682.html",
		"link": "https://wg21.link/n1682",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-09-10"
	},
	"N1683": {
		"type": "paper",
		"title": "Proposed Library Additions for Code Conversions",
		"subgroup": "Library",
		"author": "P.J. Plauger",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1683.html",
		"link": "https://wg21.link/n1683",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-09-10"
	},
	"N1684": {
		"type": "paper",
		"title": "C++ Standard Library Active Issues List (Revision 32)",
		"subgroup": "Library",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1684.html",
		"link": "https://wg21.link/n1684",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-09-10"
	},
	"N1685": {
		"type": "paper",
		"title": "C++ Standard Library Defect Report List (Revision 32)",
		"subgroup": "Library",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1685.html",
		"link": "https://wg21.link/n1685",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-09-10"
	},
	"N1686": {
		"type": "paper",
		"title": "C++ Standard Library Closed Issues List (Revision 32)",
		"subgroup": "Library",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1686.html",
		"link": "https://wg21.link/n1686",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-09-10"
	},
	"N1687": {
		"type": "paper",
		"title": "(Draft) Technical Report on Standard Library Extensions",
		"subgroup": "Library",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1687.pdf",
		"link": "https://wg21.link/n1687",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-09-10"
	},
	"N1688": {
		"type": "paper",
		"title": "Library Extension Technical Report - Issues List (Revision 5)",
		"subgroup": "Library",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1688.pdf",
		"link": "https://wg21.link/n1688",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-09-10"
	},
	"N1689": {
		"type": "paper",
		"title": "C++0x Standard Library wishlist",
		"subgroup": "Library",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1689.html",
		"link": "https://wg21.link/n1689",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-09-10"
	},
	"N1690": {
		"type": "paper",
		"title": "A Proposal to Add an Rvalue Reference to the C++ Language",
		"subgroup": "Evolution",
		"author": "H. Hinnant,D. Abrahams,P. Dimov",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1690.html",
		"link": "https://wg21.link/n1690",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-09-07"
	},
	"N1691": {
		"type": "paper",
		"title": "Explicit Namespaces",
		"subgroup": "Evolution",
		"author": "David Abrahams",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1691.html",
		"link": "https://wg21.link/n1691",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-09-07"
	},
	"N1692": {
		"type": "paper",
		"title": "A Proposal to add the Infinite Precision Integer to the C++ Standard Library",
		"subgroup": "Library",
		"author": "M.J. Kronenburg",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1692.pdf",
		"link": "https://wg21.link/n1692",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-07-01"
	},
	"N1693": {
		"type": "paper",
		"title": "Adding the long long type to C++ (Revision 1)",
		"subgroup": "Evolution",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1693.pdf",
		"link": "https://wg21.link/n1693",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-09-10"
	},
	"N1694": {
		"type": "paper",
		"title": "A Proposal to Extend the Function Call Operator",
		"subgroup": "Evolution",
		"author": "Peter Dimov",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1694.html",
		"link": "https://wg21.link/n1694",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-09-06"
	},
	"N1695": {
		"type": "paper",
		"title": "A Proposal to Make Pointers to Members Callable",
		"subgroup": "Evolution",
		"author": "Peter Dimov",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1695.html",
		"link": "https://wg21.link/n1695",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-09-09"
	},
	"N1696": {
		"type": "paper",
		"title": "Language Support for Restricted Templates",
		"subgroup": "Evolution",
		"author": "Peter Dimov",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1696.html",
		"link": "https://wg21.link/n1696",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-09-07"
	},
	"N1697": {
		"type": "paper",
		"title": "Restrictions on Order Parameters for Bessels and Other Function Families",
		"subgroup": "Library",
		"author": "P.J. Plauger",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1697.html",
		"link": "https://wg21.link/n1697",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-09-10"
	},
	"N1698": {
		"type": "paper",
		"title": "AGENDA J16 Meeting No. 39 WG21 Meeting No. 34 Oct 17-22, 2004, Redmond, Washington",
		"subgroup": "",
		"author": "Stephen D. Clamage",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1698.pdf",
		"link": "https://wg21.link/n1698",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-09-10"
	},
	"N1700": {
		"type": "paper",
		"title": "C++ Evolution Working Group — Active Proposals, Revision 1b",
		"subgroup": "Evolution",
		"author": "D. Vandevoorde,B. Stroustrup,H. Sutter",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1700.html",
		"link": "https://wg21.link/n1700",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-09-09"
	},
	"N1701": {
		"type": "paper",
		"title": "Regularizing Initialization Syntax (revision 1)",
		"subgroup": "Evolution",
		"author": "Francis Glassborow",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1701.pdf",
		"link": "https://wg21.link/n1701",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-09-08"
	},
	"N1702": {
		"type": "paper",
		"title": "explicit class and default definitions",
		"subgroup": "Evolution",
		"author": "Francis Glassborow",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1702.pdf",
		"link": "https://wg21.link/n1702",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-09-08"
	},
	"N1703": {
		"type": "paper",
		"title": "Function Qualifiers",
		"subgroup": "Evolution",
		"author": "Francis Glassborow",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1703.pdf",
		"link": "https://wg21.link/n1703",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-09-09"
	},
	"N1704": {
		"type": "paper",
		"title": "Variadic Templates: Exploring the Design Space",
		"subgroup": "Evolution",
		"author": "D. Gregor,J. Jarvi,G. Powell",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1704.pdf",
		"link": "https://wg21.link/n1704",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-09-10"
	},
	"N1705": {
		"type": "paper",
		"title": "Decltype and Auto (revision 4)",
		"subgroup": "Evolution",
		"author": "J. Jarvi,B. Stroustrup,G. Dos Reis",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1705.pdf",
		"link": "https://wg21.link/n1705",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-09-12"
	},
	"N1706": {
		"type": "paper",
		"title": "Toward Opaque typedefs in C++0X",
		"subgroup": "Evolution and Core",
		"author": "Walter E. Brown",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1706.pdf",
		"link": "https://wg21.link/n1706",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-09-10"
	},
	"N1707": {
		"type": "paper",
		"title": "Invitation April 2005 meeting",
		"subgroup": "",
		"author": "Keld Jorn Simonsen",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1707.htm",
		"link": "https://wg21.link/n1707",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-09-11"
	},
	"N1708": {
		"type": "paper",
		"title": "C++ Standard Library Active Issues List (Revision 33)",
		"subgroup": "Library",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1708.html",
		"link": "https://wg21.link/n1708",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-11-05"
	},
	"N1709": {
		"type": "paper",
		"title": "C++ Standard Library Defect Report List (Revision 33)",
		"subgroup": "Library",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1709.html",
		"link": "https://wg21.link/n1709",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-11-05"
	},
	"N1710": {
		"type": "paper",
		"title": "C++ Standard Library Closed Issues List (Revision 33)",
		"subgroup": "Library",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1710.html",
		"link": "https://wg21.link/n1710",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-11-05"
	},
	"N1711": {
		"type": "paper",
		"title": "(Draft) Technical Report on Standard Library Extensions",
		"subgroup": "Library",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1711.pdf",
		"link": "https://wg21.link/n1711",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-11-05"
	},
	"N1712": {
		"type": "paper",
		"title": "Library Extension Technical Report - Issues List",
		"subgroup": "Library",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1712.pdf",
		"link": "https://wg21.link/n1712",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-11-05"
	},
	"N1713": {
		"type": "paper",
		"title": "Proposed Resolution to TR1 Issues 3.12, 3.14, and 3.15",
		"subgroup": "Library",
		"author": "Pete Becker",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1713.pdf",
		"link": "https://wg21.link/n1713",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-10-14"
	},
	"N1714": {
		"type": "paper",
		"title": "Minutes of ISO WG21 Meeting, October 17, 2004",
		"subgroup": "",
		"author": "Robert Klarer",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1714.html",
		"link": "https://wg21.link/n1714",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-10-17"
	},
	"N1715": {
		"type": "paper",
		"title": "Minutes of J16 Meeting No. 39/WG21 Meeting No. 34, October 17-22, 2004",
		"subgroup": "",
		"author": "Robert Klarer",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1715.html",
		"link": "https://wg21.link/n1715",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-10-22"
	},
	"N1717": {
		"type": "paper",
		"title": "Explicit class and default definitions",
		"subgroup": "Evolution",
		"author": "F. Glassborow, L. Goldthwaite",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1717.pdf",
		"link": "https://wg21.link/n1717",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-11-05"
	},
	"N1718": {
		"type": "paper",
		"title": "A Proposal to add the Infinite Precision Integer and Rational to the C++ Standard Library",
		"subgroup": "Library",
		"author": "M. J. Kronenburg",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1718.pdf",
		"link": "https://wg21.link/n1718",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-11-01"
	},
	"N1719": {
		"type": "paper",
		"title": "Strongly Typed Enums (revision 1)",
		"subgroup": "Evolution",
		"author": "H. Sutter, D. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1719.pdf",
		"link": "https://wg21.link/n1719",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-10-21"
	},
	"N1720": {
		"type": "paper",
		"title": "Proposal to Add Static Assertions to the Core Language (Revision 3)",
		"subgroup": "Evolution",
		"author": "R. Klarer, J. Maddock, B. Dawes, H. Hinnant",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1720.html",
		"link": "https://wg21.link/n1720",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-10-20"
	},
	"N1721": {
		"type": "paper",
		"title": "Deducing the type of variable from its initializer expression",
		"subgroup": "Evolution",
		"author": "J. Jaarvi, B. Stroustrup, G. Dos Reis",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1721.pdf",
		"link": "https://wg21.link/n1721",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-10-21"
	},
	"N1722": {
		"type": "paper",
		"title": "Extended friend Declarations (Rev. 2)",
		"subgroup": "Evolution",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1722.pdf",
		"link": "https://wg21.link/n1722",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-11-08"
	},
	"N1723": {
		"type": "paper",
		"title": "Proposed Resolutions to Library TR Issues",
		"subgroup": "Library",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1723.htm",
		"link": "https://wg21.link/n1723",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-10-20"
	},
	"N1724": {
		"type": "paper",
		"title": "A Library Approach to Initialization",
		"subgroup": "Evolution",
		"author": "Thorsten Ottosen",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1724.html",
		"link": "https://wg21.link/n1724",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-10-29"
	},
	"N1725": {
		"type": "paper",
		"title": "Copy Elision in Exception Handling",
		"subgroup": "Core",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1725.pdf",
		"link": "https://wg21.link/n1725",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-11-08"
	},
	"N1726": {
		"type": "paper",
		"title": "Macro scopes",
		"subgroup": "Evolution",
		"author": "Thomas Plum",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1726.pdf",
		"link": "https://wg21.link/n1726",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-10-21"
	},
	"N1727": {
		"type": "paper",
		"title": "Changing Undefined Behavior into Diagnosable Errors",
		"subgroup": "Core",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1727.pdf",
		"link": "https://wg21.link/n1727",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-11-08"
	},
	"N1729": {
		"type": "paper",
		"title": "C++ Standard Core Language Active Issues, Revision 32",
		"subgroup": "Core",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1729.html",
		"link": "https://wg21.link/n1729",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-11-07"
	},
	"N1730": {
		"type": "paper",
		"title": "C++ Standard Core Language Defect Reports, Revision 32",
		"subgroup": "Core",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1730.html",
		"link": "https://wg21.link/n1730",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-11-07"
	},
	"N1731": {
		"type": "paper",
		"title": "C++ Standard Core Language Closed Issues, Revision 32",
		"subgroup": "Core",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1731.html",
		"link": "https://wg21.link/n1731",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-11-07"
	},
	"N1732": {
		"type": "paper",
		"title": "C++0x Standard Library wishlist (revision 2)",
		"subgroup": "Core",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1732.html",
		"link": "https://wg21.link/n1732",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-11-05"
	},
	"N1733": {
		"type": "paper",
		"title": "Working Draft, Standard for Programming Language C++",
		"subgroup": "",
		"author": "Pete Becker",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1733.pdf",
		"link": "https://wg21.link/n1733",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-11-05"
	},
	"N1734": {
		"type": "paper",
		"title": "Editor's report",
		"subgroup": "",
		"author": "Pete Becker",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1734.html",
		"link": "https://wg21.link/n1734",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-11-05"
	},
	"N1735": {
		"type": "paper",
		"title": "Adding the long long type to C++ (Revision 2)",
		"subgroup": "Evolution",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1735.pdf",
		"link": "https://wg21.link/n1735",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-11-03"
	},
	"N1736": {
		"type": "paper",
		"title": "Modules in C++ (Revision 1)",
		"subgroup": "Evolution",
		"author": "Daveed Vandevoorde",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1736.pdf",
		"link": "https://wg21.link/n1736",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-11-05"
	},
	"N1737": {
		"type": "paper",
		"title": "A Proposal to Restore Multi-declarator auto Declarations",
		"subgroup": "Evolution",
		"author": "Walter E. Brown",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1737.pdf",
		"link": "https://wg21.link/n1737",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-11-02"
	},
	"N1738": {
		"type": "paper",
		"title": "Memory Model for Multithreaded C++",
		"subgroup": "Evolution",
		"author": "A. Alexandrescu, H. Boehm, K. Henney, D. Lea, B. Pugh, M. Michael",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1738.pdf",
		"link": "https://wg21.link/n1738",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-11-08"
	},
	"N1739": {
		"type": "paper",
		"title": "Adding a Policy-Based Smart Pointer Framework to the Standard Library",
		"subgroup": "Evolution",
		"author": "David B. Held",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1739.pdf",
		"link": "https://wg21.link/n1739",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-11-08"
	},
	"N1740": {
		"type": "paper",
		"title": "The \"scope\" extension for the C/C++ preprocessor",
		"subgroup": "Evolution",
		"author": "Thomas Plum",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1740.pdf",
		"link": "https://wg21.link/n1740",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-11-03"
	},
	"N1741": {
		"type": "paper",
		"title": "Proposal for Extending the switch statement",
		"subgroup": "Evolution",
		"author": "Francis Glassborow",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1741.pdf",
		"link": "https://wg21.link/n1741",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-11-05"
	},
	"N1742": {
		"type": "paper",
		"title": "Auxiliary class interfaces",
		"subgroup": "Evolution",
		"author": "Francis Glassborow",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1742.pdf",
		"link": "https://wg21.link/n1742",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/",
		"date": "2004-11-07"
	},
	"N1743": {
		"type": "paper",
		"title": "Agenda",
		"subgroup": "",
		"author": "Herb Sutter",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1743.htm",
		"link": "https://wg21.link/n1743",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/",
		"date": "2004-11-09"
	},
	"N1744": {
		"type": "paper",
		"title": "Big Integer Library Proposal for C++0x",
		"subgroup": "Library",
		"author": "Michiel Salters",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1744.pdf",
		"link": "https://wg21.link/n1744",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/",
		"date": "2005-01-13"
	},
	"N1745": {
		"type": "paper",
		"title": "Proposed Draft Technical Report on C++ Library Extensions",
		"subgroup": "Library",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1745.pdf",
		"link": "https://wg21.link/n1745",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/",
		"date": "2005-01-17"
	},
	"N1746": {
		"type": "paper",
		"title": "Adding extended integer types to C++",
		"subgroup": "Evolution",
		"author": "J. Stephen Adamczyk",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1746.pdf",
		"link": "https://wg21.link/n1746",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/",
		"date": "2004-12-29"
	},
	"N1747": {
		"type": "paper",
		"title": "C++ Standard Core Language Active Issues, Revision 33",
		"subgroup": "Core",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1747.html",
		"link": "https://wg21.link/n1747",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/",
		"date": "2005-01-14"
	},
	"N1748": {
		"type": "paper",
		"title": "C++ Standard Core Language Defect Reports, Revision 33",
		"subgroup": "Core",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1748.html",
		"link": "https://wg21.link/n1748",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/",
		"date": "2005-01-14"
	},
	"N1749": {
		"type": "paper",
		"title": "C++ Standard Core Language Closed Issues, Revision 33",
		"subgroup": "Core",
		"author": "William M. Miller",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n1749.html",
		"link": "https://wg21.link/n1749",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/",
		"date": "2005-01-14"
	},
	"N1750": {
		"type": "paper",
		"title": "Critique of Code Conversion Proposal (N1683)",
		"subgroup": "Library",
		"author": "Beman Dawes",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1750.html",
		"link": "https://wg21.link/n1750",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/",
		"date": "2005-01-13"
	},
	"N1751": {
		"type": "paper",
		"title": "Aspects of Reflection in C++",
		"subgroup": "Evolution",
		"author": "Detlef Vollmann",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1751.html",
		"link": "https://wg21.link/n1751",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/",
		"date": "2005-01-14"
	},
	"N1752": {
		"type": "paper",
		"title": "C++0x Standard Library wishlist (revision 3)",
		"subgroup": "Library",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1752.html",
		"link": "https://wg21.link/n1752",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/",
		"date": "2005-01-17"
	},
	"N1753": {
		"type": "paper",
		"title": "C++ Standard Library Active Issues List (Revision 34)",
		"subgroup": "Library",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1753.html",
		"link": "https://wg21.link/n1753",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/",
		"date": "2005-01-17"
	},
	"N1754": {
		"type": "paper",
		"title": "C++ Standard Library Defect Report List (Revision 34)",
		"subgroup": "Library",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1754.html",
		"link": "https://wg21.link/n1754",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/",
		"date": "2005-01-17"
	},
	"N1755": {
		"type": "paper",
		"title": "C++ Standard Library Closed Issues List (Revision 34)",
		"subgroup": "Library",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1755.html",
		"link": "https://wg21.link/n1755",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/",
		"date": "2005-01-17"
	},
	"N1756": {
		"type": "paper",
		"title": "Library Extension Technical Report - Issues List",
		"subgroup": "Library",
		"author": "Matt Austern",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1756.pdf",
		"link": "https://wg21.link/n1756",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/",
		"date": "2005-01-17"
	},
	"N1757": {
		"type": "paper",
		"title": "Right Angle Brackets (Revision 1)",
		"subgroup": "Evolution",
		"author": "Daveed Vandevoorde",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1757.html",
		"link": "https://wg21.link/n1757",
		"source": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/",
		"date": "2005-01-13"
	},
	"N1758": {
		"type": "paper",
		"title": "Concepts for C++0x",
		"subgroup": "Evolution",
		"author": "J. Siek, D. Gregor et al.",
		"long_link": "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1758.pdf",
		"link": "https://wg21.link/n1758",
		"source": "http://www.op