Skip to content

Commit

Permalink
DList: deprecate opOpAssign(string)(DList)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigod committed Aug 4, 2014
1 parent 5141333 commit 55c1de4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions std/container/dlist.d
Expand Up @@ -268,6 +268,7 @@ Appends the contents of the argument $(D rhs) into $(D this).
}

/// ditto
deprecated("Please, use `dlist ~= dlist[];` instead.")
DList opOpAssign(string op)(DList rhs)
if (op == "~")
{
Expand Down

0 comments on commit 55c1de4

Please sign in to comment.