We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe4dd55 commit 96fa5f4Copy full SHA for 96fa5f4
spec/expression.dd
@@ -167,10 +167,8 @@ $(GNAME ConditionalExpression):
167
168
$(P $(B Note:)
169
When a conditional expression is the left operand of
170
- an $(RELATIVE_LINK2 assign_expressions, assign expression), they would be
171
- parsed as an assignment to $(I the result) of the conditional. This
172
- has now been deprecated. To preserve the existing behaviour, add
173
- parentheses for the conditional without including the assignment:
+ an $(RELATIVE_LINK2 assign_expressions, assign expression),
+ parentheses are required for disambiguation:
174
)
175
---
176
bool test;
0 commit comments