Skip to content

Commit eed6e80

Browse files
authored
Merge pull request #2365 from JinShil/implicit_catch_error
Update deprecated features table. Error for implicit catch statements. merged-on-behalf-of: Mike Franklin <JinShil@users.noreply.github.com>
2 parents 0e3bd08 + f301b2e commit eed6e80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deprecate.dd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ $(SPEC_S Deprecated Features,
1818
$(TROW $(DEPLINK delete), &nbsp;, 2.079, &nbsp;, &nbsp;)
1919
$(TROW $(DEPLINK scope as a type constraint), future, &nbsp;, &nbsp;, &nbsp;)
2020
$(TROW $(DEPLINK Imaginary and complex types), future, &nbsp;, &nbsp;, &nbsp;)
21-
$(TROW $(DEPLINK Implicit catch statement), 2.072, 2.072, future, future )
21+
$(TROW $(DEPLINK Implicit catch statement), 2.072, 2.072, 2.081, &nbsp; )
2222
$(TROW $(DEPLINK .sort and .reverse properties for arrays), ?, 2.072, &nbsp;, 2.075)
23-
$(TROW $(DEPLINK C-style array pointers), ?, 2.072;, &nbsp;, &nbsp;)
23+
$(TROW $(DEPLINK C-style array pointers), ?, 2.072, &nbsp;, &nbsp;)
2424
$(TROW $(DEPLINK Floating point NCEG operators), 2.079, 2.066, 2.072, 2.080 )
2525
$(TROW $(DEPLINK clear), 2.060, 2.066, &nbsp;, 2.068 )
2626
$(TROW $(DEPLINK .min property for floating point types), N/A, 2.065, 2.067, 2.072 )

0 commit comments

Comments
 (0)