July 07, 2016
  Branch: refs/heads/master
  Home:   https://github.com/dlang/phobos
  Commit: f9d1723d759624a94dc81750aff0fc8d906a8ae3
      https://github.com/dlang/phobos/commit/f9d1723d759624a94dc81750aff0fc8d906a8ae3
  Author: Shachar Shemesh <shachar@weka.io>
  Date:   2016-06-23 (Thu, 23 Jun 2016)

  Changed paths:
    M std/range/package.d

  Log Message:
  -----------
  Allow iota implementation of custom types

Change the phobos iota implementation so that it does not conflict with custom types that have a custom implementation of iota.


  Commit: b08b2a680e41614c8d5e0384013ac7773376cb2b
      https://github.com/dlang/phobos/commit/b08b2a680e41614c8d5e0384013ac7773376cb2b
  Author: Steven Schveighoffer <schveiguy@yahoo.com>
  Date:   2016-07-07 (Thu, 07 Jul 2016)

  Changed paths:
    M std/range/package.d

  Log Message:
  -----------
  Merge pull request #4459 from weka-io/shachar/iota_end

Allow iota implementation of custom types


Compare: https://github.com/dlang/phobos/compare/acd6ab506aef...b08b2a680e41