File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -77,9 +77,17 @@ $(GNAME AssignExpression):
77
77
)
78
78
79
79
$(UNDEFINED_BEHAVIOR
80
+ If either operand is a reference type and one of the following:
80
81
$(OL
81
- $(LI if the lvalue and rvalue have partially overlapping storage)
82
- $(LI if the lvalue and rvalue's storage overlaps exactly but the types are different)
82
+ $(LI the operands have partially overlapping storage)
83
+ $(LI the operands' storage overlaps exactly but the types are different)
84
+ ))
85
+
86
+ $(IMPLEMENTATION_DEFINED
87
+ If neither operand is a reference type and one of the following:
88
+ $(OL
89
+ $(LI the operands have partially overlapping storage)
90
+ $(LI the operands' storage overlaps exactly but the types are different)
83
91
))
84
92
85
93
$(H3 $(LNAME2 simple_assignment_expressions, Simple Assignment Expression))
You can’t perform that action at this time.
0 commit comments