August 04, 2014 [phobos] [D-Programming-Language/phobos] 85bccd: Replace use of T.min to determine signedness with ... | ||||
---|---|---|---|---|
| ||||
Attachments:
| 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@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@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 |
Copyright © 1999-2021 by the D Language Foundation