10 Dec
2019
10 Dec
'19
10 a.m.
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