Skip to content

Commit 620548c

Browse files
authored
Merge pull request #2155 from marler8997/opIn
Add deprecation note for opIn and opIn_r to operatoroverloading.html merged-on-behalf-of: MetaLang <MetaLang@users.noreply.github.com>
2 parents 78f8457 + 67e6545 commit 620548c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/operatoroverloading.dd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,8 @@ T opBinary(string op)(T rhs)
285285
}
286286
---
287287

288+
$(P Note that `opIn` and `opIn_r` have been deprecated in favor of
289+
`opBinary!"in"` and `opBinaryRight!"in"` respectively.)
288290

289291
$(H2 $(LNAME2 eqcmp, Overloading the Comparison Operators))
290292

0 commit comments

Comments
 (0)