aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/doc/xml/manual/status_cxx2020.xml
blob: a0df925dcfcedc9a2cf93681da78b33267d1ff39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
<section xmlns="http://docbook.org/ns/docbook" version="5.0"
   xml:id="status.iso.2020" xreflabel="Status C++ 2020">
<?dbhtml filename="status_iso_cxx2020.html"?>

<info><title>C++ 2020</title>
  <keywordset>
    <keyword>ISO C++</keyword>
    <keyword>2020</keyword>
  </keywordset>
</info>

<para>
In this implementation the <literal>-std=gnu++20</literal> or
<literal>-std=c++20</literal> flag must be used to enable language
and library
features. See <link linkend="manual.intro.using.flags">dialect</link>
options. The pre-defined symbol
<constant>__cplusplus</constant> is used to check for the
presence of the required flag.
</para>

<para>
This section describes the C++20 and library TS support in
the GCC 13 release series.
</para>

<para>
The following table lists new library features that are included in
the C++20 standard. The "Proposal" column provides a link to the
ISO C++ committee proposal that describes the feature, while the "Status"
column indicates the first version of GCC that contains an implementation of
this feature (if it has been implemented).
A dash (&#x2014;) in the status column indicates that the changes in the proposal
either do not affect the code in libstdc++, or the changes are not required for conformance.
The "SD-6 Feature Test / Notes" column shows the corresponding macro or header from
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://isocpp.org/std/standing-documents/sd-6-sg10-feature-test-recommendations">SD-6:
Feature-testing recommendations for C++</link> (where applicable)
or any notes about the implementation.
</para>

<table frame="all" xml:id="table.cxx20_features">
<title>C++ 2020 Library Features</title>

<tgroup cols="4" align="left" colsep="0" rowsep="1">
<colspec colname="c1"/>
<colspec colname="c2"/>
<colspec colname="c3"/>
<colspec colname="c4"/>
  <thead>
    <row>
      <entry>Library Feature</entry>
      <entry>Proposal</entry>
      <entry>Status</entry>
      <entry>SD-6 Feature Test / Notes</entry>
    </row>
  </thead>

  <tbody>

    <row>
      <entry namest="c1" nameend="c4" align="left">
        <emphasis role="bold">Compile-time programming</emphasis>
      </entry>
    </row>

    <row>
      <entry>  Add constexpr modifiers to functions in <code>&lt;algorithm&gt;</code> and <code>&lt;utility&gt;</code> Headers </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0202r3.html">
        P0202R3 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry> <code>__cpp_lib_constexpr_algorithms &gt;= 201703L</code> </entry>
    </row>

    <row>
      <entry>  Constexpr for <code>swap</code> and swap related functions </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0879r0.html">
        P0879R0 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry> <code>__cpp_lib_constexpr_algorithms &gt;= 201806L</code> </entry>
    </row>

    <row>
      <entry>  Constexpr for <code>std::complex</code> </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0415r1.html">
        P0415R1 </link>
      </entry>
      <entry align="center"> 9.1 </entry>
      <entry> <code>__cpp_lib_constexpr_complex &gt;= 201711L</code> (since 9.4, see Note 1) </entry>
    </row>

    <row>
      <entry>  <code>std::is_constant_evaluated()</code> </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0595r2.html">
        P0595R2 </link>
      </entry>
      <entry align="center"> 9.1 </entry>
      <entry> <code>__cpp_lib_is_constant_evaluated &gt;= 201811L</code> </entry>
    </row>

    <row>
      <entry>  More constexpr containers </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0784r7.html">
        P0784R7 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry> <code>__cpp_lib_constexpr_dynamic_alloc &gt;= 201907L</code> </entry>
    </row>

    <row>
      <entry>  Making <code>std::string</code> constexpr </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0980r1.pdf">
        P0980R1 </link>
      </entry>
      <entry align="center"> 12.1 </entry>
      <entry> <code>__cpp_lib_constexpr_string &gt;= 201907L</code> </entry>
    </row>

    <row>
      <entry>  Making <code>std::vector</code> constexpr </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1004r2.pdf">
        P1004R2 </link>
      </entry>
      <entry align="center"> 12.1 </entry>
      <entry> <code>__cpp_lib_constexpr_vector &gt;= 201907L</code> </entry>
    </row>

    <row>
      <entry>  Constexpr in <code>std::pointer_traits</code> </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1006r1.pdf">
        P1006R1 </link>
      </entry>
      <entry align="center"> 9.1 </entry>
      <entry> <code>__cpp_lib_constexpr_memory &gt;= 201811L</code> (since 9.4, see Note 1) </entry>
    </row>

    <row>
      <entry>  constexpr for <code>&lt;numeric&gt;</code> algorithms </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1645r1.html">
        P1645R1 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry> <code>__cpp_lib_constexpr_numeric &gt;= 201911L</code> </entry>
    </row>

    <row>
      <entry>  Constexpr iterator requirements </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0858r0.html">
        P0858R0 </link>
      </entry>
      <entry align="center"> 9.1 </entry>
      <entry>
        <informaltable colsep="0" rowsep="0" rowheader="norowheader" frame="none"><tgroup cols="1"><tbody>
        <row><entry> <code>__cpp_lib_array_constexpr &gt;= 201803L</code> </entry></row>
        <row><entry> <code>__cpp_lib_string_view &gt;= 201803L</code> </entry></row>
        <row><entry> (both since 9.4, see Note 1) </entry></row>
        </tbody></tgroup></informaltable>
      </entry>
    </row>

    <row>
      <entry>  <code>constexpr</code> comparison operators for <code>std::array</code> </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1023r0.pdf">
        P1023R0 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry> <code>__cpp_lib_array_constexpr &gt;= 201806</code> </entry>
    </row>

    <row>
      <entry>  Misc constexpr bits </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1032r1.html">
        P1032R1 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry>
        <informaltable colsep="0" rowsep="0" rowheader="norowheader" frame="none"><tgroup cols="1"><tbody>
        <row><entry> <code>__cpp_lib_array_constexpr &gt;= 201811L</code> </entry></row>
        <row><entry> <code>__cpp_lib_constexpr_functional &gt;= 201811L</code> </entry></row>
        <row><entry> <code>__cpp_lib_constexpr_iterator &gt;= 201811L</code> </entry></row>
        <row><entry> <code>__cpp_lib_constexpr_string_view &gt;= 201811L</code> </entry></row>
        <row><entry> <code>__cpp_lib_constexpr_tuple &gt;= 201811L</code> </entry></row>
        <row><entry> <code>__cpp_lib_constexpr_utility &gt;= 201811L</code> </entry></row>
        </tbody></tgroup></informaltable>
      </entry>
    </row>

    <row>
      <entry>  <code>constexpr <emphasis>INVOKE</emphasis></code> </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1065r2.html">
        P1065R2 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry> <code>__cpp_lib_constexpr_functional &gt;= 201907L</code> </entry>
    </row>


    <row>
      <entry>  Transformation Trait <code>remove_cvref</code> </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0550r2.pdf">
        P0550R2 </link>
      </entry>
      <entry align="center"> 9.1 </entry>
      <entry> <code>__cpp_lib_remove_cvref &gt;= 201711L</code> (since 9.4, see Note 1) </entry>
    </row>

    <row>
      <entry>  Implicit conversion traits and utility functions </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0758r1.html">
        P0758R1 </link>
      </entry>
      <entry align="center"> 9.1 </entry>
      <entry> <code>__cpp_lib_is_nothrow_convertible &gt;= 201806L</code>  (since 9.4, see Note 1) </entry>
    </row>

    <row>
      <entry>  The <code>identity</code> metafunction </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0887r1.pdf">
        P0887R1 </link>
      </entry>
      <entry align="center"> 9.1 </entry>
      <entry> <code>__cpp_lib_type_identity &gt;= 201806L</code> (since 9.4, see Note 1) </entry>
    </row>


    <row>
      <entry>  <code>unwrap_ref_decay</code> and <code>unwrap_reference</code> </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0318r1.pdf">
        P0318R1 </link>
      </entry>
      <entry align="center"> 9.1 </entry>
      <entry> <code>__cpp_lib_unwrap_ref &gt;= 201811L</code> (since 9.4, see Note 1) </entry>
    </row>

    <row>
      <entry>  Improving Completeness Requirements for Type Traits </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1285r0.pdf">
        P1285R0 </link>
      </entry>
      <entry align="center"> &#x2014; </entry>
      <entry> Most misuses are diagnosed, but not all. </entry>
    </row>

    <row>
      <entry>  Missing feature test macros </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1353r0.html">
        P1353R0 </link>
      </entry>
      <entry align="center"> 9.1 </entry>
      <entry />
    </row>

    <row>
      <entry> Making std::underlying_type SFINAE-friendly </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0340r3.html">
        P0340R3 </link>
      </entry>
      <entry align="center"> 9.1 </entry>
      <entry />
    </row>

    <row>
      <entry> Traits for [Un]bounded Arrays </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1357r1.pdf">
        P1357R1 </link>
      </entry>
      <entry align="center"> 9.1 </entry>
      <entry> <code>__cpp_lib_bounded_array_traits &gt;= 201902L</code> </entry>
    </row>

    <row>
      <entry> Layout-compatibility and pointer-interconvertibility traits </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0466r5.pdf">
        P0466R5 </link>
      </entry>
      <entry align="center"> 12.1 </entry>
      <entry>
        <informaltable colsep="0" rowsep="0" rowheader="norowheader" frame="none"><tgroup cols="1"><tbody>
        <row><entry> <code>__cpp_lib_is_layout_compatible &gt;= 201907L</code> </entry></row>
        <row><entry> <code>__cpp_lib_is_pointer_interconvertible &gt;= 201907L</code> </entry></row>
        </tbody></tgroup></informaltable>
      </entry>
    </row>

    <row>
      <entry>  Integrating feature-test macros into the C++ WD </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0941r2.html">
        P0941R2 </link>
      </entry>
      <entry align="center"> 5.1 </entry>
      <entry />
    </row>

    <row>
      <entry>  <code>&lt;version&gt;</code> </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0754r2.pdf">
        P0754R2 </link>
      </entry>
      <entry align="center"> 9.1 </entry>
      <entry> <code>__has_include(&lt;version&gt;)</code> </entry>
    </row>


    <row>
      <entry namest="c1" nameend="c4" align="left">
        <emphasis role="bold">Synchronization</emphasis>
      </entry>
    </row>

    <row>
      <entry>  Atomic Ref </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0019r8.html">
        P0019R8 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry> <code>__cpp_lib_atomic_ref &gt;= 201806L</code> </entry>
    </row>

    <row>
      <entry>  Floating Point Atomic </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0020r6.html">
        P0020R6 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry> <code>__cpp_lib_atomic_float &gt;= 201711L</code> </entry>
    </row>

    <row>
      <entry>  C++ Synchronized Buffered Ostream </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0053r7.pdf">
        P0053R7 </link>
      </entry>
      <entry align="center"> 11.1 </entry>
      <entry> <code>__cpp_lib_syncbuf &gt;= 201711L</code> </entry>
    </row>

    <row>
      <entry>  Manipulators for C++ Synchronized Buffered Ostream </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0753r2.pdf">
        P0753R2 </link>
      </entry>
      <entry align="center"> 11.1 </entry>
      <entry> <code>__cpp_lib_syncbuf &gt;= 201803L</code> </entry>
    </row>

    <row>
      <entry>  Make <code>std::memory_order</code> a scoped enumeration </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0439r0.html">
        P0439R0 </link>
      </entry>
      <entry align="center"> 9.1 </entry>
      <entry />
    </row>

    <row>
      <entry>  The Curious Case of Padding Bits, Featuring Atomic Compare-and-Exchange </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0528r3.html">
        P0528R3 </link>
      </entry>
      <entry align="center"> 13.1 </entry>
      <entry />
    </row>

    <row>
      <entry>  Atomic <code>shared_ptr</code> </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0718r2.html">
        P0718R2 </link>
      </entry>
      <entry align="center"> 12.1 </entry>
      <entry> <code> __cpp_lib_atomic_shared_ptr &gt;= 201711L</code> </entry>
    </row>

    <row>
      <entry> std::stop_token and std::jthread </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0660r10.pdf">
        P0660R10 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry> <code>__cpp_lib_jthread &gt;= 201907L</code> </entry>
    </row>

    <row>
      <entry> Rename <code>condition_variable_any</code> interruptible wait methods </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1869r1.html">
        P1869R1 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry> <code>__cpp_lib_jthread &gt;= 201911L</code> </entry>
    </row>

    <row>
      <entry> Atomic waiting and notifying, std::semaphore, std::latch and std::barrier </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1135r6.html">
        P1135R6 </link>
      </entry>
      <entry align="center"> 11.1 </entry>
      <entry>
        <informaltable colsep="0" rowsep="0" rowheader="norowheader" frame="none"><tgroup cols="1"><tbody>
        <row><entry> <code>__cpp_lib_atomic_lock_free_type_aliases &gt;= 201907L</code> </entry></row>
        <row><entry> <code>__cpp_lib_atomic_flag_test &gt;= 201907L</code> </entry></row>
        <row><entry> <code>__cpp_lib_atomic_wait &gt;= 201907L</code> </entry></row>
        <row><entry> <code>__cpp_lib_semaphore &gt;= 201907L</code> </entry></row>
        <row><entry> <code>__cpp_lib_latch &gt;= 201907L</code> </entry></row>
        <row><entry> <code>__cpp_lib_barrier &gt;= 201907L</code> </entry></row>
        </tbody></tgroup></informaltable>
      </entry>
    </row>

    <row>
      <entry> Fixing Atomic Initialization </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0883r2.pdf">
        P0883R2 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry> <code>__cpp_lib_atomic_value_initialization &gt;= 201911L</code> </entry>
    </row>



    <row>
      <entry namest="c1" nameend="c4" align="left">
        <emphasis role="bold">Ranges and Concepts</emphasis>
      </entry>
    </row>

    <row>
      <entry>  Standard Library Concepts </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0898r3.pdf">
        P0898R3 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry> <code>__cpp_lib_concepts &gt;= 201806L</code> </entry>
    </row>

    <row>
      <entry>  Rename concepts to standard_case for C++20, while we still can </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1754r1.pdf">
        P1754R1 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry> <code>__cpp_lib_concepts &gt;= 201907L</code> </entry>
    </row>

    <row>
      <entry>  Wording for <emphasis><code>boolean-testable</code></emphasis> </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p1964r2.html">
        P1964R2 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry> <code>__cpp_lib_concepts &gt;= 202002L</code> </entry>
    </row>

    <row>
      <entry>  The One Ranges Proposal </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0896r4.pdf">
        P0896R4 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry> <code>__cpp_lib_ranges &gt;= 201811L</code> </entry>
    </row>

    <row>
      <entry>  Input Range Adaptors </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1035r7.pdf">
        P1035R7 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry> <code>__cpp_lib_ranges &gt;= 201907L</code> </entry>
    </row>

    <row>
      <entry>  <code>ranges</code> compare algorithm are over-constrained </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1716r3.html">
        P1716R3 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry> <code>__cpp_lib_ranges &gt;= 201911L</code> </entry>
    </row>

    <row>
      <entry>  Remove CommonReference requirement from StrictWeakOrdering (a.k.a Fixing Relations) </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1248r1.html">
        P1248R1 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry />
    </row>

    <row>
      <entry> Ranges Design Cleanup </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1252r2.pdf">
        P1252R2 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry />
    </row>

    <row>
      <entry> Avoid template bloat for <code>safe_ranges</code> in combination with ‘subrange-y’ view adaptors.</entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p1739r4.html">
        P1739R4 </link>
      </entry>
      <entry align="center"> 12.1 </entry>
      <entry />
    </row>


    <row>
      <entry namest="c1" nameend="c4" align="left">
        <emphasis role="bold">Time, dates, calendars, time zones</emphasis>
      </entry>
    </row>

    <row>
      <?dbhtml bgcolor="#B0B0B0" ?>
      <entry>  Extending chrono to Calendars and Time Zones </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0355r7.html">
        P0355R7 </link>
      </entry>
      <entry> (see Note 2) </entry>
      <entry> <code>__cpp_lib_chrono &gt;= 201803L</code> </entry>
    </row>

    <row>
      <entry> Miscellaneous minor fixes for chrono </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1466r3.html">
        P1466R3 </link>
      </entry>
      <entry> (see Note 2) </entry>
      <entry> <code>__cpp_lib_chrono &gt;= 201907L</code> </entry>
    </row>

    <row>
      <entry>  <code>&lt;chrono&gt;</code> <code>zero()</code>, <code>min()</code>, and <code>max()</code> should be <code>noexcept</code> </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0972r0.pdf">
        P0972R0 </link>
      </entry>
      <entry align="center"> 9.1 </entry>
      <entry />
    </row>


    <row>
      <entry namest="c1" nameend="c4" align="left">
        <emphasis role="bold">Three-way comparison</emphasis>
      </entry>
    </row>

    <row>
      <entry>  Library Support for the Spaceship (Comparison) Operator </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0768r1.pdf">
        P0768R1 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry> <code>__cpp_lib_three_way_comparison &gt;= 201711L</code> </entry>
    </row>

    <row>
      <entry>  Symmetry for spaceship </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0905r1.html">
        P0905R1 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry />
    </row>

    <row>
      <entry> Adding &lt;=&gt; to the standard library </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1614r2.html">
        P1614R2 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry>
        <code>__cpp_lib_three_way_comparison &gt;= 201907L</code>
      </entry>
    </row>


    <row>
      <entry namest="c1" nameend="c4" align="left">
        <emphasis role="bold">Strings and text</emphasis>
      </entry>
    </row>

    <row>
      <entry>  <code>string::reserve</code> Should Not Shrink </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0966r1.html">
        P0966R1 </link>
      </entry>
      <entry align="center"> 11.1 </entry>
      <entry />
    </row>

    <row>
      <entry>  <code>char8_t</code>: A type for UTF-8 characters and strings </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0482r6.html">
        P0482R6 </link>
      </entry>
      <entry align="center"> 9.1 </entry>
      <entry> <code>__cpp_lib_char8_t &gt;= 201811L</code> </entry>
    </row>

    <row>
      <entry>  <code>char8_t</code> backward compatibility remediation </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1423r3.html">
        P1423R3 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry> <code>__cpp_lib_char8_t &gt;= 201907L</code> </entry>
    </row>

    <row>
      <entry> Text formatting </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0645r10.html">
        P0645R10 </link>
      </entry>
      <entry align="center"> 13.1 </entry>
      <entry>
        <code>__cpp_lib_format &gt;= 201907L</code>
      </entry>
    </row>

    <row>
      <entry> Integration of chrono with text formatting </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1361r2.pdf">
        P1361R2 </link>
      </entry>
      <entry align="center"> 13.1 </entry>
      <entry>
        <code>__cpp_lib_format &gt;= 201907L</code>
      </entry>
    </row>

    <row>
      <entry> Printf corner cases in <code>std::format</code> </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1652r1.html">
        P1652R1 </link>
      </entry>
      <entry align="center"> 13.1 </entry>
      <entry>
        <code>__cpp_lib_format &gt;= 201907L</code>
      </entry>
    </row>

    <row>
      <entry>  String Prefix and Suffix Checking </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0457r2.html">
        P0457R2 </link>
      </entry>
      <entry align="center"> 9.1 </entry>
      <entry> <code>__cpp_lib_starts_ends_with &gt;= 201711L</code> (since 9.4, see Note 1) </entry>
    </row>

    <row>
      <entry>  Update The Reference To The Unicode Standard </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1025r1.html">
        P1025R1 </link>
      </entry>
      <entry align="center"> &#x2014;</entry>
      <entry />
    </row>


    <row>
      <entry namest="c1" nameend="c4" align="left">
        <emphasis role="bold">Containers</emphasis>
      </entry>
    </row>

    <row>
      <entry> span: bounds-safe views for sequences of objects </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0122r7.pdf">
        P0122R7 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry> <code>__cpp_lib_span &gt;= 201803L</code> </entry>
    </row>

    <row>
      <entry>
        Usability Enhancements for <classname>std::span</classname>
      </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1024r3.pdf">
        P1024R3 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry> <code>__cpp_lib_span &gt;= 201902L</code> </entry>
    </row>

    <row>
      <entry>  Should Span be Regular? </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1085r2.md">
        P1085R2 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry/>
    </row>

    <row>
      <entry> Fixed-size <code>&lt;span&gt;</code> construction from dynamic range </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p1976r2.html">
        P1976R2 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry> <code>__cpp_lib_span &gt;= 202002L</code> </entry>
    </row>

    <row>
      <entry> <code>std::to_array</code> </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0325r4.html">
        P0325R4 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry> <code>__cpp_lib_to_array &gt;= 201907L</code> </entry>
    </row>

    <row>
      <entry>  Checking for Existence of an Element in Associative Containers </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0458r2.html">
        P0458R2 </link>
      </entry>
      <entry align="center"> 9.1 </entry>
      <entry />
    </row>

    <row>
      <entry>  Comparing Unordered Containers </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0809r0.pdf">
        P0809R0 </link>
      </entry>
      <entry align="center"> &#x2014; </entry>
      <entry />
    </row>

    <row>
      <entry>  Heterogeneous lookup for unordered containers </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0919r3.html">
        P0919R3 </link>
      </entry>
      <entry align="center"> 11.1 </entry>
      <entry> <code>__cpp_lib_generic_unordered_lookup &gt;= 201811</code> </entry>
    </row>

    <row>
      <entry> Refinement Proposal for P0919 </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1690r1.html">
        P1690R1 </link>
      </entry>
      <entry align="center"> 11.1 </entry>
      <entry/>
    </row>

    <row>
      <entry>  Adopt Consistent Container Erasure from Library Fundamentals 2 for C++20 </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1209r0.html">
        P1209R0 </link>
      </entry>
      <entry align="center"> 9.1 </entry>
      <entry> <code>__cpp_lib_erase_if &gt;= 201811L</code> </entry>
    </row>

    <row>
      <entry>  Improving the Return Value of Erase-Like Algorithms </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0646r1.pdf">
        P0646R1 </link>
      </entry>
      <entry align="center"> 9.1 </entry>
      <entry> <code>__cpp_lib_list_remove_return_type &gt;= 201806L</code> </entry>
    </row>

    <row>
      <entry>  Improving the Return Value of Erase-Like Algorithms II: Free <code>erase</code>/<code>erase_if</code> </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1115r3.pdf">
        P1115R3 </link>
      </entry>
      <entry align="center"> 9.1 </entry>
      <entry>
        <informaltable colsep="0" rowsep="0" rowheader="norowheader" frame="none"><tgroup cols="1"><tbody>
        <row><entry> <code>__cpp_lib_erase_if &gt;= 202002L</code> </entry></row>
        <row><entry> (defined to <code>201900L</code> for GCC 9.1 and 9.2 so use <code>&gt; 201811L</code>) </entry></row>
        </tbody></tgroup></informaltable>
      </entry>
    </row>

    <row>
      <entry> Signed ssize() functions, unsigned size() functions </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1227r2.html">
        P1227R2 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry> <code>__cpp_lib_ssize &gt;= 201902L</code> </entry>
    </row>


    <row>
      <entry namest="c1" nameend="c4" align="left">
        <emphasis role="bold">Memory management</emphasis>
      </entry>
    </row>

    <row>
      <entry>  Utility to convert a pointer to a raw pointer </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0653r2.html">
        P0653R2 </link>
      </entry>
      <entry align="center"> 8.1 </entry>
      <entry> <code>__cpp_lib_to_address &gt;= 201711L</code> (since 9.4, see Note 1) </entry>
    </row>

    <row>
      <entry>  Extending <code>make_shared</code> to Support Arrays </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0674r1.html">
        P0674R1 </link>
      </entry>
      <entry align="center"> 12.1 </entry>
      <entry> <code>__cpp_lib_shared_ptr_arrays &gt;= 201707L</code> </entry>
    </row>

    <row>
      <entry>  Efficient sized delete for variable sized classes </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0722r3.html">
        P0722R3 </link>
      </entry>
      <entry align="center"> 9.1 </entry>
      <entry> <code>__cpp_lib_destroying_delete &gt;= 201806L</code> </entry>
    </row>

    <row>
      <entry>  Utility functions to implement uses-allocator construction </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0591r4.pdf">
        P0591R4 </link>
      </entry>
      <entry align="center"> 9.1 </entry>
      <entry>
        <code>std::scoped_allocator_adaptor</code> changes missing in 9.1.0
      </entry>
    </row>

    <row>
      <entry>  <code>std::assume_aligned</code> </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1007r3.pdf">
        P1007R3 </link>
      </entry>
      <entry align="center"> 9.1 </entry>
      <entry> <code>__cpp_lib_assume_aligned &gt;= 201811L</code> (since 9.4, see Note 1) </entry>
    </row>

    <row>
      <entry>  Smart pointer creation with default initialization </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1020r1.html">
        P1020R1 </link>
      </entry>
      <entry align="center"> 12.1 </entry>
      <entry> <code>__cpp_lib_smart_ptr_for_overwrite &gt;= 201811L</code> </entry>
    </row>

    <row>
      <entry>  Rename "default_init" Functions </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p1973r1.pdf">
        P1973R1 </link>
      </entry>
      <entry align="center"> 12.1 </entry>
      <entry> <code>__cpp_lib_smart_ptr_for_overwrite &gt;= 201811L</code> </entry>
    </row>

    <row>
      <entry>  Make stateful allocator propagation more consistent for <code>operator+(basic_string)</code> </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1165r1.html">
        P1165R1 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry />
    </row>

    <row>
      <entry>
        <classname>polymorphic_allocator&lt;&gt;</classname> as a vocabulary type
      </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0339r6.pdf">
        P0339R6 </link>
      </entry>
      <entry align="center"> 9.1 </entry>
      <entry>
      <code>__cpp_lib_polymorphic_allocator &gt;= 201902L</code> (since 9.4, see Note 1)
      </entry>
    </row>

    <row>
      <entry>  LWG 2511: guaranteed copy elision for piecewise construction </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0475r1.html">
        P0475R1 </link>
      </entry>
      <entry align="center"> 7.1 </entry>
      <entry />
    </row>


    <row>
      <entry namest="c1" nameend="c4" align="left">
        <emphasis role="bold">Miscellaneous</emphasis>
      </entry>
    </row>

    <row>
      <entry>  <code>nodiscard</code> in the Library </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0600r1.pdf">
        P0600R1 </link>
      </entry>
      <entry align="center"> 9.1 </entry>
      <entry />
    </row>

    <row>
      <entry>  de-pessimize legacy algorithms with <code>std::move</code> </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0616r0.pdf">
        P0616R0 </link>
      </entry>
      <entry align="center"> 9.1 </entry>
      <entry />
    </row>

    <row>
      <entry>  Deprecate POD </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0767r1.html">
        P0767R1 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry />
    </row>

    <row>
      <entry>  Treating Unnecessary <code>decay</code> </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0777r1.pdf">
        P0777R1 </link>
      </entry>
      <entry align="center"> 9.1 </entry>
      <entry />
    </row>

    <row>
      <?dbhtml bgcolor="#C8B0B0" ?>
      <entry>  Thou Shalt Not Specialize std Function Templates! </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0551r3.pdf">
        P0551R3 </link>
      </entry>
      <entry align="center"> </entry>
      <entry>These changes will not be implemented.</entry>
    </row>

    <row>
      <entry>  Bit-casting object representations </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0476r2.html">
        P0476R2 </link>
      </entry>
      <entry align="center"> 11.1 </entry>
      <entry> <code>__cpp_lib_bit_cast &gt;= 201806L</code> </entry>
    </row>

    <row>
      <entry>  Integral power-of-2 operations </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0556r3.html">
        P0556R3 </link>
      </entry>
      <entry align="center"> 9.1 </entry>
      <entry> <code>__cpp_lib_int_pow2 &gt;= 201806L</code> (since 9.4, see Note 1) </entry>
    </row>

    <row>
      <entry> On the names of low-level bit manipulation functions </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p1956r1.pdf">
        P1956R1 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry> <code>__cpp_lib_int_pow2 &gt;= 202002L</code> </entry>
    </row>

    <row>
      <entry> Safe integral comparisons </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p0586r2.html">
        P0586R2 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry> <code>__cpp_lib_integer_comparison_functions &gt;= 202002L</code> </entry>
    </row>

    <row>
      <entry>  Reviewing Deprecated Facilities of C++17 for C++20 </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0619r4.html">
        P0619R4 </link>
      </entry>
      <entry align="center"> 12.1 </entry>
      <entry />
    </row>

    <row>
      <entry>  <code>fpos</code> Requirements </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0759r1.html">
        P0759R1 </link>
      </entry>
      <entry align="center"> &#x2014; </entry>
      <entry />
    </row>

    <row>
      <entry>  Add <code>shift</code> to <code>&lt;algorithm&gt;</code> </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0769r2.pdf">
        P0769R2 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry> <code>__cpp_lib_shift &gt;= 201806L</code> </entry>
    </row>

    <row>
      <entry>  Standard Library Specification in a Concepts and Contracts World </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0788r3.pdf">
        P0788R3 </link>
      </entry>
      <entry align="center"> &#x2014; </entry>
      <entry />
    </row>

    <row>
      <entry>  <code>explicit(bool)</code> </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0892r2.html">
        P0892R2 </link>
      </entry>
      <entry align="center"> &#x2014; </entry>
      <entry />
    </row>

    <row>
      <entry>  Eradicating unnecessarily explicit default constructors from the standard library </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0935r0.html">
        P0935R0 </link>
      </entry>
      <entry align="center"> 9.1 </entry>
      <entry />
    </row>

    <row>
      <entry>  <code>std::function</code> move constructor should be <code>noexcept</code> </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0771r1.pdf">
        P0771R1 </link>
      </entry>
      <entry align="center"> 7.2 </entry>
      <entry />
    </row>

    <row>
      <entry>  Simplified partial function application </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0356r5.html">
        P0356R5 </link>
      </entry>
      <entry align="center"> 9.1 </entry>
      <entry> <code>__cpp_lib_bind_front &gt;= 201811L</code> </entry>
    </row>

    <row>
      <entry>  <code>bind_front</code> should not unwrap <code>reference_wrapper</code> </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1651r0.html">
        P1651R0 </link>
      </entry>
      <entry align="center"> 9.3 </entry>
      <entry> <code>__cpp_lib_bind_front &gt;= 201907L</code> </entry>
    </row>

    <row>
      <entry>  <code>reference_wrapper</code> for incomplete types </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0357r3.html">
        P0357R3 </link>
      </entry>
      <entry align="center"> 9.1 </entry>
      <entry />
    </row>

    <row>
      <entry>  Fixing <code>operator&gt;&gt;(basic_istream&amp;, CharT*)</code> (LWG 2499) </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0487r1.html">
        P0487R1 </link>
      </entry>
      <entry align="center"> 11.1 </entry>
      <entry />
    </row>

    <row>
      <entry>  <code>variant</code> and <code>optional</code> should propagate copy/move triviality </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0602r4.html">
        P0602R4 </link>
      </entry>
      <entry align="center"> 8.3 </entry>
      <entry />
    </row>

    <row>
      <entry>  A sane <code>variant</code> converting constructor </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0608r3.html">
        P0608R3 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry />
    </row>

    <row>
      <entry>  <code>visit&lt;R&gt;</code>: Explicit Return Type for <code>visit</code> </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0655r1.pdf">
        P0655R1 </link>
      </entry>
      <entry align="center"> 9.1 </entry>
      <entry />
    </row>

    <row>
      <entry>  P0899R1 - LWG 3016 is not a defect </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0899r1.html">
        P0899R1 </link>
      </entry>
      <entry align="center"> 7.1 </entry>
      <entry />
    </row>

    <row>
      <entry>  Editorial Guidance for merging P0019r8 and P0528r3 </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1123r0.html">
        P1123R0 </link>
      </entry>
      <entry align="center"> &#x2014; </entry>
      <entry />
    </row>

    <row>
      <entry>  Cleaning up Clause 20 </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1148r0.pdf">
        P1148R0 </link>
      </entry>
      <entry align="center"> &#x2014; </entry>
      <entry />
    </row>

    <row>
      <?dbhtml bgcolor="#C8B0B0" ?>
      <entry>  Completing the Rebase of Library Fundamentals, Version 3, Working Draft </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1210r0.html">
        P1210R0 </link>
      </entry>
      <entry align="center"> </entry>
      <entry />
    </row>

    <row>
      <entry>  Alternative Wording for P0907R4 Signed Integers are Two's Complement </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1236r1.html">
        P1236R1 </link>
      </entry>
      <entry align="center"> &#x2014; </entry>
      <entry/>
    </row>

    <row>
      <entry>
        I Stream, You Stream, We All Stream for
        <classname>istream_iterator</classname>
      </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0738r2.html">
        P0738R2 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry />
    </row>

    <row>
      <entry>
        Mandating the Standard Library:
        Clause 16 - Language support library
      </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1458r1.pdf">
        P1458R1 </link>
      </entry>
      <entry align="center"> &#x2014; </entry>
      <entry/>
    </row>

    <row>
      <entry>
        Mandating the Standard Library:
        Clause 18 - Diagnostics library
      </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1458r1.pdf">
        P1459R1 </link>
      </entry>
      <entry align="center"> &#x2014; </entry>
      <entry/>
    </row>

    <row>
      <entry>
        Mandating the Standard Library:
        Clause 20 - Strings library
      </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1462r1.html">
        P1462R1 </link>
      </entry>
      <entry align="center"> &#x2014; </entry>
      <entry/>
    </row>

    <row>
      <entry>
        Mandating the Standard Library:
        Clause 21 - Containers library
      </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1463r1.pdf">
        P1463R1 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry/>
    </row>

    <row>
      <entry>
        Mandating the Standard Library:
        Clause 22 - Iterators library
      </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1464r1.pdf">
        P1464R1 </link>
      </entry>
      <entry align="center"> &#x2014; </entry>
      <entry />
    </row>

    <row>
      <entry> Make <code>create_directory()</code> Intuitive </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1164r1.pdf">
        P1164R1
  </link>
      </entry>
      <entry align="center"> 8.3 </entry>
      <entry> Treated as a DR for C++17 </entry>
    </row>

    <row>
      <entry>
        Target Vectorization Policies from Parallelism V2 TS to C++20
      </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1001r2.html">
        P1001R2 </link>
      </entry>
      <entry align="center"> 9.1 </entry>
      <entry> <code>__cpp_lib_execution &gt;= 201902L</code> (since 9.4, see Note 1)</entry>
    </row>

    <row>
      <entry> Merge Coroutines TS into C++20 working draft </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0912r5.html">
        P0912R5 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry> <code>__cpp_lib_coroutines &gt;= 201902L</code> </entry>
    </row>

    <row>
      <entry>  Endian just Endian </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0463r1.html">
        P0463R1 </link>
      </entry>
      <entry align="center"> 8.1 </entry>
      <entry> <code>__cpp_lib_endian &gt;= 201907L</code> </entry>
    </row>

    <row>
      <entry> Bit operations </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0553r4.html">
        P0553R4 </link>
      </entry>
      <entry align="center"> 9.1 </entry>
      <entry> <code>__cpp_lib_bitops &gt;= 201907L</code> (since 9.4, see Note 1) </entry>
    </row>

    <row>
      <entry>  Well-behaved interpolation for numbers and pointers </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0811r3.html">
        P0811R3 </link>
      </entry>
      <entry align="center"> 9.1 </entry>
      <entry> <code>__cpp_lib_interpolate &gt;= 201902L</code> </entry>
    </row>

    <row>
      <entry> Mathematical constants </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0631r8.pdf">
        P0631R8 </link>
      </entry>
      <entry align="center"> 10.1 </entry>
      <entry> <code>__cpp_lib_math_constants &gt;= 201907L</code> </entry>
    </row>

    <row>
      <entry> std::source_location </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1208r6.pdf">
        P1208R6 </link>
      </entry>
      <entry align="center"> 11.1 </entry>
      <entry>
        <code>__cpp_lib_source_location &gt;= 201907L</code>
      </entry>
    </row>

    <row>
      <entry> Efficient access to std::basic_stringbuf's Buffer </entry>
      <entry>
        <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0408r7.pdf">
        P0408R7 </link>
      </entry>
      <entry align="center"> 11.1 </entry>
      <entry />
    </row>

  </tbody>
</tgroup>
</table>

<para>
Note 1: This feature is supported in older releases but the
<code>__cpp_lib</code> macro is not defined to the right value
(or not defined at all) until the version shown in parentheses.
</para>

<para>
Note 2: The C++20 calendar types are supported since 11.1,
time zones and UTC are supported since 13.1,
but <function>chrono::parse</function> is not supported in GCC 13.
</para>

</section>