[GiNaC-devel] MSVC 18

Jan Rheinländer jrheinlaender at gmx.de
Thu Dec 17 18:01:20 CET 2015


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



More information about the GiNaC-devel mailing list