]> www.ginac.de Git - ginac.git/commit
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)
commit1fa7d19af08892800dfdb0b700bc0a9362a3fae8
tree5bcc1d77e7149cb17c79806cf0c08e44958bb392
parente100f94d92d574ea89a817eca8c58c5eb3418821
Fix make check with g++ -std=c++11.

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.
check/exam_inifcns.cpp