File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1012
1012
object pointer or function pointer
1013
1013
type.
1014
1014
Such a conversion is called a \defnx {null pointer conversion}{conversion!null pointer}.
1015
- Two null pointer values of the same type shall compare
1016
- equal. The conversion of a null pointer constant to a pointer to
1015
+ The conversion of a null pointer constant to a pointer to
1017
1016
cv-qualified type is a single conversion, and not the sequence of a
1018
1017
pointer conversion followed by a qualification
1019
1018
conversion\iref {conv.qual }. A null pointer constant of integral type
1052
1051
of that type and is distinguishable from any pointer to member not
1053
1052
created from a null pointer constant.
1054
1053
Such a conversion is called a \defnx {null member pointer conversion}{conversion!null member pointer}.
1055
- Two null member pointer values of
1056
- the same type shall compare equal. The conversion of a null pointer
1054
+ The conversion of a null pointer
1057
1055
constant to a pointer to member of cv-qualified type is a single
1058
1056
conversion, and not the sequence of a pointer-to-member conversion
1059
1057
followed by a qualification conversion\iref {conv.qual }.
You can’t perform that action at this time.
0 commit comments