[phobos] [D-Programming-Language/phobos] 85bccd: Replace use of T.min to determine signedness with ...
GitHub via phobos
phobos at puremagic.com
Mon Aug 4 01:54:02 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 85bccdb9ab572416bff3b5d9bcc1a2e50175f6e7
https://github.com/D-Programming-Language/phobos/commit/85bccdb9ab572416bff3b5d9bcc1a2e50175f6e7
Author: MetaLang <jared771 at gmail.com>
Date: 2014-08-04 (Mon, 04 Aug 2014)
Changed paths:
M std/variant.d
Log Message:
-----------
Replace use of T.min to determine signedness with std.traits.isUnsigned.
Commit: cacd5f645f5edc0f1143064304df170f8b3ec3d0
https://github.com/D-Programming-Language/phobos/commit/cacd5f645f5edc0f1143064304df170f8b3ec3d0
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-08-04 (Mon, 04 Aug 2014)
Changed paths:
M std/variant.d
Log Message:
-----------
Merge pull request #2386 from MetaLang/variant-remove-float-min
Fix Issue 13230: std.variant.Variant Uses Deprecated .min Property in opArithmetic When T is a Floating Point Type
Compare: https://github.com/D-Programming-Language/phobos/compare/561b28ebcc74...cacd5f645f5e
More information about the phobos
mailing list