[Issue 10680] BigInt uses deprecated std.traits.unsigned

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jul 20 11:58:04 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=10680


Jonathan M Davis <jmdavisProg at gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmdavisProg at gmx.com


--- Comment #1 from Jonathan M Davis <jmdavisProg at gmx.com> 2013-07-20 11:58:03 PDT ---
Traits are eponymous templates which tell you a trait of a type or symbol -
i.e. give you some kind of information about it. unsigned does nothing of the
sort. It's a function which casts to the unsigned version of an integral type.
It's a conversion function and as such makes perfect sense in std.conv. It was
discussed when the pull for that was made, and the decision was made to move it
into std.conv, because it fits better there.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list