File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -1075,7 +1075,7 @@ There are three ref-safe-contexts:
1075
1075
- Member fields of parameters of class type ; and
1076
1076
- Elements of parameters of array type .
1077
1077
1078
- A * variable_reference * with ref - safe - context of caller - context can be the referent of a reference return .
1078
+ A * variable_reference * with ref - safe - context of caller - context can be the referent of a reference return .
1079
1079
1080
1080
These values form a nesting relationship from narrowest (declaration - block ) to widest (caller - context ). Each nested block represents a different context .
1081
1081
@@ -1152,6 +1152,10 @@ These values form a nesting relationship from narrowest (declaration-block) to w
1152
1152
> ```
1153
1153
>
1154
1154
> * end example .*
1155
+ < ! -- markdownlint - disable MD028 -- >
1156
+
1157
+ < ! -- markdownlint - enable MD028 -- >
1158
+ > * Note * : The related notion of a * safe - context * is defined in ([§16.4.12 ](structs .md #16412-safe -context -constraint )), along with associated constraints . * end note *
1155
1159
1156
1160
#### 9.7.2.2 Local variable ref safe context
1157
1161
You can’t perform that action at this time.
0 commit comments