[GiNaC-devel] MinGW64 compilation fix

Alexey Sheplyakov asheplyakov at yandex.ru
Tue Dec 10 10:00:59 CET 2019


Hi!

The attached patch makes GiNaC compile for 64-bit Windows (with GCC compiler).
The problem was constructing expressions from std::size_t. On 64-bit Windows
std::size_t is unsigned long long (same as uint64_t) and there were no constructors
taking long long.

Best regards,
       Alexey
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-numeric-ex-added-constructors-taking-long-long-.-Fix.patch
Type: text/x-diff
Size: 5768 bytes
Desc: not available
URL: <http://www.ginac.de/pipermail/ginac-devel/attachments/20191210/bc9c3828/attachment.bin>


More information about the GiNaC-devel mailing list