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.
2 parents 26bc192 + 8c9a7fa commit 8b0c254Copy full SHA for 8b0c254
deprecate.dd
@@ -12,7 +12,7 @@ $(SPEC_S Deprecated Features,
12
$(THEAD Feature, Spec, Dep, Error, Gone)
13
$(TROW $(DEPLINK Hexstring literals), 2.079, 2.079, , )
14
$(TROW $(DEPLINK Class allocators and deallocators), , 2.080, , )
15
- $(TROW $(DEPLINK Implicit comparison of different enums), 2.075, 2.075, , )
+ $(TROW $(DEPLINK Implicit comparison of different enums), 2.075, 2.075, 2.081, )
16
$(TROW $(DEPLINK Implicit string concatenation), 2.072, 2.072, , )
17
$(TROW $(DEPLINK Using the result of a comma expression), 2.072, 2.072, 2.079, )
18
$(TROW $(DEPLINK delete), , 2.079, , )
@@ -137,8 +137,8 @@ $(H3 $(DEPNAME Implicit comparison of different enums))
137
}
138
enum OtherStatus
139
{
140
- ok
141
- no,
+ ok,
+ no
142
143
static assert(Status.good == OtherStatus.ok);
144
---
0 commit comments