Skip to content

Commit f301b2e

Browse files
committed
Update deprecated features table. Error for implicit catch statements
1 parent 0e3bd08 commit f301b2e

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),  , 2.079,  ,  )
1919
$(TROW $(DEPLINK scope as a type constraint), future,  ,  ,  )
2020
$(TROW $(DEPLINK Imaginary and complex types), future,  ,  ,  )
21-
$(TROW $(DEPLINK Implicit catch statement), 2.072, 2.072, future, future )
21+
$(TROW $(DEPLINK Implicit catch statement), 2.072, 2.072, 2.081,   )
2222
$(TROW $(DEPLINK .sort and .reverse properties for arrays), ?, 2.072,  , 2.075)
23-
$(TROW $(DEPLINK C-style array pointers), ?, 2.072;,  ,  )
23+
$(TROW $(DEPLINK C-style array pointers), ?, 2.072,  ,  )
2424
$(TROW $(DEPLINK Floating point NCEG operators), 2.079, 2.066, 2.072, 2.080 )
2525
$(TROW $(DEPLINK clear), 2.060, 2.066,  , 2.068 )
2626
$(TROW $(DEPLINK .min property for floating point types), N/A, 2.065, 2.067, 2.072 )

0 commit comments

Comments
 (0)