Skip to content

Commit

Permalink
fix Issue 15046 - isForwardRange documentation is documenting issue 1…
Browse files Browse the repository at this point in the history
…4544
  • Loading branch information
9rnsr committed Sep 12, 2015
1 parent 07ee2eb commit 6813eca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions std/range/primitives.d
Expand Up @@ -792,7 +792,10 @@ template isForwardRange(R)
static assert(!isForwardRange!(int));
static assert( isForwardRange!(int[]));
static assert( isForwardRange!(inout(int)[]));
}

@safe unittest
{
// BUG 14544
struct R14544
{
Expand Down

0 comments on commit 6813eca

Please sign in to comment.