Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changes between Version 6 and Version 7 of WikiStart

Show
Ignore:
Author:
xammy (IP: 81.74.30.39)
Timestamp:
09/02/08 16:26:28 (16 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v6 v7  
    77This project sleeps until DMD is able to overload the assignment of structs, because this is necessary, since GMP-internal data is reference-based and integers are value types, thus one must use structs. Copying a number to another must copy the referenced GMP-number, so the assignment-operator must be overloadable for same types. Currently, DMD uses bitwise-copy. 
    88 
     9Until then you might find OOP bindings for GMP under [http://dsource.org/projects/bindings/browser/trunk/gmp the Bindings project]. Those also add some stuff to work under Windows. 
     10 
    911== Features of the library == 
    1012