File tree Expand file tree Collapse file tree 1 file changed +28
-2
lines changed Expand file tree Collapse file tree 1 file changed +28
-2
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,38 @@ Set priority to 3 after reflector poll.
26
26
</p >
27
27
<p >"I'd very much like to see `nullptr` added to the footnote."</p >
28
28
29
+ <superseded >
30
+ <p >
31
+ This wording is relative to <paper num =" N5001" />.
32
+ </p >
33
+
34
+
35
+ <ol >
36
+ <li ><p >Modify <sref ref =" [support.types.nullptr]" /> as indicated:</p >
37
+
38
+ <blockquote >
39
+ <p >
40
+ -2- The macro `NULL` is an implementation-defined null pointer constant <ins >that is a literal
41
+ (<sref ref =" [lex.icon]" />, <sref ref =" [lex.nullptr]" />)</ins >.<sup >footnote 161</sup >
42
+ <p />
43
+ <small >161) Possible definitions include `0` and `0L`, but not `(void*)0`.</small >
44
+ </p >
45
+ </blockquote >
46
+
47
+ </li >
48
+
49
+ </ol >
50
+ </superseded >
51
+
52
+ <note >2025-02-07; Jonathan provides improved wording</note >
53
+
29
54
</discussion >
30
55
31
56
<resolution >
32
57
<p >
33
58
This wording is relative to <paper num =" N5001" />.
34
59
</p >
35
60
36
-
37
61
<ol >
38
62
<li ><p >Modify <sref ref =" [support.types.nullptr]" /> as indicated:</p >
39
63
@@ -42,13 +66,15 @@ This wording is relative to <paper num="N5001"/>.
42
66
-2- The macro `NULL` is an implementation-defined null pointer constant <ins >that is a literal
43
67
(<sref ref =" [lex.icon]" />, <sref ref =" [lex.nullptr]" />)</ins >.<sup >footnote 161</sup >
44
68
<p />
45
- <small >161) Possible definitions include `0` and `0L`, but not `(void*)0`.</small >
69
+ <small >161) Possible definitions include <ins >`nullptr`,</ins > `0` and `0L`,
70
+ but not `(void*)0`.</small >
46
71
</p >
47
72
</blockquote >
48
73
49
74
</li >
50
75
51
76
</ol >
77
+
52
78
</resolution >
53
79
54
80
</issue >
You can’t perform that action at this time.
0 commit comments