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 d451b60 commit 781b5dcCopy full SHA for 781b5dc
spec/betterc.dd
@@ -81,6 +81,7 @@ $(H2 $(LNAME2 retained, Retained Features))
81
$(LI Interfacing with C++)
82
$(LI COM classes and C++ classes)
83
$(LI `assert` failures are directed to the C runtime library)
84
+ $(LI `switch` with strings)
85
)
86
87
$(H2 $(LNAME2 consequences, Unavailable Features))
@@ -94,7 +95,6 @@ $(OL
94
95
$(LI Built-in threading (e.g. $(MREF core, thread)))
96
$(LI Dynamic arrays (though slices of static arrays work) and associative arrays)
97
$(LI Exceptions)
- $(LI `switch` with strings)
98
$(LI `final switch`)
99
$(LI `synchronized` and $(MREF core, sync))
100
$(LI Static module constructors or destructors)
0 commit comments