Skip to content

Commit 23d880b

Browse files
authored
Merge pull request #2437 from wilzbach/betterc-string-switch
BetterC feature update: switch with strings merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2 parents d451b60 + 781b5dc commit 23d880b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/betterc.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ $(H2 $(LNAME2 retained, Retained Features))
8181
$(LI Interfacing with C++)
8282
$(LI COM classes and C++ classes)
8383
$(LI `assert` failures are directed to the C runtime library)
84+
$(LI `switch` with strings)
8485
)
8586

8687
$(H2 $(LNAME2 consequences, Unavailable Features))
@@ -94,7 +95,6 @@ $(OL
9495
$(LI Built-in threading (e.g. $(MREF core, thread)))
9596
$(LI Dynamic arrays (though slices of static arrays work) and associative arrays)
9697
$(LI Exceptions)
97-
$(LI `switch` with strings)
9898
$(LI `final switch`)
9999
$(LI `synchronized` and $(MREF core, sync))
100100
$(LI Static module constructors or destructors)

0 commit comments

Comments
 (0)