[phobos] [D-Programming-Language/phobos] 9b4048: Some tweaks to unsigned.
GitHub
noreply at github.com
Mon Jun 11 02:15:44 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 9b404877597f252808f2f8180f7dc2c3dfa5790a
https://github.com/D-Programming-Language/phobos/commit/9b404877597f252808f2f8180f7dc2c3dfa5790a
Author: jmdavis <jmdavisProg at gmx.com>
Date: 2012-05-29 (Tue, 29 May 2012)
Changed paths:
M std/traits.d
Log Message:
-----------
Some tweaks to unsigned.
unsigned was severely lacking in unit tests. This remedies that. It also
makes its return types more consistent. Previously, in the case of
signed values, the return type was their Unqualed, unsigned counterpart,
whereas in the case of unsigned values, the return type was exactly the
same as the type passed in. Now, it's the Unqualed, unsigned type in all
cases.
Commit: 9d0e3f9ca516490159387dfd78594f8e23090ba2
https://github.com/D-Programming-Language/phobos/commit/9d0e3f9ca516490159387dfd78594f8e23090ba2
Author: Jonathan M Davis <jmdavisProg at gmx.com>
Date: 2012-06-11 (Mon, 11 Jun 2012)
Changed paths:
M std/traits.d
Log Message:
-----------
Merge pull request #611 from jmdavis/traits
Some tweaks to unsigned.
Compare: https://github.com/D-Programming-Language/phobos/compare/c231c38...9d0e3f9
More information about the phobos
mailing list