Skip to content

Commit

Permalink
Merge pull request #3385 from WalterBright/bugzilla14660
Browse files Browse the repository at this point in the history
std.range.choose() - add Bugs section
  • Loading branch information
andralex committed Jun 7, 2015
2 parents 145b3d7 + 1b58209 commit 74a05c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions std/range/package.d
Expand Up @@ -1243,6 +1243,9 @@ Params:
Returns:
A range type dependent on $(D R1) and $(D R2).
Bugs:
$(BUGZILLA 14660)
*/
auto choose(R1, R2)(bool condition, R1 r1, R2 r2)
if (isInputRange!(Unqual!R1) && isInputRange!(Unqual!R2) &&
Expand Down

0 comments on commit 74a05c2

Please sign in to comment.