Skip to content

Commit 007c450

Browse files
committed
Set intro of the enum and implict string concatenation deprecation entry to the past
1 parent a89e677 commit 007c450

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deprecate.dd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ $(SPEC_S Deprecated Features,
5959
)
6060

6161
$(H3 $(DEPNAME Implicit comparison of different enums))
62-
$(P Currently, comparison of different enumerated type is allowed:
62+
$(P Comparison of different enumerated type was allowed:
6363
---
6464
enum Status
6565
{
@@ -95,14 +95,14 @@ $(H4 Rationale)
9595
---
9696

9797
$(H3 $(DEPNAME Implicit string concatenation))
98-
$(P Currently, two adjacent strings are implicitly concatenated:
98+
$(P Two adjacent strings were implicitly concatenated:
9999

100100
---
101101
string foo = "Hello" "World";
102102
---
103103

104-
This feature is handy for a long string that spans multiple lines,
105-
however it is possible to get the same behaviour explicitly by
104+
This feature was handy for a long string that spans multiple lines,
105+
however, it is possible to get the same behaviour explicitly by
106106
using the concatenation operator ('~'):
107107

108108
---

0 commit comments

Comments
 (0)