Skip to content

Commit 26c7de7

Browse files
committed
Adding Mar 2024 Tokyo plenary
1 parent c00c29e commit 26c7de7

File tree

3 files changed

+653
-328
lines changed

3 files changed

+653
-328
lines changed

macros.yaml

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ attributes:
4242
- value: 201803
4343
papers: P0479R5
4444
language:
45+
- name: ' __cpp_deleted_function'
46+
rows:
47+
- value: 202403
48+
papers: P2573R2
4549
- name: __cpp_aggregate_bases
4650
rows:
4751
- value: 201603
@@ -349,6 +353,8 @@ language:
349353
rows:
350354
- value: 201606
351355
papers: P0217R3
356+
- value: 202403
357+
papers: P0609R3
352358
- name: __cpp_template_template_args
353359
rows:
354360
- value: 201611
@@ -377,6 +383,10 @@ language:
377383
rows:
378384
- value: 201304
379385
papers: N3651
386+
- name: __cpp_variadic_friend
387+
rows:
388+
- value: 202403
389+
papers: P2893R3
380390
- name: __cpp_variadic_templates
381391
rows:
382392
- value: 200704
@@ -477,6 +487,11 @@ library:
477487
rows:
478488
- value: 201907
479489
papers: P1135R6
490+
- name: __cpp_lib_atomic_min_max
491+
header_list: atomic
492+
rows:
493+
- value: 202403
494+
papers: P0493R5
480495
- name: __cpp_lib_atomic_ref
481496
header_list: atomic
482497
rows:
@@ -714,6 +729,11 @@ library:
714729
rows:
715730
- value: 201907
716731
papers: P1004R2
732+
- name: __cpp_lib_constrained_equality
733+
header_list: utility tuple optional variant
734+
rows:
735+
- value: 202403
736+
papers: P2944R3
717737
- name: __cpp_lib_containers_ranges
718738
header_list: vector list forward_list map set unordered_map unordered_set deque
719739
queue stack string
@@ -735,10 +755,17 @@ library:
735755
rows:
736756
- value: 202311
737757
papers: P2546R5
758+
- value: 202403
759+
papers: P2810R4
738760
- name: __cpp_lib_deduction_guides
739761
rows:
740762
- value: 201703
741763
papers: P0433R2
764+
- name: __cpp_lib_default_template_type_for_algorithm_values
765+
header_list: algorithm ranges string deque list forward_list vector
766+
rows:
767+
- value: 202403
768+
papers: P2248R8
742769
- name: __cpp_lib_destroying_delete
743770
header_list: new
744771
rows:
@@ -818,6 +845,11 @@ library:
818845
papers: P2637R3
819846
- value: 202311
820847
papers: P2918R2
848+
- name: __cpp_lib_format_path
849+
header_list: filesystem
850+
rows:
851+
- value: 202403
852+
papers: P2845R8
821853
- name: __cpp_lib_format_ranges
822854
header_list: format
823855
rows:
@@ -960,6 +992,11 @@ library:
960992
rows:
961993
- value: 201606
962994
papers: P0295R0
995+
- name: __cpp_lib_generate_random
996+
header_list: random
997+
rows:
998+
- value: 202403
999+
papers: P1068R11
9631000
- name: __cpp_lib_generator
9641001
header_list: generator
9651002
rows:
@@ -1260,6 +1297,8 @@ library:
12601297
rows:
12611298
- value: 202207
12621299
papers: P2093R14
1300+
- value: 202403
1301+
papers: P3107R5
12631302
- name: __cpp_lib_quoted_string_io
12641303
header_list: iomanip
12651304
rows:
@@ -1313,6 +1352,11 @@ library:
13131352
rows:
13141353
- value: 202202
13151354
papers: P2443R1
1355+
- name: __cpp_lib_ranges_concat
1356+
header_list: ranges
1357+
rows:
1358+
- value: 202403
1359+
papers: P2542R8
13161360
- name: __cpp_lib_ranges_contains
13171361
header_list: algorithm
13181362
rows:
@@ -1393,6 +1437,11 @@ library:
13931437
rows:
13941438
- value: 202202
13951439
papers: P2255R2
1440+
- name: __cpp_lib_reference_wrapper
1441+
header_list: functional
1442+
rows:
1443+
- value: 202403
1444+
papers: P2944R3
13961445
- name: __cpp_lib_remove_cvref
13971446
header_list: type_traits
13981447
rows:
@@ -1547,11 +1596,15 @@ library:
15471596
papers: P0254R2
15481597
- value: 201803
15491598
papers: P0858R0 LWG3257
1599+
- value: 202403
1600+
papers: P2591R5
15501601
- name: __cpp_lib_submdspan
15511602
header_list: mdspan
15521603
rows:
15531604
- value: 202306
15541605
papers: P2630R4
1606+
- value: 202403
1607+
papers: P2642R6
15551608
- name: __cpp_lib_syncbuf
15561609
header_list: syncstream
15571610
rows:

0 commit comments

Comments
 (0)