]> www.ginac.de Git - ginac.git/commitdiff
Fix make check with g++ -std=c++11.
authorRichard Kreckel <kreckel@ginac.de>
Thu, 15 Oct 2015 06:59:20 +0000 (08:59 +0200)
committerRichard Kreckel <kreckel@ginac.de>
Thu, 15 Oct 2015 06:59:20 +0000 (08:59 +0200)
Our template function log() returning an object of type GiNaC::function
turns out to compete with a template from a libstdc++ header. We have
to help the compiler a bit.


No differences found