Skip to content

Commit

Permalink
tweak opDollar's DollarToken
Browse files Browse the repository at this point in the history
  • Loading branch information
monarchdodra committed Jan 5, 2014
1 parent 03e2829 commit bd90787
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions std/range.d
Expand Up @@ -4452,11 +4452,7 @@ struct Cycle(R)
}

private static struct DollarToken {}

DollarToken opDollar()
{
return DollarToken.init;
}
enum opDollar = DollarToken.init;

auto opSlice(size_t i, size_t j)
{
Expand Down

0 comments on commit bd90787

Please sign in to comment.