Skip to content

Commit

Permalink
2023-08-09T11:16:33 auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
specworker committed Aug 9, 2023
1 parent dc94e07 commit 69651bb
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
24 changes: 22 additions & 2 deletions refs/wg21.json
Original file line number Diff line number Diff line change
Expand Up @@ -32853,7 +32853,7 @@
"source": "https://wg21.link/index.json"
},
"D2572R1": {
"title": "P2572R1: std::format() fill character allowances",
"title": "std::format() fill character allowances",
"href": "https://wg21.link/d2572r1",
"publisher": "WG21",
"source": "https://wg21.link/index.json"
Expand All @@ -32877,7 +32877,7 @@
"source": "https://wg21.link/index.json"
},
"D2652R2": {
"title": "Disallow User Specialization of allocator_traits (Bug fix from R1)",
"title": "D2552R2 - Fix `allocator_traits::allocate_at_least`",
"href": "https://wg21.link/d2652r2",
"publisher": "WG21",
"source": "https://wg21.link/index.json"
Expand Down Expand Up @@ -75211,13 +75211,27 @@
"publisher": "WG21",
"source": "https://wg21.link/index.json"
},
"EDIT6449": {
"title": "[dcl.ptr] p3 - Entire normative paragraph dedicated to \"See also\"",
"href": "https://wg21.link/edit6449",
"status": "open",
"publisher": "WG21",
"source": "https://wg21.link/index.json"
},
"EDIT645": {
"title": "(may be wrong) [tuple.apply] Use existing std::invoke function rather than magic INVOKE",
"href": "https://wg21.link/edit645",
"status": "closed",
"publisher": "WG21",
"source": "https://wg21.link/index.json"
},
"EDIT6450": {
"title": "[dlc.init.general] Fix wording of direct-initialization",
"href": "https://wg21.link/edit6450",
"status": "open",
"publisher": "WG21",
"source": "https://wg21.link/index.json"
},
"EDIT646": {
"title": "Move removal of bool++ from C++14 compatibility annex to C++17 annex",
"href": "https://wg21.link/edit646",
Expand Down Expand Up @@ -232361,9 +232375,15 @@
"WG21-EDIT6448": {
"aliasOf": "EDIT6448"
},
"WG21-EDIT6449": {
"aliasOf": "EDIT6449"
},
"WG21-EDIT645": {
"aliasOf": "EDIT645"
},
"WG21-EDIT6450": {
"aliasOf": "EDIT6450"
},
"WG21-EDIT646": {
"aliasOf": "EDIT646"
},
Expand Down
4 changes: 4 additions & 0 deletions test/ref-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -16442,7 +16442,9 @@
"EDIT6446",
"EDIT6447",
"EDIT6448",
"EDIT6449",
"EDIT645",
"EDIT6450",
"EDIT646",
"EDIT647",
"EDIT648",
Expand Down Expand Up @@ -101942,7 +101944,9 @@
"WG21-EDIT6446",
"WG21-EDIT6447",
"WG21-EDIT6448",
"WG21-EDIT6449",
"WG21-EDIT645",
"WG21-EDIT6450",
"WG21-EDIT646",
"WG21-EDIT647",
"WG21-EDIT648",
Expand Down

0 comments on commit 69651bb

Please sign in to comment.