May 28, 2012 [phobos] [D-Programming-Language/phobos] b1a9c1: Changed min()/max() to compare against T.init inst... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: b1a9c1cd52961a5bc083521a64596e6114358dae https://github.com/D-Programming-Language/phobos/commit/b1a9c1cd52961a5bc083521a64596e6114358dae Author: Lambert <wfunction@hotmail.com> Date: 2012-05-26 (Sat, 26 May 2012) Changed paths: M std/traits.d Log Message: ----------- Changed min()/max() to compare against T.init instead of 0. Commit: c164f04018f2a739d8e849fa7d84dfe0ba202a27 https://github.com/D-Programming-Language/phobos/commit/c164f04018f2a739d8e849fa7d84dfe0ba202a27 Author: Jonathan M Davis <jmdavisProg@gmx.com> Date: 2012-05-28 (Mon, 28 May 2012) Changed paths: M std/traits.d Log Message: ----------- Merge pull request #592 from wfunction/master Changed min()/max() to use T.init instead of 0 Compare: https://github.com/D-Programming-Language/phobos/compare/fa52571...c164f04 |
Copyright © 1999-2021 by the D Language Foundation