MinGW64 compilation fix
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
On Tue, 10 Dec 2019 13:00:59 +0400, Alexey Sheplyakov <asheplyakov@yandex.ru> said:
ASh> Hi! The attached patch makes GiNaC compile for 64-bit Windows ASh> (with GCC compiler). The problem was constructing expressions ASh> from std::size_t. On 64-bit Windows std::size_t is unsigned ASh> long long (same as uint64_t) and there were no constructors ASh> taking long long. ASh> Best regards, Alexey Great to see that GiNaC is keeping pace! -- Vladimir V. Kisil http://www.maths.leeds.ac.uk/~kisilv/ Book: Geometry of Mobius Transformations http://goo.gl/EaG2Vu Software: Geometry of cycles http://moebinv.sourceforge.net/ Jupyter (Colab): https://github.com/vvkisil/MoebInv-notebooks Jupyter (CodeOcean): https://codeocean.com/capsule/7952650/tree
participants (2)
-
Alexey Sheplyakov
-
Vladimir V. Kisil