17 Dec
2015
17 Dec
'15
6:01 p.m.
Hi, I successfully compiled GiNaC (and CLN) with MSVC 18.00.31101 (Visual Studio 2013). All the tests passed, but I had to patch two files: check/exam_cra.cpp ginac/polynomial/mod_gcd.cpp Both of these files require #include <algorithm> otherwise there is an error about 'min' not being a member of namespace std. Jan