[phobos] [dlang/phobos] f9d172: Allow iota implementation of custom types
GitHub via phobos
phobos at puremagic.com
Thu Jul 7 12:32:24 PDT 2016
Branch: refs/heads/master
Home: https://github.com/dlang/phobos
Commit: f9d1723d759624a94dc81750aff0fc8d906a8ae3
https://github.com/dlang/phobos/commit/f9d1723d759624a94dc81750aff0fc8d906a8ae3
Author: Shachar Shemesh <shachar at 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 at 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
More information about the phobos
mailing list